Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60f2b90224e592bb905f9b29e85d80ab0be60eaf 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-ssh17171160041703498311.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh6855804337925938088.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-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-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1701034862138133521.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh9712868674716459406.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-virtual-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-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15844287176320076178.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-virtual-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-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 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-virtual 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-22719 in /w/workspace/exfoundry_device-virtual-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-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 60f2b90224e592bb905f9b29e85d80ab0be60eaf (main) Commit message: "Merge pull request #495 from jackchenjc/edgex-go-issue-4916" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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 60f2b90224e592bb905f9b29e85d80ab0be60eaf # timeout=10 > git rev-list --no-walk 356f58f61f45ce4e49f4d4dc4c5a2eb3e202374a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:27:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:27:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:27:48 ========================================================= 08:27:48 EdgeX Global Pipelines Version Info 08:27:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:27:49 ------------------- 08:27:49 stable info: 08:27:49 ------------------- 08:27:49 Commited By: Ginny Guan ginny@iotechsys.com 08:27:49 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 08:27:49 Message: update stable to v1.0.265 08:27:49 ------------------- 08:27:49 experimental info: 08:27:49 ------------------- 08:27:49 Commited By: Cherry Wang cherry@iotechsys.com 08:27:49 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 08:27:49 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60f2b90 [Pipeline] echo 08:27:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:27:50 provisioning config files... 08:27:50 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config507339224648873590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:27:51 ---> ****-login.sh 08:27:51 nexus3.edgexfoundry.org:10001 08:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:27:51 Configure a credential helper to remove this warning. See 08:27:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:27:51 08:27:51 Login Succeeded 08:27:51 nexus3.edgexfoundry.org:10002 08:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:27:51 Configure a credential helper to remove this warning. See 08:27:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:27:51 08:27:51 Login Succeeded 08:27:51 nexus3.edgexfoundry.org:10003 08:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:27:51 Configure a credential helper to remove this warning. See 08:27:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:27:51 08:27:51 Login Succeeded 08:27:51 nexus3.edgexfoundry.org:10004 08:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:27:51 Configure a credential helper to remove this warning. See 08:27:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:27:51 08:27:51 Login Succeeded 08:27:51 ****.io 08:27:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:27:52 Configure a credential helper to remove this warning. See 08:27:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:27:52 08:27:52 Login Succeeded 08:27:52 ---> ****-login.sh ends [Pipeline] } 08:27:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:27:52 + git rev-list -1 --merges 60f2b90224e592bb905f9b29e85d80ab0be60eaf~1..60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo 08:27:52 -----------> git rev-list -1 --merges 60f2b90224e592bb905f9b29e85d80ab0be60eaf~1..60f2b90224e592bb905f9b29e85d80ab0be60eaf 60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:27:52 60f2b90224e592bb905f9b29e85d80ab0be60eaf [false] [Pipeline] sh 08:27:52 + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo 08:27:52 ========================================================= 08:27:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:27:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:27:53 + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo 08:27:53 [semverPrep] GIT_COMMIT: 60f2b90224e592bb905f9b29e85d80ab0be60eaf, Commit Message: Merge pull request #495 from jackchenjc/edgex-go-issue-4916 [Pipeline] echo 08:27:53 [semverPrep] This is not a build commit. [Pipeline] sh 08:27:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:27:53 + grep -v github /etc/ssh/ssh_known_hosts 08:27:53 + [ -e /tmp/ssh_known_hosts ] 08:27:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:27:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:27:53 + sudo tee -a /etc/ssh/ssh_known_hosts 08:27:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:27:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:27:54 08:27:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:27:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:27:54 0.1.4: Pulling from edgex-devops/py-git-semver 08:27:54 b85a868b505f: Pulling fs layer 08:27:54 e2be974225ed: Pulling fs layer 08:27:54 339a4e72a1f5: Pulling fs layer 08:27:54 988bab9f4d93: Pulling fs layer 08:27:54 1469e6f7b9e6: Pulling fs layer 08:27:54 988bab9f4d93: Waiting 08:27:54 1469e6f7b9e6: Waiting 08:27:54 eaf3925da568: Pulling fs layer 08:27:54 bab4dde63d76: Pulling fs layer 08:27:54 eaf3925da568: Waiting 08:27:54 bde34c3a00c8: Pulling fs layer 08:27:54 bab4dde63d76: Waiting 08:27:54 b352a97aabf1: Pulling fs layer 08:27:54 4872d77fe225: Pulling fs layer 08:27:54 5851b861e8e6: Pulling fs layer 08:27:54 bde34c3a00c8: Waiting 08:27:54 4872d77fe225: Waiting 08:27:54 5851b861e8e6: Waiting 08:27:54 e2be974225ed: Download complete 08:27:54 988bab9f4d93: Verifying Checksum 08:27:54 988bab9f4d93: Download complete 08:27:54 1469e6f7b9e6: Download complete 08:27:54 eaf3925da568: Download complete 08:27:54 339a4e72a1f5: Verifying Checksum 08:27:54 339a4e72a1f5: Download complete 08:27:54 bde34c3a00c8: Verifying Checksum 08:27:54 bde34c3a00c8: Download complete 08:27:54 b352a97aabf1: Verifying Checksum 08:27:54 b352a97aabf1: Download complete 08:27:54 4872d77fe225: Download complete 08:27:54 5851b861e8e6: Verifying Checksum 08:27:54 5851b861e8e6: Download complete 08:27:54 b85a868b505f: Verifying Checksum 08:27:54 b85a868b505f: Download complete 08:27:54 bab4dde63d76: Verifying Checksum 08:27:54 bab4dde63d76: Download complete 08:27:56 b85a868b505f: Pull complete 08:27:56 e2be974225ed: Pull complete 08:27:56 339a4e72a1f5: Pull complete 08:27:56 988bab9f4d93: Pull complete 08:27:57 1469e6f7b9e6: Pull complete 08:27:57 eaf3925da568: Pull complete 08:27:59 bab4dde63d76: Pull complete 08:27:59 bde34c3a00c8: Pull complete 08:27:59 b352a97aabf1: Pull complete 08:27:59 4872d77fe225: Pull complete 08:27:59 5851b861e8e6: Pull complete 08:27:59 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:27:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:27:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:27:59 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:27:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:28:02 $ docker top 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e -eo pid,comm 08:28:02 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). 08:28:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:28:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:02 [ssh-agent] Looking for ssh-agent implementation... 08:28:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:02 $ docker exec 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent 08:28:02 SSH_AUTH_SOCK=/tmp/ssh-56odtHdFFrlI/agent.32 08:28:02 SSH_AGENT_PID=38 08:28:02 Running ssh-add (command line suppressed) 08:28:02 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17937323313755765605.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17937323313755765605.key) 08:28:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:03 + git tag --points-at HEAD [Pipeline] } 08:28:03 $ docker exec --env ******** --env ******** 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent -k 08:28:03 unset SSH_AUTH_SOCK; 08:28:03 unset SSH_AGENT_PID; 08:28:03 echo Agent pid 38 killed; 08:28:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:28:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:03 [ssh-agent] Looking for ssh-agent implementation... 08:28:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:03 $ docker exec 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent 08:28:03 SSH_AUTH_SOCK=/tmp/ssh-re9NC85u52gE/agent.71 08:28:03 SSH_AGENT_PID=77 08:28:03 Running ssh-add (command line suppressed) 08:28:03 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1792100949228893198.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1792100949228893198.key) 08:28:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:03 + git semver init 08:28:04 2024-10-14 08:28:04,100 [run_init] DEBUG init version:0.0.0 force:False 08:28:04 2024-10-14 08:28:04,101 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 08:28:04 2024-10-14 08:28:04,102 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 08:28:04 2024-10-14 08:28:04,102 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 08:28:06 2024-10-14 08:28:06,621 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 08:28:06 2024-10-14 08:28:06,622 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 08:28:06 2024-10-14 08:28:06,622 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:28:06 2024-10-14 08:28:06,622 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:28:06 3.2.0-dev.27 [Pipeline] } 08:28:06 $ docker exec --env ******** --env ******** 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent -k 08:28:06 unset SSH_AUTH_SOCK; 08:28:06 unset SSH_AGENT_PID; 08:28:06 echo Agent pid 77 killed; 08:28:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:28:07 + git semver [Pipeline] } 08:28:07 $ docker stop --time=1 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e 08:28:08 $ docker rm -f --volumes 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e [Pipeline] // withDockerContainer [Pipeline] sh 08:28:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:28:09 Stashed 1 file(s) [Pipeline] echo 08:28:09 [edgeXSemver]: initialized semver on version 3.2.0-dev.27 [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 08:28:09 provisioning config files... 08:28:09 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5678939735862734506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:09 ---> ****-login.sh 08:28:09 nexus3.edgexfoundry.org:10001 08:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:09 Configure a credential helper to remove this warning. See 08:28:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:09 08:28:09 Login Succeeded 08:28:09 nexus3.edgexfoundry.org:10002 08:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:09 Configure a credential helper to remove this warning. See 08:28:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:09 08:28:09 Login Succeeded 08:28:09 nexus3.edgexfoundry.org:10003 08:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:09 Configure a credential helper to remove this warning. See 08:28:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:09 08:28:09 Login Succeeded 08:28:09 nexus3.edgexfoundry.org:10004 08:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:09 Configure a credential helper to remove this warning. See 08:28:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:09 08:28:09 Login Succeeded 08:28:09 ****.io 08:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:10 Configure a credential helper to remove this warning. See 08:28:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:10 08:28:10 Login Succeeded 08:28:10 ---> ****-login.sh ends [Pipeline] } 08:28:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:28:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:28:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:28:10 ========================================================= 08:28:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:28:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:28:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:28:10 Sending build context to Docker daemon 37.65MB 08:28:10 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:28:10 Step 2/12 : FROM ${BASE} AS builder 08:28:10 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:28:10 43c4264eed91: Pulling fs layer 08:28:10 4cc291be95ef: Pulling fs layer 08:28:10 2ac1f1163629: Pulling fs layer 08:28:10 5c3c966382ef: Pulling fs layer 08:28:10 4f4fb700ef54: Pulling fs layer 08:28:10 5d5c8e513c77: Pulling fs layer 08:28:10 9f66e0745190: Pulling fs layer 08:28:10 f49a43e4bbc0: Pulling fs layer 08:28:10 561ebcabdf7f: Pulling fs layer 08:28:10 5c3c966382ef: Waiting 08:28:10 f49a43e4bbc0: Waiting 08:28:10 4f4fb700ef54: Waiting 08:28:10 561ebcabdf7f: Waiting 08:28:10 5d5c8e513c77: Waiting 08:28:10 4cc291be95ef: Verifying Checksum 08:28:10 4cc291be95ef: Download complete 08:28:10 5c3c966382ef: Verifying Checksum 08:28:10 5c3c966382ef: Download complete 08:28:10 4f4fb700ef54: Download complete 08:28:10 5d5c8e513c77: Verifying Checksum 08:28:10 5d5c8e513c77: Download complete 08:28:10 43c4264eed91: Verifying Checksum 08:28:10 43c4264eed91: Download complete 08:28:10 9f66e0745190: Verifying Checksum 08:28:10 9f66e0745190: Download complete 08:28:11 43c4264eed91: Pull complete 08:28:11 561ebcabdf7f: Verifying Checksum 08:28:11 561ebcabdf7f: Download complete 08:28:11 4cc291be95ef: Pull complete 08:28:11 2ac1f1163629: Verifying Checksum 08:28:11 2ac1f1163629: Download complete 08:28:11 f49a43e4bbc0: Verifying Checksum 08:28:11 f49a43e4bbc0: Download complete 08:28:15 2ac1f1163629: Pull complete 08:28:15 5c3c966382ef: Pull complete 08:28:15 4f4fb700ef54: Pull complete 08:28:15 5d5c8e513c77: Pull complete 08:28:15 9f66e0745190: Pull complete 08:28:18 f49a43e4bbc0: Pull complete 08:28:18 561ebcabdf7f: Pull complete 08:28:18 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 08:28:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:28:18 ---> 3a752c3f9dda 08:28:18 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:28:22 ---> Running in 36b815da2853 08:28:22 Removing intermediate container 36b815da2853 08:28:22 ---> 3c1a13b20d2f 08:28:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:28:22 ---> Running in cddf6b266779 08:28:22 Removing intermediate container cddf6b266779 08:28:22 ---> 5a99187c6e50 08:28:22 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:28:22 ---> Running in 344031b38294 08:28:22 Removing intermediate container 344031b38294 08:28:22 ---> be8c010c48d9 08:28:22 Step 6/12 : WORKDIR /device-virtual-go 08:28:22 ---> Running in f10ef0c47e58 08:28:22 Removing intermediate container f10ef0c47e58 08:28:22 ---> 91cd9dfcf8b7 08:28:22 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:28:22 ---> Running in 034532f07255 08:28:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:28:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:28:23 (1/4) Installing openssh-keygen (9.7_p1-r4) 08:28:23 (2/4) Installing libedit (20240517.3.1-r0) 08:28:23 (3/4) Installing openssh-client-common (9.7_p1-r4) 08:28:23 (4/4) Installing openssh-client-default (9.7_p1-r4) 08:28:23 Executing busybox-1.36.1-r29.trigger 08:28:23 OK: 250 MiB in 58 packages 08:28:23 Removing intermediate container 034532f07255 08:28:23 ---> 655db6f95ba6 08:28:23 Step 8/12 : COPY go.mod vendor* ./ 08:28:23 ---> fbd9a385f1c3 08:28:23 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:28:23 ---> Running in fbfee5e751a0 08:28:24 Still waiting to schedule task 08:28:24 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 08:29:10 Removing intermediate container fbfee5e751a0 08:29:10 ---> 00fc5541f9fc 08:29:10 Step 10/12 : COPY . . 08:29:10 ---> 0204526fef08 08:29:10 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:29:10 ---> Running in 02e3daeb16bf 08:29:10 Removing intermediate container 02e3daeb16bf 08:29:10 ---> d007e0eee098 08:29:10 Step 12/12 : RUN $MAKE 08:29:10 ---> Running in 63ff68a7eacf 08:29:10 noop 08:29:10 Removing intermediate container 63ff68a7eacf 08:29:10 ---> db91a9261897 08:29:10 Successfully built db91a9261897 08:29:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:10 + docker inspect -f . ci-base-image-x86_64 08:29:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:11 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:29:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:11 $ docker top 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:11 + go version 08:29:11 go version go1.23.2 linux/amd64 [Pipeline] } 08:29:11 $ docker stop --time=1 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 08:29:13 $ docker rm -f --volumes 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:13 + docker inspect -f . ci-base-image-x86_64 08:29:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:13 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:13 $ docker top 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:14 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 08:29:14 + make test 08:29:14 go test ./... -coverprofile=coverage.out 08:29:16 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:29:38 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 08:29:38 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 58.4% of statements 08:29:48 go vet ./... 08:29:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:29:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:29:55 ./bin/test-attribution-txt.sh [Pipeline] echo 08:29:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:29:55 $ docker stop --time=1 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 08:30:00 $ docker rm -f --volumes 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 [Pipeline] // withDockerContainer [Pipeline] sh 08:30:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:30:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:30:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:30:02 + ls -al . 08:30:02 total 276 08:30:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:29 . 08:30:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:27 .. 08:30:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:29 .git 08:30:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 .github 08:30:02 -rw-rw-r-- 1 jenkins jenkins 272 Oct 14 08:27 .gitignore 08:30:02 -rw-rw-r-- 1 jenkins jenkins 199 Oct 14 08:27 .golangci.yml 08:30:02 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:28 .semver 08:30:02 -rw-rw-r-- 1 jenkins jenkins 18321 Oct 14 08:27 Attribution.txt 08:30:02 -rw-rw-r-- 1 jenkins jenkins 15941 Oct 14 08:27 CHANGELOG.md 08:30:02 -rw-rw-r-- 1 jenkins jenkins 1755 Oct 14 08:27 Dockerfile 08:30:02 -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:27 GOVERNANCE.md 08:30:02 -rw-rw-r-- 1 jenkins jenkins 660 Oct 14 08:27 Jenkinsfile 08:30:02 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 14 08:27 LICENSE 08:30:02 -rw-rw-r-- 1 jenkins jenkins 2490 Oct 14 08:27 Makefile 08:30:02 -rw-rw-r-- 1 jenkins jenkins 623 Oct 14 08:27 OWNERS.md 08:30:02 -rw-rw-r-- 1 jenkins jenkins 4103 Oct 14 08:27 README.md 08:30:02 -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:28 VERSION 08:30:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:27 bin 08:30:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 cmd 08:30:02 -rw-r--r-- 1 jenkins jenkins 43316 Oct 14 08:29 coverage.out 08:30:02 -rw-rw-r-- 1 jenkins jenkins 6895 Oct 14 08:27 go.mod 08:30:02 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 14 08:27 go.sum 08:30:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 internal 08:30:02 -rw-rw-r-- 1 jenkins jenkins 235 Oct 14 08:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:02 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf --label arch=amd64 --label version=3.2.0-dev.27 . 08:30:02 Sending build context to Docker daemon 37.69MB 08:30:02 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 08:30:02 Step 2/26 : FROM ${BASE} AS builder 08:30:02 ---> db91a9261897 08:30:02 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:30:04 ---> Running in 9b22d6dd568f 08:30:04 Removing intermediate container 9b22d6dd568f 08:30:04 ---> 82f4bd6c1f72 08:30:04 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 08:30:04 ---> Running in d8fe839e2347 08:30:04 Removing intermediate container d8fe839e2347 08:30:04 ---> 437a02c77e63 08:30:04 Step 5/26 : ARG ADD_BUILD_TAGS="" 08:30:04 ---> Running in d39c8c9963de 08:30:04 Removing intermediate container d39c8c9963de 08:30:04 ---> e23a966b5dc0 08:30:04 Step 6/26 : WORKDIR /device-virtual-go 08:30:04 ---> Running in b9653d50b778 08:30:04 Removing intermediate container b9653d50b778 08:30:04 ---> f47215ee6e3a 08:30:04 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:30:04 ---> Running in 8b5e409a5a00 08:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:30:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:30:04 OK: 250 MiB in 58 packages 08:30:05 Removing intermediate container 8b5e409a5a00 08:30:05 ---> 830cfc35b1ef 08:30:05 Step 8/26 : COPY go.mod vendor* ./ 08:30:05 ---> 0d22828eb631 08:30:05 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:30:05 ---> Running in c2dc43e3f318 08:30:05 Removing intermediate container c2dc43e3f318 08:30:05 ---> e2454abb2d03 08:30:05 Step 10/26 : COPY . . 08:30:07 ---> 3ce299adb5a6 08:30:07 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:30:07 ---> Running in 5bb3d45720b6 08:30:07 Removing intermediate container 5bb3d45720b6 08:30:07 ---> fdfd1b079e8d 08:30:07 Step 12/26 : RUN $MAKE 08:30:07 ---> Running in f0e1411c2182 08:30:07 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.27 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.45" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-virtual ./cmd 08:30:48 Removing intermediate container f0e1411c2182 08:30:48 ---> bec7aec5a163 08:30:48 Step 13/26 : FROM alpine:3.20 08:30:48 3.20: Pulling from library/alpine 08:30:48 43c4264eed91: Already exists 08:30:48 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:30:48 Status: Downloaded newer image for alpine:3.20 08:30:48 ---> 91ef0af61f39 08:30:48 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 08:30:48 ---> Running in 1f831103bb44 08:30:48 Removing intermediate container 1f831103bb44 08:30:48 ---> 7b49ffbfcf14 08:30:48 Step 15/26 : RUN apk add --update --no-cache dumb-init 08:30:48 ---> Running in 96679b8edd88 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:30:48 (1/1) Installing dumb-init (1.2.5-r3) 08:30:48 Executing busybox-1.36.1-r29.trigger 08:30:48 OK: 8 MiB in 15 packages 08:30:48 Removing intermediate container 96679b8edd88 08:30:48 ---> 3b80a95dfd08 08:30:48 Step 16/26 : RUN apk --no-cache upgrade 08:30:48 ---> Running in 0b81cd8c7929 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:30:48 Upgrading critical system libraries and apk-tools: 08:30:48 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:30:48 Executing busybox-1.36.1-r29.trigger 08:30:48 Continuing the upgrade transaction with new apk-tools: 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:30:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:30:48 OK: 8 MiB in 15 packages 08:30:48 Removing intermediate container 0b81cd8c7929 08:30:48 ---> b346292cf786 08:30:48 Step 17/26 : WORKDIR / 08:30:48 ---> Running in 0683a6e23779 08:30:48 Removing intermediate container 0683a6e23779 08:30:48 ---> 872adb707aab 08:30:48 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 08:30:48 ---> 47171e0eb542 08:30:48 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 08:30:48 ---> e2999e1135a3 08:30:48 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 08:30:51 ---> 62a4c031b4da 08:30:51 Step 21/26 : EXPOSE 59900 08:30:51 ---> Running in c79a7d32452b 08:30:51 Removing intermediate container c79a7d32452b 08:30:51 ---> 44b24b7c93a1 08:30:51 Step 22/26 : ENTRYPOINT ["/device-virtual"] 08:30:51 ---> Running in 37bbb0f52738 08:30:51 Removing intermediate container 37bbb0f52738 08:30:51 ---> e399fa056c48 08:30:51 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 08:30:51 ---> Running in 9747cb7efdc5 08:30:51 Removing intermediate container 9747cb7efdc5 08:30:51 ---> 1b9371df9807 08:30:51 Step 24/26 : LABEL arch=amd64 08:30:51 ---> Running in 7b0f0b0a0ebf 08:30:51 Removing intermediate container 7b0f0b0a0ebf 08:30:51 ---> 77a430ef918a 08:30:51 Step 25/26 : LABEL git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:30:51 ---> Running in ec5a5364b8d6 08:30:51 Removing intermediate container ec5a5364b8d6 08:30:51 ---> 744c4eacb069 08:30:51 Step 26/26 : LABEL version=3.2.0-dev.27 08:30:51 ---> Running in e3c936716736 08:30:51 Removing intermediate container e3c936716736 08:30:51 ---> 1809bdd79d7b 08:30:51 [Warning] One or more build-args [ARCH] were not consumed 08:30:51 Successfully built 1809bdd79d7b 08:30:51 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:30:51 provisioning config files... 08:30:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16608565011897071652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:51 ---> ****-login.sh 08:30:51 nexus3.edgexfoundry.org:10001 08:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:51 Configure a credential helper to remove this warning. See 08:30:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:51 08:30:51 Login Succeeded 08:30:51 nexus3.edgexfoundry.org:10002 08:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:51 Configure a credential helper to remove this warning. See 08:30:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:51 08:30:51 Login Succeeded 08:30:51 nexus3.edgexfoundry.org:10003 08:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:52 Configure a credential helper to remove this warning. See 08:30:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:52 08:30:52 Login Succeeded 08:30:52 nexus3.edgexfoundry.org:10004 08:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:52 Configure a credential helper to remove this warning. See 08:30:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:52 08:30:52 Login Succeeded 08:30:52 ****.io 08:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:30:52 Configure a credential helper to remove this warning. See 08:30:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:30:52 08:30:52 Login Succeeded 08:30:52 ---> ****-login.sh ends [Pipeline] } 08:30:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:30:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:30:52 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 08:30:52 60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:30:52 latest 08:30:52 3.2.0-dev.27 08:30:52 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:30:52 main 08:30:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:52 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:30:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:30:53 c2a4cbee5bd9: Preparing 08:30:53 5d1a916c411e: Preparing 08:30:53 f0410e12933e: Preparing 08:30:53 53735314df99: Preparing 08:30:53 3dbec47a9f66: Preparing 08:30:53 63ca1fbb43ae: Preparing 08:30:53 63ca1fbb43ae: Waiting 08:30:53 3dbec47a9f66: Pushed 08:30:53 5d1a916c411e: Pushed 08:30:53 f0410e12933e: Pushed 08:30:53 63ca1fbb43ae: Layer already exists 08:30:53 53735314df99: Pushed 08:30:58 c2a4cbee5bd9: Pushed 08:30:58 60f2b90224e592bb905f9b29e85d80ab0be60eaf: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:59 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:59 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 08:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:30:59 c2a4cbee5bd9: Preparing 08:30:59 5d1a916c411e: Preparing 08:30:59 f0410e12933e: Preparing 08:30:59 53735314df99: Preparing 08:30:59 3dbec47a9f66: Preparing 08:30:59 63ca1fbb43ae: Preparing 08:30:59 5d1a916c411e: Layer already exists 08:30:59 53735314df99: Layer already exists 08:30:59 3dbec47a9f66: Layer already exists 08:30:59 f0410e12933e: Layer already exists 08:30:59 c2a4cbee5bd9: Layer already exists 08:30:59 63ca1fbb43ae: Layer already exists 08:30:59 latest: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:30:59 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:00 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 08:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:31:00 c2a4cbee5bd9: Preparing 08:31:00 5d1a916c411e: Preparing 08:31:00 f0410e12933e: Preparing 08:31:00 53735314df99: Preparing 08:31:00 3dbec47a9f66: Preparing 08:31:00 63ca1fbb43ae: Preparing 08:31:00 63ca1fbb43ae: Waiting 08:31:00 5d1a916c411e: Layer already exists 08:31:00 f0410e12933e: Layer already exists 08:31:00 53735314df99: Layer already exists 08:31:00 c2a4cbee5bd9: Layer already exists 08:31:00 3dbec47a9f66: Layer already exists 08:31:00 63ca1fbb43ae: Layer already exists 08:31:00 3.2.0-dev.27: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:00 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:00 + docker push nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:31:00 c2a4cbee5bd9: Preparing 08:31:00 5d1a916c411e: Preparing 08:31:00 f0410e12933e: Preparing 08:31:00 53735314df99: Preparing 08:31:00 3dbec47a9f66: Preparing 08:31:00 63ca1fbb43ae: Preparing 08:31:00 63ca1fbb43ae: Waiting 08:31:00 c2a4cbee5bd9: Layer already exists 08:31:00 53735314df99: Layer already exists 08:31:00 5d1a916c411e: Layer already exists 08:31:00 3dbec47a9f66: Layer already exists 08:31:00 f0410e12933e: Layer already exists 08:31:00 63ca1fbb43ae: Layer already exists 08:31:00 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:01 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:01 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 08:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 08:31:01 c2a4cbee5bd9: Preparing 08:31:01 5d1a916c411e: Preparing 08:31:01 f0410e12933e: Preparing 08:31:01 53735314df99: Preparing 08:31:01 3dbec47a9f66: Preparing 08:31:01 63ca1fbb43ae: Preparing 08:31:01 63ca1fbb43ae: Waiting 08:31:01 5d1a916c411e: Layer already exists 08:31:01 3dbec47a9f66: Layer already exists 08:31:01 53735314df99: Layer already exists 08:31:01 c2a4cbee5bd9: Layer already exists 08:31:01 f0410e12933e: Layer already exists 08:31:01 63ca1fbb43ae: Layer already exists 08:31:01 main: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:31:01 ===================================================== [Pipeline] echo 08:31:01 taggedImages: 08:31:01 - nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:31:01 - nexus3.edgexfoundry.org:10004/device-virtual:latest 08:31:01 - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 08:31:01 - nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:31:01 - nexus3.edgexfoundry.org:10004/device-virtual: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 08:31:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:31:02 08:31:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:31:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:31:02 latest: Pulling from edgex-lftools-log-publisher 08:31:02 5eb5b503b376: Pulling fs layer 08:31:02 5c69ac0246d0: Pulling fs layer 08:31:02 ec43610c2a17: Pulling fs layer 08:31:02 3a2ae6a8a46f: Pulling fs layer 08:31:02 33b1e0a273af: Pulling fs layer 08:31:02 5d3b04190fa2: Pulling fs layer 08:31:02 2f39f015ded8: Pulling fs layer 08:31:02 33b1e0a273af: Waiting 08:31:02 5d3b04190fa2: Waiting 08:31:02 2f39f015ded8: Waiting 08:31:02 3a2ae6a8a46f: Waiting 08:31:02 5c69ac0246d0: Download complete 08:31:02 3a2ae6a8a46f: Verifying Checksum 08:31:02 3a2ae6a8a46f: Download complete 08:31:02 33b1e0a273af: Verifying Checksum 08:31:02 33b1e0a273af: Download complete 08:31:02 5d3b04190fa2: Verifying Checksum 08:31:02 5d3b04190fa2: Download complete 08:31:02 ec43610c2a17: Verifying Checksum 08:31:02 ec43610c2a17: Download complete 08:31:02 5eb5b503b376: Verifying Checksum 08:31:02 5eb5b503b376: Download complete 08:31:03 2f39f015ded8: Download complete 08:31:04 5eb5b503b376: Pull complete 08:31:04 5c69ac0246d0: Pull complete 08:31:04 ec43610c2a17: Pull complete 08:31:04 3a2ae6a8a46f: Pull complete 08:31:04 33b1e0a273af: Pull complete 08:31:04 5d3b04190fa2: Pull complete 08:31:10 2f39f015ded8: Pull complete 08:31:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:31:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:31:10 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:31:10 $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:31:15 $ docker top 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:15 ---> job-cost.sh 08:31:15 lf-activate-venv: SKIPPING 08:31:15 INFO: No Stack... 08:31:15 INFO: Retrieving Pricing Info for: v3-standard-8 08:31:16 INFO: Archiving Costs [Pipeline] sh 08:31:16 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 08:31:16 + cut -d, -f6 [Pipeline] lock 08:31:16 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] 08:31:16 Resource [jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] did not exist. Created. 08:31:16 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:31:16 + echo total: 0.2199999988079071 [Pipeline] stash 08:31:16 Stashed 1 file(s) [Pipeline] } 08:31:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } 08:31:16 $ docker stop --time=1 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e 08:31:17 $ docker rm -f --volumes 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:31:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22721 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 08:31:53 Running in /w/workspace/device-virtual-go/183 [Pipeline] { [Pipeline] checkout 08:31:56 The recommended git tool is: git 08:32:03 using credential edgex-jenkins-ssh 08:32:03 Cloning the remote Git repository 08:32:03 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:32:03 > git init /w/workspace/device-virtual-go/183 # timeout=10 08:32:03 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:32:03 > git --version # timeout=10 08:32:03 > git --version # 'git version 2.25.1' 08:32:03 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:07 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:32:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:08 Avoid second fetch 08:32:08 Checking out Revision 60f2b90224e592bb905f9b29e85d80ab0be60eaf (main) 08:32:09 Commit message: "Merge pull request #495 from jackchenjc/edgex-go-issue-4916" 08:32:08 > git config core.sparsecheckout # timeout=10 08:32:08 > git checkout -f 60f2b90224e592bb905f9b29e85d80ab0be60eaf # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:32:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:32:14 % Total % Received % Xferd Average Speed Time Time Time Current 08:32:14 Dload Upload Total Spent Left Speed 08:32:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 184k 0 --:--:-- --:--:-- --:--:-- 186k [Pipeline] sh 08:32:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:32:15 + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 08:32:15 tee /etc/docker/daemon.new 08:32:15 { 08:32:15 "registry-mirrors": [ 08:32:15 "https://nexus3.edgexfoundry.org:10001" 08:32:15 ], 08:32:15 "bip": "10.250.0.254/24", 08:32:15 "hosts": [ 08:32:15 "tcp://0.0.0.0:5555", 08:32:15 "unix:///var/run/docker.sock" 08:32:15 ], 08:32:15 "mtu": 1458, 08:32:15 "selinux-enabled": true, 08:32:15 "seccomp-profile": "/etc/docker/seccomp.json" 08:32:15 } [Pipeline] sh 08:32:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:32:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:32:35 provisioning config files... 08:32:35 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/183@tmp/config13335423184277009924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:36 ---> ****-login.sh 08:32:36 nexus3.edgexfoundry.org:10001 08:32:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:37 Configure a credential helper to remove this warning. See 08:32:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:37 08:32:37 Login Succeeded 08:32:37 nexus3.edgexfoundry.org:10002 08:32:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:37 Configure a credential helper to remove this warning. See 08:32:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:37 08:32:37 Login Succeeded 08:32:37 nexus3.edgexfoundry.org:10003 08:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:38 Configure a credential helper to remove this warning. See 08:32:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:38 08:32:38 Login Succeeded 08:32:38 nexus3.edgexfoundry.org:10004 08:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:38 Configure a credential helper to remove this warning. See 08:32:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:38 08:32:38 Login Succeeded 08:32:38 ****.io 08:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:32:39 Configure a credential helper to remove this warning. See 08:32:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:32:39 08:32:39 Login Succeeded 08:32:39 ---> ****-login.sh ends [Pipeline] } 08:32:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:32:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:32:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:32:39 ========================================================= 08:32:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:32:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:40 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:32:40 Sending build context to Docker daemon 19.01MB 08:32:40 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 08:32:40 Step 2/12 : FROM ${BASE} AS builder 08:32:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:32:40 cf04c63912e1: Pulling fs layer 08:32:40 55b35a11ae5e: Pulling fs layer 08:32:40 a37a00ec5f00: Pulling fs layer 08:32:40 50b3750afda1: Pulling fs layer 08:32:40 4f4fb700ef54: Pulling fs layer 08:32:40 80978eb59214: Pulling fs layer 08:32:40 c9f46d7d2bd2: Pulling fs layer 08:32:40 c5a475d317c9: Pulling fs layer 08:32:40 50b3750afda1: Waiting 08:32:40 4f4fb700ef54: Waiting 08:32:40 80978eb59214: Waiting 08:32:40 c5a475d317c9: Waiting 08:32:40 c9f46d7d2bd2: Waiting 08:32:40 55b35a11ae5e: Download complete 08:32:40 50b3750afda1: Verifying Checksum 08:32:40 50b3750afda1: Download complete 08:32:40 4f4fb700ef54: Verifying Checksum 08:32:40 4f4fb700ef54: Download complete 08:32:40 80978eb59214: Verifying Checksum 08:32:40 80978eb59214: Download complete 08:32:40 cf04c63912e1: Verifying Checksum 08:32:40 cf04c63912e1: Download complete 08:32:41 c5a475d317c9: Verifying Checksum 08:32:41 c5a475d317c9: Download complete 08:32:42 cf04c63912e1: Pull complete 08:32:42 55b35a11ae5e: Pull complete 08:32:43 a37a00ec5f00: Verifying Checksum 08:32:43 a37a00ec5f00: Download complete 08:32:43 c9f46d7d2bd2: Verifying Checksum 08:32:43 c9f46d7d2bd2: Download complete 08:32:59 a37a00ec5f00: Pull complete 08:32:59 50b3750afda1: Pull complete 08:32:59 4f4fb700ef54: Pull complete 08:32:59 80978eb59214: Pull complete 08:33:05 c9f46d7d2bd2: Pull complete 08:33:07 c5a475d317c9: Pull complete 08:33:07 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 08:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:33:07 ---> be29e6b0f0d4 08:33:07 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:33:09 ---> Running in 233723c96fd7 08:33:09 Removing intermediate container 233723c96fd7 08:33:09 ---> 5129556f27ab 08:33:09 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 08:33:09 ---> Running in 12ad0a5f9f6f 08:33:10 Removing intermediate container 12ad0a5f9f6f 08:33:10 ---> 2239866b8b1b 08:33:10 Step 5/12 : ARG ADD_BUILD_TAGS="" 08:33:10 ---> Running in 50c738ddcf54 08:33:10 Removing intermediate container 50c738ddcf54 08:33:10 ---> 0293845a4ebd 08:33:10 Step 6/12 : WORKDIR /device-virtual-go 08:33:10 ---> Running in 4778f9aa7f18 08:33:11 Removing intermediate container 4778f9aa7f18 08:33:11 ---> 1f169cb39ae4 08:33:11 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:33:11 ---> Running in 57fb6cfa76b1 08:33:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:33:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:33:14 (1/4) Installing openssh-keygen (9.7_p1-r4) 08:33:14 (2/4) Installing libedit (20240517.3.1-r0) 08:33:14 (3/4) Installing openssh-client-common (9.7_p1-r4) 08:33:14 (4/4) Installing openssh-client-default (9.7_p1-r4) 08:33:14 Executing busybox-1.36.1-r29.trigger 08:33:14 OK: 242 MiB in 58 packages 08:33:16 Removing intermediate container 57fb6cfa76b1 08:33:16 ---> d6c30c0fc90e 08:33:16 Step 8/12 : COPY go.mod vendor* ./ 08:33:16 ---> 87f4db8ccc72 08:33:16 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:33:16 ---> Running in 4febfd543229 08:35:09 Removing intermediate container 4febfd543229 08:35:09 ---> ea710490f300 08:35:09 Step 10/12 : COPY . . 08:35:09 ---> 55a345a447f7 08:35:09 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:35:09 ---> Running in 87f61b7c2724 08:35:09 Removing intermediate container 87f61b7c2724 08:35:09 ---> bdc20bac96d2 08:35:09 Step 12/12 : RUN $MAKE 08:35:09 ---> Running in e9f1c225f223 08:35:10 noop 08:35:10 Removing intermediate container e9f1c225f223 08:35:10 ---> 3ed0d9c0f9c5 08:35:10 Successfully built 3ed0d9c0f9c5 08:35:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:11 + docker inspect -f . ci-base-image-arm64 08:35:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:35:11 prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container 08:35:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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 08:35:13 $ docker top f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:13 + go version 08:35:13 go version go1.23.2 linux/arm64 [Pipeline] } 08:35:14 $ docker stop --time=1 f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f 08:35:15 $ docker rm -f --volumes f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:16 + docker inspect -f . ci-base-image-arm64 08:35:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:35:16 prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container 08:35:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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 08:35:18 $ docker top 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:19 + git config --global --add safe.directory /w/workspace/device-virtual-go/183 [Pipeline] fileExists [Pipeline] sh 08:35:19 + make test 08:35:19 go test ./... -coverprofile=coverage.out 08:35:26 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:39:48 github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements 08:39:48 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.076s coverage: 58.3% of statements 08:39:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:39:48 go vet ./... 08:40:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:40:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:40:35 ./bin/test-attribution-txt.sh [Pipeline] echo 08:40:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:40:36 $ docker stop --time=1 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f 08:40:39 $ docker rm -f --volumes 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f [Pipeline] // withDockerContainer [Pipeline] sh 08:40:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:40:41 Warning: overwriting stash ‘coverage-report’ 08:40:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:40:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:40:42 + ls -al . 08:40:42 total 272 08:40:42 drwxrwxr-x 7 jenkins jenkins 4096 Oct 14 08:35 . 08:40:42 drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:32 .. 08:40:42 drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:32 .git 08:40:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 .github 08:40:42 -rw-rw-r-- 1 jenkins jenkins 272 Oct 14 08:32 .gitignore 08:40:42 -rw-rw-r-- 1 jenkins jenkins 199 Oct 14 08:32 .golangci.yml 08:40:42 -rw-rw-r-- 1 jenkins jenkins 18321 Oct 14 08:32 Attribution.txt 08:40:42 -rw-rw-r-- 1 jenkins jenkins 15941 Oct 14 08:32 CHANGELOG.md 08:40:42 -rw-rw-r-- 1 jenkins jenkins 1755 Oct 14 08:32 Dockerfile 08:40:42 -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:32 GOVERNANCE.md 08:40:42 -rw-rw-r-- 1 jenkins jenkins 660 Oct 14 08:32 Jenkinsfile 08:40:42 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 14 08:32 LICENSE 08:40:42 -rw-rw-r-- 1 jenkins jenkins 2490 Oct 14 08:32 Makefile 08:40:42 -rw-rw-r-- 1 jenkins jenkins 623 Oct 14 08:32 OWNERS.md 08:40:42 -rw-rw-r-- 1 jenkins jenkins 4103 Oct 14 08:32 README.md 08:40:42 -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:28 VERSION 08:40:42 drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:32 bin 08:40:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 cmd 08:40:42 -rw-r--r-- 1 jenkins jenkins 43316 Oct 14 08:39 coverage.out 08:40:42 -rw-rw-r-- 1 jenkins jenkins 6895 Oct 14 08:32 go.mod 08:40:42 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 14 08:32 go.sum 08:40:42 drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 internal 08:40:42 -rw-rw-r-- 1 jenkins jenkins 235 Oct 14 08:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:42 + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf --label arch=arm64 --label version=3.2.0-dev.27 . 08:40:43 Sending build context to Docker daemon 19.05MB 08:40:43 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 08:40:43 Step 2/26 : FROM ${BASE} AS builder 08:40:43 ---> 3ed0d9c0f9c5 08:40:43 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 08:40:43 ---> Running in 0af3f14e0f66 08:40:44 Removing intermediate container 0af3f14e0f66 08:40:44 ---> 12437dc250cd 08:40:44 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 08:40:44 ---> Running in e767b77d0057 08:40:44 Removing intermediate container e767b77d0057 08:40:44 ---> 71dc744fe194 08:40:44 Step 5/26 : ARG ADD_BUILD_TAGS="" 08:40:44 ---> Running in 7d9695e59130 08:40:44 Removing intermediate container 7d9695e59130 08:40:44 ---> 39f682c3ef62 08:40:44 Step 6/26 : WORKDIR /device-virtual-go 08:40:45 ---> Running in 723eef36a3a7 08:40:45 Removing intermediate container 723eef36a3a7 08:40:45 ---> fa9eb9198c7e 08:40:45 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:40:45 ---> Running in 78899c72a590 08:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:40:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:40:49 OK: 242 MiB in 58 packages 08:40:49 Removing intermediate container 78899c72a590 08:40:49 ---> 459832ad7259 08:40:49 Step 8/26 : COPY go.mod vendor* ./ 08:40:50 ---> c854fead51ab 08:40:50 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:40:50 ---> Running in adb242f8fbd9 08:40:54 Removing intermediate container adb242f8fbd9 08:40:54 ---> 98e75c20c94a 08:40:54 Step 10/26 : COPY . . 08:40:55 ---> 870e29d065c1 08:40:55 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:40:55 ---> Running in 9581f036d83e 08:40:55 Removing intermediate container 9581f036d83e 08:40:55 ---> 563520126f6c 08:40:55 Step 12/26 : RUN $MAKE 08:40:55 ---> Running in b4638b01f565 08:40:57 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.27 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.45" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-virtual ./cmd 08:45:18 Removing intermediate container b4638b01f565 08:45:18 ---> 4e986ca9dbf2 08:45:18 Step 13/26 : FROM alpine:3.20 08:45:18 3.20: Pulling from library/alpine 08:45:18 cf04c63912e1: Already exists 08:45:18 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:45:18 Status: Downloaded newer image for alpine:3.20 08:45:18 ---> c157a85ed455 08:45:18 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 08:45:18 ---> Running in 39631b5e1dfa 08:45:18 Removing intermediate container 39631b5e1dfa 08:45:18 ---> 74bee56fd710 08:45:18 Step 15/26 : RUN apk add --update --no-cache dumb-init 08:45:18 ---> Running in 9b059779aa2f 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:45:18 (1/1) Installing dumb-init (1.2.5-r3) 08:45:18 Executing busybox-1.36.1-r29.trigger 08:45:18 OK: 9 MiB in 15 packages 08:45:18 Removing intermediate container 9b059779aa2f 08:45:18 ---> 07e1980af3a0 08:45:18 Step 16/26 : RUN apk --no-cache upgrade 08:45:18 ---> Running in b2a0ae079144 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:45:18 Upgrading critical system libraries and apk-tools: 08:45:18 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:45:18 Executing busybox-1.36.1-r29.trigger 08:45:18 Continuing the upgrade transaction with new apk-tools: 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:45:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:45:20 OK: 9 MiB in 15 packages 08:45:20 Removing intermediate container b2a0ae079144 08:45:20 ---> 5024cc6e2bad 08:45:20 Step 17/26 : WORKDIR / 08:45:21 ---> Running in 327055d419c3 08:45:21 Removing intermediate container 327055d419c3 08:45:21 ---> 491e7ff7adf0 08:45:21 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 08:45:22 ---> c7f61561fe0e 08:45:22 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 08:45:22 ---> d829d079dba2 08:45:22 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 08:45:25 ---> 9aa08f655db2 08:45:25 Step 21/26 : EXPOSE 59900 08:45:25 ---> Running in 080b26cecf9f 08:45:25 Removing intermediate container 080b26cecf9f 08:45:25 ---> 08894ae3ee93 08:45:25 Step 22/26 : ENTRYPOINT ["/device-virtual"] 08:45:25 ---> Running in d8c085f08f31 08:45:25 Removing intermediate container d8c085f08f31 08:45:25 ---> 7c59b0dbfe81 08:45:25 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 08:45:25 ---> Running in b3bbaca5000b 08:45:26 Removing intermediate container b3bbaca5000b 08:45:26 ---> 1d38e40c1743 08:45:26 Step 24/26 : LABEL arch=arm64 08:45:26 ---> Running in 3e58088fb8a4 08:45:26 Removing intermediate container 3e58088fb8a4 08:45:26 ---> fabd1b2168d6 08:45:26 Step 25/26 : LABEL git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:45:26 ---> Running in fa80aeda9fab 08:45:27 Removing intermediate container fa80aeda9fab 08:45:27 ---> 05fa80b495d8 08:45:27 Step 26/26 : LABEL version=3.2.0-dev.27 08:45:27 ---> Running in 8283d2ca1fe0 08:45:27 Removing intermediate container 8283d2ca1fe0 08:45:27 ---> ff9efdf693f0 08:45:27 [Warning] One or more build-args [ARCH] were not consumed 08:45:27 Successfully built ff9efdf693f0 08:45:27 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:45:27 provisioning config files... 08:45:27 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/183@tmp/config7262933549344935523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:45:27 ---> ****-login.sh 08:45:27 nexus3.edgexfoundry.org:10001 08:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:28 Configure a credential helper to remove this warning. See 08:45:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:28 08:45:28 Login Succeeded 08:45:28 nexus3.edgexfoundry.org:10002 08:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:28 Configure a credential helper to remove this warning. See 08:45:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:28 08:45:28 Login Succeeded 08:45:28 nexus3.edgexfoundry.org:10003 08:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:29 Configure a credential helper to remove this warning. See 08:45:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:29 08:45:29 Login Succeeded 08:45:29 nexus3.edgexfoundry.org:10004 08:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:29 Configure a credential helper to remove this warning. See 08:45:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:29 08:45:29 Login Succeeded 08:45:29 ****.io 08:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:45:30 Configure a credential helper to remove this warning. See 08:45:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:45:30 08:45:30 Login Succeeded 08:45:30 ---> ****-login.sh ends [Pipeline] } 08:45:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:45:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:45:30 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 08:45:30 60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:45:30 latest 08:45:30 3.2.0-dev.27 08:45:30 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:45:30 main 08:45:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:30 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:45:30 24f47e5f13c3: Preparing 08:45:30 cc19dcf64425: Preparing 08:45:30 043699896c0e: Preparing 08:45:30 426a84b24fb0: Preparing 08:45:30 050f00bf31d9: Preparing 08:45:30 16113d51b718: Preparing 08:45:30 16113d51b718: Waiting 08:45:31 cc19dcf64425: Pushed 08:45:31 043699896c0e: Pushed 08:45:31 050f00bf31d9: Pushed 08:45:31 426a84b24fb0: Pushed 08:45:31 16113d51b718: Layer already exists 08:45:43 24f47e5f13c3: Pushed 08:45:43 60f2b90224e592bb905f9b29e85d80ab0be60eaf: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:43 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:44 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:45:44 24f47e5f13c3: Preparing 08:45:44 cc19dcf64425: Preparing 08:45:44 043699896c0e: Preparing 08:45:44 426a84b24fb0: Preparing 08:45:44 050f00bf31d9: Preparing 08:45:44 16113d51b718: Preparing 08:45:44 16113d51b718: Waiting 08:45:44 cc19dcf64425: Layer already exists 08:45:44 426a84b24fb0: Layer already exists 08:45:44 050f00bf31d9: Layer already exists 08:45:44 24f47e5f13c3: Layer already exists 08:45:44 043699896c0e: Layer already exists 08:45:44 16113d51b718: Layer already exists 08:45:44 latest: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:45 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:45 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 08:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:45:45 24f47e5f13c3: Preparing 08:45:45 cc19dcf64425: Preparing 08:45:45 043699896c0e: Preparing 08:45:45 426a84b24fb0: Preparing 08:45:45 050f00bf31d9: Preparing 08:45:45 16113d51b718: Preparing 08:45:45 16113d51b718: Waiting 08:45:45 24f47e5f13c3: Layer already exists 08:45:45 426a84b24fb0: Layer already exists 08:45:45 cc19dcf64425: Layer already exists 08:45:45 043699896c0e: Layer already exists 08:45:45 050f00bf31d9: Layer already exists 08:45:45 16113d51b718: Layer already exists 08:45:45 3.2.0-dev.27: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:46 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:45:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:45:46 24f47e5f13c3: Preparing 08:45:46 cc19dcf64425: Preparing 08:45:46 043699896c0e: Preparing 08:45:46 426a84b24fb0: Preparing 08:45:46 050f00bf31d9: Preparing 08:45:46 16113d51b718: Preparing 08:45:46 16113d51b718: Waiting 08:45:46 050f00bf31d9: Layer already exists 08:45:46 24f47e5f13c3: Layer already exists 08:45:46 426a84b24fb0: Layer already exists 08:45:46 cc19dcf64425: Layer already exists 08:45:46 043699896c0e: Layer already exists 08:45:46 16113d51b718: Layer already exists 08:45:46 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:47 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:47 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 08:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 08:45:47 24f47e5f13c3: Preparing 08:45:47 cc19dcf64425: Preparing 08:45:47 043699896c0e: Preparing 08:45:47 426a84b24fb0: Preparing 08:45:47 050f00bf31d9: Preparing 08:45:47 16113d51b718: Preparing 08:45:47 16113d51b718: Waiting 08:45:47 050f00bf31d9: Layer already exists 08:45:47 cc19dcf64425: Layer already exists 08:45:47 043699896c0e: Layer already exists 08:45:47 24f47e5f13c3: Layer already exists 08:45:47 426a84b24fb0: Layer already exists 08:45:47 16113d51b718: Layer already exists 08:45:47 main: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:45:47 ===================================================== [Pipeline] echo 08:45:47 taggedImages: 08:45:47 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf 08:45:47 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 08:45:47 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 08:45:47 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 08:45:47 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:45:48 08:45:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:45:48 arm64: Pulling from edgex-lftools-log-publisher 08:45:48 8998bd30e6a1: Pulling fs layer 08:45:48 04944245beec: Pulling fs layer 08:45:48 699f458cf7ca: Pulling fs layer 08:45:48 765212b225bb: Pulling fs layer 08:45:48 f23df028b6ca: Pulling fs layer 08:45:48 d65c8cfc05b1: Pulling fs layer 08:45:48 2437ff75d9bd: Pulling fs layer 08:45:48 765212b225bb: Waiting 08:45:48 f23df028b6ca: Waiting 08:45:48 d65c8cfc05b1: Waiting 08:45:48 2437ff75d9bd: Waiting 08:45:48 04944245beec: Verifying Checksum 08:45:48 04944245beec: Download complete 08:45:48 765212b225bb: Verifying Checksum 08:45:48 765212b225bb: Download complete 08:45:48 f23df028b6ca: Download complete 08:45:48 d65c8cfc05b1: Verifying Checksum 08:45:48 d65c8cfc05b1: Download complete 08:45:49 699f458cf7ca: Verifying Checksum 08:45:49 699f458cf7ca: Download complete 08:45:49 8998bd30e6a1: Verifying Checksum 08:45:49 8998bd30e6a1: Download complete 08:45:56 8998bd30e6a1: Pull complete 08:45:56 04944245beec: Pull complete 08:45:56 699f458cf7ca: Pull complete 08:45:56 765212b225bb: Pull complete 08:45:57 2437ff75d9bd: Verifying Checksum 08:45:57 2437ff75d9bd: Download complete 08:45:57 f23df028b6ca: Pull complete 08:45:58 d65c8cfc05b1: Pull complete 08:46:16 2437ff75d9bd: Pull complete 08:46:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:46:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:16 prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container 08:46:16 $ 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-virtual-go/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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 08:46:19 $ docker top bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:20 ---> job-cost.sh 08:46:20 lf-activate-venv: SKIPPING 08:46:20 INFO: No Stack... 08:46:21 INFO: Retrieving Pricing Info for: v3-standard-4 08:46:21 INFO: Archiving Costs [Pipeline] sh 08:46:22 + cat /w/workspace/device-virtual-go/183/archives/cost.csv 08:46:22 + cut -d, -f6 [Pipeline] lock 08:46:22 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] 08:46:22 Resource [jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] did not exist. Created. 08:46:22 Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:46:23 /w/workspace/device-virtual-go/183@tmp/durable-8127e585/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:46:23 + echo total: 0.10999999940395355 [Pipeline] stash 08:46:23 Warning: overwriting stash ‘stack-cost’ 08:46:23 Stashed 1 file(s) [Pipeline] } 08:46:23 Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } 08:46:23 $ docker stop --time=1 bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf 08:46:25 $ docker rm -f --volumes bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf [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 08:46:26 provisioning config files... 08:46:26 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6603130713119948052tmp [Pipeline] { [Pipeline] sh 08:46:26 + set +x 08:46:26 + bash -s -- 08:46:26 + curl -s https://codecov.io/bash 08:46:26 08:46:26 _____ _ 08:46:26 / ____| | | 08:46:26 | | ___ __| | ___ ___ _____ __ 08:46:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:46:26 | |___| (_) | (_| | __/ (_| (_) \ V / 08:46:26 \_____\___/ \__,_|\___|\___\___/ \_/ 08:46:26 Bash-1.0.6 08:46:26 08:46:26 08:46:26 ==> git version 2.25.1 found 08:46:26 ==> 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 08:46:26 Release-Date: 2020-01-08 08:46:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:46:26 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:46:26 ==> Jenkins CI detected. 08:46:26 current dir:  /w/workspace/exfoundry_device-virtual-go_main 08:46:26 project root: . 08:46:26 --> token set from env 08:46:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:46:26 ==> Running gcov in . (disable via -X gcov) 08:46:26 ==> Python coveragepy not found 08:46:26 ==> Searching for coverage reports in: 08:46:26 + . 08:46:26 -> Found 1 reports 08:46:26 ==> Detecting git/mercurial file structure 08:46:26 ==> Reading reports 08:46:26 + ./coverage.out bytes=43316 08:46:26 ==> Appending adjustments 08:46:26 https://docs.codecov.io/docs/fixing-reports 08:46:26 + Found adjustments 08:46:26 ==> Gzipping contents 08:46:26 8.0K /tmp/codecov.mvjMMM.gz 08:46:26 ==> Uploading reports 08:46:26 url: https://codecov.io 08:46:26 query: branch=main&commit=60f2b90224e592bb905f9b29e85d80ab0be60eaf&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:46:26 -> Pinging Codecov 08:46:26 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=60f2b90224e592bb905f9b29e85d80ab0be60eaf&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 08:46:27 -> Uploading to 08:46:27 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-virtual-go/60f2b90224e592bb905f9b29e85d80ab0be60eaf/b3f2049e-3c8d-448f-898c-a2f4f24122a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241014%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241014T084626Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=a04b93ee737a00d0116018902bc5e843d400c30535497ea0377bfaa0d2a8526b 08:46:27 % Total % Received % Xferd Average Speed Time Time Time Current 08:46:27 Dload Upload Total Spent Left Speed 08:46:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 21724 --:--:-- --:--:-- --:--:-- 21818 08:46:27 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } 08:46:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 08:46:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 08:46:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:46:27 08:46:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:46:28 latest: Pulling from edgex-devops/edgex-snyk-go 08:46:28 43c4264eed91: Already exists 08:46:28 4cc291be95ef: Already exists 08:46:28 2ac1f1163629: Already exists 08:46:28 5c3c966382ef: Already exists 08:46:28 4f4fb700ef54: Already exists 08:46:28 d9c7d2e4e75e: Pulling fs layer 08:46:28 9c3e1370e548: Pulling fs layer 08:46:29 d9c7d2e4e75e: Verifying Checksum 08:46:29 d9c7d2e4e75e: Download complete 08:46:29 d9c7d2e4e75e: Pull complete 08:46:30 9c3e1370e548: Verifying Checksum 08:46:30 9c3e1370e548: Download complete 08:46:34 9c3e1370e548: Pull complete 08:46:34 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 08:46:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 08:46:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:34 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:46:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 08:46:37 $ docker top 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:37 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo 08:46:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 08:46:38 + set -o pipefail 08:46:38 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 08:46:46 08:46:46 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 08:46:46 08:46:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/02af9408-7047-4993-89fa-3df4cb0f066b 08:46:46 08:46:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 08:46:46 08:46:46 08:46:46 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 08:46:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 08:46:47 $ docker stop --time=1 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 08:46:52 $ docker rm -f --volumes 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 [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 08:46:53 + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] sh 08:46:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:46:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:46:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:46:54 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:46:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:46:54 $ docker top 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:46:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:54 [ssh-agent] Looking for ssh-agent implementation... 08:46:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:55 $ docker exec 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 ssh-agent 08:46:55 SSH_AUTH_SOCK=/tmp/ssh-JMHKAcg5ez3U/agent.32 08:46:55 SSH_AGENT_PID=38 08:46:55 Running ssh-add (command line suppressed) 08:46:55 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13656484391292221969.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13656484391292221969.key) 08:46:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:55 + git semver tag 08:46:55 2024-10-14 08:46:55,833 [run_tag] DEBUG tag force:False 08:46:55 2024-10-14 08:46:55,833 [check_head_tag] DEBUG check head tag 08:46:55 2024-10-14 08:46:55,834 [execute] INFO git cat-file --batch-check 08:46:55 2024-10-14 08:46:55,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 08:46:55 2024-10-14 08:46:55,839 [execute] INFO git cat-file --batch 08:46:55 2024-10-14 08:46:55,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 08:46:55 2024-10-14 08:46:55,865 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:46:55 2024-10-14 08:46:55,865 [execute] INFO git tag -a v3.2.0-dev.27 -m v3.2.0-dev.27 08:46:55 2024-10-14 08:46:55,865 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.27', '-m', 'v3.2.0-dev.27'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 08:46:55 2024-10-14 08:46:55,873 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:46:55 3.2.0-dev.27 [Pipeline] } 08:46:55 $ docker exec --env ******** --env ******** 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 ssh-agent -k 08:46:56 unset SSH_AUTH_SOCK; 08:46:56 unset SSH_AGENT_PID; 08:46:56 echo Agent pid 38 killed; 08:46:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:46:56 + git semver [Pipeline] } 08:46:56 $ docker stop --time=1 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 08:46:57 $ docker rm -f --volumes 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:46:58 08:46:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:46:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:46:58 0.23.1-centos7: Pulling from edgex-lftools 08:46:58 ab5ef0e58194: Pulling fs layer 08:46:58 9712f1f96733: Pulling fs layer 08:46:58 63f879dbbcfc: Pulling fs layer 08:46:58 0d9ebad4ef96: Pulling fs layer 08:46:58 e9a5061849ea: Pulling fs layer 08:46:58 d747dcd14b5f: Pulling fs layer 08:46:58 2de7ff778b66: Pulling fs layer 08:46:58 d747dcd14b5f: Waiting 08:46:58 0d9ebad4ef96: Waiting 08:46:58 e9a5061849ea: Waiting 08:46:58 2de7ff778b66: Waiting 08:46:58 9712f1f96733: Verifying Checksum 08:46:58 9712f1f96733: Download complete 08:46:58 63f879dbbcfc: Verifying Checksum 08:46:58 63f879dbbcfc: Download complete 08:46:59 e9a5061849ea: Verifying Checksum 08:46:59 e9a5061849ea: Download complete 08:46:59 d747dcd14b5f: Verifying Checksum 08:46:59 d747dcd14b5f: Download complete 08:46:59 0d9ebad4ef96: Verifying Checksum 08:46:59 0d9ebad4ef96: Download complete 08:46:59 ab5ef0e58194: Verifying Checksum 08:46:59 ab5ef0e58194: Download complete 08:46:59 2de7ff778b66: Verifying Checksum 08:46:59 2de7ff778b66: Download complete 08:47:02 ab5ef0e58194: Pull complete 08:47:02 9712f1f96733: Pull complete 08:47:03 63f879dbbcfc: Pull complete 08:47:07 0d9ebad4ef96: Pull complete 08:47:07 e9a5061849ea: Pull complete 08:47:07 d747dcd14b5f: Pull complete 08:47:08 2de7ff778b66: Pull complete 08:47:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 08:47:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 08:47:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:47:09 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:47:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 08:47:17 $ docker top 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 08:47:17 provisioning config files... 08:47:17 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15772039509132944070tmp 08:47:17 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17955397231929381700tmp 08:47:17 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8428913743848858764tmp [Pipeline] { [Pipeline] echo 08:47:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 08:47:17 ---> sigul-configuration.sh 08:47:17 gpg: directory `/root/.gnupg' created 08:47:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 08:47:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 08:47:17 gpg: keyring `/root/.gnupg/secring.gpg' created 08:47:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 08:47:17 gpg: CAST5 encrypted data 08:47:17 gpg: encrypted with 1 passphrase 08:47:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 08:47:17 + mkdir /home/jenkins 08:47:17 + mkdir /home/jenkins/sigul [Pipeline] sh 08:47:18 + 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 08:47:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 08:47:18 ---> sigul-install.sh 08:47:18 Sigul already installed; skipping installation. [Pipeline] sh 08:47:18 + git tag --list 08:47:18 v1.0.0 08:47:18 v1.1.0 08:47:18 v1.1.1 08:47:18 v1.2.1 08:47:18 v1.2.2 08:47:18 v1.2.3 08:47:18 v1.3.0 08:47:18 v1.3.1 08:47:18 v2.0.0 08:47:18 v2.1.0 08:47:18 v2.1.1 08:47:18 v2.2.0 08:47:18 v2.3.0 08:47:18 v3.0 08:47:18 v3.0.0 08:47:18 v3.1 08:47:18 v3.1.0 08:47:18 v3.1.0-dev.1 08:47:18 v3.1.0-dev.10 08:47:18 v3.1.0-dev.11 08:47:18 v3.1.0-dev.12 08:47:18 v3.1.0-dev.13 08:47:18 v3.1.0-dev.14 08:47:18 v3.1.0-dev.15 08:47:18 v3.1.0-dev.16 08:47:18 v3.1.0-dev.17 08:47:18 v3.1.0-dev.18 08:47:18 v3.1.0-dev.19 08:47:18 v3.1.0-dev.2 08:47:18 v3.1.0-dev.20 08:47:18 v3.1.0-dev.21 08:47:18 v3.1.0-dev.22 08:47:18 v3.1.0-dev.23 08:47:18 v3.1.0-dev.24 08:47:18 v3.1.0-dev.25 08:47:18 v3.1.0-dev.26 08:47:18 v3.1.0-dev.27 08:47:18 v3.1.0-dev.28 08:47:18 v3.1.0-dev.29 08:47:18 v3.1.0-dev.3 08:47:18 v3.1.0-dev.30 08:47:18 v3.1.0-dev.4 08:47:18 v3.1.0-dev.5 08:47:18 v3.1.0-dev.6 08:47:18 v3.1.0-dev.7 08:47:18 v3.1.0-dev.8 08:47:18 v3.1.0-dev.9 08:47:18 v3.1.1 08:47:18 v3.1.1-dev.1 08:47:18 v3.2.0-dev.1 08:47:18 v3.2.0-dev.10 08:47:18 v3.2.0-dev.11 08:47:18 v3.2.0-dev.12 08:47:18 v3.2.0-dev.13 08:47:18 v3.2.0-dev.14 08:47:18 v3.2.0-dev.15 08:47:18 v3.2.0-dev.16 08:47:18 v3.2.0-dev.17 08:47:18 v3.2.0-dev.18 08:47:18 v3.2.0-dev.19 08:47:18 v3.2.0-dev.2 08:47:18 v3.2.0-dev.20 08:47:18 v3.2.0-dev.21 08:47:18 v3.2.0-dev.22 08:47:18 v3.2.0-dev.23 08:47:18 v3.2.0-dev.24 08:47:18 v3.2.0-dev.25 08:47:18 v3.2.0-dev.26 08:47:18 v3.2.0-dev.27 08:47:18 v3.2.0-dev.3 08:47:18 v3.2.0-dev.4 08:47:18 v3.2.0-dev.5 08:47:18 v3.2.0-dev.6 08:47:18 v3.2.0-dev.7 08:47:18 v3.2.0-dev.8 08:47:18 v3.2.0-dev.9 [Pipeline] sh 08:47:19 + lftools sign git-tag v3.2.0-dev.27 08:47:19 Signing Git tag with Sigul... 08:47:19 Signing v3.2.0-dev.27 [Pipeline] echo 08:47:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 08:47:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 08:47:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 08:47:20 $ docker stop --time=1 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 08:47:22 $ docker rm -f --volumes 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 08:47:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:47:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:47:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:47:23 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:47:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:47:23 $ docker top 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e -eo pid,comm 08:47:23 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). 08:47:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:47:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:47:23 [ssh-agent] Looking for ssh-agent implementation... 08:47:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:47:24 $ docker exec 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e ssh-agent 08:47:24 SSH_AUTH_SOCK=/tmp/ssh-QYvqMT0qZ6wm/agent.14 08:47:24 SSH_AGENT_PID=20 08:47:24 Running ssh-add (command line suppressed) 08:47:24 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3048176454775739538.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3048176454775739538.key) 08:47:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:47:24 + git semver bump pre 08:47:24 2024-10-14 08:47:24,894 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:47:24 2024-10-14 08:47:24,895 [bump_version] DEBUG bumping version:3.2.0-dev.27 on axis:pre with prefix:dev 08:47:24 2024-10-14 08:47:24,895 [bump_version] DEBUG bumped version:3.2.0-dev.28 08:47:24 2024-10-14 08:47:24,895 [write_version] DEBUG write version:3.2.0-dev.28 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 08:47:24 2024-10-14 08:47:24,895 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:47:24 2024-10-14 08:47:24,895 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:47:24 2024-10-14 08:47:24,898 [execute] INFO git cat-file --batch-check 08:47:24 2024-10-14 08:47:24,898 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:47:24 2024-10-14 08:47:24,904 [execute] INFO git cat-file --batch 08:47:24 2024-10-14 08:47:24,904 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:47:24 2024-10-14 08:47:24,909 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:47:25 3.2.0-dev.28 [Pipeline] } 08:47:25 $ docker exec --env ******** --env ******** 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e ssh-agent -k 08:47:25 unset SSH_AUTH_SOCK; 08:47:25 unset SSH_AGENT_PID; 08:47:25 echo Agent pid 20 killed; 08:47:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:47:25 + git semver [Pipeline] } 08:47:25 $ docker stop --time=1 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e 08:47:27 $ docker rm -f --volumes 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e [Pipeline] // withDockerContainer [Pipeline] sh 08:47:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:47:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:47:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:47:28 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:47:28 $ docker top 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 -eo pid,comm 08:47:28 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). 08:47:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:47:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:47:28 [ssh-agent] Looking for ssh-agent implementation... 08:47:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:47:28 $ docker exec 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 ssh-agent 08:47:28 SSH_AUTH_SOCK=/tmp/ssh-sks5CKGMVpbS/agent.31 08:47:28 SSH_AGENT_PID=37 08:47:28 Running ssh-add (command line suppressed) 08:47:28 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2273498462675303630.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2273498462675303630.key) 08:47:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:47:29 + git semver push 08:47:29 2024-10-14 08:47:29,337 [run_push] DEBUG push 08:47:29 2024-10-14 08:47:29,337 [execute] INFO git cat-file --batch-check 08:47:29 2024-10-14 08:47:29,337 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 08:47:29 2024-10-14 08:47:29,342 [execute] INFO git rev-list 1bf327328cb5b03761fdf499ad4c1ba41ebcd724 -- 08:47:29 2024-10-14 08:47:29,342 [execute] DEBUG Popen(['git', 'rev-list', '1bf327328cb5b03761fdf499ad4c1ba41ebcd724', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:47:29 2024-10-14 08:47:29,354 [execute] INFO git fetch -v origin 08:47:29 2024-10-14 08:47:29,355 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 08:47:29 2024-10-14 08:47:29,824 [run_push] DEBUG no remote changes detected 08:47:29 2024-10-14 08:47:29,824 [execute] INFO git push origin semver 08:47:29 2024-10-14 08:47:29,825 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 08:47:30 2024-10-14 08:47:30,512 [run_push] DEBUG push all version tags 08:47:30 2024-10-14 08:47:30,513 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 08:47:30 2024-10-14 08:47:30,513 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 08:47:31 2024-10-14 08:47:31,140 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 08:47:31 3.2.0-dev.28 [Pipeline] } 08:47:31 $ docker exec --env ******** --env ******** 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 ssh-agent -k 08:47:31 unset SSH_AUTH_SOCK; 08:47:31 unset SSH_AGENT_PID; 08:47:31 echo Agent pid 37 killed; 08:47:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:47:31 + git semver [Pipeline] } 08:47:32 $ docker stop --time=1 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 08:47:33 $ docker rm -f --volumes 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 [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 08:47:34 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 08:47:34 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:47:34 total 16 08:47:34 drwxr-xr-x 3 root root 4096 Oct 14 08:31 . 08:47:34 drwxrwxr-x 9 jenkins jenkins 4096 Oct 14 08:47 .. 08:47:34 drwxr-xr-x 2 root root 4096 Oct 14 08:31 cost 08:47:34 -rw-r--r-- 1 root root 89 Oct 14 08:31 cost.csv 08:47:34 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 08:47:34 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 08:47:34 total 16 08:47:34 drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:31 . 08:47:34 drwxrwxr-x 9 jenkins jenkins 4096 Oct 14 08:47 .. 08:47:34 drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 08:31 cost 08:47:34 -rw-r--r-- 1 jenkins jenkins 89 Oct 14 08:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:47:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:47:35 ---> package-listing.sh 08:47:35 ++ facter osfamily 08:47:35 ++ tr '[:upper:]' '[:lower:]' 08:47:35 + OS_FAMILY=debian 08:47:35 + workspace=/w/workspace/exfoundry_device-virtual-go_main 08:47:35 + START_PACKAGES=/tmp/packages_start.txt 08:47:35 + END_PACKAGES=/tmp/packages_end.txt 08:47:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:47:35 + PACKAGES=/tmp/packages_start.txt 08:47:35 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:47:35 + PACKAGES=/tmp/packages_end.txt 08:47:35 + case "${OS_FAMILY}" in 08:47:35 + dpkg -l 08:47:35 + grep '^ii' 08:47:35 + '[' -f /tmp/packages_start.txt ']' 08:47:35 + '[' -f /tmp/packages_end.txt ']' 08:47:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:47:35 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 08:47:35 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 08:47:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 08:47:35 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:47:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:47:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:47:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:47:36 prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container 08:47:36 $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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 08:47:36 $ docker top 4c820e46853789f40cb4c7b0ee0e04e58929b44f87dcc88a9f1e49fff809d9f6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:47:37 + mkdir -p /var/log/sysstat [Pipeline] sh 08:47:37 + ls /var/log/sa-host 08:47:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:47:37 provisioning config files... 08:47:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15030604132888535141tmp [Pipeline] { [Pipeline] echo 08:47:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:47:38 ---> create-netrc.sh [Pipeline] } 08:47:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:47:38 ---> python-tools-install.sh [Pipeline] echo 08:47:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:47:38 ---> sudo-logs.sh 08:47:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:47:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:47:39 ---> job-cost.sh 08:47:39 lf-activate-venv: SKIPPING 08:47:39 DEBUG: total: 0.2199999988079071 08:47:39 INFO: Retrieving Stack Cost... 08:47:39 INFO: Retrieving Pricing Info for: v3-standard-8 08:47:39 INFO: Archiving Costs [Pipeline] echo 08:47:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:47:40 ---> logs-deploy.sh 08:47:40 lf-activate-venv: SKIPPING 08:47:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/183 08:47:40 INFO: archiving workspace using pattern(s): 08:47:41 Archives upload complete. 08:47:41 INFO: archiving logs to Nexus 08:47:42 ---> uname -a: 08:47:42 Linux prd-ubuntu20-04-docker-8c-8g-22719 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 08:47:42 08:47:42 08:47:42 ---> lscpu: 08:47:42 Architecture: x86_64 08:47:42 CPU op-mode(s): 32-bit, 64-bit 08:47:42 Byte Order: Little Endian 08:47:42 Address sizes: 40 bits physical, 48 bits virtual 08:47:42 CPU(s): 8 08:47:42 On-line CPU(s) list: 0-7 08:47:42 Thread(s) per core: 1 08:47:42 Core(s) per socket: 1 08:47:42 Socket(s): 8 08:47:42 NUMA node(s): 1 08:47:42 Vendor ID: AuthenticAMD 08:47:42 CPU family: 23 08:47:42 Model: 49 08:47:42 Model name: AMD EPYC-Rome Processor 08:47:42 Stepping: 0 08:47:42 CPU MHz: 2799.998 08:47:42 BogoMIPS: 5599.99 08:47:42 Virtualization: AMD-V 08:47:42 Hypervisor vendor: KVM 08:47:42 Virtualization type: full 08:47:42 L1d cache: 256 KiB 08:47:42 L1i cache: 256 KiB 08:47:42 L2 cache: 4 MiB 08:47:42 L3 cache: 128 MiB 08:47:42 NUMA node0 CPU(s): 0-7 08:47:42 Vulnerability Itlb multihit: Not affected 08:47:42 Vulnerability L1tf: Not affected 08:47:42 Vulnerability Mds: Not affected 08:47:42 Vulnerability Meltdown: Not affected 08:47:42 Vulnerability Mmio stale data: Not affected 08:47:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:47:42 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:47:42 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:47:42 Vulnerability Srbds: Not affected 08:47:42 Vulnerability Tsx async abort: Not affected 08:47:42 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 08:47:42 08:47:42 08:47:42 ---> nproc: 08:47:42 8 08:47:42 08:47:42 08:47:42 ---> df -h: 08:47:42 Filesystem Size Used Avail Use% Mounted on 08:47:42 overlay 155G 13G 142G 9% / 08:47:42 tmpfs 64M 0 64M 0% /dev 08:47:42 tmpfs 16G 0 16G 0% /sys/fs/cgroup 08:47:42 shm 64M 0 64M 0% /dev/shm 08:47:42 /dev/vda1 155G 13G 142G 9% /facter-os 08:47:42 08:47:42 08:47:42 ---> sar -b -r -n DEV: 08:47:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22719) 10/14/24 _x86_64_ (8 CPU) 08:47:42 08:47:42 08:27:04 LINUX RESTART (8 CPU) 08:47:42 08:47:42 08:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:47:42 08:29:01 264.68 5.75 258.93 0.00 413.33 73706.50 0.00 08:47:42 08:30:01 134.83 0.20 134.63 0.00 13.60 44680.42 0.00 08:47:42 08:31:01 161.21 0.08 161.12 0.00 11.33 39587.94 0.00 08:47:42 08:32:01 51.54 0.00 51.54 0.00 0.00 16797.35 0.00 08:47:42 08:33:01 29.60 10.20 19.40 0.00 3445.43 3794.03 0.00 08:47:42 08:34:01 1.63 0.00 1.63 0.00 0.00 19.20 0.00 08:47:42 08:35:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 08:47:42 08:36:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 08:47:42 08:37:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 08:47:42 08:38:01 2.00 0.00 2.00 0.00 0.00 31.06 0.00 08:47:42 08:39:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 08:47:42 08:40:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 08:47:42 08:41:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 08:47:42 08:42:01 1.32 0.00 1.32 0.00 0.00 16.79 0.00 08:47:42 08:43:02 1.53 0.02 1.52 0.00 0.13 17.33 0.00 08:47:42 08:44:01 1.20 0.00 1.20 0.00 0.00 15.72 0.00 08:47:42 08:45:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 08:47:42 08:46:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 08:47:42 08:47:01 72.65 0.33 72.32 0.00 21.06 31199.47 0.00 08:47:42 Average: 38.54 0.87 37.66 0.00 205.69 11060.83 0.00 08:47:42 08:47:42 08:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:47:42 08:29:01 26914472 31514780 789616 2.40 186544 4470992 1844944 5.44 1344684 4003756 743612 08:47:42 08:30:01 27946224 31522532 782812 2.38 194228 3524008 1774380 5.23 1285096 3119900 232 08:47:42 08:31:01 27387308 31520976 782024 2.38 198840 4049020 1883344 5.55 1411724 3526084 764 08:47:42 08:32:01 26880212 31521660 779216 2.37 204848 4500820 1796820 5.30 1421296 3964992 44 08:47:42 08:33:01 26643904 31503732 786540 2.39 210164 4704472 1820676 5.37 1576464 4023344 20 08:47:42 08:34:01 26651120 31511028 779000 2.37 210208 4704472 1820676 5.37 1569572 4023344 12 08:47:42 08:35:01 26651168 31511124 778896 2.37 210232 4704476 1820676 5.37 1569316 4023356 12 08:47:42 08:36:01 26655956 31515960 773984 2.35 210280 4704476 1820676 5.37 1564716 4023356 16 08:47:42 08:37:01 26656152 31516312 773720 2.35 210316 4704464 1820676 5.37 1564576 4023512 12 08:47:42 08:38:01 26656152 31516504 773560 2.35 210388 4704588 1820676 5.37 1564820 4023624 12 08:47:42 08:39:01 26656136 31516536 773516 2.35 210412 4704588 1820676 5.37 1564892 4023620 8 08:47:42 08:40:01 26655900 31516332 773652 2.35 210444 4704596 1820676 5.37 1564732 4023628 8 08:47:42 08:41:01 26655852 31516316 773624 2.35 210460 4704596 1820676 5.37 1564748 4023628 8 08:47:42 08:42:01 26656120 31516620 773268 2.35 210500 4704584 1820676 5.37 1564804 4023632 4 08:47:42 08:43:02 26654720 31515360 774208 2.35 210528 4704600 1829580 5.39 1564908 4023632 4 08:47:42 08:44:01 26655108 31515768 773944 2.35 210556 4704604 1829580 5.39 1565220 4023636 8 08:47:42 08:45:01 26654712 31515404 774268 2.35 210596 4704608 1829580 5.39 1565108 4023640 32 08:47:42 08:46:01 26654896 31515632 773884 2.35 210644 4704608 1829580 5.39 1565000 4023640 12 08:47:42 08:47:01 25772372 31444764 842048 2.56 221060 5465656 2130472 6.28 1654512 4774532 361176 08:47:42 Average: 26739920 31511965 780620 2.37 207960 4624959 1839739 5.42 1528747 3985203 58210 08:47:42 08:47:42 08:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:47:42 08:29:01 docker0 318.41 475.26 27.49 3603.45 0.00 0.00 0.00 0.00 08:47:42 08:29:01 ens3 605.63 400.15 6817.11 51.75 0.00 0.00 0.00 0.00 08:47:42 08:29:01 lo 2.73 2.73 0.27 0.27 0.00 0.00 0.00 0.00 08:47:42 08:30:01 docker0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:47:42 08:30:01 ens3 32.68 20.76 32.77 13.35 0.00 0.00 0.00 0.00 08:47:42 08:30:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 08:47:42 08:31:01 docker0 6.00 10.86 0.37 155.01 0.00 0.00 0.00 0.00 08:47:42 08:31:01 ens3 97.82 79.27 209.27 375.52 0.00 0.00 0.00 0.00 08:47:42 08:31:01 lo 6.73 6.73 0.67 0.67 0.00 0.00 0.00 0.00 08:47:42 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:32:01 ens3 87.92 55.84 2523.21 10.14 0.00 0.00 0.00 0.00 08:47:42 08:32:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 08:47:42 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:33:01 ens3 95.62 46.93 1394.90 3.39 0.00 0.00 0.00 0.00 08:47:42 08:33:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 08:47:42 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:34:01 ens3 1.35 0.63 0.57 0.42 0.00 0.00 0.00 0.00 08:47:42 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:35:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 08:47:42 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:36:01 ens3 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:47:42 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:37:01 ens3 0.35 0.02 0.02 0.00 0.00 0.00 0.00 0.00 08:47:42 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:38:01 ens3 1.27 0.58 0.49 0.36 0.00 0.00 0.00 0.00 08:47:42 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:39:01 ens3 0.62 0.42 0.35 0.28 0.00 0.00 0.00 0.00 08:47:42 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:40:01 ens3 0.27 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:47:42 08:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:41:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:42:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:43:02 ens3 0.52 0.12 0.12 0.07 0.00 0.00 0.00 0.00 08:47:42 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:44:01 ens3 1.81 0.81 0.77 0.50 0.00 0.00 0.00 0.00 08:47:42 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:45:01 ens3 1.32 0.52 0.65 0.46 0.00 0.00 0.00 0.00 08:47:42 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:42 08:46:01 ens3 1.17 0.10 0.12 0.01 0.00 0.00 0.00 0.00 08:47:42 08:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:47:42 08:47:01 docker0 72.70 143.94 6.81 1271.76 0.00 0.00 0.00 0.00 08:47:42 08:47:01 ens3 380.49 244.98 7118.52 151.87 0.00 0.00 0.00 0.00 08:47:42 08:47:01 lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 08:47:42 Average: docker0 20.92 33.20 1.83 264.99 0.00 0.00 0.00 0.00 08:47:42 Average: ens3 69.00 44.86 953.40 32.03 0.00 0.00 0.00 0.00 08:47:42 Average: lo 0.76 0.76 0.07 0.07 0.00 0.00 0.00 0.00 08:47:42 08:47:42 08:47:42 ---> sar -P ALL: 08:47:42 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-22719) 10/14/24 _x86_64_ (8 CPU) 08:47:42 08:47:42 08:27:04 LINUX RESTART (8 CPU) 08:47:42 08:47:42 08:28:01 CPU %user %nice %system %iowait %steal %idle 08:47:42 08:29:01 all 10.66 0.00 5.70 3.49 0.09 80.07 08:47:42 08:29:01 0 9.66 0.00 5.96 12.44 0.10 71.84 08:47:42 08:29:01 1 11.40 0.00 5.08 1.03 0.12 82.36 08:47:42 08:29:01 2 9.80 0.00 5.42 3.94 0.08 80.76 08:47:42 08:29:01 3 12.06 0.00 5.55 1.65 0.08 80.66 08:47:42 08:29:01 4 10.83 0.00 4.77 0.15 0.08 84.16 08:47:42 08:29:01 5 9.91 0.00 5.49 0.20 0.07 84.33 08:47:42 08:29:01 6 10.02 0.00 5.93 3.59 0.08 80.37 08:47:42 08:29:01 7 11.57 0.00 7.39 4.92 0.10 76.02 08:47:42 08:30:01 all 46.05 0.00 7.74 2.81 0.09 43.31 08:47:42 08:30:01 0 46.50 0.00 7.84 3.63 0.08 41.95 08:47:42 08:30:01 1 46.22 0.00 7.24 1.06 0.08 45.40 08:47:42 08:30:01 2 46.18 0.00 7.30 1.33 0.10 45.10 08:47:42 08:30:01 3 45.04 0.00 8.24 0.12 0.08 46.52 08:47:42 08:30:01 4 46.31 0.00 7.05 0.61 0.08 45.94 08:47:42 08:30:01 5 46.45 0.00 7.32 0.27 0.08 45.88 08:47:42 08:30:01 6 45.32 0.00 8.77 11.67 0.10 34.14 08:47:42 08:30:01 7 46.37 0.00 8.14 3.88 0.08 41.53 08:47:42 08:31:01 all 27.82 0.00 5.26 2.81 0.07 64.04 08:47:42 08:31:01 0 25.29 0.00 4.62 1.15 0.05 68.89 08:47:42 08:31:01 1 29.55 0.00 5.11 1.81 0.07 63.46 08:47:42 08:31:01 2 26.62 0.00 5.50 1.06 0.07 66.76 08:47:42 08:31:01 3 26.45 0.00 5.65 0.37 0.08 67.44 08:47:42 08:31:01 4 27.63 0.00 5.40 13.02 0.08 53.86 08:47:42 08:31:01 5 30.81 0.00 4.93 0.20 0.07 63.99 08:47:42 08:31:01 6 28.86 0.00 5.23 2.67 0.07 63.17 08:47:42 08:31:01 7 27.38 0.00 5.60 2.21 0.07 64.74 08:47:42 08:32:01 all 2.92 0.00 1.29 1.12 0.03 94.63 08:47:42 08:32:01 0 2.43 0.00 0.96 1.11 0.03 95.47 08:47:42 08:32:01 1 4.16 0.00 1.21 0.02 0.05 94.56 08:47:42 08:32:01 2 3.26 0.00 1.17 0.02 0.00 95.55 08:47:42 08:32:01 3 2.56 0.00 0.94 0.42 0.02 96.07 08:47:42 08:32:01 4 3.20 0.00 1.59 6.96 0.10 88.15 08:47:42 08:32:01 5 2.24 0.00 2.23 0.00 0.02 95.51 08:47:42 08:32:01 6 2.98 0.00 1.02 0.47 0.03 95.50 08:47:42 08:32:01 7 2.53 0.00 1.22 0.00 0.02 96.22 08:47:42 08:33:01 all 0.99 0.00 0.52 0.37 0.01 98.11 08:47:42 08:33:01 0 1.53 0.00 0.47 0.02 0.00 97.98 08:47:42 08:33:01 1 1.14 0.00 0.37 0.50 0.02 97.97 08:47:42 08:33:01 2 1.30 0.00 0.53 0.00 0.02 98.15 08:47:42 08:33:01 3 0.40 0.00 0.38 0.88 0.00 98.33 08:47:42 08:33:01 4 0.97 0.00 0.87 0.90 0.00 97.26 08:47:42 08:33:01 5 0.80 0.00 0.42 0.27 0.03 98.48 08:47:42 08:33:01 6 0.77 0.00 0.60 0.35 0.02 98.26 08:47:42 08:33:01 7 0.97 0.00 0.53 0.03 0.00 98.46 08:47:42 08:34:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:47:42 08:34:01 0 0.07 0.00 0.02 0.00 0.02 99.90 08:47:42 08:34:01 1 0.05 0.00 0.02 0.00 0.03 99.90 08:47:42 08:34:01 2 0.08 0.00 0.00 0.00 0.00 99.92 08:47:42 08:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:47:42 08:34:01 4 0.00 0.00 0.00 0.02 0.02 99.97 08:47:42 08:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:34:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:34:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:47:42 08:35:01 all 0.01 0.00 0.01 0.00 0.00 99.97 08:47:42 08:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:35:01 1 0.02 0.00 0.03 0.00 0.02 99.93 08:47:42 08:35:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:35:01 5 0.02 0.00 0.02 0.02 0.00 99.95 08:47:42 08:35:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:47:42 08:35:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:36:01 all 0.05 0.00 0.01 0.00 0.00 99.94 08:47:42 08:36:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:36:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:47:42 08:36:01 2 0.17 0.00 0.02 0.00 0.00 99.82 08:47:42 08:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:36:01 5 0.03 0.00 0.00 0.02 0.00 99.95 08:47:42 08:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:36:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:47:42 08:37:01 all 0.13 0.00 0.01 0.00 0.01 99.85 08:47:42 08:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:47:42 08:37:01 1 0.65 0.00 0.03 0.00 0.03 99.28 08:47:42 08:37:01 2 0.25 0.00 0.00 0.00 0.00 99.75 08:47:42 08:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:37:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:47:42 08:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:37:01 6 0.03 0.00 0.00 0.02 0.00 99.95 08:47:42 08:37:01 7 0.03 0.00 0.02 0.00 0.02 99.93 08:47:42 08:38:01 all 0.22 0.00 0.02 0.00 0.00 99.75 08:47:42 08:38:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:47:42 08:38:01 1 1.52 0.00 0.05 0.00 0.00 98.43 08:47:42 08:38:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:38:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:38:01 5 0.03 0.00 0.02 0.02 0.00 99.93 08:47:42 08:38:01 6 0.05 0.00 0.02 0.02 0.02 99.90 08:47:42 08:38:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:47:42 08:39:01 all 0.03 0.00 0.01 0.00 0.01 99.95 08:47:42 08:39:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:47:42 08:39:01 1 0.07 0.00 0.03 0.00 0.02 99.88 08:47:42 08:39:01 2 0.07 0.00 0.00 0.00 0.00 99.93 08:47:42 08:39:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:47:42 08:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:39:01 5 0.03 0.00 0.02 0.02 0.00 99.93 08:47:42 08:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:47:42 08:39:01 CPU %user %nice %system %iowait %steal %idle 08:47:42 08:40:01 all 0.04 0.00 0.01 0.01 0.00 99.94 08:47:42 08:40:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:40:01 1 0.12 0.00 0.05 0.00 0.00 99.83 08:47:42 08:40:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:40:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:40:01 5 0.03 0.00 0.02 0.02 0.00 99.93 08:47:42 08:40:01 6 0.03 0.00 0.02 0.03 0.00 99.92 08:47:42 08:40:01 7 0.05 0.00 0.00 0.00 0.00 99.95 08:47:42 08:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 08:47:42 08:41:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:47:42 08:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:47:42 08:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:41:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:47:42 08:41:01 4 0.00 0.00 0.02 0.02 0.00 99.97 08:47:42 08:41:01 5 0.00 0.00 0.02 0.00 0.02 99.97 08:47:42 08:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 08:47:42 08:41:01 7 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:47:42 08:42:01 0 0.10 0.00 0.03 0.00 0.00 99.87 08:47:42 08:42:01 1 0.73 0.00 0.05 0.00 0.02 99.20 08:47:42 08:42:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:47:42 08:42:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:47:42 08:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:42:01 5 0.07 0.00 0.02 0.02 0.00 99.90 08:47:42 08:42:01 6 0.08 0.00 0.02 0.00 0.00 99.90 08:47:42 08:42:01 7 0.12 0.00 0.02 0.00 0.00 99.87 08:47:42 08:43:02 all 0.04 0.00 0.03 0.00 0.00 99.92 08:47:42 08:43:02 0 0.05 0.00 0.03 0.00 0.00 99.92 08:47:42 08:43:02 1 0.07 0.00 0.07 0.00 0.00 99.87 08:47:42 08:43:02 2 0.10 0.00 0.05 0.00 0.02 99.83 08:47:42 08:43:02 3 0.02 0.00 0.05 0.00 0.00 99.93 08:47:42 08:43:02 4 0.02 0.00 0.03 0.00 0.00 99.95 08:47:42 08:43:02 5 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:43:02 6 0.02 0.00 0.02 0.02 0.00 99.95 08:47:42 08:43:02 7 0.00 0.00 0.02 0.00 0.00 99.98 08:47:42 08:44:01 all 0.10 0.00 0.02 0.00 0.00 99.88 08:47:42 08:44:01 0 0.07 0.00 0.03 0.00 0.00 99.90 08:47:42 08:44:01 1 0.59 0.00 0.02 0.00 0.00 99.39 08:47:42 08:44:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:47:42 08:44:01 3 0.00 0.00 0.03 0.00 0.00 99.97 08:47:42 08:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 08:47:42 08:44:01 5 0.07 0.00 0.02 0.02 0.00 99.90 08:47:42 08:44:01 6 0.02 0.00 0.02 0.02 0.00 99.95 08:47:42 08:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:45:01 all 0.28 0.00 0.01 0.00 0.01 99.70 08:47:42 08:45:01 0 0.08 0.00 0.03 0.00 0.02 99.87 08:47:42 08:45:01 1 2.00 0.00 0.03 0.00 0.02 97.95 08:47:42 08:45:01 2 0.05 0.00 0.00 0.00 0.00 99.95 08:47:42 08:45:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:47:42 08:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:45:01 5 0.03 0.00 0.03 0.00 0.00 99.93 08:47:42 08:45:01 6 0.00 0.00 0.00 0.00 0.02 99.98 08:47:42 08:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:46:01 all 0.04 0.00 0.02 0.00 0.00 99.93 08:47:42 08:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 08:47:42 08:46:01 1 0.22 0.00 0.12 0.00 0.00 99.67 08:47:42 08:46:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:47:42 08:46:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:47:42 08:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:46:01 5 0.02 0.00 0.00 0.02 0.00 99.97 08:47:42 08:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 08:47:42 08:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 08:47:42 08:47:01 all 5.40 0.00 2.85 2.26 0.04 89.44 08:47:42 08:47:01 0 4.65 0.00 2.70 2.30 0.03 90.32 08:47:42 08:47:01 1 5.02 0.00 3.61 0.02 0.05 91.31 08:47:42 08:47:01 2 5.19 0.00 2.55 0.02 0.03 92.20 08:47:42 08:47:01 3 6.54 0.00 4.47 0.17 0.05 88.78 08:47:42 08:47:01 4 4.54 0.00 2.66 6.08 0.05 86.67 08:47:42 08:47:01 5 5.18 0.00 2.39 4.44 0.05 87.94 08:47:42 08:47:01 6 6.65 0.00 2.49 4.95 0.03 85.88 08:47:42 08:47:01 7 5.46 0.00 1.93 0.12 0.05 92.44 08:47:42 Average: all 4.97 0.00 1.23 0.67 0.02 93.10 08:47:42 Average: 0 4.76 0.00 1.20 1.08 0.02 92.95 08:47:42 Average: 1 5.43 0.00 1.21 0.23 0.03 93.09 08:47:42 Average: 2 4.89 0.00 1.18 0.33 0.02 93.58 08:47:42 Average: 3 4.88 0.00 1.33 0.19 0.02 93.58 08:47:42 Average: 4 4.89 0.00 1.18 1.45 0.02 92.46 08:47:42 Average: 5 5.02 0.00 1.20 0.29 0.02 93.47 08:47:42 Average: 6 4.96 0.00 1.26 1.24 0.02 92.51 08:47:42 Average: 7 4.96 0.00 1.30 0.58 0.02 93.13 08:47:42 08:47:42 08:47:42