Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f37031385f16eefedf40f271103157f893ed69f0 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-ssh5354903634927062012.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh4521812825468145585.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh929912669325462065.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh8457138969078138095.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-ssh10131770470315978404.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-8471 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 f37031385f16eefedf40f271103157f893ed69f0 (main) > 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 f37031385f16eefedf40f271103157f893ed69f0 # timeout=10 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.33" > git rev-list --no-walk 8b8e1bf2b9e06380082507a2409f4790e8b740fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:26:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:26:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:26:12 ========================================================= 12:26:12 EdgeX Global Pipelines Version Info 12:26:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:26:13 ------------------- 12:26:13 stable info: 12:26:13 ------------------- 12:26:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:26:13 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 12:26:13 Message: update stable to v1.0.254 12:26:14 ------------------- 12:26:14 experimental info: 12:26:14 ------------------- 12:26:14 Commited By: **** collab-it+edgex@linuxfoundation.org 12:26:14 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 12:26:14 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:26:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f370313 [Pipeline] echo 12:26:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:26:15 provisioning config files... 12:26:15 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16581141696412133839tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:26:15 ---> docker-login.sh 12:26:15 nexus3.edgexfoundry.org:10001 12:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:15 Configure a credential helper to remove this warning. See 12:26:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:15 12:26:15 Login Succeeded 12:26:15 nexus3.edgexfoundry.org:10002 12:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:16 Configure a credential helper to remove this warning. See 12:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:16 12:26:16 Login Succeeded 12:26:16 nexus3.edgexfoundry.org:10003 12:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:16 Configure a credential helper to remove this warning. See 12:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:16 12:26:16 Login Succeeded 12:26:16 nexus3.edgexfoundry.org:10004 12:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:16 Configure a credential helper to remove this warning. See 12:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:16 12:26:16 Login Succeeded 12:26:16 docker.io 12:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:16 Configure a credential helper to remove this warning. See 12:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:16 12:26:16 Login Succeeded 12:26:16 ---> docker-login.sh ends [Pipeline] } 12:26:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:26:16 + git rev-list -1 --merges f37031385f16eefedf40f271103157f893ed69f0~1..f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] echo 12:26:17 -----------> git rev-list -1 --merges f37031385f16eefedf40f271103157f893ed69f0~1..f37031385f16eefedf40f271103157f893ed69f0 f37031385f16eefedf40f271103157f893ed69f0 12:26:17 f37031385f16eefedf40f271103157f893ed69f0 [false] [Pipeline] sh 12:26:17 + git log --format=format:%s -1 f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] echo 12:26:17 ========================================================= 12:26:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:26:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:26:17 + git log --format=format:%s -1 f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] echo 12:26:17 [semverPrep] GIT_COMMIT: f37031385f16eefedf40f271103157f893ed69f0, Commit Message: Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.33 [Pipeline] echo 12:26:17 [semverPrep] This is not a build commit. [Pipeline] sh 12:26:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:26:18 + grep -v github /etc/ssh/ssh_known_hosts 12:26:18 + [ -e /tmp/ssh_known_hosts ] 12:26:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:26:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:26:18 + sudo tee -a /etc/ssh/ssh_known_hosts 12:26:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:26:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:26:18 12:26:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:26:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:26:18 0.1.4: Pulling from edgex-devops/py-git-semver 12:26:18 b85a868b505f: Pulling fs layer 12:26:18 e2be974225ed: Pulling fs layer 12:26:18 339a4e72a1f5: Pulling fs layer 12:26:18 988bab9f4d93: Pulling fs layer 12:26:18 1469e6f7b9e6: Pulling fs layer 12:26:18 eaf3925da568: Pulling fs layer 12:26:18 bab4dde63d76: Pulling fs layer 12:26:18 bde34c3a00c8: Pulling fs layer 12:26:18 b352a97aabf1: Pulling fs layer 12:26:18 4872d77fe225: Pulling fs layer 12:26:18 5851b861e8e6: Pulling fs layer 12:26:18 bab4dde63d76: Waiting 12:26:18 bde34c3a00c8: Waiting 12:26:18 b352a97aabf1: Waiting 12:26:18 4872d77fe225: Waiting 12:26:18 5851b861e8e6: Waiting 12:26:18 988bab9f4d93: Waiting 12:26:18 1469e6f7b9e6: Waiting 12:26:18 eaf3925da568: Waiting 12:26:18 e2be974225ed: Download complete 12:26:18 988bab9f4d93: Download complete 12:26:19 1469e6f7b9e6: Verifying Checksum 12:26:19 1469e6f7b9e6: Download complete 12:26:19 339a4e72a1f5: Verifying Checksum 12:26:19 339a4e72a1f5: Download complete 12:26:19 eaf3925da568: Verifying Checksum 12:26:19 eaf3925da568: Download complete 12:26:19 bde34c3a00c8: Verifying Checksum 12:26:19 bde34c3a00c8: Download complete 12:26:19 b352a97aabf1: Verifying Checksum 12:26:19 b352a97aabf1: Download complete 12:26:19 4872d77fe225: Verifying Checksum 12:26:19 4872d77fe225: Download complete 12:26:19 5851b861e8e6: Download complete 12:26:19 b85a868b505f: Download complete 12:26:19 bab4dde63d76: Verifying Checksum 12:26:19 bab4dde63d76: Download complete 12:26:20 b85a868b505f: Pull complete 12:26:20 e2be974225ed: Pull complete 12:26:21 339a4e72a1f5: Pull complete 12:26:21 988bab9f4d93: Pull complete 12:26:21 1469e6f7b9e6: Pull complete 12:26:21 eaf3925da568: Pull complete 12:26:23 bab4dde63d76: Pull complete 12:26:23 bde34c3a00c8: Pull complete 12:26:23 b352a97aabf1: Pull complete 12:26:23 4872d77fe225: Pull complete 12:26:23 5851b861e8e6: Pull complete 12:26:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:26:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:26:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:26:23 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:26:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:26:24 $ docker top 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 -eo pid,comm 12:26:24 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). 12:26:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:26:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:26:24 [ssh-agent] Looking for ssh-agent implementation... 12:26:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:26:24 $ docker exec 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 ssh-agent 12:26:25 SSH_AUTH_SOCK=/tmp/ssh-K0Rb4D2UzXHR/agent.32 12:26:25 SSH_AGENT_PID=38 12:26:25 Running ssh-add (command line suppressed) 12:26:25 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1263778243970025212.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1263778243970025212.key) 12:26:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:26:25 + git tag --points-at HEAD [Pipeline] } 12:26:25 $ docker exec --env ******** --env ******** 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 ssh-agent -k 12:26:25 unset SSH_AUTH_SOCK; 12:26:25 unset SSH_AGENT_PID; 12:26:25 echo Agent pid 38 killed; 12:26:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:26:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:26:25 [ssh-agent] Looking for ssh-agent implementation... 12:26:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:26:25 $ docker exec 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 ssh-agent 12:26:25 SSH_AUTH_SOCK=/tmp/ssh-LyM0wLOEqXFY/agent.70 12:26:25 SSH_AGENT_PID=76 12:26:25 Running ssh-add (command line suppressed) 12:26:26 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11191424992747617071.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11191424992747617071.key) 12:26:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:26:26 + git semver init 12:26:26 2023-10-04 12:26:26,520 [run_init] DEBUG init version:0.0.0 force:False 12:26:26 2023-10-04 12:26:26,520 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 12:26:26 2023-10-04 12:26:26,521 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 12:26:26 2023-10-04 12:26:26,521 [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) 12:26:27 2023-10-04 12:26:27,613 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 12:26:27 2023-10-04 12:26:27,613 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 12:26:27 2023-10-04 12:26:27,614 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:26:27 2023-10-04 12:26:27,614 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:26:27 3.1.0-dev.21 [Pipeline] } 12:26:27 $ docker exec --env ******** --env ******** 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 ssh-agent -k 12:26:28 unset SSH_AUTH_SOCK; 12:26:28 unset SSH_AGENT_PID; 12:26:28 echo Agent pid 76 killed; 12:26:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:26:28 + git semver [Pipeline] } 12:26:28 $ docker stop --time=1 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 12:26:29 $ docker rm -f --volumes 5c7d70a6fe121f0316c56522c9e7a46de4a4bc4f29279f06b7cff330a4336859 [Pipeline] // withDockerContainer [Pipeline] sh 12:26:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:26:30 Stashed 1 file(s) [Pipeline] echo 12:26:30 [edgeXSemver]: initialized semver on version 3.1.0-dev.21 [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 12:26:30 provisioning config files... 12:26:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14765077019866073012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:26:30 ---> docker-login.sh 12:26:30 nexus3.edgexfoundry.org:10001 12:26:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:30 Configure a credential helper to remove this warning. See 12:26:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:30 12:26:30 Login Succeeded 12:26:30 nexus3.edgexfoundry.org:10002 12:26:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:30 Configure a credential helper to remove this warning. See 12:26:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:30 12:26:30 Login Succeeded 12:26:31 nexus3.edgexfoundry.org:10003 12:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:31 Configure a credential helper to remove this warning. See 12:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:31 12:26:31 Login Succeeded 12:26:31 nexus3.edgexfoundry.org:10004 12:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:31 Configure a credential helper to remove this warning. See 12:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:31 12:26:31 Login Succeeded 12:26:31 docker.io 12:26:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:26:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:26:31 Configure a credential helper to remove this warning. See 12:26:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:26:31 12:26:31 Login Succeeded 12:26:31 ---> docker-login.sh ends [Pipeline] } 12:26:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:26:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:26:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:26:31 ========================================================= 12:26:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 12:26:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:26:32 + 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 . 12:26:32 Sending build context to Docker daemon 23.67MB 12:26:32 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 12:26:32 Step 2/12 : FROM ${BASE} AS builder 12:26:32 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 12:26:32 7264a8db6415: Pulling fs layer 12:26:32 c4d48a809fc2: Pulling fs layer 12:26:32 4f1c88b9dad5: Pulling fs layer 12:26:32 ad3a456e5733: Pulling fs layer 12:26:32 33e27b845d1e: Pulling fs layer 12:26:32 c68163c4e522: Pulling fs layer 12:26:32 50da416c3ac9: Pulling fs layer 12:26:32 23d2d4c4bb30: Pulling fs layer 12:26:32 33e27b845d1e: Waiting 12:26:32 c68163c4e522: Waiting 12:26:32 50da416c3ac9: Waiting 12:26:32 ad3a456e5733: Waiting 12:26:32 23d2d4c4bb30: Waiting 12:26:32 c4d48a809fc2: Download complete 12:26:32 ad3a456e5733: Verifying Checksum 12:26:32 ad3a456e5733: Download complete 12:26:32 33e27b845d1e: Download complete 12:26:32 7264a8db6415: Verifying Checksum 12:26:32 7264a8db6415: Download complete 12:26:32 c68163c4e522: Verifying Checksum 12:26:32 c68163c4e522: Download complete 12:26:32 7264a8db6415: Pull complete 12:26:32 c4d48a809fc2: Pull complete 12:26:32 23d2d4c4bb30: Verifying Checksum 12:26:32 23d2d4c4bb30: Download complete 12:26:32 4f1c88b9dad5: Download complete 12:26:33 50da416c3ac9: Verifying Checksum 12:26:33 50da416c3ac9: Download complete 12:26:36 4f1c88b9dad5: Pull complete 12:26:36 ad3a456e5733: Pull complete 12:26:36 33e27b845d1e: Pull complete 12:26:36 c68163c4e522: Pull complete 12:26:39 50da416c3ac9: Pull complete 12:26:39 23d2d4c4bb30: Pull complete 12:26:39 Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c 12:26:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:26:39 ---> 0786185ac409 12:26:39 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:26:40 ---> Running in 426b89240ab3 12:26:40 Removing intermediate container 426b89240ab3 12:26:40 ---> 739e8b3fed19 12:26:40 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:26:40 ---> Running in 43470ec6da27 12:26:40 Removing intermediate container 43470ec6da27 12:26:40 ---> e8659a09dc15 12:26:40 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:26:40 ---> Running in 54c0dfaafac2 12:26:40 Removing intermediate container 54c0dfaafac2 12:26:40 ---> 2d4e7c5ff3e2 12:26:40 Step 6/12 : WORKDIR /device-virtual-go 12:26:40 ---> Running in f76f02003b15 12:26:40 Removing intermediate container f76f02003b15 12:26:40 ---> fa1862afe819 12:26:40 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:26:40 ---> Running in 5ef79797ea02 12:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:26:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:26:41 (1/4) Installing openssh-keygen (9.3_p2-r0) 12:26:41 (2/4) Installing libedit (20221030.3.1-r1) 12:26:41 (3/4) Installing openssh-client-common (9.3_p2-r0) 12:26:41 (4/4) Installing openssh-client-default (9.3_p2-r0) 12:26:41 Executing busybox-1.36.1-r2.trigger 12:26:41 OK: 268 MiB in 56 packages 12:26:42 Removing intermediate container 5ef79797ea02 12:26:42 ---> 0f8d2e84a5f2 12:26:42 Step 8/12 : COPY go.mod vendor* ./ 12:26:42 ---> ca12fa4daac6 12:26:42 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:26:42 ---> Running in c31093dd8434 12:26:45 Still waiting to schedule task 12:26:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 12:27:28 Removing intermediate container c31093dd8434 12:27:28 ---> 3437d87e1b18 12:27:28 Step 10/12 : COPY . . 12:27:28 ---> 4662581a3dbc 12:27:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:27:28 ---> Running in af6413bcf2e4 12:27:28 Removing intermediate container af6413bcf2e4 12:27:28 ---> d2cc3f75a112 12:27:28 Step 12/12 : RUN $MAKE 12:27:28 ---> Running in 8f0dacbb46dd 12:27:28 noop 12:27:28 Removing intermediate container 8f0dacbb46dd 12:27:28 ---> 6a3a8674914e 12:27:28 Successfully built 6a3a8674914e 12:27:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:27:29 + docker inspect -f . ci-base-image-x86_64 12:27:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:27:29 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:27:29 $ 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 12:27:29 $ docker top 2685054a052d31c1570b76280eaa6b72a9564c67348e8dee11a651ff9be3d58c -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:29 + go version 12:27:29 go version go1.21.0 linux/amd64 [Pipeline] } 12:27:29 $ docker stop --time=1 2685054a052d31c1570b76280eaa6b72a9564c67348e8dee11a651ff9be3d58c 12:27:31 $ docker rm -f --volumes 2685054a052d31c1570b76280eaa6b72a9564c67348e8dee11a651ff9be3d58c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:27:31 + docker inspect -f . ci-base-image-x86_64 12:27:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:27:31 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:27:31 $ 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 12:27:32 $ docker top 90d74a1879a4eb394d2a87f9f903d0274597e1a2bdbc6d91446cc7918096b6f4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:32 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 12:27:32 + make test 12:27:32 go test ./... -coverprofile=coverage.out 12:27:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:27:44 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:27:44 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.018s coverage: 58.6% of statements 12:27:51 go vet ./... 12:27:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:27:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:27:55 ./bin/test-attribution-txt.sh [Pipeline] echo 12:27:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:27:55 $ docker stop --time=1 90d74a1879a4eb394d2a87f9f903d0274597e1a2bdbc6d91446cc7918096b6f4 12:28:00 $ docker rm -f --volumes 90d74a1879a4eb394d2a87f9f903d0274597e1a2bdbc6d91446cc7918096b6f4 [Pipeline] // withDockerContainer [Pipeline] sh 12:28:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:28:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:28:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:28:02 + ls -al . 12:28:02 total 204 12:28:02 drwxrwxr-x 9 jenkins jenkins 4096 Oct 4 12:27 . 12:28:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 12:26 .. 12:28:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 12:27 .git 12:28:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:26 .github 12:28:02 -rw-rw-r-- 1 jenkins jenkins 337 Oct 4 12:26 .gitignore 12:28:02 -rw-rw-r-- 1 jenkins jenkins 41 Oct 4 12:26 .golangci.yml 12:28:02 drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 12:26 .semver 12:28:02 -rw-rw-r-- 1 jenkins jenkins 9708 Oct 4 12:26 Attribution.txt 12:28:02 -rw-rw-r-- 1 jenkins jenkins 14372 Oct 4 12:26 CHANGELOG.md 12:28:02 -rw-rw-r-- 1 jenkins jenkins 1646 Oct 4 12:26 Dockerfile 12:28:02 -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 12:26 GOVERNANCE.md 12:28:02 -rw-rw-r-- 1 jenkins jenkins 660 Oct 4 12:26 Jenkinsfile 12:28:02 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 4 12:26 LICENSE 12:28:02 -rw-rw-r-- 1 jenkins jenkins 1947 Oct 4 12:26 Makefile 12:28:02 -rw-rw-r-- 1 jenkins jenkins 623 Oct 4 12:26 OWNERS.md 12:28:02 -rw-rw-r-- 1 jenkins jenkins 4111 Oct 4 12:26 README.md 12:28:02 -rw-rw-r-- 1 jenkins jenkins 12 Oct 4 12:26 VERSION 12:28:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 12:26 bin 12:28:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:26 cmd 12:28:02 -rw-r--r-- 1 jenkins jenkins 43063 Oct 4 12:27 coverage.out 12:28:02 -rw-rw-r-- 1 jenkins jenkins 3637 Oct 4 12:26 go.mod 12:28:02 -rw-rw-r-- 1 jenkins jenkins 35019 Oct 4 12:26 go.sum 12:28:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:26 internal 12:28:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 12:26 snap 12:28:02 -rw-rw-r-- 1 jenkins jenkins 235 Oct 4 12:26 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:02 + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f37031385f16eefedf40f271103157f893ed69f0 --label arch=amd64 --label version=3.1.0-dev.21 . 12:28:02 Sending build context to Docker daemon 23.71MB 12:28:02 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 12:28:02 Step 2/25 : FROM ${BASE} AS builder 12:28:02 ---> 6a3a8674914e 12:28:02 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:28:03 ---> Running in 9b146355b5be 12:28:03 Removing intermediate container 9b146355b5be 12:28:03 ---> 4ac08b2ece25 12:28:03 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:28:03 ---> Running in cb3c82248330 12:28:03 Removing intermediate container cb3c82248330 12:28:03 ---> 781a1a90073b 12:28:03 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:28:03 ---> Running in c60a42cd33fd 12:28:03 Removing intermediate container c60a42cd33fd 12:28:03 ---> f847be51cbe7 12:28:03 Step 6/25 : WORKDIR /device-virtual-go 12:28:03 ---> Running in c460f857b3ac 12:28:03 Removing intermediate container c460f857b3ac 12:28:03 ---> a0aa8c92121f 12:28:03 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:28:03 ---> Running in 0159f58af84a 12:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:28:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:28:04 OK: 268 MiB in 56 packages 12:28:04 Removing intermediate container 0159f58af84a 12:28:04 ---> f4a59c8c5669 12:28:04 Step 8/25 : COPY go.mod vendor* ./ 12:28:04 ---> a02b75331ed9 12:28:04 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:28:04 ---> Running in 4697845f9708 12:28:05 Removing intermediate container 4697845f9708 12:28:05 ---> e7eff11b7c91 12:28:05 Step 10/25 : COPY . . 12:28:06 ---> 5c3bee817881 12:28:06 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:28:06 ---> Running in fe361a08f1b1 12:28:06 Removing intermediate container fe361a08f1b1 12:28:06 ---> 5374783999a8 12:28:06 Step 12/25 : RUN $MAKE 12:28:07 ---> Running in 658f1f2565e2 12:28:07 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.21 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.33" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:28:22 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8472 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 12:28:22 Running in /w/workspace/device-virtual-go/147 [Pipeline] { [Pipeline] checkout 12:28:22 The recommended git tool is: git 12:28:27 using credential edgex-jenkins-ssh 12:28:27 Cloning the remote Git repository 12:28:27 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 12:28:27 > git init /w/workspace/device-virtual-go/147 # timeout=10 12:28:27 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 12:28:27 > git --version # timeout=10 12:28:27 > git --version # 'git version 2.25.1' 12:28:27 using GIT_SSH to set credentials SSH Credentials for GitHub 12:28:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:28:29 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 12:28:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:28:30 Avoid second fetch 12:28:30 Checking out Revision f37031385f16eefedf40f271103157f893ed69f0 (main) 12:28:31 Commit message: "Merge pull request #436 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.1.0-dev.33" 12:28:30 > git config core.sparsecheckout # timeout=10 12:28:30 > git checkout -f f37031385f16eefedf40f271103157f893ed69f0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:28:32 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 12:28:32 % Total % Received % Xferd Average Speed Time Time Time Current 12:28:32 Dload Upload Total Spent Left Speed 12:28:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12751 86 11015 0 0 84730 0 --:--:-- --:--:-- --:--:-- 84083 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh 12:28:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 12:28:33 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 12:28:33 + sudo tee /etc/docker/daemon.new 12:28:33 { 12:28:33 "registry-mirrors": [ 12:28:33 "https://nexus3.edgexfoundry.org:10001" 12:28:33 ], 12:28:33 "bip": "10.250.0.254/24", 12:28:33 "hosts": [ 12:28:33 "tcp://0.0.0.0:5555", 12:28:33 "unix:///var/run/docker.sock" 12:28:33 ], 12:28:33 "mtu": 1458, 12:28:33 "selinux-enabled": true, 12:28:33 "seccomp-profile": "/etc/docker/seccomp.json" 12:28:33 } [Pipeline] sh 12:28:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 12:28:33 + sudo service docker restart 12:28:34 Removing intermediate container 658f1f2565e2 12:28:34 ---> e5992dea9ffa 12:28:34 Step 13/25 : FROM alpine:3.18 12:28:34 3.18: Pulling from library/alpine 12:28:34 96526aa774ef: Pulling fs layer 12:28:34 96526aa774ef: Verifying Checksum 12:28:34 96526aa774ef: Download complete 12:28:34 96526aa774ef: Pull complete 12:28:34 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 12:28:34 Status: Downloaded newer image for alpine:3.18 12:28:34 ---> 8ca4688f4f35 12:28:34 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:28:34 ---> Running in 3eb57fc9f04a 12:28:34 Removing intermediate container 3eb57fc9f04a 12:28:34 ---> 6342334c65e9 12:28:34 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:28:34 ---> Running in 29fca819b803 12:28:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:28:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:28:34 (1/1) Installing dumb-init (1.2.5-r2) 12:28:34 Executing busybox-1.36.1-r2.trigger 12:28:34 OK: 7 MiB in 16 packages 12:28:34 Removing intermediate container 29fca819b803 12:28:34 ---> 42879cd94b65 12:28:34 Step 16/25 : WORKDIR / 12:28:34 ---> Running in 18f8ac5880c1 12:28:34 Removing intermediate container 18f8ac5880c1 12:28:34 ---> fcd71581ff8e 12:28:34 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:28:34 ---> 6f8fde56c4c7 12:28:34 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:28:34 ---> 7e02dae1dffb 12:28:34 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:28:35 ---> fa1489a98421 12:28:35 Step 20/25 : EXPOSE 59900 12:28:35 ---> Running in b1b74b5403de 12:28:35 Removing intermediate container b1b74b5403de 12:28:35 ---> 96018c791662 12:28:35 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:28:35 ---> Running in 31ea6fc33f4f 12:28:35 Removing intermediate container 31ea6fc33f4f 12:28:35 ---> 8ab92aa05a18 12:28:35 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:28:35 ---> Running in 4982bc5b651e 12:28:35 Removing intermediate container 4982bc5b651e 12:28:35 ---> 01194217b2b4 12:28:35 Step 23/25 : LABEL arch=amd64 12:28:35 ---> Running in d3d0c37d14c0 12:28:35 Removing intermediate container d3d0c37d14c0 12:28:35 ---> c1502a1c4640 12:28:35 Step 24/25 : LABEL git_sha=f37031385f16eefedf40f271103157f893ed69f0 12:28:35 ---> Running in 15942228e247 12:28:35 Removing intermediate container 15942228e247 12:28:35 ---> d9ccf46a3d07 12:28:35 Step 25/25 : LABEL version=3.1.0-dev.21 12:28:35 ---> Running in 285510413dd3 12:28:35 Removing intermediate container 285510413dd3 12:28:35 ---> 7d25af1b6398 12:28:35 [Warning] One or more build-args [ARCH] were not consumed 12:28:35 Successfully built 7d25af1b6398 12:28:35 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:28:36 provisioning config files... 12:28:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18436073506604837447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:28:36 ---> docker-login.sh 12:28:36 nexus3.edgexfoundry.org:10001 12:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:36 Configure a credential helper to remove this warning. See 12:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:36 12:28:36 Login Succeeded 12:28:36 nexus3.edgexfoundry.org:10002 12:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:36 Configure a credential helper to remove this warning. See 12:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:36 12:28:36 Login Succeeded 12:28:36 nexus3.edgexfoundry.org:10003 12:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:36 Configure a credential helper to remove this warning. See 12:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:36 12:28:36 Login Succeeded 12:28:36 nexus3.edgexfoundry.org:10004 12:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:36 Configure a credential helper to remove this warning. See 12:28:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:36 12:28:36 Login Succeeded 12:28:36 docker.io 12:28:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:37 Configure a credential helper to remove this warning. See 12:28:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:37 12:28:37 Login Succeeded 12:28:37 ---> docker-login.sh ends [Pipeline] } 12:28:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:28:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:28:37 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 12:28:37 f37031385f16eefedf40f271103157f893ed69f0 12:28:37 latest 12:28:37 3.1.0-dev.21 12:28:37 f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:28:37 main 12:28:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:37 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:37 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0 12:28:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:28:37 7e55b80e72e7: Preparing 12:28:37 753156483cfc: Preparing 12:28:37 d43e643e398e: Preparing 12:28:37 75e5414ff609: Preparing 12:28:37 cc2447e1835a: Preparing 12:28:37 cc2447e1835a: Layer already exists 12:28:38 753156483cfc: Pushed 12:28:38 75e5414ff609: Pushed 12:28:38 d43e643e398e: Pushed 12:28:40 7e55b80e72e7: Pushed 12:28:40 f37031385f16eefedf40f271103157f893ed69f0: digest: sha256:7d568d83f7474f2b28dacf40572d5d0a0cb618c038cc2bdb54212357d2c25fe9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:41 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:41 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 12:28:41 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:28:41 7e55b80e72e7: Preparing 12:28:41 753156483cfc: Preparing 12:28:41 d43e643e398e: Preparing 12:28:41 75e5414ff609: Preparing 12:28:41 cc2447e1835a: Preparing 12:28:41 75e5414ff609: Layer already exists 12:28:41 7e55b80e72e7: Layer already exists 12:28:41 d43e643e398e: Layer already exists 12:28:41 753156483cfc: Layer already exists 12:28:41 cc2447e1835a: Layer already exists 12:28:41 latest: digest: sha256:7d568d83f7474f2b28dacf40572d5d0a0cb618c038cc2bdb54212357d2c25fe9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:41 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.21 12:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:28:42 7e55b80e72e7: Preparing 12:28:42 753156483cfc: Preparing 12:28:42 d43e643e398e: Preparing 12:28:42 75e5414ff609: Preparing 12:28:42 cc2447e1835a: Preparing 12:28:42 d43e643e398e: Layer already exists 12:28:42 753156483cfc: Layer already exists 12:28:42 75e5414ff609: Layer already exists 12:28:42 7e55b80e72e7: Layer already exists 12:28:42 cc2447e1835a: Layer already exists 12:28:42 3.1.0-dev.21: digest: sha256:7d568d83f7474f2b28dacf40572d5d0a0cb618c038cc2bdb54212357d2c25fe9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:42 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:42 + docker push nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:28:42 7e55b80e72e7: Preparing 12:28:42 753156483cfc: Preparing 12:28:42 d43e643e398e: Preparing 12:28:42 75e5414ff609: Preparing 12:28:42 cc2447e1835a: Preparing 12:28:42 d43e643e398e: Layer already exists 12:28:42 cc2447e1835a: Layer already exists 12:28:42 7e55b80e72e7: Layer already exists 12:28:42 753156483cfc: Layer already exists 12:28:42 75e5414ff609: Layer already exists 12:28:42 f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21: digest: sha256:7d568d83f7474f2b28dacf40572d5d0a0cb618c038cc2bdb54212357d2c25fe9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:43 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:43 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 12:28:43 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 12:28:43 7e55b80e72e7: Preparing 12:28:43 753156483cfc: Preparing 12:28:43 d43e643e398e: Preparing 12:28:43 75e5414ff609: Preparing 12:28:43 cc2447e1835a: Preparing 12:28:43 75e5414ff609: Layer already exists 12:28:43 cc2447e1835a: Layer already exists 12:28:43 753156483cfc: Layer already exists 12:28:43 d43e643e398e: Layer already exists 12:28:43 7e55b80e72e7: Layer already exists 12:28:43 main: digest: sha256:7d568d83f7474f2b28dacf40572d5d0a0cb618c038cc2bdb54212357d2c25fe9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:28:43 ===================================================== [Pipeline] echo 12:28:43 taggedImages: 12:28:43 - nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0 12:28:43 - nexus3.edgexfoundry.org:10004/device-virtual:latest 12:28:43 - nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.21 12:28:43 - nexus3.edgexfoundry.org:10004/device-virtual:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:28: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 12:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:43 12:28:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:28:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:44 latest: Pulling from edgex-lftools-log-publisher 12:28:44 5eb5b503b376: Pulling fs layer 12:28:44 5c69ac0246d0: Pulling fs layer 12:28:44 ec43610c2a17: Pulling fs layer 12:28:44 3a2ae6a8a46f: Pulling fs layer 12:28:44 33b1e0a273af: Pulling fs layer 12:28:44 5d3b04190fa2: Pulling fs layer 12:28:44 2f39f015ded8: Pulling fs layer 12:28:44 2f39f015ded8: Waiting 12:28:44 3a2ae6a8a46f: Waiting 12:28:44 5d3b04190fa2: Waiting 12:28:44 33b1e0a273af: Waiting 12:28:44 5c69ac0246d0: Verifying Checksum 12:28:44 5c69ac0246d0: Download complete 12:28:44 3a2ae6a8a46f: Verifying Checksum 12:28:44 3a2ae6a8a46f: Download complete 12:28:44 33b1e0a273af: Verifying Checksum 12:28:44 33b1e0a273af: Download complete 12:28:44 5d3b04190fa2: Verifying Checksum 12:28:44 5d3b04190fa2: Download complete 12:28:44 ec43610c2a17: Verifying Checksum 12:28:44 ec43610c2a17: Download complete 12:28:44 5eb5b503b376: Verifying Checksum 12:28:44 5eb5b503b376: Download complete 12:28:44 2f39f015ded8: Download complete 12:28:45 5eb5b503b376: Pull complete 12:28:45 5c69ac0246d0: Pull complete 12:28:46 ec43610c2a17: Pull complete 12:28:46 3a2ae6a8a46f: Pull complete 12:28:46 33b1e0a273af: Pull complete 12:28:46 5d3b04190fa2: Pull complete 12:28:51 2f39f015ded8: Pull complete 12:28:51 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:28:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:28:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] withDockerContainer 12:28:52 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:28: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 12:29:00 $ docker top 97626b28d0f775ebf26e2da9458d8eca30ea94c90db2a758562ed89f9a9c726d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:29:00 provisioning config files... 12:29:00 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/147@tmp/config6721005648871114914tmp [Pipeline] libraryResource [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:29:00 ---> job-cost.sh 12:29:00 lf-activate-venv: SKIPPING 12:29:00 INFO: No Stack... 12:29:00 ---> docker-login.sh 12:29:00 nexus3.edgexfoundry.org:10001 12:29:00 INFO: Retrieving Pricing Info for: v3-standard-8 12:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:01 INFO: Archiving Costs [Pipeline] sh 12:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:29:01 Configure a credential helper to remove this warning. See 12:29:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:29:01 12:29:01 Login Succeeded 12:29:01 nexus3.edgexfoundry.org:10002 12:29:01 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 12:29:01 + cut -d, -f6 [Pipeline] lock 12:29:01 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] 12:29:01 Resource [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] did not exist. Created. 12:29:01 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:29:01 Configure a credential helper to remove this warning. See 12:29:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:29:01 12:29:01 Login Succeeded 12:29:01 nexus3.edgexfoundry.org:10003 12:29:01 + echo total: 0.2199999988079071 [Pipeline] stash 12:29:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:01 Stashed 1 file(s) [Pipeline] } 12:29:01 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] [Pipeline] // lock [Pipeline] } 12:29:01 $ docker stop --time=1 97626b28d0f775ebf26e2da9458d8eca30ea94c90db2a758562ed89f9a9c726d 12:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:29:02 Configure a credential helper to remove this warning. See 12:29:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:29:02 12:29:02 Login Succeeded 12:29:02 nexus3.edgexfoundry.org:10004 12:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:29:02 Configure a credential helper to remove this warning. See 12:29:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:29:02 12:29:02 Login Succeeded 12:29:02 docker.io 12:29:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:29:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:29:02 Configure a credential helper to remove this warning. See 12:29:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:29:02 12:29:02 Login Succeeded 12:29:02 ---> docker-login.sh ends 12:29:03 $ docker rm -f --volumes 97626b28d0f775ebf26e2da9458d8eca30ea94c90db2a758562ed89f9a9c726d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 12:29:03 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 12:29:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:29:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:29:03 ========================================================= 12:29:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 12:29:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:29:03 + 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 . 12:29:04 Sending build context to Docker daemon 11.97MB 12:29:04 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 12:29:04 Step 2/12 : FROM ${BASE} AS builder 12:29:04 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:29:04 9fda8d8052c6: Pulling fs layer 12:29:04 5d54e960e981: Pulling fs layer 12:29:04 c4a7e357bf2a: Pulling fs layer 12:29:04 f0e02332f6b5: Pulling fs layer 12:29:04 cefa15bbcfad: Pulling fs layer 12:29:04 17808c966233: Pulling fs layer 12:29:04 f4c1fc716caa: Pulling fs layer 12:29:04 f0e02332f6b5: Waiting 12:29:04 cefa15bbcfad: Waiting 12:29:04 17808c966233: Waiting 12:29:04 f4c1fc716caa: Waiting 12:29:04 5d54e960e981: Verifying Checksum 12:29:04 5d54e960e981: Download complete 12:29:04 f0e02332f6b5: Verifying Checksum 12:29:04 f0e02332f6b5: Download complete 12:29:04 cefa15bbcfad: Download complete 12:29:04 9fda8d8052c6: Download complete 12:29:04 f4c1fc716caa: Verifying Checksum 12:29:04 f4c1fc716caa: Download complete 12:29:05 9fda8d8052c6: Pull complete 12:29:05 5d54e960e981: Pull complete 12:29:06 c4a7e357bf2a: Verifying Checksum 12:29:06 c4a7e357bf2a: Download complete 12:29:06 17808c966233: Verifying Checksum 12:29:18 c4a7e357bf2a: Pull complete 12:29:18 f0e02332f6b5: Pull complete 12:29:18 cefa15bbcfad: Pull complete 12:29:25 17808c966233: Pull complete 12:29:26 f4c1fc716caa: Pull complete 12:29:26 Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 12:29:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 12:29:26 ---> ea914061e18c 12:29:26 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:29:27 ---> Running in da4c4e770b05 12:29:27 Removing intermediate container da4c4e770b05 12:29:27 ---> 6d79b490f2a9 12:29:27 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:29:27 ---> Running in 5f2f350b759d 12:29:28 Removing intermediate container 5f2f350b759d 12:29:28 ---> 0583d5de2c49 12:29:28 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:29:28 ---> Running in 1fa744b78c00 12:29:28 Removing intermediate container 1fa744b78c00 12:29:28 ---> cac3eae88d41 12:29:28 Step 6/12 : WORKDIR /device-virtual-go 12:29:28 ---> Running in c8f540e45b48 12:29:28 Removing intermediate container c8f540e45b48 12:29:28 ---> 586fb46ce29c 12:29:28 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:29:28 ---> Running in 5992e9bf9e2d 12:29:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:29:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:29:31 (1/4) Installing openssh-keygen (9.3_p2-r0) 12:29:31 (2/4) Installing libedit (20221030.3.1-r1) 12:29:31 (3/4) Installing openssh-client-common (9.3_p2-r0) 12:29:31 (4/4) Installing openssh-client-default (9.3_p2-r0) 12:29:31 Executing busybox-1.36.1-r2.trigger 12:29:31 OK: 270 MiB in 56 packages 12:29:32 Removing intermediate container 5992e9bf9e2d 12:29:32 ---> 12f2e86475e1 12:29:32 Step 8/12 : COPY go.mod vendor* ./ 12:29:33 ---> 9283fd5b4ba1 12:29:33 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:29:33 ---> Running in 935559b6450b 12:30:54 Removing intermediate container 935559b6450b 12:30:54 ---> 9e02b1bf65e4 12:30:54 Step 10/12 : COPY . . 12:30:54 ---> 6673e616bd89 12:30:54 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:30:54 ---> Running in 70725c345119 12:30:54 Removing intermediate container 70725c345119 12:30:54 ---> b204eeb03eb1 12:30:54 Step 12/12 : RUN $MAKE 12:30:54 ---> Running in 52cc1a770d53 12:30:54 noop 12:30:54 Removing intermediate container 52cc1a770d53 12:30:54 ---> a781819d6c3f 12:30:54 Successfully built a781819d6c3f 12:30:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:55 + docker inspect -f . ci-base-image-arm64 12:30:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:55 prd-ubuntu20.04-docker-arm64-4c-16g-8472 does not seem to be running inside a container 12:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/147 -v /w/workspace/device-virtual-go/147:/w/workspace/device-virtual-go/147:rw,z -v /w/workspace/device-virtual-go/147@tmp:/w/workspace/device-virtual-go/147@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 12:30:56 $ docker top 66c6383ccdbe49a0b0c7c5bad621c7274d283d764ad5591e9fee0f1efadda511 -eo pid,comm [Pipeline] { [Pipeline] sh 12:30:57 + go version 12:30:57 go version go1.21.0 linux/arm64 [Pipeline] } 12:30:57 $ docker stop --time=1 66c6383ccdbe49a0b0c7c5bad621c7274d283d764ad5591e9fee0f1efadda511 12:30:59 $ docker rm -f --volumes 66c6383ccdbe49a0b0c7c5bad621c7274d283d764ad5591e9fee0f1efadda511 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:30:59 + docker inspect -f . ci-base-image-arm64 12:30:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:30:59 prd-ubuntu20.04-docker-arm64-4c-16g-8472 does not seem to be running inside a container 12:30:59 $ 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/147 -v /w/workspace/device-virtual-go/147:/w/workspace/device-virtual-go/147:rw,z -v /w/workspace/device-virtual-go/147@tmp:/w/workspace/device-virtual-go/147@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 12:31:00 $ docker top b40d3dae8756bc8061bc6bf5c37d1906a40938097a7e7a0d65931229a9dbdf42 -eo pid,comm [Pipeline] { [Pipeline] sh 12:31:01 + git config --global --add safe.directory /w/workspace/device-virtual-go/147 [Pipeline] fileExists [Pipeline] sh 12:31:01 + make test 12:31:01 go test ./... -coverprofile=coverage.out 12:31:09 ? github.com/edgexfoundry/device-virtual-go [no test files] 12:32:31 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 12:32:31 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.067s coverage: 58.4% of statements 12:32:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 12:32:31 go vet ./... 12:32:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:32:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:32:58 ./bin/test-attribution-txt.sh [Pipeline] echo 12:32:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 12:32:58 $ docker stop --time=1 b40d3dae8756bc8061bc6bf5c37d1906a40938097a7e7a0d65931229a9dbdf42 12:33:00 $ docker rm -f --volumes b40d3dae8756bc8061bc6bf5c37d1906a40938097a7e7a0d65931229a9dbdf42 [Pipeline] // withDockerContainer [Pipeline] sh 12:33:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:33:01 Warning: overwriting stash ‘coverage-report’ 12:33:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:33:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:33:02 + ls -al . 12:33:02 total 200 12:33:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 12:31 . 12:33:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 12:28 .. 12:33:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 4 12:28 .git 12:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:28 .github 12:33:02 -rw-rw-r-- 1 jenkins jenkins 337 Oct 4 12:28 .gitignore 12:33:02 -rw-rw-r-- 1 jenkins jenkins 41 Oct 4 12:28 .golangci.yml 12:33:02 -rw-rw-r-- 1 jenkins jenkins 9708 Oct 4 12:28 Attribution.txt 12:33:02 -rw-rw-r-- 1 jenkins jenkins 14372 Oct 4 12:28 CHANGELOG.md 12:33:02 -rw-rw-r-- 1 jenkins jenkins 1646 Oct 4 12:28 Dockerfile 12:33:02 -rw-rw-r-- 1 jenkins jenkins 677 Oct 4 12:28 GOVERNANCE.md 12:33:02 -rw-rw-r-- 1 jenkins jenkins 660 Oct 4 12:28 Jenkinsfile 12:33:02 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 4 12:28 LICENSE 12:33:02 -rw-rw-r-- 1 jenkins jenkins 1947 Oct 4 12:28 Makefile 12:33:02 -rw-rw-r-- 1 jenkins jenkins 623 Oct 4 12:28 OWNERS.md 12:33:02 -rw-rw-r-- 1 jenkins jenkins 4111 Oct 4 12:28 README.md 12:33:02 -rw-rw-r-- 1 jenkins jenkins 12 Oct 4 12:26 VERSION 12:33:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 4 12:28 bin 12:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:28 cmd 12:33:02 -rw-r--r-- 1 jenkins jenkins 43063 Oct 4 12:32 coverage.out 12:33:02 -rw-rw-r-- 1 jenkins jenkins 3637 Oct 4 12:28 go.mod 12:33:02 -rw-rw-r-- 1 jenkins jenkins 35019 Oct 4 12:28 go.sum 12:33:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 4 12:28 internal 12:33:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 4 12:28 snap 12:33:02 -rw-rw-r-- 1 jenkins jenkins 235 Oct 4 12:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:33:03 + 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=f37031385f16eefedf40f271103157f893ed69f0 --label arch=arm64 --label version=3.1.0-dev.21 . 12:33:03 Sending build context to Docker daemon 12.02MB 12:33:03 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 12:33:03 Step 2/25 : FROM ${BASE} AS builder 12:33:03 ---> a781819d6c3f 12:33:03 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 12:33:06 ---> Running in f894925b2c9d 12:33:06 Removing intermediate container f894925b2c9d 12:33:06 ---> 4132e6356dea 12:33:06 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 12:33:06 ---> Running in 8f3781250850 12:33:06 Removing intermediate container 8f3781250850 12:33:06 ---> b699b15cbde2 12:33:06 Step 5/25 : ARG ADD_BUILD_TAGS="" 12:33:06 ---> Running in 68644edef079 12:33:07 Removing intermediate container 68644edef079 12:33:07 ---> 07ca25ec6ba7 12:33:07 Step 6/25 : WORKDIR /device-virtual-go 12:33:07 ---> Running in 570fc9af6cf4 12:33:07 Removing intermediate container 570fc9af6cf4 12:33:07 ---> 66b1e4da72f5 12:33:07 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:33:07 ---> Running in 31e42fd2f6ec 12:33:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:33:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:33:10 OK: 270 MiB in 56 packages 12:33:11 Removing intermediate container 31e42fd2f6ec 12:33:11 ---> 75bad62b5d0e 12:33:11 Step 8/25 : COPY go.mod vendor* ./ 12:33:11 ---> c540daab797a 12:33:11 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:33:11 ---> Running in 4ebc5ddc15c2 12:33:14 Removing intermediate container 4ebc5ddc15c2 12:33:14 ---> b1809ec68276 12:33:14 Step 10/25 : COPY . . 12:33:15 ---> c93b6bd6d9e0 12:33:15 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:33:15 ---> Running in 62dec79b1aa9 12:33:16 Removing intermediate container 62dec79b1aa9 12:33:16 ---> 0d93bd2a5ba5 12:33:16 Step 12/25 : RUN $MAKE 12:33:16 ---> Running in 69aa72999a09 12:33:17 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.21 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.33" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 12:35:10 Removing intermediate container 69aa72999a09 12:35:10 ---> 9e56ed2cbde5 12:35:10 Step 13/25 : FROM alpine:3.18 12:35:10 3.18: Pulling from library/alpine 12:35:10 579b34f0a95b: Pulling fs layer 12:35:10 579b34f0a95b: Verifying Checksum 12:35:10 579b34f0a95b: Download complete 12:35:10 579b34f0a95b: Pull complete 12:35:10 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 12:35:10 Status: Downloaded newer image for alpine:3.18 12:35:10 ---> 3cc203321400 12:35:10 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 12:35:10 ---> Running in 867401404dd4 12:35:10 Removing intermediate container 867401404dd4 12:35:10 ---> 88653b7312bd 12:35:10 Step 15/25 : RUN apk add --update --no-cache dumb-init 12:35:10 ---> Running in 679476b8939e 12:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 12:35:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 12:35:11 (1/1) Installing dumb-init (1.2.5-r2) 12:35:11 Executing busybox-1.36.1-r2.trigger 12:35:11 OK: 8 MiB in 16 packages 12:35:12 Removing intermediate container 679476b8939e 12:35:12 ---> 3317310fb174 12:35:12 Step 16/25 : WORKDIR / 12:35:12 ---> Running in 1750a7d471d0 12:35:13 Removing intermediate container 1750a7d471d0 12:35:13 ---> efa0387ca8c7 12:35:13 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 12:35:13 ---> bcdd33cd119d 12:35:13 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 12:35:14 ---> a36d26117613 12:35:14 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 12:35:15 ---> a5db74319dfe 12:35:15 Step 20/25 : EXPOSE 59900 12:35:15 ---> Running in 439af3b38983 12:35:15 Removing intermediate container 439af3b38983 12:35:15 ---> 7a1a59f1d97a 12:35:15 Step 21/25 : ENTRYPOINT ["/device-virtual"] 12:35:15 ---> Running in aa44b736fe72 12:35:16 Removing intermediate container aa44b736fe72 12:35:16 ---> 89342deba49a 12:35:16 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 12:35:16 ---> Running in b3af3a41660b 12:35:16 Removing intermediate container b3af3a41660b 12:35:16 ---> e71537f335e6 12:35:16 Step 23/25 : LABEL arch=arm64 12:35:16 ---> Running in 156ae43a52ed 12:35:17 Removing intermediate container 156ae43a52ed 12:35:17 ---> deef05593f21 12:35:17 Step 24/25 : LABEL git_sha=f37031385f16eefedf40f271103157f893ed69f0 12:35:17 ---> Running in 73f9064c61b1 12:35:17 Removing intermediate container 73f9064c61b1 12:35:17 ---> b854a11599c0 12:35:17 Step 25/25 : LABEL version=3.1.0-dev.21 12:35:17 ---> Running in 80a5803625ae 12:35:17 Removing intermediate container 80a5803625ae 12:35:17 ---> dbc916f702cb 12:35:17 [Warning] One or more build-args [ARCH] were not consumed 12:35:17 Successfully built dbc916f702cb 12:35:17 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 12:35:17 provisioning config files... 12:35:17 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/147@tmp/config12893682779541163468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:35:18 ---> docker-login.sh 12:35:18 nexus3.edgexfoundry.org:10001 12:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:18 Configure a credential helper to remove this warning. See 12:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:18 12:35:18 Login Succeeded 12:35:18 nexus3.edgexfoundry.org:10002 12:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:18 Configure a credential helper to remove this warning. See 12:35:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:18 12:35:18 Login Succeeded 12:35:18 nexus3.edgexfoundry.org:10003 12:35:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:19 Configure a credential helper to remove this warning. See 12:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:19 12:35:19 Login Succeeded 12:35:19 nexus3.edgexfoundry.org:10004 12:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:19 Configure a credential helper to remove this warning. See 12:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:19 12:35:19 Login Succeeded 12:35:19 docker.io 12:35:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:35:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:35:19 Configure a credential helper to remove this warning. See 12:35:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:35:19 12:35:19 Login Succeeded 12:35:19 ---> docker-login.sh ends [Pipeline] } 12:35:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:35:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 12:35:20 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 12:35:20 f37031385f16eefedf40f271103157f893ed69f0 12:35:20 latest 12:35:20 3.1.0-dev.21 12:35:20 f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:35:20 main 12:35:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:20 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:20 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0 12:35:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:35:20 a7cb77e67167: Preparing 12:35:20 3976df2c0ae6: Preparing 12:35:20 cf54f90c2b4b: Preparing 12:35:20 245430e7521c: Preparing 12:35:20 5f4d9fc4d98d: Preparing 12:35:20 5f4d9fc4d98d: Layer already exists 12:35:20 3976df2c0ae6: Pushed 12:35:20 cf54f90c2b4b: Pushed 12:35:20 245430e7521c: Pushed 12:35:27 a7cb77e67167: Pushed 12:35:27 f37031385f16eefedf40f271103157f893ed69f0: digest: sha256:fb0cf586a8ec47c5cc38f1370c257a1ed98f521b170b80425dcc660a3604dec3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:27 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 12:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:35:28 a7cb77e67167: Preparing 12:35:28 3976df2c0ae6: Preparing 12:35:28 cf54f90c2b4b: Preparing 12:35:28 245430e7521c: Preparing 12:35:28 5f4d9fc4d98d: Preparing 12:35:28 a7cb77e67167: Layer already exists 12:35:28 245430e7521c: Layer already exists 12:35:28 3976df2c0ae6: Layer already exists 12:35:28 cf54f90c2b4b: Layer already exists 12:35:28 5f4d9fc4d98d: Layer already exists 12:35:28 latest: digest: sha256:fb0cf586a8ec47c5cc38f1370c257a1ed98f521b170b80425dcc660a3604dec3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:28 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.21 12:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:35:29 a7cb77e67167: Preparing 12:35:29 3976df2c0ae6: Preparing 12:35:29 cf54f90c2b4b: Preparing 12:35:29 245430e7521c: Preparing 12:35:29 5f4d9fc4d98d: Preparing 12:35:29 3976df2c0ae6: Layer already exists 12:35:29 cf54f90c2b4b: Layer already exists 12:35:29 5f4d9fc4d98d: Layer already exists 12:35:29 245430e7521c: Layer already exists 12:35:29 a7cb77e67167: Layer already exists 12:35:29 3.1.0-dev.21: digest: sha256:fb0cf586a8ec47c5cc38f1370c257a1ed98f521b170b80425dcc660a3604dec3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:29 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:29 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:35:29 a7cb77e67167: Preparing 12:35:29 3976df2c0ae6: Preparing 12:35:29 cf54f90c2b4b: Preparing 12:35:29 245430e7521c: Preparing 12:35:29 5f4d9fc4d98d: Preparing 12:35:29 5f4d9fc4d98d: Layer already exists 12:35:29 245430e7521c: Layer already exists 12:35:29 3976df2c0ae6: Layer already exists 12:35:29 cf54f90c2b4b: Layer already exists 12:35:29 a7cb77e67167: Layer already exists 12:35:29 f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21: digest: sha256:fb0cf586a8ec47c5cc38f1370c257a1ed98f521b170b80425dcc660a3604dec3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:30 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:30 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 12:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 12:35:30 a7cb77e67167: Preparing 12:35:30 3976df2c0ae6: Preparing 12:35:30 cf54f90c2b4b: Preparing 12:35:30 245430e7521c: Preparing 12:35:30 5f4d9fc4d98d: Preparing 12:35:30 a7cb77e67167: Layer already exists 12:35:30 5f4d9fc4d98d: Layer already exists 12:35:30 3976df2c0ae6: Layer already exists 12:35:30 cf54f90c2b4b: Layer already exists 12:35:30 245430e7521c: Layer already exists 12:35:30 main: digest: sha256:fb0cf586a8ec47c5cc38f1370c257a1ed98f521b170b80425dcc660a3604dec3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:35:31 ===================================================== [Pipeline] echo 12:35:31 taggedImages: 12:35:31 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0 12:35:31 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 12:35:31 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.21 12:35:31 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:f37031385f16eefedf40f271103157f893ed69f0-3.1.0-dev.21 12:35:31 - 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 12:35:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:35:31 12:35:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:35:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:35:31 arm64: Pulling from edgex-lftools-log-publisher 12:35:31 8998bd30e6a1: Pulling fs layer 12:35:31 04944245beec: Pulling fs layer 12:35:31 699f458cf7ca: Pulling fs layer 12:35:31 765212b225bb: Pulling fs layer 12:35:31 f23df028b6ca: Pulling fs layer 12:35:31 d65c8cfc05b1: Pulling fs layer 12:35:31 2437ff75d9bd: Pulling fs layer 12:35:31 f23df028b6ca: Waiting 12:35:31 d65c8cfc05b1: Waiting 12:35:31 2437ff75d9bd: Waiting 12:35:31 765212b225bb: Waiting 12:35:32 04944245beec: Verifying Checksum 12:35:32 04944245beec: Download complete 12:35:32 765212b225bb: Verifying Checksum 12:35:32 765212b225bb: Download complete 12:35:32 f23df028b6ca: Download complete 12:35:32 d65c8cfc05b1: Verifying Checksum 12:35:32 d65c8cfc05b1: Download complete 12:35:32 699f458cf7ca: Verifying Checksum 12:35:32 699f458cf7ca: Download complete 12:35:32 8998bd30e6a1: Verifying Checksum 12:35:32 8998bd30e6a1: Download complete 12:35:35 2437ff75d9bd: Verifying Checksum 12:35:35 2437ff75d9bd: Download complete 12:35:36 8998bd30e6a1: Pull complete 12:35:36 04944245beec: Pull complete 12:35:38 699f458cf7ca: Pull complete 12:35:38 765212b225bb: Pull complete 12:35:39 f23df028b6ca: Pull complete 12:35:39 d65c8cfc05b1: Pull complete 12:35:54 2437ff75d9bd: Pull complete 12:35:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 12:35:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 12:35:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:35:54 prd-ubuntu20.04-docker-arm64-4c-16g-8472 does not seem to be running inside a container 12:35:54 $ 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/147 -v /w/workspace/device-virtual-go/147:/w/workspace/device-virtual-go/147:rw,z -v /w/workspace/device-virtual-go/147@tmp:/w/workspace/device-virtual-go/147@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 12:35:57 $ docker top 5d7887464b86d46e4350c82bc0ec6fad9c08a002eaac294b06ab5445d3c3c2ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:35:57 ---> job-cost.sh 12:35:57 lf-activate-venv: SKIPPING 12:35:57 INFO: No Stack... 12:35:58 INFO: Retrieving Pricing Info for: v3-standard-4 12:35:59 INFO: Archiving Costs [Pipeline] sh 12:35:59 + cut -d, -f6 12:35:59 + cat /w/workspace/device-virtual-go/147/archives/cost.csv [Pipeline] lock 12:35:59 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] 12:35:59 Resource [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] did not exist. Created. 12:35:59 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:35:59 /w/workspace/device-virtual-go/147@tmp/durable-c89b136b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:36:00 + echo total: 0.10999999940395355 [Pipeline] stash 12:36:00 Warning: overwriting stash ‘stack-cost’ 12:36:00 Stashed 1 file(s) [Pipeline] } 12:36:00 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-147-stack-cost] [Pipeline] // lock [Pipeline] } 12:36:00 $ docker stop --time=1 5d7887464b86d46e4350c82bc0ec6fad9c08a002eaac294b06ab5445d3c3c2ef 12:36:01 $ docker rm -f --volumes 5d7887464b86d46e4350c82bc0ec6fad9c08a002eaac294b06ab5445d3c3c2ef [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 12:36:02 provisioning config files... 12:36:02 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17566649464417223797tmp [Pipeline] { [Pipeline] sh 12:36:02 + set +x 12:36:02 + bash -s -- 12:36:02 + curl -s https://codecov.io/bash 12:36:02 12:36:02 _____ _ 12:36:02 / ____| | | 12:36:02 | | ___ __| | ___ ___ _____ __ 12:36:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:36:02 | |___| (_) | (_| | __/ (_| (_) \ V / 12:36:02 \_____\___/ \__,_|\___|\___\___/ \_/ 12:36:02 Bash-1.0.6 12:36:02 12:36:02 12:36:02 ==> git version 2.25.1 found 12:36:02 ==> 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 12:36:02 Release-Date: 2020-01-08 12:36:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 12:36:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 12:36:02 ==> Jenkins CI detected. 12:36:02 current dir:  /w/workspace/exfoundry_device-virtual-go_main 12:36:02 project root: . 12:36:02 --> token set from env 12:36:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:36:02 ==> Running gcov in . (disable via -X gcov) 12:36:02 ==> Python coveragepy not found 12:36:02 ==> Searching for coverage reports in: 12:36:02 + . 12:36:02 -> Found 1 reports 12:36:02 ==> Detecting git/mercurial file structure 12:36:02 ==> Reading reports 12:36:02 + ./coverage.out bytes=43063 12:36:02 ==> Appending adjustments 12:36:02 https://docs.codecov.io/docs/fixing-reports 12:36:02 + Found adjustments 12:36:02 ==> Gzipping contents 12:36:02 8.0K /tmp/codecov.4ivcZA.gz 12:36:02 ==> Uploading reports 12:36:02 url: https://codecov.io 12:36:02 query: branch=main&commit=f37031385f16eefedf40f271103157f893ed69f0&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:36:02 -> Pinging Codecov 12:36:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=f37031385f16eefedf40f271103157f893ed69f0&build=147&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F147%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 12:36:02 -> Uploading to 12:36:02 https://storage.googleapis.com/codecov/v4/raw/2023-10-04/5E52B4B073DB2E39498172D8E973AA87/f37031385f16eefedf40f271103157f893ed69f0/df0b76c0-e810-4394-8b3a-0ff5f65db115.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231004%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231004T123602Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=04622c2d454b114dcc46d4facc323921cee3c94b595d0c8a3b171efecb421370 12:36:02 % Total % Received % Xferd Average Speed Time Time Time Current 12:36:02 Dload Upload Total Spent Left Speed 12:36:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 22539 --:--:-- --:--:-- --:--:-- 22539 12:36:03 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] } 12:36:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 12:36:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 12:36:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:36:03 12:36:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:36:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 12:36:03 df9b9388f04a: Pulling fs layer 12:36:03 52dc419b0ee2: Pulling fs layer 12:36:03 25bc292e5bac: Pulling fs layer 12:36:03 114826534d7a: Pulling fs layer 12:36:03 4657fd5d0bcf: Pulling fs layer 12:36:03 6ad1cebc031e: Pulling fs layer 12:36:03 8a3aa393b2d8: Pulling fs layer 12:36:03 4657fd5d0bcf: Waiting 12:36:03 6ad1cebc031e: Waiting 12:36:03 8a3aa393b2d8: Waiting 12:36:03 114826534d7a: Waiting 12:36:03 25bc292e5bac: Download complete 12:36:03 52dc419b0ee2: Verifying Checksum 12:36:03 52dc419b0ee2: Download complete 12:36:03 4657fd5d0bcf: Verifying Checksum 12:36:03 4657fd5d0bcf: Download complete 12:36:03 df9b9388f04a: Verifying Checksum 12:36:03 df9b9388f04a: Download complete 12:36:04 6ad1cebc031e: Verifying Checksum 12:36:04 6ad1cebc031e: Download complete 12:36:04 df9b9388f04a: Pull complete 12:36:04 52dc419b0ee2: Pull complete 12:36:04 25bc292e5bac: Pull complete 12:36:04 114826534d7a: Verifying Checksum 12:36:04 114826534d7a: Download complete 12:36:04 8a3aa393b2d8: Verifying Checksum 12:36:04 8a3aa393b2d8: Download complete 12:36:09 114826534d7a: Pull complete 12:36:09 4657fd5d0bcf: Pull complete 12:36:09 6ad1cebc031e: Pull complete 12:36:13 8a3aa393b2d8: Pull complete 12:36:13 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 12:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 12:36:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:36:13 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:36:13 $ 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 12:36:18 $ docker top f0631be8ec9fd8092238bb5c77a610d3470182b4267ac21ffb44eaa127aba007 -eo pid,comm [Pipeline] { [Pipeline] echo 12:36:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 12:36:18 + set -o pipefail 12:36:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 12:36:23 12:36:23 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 12:36:23 12:36:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/39fd933d-964a-4295-ad7a-b23526ad6607 12:36:23 12:36:23 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 12:36:23 12:36:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 12:36:23 12:36:23 12:36:23 A medium severity vulnerability was found in the Snyk CLI versions you are using. 12:36:23 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 12:36:23 More details here: https://snyk.co/ue1NS 12:36:23 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 12:36:23 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 12:36:24 $ docker stop --time=1 f0631be8ec9fd8092238bb5c77a610d3470182b4267ac21ffb44eaa127aba007 12:36:28 $ docker rm -f --volumes f0631be8ec9fd8092238bb5c77a610d3470182b4267ac21ffb44eaa127aba007 [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 12:36:29 + git log --format=format:%s -1 f37031385f16eefedf40f271103157f893ed69f0 [Pipeline] sh 12:36:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:36:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:36:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:36:30 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:36: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 12:36:30 $ docker top 7fb8310dee9a3d0438bcc6af54fcf06f30fab4fc6af5845318ff3ea6a896df4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:36:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:36:30 [ssh-agent] Looking for ssh-agent implementation... 12:36:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:36:30 $ docker exec 7fb8310dee9a3d0438bcc6af54fcf06f30fab4fc6af5845318ff3ea6a896df4b ssh-agent 12:36:30 SSH_AUTH_SOCK=/tmp/ssh-u0ZcVKMfjCI4/agent.31 12:36:30 SSH_AGENT_PID=37 12:36:30 Running ssh-add (command line suppressed) 12:36:30 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17103248821657575257.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17103248821657575257.key) 12:36:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:36:31 + git semver tag 12:36:31 2023-10-04 12:36:31,485 [run_tag] DEBUG tag force:False 12:36:31 2023-10-04 12:36:31,485 [check_head_tag] DEBUG check head tag 12:36:31 2023-10-04 12:36:31,486 [execute] INFO git cat-file --batch-check 12:36:31 2023-10-04 12:36:31,486 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 12:36:31 2023-10-04 12:36:31,489 [execute] INFO git cat-file --batch 12:36:31 2023-10-04 12:36:31,490 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 12:36:31 2023-10-04 12:36:31,502 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:31 2023-10-04 12:36:31,503 [execute] INFO git tag -a v3.1.0-dev.21 -m v3.1.0-dev.21 12:36:31 2023-10-04 12:36:31,503 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.21', '-m', 'v3.1.0-dev.21'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 12:36:31 2023-10-04 12:36:31,507 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:31 3.1.0-dev.21 [Pipeline] } 12:36:31 $ docker exec --env ******** --env ******** 7fb8310dee9a3d0438bcc6af54fcf06f30fab4fc6af5845318ff3ea6a896df4b ssh-agent -k 12:36:31 unset SSH_AUTH_SOCK; 12:36:31 unset SSH_AGENT_PID; 12:36:31 echo Agent pid 37 killed; 12:36:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:36:31 + git semver [Pipeline] } 12:36:32 $ docker stop --time=1 7fb8310dee9a3d0438bcc6af54fcf06f30fab4fc6af5845318ff3ea6a896df4b 12:36:33 $ docker rm -f --volumes 7fb8310dee9a3d0438bcc6af54fcf06f30fab4fc6af5845318ff3ea6a896df4b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:36:33 12:36:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:36:34 0.23.1-centos7: Pulling from edgex-lftools 12:36:34 ab5ef0e58194: Pulling fs layer 12:36:34 9712f1f96733: Pulling fs layer 12:36:34 63f879dbbcfc: Pulling fs layer 12:36:34 0d9ebad4ef96: Pulling fs layer 12:36:34 e9a5061849ea: Pulling fs layer 12:36:34 d747dcd14b5f: Pulling fs layer 12:36:34 2de7ff778b66: Pulling fs layer 12:36:34 0d9ebad4ef96: Waiting 12:36:34 e9a5061849ea: Waiting 12:36:34 2de7ff778b66: Waiting 12:36:34 d747dcd14b5f: Waiting 12:36:34 9712f1f96733: Download complete 12:36:34 63f879dbbcfc: Verifying Checksum 12:36:34 63f879dbbcfc: Download complete 12:36:34 e9a5061849ea: Verifying Checksum 12:36:34 e9a5061849ea: Download complete 12:36:34 d747dcd14b5f: Verifying Checksum 12:36:34 d747dcd14b5f: Download complete 12:36:34 ab5ef0e58194: Verifying Checksum 12:36:34 ab5ef0e58194: Download complete 12:36:34 0d9ebad4ef96: Verifying Checksum 12:36:34 0d9ebad4ef96: Download complete 12:36:34 2de7ff778b66: Verifying Checksum 12:36:34 2de7ff778b66: Download complete 12:36:38 ab5ef0e58194: Pull complete 12:36:38 9712f1f96733: Pull complete 12:36:38 63f879dbbcfc: Pull complete 12:36:42 0d9ebad4ef96: Pull complete 12:36:42 e9a5061849ea: Pull complete 12:36:42 d747dcd14b5f: Pull complete 12:36:43 2de7ff778b66: Pull complete 12:36:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 12:36:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 12:36:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:36:43 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:36:43 $ 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 12:36:50 $ docker top 521627acd2a24285fa0ce482f2c924bf32e5bbac23ef683ca31911d27d1150ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 12:36:50 provisioning config files... 12:36:50 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14172895537304306438tmp 12:36:50 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5863029456207863300tmp 12:36:50 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15964054441276092441tmp [Pipeline] { [Pipeline] echo 12:36:50 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 12:36:50 ---> sigul-configuration.sh 12:36:50 gpg: directory `/root/.gnupg' created 12:36:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 12:36:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 12:36:50 gpg: keyring `/root/.gnupg/secring.gpg' created 12:36:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 12:36:50 gpg: CAST5 encrypted data 12:36:50 gpg: encrypted with 1 passphrase 12:36:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 12:36:51 + mkdir /home/jenkins 12:36:51 + mkdir /home/jenkins/sigul [Pipeline] sh 12:36:51 + 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 12:36:51 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 12:36:51 ---> sigul-install.sh 12:36:51 Sigul already installed; skipping installation. [Pipeline] sh 12:36:51 + git tag --list 12:36:51 v1.0.0 12:36:51 v1.1.0 12:36:51 v1.1.1 12:36:51 v1.2.1 12:36:51 v1.2.2 12:36:51 v1.2.3 12:36:51 v1.3.0 12:36:51 v1.3.1 12:36:51 v2.0.0 12:36:51 v2.1.0 12:36:51 v2.1.1 12:36:51 v2.2.0 12:36:51 v2.3.0 12:36:51 v3.0 12:36:51 v3.0.0 12:36:51 v3.1.0-dev.1 12:36:51 v3.1.0-dev.10 12:36:51 v3.1.0-dev.11 12:36:51 v3.1.0-dev.12 12:36:51 v3.1.0-dev.13 12:36:51 v3.1.0-dev.14 12:36:51 v3.1.0-dev.15 12:36:51 v3.1.0-dev.16 12:36:51 v3.1.0-dev.17 12:36:51 v3.1.0-dev.18 12:36:51 v3.1.0-dev.19 12:36:51 v3.1.0-dev.2 12:36:51 v3.1.0-dev.20 12:36:51 v3.1.0-dev.21 12:36:51 v3.1.0-dev.3 12:36:51 v3.1.0-dev.4 12:36:51 v3.1.0-dev.5 12:36:51 v3.1.0-dev.6 12:36:51 v3.1.0-dev.7 12:36:51 v3.1.0-dev.8 12:36:51 v3.1.0-dev.9 [Pipeline] sh 12:36:52 + lftools sign git-tag v3.1.0-dev.21 12:36:52 Signing Git tag with Sigul... 12:36:52 Signing v3.1.0-dev.21 [Pipeline] echo 12:36:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 12:36:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 12:36:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 12:36:53 $ docker stop --time=1 521627acd2a24285fa0ce482f2c924bf32e5bbac23ef683ca31911d27d1150ce 12:36:54 $ docker rm -f --volumes 521627acd2a24285fa0ce482f2c924bf32e5bbac23ef683ca31911d27d1150ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 12:36:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:36:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:36:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:36:55 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:36:55 $ 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 12:36:56 $ docker top 45e3d9499c95ad9f3f8d1ec22a69a869f16bfc2573e6a1f73c37f4a70308f8d4 -eo pid,comm 12:36:56 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). 12:36:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:36:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:36:56 [ssh-agent] Looking for ssh-agent implementation... 12:36:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:36:56 $ docker exec 45e3d9499c95ad9f3f8d1ec22a69a869f16bfc2573e6a1f73c37f4a70308f8d4 ssh-agent 12:36:56 SSH_AUTH_SOCK=/tmp/ssh-D2jU9U6LkHUA/agent.32 12:36:56 SSH_AGENT_PID=38 12:36:56 Running ssh-add (command line suppressed) 12:36:56 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13510747334536793933.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13510747334536793933.key) 12:36:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:36:56 + git semver bump pre 12:36:57 2023-10-04 12:36:57,062 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:57 2023-10-04 12:36:57,062 [bump_version] DEBUG bumping version:3.1.0-dev.21 on axis:pre with prefix:dev 12:36:57 2023-10-04 12:36:57,062 [bump_version] DEBUG bumped version:3.1.0-dev.22 12:36:57 2023-10-04 12:36:57,062 [write_version] DEBUG write version:3.1.0-dev.22 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 12:36:57 2023-10-04 12:36:57,062 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:57 2023-10-04 12:36:57,062 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:57 2023-10-04 12:36:57,064 [execute] INFO git cat-file --batch-check 12:36:57 2023-10-04 12:36:57,064 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:36:57 2023-10-04 12:36:57,070 [execute] INFO git cat-file --batch 12:36:57 2023-10-04 12:36:57,071 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:36:57 2023-10-04 12:36:57,077 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:36:57 3.1.0-dev.22 [Pipeline] } 12:36:57 $ docker exec --env ******** --env ******** 45e3d9499c95ad9f3f8d1ec22a69a869f16bfc2573e6a1f73c37f4a70308f8d4 ssh-agent -k 12:36:57 unset SSH_AUTH_SOCK; 12:36:57 unset SSH_AGENT_PID; 12:36:57 echo Agent pid 38 killed; 12:36:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:36:57 + git semver [Pipeline] } 12:36:58 $ docker stop --time=1 45e3d9499c95ad9f3f8d1ec22a69a869f16bfc2573e6a1f73c37f4a70308f8d4 12:36:59 $ docker rm -f --volumes 45e3d9499c95ad9f3f8d1ec22a69a869f16bfc2573e6a1f73c37f4a70308f8d4 [Pipeline] // withDockerContainer [Pipeline] sh 12:36:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:36:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:36:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:36:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:37:00 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:37:00 $ 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 12:37:00 $ docker top 1447e96f55af7407d85b909d422c059c8d66558f49a58ddc6e1f6517bbde5962 -eo pid,comm 12:37:00 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). 12:37:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:37:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:37:00 [ssh-agent] Looking for ssh-agent implementation... 12:37:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:37:00 $ docker exec 1447e96f55af7407d85b909d422c059c8d66558f49a58ddc6e1f6517bbde5962 ssh-agent 12:37:00 SSH_AUTH_SOCK=/tmp/ssh-3mdGb9EbGtjR/agent.34 12:37:00 SSH_AGENT_PID=40 12:37:00 Running ssh-add (command line suppressed) 12:37:00 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12040213542321746239.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12040213542321746239.key) 12:37:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:37:01 + git semver push 12:37:01 2023-10-04 12:37:01,378 [run_push] DEBUG push 12:37:01 2023-10-04 12:37:01,378 [execute] INFO git cat-file --batch-check 12:37:01 2023-10-04 12:37:01,378 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 12:37:01 2023-10-04 12:37:01,382 [execute] INFO git rev-list ecd01201ddaa0fc3d61d3fca448d5f94d2a2ac1c -- 12:37:01 2023-10-04 12:37:01,382 [execute] DEBUG Popen(['git', 'rev-list', 'ecd01201ddaa0fc3d61d3fca448d5f94d2a2ac1c', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 12:37:01 2023-10-04 12:37:01,393 [execute] INFO git fetch -v origin 12:37:01 2023-10-04 12:37:01,394 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 12:37:02 2023-10-04 12:37:01,972 [run_push] DEBUG no remote changes detected 12:37:02 2023-10-04 12:37:01,972 [execute] INFO git push origin semver 12:37:02 2023-10-04 12:37:01,973 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 12:37:03 2023-10-04 12:37:03,253 [run_push] DEBUG push all version tags 12:37:03 2023-10-04 12:37:03,255 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 12:37:03 2023-10-04 12:37:03,256 [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) 12:37:04 2023-10-04 12:37:04,166 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 12:37:04 3.1.0-dev.22 [Pipeline] } 12:37:04 $ docker exec --env ******** --env ******** 1447e96f55af7407d85b909d422c059c8d66558f49a58ddc6e1f6517bbde5962 ssh-agent -k 12:37:04 unset SSH_AUTH_SOCK; 12:37:04 unset SSH_AGENT_PID; 12:37:04 echo Agent pid 40 killed; 12:37:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:37:04 + git semver [Pipeline] } 12:37:05 $ docker stop --time=1 1447e96f55af7407d85b909d422c059c8d66558f49a58ddc6e1f6517bbde5962 12:37:06 $ docker rm -f --volumes 1447e96f55af7407d85b909d422c059c8d66558f49a58ddc6e1f6517bbde5962 [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 12:37:07 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 12:37:07 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 12:37:07 total 16 12:37:07 drwxr-xr-x 3 root root 4096 Oct 4 12:29 . 12:37:07 drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 12:36 .. 12:37:07 drwxr-xr-x 2 root root 4096 Oct 4 12:29 cost 12:37:07 -rw-r--r-- 1 root root 89 Oct 4 12:29 cost.csv 12:37:07 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 12:37:07 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 12:37:07 total 16 12:37:07 drwxr-xr-x 3 jenkins jenkins 4096 Oct 4 12:29 . 12:37:07 drwxrwxr-x 10 jenkins jenkins 4096 Oct 4 12:36 .. 12:37:07 drwxr-xr-x 2 jenkins jenkins 4096 Oct 4 12:29 cost 12:37:07 -rw-r--r-- 1 jenkins jenkins 89 Oct 4 12:29 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:37:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:37:08 ---> package-listing.sh 12:37:08 ++ facter osfamily 12:37:08 ++ tr '[:upper:]' '[:lower:]' 12:37:08 + OS_FAMILY=debian 12:37:08 + workspace=/w/workspace/exfoundry_device-virtual-go_main 12:37:08 + START_PACKAGES=/tmp/packages_start.txt 12:37:08 + END_PACKAGES=/tmp/packages_end.txt 12:37:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:37:08 + PACKAGES=/tmp/packages_start.txt 12:37:08 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 12:37:08 + PACKAGES=/tmp/packages_end.txt 12:37:08 + case "${OS_FAMILY}" in 12:37:08 + dpkg -l 12:37:08 + grep '^ii' 12:37:08 + '[' -f /tmp/packages_start.txt ']' 12:37:08 + '[' -f /tmp/packages_end.txt ']' 12:37:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:37:08 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 12:37:08 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 12:37:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 12:37:08 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 12:37:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:37:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:37:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:37:09 prd-ubuntu20.04-docker-8c-8g-8471 does not seem to be running inside a container 12:37:09 $ 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 12:37:09 $ docker top d1df6db57b9912f41364e50697f3199aee3b91378a7c93b4d7f2f368feb07d25 -eo pid,comm [Pipeline] { [Pipeline] sh 12:37:09 + touch /tmp/pre-build-complete [Pipeline] sh 12:37:10 + mkdir -p /var/log/sysstat [Pipeline] sh 12:37:10 + ls /var/log/sa-host 12:37:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:37:10 provisioning config files... 12:37:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6043594965722940946tmp [Pipeline] { [Pipeline] echo 12:37:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:37:10 ---> create-netrc.sh [Pipeline] } 12:37:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:37:11 ---> python-tools-install.sh [Pipeline] echo 12:37:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:37:11 ---> sudo-logs.sh 12:37:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:37:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:37:11 ---> job-cost.sh 12:37:11 lf-activate-venv: SKIPPING 12:37:11 DEBUG: total: 0.2199999988079071 12:37:11 INFO: Retrieving Stack Cost... 12:37:12 INFO: Retrieving Pricing Info for: v3-standard-8 12:37:12 INFO: Archiving Costs [Pipeline] echo 12:37:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:37:13 ---> logs-deploy.sh 12:37:13 lf-activate-venv: SKIPPING 12:37:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/147 12:37:13 INFO: archiving workspace using pattern(s): 12:37:14 Archives upload complete. 12:37:14 INFO: archiving logs to Nexus 12:37:14 ---> uname -a: 12:37:14 Linux prd-ubuntu20-04-docker-8c-8g-8471 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 12:37:14 12:37:14 12:37:14 ---> lscpu: 12:37:14 Architecture: x86_64 12:37:14 CPU op-mode(s): 32-bit, 64-bit 12:37:14 Byte Order: Little Endian 12:37:14 Address sizes: 40 bits physical, 48 bits virtual 12:37:14 CPU(s): 8 12:37:14 On-line CPU(s) list: 0-7 12:37:14 Thread(s) per core: 1 12:37:14 Core(s) per socket: 1 12:37:14 Socket(s): 8 12:37:14 NUMA node(s): 1 12:37:14 Vendor ID: AuthenticAMD 12:37:14 CPU family: 23 12:37:14 Model: 49 12:37:14 Model name: AMD EPYC-Rome Processor 12:37:14 Stepping: 0 12:37:14 CPU MHz: 2800.000 12:37:14 BogoMIPS: 5600.00 12:37:14 Virtualization: AMD-V 12:37:14 Hypervisor vendor: KVM 12:37:14 Virtualization type: full 12:37:14 L1d cache: 256 KiB 12:37:14 L1i cache: 256 KiB 12:37:14 L2 cache: 4 MiB 12:37:14 L3 cache: 128 MiB 12:37:14 NUMA node0 CPU(s): 0-7 12:37:14 Vulnerability Itlb multihit: Not affected 12:37:14 Vulnerability L1tf: Not affected 12:37:14 Vulnerability Mds: Not affected 12:37:14 Vulnerability Meltdown: Not affected 12:37:14 Vulnerability Mmio stale data: Not affected 12:37:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:37:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 12:37:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 12:37:14 Vulnerability Srbds: Not affected 12:37:14 Vulnerability Tsx async abort: Not affected 12:37:14 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 12:37:14 12:37:14 12:37:14 ---> nproc: 12:37:14 8 12:37:14 12:37:14 12:37:14 ---> df -h: 12:37:14 Filesystem Size Used Avail Use% Mounted on 12:37:14 overlay 155G 13G 143G 9% / 12:37:14 tmpfs 64M 0 64M 0% /dev 12:37:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 12:37:14 shm 64M 0 64M 0% /dev/shm 12:37:14 /dev/vda1 155G 13G 143G 9% /facter-os 12:37:14 12:37:14 12:37:14 ---> sar -b -r -n DEV: 12:37:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8471) 10/04/23 _x86_64_ (8 CPU) 12:37:14 12:37:14 12:25:39 LINUX RESTART (8 CPU) 12:37:14 12:37:14 12:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:37:14 12:27:01 163.31 38.40 124.91 0.00 4287.50 148685.50 0.00 12:37:14 12:28:01 155.47 0.97 154.51 0.00 11.20 61558.67 0.00 12:37:14 12:29:01 167.31 0.18 167.12 0.00 10.66 39382.90 0.00 12:37:14 12:30:01 4.85 0.00 4.85 0.00 0.00 72.94 0.00 12:37:14 12:31:01 41.81 10.41 31.39 0.00 5153.14 4937.18 0.00 12:37:14 12:32:01 18.26 1.20 17.06 0.00 23.73 3747.24 0.00 12:37:14 12:33:01 3.47 0.02 3.45 0.00 0.13 91.44 0.00 12:37:14 12:34:01 3.78 1.67 2.12 0.00 37.73 25.20 0.00 12:37:14 12:35:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 12:37:14 12:36:01 1.90 0.00 1.90 0.00 0.00 20.66 0.00 12:37:14 12:37:01 121.68 0.30 121.38 0.00 13.73 61773.44 0.00 12:37:14 Average: 62.08 4.83 57.25 0.00 867.11 29120.14 0.00 12:37:14 12:37:14 12:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:37:14 12:27:01 29260228 31595536 722580 2.20 78320 2534328 1976952 5.83 995852 2269448 5564 12:37:14 12:28:01 28486212 31613716 693100 2.11 152220 3175832 1757916 5.18 1146628 2805756 236 12:37:14 12:29:01 27606816 31557504 743128 2.26 164996 3917956 2032708 5.99 1302428 3453720 336 12:37:14 12:30:01 27637876 31588340 714592 2.17 165096 3917944 1795444 5.29 1273488 3452944 48 12:37:14 12:31:01 27113788 31567324 713440 2.17 181688 4396296 1725708 5.09 1441564 3776948 176244 12:37:14 12:32:01 27158436 31575668 703124 2.14 194304 4346412 1722236 5.08 1573520 3596356 12 12:37:14 12:33:01 27162708 31575292 702740 2.14 192884 4343288 1723652 5.08 1572212 3593268 164 12:37:14 12:34:01 27152868 31567624 710316 2.16 192956 4344424 1723652 5.08 1583824 3593608 176 12:37:14 12:35:01 27153532 31568320 709768 2.16 192988 4344424 1723652 5.08 1583456 3593608 176 12:37:14 12:36:01 27154312 31569140 708932 2.16 193020 4344428 1723652 5.08 1582744 3593616 184 12:37:14 12:37:01 25608368 31497656 772068 2.35 229160 5652712 1841248 5.43 1738032 4842988 592 12:37:14 Average: 27408649 31570556 717617 2.18 176148 4119822 1795165 5.29 1435795 3506569 16703 12:37:14 12:37:14 12:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:37:14 12:27:01 veth8d21a59 68.61 86.87 6.71 56.23 0.00 0.00 0.00 0.00 12:37:14 12:27:01 lo 6.33 6.33 0.62 0.62 0.00 0.00 0.00 0.00 12:37:14 12:27:01 ens3 635.05 432.96 5919.21 93.20 0.00 0.00 0.00 0.00 12:37:14 12:27:01 docker0 96.47 119.31 7.90 301.62 0.00 0.00 0.00 0.00 12:37:14 12:28:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:37:14 12:28:01 ens3 333.58 167.61 2329.14 26.14 0.00 0.00 0.00 0.00 12:37:14 12:28:01 docker0 149.91 306.27 12.47 2300.33 0.00 0.00 0.00 0.00 12:37:14 12:29:01 lo 7.40 7.40 0.74 0.74 0.00 0.00 0.00 0.00 12:37:14 12:29:01 ens3 185.22 141.81 2678.65 335.04 0.00 0.00 0.00 0.00 12:37:14 12:29:01 docker0 3.02 5.82 0.18 62.26 0.00 0.00 0.00 0.00 12:37:14 12:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:37:14 12:30:01 ens3 3.38 2.18 3.56 1.32 0.00 0.00 0.00 0.00 12:37:14 12:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:31:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 12:37:14 12:31:01 ens3 216.85 104.00 2735.20 7.16 0.00 0.00 0.00 0.00 12:37:14 12:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:32:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 12:37:14 12:32:01 ens3 0.87 0.73 0.51 0.21 0.00 0.00 0.00 0.00 12:37:14 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:33:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:34:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 12:37:14 12:34:01 ens3 13.65 9.97 18.72 6.26 0.00 0.00 0.00 0.00 12:37:14 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:35:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 12:37:14 12:36:01 ens3 0.23 0.10 0.02 0.01 0.00 0.00 0.00 0.00 12:37:14 12:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 12:37:01 vetha34f5a5 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 12:37:14 12:37:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 12:37:14 12:37:01 ens3 435.76 247.53 8239.35 73.83 0.00 0.00 0.00 0.00 12:37:14 12:37:01 docker0 60.67 113.60 4.90 1024.20 0.00 0.00 0.00 0.00 12:37:14 Average: vetha34f5a5 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 12:37:14 Average: lo 1.61 1.61 0.16 0.16 0.00 0.00 0.00 0.00 12:37:14 Average: ens3 165.88 100.63 1993.15 49.38 0.00 0.00 0.00 0.00 12:37:14 Average: docker0 28.19 49.54 2.31 335.30 0.00 0.00 0.00 0.00 12:37:14 12:37:14 12:37:14 ---> sar -P ALL: 12:37:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8471) 10/04/23 _x86_64_ (8 CPU) 12:37:14 12:37:14 12:25:39 LINUX RESTART (8 CPU) 12:37:14 12:37:14 12:26:01 CPU %user %nice %system %iowait %steal %idle 12:37:14 12:27:01 all 9.62 0.00 3.36 0.69 0.07 86.26 12:37:14 12:27:01 0 9.71 0.00 4.04 0.72 0.07 85.46 12:37:14 12:27:01 1 10.83 0.00 3.46 1.77 0.07 83.87 12:37:14 12:27:01 2 9.60 0.00 3.60 0.81 0.08 85.91 12:37:14 12:27:01 3 7.59 0.00 3.31 0.25 0.07 88.77 12:37:14 12:27:01 4 10.57 0.00 3.02 0.67 0.05 85.68 12:37:14 12:27:01 5 8.42 0.00 2.61 0.72 0.05 88.20 12:37:14 12:27:01 6 11.75 0.00 2.99 0.32 0.05 84.90 12:37:14 12:27:01 7 8.43 0.00 3.86 0.27 0.10 87.34 12:37:14 12:28:01 all 30.00 0.00 5.26 1.55 0.11 63.08 12:37:14 12:28:01 0 30.11 0.00 4.98 0.07 0.15 64.69 12:37:14 12:28:01 1 30.49 0.00 5.96 0.51 0.10 62.94 12:37:14 12:28:01 2 30.14 0.00 4.58 1.31 0.13 63.83 12:37:14 12:28:01 3 30.47 0.00 4.59 0.13 0.10 64.71 12:37:14 12:28:01 4 29.87 0.00 5.38 0.08 0.12 64.55 12:37:14 12:28:01 5 30.20 0.00 4.96 0.39 0.12 64.33 12:37:14 12:28:01 6 29.25 0.00 4.90 0.20 0.08 65.57 12:37:14 12:28:01 7 29.45 0.00 6.70 9.72 0.10 54.03 12:37:14 12:29:01 all 20.09 0.00 3.82 4.02 0.11 71.96 12:37:14 12:29:01 0 18.87 0.00 4.07 1.01 0.10 75.94 12:37:14 12:29:01 1 20.89 0.00 3.29 0.24 0.08 75.51 12:37:14 12:29:01 2 18.78 0.00 4.23 14.50 0.09 62.40 12:37:14 12:29:01 3 19.80 0.00 4.31 10.39 0.10 65.40 12:37:14 12:29:01 4 21.23 0.00 3.71 4.10 0.15 70.80 12:37:14 12:29:01 5 20.36 0.00 3.91 0.27 0.08 75.38 12:37:14 12:29:01 6 21.61 0.00 3.83 0.36 0.15 74.06 12:37:14 12:29:01 7 19.17 0.00 3.19 1.48 0.08 76.08 12:37:14 12:30:01 all 0.15 0.00 0.08 0.01 0.01 99.75 12:37:14 12:30:01 0 0.40 0.00 0.10 0.00 0.02 99.48 12:37:14 12:30:01 1 0.12 0.00 0.10 0.00 0.00 99.78 12:37:14 12:30:01 2 0.05 0.00 0.08 0.02 0.00 99.85 12:37:14 12:30:01 3 0.07 0.00 0.07 0.00 0.00 99.87 12:37:14 12:30:01 4 0.17 0.00 0.07 0.03 0.02 99.72 12:37:14 12:30:01 5 0.10 0.00 0.08 0.00 0.00 99.82 12:37:14 12:30:01 6 0.20 0.00 0.07 0.00 0.02 99.72 12:37:14 12:30:01 7 0.12 0.00 0.08 0.02 0.02 99.77 12:37:14 12:31:01 all 1.78 0.00 0.98 0.78 0.01 96.45 12:37:14 12:31:01 0 1.29 0.00 0.57 0.03 0.00 98.11 12:37:14 12:31:01 1 1.20 0.00 0.48 0.02 0.02 98.28 12:37:14 12:31:01 2 2.30 0.00 1.72 0.87 0.02 95.09 12:37:14 12:31:01 3 1.47 0.00 0.72 0.27 0.02 97.53 12:37:14 12:31:01 4 1.20 0.00 0.68 1.69 0.02 96.41 12:37:14 12:31:01 5 3.60 0.00 1.47 1.77 0.02 93.14 12:37:14 12:31:01 6 1.61 0.00 0.95 1.49 0.00 95.95 12:37:14 12:31:01 7 1.53 0.00 1.21 0.10 0.03 97.13 12:37:14 12:32:01 all 1.16 0.00 0.57 0.16 0.01 98.09 12:37:14 12:32:01 0 2.42 0.00 0.33 0.02 0.02 97.22 12:37:14 12:32:01 1 1.15 0.00 0.35 0.30 0.02 98.18 12:37:14 12:32:01 2 1.45 0.00 0.43 0.57 0.02 97.53 12:37:14 12:32:01 3 1.05 0.00 0.42 0.02 0.00 98.51 12:37:14 12:32:01 4 0.55 0.00 0.33 0.30 0.00 98.82 12:37:14 12:32:01 5 1.22 0.00 0.55 0.00 0.02 98.22 12:37:14 12:32:01 6 0.68 0.00 0.67 0.02 0.02 98.62 12:37:14 12:32:01 7 0.77 0.00 1.50 0.07 0.00 97.67 12:37:14 12:33:01 all 0.26 0.00 0.07 0.06 0.00 99.61 12:37:14 12:33:01 0 1.47 0.00 0.15 0.00 0.00 98.38 12:37:14 12:33:01 1 0.08 0.00 0.07 0.00 0.02 99.83 12:37:14 12:33:01 2 0.08 0.00 0.03 0.02 0.00 99.87 12:37:14 12:33:01 3 0.00 0.00 0.03 0.00 0.00 99.97 12:37:14 12:33:01 4 0.12 0.00 0.05 0.43 0.02 99.38 12:37:14 12:33:01 5 0.23 0.00 0.12 0.00 0.00 99.65 12:37:14 12:33:01 6 0.03 0.00 0.03 0.00 0.00 99.93 12:37:14 12:33:01 7 0.07 0.00 0.07 0.00 0.00 99.87 12:37:14 12:34:01 all 0.34 0.00 0.04 0.02 0.00 99.60 12:37:14 12:34:01 0 0.10 0.00 0.05 0.02 0.00 99.83 12:37:14 12:34:01 1 0.68 0.00 0.12 0.05 0.00 99.15 12:37:14 12:34:01 2 0.15 0.00 0.03 0.00 0.00 99.82 12:37:14 12:34:01 3 0.08 0.00 0.02 0.00 0.02 99.88 12:37:14 12:34:01 4 0.23 0.00 0.02 0.02 0.00 99.73 12:37:14 12:34:01 5 0.33 0.00 0.02 0.00 0.00 99.65 12:37:14 12:34:01 6 0.02 0.00 0.02 0.07 0.00 99.90 12:37:14 12:34:01 7 1.10 0.00 0.03 0.00 0.00 98.87 12:37:14 12:35:01 all 0.06 0.00 0.01 0.00 0.00 99.92 12:37:14 12:35:01 0 0.05 0.00 0.00 0.00 0.00 99.95 12:37:14 12:35:01 1 0.30 0.00 0.02 0.00 0.02 99.67 12:37:14 12:35:01 2 0.02 0.00 0.07 0.02 0.02 99.88 12:37:14 12:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:37:14 12:35:01 4 0.05 0.00 0.02 0.02 0.00 99.92 12:37:14 12:35:01 5 0.00 0.00 0.00 0.00 0.00 100.00 12:37:14 12:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 12:37:14 12:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 12:37:14 12:36:01 all 0.03 0.00 0.02 0.07 0.00 99.89 12:37:14 12:36:01 0 0.03 0.00 0.00 0.13 0.00 99.83 12:37:14 12:36:01 1 0.03 0.00 0.03 0.02 0.00 99.92 12:37:14 12:36:01 2 0.07 0.00 0.03 0.00 0.00 99.90 12:37:14 12:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 12:37:14 12:36:01 4 0.03 0.00 0.02 0.40 0.00 99.55 12:37:14 12:36:01 5 0.00 0.00 0.02 0.00 0.00 99.98 12:37:14 12:36:01 6 0.00 0.00 0.02 0.02 0.00 99.97 12:37:14 12:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 12:37:14 12:37:01 all 9.60 0.00 4.23 3.78 0.08 82.31 12:37:14 12:37:01 0 9.77 0.00 3.73 0.70 0.08 85.72 12:37:14 12:37:01 1 8.69 0.00 3.95 1.07 0.07 86.22 12:37:14 12:37:01 2 10.76 0.00 4.75 1.16 0.09 83.25 12:37:14 12:37:01 3 9.88 0.00 4.29 0.15 0.08 85.60 12:37:14 12:37:01 4 9.56 0.00 4.23 4.57 0.07 81.58 12:37:14 12:37:01 5 9.71 0.00 4.01 0.03 0.08 86.16 12:37:14 12:37:01 6 8.38 0.00 4.84 22.73 0.09 63.96 12:37:14 12:37:01 7 10.04 0.00 4.05 0.03 0.09 85.78 12:37:14 12:37:14 Average: CPU %user %nice %system %iowait %steal %idle 12:37:14 Average: all 6.59 0.00 1.66 1.00 0.04 90.71 12:37:14 Average: 0 6.68 0.00 1.62 0.24 0.04 91.41 12:37:14 Average: 1 6.72 0.00 1.61 0.36 0.04 91.28 12:37:14 Average: 2 6.63 0.00 1.77 1.73 0.04 89.84 12:37:14 Average: 3 6.35 0.00 1.60 1.00 0.04 91.01 12:37:14 Average: 4 6.64 0.00 1.58 1.11 0.04 90.63 12:37:14 Average: 5 6.69 0.00 1.60 0.29 0.03 91.39 12:37:14 Average: 6 6.64 0.00 1.65 2.24 0.04 89.43 12:37:14 Average: 7 6.37 0.00 1.87 1.05 0.04 90.67 12:37:14 12:37:14 12:37:14