Pull request #1232 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6cffc294953a470074c675637891f16580d1725c+09c8a507c77d2bd2f09eb9ac13068a60ef71d0df (8f9efce38571e72219a428b79dc4b0bbe235b1ed) 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-ssh6502857448685655337.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh9917867049821043807.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8149891683309282702.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3510229433245175263.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9908525979325669983.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1232/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2306525831039122008.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7724 in /w/workspace/gexfoundry_device-sdk-go_PR-1232 [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-1232 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1232/head:refs/remotes/origin/PR-1232 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df into PR head commit 6cffc294953a470074c675637891f16580d1725c Merge succeeded, producing 6cffc294953a470074c675637891f16580d1725c Checking out Revision 6cffc294953a470074c675637891f16580d1725c (PR-1232) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } > git config core.sparsecheckout # timeout=10 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:08:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:08:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:08:26 ========================================================= 04:08:26 EdgeX Global Pipelines Version Info 04:08:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:08:27 ------------------- 04:08:27 stable info: 04:08:27 ------------------- 04:08:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:27 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 04:08:27 Message: update stable to v1.0.239 04:08:28 ------------------- 04:08:28 experimental info: 04:08:28 ------------------- 04:08:28 Commited By: **** collab-it+edgex@linuxfoundation.org 04:08:28 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 04:08:28 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:08:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1232 [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1232 [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1232 [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cffc29 [Pipeline] echo 04:08:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:29 provisioning config files... 04:08:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config15644351541813255099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:30 ---> docker-login.sh 04:08:30 nexus3.edgexfoundry.org:10001 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:30 Configure a credential helper to remove this warning. See 04:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:30 04:08:30 Login Succeeded 04:08:30 nexus3.edgexfoundry.org:10002 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:30 Configure a credential helper to remove this warning. See 04:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:30 04:08:30 Login Succeeded 04:08:30 nexus3.edgexfoundry.org:10003 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:30 Configure a credential helper to remove this warning. See 04:08:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:30 04:08:30 Login Succeeded 04:08:30 nexus3.edgexfoundry.org:10004 04:08:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:31 Configure a credential helper to remove this warning. See 04:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:31 04:08:31 Login Succeeded 04:08:31 docker.io 04:08:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:31 Configure a credential helper to remove this warning. See 04:08:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:31 04:08:31 Login Succeeded 04:08:31 ---> docker-login.sh ends [Pipeline] } 04:08:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:08:32 + git rev-list -1 --merges 6cffc294953a470074c675637891f16580d1725c~1..6cffc294953a470074c675637891f16580d1725c [Pipeline] echo 04:08:32 -----------> git rev-list -1 --merges 6cffc294953a470074c675637891f16580d1725c~1..6cffc294953a470074c675637891f16580d1725c 6cffc294953a470074c675637891f16580d1725c [false] [Pipeline] sh 04:08:32 + git log --format=format:%s -1 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo 04:08:32 ========================================================= 04:08:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:08:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:08:32 + git log --format=format:%s -1 6cffc294953a470074c675637891f16580d1725c [Pipeline] echo 04:08:32 [semverPrep] GIT_COMMIT: 6cffc294953a470074c675637891f16580d1725c, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:08:32 [semverPrep] This is not a build commit. [Pipeline] sh 04:08:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:33 + grep -v github /etc/ssh/ssh_known_hosts 04:08:33 + [ -e /tmp/ssh_known_hosts ] 04:08:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:08:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:08:33 + sudo tee -a /etc/ssh/ssh_known_hosts 04:08:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:33 04:08:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:34 0.1.4: Pulling from edgex-devops/py-git-semver 04:08:34 b85a868b505f: Pulling fs layer 04:08:34 e2be974225ed: Pulling fs layer 04:08:34 339a4e72a1f5: Pulling fs layer 04:08:34 988bab9f4d93: Pulling fs layer 04:08:34 1469e6f7b9e6: Pulling fs layer 04:08:34 eaf3925da568: Pulling fs layer 04:08:34 bab4dde63d76: Pulling fs layer 04:08:34 bde34c3a00c8: Pulling fs layer 04:08:34 1469e6f7b9e6: Waiting 04:08:34 eaf3925da568: Waiting 04:08:34 988bab9f4d93: Waiting 04:08:34 bab4dde63d76: Waiting 04:08:34 b352a97aabf1: Pulling fs layer 04:08:34 bde34c3a00c8: Waiting 04:08:34 b352a97aabf1: Waiting 04:08:34 4872d77fe225: Pulling fs layer 04:08:34 5851b861e8e6: Pulling fs layer 04:08:34 4872d77fe225: Waiting 04:08:34 5851b861e8e6: Waiting 04:08:34 e2be974225ed: Download complete 04:08:34 988bab9f4d93: Verifying Checksum 04:08:34 988bab9f4d93: Download complete 04:08:34 1469e6f7b9e6: Verifying Checksum 04:08:34 1469e6f7b9e6: Download complete 04:08:34 eaf3925da568: Verifying Checksum 04:08:34 eaf3925da568: Download complete 04:08:34 339a4e72a1f5: Verifying Checksum 04:08:34 339a4e72a1f5: Download complete 04:08:34 bde34c3a00c8: Verifying Checksum 04:08:34 bde34c3a00c8: Download complete 04:08:34 b352a97aabf1: Verifying Checksum 04:08:34 b352a97aabf1: Download complete 04:08:34 4872d77fe225: Download complete 04:08:34 5851b861e8e6: Verifying Checksum 04:08:34 b85a868b505f: Verifying Checksum 04:08:34 b85a868b505f: Download complete 04:08:34 bab4dde63d76: Verifying Checksum 04:08:34 bab4dde63d76: Download complete 04:08:35 b85a868b505f: Pull complete 04:08:35 e2be974225ed: Pull complete 04:08:36 339a4e72a1f5: Pull complete 04:08:36 988bab9f4d93: Pull complete 04:08:36 1469e6f7b9e6: Pull complete 04:08:36 eaf3925da568: Pull complete 04:08:38 bab4dde63d76: Pull complete 04:08:38 bde34c3a00c8: Pull complete 04:08:38 b352a97aabf1: Pull complete 04:08:38 4872d77fe225: Pull complete 04:08:38 5851b861e8e6: Pull complete 04:08:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:38 prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container 04:08:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:08:43 $ docker top 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 -eo pid,comm 04:08:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:08:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:08:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:43 [ssh-agent] Looking for ssh-agent implementation... 04:08:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:43 $ docker exec 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent 04:08:43 SSH_AUTH_SOCK=/tmp/ssh-SvYZzbyXd6jo/agent.32 04:08:43 SSH_AGENT_PID=38 04:08:43 Running ssh-add (command line suppressed) 04:08:44 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_18410687072072873504.key (/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_18410687072072873504.key) 04:08:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:44 + git tag --points-at HEAD [Pipeline] } 04:08:44 $ docker exec --env ******** --env ******** 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent -k 04:08:44 unset SSH_AUTH_SOCK; 04:08:44 unset SSH_AGENT_PID; 04:08:44 echo Agent pid 38 killed; 04:08:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:08:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:08:44 [ssh-agent] Looking for ssh-agent implementation... 04:08:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:08:44 $ docker exec 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent 04:08:44 SSH_AUTH_SOCK=/tmp/ssh-ZoE1TdDowZFe/agent.70 04:08:44 SSH_AGENT_PID=76 04:08:44 Running ssh-add (command line suppressed) 04:08:45 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_5901363279240221755.key (/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/private_key_5901363279240221755.key) 04:08:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:08:45 + git semver init 04:08:45 2022-10-12 04:08:45,604 [run_init] DEBUG init version:0.0.0 force:False 04:08:45 2022-10-12 04:08:45,606 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver 04:08:45 2022-10-12 04:08:45,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver 04:08:45 2022-10-12 04:08:45,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232, universal_newlines=False, shell=None, istream=None) 04:08:47 2022-10-12 04:08:46,626 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.git/info/exclude 04:08:47 2022-10-12 04:08:46,626 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 with force:False 04:08:47 2022-10-12 04:08:46,627 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 04:08:47 2022-10-12 04:08:46,631 [execute] INFO git cat-file --batch-check 04:08:47 2022-10-12 04:08:46,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver, universal_newlines=False, shell=None, istream=) 04:08:47 2022-10-12 04:08:46,637 [execute] INFO git cat-file --batch 04:08:47 2022-10-12 04:08:46,637 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver, universal_newlines=False, shell=None, istream=) 04:08:47 2022-10-12 04:08:46,642 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1232/.semver/PR-1232 04:08:47 0.0.0 [Pipeline] } 04:08:47 $ docker exec --env ******** --env ******** 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 ssh-agent -k 04:08:47 unset SSH_AUTH_SOCK; 04:08:47 unset SSH_AGENT_PID; 04:08:47 echo Agent pid 76 killed; 04:08:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:08:47 + git semver [Pipeline] } 04:08:47 $ docker stop --time=1 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 04:08:49 $ docker rm -f 49be5dc96595fc41c0db40b3e6d386404a10277540e13d403531eb8234f42319 [Pipeline] // withDockerContainer [Pipeline] sh 04:08:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:08:49 Stashed 1 file(s) [Pipeline] echo 04:08:49 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:50 provisioning config files... 04:08:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config11976538545212359499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:50 ---> docker-login.sh 04:08:50 nexus3.edgexfoundry.org:10001 04:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:50 Configure a credential helper to remove this warning. See 04:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:50 04:08:50 Login Succeeded 04:08:50 nexus3.edgexfoundry.org:10002 04:08:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:50 Configure a credential helper to remove this warning. See 04:08:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:50 04:08:50 Login Succeeded 04:08:50 nexus3.edgexfoundry.org:10003 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 nexus3.edgexfoundry.org:10004 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 docker.io 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 ---> docker-login.sh ends [Pipeline] } 04:08:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:08:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:08:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:08:51 ========================================================= 04:08:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 04:08:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:52 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:08:52 Sending build context to Docker daemon 9.989MB 04:08:52 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:08:52 Step 2/11 : FROM ${BASE} AS builder 04:08:52 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 04:08:52 213ec9aee27d: Pulling fs layer 04:08:52 4583459ba037: Pulling fs layer 04:08:52 93c1e223e6f2: Pulling fs layer 04:08:52 53926ce57604: Pulling fs layer 04:08:52 21b2b0c7a3f4: Pulling fs layer 04:08:52 53926ce57604: Waiting 04:08:52 21b2b0c7a3f4: Waiting 04:08:52 30f14e443154: Pulling fs layer 04:08:52 801331c1e519: Pulling fs layer 04:08:52 99cc6dd402b0: Pulling fs layer 04:08:52 30f14e443154: Waiting 04:08:52 7d9ed39f4882: Pulling fs layer 04:08:52 7d9ed39f4882: Waiting 04:08:52 93c1e223e6f2: Verifying Checksum 04:08:52 93c1e223e6f2: Download complete 04:08:52 4583459ba037: Download complete 04:08:52 21b2b0c7a3f4: Verifying Checksum 04:08:52 21b2b0c7a3f4: Download complete 04:08:52 30f14e443154: Verifying Checksum 04:08:52 30f14e443154: Download complete 04:08:52 213ec9aee27d: Verifying Checksum 04:08:52 213ec9aee27d: Download complete 04:08:52 801331c1e519: Download complete 04:08:52 213ec9aee27d: Pull complete 04:08:52 4583459ba037: Pull complete 04:08:52 93c1e223e6f2: Pull complete 04:08:53 7d9ed39f4882: Verifying Checksum 04:08:53 7d9ed39f4882: Download complete 04:08:53 53926ce57604: Verifying Checksum 04:08:53 53926ce57604: Download complete 04:08:53 99cc6dd402b0: Verifying Checksum 04:08:53 99cc6dd402b0: Download complete 04:08:57 53926ce57604: Pull complete 04:08:57 21b2b0c7a3f4: Pull complete 04:08:57 30f14e443154: Pull complete 04:08:57 801331c1e519: Pull complete 04:08:59 99cc6dd402b0: Pull complete 04:09:00 7d9ed39f4882: Pull complete 04:09:00 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 04:09:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 04:09:00 ---> 1dedd983c030 04:09:00 Step 3/11 : ARG MAKE=make build 04:09:05 Still waiting to schedule task 04:09:05 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 04:09:07 ---> Running in edf2b2d5e514 04:09:07 Removing intermediate container edf2b2d5e514 04:09:07 ---> 1c27d59893b0 04:09:07 Step 4/11 : WORKDIR /device-sdk-go 04:09:07 ---> Running in bcfc723300c2 04:09:07 Removing intermediate container bcfc723300c2 04:09:07 ---> 884e28547aea 04:09:07 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:09:07 ---> Running in 5730305f8967 04:09:07 Removing intermediate container 5730305f8967 04:09:07 ---> 50758feff783 04:09:07 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:09:07 ---> Running in 7c926f49f7d7 04:09:07 Removing intermediate container 7c926f49f7d7 04:09:07 ---> 0162f2bd21ba 04:09:07 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:09:07 ---> Running in dd0672a2923c 04:09:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:09:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:09:08 OK: 211 MiB in 51 packages 04:09:09 Removing intermediate container dd0672a2923c 04:09:09 ---> a9f67284f554 04:09:09 Step 8/11 : COPY go.mod vendor* ./ 04:09:09 ---> 2038c0c10e80 04:09:09 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:09:09 ---> Running in 0377cf5aab81 04:09:36 Removing intermediate container 0377cf5aab81 04:09:36 ---> fe7c6d4389cf 04:09:36 Step 10/11 : COPY . . 04:09:36 ---> dc7bc6b566fc 04:09:36 Step 11/11 : RUN ${MAKE} 04:09:36 ---> Running in acfe2c530e9c 04:09:36 noop 04:09:36 Removing intermediate container acfe2c530e9c 04:09:36 ---> a242072dabf3 04:09:36 Successfully built a242072dabf3 04:09:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:36 + docker inspect -f . ci-base-image-x86_64 04:09:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:36 prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container 04:09:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:37 $ docker top 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:37 + go version 04:09:37 go version go1.18.7 linux/amd64 [Pipeline] } 04:09:37 $ docker stop --time=1 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b 04:09:38 $ docker rm -f 92c804f08879b977b67745adb8050991c9d0fc3ad2a8c0e7547c42f12c59977b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:39 + docker inspect -f . ci-base-image-x86_64 04:09:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:39 prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container 04:09:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:40 $ docker top ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:40 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1232 [Pipeline] fileExists [Pipeline] sh 04:09:40 + make test 04:09:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:09:47 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 27.6% of statements 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 60.0% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.111s coverage: 54.4% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.112s coverage: 65.1% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.734s coverage: 89.2% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:09:59 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.7% of statements 04:09:59 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:10:14 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 04:10:14 GO111MODULE=on go vet ./... 04:10:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:10:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:10:16 ./bin/test-attribution-txt.sh 04:10:16 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:10:16 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:10:16 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:10:16 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:10:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:10:17 $ docker stop --time=1 ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 04:10:21 $ docker rm -f ee6016c4e0925afeeaaefa7366438a96239a347dbb2b9890bcf747242275e3f5 [Pipeline] // withDockerContainer [Pipeline] sh 04:10:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:10:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:10:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:10:23 + ls -al . 04:10:23 total 276 04:10:23 drwxrwxr-x 11 jenkins jenkins 4096 Oct 12 04:09 . 04:10:23 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:08 .. 04:10:23 -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 04:08 .dockerignore 04:10:23 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:10 .git 04:10:23 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:08 .github 04:10:23 -rw-rw-r-- 1 jenkins jenkins 131 Oct 12 04:08 .gitignore 04:10:23 -rw-rw-r-- 1 jenkins jenkins 42 Oct 12 04:08 .golangci.yml 04:10:23 drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:08 .semver 04:10:23 -rw-rw-r-- 1 jenkins jenkins 29536 Oct 12 04:08 CHANGELOG.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 04:08 GOVERNANCE.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 880 Oct 12 04:08 Jenkinsfile 04:10:23 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 04:08 LICENSE 04:10:23 -rw-rw-r-- 1 jenkins jenkins 2003 Oct 12 04:08 Makefile 04:10:23 -rw-rw-r-- 1 jenkins jenkins 619 Oct 12 04:08 OWNERS.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 4881 Oct 12 04:08 README.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:08 VERSION 04:10:23 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:08 bin 04:10:23 -rw-r--r-- 1 jenkins jenkins 101009 Oct 12 04:09 coverage.out 04:10:23 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 04:08 example 04:10:23 -rw-rw-r-- 1 jenkins jenkins 3400 Oct 12 04:08 go.mod 04:10:23 -rw-rw-r-- 1 jenkins jenkins 37486 Oct 12 04:08 go.sum 04:10:23 drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:08 internal 04:10:23 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:08 openapi 04:10:23 drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:08 pkg 04:10:23 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:08 snap 04:10:23 -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:23 + 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=6cffc294953a470074c675637891f16580d1725c --label arch=amd64 --label version=0.0.0 . 04:10:23 Sending build context to Docker daemon 10.09MB 04:10:23 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:10:23 Step 2/25 : FROM ${BASE} AS builder 04:10:23 ---> a242072dabf3 04:10:23 Step 3/25 : ARG MAKE=make build 04:10:23 ---> Running in 3c096274050d 04:10:23 Removing intermediate container 3c096274050d 04:10:23 ---> 8a10d3963d30 04:10:23 Step 4/25 : WORKDIR /device-sdk-go 04:10:23 ---> Running in a0ffd8f75fac 04:10:23 Removing intermediate container a0ffd8f75fac 04:10:23 ---> b206a50f5069 04:10:23 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:10:23 ---> Running in 89a24d3fe89b 04:10:24 Removing intermediate container 89a24d3fe89b 04:10:24 ---> c61facae1932 04:10:24 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:24 ---> Running in 726c5800df04 04:10:24 Removing intermediate container 726c5800df04 04:10:24 ---> 369fbce41694 04:10:24 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:10:24 ---> Running in 45ac7ae61eec 04:10:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:10:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:10:26 OK: 211 MiB in 51 packages 04:10:26 Removing intermediate container 45ac7ae61eec 04:10:26 ---> 94b7d89edba7 04:10:26 Step 8/25 : COPY go.mod vendor* ./ 04:10:26 ---> f75e3576ec03 04:10:26 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:26 ---> Running in 115fa2088727 04:10:27 Removing intermediate container 115fa2088727 04:10:27 ---> eb6e2bf9d461 04:10:27 Step 10/25 : COPY . . 04:10:27 ---> 28970e41df12 04:10:27 Step 11/25 : RUN ${MAKE} 04:10:27 ---> Running in e6659c3da2f5 04:10:27 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:10:46 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:10:49 Removing intermediate container e6659c3da2f5 04:10:49 ---> bca437985861 04:10:49 Step 12/25 : FROM alpine:3.16 04:10:49 3.16: Pulling from library/alpine 04:10:49 213ec9aee27d: Already exists 04:10:49 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:10:49 Status: Downloaded newer image for alpine:3.16 04:10:49 ---> 9c6f07244728 04:10:49 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:10:49 ---> Running in 52ec4ed2ad93 04:10:49 Removing intermediate container 52ec4ed2ad93 04:10:49 ---> cdb60dc703dc 04:10:49 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:49 ---> Running in 9314697d07a5 04:10:50 Removing intermediate container 9314697d07a5 04:10:50 ---> 006259982d69 04:10:50 Step 15/25 : RUN apk add --update --no-cache zeromq 04:10:50 ---> Running in 8d0ee1428c17 04:10:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 04:10:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 04:10:51 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:10:51 (2/5) Installing libsodium (1.0.18-r0) 04:10:51 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:10:51 (4/5) Installing libzmq (4.3.4-r0) 04:10:52 (5/5) Installing zeromq (4.3.4-r0) 04:10:52 Executing busybox-1.35.0-r17.trigger 04:10:52 OK: 8 MiB in 19 packages 04:10:52 Removing intermediate container 8d0ee1428c17 04:10:52 ---> 891c67ab5255 04:10:52 Step 16/25 : WORKDIR / 04:10:52 ---> Running in d08508f1a162 04:10:52 Removing intermediate container d08508f1a162 04:10:52 ---> d2aa4fcfbaa3 04:10:52 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:10:53 ---> 1be077846aee 04:10:53 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:10:53 ---> 82d3d83425cc 04:10:53 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:10:53 ---> 23361e0484ab 04:10:53 Step 20/25 : EXPOSE 59999 04:10:53 ---> Running in 17fd4e4a5b92 04:10:53 Removing intermediate container 17fd4e4a5b92 04:10:53 ---> 2cc347ae831e 04:10:53 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:10:53 ---> Running in cc32f8ee54ca 04:10:54 Removing intermediate container cc32f8ee54ca 04:10:54 ---> f55046ac34a8 04:10:54 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:10:54 ---> Running in 1dc60c76702f 04:10:54 Removing intermediate container 1dc60c76702f 04:10:54 ---> 18f9417bf368 04:10:54 Step 23/25 : LABEL arch=amd64 04:10:54 ---> Running in 269dc35115d7 04:10:54 Removing intermediate container 269dc35115d7 04:10:54 ---> 3c09cd22491b 04:10:54 Step 24/25 : LABEL git_sha=6cffc294953a470074c675637891f16580d1725c 04:10:54 ---> Running in ce282119e6d1 04:10:54 Removing intermediate container ce282119e6d1 04:10:54 ---> 45aafc0ff843 04:10:54 Step 25/25 : LABEL version=0.0.0 04:10:54 ---> Running in dc18b55be9c0 04:10:54 Removing intermediate container dc18b55be9c0 04:10:54 ---> c629c3c83210 04:10:54 [Warning] One or more build-args [ARCH] were not consumed 04:10:54 Successfully built c629c3c83210 04:10:54 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:55 04:10:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:55 latest: Pulling from edgex-lftools-log-publisher 04:10:55 5eb5b503b376: Pulling fs layer 04:10:55 5c69ac0246d0: Pulling fs layer 04:10:55 ec43610c2a17: Pulling fs layer 04:10:55 3a2ae6a8a46f: Pulling fs layer 04:10:55 33b1e0a273af: Pulling fs layer 04:10:55 5d3b04190fa2: Pulling fs layer 04:10:55 2f39f015ded8: Pulling fs layer 04:10:55 33b1e0a273af: Waiting 04:10:55 5d3b04190fa2: Waiting 04:10:55 5c69ac0246d0: Verifying Checksum 04:10:55 5c69ac0246d0: Download complete 04:10:55 3a2ae6a8a46f: Verifying Checksum 04:10:55 3a2ae6a8a46f: Download complete 04:10:55 33b1e0a273af: Verifying Checksum 04:10:55 33b1e0a273af: Download complete 04:10:55 ec43610c2a17: Verifying Checksum 04:10:55 ec43610c2a17: Download complete 04:10:55 5d3b04190fa2: Verifying Checksum 04:10:55 5d3b04190fa2: Download complete 04:10:55 5eb5b503b376: Verifying Checksum 04:10:55 5eb5b503b376: Download complete 04:10:56 2f39f015ded8: Download complete 04:10:56 5eb5b503b376: Pull complete 04:10:56 5c69ac0246d0: Pull complete 04:10:57 ec43610c2a17: Pull complete 04:10:57 3a2ae6a8a46f: Pull complete 04:10:57 33b1e0a273af: Pull complete 04:10:57 5d3b04190fa2: Pull complete 04:11:02 2f39f015ded8: Pull complete 04:11:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:11:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:02 prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container 04:11:02 $ 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-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:11:06 $ docker top d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:07 ---> job-cost.sh 04:11:07 lf-activate-venv: SKIPPING 04:11:07 INFO: No Stack... 04:11:07 INFO: Retrieving Pricing Info for: v3-standard-8 04:11:07 INFO: Archiving Costs [Pipeline] sh 04:11:08 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/cost.csv 04:11:08 + cut -d, -f6 [Pipeline] lock 04:11:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] 04:11:08 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] did not exist. Created. 04:11:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:08 + echo total: 0.2199999988079071 [Pipeline] stash 04:11:08 Stashed 1 file(s) [Pipeline] } 04:11:08 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:11:08 $ docker stop --time=1 d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 04:11:09 $ docker rm -f d0bf00ff3036ca3558b3148e6e7227eb1ce12d289862d406436bca75b2113510 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:12:12 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7726 in /w/workspace/gexfoundry_device-sdk-go_PR-1232 [Pipeline] { [Pipeline] ws 04:12:12 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:12:12 The recommended git tool is: git 04:12:18 using credential edgex-jenkins-ssh 04:12:18 Cloning the remote Git repository 04:12:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:12:18 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:12:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:12:18 > git --version # timeout=10 04:12:18 > git --version # 'git version 2.25.1' 04:12:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:18 Verifying host key using known hosts file 04:12:18 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:12:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:12:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:22 Merging remotes/origin/main commit 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df into PR head commit 6cffc294953a470074c675637891f16580d1725c 04:12:22 Merge succeeded, producing 6cffc294953a470074c675637891f16580d1725c 04:12:22 Checking out Revision 6cffc294953a470074c675637891f16580d1725c (PR-1232) 04:12:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:12:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:12:21 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:21 Verifying host key using known hosts file 04:12:21 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:12:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1232/head:refs/remotes/origin/PR-1232 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:12:22 > git config core.sparsecheckout # timeout=10 04:12:22 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 04:12:22 > git remote # timeout=10 04:12:22 > git config --get remote.origin.url # timeout=10 04:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:22 Verifying host key using known hosts file 04:12:22 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 04:12:22 > git merge 09c8a507c77d2bd2f09eb9ac13068a60ef71d0df # timeout=10 04:12:22 > git rev-parse HEAD^{commit} # timeout=10 04:12:22 > git config core.sparsecheckout # timeout=10 04:12:22 > git checkout -f 6cffc294953a470074c675637891f16580d1725c # timeout=10 04:12:23 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:12:23 > git --version # timeout=10 04:12:23 > git --version # 'git version 2.25.1' 04:12:23 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:12:24 % Total % Received % Xferd Average Speed Time Time Time Current 04:12:24 Dload Upload Total Spent Left Speed 04:12:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 94044 0 --:--:-- --:--:-- --:--:-- 94751 [Pipeline] sh 04:12:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:12:25 + sudo tee /etc/docker/daemon.new 04:12:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:12:25 { 04:12:25 "registry-mirrors": [ 04:12:25 "https://nexus3.edgexfoundry.org:10001" 04:12:25 ], 04:12:25 "bip": "10.250.0.254/24", 04:12:25 "hosts": [ 04:12:25 "tcp://0.0.0.0:5555", 04:12:25 "unix:///var/run/docker.sock" 04:12:25 ], 04:12:25 "mtu": 1458, 04:12:25 "selinux-enabled": true, 04:12:25 "seccomp-profile": "/etc/docker/seccomp.json" 04:12:25 } [Pipeline] sh 04:12:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:12:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:12:44 provisioning config files... 04:12:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config566007210678513926tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:44 ---> docker-login.sh 04:12:44 nexus3.edgexfoundry.org:10001 04:12:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:45 Configure a credential helper to remove this warning. See 04:12:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:45 04:12:45 Login Succeeded 04:12:45 nexus3.edgexfoundry.org:10002 04:12:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:45 Configure a credential helper to remove this warning. See 04:12:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:45 04:12:45 Login Succeeded 04:12:45 nexus3.edgexfoundry.org:10003 04:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:46 Configure a credential helper to remove this warning. See 04:12:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:46 04:12:46 Login Succeeded 04:12:46 nexus3.edgexfoundry.org:10004 04:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:46 Configure a credential helper to remove this warning. See 04:12:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:46 04:12:46 Login Succeeded 04:12:46 docker.io 04:12:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:47 Configure a credential helper to remove this warning. See 04:12:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:47 04:12:47 Login Succeeded 04:12:47 ---> docker-login.sh ends [Pipeline] } 04:12:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:47 ========================================================= 04:12:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 04:12:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:48 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 04:12:48 Sending build context to Docker daemon 5.369MB 04:12:48 Step 1/11 : ARG BASE=golang:1.18-alpine3.16 04:12:48 Step 2/11 : FROM ${BASE} AS builder 04:12:48 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:48 9b18e9b68314: Pulling fs layer 04:12:48 d32db5db7311: Pulling fs layer 04:12:48 d0c4b47475fc: Pulling fs layer 04:12:48 5831b945b038: Pulling fs layer 04:12:48 86bbec2aaacd: Pulling fs layer 04:12:48 e10730c5d714: Pulling fs layer 04:12:48 5dd5c2283517: Pulling fs layer 04:12:48 d5ac0230b979: Pulling fs layer 04:12:48 5dd5c2283517: Waiting 04:12:48 86bbec2aaacd: Waiting 04:12:48 e10730c5d714: Waiting 04:12:48 5831b945b038: Waiting 04:12:48 d5ac0230b979: Waiting 04:12:48 d0c4b47475fc: Verifying Checksum 04:12:48 d0c4b47475fc: Download complete 04:12:48 d32db5db7311: Verifying Checksum 04:12:48 d32db5db7311: Download complete 04:12:48 86bbec2aaacd: Verifying Checksum 04:12:48 86bbec2aaacd: Download complete 04:12:48 e10730c5d714: Verifying Checksum 04:12:48 e10730c5d714: Download complete 04:12:48 9b18e9b68314: Verifying Checksum 04:12:49 9b18e9b68314: Pull complete 04:12:49 d5ac0230b979: Verifying Checksum 04:12:49 d5ac0230b979: Download complete 04:12:50 d32db5db7311: Pull complete 04:12:50 d0c4b47475fc: Pull complete 04:12:50 5dd5c2283517: Verifying Checksum 04:12:50 5dd5c2283517: Download complete 04:12:51 5831b945b038: Verifying Checksum 04:12:51 5831b945b038: Download complete 04:13:03 5831b945b038: Pull complete 04:13:03 86bbec2aaacd: Pull complete 04:13:03 e10730c5d714: Pull complete 04:13:08 5dd5c2283517: Pull complete 04:13:10 d5ac0230b979: Pull complete 04:13:10 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 04:13:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 04:13:10 ---> 59b3b1a385d4 04:13:10 Step 3/11 : ARG MAKE=make build 04:13:12 ---> Running in 495b8d852cef 04:13:12 Removing intermediate container 495b8d852cef 04:13:12 ---> f10024e59564 04:13:12 Step 4/11 : WORKDIR /device-sdk-go 04:13:12 ---> Running in e9449b833538 04:13:12 Removing intermediate container e9449b833538 04:13:12 ---> fded85075aa0 04:13:12 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:13:12 ---> Running in cfc9ccb20370 04:13:13 Removing intermediate container cfc9ccb20370 04:13:13 ---> 600db8a7d1ae 04:13:13 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:13:13 ---> Running in 996dabbf3afd 04:13:15 Removing intermediate container 996dabbf3afd 04:13:15 ---> 6b563f5d5c8a 04:13:15 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:13:15 ---> Running in 16386a632c0f 04:13:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:13:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:13:18 OK: 221 MiB in 51 packages 04:13:19 Removing intermediate container 16386a632c0f 04:13:19 ---> e77c9c037d27 04:13:19 Step 8/11 : COPY go.mod vendor* ./ 04:13:20 ---> a07de0e52a13 04:13:20 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:20 ---> Running in 26d979b72cf5 04:14:07 Removing intermediate container 26d979b72cf5 04:14:07 ---> 7394e5fa5b65 04:14:07 Step 10/11 : COPY . . 04:14:07 ---> d97953b551cb 04:14:07 Step 11/11 : RUN ${MAKE} 04:14:08 ---> Running in e8a593951fe0 04:14:09 noop 04:14:09 Removing intermediate container e8a593951fe0 04:14:09 ---> 7d91fc2c1ce7 04:14:09 Successfully built 7d91fc2c1ce7 04:14:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:10 + docker inspect -f . ci-base-image-arm64 04:14:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:10 prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container 04:14:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:14:11 $ docker top b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:12 + go version 04:14:12 go version go1.18.7 linux/arm64 [Pipeline] } 04:14:12 $ docker stop --time=1 b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 04:14:14 $ docker rm -f b5d8c53f8399b0729f0c08781d29a46f80a02a6e1472040b66411787f869abc3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:15 + docker inspect -f . ci-base-image-arm64 04:14:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:14:15 prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container 04:14:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:14:16 $ docker top 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:17 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 04:14:17 + make test 04:14:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:14:56 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 04:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:17:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.410s coverage: 27.6% of statements 04:17:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.509s coverage: 78.9% of statements 04:17:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/clients [no test files] 04:17:11 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.410s coverage: 60.0% of statements 04:17:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:17:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:17:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.900s coverage: 54.4% of statements 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/messaging [no test files] 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:17:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.576s coverage: 65.1% of statements 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces [no test files] 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/interfaces/mocks [no test files] 04:17:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.842s coverage: 89.2% of statements 04:17:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:17:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.303s coverage: 4.7% of statements 04:17:21 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:17:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:17:21 GO111MODULE=on go vet ./... 04:19:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:19:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:19:13 ./bin/test-attribution-txt.sh 04:19:13 An attribution for github.com/Microsoft/go-winio is missing from Attribution.txt, please add 04:19:13 An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add 04:19:13 An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add 04:19:13 An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo 04:19:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:19:13 $ docker stop --time=1 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 04:19:15 $ docker rm -f 800e9d80419c4990e44108600a495016e855bd68621560ac2ec113458ebecf95 [Pipeline] // withDockerContainer [Pipeline] sh 04:19:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:19:17 Warning: overwriting stash ‘coverage-report’ 04:19:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:19:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:19:18 + ls -al . 04:19:18 total 272 04:19:18 drwxrwxr-x 10 jenkins jenkins 4096 Oct 12 04:14 . 04:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 .. 04:19:18 -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 04:12 .dockerignore 04:19:18 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 04:12 .git 04:19:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 .github 04:19:18 -rw-rw-r-- 1 jenkins jenkins 131 Oct 12 04:12 .gitignore 04:19:18 -rw-rw-r-- 1 jenkins jenkins 42 Oct 12 04:12 .golangci.yml 04:19:18 -rw-rw-r-- 1 jenkins jenkins 29536 Oct 12 04:12 CHANGELOG.md 04:19:18 -rw-rw-r-- 1 jenkins jenkins 677 Oct 12 04:12 GOVERNANCE.md 04:19:18 -rw-rw-r-- 1 jenkins jenkins 880 Oct 12 04:12 Jenkinsfile 04:19:18 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 04:12 LICENSE 04:19:18 -rw-rw-r-- 1 jenkins jenkins 2003 Oct 12 04:12 Makefile 04:19:18 -rw-rw-r-- 1 jenkins jenkins 619 Oct 12 04:12 OWNERS.md 04:19:18 -rw-rw-r-- 1 jenkins jenkins 4881 Oct 12 04:12 README.md 04:19:18 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 04:08 VERSION 04:19:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 04:12 bin 04:19:18 -rw-r--r-- 1 jenkins jenkins 101009 Oct 12 04:17 coverage.out 04:19:18 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 04:12 example 04:19:18 -rw-rw-r-- 1 jenkins jenkins 3400 Oct 12 04:12 go.mod 04:19:18 -rw-rw-r-- 1 jenkins jenkins 37486 Oct 12 04:12 go.sum 04:19:18 drwxrwxr-x 14 jenkins jenkins 4096 Oct 12 04:12 internal 04:19:18 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 04:12 openapi 04:19:18 drwxrwxr-x 6 jenkins jenkins 4096 Oct 12 04:12 pkg 04:19:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 04:12 snap 04:19:18 -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 04:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:18 + 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=6cffc294953a470074c675637891f16580d1725c --label arch=arm64 --label version=0.0.0 . 04:19:19 Sending build context to Docker daemon 5.471MB 04:19:19 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 04:19:19 Step 2/25 : FROM ${BASE} AS builder 04:19:19 ---> 7d91fc2c1ce7 04:19:19 Step 3/25 : ARG MAKE=make build 04:19:19 ---> Running in 8950d618c712 04:19:19 Removing intermediate container 8950d618c712 04:19:19 ---> 1ced62884068 04:19:19 Step 4/25 : WORKDIR /device-sdk-go 04:19:20 ---> Running in 2aed5f403f9d 04:19:20 Removing intermediate container 2aed5f403f9d 04:19:20 ---> 6f3c2c6930ad 04:19:20 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:19:20 ---> Running in 0a77df3e3607 04:19:20 Removing intermediate container 0a77df3e3607 04:19:20 ---> c77af8293a17 04:19:20 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:20 ---> Running in 90acb186912b 04:19:22 Removing intermediate container 90acb186912b 04:19:22 ---> f54719506122 04:19:22 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:19:22 ---> Running in 4b5d572be93c 04:19:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:19:24 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:19:25 OK: 221 MiB in 51 packages 04:19:26 Removing intermediate container 4b5d572be93c 04:19:26 ---> 56e55b6bfa5f 04:19:26 Step 8/25 : COPY go.mod vendor* ./ 04:19:27 ---> d53fc0b2c2fd 04:19:27 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:19:27 ---> Running in 6ebbc00065f5 04:19:29 Removing intermediate container 6ebbc00065f5 04:19:29 ---> f10ca175bb73 04:19:29 Step 10/25 : COPY . . 04:19:30 ---> b91f1aa1af88 04:19:30 Step 11/25 : RUN ${MAKE} 04:19:30 ---> Running in 23a2a45a4961 04:19:31 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:22:08 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:22:08 Removing intermediate container 23a2a45a4961 04:22:08 ---> 5ca4c91ba321 04:22:08 Step 12/25 : FROM alpine:3.16 04:22:08 3.16: Pulling from library/alpine 04:22:08 9b18e9b68314: Already exists 04:22:08 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 04:22:08 Status: Downloaded newer image for alpine:3.16 04:22:08 ---> a6215f271958 04:22:08 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:22:08 ---> Running in ccbe55dc71af 04:22:08 Removing intermediate container ccbe55dc71af 04:22:08 ---> 50cd4dc2bc1d 04:22:08 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 04:22:08 ---> Running in 7d0072cfaa19 04:22:08 Removing intermediate container 7d0072cfaa19 04:22:08 ---> a4826f141b09 04:22:08 Step 15/25 : RUN apk add --update --no-cache zeromq 04:22:08 ---> Running in 1abaf0bb5192 04:22:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 04:22:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 04:22:09 (1/5) Installing libgcc (11.2.1_git20220219-r2) 04:22:09 (2/5) Installing libsodium (1.0.18-r0) 04:22:09 (3/5) Installing libstdc++ (11.2.1_git20220219-r2) 04:22:09 (4/5) Installing libzmq (4.3.4-r0) 04:22:09 (5/5) Installing zeromq (4.3.4-r0) 04:22:09 Executing busybox-1.35.0-r17.trigger 04:22:09 OK: 8 MiB in 19 packages 04:22:10 Removing intermediate container 1abaf0bb5192 04:22:10 ---> e6837091bf5c 04:22:10 Step 16/25 : WORKDIR / 04:22:11 ---> Running in c33f757ec7f7 04:22:11 Removing intermediate container c33f757ec7f7 04:22:11 ---> 37bfcb8328f7 04:22:11 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:22:12 ---> cd0737f77d56 04:22:12 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:22:13 ---> 79568b87f0f8 04:22:13 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:22:14 ---> 7bda5458ab1e 04:22:14 Step 20/25 : EXPOSE 59999 04:22:14 ---> Running in a3aa3c3933d1 04:22:14 Removing intermediate container a3aa3c3933d1 04:22:14 ---> 33139b629292 04:22:14 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:22:14 ---> Running in f24034f7a050 04:22:14 Removing intermediate container f24034f7a050 04:22:14 ---> e4fa52bf4387 04:22:14 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:22:14 ---> Running in 3fabf22e41cc 04:22:15 Removing intermediate container 3fabf22e41cc 04:22:15 ---> 07447c2de9ed 04:22:15 Step 23/25 : LABEL arch=arm64 04:22:15 ---> Running in 2eedd7d3bd1f 04:22:15 Removing intermediate container 2eedd7d3bd1f 04:22:15 ---> 8418f233b20c 04:22:15 Step 24/25 : LABEL git_sha=6cffc294953a470074c675637891f16580d1725c 04:22:15 ---> Running in 1d730f456bca 04:22:15 Removing intermediate container 1d730f456bca 04:22:15 ---> 65b5f682447f 04:22:15 Step 25/25 : LABEL version=0.0.0 04:22:15 ---> Running in f64efef7d272 04:22:16 Removing intermediate container f64efef7d272 04:22:16 ---> 0d935d845aa2 04:22:16 [Warning] One or more build-args [ARCH] were not consumed 04:22:16 Successfully built 0d935d845aa2 04:22:16 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:17 04:22:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:17 arm64: Pulling from edgex-lftools-log-publisher 04:22:17 8998bd30e6a1: Pulling fs layer 04:22:17 04944245beec: Pulling fs layer 04:22:17 699f458cf7ca: Pulling fs layer 04:22:17 765212b225bb: Pulling fs layer 04:22:17 f23df028b6ca: Pulling fs layer 04:22:17 d65c8cfc05b1: Pulling fs layer 04:22:17 2437ff75d9bd: Pulling fs layer 04:22:17 f23df028b6ca: Waiting 04:22:17 d65c8cfc05b1: Waiting 04:22:17 2437ff75d9bd: Waiting 04:22:17 765212b225bb: Waiting 04:22:17 04944245beec: Verifying Checksum 04:22:17 04944245beec: Download complete 04:22:17 765212b225bb: Download complete 04:22:17 f23df028b6ca: Verifying Checksum 04:22:17 f23df028b6ca: Download complete 04:22:18 d65c8cfc05b1: Verifying Checksum 04:22:18 d65c8cfc05b1: Download complete 04:22:18 699f458cf7ca: Verifying Checksum 04:22:18 699f458cf7ca: Download complete 04:22:18 8998bd30e6a1: Verifying Checksum 04:22:18 8998bd30e6a1: Download complete 04:22:21 2437ff75d9bd: Verifying Checksum 04:22:21 2437ff75d9bd: Download complete 04:22:22 8998bd30e6a1: Pull complete 04:22:23 04944245beec: Pull complete 04:22:24 699f458cf7ca: Pull complete 04:22:25 765212b225bb: Pull complete 04:22:25 f23df028b6ca: Pull complete 04:22:25 d65c8cfc05b1: Pull complete 04:22:40 2437ff75d9bd: Pull complete 04:22:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:22:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:22:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:41 prd-ubuntu20.04-docker-arm64-4c-16g-7726 does not seem to be running inside a container 04:22: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/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:22:44 $ docker top f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:22:45 ---> job-cost.sh 04:22:45 lf-activate-venv: SKIPPING 04:22:45 INFO: No Stack... 04:22:45 INFO: Retrieving Pricing Info for: v3-standard-4 04:22:46 INFO: Archiving Costs [Pipeline] sh 04:22:47 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:22:47 + cut -d, -f6 [Pipeline] lock 04:22:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] 04:22:47 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] did not exist. Created. 04:22:47 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:22:48 /w/workspace/device-sdk-go/1@tmp/durable-33d94fef/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:22:48 + echo total: 0.10999999940395355 [Pipeline] stash 04:22:48 Warning: overwriting stash ‘stack-cost’ 04:22:48 Stashed 1 file(s) [Pipeline] } 04:22:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1232-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:22:49 $ docker stop --time=1 f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 04:22:50 $ docker rm -f f68c1a78da685a96b23c0ee3f786d0f09d3b526509703fc9fb2e6cca7c718ff7 [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:51 provisioning config files... 04:22:51 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config14028400790056319916tmp [Pipeline] { [Pipeline] sh 04:22:51 + set +x 04:22:51 + curl -s https://codecov.io/bash 04:22:51 + bash -s -- 04:22:51 04:22:51 _____ _ 04:22:51 / ____| | | 04:22:51 | | ___ __| | ___ ___ _____ __ 04:22:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:22:51 | |___| (_) | (_| | __/ (_| (_) \ V / 04:22:51 \_____\___/ \__,_|\___|\___\___/ \_/ 04:22:51 Bash-1.0.6 04:22:51 04:22:51 04:22:51 ==> git version 2.25.1 found 04:22:51 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:22:51 Release-Date: 2020-01-08 04:22:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:22:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:22:51 ==> Jenkins CI detected. 04:22:51 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1232 04:22:51 project root: . 04:22:51 --> token set from env 04:22:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:22:51 ==> Running gcov in . (disable via -X gcov) 04:22:51 ==> Python coveragepy not found 04:22:51 ==> Searching for coverage reports in: 04:22:51 + . 04:22:51 -> Found 1 reports 04:22:51 ==> Detecting git/mercurial file structure 04:22:51 ==> Reading reports 04:22:51 + ./coverage.out bytes=101009 04:22:51 ==> Appending adjustments 04:22:51 https://docs.codecov.io/docs/fixing-reports 04:22:52 + Found adjustments 04:22:52 ==> Gzipping contents 04:22:52 16K /tmp/codecov.KZDBgo.gz 04:22:52 ==> Uploading reports 04:22:52 url: https://codecov.io 04:22:52 query: branch=PR-1232&commit=6cffc294953a470074c675637891f16580d1725c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1232%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1232&job=&cmd_args= 04:22:52 -> Pinging Codecov 04:22:52 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1232&commit=6cffc294953a470074c675637891f16580d1725c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1232%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1232&job=&cmd_args= 04:22:52 -> Uploading to 04:22:52 https://storage.googleapis.com/codecov/v4/raw/2022-10-12/7E55EF52A471D76F132DFD9A03CDDE97/6cffc294953a470074c675637891f16580d1725c/2e0d2419-c41f-420d-bb35-f6ee037f2452.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221012T042252Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c735be819ce6937f165894ed94260daece0f2b99043a04d111c8623c8d4b76f 04:22:52 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:52 Dload Upload Total Spent Left Speed 04:22:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14571 0 0 100 14571 0 61481 --:--:-- --:--:-- --:--:-- 61741 04:22:52 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/6cffc294953a470074c675637891f16580d1725c [Pipeline] } 04:22:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:22:54 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives ] 04:22:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives 04:22:54 total 16 04:22:54 drwxr-xr-x 3 root root 4096 Oct 12 04:11 . 04:22:54 drwxrwxr-x 12 jenkins jenkins 4096 Oct 12 04:11 .. 04:22:54 drwxr-xr-x 2 root root 4096 Oct 12 04:11 cost 04:22:54 -rw-r--r-- 1 root root 86 Oct 12 04:11 cost.csv 04:22:54 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives 04:22:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives 04:22:54 total 16 04:22:54 drwxr-xr-x 3 jenkins jenkins 4096 Oct 12 04:11 . 04:22:54 drwxrwxr-x 12 jenkins jenkins 4096 Oct 12 04:11 .. 04:22:54 drwxr-xr-x 2 jenkins jenkins 4096 Oct 12 04:11 cost 04:22:54 -rw-r--r-- 1 jenkins jenkins 86 Oct 12 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:22:55 ---> package-listing.sh 04:22:55 ++ facter osfamily 04:22:55 ++ tr '[:upper:]' '[:lower:]' 04:22:56 + OS_FAMILY=debian 04:22:56 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1232 04:22:56 + START_PACKAGES=/tmp/packages_start.txt 04:22:56 + END_PACKAGES=/tmp/packages_end.txt 04:22:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:22:56 + PACKAGES=/tmp/packages_start.txt 04:22:56 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1232 ']' 04:22:56 + PACKAGES=/tmp/packages_end.txt 04:22:56 + case "${OS_FAMILY}" in 04:22:56 + dpkg -l 04:22:56 + grep '^ii' 04:22:56 + '[' -f /tmp/packages_start.txt ']' 04:22:56 + '[' -f /tmp/packages_end.txt ']' 04:22:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:22:56 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1232 ']' 04:22:56 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/ 04:22:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1232/archives/ [Pipeline] echo 04:22:56 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-1232/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:22:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:22:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:22:57 prd-ubuntu20.04-docker-8c-8g-7724 does not seem to be running inside a container 04:22:57 $ 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-1232/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-1232 -v /w/workspace/gexfoundry_device-sdk-go_PR-1232:/w/workspace/gexfoundry_device-sdk-go_PR-1232:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:22:58 $ docker top e2d48544136b189ef15e5f72ac13462e52332ef11a6c3423b8ac927944fbc15b -eo pid,comm [Pipeline] { [Pipeline] sh 04:22:58 + touch /tmp/pre-build-complete [Pipeline] sh 04:22:58 + mkdir -p /var/log/sysstat [Pipeline] sh 04:22:59 + ls /var/log/sa-host 04:22:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:59 provisioning config files... 04:22:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1232@tmp/config682598202074293601tmp [Pipeline] { [Pipeline] echo 04:22:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:22:59 ---> create-netrc.sh [Pipeline] } 04:22:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:23:00 ---> python-tools-install.sh [Pipeline] echo 04:23:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:23:00 ---> sudo-logs.sh 04:23:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:23:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:23:00 ---> job-cost.sh 04:23:00 lf-activate-venv: SKIPPING 04:23:00 DEBUG: total: 0.2199999988079071 04:23:00 INFO: Retrieving Stack Cost... 04:23:01 INFO: Retrieving Pricing Info for: v3-standard-8 04:23:01 INFO: Archiving Costs [Pipeline] echo 04:23:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:23:02 ---> logs-deploy.sh 04:23:02 lf-activate-venv: SKIPPING 04:23:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1232/1 04:23:02 INFO: archiving workspace using pattern(s): 04:23:02 Archives upload complete. 04:23:03 INFO: archiving logs to Nexus 04:23:03 ---> uname -a: 04:23:03 Linux prd-ubuntu20-04-docker-8c-8g-7724 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:23:03 04:23:03 04:23:03 ---> lscpu: 04:23:03 Architecture: x86_64 04:23:03 CPU op-mode(s): 32-bit, 64-bit 04:23:03 Byte Order: Little Endian 04:23:03 Address sizes: 40 bits physical, 48 bits virtual 04:23:03 CPU(s): 8 04:23:03 On-line CPU(s) list: 0-7 04:23:03 Thread(s) per core: 1 04:23:03 Core(s) per socket: 1 04:23:03 Socket(s): 8 04:23:03 NUMA node(s): 1 04:23:03 Vendor ID: AuthenticAMD 04:23:03 CPU family: 23 04:23:03 Model: 49 04:23:03 Model name: AMD EPYC-Rome Processor 04:23:03 Stepping: 0 04:23:03 CPU MHz: 2799.998 04:23:03 BogoMIPS: 5599.99 04:23:03 Virtualization: AMD-V 04:23:03 Hypervisor vendor: KVM 04:23:03 Virtualization type: full 04:23:03 L1d cache: 256 KiB 04:23:03 L1i cache: 256 KiB 04:23:03 L2 cache: 4 MiB 04:23:03 L3 cache: 128 MiB 04:23:03 NUMA node0 CPU(s): 0-7 04:23:03 Vulnerability Itlb multihit: Not affected 04:23:03 Vulnerability L1tf: Not affected 04:23:03 Vulnerability Mds: Not affected 04:23:03 Vulnerability Meltdown: Not affected 04:23:03 Vulnerability Mmio stale data: Not affected 04:23:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:23:03 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:23:03 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:23:03 Vulnerability Srbds: Not affected 04:23:03 Vulnerability Tsx async abort: Not affected 04:23:03 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:23:03 04:23:03 04:23:03 ---> nproc: 04:23:03 8 04:23:03 04:23:03 04:23:03 ---> df -h: 04:23:03 Filesystem Size Used Avail Use% Mounted on 04:23:03 overlay 155G 12G 144G 8% / 04:23:03 tmpfs 64M 0 64M 0% /dev 04:23:03 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:23:03 shm 64M 0 64M 0% /dev/shm 04:23:03 /dev/vda1 155G 12G 144G 8% /facter-os 04:23:03 04:23:03 04:23:03 ---> sar -b -r -n DEV: 04:23:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7724) 10/12/22 _x86_64_ (8 CPU) 04:23:03 04:23:03 04:07:47 LINUX RESTART (8 CPU) 04:23:03 04:23:03 04:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:23:03 04:09:01 137.50 47.69 89.81 0.00 5386.98 146876.54 0.00 04:23:03 04:10:01 154.64 1.38 153.26 0.00 19.46 57174.74 0.00 04:23:03 04:11:01 177.29 0.15 177.14 0.00 6.27 32042.79 0.00 04:23:03 04:12:01 30.43 0.00 30.43 0.00 0.00 15978.69 0.00 04:23:03 04:13:01 29.58 9.23 20.35 0.00 2883.52 2335.48 0.00 04:23:03 04:14:01 12.40 0.10 12.30 0.00 0.80 2469.19 0.00 04:23:03 04:15:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 04:23:03 04:16:01 1.95 0.00 1.95 0.00 0.00 20.53 0.00 04:23:03 04:17:01 1.37 0.02 1.35 0.00 0.13 15.06 0.00 04:23:03 04:18:01 2.30 0.00 2.30 0.00 0.00 25.06 0.00 04:23:03 04:19:01 1.57 0.00 1.57 0.00 0.00 27.47 0.00 04:23:03 04:20:01 1.82 0.00 1.82 0.00 0.00 20.93 0.00 04:23:03 04:21:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 04:23:03 04:22:01 1.83 0.00 1.83 0.00 0.00 19.60 0.00 04:23:03 04:23:01 7.16 0.28 6.88 0.00 22.53 132.89 0.00 04:23:03 Average: 37.48 3.93 33.55 0.00 554.85 17149.83 0.00 04:23:03 04:23:03 04:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:23:03 04:09:01 29216240 31621468 707944 2.15 71996 2607580 1827592 5.39 970884 2349876 476356 04:23:03 04:10:01 28236528 31488728 816716 2.48 132180 3316440 2275692 6.71 1258024 2938260 248716 04:23:03 04:11:01 27835580 31583544 722348 2.20 145684 3759996 1703012 5.02 1199108 3358820 469312 04:23:03 04:12:01 27831008 31578984 726352 2.21 145900 3760012 1740716 5.13 1214908 3346212 40 04:23:03 04:13:01 27517112 31535272 755912 2.30 163264 4008756 1808636 5.33 1396868 3458032 66304 04:23:03 04:14:01 27548216 31569264 719700 2.19 164420 4008784 1776800 5.24 1363344 3457056 8 04:23:03 04:15:01 27548492 31569616 719296 2.19 164492 4008788 1776800 5.24 1363308 3457060 8 04:23:03 04:16:01 27554428 31575720 713216 2.17 164580 4008780 1776800 5.24 1357468 3457144 40 04:23:03 04:17:01 27553544 31575008 713828 2.17 164672 4008788 1776800 5.24 1357660 3457148 8 04:23:03 04:18:01 27553744 31575588 713144 2.17 164772 4008796 1776800 5.24 1357164 3457300 4 04:23:03 04:19:01 27554304 31576276 712448 2.17 164892 4008796 1776800 5.24 1357336 3457300 8 04:23:03 04:20:01 27554004 31576076 712576 2.17 164980 4008804 1776800 5.24 1357664 3457304 48 04:23:03 04:21:01 27553956 31576040 712552 2.17 164992 4008804 1776800 5.24 1357416 3457304 8 04:23:03 04:22:01 27553852 31576040 712404 2.17 165056 4008808 1776800 5.24 1357112 3457308 12 04:23:03 04:23:01 27508536 31533884 749472 2.28 165260 4010380 1826596 5.38 1397344 3454892 436 04:23:03 Average: 27741303 31567434 727194 2.21 153809 3836154 1811563 5.34 1311041 3334734 84087 04:23:03 04:23:03 04:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:23:03 04:09:01 lo 7.06 7.06 0.68 0.68 0.00 0.00 0.00 0.00 04:23:03 04:09:01 ens3 679.67 454.07 6475.29 90.44 0.00 0.00 0.00 0.00 04:23:03 04:09:01 docker0 6.43 5.95 0.62 70.33 0.00 0.00 0.00 0.00 04:23:03 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:10:01 ens3 210.81 144.63 1706.61 25.65 0.00 0.00 0.00 0.00 04:23:03 04:10:01 vethe68a3ff 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 04:23:03 04:10:01 docker0 125.43 179.60 10.61 1673.39 0.00 0.00 0.00 0.00 04:23:03 04:11:01 lo 1.80 1.80 0.18 0.18 0.00 0.00 0.00 0.00 04:23:03 04:11:01 ens3 172.77 133.88 2634.38 99.66 0.00 0.00 0.00 0.00 04:23:03 04:11:01 docker0 17.21 21.20 1.01 98.65 0.00 0.00 0.00 0.00 04:23:03 04:12:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:23:03 04:12:01 ens3 12.85 8.50 15.63 4.15 0.00 0.00 0.00 0.00 04:23:03 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:13:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 04:23:03 04:13:01 ens3 65.39 42.49 1298.35 3.49 0.00 0.00 0.00 0.00 04:23:03 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:14:01 ens3 0.87 0.58 0.42 0.32 0.00 0.00 0.00 0.00 04:23:03 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:15:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 04:23:03 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:16:01 ens3 0.88 0.37 0.21 0.09 0.00 0.00 0.00 0.00 04:23:03 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:17:01 ens3 0.45 0.45 0.26 0.22 0.00 0.00 0.00 0.00 04:23:03 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:18:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:19:01 ens3 0.22 0.10 0.08 0.07 0.00 0.00 0.00 0.00 04:23:03 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:20:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:21:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:22:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:23:03 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 04:23:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 04:23:03 04:23:01 ens3 26.96 16.43 30.18 10.32 0.00 0.00 0.00 0.00 04:23:03 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:23:03 Average: lo 0.76 0.76 0.07 0.07 0.00 0.00 0.00 0.00 04:23:03 Average: ens3 78.13 53.47 811.01 15.63 0.00 0.00 0.00 0.00 04:23:03 Average: docker0 9.94 13.78 0.82 122.82 0.00 0.00 0.00 0.00 04:23:03 04:23:03 04:23:03 ---> sar -P ALL: 04:23:03 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7724) 10/12/22 _x86_64_ (8 CPU) 04:23:03 04:23:03 04:07:47 LINUX RESTART (8 CPU) 04:23:03 04:23:03 04:08:01 CPU %user %nice %system %iowait %steal %idle 04:23:03 04:09:01 all 9.67 0.00 3.38 3.65 0.06 83.24 04:23:03 04:09:01 0 9.66 0.00 3.64 5.82 0.07 80.82 04:23:03 04:09:01 1 10.44 0.00 3.21 0.47 0.07 85.82 04:23:03 04:09:01 2 12.03 0.00 3.00 10.60 0.05 74.32 04:23:03 04:09:01 3 8.68 0.00 3.27 6.69 0.07 81.29 04:23:03 04:09:01 4 11.22 0.00 2.64 0.40 0.05 85.69 04:23:03 04:09:01 5 9.04 0.00 4.18 0.96 0.07 85.76 04:23:03 04:09:01 6 9.29 0.00 3.43 1.45 0.07 85.77 04:23:03 04:09:01 7 6.99 0.00 3.65 2.89 0.05 86.41 04:23:03 04:10:01 all 24.83 0.00 4.70 4.72 0.08 65.67 04:23:03 04:10:01 0 25.53 0.00 4.33 0.39 0.07 69.69 04:23:03 04:10:01 1 25.02 0.00 4.32 6.12 0.08 64.46 04:23:03 04:10:01 2 23.44 0.00 4.72 2.53 0.12 69.19 04:23:03 04:10:01 3 25.32 0.00 4.81 1.80 0.07 68.01 04:23:03 04:10:01 4 25.65 0.00 4.59 0.20 0.05 69.50 04:23:03 04:10:01 5 23.25 0.00 4.86 0.69 0.07 71.14 04:23:03 04:10:01 6 25.05 0.00 5.25 19.10 0.07 50.53 04:23:03 04:10:01 7 25.41 0.00 4.73 6.94 0.10 62.82 04:23:03 04:11:01 all 33.87 0.00 5.63 2.12 0.08 58.30 04:23:03 04:11:01 0 35.37 0.00 5.74 0.10 0.08 58.71 04:23:03 04:11:01 1 35.42 0.00 5.59 0.51 0.07 58.42 04:23:03 04:11:01 2 33.62 0.00 4.98 0.34 0.07 60.99 04:23:03 04:11:01 3 32.23 0.00 5.88 0.15 0.07 61.66 04:23:03 04:11:01 4 32.78 0.00 6.03 0.17 0.08 60.95 04:23:03 04:11:01 5 33.73 0.00 5.95 13.33 0.12 46.87 04:23:03 04:11:01 6 34.03 0.00 5.05 0.19 0.10 60.64 04:23:03 04:11:01 7 33.80 0.00 5.79 2.17 0.08 58.16 04:23:03 04:12:01 all 0.26 0.00 0.19 0.81 0.02 98.72 04:23:03 04:12:01 0 0.23 0.00 0.12 0.00 0.05 99.60 04:23:03 04:12:01 1 0.30 0.00 0.15 0.00 0.03 99.52 04:23:03 04:12:01 2 0.33 0.00 0.23 0.55 0.02 98.86 04:23:03 04:12:01 3 0.35 0.00 0.13 0.02 0.02 99.48 04:23:03 04:12:01 4 0.22 0.00 0.12 0.00 0.00 99.67 04:23:03 04:12:01 5 0.20 0.00 0.52 5.30 0.02 93.97 04:23:03 04:12:01 6 0.20 0.00 0.08 0.02 0.00 99.70 04:23:03 04:12:01 7 0.27 0.00 0.18 0.64 0.02 98.90 04:23:03 04:13:01 all 1.06 0.00 0.68 0.42 0.01 97.83 04:23:03 04:13:01 0 0.68 0.00 0.57 0.72 0.02 98.02 04:23:03 04:13:01 1 1.43 0.00 0.35 0.07 0.02 98.13 04:23:03 04:13:01 2 0.87 0.00 0.32 0.03 0.03 98.74 04:23:03 04:13:01 3 0.92 0.00 0.77 0.42 0.00 97.90 04:23:03 04:13:01 4 1.23 0.00 0.40 0.05 0.02 98.30 04:23:03 04:13:01 5 1.37 0.00 0.64 1.64 0.02 96.34 04:23:03 04:13:01 6 0.60 0.00 0.42 0.03 0.02 98.93 04:23:03 04:13:01 7 1.37 0.00 1.99 0.37 0.00 96.28 04:23:03 04:14:01 all 0.14 0.00 0.07 0.14 0.01 99.65 04:23:03 04:14:01 0 0.10 0.00 0.03 0.20 0.00 99.67 04:23:03 04:14:01 1 0.10 0.00 0.05 0.00 0.02 99.83 04:23:03 04:14:01 2 0.22 0.00 0.07 0.00 0.02 99.70 04:23:03 04:14:01 3 0.10 0.00 0.07 0.02 0.02 99.80 04:23:03 04:14:01 4 0.13 0.00 0.05 0.02 0.00 99.80 04:23:03 04:14:01 5 0.15 0.00 0.13 0.83 0.02 98.86 04:23:03 04:14:01 6 0.15 0.00 0.05 0.00 0.00 99.80 04:23:03 04:14:01 7 0.13 0.00 0.10 0.02 0.03 99.72 04:23:03 04:15:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:23:03 04:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:23:03 04:15:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:15:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:23:03 04:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:15:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:15:01 5 0.07 0.00 0.03 0.03 0.00 99.87 04:23:03 04:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:23:03 04:15:01 7 0.02 0.00 0.03 0.00 0.02 99.93 04:23:03 04:16:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:23:03 04:16:01 0 0.07 0.00 0.02 0.00 0.02 99.90 04:23:03 04:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 04:23:03 04:16:01 2 0.02 0.00 0.03 0.00 0.02 99.93 04:23:03 04:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:16:01 5 0.05 0.00 0.03 0.05 0.02 99.85 04:23:03 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:23:03 04:17:01 all 0.03 0.00 0.01 0.00 0.00 99.95 04:23:03 04:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:23:03 04:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 04:23:03 04:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:17:01 4 0.02 0.00 0.03 0.00 0.02 99.93 04:23:03 04:17:01 5 0.07 0.00 0.02 0.03 0.00 99.88 04:23:03 04:17:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 04:23:03 04:18:01 all 0.08 0.00 0.02 0.02 0.01 99.88 04:23:03 04:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:23:03 04:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:23:03 04:18:01 2 0.47 0.00 0.02 0.00 0.02 99.50 04:23:03 04:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:18:01 4 0.05 0.00 0.03 0.00 0.00 99.92 04:23:03 04:18:01 5 0.02 0.00 0.02 0.13 0.02 99.82 04:23:03 04:18:01 6 0.03 0.00 0.03 0.00 0.02 99.92 04:23:03 04:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:19:01 all 0.27 0.00 0.01 0.01 0.01 99.70 04:23:03 04:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 04:23:03 04:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:23:03 04:19:01 2 2.00 0.00 0.03 0.00 0.03 97.93 04:23:03 04:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:19:01 4 0.05 0.00 0.00 0.00 0.02 99.93 04:23:03 04:19:01 5 0.02 0.00 0.00 0.10 0.00 99.88 04:23:03 04:19:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:23:03 04:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:23:03 04:19:01 CPU %user %nice %system %iowait %steal %idle 04:23:03 04:20:01 all 0.28 0.00 0.01 0.01 0.01 99.69 04:23:03 04:20:01 0 0.02 0.00 0.02 0.02 0.02 99.93 04:23:03 04:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 04:23:03 04:20:01 2 2.04 0.00 0.02 0.00 0.02 97.93 04:23:03 04:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 04:23:03 04:20:01 5 0.02 0.00 0.00 0.05 0.02 99.92 04:23:03 04:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 04:23:03 04:20:01 7 0.02 0.00 0.03 0.00 0.02 99.93 04:23:03 04:21:01 all 0.10 0.00 0.03 0.00 0.01 99.86 04:23:03 04:21:01 0 0.03 0.00 0.03 0.00 0.02 99.92 04:23:03 04:21:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:21:01 2 0.70 0.00 0.12 0.00 0.02 99.17 04:23:03 04:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:21:01 4 0.02 0.00 0.05 0.00 0.00 99.93 04:23:03 04:21:01 5 0.00 0.00 0.00 0.02 0.00 99.98 04:23:03 04:21:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:23:03 04:21:01 7 0.03 0.00 0.03 0.00 0.02 99.92 04:23:03 04:22:01 all 0.03 0.00 0.02 0.03 0.01 99.92 04:23:03 04:22:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:23:03 04:22:01 1 0.05 0.00 0.00 0.00 0.02 99.93 04:23:03 04:22:01 2 0.03 0.00 0.03 0.00 0.03 99.90 04:23:03 04:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:23:03 04:22:01 4 0.03 0.00 0.02 0.00 0.00 99.95 04:23:03 04:22:01 5 0.00 0.00 0.00 0.17 0.00 99.83 04:23:03 04:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:23:03 04:22:01 7 0.05 0.00 0.07 0.08 0.02 99.78 04:23:03 04:23:01 all 0.60 0.00 0.28 0.28 0.02 98.82 04:23:03 04:23:01 0 0.45 0.00 0.32 0.00 0.02 99.22 04:23:03 04:23:01 1 1.15 0.00 0.40 0.00 0.03 98.41 04:23:03 04:23:01 2 0.34 0.00 0.28 0.00 0.02 99.36 04:23:03 04:23:01 3 0.28 0.00 0.28 0.00 0.02 99.42 04:23:03 04:23:01 4 0.37 0.00 0.20 0.40 0.02 99.02 04:23:03 04:23:01 5 1.04 0.00 0.22 1.22 0.02 97.51 04:23:03 04:23:01 6 0.28 0.00 0.22 0.12 0.00 99.38 04:23:03 04:23:01 7 0.92 0.00 0.33 0.47 0.02 98.27 04:23:03 Average: all 4.71 0.00 1.00 0.81 0.02 93.46 04:23:03 Average: 0 4.78 0.00 0.98 0.48 0.02 93.73 04:23:03 Average: 1 4.90 0.00 0.93 0.47 0.02 93.67 04:23:03 Average: 2 5.04 0.00 0.92 0.93 0.03 93.08 04:23:03 Average: 3 4.49 0.00 1.01 0.60 0.02 93.89 04:23:03 Average: 4 4.75 0.00 0.94 0.08 0.02 94.22 04:23:03 Average: 5 4.56 0.00 1.10 1.63 0.02 92.69 04:23:03 Average: 6 4.60 0.00 0.96 1.38 0.02 93.04 04:23:03 Average: 7 4.55 0.00 1.12 0.90 0.03 93.40 04:23:03 04:23:03 04:23:03