Pull request #426 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0fd8d61cb2d189d42eb2927d0a379607132addeb+6b3f84b720025cbd9914345d3acb7d77e6659599 (22e54c29eddcd3fef1c90c6c0fcc1adf7a803e5e) 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-ssh15584189142343770506.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10094193421526729693.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-426/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-mqtt-go/branches/PR-426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15690853276232628841.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-mqtt-go/branches/PR-426/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15728652058208496083.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14410752727354833754.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-mqtt-go/branches/PR-426/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-mqtt-go/branches/PR-426/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7347923251796364563.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:false] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-mqtt DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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-8925 in /w/workspace/gexfoundry_device-mqtt-go_PR-426 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-426 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/pull/426/head:refs/remotes/origin/PR-426 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 6b3f84b720025cbd9914345d3acb7d77e6659599 into PR head commit 0fd8d61cb2d189d42eb2927d0a379607132addeb Merge succeeded, producing 0fd8d61cb2d189d42eb2927d0a379607132addeb Checking out Revision 0fd8d61cb2d189d42eb2927d0a379607132addeb (PR-426) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:32:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # 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 6b3f84b720025cbd9914345d3acb7d77e6659599 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:32:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:32:11 ========================================================= 01:32:11 EdgeX Global Pipelines Version Info 01:32:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:32:12 ------------------- 01:32:12 stable info: 01:32:12 ------------------- 01:32:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:32:12 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:32:12 Message: update stable to v1.0.243 01:32:12 ------------------- 01:32:12 experimental info: 01:32:12 ------------------- 01:32:12 Commited By: **** collab-it+edgex@linuxfoundation.org 01:32:12 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 01:32:12 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:32:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-426 [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-426 [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-426 [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fd8d61 [Pipeline] echo 01:32:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:14 provisioning config files... 01:32:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config3277196561875308023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:14 ---> docker-login.sh 01:32:14 nexus3.edgexfoundry.org:10001 01:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:15 Configure a credential helper to remove this warning. See 01:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:15 01:32:15 Login Succeeded 01:32:15 nexus3.edgexfoundry.org:10002 01:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:15 Configure a credential helper to remove this warning. See 01:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:15 01:32:15 Login Succeeded 01:32:15 nexus3.edgexfoundry.org:10003 01:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:15 Configure a credential helper to remove this warning. See 01:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:15 01:32:15 Login Succeeded 01:32:15 nexus3.edgexfoundry.org:10004 01:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:15 Configure a credential helper to remove this warning. See 01:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:15 01:32:15 Login Succeeded 01:32:15 docker.io 01:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:15 Configure a credential helper to remove this warning. See 01:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:15 01:32:15 Login Succeeded 01:32:15 ---> docker-login.sh ends [Pipeline] } 01:32:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:32:16 + git rev-list -1 --merges 0fd8d61cb2d189d42eb2927d0a379607132addeb~1..0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo 01:32:16 -----------> git rev-list -1 --merges 0fd8d61cb2d189d42eb2927d0a379607132addeb~1..0fd8d61cb2d189d42eb2927d0a379607132addeb 0fd8d61cb2d189d42eb2927d0a379607132addeb [false] [Pipeline] sh 01:32:16 + git log --format=format:%s -1 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo 01:32:16 ========================================================= 01:32:16 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:32:16 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:32:17 + git log --format=format:%s -1 0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] echo 01:32:17 [semverPrep] GIT_COMMIT: 0fd8d61cb2d189d42eb2927d0a379607132addeb, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 01:32:17 [semverPrep] This is not a build commit. [Pipeline] sh 01:32:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:32:17 + grep -v github /etc/ssh/ssh_known_hosts 01:32:17 + [ -e /tmp/ssh_known_hosts ] 01:32:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:32:17 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:32:17 sudo tee -a /etc/ssh/ssh_known_hosts 01:32:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:18 01:32:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:18 0.1.4: Pulling from edgex-devops/py-git-semver 01:32:18 b85a868b505f: Pulling fs layer 01:32:18 e2be974225ed: Pulling fs layer 01:32:18 339a4e72a1f5: Pulling fs layer 01:32:18 988bab9f4d93: Pulling fs layer 01:32:18 1469e6f7b9e6: Pulling fs layer 01:32:18 eaf3925da568: Pulling fs layer 01:32:18 bab4dde63d76: Pulling fs layer 01:32:18 bde34c3a00c8: Pulling fs layer 01:32:18 b352a97aabf1: Pulling fs layer 01:32:18 4872d77fe225: Pulling fs layer 01:32:18 5851b861e8e6: Pulling fs layer 01:32:18 1469e6f7b9e6: Waiting 01:32:18 5851b861e8e6: Waiting 01:32:18 eaf3925da568: Waiting 01:32:18 b352a97aabf1: Waiting 01:32:18 bab4dde63d76: Waiting 01:32:18 bde34c3a00c8: Waiting 01:32:18 4872d77fe225: Waiting 01:32:18 e2be974225ed: Verifying Checksum 01:32:18 e2be974225ed: Download complete 01:32:18 988bab9f4d93: Verifying Checksum 01:32:18 988bab9f4d93: Download complete 01:32:18 1469e6f7b9e6: Verifying Checksum 01:32:18 1469e6f7b9e6: Download complete 01:32:18 339a4e72a1f5: Verifying Checksum 01:32:18 339a4e72a1f5: Download complete 01:32:18 eaf3925da568: Verifying Checksum 01:32:18 eaf3925da568: Download complete 01:32:18 bde34c3a00c8: Download complete 01:32:18 b352a97aabf1: Verifying Checksum 01:32:18 b352a97aabf1: Download complete 01:32:18 4872d77fe225: Verifying Checksum 01:32:18 4872d77fe225: Download complete 01:32:18 5851b861e8e6: Verifying Checksum 01:32:18 5851b861e8e6: Download complete 01:32:18 b85a868b505f: Verifying Checksum 01:32:18 b85a868b505f: Download complete 01:32:19 bab4dde63d76: Verifying Checksum 01:32:20 b85a868b505f: Pull complete 01:32:20 e2be974225ed: Pull complete 01:32:20 339a4e72a1f5: Pull complete 01:32:20 988bab9f4d93: Pull complete 01:32:21 1469e6f7b9e6: Pull complete 01:32:21 eaf3925da568: Pull complete 01:32:23 bab4dde63d76: Pull complete 01:32:23 bde34c3a00c8: Pull complete 01:32:23 b352a97aabf1: Pull complete 01:32:23 4872d77fe225: Pull complete 01:32:23 5851b861e8e6: Pull complete 01:32:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:23 prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container 01:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:32:26 $ docker top 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 -eo pid,comm 01:32:27 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). 01:32:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:32:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:27 [ssh-agent] Looking for ssh-agent implementation... 01:32:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:27 $ docker exec 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent 01:32:27 SSH_AUTH_SOCK=/tmp/ssh-NSxai6Cqnrs9/agent.32 01:32:27 SSH_AGENT_PID=38 01:32:27 Running ssh-add (command line suppressed) 01:32:27 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_13465022834019155938.key (/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_13465022834019155938.key) 01:32:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:27 + git tag --points-at HEAD [Pipeline] } 01:32:27 $ docker exec --env ******** --env ******** 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent -k 01:32:27 unset SSH_AUTH_SOCK; 01:32:27 unset SSH_AGENT_PID; 01:32:27 echo Agent pid 38 killed; 01:32:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:32:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:28 [ssh-agent] Looking for ssh-agent implementation... 01:32:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:28 $ docker exec 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent 01:32:28 SSH_AUTH_SOCK=/tmp/ssh-rUvo3DzEq7Us/agent.71 01:32:28 SSH_AGENT_PID=77 01:32:28 Running ssh-add (command line suppressed) 01:32:28 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_7474906952944755234.key (/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/private_key_7474906952944755234.key) 01:32:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:28 + git semver init 01:32:29 2022-10-24 01:32:28,998 [run_init] DEBUG init version:0.0.0 force:False 01:32:29 2022-10-24 01:32:28,999 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver 01:32:29 2022-10-24 01:32:28,999 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver 01:32:29 2022-10-24 01:32:29,000 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426, universal_newlines=False, shell=None, istream=None) 01:32:29 2022-10-24 01:32:29,931 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.git/info/exclude 01:32:29 2022-10-24 01:32:29,931 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 with force:False 01:32:29 2022-10-24 01:32:29,932 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 01:32:29 2022-10-24 01:32:29,936 [execute] INFO git cat-file --batch-check 01:32:29 2022-10-24 01:32:29,937 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver, universal_newlines=False, shell=None, istream=) 01:32:29 2022-10-24 01:32:29,944 [execute] INFO git cat-file --batch 01:32:29 2022-10-24 01:32:29,944 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver, universal_newlines=False, shell=None, istream=) 01:32:29 2022-10-24 01:32:29,950 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-426/.semver/PR-426 01:32:29 0.0.0 [Pipeline] } 01:32:30 $ docker exec --env ******** --env ******** 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 ssh-agent -k 01:32:30 unset SSH_AUTH_SOCK; 01:32:30 unset SSH_AGENT_PID; 01:32:30 echo Agent pid 77 killed; 01:32:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:32:30 + git semver [Pipeline] } 01:32:30 $ docker stop --time=1 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 01:32:32 $ docker rm -f 2ef88e35fe8593baec07b701c95e5a65e1d0b18f28299cf3324a77a6c57ab508 [Pipeline] // withDockerContainer [Pipeline] sh 01:32:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:32:32 Stashed 1 file(s) [Pipeline] echo 01:32:32 [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 01:32:33 provisioning config files... 01:32:33 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config882178986013196071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:33 ---> docker-login.sh 01:32:33 nexus3.edgexfoundry.org:10001 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:33 01:32:33 Login Succeeded 01:32:33 nexus3.edgexfoundry.org:10002 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:33 01:32:33 Login Succeeded 01:32:33 nexus3.edgexfoundry.org:10003 01:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:34 Configure a credential helper to remove this warning. See 01:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:34 01:32:34 Login Succeeded 01:32:34 nexus3.edgexfoundry.org:10004 01:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:34 Configure a credential helper to remove this warning. See 01:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:34 01:32:34 Login Succeeded 01:32:34 docker.io 01:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:34 Configure a credential helper to remove this warning. See 01:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:34 01:32:34 Login Succeeded 01:32:34 ---> docker-login.sh ends [Pipeline] } 01:32:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:32:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:34 ========================================================= 01:32:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:32:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:35 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:32:35 Sending build context to Docker daemon 6.195MB 01:32:35 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:32:35 Step 2/13 : FROM ${BASE} AS builder 01:32:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:32:35 213ec9aee27d: Pulling fs layer 01:32:35 4583459ba037: Pulling fs layer 01:32:35 93c1e223e6f2: Pulling fs layer 01:32:35 53926ce57604: Pulling fs layer 01:32:35 21b2b0c7a3f4: Pulling fs layer 01:32:35 30f14e443154: Pulling fs layer 01:32:35 801331c1e519: Pulling fs layer 01:32:35 99cc6dd402b0: Pulling fs layer 01:32:35 7d9ed39f4882: Pulling fs layer 01:32:35 21b2b0c7a3f4: Waiting 01:32:35 30f14e443154: Waiting 01:32:35 801331c1e519: Waiting 01:32:35 99cc6dd402b0: Waiting 01:32:35 7d9ed39f4882: Waiting 01:32:35 53926ce57604: Waiting 01:32:35 93c1e223e6f2: Download complete 01:32:35 4583459ba037: Download complete 01:32:35 21b2b0c7a3f4: Verifying Checksum 01:32:35 21b2b0c7a3f4: Download complete 01:32:35 30f14e443154: Download complete 01:32:35 213ec9aee27d: Verifying Checksum 01:32:35 213ec9aee27d: Download complete 01:32:35 801331c1e519: Download complete 01:32:35 213ec9aee27d: Pull complete 01:32:35 4583459ba037: Pull complete 01:32:35 93c1e223e6f2: Pull complete 01:32:36 7d9ed39f4882: Verifying Checksum 01:32:36 7d9ed39f4882: Download complete 01:32:36 99cc6dd402b0: Verifying Checksum 01:32:36 99cc6dd402b0: Download complete 01:32:36 53926ce57604: Verifying Checksum 01:32:36 53926ce57604: Download complete 01:32:39 53926ce57604: Pull complete 01:32:39 21b2b0c7a3f4: Pull complete 01:32:39 30f14e443154: Pull complete 01:32:39 801331c1e519: Pull complete 01:32:41 99cc6dd402b0: Pull complete 01:32:42 7d9ed39f4882: Pull complete 01:32:42 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 01:32:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:32:42 ---> 1dedd983c030 01:32:42 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:32:46 ---> Running in 8cb0db325597 01:32:46 Removing intermediate container 8cb0db325597 01:32:46 ---> ce6ede6992bd 01:32:46 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:32:46 ---> Running in c08a021ab12f 01:32:46 Removing intermediate container c08a021ab12f 01:32:46 ---> 0e6d7d8e1656 01:32:46 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:32:46 ---> Running in a30938a25aa2 01:32:47 Removing intermediate container a30938a25aa2 01:32:47 ---> 000c1222efa7 01:32:47 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:32:47 ---> Running in a3cb0f2af2fd 01:32:47 Removing intermediate container a3cb0f2af2fd 01:32:47 ---> b65e9971ca40 01:32:47 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:47 ---> Running in 44f231151298 01:32:47 Removing intermediate container 44f231151298 01:32:47 ---> d5e50079b810 01:32:47 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:32:47 ---> Running in 7dec794efd03 01:32:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:32:48 Still waiting to schedule task 01:32:48 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:32:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:32:49 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:32:49 (2/4) Installing libedit (20210910.3.1-r0) 01:32:49 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:32:49 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:32:49 Executing busybox-1.35.0-r17.trigger 01:32:49 OK: 216 MiB in 55 packages 01:32:50 Removing intermediate container 7dec794efd03 01:32:50 ---> f2cc097d4ed3 01:32:50 Step 9/13 : WORKDIR /device-mqtt-go 01:32:50 ---> Running in 6a604802947e 01:32:50 Removing intermediate container 6a604802947e 01:32:50 ---> e12a8e03f243 01:32:50 Step 10/13 : COPY go.mod vendor* ./ 01:32:50 ---> d2edb4778c95 01:32:50 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:50 ---> Running in a2497f7ae40b 01:33:17 Removing intermediate container a2497f7ae40b 01:33:17 ---> dd40b1a517f7 01:33:17 Step 12/13 : COPY . . 01:33:17 ---> fbaa612ddaf5 01:33:17 Step 13/13 : RUN $MAKE 01:33:17 ---> Running in 42d38d57e39c 01:33:17 noop 01:33:17 Removing intermediate container 42d38d57e39c 01:33:17 ---> eac1570b89fa 01:33:17 Successfully built eac1570b89fa 01:33:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:17 + docker inspect -f . ci-base-image-x86_64 01:33:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:17 prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container 01:33:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:18 $ docker top 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:18 + go version 01:33:18 go version go1.18.7 linux/amd64 [Pipeline] } 01:33:18 $ docker stop --time=1 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 01:33:19 $ docker rm -f 8d84281a3008c51390010b705e08e9c9c94b8b47e3be45e6adc4ecd3c0b6c060 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:20 + docker inspect -f . ci-base-image-x86_64 01:33:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:20 prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container 01:33:20 $ 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-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:21 $ docker top 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:21 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-426 [Pipeline] fileExists [Pipeline] sh 01:33:21 + make test 01:33:21 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:33:22 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:33:32 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:33:32 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.015s coverage: 21.8% of statements 01:33:32 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:33:37 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." 01:33:37 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:33:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:33:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:33:40 ./bin/test-attribution-txt.sh [Pipeline] echo 01:33:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:33:40 $ docker stop --time=1 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 01:33:43 $ docker rm -f 47b96c4c01666e638f4737c44a1182b99f2ecfa7ce16d2f713c5bb70aa032e74 [Pipeline] // withDockerContainer [Pipeline] sh 01:33:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:33:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:33:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:33:44 + ls -al . 01:33:44 total 188 01:33:44 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 01:33 . 01:33:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:32 .. 01:33:44 -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 01:32 .dockerignore 01:33:44 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 01:33 .git 01:33:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 .github 01:33:44 -rw-rw-r-- 1 jenkins jenkins 329 Oct 24 01:32 .gitignore 01:33:44 -rw-rw-r-- 1 jenkins jenkins 41 Oct 24 01:32 .golangci.yml 01:33:44 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 01:32 .semver 01:33:44 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 24 01:32 Attribution.txt 01:33:44 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 24 01:32 CHANGELOG.md 01:33:44 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 24 01:32 Dockerfile 01:33:44 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 01:32 GOVERNANCE.md 01:33:44 -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 01:32 Jenkinsfile 01:33:44 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 24 01:32 LICENSE 01:33:44 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 24 01:32 Makefile 01:33:44 -rw-rw-r-- 1 jenkins jenkins 620 Oct 24 01:32 OWNERS.md 01:33:44 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 24 01:32 README.md 01:33:44 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 01:32 VERSION 01:33:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:32 bin 01:33:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 cmd 01:33:44 -rw-r--r-- 1 jenkins jenkins 17887 Oct 24 01:33 coverage.out 01:33:44 -rw-rw-r-- 1 jenkins jenkins 3511 Oct 24 01:32 go.mod 01:33:44 -rw-rw-r-- 1 jenkins jenkins 44965 Oct 24 01:32 go.sum 01:33:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:32 internal 01:33:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:32 mock 01:33:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:32 snap 01:33:44 -rw-rw-r-- 1 jenkins jenkins 227 Oct 24 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:45 + docker build -t device-mqtt -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb --label arch=amd64 --label version=0.0.0 . 01:33:45 Sending build context to Docker daemon 6.214MB 01:33:45 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:33:45 Step 2/25 : FROM ${BASE} AS builder 01:33:45 ---> eac1570b89fa 01:33:45 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:33:45 ---> Running in b26a3800a0e3 01:33:45 Removing intermediate container b26a3800a0e3 01:33:45 ---> f9d84eb3a2a9 01:33:45 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:33:45 ---> Running in 778db19ecc48 01:33:45 Removing intermediate container 778db19ecc48 01:33:45 ---> 304654e92ec4 01:33:45 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:33:45 ---> Running in a3e20d2e11fe 01:33:45 Removing intermediate container a3e20d2e11fe 01:33:45 ---> 5f850a54dbe0 01:33:45 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:33:45 ---> Running in 9f55511671db 01:33:45 Removing intermediate container 9f55511671db 01:33:45 ---> 87d83e75cf9f 01:33:45 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:45 ---> Running in 5a2a69b71a2a 01:33:46 Removing intermediate container 5a2a69b71a2a 01:33:46 ---> 680f7b391e57 01:33:46 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:33:46 ---> Running in 2134edec33d0 01:33:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:33:47 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:33:47 OK: 216 MiB in 55 packages 01:33:48 Removing intermediate container 2134edec33d0 01:33:48 ---> cb2fef6d1a1f 01:33:48 Step 9/25 : WORKDIR /device-mqtt-go 01:33:48 ---> Running in 6b333eec3eb5 01:33:48 Removing intermediate container 6b333eec3eb5 01:33:48 ---> 29ff7942dc4a 01:33:48 Step 10/25 : COPY go.mod vendor* ./ 01:33:48 ---> 1546f227cf49 01:33:48 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:48 ---> Running in ca5df440ab8f 01:33:49 Removing intermediate container ca5df440ab8f 01:33:49 ---> fed61cec2130 01:33:49 Step 12/25 : COPY . . 01:33:49 ---> 9495522eee7f 01:33:49 Step 13/25 : RUN $MAKE 01:33:49 ---> Running in 737fa0a348d5 01:33:49 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:34:11 Removing intermediate container 737fa0a348d5 01:34:11 ---> 8f3fa60a13b0 01:34:11 Step 14/25 : FROM alpine:3.16 01:34:12 3.16: Pulling from library/alpine 01:34:12 213ec9aee27d: Already exists 01:34:12 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:34:12 Status: Downloaded newer image for alpine:3.16 01:34:12 ---> 9c6f07244728 01:34:12 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:34:12 ---> Running in 3f476aa5d7d5 01:34:12 Removing intermediate container 3f476aa5d7d5 01:34:12 ---> 4777362513e6 01:34:12 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:34:12 ---> Running in 31ebfdbbebfd 01:34:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:13 (1/6) Installing dumb-init (1.2.5-r1) 01:34:13 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:34:13 (3/6) Installing libsodium (1.0.18-r0) 01:34:13 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:34:13 (5/6) Installing libzmq (4.3.4-r0) 01:34:13 (6/6) Installing zeromq (4.3.4-r0) 01:34:13 Executing busybox-1.35.0-r17.trigger 01:34:13 OK: 8 MiB in 20 packages 01:34:14 Removing intermediate container 31ebfdbbebfd 01:34:14 ---> 8c670b6c637f 01:34:14 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:34:14 ---> 10b98153053c 01:34:14 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:34:14 ---> 3a14828b08ae 01:34:14 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:34:14 ---> d11d92346d60 01:34:14 Step 20/25 : EXPOSE 59982 01:34:14 ---> Running in 10fd8b7f336b 01:34:14 Removing intermediate container 10fd8b7f336b 01:34:14 ---> 765d1cf982fd 01:34:14 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:34:14 ---> Running in c8b2588630c0 01:34:15 Removing intermediate container c8b2588630c0 01:34:15 ---> 8df7d22427c2 01:34:15 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:15 ---> Running in 70432ce530a2 01:34:15 Removing intermediate container 70432ce530a2 01:34:15 ---> 21b36c45e6b4 01:34:15 Step 23/25 : LABEL arch=amd64 01:34:15 ---> Running in 409e3f2b4460 01:34:15 Removing intermediate container 409e3f2b4460 01:34:15 ---> 16a9e1f3b574 01:34:15 Step 24/25 : LABEL git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb 01:34:15 ---> Running in da597d44548f 01:34:15 Removing intermediate container da597d44548f 01:34:15 ---> ec42ca383bde 01:34:15 Step 25/25 : LABEL version=0.0.0 01:34:15 ---> Running in 51f4dd3f6216 01:34:15 Removing intermediate container 51f4dd3f6216 01:34:15 ---> 392113582806 01:34:15 [Warning] One or more build-args [ARCH] were not consumed 01:34:15 Successfully built 392113582806 01:34:15 Successfully tagged device-mqtt: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 01:34:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:16 01:34:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:16 latest: Pulling from edgex-lftools-log-publisher 01:34:16 5eb5b503b376: Pulling fs layer 01:34:16 5c69ac0246d0: Pulling fs layer 01:34:16 ec43610c2a17: Pulling fs layer 01:34:16 3a2ae6a8a46f: Pulling fs layer 01:34:16 33b1e0a273af: Pulling fs layer 01:34:16 5d3b04190fa2: Pulling fs layer 01:34:16 2f39f015ded8: Pulling fs layer 01:34:16 3a2ae6a8a46f: Waiting 01:34:16 33b1e0a273af: Waiting 01:34:16 2f39f015ded8: Waiting 01:34:16 5d3b04190fa2: Waiting 01:34:16 5c69ac0246d0: Verifying Checksum 01:34:16 5c69ac0246d0: Download complete 01:34:16 3a2ae6a8a46f: Verifying Checksum 01:34:16 3a2ae6a8a46f: Download complete 01:34:16 33b1e0a273af: Verifying Checksum 01:34:16 33b1e0a273af: Download complete 01:34:16 5d3b04190fa2: Download complete 01:34:16 ec43610c2a17: Verifying Checksum 01:34:16 ec43610c2a17: Download complete 01:34:16 5eb5b503b376: Verifying Checksum 01:34:16 5eb5b503b376: Download complete 01:34:17 2f39f015ded8: Verifying Checksum 01:34:17 2f39f015ded8: Download complete 01:34:18 5eb5b503b376: Pull complete 01:34:18 5c69ac0246d0: Pull complete 01:34:18 ec43610c2a17: Pull complete 01:34:18 3a2ae6a8a46f: Pull complete 01:34:18 33b1e0a273af: Pull complete 01:34:19 5d3b04190fa2: Pull complete 01:34:23 2f39f015ded8: Pull complete 01:34:23 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:34:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:23 prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container 01:34:23 $ 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-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@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 01:34:27 $ docker top 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:28 ---> job-cost.sh 01:34:28 lf-activate-venv: SKIPPING 01:34:28 INFO: No Stack... 01:34:28 INFO: Retrieving Pricing Info for: v3-standard-8 01:34:28 INFO: Archiving Costs [Pipeline] sh 01:34:29 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/cost.csv 01:34:29 + cut -d, -f6 [Pipeline] lock 01:34:29 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] 01:34:29 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] did not exist. Created. 01:34:29 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:34:29 + echo total: 0.2199999988079071 [Pipeline] stash 01:34:29 Stashed 1 file(s) [Pipeline] } 01:34:29 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:34:29 $ docker stop --time=1 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f 01:34:30 $ docker rm -f 6aa2c5da7ab780f463fa04a29ed1807f544550a2afd68133a1a1ef26fd995f2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:35:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8928 in /w/workspace/gexfoundry_device-mqtt-go_PR-426 [Pipeline] { [Pipeline] ws 01:35:17 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:35:17 Selected Git installation does not exist. Using Default 01:35:17 The recommended git tool is: NONE 01:35:23 using credential edgex-jenkins-ssh 01:35:23 Cloning the remote Git repository 01:35:23 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:35:23 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:35:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:35:24 > git --version # timeout=10 01:35:24 > git --version # 'git version 2.25.1' 01:35:24 using GIT_SSH to set credentials SSH Credentials for GitHub 01:35:24 Verifying host key using known hosts file 01:35:24 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. 01:35:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:35:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:35:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:35:27 Merging remotes/origin/main commit 6b3f84b720025cbd9914345d3acb7d77e6659599 into PR head commit 0fd8d61cb2d189d42eb2927d0a379607132addeb 01:35:27 Merge succeeded, producing 0fd8d61cb2d189d42eb2927d0a379607132addeb 01:35:27 Checking out Revision 0fd8d61cb2d189d42eb2927d0a379607132addeb (PR-426) 01:35:26 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:35:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:35:26 using GIT_SSH to set credentials SSH Credentials for GitHub 01:35:26 Verifying host key using known hosts file 01:35:26 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. 01:35:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/426/head:refs/remotes/origin/PR-426 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:35:27 > git config core.sparsecheckout # timeout=10 01:35:27 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 01:35:27 > git remote # timeout=10 01:35:27 > git config --get remote.origin.url # timeout=10 01:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 01:35:27 Verifying host key using known hosts file 01:35:27 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. 01:35:27 > git merge 6b3f84b720025cbd9914345d3acb7d77e6659599 # timeout=10 01:35:27 > git rev-parse HEAD^{commit} # timeout=10 01:35:27 > git config core.sparsecheckout # timeout=10 01:35:27 > git checkout -f 0fd8d61cb2d189d42eb2927d0a379607132addeb # timeout=10 01:35:28 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 01:35:28 > git --version # timeout=10 01:35:28 > git --version # 'git version 2.25.1' 01:35:28 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:35:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:35:29 % Total % Received % Xferd Average Speed Time Time Time Current 01:35:29 Dload Upload Total Spent Left Speed 01:35:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 95469 0 --:--:-- --:--:-- --:--:-- 96198 [Pipeline] sh 01:35:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:35:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:35:30 + sudo tee /etc/docker/daemon.new 01:35:30 { 01:35:30 "registry-mirrors": [ 01:35:30 "https://nexus3.edgexfoundry.org:10001" 01:35:30 ], 01:35:30 "bip": "10.250.0.254/24", 01:35:30 "hosts": [ 01:35:30 "tcp://0.0.0.0:5555", 01:35:30 "unix:///var/run/docker.sock" 01:35:30 ], 01:35:30 "mtu": 1458, 01:35:30 "selinux-enabled": true, 01:35:30 "seccomp-profile": "/etc/docker/seccomp.json" 01:35:30 } [Pipeline] sh 01:35:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:35:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:50 provisioning config files... 01:35:50 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config13243650090423756177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:50 ---> docker-login.sh 01:35:50 nexus3.edgexfoundry.org:10001 01:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:51 Configure a credential helper to remove this warning. See 01:35:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:51 01:35:51 Login Succeeded 01:35:51 nexus3.edgexfoundry.org:10002 01:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:52 Configure a credential helper to remove this warning. See 01:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:52 01:35:52 Login Succeeded 01:35:52 nexus3.edgexfoundry.org:10003 01:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:52 Configure a credential helper to remove this warning. See 01:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:52 01:35:52 Login Succeeded 01:35:52 nexus3.edgexfoundry.org:10004 01:35:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:52 Configure a credential helper to remove this warning. See 01:35:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:52 01:35:52 Login Succeeded 01:35:52 docker.io 01:35:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:53 Configure a credential helper to remove this warning. See 01:35:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:53 01:35:53 Login Succeeded 01:35:53 ---> docker-login.sh ends [Pipeline] } 01:35:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:35:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:35:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:35:53 ========================================================= 01:35:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:35:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:54 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:35:54 Sending build context to Docker daemon 3.208MB 01:35:54 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:35:54 Step 2/13 : FROM ${BASE} AS builder 01:35:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:35:54 9b18e9b68314: Pulling fs layer 01:35:54 d32db5db7311: Pulling fs layer 01:35:54 d0c4b47475fc: Pulling fs layer 01:35:54 5831b945b038: Pulling fs layer 01:35:54 86bbec2aaacd: Pulling fs layer 01:35:54 e10730c5d714: Pulling fs layer 01:35:54 5dd5c2283517: Pulling fs layer 01:35:54 d5ac0230b979: Pulling fs layer 01:35:54 e10730c5d714: Waiting 01:35:54 5dd5c2283517: Waiting 01:35:54 5831b945b038: Waiting 01:35:54 86bbec2aaacd: Waiting 01:35:54 d5ac0230b979: Waiting 01:35:54 d0c4b47475fc: Verifying Checksum 01:35:54 d0c4b47475fc: Download complete 01:35:54 d32db5db7311: Verifying Checksum 01:35:54 d32db5db7311: Download complete 01:35:55 86bbec2aaacd: Download complete 01:35:55 e10730c5d714: Verifying Checksum 01:35:55 e10730c5d714: Download complete 01:35:55 9b18e9b68314: Verifying Checksum 01:35:56 d5ac0230b979: Verifying Checksum 01:35:56 d5ac0230b979: Download complete 01:35:56 9b18e9b68314: Pull complete 01:35:57 d32db5db7311: Pull complete 01:35:57 d0c4b47475fc: Pull complete 01:35:57 5dd5c2283517: Verifying Checksum 01:35:57 5dd5c2283517: Download complete 01:35:57 5831b945b038: Verifying Checksum 01:35:57 5831b945b038: Download complete 01:36:10 5831b945b038: Pull complete 01:36:10 86bbec2aaacd: Pull complete 01:36:10 e10730c5d714: Pull complete 01:36:18 5dd5c2283517: Pull complete 01:36:19 d5ac0230b979: Pull complete 01:36:19 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 01:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:36:19 ---> 59b3b1a385d4 01:36:19 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:36:20 ---> Running in 5e7cab27549f 01:36:20 Removing intermediate container 5e7cab27549f 01:36:20 ---> 47c4380e1946 01:36:20 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:36:21 ---> Running in a0c9c95984f2 01:36:21 Removing intermediate container a0c9c95984f2 01:36:21 ---> b4888030df02 01:36:21 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:36:21 ---> Running in 1f0188ee2d2a 01:36:21 Removing intermediate container 1f0188ee2d2a 01:36:21 ---> 8a83c7906698 01:36:21 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:36:21 ---> Running in 83c9d3490a01 01:36:22 Removing intermediate container 83c9d3490a01 01:36:22 ---> 0fa62e0481ab 01:36:22 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:22 ---> Running in a0cabe557136 01:36:24 Removing intermediate container a0cabe557136 01:36:24 ---> d9e035244bd8 01:36:24 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:36:24 ---> Running in 576fc35851f4 01:36:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:36:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:36:27 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:36:27 (2/4) Installing libedit (20210910.3.1-r0) 01:36:27 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:36:27 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:36:27 Executing busybox-1.35.0-r17.trigger 01:36:27 OK: 226 MiB in 55 packages 01:36:28 Removing intermediate container 576fc35851f4 01:36:28 ---> d854eba8ff3e 01:36:28 Step 9/13 : WORKDIR /device-mqtt-go 01:36:29 ---> Running in 7f0980aebde2 01:36:29 Removing intermediate container 7f0980aebde2 01:36:29 ---> 4252ff351adc 01:36:29 Step 10/13 : COPY go.mod vendor* ./ 01:36:29 ---> 4fd312abefdf 01:36:29 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:36:29 ---> Running in 219c7ed3a268 01:37:26 Removing intermediate container 219c7ed3a268 01:37:26 ---> 25969df779f9 01:37:26 Step 12/13 : COPY . . 01:37:26 ---> 0613def92083 01:37:26 Step 13/13 : RUN $MAKE 01:37:26 ---> Running in 6c5f70a3c912 01:37:26 noop 01:37:27 Removing intermediate container 6c5f70a3c912 01:37:27 ---> 6f35d335c9ae 01:37:27 Successfully built 6f35d335c9ae 01:37:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:28 + docker inspect -f . ci-base-image-arm64 01:37:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:37:28 prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container 01:37:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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 01:37:29 $ docker top e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c -eo pid,comm [Pipeline] { [Pipeline] sh 01:37:30 + go version 01:37:30 go version go1.18.7 linux/arm64 [Pipeline] } 01:37:30 $ docker stop --time=1 e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c 01:37:32 $ docker rm -f e0684c320ce0b2d100c556352d722d5b184851083a45f8108664d8e8169b8d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:37:33 + docker inspect -f . ci-base-image-arm64 01:37:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:37:33 prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container 01:37:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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 01:37:34 $ docker top 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:37:35 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:37:36 + make test 01:37:36 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:37:37 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:39:14 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:39:14 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.073s coverage: 21.8% of statements 01:39:14 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:39:15 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:39:15 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:39:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:39:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:39:47 ./bin/test-attribution-txt.sh [Pipeline] echo 01:39:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:39:47 $ docker stop --time=1 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 01:39:49 $ docker rm -f 484990f05b67efddd58f4cdcde38d962091ed5a967bfad24686bc71f4f725ab4 [Pipeline] // withDockerContainer [Pipeline] sh 01:39:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:39:50 Warning: overwriting stash ‘coverage-report’ 01:39:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:39:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:39:52 + ls -al . 01:39:52 total 184 01:39:52 drwxrwxr-x 9 jenkins jenkins 4096 Oct 24 01:37 . 01:39:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:35 .. 01:39:52 -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 01:35 .dockerignore 01:39:52 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 01:35 .git 01:39:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 .github 01:39:52 -rw-rw-r-- 1 jenkins jenkins 329 Oct 24 01:35 .gitignore 01:39:52 -rw-rw-r-- 1 jenkins jenkins 41 Oct 24 01:35 .golangci.yml 01:39:52 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 24 01:35 Attribution.txt 01:39:52 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 24 01:35 CHANGELOG.md 01:39:52 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 24 01:35 Dockerfile 01:39:52 -rw-rw-r-- 1 jenkins jenkins 677 Oct 24 01:35 GOVERNANCE.md 01:39:52 -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 01:35 Jenkinsfile 01:39:52 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 24 01:35 LICENSE 01:39:52 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 24 01:35 Makefile 01:39:52 -rw-rw-r-- 1 jenkins jenkins 620 Oct 24 01:35 OWNERS.md 01:39:52 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 24 01:35 README.md 01:39:52 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 01:32 VERSION 01:39:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:35 bin 01:39:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 cmd 01:39:52 -rw-r--r-- 1 jenkins jenkins 17887 Oct 24 01:39 coverage.out 01:39:52 -rw-rw-r-- 1 jenkins jenkins 3511 Oct 24 01:35 go.mod 01:39:52 -rw-rw-r-- 1 jenkins jenkins 44965 Oct 24 01:35 go.sum 01:39:52 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 01:35 internal 01:39:52 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 01:35 mock 01:39:52 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 01:35 snap 01:39:52 -rw-rw-r-- 1 jenkins jenkins 227 Oct 24 01:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:52 + docker build -t device-mqtt-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb --label arch=arm64 --label version=0.0.0 . 01:39:52 Sending build context to Docker daemon 3.227MB 01:39:52 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:39:52 Step 2/25 : FROM ${BASE} AS builder 01:39:52 ---> 6f35d335c9ae 01:39:52 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:39:53 ---> Running in c1de8057a766 01:39:53 Removing intermediate container c1de8057a766 01:39:53 ---> 41059d5c2588 01:39:53 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:39:53 ---> Running in dcb2a4aec8bf 01:39:54 Removing intermediate container dcb2a4aec8bf 01:39:54 ---> 51d62d16619f 01:39:54 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:39:54 ---> Running in f6dbbdaeb0e5 01:39:54 Removing intermediate container f6dbbdaeb0e5 01:39:54 ---> bde2d1d415ea 01:39:54 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:39:54 ---> Running in 3cf47fca1046 01:39:54 Removing intermediate container 3cf47fca1046 01:39:54 ---> 6fd7133c8345 01:39:54 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:39:54 ---> Running in 14b48dff1217 01:39:56 Removing intermediate container 14b48dff1217 01:39:56 ---> 7692c3f79c05 01:39:56 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:39:56 ---> Running in 754d7e06e8ce 01:39:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:39:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:40:00 OK: 226 MiB in 55 packages 01:40:01 Removing intermediate container 754d7e06e8ce 01:40:01 ---> eb46ed6abf73 01:40:01 Step 9/25 : WORKDIR /device-mqtt-go 01:40:01 ---> Running in d6ea154a3189 01:40:01 Removing intermediate container d6ea154a3189 01:40:01 ---> 208c880cf2be 01:40:01 Step 10/25 : COPY go.mod vendor* ./ 01:40:02 ---> 9e45bf7edac8 01:40:02 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:40:02 ---> Running in 90d731db9cb7 01:40:05 Removing intermediate container 90d731db9cb7 01:40:05 ---> 8d1b42404bed 01:40:05 Step 12/25 : COPY . . 01:40:06 ---> b13c5c44ddd4 01:40:06 Step 13/25 : RUN $MAKE 01:40:06 ---> Running in 32949a8e5f25 01:40:08 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:43:00 Removing intermediate container 32949a8e5f25 01:43:00 ---> 56829fff5399 01:43:00 Step 14/25 : FROM alpine:3.16 01:43:00 3.16: Pulling from library/alpine 01:43:00 9b18e9b68314: Already exists 01:43:00 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:43:00 Status: Downloaded newer image for alpine:3.16 01:43:00 ---> a6215f271958 01:43:00 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:43:00 ---> Running in 4b82e47bd58d 01:43:00 Removing intermediate container 4b82e47bd58d 01:43:00 ---> 9c2f4b62c303 01:43:00 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:43:00 ---> Running in eb079c79bb95 01:43:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:43:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:43:00 (1/6) Installing dumb-init (1.2.5-r1) 01:43:00 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:43:00 (3/6) Installing libsodium (1.0.18-r0) 01:43:00 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:43:00 (5/6) Installing libzmq (4.3.4-r0) 01:43:00 (6/6) Installing zeromq (4.3.4-r0) 01:43:00 Executing busybox-1.35.0-r17.trigger 01:43:00 OK: 8 MiB in 20 packages 01:43:00 Removing intermediate container eb079c79bb95 01:43:00 ---> e94c55e86c30 01:43:00 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:43:00 ---> 4f5d7282b8d7 01:43:00 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:43:00 ---> 7fed5bb0645c 01:43:00 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:43:00 ---> 03d6c78e7064 01:43:00 Step 20/25 : EXPOSE 59982 01:43:00 ---> Running in c27c8903a6bc 01:43:00 Removing intermediate container c27c8903a6bc 01:43:00 ---> 4b677e71cf17 01:43:00 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:43:00 ---> Running in f76c01fe405d 01:43:00 Removing intermediate container f76c01fe405d 01:43:00 ---> 593ee9b55fc0 01:43:00 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:43:00 ---> Running in cd7be2a81171 01:43:00 Removing intermediate container cd7be2a81171 01:43:00 ---> 692f34e7b236 01:43:00 Step 23/25 : LABEL arch=arm64 01:43:00 ---> Running in cb65b0b910d6 01:43:00 Removing intermediate container cb65b0b910d6 01:43:00 ---> 4f4b7308b7f8 01:43:00 Step 24/25 : LABEL git_sha=0fd8d61cb2d189d42eb2927d0a379607132addeb 01:43:00 ---> Running in 6c9aaddd955e 01:43:00 Removing intermediate container 6c9aaddd955e 01:43:00 ---> 23dc9fb17583 01:43:00 Step 25/25 : LABEL version=0.0.0 01:43:00 ---> Running in a15475fce8aa 01:43:00 Removing intermediate container a15475fce8aa 01:43:00 ---> c79e416bf139 01:43:00 [Warning] One or more build-args [ARCH] were not consumed 01:43:00 Successfully built c79e416bf139 01:43:00 Successfully tagged device-mqtt-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 01:43:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:43:01 01:43:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:43:01 arm64: Pulling from edgex-lftools-log-publisher 01:43:01 8998bd30e6a1: Pulling fs layer 01:43:01 04944245beec: Pulling fs layer 01:43:01 699f458cf7ca: Pulling fs layer 01:43:01 765212b225bb: Pulling fs layer 01:43:01 f23df028b6ca: Pulling fs layer 01:43:01 d65c8cfc05b1: Pulling fs layer 01:43:01 2437ff75d9bd: Pulling fs layer 01:43:01 f23df028b6ca: Waiting 01:43:01 d65c8cfc05b1: Waiting 01:43:01 2437ff75d9bd: Waiting 01:43:01 765212b225bb: Waiting 01:43:01 04944245beec: Verifying Checksum 01:43:01 04944245beec: Download complete 01:43:01 765212b225bb: Download complete 01:43:01 f23df028b6ca: Verifying Checksum 01:43:01 f23df028b6ca: Download complete 01:43:01 d65c8cfc05b1: Verifying Checksum 01:43:01 d65c8cfc05b1: Download complete 01:43:01 699f458cf7ca: Verifying Checksum 01:43:01 699f458cf7ca: Download complete 01:43:02 8998bd30e6a1: Download complete 01:43:04 2437ff75d9bd: Verifying Checksum 01:43:04 2437ff75d9bd: Download complete 01:43:06 8998bd30e6a1: Pull complete 01:43:07 04944245beec: Pull complete 01:43:08 699f458cf7ca: Pull complete 01:43:08 765212b225bb: Pull complete 01:43:09 f23df028b6ca: Pull complete 01:43:09 d65c8cfc05b1: Pull complete 01:43:24 2437ff75d9bd: Pull complete 01:43:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:43:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:43:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:25 prd-ubuntu20.04-docker-arm64-4c-16g-8928 does not seem to be running inside a container 01:43:25 $ 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-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-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 01:43:28 $ docker top 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:43:29 ---> job-cost.sh 01:43:29 lf-activate-venv: SKIPPING 01:43:29 INFO: No Stack... 01:43:29 INFO: Retrieving Pricing Info for: v3-standard-4 01:43:30 INFO: Archiving Costs [Pipeline] sh 01:43:31 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:43:31 + cut -d, -f6 [Pipeline] lock 01:43:31 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] 01:43:31 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] did not exist. Created. 01:43:31 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:43:31 /w/workspace/device-mqtt-go/1@tmp/durable-895368ea/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:43:32 + echo total: 0.10999999940395355 [Pipeline] stash 01:43:32 Warning: overwriting stash ‘stack-cost’ 01:43:32 Stashed 1 file(s) [Pipeline] } 01:43:32 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-426-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:43:32 $ docker stop --time=1 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da 01:43:34 $ docker rm -f 0d38f5d8ffa01b0b9536336e37347e1e0c25b44e407d2c23876163c2ca2ad5da [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 01:43:35 provisioning config files... 01:43:35 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config11210755595825548688tmp [Pipeline] { [Pipeline] sh 01:43:35 + set +x 01:43:35 + bash -s -- 01:43:35 + curl -s https://codecov.io/bash 01:43:35 01:43:35 _____ _ 01:43:35 / ____| | | 01:43:35 | | ___ __| | ___ ___ _____ __ 01:43:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:43:35 | |___| (_) | (_| | __/ (_| (_) \ V / 01:43:35 \_____\___/ \__,_|\___|\___\___/ \_/ 01:43:35 Bash-1.0.6 01:43:35 01:43:35 01:43:35 ==> git version 2.25.1 found 01:43:35 ==> 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 01:43:35 Release-Date: 2020-01-08 01:43:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:43:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:43:35 ==> Jenkins CI detected. 01:43:35 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-426 01:43:35 project root: . 01:43:35 --> token set from env 01:43:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:43:35 ==> Running gcov in . (disable via -X gcov) 01:43:35 ==> Python coveragepy not found 01:43:35 ==> Searching for coverage reports in: 01:43:35 + . 01:43:35 -> Found 1 reports 01:43:35 ==> Detecting git/mercurial file structure 01:43:35 ==> Reading reports 01:43:35 + ./coverage.out bytes=17887 01:43:35 ==> Appending adjustments 01:43:35 https://docs.codecov.io/docs/fixing-reports 01:43:36 + Found adjustments 01:43:36 ==> Gzipping contents 01:43:36 4.0K /tmp/codecov.EecDZW.gz 01:43:36 ==> Uploading reports 01:43:36 url: https://codecov.io 01:43:36 query: branch=PR-426&commit=0fd8d61cb2d189d42eb2927d0a379607132addeb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=426&job=&cmd_args= 01:43:36 -> Pinging Codecov 01:43:36 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-426&commit=0fd8d61cb2d189d42eb2927d0a379607132addeb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-426%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=426&job=&cmd_args= 01:43:36 -> Uploading to 01:43:36 https://storage.googleapis.com/codecov/v4/raw/2022-10-24/7D719EC7BBE17E464838252E33014C33/0fd8d61cb2d189d42eb2927d0a379607132addeb/a5dedf86-e97a-4d36-b700-c3393672af78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221024%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221024T014336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd215447230918b41c9f58a10326d48cdc3bfee0f1674cc5916a7601bb08f779 01:43:36 % Total % Received % Xferd Average Speed Time Time Time Current 01:43:36 Dload Upload Total Spent Left Speed 01:43:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3208 0 0 100 3208 0 13311 --:--:-- --:--:-- --:--:-- 13311 01:43:36 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/0fd8d61cb2d189d42eb2927d0a379607132addeb [Pipeline] } 01:43:36 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 01:43:38 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives ] 01:43:38 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives 01:43:38 total 16 01:43:38 drwxr-xr-x 3 root root 4096 Oct 24 01:34 . 01:43:38 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 01:34 .. 01:43:38 drwxr-xr-x 2 root root 4096 Oct 24 01:34 cost 01:43:38 -rw-r--r-- 1 root root 86 Oct 24 01:34 cost.csv 01:43:38 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives 01:43:38 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives 01:43:38 total 16 01:43:38 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 01:34 . 01:43:38 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 01:34 .. 01:43:38 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 01:34 cost 01:43:38 -rw-r--r-- 1 jenkins jenkins 86 Oct 24 01:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:43:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:43:39 ---> package-listing.sh 01:43:39 ++ facter osfamily 01:43:39 ++ tr '[:upper:]' '[:lower:]' 01:43:39 + OS_FAMILY=debian 01:43:39 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-426 01:43:39 + START_PACKAGES=/tmp/packages_start.txt 01:43:39 + END_PACKAGES=/tmp/packages_end.txt 01:43:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:43:39 + PACKAGES=/tmp/packages_start.txt 01:43:39 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-426 ']' 01:43:39 + PACKAGES=/tmp/packages_end.txt 01:43:39 + case "${OS_FAMILY}" in 01:43:39 + dpkg -l 01:43:39 + grep '^ii' 01:43:39 + '[' -f /tmp/packages_start.txt ']' 01:43:39 + '[' -f /tmp/packages_end.txt ']' 01:43:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:43:39 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-426 ']' 01:43:39 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/ 01:43:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-426/archives/ [Pipeline] echo 01:43:39 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-mqtt-go_PR-426/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:43:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:43:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:43:41 prd-ubuntu20.04-docker-8c-8g-8925 does not seem to be running inside a container 01:43:41 $ 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-mqtt-go_PR-426/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-mqtt-go_PR-426 -v /w/workspace/gexfoundry_device-mqtt-go_PR-426:/w/workspace/gexfoundry_device-mqtt-go_PR-426:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:43:41 $ docker top 80620f636fef7d1984da15ca91f1f5c5b6b817b0d2909d6e2ec65892c705e982 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:41 + touch /tmp/pre-build-complete [Pipeline] sh 01:43:42 + mkdir -p /var/log/sysstat [Pipeline] sh 01:43:42 + ls /var/log/sa-host 01:43:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:42 provisioning config files... 01:43:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-426@tmp/config454456869938783320tmp [Pipeline] { [Pipeline] echo 01:43:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:43:42 ---> create-netrc.sh [Pipeline] } 01:43:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:43:43 ---> python-tools-install.sh [Pipeline] echo 01:43:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:43:43 ---> sudo-logs.sh 01:43:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:43:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:43:44 ---> job-cost.sh 01:43:44 lf-activate-venv: SKIPPING 01:43:44 DEBUG: total: 0.2199999988079071 01:43:44 INFO: Retrieving Stack Cost... 01:43:45 INFO: Retrieving Pricing Info for: v3-standard-8 01:43:45 INFO: Archiving Costs [Pipeline] echo 01:43:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:43:47 ---> logs-deploy.sh 01:43:47 lf-activate-venv: SKIPPING 01:43:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-426/1 01:43:47 INFO: archiving workspace using pattern(s): 01:43:48 Archives upload complete. 01:43:48 INFO: archiving logs to Nexus 01:43:49 ---> uname -a: 01:43:49 Linux prd-ubuntu20-04-docker-8c-8g-8925 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:43:49 01:43:49 01:43:49 ---> lscpu: 01:43:49 Architecture: x86_64 01:43:49 CPU op-mode(s): 32-bit, 64-bit 01:43:49 Byte Order: Little Endian 01:43:49 Address sizes: 40 bits physical, 48 bits virtual 01:43:49 CPU(s): 8 01:43:49 On-line CPU(s) list: 0-7 01:43:49 Thread(s) per core: 1 01:43:49 Core(s) per socket: 1 01:43:49 Socket(s): 8 01:43:49 NUMA node(s): 1 01:43:49 Vendor ID: AuthenticAMD 01:43:49 CPU family: 23 01:43:49 Model: 49 01:43:49 Model name: AMD EPYC-Rome Processor 01:43:49 Stepping: 0 01:43:49 CPU MHz: 2799.998 01:43:49 BogoMIPS: 5599.99 01:43:49 Virtualization: AMD-V 01:43:49 Hypervisor vendor: KVM 01:43:49 Virtualization type: full 01:43:49 L1d cache: 256 KiB 01:43:49 L1i cache: 256 KiB 01:43:49 L2 cache: 4 MiB 01:43:49 L3 cache: 128 MiB 01:43:49 NUMA node0 CPU(s): 0-7 01:43:49 Vulnerability Itlb multihit: Not affected 01:43:49 Vulnerability L1tf: Not affected 01:43:49 Vulnerability Mds: Not affected 01:43:49 Vulnerability Meltdown: Not affected 01:43:49 Vulnerability Mmio stale data: Not affected 01:43:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:43:49 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:43:49 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:43:49 Vulnerability Srbds: Not affected 01:43:49 Vulnerability Tsx async abort: Not affected 01:43:49 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 01:43:49 01:43:49 01:43:49 ---> nproc: 01:43:49 8 01:43:49 01:43:49 01:43:49 ---> df -h: 01:43:49 Filesystem Size Used Avail Use% Mounted on 01:43:49 overlay 155G 12G 144G 8% / 01:43:49 tmpfs 64M 0 64M 0% /dev 01:43:49 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:43:49 shm 64M 0 64M 0% /dev/shm 01:43:49 /dev/vda1 155G 12G 144G 8% /facter-os 01:43:49 01:43:49 01:43:49 ---> sar -b -r -n DEV: 01:43:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8925) 10/24/22 _x86_64_ (8 CPU) 01:43:49 01:43:49 01:31:34 LINUX RESTART (8 CPU) 01:43:49 01:43:49 01:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:43:49 01:33:01 176.87 23.35 153.52 0.00 2253.49 56674.02 0.00 01:43:49 01:34:01 127.73 0.28 127.45 0.00 13.73 27901.62 0.00 01:43:49 01:35:01 108.27 0.00 108.27 0.00 0.00 32990.37 0.00 01:43:49 01:36:01 1.32 0.00 1.32 0.00 0.00 15.34 0.00 01:43:49 01:37:01 38.69 9.35 29.35 0.00 2884.72 4775.47 0.00 01:43:49 01:38:01 2.20 0.00 2.20 0.00 0.00 25.59 0.00 01:43:49 01:39:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 01:43:49 01:40:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 01:43:49 01:41:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 01:43:49 01:42:01 1.72 0.00 1.72 0.00 0.00 30.79 0.00 01:43:49 01:43:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 01:43:49 Average: 41.95 3.00 38.96 0.00 468.33 11132.55 0.00 01:43:49 01:43:49 01:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:43:49 01:33:01 28624260 31608796 704572 2.14 104836 3102396 1865684 5.50 1103268 2741868 184 01:43:49 01:34:01 28087420 31445288 859800 2.61 141028 3408112 2312592 6.82 1442600 2896732 292668 01:43:49 01:35:01 27807336 31591596 715028 2.17 150964 3787592 1763096 5.20 1205616 3377024 368 01:43:49 01:36:01 27807312 31591680 714800 2.17 150996 3787596 1763096 5.20 1205632 3377028 172 01:43:49 01:37:01 27518268 31575864 712724 2.17 169328 4036396 1793256 5.28 1355992 3488112 232 01:43:49 01:38:01 27519980 31577564 711204 2.16 169364 4036396 1809396 5.33 1355280 3488076 44 01:43:49 01:39:01 27527208 31584860 703868 2.14 169400 4036404 1809396 5.33 1348036 3488084 12 01:43:49 01:40:01 27527364 31585100 703664 2.14 169448 4036404 1809396 5.33 1347964 3488164 44 01:43:49 01:41:01 27528112 31585940 702724 2.14 169464 4036408 1809396 5.33 1348024 3488172 12 01:43:49 01:42:01 27528460 31586936 702332 2.14 169548 4036412 1809396 5.33 1347580 3488704 128 01:43:49 01:43:01 27528176 31586656 702548 2.14 169576 4036412 1809396 5.33 1347804 3488704 8 01:43:49 Average: 27727627 31574571 721206 2.19 157632 3849139 1850373 5.45 1309800 3346424 26716 01:43:49 01:43:49 01:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:43:49 01:33:01 docker0 152.12 210.43 12.49 1826.64 0.00 0.00 0.00 0.00 01:43:49 01:33:01 ens3 808.63 540.93 8162.57 103.42 0.00 0.00 0.00 0.00 01:43:49 01:33:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 01:43:49 01:34:01 docker0 7.52 9.38 0.44 40.87 0.00 0.00 0.00 0.00 01:43:49 01:34:01 ens3 65.56 57.92 83.19 93.50 0.00 0.00 0.00 0.00 01:43:49 01:34:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 01:43:49 01:34:01 veth7fe1c7d 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 01:43:49 01:35:01 docker0 2.73 5.38 0.18 58.03 0.00 0.00 0.00 0.00 01:43:49 01:35:01 ens3 114.51 74.00 2584.70 13.47 0.00 0.00 0.00 0.00 01:43:49 01:35:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 01:43:49 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:36:01 ens3 1.78 0.52 1.80 0.27 0.00 0.00 0.00 0.00 01:43:49 01:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:37:01 ens3 60.22 35.84 1298.15 3.12 0.00 0.00 0.00 0.00 01:43:49 01:37:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 01:43:49 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:38:01 ens3 0.85 0.63 0.40 0.28 0.00 0.00 0.00 0.00 01:43:49 01:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:39:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:40:01 ens3 0.23 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:43:49 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 01:43:01 ens3 0.67 0.42 0.34 0.27 0.00 0.00 0.00 0.00 01:43:49 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:43:49 Average: docker0 14.76 20.47 1.19 175.04 0.00 0.00 0.00 0.00 01:43:49 Average: ens3 95.69 64.59 1102.77 19.49 0.00 0.00 0.00 0.00 01:43:49 Average: lo 0.90 0.90 0.08 0.08 0.00 0.00 0.00 0.00 01:43:49 01:43:49 01:43:49 ---> sar -P ALL: 01:43:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8925) 10/24/22 _x86_64_ (8 CPU) 01:43:49 01:43:49 01:31:34 LINUX RESTART (8 CPU) 01:43:49 01:43:49 01:32:01 CPU %user %nice %system %iowait %steal %idle 01:43:49 01:33:01 all 10.05 0.00 3.58 3.25 0.06 83.06 01:43:49 01:33:01 0 12.59 0.00 3.34 1.09 0.05 82.93 01:43:49 01:33:01 1 13.68 0.00 4.05 0.35 0.05 81.87 01:43:49 01:33:01 2 11.01 0.00 3.65 3.19 0.07 82.08 01:43:49 01:33:01 3 9.45 0.00 3.74 9.59 0.07 77.15 01:43:49 01:33:01 4 8.70 0.00 3.26 1.51 0.05 86.47 01:43:49 01:33:01 5 8.98 0.00 4.13 6.57 0.05 80.28 01:43:49 01:33:01 6 7.54 0.00 3.00 2.18 0.05 87.23 01:43:49 01:33:01 7 8.48 0.00 3.45 1.60 0.07 86.40 01:43:49 01:34:01 all 35.13 0.00 6.19 1.76 0.09 56.83 01:43:49 01:34:01 0 35.70 0.00 6.00 0.24 0.08 57.98 01:43:49 01:34:01 1 33.93 0.00 5.87 1.34 0.08 58.77 01:43:49 01:34:01 2 36.57 0.00 5.34 0.27 0.07 57.76 01:43:49 01:34:01 3 35.58 0.00 6.11 1.35 0.07 56.90 01:43:49 01:34:01 4 34.06 0.00 6.85 2.13 0.08 56.87 01:43:49 01:34:01 5 34.74 0.00 6.78 6.77 0.08 51.62 01:43:49 01:34:01 6 35.66 0.00 6.31 1.38 0.07 56.59 01:43:49 01:34:01 7 34.80 0.00 6.28 0.64 0.19 58.09 01:43:49 01:35:01 all 5.98 0.00 1.95 1.67 0.05 90.36 01:43:49 01:35:01 0 7.45 0.00 1.64 0.12 0.07 90.73 01:43:49 01:35:01 1 6.61 0.00 1.69 0.08 0.03 91.58 01:43:49 01:35:01 2 4.57 0.00 2.83 0.90 0.02 91.67 01:43:49 01:35:01 3 5.72 0.00 1.49 1.76 0.05 90.98 01:43:49 01:35:01 4 5.22 0.00 2.14 10.26 0.07 82.31 01:43:49 01:35:01 5 6.74 0.00 1.77 0.03 0.02 91.44 01:43:49 01:35:01 6 5.76 0.00 2.13 0.12 0.03 91.96 01:43:49 01:35:01 7 5.73 0.00 1.88 0.13 0.10 92.16 01:43:49 01:36:01 all 0.27 0.00 0.01 0.00 0.01 99.70 01:43:49 01:36:01 0 1.97 0.00 0.03 0.00 0.02 97.98 01:43:49 01:36:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:43:49 01:36:01 2 0.07 0.00 0.00 0.00 0.02 99.92 01:43:49 01:36:01 3 0.00 0.00 0.00 0.02 0.02 99.97 01:43:49 01:36:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:43:49 01:36:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:43:49 01:36:01 6 0.05 0.00 0.02 0.00 0.00 99.93 01:43:49 01:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:37:01 all 1.15 0.00 0.75 0.29 0.01 97.79 01:43:49 01:37:01 0 1.14 0.00 0.59 0.62 0.02 97.64 01:43:49 01:37:01 1 0.77 0.00 0.47 0.15 0.02 98.60 01:43:49 01:37:01 2 1.25 0.00 2.12 0.03 0.00 96.60 01:43:49 01:37:01 3 0.92 0.00 0.40 1.02 0.00 97.66 01:43:49 01:37:01 4 1.42 0.00 0.43 0.07 0.02 98.06 01:43:49 01:37:01 5 1.55 0.00 0.40 0.05 0.02 97.98 01:43:49 01:37:01 6 1.20 0.00 1.00 0.35 0.02 97.43 01:43:49 01:37:01 7 0.95 0.00 0.62 0.05 0.00 98.38 01:43:49 01:38:01 all 0.02 0.00 0.02 0.00 0.00 99.96 01:43:49 01:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:43:49 01:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 01:43:49 01:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:38:01 3 0.00 0.00 0.02 0.02 0.02 99.95 01:43:49 01:38:01 4 0.02 0.00 0.00 0.02 0.00 99.97 01:43:49 01:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:43:49 01:38:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:43:49 01:39:01 0 0.07 0.00 0.05 0.00 0.02 99.87 01:43:49 01:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:43:49 01:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:39:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:43:49 01:39:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:43:49 01:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:43:49 01:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:39:01 7 0.03 0.00 0.05 0.00 0.02 99.90 01:43:49 01:40:01 all 0.10 0.00 0.01 0.00 0.01 99.88 01:43:49 01:40:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:43:49 01:40:01 1 0.70 0.00 0.03 0.00 0.02 99.25 01:43:49 01:40:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:43:49 01:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:43:49 01:40:01 4 0.02 0.00 0.02 0.02 0.00 99.95 01:43:49 01:40:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:43:49 01:40:01 7 0.03 0.00 0.00 0.00 0.00 99.97 01:43:49 01:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:43:49 01:41:01 0 0.07 0.00 0.02 0.00 0.02 99.90 01:43:49 01:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:43:49 01:41:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:43:49 01:41:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:43:49 01:41:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:43:49 01:41:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:43:49 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:42:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:43:49 01:42:01 0 0.03 0.00 0.00 0.00 0.02 99.95 01:43:49 01:42:01 1 0.03 0.00 0.02 0.02 0.02 99.92 01:43:49 01:42:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:43:49 01:42:01 3 0.00 0.00 0.00 0.05 0.00 99.95 01:43:49 01:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 01:43:49 01:42:01 5 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 01:43:49 01:42:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:43:49 01:43:01 all 0.03 0.00 0.01 0.00 0.00 99.96 01:43:49 01:43:01 0 0.12 0.00 0.03 0.00 0.02 99.83 01:43:49 01:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:43:49 01:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:43:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:43:49 01:43:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:43:49 01:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:43:49 01:43:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:43:49 01:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:43:49 01:43:49 Average: CPU %user %nice %system %iowait %steal %idle 01:43:49 Average: all 4.76 0.00 1.13 0.63 0.02 93.45 01:43:49 Average: 0 5.35 0.00 1.06 0.19 0.03 93.37 01:43:49 Average: 1 5.06 0.00 1.10 0.18 0.02 93.64 01:43:49 Average: 2 4.83 0.00 1.26 0.40 0.02 93.49 01:43:49 Average: 3 4.66 0.00 1.06 1.25 0.02 93.02 01:43:49 Average: 4 4.46 0.00 1.15 1.27 0.02 93.10 01:43:49 Average: 5 4.69 0.00 1.19 1.21 0.02 92.90 01:43:49 Average: 6 4.54 0.00 1.13 0.36 0.02 93.96 01:43:49 Average: 7 4.52 0.00 1.12 0.22 0.03 94.11 01:43:49 01:43:49 01:43:49