Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 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-ssh8578916556180821500.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh11240647940245111705.key > 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3294602878034351129.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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 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-ssh14078339503345833636.key > 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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9386069396256750433.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.20 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-12633 in /w/workspace/edgexfoundry_device-mqtt-go_main [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/edgexfoundry_device-mqtt-go_main # 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587)" > git rev-list --no-walk 2e3ea50809046315b94e2a0692d75037f7d6efed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:59:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:59:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:59:09 ========================================================= 21:59:09 EdgeX Global Pipelines Version Info 21:59:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:59:10 ------------------- 21:59:10 stable info: 21:59:10 ------------------- 21:59:10 Commited By: Bill Mahoney bill.mahoney@intel.com 21:59:10 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 21:59:10 Message: update stable to v1.0.248 21:59:11 ------------------- 21:59:11 experimental info: 21:59:11 ------------------- 21:59:11 Commited By: **** collab-it+edgex@linuxfoundation.org 21:59:11 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 21:59:11 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2e0357b [Pipeline] echo 21:59:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:59:11 provisioning config files... 21:59:12 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13234326678291796262tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:12 ---> docker-login.sh 21:59:12 nexus3.edgexfoundry.org:10001 21:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:12 Configure a credential helper to remove this warning. See 21:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:12 21:59:12 Login Succeeded 21:59:12 nexus3.edgexfoundry.org:10002 21:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:12 Configure a credential helper to remove this warning. See 21:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:12 21:59:12 Login Succeeded 21:59:12 nexus3.edgexfoundry.org:10003 21:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:12 Configure a credential helper to remove this warning. See 21:59:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:12 21:59:12 Login Succeeded 21:59:12 nexus3.edgexfoundry.org:10004 21:59:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:13 Configure a credential helper to remove this warning. See 21:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:13 21:59:13 Login Succeeded 21:59:13 docker.io 21:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:13 Configure a credential helper to remove this warning. See 21:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:13 21:59:13 Login Succeeded 21:59:13 ---> docker-login.sh ends [Pipeline] } 21:59:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:59:13 + git rev-list -1 --merges 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9~1..2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo 21:59:13 -----------> git rev-list -1 --merges 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9~1..2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [false] [Pipeline] sh 21:59:14 + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo 21:59:14 ========================================================= 21:59:14 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:59:14 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:59:14 + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] echo 21:59:14 [semverPrep] GIT_COMMIT: 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9, Commit Message: build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587) [Pipeline] echo 21:59:14 [semverPrep] This is not a build commit. [Pipeline] sh 21:59:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:59:14 + grep -v github /etc/ssh/ssh_known_hosts 21:59:14 + [ -e /tmp/ssh_known_hosts ] 21:59:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:59:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:59:14 + sudo tee -a /etc/ssh/ssh_known_hosts 21:59:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:59:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:59:15 21:59:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:59:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:59:15 0.1.4: Pulling from edgex-devops/py-git-semver 21:59:15 b85a868b505f: Pulling fs layer 21:59:15 e2be974225ed: Pulling fs layer 21:59:15 339a4e72a1f5: Pulling fs layer 21:59:15 988bab9f4d93: Pulling fs layer 21:59:15 1469e6f7b9e6: Pulling fs layer 21:59:15 eaf3925da568: Pulling fs layer 21:59:15 bab4dde63d76: Pulling fs layer 21:59:15 bde34c3a00c8: Pulling fs layer 21:59:15 b352a97aabf1: Pulling fs layer 21:59:15 4872d77fe225: Pulling fs layer 21:59:15 5851b861e8e6: Pulling fs layer 21:59:15 988bab9f4d93: Waiting 21:59:15 1469e6f7b9e6: Waiting 21:59:15 eaf3925da568: Waiting 21:59:15 bab4dde63d76: Waiting 21:59:15 bde34c3a00c8: Waiting 21:59:15 b352a97aabf1: Waiting 21:59:15 4872d77fe225: Waiting 21:59:15 5851b861e8e6: Waiting 21:59:15 e2be974225ed: Verifying Checksum 21:59:15 e2be974225ed: Download complete 21:59:15 988bab9f4d93: Verifying Checksum 21:59:15 988bab9f4d93: Download complete 21:59:15 339a4e72a1f5: Verifying Checksum 21:59:15 339a4e72a1f5: Download complete 21:59:15 eaf3925da568: Download complete 21:59:15 1469e6f7b9e6: Verifying Checksum 21:59:15 1469e6f7b9e6: Download complete 21:59:15 bde34c3a00c8: Verifying Checksum 21:59:15 bde34c3a00c8: Download complete 21:59:15 b352a97aabf1: Verifying Checksum 21:59:15 b352a97aabf1: Download complete 21:59:15 4872d77fe225: Verifying Checksum 21:59:15 4872d77fe225: Download complete 21:59:15 5851b861e8e6: Download complete 21:59:15 b85a868b505f: Download complete 21:59:16 bab4dde63d76: Verifying Checksum 21:59:16 bab4dde63d76: Download complete 21:59:17 b85a868b505f: Pull complete 21:59:17 e2be974225ed: Pull complete 21:59:17 339a4e72a1f5: Pull complete 21:59:17 988bab9f4d93: Pull complete 21:59:17 1469e6f7b9e6: Pull complete 21:59:17 eaf3925da568: Pull complete 21:59:19 bab4dde63d76: Pull complete 21:59:19 bde34c3a00c8: Pull complete 21:59:20 b352a97aabf1: Pull complete 21:59:20 4872d77fe225: Pull complete 21:59:20 5851b861e8e6: Pull complete 21:59:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:59:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:59:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:59:20 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 21:59:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:59:21 $ docker top 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 -eo pid,comm 21:59:21 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). 21:59:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:59:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:21 [ssh-agent] Looking for ssh-agent implementation... 21:59:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:21 $ docker exec 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent 21:59:21 SSH_AUTH_SOCK=/tmp/ssh-rAjZDqwOiPOc/agent.31 21:59:21 SSH_AGENT_PID=37 21:59:21 Running ssh-add (command line suppressed) 21:59:21 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_777069879330552943.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_777069879330552943.key) 21:59:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:22 + git tag --points-at HEAD [Pipeline] } 21:59:22 $ docker exec --env ******** --env ******** 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent -k 21:59:22 unset SSH_AUTH_SOCK; 21:59:22 unset SSH_AGENT_PID; 21:59:22 echo Agent pid 37 killed; 21:59:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:59:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:59:22 [ssh-agent] Looking for ssh-agent implementation... 21:59:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:59:22 $ docker exec 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent 21:59:22 SSH_AUTH_SOCK=/tmp/ssh-dY7k05ghwLYo/agent.70 21:59:22 SSH_AGENT_PID=76 21:59:22 Running ssh-add (command line suppressed) 21:59:22 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17789510467304094911.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_17789510467304094911.key) 21:59:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:59:23 + git semver init 21:59:23 2023-05-03 21:59:23,250 [run_init] DEBUG init version:0.0.0 force:False 21:59:23 2023-05-03 21:59:23,250 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 21:59:23 2023-05-03 21:59:23,251 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 21:59:23 2023-05-03 21:59:23,251 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-mqtt-go.git', '/w/workspace/edgexfoundry_device-mqtt-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 21:59:24 2023-05-03 21:59:24,049 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 21:59:24 2023-05-03 21:59:24,050 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 21:59:24 2023-05-03 21:59:24,050 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 21:59:24 2023-05-03 21:59:24,050 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 21:59:24 3.0.0-dev.29 [Pipeline] } 21:59:24 $ docker exec --env ******** --env ******** 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 ssh-agent -k 21:59:24 unset SSH_AUTH_SOCK; 21:59:24 unset SSH_AGENT_PID; 21:59:24 echo Agent pid 76 killed; 21:59:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:59:24 + git semver [Pipeline] } 21:59:25 $ docker stop --time=1 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 21:59:26 $ docker rm -f --volumes 0bbf17b1c17be2bedaa0e197ac396ca615675bb93301f372eb892490a845a627 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:59:26 Stashed 1 file(s) [Pipeline] echo 21:59:26 [edgeXSemver]: initialized semver on version 3.0.0-dev.29 [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 21:59:27 provisioning config files... 21:59:27 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config13299667618474096233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:27 ---> docker-login.sh 21:59:27 nexus3.edgexfoundry.org:10001 21:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:27 Configure a credential helper to remove this warning. See 21:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:27 21:59:27 Login Succeeded 21:59:27 nexus3.edgexfoundry.org:10002 21:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:27 Configure a credential helper to remove this warning. See 21:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:27 21:59:27 Login Succeeded 21:59:27 nexus3.edgexfoundry.org:10003 21:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:27 Configure a credential helper to remove this warning. See 21:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:27 21:59:27 Login Succeeded 21:59:27 nexus3.edgexfoundry.org:10004 21:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:27 Configure a credential helper to remove this warning. See 21:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:27 21:59:27 Login Succeeded 21:59:27 docker.io 21:59:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:27 Configure a credential helper to remove this warning. See 21:59:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:27 21:59:27 Login Succeeded 21:59:27 ---> docker-login.sh ends [Pipeline] } 21:59:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:59:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:59:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:59:27 ========================================================= 21:59:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 21:59:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:59:28 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 21:59:28 Sending build context to Docker daemon 6.47MB 21:59:28 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 21:59:28 Step 2/12 : FROM ${BASE} AS builder 21:59:28 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 21:59:28 f56be85fc22e: Pulling fs layer 21:59:28 85791d961cd3: Pulling fs layer 21:59:28 d694b5ae8c79: Pulling fs layer 21:59:28 9f32a84ed3da: Pulling fs layer 21:59:28 4d19c01a9841: Pulling fs layer 21:59:28 9325e15d5711: Pulling fs layer 21:59:28 556b6ee489ea: Pulling fs layer 21:59:28 c5a4b2cf53e6: Pulling fs layer 21:59:28 9f32a84ed3da: Waiting 21:59:28 556b6ee489ea: Waiting 21:59:28 c5a4b2cf53e6: Waiting 21:59:28 9325e15d5711: Waiting 21:59:28 85791d961cd3: Download complete 21:59:28 9f32a84ed3da: Download complete 21:59:28 4d19c01a9841: Verifying Checksum 21:59:28 4d19c01a9841: Download complete 21:59:28 f56be85fc22e: Verifying Checksum 21:59:28 f56be85fc22e: Download complete 21:59:28 9325e15d5711: Verifying Checksum 21:59:28 9325e15d5711: Download complete 21:59:28 f56be85fc22e: Pull complete 21:59:28 85791d961cd3: Pull complete 21:59:28 c5a4b2cf53e6: Verifying Checksum 21:59:28 c5a4b2cf53e6: Download complete 21:59:29 d694b5ae8c79: Verifying Checksum 21:59:29 d694b5ae8c79: Download complete 21:59:29 556b6ee489ea: Verifying Checksum 21:59:29 556b6ee489ea: Download complete 21:59:32 d694b5ae8c79: Pull complete 21:59:32 9f32a84ed3da: Pull complete 21:59:32 4d19c01a9841: Pull complete 21:59:32 9325e15d5711: Pull complete 21:59:34 556b6ee489ea: Pull complete 21:59:35 c5a4b2cf53e6: Pull complete 21:59:35 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 21:59:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 21:59:35 ---> c4be618373d6 21:59:35 Step 3/12 : ARG ADD_BUILD_TAGS="" 21:59:36 ---> Running in 95b7df1a03d9 21:59:37 Removing intermediate container 95b7df1a03d9 21:59:37 ---> 7dda8255e0bd 21:59:37 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:59:37 ---> Running in 849ebc2be006 21:59:37 Removing intermediate container 849ebc2be006 21:59:37 ---> a703155d0eed 21:59:37 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 21:59:37 ---> Running in 33d1a6ddf434 21:59:37 Removing intermediate container 33d1a6ddf434 21:59:37 ---> 2138682bc4b1 21:59:37 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 21:59:37 ---> Running in a3799d3eb618 21:59:37 Removing intermediate container a3799d3eb618 21:59:37 ---> 20844b7d85f9 21:59:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:59:37 ---> Running in 2f121686cf8b 21:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 21:59:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 21:59:37 (1/4) Installing openssh-keygen (9.1_p1-r2) 21:59:37 (2/4) Installing libedit (20221030.3.1-r0) 21:59:37 (3/4) Installing openssh-client-common (9.1_p1-r2) 21:59:37 (4/4) Installing openssh-client-default (9.1_p1-r2) 21:59:37 Executing busybox-1.35.0-r29.trigger 21:59:37 OK: 269 MiB in 57 packages 21:59:38 Removing intermediate container 2f121686cf8b 21:59:38 ---> 4312ac8a628c 21:59:38 Step 8/12 : WORKDIR /device-mqtt-go 21:59:38 ---> Running in 4ae21e49fbcf 21:59:38 Removing intermediate container 4ae21e49fbcf 21:59:38 ---> 853bf88d0f44 21:59:38 Step 9/12 : COPY go.mod vendor* ./ 21:59:38 ---> 5e71bea0b217 21:59:38 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:59:38 ---> Running in 79c96bc22d07 21:59:41 Still waiting to schedule task 21:59:41 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-12632’ 22:00:00 Removing intermediate container 79c96bc22d07 22:00:00 ---> 54d1b9163df5 22:00:00 Step 11/12 : COPY . . 22:00:00 ---> bb7ad1a4d9df 22:00:00 Step 12/12 : RUN $MAKE 22:00:00 ---> Running in afe15f7819a2 22:00:00 noop 22:00:00 Removing intermediate container afe15f7819a2 22:00:00 ---> e9cc20565315 22:00:00 Successfully built e9cc20565315 22:00:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:00 + docker inspect -f . ci-base-image-x86_64 22:00:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:00:00 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:00:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 ******** ci-base-image-x86_64 cat 22:00:01 $ docker top df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:01 + go version 22:00:01 go version go1.20.2 linux/amd64 [Pipeline] } 22:00:01 $ docker stop --time=1 df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa 22:00:02 $ docker rm -f --volumes df030bf85ee97fb4117a3b06b023617df6fa779911bb09f1ba5aa69d365cb7aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:03 + docker inspect -f . ci-base-image-x86_64 22:00:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:00:03 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 ******** ci-base-image-x86_64 cat 22:00:03 $ docker top e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:04 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 22:00:04 + make test 22:00:04 go test ./... -coverprofile=coverage.out ./... 22:00:08 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:00:18 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:00:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:00:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.016s coverage: 23.1% of statements 22:00:23 go vet ./... 22:00:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:00:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:00:27 ./bin/test-attribution-txt.sh [Pipeline] echo 22:00:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:00:27 $ docker stop --time=1 e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf 22:00:30 $ docker rm -f --volumes e421c0bd694336eb52d47881c5ebaf1d7e9a096de71ca3148548eb447ea329bf [Pipeline] // withDockerContainer [Pipeline] sh 22:00:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:00:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:00:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:00:32 + ls -al . 22:00:32 total 180 22:00:32 drwxrwxr-x 10 jenkins jenkins 4096 May 3 22:00 . 22:00:32 drwxrwxr-x 4 jenkins jenkins 4096 May 3 21:59 .. 22:00:32 -rw-rw-r-- 1 jenkins jenkins 140 May 3 21:59 .dockerignore 22:00:32 drwxrwxr-x 8 jenkins jenkins 4096 May 3 21:59 .git 22:00:32 drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 .github 22:00:32 -rw-rw-r-- 1 jenkins jenkins 329 May 3 21:59 .gitignore 22:00:32 -rw-rw-r-- 1 jenkins jenkins 41 May 3 21:59 .golangci.yml 22:00:32 drwxr-xr-x 3 jenkins jenkins 4096 May 3 21:59 .semver 22:00:32 -rw-rw-r-- 1 jenkins jenkins 9417 May 3 21:59 Attribution.txt 22:00:32 -rw-rw-r-- 1 jenkins jenkins 13162 May 3 21:59 CHANGELOG.md 22:00:32 -rw-rw-r-- 1 jenkins jenkins 1689 May 3 21:59 Dockerfile 22:00:32 -rw-rw-r-- 1 jenkins jenkins 677 May 3 21:59 GOVERNANCE.md 22:00:32 -rw-rw-r-- 1 jenkins jenkins 678 May 3 21:59 Jenkinsfile 22:00:32 -rw-rw-r-- 1 jenkins jenkins 11340 May 3 21:59 LICENSE 22:00:32 -rw-rw-r-- 1 jenkins jenkins 1732 May 3 21:59 Makefile 22:00:32 -rw-rw-r-- 1 jenkins jenkins 620 May 3 21:59 OWNERS.md 22:00:32 -rw-rw-r-- 1 jenkins jenkins 3165 May 3 21:59 README.md 22:00:32 -rw-rw-r-- 1 jenkins jenkins 12 May 3 21:59 VERSION 22:00:32 drwxrwxr-x 2 jenkins jenkins 4096 May 3 21:59 bin 22:00:32 drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 cmd 22:00:32 -rw-r--r-- 1 jenkins jenkins 18144 May 3 22:00 coverage.out 22:00:32 -rw-rw-r-- 1 jenkins jenkins 3333 May 3 21:59 go.mod 22:00:32 -rw-rw-r-- 1 jenkins jenkins 31443 May 3 21:59 go.sum 22:00:32 drwxrwxr-x 3 jenkins jenkins 4096 May 3 21:59 internal 22:00:32 drwxrwxr-x 2 jenkins jenkins 4096 May 3 21:59 mock 22:00:32 drwxrwxr-x 4 jenkins jenkins 4096 May 3 21:59 snap 22:00:32 -rw-rw-r-- 1 jenkins jenkins 227 May 3 21:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:32 + 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=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 --label arch=amd64 --label version=3.0.0-dev.29 . 22:00:32 Sending build context to Docker daemon 6.489MB 22:00:32 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 22:00:32 Step 2/24 : FROM ${BASE} AS builder 22:00:32 ---> e9cc20565315 22:00:32 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:00:32 ---> Running in c371ee828d2f 22:00:32 Removing intermediate container c371ee828d2f 22:00:32 ---> 18098f538cee 22:00:32 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:00:32 ---> Running in 25b056b3c9a1 22:00:32 Removing intermediate container 25b056b3c9a1 22:00:32 ---> 7bca6448519f 22:00:32 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:00:32 ---> Running in 2bbc8d197760 22:00:32 Removing intermediate container 2bbc8d197760 22:00:32 ---> efe2ecc3ba8d 22:00:32 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 22:00:33 ---> Running in a03e5cf962d1 22:00:33 Removing intermediate container a03e5cf962d1 22:00:33 ---> 1d34a65a7f99 22:00:33 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:00:33 ---> Running in b40b35f61c0e 22:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:00:33 OK: 269 MiB in 57 packages 22:00:33 Removing intermediate container b40b35f61c0e 22:00:33 ---> 4c0c57d28e13 22:00:33 Step 8/24 : WORKDIR /device-mqtt-go 22:00:33 ---> Running in 18e6e9c7dc82 22:00:34 Removing intermediate container 18e6e9c7dc82 22:00:34 ---> 48a49339d4e1 22:00:34 Step 9/24 : COPY go.mod vendor* ./ 22:00:34 ---> 3d9466de013e 22:00:34 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:00:34 ---> Running in ee00f528a3dc 22:00:35 Removing intermediate container ee00f528a3dc 22:00:35 ---> a6200eacf1e4 22:00:35 Step 11/24 : COPY . . 22:00:35 ---> 66f651e375e2 22:00:35 Step 12/24 : RUN $MAKE 22:00:35 ---> Running in c2d19ce56c51 22:00:35 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 22:00:53 Removing intermediate container c2d19ce56c51 22:00:53 ---> 55715ad2b9d1 22:00:53 Step 13/24 : FROM alpine:3.17 22:00:53 3.17: Pulling from library/alpine 22:00:53 f56be85fc22e: Already exists 22:00:53 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:00:53 Status: Downloaded newer image for alpine:3.17 22:00:53 ---> 9ed4aefc74f6 22:00:53 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 22:00:53 ---> Running in d87620d6a4ce 22:00:53 Removing intermediate container d87620d6a4ce 22:00:53 ---> 8fb666c7172e 22:00:53 Step 15/24 : RUN apk add --update --no-cache dumb-init 22:00:53 ---> Running in 2c82fbe6e5da 22:00:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 22:00:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 22:00:53 (1/1) Installing dumb-init (1.2.5-r2) 22:00:53 Executing busybox-1.35.0-r29.trigger 22:00:53 OK: 7 MiB in 16 packages 22:00:53 Removing intermediate container 2c82fbe6e5da 22:00:53 ---> d9d664a3c705 22:00:53 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 22:00:53 ---> 4a4ae77401ad 22:00:53 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 22:00:53 ---> 63ab0d32afc9 22:00:53 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 22:00:53 ---> 5038f387b827 22:00:53 Step 19/24 : EXPOSE 59982 22:00:54 ---> Running in b556276b4dc1 22:00:54 Removing intermediate container b556276b4dc1 22:00:54 ---> 2bae965792ae 22:00:54 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 22:00:54 ---> Running in 4be4d6157250 22:00:54 Removing intermediate container 4be4d6157250 22:00:54 ---> 56fafda72f29 22:00:54 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:00:54 ---> Running in 9843a171fec6 22:00:54 Removing intermediate container 9843a171fec6 22:00:54 ---> b136097c85a6 22:00:54 Step 22/24 : LABEL arch=amd64 22:00:54 ---> Running in f9d34db65435 22:00:54 Removing intermediate container f9d34db65435 22:00:54 ---> b4f50916de31 22:00:54 Step 23/24 : LABEL git_sha=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:00:54 ---> Running in e5f539bb16db 22:00:54 Removing intermediate container e5f539bb16db 22:00:54 ---> aa46e82874a5 22:00:54 Step 24/24 : LABEL version=3.0.0-dev.29 22:00:54 ---> Running in b3283adbad7b 22:00:54 Removing intermediate container b3283adbad7b 22:00:54 ---> 62865d0762e0 22:00:54 [Warning] One or more build-args [ARCH] were not consumed 22:00:54 Successfully built 62865d0762e0 22:00:54 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:00:54 provisioning config files... 22:00:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3613512921316321587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:00:55 ---> docker-login.sh 22:00:55 nexus3.edgexfoundry.org:10001 22:00:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:55 Configure a credential helper to remove this warning. See 22:00:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:55 22:00:55 Login Succeeded 22:00:55 nexus3.edgexfoundry.org:10002 22:00:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:55 Configure a credential helper to remove this warning. See 22:00:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:55 22:00:55 Login Succeeded 22:00:55 nexus3.edgexfoundry.org:10003 22:00:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:55 Configure a credential helper to remove this warning. See 22:00:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:55 22:00:55 Login Succeeded 22:00:55 nexus3.edgexfoundry.org:10004 22:00:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:55 Configure a credential helper to remove this warning. See 22:00:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:55 22:00:55 Login Succeeded 22:00:55 docker.io 22:00:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:00:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:00:55 Configure a credential helper to remove this warning. See 22:00:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:00:55 22:00:55 Login Succeeded 22:00:55 ---> docker-login.sh ends [Pipeline] } 22:00:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:00:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:00:55 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 22:00:55 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:00:55 latest 22:00:55 3.0.0-dev.29 22:00:55 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:00:55 main 22:00:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:55 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:56 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:00:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 22:00:56 b7f90486147b: Preparing 22:00:56 daa3e3217df9: Preparing 22:00:56 d64b445370bb: Preparing 22:00:56 478c3e50b660: Preparing 22:00:56 f1417ff83b31: Preparing 22:00:56 f1417ff83b31: Layer already exists 22:00:56 b7f90486147b: Pushed 22:00:56 daa3e3217df9: Pushed 22:00:56 478c3e50b660: Pushed 22:00:58 d64b445370bb: Pushed 22:00:58 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:59 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:59 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 22:00:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 22:00:59 b7f90486147b: Preparing 22:00:59 daa3e3217df9: Preparing 22:00:59 d64b445370bb: Preparing 22:00:59 478c3e50b660: Preparing 22:00:59 f1417ff83b31: Preparing 22:00:59 b7f90486147b: Layer already exists 22:00:59 478c3e50b660: Layer already exists 22:00:59 d64b445370bb: Layer already exists 22:00:59 f1417ff83b31: Layer already exists 22:00:59 daa3e3217df9: Layer already exists 22:00:59 latest: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:00:59 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:00 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 22:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 22:01:00 b7f90486147b: Preparing 22:01:00 daa3e3217df9: Preparing 22:01:00 d64b445370bb: Preparing 22:01:00 478c3e50b660: Preparing 22:01:00 f1417ff83b31: Preparing 22:01:00 b7f90486147b: Layer already exists 22:01:00 daa3e3217df9: Layer already exists 22:01:00 f1417ff83b31: Layer already exists 22:01:00 478c3e50b660: Layer already exists 22:01:00 d64b445370bb: Layer already exists 22:01:00 3.0.0-dev.29: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:00 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:00 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:01:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 22:01:00 b7f90486147b: Preparing 22:01:00 daa3e3217df9: Preparing 22:01:00 d64b445370bb: Preparing 22:01:00 478c3e50b660: Preparing 22:01:00 f1417ff83b31: Preparing 22:01:00 d64b445370bb: Layer already exists 22:01:00 daa3e3217df9: Layer already exists 22:01:00 f1417ff83b31: Layer already exists 22:01:00 b7f90486147b: Layer already exists 22:01:00 478c3e50b660: Layer already exists 22:01:00 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:01 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:01 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 22:01:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 22:01:01 b7f90486147b: Preparing 22:01:01 daa3e3217df9: Preparing 22:01:01 d64b445370bb: Preparing 22:01:01 478c3e50b660: Preparing 22:01:01 f1417ff83b31: Preparing 22:01:01 b7f90486147b: Layer already exists 22:01:01 f1417ff83b31: Layer already exists 22:01:01 478c3e50b660: Layer already exists 22:01:01 d64b445370bb: Layer already exists 22:01:01 daa3e3217df9: Layer already exists 22:01:01 main: digest: sha256:32cd6d72e82a17e298232ebccd91713eea41f237f8acac2b5ea38e62dfff9745 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:01:01 ===================================================== [Pipeline] echo 22:01:01 taggedImages: 22:01:01 - nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:01:01 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 22:01:01 - nexus3.edgexfoundry.org:10004/device-mqtt:3.0.0-dev.29 22:01:01 - nexus3.edgexfoundry.org:10004/device-mqtt:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:01:01 - nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // script [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 22:01:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:01:01 22:01:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:01:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:01:02 latest: Pulling from edgex-lftools-log-publisher 22:01:02 5eb5b503b376: Pulling fs layer 22:01:02 5c69ac0246d0: Pulling fs layer 22:01:02 ec43610c2a17: Pulling fs layer 22:01:02 3a2ae6a8a46f: Pulling fs layer 22:01:02 33b1e0a273af: Pulling fs layer 22:01:02 5d3b04190fa2: Pulling fs layer 22:01:02 2f39f015ded8: Pulling fs layer 22:01:02 5d3b04190fa2: Waiting 22:01:02 2f39f015ded8: Waiting 22:01:02 3a2ae6a8a46f: Waiting 22:01:02 33b1e0a273af: Waiting 22:01:02 5c69ac0246d0: Download complete 22:01:02 3a2ae6a8a46f: Verifying Checksum 22:01:02 3a2ae6a8a46f: Download complete 22:01:02 33b1e0a273af: Verifying Checksum 22:01:02 33b1e0a273af: Download complete 22:01:02 5d3b04190fa2: Verifying Checksum 22:01:02 5d3b04190fa2: Download complete 22:01:02 ec43610c2a17: Download complete 22:01:02 5eb5b503b376: Verifying Checksum 22:01:02 5eb5b503b376: Download complete 22:01:02 2f39f015ded8: Verifying Checksum 22:01:02 2f39f015ded8: Download complete 22:01:03 5eb5b503b376: Pull complete 22:01:03 5c69ac0246d0: Pull complete 22:01:03 ec43610c2a17: Pull complete 22:01:04 3a2ae6a8a46f: Pull complete 22:01:04 33b1e0a273af: Pull complete 22:01:04 5d3b04190fa2: Pull complete 22:01:08 2f39f015ded8: Pull complete 22:01:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:01:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:01:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:01:08 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:01:08 $ 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/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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 22:01:11 $ docker top b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:01:11 ---> job-cost.sh 22:01:11 lf-activate-venv: SKIPPING 22:01:11 INFO: No Stack... 22:01:11 INFO: Retrieving Pricing Info for: v3-standard-8 22:01:12 INFO: Archiving Costs [Pipeline] sh 22:01:12 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 22:01:12 + cut -d, -f6 [Pipeline] lock 22:01:12 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] 22:01:12 Resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] did not exist. Created. 22:01:12 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:01:13 + echo total: 0.2199999988079071 [Pipeline] stash 22:01:13 Stashed 1 file(s) [Pipeline] } 22:01:13 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] // lock [Pipeline] } 22:01:13 $ docker stop --time=1 b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 22:01:14 $ docker rm -f --volumes b8661961eadbcca2d188901cfb05e37140b4021aebfcdbdecf1d22218feda909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:03:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12634 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 22:03:14 Running in /w/workspace/device-mqtt-go/113 [Pipeline] { [Pipeline] checkout 22:03:14 Selected Git installation does not exist. Using Default 22:03:14 The recommended git tool is: NONE 22:03:21 using credential edgex-jenkins-ssh 22:03:21 Cloning the remote Git repository 22:03:21 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:03:21 > git init /w/workspace/device-mqtt-go/113 # timeout=10 22:03:21 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:03:21 > git --version # timeout=10 22:03:21 > git --version # 'git version 2.25.1' 22:03:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:03:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:03:23 Avoid second fetch 22:03:23 Checking out Revision 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 (main) 22:03:22 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:03:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:03:23 > git config core.sparsecheckout # timeout=10 22:03:24 Commit message: "build(deps): bump github.com/edgexfoundry/device-sdk-go/v3 (#587)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:03:23 > git checkout -f 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 # timeout=10 22:03:25 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:03:25 % Total % Received % Xferd Average Speed Time Time Time Current 22:03:25 Dload Upload Total Spent Left Speed 22:03:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh 22:03:25 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:03:25 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:03:25 + sudo tee /etc/docker/daemon.new 22:03:25 { 22:03:25 "registry-mirrors": [ 22:03:25 "https://nexus3.edgexfoundry.org:10001" 22:03:25 ], 22:03:25 "bip": "10.250.0.254/24", 22:03:25 "hosts": [ 22:03:25 "tcp://0.0.0.0:5555", 22:03:25 "unix:///var/run/docker.sock" 22:03:25 ], 22:03:25 "mtu": 1458, 22:03:25 "selinux-enabled": true, 22:03:25 "seccomp-profile": "/etc/docker/seccomp.json" 22:03:25 } [Pipeline] sh 22:03:26 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:03:26 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:03:44 provisioning config files... 22:03:44 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/113@tmp/config6706577775132605198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:03:45 ---> docker-login.sh 22:03:45 nexus3.edgexfoundry.org:10001 22:03:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:46 Configure a credential helper to remove this warning. See 22:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:46 22:03:46 Login Succeeded 22:03:46 nexus3.edgexfoundry.org:10002 22:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:46 Configure a credential helper to remove this warning. See 22:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:46 22:03:46 Login Succeeded 22:03:46 nexus3.edgexfoundry.org:10003 22:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:46 Configure a credential helper to remove this warning. See 22:03:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:46 22:03:46 Login Succeeded 22:03:46 nexus3.edgexfoundry.org:10004 22:03:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:47 Configure a credential helper to remove this warning. See 22:03:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:47 22:03:47 Login Succeeded 22:03:47 docker.io 22:03:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:03:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:03:47 Configure a credential helper to remove this warning. See 22:03:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:03:47 22:03:47 Login Succeeded 22:03:47 ---> docker-login.sh ends [Pipeline] } 22:03:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:03:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:03:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:03:47 ========================================================= 22:03:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 22:03:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:03:48 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 22:03:48 Sending build context to Docker daemon 3.358MB 22:03:48 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 22:03:48 Step 2/12 : FROM ${BASE} AS builder 22:03:49 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:03:49 c41833b44d91: Pulling fs layer 22:03:49 ed15518f5707: Pulling fs layer 22:03:49 feae8fd75edb: Pulling fs layer 22:03:49 242c74f7c9fa: Pulling fs layer 22:03:49 3cdef696dda3: Pulling fs layer 22:03:49 2ced38df9373: Pulling fs layer 22:03:49 58f1dce35555: Pulling fs layer 22:03:49 3cdef696dda3: Waiting 22:03:49 2ced38df9373: Waiting 22:03:49 58f1dce35555: Waiting 22:03:49 242c74f7c9fa: Waiting 22:03:49 ed15518f5707: Verifying Checksum 22:03:49 ed15518f5707: Download complete 22:03:49 242c74f7c9fa: Verifying Checksum 22:03:49 242c74f7c9fa: Download complete 22:03:49 3cdef696dda3: Verifying Checksum 22:03:49 3cdef696dda3: Download complete 22:03:49 c41833b44d91: Verifying Checksum 22:03:49 c41833b44d91: Download complete 22:03:50 c41833b44d91: Pull complete 22:03:50 58f1dce35555: Verifying Checksum 22:03:50 58f1dce35555: Download complete 22:03:50 ed15518f5707: Pull complete 22:03:51 feae8fd75edb: Verifying Checksum 22:03:51 feae8fd75edb: Download complete 22:03:51 2ced38df9373: Verifying Checksum 22:03:51 2ced38df9373: Download complete 22:04:04 feae8fd75edb: Pull complete 22:04:04 242c74f7c9fa: Pull complete 22:04:04 3cdef696dda3: Pull complete 22:04:09 2ced38df9373: Pull complete 22:04:12 58f1dce35555: Pull complete 22:04:12 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 22:04:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 22:04:12 ---> fadd8f120f05 22:04:12 Step 3/12 : ARG ADD_BUILD_TAGS="" 22:04:13 ---> Running in ef7eb60485da 22:04:13 Removing intermediate container ef7eb60485da 22:04:13 ---> d73983a74227 22:04:13 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:04:14 ---> Running in b08549aa119d 22:04:14 Removing intermediate container b08549aa119d 22:04:14 ---> 45e267388faf 22:04:14 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:04:14 ---> Running in c88d543fd0b1 22:04:14 Removing intermediate container c88d543fd0b1 22:04:14 ---> 996cdfb664ea 22:04:14 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 22:04:14 ---> Running in 8325dbccac17 22:04:15 Removing intermediate container 8325dbccac17 22:04:15 ---> 8f1d4a8a90b6 22:04:15 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:04:15 ---> Running in 7d0171eeb95a 22:04:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:04:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:04:17 (1/4) Installing openssh-keygen (9.1_p1-r2) 22:04:17 (2/4) Installing libedit (20221030.3.1-r0) 22:04:17 (3/4) Installing openssh-client-common (9.1_p1-r2) 22:04:17 (4/4) Installing openssh-client-default (9.1_p1-r2) 22:04:17 Executing busybox-1.35.0-r29.trigger 22:04:17 OK: 268 MiB in 57 packages 22:04:18 Removing intermediate container 7d0171eeb95a 22:04:18 ---> 68e8eafbac67 22:04:18 Step 8/12 : WORKDIR /device-mqtt-go 22:04:19 ---> Running in fa196aabf73a 22:04:19 Removing intermediate container fa196aabf73a 22:04:19 ---> 346e0dce8fdd 22:04:19 Step 9/12 : COPY go.mod vendor* ./ 22:04:19 ---> 2bd2a23858a0 22:04:19 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:04:19 ---> Running in 57d1cb99b92e 22:05:27 Removing intermediate container 57d1cb99b92e 22:05:27 ---> b222b98dccde 22:05:27 Step 11/12 : COPY . . 22:05:27 ---> b67ffde4d384 22:05:27 Step 12/12 : RUN $MAKE 22:05:27 ---> Running in 8d948b9fc682 22:05:27 noop 22:05:27 Removing intermediate container 8d948b9fc682 22:05:27 ---> 5ebac263d749 22:05:27 Successfully built 5ebac263d749 22:05:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:05:28 + docker inspect -f . ci-base-image-arm64 22:05:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:05:28 prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container 22:05:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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 ******** ci-base-image-arm64 cat 22:05:29 $ docker top 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:30 + go version 22:05:30 go version go1.20.2 linux/arm64 [Pipeline] } 22:05:30 $ docker stop --time=1 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d 22:05:32 $ docker rm -f --volumes 49a3c91682be3c2b1d07c0d9c5cd49e482192afee9f390f37c7ed1c04fbea22d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:05:32 + docker inspect -f . ci-base-image-arm64 22:05:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:05:32 prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container 22:05:32 $ 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/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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 ******** ci-base-image-arm64 cat 22:05:34 $ docker top 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db -eo pid,comm [Pipeline] { [Pipeline] sh 22:05:34 + git config --global --add safe.directory /w/workspace/device-mqtt-go/113 [Pipeline] fileExists [Pipeline] sh 22:05:35 + make test 22:05:35 go test ./... -coverprofile=coverage.out ./... 22:06:07 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:08:00 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:08:00 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:08:00 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.068s coverage: 23.1% of statements 22:08:00 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:08:00 go vet ./... 22:08:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:08:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:08:33 ./bin/test-attribution-txt.sh [Pipeline] echo 22:08:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:08:33 $ docker stop --time=1 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db 22:08:34 $ docker rm -f --volumes 38518a36e00bb9a7782a3abbd562cd740fe5dff61ee816c8d880e1758ba454db [Pipeline] // withDockerContainer [Pipeline] sh 22:08:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:08:36 Warning: overwriting stash ‘coverage-report’ 22:08:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:08:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:08:37 + ls -al . 22:08:37 total 176 22:08:37 drwxrwxr-x 9 jenkins jenkins 4096 May 3 22:05 . 22:08:37 drwxrwxr-x 4 jenkins jenkins 4096 May 3 22:03 .. 22:08:37 -rw-rw-r-- 1 jenkins jenkins 140 May 3 22:03 .dockerignore 22:08:37 drwxrwxr-x 8 jenkins jenkins 4096 May 3 22:03 .git 22:08:37 drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 .github 22:08:37 -rw-rw-r-- 1 jenkins jenkins 329 May 3 22:03 .gitignore 22:08:37 -rw-rw-r-- 1 jenkins jenkins 41 May 3 22:03 .golangci.yml 22:08:37 -rw-rw-r-- 1 jenkins jenkins 9417 May 3 22:03 Attribution.txt 22:08:37 -rw-rw-r-- 1 jenkins jenkins 13162 May 3 22:03 CHANGELOG.md 22:08:37 -rw-rw-r-- 1 jenkins jenkins 1689 May 3 22:03 Dockerfile 22:08:37 -rw-rw-r-- 1 jenkins jenkins 677 May 3 22:03 GOVERNANCE.md 22:08:37 -rw-rw-r-- 1 jenkins jenkins 678 May 3 22:03 Jenkinsfile 22:08:37 -rw-rw-r-- 1 jenkins jenkins 11340 May 3 22:03 LICENSE 22:08:37 -rw-rw-r-- 1 jenkins jenkins 1732 May 3 22:03 Makefile 22:08:37 -rw-rw-r-- 1 jenkins jenkins 620 May 3 22:03 OWNERS.md 22:08:37 -rw-rw-r-- 1 jenkins jenkins 3165 May 3 22:03 README.md 22:08:37 -rw-rw-r-- 1 jenkins jenkins 12 May 3 21:59 VERSION 22:08:37 drwxrwxr-x 2 jenkins jenkins 4096 May 3 22:03 bin 22:08:37 drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 cmd 22:08:37 -rw-r--r-- 1 jenkins jenkins 18144 May 3 22:07 coverage.out 22:08:37 -rw-rw-r-- 1 jenkins jenkins 3333 May 3 22:03 go.mod 22:08:37 -rw-rw-r-- 1 jenkins jenkins 31443 May 3 22:03 go.sum 22:08:37 drwxrwxr-x 3 jenkins jenkins 4096 May 3 22:03 internal 22:08:37 drwxrwxr-x 2 jenkins jenkins 4096 May 3 22:03 mock 22:08:37 drwxrwxr-x 4 jenkins jenkins 4096 May 3 22:03 snap 22:08:37 -rw-rw-r-- 1 jenkins jenkins 227 May 3 22:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:08:37 + 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=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 --label arch=arm64 --label version=3.0.0-dev.29 . 22:08:37 Sending build context to Docker daemon 3.377MB 22:08:37 Step 1/24 : ARG BASE=golang:1.20-alpine3.17 22:08:37 Step 2/24 : FROM ${BASE} AS builder 22:08:37 ---> 5ebac263d749 22:08:37 Step 3/24 : ARG ADD_BUILD_TAGS="" 22:08:38 ---> Running in 495da78a39f2 22:08:38 Removing intermediate container 495da78a39f2 22:08:38 ---> f6b2965e0089 22:08:38 Step 4/24 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:08:38 ---> Running in fd27d8bb8983 22:08:38 Removing intermediate container fd27d8bb8983 22:08:38 ---> b72ef3b111b1 22:08:38 Step 5/24 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:08:38 ---> Running in 98ef9237e826 22:08:38 Removing intermediate container 98ef9237e826 22:08:38 ---> 32d45ddb4eb5 22:08:38 Step 6/24 : ARG ALPINE_PKG_EXTRA="" 22:08:38 ---> Running in fc630311755b 22:08:39 Removing intermediate container fc630311755b 22:08:39 ---> 9df9f7023bc9 22:08:39 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:08:39 ---> Running in 01a278b93d99 22:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:08:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:08:41 OK: 268 MiB in 57 packages 22:08:42 Removing intermediate container 01a278b93d99 22:08:42 ---> 0f9e822d778b 22:08:42 Step 8/24 : WORKDIR /device-mqtt-go 22:08:42 ---> Running in 5cdb864c8f77 22:08:43 Removing intermediate container 5cdb864c8f77 22:08:43 ---> a5a3abc80f6a 22:08:43 Step 9/24 : COPY go.mod vendor* ./ 22:08:43 ---> 9fcdd1e8232d 22:08:43 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:08:43 ---> Running in 4dd66e3ef91a 22:08:46 Removing intermediate container 4dd66e3ef91a 22:08:46 ---> d0126263af3d 22:08:46 Step 11/24 : COPY . . 22:08:47 ---> a6e6a6e48c65 22:08:47 Step 12/24 : RUN $MAKE 22:08:47 ---> Running in b992497c52f6 22:08:48 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.0.0-dev.29" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 22:10:55 Removing intermediate container b992497c52f6 22:10:55 ---> 4448d72520ee 22:10:55 Step 13/24 : FROM alpine:3.17 22:10:55 3.17: Pulling from library/alpine 22:10:55 c41833b44d91: Already exists 22:10:55 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 22:10:55 Status: Downloaded newer image for alpine:3.17 22:10:55 ---> 51e60588ff2c 22:10:55 Step 14/24 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 22:10:55 ---> Running in ed2aa20b7b76 22:10:55 Removing intermediate container ed2aa20b7b76 22:10:55 ---> 3c462b36a5d8 22:10:55 Step 15/24 : RUN apk add --update --no-cache dumb-init 22:10:55 ---> Running in 66de9da442c2 22:10:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 22:10:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 22:10:55 (1/1) Installing dumb-init (1.2.5-r2) 22:10:55 Executing busybox-1.35.0-r29.trigger 22:10:55 OK: 8 MiB in 16 packages 22:10:55 Removing intermediate container 66de9da442c2 22:10:55 ---> 8be16f31dc9e 22:10:55 Step 16/24 : COPY --from=builder /device-mqtt-go/cmd / 22:10:55 ---> 9b20c3978d54 22:10:55 Step 17/24 : COPY --from=builder /device-mqtt-go/LICENSE / 22:10:56 ---> d56ce16c9085 22:10:56 Step 18/24 : COPY --from=builder /device-mqtt-go/Attribution.txt / 22:10:57 ---> 1d5f77c8a5a0 22:10:57 Step 19/24 : EXPOSE 59982 22:10:57 ---> Running in be40c19d47bd 22:10:57 Removing intermediate container be40c19d47bd 22:10:57 ---> aabc161aee91 22:10:57 Step 20/24 : ENTRYPOINT ["/device-mqtt"] 22:10:57 ---> Running in c165fe68b334 22:10:57 Removing intermediate container c165fe68b334 22:10:57 ---> 8f9047418c38 22:10:57 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:10:57 ---> Running in beab66e933b0 22:10:57 Removing intermediate container beab66e933b0 22:10:57 ---> a51745cbb17c 22:10:57 Step 22/24 : LABEL arch=arm64 22:10:58 ---> Running in dbbd9a044be9 22:10:58 Removing intermediate container dbbd9a044be9 22:10:58 ---> b7cd5ad30851 22:10:58 Step 23/24 : LABEL git_sha=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:10:58 ---> Running in b2b891fe5ede 22:10:58 Removing intermediate container b2b891fe5ede 22:10:58 ---> 74d88a625639 22:10:58 Step 24/24 : LABEL version=3.0.0-dev.29 22:10:58 ---> Running in df87cc7bce8a 22:10:59 Removing intermediate container df87cc7bce8a 22:10:59 ---> 51067732e575 22:10:59 [Warning] One or more build-args [ARCH] were not consumed 22:10:59 Successfully built 51067732e575 22:10:59 Successfully tagged device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:10:59 provisioning config files... 22:10:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/113@tmp/config1322340748302930757tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:10:59 ---> docker-login.sh 22:10:59 nexus3.edgexfoundry.org:10001 22:10:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:10:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:10:59 Configure a credential helper to remove this warning. See 22:10:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:10:59 22:10:59 Login Succeeded 22:10:59 nexus3.edgexfoundry.org:10002 22:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:00 Configure a credential helper to remove this warning. See 22:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:00 22:11:00 Login Succeeded 22:11:00 nexus3.edgexfoundry.org:10003 22:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:00 Configure a credential helper to remove this warning. See 22:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:00 22:11:00 Login Succeeded 22:11:00 nexus3.edgexfoundry.org:10004 22:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:00 Configure a credential helper to remove this warning. See 22:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:00 22:11:00 Login Succeeded 22:11:00 docker.io 22:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:01 Configure a credential helper to remove this warning. See 22:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:01 22:11:01 Login Succeeded 22:11:01 ---> docker-login.sh ends [Pipeline] } 22:11:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:11:01 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 22:11:01 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:11:01 latest 22:11:01 3.0.0-dev.29 22:11:01 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:11:01 main 22:11:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:01 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:02 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:11:02 14c341a0136d: Preparing 22:11:02 70b386fd071a: Preparing 22:11:02 2dd29b108b32: Preparing 22:11:02 edb705b7e761: Preparing 22:11:02 26cbea5cba74: Preparing 22:11:02 26cbea5cba74: Layer already exists 22:11:02 70b386fd071a: Pushed 22:11:02 edb705b7e761: Pushed 22:11:02 14c341a0136d: Pushed 22:11:07 2dd29b108b32: Pushed 22:11:07 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:08 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:08 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 22:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:11:08 14c341a0136d: Preparing 22:11:08 70b386fd071a: Preparing 22:11:08 2dd29b108b32: Preparing 22:11:08 edb705b7e761: Preparing 22:11:08 26cbea5cba74: Preparing 22:11:08 70b386fd071a: Layer already exists 22:11:08 26cbea5cba74: Layer already exists 22:11:08 14c341a0136d: Layer already exists 22:11:08 edb705b7e761: Layer already exists 22:11:08 2dd29b108b32: Layer already exists 22:11:08 latest: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:09 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:09 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 22:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:11:09 14c341a0136d: Preparing 22:11:09 70b386fd071a: Preparing 22:11:09 2dd29b108b32: Preparing 22:11:09 edb705b7e761: Preparing 22:11:09 26cbea5cba74: Preparing 22:11:09 70b386fd071a: Layer already exists 22:11:09 2dd29b108b32: Layer already exists 22:11:09 14c341a0136d: Layer already exists 22:11:09 26cbea5cba74: Layer already exists 22:11:09 edb705b7e761: Layer already exists 22:11:09 3.0.0-dev.29: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:09 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:10 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:11:10 14c341a0136d: Preparing 22:11:10 70b386fd071a: Preparing 22:11:10 2dd29b108b32: Preparing 22:11:10 edb705b7e761: Preparing 22:11:10 26cbea5cba74: Preparing 22:11:10 edb705b7e761: Layer already exists 22:11:10 26cbea5cba74: Layer already exists 22:11:10 14c341a0136d: Layer already exists 22:11:10 70b386fd071a: Layer already exists 22:11:10 2dd29b108b32: Layer already exists 22:11:10 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:10 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:11 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 22:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 22:11:11 14c341a0136d: Preparing 22:11:11 70b386fd071a: Preparing 22:11:11 2dd29b108b32: Preparing 22:11:11 edb705b7e761: Preparing 22:11:11 26cbea5cba74: Preparing 22:11:11 26cbea5cba74: Layer already exists 22:11:11 2dd29b108b32: Layer already exists 22:11:11 14c341a0136d: Layer already exists 22:11:11 70b386fd071a: Layer already exists 22:11:11 edb705b7e761: Layer already exists 22:11:11 main: digest: sha256:88a4a30ff72be28d1ac00d46885b5486ffac36b54b254e8a8febed7d6a3e3b1e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:11:11 ===================================================== [Pipeline] echo 22:11:11 taggedImages: 22:11:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 22:11:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 22:11:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.0.0-dev.29 22:11:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9-3.0.0-dev.29 22:11:11 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:11:11 22:11:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:11:13 arm64: Pulling from edgex-lftools-log-publisher 22:11:13 8998bd30e6a1: Pulling fs layer 22:11:13 04944245beec: Pulling fs layer 22:11:13 699f458cf7ca: Pulling fs layer 22:11:13 765212b225bb: Pulling fs layer 22:11:13 f23df028b6ca: Pulling fs layer 22:11:13 d65c8cfc05b1: Pulling fs layer 22:11:13 2437ff75d9bd: Pulling fs layer 22:11:13 765212b225bb: Waiting 22:11:13 f23df028b6ca: Waiting 22:11:13 d65c8cfc05b1: Waiting 22:11:13 2437ff75d9bd: Waiting 22:11:13 04944245beec: Verifying Checksum 22:11:13 04944245beec: Download complete 22:11:13 765212b225bb: Verifying Checksum 22:11:13 765212b225bb: Download complete 22:11:13 f23df028b6ca: Verifying Checksum 22:11:13 f23df028b6ca: Download complete 22:11:13 d65c8cfc05b1: Verifying Checksum 22:11:13 d65c8cfc05b1: Download complete 22:11:13 699f458cf7ca: Verifying Checksum 22:11:13 699f458cf7ca: Download complete 22:11:14 8998bd30e6a1: Verifying Checksum 22:11:14 8998bd30e6a1: Download complete 22:11:16 2437ff75d9bd: Verifying Checksum 22:11:16 2437ff75d9bd: Download complete 22:11:18 8998bd30e6a1: Pull complete 22:11:18 04944245beec: Pull complete 22:11:19 699f458cf7ca: Pull complete 22:11:19 765212b225bb: Pull complete 22:11:20 f23df028b6ca: Pull complete 22:11:20 d65c8cfc05b1: Pull complete 22:11:32 2437ff75d9bd: Pull complete 22:11:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:11:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:11:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:11:32 prd-ubuntu20.04-docker-arm64-4c-16g-12634 does not seem to be running inside a container 22:11:32 $ 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/113 -v /w/workspace/device-mqtt-go/113:/w/workspace/device-mqtt-go/113:rw,z -v /w/workspace/device-mqtt-go/113@tmp:/w/workspace/device-mqtt-go/113@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:arm64 cat 22:11:35 $ docker top c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:11:36 ---> job-cost.sh 22:11:36 lf-activate-venv: SKIPPING 22:11:36 INFO: No Stack... 22:11:36 INFO: Retrieving Pricing Info for: v3-standard-4 22:11:37 INFO: Archiving Costs [Pipeline] sh 22:11:37 + cut -d, -f6 22:11:37 + cat /w/workspace/device-mqtt-go/113/archives/cost.csv [Pipeline] lock 22:11:38 Trying to acquire lock on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] 22:11:38 Resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] did not exist. Created. 22:11:38 Lock acquired on [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:11:38 /w/workspace/device-mqtt-go/113@tmp/durable-6161830a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:11:39 + echo total: 0.10999999940395355 [Pipeline] stash 22:11:39 Warning: overwriting stash ‘stack-cost’ 22:11:39 Stashed 1 file(s) [Pipeline] } 22:11:39 Lock released on resource [jenkins-edgexfoundry-device-mqtt-go-main-113-stack-cost] [Pipeline] // lock [Pipeline] } 22:11:39 $ docker stop --time=1 c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 22:11:40 $ docker rm -f --volumes c1afc00a3fb5457f99ad459df64a3449b36eb4603730a1f382f2544269d7c184 [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 22:11:41 provisioning config files... 22:11:41 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17782379572501100256tmp [Pipeline] { [Pipeline] sh 22:11:41 + set +x 22:11:41 + curl -s https://codecov.io/bash 22:11:41 + bash -s -- 22:11:41 22:11:41 _____ _ 22:11:41 / ____| | | 22:11:41 | | ___ __| | ___ ___ _____ __ 22:11:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:11:41 | |___| (_) | (_| | __/ (_| (_) \ V / 22:11:41 \_____\___/ \__,_|\___|\___\___/ \_/ 22:11:41 Bash-1.0.6 22:11:41 22:11:41 22:11:41 ==> git version 2.25.1 found 22:11:41 ==> 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 22:11:41 Release-Date: 2020-01-08 22:11:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:11:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:11:41 ==> Jenkins CI detected. 22:11:41 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 22:11:41 project root: . 22:11:41 --> token set from env 22:11:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:11:41 ==> Running gcov in . (disable via -X gcov) 22:11:41 ==> Python coveragepy not found 22:11:41 ==> Searching for coverage reports in: 22:11:41 + . 22:11:41 -> Found 1 reports 22:11:41 ==> Detecting git/mercurial file structure 22:11:41 ==> Reading reports 22:11:41 + ./coverage.out bytes=18144 22:11:41 ==> Appending adjustments 22:11:41 https://docs.codecov.io/docs/fixing-reports 22:11:41 + Found adjustments 22:11:41 ==> Gzipping contents 22:11:41 4.0K /tmp/codecov.NhR0mm.gz 22:11:41 ==> Uploading reports 22:11:41 url: https://codecov.io 22:11:41 query: branch=main&commit=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:11:41 -> Pinging Codecov 22:11:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3cf7f23a-d5e6-4c47-868b-a0a7f9a025f8&branch=main&commit=2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9&build=113&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F113%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:11:41 -> Uploading to 22:11:41 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/7D719EC7BBE17E464838252E33014C33/2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9/96a4cf3b-7c1a-4de9-829b-504b2a337a53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T221141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ebb463f90bfab7ef8832117eb420b6f421ce671fbdc487a1c20486c0d5e60f8 22:11:41 % Total % Received % Xferd Average Speed Time Time Time Current 22:11:41 Dload Upload Total Spent Left Speed 22:11:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3184 0 0 100 3184 0 13049 --:--:-- --:--:-- --:--:-- 13049 22:11:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] } 22:11:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:11:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:11:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:11:42 22:11:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:11:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:11:43 df9b9388f04a: Pulling fs layer 22:11:43 52dc419b0ee2: Pulling fs layer 22:11:43 25bc292e5bac: Pulling fs layer 22:11:43 114826534d7a: Pulling fs layer 22:11:43 4657fd5d0bcf: Pulling fs layer 22:11:43 6ad1cebc031e: Pulling fs layer 22:11:43 8a3aa393b2d8: Pulling fs layer 22:11:43 114826534d7a: Waiting 22:11:43 4657fd5d0bcf: Waiting 22:11:43 6ad1cebc031e: Waiting 22:11:43 8a3aa393b2d8: Waiting 22:11:43 25bc292e5bac: Download complete 22:11:43 52dc419b0ee2: Verifying Checksum 22:11:43 52dc419b0ee2: Download complete 22:11:43 4657fd5d0bcf: Verifying Checksum 22:11:43 4657fd5d0bcf: Download complete 22:11:43 df9b9388f04a: Download complete 22:11:43 df9b9388f04a: Pull complete 22:11:43 6ad1cebc031e: Verifying Checksum 22:11:43 6ad1cebc031e: Download complete 22:11:43 52dc419b0ee2: Pull complete 22:11:43 25bc292e5bac: Pull complete 22:11:43 114826534d7a: Verifying Checksum 22:11:43 114826534d7a: Download complete 22:11:43 8a3aa393b2d8: Verifying Checksum 22:11:43 8a3aa393b2d8: Download complete 22:11:47 114826534d7a: Pull complete 22:11:47 4657fd5d0bcf: Pull complete 22:11:47 6ad1cebc031e: Pull complete 22:11:49 8a3aa393b2d8: Pull complete 22:11:49 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:11:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:11:49 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@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-devops/edgex-snyk-go:1.410.4 cat 22:11:51 $ docker top 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac -eo pid,comm [Pipeline] { [Pipeline] echo 22:11:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 22:11:51 + set -o pipefail 22:11:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 22:11:56 22:11:56 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 22:11:56 22:11:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38fccec6-2f8b-4396-aa47-65a7ae25b6ec/history/edbb6ebc-619d-4273-8196-8eb9f1d1f55b 22:11:56 22:11:56 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:11:56 22:11:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:11:56 22:11:56 22:11:56 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:11:56 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:11:56 More details here: https://snyk.co/ue1NS 22:11:56 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 22:11:56 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:11:56 $ docker stop --time=1 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac 22:11:58 $ docker rm -f --volumes 96f78041567a9b8e15fcd13e8d0fae75ccd45ca081c9b55048a564e0daf1aaac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:11:58 + git log --format=format:%s -1 2e0357b1824e5884c9b2b56c2fd5ebe36d00b6c9 [Pipeline] sh 22:11:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:11:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:11:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:11:59 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:11:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:11:59 $ docker top be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:11:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:59 [ssh-agent] Looking for ssh-agent implementation... 22:11:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:59 $ docker exec be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 ssh-agent 22:12:00 SSH_AUTH_SOCK=/tmp/ssh-JU1ALuQT3p8j/agent.32 22:12:00 SSH_AGENT_PID=38 22:12:00 Running ssh-add (command line suppressed) 22:12:00 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3858830332500736001.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_3858830332500736001.key) 22:12:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:00 + git semver tag 22:12:00 2023-05-03 22:12:00,642 [run_tag] DEBUG tag force:False 22:12:00 2023-05-03 22:12:00,642 [check_head_tag] DEBUG check head tag 22:12:00 2023-05-03 22:12:00,643 [execute] INFO git cat-file --batch-check 22:12:00 2023-05-03 22:12:00,643 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 22:12:00 2023-05-03 22:12:00,647 [execute] INFO git cat-file --batch 22:12:00 2023-05-03 22:12:00,647 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 22:12:00 2023-05-03 22:12:00,665 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:00 2023-05-03 22:12:00,665 [execute] INFO git tag -a v3.0.0-dev.29 -m v3.0.0-dev.29 22:12:00 2023-05-03 22:12:00,665 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.29', '-m', 'v3.0.0-dev.29'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 22:12:00 2023-05-03 22:12:00,669 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:00 3.0.0-dev.29 [Pipeline] } 22:12:00 $ docker exec --env ******** --env ******** be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 ssh-agent -k 22:12:00 unset SSH_AUTH_SOCK; 22:12:00 unset SSH_AGENT_PID; 22:12:00 echo Agent pid 38 killed; 22:12:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:01 + git semver [Pipeline] } 22:12:01 $ docker stop --time=1 be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 22:12:02 $ docker rm -f --volumes be1699706829cae6010442e78678b4f8b02196d7a86f47ddefe3b5be1a77c538 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:12:03 22:12:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:12:03 0.23.1-centos7: Pulling from edgex-lftools 22:12:03 ab5ef0e58194: Pulling fs layer 22:12:03 9712f1f96733: Pulling fs layer 22:12:03 63f879dbbcfc: Pulling fs layer 22:12:03 0d9ebad4ef96: Pulling fs layer 22:12:03 e9a5061849ea: Pulling fs layer 22:12:03 d747dcd14b5f: Pulling fs layer 22:12:03 2de7ff778b66: Pulling fs layer 22:12:03 2de7ff778b66: Waiting 22:12:03 d747dcd14b5f: Waiting 22:12:03 e9a5061849ea: Waiting 22:12:03 9712f1f96733: Download complete 22:12:03 63f879dbbcfc: Verifying Checksum 22:12:03 63f879dbbcfc: Download complete 22:12:03 0d9ebad4ef96: Verifying Checksum 22:12:03 0d9ebad4ef96: Download complete 22:12:03 d747dcd14b5f: Download complete 22:12:03 ab5ef0e58194: Verifying Checksum 22:12:03 ab5ef0e58194: Download complete 22:12:03 e9a5061849ea: Verifying Checksum 22:12:03 e9a5061849ea: Download complete 22:12:03 2de7ff778b66: Verifying Checksum 22:12:03 2de7ff778b66: Download complete 22:12:06 ab5ef0e58194: Pull complete 22:12:06 9712f1f96733: Pull complete 22:12:06 63f879dbbcfc: Pull complete 22:12:10 0d9ebad4ef96: Pull complete 22:12:10 e9a5061849ea: Pull complete 22:12:10 d747dcd14b5f: Pull complete 22:12:11 2de7ff778b66: Pull complete 22:12:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:12:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:11 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:12:13 $ docker top b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:12:13 provisioning config files... 22:12:13 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10066580328494704996tmp 22:12:13 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config17832359295542563062tmp 22:12:13 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config10785067224700271259tmp [Pipeline] { [Pipeline] echo 22:12:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:12:13 ---> sigul-configuration.sh 22:12:13 gpg: directory `/root/.gnupg' created 22:12:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:12:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:12:13 gpg: keyring `/root/.gnupg/secring.gpg' created 22:12:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:12:13 gpg: CAST5 encrypted data 22:12:13 gpg: encrypted with 1 passphrase 22:12:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:12:14 + mkdir /home/jenkins 22:12:14 + mkdir /home/jenkins/sigul [Pipeline] sh 22:12:14 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:12:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:12:14 ---> sigul-install.sh 22:12:14 Sigul already installed; skipping installation. [Pipeline] sh 22:12:15 + git tag --list 22:12:15 0.7.1 22:12:15 v1.0.0 22:12:15 v1.1.0 22:12:15 v1.1.1 22:12:15 v1.2.2 22:12:15 v1.3.0 22:12:15 v1.3.1 22:12:15 v2.0.0 22:12:15 v2.1.0 22:12:15 v2.1.1 22:12:15 v2.1.1-dev.1 22:12:15 v2.1.1-dev.2 22:12:15 v2.2.0 22:12:15 v2.2.1-dev.1 22:12:15 v2.2.1-dev.10 22:12:15 v2.2.1-dev.2 22:12:15 v2.2.1-dev.3 22:12:15 v2.2.1-dev.4 22:12:15 v2.2.1-dev.5 22:12:15 v2.2.1-dev.6 22:12:15 v2.2.1-dev.7 22:12:15 v2.2.1-dev.8 22:12:15 v2.2.1-dev.9 22:12:15 v2.3.0 22:12:15 v2.3.0-dev.10 22:12:15 v2.3.0-dev.11 22:12:15 v2.3.0-dev.12 22:12:15 v2.3.0-dev.13 22:12:15 v2.3.0-dev.14 22:12:15 v2.3.0-dev.15 22:12:15 v2.3.0-dev.16 22:12:15 v2.3.0-dev.17 22:12:15 v2.3.0-dev.18 22:12:15 v2.3.0-dev.19 22:12:15 v2.3.0-dev.20 22:12:15 v2.3.0-dev.21 22:12:15 v2.3.0-dev.22 22:12:15 v2.3.0-dev.23 22:12:15 v2.3.0-dev.24 22:12:15 v2.3.0-dev.25 22:12:15 v2.3.0-dev.26 22:12:15 v2.3.0-dev.27 22:12:15 v2.3.0-dev.28 22:12:15 v2.3.0-dev.29 22:12:15 v2.3.0-dev.30 22:12:15 v2.3.0-dev.31 22:12:15 v2.3.0-dev.32 22:12:15 v2.3.0-dev.33 22:12:15 v2.3.0-dev.34 22:12:15 v3.0.0-dev.1 22:12:15 v3.0.0-dev.10 22:12:15 v3.0.0-dev.11 22:12:15 v3.0.0-dev.12 22:12:15 v3.0.0-dev.13 22:12:15 v3.0.0-dev.14 22:12:15 v3.0.0-dev.15 22:12:15 v3.0.0-dev.16 22:12:15 v3.0.0-dev.17 22:12:15 v3.0.0-dev.18 22:12:15 v3.0.0-dev.19 22:12:15 v3.0.0-dev.2 22:12:15 v3.0.0-dev.20 22:12:15 v3.0.0-dev.21 22:12:15 v3.0.0-dev.22 22:12:15 v3.0.0-dev.23 22:12:15 v3.0.0-dev.24 22:12:15 v3.0.0-dev.25 22:12:15 v3.0.0-dev.26 22:12:15 v3.0.0-dev.27 22:12:15 v3.0.0-dev.28 22:12:15 v3.0.0-dev.29 22:12:15 v3.0.0-dev.3 22:12:15 v3.0.0-dev.4 22:12:15 v3.0.0-dev.5 22:12:15 v3.0.0-dev.6 22:12:15 v3.0.0-dev.7 22:12:15 v3.0.0-dev.8 22:12:15 v3.0.0-dev.9 [Pipeline] sh 22:12:15 + lftools sign git-tag v3.0.0-dev.29 22:12:15 Signing Git tag with Sigul... 22:12:15 Signing v3.0.0-dev.29 [Pipeline] echo 22:12:16 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:12:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:12:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:12:16 $ docker stop --time=1 b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 22:12:17 $ docker rm -f --volumes b55c2bfba9ba9de4937a223f78dc956d8ef4f5b5e8f87380cf25cf2dca495232 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:12:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:12:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:18 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:12:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:12:18 $ docker top 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c -eo pid,comm 22:12:18 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). 22:12:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:18 [ssh-agent] Looking for ssh-agent implementation... 22:12:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:19 $ docker exec 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c ssh-agent 22:12:19 SSH_AUTH_SOCK=/tmp/ssh-s28UWW80shNp/agent.32 22:12:19 SSH_AGENT_PID=38 22:12:19 Running ssh-add (command line suppressed) 22:12:19 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11361153533961675463.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_11361153533961675463.key) 22:12:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:19 + git semver bump pre 22:12:19 2023-05-03 22:12:19,728 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:19 2023-05-03 22:12:19,728 [bump_version] DEBUG bumping version:3.0.0-dev.29 on axis:pre with prefix:dev 22:12:19 2023-05-03 22:12:19,728 [bump_version] DEBUG bumped version:3.0.0-dev.30 22:12:19 2023-05-03 22:12:19,729 [write_version] DEBUG write version:3.0.0-dev.30 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 22:12:19 2023-05-03 22:12:19,729 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:19 2023-05-03 22:12:19,729 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:19 2023-05-03 22:12:19,731 [execute] INFO git cat-file --batch-check 22:12:19 2023-05-03 22:12:19,731 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:12:19 2023-05-03 22:12:19,736 [execute] INFO git cat-file --batch 22:12:19 2023-05-03 22:12:19,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:12:19 2023-05-03 22:12:19,742 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:19 3.0.0-dev.30 [Pipeline] } 22:12:19 $ docker exec --env ******** --env ******** 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c ssh-agent -k 22:12:19 unset SSH_AUTH_SOCK; 22:12:19 unset SSH_AGENT_PID; 22:12:19 echo Agent pid 38 killed; 22:12:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:20 + git semver [Pipeline] } 22:12:20 $ docker stop --time=1 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c 22:12:21 $ docker rm -f --volumes 6b8a22ac18278d8ce734cefed63efd972141f766342de73ebd9f39317ab1951c [Pipeline] // withDockerContainer [Pipeline] sh 22:12:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:12:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:12:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:22 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:12:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 22:12:22 $ docker top b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb -eo pid,comm 22:12:22 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). 22:12:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:22 [ssh-agent] Looking for ssh-agent implementation... 22:12:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:22 $ docker exec b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb ssh-agent 22:12:23 SSH_AUTH_SOCK=/tmp/ssh-8DoijVjIlqpc/agent.32 22:12:23 SSH_AGENT_PID=38 22:12:23 Running ssh-add (command line suppressed) 22:12:23 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7741172458227995927.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_7741172458227995927.key) 22:12:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:23 + git semver push 22:12:23 2023-05-03 22:12:23,658 [run_push] DEBUG push 22:12:23 2023-05-03 22:12:23,659 [execute] INFO git cat-file --batch-check 22:12:23 2023-05-03 22:12:23,660 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:12:23 2023-05-03 22:12:23,663 [execute] INFO git rev-list 9945b38f930dbbb776dae36b8ff4f4e5b6066fc4 -- 22:12:23 2023-05-03 22:12:23,663 [execute] DEBUG Popen(['git', 'rev-list', '9945b38f930dbbb776dae36b8ff4f4e5b6066fc4', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:12:23 2023-05-03 22:12:23,672 [execute] INFO git fetch -v origin 22:12:23 2023-05-03 22:12:23,672 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:12:24 2023-05-03 22:12:24,143 [run_push] DEBUG no remote changes detected 22:12:24 2023-05-03 22:12:24,143 [execute] INFO git push origin semver 22:12:24 2023-05-03 22:12:24,143 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:12:24 2023-05-03 22:12:24,905 [run_push] DEBUG push all version tags 22:12:24 2023-05-03 22:12:24,906 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:12:24 2023-05-03 22:12:24,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 22:12:25 2023-05-03 22:12:25,612 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 22:12:25 3.0.0-dev.30 [Pipeline] } 22:12:25 $ docker exec --env ******** --env ******** b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb ssh-agent -k 22:12:25 unset SSH_AUTH_SOCK; 22:12:25 unset SSH_AGENT_PID; 22:12:25 echo Agent pid 38 killed; 22:12:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:26 + git semver [Pipeline] } 22:12:26 $ docker stop --time=1 b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb 22:12:27 $ docker rm -f --volumes b34b38325f748b0d2b3e710d039f3473e20d9833216f06a7dcf3f7ddd73b3deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 22:12:28 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 22:12:28 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:12:28 total 16 22:12:28 drwxr-xr-x 3 root root 4096 May 3 22:01 . 22:12:28 drwxrwxr-x 11 jenkins jenkins 4096 May 3 22:12 .. 22:12:28 drwxr-xr-x 2 root root 4096 May 3 22:01 cost 22:12:28 -rw-r--r-- 1 root root 86 May 3 22:01 cost.csv 22:12:28 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:12:28 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 22:12:28 total 16 22:12:28 drwxr-xr-x 3 jenkins jenkins 4096 May 3 22:01 . 22:12:28 drwxrwxr-x 11 jenkins jenkins 4096 May 3 22:12 .. 22:12:28 drwxr-xr-x 2 jenkins jenkins 4096 May 3 22:01 cost 22:12:28 -rw-r--r-- 1 jenkins jenkins 86 May 3 22:01 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:12:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:12:29 ---> package-listing.sh 22:12:29 ++ facter osfamily 22:12:29 ++ tr '[:upper:]' '[:lower:]' 22:12:29 + OS_FAMILY=debian 22:12:29 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 22:12:29 + START_PACKAGES=/tmp/packages_start.txt 22:12:29 + END_PACKAGES=/tmp/packages_end.txt 22:12:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:12:29 + PACKAGES=/tmp/packages_start.txt 22:12:29 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 22:12:29 + PACKAGES=/tmp/packages_end.txt 22:12:29 + case "${OS_FAMILY}" in 22:12:29 + dpkg -l 22:12:29 + grep '^ii' 22:12:29 + '[' -f /tmp/packages_start.txt ']' 22:12:29 + '[' -f /tmp/packages_end.txt ']' 22:12:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:12:29 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 22:12:29 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 22:12:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 22:12:29 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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:12:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:12:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:12:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:12:30 prd-ubuntu20.04-docker-8c-8g-12633 does not seem to be running inside a container 22:12:30 $ 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/edgexfoundry_device-mqtt-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-mqtt-go_main -v /w/workspace/edgexfoundry_device-mqtt-go_main:/w/workspace/edgexfoundry_device-mqtt-go_main:rw,z -v /w/workspace/edgexfoundry_device-mqtt-go_main@tmp:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 22:12:30 $ docker top a82b0594a33bda5b39da0d446e7d6885ea91d1a805e81f397af1d5e5289608a6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:31 + touch /tmp/pre-build-complete [Pipeline] sh 22:12:31 + mkdir -p /var/log/sysstat [Pipeline] sh 22:12:31 + ls /var/log/sa-host 22:12:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:12:32 provisioning config files... 22:12:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config12457707211671106588tmp [Pipeline] { [Pipeline] echo 22:12:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:12:32 ---> create-netrc.sh [Pipeline] } 22:12:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:12:32 ---> python-tools-install.sh [Pipeline] echo 22:12:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:12:32 ---> sudo-logs.sh 22:12:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:12:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:12:33 ---> job-cost.sh 22:12:33 lf-activate-venv: SKIPPING 22:12:33 DEBUG: total: 0.2199999988079071 22:12:33 INFO: Retrieving Stack Cost... 22:12:33 INFO: Retrieving Pricing Info for: v3-standard-8 22:12:34 INFO: Archiving Costs [Pipeline] echo 22:12:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:12:34 ---> logs-deploy.sh 22:12:34 lf-activate-venv: SKIPPING 22:12:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/113 22:12:34 INFO: archiving workspace using pattern(s): 22:12:35 Archives upload complete. 22:12:35 INFO: archiving logs to Nexus 22:12:36 ---> uname -a: 22:12:36 Linux prd-ubuntu20-04-docker-8c-8g-12633 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 22:12:36 22:12:36 22:12:36 ---> lscpu: 22:12:36 Architecture: x86_64 22:12:36 CPU op-mode(s): 32-bit, 64-bit 22:12:36 Byte Order: Little Endian 22:12:36 Address sizes: 40 bits physical, 48 bits virtual 22:12:36 CPU(s): 8 22:12:36 On-line CPU(s) list: 0-7 22:12:36 Thread(s) per core: 1 22:12:36 Core(s) per socket: 1 22:12:36 Socket(s): 8 22:12:36 NUMA node(s): 1 22:12:36 Vendor ID: AuthenticAMD 22:12:36 CPU family: 23 22:12:36 Model: 49 22:12:36 Model name: AMD EPYC-Rome Processor 22:12:36 Stepping: 0 22:12:36 CPU MHz: 2799.998 22:12:36 BogoMIPS: 5599.99 22:12:36 Virtualization: AMD-V 22:12:36 Hypervisor vendor: KVM 22:12:36 Virtualization type: full 22:12:36 L1d cache: 256 KiB 22:12:36 L1i cache: 256 KiB 22:12:36 L2 cache: 4 MiB 22:12:36 L3 cache: 128 MiB 22:12:36 NUMA node0 CPU(s): 0-7 22:12:36 Vulnerability Itlb multihit: Not affected 22:12:36 Vulnerability L1tf: Not affected 22:12:36 Vulnerability Mds: Not affected 22:12:36 Vulnerability Meltdown: Not affected 22:12:36 Vulnerability Mmio stale data: Not affected 22:12:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:12:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 22:12:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 22:12:36 Vulnerability Srbds: Not affected 22:12:36 Vulnerability Tsx async abort: Not affected 22:12:36 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 22:12:36 22:12:36 22:12:36 ---> nproc: 22:12:36 8 22:12:36 22:12:36 22:12:36 ---> df -h: 22:12:36 Filesystem Size Used Avail Use% Mounted on 22:12:36 overlay 155G 13G 143G 9% / 22:12:36 tmpfs 64M 0 64M 0% /dev 22:12:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 22:12:36 shm 64M 0 64M 0% /dev/shm 22:12:36 /dev/vda1 155G 13G 143G 9% /facter-os 22:12:36 22:12:36 22:12:36 ---> sar -b -r -n DEV: 22:12:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12633) 05/03/23 _x86_64_ (8 CPU) 22:12:36 22:12:36 21:58:34 LINUX RESTART (8 CPU) 22:12:36 22:12:36 21:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:12:36 22:00:01 248.11 17.20 230.91 0.00 2021.62 189371.43 0.00 22:12:36 22:01:01 152.70 0.30 152.40 0.00 24.40 27003.20 0.00 22:12:36 22:02:01 36.12 0.03 36.09 0.00 5.33 16757.10 0.00 22:12:36 22:03:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 22:12:36 22:04:01 38.06 11.88 26.18 0.00 5440.29 6305.62 0.00 22:12:36 22:05:01 4.30 0.00 4.30 0.00 0.00 53.32 0.00 22:12:36 22:06:01 1.43 0.00 1.43 0.00 0.00 15.73 0.00 22:12:36 22:07:01 1.97 0.00 1.97 0.00 0.00 22.66 0.00 22:12:36 22:08:01 0.95 0.00 0.95 0.00 0.00 10.40 0.00 22:12:36 22:09:01 2.22 0.00 2.22 0.00 0.00 37.06 0.00 22:12:36 22:10:01 1.03 0.00 1.03 0.00 0.00 11.20 0.00 22:12:36 22:11:01 1.48 0.00 1.48 0.00 0.00 17.46 0.00 22:12:36 22:12:01 55.69 0.23 55.46 0.00 13.33 35322.11 0.00 22:12:36 Average: 41.69 2.26 39.43 0.00 575.44 20933.21 0.00 22:12:36 22:12:36 21:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:12:36 22:00:01 28417092 31562848 748400 2.28 144964 3208152 2141888 6.31 1085556 2949444 968 22:12:36 22:01:01 28161712 31575352 732360 2.23 151372 3451816 1711444 5.04 1240676 3025740 692 22:12:36 22:02:01 27643692 31567476 737960 2.24 159260 3904040 1773176 5.23 1264492 3465272 8 22:12:36 22:03:01 27643892 31567768 737296 2.24 159292 3904040 1773176 5.23 1264172 3465272 60 22:12:36 22:04:01 27276608 31556540 738068 2.24 167660 4236868 1808792 5.33 1488804 3578988 968 22:12:36 22:05:01 27278092 31558200 736588 2.24 167744 4236996 1824880 5.38 1488040 3579084 8 22:12:36 22:06:01 27279620 31559796 734944 2.24 167828 4237000 1824880 5.38 1486800 3579088 8 22:12:36 22:07:01 27279880 31560084 734584 2.23 167888 4236992 1824880 5.38 1486836 3579084 20 22:12:36 22:08:01 27280048 31560340 734536 2.23 167908 4237004 1824880 5.38 1486948 3579088 8 22:12:36 22:09:01 27279272 31559836 735052 2.24 168012 4236976 1824880 5.38 1486840 3579260 28 22:12:36 22:10:01 27279864 31560464 734348 2.23 168052 4236984 1824880 5.38 1486748 3579256 8 22:12:36 22:11:01 27279816 31560508 734216 2.23 168084 4236992 1824880 5.38 1486740 3579260 20 22:12:36 22:12:01 26451640 31506948 782288 2.38 185288 4941196 2024804 5.97 1593724 4242012 700 22:12:36 Average: 27427018 31558166 740049 2.25 164873 4100389 1846726 5.44 1411260 3521604 269 22:12:36 22:12:36 21:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:12:36 22:00:01 ens3 810.61 490.19 8532.62 93.76 0.00 0.00 0.00 0.00 22:12:36 22:00:01 docker0 175.44 290.34 14.65 2047.60 0.00 0.00 0.00 0.00 22:12:36 22:00:01 veth50acb7d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:00:01 lo 6.37 6.37 0.62 0.62 0.00 0.00 0.00 0.00 22:12:36 22:01:01 ens3 109.13 115.73 148.38 319.42 0.00 0.00 0.00 0.00 22:12:36 22:01:01 docker0 2.82 6.65 0.18 85.49 0.00 0.00 0.00 0.00 22:12:36 22:01:01 lo 6.73 6.73 0.65 0.65 0.00 0.00 0.00 0.00 22:12:36 22:02:01 ens3 89.44 52.23 2520.43 10.04 0.00 0.00 0.00 0.00 22:12:36 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:02:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 22:12:36 22:03:01 ens3 10.36 6.08 13.75 0.49 0.00 0.00 0.00 0.00 22:12:36 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:04:01 ens3 154.46 85.45 1954.21 6.35 0.00 0.00 0.00 0.00 22:12:36 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:04:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 22:12:36 22:05:01 ens3 0.48 0.42 0.10 0.09 0.00 0.00 0.00 0.00 22:12:36 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:06:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:08:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:09:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:10:01 ens3 0.33 0.28 0.20 0.13 0.00 0.00 0.00 0.00 22:12:36 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:11:01 ens3 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 22:12:36 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 22:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 22:12:36 22:12:01 ens3 218.03 122.11 4571.42 21.31 0.00 0.00 0.00 0.00 22:12:36 22:12:01 docker0 31.53 57.52 2.84 578.52 0.00 0.00 0.00 0.00 22:12:36 22:12:01 veth75c76b1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:12:36 22:12:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 22:12:36 Average: ens3 106.31 66.60 1355.52 34.66 0.00 0.00 0.00 0.00 22:12:36 Average: docker0 15.93 26.93 1.34 206.22 0.00 0.00 0.00 0.00 22:12:36 Average: veth75c76b1 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 22:12:36 Average: lo 1.26 1.26 0.12 0.12 0.00 0.00 0.00 0.00 22:12:36 22:12:36 22:12:36 ---> sar -P ALL: 22:12:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12633) 05/03/23 _x86_64_ (8 CPU) 22:12:36 22:12:36 21:58:34 LINUX RESTART (8 CPU) 22:12:36 22:12:36 21:59:02 CPU %user %nice %system %iowait %steal %idle 22:12:36 22:00:01 all 12.35 0.00 4.91 1.85 0.06 80.83 22:12:36 22:00:01 0 12.11 0.00 6.25 4.35 0.07 77.22 22:12:36 22:00:01 1 13.08 0.00 6.28 3.18 0.05 77.41 22:12:36 22:00:01 2 11.58 0.00 4.60 3.11 0.07 80.64 22:12:36 22:00:01 3 13.69 0.00 4.59 0.45 0.07 81.21 22:12:36 22:00:01 4 13.86 0.00 3.93 1.93 0.05 80.23 22:12:36 22:00:01 5 10.44 0.00 4.00 0.64 0.07 84.85 22:12:36 22:00:01 6 12.02 0.00 4.37 0.79 0.07 82.75 22:12:36 22:00:01 7 11.96 0.00 5.29 0.34 0.07 82.34 22:12:36 22:01:01 all 36.76 0.00 5.82 1.48 0.08 55.85 22:12:36 22:01:01 0 37.29 0.00 6.28 2.58 0.07 53.78 22:12:36 22:01:01 1 36.19 0.00 5.84 0.12 0.08 57.77 22:12:36 22:01:01 2 36.10 0.00 5.50 4.36 0.08 53.96 22:12:36 22:01:01 3 37.67 0.00 5.39 0.20 0.08 56.65 22:12:36 22:01:01 4 37.13 0.00 5.91 0.45 0.07 56.43 22:12:36 22:01:01 5 36.27 0.00 5.84 0.27 0.07 57.55 22:12:36 22:01:01 6 36.69 0.00 5.82 2.81 0.08 54.60 22:12:36 22:01:01 7 36.78 0.00 6.01 1.06 0.10 56.05 22:12:36 22:02:01 all 2.47 0.00 0.93 0.52 0.03 96.06 22:12:36 22:02:01 0 3.81 0.00 0.81 0.08 0.03 95.26 22:12:36 22:02:01 1 2.99 0.00 0.95 0.00 0.03 96.02 22:12:36 22:02:01 2 1.17 0.00 0.73 0.94 0.02 97.14 22:12:36 22:02:01 3 1.48 0.00 1.56 0.02 0.02 96.93 22:12:36 22:02:01 4 2.25 0.00 0.77 0.02 0.02 96.94 22:12:36 22:02:01 5 2.44 0.00 0.85 0.00 0.02 96.69 22:12:36 22:02:01 6 3.37 0.00 1.09 3.06 0.03 92.45 22:12:36 22:02:01 7 2.22 0.00 0.70 0.02 0.03 97.02 22:12:36 22:03:01 all 0.03 0.00 0.02 0.00 0.00 99.94 22:12:36 22:03:01 0 0.02 0.00 0.07 0.00 0.03 99.88 22:12:36 22:03:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:12:36 22:03:01 2 0.02 0.00 0.00 0.02 0.00 99.97 22:12:36 22:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:03:01 5 0.07 0.00 0.02 0.00 0.00 99.92 22:12:36 22:03:01 6 0.02 0.00 0.02 0.02 0.00 99.95 22:12:36 22:03:01 7 0.07 0.00 0.05 0.00 0.00 99.88 22:12:36 22:04:01 all 1.34 0.00 0.58 0.48 0.02 97.58 22:12:36 22:04:01 0 0.89 0.00 0.44 0.80 0.03 97.84 22:12:36 22:04:01 1 1.30 0.00 0.82 0.72 0.02 97.15 22:12:36 22:04:01 2 0.55 0.00 0.50 1.23 0.02 97.70 22:12:36 22:04:01 3 1.15 0.00 0.48 0.05 0.03 98.28 22:12:36 22:04:01 4 2.69 0.00 0.47 0.13 0.02 96.70 22:12:36 22:04:01 5 1.70 0.00 0.95 0.53 0.02 96.80 22:12:36 22:04:01 6 0.55 0.00 0.32 0.02 0.03 99.08 22:12:36 22:04:01 7 1.87 0.00 0.69 0.33 0.02 97.09 22:12:36 22:05:01 all 0.01 0.00 0.02 0.01 0.01 99.95 22:12:36 22:05:01 0 0.03 0.00 0.02 0.03 0.03 99.88 22:12:36 22:05:01 1 0.05 0.00 0.02 0.03 0.02 99.88 22:12:36 22:05:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:05:01 3 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:05:01 6 0.02 0.00 0.02 0.03 0.02 99.92 22:12:36 22:05:01 7 0.00 0.00 0.02 0.00 0.02 99.97 22:12:36 22:06:01 all 0.02 0.00 0.01 0.01 0.01 99.95 22:12:36 22:06:01 0 0.03 0.00 0.02 0.00 0.03 99.92 22:12:36 22:06:01 1 0.02 0.00 0.02 0.08 0.00 99.88 22:12:36 22:06:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:12:36 22:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 22:12:36 22:06:01 6 0.05 0.00 0.00 0.02 0.02 99.92 22:12:36 22:06:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:07:01 all 0.04 0.00 0.02 0.01 0.01 99.92 22:12:36 22:07:01 0 0.02 0.00 0.02 0.02 0.02 99.93 22:12:36 22:07:01 1 0.02 0.00 0.03 0.05 0.02 99.88 22:12:36 22:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 22:12:36 22:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 22:12:36 22:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:07:01 5 0.02 0.00 0.00 0.00 0.02 99.97 22:12:36 22:07:01 6 0.02 0.00 0.03 0.03 0.02 99.90 22:12:36 22:07:01 7 0.20 0.00 0.02 0.00 0.02 99.77 22:12:36 22:08:01 all 0.04 0.00 0.01 0.01 0.01 99.94 22:12:36 22:08:01 0 0.02 0.00 0.02 0.07 0.03 99.87 22:12:36 22:08:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:12:36 22:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 22:12:36 22:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:08:01 6 0.03 0.00 0.02 0.00 0.00 99.95 22:12:36 22:08:01 7 0.18 0.00 0.02 0.00 0.00 99.80 22:12:36 22:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 22:12:36 22:09:01 0 0.00 0.00 0.05 0.03 0.05 99.87 22:12:36 22:09:01 1 0.02 0.00 0.00 0.00 0.02 99.97 22:12:36 22:09:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:09:01 3 0.02 0.00 0.02 0.00 0.02 99.95 22:12:36 22:09:01 4 0.02 0.00 0.00 0.02 0.00 99.97 22:12:36 22:09:01 5 0.00 0.00 0.00 0.00 0.02 99.98 22:12:36 22:09:01 6 0.02 0.00 0.02 0.02 0.02 99.93 22:12:36 22:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 22:12:36 22:10:01 0 0.03 0.00 0.02 0.02 0.03 99.90 22:12:36 22:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:12:36 22:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:10:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 22:12:36 22:10:01 6 0.00 0.00 0.02 0.02 0.02 99.95 22:12:36 22:10:01 7 0.07 0.00 0.02 0.00 0.02 99.90 22:12:36 22:12:36 22:10:01 CPU %user %nice %system %iowait %steal %idle 22:12:36 22:11:01 all 0.01 0.00 0.01 0.01 0.01 99.96 22:12:36 22:11:01 0 0.03 0.00 0.00 0.03 0.02 99.92 22:12:36 22:11:01 1 0.05 0.00 0.02 0.00 0.02 99.92 22:12:36 22:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:12:36 22:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 22:12:36 22:11:01 5 0.00 0.00 0.02 0.00 0.02 99.97 22:12:36 22:11:01 6 0.00 0.00 0.00 0.02 0.02 99.97 22:12:36 22:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 22:12:36 22:12:01 all 4.24 0.00 1.64 0.52 0.03 93.58 22:12:36 22:12:01 0 4.60 0.00 1.62 0.72 0.05 93.01 22:12:36 22:12:01 1 4.72 0.00 1.75 0.03 0.02 93.48 22:12:36 22:12:01 2 3.83 0.00 1.66 0.03 0.02 94.46 22:12:36 22:12:01 3 5.73 0.00 1.22 0.00 0.03 93.02 22:12:36 22:12:01 4 3.89 0.00 1.56 0.32 0.02 94.22 22:12:36 22:12:01 5 4.24 0.00 1.68 0.10 0.02 93.97 22:12:36 22:12:01 6 2.98 0.00 1.46 2.91 0.02 92.63 22:12:36 22:12:01 7 3.94 0.00 2.16 0.02 0.03 93.85 22:12:36 Average: all 4.37 0.00 1.06 0.37 0.02 94.17 22:12:36 Average: 0 4.49 0.00 1.19 0.66 0.04 93.62 22:12:36 Average: 1 4.46 0.00 1.20 0.32 0.02 94.00 22:12:36 Average: 2 4.06 0.00 0.99 0.74 0.02 94.19 22:12:36 Average: 3 4.55 0.00 1.01 0.05 0.02 94.36 22:12:36 Average: 4 4.57 0.00 0.96 0.22 0.01 94.23 22:12:36 Average: 5 4.21 0.00 1.02 0.12 0.02 94.64 22:12:36 Average: 6 4.25 0.00 1.00 0.75 0.03 93.98 22:12:36 Average: 7 4.37 0.00 1.14 0.14 0.02 94.34 22:12:36 22:12:36 22:12:36