Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0134c4c717d226af86e9f48c42195e986438ddab 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-ssh16999333633514600334.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh10180756269909292478.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh567861892223463741.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh6496298352382418545.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-ssh9315441326048578752.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] ========================================================= [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.21 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-995 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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 0134c4c717d226af86e9f48c42195e986438ddab (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 0134c4c717d226af86e9f48c42195e986438ddab # timeout=10 Commit message: "Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15" > git rev-list --no-walk cece63dbd868ba4ffecf5f739a16bcebc59408bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:01:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:01:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:01:51 ========================================================= 02:01:51 EdgeX Global Pipelines Version Info 02:01:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:01:52 ------------------- 02:01:52 stable info: 02:01:52 ------------------- 02:01:52 Commited By: Ginny Guan ginny@iotechsys.com 02:01:52 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 02:01:52 Message: update stable to v1.0.260 02:01:52 ------------------- 02:01:52 experimental info: 02:01:52 ------------------- 02:01:52 Commited By: Ginny Guan ginny@iotechsys.com 02:01:52 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 02:01:52 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:01:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 02:01:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 02:01:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:01:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-mqtt [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0134c4c [Pipeline] echo 02:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:01:53 provisioning config files... 02:01:53 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5857118857711844331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:54 ---> ****-login.sh 02:01:54 nexus3.edgexfoundry.org:10001 02:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:54 Configure a credential helper to remove this warning. See 02:01:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:54 02:01:54 Login Succeeded 02:01:54 nexus3.edgexfoundry.org:10002 02:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:54 Configure a credential helper to remove this warning. See 02:01:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:54 02:01:54 Login Succeeded 02:01:54 nexus3.edgexfoundry.org:10003 02:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:54 Configure a credential helper to remove this warning. See 02:01:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:54 02:01:54 Login Succeeded 02:01:54 nexus3.edgexfoundry.org:10004 02:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:54 Configure a credential helper to remove this warning. See 02:01:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:54 02:01:54 Login Succeeded 02:01:54 ****.io 02:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:01:54 Configure a credential helper to remove this warning. See 02:01:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:01:54 02:01:54 Login Succeeded 02:01:54 ---> ****-login.sh ends [Pipeline] } 02:01:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:01:55 + git rev-list -1 --merges 0134c4c717d226af86e9f48c42195e986438ddab~1..0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo 02:01:55 -----------> git rev-list -1 --merges 0134c4c717d226af86e9f48c42195e986438ddab~1..0134c4c717d226af86e9f48c42195e986438ddab 0134c4c717d226af86e9f48c42195e986438ddab 02:01:55 0134c4c717d226af86e9f48c42195e986438ddab [false] [Pipeline] sh 02:01:55 + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo 02:01:55 ========================================================= 02:01:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:01:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:01:55 + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] echo 02:01:56 [semverPrep] GIT_COMMIT: 0134c4c717d226af86e9f48c42195e986438ddab, Commit Message: Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15 [Pipeline] echo 02:01:56 [semverPrep] This is not a build commit. [Pipeline] sh 02:01:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:01:56 + grep -v github /etc/ssh/ssh_known_hosts 02:01:56 + [ -e /tmp/ssh_known_hosts ] 02:01:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:01:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:01:56 + sudo tee -a /etc/ssh/ssh_known_hosts 02:01:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:01:56 02:01:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:01:57 0.1.4: Pulling from edgex-devops/py-git-semver 02:01:57 b85a868b505f: Pulling fs layer 02:01:57 e2be974225ed: Pulling fs layer 02:01:57 339a4e72a1f5: Pulling fs layer 02:01:57 988bab9f4d93: Pulling fs layer 02:01:57 1469e6f7b9e6: Pulling fs layer 02:01:57 eaf3925da568: Pulling fs layer 02:01:57 bab4dde63d76: Pulling fs layer 02:01:57 bde34c3a00c8: Pulling fs layer 02:01:57 b352a97aabf1: Pulling fs layer 02:01:57 4872d77fe225: Pulling fs layer 02:01:57 5851b861e8e6: Pulling fs layer 02:01:57 988bab9f4d93: Waiting 02:01:57 eaf3925da568: Waiting 02:01:57 bab4dde63d76: Waiting 02:01:57 bde34c3a00c8: Waiting 02:01:57 b352a97aabf1: Waiting 02:01:57 4872d77fe225: Waiting 02:01:57 5851b861e8e6: Waiting 02:01:57 1469e6f7b9e6: Waiting 02:01:57 e2be974225ed: Verifying Checksum 02:01:57 e2be974225ed: Download complete 02:01:57 988bab9f4d93: Verifying Checksum 02:01:57 988bab9f4d93: Download complete 02:01:57 1469e6f7b9e6: Verifying Checksum 02:01:57 1469e6f7b9e6: Download complete 02:01:57 eaf3925da568: Verifying Checksum 02:01:57 eaf3925da568: Download complete 02:01:57 339a4e72a1f5: Verifying Checksum 02:01:57 339a4e72a1f5: Download complete 02:01:57 bde34c3a00c8: Verifying Checksum 02:01:57 bde34c3a00c8: Download complete 02:01:57 b352a97aabf1: Download complete 02:01:57 4872d77fe225: Verifying Checksum 02:01:57 4872d77fe225: Download complete 02:01:57 5851b861e8e6: Verifying Checksum 02:01:57 5851b861e8e6: Download complete 02:01:57 b85a868b505f: Verifying Checksum 02:01:57 b85a868b505f: Download complete 02:01:57 bab4dde63d76: Verifying Checksum 02:01:57 bab4dde63d76: Download complete 02:01:58 b85a868b505f: Pull complete 02:01:58 e2be974225ed: Pull complete 02:01:59 339a4e72a1f5: Pull complete 02:01:59 988bab9f4d93: Pull complete 02:01:59 1469e6f7b9e6: Pull complete 02:01:59 eaf3925da568: Pull complete 02:02:01 bab4dde63d76: Pull complete 02:02:01 bde34c3a00c8: Pull complete 02:02:01 b352a97aabf1: Pull complete 02:02:01 4872d77fe225: Pull complete 02:02:01 5851b861e8e6: Pull complete 02:02:01 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 02:02:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:02:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:02:01 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:02:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:02:03 $ docker top ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 -eo pid,comm 02:02:03 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). 02:02:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:02:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:03 [ssh-agent] Looking for ssh-agent implementation... 02:02:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:03 $ docker exec ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent 02:02:03 SSH_AUTH_SOCK=/tmp/ssh-b4ln4zNcD35U/agent.34 02:02:03 SSH_AGENT_PID=40 02:02:03 Running ssh-add (command line suppressed) 02:02:03 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_255780524955515463.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_255780524955515463.key) 02:02:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:03 + git tag --points-at HEAD [Pipeline] } 02:02:03 $ docker exec --env ******** --env ******** ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent -k 02:02:04 unset SSH_AUTH_SOCK; 02:02:04 unset SSH_AGENT_PID; 02:02:04 echo Agent pid 40 killed; 02:02:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:02:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:02:04 [ssh-agent] Looking for ssh-agent implementation... 02:02:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:02:04 $ docker exec ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent 02:02:04 SSH_AUTH_SOCK=/tmp/ssh-1T3Z789gwVo1/agent.73 02:02:04 SSH_AGENT_PID=79 02:02:04 Running ssh-add (command line suppressed) 02:02:04 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16886069793236602564.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_16886069793236602564.key) 02:02:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:02:04 + git semver init 02:02:04 2024-05-29 02:02:04,912 [run_init] DEBUG init version:0.0.0 force:False 02:02:04 2024-05-29 02:02:04,913 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver 02:02:04 2024-05-29 02:02:04,913 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-mqtt-go.git /w/workspace/edgexfoundry_device-mqtt-go_main/.semver 02:02:04 2024-05-29 02:02:04,913 [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) 02:02:06 2024-05-29 02:02:06,120 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.git/info/exclude 02:02:06 2024-05-29 02:02:06,121 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:False 02:02:06 2024-05-29 02:02:06,121 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:02:06 2024-05-29 02:02:06,121 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:02:06 3.2.0-dev.12 [Pipeline] } 02:02:06 $ docker exec --env ******** --env ******** ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 ssh-agent -k 02:02:06 unset SSH_AUTH_SOCK; 02:02:06 unset SSH_AGENT_PID; 02:02:06 echo Agent pid 79 killed; 02:02:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:06 + git semver [Pipeline] } 02:02:07 $ docker stop --time=1 ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 02:02:08 $ docker rm -f --volumes ee24f37dc4356bf579d9f91888fbc95b004effd789f3b0c26bf28ac320c76e49 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:02:09 Stashed 1 file(s) [Pipeline] echo 02:02:09 [edgeXSemver]: initialized semver on version 3.2.0-dev.12 [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 02:02:09 provisioning config files... 02:02:09 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config4667073545955802268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:02:09 ---> ****-login.sh 02:02:09 nexus3.edgexfoundry.org:10001 02:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:09 Configure a credential helper to remove this warning. See 02:02:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:09 02:02:09 Login Succeeded 02:02:09 nexus3.edgexfoundry.org:10002 02:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:09 Configure a credential helper to remove this warning. See 02:02:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:09 02:02:09 Login Succeeded 02:02:09 nexus3.edgexfoundry.org:10003 02:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:09 Configure a credential helper to remove this warning. See 02:02:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:09 02:02:09 Login Succeeded 02:02:09 nexus3.edgexfoundry.org:10004 02:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:09 Configure a credential helper to remove this warning. See 02:02:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:09 02:02:09 Login Succeeded 02:02:09 ****.io 02:02:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:02:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:02:10 Configure a credential helper to remove this warning. See 02:02:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:02:10 02:02:10 Login Succeeded 02:02:10 ---> ****-login.sh ends [Pipeline] } 02:02:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:02:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:02:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:02:10 ========================================================= 02:02:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 02:02:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:02:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 02:02:10 Sending build context to Docker daemon 20.98MB 02:02:10 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 02:02:10 Step 2/12 : FROM ${BASE} AS builder 02:02:10 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 02:02:10 619be1103602: Pulling fs layer 02:02:10 7862e08f4a3e: Pulling fs layer 02:02:10 5df492c9dc93: Pulling fs layer 02:02:10 7629e6793208: Pulling fs layer 02:02:10 4f4fb700ef54: Pulling fs layer 02:02:10 fb5054dd5b73: Pulling fs layer 02:02:10 eeca6798cff9: Pulling fs layer 02:02:10 aa269ceb94a6: Pulling fs layer 02:02:10 ada007ff1a6a: Pulling fs layer 02:02:10 7629e6793208: Waiting 02:02:10 4f4fb700ef54: Waiting 02:02:10 fb5054dd5b73: Waiting 02:02:10 eeca6798cff9: Waiting 02:02:10 aa269ceb94a6: Waiting 02:02:10 ada007ff1a6a: Waiting 02:02:10 7862e08f4a3e: Download complete 02:02:10 7629e6793208: Verifying Checksum 02:02:10 7629e6793208: Download complete 02:02:10 4f4fb700ef54: Verifying Checksum 02:02:10 4f4fb700ef54: Download complete 02:02:10 619be1103602: Verifying Checksum 02:02:10 619be1103602: Download complete 02:02:10 fb5054dd5b73: Verifying Checksum 02:02:10 fb5054dd5b73: Download complete 02:02:10 eeca6798cff9: Download complete 02:02:10 619be1103602: Pull complete 02:02:11 ada007ff1a6a: Verifying Checksum 02:02:11 ada007ff1a6a: Download complete 02:02:11 7862e08f4a3e: Pull complete 02:02:11 5df492c9dc93: Verifying Checksum 02:02:11 5df492c9dc93: Download complete 02:02:11 aa269ceb94a6: Verifying Checksum 02:02:11 aa269ceb94a6: Download complete 02:02:14 5df492c9dc93: Pull complete 02:02:14 7629e6793208: Pull complete 02:02:14 4f4fb700ef54: Pull complete 02:02:14 fb5054dd5b73: Pull complete 02:02:14 eeca6798cff9: Pull complete 02:02:17 aa269ceb94a6: Pull complete 02:02:17 ada007ff1a6a: Pull complete 02:02:17 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 02:02:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 02:02:17 ---> f489d0715acc 02:02:17 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:02:18 ---> Running in 3cf6eb33f2d8 02:02:18 Removing intermediate container 3cf6eb33f2d8 02:02:18 ---> 1569a8c2b6a1 02:02:18 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:02:18 ---> Running in 2f6cc7207a97 02:02:18 Removing intermediate container 2f6cc7207a97 02:02:18 ---> 7875203eae70 02:02:18 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:02:18 ---> Running in 8bed65e26796 02:02:19 Removing intermediate container 8bed65e26796 02:02:19 ---> 4e644b06a81b 02:02:19 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:02:19 ---> Running in 9f3104f2870e 02:02:19 Removing intermediate container 9f3104f2870e 02:02:19 ---> 213a54d70159 02:02:19 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:02:19 ---> Running in 83de92947259 02:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:02:19 (1/4) Installing openssh-keygen (9.3_p2-r1) 02:02:19 (2/4) Installing libedit (20221030.3.1-r1) 02:02:19 (3/4) Installing openssh-client-common (9.3_p2-r1) 02:02:19 (4/4) Installing openssh-client-default (9.3_p2-r1) 02:02:19 Executing busybox-1.36.1-r5.trigger 02:02:19 OK: 268 MiB in 56 packages 02:02:20 Removing intermediate container 83de92947259 02:02:20 ---> 5a8b5eaffaa1 02:02:20 Step 8/12 : WORKDIR /device-mqtt-go 02:02:20 ---> Running in 7f974cd4a2d6 02:02:20 Removing intermediate container 7f974cd4a2d6 02:02:20 ---> 6ce7e8e27fda 02:02:20 Step 9/12 : COPY go.mod vendor* ./ 02:02:20 ---> 10a28fc26757 02:02:20 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:02:20 ---> Running in fdf4b68c13be 02:02:24 Still waiting to schedule task 02:02:24 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-994’ 02:03:16 Removing intermediate container fdf4b68c13be 02:03:16 ---> 0cf9ab997c31 02:03:16 Step 11/12 : COPY . . 02:03:16 ---> fcea3480fbef 02:03:16 Step 12/12 : RUN $MAKE 02:03:16 ---> Running in 0df076ec4420 02:03:16 noop 02:03:16 Removing intermediate container 0df076ec4420 02:03:16 ---> 9834b343b995 02:03:16 Successfully built 9834b343b995 02:03:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:17 + docker inspect -f . ci-base-image-x86_64 02:03:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:03:17 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:03:17 $ 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 ******** ci-base-image-x86_64 cat 02:03:17 $ docker top 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:17 + go version 02:03:17 go version go1.21.9 linux/amd64 [Pipeline] } 02:03:18 $ docker stop --time=1 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a 02:03:19 $ docker rm -f --volumes 931970d1194464b8676471819acebb92b3a57e9b08191faeaa5d8f6873ecd39a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:03:19 + docker inspect -f . ci-base-image-x86_64 02:03:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:03:19 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:03:19 $ 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 ******** ci-base-image-x86_64 cat 02:03:20 $ docker top d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:20 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] fileExists [Pipeline] sh 02:03:20 + make test 02:03:20 go test ./... -coverprofile=coverage.out ./... 02:03:22 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:03:44 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:03:44 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:03:44 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.035s coverage: 22.8% of statements 02:03:52 go vet ./... 02:03:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:03:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:03:58 ./bin/test-attribution-txt.sh 02:03:58 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 02:03:58 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 02:03:58 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 02:03:58 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 02:03:58 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 02:03:58 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 02:03:58 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 02:03:58 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 02:03:58 An attribution for golang.org/x/term is missing from Attribution.txt, please add 02:03:58 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 02:03:58 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 02:03:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 02:03:58 $ docker stop --time=1 d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 02:04:02 $ docker rm -f --volumes d846e5ee71fb4684a40eb3c7b99f1fdb80b25d24454c759e8aa674d57584f661 [Pipeline] // withDockerContainer [Pipeline] sh 02:04:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:04:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:04:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:04:04 + ls -al . 02:04:04 total 252 02:04:04 drwxrwxr-x 9 jenkins jenkins 4096 May 29 02:03 . 02:04:04 drwxrwxr-x 4 jenkins jenkins 4096 May 29 02:01 .. 02:04:04 -rw-rw-r-- 1 jenkins jenkins 140 May 29 02:01 .dockerignore 02:04:04 drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:03 .git 02:04:04 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 .github 02:04:04 -rw-rw-r-- 1 jenkins jenkins 264 May 29 02:01 .gitignore 02:04:04 -rw-rw-r-- 1 jenkins jenkins 41 May 29 02:01 .golangci.yml 02:04:04 drwxr-xr-x 3 jenkins jenkins 4096 May 29 02:02 .semver 02:04:04 -rw-rw-r-- 1 jenkins jenkins 10386 May 29 02:01 Attribution.txt 02:04:04 -rw-rw-r-- 1 jenkins jenkins 18574 May 29 02:01 CHANGELOG.md 02:04:04 -rw-rw-r-- 1 jenkins jenkins 1798 May 29 02:01 Dockerfile 02:04:04 -rw-rw-r-- 1 jenkins jenkins 677 May 29 02:01 GOVERNANCE.md 02:04:04 -rw-rw-r-- 1 jenkins jenkins 657 May 29 02:01 Jenkinsfile 02:04:04 -rw-rw-r-- 1 jenkins jenkins 11340 May 29 02:01 LICENSE 02:04:04 -rw-rw-r-- 1 jenkins jenkins 1963 May 29 02:01 Makefile 02:04:04 -rw-rw-r-- 1 jenkins jenkins 620 May 29 02:01 OWNERS.md 02:04:04 -rw-rw-r-- 1 jenkins jenkins 3599 May 29 02:01 README.md 02:04:04 -rw-rw-r-- 1 jenkins jenkins 12 May 29 02:02 VERSION 02:04:04 drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:01 bin 02:04:04 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 cmd 02:04:04 -rw-r--r-- 1 jenkins jenkins 18506 May 29 02:03 coverage.out 02:04:04 -rw-rw-r-- 1 jenkins jenkins 7121 May 29 02:01 go.mod 02:04:04 -rw-rw-r-- 1 jenkins jenkins 101544 May 29 02:01 go.sum 02:04:04 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:01 internal 02:04:04 drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:01 mock 02:04:04 -rw-rw-r-- 1 jenkins jenkins 227 May 29 02:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:04 + 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=0134c4c717d226af86e9f48c42195e986438ddab --label arch=amd64 --label version=3.2.0-dev.12 . 02:04:04 Sending build context to Docker daemon 21MB 02:04:04 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 02:04:04 Step 2/25 : FROM ${BASE} AS builder 02:04:04 ---> 9834b343b995 02:04:04 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:04:04 ---> Running in aedfe780d83d 02:04:05 Removing intermediate container aedfe780d83d 02:04:05 ---> 690522d2ce7d 02:04:05 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:04:05 ---> Running in e8ae1f7c16d1 02:04:05 Removing intermediate container e8ae1f7c16d1 02:04:05 ---> 9858c790cbbd 02:04:05 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:04:05 ---> Running in ed8456febd26 02:04:05 Removing intermediate container ed8456febd26 02:04:05 ---> 906082d4e6df 02:04:05 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 02:04:05 ---> Running in d1568ccc35f2 02:04:05 Removing intermediate container d1568ccc35f2 02:04:05 ---> 0a44f88b51af 02:04:05 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:04:05 ---> Running in c0ac41994556 02:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:04:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:04:06 OK: 268 MiB in 56 packages 02:04:06 Removing intermediate container c0ac41994556 02:04:06 ---> af45cc1f108c 02:04:06 Step 8/25 : WORKDIR /device-mqtt-go 02:04:06 ---> Running in 5e307b433d91 02:04:06 Removing intermediate container 5e307b433d91 02:04:06 ---> 21f6b3314f4a 02:04:06 Step 9/25 : COPY go.mod vendor* ./ 02:04:06 ---> 759940c699e2 02:04:06 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:06 ---> Running in a3957db89859 02:04:07 Removing intermediate container a3957db89859 02:04:07 ---> 2fd77dc0901f 02:04:07 Step 11/25 : COPY . . 02:04:07 ---> ec094c4072b8 02:04:07 Step 12/25 : RUN $MAKE 02:04:07 ---> Running in dfc7c1fa1f85 02:04:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 02:04:40 Removing intermediate container dfc7c1fa1f85 02:04:40 ---> 416d1a1d7a0e 02:04:40 Step 13/25 : FROM alpine:3.18 02:04:40 3.18: Pulling from library/alpine 02:04:40 619be1103602: Already exists 02:04:40 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:04:40 Status: Downloaded newer image for alpine:3.18 02:04:40 ---> d3782b16ccc9 02:04:40 Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:04:40 ---> Running in 0599d20dd391 02:04:40 Removing intermediate container 0599d20dd391 02:04:40 ---> 9d89683fc65e 02:04:40 Step 15/25 : RUN apk add --update --no-cache dumb-init 02:04:40 ---> Running in 2ccc81cf78f0 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:04:40 (1/1) Installing dumb-init (1.2.5-r2) 02:04:40 Executing busybox-1.36.1-r5.trigger 02:04:40 OK: 7 MiB in 16 packages 02:04:40 Removing intermediate container 2ccc81cf78f0 02:04:40 ---> 8c09949add93 02:04:40 Step 16/25 : RUN apk --no-cache upgrade 02:04:40 ---> Running in ec7c0be28d73 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:04:40 Upgrading critical system libraries and apk-tools: 02:04:40 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:04:40 Executing busybox-1.36.1-r5.trigger 02:04:40 Continuing the upgrade transaction with new apk-tools: 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 02:04:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 02:04:40 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 02:04:40 Executing busybox-1.36.1-r6.post-upgrade 02:04:40 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 02:04:40 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:04:40 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:04:40 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:04:40 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 02:04:40 Executing busybox-1.36.1-r6.trigger 02:04:40 OK: 7 MiB in 16 packages 02:04:40 Removing intermediate container ec7c0be28d73 02:04:40 ---> 311c6bb10eca 02:04:40 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 02:04:40 ---> 93ffa53e688b 02:04:40 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 02:04:40 ---> 207ae28f0d65 02:04:40 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:04:40 ---> d68b44b460f2 02:04:40 Step 20/25 : EXPOSE 59982 02:04:40 ---> Running in 92c27831546e 02:04:40 Removing intermediate container 92c27831546e 02:04:40 ---> a236e3ab2b66 02:04:40 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 02:04:40 ---> Running in 57b2df50dcad 02:04:40 Removing intermediate container 57b2df50dcad 02:04:40 ---> 00e6ece65732 02:04:40 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:04:40 ---> Running in 9b31dd82b024 02:04:40 Removing intermediate container 9b31dd82b024 02:04:40 ---> 9722bc57e0d9 02:04:40 Step 23/25 : LABEL arch=amd64 02:04:40 ---> Running in f6d6e8980e77 02:04:40 Removing intermediate container f6d6e8980e77 02:04:40 ---> 049ea2965b20 02:04:40 Step 24/25 : LABEL git_sha=0134c4c717d226af86e9f48c42195e986438ddab 02:04:40 ---> Running in 8cc57346a8c6 02:04:40 Removing intermediate container 8cc57346a8c6 02:04:40 ---> e97f3d41da39 02:04:40 Step 25/25 : LABEL version=3.2.0-dev.12 02:04:40 ---> Running in 7578f31e220d 02:04:40 Removing intermediate container 7578f31e220d 02:04:40 ---> d8e4236db432 02:04:40 [Warning] One or more build-args [ARCH] were not consumed 02:04:40 Successfully built d8e4236db432 02:04:40 Successfully tagged device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:04:40 provisioning config files... 02:04:40 copy managed file [device-mqtt-go-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config528912555232659725tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:04:40 ---> ****-login.sh 02:04:40 nexus3.edgexfoundry.org:10001 02:04:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:04:40 Configure a credential helper to remove this warning. See 02:04:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:04:40 02:04:40 Login Succeeded 02:04:40 nexus3.edgexfoundry.org:10002 02:04:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:04:40 Configure a credential helper to remove this warning. See 02:04:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:04:40 02:04:40 Login Succeeded 02:04:40 nexus3.edgexfoundry.org:10003 02:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:04:41 Configure a credential helper to remove this warning. See 02:04:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:04:41 02:04:41 Login Succeeded 02:04:41 nexus3.edgexfoundry.org:10004 02:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:04:41 Configure a credential helper to remove this warning. See 02:04:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:04:41 02:04:41 Login Succeeded 02:04:41 ****.io 02:04:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:04:42 Configure a credential helper to remove this warning. See 02:04:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:04:42 02:04:42 Login Succeeded 02:04:42 ---> ****-login.sh ends [Pipeline] } 02:04:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:04:42 [edgeXDocker.push] Tagging docker image device-mqtt with the following tags: 02:04:42 0134c4c717d226af86e9f48c42195e986438ddab 02:04:42 latest 02:04:42 3.2.0-dev.12 02:04:42 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:04:42 main 02:04:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:42 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:42 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab 02:04:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:04:42 5ca1777d73be: Preparing 02:04:42 a8cea2a5ed42: Preparing 02:04:42 cd804396443d: Preparing 02:04:42 66998ac59e6d: Preparing 02:04:42 f171fec0869a: Preparing 02:04:42 aedc3bda2944: Preparing 02:04:42 aedc3bda2944: Waiting 02:04:42 5ca1777d73be: Pushed 02:04:42 a8cea2a5ed42: Pushed 02:04:42 f171fec0869a: Pushed 02:04:42 aedc3bda2944: Layer already exists 02:04:43 66998ac59e6d: Pushed 02:04:47 cd804396443d: Pushed 02:04:47 0134c4c717d226af86e9f48c42195e986438ddab: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:48 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:48 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:04:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:04:48 5ca1777d73be: Preparing 02:04:48 a8cea2a5ed42: Preparing 02:04:48 cd804396443d: Preparing 02:04:48 66998ac59e6d: Preparing 02:04:48 f171fec0869a: Preparing 02:04:48 aedc3bda2944: Preparing 02:04:48 aedc3bda2944: Waiting 02:04:48 5ca1777d73be: Layer already exists 02:04:48 a8cea2a5ed42: Layer already exists 02:04:48 cd804396443d: Layer already exists 02:04:48 f171fec0869a: Layer already exists 02:04:48 66998ac59e6d: Layer already exists 02:04:48 aedc3bda2944: Layer already exists 02:04:48 latest: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:48 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:49 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 02:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:04:49 5ca1777d73be: Preparing 02:04:49 a8cea2a5ed42: Preparing 02:04:49 cd804396443d: Preparing 02:04:49 66998ac59e6d: Preparing 02:04:49 f171fec0869a: Preparing 02:04:49 aedc3bda2944: Preparing 02:04:49 aedc3bda2944: Waiting 02:04:49 66998ac59e6d: Layer already exists 02:04:49 cd804396443d: Layer already exists 02:04:49 f171fec0869a: Layer already exists 02:04:49 5ca1777d73be: Layer already exists 02:04:49 a8cea2a5ed42: Layer already exists 02:04:49 aedc3bda2944: Layer already exists 02:04:49 3.2.0-dev.12: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:49 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:49 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:04:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:04:49 5ca1777d73be: Preparing 02:04:49 a8cea2a5ed42: Preparing 02:04:49 cd804396443d: Preparing 02:04:49 66998ac59e6d: Preparing 02:04:49 f171fec0869a: Preparing 02:04:49 aedc3bda2944: Preparing 02:04:49 aedc3bda2944: Waiting 02:04:49 cd804396443d: Layer already exists 02:04:49 5ca1777d73be: Layer already exists 02:04:49 a8cea2a5ed42: Layer already exists 02:04:49 66998ac59e6d: Layer already exists 02:04:49 f171fec0869a: Layer already exists 02:04:49 aedc3bda2944: Layer already exists 02:04:49 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:50 + docker tag device-mqtt nexus3.edgexfoundry.org:10004/device-mqtt:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:50 + docker push nexus3.edgexfoundry.org:10004/device-mqtt:main 02:04:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt] 02:04:50 5ca1777d73be: Preparing 02:04:50 a8cea2a5ed42: Preparing 02:04:50 cd804396443d: Preparing 02:04:50 66998ac59e6d: Preparing 02:04:50 f171fec0869a: Preparing 02:04:50 aedc3bda2944: Preparing 02:04:50 aedc3bda2944: Waiting 02:04:50 cd804396443d: Layer already exists 02:04:50 f171fec0869a: Layer already exists 02:04:50 5ca1777d73be: Layer already exists 02:04:50 66998ac59e6d: Layer already exists 02:04:50 a8cea2a5ed42: Layer already exists 02:04:50 aedc3bda2944: Layer already exists 02:04:50 main: digest: sha256:b0568f1cc001e507324556e4fd6cbe3eb5e4030f524100bf9d4526e1a3463476 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:04:50 ===================================================== [Pipeline] echo 02:04:50 taggedImages: 02:04:50 - nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab 02:04:50 - nexus3.edgexfoundry.org:10004/device-mqtt:latest 02:04:50 - nexus3.edgexfoundry.org:10004/device-mqtt:3.2.0-dev.12 02:04:50 - nexus3.edgexfoundry.org:10004/device-mqtt:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:04:50 - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:04:50 02:04:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:04:51 latest: Pulling from edgex-lftools-log-publisher 02:04:51 5eb5b503b376: Pulling fs layer 02:04:51 5c69ac0246d0: Pulling fs layer 02:04:51 ec43610c2a17: Pulling fs layer 02:04:51 3a2ae6a8a46f: Pulling fs layer 02:04:51 33b1e0a273af: Pulling fs layer 02:04:51 5d3b04190fa2: Pulling fs layer 02:04:51 2f39f015ded8: Pulling fs layer 02:04:51 33b1e0a273af: Waiting 02:04:51 5d3b04190fa2: Waiting 02:04:51 2f39f015ded8: Waiting 02:04:51 3a2ae6a8a46f: Waiting 02:04:51 5c69ac0246d0: Verifying Checksum 02:04:51 5c69ac0246d0: Download complete 02:04:51 3a2ae6a8a46f: Download complete 02:04:51 33b1e0a273af: Verifying Checksum 02:04:51 33b1e0a273af: Download complete 02:04:51 ec43610c2a17: Verifying Checksum 02:04:51 ec43610c2a17: Download complete 02:04:51 5d3b04190fa2: Download complete 02:04:51 5eb5b503b376: Download complete 02:04:52 2f39f015ded8: Download complete 02:04:52 5eb5b503b376: Pull complete 02:04:52 5c69ac0246d0: Pull complete 02:04:52 ec43610c2a17: Pull complete 02:04:53 3a2ae6a8a46f: Pull complete 02:04:53 33b1e0a273af: Pull complete 02:04:53 5d3b04190fa2: Pull complete 02:04:57 2f39f015ded8: Pull complete 02:04:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:04:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:57 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:04:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:04:58 $ docker top ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:04:59 ---> job-cost.sh 02:04:59 lf-activate-venv: SKIPPING 02:04:59 INFO: No Stack... 02:04:59 INFO: Retrieving Pricing Info for: v3-standard-8 02:04:59 INFO: Archiving Costs [Pipeline] sh 02:05:00 + cat /w/workspace/edgexfoundry_device-mqtt-go_main/archives/cost.csv 02:05:00 + cut -d, -f6 [Pipeline] lock 02:05:00 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] 02:05:00 Resource [jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] did not exist. Created. 02:05:00 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:05:00 + echo total: 0.2199999988079071 [Pipeline] stash 02:05:00 Stashed 1 file(s) [Pipeline] } 02:05:00 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] // lock [Pipeline] } 02:05:00 $ docker stop --time=1 ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 02:05:01 $ docker rm -f --volumes ac043f6c4876fef67e353251de5a927b98e5fa846c51742493181afac4511334 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:06:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-997 in /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] { [Pipeline] ws 02:06:06 Running in /w/workspace/device-mqtt-go/165 [Pipeline] { [Pipeline] checkout 02:06:09 The recommended git tool is: git 02:06:16 using credential edgex-jenkins-ssh 02:06:16 Cloning the remote Git repository 02:06:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 02:06:17 > git init /w/workspace/device-mqtt-go/165 # timeout=10 02:06:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 02:06:17 > git --version # timeout=10 02:06:17 > git --version # 'git version 2.25.1' 02:06:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:06:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 02:06:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:21 Avoid second fetch 02:06:21 Checking out Revision 0134c4c717d226af86e9f48c42195e986438ddab (main) 02:06:21 > git config core.sparsecheckout # timeout=10 02:06:21 > git checkout -f 0134c4c717d226af86e9f48c42195e986438ddab # timeout=10 02:06:22 Commit message: "Merge pull request #674 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:06:27 % Total % Received % Xferd Average Speed Time Time Time Current 02:06:27 Dload Upload Total Spent Left Speed 02:06:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 112k 0 --:--:-- --:--:-- --:--:-- 112k [Pipeline] sh 02:06:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:06:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:06:27 + sudo tee /etc/docker/daemon.new 02:06:27 { 02:06:27 "registry-mirrors": [ 02:06:27 "https://nexus3.edgexfoundry.org:10001" 02:06:27 ], 02:06:27 "bip": "10.250.0.254/24", 02:06:27 "hosts": [ 02:06:27 "tcp://0.0.0.0:5555", 02:06:27 "unix:///var/run/docker.sock" 02:06:27 ], 02:06:27 "mtu": 1458, 02:06:27 "selinux-enabled": true, 02:06:27 "seccomp-profile": "/etc/docker/seccomp.json" 02:06:27 } [Pipeline] sh 02:06:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:06:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:06:46 provisioning config files... 02:06:46 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/165@tmp/config12386404906121470470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:47 ---> ****-login.sh 02:06:47 nexus3.edgexfoundry.org:10001 02:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:06:47 Configure a credential helper to remove this warning. See 02:06:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:06:47 02:06:47 Login Succeeded 02:06:47 nexus3.edgexfoundry.org:10002 02:06:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:06:47 Configure a credential helper to remove this warning. See 02:06:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:06:47 02:06:47 Login Succeeded 02:06:47 nexus3.edgexfoundry.org:10003 02:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:06:48 Configure a credential helper to remove this warning. See 02:06:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:06:48 02:06:48 Login Succeeded 02:06:48 nexus3.edgexfoundry.org:10004 02:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:06:48 Configure a credential helper to remove this warning. See 02:06:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:06:48 02:06:48 Login Succeeded 02:06:48 ****.io 02:06:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:06:49 Configure a credential helper to remove this warning. See 02:06:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:06:49 02:06:49 Login Succeeded 02:06:49 ---> ****-login.sh ends [Pipeline] } 02:06:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:06:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:06:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:06:49 ========================================================= 02:06:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 02:06:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:06:50 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 02:06:50 Sending build context to Docker daemon 10.6MB 02:06:50 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 02:06:50 Step 2/12 : FROM ${BASE} AS builder 02:06:50 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:06:50 c6b39de5b339: Pulling fs layer 02:06:50 a69c41024577: Pulling fs layer 02:06:50 d6de4b400683: Pulling fs layer 02:06:50 35cb2a7552d0: Pulling fs layer 02:06:50 4f4fb700ef54: Pulling fs layer 02:06:50 464afbd9ba4c: Pulling fs layer 02:06:50 00f215d4a9da: Pulling fs layer 02:06:50 d496ad576159: Pulling fs layer 02:06:50 464afbd9ba4c: Waiting 02:06:50 00f215d4a9da: Waiting 02:06:50 4f4fb700ef54: Waiting 02:06:50 d496ad576159: Waiting 02:06:50 a69c41024577: Verifying Checksum 02:06:50 a69c41024577: Download complete 02:06:50 35cb2a7552d0: Verifying Checksum 02:06:50 35cb2a7552d0: Download complete 02:06:50 4f4fb700ef54: Verifying Checksum 02:06:50 4f4fb700ef54: Download complete 02:06:50 464afbd9ba4c: Verifying Checksum 02:06:50 464afbd9ba4c: Download complete 02:06:50 c6b39de5b339: Verifying Checksum 02:06:50 c6b39de5b339: Download complete 02:06:51 d496ad576159: Verifying Checksum 02:06:51 d496ad576159: Download complete 02:06:51 c6b39de5b339: Pull complete 02:06:52 a69c41024577: Pull complete 02:06:52 d6de4b400683: Verifying Checksum 02:06:52 d6de4b400683: Download complete 02:06:53 00f215d4a9da: Verifying Checksum 02:06:53 00f215d4a9da: Download complete 02:07:06 d6de4b400683: Pull complete 02:07:06 35cb2a7552d0: Pull complete 02:07:06 4f4fb700ef54: Pull complete 02:07:06 464afbd9ba4c: Pull complete 02:07:14 00f215d4a9da: Pull complete 02:07:15 d496ad576159: Pull complete 02:07:15 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 02:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 02:07:15 ---> f246e2811388 02:07:15 Step 3/12 : ARG ADD_BUILD_TAGS="" 02:07:17 ---> Running in 1777369db9ba 02:07:17 Removing intermediate container 1777369db9ba 02:07:17 ---> 52d00e99e4af 02:07:17 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:07:17 ---> Running in 1f278c9f0e96 02:07:17 Removing intermediate container 1f278c9f0e96 02:07:17 ---> 8cc770a4321e 02:07:17 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:07:17 ---> Running in 9eb767eba801 02:07:18 Removing intermediate container 9eb767eba801 02:07:18 ---> 0e6266aa6d89 02:07:18 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 02:07:18 ---> Running in 06e39f6b470b 02:07:18 Removing intermediate container 06e39f6b470b 02:07:18 ---> be2beb7f1b2b 02:07:18 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:07:18 ---> Running in a81a70dd384b 02:07:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:07:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:07:21 (1/4) Installing openssh-keygen (9.3_p2-r1) 02:07:21 (2/4) Installing libedit (20221030.3.1-r1) 02:07:21 (3/4) Installing openssh-client-common (9.3_p2-r1) 02:07:21 (4/4) Installing openssh-client-default (9.3_p2-r1) 02:07:21 Executing busybox-1.36.1-r5.trigger 02:07:21 OK: 271 MiB in 56 packages 02:07:22 Removing intermediate container a81a70dd384b 02:07:22 ---> 49f1a99bf4a7 02:07:22 Step 8/12 : WORKDIR /device-mqtt-go 02:07:22 ---> Running in 203d8fa86368 02:07:22 Removing intermediate container 203d8fa86368 02:07:22 ---> b7f886c898f5 02:07:22 Step 9/12 : COPY go.mod vendor* ./ 02:07:24 ---> bc4b6718cd5a 02:07:24 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:24 ---> Running in 15c774a14c24 02:09:16 Removing intermediate container 15c774a14c24 02:09:16 ---> 432a31fe58fa 02:09:16 Step 11/12 : COPY . . 02:09:16 ---> edd45e23e138 02:09:16 Step 12/12 : RUN $MAKE 02:09:16 ---> Running in 2d9763a25919 02:09:16 noop 02:09:16 Removing intermediate container 2d9763a25919 02:09:16 ---> 845034260bda 02:09:16 Successfully built 845034260bda 02:09:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:16 + docker inspect -f . ci-base-image-arm64 02:09:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:17 prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container 02:09:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@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 02:09:18 $ docker top caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:19 + go version 02:09:19 go version go1.21.9 linux/arm64 [Pipeline] } 02:09:19 $ docker stop --time=1 caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 02:09:20 $ docker rm -f --volumes caadd15878c306a67a726361429bc416c93492e3bc516b95ed28c66b2b34f358 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:21 + docker inspect -f . ci-base-image-arm64 02:09:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:09:21 prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container 02:09:21 $ 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/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@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 02:09:22 $ docker top 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:23 + git config --global --add safe.directory /w/workspace/device-mqtt-go/165 [Pipeline] fileExists [Pipeline] sh 02:09:24 + make test 02:09:24 go test ./... -coverprofile=coverage.out ./... 02:09:29 ? github.com/edgexfoundry/device-mqtt-go [no test files] 02:12:51 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 02:12:51 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 02:12:51 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.082s coverage: 22.8% of statements 02:12:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:12:51 go vet ./... 02:13:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:13:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:13:38 ./bin/test-attribution-txt.sh 02:13:38 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 02:13:38 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 02:13:38 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 02:13:38 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 02:13:38 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 02:13:38 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 02:13:38 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 02:13:38 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 02:13:38 An attribution for golang.org/x/term is missing from Attribution.txt, please add 02:13:38 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add 02:13:38 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 02:13:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 02:13:38 $ docker stop --time=1 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec 02:13:40 $ docker rm -f --volumes 09cc5063afbf11ecfed9698bf25bae426f104515ec41bb10cd895f9980571fec [Pipeline] // withDockerContainer [Pipeline] sh 02:13:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:13:42 Warning: overwriting stash ‘coverage-report’ 02:13:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:13:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:13:43 + ls -al . 02:13:43 total 248 02:13:43 drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:09 . 02:13:43 drwxrwxr-x 4 jenkins jenkins 4096 May 29 02:06 .. 02:13:43 -rw-rw-r-- 1 jenkins jenkins 140 May 29 02:06 .dockerignore 02:13:43 drwxrwxr-x 8 jenkins jenkins 4096 May 29 02:06 .git 02:13:43 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 .github 02:13:43 -rw-rw-r-- 1 jenkins jenkins 264 May 29 02:06 .gitignore 02:13:43 -rw-rw-r-- 1 jenkins jenkins 41 May 29 02:06 .golangci.yml 02:13:43 -rw-rw-r-- 1 jenkins jenkins 10386 May 29 02:06 Attribution.txt 02:13:43 -rw-rw-r-- 1 jenkins jenkins 18574 May 29 02:06 CHANGELOG.md 02:13:43 -rw-rw-r-- 1 jenkins jenkins 1798 May 29 02:06 Dockerfile 02:13:43 -rw-rw-r-- 1 jenkins jenkins 677 May 29 02:06 GOVERNANCE.md 02:13:43 -rw-rw-r-- 1 jenkins jenkins 657 May 29 02:06 Jenkinsfile 02:13:43 -rw-rw-r-- 1 jenkins jenkins 11340 May 29 02:06 LICENSE 02:13:43 -rw-rw-r-- 1 jenkins jenkins 1963 May 29 02:06 Makefile 02:13:43 -rw-rw-r-- 1 jenkins jenkins 620 May 29 02:06 OWNERS.md 02:13:43 -rw-rw-r-- 1 jenkins jenkins 3599 May 29 02:06 README.md 02:13:43 -rw-rw-r-- 1 jenkins jenkins 12 May 29 02:02 VERSION 02:13:43 drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:06 bin 02:13:43 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 cmd 02:13:43 -rw-r--r-- 1 jenkins jenkins 18506 May 29 02:12 coverage.out 02:13:43 -rw-rw-r-- 1 jenkins jenkins 7121 May 29 02:06 go.mod 02:13:43 -rw-rw-r-- 1 jenkins jenkins 101544 May 29 02:06 go.sum 02:13:43 drwxrwxr-x 3 jenkins jenkins 4096 May 29 02:06 internal 02:13:43 drwxrwxr-x 2 jenkins jenkins 4096 May 29 02:06 mock 02:13:43 -rw-rw-r-- 1 jenkins jenkins 227 May 29 02:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:13:43 + 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=0134c4c717d226af86e9f48c42195e986438ddab --label arch=arm64 --label version=3.2.0-dev.12 . 02:13:44 Sending build context to Docker daemon 10.62MB 02:13:44 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 02:13:44 Step 2/25 : FROM ${BASE} AS builder 02:13:44 ---> 845034260bda 02:13:44 Step 3/25 : ARG ADD_BUILD_TAGS="" 02:13:44 ---> Running in 6ad5d422f914 02:13:44 Removing intermediate container 6ad5d422f914 02:13:44 ---> d83f31200566 02:13:44 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 02:13:45 ---> Running in 2dcf050d6930 02:13:45 Removing intermediate container 2dcf050d6930 02:13:45 ---> 16a4f8b0469b 02:13:45 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 02:13:45 ---> Running in dc853336c3d5 02:13:45 Removing intermediate container dc853336c3d5 02:13:45 ---> bad75ca4b04f 02:13:45 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 02:13:45 ---> Running in 6da22d11ffad 02:13:46 Removing intermediate container 6da22d11ffad 02:13:46 ---> 6fc0dbcd9e19 02:13:46 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:13:46 ---> Running in 71816158c4ca 02:13:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:13:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:13:48 OK: 271 MiB in 56 packages 02:13:49 Removing intermediate container 71816158c4ca 02:13:49 ---> 300a74de5890 02:13:49 Step 8/25 : WORKDIR /device-mqtt-go 02:13:49 ---> Running in 44f8d4598ec2 02:13:49 Removing intermediate container 44f8d4598ec2 02:13:49 ---> 2ebf4bf3c934 02:13:49 Step 9/25 : COPY go.mod vendor* ./ 02:13:50 ---> 4f1d454beb11 02:13:50 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:13:50 ---> Running in 75893b1802d5 02:13:53 Removing intermediate container 75893b1802d5 02:13:53 ---> bd31bfa2290a 02:13:53 Step 11/25 : COPY . . 02:13:53 ---> 9b8dfdd0b17f 02:13:53 Step 12/25 : RUN $MAKE 02:13:53 ---> Running in d99c072008d5 02:13:54 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=3.2.0-dev.12 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.15" -trimpath -mod=readonly -o cmd/device-mqtt ./cmd 02:17:31 Removing intermediate container d99c072008d5 02:17:31 ---> ac41a55e084b 02:17:31 Step 13/25 : FROM alpine:3.18 02:17:31 3.18: Pulling from library/alpine 02:17:31 c6b39de5b339: Already exists 02:17:31 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 02:17:31 Status: Downloaded newer image for alpine:3.18 02:17:31 ---> 33abbf032149 02:17:31 Step 14/25 : LABEL license='VSPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IoTech Ltd' 02:17:31 ---> Running in 9364423ec8b5 02:17:31 Removing intermediate container 9364423ec8b5 02:17:31 ---> 094700e1e4c8 02:17:31 Step 15/25 : RUN apk add --update --no-cache dumb-init 02:17:31 ---> Running in 996004d4a995 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:17:31 (1/1) Installing dumb-init (1.2.5-r2) 02:17:31 Executing busybox-1.36.1-r5.trigger 02:17:31 OK: 8 MiB in 16 packages 02:17:31 Removing intermediate container 996004d4a995 02:17:31 ---> fd571ce0e505 02:17:31 Step 16/25 : RUN apk --no-cache upgrade 02:17:31 ---> Running in 74623a721eba 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:17:31 Upgrading critical system libraries and apk-tools: 02:17:31 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.4-r0) 02:17:31 Executing busybox-1.36.1-r5.trigger 02:17:31 Continuing the upgrade transaction with new apk-tools: 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 02:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 02:17:31 (1/6) Upgrading busybox (1.36.1-r5 -> 1.36.1-r6) 02:17:31 Executing busybox-1.36.1-r6.post-upgrade 02:17:31 (2/6) Upgrading busybox-binsh (1.36.1-r5 -> 1.36.1-r6) 02:17:31 (3/6) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) 02:17:31 (4/6) Upgrading libcrypto3 (3.1.4-r5 -> 3.1.5-r0) 02:17:31 (5/6) Upgrading libssl3 (3.1.4-r5 -> 3.1.5-r0) 02:17:31 (6/6) Upgrading ssl_client (1.36.1-r5 -> 1.36.1-r6) 02:17:31 Executing busybox-1.36.1-r6.trigger 02:17:31 OK: 8 MiB in 16 packages 02:17:31 Removing intermediate container 74623a721eba 02:17:31 ---> 8ea6b4845c23 02:17:31 Step 17/25 : COPY --from=builder /device-mqtt-go/cmd / 02:17:32 ---> be1ba3e256e2 02:17:32 Step 18/25 : COPY --from=builder /device-mqtt-go/LICENSE / 02:17:32 ---> c1604c9594d1 02:17:32 Step 19/25 : COPY --from=builder /device-mqtt-go/Attribution.txt / 02:17:33 ---> e526fb439e7d 02:17:33 Step 20/25 : EXPOSE 59982 02:17:33 ---> Running in e0b763c6831e 02:17:33 Removing intermediate container e0b763c6831e 02:17:33 ---> 5b9e59a34330 02:17:33 Step 21/25 : ENTRYPOINT ["/device-mqtt"] 02:17:33 ---> Running in 29f2bbeb8bb9 02:17:33 Removing intermediate container 29f2bbeb8bb9 02:17:33 ---> aeb2452f1a29 02:17:33 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 02:17:34 ---> Running in 3540983dc9bd 02:17:34 Removing intermediate container 3540983dc9bd 02:17:34 ---> 84b0d0cb0c93 02:17:34 Step 23/25 : LABEL arch=arm64 02:17:34 ---> Running in 1cb7a7755d63 02:17:34 Removing intermediate container 1cb7a7755d63 02:17:34 ---> b45149e17c04 02:17:34 Step 24/25 : LABEL git_sha=0134c4c717d226af86e9f48c42195e986438ddab 02:17:34 ---> Running in da3fbd9a0fba 02:17:35 Removing intermediate container da3fbd9a0fba 02:17:35 ---> ef3dfce00c93 02:17:35 Step 25/25 : LABEL version=3.2.0-dev.12 02:17:35 ---> Running in e11dd3b33085 02:17:35 Removing intermediate container e11dd3b33085 02:17:35 ---> 015625494163 02:17:35 [Warning] One or more build-args [ARCH] were not consumed 02:17:35 Successfully built 015625494163 02:17:35 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 02:17:35 provisioning config files... 02:17:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/165@tmp/config13086609109261631427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:17:35 ---> ****-login.sh 02:17:35 nexus3.edgexfoundry.org:10001 02:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:36 Configure a credential helper to remove this warning. See 02:17:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:36 02:17:36 Login Succeeded 02:17:36 nexus3.edgexfoundry.org:10002 02:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:36 Configure a credential helper to remove this warning. See 02:17:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:36 02:17:36 Login Succeeded 02:17:36 nexus3.edgexfoundry.org:10003 02:17:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:36 Configure a credential helper to remove this warning. See 02:17:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:36 02:17:36 Login Succeeded 02:17:36 nexus3.edgexfoundry.org:10004 02:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:37 Configure a credential helper to remove this warning. See 02:17:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:37 02:17:37 Login Succeeded 02:17:37 ****.io 02:17:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:17:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:17:37 Configure a credential helper to remove this warning. See 02:17:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:17:37 02:17:37 Login Succeeded 02:17:37 ---> ****-login.sh ends [Pipeline] } 02:17:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:17:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 02:17:37 [edgeXDocker.push] Tagging docker image device-mqtt-arm64 with the following tags: 02:17:37 0134c4c717d226af86e9f48c42195e986438ddab 02:17:37 latest 02:17:37 3.2.0-dev.12 02:17:37 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:17:37 main 02:17:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:38 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:38 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab 02:17:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:17:38 966e5e247212: Preparing 02:17:38 6575266c210e: Preparing 02:17:38 b55d4ed97238: Preparing 02:17:38 c354128875b3: Preparing 02:17:38 f0ef32433077: Preparing 02:17:38 7c504f21be85: Preparing 02:17:38 7c504f21be85: Waiting 02:17:38 966e5e247212: Pushed 02:17:38 f0ef32433077: Pushed 02:17:38 6575266c210e: Pushed 02:17:38 7c504f21be85: Layer already exists 02:17:40 c354128875b3: Pushed 02:17:48 b55d4ed97238: Pushed 02:17:48 0134c4c717d226af86e9f48c42195e986438ddab: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:48 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:49 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 02:17:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:17:49 966e5e247212: Preparing 02:17:49 6575266c210e: Preparing 02:17:49 b55d4ed97238: Preparing 02:17:49 c354128875b3: Preparing 02:17:49 f0ef32433077: Preparing 02:17:49 7c504f21be85: Preparing 02:17:49 7c504f21be85: Waiting 02:17:49 f0ef32433077: Layer already exists 02:17:49 966e5e247212: Layer already exists 02:17:49 c354128875b3: Layer already exists 02:17:49 b55d4ed97238: Layer already exists 02:17:49 6575266c210e: Layer already exists 02:17:49 7c504f21be85: Layer already exists 02:17:49 latest: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:49 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:50 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 02:17:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:17:50 966e5e247212: Preparing 02:17:50 6575266c210e: Preparing 02:17:50 b55d4ed97238: Preparing 02:17:50 c354128875b3: Preparing 02:17:50 f0ef32433077: Preparing 02:17:50 7c504f21be85: Preparing 02:17:50 7c504f21be85: Waiting 02:17:50 b55d4ed97238: Layer already exists 02:17:50 c354128875b3: Layer already exists 02:17:50 966e5e247212: Layer already exists 02:17:50 f0ef32433077: Layer already exists 02:17:50 6575266c210e: Layer already exists 02:17:50 7c504f21be85: Layer already exists 02:17:50 3.2.0-dev.12: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:50 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:51 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:17:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:17:51 966e5e247212: Preparing 02:17:51 6575266c210e: Preparing 02:17:51 b55d4ed97238: Preparing 02:17:51 c354128875b3: Preparing 02:17:51 f0ef32433077: Preparing 02:17:51 7c504f21be85: Preparing 02:17:51 7c504f21be85: Waiting 02:17:51 966e5e247212: Layer already exists 02:17:51 b55d4ed97238: Layer already exists 02:17:51 f0ef32433077: Layer already exists 02:17:51 6575266c210e: Layer already exists 02:17:51 c354128875b3: Layer already exists 02:17:51 7c504f21be85: Layer already exists 02:17:51 0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:51 + docker tag device-mqtt-arm64 nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:52 + docker push nexus3.edgexfoundry.org:10004/device-mqtt-arm64:main 02:17:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-mqtt-arm64] 02:17:52 966e5e247212: Preparing 02:17:52 6575266c210e: Preparing 02:17:52 b55d4ed97238: Preparing 02:17:52 c354128875b3: Preparing 02:17:52 f0ef32433077: Preparing 02:17:52 7c504f21be85: Preparing 02:17:52 7c504f21be85: Waiting 02:17:52 966e5e247212: Layer already exists 02:17:52 c354128875b3: Layer already exists 02:17:52 f0ef32433077: Layer already exists 02:17:52 b55d4ed97238: Layer already exists 02:17:52 6575266c210e: Layer already exists 02:17:52 7c504f21be85: Layer already exists 02:17:52 main: digest: sha256:939d081df2bc3a441ebce92284dd077af06ec0a17131694578c418b4a897f2c5 size: 1576 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:17:52 ===================================================== [Pipeline] echo 02:17:52 taggedImages: 02:17:52 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab 02:17:52 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:latest 02:17:52 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:3.2.0-dev.12 02:17:52 - nexus3.edgexfoundry.org:10004/device-mqtt-arm64:0134c4c717d226af86e9f48c42195e986438ddab-3.2.0-dev.12 02:17:52 - 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 02:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:52 02:17:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:17:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:17:53 arm64: Pulling from edgex-lftools-log-publisher 02:17:53 8998bd30e6a1: Pulling fs layer 02:17:53 04944245beec: Pulling fs layer 02:17:53 699f458cf7ca: Pulling fs layer 02:17:53 765212b225bb: Pulling fs layer 02:17:53 f23df028b6ca: Pulling fs layer 02:17:53 d65c8cfc05b1: Pulling fs layer 02:17:53 2437ff75d9bd: Pulling fs layer 02:17:53 f23df028b6ca: Waiting 02:17:53 d65c8cfc05b1: Waiting 02:17:53 765212b225bb: Waiting 02:17:53 2437ff75d9bd: Waiting 02:17:53 04944245beec: Verifying Checksum 02:17:53 04944245beec: Download complete 02:17:53 765212b225bb: Verifying Checksum 02:17:53 765212b225bb: Download complete 02:17:53 f23df028b6ca: Verifying Checksum 02:17:53 f23df028b6ca: Download complete 02:17:53 d65c8cfc05b1: Verifying Checksum 02:17:53 d65c8cfc05b1: Download complete 02:17:53 699f458cf7ca: Verifying Checksum 02:17:53 699f458cf7ca: Download complete 02:17:54 8998bd30e6a1: Verifying Checksum 02:17:54 8998bd30e6a1: Download complete 02:17:56 2437ff75d9bd: Verifying Checksum 02:17:56 2437ff75d9bd: Download complete 02:17:59 8998bd30e6a1: Pull complete 02:17:59 04944245beec: Pull complete 02:18:00 699f458cf7ca: Pull complete 02:18:01 765212b225bb: Pull complete 02:18:02 f23df028b6ca: Pull complete 02:18:02 d65c8cfc05b1: Pull complete 02:18:20 2437ff75d9bd: Pull complete 02:18:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:18:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:20 prd-ubuntu20.04-docker-arm64-4c-16g-997 does not seem to be running inside a container 02:18:20 $ 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/165 -v /w/workspace/device-mqtt-go/165:/w/workspace/device-mqtt-go/165:rw,z -v /w/workspace/device-mqtt-go/165@tmp:/w/workspace/device-mqtt-go/165@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 02:18:23 $ docker top 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:18:24 ---> job-cost.sh 02:18:24 lf-activate-venv: SKIPPING 02:18:24 INFO: No Stack... 02:18:25 INFO: Retrieving Pricing Info for: v3-standard-4 02:18:26 INFO: Archiving Costs [Pipeline] sh 02:18:26 + cat /w/workspace/device-mqtt-go/165/archives/cost.csv 02:18:26 + cut -d, -f6 [Pipeline] lock 02:18:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] 02:18:26 Resource [jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] did not exist. Created. 02:18:26 Lock acquired on [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:18:27 /w/workspace/device-mqtt-go/165@tmp/durable-4a63b371/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:18:28 + echo total: 0.10999999940395355 [Pipeline] stash 02:18:28 Warning: overwriting stash ‘stack-cost’ 02:18:28 Stashed 1 file(s) [Pipeline] } 02:18:28 Lock released on resource [Resource: jenkins-edgexfoundry-device-mqtt-go-main-165-stack-cost] [Pipeline] // lock [Pipeline] } 02:18:28 $ docker stop --time=1 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e 02:18:29 $ docker rm -f --volumes 228769ebcf267b6b9f1bec0536c7c360f9761e27b991ef43f38bb2823ff15e5e [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 02:18:30 provisioning config files... 02:18:30 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config6576174194580447296tmp [Pipeline] { [Pipeline] sh 02:18:30 + set +x 02:18:30 + + bash -s -- 02:18:30 curl -s https://codecov.io/bash 02:18:30 02:18:30 _____ _ 02:18:30 / ____| | | 02:18:30 | | ___ __| | ___ ___ _____ __ 02:18:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:18:30 | |___| (_) | (_| | __/ (_| (_) \ V / 02:18:30 \_____\___/ \__,_|\___|\___\___/ \_/ 02:18:30 Bash-1.0.6 02:18:30 02:18:30 02:18:30 ==> git version 2.25.1 found 02:18:30 ==> 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 02:18:30 Release-Date: 2020-01-08 02:18:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:18:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:18:30 ==> Jenkins CI detected. 02:18:30 current dir:  /w/workspace/edgexfoundry_device-mqtt-go_main 02:18:30 project root: . 02:18:30 --> token set from env 02:18:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:18:30 ==> Running gcov in . (disable via -X gcov) 02:18:30 ==> Python coveragepy not found 02:18:30 ==> Searching for coverage reports in: 02:18:30 + . 02:18:30 -> Found 1 reports 02:18:30 ==> Detecting git/mercurial file structure 02:18:30 ==> Reading reports 02:18:30 + ./coverage.out bytes=18506 02:18:30 ==> Appending adjustments 02:18:30 https://docs.codecov.io/docs/fixing-reports 02:18:30 + Found adjustments 02:18:30 ==> Gzipping contents 02:18:30 4.0K /tmp/codecov.EejZBu.gz 02:18:30 ==> Uploading reports 02:18:30 url: https://codecov.io 02:18:30 query: branch=main&commit=0134c4c717d226af86e9f48c42195e986438ddab&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:18:30 -> Pinging Codecov 02:18:30 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=0134c4c717d226af86e9f48c42195e986438ddab&build=165&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2Fmain%2F165%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:18:31 -> Uploading to 02:18:31 https://storage.googleapis.com/codecov/v4/raw/2024-05-29/7D719EC7BBE17E464838252E33014C33/0134c4c717d226af86e9f48c42195e986438ddab/542f6ae9-96da-4ed5-b4b5-37895739ee27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240529%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240529T021830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce4b7f259f1f6ed0641ce271e6506a0a9407d4f8c111afe64b70482ad4da6cf4 02:18:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:18:31 Dload Upload Total Spent Left Speed 02:18:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3049 0 0 100 3049 0 14729 --:--:-- --:--:-- --:--:-- 14729 100 3049 0 0 100 3049 0 12599 --:--:-- --:--:-- --:--:-- 12547 02:18:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-mqtt-go/commit/0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] } 02:18:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:18:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:18:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:18:32 02:18:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:18:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:18:32 latest: Pulling from edgex-devops/edgex-snyk-go 02:18:32 619be1103602: Already exists 02:18:32 f8ea3408117e: Pulling fs layer 02:18:32 91320369b822: Pulling fs layer 02:18:32 0406650e8295: Pulling fs layer 02:18:32 4f4fb700ef54: Pulling fs layer 02:18:32 96d80e3f36e1: Pulling fs layer 02:18:32 bcf3aedb951c: Pulling fs layer 02:18:32 96d80e3f36e1: Waiting 02:18:32 4f4fb700ef54: Waiting 02:18:32 bcf3aedb951c: Waiting 02:18:32 0406650e8295: Download complete 02:18:32 4f4fb700ef54: Verifying Checksum 02:18:32 4f4fb700ef54: Download complete 02:18:32 f8ea3408117e: Pull complete 02:18:32 96d80e3f36e1: Verifying Checksum 02:18:32 96d80e3f36e1: Download complete 02:18:32 91320369b822: Verifying Checksum 02:18:32 91320369b822: Download complete 02:18:33 bcf3aedb951c: Download complete 02:18:35 91320369b822: Pull complete 02:18:35 0406650e8295: Pull complete 02:18:35 4f4fb700ef54: Pull complete 02:18:35 96d80e3f36e1: Pull complete 02:18:39 bcf3aedb951c: Pull complete 02:18:39 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 02:18:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:18:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:18:39 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:18:39 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:18:47 $ docker top afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 -eo pid,comm [Pipeline] { [Pipeline] sh 02:18:47 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-mqtt-go_main [Pipeline] echo 02:18:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-mqtt-go:main' [Pipeline] sh 02:18:47 + set -o pipefail 02:18:47 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-mqtt-go:main' 02:18:54 02:18:54 Monitoring /w/workspace/edgexfoundry_device-mqtt-go_main (github.com/edgexfoundry/device-mqtt-go)... 02:18:54 02:18:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/71469493-8b77-45f7-b5e9-e0128284f7f2/history/8de6386b-1adc-45c5-9685-c7e1646b5f41 02:18:54 02:18:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:18:54 02:18:54 02:18:54 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 02:18:54 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:18:54 $ docker stop --time=1 afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 02:19:02 $ docker rm -f --volumes afb99fda8ecaa5d6ca71460a996fb441561aab3ddb6c0b6548ee10fd26f81438 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:19:03 + git log --format=format:%s -1 0134c4c717d226af86e9f48c42195e986438ddab [Pipeline] sh 02:19:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:19:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:04 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:19:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:19:04 $ docker top c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a -eo pid,comm 02:19:05 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). 02:19:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:19:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:19:05 [ssh-agent] Looking for ssh-agent implementation... 02:19:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:19:05 $ docker exec c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a ssh-agent 02:19:05 SSH_AUTH_SOCK=/tmp/ssh-u9oHZL8VGBuT/agent.32 02:19:05 SSH_AGENT_PID=38 02:19:05 Running ssh-add (command line suppressed) 02:19:05 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9765847631879292701.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_9765847631879292701.key) 02:19:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:19:05 + git semver tag 02:19:05 2024-05-29 02:19:05,866 [run_tag] DEBUG tag force:False 02:19:05 2024-05-29 02:19:05,866 [check_head_tag] DEBUG check head tag 02:19:05 2024-05-29 02:19:05,867 [execute] INFO git cat-file --batch-check 02:19:05 2024-05-29 02:19:05,868 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 02:19:05 2024-05-29 02:19:05,871 [execute] INFO git cat-file --batch 02:19:05 2024-05-29 02:19:05,871 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=) 02:19:05 2024-05-29 02:19:05,887 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:05 2024-05-29 02:19:05,887 [execute] INFO git tag -a v3.2.0-dev.12 -m v3.2.0-dev.12 02:19:05 2024-05-29 02:19:05,888 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.12', '-m', 'v3.2.0-dev.12'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main, universal_newlines=False, shell=None, istream=None) 02:19:05 2024-05-29 02:19:05,893 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:05 3.2.0-dev.12 [Pipeline] } 02:19:05 $ docker exec --env ******** --env ******** c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a ssh-agent -k 02:19:06 unset SSH_AUTH_SOCK; 02:19:06 unset SSH_AGENT_PID; 02:19:06 echo Agent pid 38 killed; 02:19:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:19:06 + git semver [Pipeline] } 02:19:06 $ docker stop --time=1 c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a 02:19:07 $ docker rm -f --volumes c047486ba7e01350c1bab813a11b60b55fcf3bd3b95f38daefb1a4a56046fc2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:19:08 02:19:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:19:08 0.23.1-centos7: Pulling from edgex-lftools 02:19:08 ab5ef0e58194: Pulling fs layer 02:19:08 9712f1f96733: Pulling fs layer 02:19:08 63f879dbbcfc: Pulling fs layer 02:19:08 0d9ebad4ef96: Pulling fs layer 02:19:08 e9a5061849ea: Pulling fs layer 02:19:08 d747dcd14b5f: Pulling fs layer 02:19:08 2de7ff778b66: Pulling fs layer 02:19:08 0d9ebad4ef96: Waiting 02:19:08 d747dcd14b5f: Waiting 02:19:08 e9a5061849ea: Waiting 02:19:08 2de7ff778b66: Waiting 02:19:08 63f879dbbcfc: Verifying Checksum 02:19:08 63f879dbbcfc: Download complete 02:19:09 ab5ef0e58194: Verifying Checksum 02:19:09 ab5ef0e58194: Download complete 02:19:09 d747dcd14b5f: Verifying Checksum 02:19:09 d747dcd14b5f: Download complete 02:19:09 e9a5061849ea: Verifying Checksum 02:19:09 e9a5061849ea: Download complete 02:19:09 0d9ebad4ef96: Verifying Checksum 02:19:09 0d9ebad4ef96: Download complete 02:19:09 2de7ff778b66: Verifying Checksum 02:19:09 2de7ff778b66: Download complete 02:19:11 ab5ef0e58194: Pull complete 02:19:11 9712f1f96733: Pull complete 02:19:12 63f879dbbcfc: Pull complete 02:19:16 0d9ebad4ef96: Pull complete 02:19:16 e9a5061849ea: Pull complete 02:19:16 d747dcd14b5f: Pull complete 02:19:17 2de7ff778b66: Pull complete 02:19:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:19:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:17 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:19:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:19:25 $ docker top 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:19:25 provisioning config files... 02:19:25 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config16505321046157062474tmp 02:19:25 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config9852189390845913760tmp 02:19:25 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config5453625306930126629tmp [Pipeline] { [Pipeline] echo 02:19:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:19:26 ---> sigul-configuration.sh 02:19:26 gpg: directory `/root/.gnupg' created 02:19:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:19:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:19:26 gpg: keyring `/root/.gnupg/secring.gpg' created 02:19:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:19:26 gpg: CAST5 encrypted data 02:19:26 gpg: encrypted with 1 passphrase 02:19:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:19:26 + mkdir /home/jenkins 02:19:26 + mkdir /home/jenkins/sigul [Pipeline] sh 02:19:26 + 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 02:19:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:19:27 ---> sigul-install.sh 02:19:27 Sigul already installed; skipping installation. [Pipeline] sh 02:19:27 + git tag --list 02:19:27 0.7.1 02:19:27 v1.0.0 02:19:27 v1.1.0 02:19:27 v1.1.1 02:19:27 v1.2.2 02:19:27 v1.3.0 02:19:27 v1.3.1 02:19:27 v2.0.0 02:19:27 v2.1.0 02:19:27 v2.1.1 02:19:27 v2.2.0 02:19:27 v2.3.0 02:19:27 v3.0 02:19:27 v3.0.0 02:19:27 v3.1 02:19:27 v3.1.0 02:19:27 v3.1.0-dev.1 02:19:27 v3.1.0-dev.10 02:19:27 v3.1.0-dev.11 02:19:27 v3.1.0-dev.12 02:19:27 v3.1.0-dev.13 02:19:27 v3.1.0-dev.14 02:19:27 v3.1.0-dev.15 02:19:27 v3.1.0-dev.16 02:19:27 v3.1.0-dev.17 02:19:27 v3.1.0-dev.18 02:19:27 v3.1.0-dev.19 02:19:27 v3.1.0-dev.2 02:19:27 v3.1.0-dev.20 02:19:27 v3.1.0-dev.21 02:19:27 v3.1.0-dev.22 02:19:27 v3.1.0-dev.23 02:19:27 v3.1.0-dev.24 02:19:27 v3.1.0-dev.25 02:19:27 v3.1.0-dev.3 02:19:27 v3.1.0-dev.4 02:19:27 v3.1.0-dev.5 02:19:27 v3.1.0-dev.6 02:19:27 v3.1.0-dev.7 02:19:27 v3.1.0-dev.8 02:19:27 v3.1.0-dev.9 02:19:27 v3.2.0-dev.1 02:19:27 v3.2.0-dev.10 02:19:27 v3.2.0-dev.11 02:19:27 v3.2.0-dev.12 02:19:27 v3.2.0-dev.2 02:19:27 v3.2.0-dev.3 02:19:27 v3.2.0-dev.4 02:19:27 v3.2.0-dev.5 02:19:27 v3.2.0-dev.6 02:19:27 v3.2.0-dev.7 02:19:27 v3.2.0-dev.8 02:19:27 v3.2.0-dev.9 [Pipeline] sh 02:19:27 + lftools sign git-tag v3.2.0-dev.12 02:19:28 Signing Git tag with Sigul... 02:19:28 Signing v3.2.0-dev.12 [Pipeline] echo 02:19:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:19:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:19:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:19:28 $ docker stop --time=1 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 02:19:30 $ docker rm -f --volumes 90846affa4940b1ad33bc48ef1d531b74c5ea474c997b1e654ccf9a0b5fd3e87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:19:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:19:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:31 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:19:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:19:31 $ docker top 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 -eo pid,comm 02:19:31 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). 02:19:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:19:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:19:31 [ssh-agent] Looking for ssh-agent implementation... 02:19:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:19:31 $ docker exec 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 ssh-agent 02:19:31 SSH_AUTH_SOCK=/tmp/ssh-LMAis3kaZ6jS/agent.32 02:19:31 SSH_AGENT_PID=38 02:19:31 Running ssh-add (command line suppressed) 02:19:31 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15088683005175916718.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_15088683005175916718.key) 02:19:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:19:32 + git semver bump pre 02:19:32 2024-05-29 02:19:32,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:32 2024-05-29 02:19:32,401 [bump_version] DEBUG bumping version:3.2.0-dev.12 on axis:pre with prefix:dev 02:19:32 2024-05-29 02:19:32,401 [bump_version] DEBUG bumped version:3.2.0-dev.13 02:19:32 2024-05-29 02:19:32,401 [write_version] DEBUG write version:3.2.0-dev.13 to path:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main with force:True 02:19:32 2024-05-29 02:19:32,401 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:32 2024-05-29 02:19:32,401 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:32 2024-05-29 02:19:32,403 [execute] INFO git cat-file --batch-check 02:19:32 2024-05-29 02:19:32,403 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:19:32 2024-05-29 02:19:32,408 [execute] INFO git cat-file --batch 02:19:32 2024-05-29 02:19:32,408 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:19:32 2024-05-29 02:19:32,412 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:32 3.2.0-dev.13 [Pipeline] } 02:19:32 $ docker exec --env ******** --env ******** 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 ssh-agent -k 02:19:32 unset SSH_AUTH_SOCK; 02:19:32 unset SSH_AGENT_PID; 02:19:32 echo Agent pid 38 killed; 02:19:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:19:32 + git semver [Pipeline] } 02:19:33 $ docker stop --time=1 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 02:19:34 $ docker rm -f --volumes 1bbe94771a515ac68761942bba95b70f9ec36825bccc357cf56f90b79eef4991 [Pipeline] // withDockerContainer [Pipeline] sh 02:19:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:19:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:19:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:35 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:19:35 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:19:35 $ docker top bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 -eo pid,comm 02:19:35 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). 02:19:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:19:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:19:35 [ssh-agent] Looking for ssh-agent implementation... 02:19:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:19:35 $ docker exec bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 ssh-agent 02:19:35 SSH_AUTH_SOCK=/tmp/ssh-0op1tUr3ByFE/agent.31 02:19:35 SSH_AGENT_PID=37 02:19:35 Running ssh-add (command line suppressed) 02:19:36 Identity added: /w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6329885648044435600.key (/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/private_key_6329885648044435600.key) 02:19:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:19:36 + git semver push 02:19:36 2024-05-29 02:19:36,516 [run_push] DEBUG push 02:19:36 2024-05-29 02:19:36,517 [execute] INFO git cat-file --batch-check 02:19:36 2024-05-29 02:19:36,517 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=) 02:19:36 2024-05-29 02:19:36,522 [execute] INFO git rev-list 4873f4ea27fe8a62da8b90672280ffe3cc884609 -- 02:19:36 2024-05-29 02:19:36,522 [execute] DEBUG Popen(['git', 'rev-list', '4873f4ea27fe8a62da8b90672280ffe3cc884609', '--'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:19:36 2024-05-29 02:19:36,532 [execute] INFO git fetch -v origin 02:19:36 2024-05-29 02:19:36,532 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=True, shell=None, istream=None) 02:19:37 2024-05-29 02:19:37,010 [run_push] DEBUG no remote changes detected 02:19:37 2024-05-29 02:19:37,010 [execute] INFO git push origin semver 02:19:37 2024-05-29 02:19:37,011 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-mqtt-go_main/.semver, universal_newlines=False, shell=None, istream=None) 02:19:38 2024-05-29 02:19:37,834 [run_push] DEBUG push all version tags 02:19:38 2024-05-29 02:19:37,834 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:19:38 2024-05-29 02:19:37,835 [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) 02:19:38 2024-05-29 02:19:38,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-mqtt-go_main/.semver/main 02:19:38 3.2.0-dev.13 [Pipeline] } 02:19:38 $ docker exec --env ******** --env ******** bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 ssh-agent -k 02:19:38 unset SSH_AUTH_SOCK; 02:19:38 unset SSH_AGENT_PID; 02:19:38 echo Agent pid 37 killed; 02:19:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:19:39 + git semver [Pipeline] } 02:19:39 $ docker stop --time=1 bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 02:19:40 $ docker rm -f --volumes bedeba84e549845a72c1706e6b1d67cd4ae9edd88685cd725a6a181e160503d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:19:41 + [ -d /w/workspace/edgexfoundry_device-mqtt-go_main/archives ] 02:19:41 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:19:41 total 16 02:19:41 drwxr-xr-x 3 root root 4096 May 29 02:04 . 02:19:41 drwxrwxr-x 10 jenkins jenkins 4096 May 29 02:19 .. 02:19:41 drwxr-xr-x 2 root root 4096 May 29 02:04 cost 02:19:41 -rw-r--r-- 1 root root 86 May 29 02:04 cost.csv 02:19:41 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:19:41 + ls -al /w/workspace/edgexfoundry_device-mqtt-go_main/archives 02:19:41 total 16 02:19:41 drwxr-xr-x 3 jenkins jenkins 4096 May 29 02:04 . 02:19:41 drwxrwxr-x 10 jenkins jenkins 4096 May 29 02:19 .. 02:19:41 drwxr-xr-x 2 jenkins jenkins 4096 May 29 02:04 cost 02:19:41 -rw-r--r-- 1 jenkins jenkins 86 May 29 02:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:19:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:19:42 ---> package-listing.sh 02:19:42 ++ facter osfamily 02:19:42 ++ tr '[:upper:]' '[:lower:]' 02:19:42 + OS_FAMILY=debian 02:19:42 + workspace=/w/workspace/edgexfoundry_device-mqtt-go_main 02:19:42 + START_PACKAGES=/tmp/packages_start.txt 02:19:42 + END_PACKAGES=/tmp/packages_end.txt 02:19:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:19:42 + PACKAGES=/tmp/packages_start.txt 02:19:42 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:19:42 + PACKAGES=/tmp/packages_end.txt 02:19:42 + case "${OS_FAMILY}" in 02:19:42 + dpkg -l 02:19:42 + grep '^ii' 02:19:42 + '[' -f /tmp/packages_start.txt ']' 02:19:42 + '[' -f /tmp/packages_end.txt ']' 02:19:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:19:42 + '[' /w/workspace/edgexfoundry_device-mqtt-go_main ']' 02:19:42 + mkdir -p /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ 02:19:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-mqtt-go_main/archives/ [Pipeline] echo 02:19:42 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 02:19:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:19:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:19:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:19:43 prd-ubuntu20.04-docker-8c-8g-995 does not seem to be running inside a container 02:19:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:19:43 $ docker top 1e7352a8213a72a35714789db8bd69845fdb1a627bc4dd3fbe80f9754f168c6a -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:44 + touch /tmp/pre-build-complete [Pipeline] sh 02:19:44 + mkdir -p /var/log/sysstat [Pipeline] sh 02:19:44 + ls /var/log/sa-host 02:19:44 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:19:45 provisioning config files... 02:19:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-mqtt-go_main@tmp/config3089477322698677206tmp [Pipeline] { [Pipeline] echo 02:19:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:19:45 ---> create-netrc.sh [Pipeline] } 02:19:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:19:45 ---> python-tools-install.sh [Pipeline] echo 02:19:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:19:45 ---> sudo-logs.sh 02:19:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:19:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:19:46 ---> job-cost.sh 02:19:46 lf-activate-venv: SKIPPING 02:19:46 DEBUG: total: 0.2199999988079071 02:19:46 INFO: Retrieving Stack Cost... 02:19:46 INFO: Retrieving Pricing Info for: v3-standard-8 02:19:47 INFO: Archiving Costs [Pipeline] echo 02:19:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:19:47 ---> logs-deploy.sh 02:19:47 lf-activate-venv: SKIPPING 02:19:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/main/165 02:19:47 INFO: archiving workspace using pattern(s): 02:19:48 Archives upload complete. 02:19:48 INFO: archiving logs to Nexus 02:19:49 ---> uname -a: 02:19:49 Linux prd-ubuntu20-04-docker-8c-8g-995 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 02:19:49 02:19:49 02:19:49 ---> lscpu: 02:19:49 Architecture: x86_64 02:19:49 CPU op-mode(s): 32-bit, 64-bit 02:19:49 Byte Order: Little Endian 02:19:49 Address sizes: 40 bits physical, 48 bits virtual 02:19:49 CPU(s): 8 02:19:49 On-line CPU(s) list: 0-7 02:19:49 Thread(s) per core: 1 02:19:49 Core(s) per socket: 1 02:19:49 Socket(s): 8 02:19:49 NUMA node(s): 1 02:19:49 Vendor ID: AuthenticAMD 02:19:49 CPU family: 23 02:19:49 Model: 49 02:19:49 Model name: AMD EPYC-Rome Processor 02:19:49 Stepping: 0 02:19:49 CPU MHz: 2800.000 02:19:49 BogoMIPS: 5600.00 02:19:49 Virtualization: AMD-V 02:19:49 Hypervisor vendor: KVM 02:19:49 Virtualization type: full 02:19:49 L1d cache: 256 KiB 02:19:49 L1i cache: 256 KiB 02:19:49 L2 cache: 4 MiB 02:19:49 L3 cache: 128 MiB 02:19:49 NUMA node0 CPU(s): 0-7 02:19:49 Vulnerability Itlb multihit: Not affected 02:19:49 Vulnerability L1tf: Not affected 02:19:49 Vulnerability Mds: Not affected 02:19:49 Vulnerability Meltdown: Not affected 02:19:49 Vulnerability Mmio stale data: Not affected 02:19:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:19:49 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:19:49 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 02:19:49 Vulnerability Srbds: Not affected 02:19:49 Vulnerability Tsx async abort: Not affected 02:19:49 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:19:49 02:19:49 02:19:49 ---> nproc: 02:19:49 8 02:19:49 02:19:49 02:19:49 ---> df -h: 02:19:49 Filesystem Size Used Avail Use% Mounted on 02:19:49 overlay 155G 14G 142G 9% / 02:19:49 tmpfs 64M 0 64M 0% /dev 02:19:49 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:19:49 shm 64M 0 64M 0% /dev/shm 02:19:49 /dev/vda1 155G 14G 142G 9% /facter-os 02:19:49 02:19:49 02:19:49 ---> sar -b -r -n DEV: 02:19:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-995) 05/29/24 _x86_64_ (8 CPU) 02:19:49 02:19:49 02:01:14 LINUX RESTART (8 CPU) 02:19:49 02:19:49 02:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:19:49 02:03:01 262.72 4.98 257.74 0.00 422.20 72262.89 0.00 02:19:49 02:04:01 129.78 0.07 129.71 0.00 7.47 47756.57 0.00 02:19:49 02:05:01 203.87 0.20 203.67 0.00 19.06 56501.78 0.00 02:19:49 02:06:01 3.71 0.00 3.71 0.00 0.00 55.18 0.00 02:19:49 02:07:01 41.27 11.73 29.54 0.00 5439.25 6538.35 0.00 02:19:49 02:08:01 1.85 0.00 1.85 0.00 0.00 20.80 0.00 02:19:49 02:09:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 02:19:49 02:10:01 1.80 0.00 1.80 0.00 0.00 21.86 0.00 02:19:49 02:11:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 02:19:49 02:12:01 2.43 0.00 2.43 0.00 0.00 40.09 0.00 02:19:49 02:13:01 1.25 0.00 1.25 0.00 0.00 14.39 0.00 02:19:49 02:14:01 1.83 0.00 1.83 0.00 0.00 21.19 0.00 02:19:49 02:15:01 2.97 1.02 1.95 0.00 21.87 26.40 0.00 02:19:49 02:16:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 02:19:49 02:17:01 1.52 0.03 1.48 0.00 0.27 19.20 0.00 02:19:49 02:18:01 1.53 0.00 1.53 0.00 0.00 18.40 0.00 02:19:49 02:19:01 74.65 0.30 74.35 0.00 15.45 35658.46 0.00 02:19:49 Average: 43.24 1.08 42.16 0.00 348.55 12882.56 0.00 02:19:49 02:19:49 02:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:19:49 02:03:01 26940328 31486276 820324 2.49 183340 4425084 2078352 6.13 1362784 3969228 1004112 02:19:49 02:04:01 27569180 31532456 769812 2.34 190196 3887508 1952672 5.75 1315072 3435864 82616 02:19:49 02:05:01 26972988 31515932 781168 2.38 202068 4408884 1950240 5.75 1386224 3906364 472 02:19:49 02:06:01 26998996 31541516 757960 2.31 202144 4408876 1804536 5.32 1361804 3906344 180 02:19:49 02:07:01 26623776 31522840 767312 2.33 210296 4742332 1834640 5.41 1596256 4020016 28 02:19:49 02:08:01 26633164 31532280 757724 2.30 210384 4742328 1834640 5.41 1587452 4020016 8 02:19:49 02:09:01 26634720 31534004 755840 2.30 210472 4742340 1834640 5.41 1585212 4020032 8 02:19:49 02:10:01 26636764 31536144 753640 2.29 210564 4742340 1834640 5.41 1583976 4020036 12 02:19:49 02:11:01 26636968 31536568 753264 2.29 210660 4742348 1834640 5.41 1583916 4020196 4 02:19:49 02:12:01 26636912 31536632 753088 2.29 210812 4742324 1834640 5.41 1584192 4020176 4 02:19:49 02:13:01 26636612 31536464 753232 2.29 210900 4742328 1834640 5.41 1584244 4020180 4 02:19:49 02:14:01 26636436 31536408 753212 2.29 210996 4742332 1834640 5.41 1584360 4020184 144 02:19:49 02:15:01 26634864 31535864 753636 2.29 211096 4742940 1804984 5.32 1584540 4020712 8 02:19:49 02:16:01 26634752 31535820 753676 2.29 211124 4742952 1804984 5.32 1584344 4020716 8 02:19:49 02:17:01 26633552 31534752 754516 2.29 211176 4742948 1816068 5.35 1584744 4020724 8 02:19:49 02:18:01 26634364 31535836 753080 2.29 211212 4743088 1816068 5.35 1584436 4020852 12 02:19:49 02:19:01 25463332 31509556 775964 2.36 224440 5773172 1956800 5.77 1771428 4899140 44604 02:19:49 Average: 26679865 31529373 762791 2.32 207758 4694948 1862460 5.49 1542646 4021222 66602 02:19:49 02:19:49 02:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:19:49 02:03:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 02:19:49 02:03:01 docker0 370.04 581.19 31.08 3440.88 0.00 0.00 0.00 0.00 02:19:49 02:03:01 ens3 717.63 454.92 6635.97 57.08 0.00 0.00 0.00 0.00 02:19:49 02:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:04:01 docker0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:19:49 02:04:01 ens3 27.33 17.10 28.99 11.85 0.00 0.00 0.00 0.00 02:19:49 02:05:01 lo 7.93 7.93 0.79 0.79 0.00 0.00 0.00 0.00 02:19:49 02:05:01 docker0 7.55 12.41 0.47 169.61 0.00 0.00 0.00 0.00 02:19:49 02:05:01 ens3 182.37 132.61 2732.93 402.38 0.00 0.00 0.00 0.00 02:19:49 02:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:06:01 ens3 1.08 0.85 0.94 0.43 0.00 0.00 0.00 0.00 02:19:49 02:07:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 02:19:49 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:07:01 ens3 131.56 66.81 2045.93 5.04 0.00 0.00 0.00 0.00 02:19:49 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:08:01 ens3 0.28 0.20 0.02 0.01 0.00 0.00 0.00 0.00 02:19:49 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:10:01 ens3 1.58 1.02 5.22 0.07 0.00 0.00 0.00 0.00 02:19:49 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:11:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:12:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:19:49 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:13:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:14:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:15:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:16:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:17:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:19:49 02:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:19:49 02:18:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:19:49 02:19:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 02:19:49 02:19:01 docker0 78.38 143.04 7.13 1255.77 0.00 0.00 0.00 0.00 02:19:49 02:19:01 ens3 264.03 151.17 4863.56 20.65 0.00 0.00 0.00 0.00 02:19:49 Average: lo 0.81 0.81 0.08 0.08 0.00 0.00 0.00 0.00 02:19:49 Average: docker0 26.82 43.34 2.28 286.28 0.00 0.00 0.00 0.00 02:19:49 Average: ens3 78.05 48.55 959.81 29.27 0.00 0.00 0.00 0.00 02:19:49 02:19:49 02:19:49 ---> sar -P ALL: 02:19:49 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-995) 05/29/24 _x86_64_ (8 CPU) 02:19:49 02:19:49 02:01:14 LINUX RESTART (8 CPU) 02:19:49 02:19:49 02:02:01 CPU %user %nice %system %iowait %steal %idle 02:19:49 02:03:01 all 9.68 0.00 4.53 1.09 0.07 84.62 02:19:49 02:03:01 0 9.57 0.00 5.34 0.25 0.08 84.76 02:19:49 02:03:01 1 9.76 0.00 3.39 0.25 0.08 86.52 02:19:49 02:03:01 2 11.30 0.00 4.13 0.44 0.07 84.06 02:19:49 02:03:01 3 9.02 0.00 4.61 3.41 0.07 82.88 02:19:49 02:03:01 4 9.50 0.00 3.41 0.07 0.07 86.95 02:19:49 02:03:01 5 10.48 0.00 5.22 1.16 0.07 83.07 02:19:49 02:03:01 6 8.97 0.00 5.32 1.34 0.07 84.30 02:19:49 02:03:01 7 8.82 0.00 4.85 1.81 0.08 84.44 02:19:49 02:04:01 all 40.68 0.00 7.11 3.55 0.10 48.56 02:19:49 02:04:01 0 39.83 0.00 6.67 1.36 0.12 52.02 02:19:49 02:04:01 1 42.22 0.00 7.06 0.32 0.08 50.31 02:19:49 02:04:01 2 41.01 0.00 8.09 4.19 0.08 46.62 02:19:49 02:04:01 3 40.21 0.00 6.48 1.65 0.08 51.58 02:19:49 02:04:01 4 40.03 0.00 6.81 0.80 0.08 52.28 02:19:49 02:04:01 5 41.68 0.00 7.27 0.74 0.10 50.21 02:19:49 02:04:01 6 40.02 0.00 6.71 3.05 0.08 50.13 02:19:49 02:04:01 7 40.42 0.00 7.81 16.34 0.14 35.30 02:19:49 02:05:01 all 26.60 0.00 5.59 1.32 0.07 66.42 02:19:49 02:05:01 0 26.85 0.00 5.74 0.20 0.07 67.13 02:19:49 02:05:01 1 28.09 0.00 6.20 0.27 0.08 65.36 02:19:49 02:05:01 2 27.01 0.00 5.35 2.03 0.07 65.54 02:19:49 02:05:01 3 27.10 0.00 5.05 0.89 0.08 66.87 02:19:49 02:05:01 4 26.87 0.00 5.66 0.67 0.07 66.73 02:19:49 02:05:01 5 24.47 0.00 5.03 0.76 0.07 69.67 02:19:49 02:05:01 6 26.43 0.00 5.99 5.52 0.07 62.00 02:19:49 02:05:01 7 25.96 0.00 5.73 0.20 0.05 68.06 02:19:49 02:06:01 all 0.06 0.00 0.05 0.01 0.02 99.87 02:19:49 02:06:01 0 0.05 0.00 0.07 0.00 0.02 99.87 02:19:49 02:06:01 1 0.07 0.00 0.05 0.00 0.02 99.87 02:19:49 02:06:01 2 0.03 0.00 0.05 0.00 0.02 99.90 02:19:49 02:06:01 3 0.02 0.00 0.07 0.00 0.02 99.90 02:19:49 02:06:01 4 0.07 0.00 0.05 0.00 0.02 99.87 02:19:49 02:06:01 5 0.02 0.00 0.03 0.03 0.03 99.88 02:19:49 02:06:01 6 0.17 0.00 0.03 0.02 0.02 99.77 02:19:49 02:06:01 7 0.03 0.00 0.05 0.02 0.02 99.88 02:19:49 02:07:01 all 1.28 0.00 0.69 0.38 0.03 97.62 02:19:49 02:07:01 0 1.43 0.00 1.13 0.55 0.02 96.86 02:19:49 02:07:01 1 2.32 0.00 0.57 0.18 0.02 96.91 02:19:49 02:07:01 2 0.85 0.00 0.72 0.33 0.03 98.06 02:19:49 02:07:01 3 1.50 0.00 0.67 0.23 0.02 97.58 02:19:49 02:07:01 4 0.90 0.00 0.78 0.42 0.03 97.86 02:19:49 02:07:01 5 1.04 0.00 0.57 1.09 0.05 97.26 02:19:49 02:07:01 6 1.06 0.00 0.55 0.18 0.03 98.17 02:19:49 02:07:01 7 1.15 0.00 0.50 0.05 0.05 98.25 02:19:49 02:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:19:49 02:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:19:49 02:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:19:49 02:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:08:01 4 0.02 0.00 0.00 0.02 0.02 99.95 02:19:49 02:08:01 5 0.03 0.00 0.02 0.03 0.02 99.90 02:19:49 02:08:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:19:49 02:08:01 7 0.03 0.00 0.03 0.00 0.03 99.90 02:19:49 02:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:19:49 02:09:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:19:49 02:09:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:19:49 02:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:19:49 02:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:19:49 02:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:19:49 02:09:01 5 0.05 0.00 0.05 0.03 0.02 99.85 02:19:49 02:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:19:49 02:09:01 7 0.02 0.00 0.00 0.00 0.03 99.95 02:19:49 02:10:01 all 0.05 0.00 0.02 0.03 0.01 99.89 02:19:49 02:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:10:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:19:49 02:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:19:49 02:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:10:01 4 0.03 0.00 0.00 0.02 0.00 99.95 02:19:49 02:10:01 5 0.03 0.00 0.03 0.15 0.02 99.77 02:19:49 02:10:01 6 0.20 0.00 0.02 0.00 0.02 99.77 02:19:49 02:10:01 7 0.05 0.00 0.03 0.03 0.05 99.83 02:19:49 02:11:01 all 0.30 0.00 0.01 0.05 0.02 99.63 02:19:49 02:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:19:49 02:11:01 1 1.99 0.00 0.00 0.00 0.02 98.00 02:19:49 02:11:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:19:49 02:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:19:49 02:11:01 4 0.00 0.00 0.02 0.03 0.02 99.93 02:19:49 02:11:01 5 0.03 0.00 0.03 0.30 0.02 99.62 02:19:49 02:11:01 6 0.18 0.00 0.00 0.00 0.00 99.82 02:19:49 02:11:01 7 0.03 0.00 0.02 0.03 0.05 99.87 02:19:49 02:12:01 all 0.07 0.00 0.01 0.10 0.02 99.80 02:19:49 02:12:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:19:49 02:12:01 1 0.33 0.00 0.00 0.00 0.02 99.65 02:19:49 02:12:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:19:49 02:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:12:01 4 0.07 0.00 0.00 0.02 0.02 99.90 02:19:49 02:12:01 5 0.02 0.00 0.03 0.62 0.00 99.33 02:19:49 02:12:01 6 0.08 0.00 0.03 0.07 0.02 99.80 02:19:49 02:12:01 7 0.02 0.00 0.02 0.08 0.05 99.83 02:19:49 02:13:01 all 0.03 0.00 0.02 0.05 0.02 99.87 02:19:49 02:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:19:49 02:13:01 1 0.13 0.00 0.02 0.00 0.07 99.78 02:19:49 02:13:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:19:49 02:13:01 3 0.00 0.00 0.05 0.03 0.00 99.92 02:19:49 02:13:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:19:49 02:13:01 5 0.02 0.00 0.02 0.38 0.02 99.57 02:19:49 02:13:01 6 0.02 0.00 0.03 0.00 0.00 99.95 02:19:49 02:13:01 7 0.02 0.00 0.00 0.02 0.03 99.93 02:19:49 02:19:49 02:13:01 CPU %user %nice %system %iowait %steal %idle 02:19:49 02:14:01 all 0.07 0.00 0.02 0.05 0.01 99.85 02:19:49 02:14:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:19:49 02:14:01 1 0.40 0.00 0.00 0.00 0.00 99.60 02:19:49 02:14:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:19:49 02:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 02:19:49 02:14:01 4 0.00 0.00 0.03 0.12 0.00 99.85 02:19:49 02:14:01 5 0.02 0.00 0.02 0.27 0.00 99.70 02:19:49 02:14:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:19:49 02:14:01 7 0.03 0.00 0.03 0.00 0.03 99.90 02:19:49 02:15:01 all 0.06 0.00 0.04 0.01 0.01 99.87 02:19:49 02:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:19:49 02:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:19:49 02:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:19:49 02:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:19:49 02:15:01 4 0.22 0.00 0.08 0.07 0.02 99.62 02:19:49 02:15:01 5 0.03 0.00 0.03 0.02 0.00 99.92 02:19:49 02:15:01 6 0.08 0.00 0.05 0.00 0.00 99.87 02:19:49 02:15:01 7 0.07 0.00 0.03 0.00 0.03 99.87 02:19:49 02:16:01 all 0.02 0.00 0.01 0.02 0.01 99.94 02:19:49 02:16:01 0 0.07 0.00 0.03 0.00 0.02 99.88 02:19:49 02:16:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:19:49 02:16:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:19:49 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:19:49 02:16:01 4 0.03 0.00 0.00 0.12 0.02 99.83 02:19:49 02:16:01 5 0.03 0.00 0.00 0.02 0.00 99.95 02:19:49 02:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:19:49 02:16:01 7 0.02 0.00 0.02 0.00 0.05 99.92 02:19:49 02:17:01 all 0.02 0.00 0.03 0.02 0.01 99.92 02:19:49 02:17:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:19:49 02:17:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:19:49 02:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:19:49 02:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:19:49 02:17:01 4 0.00 0.00 0.05 0.10 0.02 99.83 02:19:49 02:17:01 5 0.02 0.00 0.03 0.02 0.00 99.93 02:19:49 02:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:19:49 02:17:01 7 0.03 0.00 0.05 0.03 0.03 99.85 02:19:49 02:18:01 all 0.03 0.00 0.01 0.01 0.01 99.94 02:19:49 02:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 02:19:49 02:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:19:49 02:18:01 2 0.12 0.00 0.02 0.00 0.02 99.85 02:19:49 02:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:19:49 02:18:01 4 0.02 0.00 0.02 0.03 0.00 99.93 02:19:49 02:18:01 5 0.02 0.00 0.02 0.02 0.02 99.93 02:19:49 02:18:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:19:49 02:18:01 7 0.07 0.00 0.03 0.00 0.03 99.87 02:19:49 02:19:01 all 4.35 0.00 1.75 3.51 0.04 90.35 02:19:49 02:19:01 0 4.56 0.00 1.69 0.44 0.02 93.29 02:19:49 02:19:01 1 3.56 0.00 1.34 0.42 0.03 94.64 02:19:49 02:19:01 2 4.87 0.00 1.44 0.00 0.05 93.63 02:19:49 02:19:01 3 4.26 0.00 1.59 0.15 0.03 93.96 02:19:49 02:19:01 4 5.26 0.00 2.17 11.74 0.08 80.75 02:19:49 02:19:01 5 4.31 0.00 2.18 5.15 0.02 88.34 02:19:49 02:19:01 6 4.02 0.00 2.03 9.60 0.03 84.32 02:19:49 02:19:01 7 3.99 0.00 1.51 0.60 0.05 93.84 02:19:49 Average: all 4.86 0.00 1.16 0.59 0.03 93.36 02:19:49 Average: 0 4.80 0.00 1.21 0.16 0.03 93.80 02:19:49 Average: 1 5.19 0.00 1.09 0.08 0.03 93.60 02:19:49 Average: 2 4.98 0.00 1.16 0.41 0.03 93.43 02:19:49 Average: 3 4.78 0.00 1.09 0.37 0.02 93.74 02:19:49 Average: 4 4.84 0.00 1.11 0.83 0.03 93.19 02:19:49 Average: 5 4.81 0.00 1.20 0.63 0.03 93.33 02:19:49 Average: 6 4.75 0.00 1.21 1.16 0.02 92.86 02:19:49 Average: 7 4.70 0.00 1.21 1.12 0.05 92.93 02:19:49 02:19:49 02:19:49