Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a870d1746c436610f082607543f3459e28450ae6+2f8c06fbfb8b0782f288c35171c6afc148f652fe (b905c98440dea2a4a57d8d039a3caece07cf59ed) 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-ssh18225775751818636041.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh6666987424596002825.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2160927931050767119.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17608261196770440412.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh1013073606182790905.key Verifying host key using known hosts file > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-usb-camera/branches/PR-99/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15944610865820899181.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d 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-usb-camera] ========================================================= [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-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6906 in /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/xfoundry_device-usb-camera_PR-99 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2f8c06fbfb8b0782f288c35171c6afc148f652fe into PR head commit a870d1746c436610f082607543f3459e28450ae6 Merge succeeded, producing a870d1746c436610f082607543f3459e28450ae6 Checking out Revision a870d1746c436610f082607543f3459e28450ae6 (PR-99) Commit message: "build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:30:21 Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 2f8c06fbfb8b0782f288c35171c6afc148f652fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:30:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:30:21 ========================================================= 17:30:21 EdgeX Global Pipelines Version Info 17:30:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:30:22 ------------------- 17:30:22 stable info: 17:30:22 ------------------- 17:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:30:22 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 17:30:22 Message: update stable to v1.0.239 17:30:23 ------------------- 17:30:23 experimental info: 17:30:23 ------------------- 17:30:23 Commited By: **** collab-it+edgex@linuxfoundation.org 17:30:23 Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d 17:30:23 Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:30:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a870d17 [Pipeline] echo 17:30:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:24 provisioning config files... 17:30:24 copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config8630092741761949063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:25 ---> docker-login.sh 17:30:25 nexus3.edgexfoundry.org:10001 17:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:25 Configure a credential helper to remove this warning. See 17:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:25 17:30:25 Login Succeeded 17:30:25 nexus3.edgexfoundry.org:10002 17:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:25 Configure a credential helper to remove this warning. See 17:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:25 17:30:25 Login Succeeded 17:30:25 nexus3.edgexfoundry.org:10003 17:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:25 Configure a credential helper to remove this warning. See 17:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:25 17:30:25 Login Succeeded 17:30:25 nexus3.edgexfoundry.org:10004 17:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:25 Configure a credential helper to remove this warning. See 17:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:25 17:30:25 Login Succeeded 17:30:25 docker.io 17:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:26 Configure a credential helper to remove this warning. See 17:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:26 17:30:26 Login Succeeded 17:30:26 ---> docker-login.sh ends [Pipeline] } 17:30:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:30:26 + git rev-list -1 --merges a870d1746c436610f082607543f3459e28450ae6~1..a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo 17:30:26 -----------> git rev-list -1 --merges a870d1746c436610f082607543f3459e28450ae6~1..a870d1746c436610f082607543f3459e28450ae6 a870d1746c436610f082607543f3459e28450ae6 [false] [Pipeline] sh 17:30:27 + git log --format=format:%s -1 a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo 17:30:27 ========================================================= 17:30:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:30:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:30:27 + git log --format=format:%s -1 a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo 17:30:27 [semverPrep] GIT_COMMIT: a870d1746c436610f082607543f3459e28450ae6, Commit Message: build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5 [Pipeline] echo 17:30:27 [semverPrep] This is not a build commit. [Pipeline] sh 17:30:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:30:28 + grep -v github /etc/ssh/ssh_known_hosts 17:30:28 + [ -e /tmp/ssh_known_hosts ] 17:30:28 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:30:28 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:30:28 + sudo tee -a /etc/ssh/ssh_known_hosts 17:30:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:30:28 17:30:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:30:28 0.1.4: Pulling from edgex-devops/py-git-semver 17:30:28 b85a868b505f: Pulling fs layer 17:30:28 e2be974225ed: Pulling fs layer 17:30:28 339a4e72a1f5: Pulling fs layer 17:30:28 988bab9f4d93: Pulling fs layer 17:30:28 1469e6f7b9e6: Pulling fs layer 17:30:28 eaf3925da568: Pulling fs layer 17:30:28 bab4dde63d76: Pulling fs layer 17:30:28 bde34c3a00c8: Pulling fs layer 17:30:28 b352a97aabf1: Pulling fs layer 17:30:28 4872d77fe225: Pulling fs layer 17:30:28 5851b861e8e6: Pulling fs layer 17:30:28 1469e6f7b9e6: Waiting 17:30:28 eaf3925da568: Waiting 17:30:28 bde34c3a00c8: Waiting 17:30:28 5851b861e8e6: Waiting 17:30:28 4872d77fe225: Waiting 17:30:28 988bab9f4d93: Waiting 17:30:28 b352a97aabf1: Waiting 17:30:28 e2be974225ed: Verifying Checksum 17:30:28 e2be974225ed: Download complete 17:30:28 988bab9f4d93: Verifying Checksum 17:30:28 988bab9f4d93: Download complete 17:30:29 1469e6f7b9e6: Verifying Checksum 17:30:29 1469e6f7b9e6: Download complete 17:30:29 eaf3925da568: Download complete 17:30:29 339a4e72a1f5: Verifying Checksum 17:30:29 339a4e72a1f5: Download complete 17:30:29 bde34c3a00c8: Download complete 17:30:29 b352a97aabf1: Verifying Checksum 17:30:29 b352a97aabf1: Download complete 17:30:29 4872d77fe225: Verifying Checksum 17:30:29 4872d77fe225: Download complete 17:30:29 5851b861e8e6: Verifying Checksum 17:30:29 b85a868b505f: Verifying Checksum 17:30:29 b85a868b505f: Download complete 17:30:29 bab4dde63d76: Verifying Checksum 17:30:29 bab4dde63d76: Download complete 17:30:30 b85a868b505f: Pull complete 17:30:30 e2be974225ed: Pull complete 17:30:31 339a4e72a1f5: Pull complete 17:30:31 988bab9f4d93: Pull complete 17:30:31 1469e6f7b9e6: Pull complete 17:30:31 eaf3925da568: Pull complete 17:30:33 bab4dde63d76: Pull complete 17:30:33 bde34c3a00c8: Pull complete 17:30:33 b352a97aabf1: Pull complete 17:30:33 4872d77fe225: Pull complete 17:30:33 5851b861e8e6: Pull complete 17:30:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:30:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:33 prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container 17:30:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@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 17:30:35 $ docker top 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c -eo pid,comm 17:30:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:30:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:35 [ssh-agent] Looking for ssh-agent implementation... 17:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:35 $ docker exec 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent 17:30:35 SSH_AUTH_SOCK=/tmp/ssh-Bb05DpVMKFoY/agent.33 17:30:35 SSH_AGENT_PID=39 17:30:35 Running ssh-add (command line suppressed) 17:30:35 Identity added: /w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_9915115358834676738.key (/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_9915115358834676738.key) 17:30:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:36 + git tag --points-at HEAD [Pipeline] } 17:30:36 $ docker exec --env ******** --env ******** 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent -k 17:30:36 unset SSH_AUTH_SOCK; 17:30:36 unset SSH_AGENT_PID; 17:30:36 echo Agent pid 39 killed; 17:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:30:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:30:36 [ssh-agent] Looking for ssh-agent implementation... 17:30:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:30:36 $ docker exec 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent 17:30:36 SSH_AUTH_SOCK=/tmp/ssh-Ow0V71ZO0K7T/agent.71 17:30:36 SSH_AGENT_PID=77 17:30:36 Running ssh-add (command line suppressed) 17:30:36 Identity added: /w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_12141769000214252697.key (/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_12141769000214252697.key) 17:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:30:37 + git semver init 17:30:37 2022-10-03 17:30:37,306 [run_init] DEBUG init version:0.0.0 force:False 17:30:37 2022-10-03 17:30:37,307 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver 17:30:37 2022-10-03 17:30:37,307 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/xfoundry_device-usb-camera_PR-99/.semver 17:30:37 2022-10-03 17:30:37,308 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/xfoundry_device-usb-camera_PR-99/.semver'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99, universal_newlines=False, shell=None, istream=None) 17:30:38 2022-10-03 17:30:38,082 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-usb-camera_PR-99/.git/info/exclude 17:30:38 2022-10-03 17:30:38,083 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 with force:False 17:30:38 2022-10-03 17:30:38,083 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 17:30:38 2022-10-03 17:30:38,087 [execute] INFO git cat-file --batch-check 17:30:38 2022-10-03 17:30:38,087 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99/.semver, universal_newlines=False, shell=None, istream=) 17:30:38 2022-10-03 17:30:38,094 [execute] INFO git cat-file --batch 17:30:38 2022-10-03 17:30:38,094 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99/.semver, universal_newlines=False, shell=None, istream=) 17:30:38 2022-10-03 17:30:38,099 [read_version] DEBUG read version from /w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 17:30:38 0.0.0 [Pipeline] } 17:30:38 $ docker exec --env ******** --env ******** 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent -k 17:30:38 unset SSH_AUTH_SOCK; 17:30:38 unset SSH_AGENT_PID; 17:30:38 echo Agent pid 77 killed; 17:30:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:38 + git semver [Pipeline] } 17:30:39 $ docker stop --time=1 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c 17:30:40 $ docker rm -f 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c [Pipeline] // withDockerContainer [Pipeline] sh 17:30:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:30:41 Stashed 1 file(s) [Pipeline] echo 17:30:41 [edgeXSemver]: initialized semver on version 0.0.0 [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 17:30:41 provisioning config files... 17:30:41 copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config11603922115802961087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:42 ---> docker-login.sh 17:30:42 nexus3.edgexfoundry.org:10001 17:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:42 Configure a credential helper to remove this warning. See 17:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:42 17:30:42 Login Succeeded 17:30:42 nexus3.edgexfoundry.org:10002 17:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:42 Configure a credential helper to remove this warning. See 17:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:42 17:30:42 Login Succeeded 17:30:42 nexus3.edgexfoundry.org:10003 17:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:42 Configure a credential helper to remove this warning. See 17:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:42 17:30:42 Login Succeeded 17:30:42 nexus3.edgexfoundry.org:10004 17:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:42 Configure a credential helper to remove this warning. See 17:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:42 17:30:42 Login Succeeded 17:30:42 docker.io 17:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:42 Configure a credential helper to remove this warning. See 17:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:42 17:30:42 Login Succeeded 17:30:42 ---> docker-login.sh ends [Pipeline] } 17:30:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:30:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:30:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:30:43 ========================================================= 17:30:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:30:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:43 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:30:43 Sending build context to Docker daemon 1.473MB 17:30:43 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 17:30:43 Step 2/14 : FROM ${BASE} AS builder 17:30:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:30:43 2408cc74d12b: Pulling fs layer 17:30:43 ea60b727a1ce: Pulling fs layer 17:30:43 30c4a7721957: Pulling fs layer 17:30:43 370296b7ddb6: Pulling fs layer 17:30:43 7c6cee850709: Pulling fs layer 17:30:43 aa9baa53a306: Pulling fs layer 17:30:43 8b309c321861: Pulling fs layer 17:30:43 d8d76fd02f46: Pulling fs layer 17:30:43 fa31f396de31: Pulling fs layer 17:30:43 8b309c321861: Waiting 17:30:43 d8d76fd02f46: Waiting 17:30:43 370296b7ddb6: Waiting 17:30:43 fa31f396de31: Waiting 17:30:43 7c6cee850709: Waiting 17:30:43 aa9baa53a306: Waiting 17:30:43 30c4a7721957: Verifying Checksum 17:30:43 30c4a7721957: Download complete 17:30:43 ea60b727a1ce: Verifying Checksum 17:30:43 ea60b727a1ce: Download complete 17:30:43 7c6cee850709: Download complete 17:30:43 aa9baa53a306: Download complete 17:30:43 2408cc74d12b: Verifying Checksum 17:30:43 2408cc74d12b: Download complete 17:30:43 8b309c321861: Download complete 17:30:43 2408cc74d12b: Pull complete 17:30:44 ea60b727a1ce: Pull complete 17:30:44 30c4a7721957: Pull complete 17:30:44 fa31f396de31: Verifying Checksum 17:30:44 fa31f396de31: Download complete 17:30:44 d8d76fd02f46: Verifying Checksum 17:30:44 d8d76fd02f46: Download complete 17:30:44 370296b7ddb6: Verifying Checksum 17:30:44 370296b7ddb6: Download complete 17:30:48 370296b7ddb6: Pull complete 17:30:48 7c6cee850709: Pull complete 17:30:48 aa9baa53a306: Pull complete 17:30:48 8b309c321861: Pull complete 17:30:50 d8d76fd02f46: Pull complete 17:30:51 fa31f396de31: Pull complete 17:30:51 Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a 17:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:30:51 ---> cef68f9685f8 17:30:51 Step 3/14 : ARG ADD_BUILD_TAGS="" 17:30:52 ---> Running in b12274646071 17:30:53 Removing intermediate container b12274646071 17:30:53 ---> 47c01043116a 17:30:53 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:30:53 ---> Running in aac30d8a9182 17:30:53 Removing intermediate container aac30d8a9182 17:30:53 ---> 5f38cb145de9 17:30:53 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 17:30:53 ---> Running in 68600048df91 17:30:53 Removing intermediate container 68600048df91 17:30:53 ---> fa1a0bbba74c 17:30:53 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:30:53 ---> Running in 1a15a3a8a822 17:30:53 Removing intermediate container 1a15a3a8a822 17:30:53 ---> d09ccc09480b 17:30:53 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:53 ---> Running in a5815b2315df 17:30:54 Removing intermediate container a5815b2315df 17:30:54 ---> bf3f17fcd961 17:30:54 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:30:54 ---> Running in fc068ecbf07a 17:30:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:30:55 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:30:55 (1/80) Installing mesa (21.3.8-r2) 17:30:55 (2/80) Installing libxau (1.0.9-r0) 17:30:55 (3/80) Installing libxdmcp (1.1.3-r0) 17:30:56 (4/80) Installing libxcb (1.15-r0) 17:30:56 (5/80) Installing libx11 (1.8-r0) 17:30:56 (6/80) Installing libxext (1.3.4-r0) 17:30:56 (7/80) Installing libxfixes (6.0.0-r0) 17:30:56 (8/80) Installing libxxf86vm (1.1.4-r2) 17:30:56 Still waiting to schedule task 17:30:56 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6903’ 17:30:56 (9/80) Installing libpciaccess (0.16-r0) 17:30:56 (10/80) Installing libdrm (2.4.110-r0) 17:30:56 (11/80) Installing mesa-glapi (21.3.8-r2) 17:30:56 (12/80) Installing libxshmfence (1.3-r1) 17:30:56 (13/80) Installing mesa-gl (21.3.8-r2) 17:30:56 (14/80) Installing icu-data-full (71.1-r2) 17:30:57 (15/80) Installing libice (1.0.10-r0) 17:30:57 (16/80) Installing libuuid (2.38-r1) 17:30:57 (17/80) Installing libsm (1.2.3-r0) 17:30:58 (18/80) Installing libxt (1.2.1-r0) 17:30:58 (19/80) Installing libxmu (1.1.3-r0) 17:30:58 (20/80) Installing xset (1.2.4-r0) 17:30:58 (21/80) Installing xprop (1.2.5-r0) 17:30:58 (22/80) Installing xdg-utils (1.1.3-r3) 17:30:58 (23/80) Installing dbus-libs (1.14.0-r1) 17:30:58 (24/80) Installing libffi (3.4.2-r1) 17:30:58 (25/80) Installing libintl (0.21-r2) 17:30:58 (26/80) Installing libblkid (2.38-r1) 17:30:58 (27/80) Installing libmount (2.38-r1) 17:30:58 (28/80) Installing pcre (8.45-r2) 17:30:59 (29/80) Installing glib (2.72.1-r0) 17:30:59 (30/80) Installing icu-libs (71.1-r2) 17:30:59 (31/80) Installing libpcre2-16 (10.40-r0) 17:30:59 (32/80) Installing zstd-libs (1.5.2-r1) 17:30:59 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 17:30:59 (34/80) Installing hicolor-icon-theme (0.17-r1) 17:31:00 (35/80) Installing wayland-libs-server (1.20.0-r0) 17:31:00 (36/80) Installing mesa-gbm (21.3.8-r2) 17:31:00 (37/80) Installing wayland-libs-client (1.20.0-r0) 17:31:00 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 17:31:00 (39/80) Installing libxcomposite (0.4.5-r0) 17:31:00 (40/80) Installing libbz2 (1.0.8-r1) 17:31:00 (41/80) Installing libpng (1.6.37-r1) 17:31:00 (42/80) Installing freetype (2.12.1-r0) 17:31:01 (43/80) Installing fontconfig (2.14.0-r0) 17:31:01 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 17:31:01 (45/80) Installing wayland-libs-egl (1.20.0-r0) 17:31:01 (46/80) Installing xkeyboard-config (2.35.1-r0) 17:31:01 (47/80) Installing xz-libs (5.2.5-r1) 17:31:01 (48/80) Installing libxml2 (2.9.14-r1) 17:31:01 (49/80) Installing libxkbcommon (1.4.1-r0) 17:31:01 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 17:31:01 (51/80) Installing mesa-egl (21.3.8-r2) 17:31:01 (52/80) Installing avahi-libs (0.8-r6) 17:31:02 (53/80) Installing nettle (3.7.3-r0) 17:31:02 (54/80) Installing p11-kit (0.24.1-r0) 17:31:02 (55/80) Installing libtasn1 (4.18.0-r0) 17:31:02 (56/80) Installing libunistring (1.0-r0) 17:31:02 (57/80) Installing gnutls (3.7.7-r0) 17:31:02 (58/80) Installing cups-libs (2.4.2-r0) 17:31:02 (59/80) Installing graphite2 (1.3.14-r1) 17:31:02 (60/80) Installing harfbuzz (4.3.0-r0) 17:31:02 (61/80) Installing libevdev (1.12.1-r0) 17:31:02 (62/80) Installing mtdev (1.1.6-r0) 17:31:02 (63/80) Installing eudev-libs (3.2.11-r0) 17:31:03 (64/80) Installing libinput-libs (1.20.1-r0) 17:31:03 (65/80) Installing libjpeg-turbo (2.1.3-r1) 17:31:03 (66/80) Installing xcb-util-wm (0.4.1-r1) 17:31:03 (67/80) Installing xcb-util (0.4.0-r3) 17:31:03 (68/80) Installing xcb-util-image (0.4.0-r1) 17:31:03 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 17:31:03 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 17:31:03 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 17:31:03 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 17:31:04 (73/80) Installing v4l-utils-libs (1.22.1-r1) 17:31:04 (74/80) Installing v4l-utils (1.22.1-r1) 17:31:04 (75/80) Installing udev-init-scripts (35-r0) 17:31:04 Executing udev-init-scripts-35-r0.post-install 17:31:04 (76/80) Installing kmod-libs (29-r2) 17:31:04 (77/80) Installing eudev (3.2.11-r0) 17:31:04 (78/80) Installing eudev-dev (3.2.11-r0) 17:31:05 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:31:05 (80/80) Installing v4l-utils-dev (1.22.1-r1) 17:31:05 Executing busybox-1.35.0-r13.trigger 17:31:05 Executing eudev-3.2.11-r0.trigger 17:31:05 OK: 330 MiB in 131 packages 17:31:07 Removing intermediate container fc068ecbf07a 17:31:07 ---> 4dff4f4c376e 17:31:07 Step 9/14 : WORKDIR /device-usb-camera 17:31:07 ---> Running in 5af8eb236717 17:31:07 Removing intermediate container 5af8eb236717 17:31:07 ---> 69f0aea692a0 17:31:07 Step 10/14 : COPY go.mod vendor* ./ 17:31:07 ---> c3761843738f 17:31:07 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:31:07 ---> Running in 31c43bfa38d0 17:31:22 Removing intermediate container 31c43bfa38d0 17:31:22 ---> 4d8b07eb4d85 17:31:22 Step 12/14 : COPY . . 17:31:22 ---> fc69b8ab62d1 17:31:22 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:31:22 ---> Running in e705225f132b 17:31:22  % Total % Received % Xferd Average Speed Time Time Time Current 17:31:22 Dload Upload Total Spent Left Speed 17:31:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 37588 0 --:--:-- --:--:-- --:--:-- 37928 17:31:22 Removing intermediate container e705225f132b 17:31:22 ---> 75867167f7c9 17:31:22 Step 14/14 : RUN ${MAKE} 17:31:22 ---> Running in beaad928058c 17:31:23 noop 17:31:23 Removing intermediate container beaad928058c 17:31:23 ---> b31c68bad27e 17:31:23 Successfully built b31c68bad27e 17:31:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:23 + docker inspect -f . ci-base-image-x86_64 17:31:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:24 prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container 17:31:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:31:24 $ docker top b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:24 + go version 17:31:24 go version go1.18.3 linux/amd64 [Pipeline] } 17:31:24 $ docker stop --time=1 b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 17:31:26 $ docker rm -f b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:26 + docker inspect -f . ci-base-image-x86_64 17:31:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:27 prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container 17:31:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:31:27 $ docker top bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:27 + git config --global --add safe.directory /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] fileExists [Pipeline] sh 17:31:28 + make test 17:31:28 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 17:31:28 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:31:40 # github.com/edgexfoundry/device-usb-camera/internal/driver 17:31:40 internal/driver/ffmpeg.go:168:31: undefined: v4l2.PixFmtRGB24 17:31:40 internal/driver/ffmpeg.go:170:31: undefined: v4l2.PixFmtGrey 17:31:40 FAIL github.com/edgexfoundry/device-usb-camera/internal/driver [build failed] 17:31:40 make: *** [Makefile:53: unittest] Error 2 [Pipeline] } 17:31:40 $ docker stop --time=1 bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd 17:31:42 $ docker rm -f bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:43 17:31:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:43 latest: Pulling from edgex-lftools-log-publisher 17:31:43 5eb5b503b376: Pulling fs layer 17:31:43 5c69ac0246d0: Pulling fs layer 17:31:43 ec43610c2a17: Pulling fs layer 17:31:43 3a2ae6a8a46f: Pulling fs layer 17:31:43 33b1e0a273af: Pulling fs layer 17:31:43 5d3b04190fa2: Pulling fs layer 17:31:43 2f39f015ded8: Pulling fs layer 17:31:43 33b1e0a273af: Waiting 17:31:43 5d3b04190fa2: Waiting 17:31:43 2f39f015ded8: Waiting 17:31:43 3a2ae6a8a46f: Waiting 17:31:43 5c69ac0246d0: Download complete 17:31:43 3a2ae6a8a46f: Verifying Checksum 17:31:43 3a2ae6a8a46f: Download complete 17:31:43 33b1e0a273af: Verifying Checksum 17:31:43 33b1e0a273af: Download complete 17:31:43 5d3b04190fa2: Verifying Checksum 17:31:43 5d3b04190fa2: Download complete 17:31:43 ec43610c2a17: Verifying Checksum 17:31:43 ec43610c2a17: Download complete 17:31:44 5eb5b503b376: Verifying Checksum 17:31:44 5eb5b503b376: Download complete 17:31:44 2f39f015ded8: Download complete 17:31:45 5eb5b503b376: Pull complete 17:31:45 5c69ac0246d0: Pull complete 17:31:45 ec43610c2a17: Pull complete 17:31:45 3a2ae6a8a46f: Pull complete 17:31:46 33b1e0a273af: Pull complete 17:31:46 5d3b04190fa2: Pull complete 17:31:50 2f39f015ded8: Pull complete 17:31:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:31:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:50 prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container 17:31:50 $ 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/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:31:52 $ docker top 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:31:52 ---> job-cost.sh 17:31:52 lf-activate-venv: SKIPPING 17:31:52 INFO: No Stack... 17:31:52 INFO: Retrieving Pricing Info for: v3-standard-8 17:31:53 INFO: Archiving Costs [Pipeline] sh 17:31:53 + cat /w/workspace/xfoundry_device-usb-camera_PR-99/archives/cost.csv 17:31:53 + cut -d, -f6 [Pipeline] lock 17:31:53 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] 17:31:53 Resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] did not exist. Created. 17:31:53 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:31:54 + echo total: 0.2199999988079071 [Pipeline] stash 17:31:54 Stashed 1 file(s) [Pipeline] } 17:31:54 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:31:54 $ docker stop --time=1 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 17:31:55 $ docker rm -f 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:31:55 Failed in branch amd64 17:33:32 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6909 in /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] { [Pipeline] ws 17:33:32 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 17:33:32 Selected Git installation does not exist. Using Default 17:33:32 The recommended git tool is: NONE 17:33:37 using credential edgex-jenkins-ssh 17:33:37 Cloning the remote Git repository 17:33:37 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 17:33:37 > git init /w/workspace/device-usb-camera/1 # timeout=10 17:33:37 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:33:37 > git --version # timeout=10 17:33:37 > git --version # 'git version 2.25.1' 17:33:37 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:38 Verifying host key using known hosts file 17:33:38 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 17:33:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:38 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:33:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:40 Merging remotes/origin/main commit 2f8c06fbfb8b0782f288c35171c6afc148f652fe into PR head commit a870d1746c436610f082607543f3459e28450ae6 17:33:40 Merge succeeded, producing a870d1746c436610f082607543f3459e28450ae6 17:33:40 Checking out Revision a870d1746c436610f082607543f3459e28450ae6 (PR-99) 17:33:39 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:33:40 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:40 Verifying host key using known hosts file 17:33:40 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 17:33:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:33:40 > git config core.sparsecheckout # timeout=10 17:33:40 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 17:33:40 > git remote # timeout=10 17:33:40 > git config --get remote.origin.url # timeout=10 17:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:40 Verifying host key using known hosts file 17:33:40 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 17:33:40 > git merge 2f8c06fbfb8b0782f288c35171c6afc148f652fe # timeout=10 17:33:40 > git rev-parse HEAD^{commit} # timeout=10 17:33:40 > git config core.sparsecheckout # timeout=10 17:33:40 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 17:33:41 Commit message: "build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5" 17:33:41 > git --version # timeout=10 17:33:41 > git --version # 'git version 2.25.1' 17:33:41 fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:33:42 % Total % Received % Xferd Average Speed Time Time Time Current 17:33:42 Dload Upload Total Spent Left Speed 17:33:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 170k 0 --:--:-- --:--:-- --:--:-- 173k [Pipeline] sh 17:33:43 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:33:43 + sudo tee /etc/docker/daemon.new 17:33:43 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:33:43 { 17:33:43 "registry-mirrors": [ 17:33:43 "https://nexus3.edgexfoundry.org:10001" 17:33:43 ], 17:33:43 "bip": "10.250.0.254/24", 17:33:43 "hosts": [ 17:33:43 "tcp://0.0.0.0:5555", 17:33:43 "unix:///var/run/docker.sock" 17:33:43 ], 17:33:43 "mtu": 1458, 17:33:43 "selinux-enabled": true, 17:33:43 "seccomp-profile": "/etc/docker/seccomp.json" 17:33:43 } [Pipeline] sh 17:33:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:33:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:34:02 provisioning config files... 17:34:02 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config14524795648323257670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:34:03 ---> docker-login.sh 17:34:03 nexus3.edgexfoundry.org:10001 17:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:03 Configure a credential helper to remove this warning. See 17:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:03 17:34:03 Login Succeeded 17:34:03 nexus3.edgexfoundry.org:10002 17:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:04 Configure a credential helper to remove this warning. See 17:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:04 17:34:04 Login Succeeded 17:34:04 nexus3.edgexfoundry.org:10003 17:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:04 Configure a credential helper to remove this warning. See 17:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:04 17:34:04 Login Succeeded 17:34:04 nexus3.edgexfoundry.org:10004 17:34:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:04 Configure a credential helper to remove this warning. See 17:34:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:04 17:34:04 Login Succeeded 17:34:04 docker.io 17:34:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:05 Configure a credential helper to remove this warning. See 17:34:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:05 17:34:05 Login Succeeded 17:34:05 ---> docker-login.sh ends [Pipeline] } 17:34:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:34:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:34:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:34:06 ========================================================= 17:34:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:34:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:06 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:34:07 Sending build context to Docker daemon 967.2kB 17:34:07 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 17:34:07 Step 2/14 : FROM ${BASE} AS builder 17:34:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:34:07 b3c136eddcbf: Pulling fs layer 17:34:07 c0a3192eca97: Pulling fs layer 17:34:07 a050256f5b6f: Pulling fs layer 17:34:07 656be50a0ddc: Pulling fs layer 17:34:07 2bbca73fdf42: Pulling fs layer 17:34:07 f607e4fc86c3: Pulling fs layer 17:34:07 4d572c569a2c: Pulling fs layer 17:34:07 fcf976331f73: Pulling fs layer 17:34:07 656be50a0ddc: Waiting 17:34:07 4d572c569a2c: Waiting 17:34:07 2bbca73fdf42: Waiting 17:34:07 f607e4fc86c3: Waiting 17:34:07 fcf976331f73: Waiting 17:34:07 a050256f5b6f: Verifying Checksum 17:34:07 a050256f5b6f: Download complete 17:34:07 c0a3192eca97: Download complete 17:34:07 2bbca73fdf42: Verifying Checksum 17:34:07 2bbca73fdf42: Download complete 17:34:07 f607e4fc86c3: Verifying Checksum 17:34:07 f607e4fc86c3: Download complete 17:34:07 b3c136eddcbf: Download complete 17:34:08 b3c136eddcbf: Pull complete 17:34:08 fcf976331f73: Verifying Checksum 17:34:08 fcf976331f73: Download complete 17:34:08 c0a3192eca97: Pull complete 17:34:09 a050256f5b6f: Pull complete 17:34:09 4d572c569a2c: Verifying Checksum 17:34:09 4d572c569a2c: Download complete 17:34:10 656be50a0ddc: Verifying Checksum 17:34:10 656be50a0ddc: Download complete 17:34:22 656be50a0ddc: Pull complete 17:34:22 2bbca73fdf42: Pull complete 17:34:22 f607e4fc86c3: Pull complete 17:34:26 4d572c569a2c: Pull complete 17:34:28 fcf976331f73: Pull complete 17:34:28 Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 17:34:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:34:28 ---> 3970a7415f9e 17:34:28 Step 3/14 : ARG ADD_BUILD_TAGS="" 17:34:30 ---> Running in cf7a7190f812 17:34:30 Removing intermediate container cf7a7190f812 17:34:30 ---> 7a0183c51cd7 17:34:30 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:34:31 ---> Running in 87756000ecc1 17:34:31 Removing intermediate container 87756000ecc1 17:34:31 ---> 24050138a72f 17:34:31 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 17:34:31 ---> Running in 9f9e376dd24d 17:34:31 Removing intermediate container 9f9e376dd24d 17:34:31 ---> 57d9c41868b7 17:34:31 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:34:31 ---> Running in a91560d534f2 17:34:32 Removing intermediate container a91560d534f2 17:34:32 ---> c9d934980f96 17:34:32 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:34:32 ---> Running in f73bafff51b6 17:34:34 Removing intermediate container f73bafff51b6 17:34:34 ---> 60e6cfde298f 17:34:34 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:34:34 ---> Running in e1043f617445 17:34:35 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:34:36 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:34:37 (1/14) Installing libintl (0.21-r2) 17:34:37 (2/14) Installing eudev-libs (3.2.11-r0) 17:34:37 (3/14) Installing libjpeg-turbo (2.1.3-r1) 17:34:37 (4/14) Installing v4l-utils-libs (1.22.1-r1) 17:34:37 (5/14) Installing v4l-utils (1.22.1-r1) 17:34:37 (6/14) Installing udev-init-scripts (35-r0) 17:34:37 Executing udev-init-scripts-35-r0.post-install 17:34:37 (7/14) Installing libblkid (2.38-r1) 17:34:37 (8/14) Installing xz-libs (5.2.5-r1) 17:34:37 (9/14) Installing zstd-libs (1.5.2-r1) 17:34:37 (10/14) Installing kmod-libs (29-r2) 17:34:37 (11/14) Installing eudev (3.2.11-r0) 17:34:38 (12/14) Installing eudev-dev (3.2.11-r0) 17:34:38 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:34:38 (14/14) Installing v4l-utils-dev (1.22.1-r1) 17:34:38 Executing busybox-1.35.0-r13.trigger 17:34:38 Executing eudev-3.2.11-r0.trigger 17:34:38 OK: 228 MiB in 65 packages 17:34:39 Removing intermediate container e1043f617445 17:34:39 ---> 41b010234ca4 17:34:39 Step 9/14 : WORKDIR /device-usb-camera 17:34:39 ---> Running in 2bd98550c53e 17:34:40 Removing intermediate container 2bd98550c53e 17:34:40 ---> c9d5b769c240 17:34:40 Step 10/14 : COPY go.mod vendor* ./ 17:34:40 ---> c5b92681a3dc 17:34:40 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:34:40 ---> Running in 4267ca2c5ef4 17:35:37 Removing intermediate container 4267ca2c5ef4 17:35:37 ---> e988dc744110 17:35:37 Step 12/14 : COPY . . 17:35:37 ---> e5a97181f3cd 17:35:37 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:35:37 ---> Running in b274e18d42c7 17:35:37  % Total % Received % Xferd Average Speed Time Time Time Current 17:35:37 Dload Upload Total Spent Left Speed 17:35:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 13806 0 --:--:-- --:--:-- --:--:-- 13973 17:35:37 Removing intermediate container b274e18d42c7 17:35:37 ---> e08d620b5d72 17:35:37 Step 14/14 : RUN ${MAKE} 17:35:37 ---> Running in c73c0e8b26b8 17:35:37 noop 17:35:37 Removing intermediate container c73c0e8b26b8 17:35:37 ---> f6a2cadb565f 17:35:37 Successfully built f6a2cadb565f 17:35:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:37 + docker inspect -f . ci-base-image-arm64 17:35:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:35:38 prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container 17:35:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 17:35:39 $ docker top 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:40 + go version 17:35:40 go version go1.18.3 linux/arm64 [Pipeline] } 17:35:40 $ docker stop --time=1 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f 17:35:42 $ docker rm -f 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:42 + docker inspect -f . ci-base-image-arm64 17:35:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:35:43 prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container 17:35:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 17:35:44 $ docker top 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 -eo pid,comm [Pipeline] { [Pipeline] sh 17:35:44 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 17:35:45 + make test 17:35:45 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 17:35:46 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:37:38 # github.com/edgexfoundry/device-usb-camera/internal/driver 17:37:38 internal/driver/ffmpeg.go:168:31: undefined: v4l2.PixFmtRGB24 17:37:38 internal/driver/ffmpeg.go:170:31: undefined: v4l2.PixFmtGrey 17:37:38 FAIL github.com/edgexfoundry/device-usb-camera/internal/driver [build failed] 17:37:38 make: *** [Makefile:53: unittest] Error 2 [Pipeline] } 17:37:38 $ docker stop --time=1 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 17:37:40 $ docker rm -f 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:37:42 17:37:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:37:42 arm64: Pulling from edgex-lftools-log-publisher 17:37:42 8998bd30e6a1: Pulling fs layer 17:37:42 04944245beec: Pulling fs layer 17:37:42 699f458cf7ca: Pulling fs layer 17:37:42 765212b225bb: Pulling fs layer 17:37:42 f23df028b6ca: Pulling fs layer 17:37:42 d65c8cfc05b1: Pulling fs layer 17:37:42 2437ff75d9bd: Pulling fs layer 17:37:42 765212b225bb: Waiting 17:37:42 f23df028b6ca: Waiting 17:37:42 d65c8cfc05b1: Waiting 17:37:42 2437ff75d9bd: Waiting 17:37:42 04944245beec: Verifying Checksum 17:37:42 04944245beec: Download complete 17:37:42 765212b225bb: Download complete 17:37:43 f23df028b6ca: Verifying Checksum 17:37:43 f23df028b6ca: Download complete 17:37:43 d65c8cfc05b1: Verifying Checksum 17:37:43 d65c8cfc05b1: Download complete 17:37:43 699f458cf7ca: Download complete 17:37:43 8998bd30e6a1: Verifying Checksum 17:37:43 8998bd30e6a1: Download complete 17:37:46 2437ff75d9bd: Verifying Checksum 17:37:46 2437ff75d9bd: Download complete 17:37:48 8998bd30e6a1: Pull complete 17:37:49 04944245beec: Pull complete 17:37:51 699f458cf7ca: Pull complete 17:37:51 765212b225bb: Pull complete 17:37:53 f23df028b6ca: Pull complete 17:37:53 d65c8cfc05b1: Pull complete 17:38:15 2437ff75d9bd: Pull complete 17:38:15 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:38:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:38:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:15 prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container 17:38:15 $ 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-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:38:18 $ docker top d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:38:19 ---> job-cost.sh 17:38:19 lf-activate-venv: SKIPPING 17:38:19 INFO: No Stack... 17:38:19 INFO: Retrieving Pricing Info for: v3-standard-4 17:38:20 INFO: Archiving Costs [Pipeline] sh 17:38:21 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 17:38:21 + cut -d, -f6 [Pipeline] lock 17:38:21 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] 17:38:21 Resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] did not exist. Created. 17:38:21 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:38:22 /w/workspace/device-usb-camera/1@tmp/durable-b7234075/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:38:22 + echo total: 0.10999999940395355 [Pipeline] stash 17:38:22 Warning: overwriting stash ‘stack-cost’ 17:38:23 Stashed 1 file(s) [Pipeline] } 17:38:23 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:38:23 $ docker stop --time=1 d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b 17:38:25 $ docker rm -f d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:38:25 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:38:27 + [ -d /w/workspace/xfoundry_device-usb-camera_PR-99/archives ] 17:38:27 + ls -al /w/workspace/xfoundry_device-usb-camera_PR-99/archives 17:38:27 total 16 17:38:27 drwxr-xr-x 3 root root 4096 Oct 3 17:31 . 17:38:27 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 17:31 .. 17:38:27 drwxr-xr-x 2 root root 4096 Oct 3 17:31 cost 17:38:27 -rw-r--r-- 1 root root 88 Oct 3 17:31 cost.csv 17:38:27 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-usb-camera_PR-99/archives 17:38:27 + ls -al /w/workspace/xfoundry_device-usb-camera_PR-99/archives 17:38:27 total 16 17:38:27 drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 17:31 . 17:38:27 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 17:31 .. 17:38:27 drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 17:31 cost 17:38:27 -rw-r--r-- 1 jenkins jenkins 88 Oct 3 17:31 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:38:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:38:28 ---> package-listing.sh 17:38:28 ++ facter osfamily 17:38:28 ++ tr '[:upper:]' '[:lower:]' 17:38:29 + OS_FAMILY=debian 17:38:29 + workspace=/w/workspace/xfoundry_device-usb-camera_PR-99 17:38:29 + START_PACKAGES=/tmp/packages_start.txt 17:38:29 + END_PACKAGES=/tmp/packages_end.txt 17:38:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:38:29 + PACKAGES=/tmp/packages_start.txt 17:38:29 + '[' /w/workspace/xfoundry_device-usb-camera_PR-99 ']' 17:38:29 + PACKAGES=/tmp/packages_end.txt 17:38:29 + case "${OS_FAMILY}" in 17:38:29 + dpkg -l 17:38:29 + grep '^ii' 17:38:29 + '[' -f /tmp/packages_start.txt ']' 17:38:29 + '[' -f /tmp/packages_end.txt ']' 17:38:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:38:29 + '[' /w/workspace/xfoundry_device-usb-camera_PR-99 ']' 17:38:29 + mkdir -p /w/workspace/xfoundry_device-usb-camera_PR-99/archives/ 17:38:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-usb-camera_PR-99/archives/ [Pipeline] echo 17:38:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-usb-camera_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:38:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:38:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:30 prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container 17:38:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-usb-camera_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:38:30 $ docker top 3f985a8bc8ef89f1c50b00f7bd1d1e032728f4e9287d2aade6441c06a98356e5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:30 + touch /tmp/pre-build-complete [Pipeline] sh 17:38:31 + mkdir -p /var/log/sysstat [Pipeline] sh 17:38:31 + ls /var/log/sa-host 17:38:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:38:31 provisioning config files... 17:38:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config4902200659253408604tmp [Pipeline] { [Pipeline] echo 17:38:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:38:32 ---> create-netrc.sh [Pipeline] } 17:38:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:38:32 ---> python-tools-install.sh [Pipeline] echo 17:38:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:38:32 ---> sudo-logs.sh 17:38:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:38:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:38:33 ---> job-cost.sh 17:38:33 lf-activate-venv: SKIPPING 17:38:33 DEBUG: total: 0.2199999988079071 17:38:33 INFO: Retrieving Stack Cost... 17:38:33 INFO: Retrieving Pricing Info for: v3-standard-8 17:38:34 INFO: Archiving Costs [Pipeline] echo 17:38:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:38:34 ---> logs-deploy.sh 17:38:34 lf-activate-venv: SKIPPING 17:38:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-99/1 17:38:34 INFO: archiving workspace using pattern(s): 17:38:35 Archives upload complete. 17:38:35 INFO: archiving logs to Nexus 17:38:36 ---> uname -a: 17:38:36 Linux prd-ubuntu20-04-docker-8c-8g-6906 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:38:36 17:38:36 17:38:36 ---> lscpu: 17:38:36 Architecture: x86_64 17:38:36 CPU op-mode(s): 32-bit, 64-bit 17:38:36 Byte Order: Little Endian 17:38:36 Address sizes: 40 bits physical, 48 bits virtual 17:38:36 CPU(s): 8 17:38:36 On-line CPU(s) list: 0-7 17:38:36 Thread(s) per core: 1 17:38:36 Core(s) per socket: 1 17:38:36 Socket(s): 8 17:38:36 NUMA node(s): 1 17:38:36 Vendor ID: AuthenticAMD 17:38:36 CPU family: 23 17:38:36 Model: 49 17:38:36 Model name: AMD EPYC-Rome Processor 17:38:36 Stepping: 0 17:38:36 CPU MHz: 2799.994 17:38:36 BogoMIPS: 5599.98 17:38:36 Virtualization: AMD-V 17:38:36 Hypervisor vendor: KVM 17:38:36 Virtualization type: full 17:38:36 L1d cache: 256 KiB 17:38:36 L1i cache: 256 KiB 17:38:36 L2 cache: 4 MiB 17:38:36 L3 cache: 128 MiB 17:38:36 NUMA node0 CPU(s): 0-7 17:38:36 Vulnerability Itlb multihit: Not affected 17:38:36 Vulnerability L1tf: Not affected 17:38:36 Vulnerability Mds: Not affected 17:38:36 Vulnerability Meltdown: Not affected 17:38:36 Vulnerability Mmio stale data: Not affected 17:38:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:38:36 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:38:36 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:38:36 Vulnerability Srbds: Not affected 17:38:36 Vulnerability Tsx async abort: Not affected 17:38:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 17:38:36 17:38:36 17:38:36 ---> nproc: 17:38:36 8 17:38:36 17:38:36 17:38:36 ---> df -h: 17:38:36 Filesystem Size Used Avail Use% Mounted on 17:38:36 overlay 155G 12G 144G 8% / 17:38:36 tmpfs 64M 0 64M 0% /dev 17:38:36 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:38:36 shm 64M 0 64M 0% /dev/shm 17:38:36 /dev/vda1 155G 12G 144G 8% /facter-os 17:38:36 17:38:36 17:38:36 ---> sar -b -r -n DEV: 17:38:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6906) 10/03/22 _x86_64_ (8 CPU) 17:38:36 17:38:36 17:29:46 LINUX RESTART (8 CPU) 17:38:36 17:38:36 17:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:38:36 17:31:01 179.77 47.86 131.91 0.00 5420.16 152456.32 0.00 17:38:36 17:32:01 182.21 1.32 180.89 0.00 30.12 66466.38 0.00 17:38:36 17:33:01 1.75 0.00 1.75 0.00 0.00 19.88 0.00 17:38:36 17:34:01 1.70 0.00 1.70 0.00 0.00 20.79 0.00 17:38:36 17:35:01 38.78 9.35 29.43 0.00 2887.52 4778.40 0.00 17:38:36 17:36:01 2.58 0.00 2.58 0.00 0.00 29.59 0.00 17:38:36 17:37:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 17:38:36 17:38:01 1.90 0.00 1.90 0.00 0.00 20.39 0.00 17:38:36 Average: 51.21 7.31 43.90 0.00 1042.14 27974.56 0.00 17:38:36 17:38:36 17:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:38:36 17:31:01 29120800 31596208 723940 2.20 75372 2675212 1923864 5.67 987832 2417488 86956 17:38:36 17:32:01 27988480 31589108 715620 2.18 142488 3627152 1751784 5.16 1148624 3264240 300 17:38:36 17:33:01 27989228 31589968 714360 2.17 142536 3627164 1751784 5.16 1148768 3264244 8 17:38:36 17:34:01 27991040 31591808 712420 2.17 142624 3627172 1751784 5.16 1147332 3264248 52 17:38:36 17:35:01 27686564 31564532 726164 2.21 161304 3876044 1780072 5.25 1313956 3379524 244 17:38:36 17:36:01 27698744 31576888 713956 2.17 161376 3876044 1780072 5.25 1298572 3379476 24 17:38:36 17:37:01 27707020 31585244 705508 2.15 161408 3876052 1780072 5.25 1290496 3379480 12 17:38:36 17:38:01 27706932 31585552 705368 2.15 161496 3876052 1780072 5.25 1290292 3379776 12 17:38:36 Average: 27986101 31584914 714667 2.17 143576 3632612 1787438 5.27 1203234 3216060 10951 17:38:36 17:38:36 17:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:38:36 17:31:01 veth7e87ce9 55.57 90.52 4.31 548.77 0.00 0.00 0.00 0.04 17:38:36 17:31:01 lo 7.07 7.07 0.68 0.68 0.00 0.00 0.00 0.00 17:38:36 17:31:01 ens3 703.47 453.47 6893.26 94.26 0.00 0.00 0.00 0.00 17:38:36 17:31:01 docker0 56.66 91.43 3.70 555.86 0.00 0.00 0.00 0.00 17:38:36 17:32:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 17:38:36 17:32:01 ens3 347.27 264.80 4414.71 120.67 0.00 0.00 0.00 0.00 17:38:36 17:32:01 docker0 150.27 201.87 11.96 1852.59 0.00 0.00 0.00 0.00 17:38:36 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:33:01 ens3 1.33 0.18 0.35 0.19 0.00 0.00 0.00 0.00 17:38:36 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:36 17:34:01 ens3 0.95 0.50 0.52 0.39 0.00 0.00 0.00 0.00 17:38:36 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:35:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 17:38:36 17:35:01 ens3 64.69 40.76 1298.15 3.06 0.00 0.00 0.00 0.00 17:38:36 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:36 17:36:01 ens3 1.25 0.83 0.39 0.30 0.00 0.00 0.00 0.00 17:38:36 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:37:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 17:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:38:36 17:38:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:38:36 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:38:36 Average: lo 1.16 1.16 0.11 0.11 0.00 0.00 0.00 0.00 17:38:36 Average: ens3 139.89 95.08 1575.88 27.36 0.00 0.00 0.00 0.00 17:38:36 Average: docker0 25.87 36.66 1.96 301.07 0.00 0.00 0.00 0.00 17:38:36 17:38:36 17:38:36 ---> sar -P ALL: 17:38:36 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6906) 10/03/22 _x86_64_ (8 CPU) 17:38:36 17:38:36 17:29:46 LINUX RESTART (8 CPU) 17:38:36 17:38:36 17:30:01 CPU %user %nice %system %iowait %steal %idle 17:38:36 17:31:01 all 9.82 0.00 3.72 1.46 0.05 84.96 17:38:36 17:31:01 0 9.02 0.00 2.91 0.47 0.03 87.57 17:38:36 17:31:01 1 8.31 0.00 3.95 2.92 0.05 84.77 17:38:36 17:31:01 2 13.16 0.00 3.28 0.17 0.05 83.34 17:38:36 17:31:01 3 7.37 0.00 6.09 2.10 0.05 84.38 17:38:36 17:31:01 4 9.96 0.00 3.39 2.87 0.03 83.76 17:38:36 17:31:01 5 7.21 0.00 3.54 1.26 0.03 87.95 17:38:36 17:31:01 6 11.45 0.00 2.87 1.16 0.05 84.47 17:38:36 17:31:01 7 12.09 0.00 3.72 0.68 0.07 83.44 17:38:36 17:32:01 all 20.17 0.00 5.96 1.05 0.05 72.76 17:38:36 17:32:01 0 20.75 0.00 5.39 0.54 0.07 73.25 17:38:36 17:32:01 1 18.96 0.00 7.45 3.80 0.05 69.74 17:38:36 17:32:01 2 20.80 0.00 5.29 0.12 0.05 73.74 17:38:36 17:32:01 3 19.95 0.00 6.05 0.93 0.05 73.02 17:38:36 17:32:01 4 20.09 0.00 5.66 1.98 0.05 72.23 17:38:36 17:32:01 5 20.28 0.00 5.17 0.32 0.05 74.18 17:38:36 17:32:01 6 19.33 0.00 5.99 0.40 0.05 74.23 17:38:36 17:32:01 7 21.23 0.00 6.69 0.34 0.05 71.69 17:38:36 17:33:01 all 0.03 0.00 0.01 0.00 0.01 99.95 17:38:36 17:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:38:36 17:33:01 1 0.03 0.00 0.00 0.00 0.02 99.95 17:38:36 17:33:01 2 0.03 0.00 0.02 0.02 0.00 99.93 17:38:36 17:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:33:01 4 0.05 0.00 0.02 0.02 0.00 99.92 17:38:36 17:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 17:38:36 17:33:01 6 0.02 0.00 0.03 0.00 0.02 99.93 17:38:36 17:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 17:38:36 17:34:01 all 0.04 0.00 0.02 0.01 0.00 99.93 17:38:36 17:34:01 0 0.10 0.00 0.02 0.00 0.00 99.88 17:38:36 17:34:01 1 0.08 0.00 0.03 0.00 0.02 99.87 17:38:36 17:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:38:36 17:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:34:01 4 0.03 0.00 0.02 0.05 0.00 99.90 17:38:36 17:34:01 5 0.02 0.00 0.02 0.00 0.00 99.97 17:38:36 17:34:01 6 0.03 0.00 0.02 0.00 0.02 99.93 17:38:36 17:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 17:38:36 17:35:01 all 1.15 0.00 0.83 0.28 0.01 97.72 17:38:36 17:35:01 0 0.82 0.00 0.47 0.05 0.00 98.67 17:38:36 17:35:01 1 1.44 0.00 1.02 0.55 0.02 96.98 17:38:36 17:35:01 2 1.15 0.00 1.02 0.05 0.02 97.77 17:38:36 17:35:01 3 0.90 0.00 0.45 0.15 0.02 98.48 17:38:36 17:35:01 4 1.48 0.00 0.55 1.17 0.02 96.78 17:38:36 17:35:01 5 1.34 0.00 0.45 0.05 0.02 98.14 17:38:36 17:35:01 6 1.23 0.00 0.73 0.08 0.02 97.93 17:38:36 17:35:01 7 0.87 0.00 1.97 0.13 0.02 97.01 17:38:36 17:36:01 all 0.04 0.00 0.03 0.00 0.01 99.91 17:38:36 17:36:01 0 0.05 0.00 0.03 0.02 0.02 99.88 17:38:36 17:36:01 1 0.08 0.00 0.03 0.00 0.02 99.87 17:38:36 17:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:38:36 17:36:01 3 0.00 0.00 0.03 0.00 0.02 99.95 17:38:36 17:36:01 4 0.03 0.00 0.03 0.02 0.00 99.92 17:38:36 17:36:01 5 0.07 0.00 0.05 0.00 0.02 99.87 17:38:36 17:36:01 6 0.02 0.00 0.03 0.00 0.02 99.93 17:38:36 17:36:01 7 0.05 0.00 0.03 0.00 0.00 99.92 17:38:36 17:37:01 all 0.01 0.00 0.02 0.00 0.00 99.97 17:38:36 17:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:38:36 17:37:01 1 0.00 0.00 0.05 0.02 0.02 99.92 17:38:36 17:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:38:36 17:37:01 4 0.02 0.00 0.02 0.02 0.00 99.95 17:38:36 17:37:01 5 0.02 0.00 0.03 0.00 0.00 99.95 17:38:36 17:37:01 6 0.02 0.00 0.03 0.00 0.00 99.95 17:38:36 17:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:38:01 all 0.01 0.00 0.01 0.01 0.01 99.96 17:38:36 17:38:01 0 0.02 0.00 0.02 0.02 0.00 99.95 17:38:36 17:38:01 1 0.05 0.00 0.00 0.02 0.00 99.93 17:38:36 17:38:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:38:36 17:38:01 4 0.02 0.00 0.00 0.03 0.02 99.93 17:38:36 17:38:01 5 0.02 0.00 0.02 0.00 0.02 99.95 17:38:36 17:38:01 6 0.00 0.00 0.03 0.00 0.02 99.95 17:38:36 17:38:01 7 0.02 0.00 0.00 0.00 0.02 99.97 17:38:36 Average: all 3.88 0.00 1.32 0.35 0.02 94.43 17:38:36 Average: 0 3.81 0.00 1.10 0.14 0.02 94.94 17:38:36 Average: 1 3.59 0.00 1.55 0.91 0.02 93.93 17:38:36 Average: 2 4.37 0.00 1.19 0.04 0.01 94.38 17:38:36 Average: 3 3.50 0.00 1.57 0.40 0.02 94.52 17:38:36 Average: 4 3.95 0.00 1.21 0.77 0.01 94.06 17:38:36 Average: 5 3.61 0.00 1.16 0.20 0.02 95.01 17:38:36 Average: 6 3.99 0.00 1.21 0.20 0.02 94.57 17:38:36 Average: 7 4.25 0.00 1.54 0.14 0.02 94.04 17:38:36 17:38:36 17:38:36