Pull request #419 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 52cec41bd07e7e38e3f810eaec0651188088d367+328ff548ea1794223110aa3bbf079b4887c6fdbc (217d014eb10a119351323a5fab939072f53002da) 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-ssh2968175603868878851.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-ssh17295888146560071264.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-419/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-419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh300477787293263498.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-419/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4824255311525648137.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-ssh10010794762524615846.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-419/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-419/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17652094590802234727.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-6636 in /w/workspace/gexfoundry_device-mqtt-go_PR-419 [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-419 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit 52cec41bd07e7e38e3f810eaec0651188088d367 Merge succeeded, producing 52cec41bd07e7e38e3f810eaec0651188088d367 Checking out Revision 52cec41bd07e7e38e3f810eaec0651188088d367 (PR-419) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:33:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:33:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:33:31 ========================================================= 01:33:31 EdgeX Global Pipelines Version Info 01:33:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # 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 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 01:33:32 ------------------- 01:33:32 stable info: 01:33:32 ------------------- 01:33:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:33:32 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:33:32 Message: update stable to v1.0.239 01:33:32 ------------------- 01:33:32 experimental info: 01:33:32 ------------------- 01:33:32 Commited By: **** collab-it+edgex@linuxfoundation.org 01:33:32 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 01:33:32 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:33:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 01:33:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 01:33:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-419 [Pipeline] echo 01:33:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-419 [Pipeline] echo 01:33:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-419 [Pipeline] echo 01:33:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo 01:33:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52cec41 [Pipeline] echo 01:33:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:34 provisioning config files... 01:33:34 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config6435862680511995380tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:33:34 ---> docker-login.sh 01:33:34 nexus3.edgexfoundry.org:10001 01:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:34 Configure a credential helper to remove this warning. See 01:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:34 01:33:34 Login Succeeded 01:33:34 nexus3.edgexfoundry.org:10002 01:33:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:34 Configure a credential helper to remove this warning. See 01:33:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:34 01:33:34 Login Succeeded 01:33:34 nexus3.edgexfoundry.org:10003 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:35 Configure a credential helper to remove this warning. See 01:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:35 01:33:35 Login Succeeded 01:33:35 nexus3.edgexfoundry.org:10004 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:35 Configure a credential helper to remove this warning. See 01:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:35 01:33:35 Login Succeeded 01:33:35 docker.io 01:33:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:35 Configure a credential helper to remove this warning. See 01:33:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:35 01:33:35 Login Succeeded 01:33:35 ---> docker-login.sh ends [Pipeline] } 01:33:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:33:36 + git rev-list -1 --merges 52cec41bd07e7e38e3f810eaec0651188088d367~1..52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo 01:33:36 -----------> git rev-list -1 --merges 52cec41bd07e7e38e3f810eaec0651188088d367~1..52cec41bd07e7e38e3f810eaec0651188088d367 52cec41bd07e7e38e3f810eaec0651188088d367 [false] [Pipeline] sh 01:33:36 + git log --format=format:%s -1 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo 01:33:36 ========================================================= 01:33:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:33:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:33:37 + git log --format=format:%s -1 52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] echo 01:33:37 [semverPrep] GIT_COMMIT: 52cec41bd07e7e38e3f810eaec0651188088d367, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 01:33:37 [semverPrep] This is not a build commit. [Pipeline] sh 01:33:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:33:37 + grep -v github /etc/ssh/ssh_known_hosts 01:33:37 + [ -e /tmp/ssh_known_hosts ] 01:33:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:33:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:33:37 + sudo tee -a /etc/ssh/ssh_known_hosts 01:33:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:33:37 01:33:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:33:38 0.1.4: Pulling from edgex-devops/py-git-semver 01:33:38 b85a868b505f: Pulling fs layer 01:33:38 e2be974225ed: Pulling fs layer 01:33:38 339a4e72a1f5: Pulling fs layer 01:33:38 988bab9f4d93: Pulling fs layer 01:33:38 1469e6f7b9e6: Pulling fs layer 01:33:38 eaf3925da568: Pulling fs layer 01:33:38 bab4dde63d76: Pulling fs layer 01:33:38 bde34c3a00c8: Pulling fs layer 01:33:38 b352a97aabf1: Pulling fs layer 01:33:38 4872d77fe225: Pulling fs layer 01:33:38 5851b861e8e6: Pulling fs layer 01:33:38 bab4dde63d76: Waiting 01:33:38 bde34c3a00c8: Waiting 01:33:38 b352a97aabf1: Waiting 01:33:38 4872d77fe225: Waiting 01:33:38 5851b861e8e6: Waiting 01:33:38 988bab9f4d93: Waiting 01:33:38 1469e6f7b9e6: Waiting 01:33:38 eaf3925da568: Waiting 01:33:38 e2be974225ed: Download complete 01:33:38 988bab9f4d93: Verifying Checksum 01:33:38 988bab9f4d93: Download complete 01:33:38 1469e6f7b9e6: Verifying Checksum 01:33:38 1469e6f7b9e6: Download complete 01:33:38 339a4e72a1f5: Verifying Checksum 01:33:38 339a4e72a1f5: Download complete 01:33:38 eaf3925da568: Verifying Checksum 01:33:38 eaf3925da568: Download complete 01:33:38 bde34c3a00c8: Verifying Checksum 01:33:38 bde34c3a00c8: Download complete 01:33:38 b352a97aabf1: Verifying Checksum 01:33:38 b352a97aabf1: Download complete 01:33:38 4872d77fe225: Verifying Checksum 01:33:38 4872d77fe225: Download complete 01:33:38 5851b861e8e6: Verifying Checksum 01:33:38 5851b861e8e6: Download complete 01:33:38 b85a868b505f: Verifying Checksum 01:33:38 b85a868b505f: Download complete 01:33:38 bab4dde63d76: Verifying Checksum 01:33:38 bab4dde63d76: Download complete 01:33:40 b85a868b505f: Pull complete 01:33:40 e2be974225ed: Pull complete 01:33:40 339a4e72a1f5: Pull complete 01:33:40 988bab9f4d93: Pull complete 01:33:41 1469e6f7b9e6: Pull complete 01:33:41 eaf3925da568: Pull complete 01:33:42 bab4dde63d76: Pull complete 01:33:42 bde34c3a00c8: Pull complete 01:33:43 b352a97aabf1: Pull complete 01:33:43 4872d77fe225: Pull complete 01:33:43 5851b861e8e6: Pull complete 01:33:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 01:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:33:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:43 prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container 01:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:33:45 $ docker top d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 -eo pid,comm 01:33:45 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:33:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:33:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:33:45 [ssh-agent] Looking for ssh-agent implementation... 01:33:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:33:45 $ docker exec d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent 01:33:45 SSH_AUTH_SOCK=/tmp/ssh-x6JUMQdDeAIY/agent.32 01:33:45 SSH_AGENT_PID=38 01:33:45 Running ssh-add (command line suppressed) 01:33:45 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_8849854776193779234.key (/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_8849854776193779234.key) 01:33:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:33:46 + git tag --points-at HEAD [Pipeline] } 01:33:46 $ docker exec --env ******** --env ******** d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent -k 01:33:46 unset SSH_AUTH_SOCK; 01:33:46 unset SSH_AGENT_PID; 01:33:46 echo Agent pid 38 killed; 01:33:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:33:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:33:46 [ssh-agent] Looking for ssh-agent implementation... 01:33:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:33:46 $ docker exec d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent 01:33:46 SSH_AUTH_SOCK=/tmp/ssh-03XTnJBgKkPh/agent.71 01:33:46 SSH_AGENT_PID=77 01:33:46 Running ssh-add (command line suppressed) 01:33:46 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_7379692837623565130.key (/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/private_key_7379692837623565130.key) 01:33:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:33:47 + git semver init 01:33:47 2022-10-03 01:33:47,231 [run_init] DEBUG init version:0.0.0 force:False 01:33:47 2022-10-03 01:33:47,234 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver 01:33:47 2022-10-03 01:33:47,234 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver 01:33:47 2022-10-03 01:33:47,235 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419, universal_newlines=False, shell=None, istream=None) 01:33:48 2022-10-03 01:33:48,134 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.git/info/exclude 01:33:48 2022-10-03 01:33:48,135 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 with force:False 01:33:48 2022-10-03 01:33:48,135 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 01:33:48 2022-10-03 01:33:48,140 [execute] INFO git cat-file --batch-check 01:33:48 2022-10-03 01:33:48,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver, universal_newlines=False, shell=None, istream=) 01:33:48 2022-10-03 01:33:48,147 [execute] INFO git cat-file --batch 01:33:48 2022-10-03 01:33:48,148 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver, universal_newlines=False, shell=None, istream=) 01:33:48 2022-10-03 01:33:48,153 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-mqtt-go_PR-419/.semver/PR-419 01:33:48 0.0.0 [Pipeline] } 01:33:48 $ docker exec --env ******** --env ******** d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 ssh-agent -k 01:33:48 unset SSH_AUTH_SOCK; 01:33:48 unset SSH_AGENT_PID; 01:33:48 echo Agent pid 77 killed; 01:33:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:33:48 + git semver [Pipeline] } 01:33:49 $ docker stop --time=1 d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 01:33:50 $ docker rm -f d7c4601501f4edcdfc0885adc7ec10c76b7fd8a597e7f7d97a9d0d7c5daa6895 [Pipeline] // withDockerContainer [Pipeline] sh 01:33:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:33:51 Stashed 1 file(s) [Pipeline] echo 01:33:51 [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:33:51 provisioning config files... 01:33:51 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config7274255508158589074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:33:52 ---> docker-login.sh 01:33:52 nexus3.edgexfoundry.org:10001 01:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:52 Configure a credential helper to remove this warning. See 01:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:52 01:33:52 Login Succeeded 01:33:52 nexus3.edgexfoundry.org:10002 01:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:52 Configure a credential helper to remove this warning. See 01:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:52 01:33:52 Login Succeeded 01:33:52 nexus3.edgexfoundry.org:10003 01:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:52 Configure a credential helper to remove this warning. See 01:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:52 01:33:52 Login Succeeded 01:33:52 nexus3.edgexfoundry.org:10004 01:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:52 Configure a credential helper to remove this warning. See 01:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:52 01:33:52 Login Succeeded 01:33:52 docker.io 01:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:33:52 Configure a credential helper to remove this warning. See 01:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:33:52 01:33:52 Login Succeeded 01:33:52 ---> docker-login.sh ends [Pipeline] } 01:33:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:33:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:33:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:33:53 ========================================================= 01:33:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 01:33:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:53 + 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:33:53 Sending build context to Docker daemon 6.154MB 01:33:53 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:33:53 Step 2/13 : FROM ${BASE} AS builder 01:33:53 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 01:33:53 2408cc74d12b: Pulling fs layer 01:33:53 ea60b727a1ce: Pulling fs layer 01:33:53 30c4a7721957: Pulling fs layer 01:33:53 370296b7ddb6: Pulling fs layer 01:33:53 7c6cee850709: Pulling fs layer 01:33:53 aa9baa53a306: Pulling fs layer 01:33:53 8b309c321861: Pulling fs layer 01:33:53 d8d76fd02f46: Pulling fs layer 01:33:53 fa31f396de31: Pulling fs layer 01:33:53 8b309c321861: Waiting 01:33:53 d8d76fd02f46: Waiting 01:33:53 7c6cee850709: Waiting 01:33:53 aa9baa53a306: Waiting 01:33:53 fa31f396de31: Waiting 01:33:53 370296b7ddb6: Waiting 01:33:53 30c4a7721957: Verifying Checksum 01:33:53 30c4a7721957: Download complete 01:33:53 ea60b727a1ce: Verifying Checksum 01:33:53 ea60b727a1ce: Download complete 01:33:53 7c6cee850709: Download complete 01:33:53 aa9baa53a306: Verifying Checksum 01:33:53 aa9baa53a306: Download complete 01:33:53 2408cc74d12b: Verifying Checksum 01:33:53 2408cc74d12b: Download complete 01:33:53 8b309c321861: Verifying Checksum 01:33:53 8b309c321861: Download complete 01:33:53 2408cc74d12b: Pull complete 01:33:54 ea60b727a1ce: Pull complete 01:33:54 30c4a7721957: Pull complete 01:33:54 d8d76fd02f46: Verifying Checksum 01:33:54 d8d76fd02f46: Download complete 01:33:54 fa31f396de31: Verifying Checksum 01:33:54 370296b7ddb6: Verifying Checksum 01:33:54 370296b7ddb6: Download complete 01:33:58 370296b7ddb6: Pull complete 01:33:58 7c6cee850709: Pull complete 01:33:58 aa9baa53a306: Pull complete 01:33:59 8b309c321861: Pull complete 01:34:01 d8d76fd02f46: Pull complete 01:34:01 fa31f396de31: Pull complete 01:34:02 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 01:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 01:34:02 ---> cef68f9685f8 01:34:02 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:34:04 ---> Running in 2440d714ab81 01:34:04 Removing intermediate container 2440d714ab81 01:34:04 ---> 4528e56b3db2 01:34:04 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:34:04 ---> Running in a4d5f2f7c0bb 01:34:04 Removing intermediate container a4d5f2f7c0bb 01:34:04 ---> fc69cf649dd3 01:34:04 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:34:04 ---> Running in a7856209680d 01:34:04 Removing intermediate container a7856209680d 01:34:04 ---> 171329e6db5e 01:34:04 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:34:04 ---> Running in 624798ce76f5 01:34:04 Removing intermediate container 624798ce76f5 01:34:04 ---> 30f89bfbeee5 01:34:04 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:04 ---> Running in 88f6335136f3 01:34:04 Removing intermediate container 88f6335136f3 01:34:04 ---> 246fc7280fba 01:34:04 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:34:04 ---> Running in 179719928d4d 01:34:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:06 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:06 Still waiting to schedule task 01:34:06 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:34:06 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:34:06 (2/4) Installing libedit (20210910.3.1-r0) 01:34:06 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:34:06 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:34:06 Executing busybox-1.35.0-r13.trigger 01:34:06 OK: 216 MiB in 55 packages 01:34:07 Removing intermediate container 179719928d4d 01:34:07 ---> 2c237898b53e 01:34:07 Step 9/13 : WORKDIR /device-mqtt-go 01:34:07 ---> Running in ac92ad457079 01:34:07 Removing intermediate container ac92ad457079 01:34:07 ---> ae1fce21e2e2 01:34:07 Step 10/13 : COPY go.mod vendor* ./ 01:34:07 ---> b71b6a3f65d2 01:34:07 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:07 ---> Running in 64efd1b19a06 01:34:25 Removing intermediate container 64efd1b19a06 01:34:25 ---> dc2dfb5acea0 01:34:25 Step 12/13 : COPY . . 01:34:25 ---> 48cea7febf73 01:34:25 Step 13/13 : RUN $MAKE 01:34:25 ---> Running in fc2d89bc8dff 01:34:25 noop 01:34:25 Removing intermediate container fc2d89bc8dff 01:34:25 ---> b018f52f397f 01:34:25 Successfully built b018f52f397f 01:34:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:26 + docker inspect -f . ci-base-image-x86_64 01:34:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:26 prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container 01:34:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_PR-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:34:26 $ docker top 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:27 + go version 01:34:27 go version go1.18.3 linux/amd64 [Pipeline] } 01:34:27 $ docker stop --time=1 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 01:34:28 $ docker rm -f 7a0ab733ab3874c9e67a6978c070e881c94724946efaffe971a9b4dbc5404ee8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:29 + docker inspect -f . ci-base-image-x86_64 01:34:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:34:29 prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container 01:34:29 $ 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-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:34:29 $ docker top 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 -eo pid,comm [Pipeline] { [Pipeline] sh 01:34:30 + git config --global --add safe.directory /w/workspace/gexfoundry_device-mqtt-go_PR-419 [Pipeline] fileExists [Pipeline] sh 01:34:30 + make test 01:34:30 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:34:30 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:34:40 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:34:41 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.019s coverage: 21.8% of statements 01:34:41 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:34:49 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:34:49 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:34:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:34:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:34:53 ./bin/test-attribution-txt.sh [Pipeline] echo 01:34:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:34:53 $ docker stop --time=1 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 01:34:55 $ docker rm -f 7ea62bdee383a0f65a7abf2cf84be4598de036f1914f91ae3d1a85808b8bf750 [Pipeline] // withDockerContainer [Pipeline] sh 01:34:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:34:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:34:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:34:56 + ls -al . 01:34:56 total 184 01:34:56 drwxrwxr-x 10 jenkins jenkins 4096 Oct 3 01:34 . 01:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:33 .. 01:34:56 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:33 .dockerignore 01:34:56 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:34 .git 01:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 .github 01:34:56 -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:33 .gitignore 01:34:56 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:33 .golangci.yml 01:34:56 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:33 .semver 01:34:56 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:33 Attribution.txt 01:34:56 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:33 CHANGELOG.md 01:34:56 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:33 Dockerfile 01:34:56 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:33 GOVERNANCE.md 01:34:56 -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:33 Jenkinsfile 01:34:56 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:33 LICENSE 01:34:56 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:33 Makefile 01:34:56 -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:33 OWNERS.md 01:34:56 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:33 README.md 01:34:56 -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:33 VERSION 01:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:33 bin 01:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 cmd 01:34:56 -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:34 coverage.out 01:34:56 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:33 go.mod 01:34:56 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:33 go.sum 01:34:56 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:33 internal 01:34:56 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:33 mock 01:34:56 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:33 snap 01:34:56 -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:57 + 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=52cec41bd07e7e38e3f810eaec0651188088d367 --label arch=amd64 --label version=0.0.0 . 01:34:57 Sending build context to Docker daemon 6.173MB 01:34:57 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:34:57 Step 2/25 : FROM ${BASE} AS builder 01:34:57 ---> b018f52f397f 01:34:57 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:34:57 ---> Running in 0eee22a008f6 01:34:57 Removing intermediate container 0eee22a008f6 01:34:57 ---> 57716ebc8cde 01:34:57 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:34:57 ---> Running in f9e5d5e7fb93 01:34:57 Removing intermediate container f9e5d5e7fb93 01:34:57 ---> b5c685d4e847 01:34:57 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:34:57 ---> Running in 903cdcae514b 01:34:57 Removing intermediate container 903cdcae514b 01:34:57 ---> 797a85ed9b42 01:34:57 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:34:57 ---> Running in be3fbc5bade4 01:34:57 Removing intermediate container be3fbc5bade4 01:34:57 ---> 2fc9862c79b8 01:34:57 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:57 ---> Running in fa3bc8c00e4c 01:34:58 Removing intermediate container fa3bc8c00e4c 01:34:58 ---> 697486306f95 01:34:58 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:34:58 ---> Running in a5765002b263 01:34:58 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:34:59 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:34:59 OK: 216 MiB in 55 packages 01:35:00 Removing intermediate container a5765002b263 01:35:00 ---> bbcf6da32ed9 01:35:00 Step 9/25 : WORKDIR /device-mqtt-go 01:35:00 ---> Running in 0d1d5fd7f3d1 01:35:00 Removing intermediate container 0d1d5fd7f3d1 01:35:00 ---> 218f4cef0a0a 01:35:00 Step 10/25 : COPY go.mod vendor* ./ 01:35:00 ---> f6e0a37ffc81 01:35:00 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:00 ---> Running in 7c93b2d59c9b 01:35:01 Removing intermediate container 7c93b2d59c9b 01:35:01 ---> b9beb5c45fa5 01:35:01 Step 12/25 : COPY . . 01:35:01 ---> ab3a6cf36f5c 01:35:01 Step 13/25 : RUN $MAKE 01:35:01 ---> Running in 2870fef47423 01:35:01 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:35:23 Removing intermediate container 2870fef47423 01:35:23 ---> cd625ee29e64 01:35:23 Step 14/25 : FROM alpine:3.16 01:35:23 3.16: Pulling from library/alpine 01:35:23 213ec9aee27d: Pulling fs layer 01:35:23 213ec9aee27d: Verifying Checksum 01:35:23 213ec9aee27d: Download complete 01:35:23 213ec9aee27d: Pull complete 01:35:23 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:35:23 Status: Downloaded newer image for alpine:3.16 01:35:23 ---> 9c6f07244728 01:35:23 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:35:23 ---> Running in a251a09f5d52 01:35:23 Removing intermediate container a251a09f5d52 01:35:23 ---> f92e411887f0 01:35:23 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:35:23 ---> Running in 6356b317e218 01:35:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 01:35:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 01:35:25 (1/6) Installing dumb-init (1.2.5-r1) 01:35:25 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:35:25 (3/6) Installing libsodium (1.0.18-r0) 01:35:25 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:35:25 (5/6) Installing libzmq (4.3.4-r0) 01:35:25 (6/6) Installing zeromq (4.3.4-r0) 01:35:26 Executing busybox-1.35.0-r17.trigger 01:35:26 OK: 8 MiB in 20 packages 01:35:26 Removing intermediate container 6356b317e218 01:35:26 ---> a58edcd0f9ef 01:35:26 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:35:26 ---> a0c54ed0cab1 01:35:26 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:35:27 ---> ab7152180e6d 01:35:27 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:35:27 ---> 12d74275fb15 01:35:27 Step 20/25 : EXPOSE 59982 01:35:27 ---> Running in 8cd6c78cdd98 01:35:27 Removing intermediate container 8cd6c78cdd98 01:35:27 ---> 638fbd704f34 01:35:27 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:35:27 ---> Running in e4fd9a509a64 01:35:27 Removing intermediate container e4fd9a509a64 01:35:27 ---> 776910e199f4 01:35:27 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:35:27 ---> Running in fe8a98e59b02 01:35:27 Removing intermediate container fe8a98e59b02 01:35:27 ---> e54600902b13 01:35:27 Step 23/25 : LABEL arch=amd64 01:35:27 ---> Running in edcbc068c89c 01:35:28 Removing intermediate container edcbc068c89c 01:35:28 ---> 455bc042b2ef 01:35:28 Step 24/25 : LABEL git_sha=52cec41bd07e7e38e3f810eaec0651188088d367 01:35:28 ---> Running in c48332e41eeb 01:35:28 Removing intermediate container c48332e41eeb 01:35:28 ---> deb4b8180edc 01:35:28 Step 25/25 : LABEL version=0.0.0 01:35:28 ---> Running in 345499dc2013 01:35:28 Removing intermediate container 345499dc2013 01:35:28 ---> 8af48f45cc79 01:35:28 [Warning] One or more build-args [ARCH] were not consumed 01:35:28 Successfully built 8af48f45cc79 01:35:28 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:35:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:29 01:35:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:29 latest: Pulling from edgex-lftools-log-publisher 01:35:29 5eb5b503b376: Pulling fs layer 01:35:29 5c69ac0246d0: Pulling fs layer 01:35:29 ec43610c2a17: Pulling fs layer 01:35:29 3a2ae6a8a46f: Pulling fs layer 01:35:29 33b1e0a273af: Pulling fs layer 01:35:29 5d3b04190fa2: Pulling fs layer 01:35:29 2f39f015ded8: Pulling fs layer 01:35:29 33b1e0a273af: Waiting 01:35:29 3a2ae6a8a46f: Waiting 01:35:29 5d3b04190fa2: Waiting 01:35:29 2f39f015ded8: Waiting 01:35:29 5c69ac0246d0: Verifying Checksum 01:35:29 5c69ac0246d0: Download complete 01:35:29 3a2ae6a8a46f: Verifying Checksum 01:35:29 3a2ae6a8a46f: Download complete 01:35:29 ec43610c2a17: Verifying Checksum 01:35:29 ec43610c2a17: Download complete 01:35:29 33b1e0a273af: Verifying Checksum 01:35:29 33b1e0a273af: Download complete 01:35:29 5d3b04190fa2: Verifying Checksum 01:35:29 5d3b04190fa2: Download complete 01:35:29 5eb5b503b376: Verifying Checksum 01:35:29 5eb5b503b376: Download complete 01:35:30 2f39f015ded8: Verifying Checksum 01:35:30 2f39f015ded8: Download complete 01:35:30 5eb5b503b376: Pull complete 01:35:30 5c69ac0246d0: Pull complete 01:35:31 ec43610c2a17: Pull complete 01:35:31 3a2ae6a8a46f: Pull complete 01:35:31 33b1e0a273af: Pull complete 01:35:31 5d3b04190fa2: Pull complete 01:35:35 2f39f015ded8: Pull complete 01:35:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:35:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:35:36 prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container 01:35:36 $ 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-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@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:35:37 $ docker top 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:38 ---> job-cost.sh 01:35:38 lf-activate-venv: SKIPPING 01:35:38 INFO: No Stack... 01:35:38 INFO: Retrieving Pricing Info for: v3-standard-8 01:35:38 INFO: Archiving Costs [Pipeline] sh 01:35:39 + cut -d, -f6 01:35:39 + cat /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/cost.csv [Pipeline] lock 01:35:39 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] 01:35:39 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] did not exist. Created. 01:35:39 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:35:39 + echo total: 0.2199999988079071 [Pipeline] stash 01:35:39 Stashed 1 file(s) [Pipeline] } 01:35:39 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:35:39 $ docker stop --time=1 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c 01:35:41 $ docker rm -f 58c3ef96fc3d19c1269459b112158ab5fc01dcbf56a9078cb8d0c5f9e53dd59c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:50:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6788 in /w/workspace/gexfoundry_device-mqtt-go_PR-419 [Pipeline] { [Pipeline] ws 01:50:42 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 01:50:42 Selected Git installation does not exist. Using Default 01:50:42 The recommended git tool is: NONE 01:50:48 using credential edgex-jenkins-ssh 01:50:48 Cloning the remote Git repository 01:50:48 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 01:50:48 > git init /w/workspace/device-mqtt-go/1 # timeout=10 01:50:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:50:48 > git --version # timeout=10 01:50:48 > git --version # 'git version 2.25.1' 01:50:48 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:48 Verifying host key using known hosts file 01:50:49 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:50:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:50 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:50:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:51 Merging remotes/origin/main commit 328ff548ea1794223110aa3bbf079b4887c6fdbc into PR head commit 52cec41bd07e7e38e3f810eaec0651188088d367 01:50:52 Merge succeeded, producing 52cec41bd07e7e38e3f810eaec0651188088d367 01:50:52 Checking out Revision 52cec41bd07e7e38e3f810eaec0651188088d367 (PR-419) 01:50:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 01:50:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 01:50:51 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:51 Verifying host key using known hosts file 01:50: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:50:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:50:51 > git config core.sparsecheckout # timeout=10 01:50:52 > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 01:50:52 > git remote # timeout=10 01:50:52 > git config --get remote.origin.url # timeout=10 01:50:52 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:52 Verifying host key using known hosts file 01:50:52 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:50:52 > git merge 328ff548ea1794223110aa3bbf079b4887c6fdbc # timeout=10 01:50:52 > git rev-parse HEAD^{commit} # timeout=10 01:50:52 > git config core.sparsecheckout # timeout=10 01:50:52 > git checkout -f 52cec41bd07e7e38e3f810eaec0651188088d367 # timeout=10 01:50:52 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 01:50:52 > git --version # timeout=10 01:50:52 > git --version # 'git version 2.25.1' 01:50:52 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:50:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:50:53 % Total % Received % Xferd Average Speed Time Time Time Current 01:50:53 Dload Upload Total Spent Left Speed 01:50:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 12602 83 10505 0 0 35976 0 --:--:-- --:--:-- --:--:-- 35853 100 12602 100 12602 0 0 43010 0 --:--:-- --:--:-- --:--:-- 42863 [Pipeline] sh 01:50:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:50:55 + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:50:55 sudo tee /etc/docker/daemon.new 01:50:55 { 01:50:55 "registry-mirrors": [ 01:50:55 "https://nexus3.edgexfoundry.org:10001" 01:50:55 ], 01:50:55 "bip": "10.250.0.254/24", 01:50:55 "hosts": [ 01:50:55 "tcp://0.0.0.0:5555", 01:50:55 "unix:///var/run/docker.sock" 01:50:55 ], 01:50:55 "mtu": 1458, 01:50:55 "selinux-enabled": true, 01:50:55 "seccomp-profile": "/etc/docker/seccomp.json" 01:50:55 } [Pipeline] sh 01:50:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:50:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:14 provisioning config files... 01:51:14 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/1@tmp/config17137047877347021675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:14 ---> docker-login.sh 01:51:14 nexus3.edgexfoundry.org:10001 01:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:15 Configure a credential helper to remove this warning. See 01:51:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:15 01:51:15 Login Succeeded 01:51:15 nexus3.edgexfoundry.org:10002 01:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:15 Configure a credential helper to remove this warning. See 01:51:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:15 01:51:15 Login Succeeded 01:51:15 nexus3.edgexfoundry.org:10003 01:51:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:15 Configure a credential helper to remove this warning. See 01:51:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:15 01:51:15 Login Succeeded 01:51:15 nexus3.edgexfoundry.org:10004 01:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:16 Configure a credential helper to remove this warning. See 01:51:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:16 01:51:16 Login Succeeded 01:51:16 docker.io 01:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:51:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:51:16 Configure a credential helper to remove this warning. See 01:51:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:51:16 01:51:16 Login Succeeded 01:51:16 ---> docker-login.sh ends [Pipeline] } 01:51:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:51:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:51:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:51:17 ========================================================= 01:51:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:51:17 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:17 + 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:51:17 Sending build context to Docker daemon 3.184MB 01:51:17 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 01:51:17 Step 2/13 : FROM ${BASE} AS builder 01:51:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:51:18 b3c136eddcbf: Pulling fs layer 01:51:18 c0a3192eca97: Pulling fs layer 01:51:18 a050256f5b6f: Pulling fs layer 01:51:18 656be50a0ddc: Pulling fs layer 01:51:18 2bbca73fdf42: Pulling fs layer 01:51:18 f607e4fc86c3: Pulling fs layer 01:51:18 4d572c569a2c: Pulling fs layer 01:51:18 fcf976331f73: Pulling fs layer 01:51:18 2bbca73fdf42: Waiting 01:51:18 f607e4fc86c3: Waiting 01:51:18 4d572c569a2c: Waiting 01:51:18 fcf976331f73: Waiting 01:51:18 656be50a0ddc: Waiting 01:51:18 a050256f5b6f: Verifying Checksum 01:51:18 a050256f5b6f: Download complete 01:51:18 c0a3192eca97: Verifying Checksum 01:51:18 c0a3192eca97: Download complete 01:51:18 2bbca73fdf42: Download complete 01:51:18 f607e4fc86c3: Verifying Checksum 01:51:18 f607e4fc86c3: Download complete 01:51:18 b3c136eddcbf: Verifying Checksum 01:51:18 b3c136eddcbf: Download complete 01:51:19 b3c136eddcbf: Pull complete 01:51:19 fcf976331f73: Verifying Checksum 01:51:19 fcf976331f73: Download complete 01:51:19 c0a3192eca97: Pull complete 01:51:20 a050256f5b6f: Pull complete 01:51:20 4d572c569a2c: Download complete 01:51:20 656be50a0ddc: Verifying Checksum 01:51:20 656be50a0ddc: Download complete 01:51:33 656be50a0ddc: Pull complete 01:51:33 2bbca73fdf42: Pull complete 01:51:33 f607e4fc86c3: Pull complete 01:51:38 4d572c569a2c: Pull complete 01:51:41 fcf976331f73: Pull complete 01:51:41 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 01:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:51:41 ---> 3970a7415f9e 01:51:41 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:51:43 ---> Running in 04eb98a6ef24 01:51:43 Removing intermediate container 04eb98a6ef24 01:51:43 ---> 6886d9c39e96 01:51:43 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:51:43 ---> Running in 7cf1093822f3 01:51:44 Removing intermediate container 7cf1093822f3 01:51:44 ---> 97b99fe8fa33 01:51:44 Step 5/13 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:51:44 ---> Running in 4ca272f551c6 01:51:44 Removing intermediate container 4ca272f551c6 01:51:44 ---> 388589354464 01:51:44 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:51:44 ---> Running in dee6db7b6358 01:51:45 Removing intermediate container dee6db7b6358 01:51:45 ---> ab182930851f 01:51:45 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:51:45 ---> Running in 7b54a25b2be9 01:51:47 Removing intermediate container 7b54a25b2be9 01:51:47 ---> 5803c89c81fe 01:51:47 Step 8/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:51:47 ---> Running in 47ddd29528ad 01:51:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:51:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:51:50 (1/4) Installing openssh-keygen (9.0_p1-r2) 01:51:50 (2/4) Installing libedit (20210910.3.1-r0) 01:51:50 (3/4) Installing openssh-client-common (9.0_p1-r2) 01:51:50 (4/4) Installing openssh-client-default (9.0_p1-r2) 01:51:50 Executing busybox-1.35.0-r13.trigger 01:51:50 OK: 226 MiB in 55 packages 01:51:51 Removing intermediate container 47ddd29528ad 01:51:51 ---> 4e3d132da284 01:51:51 Step 9/13 : WORKDIR /device-mqtt-go 01:51:51 ---> Running in 73ec53657d71 01:51:52 Removing intermediate container 73ec53657d71 01:51:52 ---> 823b919adafc 01:51:52 Step 10/13 : COPY go.mod vendor* ./ 01:51:52 ---> e1a477743c4b 01:51:52 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:51:52 ---> Running in ec0393705a2b 01:52:49 Removing intermediate container ec0393705a2b 01:52:49 ---> b1f8f28c2883 01:52:49 Step 12/13 : COPY . . 01:52:49 ---> 1ef5296c8761 01:52:49 Step 13/13 : RUN $MAKE 01:52:49 ---> Running in efc8d077f763 01:52:49 noop 01:52:49 Removing intermediate container efc8d077f763 01:52:49 ---> 3f7d5d733366 01:52:49 Successfully built 3f7d5d733366 01:52:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:49 + docker inspect -f . ci-base-image-arm64 01:52:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:49 prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container 01:52:49 $ 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 ******** ci-base-image-arm64 cat 01:52:51 $ docker top b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:52 + go version 01:52:52 go version go1.18.3 linux/arm64 [Pipeline] } 01:52:52 $ docker stop --time=1 b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca 01:52:53 $ docker rm -f b1d2ef11523019de0495300760b5474fb70e06e8c193a87384b62eaa415837ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:54 + docker inspect -f . ci-base-image-arm64 01:52:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:54 prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container 01:52:54 $ 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 ******** ci-base-image-arm64 cat 01:52:56 $ docker top c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:57 + git config --global --add safe.directory /w/workspace/device-mqtt-go/1 [Pipeline] fileExists [Pipeline] sh 01:52:57 + make test 01:52:57 GCO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:52:59 ? github.com/edgexfoundry/device-mqtt-go [no test files] 01:54:36 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 01:54:36 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.074s coverage: 21.8% of statements 01:54:36 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 01:54:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:54:36 GCO_ENABLED=1 GO111MODULE=on go vet ./... 01:54:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:54:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:54:58 ./bin/test-attribution-txt.sh [Pipeline] echo 01:54:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:54:58 $ docker stop --time=1 c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 01:55:00 $ docker rm -f c940a624c564eb39b7c087cf9d0d693d84580a6c66c01f2a209a9d8f81a73007 [Pipeline] // withDockerContainer [Pipeline] sh 01:55:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:55:01 Warning: overwriting stash ‘coverage-report’ 01:55:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:55:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:55:03 + ls -al . 01:55:03 total 180 01:55:03 drwxrwxr-x 9 jenkins jenkins 4096 Oct 3 01:52 . 01:55:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:50 .. 01:55:03 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 01:50 .dockerignore 01:55:03 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 01:50 .git 01:55:03 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 .github 01:55:03 -rw-rw-r-- 1 jenkins jenkins 329 Oct 3 01:50 .gitignore 01:55:03 -rw-rw-r-- 1 jenkins jenkins 41 Oct 3 01:50 .golangci.yml 01:55:03 -rw-rw-r-- 1 jenkins jenkins 9293 Oct 3 01:50 Attribution.txt 01:55:03 -rw-rw-r-- 1 jenkins jenkins 11365 Oct 3 01:50 CHANGELOG.md 01:55:03 -rw-rw-r-- 1 jenkins jenkins 1988 Oct 3 01:50 Dockerfile 01:55:03 -rw-rw-r-- 1 jenkins jenkins 677 Oct 3 01:50 GOVERNANCE.md 01:55:03 -rw-rw-r-- 1 jenkins jenkins 678 Oct 3 01:50 Jenkinsfile 01:55:03 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 3 01:50 LICENSE 01:55:03 -rw-rw-r-- 1 jenkins jenkins 2126 Oct 3 01:50 Makefile 01:55:03 -rw-rw-r-- 1 jenkins jenkins 620 Oct 3 01:50 OWNERS.md 01:55:03 -rw-rw-r-- 1 jenkins jenkins 3165 Oct 3 01:50 README.md 01:55:03 -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 01:33 VERSION 01:55:03 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:50 bin 01:55:03 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 cmd 01:55:03 -rw-r--r-- 1 jenkins jenkins 17887 Oct 3 01:54 coverage.out 01:55:03 -rw-rw-r-- 1 jenkins jenkins 3523 Oct 3 01:50 go.mod 01:55:03 -rw-rw-r-- 1 jenkins jenkins 37946 Oct 3 01:50 go.sum 01:55:03 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 01:50 internal 01:55:03 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 01:50 mock 01:55:03 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 01:50 snap 01:55:03 -rw-rw-r-- 1 jenkins jenkins 227 Oct 3 01:50 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:55:03 + 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=52cec41bd07e7e38e3f810eaec0651188088d367 --label arch=arm64 --label version=0.0.0 . 01:55:04 Sending build context to Docker daemon 3.203MB 01:55:04 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 01:55:04 Step 2/25 : FROM ${BASE} AS builder 01:55:04 ---> 3f7d5d733366 01:55:04 Step 3/25 : ARG ADD_BUILD_TAGS="" 01:55:04 ---> Running in 01035381288b 01:55:04 Removing intermediate container 01035381288b 01:55:04 ---> c678dec9ab50 01:55:04 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:55:04 ---> Running in 1a023487aeac 01:55:04 Removing intermediate container 1a023487aeac 01:55:04 ---> a912fce08a3b 01:55:04 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 01:55:05 ---> Running in c39af02b36c3 01:55:05 Removing intermediate container c39af02b36c3 01:55:05 ---> 35576b19ec5b 01:55:05 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 01:55:05 ---> Running in 14ac1d11ed66 01:55:05 Removing intermediate container 14ac1d11ed66 01:55:05 ---> 3c9415c1b955 01:55:05 Step 7/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:05 ---> Running in 95e76472b708 01:55:07 Removing intermediate container 95e76472b708 01:55:07 ---> 2f4949b3ceae 01:55:07 Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:55:07 ---> Running in 58c3c7f55de9 01:55:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:55:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:55:10 OK: 226 MiB in 55 packages 01:55:11 Removing intermediate container 58c3c7f55de9 01:55:11 ---> b50aee33cd5e 01:55:11 Step 9/25 : WORKDIR /device-mqtt-go 01:55:11 ---> Running in 8794f763b7f1 01:55:11 Removing intermediate container 8794f763b7f1 01:55:11 ---> 3d17a3f099ae 01:55:11 Step 10/25 : COPY go.mod vendor* ./ 01:55:12 ---> 0597a7938c57 01:55:12 Step 11/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:12 ---> Running in e2a360d2bbe8 01:55:14 Removing intermediate container e2a360d2bbe8 01:55:14 ---> d201e4e04a72 01:55:14 Step 12/25 : COPY . . 01:55:15 ---> 1c47ef121473 01:55:15 Step 13/25 : RUN $MAKE 01:55:15 ---> Running in f07f8a82578b 01:55:16 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:57:52 Removing intermediate container f07f8a82578b 01:57:52 ---> bc461b049b86 01:57:52 Step 14/25 : FROM alpine:3.16 01:57:52 3.16: Pulling from library/alpine 01:57:52 9b18e9b68314: Pulling fs layer 01:57:52 9b18e9b68314: Verifying Checksum 01:57:52 9b18e9b68314: Download complete 01:57:52 9b18e9b68314: Pull complete 01:57:52 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:57:52 Status: Downloaded newer image for alpine:3.16 01:57:52 ---> a6215f271958 01:57:52 Step 15/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 01:57:52 ---> Running in 42ceb90be6f3 01:57:52 Removing intermediate container 42ceb90be6f3 01:57:52 ---> 988d45fd735f 01:57:52 Step 16/25 : RUN apk add --update --no-cache zeromq dumb-init 01:57:52 ---> Running in a5f3f0467c6c 01:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:57:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:57:52 (1/6) Installing dumb-init (1.2.5-r1) 01:57:52 (2/6) Installing libgcc (11.2.1_git20220219-r2) 01:57:52 (3/6) Installing libsodium (1.0.18-r0) 01:57:52 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 01:57:52 (5/6) Installing libzmq (4.3.4-r0) 01:57:52 (6/6) Installing zeromq (4.3.4-r0) 01:57:52 Executing busybox-1.35.0-r17.trigger 01:57:52 OK: 8 MiB in 20 packages 01:57:52 Removing intermediate container a5f3f0467c6c 01:57:52 ---> b37f9e82f4e4 01:57:52 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 01:57:52 ---> 7ab8f4fbed97 01:57:52 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 01:57:52 ---> 261d88cb7427 01:57:52 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 01:57:52 ---> c9fe6e9aa340 01:57:52 Step 20/25 : EXPOSE 59982 01:57:52 ---> Running in 01d1d4b3247d 01:57:52 Removing intermediate container 01d1d4b3247d 01:57:52 ---> 20c708322085 01:57:52 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 01:57:52 ---> Running in ff005ad39c9d 01:57:52 Removing intermediate container ff005ad39c9d 01:57:52 ---> 6731f71dc7b1 01:57:52 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:52 ---> Running in e1caba6080a5 01:57:52 Removing intermediate container e1caba6080a5 01:57:52 ---> 3e6484596c7a 01:57:52 Step 23/25 : LABEL arch=arm64 01:57:52 ---> Running in 7a19bb5b7019 01:57:52 Removing intermediate container 7a19bb5b7019 01:57:52 ---> 2a382026abff 01:57:52 Step 24/25 : LABEL git_sha=52cec41bd07e7e38e3f810eaec0651188088d367 01:57:52 ---> Running in 0985483e4e81 01:57:52 Removing intermediate container 0985483e4e81 01:57:52 ---> 2cade473c978 01:57:52 Step 25/25 : LABEL version=0.0.0 01:57:52 ---> Running in 109258d72a69 01:57:52 Removing intermediate container 109258d72a69 01:57:52 ---> 2feab956a430 01:57:52 [Warning] One or more build-args [ARCH] were not consumed 01:57:52 Successfully built 2feab956a430 01:57:52 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:57:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:57:53 01:57:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:57:54 arm64: Pulling from edgex-lftools-log-publisher 01:57:54 8998bd30e6a1: Pulling fs layer 01:57:54 04944245beec: Pulling fs layer 01:57:54 699f458cf7ca: Pulling fs layer 01:57:54 765212b225bb: Pulling fs layer 01:57:54 f23df028b6ca: Pulling fs layer 01:57:54 d65c8cfc05b1: Pulling fs layer 01:57:54 2437ff75d9bd: Pulling fs layer 01:57:54 f23df028b6ca: Waiting 01:57:54 d65c8cfc05b1: Waiting 01:57:54 765212b225bb: Waiting 01:57:54 2437ff75d9bd: Waiting 01:57:54 04944245beec: Verifying Checksum 01:57:54 04944245beec: Download complete 01:57:54 765212b225bb: Download complete 01:57:54 f23df028b6ca: Verifying Checksum 01:57:54 f23df028b6ca: Download complete 01:57:54 d65c8cfc05b1: Verifying Checksum 01:57:54 d65c8cfc05b1: Download complete 01:57:54 699f458cf7ca: Verifying Checksum 01:57:54 699f458cf7ca: Download complete 01:57:54 8998bd30e6a1: Verifying Checksum 01:57:54 8998bd30e6a1: Download complete 01:57:56 2437ff75d9bd: Verifying Checksum 01:57:56 2437ff75d9bd: Download complete 01:57:58 8998bd30e6a1: Pull complete 01:57:59 04944245beec: Pull complete 01:58:01 699f458cf7ca: Pull complete 01:58:01 765212b225bb: Pull complete 01:58:01 f23df028b6ca: Pull complete 01:58:01 d65c8cfc05b1: Pull complete 01:58:16 2437ff75d9bd: Pull complete 01:58:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:58:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:58:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:58:17 prd-ubuntu20.04-docker-arm64-4c-16g-6788 does not seem to be running inside a container 01:58:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:58:19 $ docker top 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:58:20 ---> job-cost.sh 01:58:20 lf-activate-venv: SKIPPING 01:58:20 INFO: No Stack... 01:58:21 INFO: Retrieving Pricing Info for: v3-standard-4 01:58:22 INFO: Archiving Costs [Pipeline] sh 01:58:22 + cat /w/workspace/device-mqtt-go/1/archives/cost.csv 01:58:22 + cut -d, -f6 [Pipeline] lock 01:58:22 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] 01:58:22 Resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] did not exist. Created. 01:58:22 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:58:23 /w/workspace/device-mqtt-go/1@tmp/durable-55e97ed2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:58:24 + echo total: 0.10999999940395355 [Pipeline] stash 01:58:24 Warning: overwriting stash ‘stack-cost’ 01:58:24 Stashed 1 file(s) [Pipeline] } 01:58:24 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-PR-419-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:58:24 $ docker stop --time=1 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 01:58:25 $ docker rm -f 6efe77370e7925c85bc438ac2a1653ada1f0d726a9f45c07ae01e3676891d6a4 [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:58:26 provisioning config files... 01:58:26 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config2825824198753866368tmp [Pipeline] { [Pipeline] sh 01:58:27 + set +x 01:58:27 + curl -s https://codecov.io/bash 01:58:27 + bash -s -- 01:58:27 01:58:27 _____ _ 01:58:27 / ____| | | 01:58:27 | | ___ __| | ___ ___ _____ __ 01:58:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:58:27 | |___| (_) | (_| | __/ (_| (_) \ V / 01:58:27 \_____\___/ \__,_|\___|\___\___/ \_/ 01:58:27 Bash-1.0.6 01:58:27 01:58:27 01:58:27 ==> git version 2.25.1 found 01:58:27 ==> 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:58:27 Release-Date: 2020-01-08 01:58:27 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:58:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:58:27 ==> Jenkins CI detected. 01:58:27 current dir:  /w/workspace/gexfoundry_device-mqtt-go_PR-419 01:58:27 project root: . 01:58:27 --> token set from env 01:58:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:58:27 ==> Running gcov in . (disable via -X gcov) 01:58:27 ==> Python coveragepy not found 01:58:27 ==> Searching for coverage reports in: 01:58:27 + . 01:58:27 -> Found 1 reports 01:58:27 ==> Detecting git/mercurial file structure 01:58:27 ==> Reading reports 01:58:27 + ./coverage.out bytes=17887 01:58:27 ==> Appending adjustments 01:58:27 https://docs.codecov.io/docs/fixing-reports 01:58:27 + Found adjustments 01:58:27 ==> Gzipping contents 01:58:27 4.0K /tmp/codecov.tnfaxO.gz 01:58:27 ==> Uploading reports 01:58:27 url: https://codecov.io 01:58:27 query: branch=PR-419&commit=52cec41bd07e7e38e3f810eaec0651188088d367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=419&job=&cmd_args= 01:58:27 -> Pinging Codecov 01:58:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=PR-419&commit=52cec41bd07e7e38e3f810eaec0651188088d367&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-419%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=419&job=&cmd_args= 01:58:27 -> Uploading to 01:58:27 https://storage.googleapis.com/codecov/v4/raw/2022-10-03/7D719EC7BBE17E464838252E33014C33/52cec41bd07e7e38e3f810eaec0651188088d367/e3b1ab30-9db0-4210-a8b0-1ffc4bc4e6ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221003T015827Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fcb5f40348f81284e558318a960c321561fc5664c017b09ca4aab60a69844061 01:58:27 % Total % Received % Xferd Average Speed Time Time Time Current 01:58:27 Dload Upload Total Spent Left Speed 01:58:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3196 0 0 100 3196 0 13835 --:--:-- --:--:-- --:--:-- 13835 01:58:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/52cec41bd07e7e38e3f810eaec0651188088d367 [Pipeline] } 01:58:27 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:58:29 + [ -d /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives ] 01:58:29 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives 01:58:29 total 16 01:58:29 drwxr-xr-x 3 root root 4096 Oct 3 01:35 . 01:58:29 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:35 .. 01:58:29 drwxr-xr-x 2 root root 4096 Oct 3 01:35 cost 01:58:29 -rw-r--r-- 1 root root 86 Oct 3 01:35 cost.csv 01:58:29 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives 01:58:29 + ls -al /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives 01:58:29 total 16 01:58:29 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 01:35 . 01:58:29 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 01:35 .. 01:58:29 drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 01:35 cost 01:58:29 -rw-r--r-- 1 jenkins jenkins 86 Oct 3 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:58:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:58:30 ---> package-listing.sh 01:58:30 ++ facter osfamily 01:58:30 ++ tr '[:upper:]' '[:lower:]' 01:58:31 + OS_FAMILY=debian 01:58:31 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-419 01:58:31 + START_PACKAGES=/tmp/packages_start.txt 01:58:31 + END_PACKAGES=/tmp/packages_end.txt 01:58:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:58:31 + PACKAGES=/tmp/packages_start.txt 01:58:31 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-419 ']' 01:58:31 + PACKAGES=/tmp/packages_end.txt 01:58:31 + case "${OS_FAMILY}" in 01:58:31 + dpkg -l 01:58:31 + grep '^ii' 01:58:31 + '[' -f /tmp/packages_start.txt ']' 01:58:31 + '[' -f /tmp/packages_end.txt ']' 01:58:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:58:31 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-419 ']' 01:58:31 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/ 01:58:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-419/archives/ [Pipeline] echo 01:58:31 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-419/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:58:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:58:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:58:32 prd-ubuntu20.04-docker-8c-8g-6636 does not seem to be running inside a container 01:58:32 $ 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-419/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-419 -v /w/workspace/gexfoundry_device-mqtt-go_PR-419:/w/workspace/gexfoundry_device-mqtt-go_PR-419:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:58:32 $ docker top a973e8fdf7e21dd525aad21a99a9761092fdfd47fcf0510325586ea94440de90 -eo pid,comm [Pipeline] { [Pipeline] sh 01:58:32 + touch /tmp/pre-build-complete [Pipeline] sh 01:58:33 + mkdir -p /var/log/sysstat [Pipeline] sh 01:58:33 + ls /var/log/sa-host 01:58:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:58:33 provisioning config files... 01:58:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-419@tmp/config11782452321668552641tmp [Pipeline] { [Pipeline] echo 01:58:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:58:34 ---> create-netrc.sh [Pipeline] } 01:58:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:58:34 ---> python-tools-install.sh [Pipeline] echo 01:58:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:58:34 ---> sudo-logs.sh 01:58:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:58:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:58:35 ---> job-cost.sh 01:58:35 lf-activate-venv: SKIPPING 01:58:35 DEBUG: total: 0.2199999988079071 01:58:35 INFO: Retrieving Stack Cost... 01:58:35 INFO: Retrieving Pricing Info for: v3-standard-8 01:58:36 INFO: Archiving Costs [Pipeline] echo 01:58:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:58:36 ---> logs-deploy.sh 01:58:36 lf-activate-venv: SKIPPING 01:58:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-419/1 01:58:36 INFO: archiving workspace using pattern(s): 01:58:37 Archives upload complete. 01:58:37 INFO: archiving logs to Nexus 01:58:38 ---> uname -a: 01:58:38 Linux prd-ubuntu20-04-docker-8c-8g-6636 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:58:38 01:58:38 01:58:38 ---> lscpu: 01:58:38 Architecture: x86_64 01:58:38 CPU op-mode(s): 32-bit, 64-bit 01:58:38 Byte Order: Little Endian 01:58:38 Address sizes: 40 bits physical, 48 bits virtual 01:58:38 CPU(s): 8 01:58:38 On-line CPU(s) list: 0-7 01:58:38 Thread(s) per core: 1 01:58:38 Core(s) per socket: 1 01:58:38 Socket(s): 8 01:58:38 NUMA node(s): 1 01:58:38 Vendor ID: AuthenticAMD 01:58:38 CPU family: 23 01:58:38 Model: 49 01:58:38 Model name: AMD EPYC-Rome Processor 01:58:38 Stepping: 0 01:58:38 CPU MHz: 2799.998 01:58:38 BogoMIPS: 5599.99 01:58:38 Virtualization: AMD-V 01:58:38 Hypervisor vendor: KVM 01:58:38 Virtualization type: full 01:58:38 L1d cache: 256 KiB 01:58:38 L1i cache: 256 KiB 01:58:38 L2 cache: 4 MiB 01:58:38 L3 cache: 128 MiB 01:58:38 NUMA node0 CPU(s): 0-7 01:58:38 Vulnerability Itlb multihit: Not affected 01:58:38 Vulnerability L1tf: Not affected 01:58:38 Vulnerability Mds: Not affected 01:58:38 Vulnerability Meltdown: Not affected 01:58:38 Vulnerability Mmio stale data: Not affected 01:58:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:58:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:58:38 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:58:38 Vulnerability Srbds: Not affected 01:58:38 Vulnerability Tsx async abort: Not affected 01:58:38 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:58:38 01:58:38 01:58:38 ---> nproc: 01:58:38 8 01:58:38 01:58:38 01:58:38 ---> df -h: 01:58:38 Filesystem Size Used Avail Use% Mounted on 01:58:38 overlay 155G 12G 144G 8% / 01:58:38 tmpfs 64M 0 64M 0% /dev 01:58:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:58:38 shm 64M 0 64M 0% /dev/shm 01:58:38 /dev/vda1 155G 12G 144G 8% /facter-os 01:58:38 01:58:38 01:58:38 ---> sar -b -r -n DEV: 01:58:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6636) 10/03/22 _x86_64_ (8 CPU) 01:58:38 01:58:38 01:32:55 LINUX RESTART (8 CPU) 01:58:38 01:58:38 01:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:58:38 01:34:01 135.19 48.03 87.15 0.00 5421.13 175418.46 0.00 01:58:38 01:35:01 241.03 1.48 239.54 0.00 32.93 69063.16 0.00 01:58:38 01:36:01 112.75 0.07 112.68 0.00 8.80 33283.92 0.00 01:58:38 01:37:01 1.88 0.00 1.88 0.00 0.00 22.01 0.00 01:58:38 01:38:01 12.46 1.57 10.90 0.00 87.99 1908.35 0.00 01:58:38 01:39:01 28.96 7.78 21.18 0.00 2798.33 2899.92 0.00 01:58:38 01:40:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 01:58:38 01:41:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 01:58:38 01:42:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 01:58:38 01:43:02 1.28 0.00 1.28 0.00 0.00 15.20 0.00 01:58:38 01:44:01 1.51 0.00 1.51 0.00 0.00 27.11 0.00 01:58:38 01:45:01 1.95 1.02 0.93 0.00 21.86 15.73 0.00 01:58:38 01:46:01 1.97 0.00 1.97 0.00 0.00 22.53 0.00 01:58:38 01:47:01 0.85 0.00 0.85 0.00 0.00 9.87 0.00 01:58:38 01:48:01 1.37 0.00 1.37 0.00 0.00 16.13 0.00 01:58:38 01:49:01 1.45 0.02 1.43 0.00 0.13 19.20 0.00 01:58:38 01:50:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 01:58:38 01:51:01 0.88 0.00 0.88 0.00 0.00 9.60 0.00 01:58:38 01:52:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 01:58:38 01:53:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 01:58:38 01:54:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 01:58:38 01:55:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 01:58:38 01:56:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 01:58:38 01:57:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 01:58:38 01:58:01 3.15 1.65 1.50 0.00 37.73 19.73 0.00 01:58:38 Average: 22.34 2.47 19.88 0.00 336.61 11323.79 0.00 01:58:38 01:58:38 01:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:58:38 01:34:01 29183488 31577640 752980 2.29 71632 2598356 1994852 5.88 1012936 2341292 719384 01:58:38 01:35:01 28502316 31506540 801340 2.44 135908 3083164 1984692 5.85 1235488 2714156 380 01:58:38 01:36:01 27806088 31549696 757772 2.30 146340 3756428 1756592 5.18 1242716 3346572 400 01:58:38 01:37:01 27806252 31549928 757372 2.30 146388 3756432 1756592 5.18 1242628 3346580 136 01:58:38 01:38:01 27717860 31527536 773824 2.35 149452 3813464 1810848 5.34 1268352 3396508 564 01:58:38 01:39:01 27525508 31542132 748940 2.28 164716 4005140 1767192 5.21 1386808 3458144 4 01:58:38 01:40:01 27529280 31545868 745128 2.27 164752 4005144 1767192 5.21 1383596 3458148 8 01:58:38 01:41:01 27529140 31545840 745152 2.27 164804 4005148 1767192 5.21 1384128 3458188 152 01:58:38 01:42:01 27529092 31545820 745104 2.27 164836 4005152 1767192 5.21 1383716 3458196 12 01:58:38 01:43:02 27529020 31546232 745008 2.27 164880 4005156 1767192 5.21 1383528 3458608 172 01:58:38 01:44:01 27529256 31546536 744620 2.26 164940 4005156 1767192 5.21 1383496 3458620 12 01:58:38 01:45:01 27527808 31546240 744776 2.26 165016 4005776 1834484 5.41 1383632 3459180 452 01:58:38 01:46:01 27527800 31546232 744740 2.26 165032 4005776 1834484 5.41 1383572 3459180 4 01:58:38 01:47:01 27528004 31546456 744404 2.26 165060 4005780 1834484 5.41 1383252 3459184 168 01:58:38 01:48:01 27527988 31546484 744324 2.26 165096 4005780 1818036 5.36 1383308 3459188 16 01:58:38 01:49:01 27527104 31545860 744856 2.27 165148 4005892 1763908 5.20 1383456 3459292 152 01:58:38 01:50:01 27527280 31546072 744576 2.26 165188 4005896 1763908 5.20 1383556 3459296 8 01:58:38 01:51:01 27527740 31546564 744240 2.26 165220 4005896 1763908 5.20 1383600 3459296 156 01:58:38 01:52:01 27527976 31546844 743932 2.26 165260 4005900 1763908 5.20 1383700 3459300 8 01:58:38 01:53:01 27527928 31546856 743880 2.26 165300 4005904 1763908 5.20 1383560 3459316 136 01:58:38 01:54:01 27527748 31546756 744112 2.26 165340 4005904 1763908 5.20 1383676 3459316 12 01:58:38 01:55:01 27527748 31546808 744136 2.26 165372 4005912 1763908 5.20 1383648 3459320 180 01:58:38 01:56:01 27527700 31546784 744108 2.26 165404 4005904 1763908 5.20 1383676 3459320 8 01:58:38 01:57:01 27527596 31546716 744104 2.26 165428 4005920 1763908 5.20 1383720 3459324 168 01:58:38 01:58:01 27520656 31541932 748952 2.28 165484 4007044 1780144 5.25 1391868 3459684 28 01:58:38 Average: 27662735 31545215 749695 2.28 158080 3884881 1795341 5.29 1347425 3373008 28909 01:58:38 01:58:38 01:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:58:38 01:34:01 ens3 522.46 340.44 6408.01 82.29 0.00 0.00 0.00 0.00 01:58:38 01:34:01 docker0 3.93 3.35 0.41 46.14 0.00 0.00 0.00 0.00 01:58:38 01:34:01 lo 7.06 7.06 0.68 0.68 0.00 0.00 0.00 0.00 01:58:38 01:35:01 vethfad4edc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:35:01 ens3 273.69 202.32 1799.17 110.92 0.00 0.00 0.00 0.00 01:58:38 01:35:01 docker0 144.06 196.52 11.62 1743.47 0.00 0.00 0.00 0.00 01:58:38 01:35:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 01:58:38 01:36:01 ens3 113.58 75.09 2634.74 15.14 0.00 0.00 0.00 0.00 01:58:38 01:36:01 docker0 2.57 4.07 0.17 57.88 0.00 0.00 0.00 0.00 01:58:38 01:36:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 01:58:38 01:37:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:38:01 ens3 29.53 16.31 822.37 1.31 0.00 0.00 0.00 0.00 01:58:38 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:38:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 01:58:38 01:39:01 ens3 35.76 24.41 475.63 1.78 0.00 0.00 0.00 0.00 01:58:38 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:39:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 01:58:38 01:40:01 ens3 1.28 0.03 0.11 0.00 0.00 0.00 0.00 0.00 01:58:38 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:41:01 ens3 0.88 0.73 0.55 0.30 0.00 0.00 0.00 0.00 01:58:38 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:42:01 ens3 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:43:02 ens3 0.63 0.43 0.27 0.22 0.00 0.00 0.00 0.00 01:58:38 01:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:43:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:44:01 ens3 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 01:58:38 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:45:01 ens3 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:46:01 ens3 0.13 0.03 0.06 0.00 0.00 0.00 0.00 0.00 01:58:38 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:47:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:48:01 ens3 0.12 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:58:38 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:49:01 ens3 0.62 0.18 0.11 0.07 0.00 0.00 0.00 0.00 01:58:38 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:50:01 ens3 1.70 0.42 0.50 0.27 0.00 0.00 0.00 0.00 01:58:38 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:51:01 ens3 1.10 0.30 0.32 0.20 0.00 0.00 0.00 0.00 01:58:38 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:52:01 ens3 0.37 0.20 0.25 0.19 0.00 0.00 0.00 0.00 01:58:38 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:53:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:54:01 ens3 0.30 0.13 0.14 0.07 0.00 0.00 0.00 0.00 01:58:38 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:55:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:56:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:57:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 01:58:01 ens3 7.95 6.43 5.11 5.96 0.00 0.00 0.00 0.00 01:58:38 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:58:38 01:58:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:58:38 Average: ens3 39.68 26.75 486.25 8.76 0.00 0.00 0.00 0.00 01:58:38 Average: docker0 6.03 8.16 0.49 73.95 0.00 0.00 0.00 0.00 01:58:38 Average: lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 01:58:38 01:58:38 01:58:38 ---> sar -P ALL: 01:58:38 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6636) 10/03/22 _x86_64_ (8 CPU) 01:58:38 01:58:38 01:32:55 LINUX RESTART (8 CPU) 01:58:38 01:58:38 01:33:01 CPU %user %nice %system %iowait %steal %idle 01:58:38 01:34:01 all 9.49 0.00 3.59 1.15 0.05 85.72 01:58:38 01:34:01 0 11.57 0.00 3.72 0.34 0.05 84.32 01:58:38 01:34:01 1 8.47 0.00 3.11 0.60 0.05 87.76 01:58:38 01:34:01 2 12.51 0.00 4.01 2.42 0.05 81.00 01:58:38 01:34:01 3 10.51 0.00 3.64 0.20 0.05 85.59 01:58:38 01:34:01 4 10.76 0.00 4.23 0.35 0.05 84.60 01:58:38 01:34:01 5 7.05 0.00 3.85 4.06 0.05 84.99 01:58:38 01:34:01 6 8.18 0.00 3.17 0.94 0.05 87.65 01:58:38 01:34:01 7 6.82 0.00 2.93 0.32 0.05 89.88 01:58:38 01:35:01 all 27.97 0.00 6.39 1.84 0.08 63.73 01:58:38 01:35:01 0 28.50 0.00 7.75 5.55 0.08 58.12 01:58:38 01:35:01 1 27.88 0.00 7.15 5.34 0.07 59.57 01:58:38 01:35:01 2 26.85 0.00 5.74 0.34 0.08 66.99 01:58:38 01:35:01 3 26.32 0.00 5.65 0.62 0.08 67.32 01:58:38 01:35:01 4 29.05 0.00 6.48 0.32 0.07 64.08 01:58:38 01:35:01 5 28.01 0.00 5.10 0.20 0.07 66.62 01:58:38 01:35:01 6 28.65 0.00 6.81 1.57 0.07 62.90 01:58:38 01:35:01 7 28.50 0.00 6.42 0.81 0.08 64.19 01:58:38 01:36:01 all 19.89 0.00 3.91 0.87 0.05 75.27 01:58:38 01:36:01 0 19.46 0.00 3.53 0.03 0.05 76.92 01:58:38 01:36:01 1 20.51 0.00 3.94 2.45 0.07 73.03 01:58:38 01:36:01 2 19.08 0.00 3.69 0.15 0.05 77.02 01:58:38 01:36:01 3 20.58 0.00 3.94 1.75 0.05 73.68 01:58:38 01:36:01 4 19.73 0.00 4.01 0.03 0.05 76.17 01:58:38 01:36:01 5 20.24 0.00 4.05 0.12 0.03 75.56 01:58:38 01:36:01 6 19.42 0.00 4.37 1.70 0.05 74.46 01:58:38 01:36:01 7 20.13 0.00 3.78 0.74 0.05 75.30 01:58:38 01:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:58:38 01:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:37:01 1 0.00 0.00 0.00 0.02 0.00 99.98 01:58:38 01:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:37:01 3 0.00 0.00 0.00 0.02 0.02 99.97 01:58:38 01:37:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:37:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:58:38 01:38:01 all 0.31 0.00 0.16 0.08 0.01 99.43 01:58:38 01:38:01 0 0.22 0.00 0.20 0.02 0.00 99.57 01:58:38 01:38:01 1 0.13 0.00 0.08 0.03 0.02 99.73 01:58:38 01:38:01 2 0.10 0.00 0.12 0.03 0.00 99.75 01:58:38 01:38:01 3 0.23 0.00 0.32 0.30 0.00 99.15 01:58:38 01:38:01 4 0.22 0.00 0.15 0.05 0.02 99.57 01:58:38 01:38:01 5 0.52 0.00 0.20 0.18 0.00 99.10 01:58:38 01:38:01 6 0.85 0.00 0.12 0.02 0.02 99.00 01:58:38 01:38:01 7 0.25 0.00 0.08 0.03 0.02 99.62 01:58:38 01:39:01 all 1.08 0.00 0.65 0.23 0.01 98.03 01:58:38 01:39:01 0 0.83 0.00 1.12 0.30 0.02 97.73 01:58:38 01:39:01 1 2.47 0.00 0.36 0.26 0.02 96.89 01:58:38 01:39:01 2 0.64 0.00 0.38 0.02 0.02 98.95 01:58:38 01:39:01 3 0.63 0.00 1.65 0.80 0.02 96.90 01:58:38 01:39:01 4 0.82 0.00 0.50 0.28 0.02 98.38 01:58:38 01:39:01 5 0.88 0.00 0.42 0.05 0.00 98.65 01:58:38 01:39:01 6 0.58 0.00 0.32 0.07 0.00 99.03 01:58:38 01:39:01 7 1.79 0.00 0.43 0.03 0.00 97.74 01:58:38 01:40:01 all 0.26 0.00 0.01 0.00 0.01 99.71 01:58:38 01:40:01 0 0.00 0.00 0.03 0.02 0.02 99.93 01:58:38 01:40:01 1 1.97 0.00 0.02 0.00 0.02 98.00 01:58:38 01:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 01:58:38 01:40:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:40:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:40:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:40:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:40:01 7 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:41:01 all 0.13 0.00 0.03 0.01 0.00 99.83 01:58:38 01:41:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:58:38 01:41:01 1 0.90 0.00 0.15 0.00 0.02 98.94 01:58:38 01:41:01 2 0.03 0.00 0.00 0.00 0.02 99.95 01:58:38 01:41:01 3 0.00 0.00 0.00 0.03 0.00 99.97 01:58:38 01:41:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:41:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:58:38 01:41:01 6 0.03 0.00 0.00 0.00 0.00 99.97 01:58:38 01:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 01:58:38 01:42:01 all 0.02 0.00 0.01 0.01 0.01 99.96 01:58:38 01:42:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:58:38 01:42:01 1 0.07 0.00 0.02 0.00 0.02 99.90 01:58:38 01:42:01 2 0.00 0.00 0.02 0.00 0.03 99.95 01:58:38 01:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 01:58:38 01:42:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:42:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:42:01 6 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:43:02 all 0.03 0.00 0.01 0.01 0.01 99.94 01:58:38 01:43:02 0 0.07 0.00 0.07 0.00 0.02 99.85 01:58:38 01:43:02 1 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:43:02 2 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:43:02 3 0.02 0.00 0.02 0.03 0.00 99.93 01:58:38 01:43:02 4 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:43:02 5 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:43:02 6 0.05 0.00 0.00 0.02 0.00 99.93 01:58:38 01:43:02 7 0.03 0.00 0.00 0.02 0.00 99.95 01:58:38 01:44:01 all 0.02 0.00 0.01 0.01 0.01 99.95 01:58:38 01:44:01 0 0.03 0.00 0.00 0.00 0.00 99.97 01:58:38 01:44:01 1 0.03 0.00 0.00 0.00 0.02 99.95 01:58:38 01:44:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:58:38 01:44:01 3 0.00 0.00 0.02 0.03 0.00 99.95 01:58:38 01:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:44:01 5 0.02 0.00 0.00 0.03 0.00 99.95 01:58:38 01:44:01 6 0.00 0.00 0.02 0.03 0.02 99.93 01:58:38 01:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:58:38 01:44:01 CPU %user %nice %system %iowait %steal %idle 01:58:38 01:45:01 all 0.29 0.00 0.04 0.01 0.01 99.65 01:58:38 01:45:01 0 0.08 0.00 0.10 0.00 0.02 99.80 01:58:38 01:45:01 1 1.95 0.00 0.03 0.00 0.00 98.01 01:58:38 01:45:01 2 0.02 0.00 0.03 0.00 0.02 99.93 01:58:38 01:45:01 3 0.03 0.00 0.02 0.03 0.02 99.90 01:58:38 01:45:01 4 0.00 0.00 0.03 0.00 0.00 99.97 01:58:38 01:45:01 5 0.02 0.00 0.03 0.00 0.00 99.95 01:58:38 01:45:01 6 0.20 0.00 0.03 0.05 0.00 99.72 01:58:38 01:45:01 7 0.02 0.00 0.03 0.00 0.00 99.95 01:58:38 01:46:01 all 0.14 0.00 0.01 0.00 0.01 99.84 01:58:38 01:46:01 0 0.03 0.00 0.02 0.02 0.02 99.92 01:58:38 01:46:01 1 0.98 0.00 0.05 0.00 0.02 98.96 01:58:38 01:46:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:46:01 3 0.03 0.00 0.02 0.00 0.02 99.93 01:58:38 01:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:46:01 6 0.02 0.00 0.02 0.02 0.02 99.93 01:58:38 01:46:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:47:01 all 0.01 0.00 0.01 0.01 0.00 99.97 01:58:38 01:47:01 0 0.02 0.00 0.02 0.02 0.00 99.95 01:58:38 01:47:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:47:01 3 0.00 0.00 0.02 0.03 0.02 99.93 01:58:38 01:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:47:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:48:01 all 0.01 0.00 0.01 0.01 0.01 99.96 01:58:38 01:48:01 0 0.02 0.00 0.02 0.02 0.02 99.93 01:58:38 01:48:01 1 0.05 0.00 0.03 0.00 0.05 99.87 01:58:38 01:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:48:01 3 0.00 0.00 0.00 0.03 0.00 99.97 01:58:38 01:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:48:01 6 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:49:01 all 0.02 0.00 0.02 0.01 0.01 99.95 01:58:38 01:49:01 0 0.05 0.00 0.03 0.02 0.02 99.88 01:58:38 01:49:01 1 0.03 0.00 0.02 0.02 0.02 99.92 01:58:38 01:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:49:01 3 0.02 0.00 0.02 0.02 0.00 99.95 01:58:38 01:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:49:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:58:38 01:49:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:50:01 all 0.26 0.00 0.01 0.01 0.01 99.72 01:58:38 01:50:01 0 0.03 0.00 0.05 0.02 0.00 99.90 01:58:38 01:50:01 1 1.91 0.00 0.02 0.00 0.02 98.06 01:58:38 01:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:50:01 3 0.02 0.00 0.00 0.05 0.00 99.93 01:58:38 01:50:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:51:01 all 0.25 0.00 0.01 0.00 0.01 99.73 01:58:38 01:51:01 0 0.03 0.00 0.07 0.02 0.03 99.85 01:58:38 01:51:01 1 1.87 0.00 0.00 0.00 0.02 98.11 01:58:38 01:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:52:01 all 0.01 0.00 0.01 0.01 0.01 99.97 01:58:38 01:52:01 0 0.03 0.00 0.03 0.02 0.02 99.90 01:58:38 01:52:01 1 0.00 0.00 0.02 0.00 0.02 99.97 01:58:38 01:52:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:52:01 3 0.00 0.00 0.00 0.03 0.02 99.95 01:58:38 01:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:52:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:53:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:58:38 01:53:01 0 0.03 0.00 0.03 0.02 0.03 99.88 01:58:38 01:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:53:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:53:01 3 0.05 0.00 0.02 0.02 0.00 99.92 01:58:38 01:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:53:01 5 0.00 0.00 0.00 0.00 0.02 99.98 01:58:38 01:53:01 6 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 01:58:38 01:54:01 0 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:54:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:54:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 01:58:38 01:55:01 0 0.02 0.00 0.02 0.00 0.02 99.95 01:58:38 01:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 01:58:38 01:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:58:38 01:55:01 3 0.00 0.00 0.03 0.03 0.00 99.93 01:58:38 01:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:55:01 6 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:58:38 01:55:01 CPU %user %nice %system %iowait %steal %idle 01:58:38 01:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 01:58:38 01:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 01:58:38 01:56:01 1 0.00 0.00 0.00 0.00 0.02 99.98 01:58:38 01:56:01 2 0.02 0.00 0.03 0.00 0.03 99.92 01:58:38 01:56:01 3 0.03 0.00 0.02 0.05 0.02 99.88 01:58:38 01:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:58:38 01:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 01:58:38 01:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:57:01 all 0.01 0.00 0.00 0.00 0.00 99.98 01:58:38 01:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 01:58:38 01:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:57:01 2 0.05 0.00 0.00 0.00 0.02 99.93 01:58:38 01:57:01 3 0.02 0.00 0.00 0.02 0.00 99.97 01:58:38 01:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:57:01 6 0.03 0.00 0.02 0.00 0.00 99.95 01:58:38 01:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:58:38 01:58:01 all 0.25 0.00 0.04 0.01 0.01 99.69 01:58:38 01:58:01 0 0.33 0.00 0.10 0.08 0.02 99.47 01:58:38 01:58:01 1 0.08 0.00 0.02 0.00 0.02 99.88 01:58:38 01:58:01 2 0.23 0.00 0.05 0.00 0.02 99.70 01:58:38 01:58:01 3 0.05 0.00 0.07 0.03 0.00 99.85 01:58:38 01:58:01 4 1.03 0.00 0.03 0.00 0.00 98.93 01:58:38 01:58:01 5 0.07 0.00 0.02 0.00 0.00 99.92 01:58:38 01:58:01 6 0.15 0.00 0.03 0.00 0.00 99.82 01:58:38 01:58:01 7 0.07 0.00 0.00 0.00 0.00 99.93 01:58:38 Average: all 2.40 0.00 0.59 0.17 0.01 96.82 01:58:38 Average: 0 2.44 0.00 0.67 0.26 0.02 96.61 01:58:38 Average: 1 2.77 0.00 0.60 0.35 0.02 96.27 01:58:38 Average: 2 2.37 0.00 0.57 0.12 0.02 96.93 01:58:38 Average: 3 2.33 0.00 0.61 0.17 0.01 96.88 01:58:38 Average: 4 2.45 0.00 0.62 0.04 0.01 96.88 01:58:38 Average: 5 2.26 0.00 0.54 0.18 0.01 97.00 01:58:38 Average: 6 2.31 0.00 0.59 0.18 0.01 96.91 01:58:38 Average: 7 2.29 0.00 0.55 0.08 0.01 97.08 01:58:38 01:58:38 01:58:38