Pull request #418 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a76bb1a6d6ea33bcd96b35074715e2916def199e+328ff548ea1794223110aa3bbf079b4887c6fdbc (8afdee0a999893edaca9ce3227ce159761684226) 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-ssh10732701778341392407.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-ssh17156557415148746127.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-418/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-418/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13870276405708280106.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-418/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14894271832504498689.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-ssh9504443163553753016.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-418/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-418/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2043457165600245596.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-6634 in /w/workspace/gexfoundry_device-mqtt-go_PR-418 [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-418 # 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 Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit a76bb1a6d6ea33bcd96b35074715e2916def199e > 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/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing a76bb1a6d6ea33bcd96b35074715e2916def199e Checking out Revision a76bb1a6d6ea33bcd96b35074715e2916def199e (PR-418) 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:32:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:32:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:32:36 ========================================================= 01:32:36 EdgeX Global Pipelines Version Info 01:32:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f a76bb1a6d6ea33bcd96b35074715e2916def199e # 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 328ff548ea1794223110aa3bbf079b4887c6fdbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a76bb1a6d6ea33bcd96b35074715e2916def199e # timeout=10 01:32:37 ------------------- 01:32:37 stable info: 01:32:37 ------------------- 01:32:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:32:37 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:32:37 Message: update stable to v1.0.239 01:32:37 ------------------- 01:32:37 experimental info: 01:32:37 ------------------- 01:32:37 Commited By: **** collab-it+edgex@linuxfoundation.org 01:32:37 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:32:37 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:32:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-418 [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-418 [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-418 [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a76bb1a6d6ea33bcd96b35074715e2916def199e [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a76bb1a [Pipeline] echo 01:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:39 provisioning config files... 01:32:39 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/config11129069053689640581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:39 ---> docker-login.sh 01:32:39 nexus3.edgexfoundry.org:10001 01:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:40 Configure a credential helper to remove this warning. See 01:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:40 01:32:40 Login Succeeded 01:32:40 nexus3.edgexfoundry.org:10002 01:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:40 Configure a credential helper to remove this warning. See 01:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:40 01:32:40 Login Succeeded 01:32:40 nexus3.edgexfoundry.org:10003 01:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:40 Configure a credential helper to remove this warning. See 01:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:40 01:32:40 Login Succeeded 01:32:40 nexus3.edgexfoundry.org:10004 01:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:40 Configure a credential helper to remove this warning. See 01:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:40 01:32:40 Login Succeeded 01:32:40 docker.io 01:32:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:40 Configure a credential helper to remove this warning. See 01:32:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:40 01:32:40 Login Succeeded 01:32:40 ---> docker-login.sh ends [Pipeline] } 01:32:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:32:41 + git rev-list -1 --merges a76bb1a6d6ea33bcd96b35074715e2916def199e~1..a76bb1a6d6ea33bcd96b35074715e2916def199e [Pipeline] echo 01:32:41 -----------> git rev-list -1 --merges a76bb1a6d6ea33bcd96b35074715e2916def199e~1..a76bb1a6d6ea33bcd96b35074715e2916def199e a76bb1a6d6ea33bcd96b35074715e2916def199e [false] [Pipeline] sh 01:32:41 + git log --format=format:%s -1 a76bb1a6d6ea33bcd96b35074715e2916def199e [Pipeline] echo 01:32:41 ========================================================= 01:32:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:32:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:32:42 + git log --format=format:%s -1 a76bb1a6d6ea33bcd96b35074715e2916def199e [Pipeline] echo 01:32:42 [semverPrep] GIT_COMMIT: a76bb1a6d6ea33bcd96b35074715e2916def199e, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 01:32:42 [semverPrep] This is not a build commit. [Pipeline] sh 01:32:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:32:42 + grep -v github /etc/ssh/ssh_known_hosts 01:32:42 + [ -e /tmp/ssh_known_hosts ] 01:32:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:32:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:32:42 + sudo tee -a /etc/ssh/ssh_known_hosts 01:32:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:43 01:32:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:43 0.1.4: Pulling from edgex-devops/py-git-semver 01:32:43 b85a868b505f: Pulling fs layer 01:32:43 e2be974225ed: Pulling fs layer 01:32:43 339a4e72a1f5: Pulling fs layer 01:32:43 988bab9f4d93: Pulling fs layer 01:32:43 1469e6f7b9e6: Pulling fs layer 01:32:43 eaf3925da568: Pulling fs layer 01:32:43 bab4dde63d76: Pulling fs layer 01:32:43 bde34c3a00c8: Pulling fs layer 01:32:43 b352a97aabf1: Pulling fs layer 01:32:43 4872d77fe225: Pulling fs layer 01:32:43 5851b861e8e6: Pulling fs layer 01:32:43 988bab9f4d93: Waiting 01:32:43 1469e6f7b9e6: Waiting 01:32:43 eaf3925da568: Waiting 01:32:43 bab4dde63d76: Waiting 01:32:43 bde34c3a00c8: Waiting 01:32:43 b352a97aabf1: Waiting 01:32:43 4872d77fe225: Waiting 01:32:43 5851b861e8e6: Waiting 01:32:43 e2be974225ed: Verifying Checksum 01:32:43 e2be974225ed: Download complete 01:32:43 988bab9f4d93: Download complete 01:32:43 339a4e72a1f5: Verifying Checksum 01:32:43 339a4e72a1f5: Download complete 01:32:43 1469e6f7b9e6: Verifying Checksum 01:32:43 1469e6f7b9e6: Download complete 01:32:43 eaf3925da568: Verifying Checksum 01:32:43 eaf3925da568: Download complete 01:32:43 bde34c3a00c8: Verifying Checksum 01:32:43 bde34c3a00c8: Download complete 01:32:43 b352a97aabf1: Verifying Checksum 01:32:43 b352a97aabf1: Download complete 01:32:43 5851b861e8e6: Verifying Checksum 01:32:43 5851b861e8e6: Download complete 01:32:43 b85a868b505f: Verifying Checksum 01:32:43 b85a868b505f: Download complete 01:32:44 bab4dde63d76: Verifying Checksum 01:32:45 b85a868b505f: Pull complete 01:32:45 e2be974225ed: Pull complete 01:32:46 339a4e72a1f5: Pull complete 01:32:46 988bab9f4d93: Pull complete 01:32:46 1469e6f7b9e6: Pull complete 01:32:46 eaf3925da568: Pull complete 01:32:48 bab4dde63d76: Pull complete 01:32:48 bde34c3a00c8: Pull complete 01:32:48 b352a97aabf1: Pull complete 01:32:48 4872d77fe225: Pull complete 01:32:48 5851b861e8e6: Pull complete 01:32:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:48 prd-ubuntu20.04-docker-8c-8g-6634 does not seem to be running inside a container 01:32:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-418 -v /w/workspace/gexfoundry_device-mqtt-go_PR-418:/w/workspace/gexfoundry_device-mqtt-go_PR-418:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:32:51 $ docker top f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 -eo pid,comm 01:32:51 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:32:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:32:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:51 [ssh-agent] Looking for ssh-agent implementation... 01:32:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:51 $ docker exec f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 ssh-agent 01:32:51 SSH_AUTH_SOCK=/tmp/ssh-D25IDyQKPawJ/agent.32 01:32:51 SSH_AGENT_PID=38 01:32:51 Running ssh-add (command line suppressed) 01:32:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/private_key_14569481843021623243.key (/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/private_key_14569481843021623243.key) 01:32:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:51 + git tag --points-at HEAD [Pipeline] } 01:32:52 $ docker exec --env ******** --env ******** f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 ssh-agent -k 01:32:52 unset SSH_AUTH_SOCK; 01:32:52 unset SSH_AGENT_PID; 01:32:52 echo Agent pid 38 killed; 01:32:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:32:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:52 [ssh-agent] Looking for ssh-agent implementation... 01:32:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:52 $ docker exec f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 ssh-agent 01:32:52 SSH_AUTH_SOCK=/tmp/ssh-Zp5vKVWZXXih/agent.70 01:32:52 SSH_AGENT_PID=76 01:32:52 Running ssh-add (command line suppressed) 01:32:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/private_key_4374271315295317188.key (/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/private_key_4374271315295317188.key) 01:32:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:52 + git semver init 01:32:53 2022-10-03 01:32:53,080 [run_init] DEBUG init version:0.0.0 force:False 01:32:53 2022-10-03 01:32:53,081 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver 01:32:53 2022-10-03 01:32:53,081 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver 01:32:53 2022-10-03 01:32:53,081 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-418, universal_newlines=False, shell=None, istream=None) 01:32:54 2022-10-03 01:32:54,031 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418/.git/info/exclude 01:32:54 2022-10-03 01:32:54,031 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver/PR-418 with force:False 01:32:54 2022-10-03 01:32:54,031 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver/PR-418 01:32:54 2022-10-03 01:32:54,035 [execute] INFO git cat-file --batch-check 01:32:54 2022-10-03 01:32:54,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver, universal_newlines=False, shell=None, istream=) 01:32:54 2022-10-03 01:32:54,041 [execute] INFO git cat-file --batch 01:32:54 2022-10-03 01:32:54,041 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver, universal_newlines=False, shell=None, istream=) 01:32:54 2022-10-03 01:32:54,046 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-418/.semver/PR-418 01:32:54 0.0.0 [Pipeline] } 01:32:54 $ docker exec --env ******** --env ******** f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 ssh-agent -k 01:32:54 unset SSH_AUTH_SOCK; 01:32:54 unset SSH_AGENT_PID; 01:32:54 echo Agent pid 76 killed; 01:32:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:32:54 + git semver [Pipeline] } 01:32:54 $ docker stop --time=1 f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 01:32:56 $ docker rm -f f31b9a1dbcd2a995c30d6384c63503e9fc4798a6ee9048847c59761f343b5fd5 [Pipeline] // withDockerContainer [Pipeline] sh 01:32:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:32:56 Stashed 1 file(s) [Pipeline] echo 01:32:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:57 provisioning config files... 01:32:57 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/config14533544907000334409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:57 ---> docker-login.sh 01:32:57 nexus3.edgexfoundry.org:10001 01:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:57 Configure a credential helper to remove this warning. See 01:32:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:57 01:32:57 Login Succeeded 01:32:57 nexus3.edgexfoundry.org:10002 01:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:58 Configure a credential helper to remove this warning. See 01:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:58 01:32:58 Login Succeeded 01:32:58 nexus3.edgexfoundry.org:10003 01:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:58 Configure a credential helper to remove this warning. See 01:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:58 01:32:58 Login Succeeded 01:32:58 nexus3.edgexfoundry.org:10004 01:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:58 Configure a credential helper to remove this warning. See 01:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:58 01:32:58 Login Succeeded 01:32:58 docker.io 01:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:32:58 Configure a credential helper to remove this warning. See 01:32:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:32:58 01:32:58 Login Succeeded 01:32:58 ---> docker-login.sh ends [Pipeline] } 01:32:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:32:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:32:58 ========================================================= 01:32:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:32:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:59 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:32:59 Sending build context to Docker daemon 6.153MB 01:32:59 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:32:59 Step 2/13 : FROM ${BASE} AS builder 01:32:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:32:59 2408cc74d12b: Pulling fs layer 01:32:59 ea60b727a1ce: Pulling fs layer 01:32:59 30c4a7721957: Pulling fs layer 01:32:59 370296b7ddb6: Pulling fs layer 01:32:59 7c6cee850709: Pulling fs layer 01:32:59 aa9baa53a306: Pulling fs layer 01:32:59 8b309c321861: Pulling fs layer 01:32:59 d8d76fd02f46: Pulling fs layer 01:32:59 fa31f396de31: Pulling fs layer 01:32:59 aa9baa53a306: Waiting 01:32:59 fa31f396de31: Waiting 01:32:59 8b309c321861: Waiting 01:32:59 d8d76fd02f46: Waiting 01:32:59 7c6cee850709: Waiting 01:32:59 30c4a7721957: Verifying Checksum 01:32:59 30c4a7721957: Download complete 01:32:59 ea60b727a1ce: Verifying Checksum 01:32:59 ea60b727a1ce: Download complete 01:32:59 7c6cee850709: Verifying Checksum 01:32:59 7c6cee850709: Download complete 01:32:59 aa9baa53a306: Verifying Checksum 01:32:59 aa9baa53a306: Download complete 01:32:59 2408cc74d12b: Download complete 01:32:59 8b309c321861: Download complete 01:32:59 2408cc74d12b: Pull complete 01:32:59 ea60b727a1ce: Pull complete 01:32:59 30c4a7721957: Pull complete 01:33:00 d8d76fd02f46: Download complete 01:33:00 fa31f396de31: Verifying Checksum 01:33:00 fa31f396de31: Download complete 01:33:00 370296b7ddb6: Verifying Checksum 01:33:00 370296b7ddb6: Download complete 01:33:05 370296b7ddb6: Pull complete 01:33:05 7c6cee850709: Pull complete 01:33:05 aa9baa53a306: Pull complete 01:33:05 8b309c321861: Pull complete 01:33:07 d8d76fd02f46: Pull complete 01:33:07 fa31f396de31: Pull complete 01:33:07 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 01:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:33:07 ---> cef68f9685f8 01:33:07 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:33:10 ---> Running in 53cf209dfddb 01:33:10 Removing intermediate container 53cf209dfddb 01:33:10 ---> 266346232250 01:33:10 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:33:10 ---> Running in 8c77d83d8b19 01:33:11 Removing intermediate container 8c77d83d8b19 01:33:11 ---> 381106490845 01:33:11 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:33:11 ---> Running in 7ee820b316ca 01:33:11 Removing intermediate container 7ee820b316ca 01:33:11 ---> c15a9458fe0e 01:33:11 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:33:11 ---> Running in a02f7cc88fb0 01:33:11 Removing intermediate container a02f7cc88fb0 01:33:11 ---> dc2a093e0cdc 01:33:11 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:33:11 ---> Running in 64071321be82 01:33:12 Removing intermediate container 64071321be82 01:33:12 ---> 831732366dc8 01:33:12 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:33:12 ---> Running in c63ab16911ab 01:33:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:33:12 Still waiting to schedule task 01:33:12 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:33:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:33:13 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:33:13 (2/4) Installing libedit (20210910.3.1-r0) 01:33:13 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:33:13 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:33:13 Executing busybox-1.35.0-r13.trigger 01:33:13 OK: 216 MiB in 55 packages 01:33:14 Removing intermediate container c63ab16911ab 01:33:14 ---> a77917e21e94 01:33:14 Step 9/13 : WORKDIR /device-mqtt-go 01:33:14 ---> Running in 69b329c2c905 01:33:14 Removing intermediate container 69b329c2c905 01:33:14 ---> adb7ef2b7b47 01:33:14 Step 10/13 : COPY go.mod vendor* ./ 01:33:14 ---> 524c885c2e4d 01:33:14 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:14 ---> Running in e125e4ca8fa1 01:33:36 Removing intermediate container e125e4ca8fa1 01:33:36 ---> bde093e4f2fa 01:33:36 Step 12/13 : COPY . . 01:33:37 ---> e637817f4686 01:33:37 Step 13/13 : RUN $MAKE 01:33:37 ---> Running in a8953b8f824d 01:33:37 noop 01:33:37 Removing intermediate container a8953b8f824d 01:33:37 ---> 3fba31d41a8c 01:33:37 Successfully built 3fba31d41a8c 01:33:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:37 + docker inspect -f . ci-base-image-x86_64 01:33:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:37 prd-ubuntu20.04-docker-8c-8g-6634 does not seem to be running inside a container 01:33:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-418 -v /w/workspace/gexfoundry_device-mqtt-go_PR-418:/w/workspace/gexfoundry_device-mqtt-go_PR-418:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:38 $ docker top 59c2abed640e7331521558a4cc39c66c56306e9e0492458493aabec8892ed9b4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:38 + go version 01:33:38 go version go1.18.3 linux/amd64 [Pipeline] } 01:33:38 $ docker stop --time=1 59c2abed640e7331521558a4cc39c66c56306e9e0492458493aabec8892ed9b4 01:33:39 $ docker rm -f 59c2abed640e7331521558a4cc39c66c56306e9e0492458493aabec8892ed9b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:40 + docker inspect -f . ci-base-image-x86_64 01:33:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:40 prd-ubuntu20.04-docker-8c-8g-6634 does not seem to be running inside a container 01:33:40 $ 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-418 -v /w/workspace/gexfoundry_device-mqtt-go_PR-418:/w/workspace/gexfoundry_device-mqtt-go_PR-418:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:41 $ docker top 27772b8c30c1acd81c82499f6861377f5aba0c38aca21e713b1a7739fb737911 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:41 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-418 [Pipeline] fileExists [Pipeline] sh 01:33:41 + make test 01:33:41 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:33:42 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:33:52 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:33:52 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.016s coverage: 21.8% of statements 01:33:52 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:33:58 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 01:33:58 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:34:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:34:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:34:01 ./bin/test-attribution-txt.sh [Pipeline] echo 01:34:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:34:02 $ docker stop --time=1 27772b8c30c1acd81c82499f6861377f5aba0c38aca21e713b1a7739fb737911 01:34:04 $ docker rm -f 27772b8c30c1acd81c82499f6861377f5aba0c38aca21e713b1a7739fb737911 [Pipeline] // withDockerContainer [Pipeline] sh 01:34:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:34:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:34:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:34:06 + ls -al . 01:34:06 total 184 01:34:06 drwxrwxr-x 10 jenkins jenkins 4096 Oct 3 01:33 . 01:34:06 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:32 .. 01:34:06 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:32 .dockerignore 01:34:06 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:33 .git 01:34:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:32 .github 01:34:06 -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:32 .gitignore 01:34:06 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:32 .golangci.yml 01:34:06 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:32 .semver 01:34:06 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:32 Attribution.txt 01:34:06 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:32 CHANGELOG.md 01:34:06 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:32 Dockerfile 01:34:06 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:32 GOVERNANCE.md 01:34:06 -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:32 Jenkinsfile 01:34:06 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:32 LICENSE 01:34:06 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:32 Makefile 01:34:06 -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:32 OWNERS.md 01:34:06 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:32 README.md 01:34:06 -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:32 VERSION 01:34:06 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:32 bin 01:34:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:32 cmd 01:34:06 -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:33 coverage.out 01:34:06 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:32 go.mod 01:34:06 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:32 go.sum 01:34:06 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:32 internal 01:34:06 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:32 mock 01:34:06 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:32 snap 01:34:06 -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:06 + 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=a76bb1a6d6ea33bcd96b35074715e2916def199e --label arch=amd64 --label version=0.0.0 . 01:34:06 Sending build context to Docker daemon 6.172MB 01:34:06 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:34:06 Step 2/25 : FROM ${BASE} AS builder 01:34:06 ---> 3fba31d41a8c 01:34:06 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:34:06 ---> Running in 212be2910e70 01:34:06 Removing intermediate container 212be2910e70 01:34:06 ---> 0062b0dfee01 01:34:06 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:34:06 ---> Running in 3fbb937414a9 01:34:06 Removing intermediate container 3fbb937414a9 01:34:06 ---> 66b68517ca9d 01:34:06 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:34:06 ---> Running in 1436c397ef92 01:34:06 Removing intermediate container 1436c397ef92 01:34:06 ---> 7bf861b623d3 01:34:06 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:34:06 ---> Running in 917d3253ab4f 01:34:06 Removing intermediate container 917d3253ab4f 01:34:06 ---> 25c970988af5 01:34:06 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:06 ---> Running in a5edb3484c81 01:34:07 Removing intermediate container a5edb3484c81 01:34:07 ---> d5438495a3af 01:34:07 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:34:07 ---> Running in 97ab6119aada 01:34:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:08 OK: 216 MiB in 55 packages 01:34:09 Removing intermediate container 97ab6119aada 01:34:09 ---> 149f4c93fbad 01:34:09 Step 9/25 : WORKDIR /device-mqtt-go 01:34:09 ---> Running in 8bf8d5cd7ab8 01:34:09 Removing intermediate container 8bf8d5cd7ab8 01:34:09 ---> 8717701f04ad 01:34:09 Step 10/25 : COPY go.mod vendor* ./ 01:34:09 ---> 7539f8f243a1 01:34:09 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:09 ---> Running in a511efa2c11b 01:34:10 Removing intermediate container a511efa2c11b 01:34:10 ---> 6db287bb87cb 01:34:10 Step 12/25 : COPY . . 01:34:10 ---> c418e80a6468 01:34:10 Step 13/25 : RUN $MAKE 01:34:10 ---> Running in 09651112d7e3 01:34:10 GCO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-mqtt ./cmd 01:34:32 Removing intermediate container 09651112d7e3 01:34:32 ---> 4fee805d1310 01:34:32 Step 14/25 : FROM alpine:3.16 01:34:33 3.16: Pulling from library/alpine 01:34:33 213ec9aee27d: Pulling fs layer 01:34:33 213ec9aee27d: Verifying Checksum 01:34:33 213ec9aee27d: Download complete 01:34:33 213ec9aee27d: Pull complete 01:34:33 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:34:33 Status: Downloaded newer image for alpine:3.16 01:34:33 ---> 9c6f07244728 01:34:33 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:34:34 ---> Running in 7cf239802fe9 01:34:34 Removing intermediate container 7cf239802fe9 01:34:34 ---> 5e0816f3d6bb 01:34:34 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:34:34 ---> Running in caccdcac6a5f 01:34:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:34 (1/6) Installing dumb-init (1.2.5-r1) 01:34:34 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:34:34 (3/6) Installing libsodium (1.0.18-r0) 01:34:34 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:34:34 (5/6) Installing libzmq (4.3.4-r0) 01:34:34 (6/6) Installing zeromq (4.3.4-r0) 01:34:34 Executing busybox-1.35.0-r17.trigger 01:34:34 OK: 8 MiB in 20 packages 01:34:35 Removing intermediate container caccdcac6a5f 01:34:35 ---> 50b2395ca183 01:34:35 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:34:35 ---> 3ec7cf0564a0 01:34:35 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:34:35 ---> bf28aeaf20a3 01:34:35 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:34:35 ---> b1ac65df3a21 01:34:35 Step 20/25 : EXPOSE 59982 01:34:35 ---> Running in 906c870123f3 01:34:35 Removing intermediate container 906c870123f3 01:34:35 ---> b18c12b79fde 01:34:35 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:34:35 ---> Running in 81ebbf7d37c2 01:34:36 Removing intermediate container 81ebbf7d37c2 01:34:36 ---> 8de9803c1316 01:34:36 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:34:36 ---> Running in a024cc5b7969 01:34:36 Removing intermediate container a024cc5b7969 01:34:36 ---> 1c95016caac8 01:34:36 Step 23/25 : LABEL arch=amd64 01:34:36 ---> Running in b0b399dd618b 01:34:36 Removing intermediate container b0b399dd618b 01:34:36 ---> dacf060211e6 01:34:36 Step 24/25 : LABEL git_sha=a76bb1a6d6ea33bcd96b35074715e2916def199e 01:34:36 ---> Running in f40069354370 01:34:36 Removing intermediate container f40069354370 01:34:36 ---> da9b0805814c 01:34:36 Step 25/25 : LABEL version=0.0.0 01:34:36 ---> Running in 22ff774d1803 01:34:36 Removing intermediate container 22ff774d1803 01:34:36 ---> 89ddbfaba73c 01:34:36 [Warning] One or more build-args [ARCH] were not consumed 01:34:36 Successfully built 89ddbfaba73c 01:34:36 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:37 01:34:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:37 latest: Pulling from edgex-lftools-log-publisher 01:34:37 5eb5b503b376: Pulling fs layer 01:34:37 5c69ac0246d0: Pulling fs layer 01:34:37 ec43610c2a17: Pulling fs layer 01:34:37 3a2ae6a8a46f: Pulling fs layer 01:34:37 33b1e0a273af: Pulling fs layer 01:34:37 5d3b04190fa2: Pulling fs layer 01:34:37 2f39f015ded8: Pulling fs layer 01:34:37 5d3b04190fa2: Waiting 01:34:37 3a2ae6a8a46f: Waiting 01:34:37 33b1e0a273af: Waiting 01:34:37 2f39f015ded8: Waiting 01:34:37 5c69ac0246d0: Download complete 01:34:37 3a2ae6a8a46f: Download complete 01:34:37 33b1e0a273af: Verifying Checksum 01:34:37 33b1e0a273af: Download complete 01:34:37 5d3b04190fa2: Verifying Checksum 01:34:37 5d3b04190fa2: Download complete 01:34:37 ec43610c2a17: Verifying Checksum 01:34:37 ec43610c2a17: Download complete 01:34:37 5eb5b503b376: Verifying Checksum 01:34:37 5eb5b503b376: Download complete 01:34:38 2f39f015ded8: Download complete 01:34:39 5eb5b503b376: Pull complete 01:34:39 5c69ac0246d0: Pull complete 01:34:40 ec43610c2a17: Pull complete 01:34:40 3a2ae6a8a46f: Pull complete 01:34:40 33b1e0a273af: Pull complete 01:34:40 5d3b04190fa2: Pull complete 01:34:45 2f39f015ded8: Pull complete 01:34:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:34:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:34:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:45 prd-ubuntu20.04-docker-8c-8g-6634 does not seem to be running inside a container 01:34:45 $ 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-418 -v /w/workspace/gexfoundry_device-mqtt-go_PR-418:/w/workspace/gexfoundry_device-mqtt-go_PR-418:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:34:49 $ docker top 79cba4ad7a94a32bed95a26e1afbf32a315cbbe875672990756cefd463b98bf6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:49 ---> job-cost.sh 01:34:49 lf-activate-venv: SKIPPING 01:34:49 INFO: No Stack... 01:34:49 INFO: Retrieving Pricing Info for: v3-standard-8 01:34:50 INFO: Archiving Costs [Pipeline] sh 01:34:50 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives/cost.csv 01:34:50 + cut -d, -f6 [Pipeline] lock 01:34:50 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] 01:34:50 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] did not exist. Created. 01:34:50 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:34:51 + echo total: 0.2199999988079071 [Pipeline] stash 01:34:51 Stashed 1 file(s) [Pipeline] } 01:34:51 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:34:51 $ docker stop --time=1 79cba4ad7a94a32bed95a26e1afbf32a315cbbe875672990756cefd463b98bf6 01:34:52 $ docker rm -f 79cba4ad7a94a32bed95a26e1afbf32a315cbbe875672990756cefd463b98bf6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:40:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6706 in /w/workspace/gexfoundry_device-mqtt-go_PR-418 [Pipeline] { [Pipeline] ws 01:40:45 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:40:45 Selected Git installation does not exist. Using Default 01:40:45 The recommended git tool is: NONE 01:40:51 using credential edgex-jenkins-ssh 01:40:51 Cloning the remote Git repository 01:40:51 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:40:51 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:40:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:40:51 > git --version # timeout=10 01:40:51 > git --version # 'git version 2.25.1' 01:40:51 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:51 Verifying host key using known hosts file 01:40:51 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:40:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:40:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:54 Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit a76bb1a6d6ea33bcd96b35074715e2916def199e 01:40:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:40:53 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:40:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:53 Verifying host key using known hosts file 01:40:53 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:40:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/418/head:refs/remotes/origin/PR-418 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:40:54 > git config core.sparsecheckout # timeout=10 01:40:54 > git checkout -f a76bb1a6d6ea33bcd96b35074715e2916def199e # timeout=10 01:40:54 > git remote # timeout=10 01:40:54 > git config --get remote.origin.url # timeout=10 01:40:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:54 Verifying host key using known hosts file 01:40:54 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:40:54 Merge succeeded, producing a76bb1a6d6ea33bcd96b35074715e2916def199e 01:40:54 Checking out Revision a76bb1a6d6ea33bcd96b35074715e2916def199e (PR-418) 01:40:55 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v2" 01:40:55 > git --version # timeout=10 01:40:55 > git --version # 'git version 2.25.1' 01:40:55 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:54 > git merge 328ff548ea1794223110aa3bbf079b4887c6fdbc # timeout=10 01:40:54 > git rev-parse HEAD^{commit} # timeout=10 01:40:54 > git config core.sparsecheckout # timeout=10 01:40:54 > git checkout -f a76bb1a6d6ea33bcd96b35074715e2916def199e # timeout=10 01:40:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:40:56 % Total % Received % Xferd Average Speed Time Time Time Current 01:40:56 Dload Upload Total Spent Left Speed 01:40:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 198k 0 --:--:-- --:--:-- --:--:-- 198k [Pipeline] sh 01:40:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:40:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:40:57 + sudo tee /etc/docker/daemon.new 01:40:57 { 01:40:57 "registry-mirrors": [ 01:40:57 "https://nexus3.edgexfoundry.org:10001" 01:40:57 ], 01:40:57 "bip": "10.250.0.254/24", 01:40:57 "hosts": [ 01:40:57 "tcp://0.0.0.0:5555", 01:40:57 "unix:///var/run/docker.sock" 01:40:57 ], 01:40:57 "mtu": 1458, 01:40:57 "selinux-enabled": true, 01:40:57 "seccomp-profile": "/etc/docker/seccomp.json" 01:40:57 } [Pipeline] sh 01:40:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:40:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:41:16 provisioning config files... 01:41:16 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config6612238278237399694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:41:16 ---> docker-login.sh 01:41:16 nexus3.edgexfoundry.org:10001 01:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:17 Configure a credential helper to remove this warning. See 01:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:17 01:41:17 Login Succeeded 01:41:17 nexus3.edgexfoundry.org:10002 01:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:17 Configure a credential helper to remove this warning. See 01:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:17 01:41:17 Login Succeeded 01:41:17 nexus3.edgexfoundry.org:10003 01:41:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:17 Configure a credential helper to remove this warning. See 01:41:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:17 01:41:17 Login Succeeded 01:41:17 nexus3.edgexfoundry.org:10004 01:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:18 Configure a credential helper to remove this warning. See 01:41:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:18 01:41:18 Login Succeeded 01:41:18 docker.io 01:41:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:41:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:41:19 Configure a credential helper to remove this warning. See 01:41:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:41:19 01:41:19 Login Succeeded 01:41:19 ---> docker-login.sh ends [Pipeline] } 01:41:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:41:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:41:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:41:19 ========================================================= 01:41:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:41:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:41:20 + 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:41:20 Sending build context to Docker daemon 3.184MB 01:41:20 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:41:20 Step 2/13 : FROM ${BASE} AS builder 01:41:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:41:20 b3c136eddcbf: Pulling fs layer 01:41:20 c0a3192eca97: Pulling fs layer 01:41:20 a050256f5b6f: Pulling fs layer 01:41:20 656be50a0ddc: Pulling fs layer 01:41:20 2bbca73fdf42: Pulling fs layer 01:41:20 f607e4fc86c3: Pulling fs layer 01:41:20 4d572c569a2c: Pulling fs layer 01:41:20 fcf976331f73: Pulling fs layer 01:41:20 f607e4fc86c3: Waiting 01:41:20 4d572c569a2c: Waiting 01:41:20 656be50a0ddc: Waiting 01:41:20 fcf976331f73: Waiting 01:41:20 2bbca73fdf42: Waiting 01:41:20 a050256f5b6f: Verifying Checksum 01:41:20 a050256f5b6f: Download complete 01:41:20 c0a3192eca97: Download complete 01:41:20 2bbca73fdf42: Download complete 01:41:20 f607e4fc86c3: Verifying Checksum 01:41:20 f607e4fc86c3: Download complete 01:41:20 b3c136eddcbf: Verifying Checksum 01:41:20 b3c136eddcbf: Download complete 01:41:21 b3c136eddcbf: Pull complete 01:41:21 fcf976331f73: Verifying Checksum 01:41:21 fcf976331f73: Download complete 01:41:22 c0a3192eca97: Pull complete 01:41:22 a050256f5b6f: Pull complete 01:41:22 4d572c569a2c: Verifying Checksum 01:41:22 4d572c569a2c: Download complete 01:41:23 656be50a0ddc: Verifying Checksum 01:41:23 656be50a0ddc: Download complete 01:41:36 656be50a0ddc: Pull complete 01:41:36 2bbca73fdf42: Pull complete 01:41:36 f607e4fc86c3: Pull complete 01:41:43 4d572c569a2c: Pull complete 01:41:44 fcf976331f73: Pull complete 01:41:44 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 01:41:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:41:44 ---> 3970a7415f9e 01:41:44 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:41:45 ---> Running in 536d1feee718 01:41:45 Removing intermediate container 536d1feee718 01:41:45 ---> d8bbbc942b70 01:41:45 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:41:45 ---> Running in 24cb7f4cb2a0 01:41:46 Removing intermediate container 24cb7f4cb2a0 01:41:46 ---> 2855d90e8fde 01:41:46 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:41:46 ---> Running in 2813474109d7 01:41:46 Removing intermediate container 2813474109d7 01:41:46 ---> 9208fc610322 01:41:46 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:41:46 ---> Running in 840201f0d62d 01:41:47 Removing intermediate container 840201f0d62d 01:41:47 ---> 199afc34cc55 01:41:47 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:41:47 ---> Running in 37926263732a 01:41:49 Removing intermediate container 37926263732a 01:41:49 ---> ed9d952941fc 01:41:49 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:41:49 ---> Running in 41996bfc9c29 01:41:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:41:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:41:52 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:41:52 (2/4) Installing libedit (20210910.3.1-r0) 01:41:52 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:41:52 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:41:52 Executing busybox-1.35.0-r13.trigger 01:41:52 OK: 226 MiB in 55 packages 01:41:53 Removing intermediate container 41996bfc9c29 01:41:53 ---> c463469d312b 01:41:53 Step 9/13 : WORKDIR /device-mqtt-go 01:41:53 ---> Running in 84c06cfa8eac 01:41:53 Removing intermediate container 84c06cfa8eac 01:41:53 ---> 07e54ffd307d 01:41:53 Step 10/13 : COPY go.mod vendor* ./ 01:41:54 ---> a23c2c1cc128 01:41:54 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:41:54 ---> Running in 59e19d0b9382 01:42:50 Removing intermediate container 59e19d0b9382 01:42:50 ---> 1b912520e4b8 01:42:50 Step 12/13 : COPY . . 01:42:50 ---> bbbb17593ae9 01:42:50 Step 13/13 : RUN $MAKE 01:42:50 ---> Running in 7eb0665d9f85 01:42:50 noop 01:42:50 Removing intermediate container 7eb0665d9f85 01:42:50 ---> d1f36364591b 01:42:50 Successfully built d1f36364591b 01:42:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:51 + docker inspect -f . ci-base-image-arm64 01:42:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:51 prd-ubuntu20.04-docker-arm64-4c-16g-6706 does not seem to be running inside a container 01:42:51 $ 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:42:52 $ docker top 7f22f9ee56a93d8c68b4f02a55388ec8f9437731d39f8b5f022d61e1b1ea5142 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:53 + go version 01:42:53 go version go1.18.3 linux/arm64 [Pipeline] } 01:42:53 $ docker stop --time=1 7f22f9ee56a93d8c68b4f02a55388ec8f9437731d39f8b5f022d61e1b1ea5142 01:42:55 $ docker rm -f 7f22f9ee56a93d8c68b4f02a55388ec8f9437731d39f8b5f022d61e1b1ea5142 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:42:56 + docker inspect -f . ci-base-image-arm64 01:42:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:42:56 prd-ubuntu20.04-docker-arm64-4c-16g-6706 does not seem to be running inside a container 01:42:56 $ 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:42:57 $ docker top ada4e28a310135d153b2e0b308200bcfe86d13ecf111a210660ac990c2b98994 -eo pid,comm [Pipeline] { [Pipeline] sh 01:42:58 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:42:59 + make test 01:42:59 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:43:01 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:44:38 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:44:39 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.087s coverage: 21.8% of statements 01:44:39 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:44:39 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:44:39 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:45:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:45:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:45:06 ./bin/test-attribution-txt.sh [Pipeline] echo 01:45:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:45:06 $ docker stop --time=1 ada4e28a310135d153b2e0b308200bcfe86d13ecf111a210660ac990c2b98994 01:45:08 $ docker rm -f ada4e28a310135d153b2e0b308200bcfe86d13ecf111a210660ac990c2b98994 [Pipeline] // withDockerContainer [Pipeline] sh 01:45:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:45:09 Warning: overwriting stash ‘coverage-report’ 01:45:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:45:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:45:11 + ls -al . 01:45:11 total 180 01:45:11 drwxrwxr-x 9 jenkins jenkins 4096 Oct 3 01:43 . 01:45:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:40 .. 01:45:11 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:40 .dockerignore 01:45:11 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:40 .git 01:45:11 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:40 .github 01:45:11 -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:40 .gitignore 01:45:11 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:40 .golangci.yml 01:45:11 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:40 Attribution.txt 01:45:11 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:40 CHANGELOG.md 01:45:11 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:40 Dockerfile 01:45:11 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:40 GOVERNANCE.md 01:45:11 -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:40 Jenkinsfile 01:45:11 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:40 LICENSE 01:45:11 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:40 Makefile 01:45:11 -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:40 OWNERS.md 01:45:11 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:40 README.md 01:45:11 -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:32 VERSION 01:45:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:40 bin 01:45:11 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:40 cmd 01:45:11 -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:44 coverage.out 01:45:11 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:40 go.mod 01:45:11 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:40 go.sum 01:45:11 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:40 internal 01:45:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:40 mock 01:45:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:40 snap 01:45:11 -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:40 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:11 + 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=a76bb1a6d6ea33bcd96b35074715e2916def199e --label arch=arm64 --label version=0.0.0 . 01:45:11 Sending build context to Docker daemon 3.203MB 01:45:11 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:45:11 Step 2/25 : FROM ${BASE} AS builder 01:45:11 ---> d1f36364591b 01:45:11 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:45:12 ---> Running in 2854a6d43133 01:45:12 Removing intermediate container 2854a6d43133 01:45:12 ---> 2f88877eb9e0 01:45:12 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:45:12 ---> Running in 12e26d99c47f 01:45:12 Removing intermediate container 12e26d99c47f 01:45:12 ---> 7c3e9a7bab60 01:45:12 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:45:12 ---> Running in 400c238a4874 01:45:13 Removing intermediate container 400c238a4874 01:45:13 ---> 0117b8a020ec 01:45:13 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:45:13 ---> Running in 483489cf2140 01:45:13 Removing intermediate container 483489cf2140 01:45:13 ---> 1269734229f8 01:45:13 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:45:13 ---> Running in 986a033056d3 01:45:15 Removing intermediate container 986a033056d3 01:45:15 ---> 7b1e1b69777c 01:45:15 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:45:15 ---> Running in 093652f92571 01:45:16 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:45:17 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:45:19 OK: 226 MiB in 55 packages 01:45:20 Removing intermediate container 093652f92571 01:45:20 ---> 3aa199dec74b 01:45:20 Step 9/25 : WORKDIR /device-mqtt-go 01:45:20 ---> Running in 0e61e639917f 01:45:20 Removing intermediate container 0e61e639917f 01:45:20 ---> 389ddba5f324 01:45:20 Step 10/25 : COPY go.mod vendor* ./ 01:45:21 ---> 781b968cfe31 01:45:21 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:45:21 ---> Running in 88d72707a326 01:45:24 Removing intermediate container 88d72707a326 01:45:24 ---> 6398d99797bd 01:45:24 Step 12/25 : COPY . . 01:45:25 ---> 1ba36ea09d20 01:45:25 Step 13/25 : RUN $MAKE 01:45:25 ---> Running in 680d4d33f0ce 01:45:26 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:48:03 Removing intermediate container 680d4d33f0ce 01:48:03 ---> 862323dda8a5 01:48:03 Step 14/25 : FROM alpine:3.16 01:48:03 3.16: Pulling from library/alpine 01:48:03 9b18e9b68314: Pulling fs layer 01:48:03 9b18e9b68314: Verifying Checksum 01:48:03 9b18e9b68314: Download complete 01:48:03 9b18e9b68314: Pull complete 01:48:03 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:48:03 Status: Downloaded newer image for alpine:3.16 01:48:03 ---> a6215f271958 01:48:03 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:48:03 ---> Running in 2007bde21048 01:48:03 Removing intermediate container 2007bde21048 01:48:03 ---> 6ed810bebfdd 01:48:03 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:48:03 ---> Running in b208a1fee713 01:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:48:04 (1/6) Installing dumb-init (1.2.5-r1) 01:48:04 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:48:04 (3/6) Installing libsodium (1.0.18-r0) 01:48:04 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:48:04 (5/6) Installing libzmq (4.3.4-r0) 01:48:04 (6/6) Installing zeromq (4.3.4-r0) 01:48:04 Executing busybox-1.35.0-r17.trigger 01:48:04 OK: 8 MiB in 20 packages 01:48:05 Removing intermediate container b208a1fee713 01:48:05 ---> 582a2dd58ab4 01:48:05 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:48:06 ---> d56d4a8f6a90 01:48:06 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:48:07 ---> 70b1017f36f0 01:48:07 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:48:07 ---> b5afbf92b12d 01:48:07 Step 20/25 : EXPOSE 59982 01:48:08 ---> Running in 6fb497588f55 01:48:08 Removing intermediate container 6fb497588f55 01:48:08 ---> d1316aec16ed 01:48:08 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:48:08 ---> Running in 8fdee717d74f 01:48:08 Removing intermediate container 8fdee717d74f 01:48:08 ---> a8dc353dd8a0 01:48:08 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:48:08 ---> Running in 046ff45273f4 01:48:08 Removing intermediate container 046ff45273f4 01:48:08 ---> d51d89aedc52 01:48:08 Step 23/25 : LABEL arch=arm64 01:48:09 ---> Running in 5a3c9bcb8df3 01:48:09 Removing intermediate container 5a3c9bcb8df3 01:48:09 ---> 73499ed0cec6 01:48:09 Step 24/25 : LABEL git_sha=a76bb1a6d6ea33bcd96b35074715e2916def199e 01:48:09 ---> Running in 182c45c2553b 01:48:09 Removing intermediate container 182c45c2553b 01:48:09 ---> 0d25b7cfa703 01:48:09 Step 25/25 : LABEL version=0.0.0 01:48:09 ---> Running in 8aef1e25c921 01:48:10 Removing intermediate container 8aef1e25c921 01:48:10 ---> 64da3a0f5748 01:48:10 [Warning] One or more build-args [ARCH] were not consumed 01:48:10 Successfully built 64da3a0f5748 01:48:10 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:48:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:48:11 01:48:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:48:11 arm64: Pulling from edgex-lftools-log-publisher 01:48:11 8998bd30e6a1: Pulling fs layer 01:48:11 04944245beec: Pulling fs layer 01:48:11 699f458cf7ca: Pulling fs layer 01:48:11 765212b225bb: Pulling fs layer 01:48:11 f23df028b6ca: Pulling fs layer 01:48:11 d65c8cfc05b1: Pulling fs layer 01:48:11 2437ff75d9bd: Pulling fs layer 01:48:11 f23df028b6ca: Waiting 01:48:11 765212b225bb: Waiting 01:48:11 d65c8cfc05b1: Waiting 01:48:11 2437ff75d9bd: Waiting 01:48:11 04944245beec: Verifying Checksum 01:48:11 04944245beec: Download complete 01:48:11 765212b225bb: Verifying Checksum 01:48:11 765212b225bb: Download complete 01:48:11 f23df028b6ca: Verifying Checksum 01:48:11 f23df028b6ca: Download complete 01:48:12 d65c8cfc05b1: Verifying Checksum 01:48:12 d65c8cfc05b1: Download complete 01:48:12 699f458cf7ca: Verifying Checksum 01:48:12 699f458cf7ca: Download complete 01:48:12 8998bd30e6a1: Verifying Checksum 01:48:12 8998bd30e6a1: Download complete 01:48:14 2437ff75d9bd: Download complete 01:48:16 8998bd30e6a1: Pull complete 01:48:17 04944245beec: Pull complete 01:48:18 699f458cf7ca: Pull complete 01:48:18 765212b225bb: Pull complete 01:48:19 f23df028b6ca: Pull complete 01:48:19 d65c8cfc05b1: Pull complete 01:48:34 2437ff75d9bd: Pull complete 01:48:34 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:48:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:48:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:35 prd-ubuntu20.04-docker-arm64-4c-16g-6706 does not seem to be running inside a container 01:48:35 $ 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:48:38 $ docker top 09e0f2afd2818056adceb1d7c6472f36035aa43a2396622effe0fe92c87317eb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:48:38 ---> job-cost.sh 01:48:38 lf-activate-venv: SKIPPING 01:48:38 INFO: No Stack... 01:48:39 INFO: Retrieving Pricing Info for: v3-standard-4 01:48:40 INFO: Archiving Costs [Pipeline] sh 01:48:40 + cut -d, -f6 01:48:40 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv [Pipeline] lock 01:48:40 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] 01:48:40 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] did not exist. Created. 01:48:40 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:48:41 /w/workspace/device-mqtt-go/1@tmp/durable-0e97cf9d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:48:41 + echo total: 0.10999999940395355 [Pipeline] stash 01:48:41 Warning: overwriting stash ‘stack-cost’ 01:48:41 Stashed 1 file(s) [Pipeline] } 01:48:41 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-418-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:48:41 $ docker stop --time=1 09e0f2afd2818056adceb1d7c6472f36035aa43a2396622effe0fe92c87317eb 01:48:43 $ docker rm -f 09e0f2afd2818056adceb1d7c6472f36035aa43a2396622effe0fe92c87317eb [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:48:44 provisioning config files... 01:48:44 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/config14923084003157500902tmp [Pipeline] { [Pipeline] sh 01:48:44 + set +x 01:48:44 + curl -s https://codecov.io/bash 01:48:44 + bash -s -- 01:48:44 01:48:44 _____ _ 01:48:44 / ____| | | 01:48:44 | | ___ __| | ___ ___ _____ __ 01:48:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:48:44 | |___| (_) | (_| | __/ (_| (_) \ V / 01:48:44 \_____\___/ \__,_|\___|\___\___/ \_/ 01:48:44 Bash-1.0.6 01:48:44 01:48:44 01:48:44 ==> git version 2.25.1 found 01:48:44 ==> 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:48:44 Release-Date: 2020-01-08 01:48:44 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:48:44 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:48:44 ==> Jenkins CI detected. 01:48:44 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-418 01:48:44 project root: . 01:48:44 --> token set from env 01:48:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:48:44 ==> Running gcov in . (disable via -X gcov) 01:48:44 ==> Python coveragepy not found 01:48:44 ==> Searching for coverage reports in: 01:48:44 + . 01:48:44 -> Found 1 reports 01:48:44 ==> Detecting git/mercurial file structure 01:48:44 ==> Reading reports 01:48:44 + ./coverage.out bytes=17887 01:48:44 ==> Appending adjustments 01:48:44 https://docs.codecov.io/docs/fixing-reports 01:48:44 + Found adjustments 01:48:44 ==> Gzipping contents 01:48:44 4.0K /tmp/codecov.p34uAl.gz 01:48:44 ==> Uploading reports 01:48:44 url: https://codecov.io 01:48:44 query: branch=PR-418&commit=a76bb1a6d6ea33bcd96b35074715e2916def199e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=418&job=&cmd_args= 01:48:44 -> Pinging Codecov 01:48:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-418&commit=a76bb1a6d6ea33bcd96b35074715e2916def199e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-418%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=418&job=&cmd_args= 01:48:45 -> Uploading to 01:48:45 https://storage.googleapis.com/codecov/v4/raw/2022-10-03/7D719EC7BBE17E464838252E33014C33/a76bb1a6d6ea33bcd96b35074715e2916def199e/c7b6f397-f956-43a2-9f18-8833cdb79f46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221003T014845Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4a6c63f7532c1cb589dec24ba164e9acd00f3b9ae5cca0e016dfa9e91a7d4359 01:48:45 % Total % Received % Xferd Average Speed Time Time Time Current 01:48:45 Dload Upload Total Spent Left Speed 01:48:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3224 0 0 100 3224 0 12896 --:--:-- --:--:-- --:--:-- 12896 01:48:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/a76bb1a6d6ea33bcd96b35074715e2916def199e [Pipeline] } 01:48:45 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:48:47 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives ] 01:48:47 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives 01:48:47 total 16 01:48:47 drwxr-xr-x 3 root root 4096 Oct 3 01:34 . 01:48:47 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:34 .. 01:48:47 drwxr-xr-x 2 root root 4096 Oct 3 01:34 cost 01:48:47 -rw-r--r-- 1 root root 86 Oct 3 01:34 cost.csv 01:48:47 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives 01:48:47 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives 01:48:47 total 16 01:48:47 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:34 . 01:48:47 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:34 .. 01:48:47 drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 01:34 cost 01:48:47 -rw-r--r-- 1 jenkins jenkins 86 Oct 3 01:34 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:48:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:48:48 ---> package-listing.sh 01:48:48 ++ facter osfamily 01:48:48 ++ tr '[:upper:]' '[:lower:]' 01:48:48 + OS_FAMILY=debian 01:48:48 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-418 01:48:48 + START_PACKAGES=/tmp/packages_start.txt 01:48:48 + END_PACKAGES=/tmp/packages_end.txt 01:48:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:48:48 + PACKAGES=/tmp/packages_start.txt 01:48:48 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-418 ']' 01:48:48 + PACKAGES=/tmp/packages_end.txt 01:48:48 + case "${OS_FAMILY}" in 01:48:48 + dpkg -l 01:48:48 + grep '^ii' 01:48:48 + '[' -f /tmp/packages_start.txt ']' 01:48:48 + '[' -f /tmp/packages_end.txt ']' 01:48:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:48:48 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-418 ']' 01:48:48 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives/ 01:48:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-418/archives/ [Pipeline] echo 01:48:48 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-418/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:48:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:48:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:48:49 prd-ubuntu20.04-docker-8c-8g-6634 does not seem to be running inside a container 01:48:49 $ 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-418/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-418 -v /w/workspace/gexfoundry_device-mqtt-go_PR-418:/w/workspace/gexfoundry_device-mqtt-go_PR-418:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-418@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:48:49 $ docker top 8826651427bb68beb086bb478fdb8bf2ad3f44c6a50b2039f9e132fb48a7bef7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:48:50 + touch /tmp/pre-build-complete [Pipeline] sh 01:48:50 + mkdir -p /var/log/sysstat [Pipeline] sh 01:48:50 + ls /var/log/sa-host 01:48:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:48:51 provisioning config files... 01:48:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-418@tmp/config6138375529927183700tmp [Pipeline] { [Pipeline] echo 01:48:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:48:51 ---> create-netrc.sh [Pipeline] } 01:48:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:48:52 ---> python-tools-install.sh [Pipeline] echo 01:48:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:48:52 ---> sudo-logs.sh 01:48:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:48:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:48:52 ---> job-cost.sh 01:48:52 lf-activate-venv: SKIPPING 01:48:52 DEBUG: total: 0.2199999988079071 01:48:52 INFO: Retrieving Stack Cost... 01:48:53 INFO: Retrieving Pricing Info for: v3-standard-8 01:48:53 INFO: Archiving Costs [Pipeline] echo 01:48:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:48:53 ---> logs-deploy.sh 01:48:53 lf-activate-venv: SKIPPING 01:48:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-418/1 01:48:53 INFO: archiving workspace using pattern(s): 01:48:54 Archives upload complete. 01:48:54 INFO: archiving logs to Nexus 01:48:55 ---> uname -a: 01:48:55 Linux prd-ubuntu20-04-docker-8c-8g-6634 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:48:55 01:48:55 01:48:55 ---> lscpu: 01:48:55 Architecture: x86_64 01:48:55 CPU op-mode(s): 32-bit, 64-bit 01:48:55 Byte Order: Little Endian 01:48:55 Address sizes: 40 bits physical, 48 bits virtual 01:48:55 CPU(s): 8 01:48:55 On-line CPU(s) list: 0-7 01:48:55 Thread(s) per core: 1 01:48:55 Core(s) per socket: 1 01:48:55 Socket(s): 8 01:48:55 NUMA node(s): 1 01:48:55 Vendor ID: AuthenticAMD 01:48:55 CPU family: 23 01:48:55 Model: 49 01:48:55 Model name: AMD EPYC-Rome Processor 01:48:55 Stepping: 0 01:48:55 CPU MHz: 2799.998 01:48:55 BogoMIPS: 5599.99 01:48:55 Virtualization: AMD-V 01:48:55 Hypervisor vendor: KVM 01:48:55 Virtualization type: full 01:48:55 L1d cache: 256 KiB 01:48:55 L1i cache: 256 KiB 01:48:55 L2 cache: 4 MiB 01:48:55 L3 cache: 128 MiB 01:48:55 NUMA node0 CPU(s): 0-7 01:48:55 Vulnerability Itlb multihit: Not affected 01:48:55 Vulnerability L1tf: Not affected 01:48:55 Vulnerability Mds: Not affected 01:48:55 Vulnerability Meltdown: Not affected 01:48:55 Vulnerability Mmio stale data: Not affected 01:48:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:48:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:48:55 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:48:55 Vulnerability Srbds: Not affected 01:48:55 Vulnerability Tsx async abort: Not affected 01:48:55 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:48:55 01:48:55 01:48:55 ---> nproc: 01:48:55 8 01:48:55 01:48:55 01:48:55 ---> df -h: 01:48:55 Filesystem Size Used Avail Use% Mounted on 01:48:55 overlay 155G 12G 144G 8% / 01:48:55 tmpfs 64M 0 64M 0% /dev 01:48:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:48:55 shm 64M 0 64M 0% /dev/shm 01:48:55 /dev/vda1 155G 12G 144G 8% /facter-os 01:48:55 01:48:55 01:48:55 ---> sar -b -r -n DEV: 01:48:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6634) 10/03/22 _x86_64_ (8 CPU) 01:48:55 01:48:55 01:32:01 LINUX RESTART (8 CPU) 01:48:55 01:48:55 01:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:48:55 01:34:01 174.14 0.93 173.21 0.00 30.77 64296.49 0.00 01:48:55 01:35:01 186.60 0.18 186.42 0.00 10.13 39729.38 0.00 01:48:55 01:36:01 1.53 0.00 1.53 0.00 0.00 19.61 0.00 01:48:55 01:37:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 01:48:55 01:38:01 40.12 9.33 30.79 0.00 2883.84 4797.47 0.00 01:48:55 01:39:01 1.93 0.00 1.93 0.00 0.00 20.53 0.00 01:48:55 01:40:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 01:48:55 01:41:01 1.67 0.00 1.67 0.00 0.00 19.60 0.00 01:48:55 01:42:01 3.73 1.02 2.72 0.00 21.86 34.12 0.00 01:48:55 01:43:01 2.30 0.00 2.30 0.00 0.00 35.99 0.00 01:48:55 01:44:01 1.32 0.00 1.32 0.00 0.00 13.73 0.00 01:48:55 01:45:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 01:48:55 01:46:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 01:48:55 01:47:01 1.97 0.00 1.97 0.00 0.00 22.00 0.00 01:48:55 01:48:01 2.15 0.02 2.13 0.00 0.13 25.72 0.00 01:48:55 Average: 28.02 0.77 27.25 0.00 196.66 7207.87 0.00 01:48:55 01:48:55 01:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:48:55 01:34:01 28474828 31613196 690708 2.10 133988 3197748 1789688 5.27 1125596 2825244 133960 01:48:55 01:35:01 27851472 31597396 705860 2.15 146508 3756800 1755952 5.17 1187292 3350152 400 01:48:55 01:36:01 27851168 31597192 705692 2.15 146532 3756804 1755952 5.17 1187148 3350156 24 01:48:55 01:37:01 27856928 31603000 699636 2.13 146576 3756796 1772004 5.22 1181576 3350156 16 01:48:55 01:38:01 27569580 31586800 698248 2.12 164912 4005448 1800596 5.31 1334340 3459912 4 01:48:55 01:39:01 27570240 31587544 697436 2.12 164996 4005448 1784332 5.26 1334532 3459912 8 01:48:55 01:40:01 27576572 31594104 690984 2.10 165092 4005452 1784332 5.26 1328348 3459968 8 01:48:55 01:41:01 27576768 31594396 690632 2.10 165180 4005452 1784332 5.26 1328348 3459968 8 01:48:55 01:42:01 27575148 31594016 690908 2.10 165316 4006060 1800056 5.30 1328452 3460528 8 01:48:55 01:43:01 27575312 31594296 690348 2.10 165424 4006080 1783584 5.26 1329052 3460552 4 01:48:55 01:44:01 27575176 31594316 690244 2.10 165508 4006080 1783584 5.26 1328612 3460560 8 01:48:55 01:45:01 27575336 31594532 690132 2.10 165544 4006084 1783584 5.26 1328772 3460556 160 01:48:55 01:46:01 27575216 31594580 689988 2.10 165588 4006212 1783584 5.26 1329220 3460652 160 01:48:55 01:47:01 27574712 31594308 690332 2.10 165680 4006216 1783584 5.26 1329072 3460784 24 01:48:55 01:48:01 27574528 31594336 690100 2.10 165756 4006200 1792768 5.28 1329340 3460768 168 01:48:55 Average: 27690199 31595601 694083 2.11 159507 3902192 1782529 5.25 1287313 3395991 8997 01:48:55 01:48:55 01:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:48:55 01:34:01 ens3 231.18 181.33 1769.53 30.72 0.00 0.00 0.00 0.00 01:48:55 01:34:01 veth0569d11 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:48:55 01:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:34:01 docker0 156.11 189.29 12.23 1730.90 0.00 0.00 0.00 0.00 01:48:55 01:35:01 ens3 157.34 125.26 2689.92 99.12 0.00 0.00 0.00 0.00 01:48:55 01:35:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 01:48:55 01:35:01 docker0 9.57 14.06 0.58 98.75 0.00 0.00 0.00 0.00 01:48:55 01:36:01 ens3 0.13 0.02 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:37:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:38:01 ens3 65.86 41.50 1297.82 3.14 0.00 0.00 0.00 0.00 01:48:55 01:38:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 01:48:55 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:39:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:40:01 ens3 1.28 0.00 0.11 0.00 0.00 0.00 0.00 0.00 01:48:55 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:41:01 ens3 0.87 0.58 0.42 0.29 0.00 0.00 0.00 0.00 01:48:55 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:42:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:43:01 ens3 0.75 0.50 0.34 0.28 0.00 0.00 0.00 0.00 01:48:55 01:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:44:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:45:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:46:01 ens3 0.15 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:48:55 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:47:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:48:55 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:48:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 01:48:55 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:48:55 Average: ens3 30.35 23.15 382.35 8.89 0.00 0.00 0.00 0.00 01:48:55 Average: lo 0.25 0.25 0.02 0.02 0.00 0.00 0.00 0.00 01:48:55 Average: docker0 10.88 13.36 0.84 120.18 0.00 0.00 0.00 0.00 01:48:55 01:48:55 01:48:55 ---> sar -P ALL: 01:48:55 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6634) 10/03/22 _x86_64_ (8 CPU) 01:48:55 01:48:55 01:32:01 LINUX RESTART (8 CPU) 01:48:55 01:48:55 01:33:02 CPU %user %nice %system %iowait %steal %idle 01:48:55 01:34:01 all 26.06 0.00 5.82 3.09 0.08 64.95 01:48:55 01:34:01 0 26.14 0.00 5.51 2.92 0.09 65.35 01:48:55 01:34:01 1 25.80 0.00 6.73 16.78 0.10 50.59 01:48:55 01:34:01 2 25.69 0.00 5.22 1.82 0.07 67.20 01:48:55 01:34:01 3 24.80 0.00 6.84 1.25 0.09 67.02 01:48:55 01:34:01 4 27.28 0.00 5.17 0.19 0.07 67.30 01:48:55 01:34:01 5 25.99 0.00 5.62 1.20 0.07 67.12 01:48:55 01:34:01 6 26.71 0.00 5.62 0.22 0.07 67.38 01:48:55 01:34:01 7 26.11 0.00 5.90 0.40 0.07 67.52 01:48:55 01:35:01 all 21.19 0.00 4.74 1.88 0.07 72.12 01:48:55 01:35:01 0 20.84 0.00 4.50 2.19 0.07 72.39 01:48:55 01:35:01 1 20.63 0.00 5.32 0.74 0.08 73.22 01:48:55 01:35:01 2 22.08 0.00 5.26 4.35 0.07 68.25 01:48:55 01:35:01 3 21.31 0.00 4.19 0.03 0.05 74.42 01:48:55 01:35:01 4 21.48 0.00 4.40 5.80 0.05 68.27 01:48:55 01:35:01 5 20.95 0.00 4.73 0.02 0.05 74.26 01:48:55 01:35:01 6 21.87 0.00 4.37 1.10 0.07 72.60 01:48:55 01:35:01 7 20.37 0.00 5.17 0.81 0.10 73.55 01:48:55 01:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:48:55 01:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:48:55 01:36:01 2 0.00 0.00 0.00 0.02 0.00 99.98 01:48:55 01:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:36:01 4 0.00 0.00 0.00 0.02 0.02 99.97 01:48:55 01:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:48:55 01:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:48:55 01:36:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:37:01 all 0.03 0.00 0.01 0.00 0.00 99.95 01:48:55 01:37:01 0 0.02 0.00 0.00 0.02 0.02 99.95 01:48:55 01:37:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:48:55 01:37:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:48:55 01:37:01 4 0.03 0.00 0.02 0.02 0.00 99.93 01:48:55 01:37:01 5 0.07 0.00 0.00 0.00 0.00 99.93 01:48:55 01:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 01:48:55 01:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:38:01 all 1.13 0.00 0.76 0.30 0.02 97.79 01:48:55 01:38:01 0 1.35 0.00 2.04 0.42 0.00 96.19 01:48:55 01:38:01 1 1.75 0.00 0.45 0.17 0.03 97.60 01:48:55 01:38:01 2 0.92 0.00 0.42 0.50 0.02 98.15 01:48:55 01:38:01 3 1.18 0.00 0.93 0.37 0.02 97.50 01:48:55 01:38:01 4 1.16 0.00 0.45 0.20 0.02 98.17 01:48:55 01:38:01 5 1.22 0.00 0.68 0.05 0.02 98.03 01:48:55 01:38:01 6 0.67 0.00 0.60 0.38 0.02 98.33 01:48:55 01:38:01 7 0.82 0.00 0.50 0.33 0.02 98.33 01:48:55 01:39:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:48:55 01:39:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:48:55 01:39:01 1 0.05 0.00 0.03 0.00 0.02 99.90 01:48:55 01:39:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:48:55 01:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 01:48:55 01:39:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:48:55 01:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:39:01 7 0.03 0.00 0.00 0.03 0.00 99.93 01:48:55 01:40:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:48:55 01:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:48:55 01:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:40:01 7 0.02 0.00 0.00 0.05 0.00 99.93 01:48:55 01:41:01 all 0.01 0.00 0.01 0.01 0.01 99.96 01:48:55 01:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:48:55 01:41:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:48:55 01:41:01 2 0.00 0.00 0.00 0.02 0.00 99.98 01:48:55 01:41:01 3 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:41:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:41:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:48:55 01:41:01 7 0.00 0.00 0.02 0.03 0.00 99.95 01:48:55 01:42:01 all 0.05 0.00 0.03 0.01 0.00 99.90 01:48:55 01:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:48:55 01:42:01 1 0.07 0.00 0.03 0.02 0.02 99.87 01:48:55 01:42:01 2 0.02 0.00 0.00 0.02 0.00 99.97 01:48:55 01:42:01 3 0.10 0.00 0.05 0.02 0.00 99.83 01:48:55 01:42:01 4 0.05 0.00 0.00 0.00 0.00 99.95 01:48:55 01:42:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:48:55 01:42:01 6 0.07 0.00 0.07 0.00 0.00 99.87 01:48:55 01:42:01 7 0.08 0.00 0.03 0.07 0.02 99.80 01:48:55 01:43:01 all 0.04 0.00 0.04 0.01 0.01 99.91 01:48:55 01:43:01 0 0.05 0.00 0.07 0.00 0.02 99.87 01:48:55 01:43:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:48:55 01:43:01 2 0.05 0.00 0.02 0.02 0.02 99.90 01:48:55 01:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:43:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:48:55 01:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:43:01 6 0.03 0.00 0.03 0.00 0.02 99.92 01:48:55 01:43:01 7 0.10 0.00 0.15 0.05 0.00 99.70 01:48:55 01:44:01 all 0.02 0.00 0.00 0.00 0.00 99.97 01:48:55 01:44:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:44:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:48:55 01:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 01:48:55 01:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:48:55 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:48:55 01:44:01 7 0.00 0.00 0.02 0.03 0.00 99.95 01:48:55 01:48:55 01:44:01 CPU %user %nice %system %iowait %steal %idle 01:48:55 01:45:01 all 0.18 0.00 0.01 0.01 0.00 99.80 01:48:55 01:45:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:45:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:48:55 01:45:01 2 0.03 0.00 0.00 0.02 0.02 99.93 01:48:55 01:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:45:01 4 1.35 0.00 0.02 0.00 0.00 98.63 01:48:55 01:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:45:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:48:55 01:45:01 7 0.00 0.00 0.02 0.03 0.00 99.95 01:48:55 01:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 01:48:55 01:46:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:48:55 01:46:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:48:55 01:46:01 2 0.02 0.00 0.02 0.02 0.00 99.95 01:48:55 01:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:46:01 4 2.00 0.00 0.02 0.00 0.02 97.97 01:48:55 01:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:46:01 6 0.03 0.00 0.02 0.00 0.02 99.93 01:48:55 01:46:01 7 0.02 0.00 0.00 0.02 0.00 99.97 01:48:55 01:47:01 all 0.23 0.00 0.01 0.01 0.01 99.75 01:48:55 01:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:48:55 01:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:48:55 01:47:01 2 0.02 0.00 0.00 0.02 0.02 99.95 01:48:55 01:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 01:48:55 01:47:01 4 1.66 0.00 0.00 0.00 0.00 98.34 01:48:55 01:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:47:01 6 0.07 0.00 0.03 0.00 0.02 99.88 01:48:55 01:47:01 7 0.02 0.00 0.03 0.03 0.02 99.90 01:48:55 01:48:01 all 0.02 0.00 0.02 0.01 0.01 99.95 01:48:55 01:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:48:55 01:48:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:48:55 01:48:01 2 0.00 0.00 0.03 0.02 0.00 99.95 01:48:55 01:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 01:48:55 01:48:01 4 0.05 0.00 0.02 0.00 0.02 99.92 01:48:55 01:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:48:55 01:48:01 6 0.07 0.00 0.03 0.00 0.02 99.88 01:48:55 01:48:01 7 0.00 0.00 0.02 0.03 0.00 99.95 01:48:55 Average: all 3.23 0.00 0.75 0.35 0.02 95.65 01:48:55 Average: 0 3.17 0.00 0.80 0.36 0.02 95.64 01:48:55 Average: 1 3.17 0.00 0.83 1.14 0.03 94.83 01:48:55 Average: 2 3.20 0.00 0.72 0.45 0.02 95.61 01:48:55 Average: 3 3.11 0.00 0.79 0.11 0.01 95.97 01:48:55 Average: 4 3.63 0.00 0.66 0.41 0.02 95.28 01:48:55 Average: 5 3.16 0.00 0.73 0.08 0.01 96.02 01:48:55 Average: 6 3.25 0.00 0.71 0.11 0.02 95.91 01:48:55 Average: 7 3.11 0.00 0.78 0.13 0.02 95.98 01:48:55 01:48:55 01:48:55