Pull request #1154 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce+a64f10ec129da673bd1db63a6bd52868e2c80f4f (d899cf7663b81432e2c7650a7d66124278242308) 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-ssh10185292981638661393.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh13901728939079139827.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-1154/workspace@libs/edgex-global-pipelines # 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-1154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17448281478748630912.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1154/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15536510668706118777.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 shared 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-ssh14957768808569433586.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-1154/workspace@libs/lf-pipelines # 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-1154/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8243840019531202592.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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.17 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-34397’ Running on prd-ubuntu20.04-docker-8c-8g-34406 in /w/workspace/gexfoundry_device-sdk-go_PR-1154 [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-1154 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce Merge succeeded, producing 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce Checking out Revision 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce (PR-1154) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1154/head:refs/remotes/origin/PR-1154 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:09:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:27 ========================================================= 04:09:27 EdgeX Global Pipelines Version Info 04:09:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:28 ------------------- 04:09:28 stable info: 04:09:28 ------------------- 04:09:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:28 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:09:28 Message: update stable to v1.0.227 04:09:29 ------------------- 04:09:29 experimental info: 04:09:29 ------------------- 04:09:29 Commited By: **** collab-it+edgex@linuxfoundation.org 04:09:29 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:09:29 Message: update experimental to v1.0.227 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1154 [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1154 [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1154 [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 091125e [Pipeline] echo 04:09:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:30 provisioning config files... 04:09:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config1617634570137656304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:31 ---> docker-login.sh 04:09:31 nexus3.edgexfoundry.org:10001 04:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:31 Configure a credential helper to remove this warning. See 04:09:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:31 04:09:31 Login Succeeded 04:09:31 nexus3.edgexfoundry.org:10002 04:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:31 Configure a credential helper to remove this warning. See 04:09:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:31 04:09:31 Login Succeeded 04:09:31 nexus3.edgexfoundry.org:10003 04:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:31 Configure a credential helper to remove this warning. See 04:09:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:31 04:09:31 Login Succeeded 04:09:31 nexus3.edgexfoundry.org:10004 04:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:31 Configure a credential helper to remove this warning. See 04:09:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:31 04:09:31 Login Succeeded 04:09:31 docker.io 04:09:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:32 Configure a credential helper to remove this warning. See 04:09:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:32 04:09:32 Login Succeeded 04:09:32 ---> docker-login.sh ends [Pipeline] } 04:09:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:09:33 + git rev-list -1 --merges 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce~1..091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo 04:09:33 -----------> git rev-list -1 --merges 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce~1..091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [false] [Pipeline] sh 04:09:33 + git log --format=format:%s -1 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo 04:09:33 ========================================================= 04:09:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:09:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:34 + git log --format=format:%s -1 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] echo 04:09:34 [semverPrep] GIT_COMMIT: 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 04:09:34 [semverPrep] This is not a build commit. [Pipeline] sh 04:09:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:09:34 + grep -v github /etc/ssh/ssh_known_hosts 04:09:34 + [ -e /tmp/ssh_known_hosts ] 04:09:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:09:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:09:34 + sudo tee -a /etc/ssh/ssh_known_hosts 04:09:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:09:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:09:34 04:09:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:09:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:09:35 latest: Pulling from edgex-devops/py-git-semver 04:09:35 1fe172e4850f: Pulling fs layer 04:09:35 caf521ccaac6: Pulling fs layer 04:09:35 3ead6fa29328: Pulling fs layer 04:09:35 5c2a1cbceb83: Pulling fs layer 04:09:35 a8d5f1318db7: Pulling fs layer 04:09:35 c427282e49a2: Pulling fs layer 04:09:35 1827001aaf11: Pulling fs layer 04:09:35 0714d37db230: Pulling fs layer 04:09:35 ac28cf19c067: Pulling fs layer 04:09:35 ca983d60f3e2: Pulling fs layer 04:09:35 9f894cec8388: Pulling fs layer 04:09:35 5c2a1cbceb83: Waiting 04:09:35 a8d5f1318db7: Waiting 04:09:35 c427282e49a2: Waiting 04:09:35 1827001aaf11: Waiting 04:09:35 0714d37db230: Waiting 04:09:35 9f894cec8388: Waiting 04:09:35 ac28cf19c067: Waiting 04:09:35 ca983d60f3e2: Waiting 04:09:35 caf521ccaac6: Download complete 04:09:35 5c2a1cbceb83: Verifying Checksum 04:09:35 5c2a1cbceb83: Download complete 04:09:35 a8d5f1318db7: Verifying Checksum 04:09:35 a8d5f1318db7: Download complete 04:09:35 c427282e49a2: Download complete 04:09:35 3ead6fa29328: Verifying Checksum 04:09:35 3ead6fa29328: Download complete 04:09:35 0714d37db230: Download complete 04:09:35 ac28cf19c067: Verifying Checksum 04:09:35 ac28cf19c067: Download complete 04:09:35 ca983d60f3e2: Verifying Checksum 04:09:35 ca983d60f3e2: Download complete 04:09:35 9f894cec8388: Verifying Checksum 04:09:35 9f894cec8388: Download complete 04:09:35 1fe172e4850f: Verifying Checksum 04:09:35 1fe172e4850f: Download complete 04:09:35 1827001aaf11: Verifying Checksum 04:09:35 1827001aaf11: Download complete 04:09:37 1fe172e4850f: Pull complete 04:09:37 caf521ccaac6: Pull complete 04:09:37 3ead6fa29328: Pull complete 04:09:37 5c2a1cbceb83: Pull complete 04:09:37 a8d5f1318db7: Pull complete 04:09:37 c427282e49a2: Pull complete 04:09:40 1827001aaf11: Pull complete 04:09:40 0714d37db230: Pull complete 04:09:40 ac28cf19c067: Pull complete 04:09:40 ca983d60f3e2: Pull complete 04:09:40 9f894cec8388: Pull complete 04:09:40 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 04:09:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:09:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 04:09:40 prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container 04:09:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 04:09:42 $ docker top 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 -eo pid,comm 04:09:42 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:09:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:42 [ssh-agent] Looking for ssh-agent implementation... 04:09:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:42 $ docker exec 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent 04:09:42 SSH_AUTH_SOCK=/tmp/ssh-Ec920OorAfNw/agent.32 04:09:42 SSH_AGENT_PID=38 04:09:42 Running ssh-add (command line suppressed) 04:09:42 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_4708881303851412244.key (/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_4708881303851412244.key) 04:09:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:43 + git tag --points-at HEAD [Pipeline] } 04:09:43 $ docker exec --env ******** --env ******** 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent -k 04:09:43 unset SSH_AUTH_SOCK; 04:09:43 unset SSH_AGENT_PID; 04:09:43 echo Agent pid 38 killed; 04:09:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:43 [ssh-agent] Looking for ssh-agent implementation... 04:09:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:43 $ docker exec 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent 04:09:43 SSH_AUTH_SOCK=/tmp/ssh-7jj0N7rCqTFU/agent.71 04:09:43 SSH_AGENT_PID=78 04:09:43 Running ssh-add (command line suppressed) 04:09:43 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_8225123178150729496.key (/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/private_key_8225123178150729496.key) 04:09:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:44 + git semver init 04:09:44 2022-05-02 04:09:44,358 [run_init] DEBUG init version:0.0.0 force:False 04:09:44 2022-05-02 04:09:44,359 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver 04:09:44 2022-05-02 04:09:44,360 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver 04:09:44 2022-05-02 04:09:44,360 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154, universal_newlines=False, shell=None, istream=None) 04:09:45 2022-05-02 04:09:45,225 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.git/info/exclude 04:09:45 2022-05-02 04:09:45,226 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 with force:False 04:09:45 2022-05-02 04:09:45,226 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 04:09:45 2022-05-02 04:09:45,230 [execute] INFO git cat-file --batch-check 04:09:45 2022-05-02 04:09:45,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver, universal_newlines=False, shell=None, istream=) 04:09:45 2022-05-02 04:09:45,237 [execute] INFO git cat-file --batch 04:09:45 2022-05-02 04:09:45,238 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver, universal_newlines=False, shell=None, istream=) 04:09:45 2022-05-02 04:09:45,242 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1154/.semver/PR-1154 04:09:45 0.0.0 [Pipeline] } 04:09:45 $ docker exec --env ******** --env ******** 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 ssh-agent -k 04:09:45 unset SSH_AUTH_SOCK; 04:09:45 unset SSH_AGENT_PID; 04:09:45 echo Agent pid 78 killed; 04:09:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:45 + git semver [Pipeline] } 04:09:46 $ docker stop --time=1 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 04:09:47 $ docker rm -f 79b57e1f92e22a536f3b0f7206670016960659b046010152f791e8e221504921 [Pipeline] // withDockerContainer [Pipeline] sh 04:09:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:09:48 Stashed 1 file(s) [Pipeline] echo 04:09:48 [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:09:48 provisioning config files... 04:09:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config8739248868585198902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:49 ---> docker-login.sh 04:09:49 nexus3.edgexfoundry.org:10001 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 nexus3.edgexfoundry.org:10002 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 nexus3.edgexfoundry.org:10003 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 nexus3.edgexfoundry.org:10004 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 docker.io 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 ---> docker-login.sh ends [Pipeline] } 04:09:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:09:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:50 ========================================================= 04:09:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:09:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:09:50 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 04:09:50 Sending build context to Docker daemon 9.684MB 04:09:50 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:09:50 Step 2/11 : FROM ${BASE} AS builder 04:09:50 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:09:50 59bf1c3509f3: Pulling fs layer 04:09:50 666ba61612fd: Pulling fs layer 04:09:50 8ed8ca486205: Pulling fs layer 04:09:50 4fe6c5a15a65: Pulling fs layer 04:09:50 22a0e8bec74d: Pulling fs layer 04:09:50 ca2b28591e48: Pulling fs layer 04:09:50 a51346096db8: Pulling fs layer 04:09:50 daebc70d1ce1: Pulling fs layer 04:09:50 0e18a0eac166: Pulling fs layer 04:09:50 a51346096db8: Waiting 04:09:50 daebc70d1ce1: Waiting 04:09:50 0e18a0eac166: Waiting 04:09:50 4fe6c5a15a65: Waiting 04:09:50 22a0e8bec74d: Waiting 04:09:50 ca2b28591e48: Waiting 04:09:50 8ed8ca486205: Download complete 04:09:50 666ba61612fd: Download complete 04:09:50 22a0e8bec74d: Download complete 04:09:50 ca2b28591e48: Download complete 04:09:50 59bf1c3509f3: Verifying Checksum 04:09:50 59bf1c3509f3: Download complete 04:09:50 a51346096db8: Verifying Checksum 04:09:50 a51346096db8: Download complete 04:09:50 daebc70d1ce1: Verifying Checksum 04:09:50 daebc70d1ce1: Download complete 04:09:50 59bf1c3509f3: Pull complete 04:09:51 666ba61612fd: Pull complete 04:09:51 8ed8ca486205: Pull complete 04:09:51 0e18a0eac166: Verifying Checksum 04:09:51 0e18a0eac166: Download complete 04:09:51 4fe6c5a15a65: Verifying Checksum 04:09:51 4fe6c5a15a65: Download complete 04:09:55 4fe6c5a15a65: Pull complete 04:09:55 22a0e8bec74d: Pull complete 04:09:55 ca2b28591e48: Pull complete 04:09:55 a51346096db8: Pull complete 04:09:55 daebc70d1ce1: Pull complete 04:09:58 0e18a0eac166: Pull complete 04:09:58 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 04:09:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:09:58 ---> f018257e8ee9 04:09:58 Step 3/11 : ARG MAKE=make build 04:09:59 ---> Running in e941171d4a26 04:09:59 Removing intermediate container e941171d4a26 04:09:59 ---> 91271ee1b4ba 04:09:59 Step 4/11 : WORKDIR /device-sdk-go 04:09:59 ---> Running in a450d182636d 04:09:59 Removing intermediate container a450d182636d 04:09:59 ---> 04ea3baf79bd 04:09:59 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:09:59 ---> Running in 8971dba8f420 04:09:59 Removing intermediate container 8971dba8f420 04:09:59 ---> 15c359008684 04:09:59 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:59 ---> Running in 193f8d3e4ae2 04:09:59 Removing intermediate container 193f8d3e4ae2 04:09:59 ---> 01a9fe75ae20 04:09:59 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:09:59 ---> Running in a1db42568def 04:10:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:10:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:10:01 OK: 221 MiB in 52 packages 04:10:01 Removing intermediate container a1db42568def 04:10:01 ---> 89f7ee133a2a 04:10:01 Step 8/11 : COPY go.mod vendor* ./ 04:10:01 ---> b3238fdefa9a 04:10:01 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:01 ---> Running in 4e3bb66e9268 04:10:03 Still waiting to schedule task 04:10:03 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-34404’ 04:10:16 Removing intermediate container 4e3bb66e9268 04:10:16 ---> 48be540edfd4 04:10:16 Step 10/11 : COPY . . 04:10:16 ---> 77d490ed6eb3 04:10:16 Step 11/11 : RUN ${MAKE} 04:10:16 ---> Running in 53706eeae648 04:10:16 noop 04:10:16 Removing intermediate container 53706eeae648 04:10:16 ---> f964f59c5a9b 04:10:16 Successfully built f964f59c5a9b 04:10:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:10:17 + docker inspect -f . ci-base-image-x86_64 04:10:17 . [Pipeline] withDockerContainer 04:10:17 prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container 04:10:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:10:17 $ docker top b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:18 + go version 04:10:18 go version go1.17.6 linux/amd64 [Pipeline] } 04:10:18 $ docker stop --time=1 b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f 04:10:19 $ docker rm -f b7c7f2b9c1857ed3e155ea0013d0d9c286b0c45bdb03520c00e9663ced4bdb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:10:20 + docker inspect -f . ci-base-image-x86_64 04:10:20 . [Pipeline] withDockerContainer 04:10:20 prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container 04:10:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:10:20 $ docker top 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:10:21 + make test 04:10:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:10:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:10:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:10:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:10:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.077s coverage: 23.3% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.091s coverage: 27.6% of statements 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.051s coverage: 78.9% of statements 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.102s coverage: 10.8% of statements 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.093s coverage: 60.0% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.080s coverage: 34.8% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.085s coverage: 86.1% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 65.1% of statements 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.875s coverage: 89.2% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:10:39 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements 04:10:39 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:10:54 GO111MODULE=on go vet ./... 04:10:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:10:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:10:58 ./bin/test-attribution-txt.sh [Pipeline] echo 04:10:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:10:59 $ docker stop --time=1 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 04:11:01 $ docker rm -f 9911e419fb99be37ee3dcf582e916cc2fd725899b75101dcfd9b4c3da0a1f0e9 [Pipeline] // withDockerContainer [Pipeline] sh 04:11:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:11:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:11:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:11:02 + ls -al . 04:11:02 total 296 04:11:02 drwxrwxr-x 11 jenkins jenkins 4096 May 2 04:10 . 04:11:02 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:09 .. 04:11:02 -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:09 .dockerignore 04:11:02 drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:09 .git 04:11:02 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:09 .github 04:11:02 -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:09 .gitignore 04:11:02 -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:09 .golangci.yml 04:11:02 drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:09 .semver 04:11:02 -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:09 CHANGELOG.md 04:11:02 -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:09 GOVERNANCE.md 04:11:02 -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:09 Jenkinsfile 04:11:02 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:09 LICENSE 04:11:02 -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:09 Makefile 04:11:02 -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:09 OWNERS.md 04:11:02 -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:09 README.md 04:11:02 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:09 VERSION 04:11:02 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:09 bin 04:11:02 -rw-r--r-- 1 jenkins jenkins 130819 May 2 04:10 coverage.out 04:11:02 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:09 example 04:11:02 -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:09 go.mod 04:11:02 -rw-rw-r-- 1 jenkins jenkins 35003 May 2 04:09 go.sum 04:11:02 drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:09 internal 04:11:02 drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:09 openapi 04:11:02 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:09 pkg 04:11:02 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:09 snap 04:11:02 -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:09 version.go [Pipeline] isUnix [Pipeline] sh 04:11:03 + 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=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce --label arch=amd64 --label version=0.0.0 . 04:11:03 Sending build context to Docker daemon 9.816MB 04:11:03 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:11:03 Step 2/25 : FROM ${BASE} AS builder 04:11:03 ---> f964f59c5a9b 04:11:03 Step 3/25 : ARG MAKE=make build 04:11:03 ---> Running in be26406f0d73 04:11:03 Removing intermediate container be26406f0d73 04:11:03 ---> e74ac0f5a294 04:11:03 Step 4/25 : WORKDIR /device-sdk-go 04:11:03 ---> Running in ed1ec0fdd9d4 04:11:03 Removing intermediate container ed1ec0fdd9d4 04:11:03 ---> 2bd93a618655 04:11:03 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:03 ---> Running in 63398f7db499 04:11:03 Removing intermediate container 63398f7db499 04:11:03 ---> 21f3db5966b2 04:11:03 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:03 ---> Running in 616fd3ce848a 04:11:04 Removing intermediate container 616fd3ce848a 04:11:04 ---> 50b8835afd89 04:11:04 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:11:04 ---> Running in 2ab40a7f5849 04:11:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:11:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:11:05 OK: 221 MiB in 52 packages 04:11:06 Removing intermediate container 2ab40a7f5849 04:11:06 ---> 61c46dbaf983 04:11:06 Step 8/25 : COPY go.mod vendor* ./ 04:11:06 ---> 0f097e61a3e0 04:11:06 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:11:06 ---> Running in 682c56a6a5ea 04:11:06 Removing intermediate container 682c56a6a5ea 04:11:06 ---> 0d751f288068 04:11:06 Step 10/25 : COPY . . 04:11:07 ---> 35b0a322a0a3 04:11:07 Step 11/25 : RUN ${MAKE} 04:11:07 ---> Running in 6a0a75b70160 04:11: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:11:25 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:11:26 Removing intermediate container 6a0a75b70160 04:11:26 ---> be8122ffc21e 04:11:26 Step 12/25 : FROM alpine:3.14 04:11:27 3.14: Pulling from library/alpine 04:11:27 8663204ce13b: Pulling fs layer 04:11:27 8663204ce13b: Verifying Checksum 04:11:27 8663204ce13b: Download complete 04:11:27 8663204ce13b: Pull complete 04:11:27 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:11:27 Status: Downloaded newer image for alpine:3.14 04:11:27 ---> e04c818066af 04:11:27 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:27 ---> Running in a9d78b5dcd1f 04:11:27 Removing intermediate container a9d78b5dcd1f 04:11:27 ---> 09190f74de7d 04:11:27 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:27 ---> Running in 0385de7c7e52 04:11:28 Removing intermediate container 0385de7c7e52 04:11:28 ---> 743914bda41a 04:11:28 Step 15/25 : RUN apk add --update --no-cache zeromq 04:11:28 ---> Running in 231a5d0fe619 04:11:28 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:11:29 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:11:29 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:11:29 (2/5) Installing libsodium (1.0.18-r0) 04:11:29 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:11:30 (4/5) Installing libzmq (4.3.4-r0) 04:11:30 (5/5) Installing zeromq (4.3.4-r0) 04:11:30 Executing busybox-1.33.1-r7.trigger 04:11:30 OK: 8 MiB in 19 packages 04:11:30 Removing intermediate container 231a5d0fe619 04:11:30 ---> 0d20db8abb02 04:11:30 Step 16/25 : WORKDIR / 04:11:30 ---> Running in 0ffb2c6de608 04:11:30 Removing intermediate container 0ffb2c6de608 04:11:30 ---> b965067006aa 04:11:30 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:11:31 ---> 76c0064da06d 04:11:31 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:11:31 ---> 38649c306f0e 04:11:31 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:11:31 ---> a6e148937645 04:11:31 Step 20/25 : EXPOSE 59999 04:11:31 ---> Running in 33fea85bd585 04:11:31 Removing intermediate container 33fea85bd585 04:11:31 ---> 637e24382c64 04:11:31 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:11:31 ---> Running in 0ee65c1587d8 04:11:32 Removing intermediate container 0ee65c1587d8 04:11:32 ---> cd36c9b08de0 04:11:32 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:11:32 ---> Running in a469851bd8aa 04:11:32 Removing intermediate container a469851bd8aa 04:11:32 ---> 96349493c00e 04:11:32 Step 23/25 : LABEL arch=amd64 04:11:32 ---> Running in d589f8c7e693 04:11:32 Removing intermediate container d589f8c7e693 04:11:32 ---> 9840c0a3e06d 04:11:32 Step 24/25 : LABEL git_sha=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 04:11:32 ---> Running in 9168a86c1c4c 04:11:32 Removing intermediate container 9168a86c1c4c 04:11:32 ---> dbdf65ab9ff9 04:11:32 Step 25/25 : LABEL version=0.0.0 04:11:32 ---> Running in f847116b54a6 04:11:32 Removing intermediate container f847116b54a6 04:11:32 ---> 9680011518f1 04:11:32 [Warning] One or more build-args [ARCH] were not consumed 04:11:32 Successfully built 9680011518f1 04:11:32 Successfully tagged device-sdk-simple:latest [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] sh 04:11:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:33 04:11:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:11:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:33 latest: Pulling from edgex-lftools-log-publisher 04:11:33 5eb5b503b376: Pulling fs layer 04:11:33 5c69ac0246d0: Pulling fs layer 04:11:33 ec43610c2a17: Pulling fs layer 04:11:33 3a2ae6a8a46f: Pulling fs layer 04:11:33 33b1e0a273af: Pulling fs layer 04:11:33 5d3b04190fa2: Pulling fs layer 04:11:33 2f39f015ded8: Pulling fs layer 04:11:33 3a2ae6a8a46f: Waiting 04:11:33 33b1e0a273af: Waiting 04:11:33 2f39f015ded8: Waiting 04:11:33 5d3b04190fa2: Waiting 04:11:33 5c69ac0246d0: Download complete 04:11:33 3a2ae6a8a46f: Verifying Checksum 04:11:33 3a2ae6a8a46f: Download complete 04:11:33 33b1e0a273af: Verifying Checksum 04:11:33 33b1e0a273af: Download complete 04:11:33 5d3b04190fa2: Verifying Checksum 04:11:33 5d3b04190fa2: Download complete 04:11:33 ec43610c2a17: Verifying Checksum 04:11:33 ec43610c2a17: Download complete 04:11:34 5eb5b503b376: Verifying Checksum 04:11:34 5eb5b503b376: Download complete 04:11:34 2f39f015ded8: Verifying Checksum 04:11:35 5eb5b503b376: Pull complete 04:11:35 5c69ac0246d0: Pull complete 04:11:36 ec43610c2a17: Pull complete 04:11:36 3a2ae6a8a46f: Pull complete 04:11:36 33b1e0a273af: Pull complete 04:11:36 5d3b04190fa2: Pull complete 04:11:41 2f39f015ded8: Pull complete 04:11:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:11:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:11:41 prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container 04:11:41 $ 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-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:11:43 $ docker top 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:44 ---> job-cost.sh 04:11:44 lf-activate-venv: SKIPPING 04:11:44 INFO: No Stack... 04:11:44 INFO: Retrieving Pricing Info for: v3-standard-8 04:11:45 INFO: Archiving Costs [Pipeline] sh 04:11:45 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/cost.csv 04:11:45 + cut -d, -f6 [Pipeline] lock 04:11:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] 04:11:45 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] did not exist. Created. 04:11:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:46 + echo total: 0.2199999988079071 [Pipeline] stash 04:11:46 Stashed 1 file(s) [Pipeline] } 04:11:46 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:11:46 $ docker stop --time=1 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d 04:11:47 $ docker rm -f 7d231a8154d2a90054efeaa497866ffc6d9b39b528657096daa870049e01384d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:12:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-34409 in /w/workspace/gexfoundry_device-sdk-go_PR-1154 [Pipeline] { [Pipeline] ws 04:12:25 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:12:25 The recommended git tool is: git 04:12:32 using credential edgex-jenkins-ssh 04:12:32 Cloning the remote Git repository 04:12:32 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:12:32 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:12:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:12:32 > git --version # timeout=10 04:12:33 > git --version # 'git version 2.25.1' 04:12:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:35 Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 04:12:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:12:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:12:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:12:34 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1154/head:refs/remotes/origin/PR-1154 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:12:35 > git config core.sparsecheckout # timeout=10 04:12:35 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 04:12:35 > git remote # timeout=10 04:12:35 > git config --get remote.origin.url # timeout=10 04:12:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:35 > git merge a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 04:12:35 Merge succeeded, producing 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 04:12:35 Checking out Revision 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce (PR-1154) 04:12:35 > git rev-parse HEAD^{commit} # timeout=10 04:12:35 > git config core.sparsecheckout # timeout=10 04:12:35 > git checkout -f 091125ed6fbd0fd7d1950ec77c16cf68f6de89ce # timeout=10 04:12:39 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 04:12:40 > git --version # timeout=10 04:12:40 > git --version # 'git version 2.25.1' 04:12:40 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:12:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:12:41 Dload Upload Total Spent Left Speed 04:12:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 99521 0 --:--:-- --:--:-- --:--:-- 99521 [Pipeline] sh 04:12:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:12:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:12:42 + sudo tee /etc/docker/daemon.new 04:12:42 { 04:12:42 "registry-mirrors": [ 04:12:42 "https://nexus3.edgexfoundry.org:10001" 04:12:42 ], 04:12:42 "bip": "10.250.0.254/24", 04:12:42 "hosts": [ 04:12:42 "tcp://0.0.0.0:5555", 04:12:42 "unix:///var/run/docker.sock" 04:12:42 ], 04:12:42 "mtu": 1458, 04:12:42 "selinux-enabled": true, 04:12:42 "seccomp-profile": "/etc/docker/seccomp.json" 04:12:42 } [Pipeline] sh 04:12:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:12:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:01 provisioning config files... 04:13:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1838866550593426283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:13:02 ---> docker-login.sh 04:13:02 nexus3.edgexfoundry.org:10001 04:13:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:02 Configure a credential helper to remove this warning. See 04:13:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:02 04:13:02 Login Succeeded 04:13:02 nexus3.edgexfoundry.org:10002 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:03 Configure a credential helper to remove this warning. See 04:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:03 04:13:03 Login Succeeded 04:13:03 nexus3.edgexfoundry.org:10003 04:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:04 Configure a credential helper to remove this warning. See 04:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:04 04:13:04 Login Succeeded 04:13:04 nexus3.edgexfoundry.org:10004 04:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:04 Configure a credential helper to remove this warning. See 04:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:04 04:13:04 Login Succeeded 04:13:04 docker.io 04:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:05 Configure a credential helper to remove this warning. See 04:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:05 04:13:05 Login Succeeded 04:13:05 ---> docker-login.sh ends [Pipeline] } 04:13:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:13:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:13:06 ========================================================= 04:13:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:13:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:13:06 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 04:13:07 Sending build context to Docker daemon 5.218MB 04:13:07 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:13:07 Step 2/11 : FROM ${BASE} AS builder 04:13:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:13:07 9b3977197b4f: Pulling fs layer 04:13:07 1a89e8eeedd5: Pulling fs layer 04:13:07 94645a83ff95: Pulling fs layer 04:13:07 3f3a8bcf1eab: Pulling fs layer 04:13:07 0c92f367c5e7: Pulling fs layer 04:13:07 3096ccb668a1: Pulling fs layer 04:13:07 e8cf19c19ddd: Pulling fs layer 04:13:07 a4caa8a26152: Pulling fs layer 04:13:07 3096ccb668a1: Waiting 04:13:07 3f3a8bcf1eab: Waiting 04:13:07 e8cf19c19ddd: Waiting 04:13:07 a4caa8a26152: Waiting 04:13:07 0c92f367c5e7: Waiting 04:13:07 94645a83ff95: Verifying Checksum 04:13:07 94645a83ff95: Download complete 04:13:07 1a89e8eeedd5: Download complete 04:13:07 0c92f367c5e7: Verifying Checksum 04:13:07 0c92f367c5e7: Download complete 04:13:07 3096ccb668a1: Verifying Checksum 04:13:07 3096ccb668a1: Download complete 04:13:07 9b3977197b4f: Verifying Checksum 04:13:07 e8cf19c19ddd: Verifying Checksum 04:13:07 e8cf19c19ddd: Download complete 04:13:07 9b3977197b4f: Pull complete 04:13:08 1a89e8eeedd5: Pull complete 04:13:09 94645a83ff95: Pull complete 04:13:09 a4caa8a26152: Verifying Checksum 04:13:09 a4caa8a26152: Download complete 04:13:10 3f3a8bcf1eab: Verifying Checksum 04:13:10 3f3a8bcf1eab: Download complete 04:13:22 3f3a8bcf1eab: Pull complete 04:13:22 0c92f367c5e7: Pull complete 04:13:22 3096ccb668a1: Pull complete 04:13:22 e8cf19c19ddd: Pull complete 04:13:29 a4caa8a26152: Pull complete 04:13:29 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 04:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:13:29 ---> 725f1c02e7f9 04:13:29 Step 3/11 : ARG MAKE=make build 04:13:31 ---> Running in 89fcca57799f 04:13:32 Removing intermediate container 89fcca57799f 04:13:32 ---> 5d2148f701af 04:13:32 Step 4/11 : WORKDIR /device-sdk-go 04:13:32 ---> Running in 476242aeee64 04:13:32 Removing intermediate container 476242aeee64 04:13:32 ---> b85e02a9af3c 04:13:32 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:13:32 ---> Running in 047ed9433a34 04:13:33 Removing intermediate container 047ed9433a34 04:13:33 ---> b8822439866a 04:13:33 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:33 ---> Running in e08548a482b7 04:13:35 Removing intermediate container e08548a482b7 04:13:35 ---> 48dd02d4d916 04:13:35 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:13:35 ---> Running in 887f0f0a73f7 04:13:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:13:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:13:38 OK: 220 MiB in 52 packages 04:13:38 Removing intermediate container 887f0f0a73f7 04:13:38 ---> 433c36a538d8 04:13:38 Step 8/11 : COPY go.mod vendor* ./ 04:13:39 ---> 72904a004834 04:13:39 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:39 ---> Running in 44ad39953d25 04:14:26 Removing intermediate container 44ad39953d25 04:14:26 ---> b83c2c037991 04:14:26 Step 10/11 : COPY . . 04:14:26 ---> 7f6a0e444966 04:14:26 Step 11/11 : RUN ${MAKE} 04:14:26 ---> Running in 30719edfbfb9 04:14:27 noop 04:14:28 Removing intermediate container 30719edfbfb9 04:14:28 ---> e383d4ebffc5 04:14:28 Successfully built e383d4ebffc5 04:14:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:14:28 + docker inspect -f . ci-base-image-arm64 04:14:28 . [Pipeline] withDockerContainer 04:14:29 prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container 04:14:29 $ 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 ******** ci-base-image-arm64 cat 04:14:30 $ docker top af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:31 + go version 04:14:31 go version go1.17.6 linux/arm64 [Pipeline] } 04:14:31 $ docker stop --time=1 af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b 04:14:33 $ docker rm -f af36915a0fd1e3c957e350d0d3559aa5bc6d663cac14d71124e54327b7d3f97b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:14:34 + docker inspect -f . ci-base-image-arm64 04:14:34 . [Pipeline] withDockerContainer 04:14:34 prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container 04:14:34 $ 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 ******** ci-base-image-arm64 cat 04:14:36 $ docker top 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:14:37 + make test 04:14:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:15:09 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:17:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:17:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:17:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:17:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.383s coverage: 23.3% of statements 04:17:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:17:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.310s coverage: 27.6% of statements 04:17:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.263s coverage: 78.9% of statements 04:17:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.231s coverage: 10.8% of statements 04:17:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.382s coverage: 60.0% of statements 04:17:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:17:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:17:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.442s coverage: 34.8% of statements 04:17:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:17:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.375s coverage: 86.1% of statements 04:17:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:17:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:17:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.538s coverage: 65.1% of statements 04:17:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.203s coverage: 89.2% of statements 04:17:14 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:17:18 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.234s coverage: 4.7% of statements 04:17:18 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:17:18 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:17:18 GO111MODULE=on go vet ./... 04:18:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:18:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:18:55 ./bin/test-attribution-txt.sh [Pipeline] echo 04:18:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:18:55 $ docker stop --time=1 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 04:18:57 $ docker rm -f 25512139c992a6efd7a0b4ced82332b5c466e4e5e174744af09f9048e784ece0 [Pipeline] // withDockerContainer [Pipeline] sh 04:18:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:18:58 Warning: overwriting stash ‘coverage-report’ 04:18:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:19:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:19:00 + ls -al . 04:19:00 total 292 04:19:00 drwxrwxr-x 10 jenkins jenkins 4096 May 2 04:18 . 04:19:00 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:12 .. 04:19:00 -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:12 .dockerignore 04:19:00 drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:12 .git 04:19:00 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:12 .github 04:19:00 -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:12 .gitignore 04:19:00 -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:12 .golangci.yml 04:19:00 -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:12 CHANGELOG.md 04:19:00 -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:12 GOVERNANCE.md 04:19:00 -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:12 Jenkinsfile 04:19:00 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:12 LICENSE 04:19:00 -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:12 Makefile 04:19:00 -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:12 OWNERS.md 04:19:00 -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:12 README.md 04:19:00 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:09 VERSION 04:19:00 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:12 bin 04:19:00 -rw-r--r-- 1 jenkins jenkins 130819 May 2 04:17 coverage.out 04:19:00 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:12 example 04:19:00 -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:12 go.mod 04:19:00 -rw-rw-r-- 1 jenkins jenkins 35003 May 2 04:12 go.sum 04:19:00 drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:12 internal 04:19:00 drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:12 openapi 04:19:00 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:12 pkg 04:19:00 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:12 snap 04:19:00 -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:12 version.go [Pipeline] isUnix [Pipeline] sh 04:19:00 + 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=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce --label arch=arm64 --label version=0.0.0 . 04:19:01 Sending build context to Docker daemon 5.35MB 04:19:01 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:19:01 Step 2/25 : FROM ${BASE} AS builder 04:19:01 ---> e383d4ebffc5 04:19:01 Step 3/25 : ARG MAKE=make build 04:19:01 ---> Running in e01631f91f7b 04:19:01 Removing intermediate container e01631f91f7b 04:19:01 ---> 9895ab6d1b0d 04:19:01 Step 4/25 : WORKDIR /device-sdk-go 04:19:02 ---> Running in a4e54279ca09 04:19:02 Removing intermediate container a4e54279ca09 04:19:02 ---> 8484529f3ece 04:19:02 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:19:02 ---> Running in f1dd7b6d840f 04:19:02 Removing intermediate container f1dd7b6d840f 04:19:02 ---> 69c2df2f2fa8 04:19:02 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:02 ---> Running in 4e425a6f0df5 04:19:04 Removing intermediate container 4e425a6f0df5 04:19:04 ---> 537882435b12 04:19:04 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:19:04 ---> Running in a831a59fea03 04:19:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:19:06 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:19:07 OK: 220 MiB in 52 packages 04:19:08 Removing intermediate container a831a59fea03 04:19:08 ---> cc97289d7251 04:19:08 Step 8/25 : COPY go.mod vendor* ./ 04:19:08 ---> b99e8ef8cfda 04:19:08 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:08 ---> Running in 2870f5060de3 04:19:10 Removing intermediate container 2870f5060de3 04:19:10 ---> 1ea9584aa52b 04:19:10 Step 10/25 : COPY . . 04:19:11 ---> 8c58e7f40d3f 04:19:11 Step 11/25 : RUN ${MAKE} 04:19:11 ---> Running in 3d0b1988798e 04:19:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:21:19 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:21:19 Removing intermediate container 3d0b1988798e 04:21:19 ---> 6b4068adbc80 04:21:19 Step 12/25 : FROM alpine:3.14 04:21:19 3.14: Pulling from library/alpine 04:21:19 455c02918c45: Pulling fs layer 04:21:19 455c02918c45: Verifying Checksum 04:21:19 455c02918c45: Download complete 04:21:19 455c02918c45: Pull complete 04:21:19 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:21:19 Status: Downloaded newer image for alpine:3.14 04:21:19 ---> ac73e934f311 04:21:19 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:21:19 ---> Running in 6be67fcdf5fb 04:21:19 Removing intermediate container 6be67fcdf5fb 04:21:19 ---> 037d6b106b65 04:21:19 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:21:19 ---> Running in 0a5f20eaf7cd 04:21:19 Removing intermediate container 0a5f20eaf7cd 04:21:19 ---> 508b29cf89a2 04:21:19 Step 15/25 : RUN apk add --update --no-cache zeromq 04:21:19 ---> Running in 2f7455626639 04:21:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:21:21 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:21:22 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:21:22 (2/5) Installing libsodium (1.0.18-r0) 04:21:22 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:21:22 (4/5) Installing libzmq (4.3.4-r0) 04:21:22 (5/5) Installing zeromq (4.3.4-r0) 04:21:22 Executing busybox-1.33.1-r7.trigger 04:21:22 OK: 8 MiB in 19 packages 04:21:23 Removing intermediate container 2f7455626639 04:21:23 ---> 49310f313df6 04:21:23 Step 16/25 : WORKDIR / 04:21:23 ---> Running in edbbdb46259f 04:21:23 Removing intermediate container edbbdb46259f 04:21:23 ---> 9ead55ff9a73 04:21:23 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:21:24 ---> 2160aa307a8d 04:21:24 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:21:25 ---> 4cad8873e641 04:21:25 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:21:26 ---> ff1559ddfa63 04:21:26 Step 20/25 : EXPOSE 59999 04:21:26 ---> Running in 0e642fb338b4 04:21:26 Removing intermediate container 0e642fb338b4 04:21:26 ---> 9297c75ed482 04:21:26 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:21:26 ---> Running in 4c46205b1f0a 04:21:27 Removing intermediate container 4c46205b1f0a 04:21:27 ---> 26f814a84c67 04:21:27 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:21:27 ---> Running in 3be04b485802 04:21:27 Removing intermediate container 3be04b485802 04:21:27 ---> b6e76efdfc67 04:21:27 Step 23/25 : LABEL arch=arm64 04:21:27 ---> Running in 90cc8a23ddd5 04:21:27 Removing intermediate container 90cc8a23ddd5 04:21:27 ---> 96e553de7ea0 04:21:27 Step 24/25 : LABEL git_sha=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce 04:21:27 ---> Running in d66dc9fd2586 04:21:28 Removing intermediate container d66dc9fd2586 04:21:28 ---> 37f9d0f4a263 04:21:28 Step 25/25 : LABEL version=0.0.0 04:21:28 ---> Running in acfa6a0347d3 04:21:28 Removing intermediate container acfa6a0347d3 04:21:28 ---> 305b560b84f3 04:21:28 [Warning] One or more build-args [ARCH] were not consumed 04:21:28 Successfully built 305b560b84f3 04:21:28 Successfully tagged device-sdk-simple-arm64:latest [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] sh 04:21:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:29 04:21:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:21:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:29 arm64: Pulling from edgex-lftools-log-publisher 04:21:29 8998bd30e6a1: Pulling fs layer 04:21:29 04944245beec: Pulling fs layer 04:21:29 699f458cf7ca: Pulling fs layer 04:21:29 765212b225bb: Pulling fs layer 04:21:29 f23df028b6ca: Pulling fs layer 04:21:29 d65c8cfc05b1: Pulling fs layer 04:21:29 2437ff75d9bd: Pulling fs layer 04:21:29 f23df028b6ca: Waiting 04:21:29 d65c8cfc05b1: Waiting 04:21:29 2437ff75d9bd: Waiting 04:21:29 765212b225bb: Waiting 04:21:29 04944245beec: Verifying Checksum 04:21:29 04944245beec: Download complete 04:21:29 765212b225bb: Verifying Checksum 04:21:29 765212b225bb: Download complete 04:21:29 f23df028b6ca: Download complete 04:21:29 d65c8cfc05b1: Verifying Checksum 04:21:29 d65c8cfc05b1: Download complete 04:21:30 699f458cf7ca: Verifying Checksum 04:21:30 699f458cf7ca: Download complete 04:21:30 8998bd30e6a1: Verifying Checksum 04:21:30 8998bd30e6a1: Download complete 04:21:33 2437ff75d9bd: Verifying Checksum 04:21:33 2437ff75d9bd: Download complete 04:21:35 8998bd30e6a1: Pull complete 04:21:35 04944245beec: Pull complete 04:21:36 699f458cf7ca: Pull complete 04:21:37 765212b225bb: Pull complete 04:21:37 f23df028b6ca: Pull complete 04:21:37 d65c8cfc05b1: Pull complete 04:21:53 2437ff75d9bd: Pull complete 04:21:53 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:21:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:21:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:21:53 prd-ubuntu20.04-docker-arm64-4c-16g-34409 does not seem to be running inside a container 04:21:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:21:56 $ docker top bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:21:57 ---> job-cost.sh 04:21:57 lf-activate-venv: SKIPPING 04:21:57 INFO: No Stack... 04:21:57 INFO: Retrieving Pricing Info for: v3-standard-4 04:21:58 INFO: Archiving Costs [Pipeline] sh 04:21:59 + cut -d, -f6 04:21:59 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 04:21:59 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] 04:21:59 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] did not exist. Created. 04:21:59 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:22:00 /w/workspace/device-sdk-go/1@tmp/durable-1debfb4c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:22:01 + echo total: 0.10999999940395355 [Pipeline] stash 04:22:01 Warning: overwriting stash ‘stack-cost’ 04:22:01 Stashed 1 file(s) [Pipeline] } 04:22:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1154-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:22:01 $ docker stop --time=1 bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 04:22:02 $ docker rm -f bf4b00fc6a9130ec146fae91c21688c419796b1bf7811a486b5ea4856d16bd77 [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:22:03 provisioning config files... 04:22:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config7804954480480681791tmp [Pipeline] { [Pipeline] sh 04:22:04 + set +x 04:22:04 + curl -s https://codecov.io/bash 04:22:04 + bash -s -- 04:22:04 04:22:04 _____ _ 04:22:04 / ____| | | 04:22:04 | | ___ __| | ___ ___ _____ __ 04:22:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:22:04 | |___| (_) | (_| | __/ (_| (_) \ V / 04:22:04 \_____\___/ \__,_|\___|\___\___/ \_/ 04:22:04 Bash-1.0.6 04:22:04 04:22:04 04:22:04 ==> git version 2.25.1 found 04:22:04 ==> 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:22:04 Release-Date: 2020-01-08 04:22:04 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:22:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:22:04 ==> Jenkins CI detected. 04:22:04 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1154 04:22:04 project root: . 04:22:04 --> token set from env 04:22:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:22:04 ==> Running gcov in . (disable via -X gcov) 04:22:04 ==> Python coveragepy not found 04:22:04 ==> Searching for coverage reports in: 04:22:04 + . 04:22:04 -> Found 1 reports 04:22:04 ==> Detecting git/mercurial file structure 04:22:04 ==> Reading reports 04:22:04 + ./coverage.out bytes=130819 04:22:04 ==> Appending adjustments 04:22:04 https://docs.codecov.io/docs/fixing-reports 04:22:04 + Found adjustments 04:22:04 ==> Gzipping contents 04:22:04 20K /tmp/codecov.Qx2xVp.gz 04:22:04 ==> Uploading reports 04:22:04 url: https://codecov.io 04:22:04 query: branch=PR-1154&commit=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1154%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1154&job=&cmd_args= 04:22:04 -> Pinging Codecov 04:22:04 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1154&commit=091125ed6fbd0fd7d1950ec77c16cf68f6de89ce&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1154%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1154&job=&cmd_args= 04:22:05 -> Uploading to 04:22:05 https://storage.googleapis.com/codecov/v4/raw/2022-05-02/7E55EF52A471D76F132DFD9A03CDDE97/091125ed6fbd0fd7d1950ec77c16cf68f6de89ce/ba533831-5054-4528-9c93-915cecd42309.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220502T042204Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9fffee15062837abc8f3e2840598ea09ab14ac23389b5f66a51257c64cbc969 04:22:05 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:05 Dload Upload Total Spent Left Speed 04:22:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16785 0 0 100 16785 0 73618 --:--:-- --:--:-- --:--:-- 73296 100 16785 0 0 100 16785 0 56706 --:--:-- --:--:-- --:--:-- 56515 04:22:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/091125ed6fbd0fd7d1950ec77c16cf68f6de89ce [Pipeline] } 04:22:05 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:22:07 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives ] 04:22:07 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives 04:22:07 total 16 04:22:07 drwxr-xr-x 3 root root 4096 May 2 04:11 . 04:22:07 drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:11 .. 04:22:07 drwxr-xr-x 2 root root 4096 May 2 04:11 cost 04:22:07 -rw-r--r-- 1 root root 85 May 2 04:11 cost.csv 04:22:07 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives 04:22:07 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives 04:22:07 total 16 04:22:07 drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:11 . 04:22:07 drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:11 .. 04:22:07 drwxr-xr-x 2 jenkins jenkins 4096 May 2 04:11 cost 04:22:07 -rw-r--r-- 1 jenkins jenkins 85 May 2 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:22:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:08 ---> package-listing.sh 04:22:08 ++ facter osfamily 04:22:08 ++ tr '[:upper:]' '[:lower:]' 04:22:08 + OS_FAMILY=debian 04:22:08 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1154 04:22:08 + START_PACKAGES=/tmp/packages_start.txt 04:22:08 + END_PACKAGES=/tmp/packages_end.txt 04:22:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:08 + PACKAGES=/tmp/packages_start.txt 04:22:08 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1154 ']' 04:22:08 + PACKAGES=/tmp/packages_end.txt 04:22:08 + case "${OS_FAMILY}" in 04:22:08 + dpkg -l 04:22:08 + grep '^ii' 04:22:08 + '[' -f /tmp/packages_start.txt ']' 04:22:08 + '[' -f /tmp/packages_end.txt ']' 04:22:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:08 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1154 ']' 04:22:08 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/ 04:22:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1154/archives/ [Pipeline] echo 04:22:08 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-1154/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:22:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:09 . [Pipeline] withDockerContainer 04:22:09 prd-ubuntu20.04-docker-8c-8g-34406 does not seem to be running inside a container 04:22:09 $ 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-1154/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-1154 -v /w/workspace/gexfoundry_device-sdk-go_PR-1154:/w/workspace/gexfoundry_device-sdk-go_PR-1154:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:22:09 $ docker top 8532f6e8295d008e7a25d49bfe54db26895955064cd2474dee81524d272350c9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:10 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:10 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:10 + ls /var/log/sa-host 04:22:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:10 provisioning config files... 04:22:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1154@tmp/config2170951825139085077tmp [Pipeline] { [Pipeline] echo 04:22:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:11 ---> create-netrc.sh [Pipeline] } 04:22:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:22:11 ---> python-tools-install.sh [Pipeline] echo 04:22:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:22:12 ---> sudo-logs.sh 04:22:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:22:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:22:12 ---> job-cost.sh 04:22:12 lf-activate-venv: SKIPPING 04:22:12 DEBUG: total: 0.2199999988079071 04:22:12 INFO: Retrieving Stack Cost... 04:22:12 INFO: Retrieving Pricing Info for: v3-standard-8 04:22:13 INFO: Archiving Costs [Pipeline] echo 04:22:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:22:13 ---> logs-deploy.sh 04:22:13 lf-activate-venv: SKIPPING 04:22:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1154/1 04:22:13 INFO: archiving workspace using pattern(s): 04:22:14 Archives upload complete. 04:22:14 INFO: archiving logs to Nexus 04:22:15 ---> uname -a: 04:22:15 Linux prd-ubuntu20-04-docker-8c-8g-34406 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 04:22:15 04:22:15 04:22:15 ---> lscpu: 04:22:15 Architecture: x86_64 04:22:15 CPU op-mode(s): 32-bit, 64-bit 04:22:15 Byte Order: Little Endian 04:22:15 Address sizes: 40 bits physical, 48 bits virtual 04:22:15 CPU(s): 8 04:22:15 On-line CPU(s) list: 0-7 04:22:15 Thread(s) per core: 1 04:22:15 Core(s) per socket: 1 04:22:15 Socket(s): 8 04:22:15 NUMA node(s): 1 04:22:15 Vendor ID: AuthenticAMD 04:22:15 CPU family: 23 04:22:15 Model: 49 04:22:15 Model name: AMD EPYC-Rome Processor 04:22:15 Stepping: 0 04:22:15 CPU MHz: 2800.000 04:22:15 BogoMIPS: 5600.00 04:22:15 Virtualization: AMD-V 04:22:15 Hypervisor vendor: KVM 04:22:15 Virtualization type: full 04:22:15 L1d cache: 256 KiB 04:22:15 L1i cache: 256 KiB 04:22:15 L2 cache: 4 MiB 04:22:15 L3 cache: 128 MiB 04:22:15 NUMA node0 CPU(s): 0-7 04:22:15 Vulnerability Itlb multihit: Not affected 04:22:15 Vulnerability L1tf: Not affected 04:22:15 Vulnerability Mds: Not affected 04:22:15 Vulnerability Meltdown: Not affected 04:22:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:22:15 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:22:15 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:22:15 Vulnerability Srbds: Not affected 04:22:15 Vulnerability Tsx async abort: Not affected 04:22:15 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:22:15 04:22:15 04:22:15 ---> nproc: 04:22:15 8 04:22:15 04:22:15 04:22:15 ---> df -h: 04:22:15 Filesystem Size Used Avail Use% Mounted on 04:22:15 overlay 155G 11G 145G 7% / 04:22:15 tmpfs 64M 0 64M 0% /dev 04:22:15 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:22:15 shm 64M 0 64M 0% /dev/shm 04:22:15 /dev/vda1 155G 11G 145G 7% /facter-os 04:22:15 04:22:15 04:22:15 ---> sar -b -r -n DEV: 04:22:15 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34406) 05/02/22 _x86_64_ (8 CPU) 04:22:15 04:22:15 04:08:49 LINUX RESTART (8 CPU) 04:22:15 04:22:15 04:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:22:15 04:10:02 396.43 55.96 340.48 0.00 7424.76 209277.25 0.00 04:22:15 04:11:01 126.06 1.73 124.33 0.00 18.03 43099.95 0.00 04:22:15 04:12:01 180.32 0.07 180.25 0.00 5.60 35298.65 0.00 04:22:15 04:13:01 2.35 0.00 2.35 0.00 0.00 26.28 0.00 04:22:15 04:14:01 1.67 0.02 1.65 0.00 0.13 18.80 0.00 04:22:15 04:15:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 04:22:15 04:16:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 04:22:15 04:17:01 1.52 0.02 1.50 0.00 0.13 16.53 0.00 04:22:15 04:18:01 1.78 0.00 1.78 0.00 0.00 19.86 0.00 04:22:15 04:19:01 1.50 0.00 1.50 0.00 0.00 18.53 0.00 04:22:15 04:20:01 1.37 0.00 1.37 0.00 0.00 18.80 0.00 04:22:15 04:21:01 2.00 0.00 2.00 0.00 0.00 22.40 0.00 04:22:15 04:22:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 04:22:15 Average: 55.22 4.45 50.77 0.00 573.69 22116.35 0.00 04:22:15 04:22:15 04:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:22:15 04:10:02 28983444 31760632 547364 1.66 117132 2930608 2176024 6.41 1129008 2399368 568 04:22:15 04:11:01 28234160 31771780 525460 1.60 162360 3570540 1964004 5.79 1247000 2941904 56 04:22:15 04:12:01 27826256 31781348 511596 1.56 174308 3932612 1797700 5.30 1278444 3268084 184 04:22:15 04:13:01 27826780 31782060 510448 1.55 174348 3932612 1797700 5.30 1278296 3268084 12 04:22:15 04:14:01 27833680 31788972 503568 1.53 174392 3932604 1797700 5.30 1271636 3268112 8 04:22:15 04:15:01 27833892 31789176 503268 1.53 174416 3932620 1797700 5.30 1270980 3268116 8 04:22:15 04:16:01 27835420 31790776 501688 1.53 174432 3932624 1797700 5.30 1270196 3268124 16 04:22:15 04:17:01 27837908 31793568 498496 1.52 174460 3932760 1797700 5.30 1268244 3268244 220 04:22:15 04:18:01 27837868 31793548 498396 1.52 174512 3932756 1797700 5.30 1267420 3268244 20 04:22:15 04:19:01 27837820 31793576 498388 1.52 174536 3932760 1797700 5.30 1267684 3268260 8 04:22:15 04:20:01 27837544 31793220 498608 1.52 174560 3932744 1797700 5.30 1268016 3268240 12 04:22:15 04:21:01 27837532 31793272 498776 1.52 174600 3932744 1797700 5.30 1267576 3268244 36 04:22:15 04:22:01 27837768 31793572 498452 1.52 174656 3932748 1797700 5.30 1267568 3268252 12 04:22:15 Average: 27953852 31786577 507270 1.54 169132 3827749 1839594 5.42 1257851 3176252 89 04:22:15 04:22:15 04:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:22:15 04:10:02 lo 7.47 7.47 0.72 0.72 0.00 0.00 0.00 0.00 04:22:15 04:10:02 veth74d5c99 5.10 4.33 0.50 5.56 0.00 0.00 0.00 0.00 04:22:15 04:10:02 docker0 19.76 19.33 1.56 111.71 0.00 0.00 0.00 0.00 04:22:15 04:10:02 ens3 813.53 502.20 6909.49 113.39 0.00 0.00 0.00 0.00 04:22:15 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:11:01 docker0 88.78 113.42 7.27 986.88 0.00 0.00 0.00 0.00 04:22:15 04:11:01 ens3 171.80 131.84 1020.34 68.80 0.00 0.00 0.00 0.00 04:22:15 04:12:01 lo 1.87 1.87 0.19 0.19 0.00 0.00 0.00 0.00 04:22:15 04:12:01 docker0 13.16 17.23 0.75 89.22 0.00 0.00 0.00 0.00 04:22:15 04:12:01 ens3 183.87 123.70 2690.34 72.55 0.00 0.00 0.00 0.00 04:22:15 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:13:01 ens3 2.27 1.28 1.84 0.34 0.00 0.00 0.00 0.00 04:22:15 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:14:01 ens3 0.75 0.53 0.36 0.28 0.00 0.00 0.00 0.00 04:22:15 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:15:01 ens3 0.28 0.17 0.09 0.07 0.00 0.00 0.00 0.00 04:22:15 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:16:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 04:22:15 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:17:01 ens3 0.20 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:18:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:19:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:20:01 ens3 0.22 0.12 0.08 0.07 0.00 0.00 0.00 0.00 04:22:15 04:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:21:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:22:15 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:22:15 04:22:01 ens3 0.17 0.02 0.01 0.00 0.00 0.00 0.00 0.00 04:22:15 Average: lo 0.81 0.81 0.08 0.08 0.00 0.00 0.00 0.00 04:22:15 Average: docker0 9.26 11.41 0.73 90.22 0.00 0.00 0.00 0.00 04:22:15 Average: ens3 90.17 58.38 816.86 19.59 0.00 0.00 0.00 0.00 04:22:15 04:22:15 04:22:15 ---> sar -P ALL: 04:22:15 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-34406) 05/02/22 _x86_64_ (8 CPU) 04:22:15 04:22:15 04:08:49 LINUX RESTART (8 CPU) 04:22:15 04:22:15 04:09:01 CPU %user %nice %system %iowait %steal %idle 04:22:15 04:10:02 all 11.92 0.00 4.56 2.96 0.07 80.49 04:22:15 04:10:02 0 12.15 0.00 4.52 2.18 0.07 81.08 04:22:15 04:10:02 1 12.24 0.00 4.25 0.71 0.07 82.74 04:22:15 04:10:02 2 11.13 0.00 5.89 6.86 0.07 76.05 04:22:15 04:10:02 3 14.86 0.00 5.56 1.25 0.08 78.24 04:22:15 04:10:02 4 11.90 0.00 3.91 0.83 0.08 83.27 04:22:15 04:10:02 5 9.81 0.00 4.16 8.08 0.07 77.88 04:22:15 04:10:02 6 12.15 0.00 3.73 0.79 0.05 83.28 04:22:15 04:10:02 7 11.10 0.00 4.48 3.00 0.10 81.32 04:22:15 04:11:01 all 42.39 0.00 7.15 0.90 0.11 49.45 04:22:15 04:11:01 0 38.44 0.00 7.02 0.26 0.12 54.16 04:22:15 04:11:01 1 43.84 0.00 7.02 0.21 0.12 48.81 04:22:15 04:11:01 2 42.31 0.00 8.12 4.29 0.10 45.17 04:22:15 04:11:01 3 43.63 0.00 7.20 0.53 0.12 48.52 04:22:15 04:11:01 4 43.10 0.00 6.78 0.07 0.10 49.94 04:22:15 04:11:01 5 43.33 0.00 7.06 0.10 0.10 49.40 04:22:15 04:11:01 6 41.17 0.00 6.95 0.22 0.10 51.56 04:22:15 04:11:01 7 43.29 0.00 7.04 1.55 0.10 48.02 04:22:15 04:12:01 all 16.95 0.00 3.87 1.14 0.06 77.99 04:22:15 04:12:01 0 15.32 0.00 4.51 2.91 0.05 77.20 04:22:15 04:12:01 1 17.53 0.00 3.76 1.65 0.05 77.01 04:22:15 04:12:01 2 18.84 0.00 3.81 0.32 0.07 76.96 04:22:15 04:12:01 3 17.01 0.00 3.76 0.20 0.05 78.98 04:22:15 04:12:01 4 17.37 0.00 3.87 0.54 0.07 78.16 04:22:15 04:12:01 5 16.91 0.00 3.91 0.44 0.07 78.68 04:22:15 04:12:01 6 16.07 0.00 3.34 0.42 0.07 80.10 04:22:15 04:12:01 7 16.53 0.00 4.00 2.61 0.07 76.80 04:22:15 04:13:01 all 0.02 0.00 0.01 0.01 0.00 99.95 04:22:15 04:13:01 0 0.05 0.00 0.02 0.00 0.00 99.93 04:22:15 04:13:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:22:15 04:13:01 2 0.07 0.00 0.03 0.05 0.02 99.83 04:22:15 04:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:22:15 04:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:22:15 04:13:01 7 0.03 0.00 0.02 0.03 0.00 99.92 04:22:15 04:14:01 all 0.03 0.00 0.01 0.00 0.01 99.94 04:22:15 04:14:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:22:15 04:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:14:01 2 0.08 0.00 0.07 0.00 0.02 99.83 04:22:15 04:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:22:15 04:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:22:15 04:14:01 5 0.02 0.00 0.02 0.00 0.02 99.95 04:22:15 04:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:22:15 04:14:01 7 0.02 0.00 0.00 0.03 0.00 99.95 04:22:15 04:15:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:22:15 04:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:22:15 04:15:01 1 0.00 0.00 0.02 0.03 0.00 99.95 04:22:15 04:15:01 2 0.03 0.00 0.03 0.00 0.02 99.92 04:22:15 04:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:15:01 5 0.00 0.00 0.03 0.00 0.00 99.97 04:22:15 04:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:15:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:22:15 04:16:01 all 0.02 0.00 0.01 0.00 0.00 99.97 04:22:15 04:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:16:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:22:15 04:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:22:15 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 04:22:15 04:16:01 6 0.02 0.00 0.02 0.00 0.02 99.95 04:22:15 04:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 04:22:15 04:17:01 all 0.21 0.00 0.02 0.01 0.00 99.76 04:22:15 04:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 04:22:15 04:17:01 1 0.00 0.00 0.00 0.08 0.00 99.92 04:22:15 04:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 04:22:15 04:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:22:15 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:17:01 5 1.58 0.00 0.03 0.00 0.00 98.39 04:22:15 04:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:22:15 04:17:01 7 0.02 0.00 0.02 0.02 0.00 99.95 04:22:15 04:18:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:22:15 04:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:18:01 1 0.00 0.00 0.02 0.02 0.00 99.97 04:22:15 04:18:01 2 0.02 0.00 0.03 0.00 0.02 99.93 04:22:15 04:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:22:15 04:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:18:01 7 0.00 0.00 0.02 0.03 0.00 99.95 04:22:15 04:19:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:22:15 04:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:19:01 1 0.00 0.00 0.00 0.03 0.00 99.97 04:22:15 04:19:01 2 0.05 0.00 0.00 0.00 0.00 99.95 04:22:15 04:19:01 3 0.00 0.00 0.03 0.00 0.00 99.97 04:22:15 04:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 04:22:15 04:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:19:01 7 0.02 0.00 0.00 0.02 0.00 99.97 04:22:15 04:20:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:22:15 04:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:22:15 04:20:01 2 0.02 0.00 0.02 0.02 0.00 99.95 04:22:15 04:20:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:22:15 04:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 04:22:15 04:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:20:01 7 0.00 0.00 0.02 0.02 0.00 99.97 04:22:15 04:22:15 04:20:01 CPU %user %nice %system %iowait %steal %idle 04:22:15 04:21:01 all 0.02 0.00 0.01 0.01 0.00 99.96 04:22:15 04:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:21:01 2 0.05 0.00 0.03 0.02 0.02 99.88 04:22:15 04:21:01 3 0.03 0.00 0.02 0.02 0.00 99.93 04:22:15 04:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:22:15 04:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:22:15 04:21:01 7 0.00 0.00 0.00 0.05 0.00 99.95 04:22:15 04:22:01 all 0.01 0.00 0.01 0.01 0.00 99.97 04:22:15 04:22:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:22:01 2 0.03 0.00 0.05 0.00 0.00 99.92 04:22:15 04:22:01 3 0.02 0.00 0.03 0.02 0.00 99.93 04:22:15 04:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 04:22:15 04:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:22:15 04:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:22:15 04:22:01 7 0.00 0.00 0.00 0.03 0.00 99.97 04:22:15 Average: all 5.41 0.00 1.19 0.39 0.02 93.00 04:22:15 Average: 0 4.99 0.00 1.22 0.41 0.02 93.36 04:22:15 Average: 1 5.56 0.00 1.14 0.21 0.02 93.07 04:22:15 Average: 2 5.48 0.00 1.38 0.88 0.03 92.24 04:22:15 Average: 3 5.72 0.00 1.27 0.15 0.02 92.84 04:22:15 Average: 4 5.47 0.00 1.11 0.11 0.02 93.29 04:22:15 Average: 5 5.43 0.00 1.16 0.66 0.02 92.74 04:22:15 Average: 6 5.25 0.00 1.06 0.11 0.02 93.56 04:22:15 Average: 7 5.35 0.00 1.18 0.56 0.02 92.89 04:22:15 04:22:15 04:22:15