Pull request #424 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 828c5b54421745e9ff2685973fa7512273dacbf2+1ae20365080d91ee65f801e150a6fed247e9201d (cc926b93502241dd35ac02e89c82f2f8a3b4fc6e) 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-ssh10660485518424883902.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6404102853627299638.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-424/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-424/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11240077420524699444.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-424/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15137504271968814250.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13097292953189518689.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-424/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-424/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3139134076837115840.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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-7991 in /w/workspace/gexfoundry_device-mqtt-go_PR-424 [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-424 # 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/424/head:refs/remotes/origin/PR-424 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1ae20365080d91ee65f801e150a6fed247e9201d into PR head commit 828c5b54421745e9ff2685973fa7512273dacbf2 Merge succeeded, producing 828c5b54421745e9ff2685973fa7512273dacbf2 Checking out Revision 828c5b54421745e9ff2685973fa7512273dacbf2 (PR-424) Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:31:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # 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 1ae20365080d91ee65f801e150a6fed247e9201d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 [Pipeline] withCredentials 01:31:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:31:23 ========================================================= 01:31:23 EdgeX Global Pipelines Version Info 01:31:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:31:24 ------------------- 01:31:24 stable info: 01:31:24 ------------------- 01:31:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:31:24 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:31:24 Message: update stable to v1.0.239 01:31:24 ------------------- 01:31:24 experimental info: 01:31:24 ------------------- 01:31:24 Commited By: **** collab-it+edgex@linuxfoundation.org 01:31:24 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:31:24 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:31:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:31:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:31:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:31:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:31:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-424 [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-424 [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-424 [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 828c5b5 [Pipeline] echo 01:31:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:31:26 provisioning config files... 01:31:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config2478051053708377557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:26 ---> docker-login.sh 01:31:26 nexus3.edgexfoundry.org:10001 01:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:27 Configure a credential helper to remove this warning. See 01:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:27 01:31:27 Login Succeeded 01:31:27 nexus3.edgexfoundry.org:10002 01:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:27 Configure a credential helper to remove this warning. See 01:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:27 01:31:27 Login Succeeded 01:31:27 nexus3.edgexfoundry.org:10003 01:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:27 Configure a credential helper to remove this warning. See 01:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:27 01:31:27 Login Succeeded 01:31:27 nexus3.edgexfoundry.org:10004 01:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:27 Configure a credential helper to remove this warning. See 01:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:27 01:31:27 Login Succeeded 01:31:27 docker.io 01:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:27 Configure a credential helper to remove this warning. See 01:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:27 01:31:27 Login Succeeded 01:31:27 ---> docker-login.sh ends [Pipeline] } 01:31:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:31:28 + git rev-list -1 --merges 828c5b54421745e9ff2685973fa7512273dacbf2~1..828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo 01:31:28 -----------> git rev-list -1 --merges 828c5b54421745e9ff2685973fa7512273dacbf2~1..828c5b54421745e9ff2685973fa7512273dacbf2 828c5b54421745e9ff2685973fa7512273dacbf2 [false] [Pipeline] sh 01:31:28 + git log --format=format:%s -1 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo 01:31:28 ========================================================= 01:31:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:31:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:31:29 + git log --format=format:%s -1 828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] echo 01:31:29 [semverPrep] GIT_COMMIT: 828c5b54421745e9ff2685973fa7512273dacbf2, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 01:31:29 [semverPrep] This is not a build commit. [Pipeline] sh 01:31:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:31:29 + grep -v github /etc/ssh/ssh_known_hosts 01:31:29 + [ -e /tmp/ssh_known_hosts ] 01:31:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:31:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:31:29 + sudo tee -a /etc/ssh/ssh_known_hosts 01:31:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:30 01:31:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:30 0.1.4: Pulling from edgex-devops/py-git-semver 01:31:30 b85a868b505f: Pulling fs layer 01:31:30 e2be974225ed: Pulling fs layer 01:31:30 339a4e72a1f5: Pulling fs layer 01:31:30 988bab9f4d93: Pulling fs layer 01:31:30 1469e6f7b9e6: Pulling fs layer 01:31:30 eaf3925da568: Pulling fs layer 01:31:30 bab4dde63d76: Pulling fs layer 01:31:30 bde34c3a00c8: Pulling fs layer 01:31:30 b352a97aabf1: Pulling fs layer 01:31:30 4872d77fe225: Pulling fs layer 01:31:30 5851b861e8e6: Pulling fs layer 01:31:30 988bab9f4d93: Waiting 01:31:30 1469e6f7b9e6: Waiting 01:31:30 eaf3925da568: Waiting 01:31:30 bde34c3a00c8: Waiting 01:31:30 bab4dde63d76: Waiting 01:31:30 5851b861e8e6: Waiting 01:31:30 4872d77fe225: Waiting 01:31:30 b352a97aabf1: Waiting 01:31:30 e2be974225ed: Download complete 01:31:30 988bab9f4d93: Download complete 01:31:30 1469e6f7b9e6: Verifying Checksum 01:31:30 1469e6f7b9e6: Download complete 01:31:30 339a4e72a1f5: Verifying Checksum 01:31:30 339a4e72a1f5: Download complete 01:31:30 eaf3925da568: Download complete 01:31:30 bde34c3a00c8: Verifying Checksum 01:31:30 bde34c3a00c8: Download complete 01:31:30 b352a97aabf1: Verifying Checksum 01:31:30 b352a97aabf1: Download complete 01:31:30 4872d77fe225: Verifying Checksum 01:31:30 5851b861e8e6: Verifying Checksum 01:31:30 5851b861e8e6: Download complete 01:31:30 b85a868b505f: Verifying Checksum 01:31:30 b85a868b505f: Download complete 01:31:31 bab4dde63d76: Verifying Checksum 01:31:31 bab4dde63d76: Download complete 01:31:32 b85a868b505f: Pull complete 01:31:32 e2be974225ed: Pull complete 01:31:32 339a4e72a1f5: Pull complete 01:31:32 988bab9f4d93: Pull complete 01:31:33 1469e6f7b9e6: Pull complete 01:31:33 eaf3925da568: Pull complete 01:31:35 bab4dde63d76: Pull complete 01:31:35 bde34c3a00c8: Pull complete 01:31:35 b352a97aabf1: Pull complete 01:31:35 4872d77fe225: Pull complete 01:31:35 5851b861e8e6: Pull complete 01:31:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:31:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:31:35 prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container 01:31:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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:31:37 $ docker top e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 -eo pid,comm 01:31:37 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:31:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:38 [ssh-agent] Looking for ssh-agent implementation... 01:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:38 $ docker exec e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent 01:31:38 SSH_AUTH_SOCK=/tmp/ssh-iAvv0jT3gk2r/agent.32 01:31:38 SSH_AGENT_PID=38 01:31:38 Running ssh-add (command line suppressed) 01:31:38 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_2895906833104469940.key (/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_2895906833104469940.key) 01:31:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:38 + git tag --points-at HEAD [Pipeline] } 01:31:38 $ docker exec --env ******** --env ******** e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent -k 01:31:38 unset SSH_AUTH_SOCK; 01:31:38 unset SSH_AGENT_PID; 01:31:38 echo Agent pid 38 killed; 01:31:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:31:38 [ssh-agent] Looking for ssh-agent implementation... 01:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:31:39 $ docker exec e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent 01:31:39 SSH_AUTH_SOCK=/tmp/ssh-SjaVLseloFgv/agent.70 01:31:39 SSH_AGENT_PID=76 01:31:39 Running ssh-add (command line suppressed) 01:31:39 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_12246909877368657244.key (/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/private_key_12246909877368657244.key) 01:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:31:39 + git semver init 01:31:39 2022-10-17 01:31:39,831 [run_init] DEBUG init version:0.0.0 force:False 01:31:39 2022-10-17 01:31:39,832 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver 01:31:39 2022-10-17 01:31:39,833 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver 01:31:39 2022-10-17 01:31:39,833 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424, universal_newlines=False, shell=None, istream=None) 01:31:40 2022-10-17 01:31:40,785 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.git/info/exclude 01:31:40 2022-10-17 01:31:40,785 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 with force:False 01:31:40 2022-10-17 01:31:40,786 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 01:31:40 2022-10-17 01:31:40,790 [execute] INFO git cat-file --batch-check 01:31:40 2022-10-17 01:31:40,790 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver, universal_newlines=False, shell=None, istream=) 01:31:40 2022-10-17 01:31:40,796 [execute] INFO git cat-file --batch 01:31:40 2022-10-17 01:31:40,796 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver, universal_newlines=False, shell=None, istream=) 01:31:40 2022-10-17 01:31:40,801 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-424/.semver/PR-424 01:31:40 0.0.0 [Pipeline] } 01:31:40 $ docker exec --env ******** --env ******** e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 ssh-agent -k 01:31:40 unset SSH_AUTH_SOCK; 01:31:40 unset SSH_AGENT_PID; 01:31:40 echo Agent pid 76 killed; 01:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:31:41 + git semver [Pipeline] } 01:31:41 $ docker stop --time=1 e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 01:31:43 $ docker rm -f e1bf8b020d55c6bda42d1a495c926b673ecad2aa08d92f01654f7bed14dd88d1 [Pipeline] // withDockerContainer [Pipeline] sh 01:31:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:31:43 Stashed 1 file(s) [Pipeline] echo 01:31:43 [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:31:44 provisioning config files... 01:31:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config15877624231326663786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:31:44 ---> docker-login.sh 01:31:44 nexus3.edgexfoundry.org:10001 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:44 Configure a credential helper to remove this warning. See 01:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:44 01:31:44 Login Succeeded 01:31:44 nexus3.edgexfoundry.org:10002 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:44 Configure a credential helper to remove this warning. See 01:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:44 01:31:44 Login Succeeded 01:31:44 nexus3.edgexfoundry.org:10003 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:44 Configure a credential helper to remove this warning. See 01:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:44 01:31:44 Login Succeeded 01:31:44 nexus3.edgexfoundry.org:10004 01:31:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:44 Configure a credential helper to remove this warning. See 01:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:44 01:31:44 Login Succeeded 01:31:44 docker.io 01:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:31:45 Configure a credential helper to remove this warning. See 01:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:31:45 01:31:45 Login Succeeded 01:31:45 ---> docker-login.sh ends [Pipeline] } 01:31:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:31:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:31:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:31:45 ========================================================= 01:31:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:31:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:46 + 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:31:46 Sending build context to Docker daemon 6.17MB 01:31:46 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:31:46 Step 2/13 : FROM ${BASE} AS builder 01:31:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:31:46 213ec9aee27d: Pulling fs layer 01:31:46 4583459ba037: Pulling fs layer 01:31:46 93c1e223e6f2: Pulling fs layer 01:31:46 53926ce57604: Pulling fs layer 01:31:46 21b2b0c7a3f4: Pulling fs layer 01:31:46 30f14e443154: Pulling fs layer 01:31:46 801331c1e519: Pulling fs layer 01:31:46 99cc6dd402b0: Pulling fs layer 01:31:46 7d9ed39f4882: Pulling fs layer 01:31:46 21b2b0c7a3f4: Waiting 01:31:46 30f14e443154: Waiting 01:31:46 801331c1e519: Waiting 01:31:46 99cc6dd402b0: Waiting 01:31:46 7d9ed39f4882: Waiting 01:31:46 53926ce57604: Waiting 01:31:46 93c1e223e6f2: Verifying Checksum 01:31:46 93c1e223e6f2: Download complete 01:31:46 4583459ba037: Verifying Checksum 01:31:46 4583459ba037: Download complete 01:31:46 21b2b0c7a3f4: Download complete 01:31:46 30f14e443154: Download complete 01:31:46 213ec9aee27d: Verifying Checksum 01:31:46 801331c1e519: Download complete 01:31:46 213ec9aee27d: Pull complete 01:31:46 4583459ba037: Pull complete 01:31:46 93c1e223e6f2: Pull complete 01:31:46 7d9ed39f4882: Verifying Checksum 01:31:46 7d9ed39f4882: Download complete 01:31:47 53926ce57604: Verifying Checksum 01:31:47 53926ce57604: Download complete 01:31:47 99cc6dd402b0: Verifying Checksum 01:31:47 99cc6dd402b0: Download complete 01:31:51 53926ce57604: Pull complete 01:31:51 21b2b0c7a3f4: Pull complete 01:31:51 30f14e443154: Pull complete 01:31:51 801331c1e519: Pull complete 01:31:52 99cc6dd402b0: Pull complete 01:31:53 7d9ed39f4882: Pull complete 01:31:53 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 01:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:31:53 ---> 1dedd983c030 01:31:53 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:31:57 ---> Running in 4df0aa486bff 01:31:57 Removing intermediate container 4df0aa486bff 01:31:57 ---> d151e0fd6bdb 01:31:57 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:31:57 ---> Running in 903948b9132c 01:31:57 Removing intermediate container 903948b9132c 01:31:57 ---> cbcf39bc078a 01:31:57 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:31:57 ---> Running in 7fafd8d68972 01:31:57 Removing intermediate container 7fafd8d68972 01:31:57 ---> a0a5fef1c230 01:31:57 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:31:57 ---> Running in 459bb61d7952 01:31:57 Removing intermediate container 459bb61d7952 01:31:57 ---> ca981da208c9 01:31:57 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:31:57 ---> Running in 93533de0d159 01:31:57 Removing intermediate container 93533de0d159 01:31:57 ---> 8392627d377f 01:31:57 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:31:57 ---> Running in d07520c24330 01:31:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:31:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:31:59 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:31:59 Still waiting to schedule task 01:31:59 ‘prd-centos7-blackbox-4c-2g-7901’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 01:31:59 ‘prd-ubuntu20.04-docker-arm64-4c-16g-7992’ is offline 01:31:59 (2/4) Installing libedit (20210910.3.1-r0) 01:31:59 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:31:59 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:31:59 Executing busybox-1.35.0-r17.trigger 01:31:59 OK: 216 MiB in 55 packages 01:31:59 Removing intermediate container d07520c24330 01:31:59 ---> 3f8693b60313 01:31:59 Step 9/13 : WORKDIR /device-mqtt-go 01:31:59 ---> Running in fea30f756806 01:32:00 Removing intermediate container fea30f756806 01:32:00 ---> 7433a6e45845 01:32:00 Step 10/13 : COPY go.mod vendor* ./ 01:32:00 ---> caf3d9240d64 01:32:00 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:00 ---> Running in 8f59e290dc50 01:32:22 Removing intermediate container 8f59e290dc50 01:32:22 ---> df6059c2abfc 01:32:22 Step 12/13 : COPY . . 01:32:22 ---> 5137d72bced1 01:32:22 Step 13/13 : RUN $MAKE 01:32:22 ---> Running in f9739966284c 01:32:22 noop 01:32:22 Removing intermediate container f9739966284c 01:32:22 ---> e62379ef32fe 01:32:22 Successfully built e62379ef32fe 01:32:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:22 + docker inspect -f . ci-base-image-x86_64 01:32:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:22 prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container 01:32:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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:32:23 $ docker top 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:23 + go version 01:32:23 go version go1.18.7 linux/amd64 [Pipeline] } 01:32:23 $ docker stop --time=1 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 01:32:24 $ docker rm -f 4b6f119c811a78674e7d847389a3c401a052bfacd07634596f66afbdb5f75795 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:25 + docker inspect -f . ci-base-image-x86_64 01:32:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:25 prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container 01:32:25 $ 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-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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:32:26 $ docker top 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:26 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-424 [Pipeline] fileExists [Pipeline] sh 01:32:26 + make test 01:32:26 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:32:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:32:35 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:32:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.017s coverage: 21.8% of statements 01:32:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:32:42 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:32:42 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:32:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:32:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:32:45 ./bin/test-attribution-txt.sh [Pipeline] echo 01:32:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:32:45 $ docker stop --time=1 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde 01:32:47 $ docker rm -f 1ed60bc8a4f35023d742512dfd7c668bccdae0bc5e80b25832113ed20de47cde [Pipeline] // withDockerContainer [Pipeline] sh 01:32:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:32:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:32:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:32:49 + ls -al . 01:32:49 total 184 01:32:49 drwxrwxr-x 10 jenkins jenkins 4096 Oct 17 01:32 . 01:32:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:31 .. 01:32:49 -rw-rw-r-- 1 jenkins jenkins 140 Oct 17 01:31 .dockerignore 01:32:49 drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 01:32 .git 01:32:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 .github 01:32:49 -rw-rw-r-- 1 jenkins jenkins 329 Oct 17 01:31 .gitignore 01:32:49 -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 01:31 .golangci.yml 01:32:49 drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 01:31 .semver 01:32:49 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 17 01:31 Attribution.txt 01:32:49 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 17 01:31 CHANGELOG.md 01:32:49 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 17 01:31 Dockerfile 01:32:49 -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 01:31 GOVERNANCE.md 01:32:49 -rw-rw-r-- 1 jenkins jenkins 678 Oct 17 01:31 Jenkinsfile 01:32:49 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 01:31 LICENSE 01:32:49 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 17 01:31 Makefile 01:32:49 -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 01:31 OWNERS.md 01:32:49 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 17 01:31 README.md 01:32:49 -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 01:31 VERSION 01:32:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:31 bin 01:32:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 cmd 01:32:49 -rw-r--r-- 1 jenkins jenkins 17887 Oct 17 01:32 coverage.out 01:32:49 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 17 01:31 go.mod 01:32:49 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 17 01:31 go.sum 01:32:49 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:31 internal 01:32:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:31 mock 01:32:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:31 snap 01:32:49 -rw-rw-r-- 1 jenkins jenkins 227 Oct 17 01:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:49 + 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=828c5b54421745e9ff2685973fa7512273dacbf2 --label arch=amd64 --label version=0.0.0 . 01:32:49 Sending build context to Docker daemon 6.188MB 01:32:49 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:32:49 Step 2/25 : FROM ${BASE} AS builder 01:32:49 ---> e62379ef32fe 01:32:49 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:32:49 ---> Running in 60155b5d0506 01:32:49 Removing intermediate container 60155b5d0506 01:32:49 ---> 731c2a6272eb 01:32:49 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:32:49 ---> Running in 8a5566e734d4 01:32:49 Removing intermediate container 8a5566e734d4 01:32:49 ---> 6b728a8cdbd1 01:32:49 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:32:49 ---> Running in 5100a669bf3b 01:32:49 Removing intermediate container 5100a669bf3b 01:32:49 ---> 24ddfa044eab 01:32:49 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:32:49 ---> Running in 1fb20699afd1 01:32:50 Removing intermediate container 1fb20699afd1 01:32:50 ---> 9b075c26abf0 01:32:50 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:32:50 ---> Running in b299c79c035e 01:32:50 Removing intermediate container b299c79c035e 01:32:50 ---> 4d66490d05a0 01:32:50 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:32:50 ---> Running in b86b8e1bce84 01:32:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:32:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:32:52 OK: 216 MiB in 55 packages 01:32:52 Removing intermediate container b86b8e1bce84 01:32:52 ---> 17221692c1ac 01:32:52 Step 9/25 : WORKDIR /device-mqtt-go 01:32:52 ---> Running in 785892967ec8 01:32:52 Removing intermediate container 785892967ec8 01:32:52 ---> 6f2b45e082ff 01:32:52 Step 10/25 : COPY go.mod vendor* ./ 01:32:52 ---> f586bcee2558 01:32:52 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:32:52 ---> Running in 0a13b43dda82 01:32:53 Removing intermediate container 0a13b43dda82 01:32:53 ---> 82befeec8e93 01:32:53 Step 12/25 : COPY . . 01:32:53 ---> c703904bb916 01:32:53 Step 13/25 : RUN $MAKE 01:32:53 ---> Running in 868e6f3a4ece 01:32:53 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:33:15 Removing intermediate container 868e6f3a4ece 01:33:15 ---> 164766167411 01:33:15 Step 14/25 : FROM alpine:3.16 01:33:15 3.16: Pulling from library/alpine 01:33:15 213ec9aee27d: Already exists 01:33:15 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:33:15 Status: Downloaded newer image for alpine:3.16 01:33:15 ---> 9c6f07244728 01:33:15 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:33:15 ---> Running in 2c1490deb21e 01:33:15 Removing intermediate container 2c1490deb21e 01:33:15 ---> c1b3489d908b 01:33:15 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:33:15 ---> Running in 9f4d58fc41af 01:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:33:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:33:15 (1/6) Installing dumb-init (1.2.5-r1) 01:33:15 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:33:15 (3/6) Installing libsodium (1.0.18-r0) 01:33:15 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:33:15 (5/6) Installing libzmq (4.3.4-r0) 01:33:15 (6/6) Installing zeromq (4.3.4-r0) 01:33:15 Executing busybox-1.35.0-r17.trigger 01:33:15 OK: 8 MiB in 20 packages 01:33:15 Removing intermediate container 9f4d58fc41af 01:33:15 ---> 002508af62fd 01:33:15 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:33:16 ---> 5013af284c23 01:33:16 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:33:17 ---> e54857091815 01:33:17 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:33:17 ---> e7cb1a5f7100 01:33:17 Step 20/25 : EXPOSE 59982 01:33:17 ---> Running in 27ae454fa158 01:33:17 Removing intermediate container 27ae454fa158 01:33:17 ---> 6bedde4c13e3 01:33:17 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:33:17 ---> Running in f0e247698029 01:33:17 Removing intermediate container f0e247698029 01:33:17 ---> 4d3f511dfa8f 01:33:17 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:33:17 ---> Running in 2ba1559d85ee 01:33:17 Removing intermediate container 2ba1559d85ee 01:33:17 ---> 39542ec58be3 01:33:17 Step 23/25 : LABEL arch=amd64 01:33:17 ---> Running in c0dd627d2a9f 01:33:17 Removing intermediate container c0dd627d2a9f 01:33:17 ---> 0bdb15bee2cf 01:33:17 Step 24/25 : LABEL git_sha=828c5b54421745e9ff2685973fa7512273dacbf2 01:33:17 ---> Running in b2593533d1c1 01:33:17 Removing intermediate container b2593533d1c1 01:33:17 ---> 1d6b430702be 01:33:17 Step 25/25 : LABEL version=0.0.0 01:33:17 ---> Running in 2a9980177ba0 01:33:17 Removing intermediate container 2a9980177ba0 01:33:17 ---> b67851af26e4 01:33:17 [Warning] One or more build-args [ARCH] were not consumed 01:33:17 Successfully built b67851af26e4 01:33:17 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:33:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:18 01:33:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:18 latest: Pulling from edgex-lftools-log-publisher 01:33:18 5eb5b503b376: Pulling fs layer 01:33:18 5c69ac0246d0: Pulling fs layer 01:33:18 ec43610c2a17: Pulling fs layer 01:33:18 3a2ae6a8a46f: Pulling fs layer 01:33:18 33b1e0a273af: Pulling fs layer 01:33:18 5d3b04190fa2: Pulling fs layer 01:33:18 33b1e0a273af: Waiting 01:33:18 3a2ae6a8a46f: Waiting 01:33:18 2f39f015ded8: Pulling fs layer 01:33:18 5d3b04190fa2: Waiting 01:33:18 2f39f015ded8: Waiting 01:33:18 5c69ac0246d0: Download complete 01:33:18 3a2ae6a8a46f: Verifying Checksum 01:33:18 3a2ae6a8a46f: Download complete 01:33:18 ec43610c2a17: Verifying Checksum 01:33:18 ec43610c2a17: Download complete 01:33:18 33b1e0a273af: Verifying Checksum 01:33:18 33b1e0a273af: Download complete 01:33:19 5d3b04190fa2: Verifying Checksum 01:33:19 5d3b04190fa2: Download complete 01:33:19 5eb5b503b376: Verifying Checksum 01:33:19 5eb5b503b376: Download complete 01:33:19 2f39f015ded8: Download complete 01:33:20 5eb5b503b376: Pull complete 01:33:20 5c69ac0246d0: Pull complete 01:33:20 ec43610c2a17: Pull complete 01:33:21 3a2ae6a8a46f: Pull complete 01:33:21 33b1e0a273af: Pull complete 01:33:21 5d3b04190fa2: Pull complete 01:33:25 2f39f015ded8: Pull complete 01:33:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:33:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:25 prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container 01:33: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/gexfoundry_device-mqtt-go_PR-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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:33:28 $ docker top 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:33:29 ---> job-cost.sh 01:33:29 lf-activate-venv: SKIPPING 01:33:29 INFO: No Stack... 01:33:29 INFO: Retrieving Pricing Info for: v3-standard-8 01:33:30 INFO: Archiving Costs [Pipeline] sh 01:33:30 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/cost.csv 01:33:30 + cut -d, -f6 [Pipeline] lock 01:33:30 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] 01:33:30 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] did not exist. Created. 01:33:30 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:33:30 + echo total: 0.2199999988079071 [Pipeline] stash 01:33:30 Stashed 1 file(s) [Pipeline] } 01:33:31 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:33:31 $ docker stop --time=1 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf 01:33:32 $ docker rm -f 5146f7efc00461a91360242c10307267826451d986bea57e1c8cdf254e30ebaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:34:08 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7994 in /w/workspace/gexfoundry_device-mqtt-go_PR-424 [Pipeline] { [Pipeline] ws 01:34:08 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:34:08 Selected Git installation does not exist. Using Default 01:34:08 The recommended git tool is: NONE 01:34:15 using credential edgex-jenkins-ssh 01:34:15 Cloning the remote Git repository 01:34:15 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:34:15 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:34:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:34:15 > git --version # timeout=10 01:34:15 > git --version # 'git version 2.25.1' 01:34:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:34:15 Verifying host key using known hosts file 01:34:15 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:34:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:17 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:34:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:34:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:34:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:34:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:34:19 Verifying host key using known hosts file 01:34:19 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:34:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/424/head:refs/remotes/origin/PR-424 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:34:19 Merging remotes/origin/main commit 1ae20365080d91ee65f801e150a6fed247e9201d into PR head commit 828c5b54421745e9ff2685973fa7512273dacbf2 01:34:19 Merge succeeded, producing 828c5b54421745e9ff2685973fa7512273dacbf2 01:34:19 Checking out Revision 828c5b54421745e9ff2685973fa7512273dacbf2 (PR-424) 01:34:20 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:34:20 > git --version # timeout=10 01:34:20 > git --version # 'git version 2.25.1' 01:34:20 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 01:34:19 > git config core.sparsecheckout # timeout=10 01:34:19 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 01:34:19 > git remote # timeout=10 01:34:19 > git config --get remote.origin.url # timeout=10 01:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:34:19 Verifying host key using known hosts file 01:34:19 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:34:19 > git merge 1ae20365080d91ee65f801e150a6fed247e9201d # timeout=10 01:34:19 > git rev-parse HEAD^{commit} # timeout=10 01:34:19 > git config core.sparsecheckout # timeout=10 01:34:19 > git checkout -f 828c5b54421745e9ff2685973fa7512273dacbf2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:34:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:34:21 % Total % Received % Xferd Average Speed Time Time Time Current 01:34:21 Dload Upload Total Spent Left Speed 01:34:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 84577 0 --:--:-- --:--:-- --:--:-- 84577 [Pipeline] sh 01:34:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:34:22 + sudo tee /etc/docker/daemon.new 01:34:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:34:22 { 01:34:22 "registry-mirrors": [ 01:34:22 "https://nexus3.edgexfoundry.org:10001" 01:34:22 ], 01:34:22 "bip": "10.250.0.254/24", 01:34:22 "hosts": [ 01:34:22 "tcp://0.0.0.0:5555", 01:34:22 "unix:///var/run/docker.sock" 01:34:22 ], 01:34:22 "mtu": 1458, 01:34:22 "selinux-enabled": true, 01:34:22 "seccomp-profile": "/etc/docker/seccomp.json" 01:34:22 } [Pipeline] sh 01:34:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:34:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:41 provisioning config files... 01:34:41 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config17456343132097606324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:42 ---> docker-login.sh 01:34:42 nexus3.edgexfoundry.org:10001 01:34:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:42 Configure a credential helper to remove this warning. See 01:34:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:42 01:34:42 Login Succeeded 01:34:42 nexus3.edgexfoundry.org:10002 01:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:43 Configure a credential helper to remove this warning. See 01:34:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:43 01:34:43 Login Succeeded 01:34:43 nexus3.edgexfoundry.org:10003 01:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:43 Configure a credential helper to remove this warning. See 01:34:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:43 01:34:43 Login Succeeded 01:34:43 nexus3.edgexfoundry.org:10004 01:34:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:43 Configure a credential helper to remove this warning. See 01:34:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:43 01:34:43 Login Succeeded 01:34:44 docker.io 01:34:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:44 Configure a credential helper to remove this warning. See 01:34:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:44 01:34:44 Login Succeeded 01:34:44 ---> docker-login.sh ends [Pipeline] } 01:34:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:34:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:34:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:34:45 ========================================================= 01:34:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:34:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:45 + 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:34:45 Sending build context to Docker daemon 3.194MB 01:34:45 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:34:45 Step 2/13 : FROM ${BASE} AS builder 01:34:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:34:46 9b18e9b68314: Pulling fs layer 01:34:46 d32db5db7311: Pulling fs layer 01:34:46 d0c4b47475fc: Pulling fs layer 01:34:46 5831b945b038: Pulling fs layer 01:34:46 86bbec2aaacd: Pulling fs layer 01:34:46 e10730c5d714: Pulling fs layer 01:34:46 5dd5c2283517: Pulling fs layer 01:34:46 d5ac0230b979: Pulling fs layer 01:34:46 5831b945b038: Waiting 01:34:46 86bbec2aaacd: Waiting 01:34:46 e10730c5d714: Waiting 01:34:46 5dd5c2283517: Waiting 01:34:46 d5ac0230b979: Waiting 01:34:46 d0c4b47475fc: Download complete 01:34:46 d32db5db7311: Verifying Checksum 01:34:46 d32db5db7311: Download complete 01:34:46 86bbec2aaacd: Verifying Checksum 01:34:46 86bbec2aaacd: Download complete 01:34:46 e10730c5d714: Verifying Checksum 01:34:46 e10730c5d714: Download complete 01:34:46 9b18e9b68314: Verifying Checksum 01:34:46 9b18e9b68314: Download complete 01:34:47 9b18e9b68314: Pull complete 01:34:47 d5ac0230b979: Verifying Checksum 01:34:47 d32db5db7311: Pull complete 01:34:48 d0c4b47475fc: Pull complete 01:34:48 5dd5c2283517: Verifying Checksum 01:34:48 5dd5c2283517: Download complete 01:34:49 5831b945b038: Verifying Checksum 01:34:49 5831b945b038: Download complete 01:35:01 5831b945b038: Pull complete 01:35:01 86bbec2aaacd: Pull complete 01:35:01 e10730c5d714: Pull complete 01:35:08 5dd5c2283517: Pull complete 01:35:09 d5ac0230b979: Pull complete 01:35:10 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 01:35:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:35:10 ---> 59b3b1a385d4 01:35:10 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:35:11 ---> Running in b16b71b57180 01:35:11 Removing intermediate container b16b71b57180 01:35:11 ---> 4978aacc2d0a 01:35:11 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:35:11 ---> Running in 7e6a1008e44d 01:35:12 Removing intermediate container 7e6a1008e44d 01:35:12 ---> 6abcd5834dc7 01:35:12 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:35:12 ---> Running in 8d6348642b27 01:35:12 Removing intermediate container 8d6348642b27 01:35:12 ---> 602468c363b7 01:35:12 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:35:12 ---> Running in c964c8e8a89f 01:35:13 Removing intermediate container c964c8e8a89f 01:35:13 ---> 1d81156dc5ef 01:35:13 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:13 ---> Running in 47c5503b6403 01:35:15 Removing intermediate container 47c5503b6403 01:35:15 ---> f0cfc409c36a 01:35:15 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:35:15 ---> Running in 38f35533c29c 01:35:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:35:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:35:18 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:35:18 (2/4) Installing libedit (20210910.3.1-r0) 01:35:18 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:35:18 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:35:18 Executing busybox-1.35.0-r17.trigger 01:35:18 OK: 226 MiB in 55 packages 01:35:19 Removing intermediate container 38f35533c29c 01:35:19 ---> 6f63b8f33cae 01:35:19 Step 9/13 : WORKDIR /device-mqtt-go 01:35:19 ---> Running in 2b80f30b109d 01:35:20 Removing intermediate container 2b80f30b109d 01:35:20 ---> 27a1fb0afba0 01:35:20 Step 10/13 : COPY go.mod vendor* ./ 01:35:20 ---> dc25cd387577 01:35:20 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:20 ---> Running in 7de12d41db45 01:36:17 Removing intermediate container 7de12d41db45 01:36:17 ---> e49bcfa3f13f 01:36:17 Step 12/13 : COPY . . 01:36:17 ---> 1b79e387ab7c 01:36:17 Step 13/13 : RUN $MAKE 01:36:17 ---> Running in 7e8acd734cbb 01:36:17 noop 01:36:17 Removing intermediate container 7e8acd734cbb 01:36:17 ---> 2901ac21d26b 01:36:17 Successfully built 2901ac21d26b 01:36:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:17 + docker inspect -f . ci-base-image-arm64 01:36:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:36:18 prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container 01:36:18 $ 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:36:19 $ docker top 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 -eo pid,comm [Pipeline] { [Pipeline] sh 01:36:20 + go version 01:36:20 go version go1.18.7 linux/arm64 [Pipeline] } 01:36:20 $ docker stop --time=1 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 01:36:21 $ docker rm -f 68ac9c6fe471ad9cc7dd3f276657d48dc619fee13a83bd07f871031df2024575 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:22 + docker inspect -f . ci-base-image-arm64 01:36:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:36:22 prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container 01:36:22 $ 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:36:24 $ docker top 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f -eo pid,comm [Pipeline] { [Pipeline] sh 01:36:25 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:36:25 + make test 01:36:25 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:36:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:38:04 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:38:04 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.079s coverage: 21.8% of statements 01:38:04 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:38:04 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:38:04 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:38:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:38:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:38:26 ./bin/test-attribution-txt.sh [Pipeline] echo 01:38:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:38:26 $ docker stop --time=1 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f 01:38:28 $ docker rm -f 1cd5ac7c3d60457813bc6507e552dabe80e402d7a03f6f736f6e3bcab8462e6f [Pipeline] // withDockerContainer [Pipeline] sh 01:38:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:38:29 Warning: overwriting stash ‘coverage-report’ 01:38:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:38:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:38:30 + ls -al . 01:38:30 total 180 01:38:30 drwxrwxr-x 9 jenkins jenkins 4096 Oct 17 01:36 . 01:38:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:34 .. 01:38:30 -rw-rw-r-- 1 jenkins jenkins 140 Oct 17 01:34 .dockerignore 01:38:30 drwxrwxr-x 8 jenkins jenkins 4096 Oct 17 01:34 .git 01:38:30 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 .github 01:38:30 -rw-rw-r-- 1 jenkins jenkins 329 Oct 17 01:34 .gitignore 01:38:30 -rw-rw-r-- 1 jenkins jenkins 41 Oct 17 01:34 .golangci.yml 01:38:30 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 17 01:34 Attribution.txt 01:38:30 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 17 01:34 CHANGELOG.md 01:38:30 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 17 01:34 Dockerfile 01:38:30 -rw-rw-r-- 1 jenkins jenkins 677 Oct 17 01:34 GOVERNANCE.md 01:38:30 -rw-rw-r-- 1 jenkins jenkins 678 Oct 17 01:34 Jenkinsfile 01:38:30 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 17 01:34 LICENSE 01:38:30 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 17 01:34 Makefile 01:38:30 -rw-rw-r-- 1 jenkins jenkins 620 Oct 17 01:34 OWNERS.md 01:38:30 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 17 01:34 README.md 01:38:30 -rw-rw-r-- 1 jenkins jenkins 5 Oct 17 01:31 VERSION 01:38:30 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:34 bin 01:38:30 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 cmd 01:38:30 -rw-r--r-- 1 jenkins jenkins 17887 Oct 17 01:38 coverage.out 01:38:30 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 17 01:34 go.mod 01:38:30 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 17 01:34 go.sum 01:38:30 drwxrwxr-x 3 jenkins jenkins 4096 Oct 17 01:34 internal 01:38:30 drwxrwxr-x 2 jenkins jenkins 4096 Oct 17 01:34 mock 01:38:30 drwxrwxr-x 4 jenkins jenkins 4096 Oct 17 01:34 snap 01:38:30 -rw-rw-r-- 1 jenkins jenkins 227 Oct 17 01:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:38:31 + 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=828c5b54421745e9ff2685973fa7512273dacbf2 --label arch=arm64 --label version=0.0.0 . 01:38:31 Sending build context to Docker daemon 3.213MB 01:38:31 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:38:31 Step 2/25 : FROM ${BASE} AS builder 01:38:31 ---> 2901ac21d26b 01:38:31 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:38:31 ---> Running in 0d291f138334 01:38:31 Removing intermediate container 0d291f138334 01:38:31 ---> ae8fb416ff77 01:38:31 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:38:32 ---> Running in cf56707e2ae9 01:38:32 Removing intermediate container cf56707e2ae9 01:38:32 ---> 3fe06a5b93f8 01:38:32 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:38:32 ---> Running in 5031e32a7593 01:38:32 Removing intermediate container 5031e32a7593 01:38:32 ---> 8f8e4c984526 01:38:32 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:38:33 ---> Running in 46b64c62689e 01:38:33 Removing intermediate container 46b64c62689e 01:38:33 ---> 3bc0850f5a69 01:38:33 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:38:33 ---> Running in b546709bec65 01:38:35 Removing intermediate container b546709bec65 01:38:35 ---> d7f205a5cc38 01:38:35 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:38:35 ---> Running in 3d759fd36322 01:38:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:38:37 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:38:38 OK: 226 MiB in 55 packages 01:38:39 Removing intermediate container 3d759fd36322 01:38:39 ---> 19471313d67a 01:38:39 Step 9/25 : WORKDIR /device-mqtt-go 01:38:39 ---> Running in ddc477721c35 01:38:39 Removing intermediate container ddc477721c35 01:38:39 ---> a0fc94864b38 01:38:39 Step 10/25 : COPY go.mod vendor* ./ 01:38:40 ---> 7e94e1f30e92 01:38:40 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:38:41 ---> Running in 2ba92a0c96f3 01:38:43 Removing intermediate container 2ba92a0c96f3 01:38:43 ---> dcf23f1067fd 01:38:43 Step 12/25 : COPY . . 01:38:44 ---> 8e7895d13443 01:38:44 Step 13/25 : RUN $MAKE 01:38:44 ---> Running in 9b3a1fdc1ec2 01:38:45 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:41:37 Removing intermediate container 9b3a1fdc1ec2 01:41:37 ---> d0fce327afbe 01:41:37 Step 14/25 : FROM alpine:3.16 01:41:37 3.16: Pulling from library/alpine 01:41:37 9b18e9b68314: Already exists 01:41:37 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:41:37 Status: Downloaded newer image for alpine:3.16 01:41:37 ---> a6215f271958 01:41:37 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:41:37 ---> Running in 25cd2137fdf0 01:41:37 Removing intermediate container 25cd2137fdf0 01:41:37 ---> a0f760806674 01:41:37 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:41:37 ---> Running in c766d70a8e89 01:41:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:41:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:41:37 (1/6) Installing dumb-init (1.2.5-r1) 01:41:37 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:41:37 (3/6) Installing libsodium (1.0.18-r0) 01:41:37 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:41:37 (5/6) Installing libzmq (4.3.4-r0) 01:41:37 (6/6) Installing zeromq (4.3.4-r0) 01:41:37 Executing busybox-1.35.0-r17.trigger 01:41:37 OK: 8 MiB in 20 packages 01:41:37 Removing intermediate container c766d70a8e89 01:41:37 ---> 9d97e22a77e3 01:41:37 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:41:37 ---> e107ffc9e72f 01:41:37 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:41:37 ---> c427a0e89620 01:41:37 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:41:37 ---> c98f03757248 01:41:37 Step 20/25 : EXPOSE 59982 01:41:37 ---> Running in 9915b5d52d86 01:41:37 Removing intermediate container 9915b5d52d86 01:41:37 ---> 88e8f07f5001 01:41:37 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:41:37 ---> Running in 7e45df1f0ef3 01:41:37 Removing intermediate container 7e45df1f0ef3 01:41:37 ---> 93c37d375c5b 01:41:37 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:41:37 ---> Running in cd64bf1d269e 01:41:37 Removing intermediate container cd64bf1d269e 01:41:37 ---> aa5cb0308ca0 01:41:37 Step 23/25 : LABEL arch=arm64 01:41:37 ---> Running in a19fb250e95d 01:41:37 Removing intermediate container a19fb250e95d 01:41:37 ---> 87444072917a 01:41:37 Step 24/25 : LABEL git_sha=828c5b54421745e9ff2685973fa7512273dacbf2 01:41:37 ---> Running in 9e80c6606923 01:41:37 Removing intermediate container 9e80c6606923 01:41:37 ---> f832fd7062ba 01:41:37 Step 25/25 : LABEL version=0.0.0 01:41:37 ---> Running in d51982761e53 01:41:37 Removing intermediate container d51982761e53 01:41:37 ---> 5088d35e874d 01:41:37 [Warning] One or more build-args [ARCH] were not consumed 01:41:37 Successfully built 5088d35e874d 01:41:37 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:41:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:41:38 01:41:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:41:39 arm64: Pulling from edgex-lftools-log-publisher 01:41:39 8998bd30e6a1: Pulling fs layer 01:41:39 04944245beec: Pulling fs layer 01:41:39 699f458cf7ca: Pulling fs layer 01:41:39 765212b225bb: Pulling fs layer 01:41:39 f23df028b6ca: Pulling fs layer 01:41:39 d65c8cfc05b1: Pulling fs layer 01:41:39 2437ff75d9bd: Pulling fs layer 01:41:39 f23df028b6ca: Waiting 01:41:39 d65c8cfc05b1: Waiting 01:41:39 2437ff75d9bd: Waiting 01:41:39 765212b225bb: Waiting 01:41:39 04944245beec: Verifying Checksum 01:41:39 04944245beec: Download complete 01:41:39 765212b225bb: Verifying Checksum 01:41:39 765212b225bb: Download complete 01:41:39 f23df028b6ca: Verifying Checksum 01:41:39 f23df028b6ca: Download complete 01:41:39 d65c8cfc05b1: Verifying Checksum 01:41:39 d65c8cfc05b1: Download complete 01:41:39 699f458cf7ca: Verifying Checksum 01:41:39 699f458cf7ca: Download complete 01:41:39 8998bd30e6a1: Verifying Checksum 01:41:39 8998bd30e6a1: Download complete 01:41:42 2437ff75d9bd: Verifying Checksum 01:41:42 2437ff75d9bd: Download complete 01:41:43 8998bd30e6a1: Pull complete 01:41:44 04944245beec: Pull complete 01:41:45 699f458cf7ca: Pull complete 01:41:45 765212b225bb: Pull complete 01:41:46 f23df028b6ca: Pull complete 01:41:46 d65c8cfc05b1: Pull complete 01:42:01 2437ff75d9bd: Pull complete 01:42:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:42:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:42:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:02 prd-ubuntu20.04-docker-arm64-4c-16g-7994 does not seem to be running inside a container 01:42:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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:42:05 $ docker top 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:42:06 ---> job-cost.sh 01:42:06 lf-activate-venv: SKIPPING 01:42:06 INFO: No Stack... 01:42:06 INFO: Retrieving Pricing Info for: v3-standard-4 01:42:07 INFO: Archiving Costs [Pipeline] sh 01:42:07 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:42:07 + cut -d, -f6 [Pipeline] lock 01:42:08 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] 01:42:08 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] did not exist. Created. 01:42:08 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:42:08 /w/workspace/device-mqtt-go/1@tmp/durable-a939f306/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:42:09 + echo total: 0.10999999940395355 [Pipeline] stash 01:42:09 Warning: overwriting stash ‘stack-cost’ 01:42:09 Stashed 1 file(s) [Pipeline] } 01:42:09 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-424-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:42:09 $ docker stop --time=1 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd 01:42:11 $ docker rm -f 64cdb42e4bd82bf453bd6ee3b0818076b0d4195b349f4955296de17228a898bd [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:42:12 provisioning config files... 01:42:12 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config16432637424200159370tmp [Pipeline] { [Pipeline] sh 01:42:12 + set +x 01:42:12 + bash -s -- 01:42:12 + curl -s https://codecov.io/bash 01:42:12 01:42:12 _____ _ 01:42:12 / ____| | | 01:42:12 | | ___ __| | ___ ___ _____ __ 01:42:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:42:12 | |___| (_) | (_| | __/ (_| (_) \ V / 01:42:12 \_____\___/ \__,_|\___|\___\___/ \_/ 01:42:12 Bash-1.0.6 01:42:12 01:42:12 01:42:12 ==> git version 2.25.1 found 01:42:12 ==> 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:42:12 Release-Date: 2020-01-08 01:42:12 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:42:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:42:12 ==> Jenkins CI detected. 01:42:12 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-424 01:42:12 project root: . 01:42:12 --> token set from env 01:42:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:42:12 ==> Running gcov in . (disable via -X gcov) 01:42:12 ==> Python coveragepy not found 01:42:12 ==> Searching for coverage reports in: 01:42:12 + . 01:42:12 -> Found 1 reports 01:42:12 ==> Detecting git/mercurial file structure 01:42:12 ==> Reading reports 01:42:12 + ./coverage.out bytes=17887 01:42:12 ==> Appending adjustments 01:42:12 https://docs.codecov.io/docs/fixing-reports 01:42:12 + Found adjustments 01:42:12 ==> Gzipping contents 01:42:12 4.0K /tmp/codecov.7NRRnV.gz 01:42:12 ==> Uploading reports 01:42:12 url: https://codecov.io 01:42:12 query: branch=PR-424&commit=828c5b54421745e9ff2685973fa7512273dacbf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-424%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=424&job=&cmd_args= 01:42:12 -> Pinging Codecov 01:42:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-424&commit=828c5b54421745e9ff2685973fa7512273dacbf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-424%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=424&job=&cmd_args= 01:42:13 -> Uploading to 01:42:13 https://storage.googleapis.com/codecov/v4/raw/2022-10-17/7D719EC7BBE17E464838252E33014C33/828c5b54421745e9ff2685973fa7512273dacbf2/3ee8e739-356b-434b-b10a-15e137e0dd30.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221017%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221017T014213Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=386db0c4e2bc781291859fa9e863409abc668998a07b8e64c329449573ad86f3 01:42:13 % Total % Received % Xferd Average Speed Time Time Time Current 01:42:13 Dload Upload Total Spent Left Speed 01:42:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3208 0 0 100 3208 0 14070 --:--:-- --:--:-- --:--:-- 14008 01:42:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/828c5b54421745e9ff2685973fa7512273dacbf2 [Pipeline] } 01:42:13 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:42:15 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives ] 01:42:15 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives 01:42:15 total 16 01:42:15 drwxr-xr-x 3 root root 4096 Oct 17 01:33 . 01:42:15 drwxrwxr-x 11 jenkins jenkins 4096 Oct 17 01:33 .. 01:42:15 drwxr-xr-x 2 root root 4096 Oct 17 01:33 cost 01:42:15 -rw-r--r-- 1 root root 86 Oct 17 01:33 cost.csv 01:42:15 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives 01:42:15 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives 01:42:15 total 16 01:42:15 drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 01:33 . 01:42:15 drwxrwxr-x 11 jenkins jenkins 4096 Oct 17 01:33 .. 01:42:15 drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 01:33 cost 01:42:15 -rw-r--r-- 1 jenkins jenkins 86 Oct 17 01:33 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:42:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:42:16 ---> package-listing.sh 01:42:16 ++ facter osfamily 01:42:16 ++ tr '[:upper:]' '[:lower:]' 01:42:16 + OS_FAMILY=debian 01:42:16 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-424 01:42:16 + START_PACKAGES=/tmp/packages_start.txt 01:42:16 + END_PACKAGES=/tmp/packages_end.txt 01:42:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:42:16 + PACKAGES=/tmp/packages_start.txt 01:42:16 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-424 ']' 01:42:16 + PACKAGES=/tmp/packages_end.txt 01:42:16 + case "${OS_FAMILY}" in 01:42:16 + dpkg -l 01:42:16 + grep '^ii' 01:42:16 + '[' -f /tmp/packages_start.txt ']' 01:42:16 + '[' -f /tmp/packages_end.txt ']' 01:42:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:42:16 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-424 ']' 01:42:16 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/ 01:42:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-424/archives/ [Pipeline] echo 01:42:16 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-424/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:42:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:42:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:17 prd-ubuntu20.04-docker-8c-8g-7991 does not seem to be running inside a container 01:42:17 $ 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-424/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-424 -v /w/workspace/gexfoundry_device-mqtt-go_PR-424:/w/workspace/gexfoundry_device-mqtt-go_PR-424:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-424@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:42:18 $ docker top 434a4e3a348c0e6fb3d13daeda036c3b16af8a80e75b93cef4befe5c5fbfc106 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:18 + touch /tmp/pre-build-complete [Pipeline] sh 01:42:18 + mkdir -p /var/log/sysstat [Pipeline] sh 01:42:19 + ls /var/log/sa-host 01:42:19 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:42:19 provisioning config files... 01:42:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-424@tmp/config13148759324904101059tmp [Pipeline] { [Pipeline] echo 01:42:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:42:19 ---> create-netrc.sh [Pipeline] } 01:42:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:42:20 ---> python-tools-install.sh [Pipeline] echo 01:42:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:42:20 ---> sudo-logs.sh 01:42:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:42:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:42:20 ---> job-cost.sh 01:42:20 lf-activate-venv: SKIPPING 01:42:20 DEBUG: total: 0.2199999988079071 01:42:20 INFO: Retrieving Stack Cost... 01:42:20 INFO: Retrieving Pricing Info for: v3-standard-8 01:42:21 INFO: Archiving Costs [Pipeline] echo 01:42:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:42:21 ---> logs-deploy.sh 01:42:21 lf-activate-venv: SKIPPING 01:42:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-424/1 01:42:21 INFO: archiving workspace using pattern(s): 01:42:22 Archives upload complete. 01:42:23 INFO: archiving logs to Nexus 01:42:23 ---> uname -a: 01:42:23 Linux prd-ubuntu20-04-docker-8c-8g-7991 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:42:23 01:42:23 01:42:23 ---> lscpu: 01:42:23 Architecture: x86_64 01:42:23 CPU op-mode(s): 32-bit, 64-bit 01:42:23 Byte Order: Little Endian 01:42:23 Address sizes: 40 bits physical, 48 bits virtual 01:42:23 CPU(s): 8 01:42:23 On-line CPU(s) list: 0-7 01:42:23 Thread(s) per core: 1 01:42:23 Core(s) per socket: 1 01:42:23 Socket(s): 8 01:42:23 NUMA node(s): 1 01:42:23 Vendor ID: AuthenticAMD 01:42:23 CPU family: 23 01:42:23 Model: 49 01:42:23 Model name: AMD EPYC-Rome Processor 01:42:23 Stepping: 0 01:42:23 CPU MHz: 2799.998 01:42:23 BogoMIPS: 5599.99 01:42:23 Virtualization: AMD-V 01:42:23 Hypervisor vendor: KVM 01:42:23 Virtualization type: full 01:42:23 L1d cache: 256 KiB 01:42:23 L1i cache: 256 KiB 01:42:23 L2 cache: 4 MiB 01:42:23 L3 cache: 128 MiB 01:42:23 NUMA node0 CPU(s): 0-7 01:42:23 Vulnerability Itlb multihit: Not affected 01:42:23 Vulnerability L1tf: Not affected 01:42:23 Vulnerability Mds: Not affected 01:42:23 Vulnerability Meltdown: Not affected 01:42:23 Vulnerability Mmio stale data: Not affected 01:42:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:42:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:42:23 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:42:23 Vulnerability Srbds: Not affected 01:42:23 Vulnerability Tsx async abort: Not affected 01:42:23 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:42:23 01:42:23 01:42:23 ---> nproc: 01:42:23 8 01:42:23 01:42:23 01:42:23 ---> df -h: 01:42:23 Filesystem Size Used Avail Use% Mounted on 01:42:23 overlay 155G 12G 144G 8% / 01:42:23 tmpfs 64M 0 64M 0% /dev 01:42:23 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:42:23 shm 64M 0 64M 0% /dev/shm 01:42:23 /dev/vda1 155G 12G 144G 8% /facter-os 01:42:23 01:42:23 01:42:23 ---> sar -b -r -n DEV: 01:42:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7991) 10/17/22 _x86_64_ (8 CPU) 01:42:23 01:42:23 01:30:45 LINUX RESTART (8 CPU) 01:42:23 01:42:23 01:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:42:23 01:32:02 200.43 47.81 152.62 0.00 5377.64 74188.30 0.00 01:42:23 01:33:01 165.48 0.90 164.58 0.00 21.42 44525.06 0.00 01:42:23 01:34:01 112.85 0.03 112.81 0.00 3.87 32977.30 0.00 01:42:23 01:35:01 1.75 0.00 1.75 0.00 0.00 20.55 0.00 01:42:23 01:36:01 39.18 9.33 29.85 0.00 2884.32 4783.74 0.00 01:42:23 01:37:01 2.48 0.00 2.48 0.00 0.00 27.86 0.00 01:42:23 01:38:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 01:42:23 01:39:01 1.63 0.00 1.63 0.00 0.00 17.59 0.00 01:42:23 01:40:01 0.98 0.00 0.98 0.00 0.00 11.33 0.00 01:42:23 01:41:01 1.30 0.00 1.30 0.00 0.00 26.40 0.00 01:42:23 01:42:01 1.30 0.00 1.30 0.00 0.00 13.73 0.00 01:42:23 Average: 47.86 5.29 42.57 0.00 754.48 14190.45 0.00 01:42:23 01:42:23 01:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:42:23 01:32:02 29178976 31590704 730008 2.22 75804 2609488 1974916 5.82 1000312 2349552 1860 01:42:23 01:33:01 28211040 31411096 891124 2.71 135720 3268904 2338676 6.89 1417808 2809928 187056 01:42:23 01:34:01 27855296 31590716 714336 2.17 145616 3751512 1739000 5.13 1196832 3343036 144 01:42:23 01:35:01 27854588 31590128 714408 2.17 145648 3751504 1739000 5.13 1196960 3343036 44 01:42:23 01:36:01 27562184 31572104 716768 2.18 164004 4000156 1786844 5.27 1356020 3454684 148 01:42:23 01:37:01 27573512 31583452 705840 2.15 164064 4000160 1804444 5.32 1342996 3454640 12 01:42:23 01:38:01 27576552 31586540 702736 2.14 164096 4000164 1804444 5.32 1338448 3454644 12 01:42:23 01:39:01 27576744 31586932 702608 2.14 164152 4000164 1804444 5.32 1338388 3454812 44 01:42:23 01:40:01 27576768 31587016 702528 2.14 164172 4000168 1804444 5.32 1338368 3454816 8 01:42:23 01:41:01 27577160 31588140 701832 2.13 164260 4000256 1804444 5.32 1338052 3455464 180 01:42:23 01:42:01 27576924 31587996 701928 2.13 164292 4000304 1804444 5.32 1338044 3455468 12 01:42:23 Average: 27829068 31570439 725829 2.21 150166 3762071 1855009 5.47 1291112 3275462 17229 01:42:23 01:42:23 01:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:42:23 01:32:02 lo 6.93 6.93 0.67 0.67 0.00 0.00 0.00 0.00 01:42:23 01:32:02 vethd4db90b 46.86 57.44 4.51 48.45 0.00 0.00 0.00 0.00 01:42:23 01:32:02 docker0 60.12 72.94 4.80 159.73 0.00 0.00 0.00 0.00 01:42:23 01:32:02 ens3 710.76 484.94 6544.38 96.07 0.00 0.00 0.00 0.00 01:42:23 01:33:01 veth42334e1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:42:23 01:33:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 01:42:23 01:33:01 docker0 112.47 146.96 8.45 1657.95 0.00 0.00 0.00 0.00 01:42:23 01:33:01 ens3 198.36 158.67 1701.73 104.37 0.00 0.00 0.00 0.00 01:42:23 01:34:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 01:42:23 01:34:01 docker0 2.40 5.05 0.16 57.95 0.00 0.00 0.00 0.00 01:42:23 01:34:01 ens3 118.38 75.10 2583.83 13.25 0.00 0.00 0.00 0.00 01:42:23 01:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:42:23 01:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:35:01 ens3 1.35 0.85 4.35 0.31 0.00 0.00 0.00 0.00 01:42:23 01:36:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 01:42:23 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:36:01 ens3 71.69 40.68 1298.58 3.21 0.00 0.00 0.00 0.00 01:42:23 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:42:23 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:37:01 ens3 0.52 0.30 0.10 0.08 0.00 0.00 0.00 0.00 01:42:23 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:38:01 ens3 0.12 0.03 0.06 0.00 0.00 0.00 0.00 0.00 01:42:23 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:42:23 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:39:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:42:23 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:40:01 ens3 0.63 0.03 0.06 0.00 0.00 0.00 0.00 0.00 01:42:23 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:42:23 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:41:01 ens3 0.78 0.50 0.36 0.28 0.00 0.00 0.00 0.00 01:42:23 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:42:23 01:42:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:42:23 Average: lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 01:42:23 Average: docker0 15.76 20.26 1.21 168.25 0.00 0.00 0.00 0.00 01:42:23 Average: ens3 100.12 69.07 1102.12 19.66 0.00 0.00 0.00 0.00 01:42:23 01:42:23 01:42:23 ---> sar -P ALL: 01:42:23 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7991) 10/17/22 _x86_64_ (8 CPU) 01:42:23 01:42:23 01:30:45 LINUX RESTART (8 CPU) 01:42:23 01:42:23 01:31:01 CPU %user %nice %system %iowait %steal %idle 01:42:23 01:32:02 all 9.69 0.00 3.52 2.19 0.06 84.54 01:42:23 01:32:02 0 7.82 0.00 4.57 1.85 0.05 85.70 01:42:23 01:32:02 1 10.41 0.00 2.65 0.44 0.05 86.45 01:42:23 01:32:02 2 10.96 0.00 3.75 12.81 0.07 72.42 01:42:23 01:32:02 3 9.90 0.00 3.93 0.69 0.07 85.41 01:42:23 01:32:02 4 9.50 0.00 3.09 0.56 0.05 86.79 01:42:23 01:32:02 5 10.09 0.00 4.07 0.34 0.05 85.45 01:42:23 01:32:02 6 9.37 0.00 2.46 0.38 0.05 87.73 01:42:23 01:32:02 7 9.48 0.00 3.60 0.52 0.07 86.33 01:42:23 01:33:01 all 31.05 0.00 5.94 1.88 0.08 61.05 01:42:23 01:33:01 0 31.45 0.00 6.72 5.14 0.09 56.59 01:42:23 01:33:01 1 32.50 0.00 5.83 1.56 0.09 60.03 01:42:23 01:33:01 2 30.68 0.00 5.40 0.10 0.07 63.75 01:42:23 01:33:01 3 31.34 0.00 6.03 2.12 0.07 60.44 01:42:23 01:33:01 4 30.82 0.00 5.86 0.45 0.07 62.80 01:42:23 01:33:01 5 31.11 0.00 6.20 0.24 0.07 62.38 01:42:23 01:33:01 6 30.60 0.00 5.53 4.96 0.07 58.84 01:42:23 01:33:01 7 29.90 0.00 5.98 0.46 0.09 63.57 01:42:23 01:34:01 all 9.26 0.00 2.25 1.57 0.04 86.88 01:42:23 01:34:01 0 8.84 0.00 2.01 0.02 0.03 89.10 01:42:23 01:34:01 1 9.62 0.00 2.33 4.81 0.03 83.20 01:42:23 01:34:01 2 9.17 0.00 2.43 0.64 0.03 87.73 01:42:23 01:34:01 3 8.74 0.00 1.83 2.33 0.03 87.07 01:42:23 01:34:01 4 8.88 0.00 2.29 0.84 0.03 87.96 01:42:23 01:34:01 5 9.06 0.00 2.74 3.51 0.03 84.66 01:42:23 01:34:01 6 10.94 0.00 2.16 0.10 0.03 86.76 01:42:23 01:34:01 7 8.85 0.00 2.22 0.27 0.07 88.59 01:42:23 01:35:01 all 0.03 0.00 0.02 0.01 0.00 99.95 01:42:23 01:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:42:23 01:35:01 1 0.07 0.00 0.02 0.00 0.00 99.92 01:42:23 01:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:42:23 01:35:01 3 0.00 0.00 0.03 0.03 0.00 99.93 01:42:23 01:35:01 4 0.02 0.00 0.03 0.00 0.02 99.93 01:42:23 01:35:01 5 0.00 0.00 0.02 0.02 0.00 99.97 01:42:23 01:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:35:01 7 0.08 0.00 0.02 0.00 0.02 99.88 01:42:23 01:36:01 all 1.37 0.00 0.80 0.37 0.01 97.44 01:42:23 01:36:01 0 1.32 0.00 0.83 0.68 0.02 97.15 01:42:23 01:36:01 1 1.20 0.00 0.35 0.03 0.02 98.40 01:42:23 01:36:01 2 3.41 0.00 0.83 0.03 0.02 95.71 01:42:23 01:36:01 3 1.52 0.00 0.77 1.18 0.02 96.51 01:42:23 01:36:01 4 0.90 0.00 0.53 0.42 0.00 98.15 01:42:23 01:36:01 5 0.57 0.00 1.18 0.02 0.02 98.22 01:42:23 01:36:01 6 1.35 0.00 0.85 0.33 0.00 97.46 01:42:23 01:36:01 7 0.70 0.00 1.07 0.27 0.02 97.94 01:42:23 01:37:01 all 0.18 0.00 0.01 0.02 0.00 99.78 01:42:23 01:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:42:23 01:37:01 1 1.29 0.00 0.03 0.00 0.00 98.68 01:42:23 01:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:37:01 3 0.03 0.00 0.00 0.10 0.00 99.87 01:42:23 01:37:01 4 0.03 0.00 0.02 0.08 0.02 99.85 01:42:23 01:37:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:42:23 01:37:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:42:23 01:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:38:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:42:23 01:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:42:23 01:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:42:23 01:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:38:01 3 0.03 0.00 0.03 0.02 0.00 99.92 01:42:23 01:38:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:42:23 01:38:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:42:23 01:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 01:42:23 01:39:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:42:23 01:39:01 0 0.08 0.00 0.07 0.00 0.00 99.85 01:42:23 01:39:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:42:23 01:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:42:23 01:39:01 3 0.00 0.00 0.00 0.03 0.00 99.97 01:42:23 01:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:42:23 01:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:39:01 6 0.00 0.00 0.02 0.00 0.02 99.97 01:42:23 01:39:01 7 0.03 0.00 0.00 0.02 0.00 99.95 01:42:23 01:40:01 all 0.02 0.00 0.01 0.00 0.00 99.97 01:42:23 01:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:42:23 01:40:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:42:23 01:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:42:23 01:40:01 4 0.03 0.00 0.00 0.00 0.00 99.97 01:42:23 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:40:01 6 0.05 0.00 0.02 0.00 0.00 99.93 01:42:23 01:40:01 7 0.00 0.00 0.02 0.02 0.00 99.97 01:42:23 01:41:01 all 0.02 0.00 0.01 0.01 0.00 99.96 01:42:23 01:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:42:23 01:41:01 1 0.02 0.00 0.03 0.00 0.00 99.95 01:42:23 01:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:42:23 01:41:01 3 0.05 0.00 0.03 0.05 0.00 99.87 01:42:23 01:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:42:23 01:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:42:23 01:42:01 all 0.02 0.00 0.01 0.00 0.00 99.96 01:42:23 01:42:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:42:23 01:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:42:23 01:42:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:42:01 3 0.05 0.00 0.00 0.02 0.02 99.92 01:42:23 01:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 01:42:23 01:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:42:23 01:42:01 6 0.03 0.00 0.03 0.00 0.00 99.93 01:42:23 01:42:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:42:23 01:42:23 Average: CPU %user %nice %system %iowait %steal %idle 01:42:23 Average: all 4.62 0.00 1.13 0.55 0.02 93.68 01:42:23 Average: 0 4.44 0.00 1.28 0.69 0.02 93.57 01:42:23 Average: 1 4.95 0.00 1.01 0.62 0.02 93.40 01:42:23 Average: 2 4.87 0.00 1.11 1.22 0.02 92.78 01:42:23 Average: 3 4.63 0.00 1.14 0.59 0.02 93.63 01:42:23 Average: 4 4.48 0.00 1.06 0.21 0.02 94.22 01:42:23 Average: 5 4.56 0.00 1.28 0.37 0.02 93.78 01:42:23 Average: 6 4.68 0.00 0.99 0.51 0.02 93.80 01:42:23 Average: 7 4.39 0.00 1.16 0.14 0.02 94.29 01:42:23 01:42:23 01:42:23