Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 924acc26038ae5c566a4069cec42ce4481862670 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-ssh4665844714021725797.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh16237332209806175040.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh13827686771877831544.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh17158184857525126683.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-ssh14564164201954392094.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5252 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 924acc26038ae5c566a4069cec42ce4481862670 (main) Commit message: "Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10" > 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 924acc26038ae5c566a4069cec42ce4481862670 # timeout=10 > git rev-list --no-walk 29c739ab81a29a6b1dd8488addc11c7f2056e13b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:47:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:47:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:47:22 ========================================================= 13:47:22 EdgeX Global Pipelines Version Info 13:47:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:47:23 ------------------- 13:47:23 stable info: 13:47:23 ------------------- 13:47:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:47:23 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 13:47:23 Message: update stable to v1.0.258 13:47:24 ------------------- 13:47:24 experimental info: 13:47:24 ------------------- 13:47:24 Commited By: **** collab-it+edgex@linuxfoundation.org 13:47:24 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 13:47:24 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:47:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 924acc2 [Pipeline] echo 13:47:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:47:25 provisioning config files... 13:47:25 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11833247621387728536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:47:26 ---> ****-login.sh 13:47:26 nexus3.edgexfoundry.org:10001 13:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:26 Configure a credential helper to remove this warning. See 13:47:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:26 13:47:26 Login Succeeded 13:47:26 nexus3.edgexfoundry.org:10002 13:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:26 Configure a credential helper to remove this warning. See 13:47:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:26 13:47:26 Login Succeeded 13:47:26 nexus3.edgexfoundry.org:10003 13:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:26 Configure a credential helper to remove this warning. See 13:47:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:26 13:47:26 Login Succeeded 13:47:26 nexus3.edgexfoundry.org:10004 13:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:27 Configure a credential helper to remove this warning. See 13:47:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:27 13:47:27 Login Succeeded 13:47:27 ****.io 13:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:27 Configure a credential helper to remove this warning. See 13:47:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:27 13:47:27 Login Succeeded 13:47:27 ---> ****-login.sh ends [Pipeline] } 13:47:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:47:27 + git rev-list -1 --merges 924acc26038ae5c566a4069cec42ce4481862670~1..924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo 13:47:27 -----------> git rev-list -1 --merges 924acc26038ae5c566a4069cec42ce4481862670~1..924acc26038ae5c566a4069cec42ce4481862670 924acc26038ae5c566a4069cec42ce4481862670 13:47:27 924acc26038ae5c566a4069cec42ce4481862670 [false] [Pipeline] sh 13:47:28 + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo 13:47:28 ========================================================= 13:47:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:47:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:47:28 + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo 13:47:28 [semverPrep] GIT_COMMIT: 924acc26038ae5c566a4069cec42ce4481862670, Commit Message: Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10 [Pipeline] echo 13:47:28 [semverPrep] This is not a build commit. [Pipeline] sh 13:47:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:47:29 + grep -v github /etc/ssh/ssh_known_hosts 13:47:29 + [ -e /tmp/ssh_known_hosts ] 13:47:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:47:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:47:29 + sudo tee -a /etc/ssh/ssh_known_hosts 13:47:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:47:29 13:47:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:47:30 0.1.4: Pulling from edgex-devops/py-git-semver 13:47:30 b85a868b505f: Pulling fs layer 13:47:30 e2be974225ed: Pulling fs layer 13:47:30 339a4e72a1f5: Pulling fs layer 13:47:30 988bab9f4d93: Pulling fs layer 13:47:30 1469e6f7b9e6: Pulling fs layer 13:47:30 eaf3925da568: Pulling fs layer 13:47:30 bab4dde63d76: Pulling fs layer 13:47:30 bde34c3a00c8: Pulling fs layer 13:47:30 b352a97aabf1: Pulling fs layer 13:47:30 4872d77fe225: Pulling fs layer 13:47:30 5851b861e8e6: Pulling fs layer 13:47:30 988bab9f4d93: Waiting 13:47:30 bde34c3a00c8: Waiting 13:47:30 b352a97aabf1: Waiting 13:47:30 4872d77fe225: Waiting 13:47:30 5851b861e8e6: Waiting 13:47:30 bab4dde63d76: Waiting 13:47:30 1469e6f7b9e6: Waiting 13:47:30 e2be974225ed: Verifying Checksum 13:47:30 e2be974225ed: Download complete 13:47:30 988bab9f4d93: Verifying Checksum 13:47:30 988bab9f4d93: Download complete 13:47:30 1469e6f7b9e6: Verifying Checksum 13:47:30 1469e6f7b9e6: Download complete 13:47:30 339a4e72a1f5: Verifying Checksum 13:47:30 339a4e72a1f5: Download complete 13:47:30 eaf3925da568: Verifying Checksum 13:47:30 eaf3925da568: Download complete 13:47:30 bde34c3a00c8: Verifying Checksum 13:47:30 bde34c3a00c8: Download complete 13:47:30 b352a97aabf1: Download complete 13:47:30 4872d77fe225: Download complete 13:47:30 5851b861e8e6: Download complete 13:47:30 b85a868b505f: Download complete 13:47:30 bab4dde63d76: Verifying Checksum 13:47:30 bab4dde63d76: Download complete 13:47:31 b85a868b505f: Pull complete 13:47:32 e2be974225ed: Pull complete 13:47:32 339a4e72a1f5: Pull complete 13:47:32 988bab9f4d93: Pull complete 13:47:32 1469e6f7b9e6: Pull complete 13:47:32 eaf3925da568: Pull complete 13:47:34 bab4dde63d76: Pull complete 13:47:34 bde34c3a00c8: Pull complete 13:47:35 b352a97aabf1: Pull complete 13:47:35 4872d77fe225: Pull complete 13:47:35 5851b861e8e6: Pull complete 13:47:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 13:47:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:47:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:47:35 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:47:35 $ 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 13:47:38 $ docker top e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb -eo pid,comm 13:47:38 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). 13:47:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:47:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:47:38 [ssh-agent] Looking for ssh-agent implementation... 13:47:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:47:38 $ docker exec e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent 13:47:39 SSH_AUTH_SOCK=/tmp/ssh-RhtYQSKEzPSv/agent.32 13:47:39 SSH_AGENT_PID=38 13:47:39 Running ssh-add (command line suppressed) 13:47:39 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16321625244686633489.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16321625244686633489.key) 13:47:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:47:39 + git tag --points-at HEAD [Pipeline] } 13:47:39 $ docker exec --env ******** --env ******** e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent -k 13:47:39 unset SSH_AUTH_SOCK; 13:47:39 unset SSH_AGENT_PID; 13:47:39 echo Agent pid 38 killed; 13:47:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:47:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:47:39 [ssh-agent] Looking for ssh-agent implementation... 13:47:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:47:39 $ docker exec e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent 13:47:39 SSH_AUTH_SOCK=/tmp/ssh-tkWOWxmxMp4n/agent.70 13:47:39 SSH_AGENT_PID=76 13:47:40 Running ssh-add (command line suppressed) 13:47:40 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_18446334271490116682.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_18446334271490116682.key) 13:47:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:47:40 + git semver init 13:47:40 2024-03-08 13:47:40,662 [run_init] DEBUG init version:0.0.0 force:False 13:47:40 2024-03-08 13:47:40,663 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 13:47:40 2024-03-08 13:47:40,663 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 13:47:40 2024-03-08 13:47:40,663 [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) 13:47:42 2024-03-08 13:47:42,042 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 13:47:42 2024-03-08 13:47:42,043 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 13:47:42 2024-03-08 13:47:42,043 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:47:42 2024-03-08 13:47:42,043 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:47:42 3.2.0-dev.8 [Pipeline] } 13:47:42 $ docker exec --env ******** --env ******** e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent -k 13:47:42 unset SSH_AUTH_SOCK; 13:47:42 unset SSH_AGENT_PID; 13:47:42 echo Agent pid 76 killed; 13:47:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:47:42 + git semver [Pipeline] } 13:47:43 $ docker stop --time=1 e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb 13:47:44 $ docker rm -f --volumes e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb [Pipeline] // withDockerContainer [Pipeline] sh 13:47:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:47:45 Stashed 1 file(s) [Pipeline] echo 13:47:45 [edgeXSemver]: initialized semver on version 3.2.0-dev.8 [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 13:47:45 provisioning config files... 13:47:45 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13473067176583191857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:47:46 ---> ****-login.sh 13:47:46 nexus3.edgexfoundry.org:10001 13:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:46 Configure a credential helper to remove this warning. See 13:47:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:46 13:47:46 Login Succeeded 13:47:46 nexus3.edgexfoundry.org:10002 13:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:46 Configure a credential helper to remove this warning. See 13:47:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:46 13:47:46 Login Succeeded 13:47:46 nexus3.edgexfoundry.org:10003 13:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:46 Configure a credential helper to remove this warning. See 13:47:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:46 13:47:46 Login Succeeded 13:47:46 nexus3.edgexfoundry.org:10004 13:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:46 Configure a credential helper to remove this warning. See 13:47:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:46 13:47:46 Login Succeeded 13:47:46 ****.io 13:47:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:47:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:47:46 Configure a credential helper to remove this warning. See 13:47:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:47:46 13:47:46 Login Succeeded 13:47:46 ---> ****-login.sh ends [Pipeline] } 13:47:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:47:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:47:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:47:46 ========================================================= 13:47:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 13:47:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:47:47 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 13:47:47 Sending build context to Docker daemon 31.62MB 13:47:47 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 13:47:47 Step 2/12 : FROM ${BASE} AS builder 13:47:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 13:47:47 7264a8db6415: Pulling fs layer 13:47:47 c4d48a809fc2: Pulling fs layer 13:47:47 4f1c88b9dad5: Pulling fs layer 13:47:47 ad3a456e5733: Pulling fs layer 13:47:47 69c7f0334f64: Pulling fs layer 13:47:47 1f1c1a5573a3: Pulling fs layer 13:47:47 ce7588e14bc9: Pulling fs layer 13:47:47 b5e4710f87ac: Pulling fs layer 13:47:47 1f1c1a5573a3: Waiting 13:47:47 ad3a456e5733: Waiting 13:47:47 ce7588e14bc9: Waiting 13:47:47 b5e4710f87ac: Waiting 13:47:47 69c7f0334f64: Waiting 13:47:47 c4d48a809fc2: Download complete 13:47:47 ad3a456e5733: Download complete 13:47:47 69c7f0334f64: Verifying Checksum 13:47:47 69c7f0334f64: Download complete 13:47:47 7264a8db6415: Verifying Checksum 13:47:47 7264a8db6415: Download complete 13:47:47 1f1c1a5573a3: Verifying Checksum 13:47:47 1f1c1a5573a3: Download complete 13:47:47 7264a8db6415: Pull complete 13:47:47 c4d48a809fc2: Pull complete 13:47:47 b5e4710f87ac: Verifying Checksum 13:47:47 b5e4710f87ac: Download complete 13:47:48 4f1c88b9dad5: Verifying Checksum 13:47:48 4f1c88b9dad5: Download complete 13:47:48 ce7588e14bc9: Verifying Checksum 13:47:48 ce7588e14bc9: Download complete 13:47:51 4f1c88b9dad5: Pull complete 13:47:51 ad3a456e5733: Pull complete 13:47:51 69c7f0334f64: Pull complete 13:47:51 1f1c1a5573a3: Pull complete 13:47:54 ce7588e14bc9: Pull complete 13:47:54 b5e4710f87ac: Pull complete 13:47:54 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 13:47:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 13:47:54 ---> 88b5674ff536 13:47:54 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:47:59 ---> Running in ec2272c30772 13:47:59 Removing intermediate container ec2272c30772 13:47:59 ---> ffd765bb135c 13:47:59 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:47:59 ---> Running in 5bbde7dfea88 13:47:59 Removing intermediate container 5bbde7dfea88 13:47:59 ---> 18cefcb89a5a 13:47:59 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:47:59 ---> Running in da5a54e676e5 13:47:59 Removing intermediate container da5a54e676e5 13:47:59 ---> 146a88abc479 13:47:59 Step 6/12 : WORKDIR /device-virtual-go 13:47:59 ---> Running in 13837939171e 13:47:59 Removing intermediate container 13837939171e 13:47:59 ---> cbc22805a6cb 13:47:59 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:47:59 ---> Running in ed2ed7f1d4c1 13:47:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:48:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:48:00 (1/4) Installing openssh-keygen (9.3_p2-r1) 13:48:00 (2/4) Installing libedit (20221030.3.1-r1) 13:48:00 (3/4) Installing openssh-client-common (9.3_p2-r1) 13:48:00 Still waiting to schedule task 13:48:00 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:48:00 (4/4) Installing openssh-client-default (9.3_p2-r1) 13:48:00 Executing busybox-1.36.1-r5.trigger 13:48:00 OK: 268 MiB in 56 packages 13:48:01 Removing intermediate container ed2ed7f1d4c1 13:48:01 ---> f779fb6bcf70 13:48:01 Step 8/12 : COPY go.mod vendor* ./ 13:48:01 ---> 23ceef382afe 13:48:01 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:48:01 ---> Running in 953a12d00de8 13:48:33 Removing intermediate container 953a12d00de8 13:48:33 ---> a85e28e54afe 13:48:33 Step 10/12 : COPY . . 13:48:33 ---> 672f7a2d1ab0 13:48:33 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:48:33 ---> Running in f94b3d53833c 13:48:33 Removing intermediate container f94b3d53833c 13:48:33 ---> 4cdece7102f7 13:48:33 Step 12/12 : RUN $MAKE 13:48:33 ---> Running in c5b81425e098 13:48:33 noop 13:48:33 Removing intermediate container c5b81425e098 13:48:33 ---> 50d533706e24 13:48:33 Successfully built 50d533706e24 13:48:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:48:33 + docker inspect -f . ci-base-image-x86_64 13:48:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:48:34 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:48:34 $ 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 13:48:34 $ docker top f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:34 + go version 13:48:34 go version go1.21.0 linux/amd64 [Pipeline] } 13:48:34 $ docker stop --time=1 f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c 13:48:36 $ docker rm -f --volumes f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:48:36 + docker inspect -f . ci-base-image-x86_64 13:48:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:48:37 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:48:37 $ 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 13:48:37 $ docker top df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:38 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 13:48:38 + make test 13:48:38 go test ./... -coverprofile=coverage.out 13:48:39 ? github.com/edgexfoundry/device-virtual-go [no test files] 13:48:52 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 13:48:52 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.020s coverage: 58.6% of statements 13:48:57 go vet ./... 13:49:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:49:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:49:01 ./bin/test-attribution-txt.sh 13:49:01 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo 13:49:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:49:01 $ docker stop --time=1 df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 13:49:04 $ docker rm -f --volumes df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 [Pipeline] // withDockerContainer [Pipeline] sh 13:49:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:49:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:49:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:49:06 + ls -al . 13:49:06 total 200 13:49:06 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:48 . 13:49:06 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 13:47 .. 13:49:06 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:48 .git 13:49:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 .github 13:49:06 -rw-rw-r-- 1 jenkins jenkins 272 Mar 8 13:47 .gitignore 13:49:06 -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 13:47 .golangci.yml 13:49:06 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 13:47 .semver 13:49:06 -rw-rw-r-- 1 jenkins jenkins 9708 Mar 8 13:47 Attribution.txt 13:49:06 -rw-rw-r-- 1 jenkins jenkins 15941 Mar 8 13:47 CHANGELOG.md 13:49:06 -rw-rw-r-- 1 jenkins jenkins 1755 Mar 8 13:47 Dockerfile 13:49:06 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 13:47 GOVERNANCE.md 13:49:06 -rw-rw-r-- 1 jenkins jenkins 660 Mar 8 13:47 Jenkinsfile 13:49:06 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 13:47 LICENSE 13:49:06 -rw-rw-r-- 1 jenkins jenkins 1953 Mar 8 13:47 Makefile 13:49:06 -rw-rw-r-- 1 jenkins jenkins 623 Mar 8 13:47 OWNERS.md 13:49:06 -rw-rw-r-- 1 jenkins jenkins 4103 Mar 8 13:47 README.md 13:49:06 -rw-rw-r-- 1 jenkins jenkins 11 Mar 8 13:47 VERSION 13:49:06 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 13:47 bin 13:49:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 cmd 13:49:06 -rw-r--r-- 1 jenkins jenkins 43063 Mar 8 13:48 coverage.out 13:49:06 -rw-rw-r-- 1 jenkins jenkins 3683 Mar 8 13:47 go.mod 13:49:06 -rw-rw-r-- 1 jenkins jenkins 35612 Mar 8 13:47 go.sum 13:49:06 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 internal 13:49:06 -rw-rw-r-- 1 jenkins jenkins 235 Mar 8 13:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:07 + 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=924acc26038ae5c566a4069cec42ce4481862670 --label arch=amd64 --label version=3.2.0-dev.8 . 13:49:07 Sending build context to Docker daemon 31.67MB 13:49:07 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 13:49:07 Step 2/26 : FROM ${BASE} AS builder 13:49:07 ---> 50d533706e24 13:49:07 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:49:07 ---> Running in 88ac6ee2c1d0 13:49:07 Removing intermediate container 88ac6ee2c1d0 13:49:07 ---> f79dd4b56b97 13:49:07 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 13:49:07 ---> Running in 11432770886e 13:49:07 Removing intermediate container 11432770886e 13:49:07 ---> 5298897db86f 13:49:07 Step 5/26 : ARG ADD_BUILD_TAGS="" 13:49:07 ---> Running in 7a7e397b15a4 13:49:07 Removing intermediate container 7a7e397b15a4 13:49:07 ---> 53b59763eccc 13:49:07 Step 6/26 : WORKDIR /device-virtual-go 13:49:07 ---> Running in 314d4b140926 13:49:07 Removing intermediate container 314d4b140926 13:49:07 ---> 0b52dd39c7de 13:49:07 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:49:07 ---> Running in b59636cb4f02 13:49:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:49:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:49:08 OK: 268 MiB in 56 packages 13:49:09 Removing intermediate container b59636cb4f02 13:49:09 ---> 9d03585502ac 13:49:09 Step 8/26 : COPY go.mod vendor* ./ 13:49:09 ---> c1df82edb397 13:49:09 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:49:09 ---> Running in 8898da417e32 13:49:09 Removing intermediate container 8898da417e32 13:49:09 ---> 9e1b95a72894 13:49:09 Step 10/26 : COPY . . 13:49:10 ---> 50e63b278a50 13:49:10 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:49:10 ---> Running in fe5693392e22 13:49:10 Removing intermediate container fe5693392e22 13:49:10 ---> 11c94e8f20f5 13:49:10 Step 12/26 : RUN $MAKE 13:49:10 ---> Running in 31c38df26f0a 13:49:11 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 13:49:33 Removing intermediate container 31c38df26f0a 13:49:33 ---> 9b247efd48e4 13:49:33 Step 13/26 : FROM alpine:3.18 13:49:33 3.18: Pulling from library/alpine 13:49:33 619be1103602: Pulling fs layer 13:49:33 619be1103602: Verifying Checksum 13:49:33 619be1103602: Download complete 13:49:33 619be1103602: Pull complete 13:49:33 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 13:49:33 Status: Downloaded newer image for alpine:3.18 13:49:33 ---> d3782b16ccc9 13:49:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 13:49:33 ---> Running in a7b4645b9b82 13:49:33 Removing intermediate container a7b4645b9b82 13:49:33 ---> 189b8d131a46 13:49:33 Step 15/26 : RUN apk add --update --no-cache dumb-init 13:49:33 ---> Running in cc1e558f697a 13:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:49:33 (1/1) Installing dumb-init (1.2.5-r2) 13:49:33 Executing busybox-1.36.1-r5.trigger 13:49:33 OK: 7 MiB in 16 packages 13:49:33 Removing intermediate container cc1e558f697a 13:49:33 ---> 9cbc4c1eee45 13:49:33 Step 16/26 : RUN apk --no-cache upgrade 13:49:33 ---> Running in 4d07de1df086 13:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:49:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:49:33 OK: 7 MiB in 16 packages 13:49:33 Removing intermediate container 4d07de1df086 13:49:33 ---> c1b9c49f63b4 13:49:33 Step 17/26 : WORKDIR / 13:49:33 ---> Running in 3207663fd9e2 13:49:33 Removing intermediate container 3207663fd9e2 13:49:33 ---> 6964978eabc8 13:49:33 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 13:49:33 ---> d93c16c770be 13:49:33 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 13:49:33 ---> 107e71785c35 13:49:33 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 13:49:34 ---> e650d91755e8 13:49:34 Step 21/26 : EXPOSE 59900 13:49:34 ---> Running in 7bb2b91a9d83 13:49:34 Removing intermediate container 7bb2b91a9d83 13:49:34 ---> e9a17c5e729e 13:49:34 Step 22/26 : ENTRYPOINT ["/device-virtual"] 13:49:34 ---> Running in 55f8e543ff27 13:49:34 Removing intermediate container 55f8e543ff27 13:49:34 ---> 35b228a1c2cc 13:49:34 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 13:49:34 ---> Running in 90849dcdd6b8 13:49:34 Removing intermediate container 90849dcdd6b8 13:49:34 ---> 0a04464c057f 13:49:34 Step 24/26 : LABEL arch=amd64 13:49:34 ---> Running in c5aac124ddda 13:49:34 Removing intermediate container c5aac124ddda 13:49:34 ---> 5a6bae89e55f 13:49:34 Step 25/26 : LABEL git_sha=924acc26038ae5c566a4069cec42ce4481862670 13:49:34 ---> Running in 461b7cd98e60 13:49:34 Removing intermediate container 461b7cd98e60 13:49:34 ---> f34d5e52e5dc 13:49:34 Step 26/26 : LABEL version=3.2.0-dev.8 13:49:34 ---> Running in 46b76fd451d3 13:49:34 Removing intermediate container 46b76fd451d3 13:49:34 ---> a88aa7acc2e3 13:49:34 [Warning] One or more build-args [ARCH] were not consumed 13:49:34 Successfully built a88aa7acc2e3 13:49:34 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:49:34 provisioning config files... 13:49:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4002671588542438746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:49:35 ---> ****-login.sh 13:49:35 nexus3.edgexfoundry.org:10001 13:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:35 Configure a credential helper to remove this warning. See 13:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:35 13:49:35 Login Succeeded 13:49:35 nexus3.edgexfoundry.org:10002 13:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:35 Configure a credential helper to remove this warning. See 13:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:35 13:49:35 Login Succeeded 13:49:35 nexus3.edgexfoundry.org:10003 13:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:35 Configure a credential helper to remove this warning. See 13:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:35 13:49:35 Login Succeeded 13:49:35 nexus3.edgexfoundry.org:10004 13:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:35 Configure a credential helper to remove this warning. See 13:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:35 13:49:35 Login Succeeded 13:49:35 ****.io 13:49:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:49:35 Configure a credential helper to remove this warning. See 13:49:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:49:35 13:49:35 Login Succeeded 13:49:35 ---> ****-login.sh ends [Pipeline] } 13:49:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:49:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:49:36 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 13:49:36 924acc26038ae5c566a4069cec42ce4481862670 13:49:36 latest 13:49:36 3.2.0-dev.8 13:49:36 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:49:36 main 13:49:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:36 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:37 + docker push nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 13:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 13:49:37 e0fd4c684cef: Preparing 13:49:37 5ea9f27a2d8a: Preparing 13:49:37 2fe0a6bafc5a: Preparing 13:49:37 83aaf3e83346: Preparing 13:49:37 20e85005064a: Preparing 13:49:37 aedc3bda2944: Preparing 13:49:37 aedc3bda2944: Waiting 13:49:37 20e85005064a: Pushed 13:49:37 5ea9f27a2d8a: Pushed 13:49:37 2fe0a6bafc5a: Pushed 13:49:37 83aaf3e83346: Pushed 13:49:37 aedc3bda2944: Layer already exists 13:49:39 e0fd4c684cef: Pushed 13:49:39 924acc26038ae5c566a4069cec42ce4481862670: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:40 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 13:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 13:49:40 e0fd4c684cef: Preparing 13:49:40 5ea9f27a2d8a: Preparing 13:49:40 2fe0a6bafc5a: Preparing 13:49:40 83aaf3e83346: Preparing 13:49:40 20e85005064a: Preparing 13:49:40 aedc3bda2944: Preparing 13:49:40 aedc3bda2944: Waiting 13:49:40 e0fd4c684cef: Layer already exists 13:49:40 2fe0a6bafc5a: Layer already exists 13:49:40 5ea9f27a2d8a: Layer already exists 13:49:40 83aaf3e83346: Layer already exists 13:49:40 20e85005064a: Layer already exists 13:49:40 aedc3bda2944: Layer already exists 13:49:40 latest: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:41 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 13:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 13:49:41 e0fd4c684cef: Preparing 13:49:41 5ea9f27a2d8a: Preparing 13:49:41 2fe0a6bafc5a: Preparing 13:49:41 83aaf3e83346: Preparing 13:49:41 20e85005064a: Preparing 13:49:41 aedc3bda2944: Preparing 13:49:41 aedc3bda2944: Waiting 13:49:41 20e85005064a: Layer already exists 13:49:41 e0fd4c684cef: Layer already exists 13:49:41 83aaf3e83346: Layer already exists 13:49:41 5ea9f27a2d8a: Layer already exists 13:49:41 2fe0a6bafc5a: Layer already exists 13:49:41 aedc3bda2944: Layer already exists 13:49:41 3.2.0-dev.8: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:42 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 13:49:42 e0fd4c684cef: Preparing 13:49:42 5ea9f27a2d8a: Preparing 13:49:42 2fe0a6bafc5a: Preparing 13:49:42 83aaf3e83346: Preparing 13:49:42 20e85005064a: Preparing 13:49:42 aedc3bda2944: Preparing 13:49:42 aedc3bda2944: Waiting 13:49:42 e0fd4c684cef: Layer already exists 13:49:42 20e85005064a: Layer already exists 13:49:42 5ea9f27a2d8a: Layer already exists 13:49:42 2fe0a6bafc5a: Layer already exists 13:49:42 83aaf3e83346: Layer already exists 13:49:42 aedc3bda2944: Layer already exists 13:49:42 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv 13:49:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5257 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 13:49:42 Running in /w/workspace/device-virtual-go/164 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 13:49:42 The recommended git tool is: git [Pipeline] sh 13:49:43 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 13:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 13:49:43 e0fd4c684cef: Preparing 13:49:43 5ea9f27a2d8a: Preparing 13:49:43 2fe0a6bafc5a: Preparing 13:49:43 83aaf3e83346: Preparing 13:49:43 20e85005064a: Preparing 13:49:43 aedc3bda2944: Preparing 13:49:43 aedc3bda2944: Waiting 13:49:43 5ea9f27a2d8a: Layer already exists 13:49:43 83aaf3e83346: Layer already exists 13:49:43 e0fd4c684cef: Layer already exists 13:49:43 2fe0a6bafc5a: Layer already exists 13:49:43 20e85005064a: Layer already exists 13:49:43 aedc3bda2944: Layer already exists 13:49:43 main: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:49:43 ===================================================== [Pipeline] echo 13:49:43 taggedImages: 13:49:43 - nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 13:49:43 - nexus3.edgexfoundry.org:10004/device-virtual:latest 13:49:43 - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 13:49:43 - nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:49:43 - 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:49:44 13:49:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:49:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:49:45 latest: Pulling from edgex-lftools-log-publisher 13:49:45 5eb5b503b376: Pulling fs layer 13:49:45 5c69ac0246d0: Pulling fs layer 13:49:45 ec43610c2a17: Pulling fs layer 13:49:45 3a2ae6a8a46f: Pulling fs layer 13:49:45 33b1e0a273af: Pulling fs layer 13:49:45 3a2ae6a8a46f: Waiting 13:49:45 5d3b04190fa2: Pulling fs layer 13:49:45 2f39f015ded8: Pulling fs layer 13:49:45 33b1e0a273af: Waiting 13:49:45 5d3b04190fa2: Waiting 13:49:45 2f39f015ded8: Waiting 13:49:45 5c69ac0246d0: Verifying Checksum 13:49:45 5c69ac0246d0: Download complete 13:49:45 3a2ae6a8a46f: Download complete 13:49:45 33b1e0a273af: Verifying Checksum 13:49:45 33b1e0a273af: Download complete 13:49:45 5d3b04190fa2: Verifying Checksum 13:49:45 5d3b04190fa2: Download complete 13:49:45 ec43610c2a17: Verifying Checksum 13:49:45 ec43610c2a17: Download complete 13:49:45 5eb5b503b376: Verifying Checksum 13:49:45 5eb5b503b376: Download complete 13:49:46 2f39f015ded8: Verifying Checksum 13:49:46 2f39f015ded8: Download complete 13:49:46 5eb5b503b376: Pull complete 13:49:46 5c69ac0246d0: Pull complete 13:49:47 ec43610c2a17: Pull complete 13:49:47 3a2ae6a8a46f: Pull complete 13:49:47 33b1e0a273af: Pull complete 13:49:47 5d3b04190fa2: Pull complete 13:49:49 using credential edgex-jenkins-ssh 13:49:49 Cloning the remote Git repository 13:49:49 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 13:49:49 > git init /w/workspace/device-virtual-go/164 # timeout=10 13:49:49 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 13:49:49 > git --version # timeout=10 13:49:49 > git --version # 'git version 2.25.1' 13:49:49 using GIT_SSH to set credentials SSH Credentials for GitHub 13:49:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:49:51 2f39f015ded8: Pull complete 13:49:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:49:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:49:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:49:52 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:49:52 $ 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 13:49:52 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 13:49:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:49:53 Avoid second fetch 13:49:53 Checking out Revision 924acc26038ae5c566a4069cec42ce4481862670 (main) 13:49:54 Commit message: "Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10" 13:49:53 > git config core.sparsecheckout # timeout=10 13:49:53 > git checkout -f 924acc26038ae5c566a4069cec42ce4481862670 # timeout=10 13:49:54 13:49:54 GitHub has been notified of this commit’s build result 13:49:54 13:49:55 $ docker top d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 13:49:56 ---> job-cost.sh 13:49:56 lf-activate-venv: SKIPPING 13:49:56 INFO: No Stack... [Pipeline] script [Pipeline] { [Pipeline] sh 13:49:56 INFO: Retrieving Pricing Info for: v3-standard-8 13:49:56 INFO: Archiving Costs [Pipeline] sh 13:49:57 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:49:57 % Total % Received % Xferd Average Speed Time Time Time Current 13:49:57 Dload Upload Total Spent Left Speed 13:49:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98676 0 --:--:-- --:--:-- --:--:-- 98676 [Pipeline] sh 13:49:57 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 13:49:57 + cut -d, -f6 [Pipeline] lock 13:49:57 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] 13:49:57 Resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] did not exist. Created. 13:49:57 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:49:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:49:57 + echo total: 0.2199999988079071 [Pipeline] stash 13:49:57 Stashed 1 file(s) [Pipeline] } 13:49:57 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] // lock 13:49:57 + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:49:57 sudo tee /etc/docker/daemon.new 13:49:57 { 13:49:57 "registry-mirrors": [ 13:49:57 "https://nexus3.edgexfoundry.org:10001" 13:49:57 ], 13:49:57 "bip": "10.250.0.254/24", 13:49:57 "hosts": [ 13:49:57 "tcp://0.0.0.0:5555", 13:49:57 "unix:///var/run/docker.sock" 13:49:57 ], 13:49:57 "mtu": 1458, 13:49:57 "selinux-enabled": true, 13:49:57 "seccomp-profile": "/etc/docker/seccomp.json" 13:49:57 } [Pipeline] } 13:49:57 $ docker stop --time=1 d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 13:49:59 $ docker rm -f --volumes d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 13:49:59 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage [Pipeline] } [Pipeline] sh 13:50:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:50:18 provisioning config files... 13:50:18 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/164@tmp/config6333733262296033350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:50:19 ---> ****-login.sh 13:50:19 nexus3.edgexfoundry.org:10001 13:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:50:19 Configure a credential helper to remove this warning. See 13:50:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:50:19 13:50:19 Login Succeeded 13:50:19 nexus3.edgexfoundry.org:10002 13:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:50:20 Configure a credential helper to remove this warning. See 13:50:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:50:20 13:50:20 Login Succeeded 13:50:20 nexus3.edgexfoundry.org:10003 13:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:50:20 Configure a credential helper to remove this warning. See 13:50:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:50:20 13:50:20 Login Succeeded 13:50:20 nexus3.edgexfoundry.org:10004 13:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:50:20 Configure a credential helper to remove this warning. See 13:50:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:50:20 13:50:20 Login Succeeded 13:50:20 ****.io 13:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:50:21 Configure a credential helper to remove this warning. See 13:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:50:21 13:50:21 Login Succeeded 13:50:21 ---> ****-login.sh ends [Pipeline] } 13:50:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:50:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:50:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:50:22 ========================================================= 13:50:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 13:50:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:50:22 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 13:50:23 Sending build context to Docker daemon 15.95MB 13:50:23 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 13:50:23 Step 2/12 : FROM ${BASE} AS builder 13:50:23 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:50:23 9fda8d8052c6: Pulling fs layer 13:50:23 5d54e960e981: Pulling fs layer 13:50:23 c4a7e357bf2a: Pulling fs layer 13:50:23 f0e02332f6b5: Pulling fs layer 13:50:23 872ee5b61b7b: Pulling fs layer 13:50:23 0c6a40ed1a82: Pulling fs layer 13:50:23 94ae7d8d031c: Pulling fs layer 13:50:23 f0e02332f6b5: Waiting 13:50:23 872ee5b61b7b: Waiting 13:50:23 0c6a40ed1a82: Waiting 13:50:23 94ae7d8d031c: Waiting 13:50:23 5d54e960e981: Download complete 13:50:23 f0e02332f6b5: Verifying Checksum 13:50:23 f0e02332f6b5: Download complete 13:50:23 872ee5b61b7b: Verifying Checksum 13:50:23 872ee5b61b7b: Download complete 13:50:23 9fda8d8052c6: Download complete 13:50:23 94ae7d8d031c: Verifying Checksum 13:50:23 94ae7d8d031c: Download complete 13:50:24 9fda8d8052c6: Pull complete 13:50:25 5d54e960e981: Pull complete 13:50:25 c4a7e357bf2a: Verifying Checksum 13:50:25 c4a7e357bf2a: Download complete 13:50:26 0c6a40ed1a82: Verifying Checksum 13:50:26 0c6a40ed1a82: Download complete 13:50:38 c4a7e357bf2a: Pull complete 13:50:38 f0e02332f6b5: Pull complete 13:50:38 872ee5b61b7b: Pull complete 13:50:46 0c6a40ed1a82: Pull complete 13:50:49 94ae7d8d031c: Pull complete 13:50:49 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 13:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:50:49 ---> 86de565de09d 13:50:49 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:50:49 ---> Running in b27ccdfa9fc2 13:50:50 Removing intermediate container b27ccdfa9fc2 13:50:50 ---> 3aa1ad3062f1 13:50:50 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:50:50 ---> Running in c676c1ed05a3 13:50:50 Removing intermediate container c676c1ed05a3 13:50:50 ---> 7f6c50a064e5 13:50:50 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:50:50 ---> Running in a065123ff51a 13:50:50 Removing intermediate container a065123ff51a 13:50:50 ---> c60d92e5c392 13:50:50 Step 6/12 : WORKDIR /device-virtual-go 13:50:50 ---> Running in fcaa62ca9771 13:50:51 Removing intermediate container fcaa62ca9771 13:50:51 ---> f4d4008c8cba 13:50:51 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:50:51 ---> Running in d4090a46bd91 13:50:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:50:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:50:53 (1/4) Installing openssh-keygen (9.3_p2-r1) 13:50:54 (2/4) Installing libedit (20221030.3.1-r1) 13:50:54 (3/4) Installing openssh-client-common (9.3_p2-r1) 13:50:54 (4/4) Installing openssh-client-default (9.3_p2-r1) 13:50:54 Executing busybox-1.36.1-r5.trigger 13:50:54 OK: 271 MiB in 56 packages 13:50:55 Removing intermediate container d4090a46bd91 13:50:55 ---> fd56d0f78ec8 13:50:55 Step 8/12 : COPY go.mod vendor* ./ 13:50:55 ---> 9937f3534327 13:50:55 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:50:55 ---> Running in 856ca368cc66 13:52:03 Removing intermediate container 856ca368cc66 13:52:03 ---> f42d80b227d0 13:52:03 Step 10/12 : COPY . . 13:52:03 ---> 8fd9757efa13 13:52:03 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:52:03 ---> Running in 6a6a3a1ea46e 13:52:03 Removing intermediate container 6a6a3a1ea46e 13:52:03 ---> 4847bf65ce1d 13:52:03 Step 12/12 : RUN $MAKE 13:52:03 ---> Running in ea56a40c0961 13:52:03 noop 13:52:03 Removing intermediate container ea56a40c0961 13:52:03 ---> b25fd909f032 13:52:03 Successfully built b25fd909f032 13:52:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:04 + docker inspect -f . ci-base-image-arm64 13:52:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:52:04 prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container 13:52:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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 13:52:06 $ docker top 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:07 + go version 13:52:07 go version go1.21.0 linux/arm64 [Pipeline] } 13:52:07 $ docker stop --time=1 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 13:52:08 $ docker rm -f --volumes 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:52:09 + docker inspect -f . ci-base-image-arm64 13:52:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:52:10 prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container 13:52:10 $ 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/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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 13:52:11 $ docker top e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:12 + git config --global --add safe.directory /w/workspace/device-virtual-go/164 [Pipeline] fileExists [Pipeline] sh 13:52:12 + make test 13:52:12 go test ./... -coverprofile=coverage.out 13:52:16 ? github.com/edgexfoundry/device-virtual-go [no test files] 13:54:08 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 13:54:08 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.072s coverage: 58.4% of statements 13:54:08 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:54:08 go vet ./... 13:54:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:54:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:54:18 ./bin/test-attribution-txt.sh 13:54:18 An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo 13:54:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:54:18 $ docker stop --time=1 e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 13:54:20 $ docker rm -f --volumes e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 [Pipeline] // withDockerContainer [Pipeline] sh 13:54:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:54:21 Warning: overwriting stash ‘coverage-report’ 13:54:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:54:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:54:23 + ls -al . 13:54:23 total 196 13:54:23 drwxrwxr-x 7 jenkins jenkins 4096 Mar 8 13:52 . 13:54:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 13:49 .. 13:54:23 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:49 .git 13:54:23 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 .github 13:54:23 -rw-rw-r-- 1 jenkins jenkins 272 Mar 8 13:49 .gitignore 13:54:23 -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 13:49 .golangci.yml 13:54:23 -rw-rw-r-- 1 jenkins jenkins 9708 Mar 8 13:49 Attribution.txt 13:54:23 -rw-rw-r-- 1 jenkins jenkins 15941 Mar 8 13:49 CHANGELOG.md 13:54:23 -rw-rw-r-- 1 jenkins jenkins 1755 Mar 8 13:49 Dockerfile 13:54:23 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 13:49 GOVERNANCE.md 13:54:23 -rw-rw-r-- 1 jenkins jenkins 660 Mar 8 13:49 Jenkinsfile 13:54:23 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 13:49 LICENSE 13:54:23 -rw-rw-r-- 1 jenkins jenkins 1953 Mar 8 13:49 Makefile 13:54:23 -rw-rw-r-- 1 jenkins jenkins 623 Mar 8 13:49 OWNERS.md 13:54:23 -rw-rw-r-- 1 jenkins jenkins 4103 Mar 8 13:49 README.md 13:54:23 -rw-rw-r-- 1 jenkins jenkins 11 Mar 8 13:47 VERSION 13:54:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 13:49 bin 13:54:23 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 cmd 13:54:23 -rw-r--r-- 1 jenkins jenkins 43063 Mar 8 13:53 coverage.out 13:54:23 -rw-rw-r-- 1 jenkins jenkins 3683 Mar 8 13:49 go.mod 13:54:23 -rw-rw-r-- 1 jenkins jenkins 35612 Mar 8 13:49 go.sum 13:54:23 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 internal 13:54:23 -rw-rw-r-- 1 jenkins jenkins 235 Mar 8 13:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:54:23 + 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=924acc26038ae5c566a4069cec42ce4481862670 --label arch=arm64 --label version=3.2.0-dev.8 . 13:54:24 Sending build context to Docker daemon 15.99MB 13:54:24 Step 1/26 : ARG BASE=golang:1.21-alpine3.18 13:54:24 Step 2/26 : FROM ${BASE} AS builder 13:54:24 ---> b25fd909f032 13:54:24 Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 13:54:24 ---> Running in 19d37f5a5182 13:54:25 Removing intermediate container 19d37f5a5182 13:54:25 ---> 2b6ab8a9dd3a 13:54:25 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 13:54:25 ---> Running in 98de71cf7ab9 13:54:25 Removing intermediate container 98de71cf7ab9 13:54:25 ---> 3a3e1116aa0d 13:54:25 Step 5/26 : ARG ADD_BUILD_TAGS="" 13:54:25 ---> Running in bbab110fbad9 13:54:25 Removing intermediate container bbab110fbad9 13:54:25 ---> 69250f35a7d2 13:54:25 Step 6/26 : WORKDIR /device-virtual-go 13:54:25 ---> Running in 8505b16420b0 13:54:26 Removing intermediate container 8505b16420b0 13:54:26 ---> 1cfe781f8300 13:54:26 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:54:26 ---> Running in 4ca8f224ea40 13:54:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:54:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:54:29 OK: 271 MiB in 56 packages 13:54:29 Removing intermediate container 4ca8f224ea40 13:54:29 ---> 6e4257d2f3cf 13:54:29 Step 8/26 : COPY go.mod vendor* ./ 13:54:30 ---> 8a89b0ed6dd0 13:54:30 Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:54:30 ---> Running in 0e6c7b28ee5d 13:54:32 Removing intermediate container 0e6c7b28ee5d 13:54:32 ---> 33f913a01375 13:54:32 Step 10/26 : COPY . . 13:54:34 ---> 7e6527e478fd 13:54:34 Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:54:34 ---> Running in f3e721e42521 13:54:34 Removing intermediate container f3e721e42521 13:54:34 ---> 76b3886aa2fb 13:54:34 Step 12/26 : RUN $MAKE 13:54:34 ---> Running in 994301c706d2 13:54:35 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 13:56:42 Removing intermediate container 994301c706d2 13:56:42 ---> 3b7d1ac24183 13:56:42 Step 13/26 : FROM alpine:3.18 13:56:42 3.18: Pulling from library/alpine 13:56:42 c6b39de5b339: Pulling fs layer 13:56:42 c6b39de5b339: Verifying Checksum 13:56:42 c6b39de5b339: Download complete 13:56:42 c6b39de5b339: Pull complete 13:56:42 Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 13:56:42 Status: Downloaded newer image for alpine:3.18 13:56:42 ---> 33abbf032149 13:56:42 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 13:56:42 ---> Running in 758989adfae1 13:56:42 Removing intermediate container 758989adfae1 13:56:42 ---> 180e9f18e959 13:56:42 Step 15/26 : RUN apk add --update --no-cache dumb-init 13:56:42 ---> Running in dcf81b11d76e 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:42 (1/1) Installing dumb-init (1.2.5-r2) 13:56:42 Executing busybox-1.36.1-r5.trigger 13:56:42 OK: 8 MiB in 16 packages 13:56:42 Removing intermediate container dcf81b11d76e 13:56:42 ---> b8f9bf971c88 13:56:42 Step 16/26 : RUN apk --no-cache upgrade 13:56:42 ---> Running in 3b93d25a3831 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:56:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:56:42 OK: 8 MiB in 16 packages 13:56:42 Removing intermediate container 3b93d25a3831 13:56:42 ---> 839db8337201 13:56:42 Step 17/26 : WORKDIR / 13:56:42 ---> Running in ef7e7187bca3 13:56:42 Removing intermediate container ef7e7187bca3 13:56:42 ---> 2d62b8ed9d8a 13:56:42 Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / 13:56:42 ---> b8fec3c62282 13:56:42 Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / 13:56:42 ---> 843bd6ac2e08 13:56:42 Step 20/26 : COPY --from=builder /device-virtual-go/cmd / 13:56:42 ---> a79e5575d93e 13:56:42 Step 21/26 : EXPOSE 59900 13:56:42 ---> Running in 87da024662b7 13:56:42 Removing intermediate container 87da024662b7 13:56:42 ---> 2ab6f33910be 13:56:42 Step 22/26 : ENTRYPOINT ["/device-virtual"] 13:56:42 ---> Running in 3dd80b1f69ed 13:56:42 Removing intermediate container 3dd80b1f69ed 13:56:42 ---> 4d97dd042801 13:56:42 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 13:56:42 ---> Running in 03150a6e1772 13:56:42 Removing intermediate container 03150a6e1772 13:56:42 ---> df5340e33d1a 13:56:42 Step 24/26 : LABEL arch=arm64 13:56:42 ---> Running in bbdaad5a0be6 13:56:42 Removing intermediate container bbdaad5a0be6 13:56:42 ---> 8ea30c1e4d61 13:56:42 Step 25/26 : LABEL git_sha=924acc26038ae5c566a4069cec42ce4481862670 13:56:42 ---> Running in 9ed24dca8fb7 13:56:42 Removing intermediate container 9ed24dca8fb7 13:56:42 ---> b6dbc72ed674 13:56:42 Step 26/26 : LABEL version=3.2.0-dev.8 13:56:42 ---> Running in 8eb0077deb98 13:56:43 Removing intermediate container 8eb0077deb98 13:56:43 ---> a5c9f4e96c50 13:56:43 [Warning] One or more build-args [ARCH] were not consumed 13:56:43 Successfully built a5c9f4e96c50 13:56:43 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 13:56:43 provisioning config files... 13:56:43 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/164@tmp/config6646982911852419884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:56:44 ---> ****-login.sh 13:56:44 nexus3.edgexfoundry.org:10001 13:56:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:56:44 Configure a credential helper to remove this warning. See 13:56:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:56:44 13:56:44 Login Succeeded 13:56:44 nexus3.edgexfoundry.org:10002 13:56:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:56:44 Configure a credential helper to remove this warning. See 13:56:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:56:44 13:56:44 Login Succeeded 13:56:45 nexus3.edgexfoundry.org:10003 13:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:56:45 Configure a credential helper to remove this warning. See 13:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:56:45 13:56:45 Login Succeeded 13:56:45 nexus3.edgexfoundry.org:10004 13:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:56:45 Configure a credential helper to remove this warning. See 13:56:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:56:45 13:56:45 Login Succeeded 13:56:45 ****.io 13:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:56:46 Configure a credential helper to remove this warning. See 13:56:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:56:46 13:56:46 Login Succeeded 13:56:46 ---> ****-login.sh ends [Pipeline] } 13:56:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:56:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:56:46 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 13:56:46 924acc26038ae5c566a4069cec42ce4481862670 13:56:46 latest 13:56:46 3.2.0-dev.8 13:56:46 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:56:46 main 13:56:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:47 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:47 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 13:56:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 13:56:47 5b23aec53dbd: Preparing 13:56:47 1887e8e64ef0: Preparing 13:56:47 674237950f95: Preparing 13:56:47 46d7eb8a4bb3: Preparing 13:56:47 ba178ef19200: Preparing 13:56:47 7c504f21be85: Preparing 13:56:47 7c504f21be85: Waiting 13:56:47 46d7eb8a4bb3: Pushed 13:56:47 674237950f95: Pushed 13:56:47 ba178ef19200: Pushed 13:56:47 1887e8e64ef0: Pushed 13:56:47 7c504f21be85: Layer already exists 13:56:52 5b23aec53dbd: Pushed 13:56:52 924acc26038ae5c566a4069cec42ce4481862670: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:52 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:53 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 13:56:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 13:56:53 5b23aec53dbd: Preparing 13:56:53 1887e8e64ef0: Preparing 13:56:53 674237950f95: Preparing 13:56:53 46d7eb8a4bb3: Preparing 13:56:53 ba178ef19200: Preparing 13:56:53 7c504f21be85: Preparing 13:56:53 7c504f21be85: Waiting 13:56:53 46d7eb8a4bb3: Layer already exists 13:56:53 1887e8e64ef0: Layer already exists 13:56:53 ba178ef19200: Layer already exists 13:56:53 5b23aec53dbd: Layer already exists 13:56:53 674237950f95: Layer already exists 13:56:53 7c504f21be85: Layer already exists 13:56:53 latest: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:53 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:54 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 13:56:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 13:56:54 5b23aec53dbd: Preparing 13:56:54 1887e8e64ef0: Preparing 13:56:54 674237950f95: Preparing 13:56:54 46d7eb8a4bb3: Preparing 13:56:54 ba178ef19200: Preparing 13:56:54 7c504f21be85: Preparing 13:56:54 7c504f21be85: Waiting 13:56:54 1887e8e64ef0: Layer already exists 13:56:54 ba178ef19200: Layer already exists 13:56:54 46d7eb8a4bb3: Layer already exists 13:56:54 5b23aec53dbd: Layer already exists 13:56:54 674237950f95: Layer already exists 13:56:54 7c504f21be85: Layer already exists 13:56:54 3.2.0-dev.8: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:55 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:55 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:56:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 13:56:55 5b23aec53dbd: Preparing 13:56:55 1887e8e64ef0: Preparing 13:56:55 674237950f95: Preparing 13:56:55 46d7eb8a4bb3: Preparing 13:56:55 ba178ef19200: Preparing 13:56:55 7c504f21be85: Preparing 13:56:55 7c504f21be85: Waiting 13:56:55 674237950f95: Layer already exists 13:56:55 46d7eb8a4bb3: Layer already exists 13:56:55 5b23aec53dbd: Layer already exists 13:56:55 ba178ef19200: Layer already exists 13:56:55 1887e8e64ef0: Layer already exists 13:56:55 7c504f21be85: Layer already exists 13:56:56 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:56 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:57 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 13:56:57 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 13:56:57 5b23aec53dbd: Preparing 13:56:57 1887e8e64ef0: Preparing 13:56:57 674237950f95: Preparing 13:56:57 46d7eb8a4bb3: Preparing 13:56:57 ba178ef19200: Preparing 13:56:57 7c504f21be85: Preparing 13:56:57 7c504f21be85: Waiting 13:56:57 5b23aec53dbd: Layer already exists 13:56:57 ba178ef19200: Layer already exists 13:56:57 674237950f95: Layer already exists 13:56:57 46d7eb8a4bb3: Layer already exists 13:56:57 1887e8e64ef0: Layer already exists 13:56:57 7c504f21be85: Layer already exists 13:56:57 main: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:56:57 ===================================================== [Pipeline] echo 13:56:57 taggedImages: 13:56:57 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 13:56:57 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 13:56:57 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 13:56:57 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 13:56:57 - 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 13:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:56:58 13:56:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:56:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:56:59 arm64: Pulling from edgex-lftools-log-publisher 13:56:59 8998bd30e6a1: Pulling fs layer 13:56:59 04944245beec: Pulling fs layer 13:56:59 699f458cf7ca: Pulling fs layer 13:56:59 765212b225bb: Pulling fs layer 13:56:59 765212b225bb: Waiting 13:56:59 f23df028b6ca: Pulling fs layer 13:56:59 d65c8cfc05b1: Pulling fs layer 13:56:59 2437ff75d9bd: Pulling fs layer 13:56:59 f23df028b6ca: Waiting 13:56:59 d65c8cfc05b1: Waiting 13:56:59 2437ff75d9bd: Waiting 13:56:59 04944245beec: Verifying Checksum 13:56:59 04944245beec: Download complete 13:56:59 765212b225bb: Verifying Checksum 13:56:59 765212b225bb: Download complete 13:56:59 f23df028b6ca: Verifying Checksum 13:56:59 f23df028b6ca: Download complete 13:56:59 d65c8cfc05b1: Verifying Checksum 13:56:59 d65c8cfc05b1: Download complete 13:56:59 699f458cf7ca: Verifying Checksum 13:56:59 699f458cf7ca: Download complete 13:57:00 8998bd30e6a1: Verifying Checksum 13:57:00 8998bd30e6a1: Download complete 13:57:02 2437ff75d9bd: Verifying Checksum 13:57:02 2437ff75d9bd: Download complete 13:57:04 8998bd30e6a1: Pull complete 13:57:05 04944245beec: Pull complete 13:57:07 699f458cf7ca: Pull complete 13:57:07 765212b225bb: Pull complete 13:57:08 f23df028b6ca: Pull complete 13:57:08 d65c8cfc05b1: Pull complete 13:57:26 2437ff75d9bd: Pull complete 13:57:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:57:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:57:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:57:27 prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container 13:57:27 $ 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/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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 13:57:29 $ docker top aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:57:30 ---> job-cost.sh 13:57:30 lf-activate-venv: SKIPPING 13:57:30 INFO: No Stack... 13:57:31 INFO: Retrieving Pricing Info for: v3-standard-4 13:57:32 INFO: Archiving Costs [Pipeline] sh 13:57:32 + cat /w/workspace/device-virtual-go/164/archives/cost.csv 13:57:32 + cut -d, -f6 [Pipeline] lock 13:57:32 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] 13:57:32 Resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] did not exist. Created. 13:57:32 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:57:32 /w/workspace/device-virtual-go/164@tmp/durable-6bfd1b36/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:57:33 + echo total: 0.10999999940395355 [Pipeline] stash 13:57:33 Warning: overwriting stash ‘stack-cost’ 13:57:33 Stashed 1 file(s) [Pipeline] } 13:57:33 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] // lock [Pipeline] } 13:57:33 $ docker stop --time=1 aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 13:57:35 $ docker rm -f --volumes aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 [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 13:57:36 provisioning config files... 13:57:36 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14135449136319620592tmp [Pipeline] { [Pipeline] sh 13:57:37 + set +x 13:57:37 + curl -s https://codecov.io/bash 13:57:37 + bash -s -- 13:57:37 13:57:37 _____ _ 13:57:37 / ____| | | 13:57:37 | | ___ __| | ___ ___ _____ __ 13:57:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:57:37 | |___| (_) | (_| | __/ (_| (_) \ V / 13:57:37 \_____\___/ \__,_|\___|\___\___/ \_/ 13:57:37 Bash-1.0.6 13:57:37 13:57:37 13:57:37 ==> git version 2.25.1 found 13:57:37 ==> 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 13:57:37 Release-Date: 2020-01-08 13:57:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:57:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:57:37 ==> Jenkins CI detected. 13:57:37 current dir:  /w/workspace/exfoundry_device-virtual-go_main 13:57:37 project root: . 13:57:37 --> token set from env 13:57:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:57:37 ==> Running gcov in . (disable via -X gcov) 13:57:37 ==> Python coveragepy not found 13:57:37 ==> Searching for coverage reports in: 13:57:37 + . 13:57:37 -> Found 1 reports 13:57:37 ==> Detecting git/mercurial file structure 13:57:37 ==> Reading reports 13:57:37 + ./coverage.out bytes=43063 13:57:37 ==> Appending adjustments 13:57:37 https://docs.codecov.io/docs/fixing-reports 13:57:37 + Found adjustments 13:57:37 ==> Gzipping contents 13:57:37 8.0K /tmp/codecov.fe6Qll.gz 13:57:37 ==> Uploading reports 13:57:37 url: https://codecov.io 13:57:37 query: branch=main&commit=924acc26038ae5c566a4069cec42ce4481862670&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:57:37 -> Pinging Codecov 13:57:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=924acc26038ae5c566a4069cec42ce4481862670&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:57:37 -> Uploading to 13:57:37 https://storage.googleapis.com/codecov/v4/raw/2024-03-08/5E52B4B073DB2E39498172D8E973AA87/924acc26038ae5c566a4069cec42ce4481862670/31fc4e1f-12bd-472a-a61a-ec45bfc3ae60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240308T135737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8372509a6c742620a84eb820f9a218ea9f68b5069401f5ba41fb89c584cf945 13:57:37 % Total % Received % Xferd Average Speed Time Time Time Current 13:57:37 Dload Upload Total Spent Left Speed 13:57:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4998 0 0 100 4998 0 14362 --:--:-- --:--:-- --:--:-- 14403 13:57:37 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } 13:57:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 13:57:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:57:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:57:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:57:38 13:57:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:57:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:57:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 13:57:39 df9b9388f04a: Pulling fs layer 13:57:39 52dc419b0ee2: Pulling fs layer 13:57:39 25bc292e5bac: Pulling fs layer 13:57:39 114826534d7a: Pulling fs layer 13:57:39 4657fd5d0bcf: Pulling fs layer 13:57:39 6ad1cebc031e: Pulling fs layer 13:57:39 4657fd5d0bcf: Waiting 13:57:39 8a3aa393b2d8: Pulling fs layer 13:57:39 6ad1cebc031e: Waiting 13:57:39 8a3aa393b2d8: Waiting 13:57:39 25bc292e5bac: Verifying Checksum 13:57:39 25bc292e5bac: Download complete 13:57:39 52dc419b0ee2: Download complete 13:57:39 4657fd5d0bcf: Verifying Checksum 13:57:39 4657fd5d0bcf: Download complete 13:57:39 df9b9388f04a: Verifying Checksum 13:57:39 df9b9388f04a: Download complete 13:57:39 6ad1cebc031e: Verifying Checksum 13:57:39 6ad1cebc031e: Download complete 13:57:39 df9b9388f04a: Pull complete 13:57:39 52dc419b0ee2: Pull complete 13:57:39 25bc292e5bac: Pull complete 13:57:40 114826534d7a: Verifying Checksum 13:57:40 114826534d7a: Download complete 13:57:40 8a3aa393b2d8: Verifying Checksum 13:57:40 8a3aa393b2d8: Download complete 13:57:44 114826534d7a: Pull complete 13:57:44 4657fd5d0bcf: Pull complete 13:57:44 6ad1cebc031e: Pull complete 13:57:46 8a3aa393b2d8: Pull complete 13:57:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 13:57:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 13:57:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:57:47 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:57:47 $ 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:1.410.4 cat 13:57:51 $ docker top 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 -eo pid,comm [Pipeline] { [Pipeline] echo 13:57:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 13:57:51 + set -o pipefail 13:57:51 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 13:57:58 13:57:58 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 13:57:58 13:57:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/f50f990d-6ec8-4dec-8d43-5983c7a73a3a 13:57:58 13:57:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:57:58 13:57:58 13:57:58 A medium severity vulnerability was found in the Snyk CLI versions you are using. 13:57:58 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 13:57:58 More details here: https://snyk.co/ue1NS [Pipeline] } 13:57:58 $ docker stop --time=1 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 13:58:01 $ docker rm -f --volumes 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:58:03 + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] sh 13:58:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:58:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:58:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:58:04 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:58:04 $ 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 13:58:04 $ docker top fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 -eo pid,comm 13:58:04 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). 13:58:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:58:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:58:05 [ssh-agent] Looking for ssh-agent implementation... 13:58:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:58:05 $ docker exec fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 ssh-agent 13:58:05 SSH_AUTH_SOCK=/tmp/ssh-oQ1uL2Xbcp4g/agent.32 13:58:05 SSH_AGENT_PID=38 13:58:05 Running ssh-add (command line suppressed) 13:58:05 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7436054114556791318.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7436054114556791318.key) 13:58:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:58:05 + git semver tag 13:58:06 2024-03-08 13:58:06,137 [run_tag] DEBUG tag force:False 13:58:06 2024-03-08 13:58:06,138 [check_head_tag] DEBUG check head tag 13:58:06 2024-03-08 13:58:06,138 [execute] INFO git cat-file --batch-check 13:58:06 2024-03-08 13:58:06,139 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 13:58:06 2024-03-08 13:58:06,143 [execute] INFO git cat-file --batch 13:58:06 2024-03-08 13:58:06,143 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 13:58:06 2024-03-08 13:58:06,161 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:06 2024-03-08 13:58:06,162 [execute] INFO git tag -a v3.2.0-dev.8 -m v3.2.0-dev.8 13:58:06 2024-03-08 13:58:06,162 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.8', '-m', 'v3.2.0-dev.8'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 13:58:06 2024-03-08 13:58:06,167 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:06 3.2.0-dev.8 [Pipeline] } 13:58:06 $ docker exec --env ******** --env ******** fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 ssh-agent -k 13:58:06 unset SSH_AUTH_SOCK; 13:58:06 unset SSH_AGENT_PID; 13:58:06 echo Agent pid 38 killed; 13:58:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:58:07 + git semver [Pipeline] } 13:58:07 $ docker stop --time=1 fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 13:58:08 $ docker rm -f --volumes fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:58:09 13:58:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:58:09 0.23.1-centos7: Pulling from edgex-lftools 13:58:09 ab5ef0e58194: Pulling fs layer 13:58:09 9712f1f96733: Pulling fs layer 13:58:09 63f879dbbcfc: Pulling fs layer 13:58:09 0d9ebad4ef96: Pulling fs layer 13:58:09 e9a5061849ea: Pulling fs layer 13:58:09 d747dcd14b5f: Pulling fs layer 13:58:09 2de7ff778b66: Pulling fs layer 13:58:09 0d9ebad4ef96: Waiting 13:58:09 e9a5061849ea: Waiting 13:58:09 d747dcd14b5f: Waiting 13:58:09 2de7ff778b66: Waiting 13:58:09 9712f1f96733: Verifying Checksum 13:58:09 9712f1f96733: Download complete 13:58:10 63f879dbbcfc: Verifying Checksum 13:58:10 63f879dbbcfc: Download complete 13:58:10 e9a5061849ea: Verifying Checksum 13:58:10 e9a5061849ea: Download complete 13:58:10 d747dcd14b5f: Verifying Checksum 13:58:10 d747dcd14b5f: Download complete 13:58:10 0d9ebad4ef96: Verifying Checksum 13:58:10 0d9ebad4ef96: Download complete 13:58:10 ab5ef0e58194: Verifying Checksum 13:58:10 ab5ef0e58194: Download complete 13:58:10 2de7ff778b66: Verifying Checksum 13:58:10 2de7ff778b66: Download complete 13:58:13 ab5ef0e58194: Pull complete 13:58:13 9712f1f96733: Pull complete 13:58:13 63f879dbbcfc: Pull complete 13:58:17 0d9ebad4ef96: Pull complete 13:58:18 e9a5061849ea: Pull complete 13:58:18 d747dcd14b5f: Pull complete 13:58:19 2de7ff778b66: Pull complete 13:58:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:58:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:58:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:58:19 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:58:19 $ 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 13:58:24 $ docker top 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:58:24 provisioning config files... 13:58:24 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16293289174865696246tmp 13:58:24 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13047935488372274889tmp 13:58:24 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14954092517782221079tmp [Pipeline] { [Pipeline] echo 13:58:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:58:24 ---> sigul-configuration.sh 13:58:24 gpg: directory `/root/.gnupg' created 13:58:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:58:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:58:24 gpg: keyring `/root/.gnupg/secring.gpg' created 13:58:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:58:24 gpg: CAST5 encrypted data 13:58:24 gpg: encrypted with 1 passphrase 13:58:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:58:25 + mkdir /home/jenkins 13:58:25 + mkdir /home/jenkins/sigul [Pipeline] sh 13:58:25 + 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 13:58:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:58:25 ---> sigul-install.sh 13:58:25 Sigul already installed; skipping installation. [Pipeline] sh 13:58:26 + git tag --list 13:58:26 v1.0.0 13:58:26 v1.1.0 13:58:26 v1.1.1 13:58:26 v1.2.1 13:58:26 v1.2.2 13:58:26 v1.2.3 13:58:26 v1.3.0 13:58:26 v1.3.1 13:58:26 v2.0.0 13:58:26 v2.1.0 13:58:26 v2.1.1 13:58:26 v2.2.0 13:58:26 v2.3.0 13:58:26 v3.0 13:58:26 v3.0.0 13:58:26 v3.1 13:58:26 v3.1.0 13:58:26 v3.1.0-dev.1 13:58:26 v3.1.0-dev.10 13:58:26 v3.1.0-dev.11 13:58:26 v3.1.0-dev.12 13:58:26 v3.1.0-dev.13 13:58:26 v3.1.0-dev.14 13:58:26 v3.1.0-dev.15 13:58:26 v3.1.0-dev.16 13:58:26 v3.1.0-dev.17 13:58:26 v3.1.0-dev.18 13:58:26 v3.1.0-dev.19 13:58:26 v3.1.0-dev.2 13:58:26 v3.1.0-dev.20 13:58:26 v3.1.0-dev.21 13:58:26 v3.1.0-dev.22 13:58:26 v3.1.0-dev.23 13:58:26 v3.1.0-dev.24 13:58:26 v3.1.0-dev.25 13:58:26 v3.1.0-dev.26 13:58:26 v3.1.0-dev.27 13:58:26 v3.1.0-dev.28 13:58:26 v3.1.0-dev.29 13:58:26 v3.1.0-dev.3 13:58:26 v3.1.0-dev.30 13:58:26 v3.1.0-dev.4 13:58:26 v3.1.0-dev.5 13:58:26 v3.1.0-dev.6 13:58:26 v3.1.0-dev.7 13:58:26 v3.1.0-dev.8 13:58:26 v3.1.0-dev.9 13:58:26 v3.2.0-dev.1 13:58:26 v3.2.0-dev.2 13:58:26 v3.2.0-dev.3 13:58:26 v3.2.0-dev.4 13:58:26 v3.2.0-dev.5 13:58:26 v3.2.0-dev.6 13:58:26 v3.2.0-dev.7 13:58:26 v3.2.0-dev.8 [Pipeline] sh 13:58:26 + lftools sign git-tag v3.2.0-dev.8 13:58:27 Signing Git tag with Sigul... 13:58:27 Signing v3.2.0-dev.8 [Pipeline] echo 13:58:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:58:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:58:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:58:27 $ docker stop --time=1 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b 13:58:29 $ docker rm -f --volumes 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:58:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:58:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:58:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:58:30 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:58:30 $ 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 13:58:31 $ docker top d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef -eo pid,comm 13:58:31 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 13:58:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:58:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:58:31 [ssh-agent] Looking for ssh-agent implementation... 13:58:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:58:31 $ docker exec d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef ssh-agent 13:58:31 SSH_AUTH_SOCK=/tmp/ssh-ohF0Uc6twIXm/agent.31 13:58:31 SSH_AGENT_PID=37 13:58:31 Running ssh-add (command line suppressed) 13:58:31 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_946854151337843788.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_946854151337843788.key) 13:58:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:58:32 + git semver bump pre 13:58:32 2024-03-08 13:58:32,457 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:32 2024-03-08 13:58:32,457 [bump_version] DEBUG bumping version:3.2.0-dev.8 on axis:pre with prefix:dev 13:58:32 2024-03-08 13:58:32,457 [bump_version] DEBUG bumped version:3.2.0-dev.9 13:58:32 2024-03-08 13:58:32,458 [write_version] DEBUG write version:3.2.0-dev.9 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 13:58:32 2024-03-08 13:58:32,458 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:32 2024-03-08 13:58:32,458 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:32 2024-03-08 13:58:32,460 [execute] INFO git cat-file --batch-check 13:58:32 2024-03-08 13:58:32,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:58:32 2024-03-08 13:58:32,466 [execute] INFO git cat-file --batch 13:58:32 2024-03-08 13:58:32,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:58:32 2024-03-08 13:58:32,472 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:32 3.2.0-dev.9 [Pipeline] } 13:58:32 $ docker exec --env ******** --env ******** d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef ssh-agent -k 13:58:32 unset SSH_AUTH_SOCK; 13:58:32 unset SSH_AGENT_PID; 13:58:32 echo Agent pid 37 killed; 13:58:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:58:33 + git semver [Pipeline] } 13:58:33 $ docker stop --time=1 d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef 13:58:34 $ docker rm -f --volumes d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef [Pipeline] // withDockerContainer [Pipeline] sh 13:58:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:58:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:58:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:58:36 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:58:36 $ 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 13:58:36 $ docker top 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b -eo pid,comm 13:58:36 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). 13:58:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:58:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:58:36 [ssh-agent] Looking for ssh-agent implementation... 13:58:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:58:36 $ docker exec 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b ssh-agent 13:58:37 SSH_AUTH_SOCK=/tmp/ssh-o6ZzPlz53RRb/agent.33 13:58:37 SSH_AGENT_PID=39 13:58:37 Running ssh-add (command line suppressed) 13:58:37 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350441306195655673.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350441306195655673.key) 13:58:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:58:37 + git semver push 13:58:37 2024-03-08 13:58:37,699 [run_push] DEBUG push 13:58:37 2024-03-08 13:58:37,699 [execute] INFO git cat-file --batch-check 13:58:37 2024-03-08 13:58:37,700 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 13:58:37 2024-03-08 13:58:37,703 [execute] INFO git rev-list 4bbc52814c14717217c74ca44db0ab77ce68f3e4 -- 13:58:37 2024-03-08 13:58:37,703 [execute] DEBUG Popen(['git', 'rev-list', '4bbc52814c14717217c74ca44db0ab77ce68f3e4', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 13:58:37 2024-03-08 13:58:37,713 [execute] INFO git fetch -v origin 13:58:37 2024-03-08 13:58:37,713 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 13:58:38 2024-03-08 13:58:38,265 [run_push] DEBUG no remote changes detected 13:58:38 2024-03-08 13:58:38,266 [execute] INFO git push origin semver 13:58:38 2024-03-08 13:58:38,266 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 13:58:39 2024-03-08 13:58:39,135 [run_push] DEBUG push all version tags 13:58:39 2024-03-08 13:58:39,136 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:58:39 2024-03-08 13:58:39,136 [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) 13:58:40 2024-03-08 13:58:39,953 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 13:58:40 3.2.0-dev.9 [Pipeline] } 13:58:40 $ docker exec --env ******** --env ******** 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b ssh-agent -k 13:58:40 unset SSH_AUTH_SOCK; 13:58:40 unset SSH_AGENT_PID; 13:58:40 echo Agent pid 39 killed; 13:58:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:58:41 + git semver [Pipeline] } 13:58:41 $ docker stop --time=1 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b 13:58:42 $ docker rm -f --volumes 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:58:44 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 13:58:44 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 13:58:44 total 16 13:58:44 drwxr-xr-x 3 root root 4096 Mar 8 13:49 . 13:58:44 drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 13:58 .. 13:58:44 drwxr-xr-x 2 root root 4096 Mar 8 13:49 cost 13:58:44 -rw-r--r-- 1 root root 89 Mar 8 13:49 cost.csv 13:58:44 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 13:58:44 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 13:58:44 total 16 13:58:44 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 13:49 . 13:58:44 drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 13:58 .. 13:58:44 drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 13:49 cost 13:58:44 -rw-r--r-- 1 jenkins jenkins 89 Mar 8 13:49 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:58:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:58:45 ---> package-listing.sh 13:58:45 ++ tr '[:upper:]' '[:lower:]' 13:58:45 ++ facter osfamily 13:58:46 + OS_FAMILY=debian 13:58:46 + workspace=/w/workspace/exfoundry_device-virtual-go_main 13:58:46 + START_PACKAGES=/tmp/packages_start.txt 13:58:46 + END_PACKAGES=/tmp/packages_end.txt 13:58:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:58:46 + PACKAGES=/tmp/packages_start.txt 13:58:46 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 13:58:46 + PACKAGES=/tmp/packages_end.txt 13:58:46 + case "${OS_FAMILY}" in 13:58:46 + dpkg -l 13:58:46 + grep '^ii' 13:58:46 + '[' -f /tmp/packages_start.txt ']' 13:58:46 + '[' -f /tmp/packages_end.txt ']' 13:58:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:58:46 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 13:58:46 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 13:58:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 13:58:46 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 13:58:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:58:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:58:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:58:47 prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container 13:58:47 $ 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 13:58:47 $ docker top 0eab586ca3ad644761f7a5a22fda5d5f22ef3bd7e12c3e535b240a7ccfaf2d8e -eo pid,comm [Pipeline] { [Pipeline] sh 13:58:48 + touch /tmp/pre-build-complete [Pipeline] sh 13:58:48 + mkdir -p /var/log/sysstat [Pipeline] sh 13:58:49 + ls /var/log/sa-host 13:58:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:58:49 provisioning config files... 13:58:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3533203654191988504tmp [Pipeline] { [Pipeline] echo 13:58:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:58:49 ---> create-netrc.sh [Pipeline] } 13:58:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:58:50 ---> python-tools-install.sh [Pipeline] echo 13:58:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:58:50 ---> sudo-logs.sh 13:58:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:58:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:58:51 ---> job-cost.sh 13:58:51 lf-activate-venv: SKIPPING 13:58:51 DEBUG: total: 0.2199999988079071 13:58:51 INFO: Retrieving Stack Cost... 13:58:51 INFO: Retrieving Pricing Info for: v3-standard-8 13:58:51 INFO: Archiving Costs [Pipeline] echo 13:58:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:58:52 ---> logs-deploy.sh 13:58:52 lf-activate-venv: SKIPPING 13:58:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/164 13:58:52 INFO: archiving workspace using pattern(s): 13:58:53 Archives upload complete. 13:58:53 INFO: archiving logs to Nexus 13:58:53 ---> uname -a: 13:58:53 Linux prd-ubuntu20-04-docker-8c-8g-5252 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 13:58:53 13:58:53 13:58:53 ---> lscpu: 13:58:53 Architecture: x86_64 13:58:53 CPU op-mode(s): 32-bit, 64-bit 13:58:53 Byte Order: Little Endian 13:58:53 Address sizes: 40 bits physical, 48 bits virtual 13:58:53 CPU(s): 8 13:58:53 On-line CPU(s) list: 0-7 13:58:53 Thread(s) per core: 1 13:58:53 Core(s) per socket: 1 13:58:53 Socket(s): 8 13:58:53 NUMA node(s): 1 13:58:53 Vendor ID: AuthenticAMD 13:58:53 CPU family: 23 13:58:53 Model: 49 13:58:53 Model name: AMD EPYC-Rome Processor 13:58:53 Stepping: 0 13:58:53 CPU MHz: 2799.998 13:58:53 BogoMIPS: 5599.99 13:58:53 Virtualization: AMD-V 13:58:53 Hypervisor vendor: KVM 13:58:53 Virtualization type: full 13:58:53 L1d cache: 256 KiB 13:58:53 L1i cache: 256 KiB 13:58:53 L2 cache: 4 MiB 13:58:53 L3 cache: 128 MiB 13:58:53 NUMA node0 CPU(s): 0-7 13:58:53 Vulnerability Itlb multihit: Not affected 13:58:53 Vulnerability L1tf: Not affected 13:58:53 Vulnerability Mds: Not affected 13:58:53 Vulnerability Meltdown: Not affected 13:58:53 Vulnerability Mmio stale data: Not affected 13:58:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:58:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:58:53 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 13:58:53 Vulnerability Srbds: Not affected 13:58:53 Vulnerability Tsx async abort: Not affected 13:58:53 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 13:58:53 13:58:53 13:58:53 ---> nproc: 13:58:53 8 13:58:53 13:58:53 13:58:53 ---> df -h: 13:58:53 Filesystem Size Used Avail Use% Mounted on 13:58:53 overlay 155G 13G 143G 9% / 13:58:53 tmpfs 64M 0 64M 0% /dev 13:58:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:58:53 shm 64M 0 64M 0% /dev/shm 13:58:53 /dev/vda1 155G 13G 143G 9% /facter-os 13:58:53 13:58:53 13:58:53 ---> sar -b -r -n DEV: 13:58:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5252) 03/08/24 _x86_64_ (8 CPU) 13:58:53 13:58:53 13:46:34 LINUX RESTART (8 CPU) 13:58:53 13:58:53 13:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:58:53 13:48:01 161.04 38.93 122.11 0.00 4357.23 103174.11 0.00 13:58:53 13:49:01 157.45 1.10 156.35 0.00 21.59 91625.86 0.00 13:58:53 13:50:01 211.05 0.23 210.81 0.00 8.27 82308.42 0.00 13:58:53 13:51:01 2.10 0.00 2.10 0.00 0.00 29.88 0.00 13:58:53 13:52:01 45.33 11.40 33.93 0.00 3448.23 5796.10 0.00 13:58:53 13:53:01 5.56 0.02 5.55 0.00 0.13 108.63 0.00 13:58:53 13:54:01 1.82 0.00 1.82 0.00 0.00 21.33 0.00 13:58:53 13:55:01 2.00 0.00 2.00 0.00 0.00 21.99 0.00 13:58:53 13:56:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 13:58:53 13:57:01 2.08 0.00 2.08 0.00 0.00 23.60 0.00 13:58:53 13:58:01 63.29 0.42 62.87 0.00 18.40 39266.79 0.00 13:58:53 Average: 59.22 4.68 54.54 0.00 708.42 29195.99 0.00 13:58:53 13:58:53 13:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:58:53 13:48:01 29179112 31540700 785644 2.39 75072 2552716 1975588 5.82 1021824 2293392 484 13:58:53 13:49:01 28293416 31553660 754336 2.29 140288 3286164 1828868 5.39 1191544 2889764 210372 13:58:53 13:50:01 27735520 31537416 770656 2.34 153452 3783736 1769284 5.21 1278832 3330764 328 13:58:53 13:51:01 27747496 31549440 758336 2.31 153496 3783728 1769284 5.21 1264068 3330764 60 13:58:53 13:52:01 27404932 31516108 756640 2.30 176336 4075164 1713568 5.05 1507060 3398188 1036 13:58:53 13:53:01 27431132 31537412 736360 2.24 174880 4071912 1702952 5.02 1484940 3394940 384 13:58:53 13:54:01 27433116 31539560 734072 2.23 174908 4071916 1702952 5.02 1483316 3394944 160 13:58:53 13:55:01 27437132 31543648 729828 2.22 174976 4071912 1702952 5.02 1479476 3394948 4 13:58:53 13:56:01 27437368 31543920 729472 2.22 175020 4071920 1702952 5.02 1479448 3394948 8 13:58:53 13:57:01 27439872 31546504 726824 2.21 175088 4071924 1702952 5.02 1477412 3394952 8 13:58:53 13:58:01 26371660 31508188 762996 2.32 192336 5009048 1857704 5.47 1635296 4230060 0 13:58:53 Average: 27628251 31537869 749560 2.28 160532 3895467 1766278 5.21 1391201 3313424 19349 13:58:53 13:58:53 13:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:58:53 13:48:01 docker0 49.40 49.97 3.56 317.46 0.00 0.00 0.00 0.00 13:58:53 13:48:01 vethad1af42 1.53 0.97 0.16 1.55 0.00 0.00 0.00 0.00 13:58:53 13:48:01 lo 6.44 6.44 0.63 0.63 0.00 0.00 0.00 0.00 13:58:53 13:48:01 ens3 578.24 414.73 6165.91 92.55 0.00 0.00 0.00 0.00 13:58:53 13:49:01 docker0 166.24 210.38 13.95 2030.90 0.00 0.00 0.00 0.00 13:58:53 13:49:01 veth95f0695 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:58:53 13:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:49:01 ens3 240.39 182.74 2062.29 28.47 0.00 0.00 0.00 0.00 13:58:53 13:50:01 docker0 4.62 8.28 0.28 93.28 0.00 0.00 0.00 0.00 13:58:53 13:50:01 lo 7.93 7.93 0.79 0.79 0.00 0.00 0.00 0.00 13:58:53 13:50:01 ens3 172.02 125.43 2715.51 219.02 0.00 0.00 0.00 0.00 13:58:53 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:51:01 ens3 1.12 0.67 2.31 0.31 0.00 0.00 0.00 0.00 13:58:53 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:52:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 13:58:53 13:52:01 ens3 154.37 87.77 2047.62 6.07 0.00 0.00 0.00 0.00 13:58:53 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:53:01 ens3 1.02 0.35 0.20 0.08 0.00 0.00 0.00 0.00 13:58:53 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:54:01 ens3 0.45 0.30 0.26 0.21 0.00 0.00 0.00 0.00 13:58:53 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:55:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:58:53 13:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:57:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:58:53 13:58:01 docker0 58.56 82.15 4.64 922.20 0.00 0.00 0.00 0.00 13:58:53 13:58:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 13:58:53 13:58:01 ens3 214.65 135.63 4897.58 17.72 0.00 0.00 0.00 0.00 13:58:53 Average: docker0 25.31 31.86 2.04 305.80 0.00 0.00 0.00 0.00 13:58:53 Average: lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 13:58:53 Average: ens3 123.18 85.67 1619.56 33.04 0.00 0.00 0.00 0.00 13:58:53 13:58:53 13:58:53 ---> sar -P ALL: 13:58:53 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5252) 03/08/24 _x86_64_ (8 CPU) 13:58:53 13:58:53 13:46:34 LINUX RESTART (8 CPU) 13:58:53 13:58:53 13:47:02 CPU %user %nice %system %iowait %steal %idle 13:58:53 13:48:01 all 9.42 0.00 3.01 4.08 0.07 83.41 13:58:53 13:48:01 0 8.98 0.00 3.38 4.13 0.09 83.42 13:58:53 13:48:01 1 9.86 0.00 3.25 1.97 0.07 84.85 13:58:53 13:48:01 2 9.15 0.00 3.64 0.65 0.07 86.49 13:58:53 13:48:01 3 12.50 0.00 3.11 4.24 0.07 80.08 13:58:53 13:48:01 4 9.50 0.00 1.92 0.56 0.07 87.95 13:58:53 13:48:01 5 8.23 0.00 3.09 20.25 0.07 68.36 13:58:53 13:48:01 6 8.79 0.00 2.60 0.36 0.07 88.18 13:58:53 13:48:01 7 8.36 0.00 3.11 0.55 0.09 87.89 13:58:53 13:49:01 all 27.89 0.00 4.46 2.73 0.08 64.83 13:58:53 13:49:01 0 29.31 0.00 4.69 1.75 0.10 64.15 13:58:53 13:49:01 1 28.69 0.00 4.75 1.09 0.07 65.40 13:58:53 13:49:01 2 29.33 0.00 5.54 15.44 0.10 49.59 13:58:53 13:49:01 3 27.17 0.00 4.00 2.77 0.07 66.00 13:58:53 13:49:01 4 25.95 0.00 3.08 0.08 0.07 70.82 13:58:53 13:49:01 5 28.73 0.00 5.30 0.52 0.07 65.38 13:58:53 13:49:01 6 27.44 0.00 3.79 0.05 0.08 68.63 13:58:53 13:49:01 7 26.53 0.00 4.56 0.19 0.07 68.66 13:58:53 13:50:01 all 18.87 0.00 3.88 2.18 0.07 75.00 13:58:53 13:50:01 0 18.99 0.00 5.44 7.84 0.08 67.64 13:58:53 13:50:01 1 20.43 0.00 4.04 0.67 0.07 74.79 13:58:53 13:50:01 2 21.46 0.00 3.67 0.82 0.07 73.99 13:58:53 13:50:01 3 19.07 0.00 4.59 0.82 0.07 75.45 13:58:53 13:50:01 4 19.22 0.00 3.62 0.19 0.05 76.92 13:58:53 13:50:01 5 19.30 0.00 4.10 6.72 0.08 69.79 13:58:53 13:50:01 6 16.41 0.00 3.25 0.45 0.08 79.80 13:58:53 13:50:01 7 16.06 0.00 2.31 0.00 0.05 81.57 13:58:53 13:51:01 all 0.04 0.00 0.01 0.01 0.01 99.93 13:58:53 13:51:01 0 0.07 0.00 0.03 0.03 0.02 99.85 13:58:53 13:51:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:58:53 13:51:01 2 0.10 0.00 0.02 0.00 0.00 99.88 13:58:53 13:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:58:53 13:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 13:58:53 13:51:01 5 0.03 0.00 0.02 0.02 0.03 99.90 13:58:53 13:51:01 6 0.05 0.00 0.00 0.00 0.00 99.95 13:58:53 13:51:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:58:53 13:52:01 all 2.17 0.00 1.16 0.47 0.03 96.17 13:58:53 13:52:01 0 1.70 0.00 2.87 0.12 0.02 95.30 13:58:53 13:52:01 1 1.44 0.00 1.07 0.75 0.03 96.70 13:58:53 13:52:01 2 1.77 0.00 0.72 0.05 0.02 97.45 13:58:53 13:52:01 3 3.37 0.00 1.35 0.75 0.03 94.49 13:58:53 13:52:01 4 1.49 0.00 0.87 0.30 0.02 97.32 13:58:53 13:52:01 5 2.91 0.00 0.99 1.10 0.05 94.95 13:58:53 13:52:01 6 3.46 0.00 0.80 0.05 0.03 95.66 13:58:53 13:52:01 7 1.25 0.00 0.62 0.67 0.00 97.46 13:58:53 13:53:01 all 0.08 0.00 0.06 0.01 0.02 99.83 13:58:53 13:53:01 0 0.03 0.00 0.05 0.03 0.02 99.87 13:58:53 13:53:01 1 0.03 0.00 0.07 0.00 0.00 99.90 13:58:53 13:53:01 2 0.07 0.00 0.08 0.00 0.03 99.82 13:58:53 13:53:01 3 0.07 0.00 0.03 0.00 0.00 99.90 13:58:53 13:53:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:58:53 13:53:01 5 0.27 0.00 0.08 0.07 0.03 99.55 13:58:53 13:53:01 6 0.05 0.00 0.07 0.00 0.05 99.83 13:58:53 13:53:01 7 0.03 0.00 0.07 0.00 0.02 99.88 13:58:53 13:54:01 all 0.03 0.00 0.01 0.01 0.02 99.93 13:58:53 13:54:01 0 0.03 0.00 0.02 0.03 0.00 99.92 13:58:53 13:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:58:53 13:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 13:58:53 13:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 13:58:53 13:54:01 4 0.07 0.00 0.05 0.00 0.10 99.78 13:58:53 13:54:01 5 0.02 0.00 0.02 0.02 0.02 99.93 13:58:53 13:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 13:58:53 13:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:58:53 13:55:01 all 0.14 0.00 0.03 0.01 0.02 99.81 13:58:53 13:55:01 0 0.07 0.00 0.08 0.00 0.03 99.82 13:58:53 13:55:01 1 0.77 0.00 0.03 0.00 0.08 99.12 13:58:53 13:55:01 2 0.12 0.00 0.00 0.00 0.00 99.88 13:58:53 13:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 13:58:53 13:55:01 4 0.03 0.00 0.05 0.00 0.05 99.87 13:58:53 13:55:01 5 0.05 0.00 0.03 0.05 0.02 99.85 13:58:53 13:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:58:53 13:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:58:53 13:56:01 all 0.30 0.00 0.01 0.00 0.02 99.66 13:58:53 13:56:01 0 0.03 0.00 0.00 0.00 0.03 99.93 13:58:53 13:56:01 1 2.02 0.00 0.05 0.00 0.10 97.83 13:58:53 13:56:01 2 0.28 0.00 0.00 0.00 0.00 99.72 13:58:53 13:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 13:58:53 13:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:58:53 13:56:01 5 0.03 0.00 0.02 0.03 0.02 99.90 13:58:53 13:56:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:58:53 13:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:58:53 13:57:01 all 0.27 0.00 0.01 0.01 0.02 99.68 13:58:53 13:57:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:58:53 13:57:01 1 2.00 0.00 0.03 0.00 0.05 97.91 13:58:53 13:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:58:53 13:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:58:53 13:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:58:53 13:57:01 5 0.08 0.00 0.03 0.07 0.08 99.73 13:58:53 13:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:58:53 13:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:58:53 13:58:01 all 4.39 0.00 1.75 1.48 0.04 92.34 13:58:53 13:58:01 0 4.95 0.00 1.49 0.20 0.03 93.33 13:58:53 13:58:01 1 6.04 0.00 1.51 0.00 0.03 92.42 13:58:53 13:58:01 2 3.79 0.00 1.69 0.07 0.03 94.41 13:58:53 13:58:01 3 4.82 0.00 1.66 0.12 0.03 93.36 13:58:53 13:58:01 4 5.06 0.00 1.84 0.02 0.03 93.05 13:58:53 13:58:01 5 4.01 0.00 1.70 5.41 0.08 88.80 13:58:53 13:58:01 6 4.51 0.00 2.29 6.04 0.03 87.13 13:58:53 13:58:01 7 1.94 0.00 1.86 0.00 0.02 96.19 13:58:53 13:58:53 Average: CPU %user %nice %system %iowait %steal %idle 13:58:53 Average: all 5.74 0.00 1.30 0.99 0.04 91.94 13:58:53 Average: 0 5.80 0.00 1.63 1.27 0.04 91.26 13:58:53 Average: 1 6.44 0.00 1.33 0.40 0.05 91.77 13:58:53 Average: 2 5.96 0.00 1.38 1.54 0.03 91.09 13:58:53 Average: 3 6.05 0.00 1.34 0.78 0.03 91.80 13:58:53 Average: 4 5.54 0.00 1.04 0.10 0.04 93.27 13:58:53 Average: 5 5.74 0.00 1.38 3.07 0.05 89.76 13:58:53 Average: 6 5.48 0.00 1.16 0.63 0.04 92.70 13:58:53 Average: 7 4.88 0.00 1.13 0.13 0.02 93.84 13:58:53 13:58:53 13:58:53