Pull request #233 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from 52da119c14e67ea8dacabd45ca239c121a5df235+ce7fe079461b7505b319433b3b229be05385591d (c26d5b984e8e63ce49ef0cfce6feeb53d3bac037) 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-ssh13452422762831989131.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh2031023863498727238.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-onvif-camera/branches/PR-233/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-onvif-camera/branches/PR-233/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9930333902614665559.key > 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-onvif-camera/branches/PR-233/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5379046505644554576.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh4833457946611953930.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-onvif-camera/branches/PR-233/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-onvif-camera/branches/PR-233/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1217735564655236557.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [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-onvif-camera-settings PROJECT: device-onvif-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-onvif-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: true SWAGGER_API_FOLDERS: doc/openapi/v2 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-6158 in /w/workspace/undry_device-onvif-camera_PR-233 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-233 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ce7fe079461b7505b319433b3b229be05385591d into PR head commit 52da119c14e67ea8dacabd45ca239c121a5df235 Merge succeeded, producing 52da119c14e67ea8dacabd45ca239c121a5df235 Checking out Revision 52da119c14e67ea8dacabd45ca239c121a5df235 (PR-233) > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ce7fe079461b7505b319433b3b229be05385591d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:01:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:01:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:01:26 ========================================================= 18:01:26 EdgeX Global Pipelines Version Info 18:01:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:01:27 ------------------- 18:01:27 stable info: 18:01:27 ------------------- 18:01:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:01:27 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:01:27 Message: update stable to v1.0.244 18:01:28 ------------------- 18:01:28 experimental info: 18:01:28 ------------------- 18:01:28 Commited By: **** collab-it+edgex@linuxfoundation.org 18:01:28 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:01:28 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:01:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-233 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-233 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-233 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52da119 [Pipeline] echo 18:01:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:01:29 provisioning config files... 18:01:29 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config7292145813989058161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:30 ---> docker-login.sh 18:01:30 nexus3.edgexfoundry.org:10001 18:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:30 Configure a credential helper to remove this warning. See 18:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:30 18:01:30 Login Succeeded 18:01:30 nexus3.edgexfoundry.org:10002 18:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:30 Configure a credential helper to remove this warning. See 18:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:30 18:01:30 Login Succeeded 18:01:30 nexus3.edgexfoundry.org:10003 18:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:30 Configure a credential helper to remove this warning. See 18:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:30 18:01:30 Login Succeeded 18:01:30 nexus3.edgexfoundry.org:10004 18:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:30 Configure a credential helper to remove this warning. See 18:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:30 18:01:30 Login Succeeded 18:01:30 docker.io 18:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:31 Configure a credential helper to remove this warning. See 18:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:31 18:01:31 Login Succeeded 18:01:31 ---> docker-login.sh ends [Pipeline] } 18:01:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:01:31 + git rev-list -1 --merges 52da119c14e67ea8dacabd45ca239c121a5df235~1..52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo 18:01:31 -----------> git rev-list -1 --merges 52da119c14e67ea8dacabd45ca239c121a5df235~1..52da119c14e67ea8dacabd45ca239c121a5df235 52da119c14e67ea8dacabd45ca239c121a5df235 [false] [Pipeline] sh 18:01:32 + git log --format=format:%s -1 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo 18:01:32 ========================================================= 18:01:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:01:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:01:32 + git log --format=format:%s -1 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo 18:01:32 [semverPrep] GIT_COMMIT: 52da119c14e67ea8dacabd45ca239c121a5df235, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo 18:01:32 [semverPrep] This is not a build commit. [Pipeline] sh 18:01:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:01:33 + grep -v github /etc/ssh/ssh_known_hosts 18:01:33 + [ -e /tmp/ssh_known_hosts ] 18:01:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:01:33 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:01:33 sudo tee -a /etc/ssh/ssh_known_hosts 18:01:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:01:33 18:01:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:01:34 0.1.4: Pulling from edgex-devops/py-git-semver 18:01:34 b85a868b505f: Pulling fs layer 18:01:34 e2be974225ed: Pulling fs layer 18:01:34 339a4e72a1f5: Pulling fs layer 18:01:34 988bab9f4d93: Pulling fs layer 18:01:34 1469e6f7b9e6: Pulling fs layer 18:01:34 eaf3925da568: Pulling fs layer 18:01:34 bab4dde63d76: Pulling fs layer 18:01:34 bde34c3a00c8: Pulling fs layer 18:01:34 b352a97aabf1: Pulling fs layer 18:01:34 4872d77fe225: Pulling fs layer 18:01:34 5851b861e8e6: Pulling fs layer 18:01:34 b352a97aabf1: Waiting 18:01:34 bde34c3a00c8: Waiting 18:01:34 4872d77fe225: Waiting 18:01:34 988bab9f4d93: Waiting 18:01:34 5851b861e8e6: Waiting 18:01:34 1469e6f7b9e6: Waiting 18:01:34 eaf3925da568: Waiting 18:01:34 bab4dde63d76: Waiting 18:01:34 e2be974225ed: Verifying Checksum 18:01:34 e2be974225ed: Download complete 18:01:34 988bab9f4d93: Verifying Checksum 18:01:34 988bab9f4d93: Download complete 18:01:34 1469e6f7b9e6: Verifying Checksum 18:01:34 1469e6f7b9e6: Download complete 18:01:34 339a4e72a1f5: Verifying Checksum 18:01:34 339a4e72a1f5: Download complete 18:01:34 eaf3925da568: Verifying Checksum 18:01:34 eaf3925da568: Download complete 18:01:34 bde34c3a00c8: Verifying Checksum 18:01:34 bde34c3a00c8: Download complete 18:01:34 b352a97aabf1: Download complete 18:01:34 4872d77fe225: Verifying Checksum 18:01:34 4872d77fe225: Download complete 18:01:34 5851b861e8e6: Verifying Checksum 18:01:34 5851b861e8e6: Download complete 18:01:35 b85a868b505f: Verifying Checksum 18:01:35 b85a868b505f: Download complete 18:01:35 bab4dde63d76: Verifying Checksum 18:01:35 bab4dde63d76: Download complete 18:01:36 b85a868b505f: Pull complete 18:01:36 e2be974225ed: Pull complete 18:01:37 339a4e72a1f5: Pull complete 18:01:37 988bab9f4d93: Pull complete 18:01:37 1469e6f7b9e6: Pull complete 18:01:38 eaf3925da568: Pull complete 18:01:40 bab4dde63d76: Pull complete 18:01:40 bde34c3a00c8: Pull complete 18:01:40 b352a97aabf1: Pull complete 18:01:40 4872d77fe225: Pull complete 18:01:40 5851b861e8e6: Pull complete 18:01:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:01:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:01:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:01:40 prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container 18:01:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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-devops/py-git-semver:0.1.4 cat 18:01:45 $ docker top e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 -eo pid,comm 18:01:45 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). 18:01:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:01:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:45 [ssh-agent] Looking for ssh-agent implementation... 18:01:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:45 $ docker exec e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent 18:01:46 SSH_AUTH_SOCK=/tmp/ssh-KlPvPNQa5arH/agent.14 18:01:46 SSH_AGENT_PID=21 18:01:46 Running ssh-add (command line suppressed) 18:01:46 Identity added: /w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_2188161612126181961.key (/w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_2188161612126181961.key) 18:01:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:46 + git tag --points-at HEAD [Pipeline] } 18:01:46 $ docker exec --env ******** --env ******** e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent -k 18:01:46 unset SSH_AUTH_SOCK; 18:01:46 unset SSH_AGENT_PID; 18:01:46 echo Agent pid 21 killed; 18:01:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:01:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:01:46 [ssh-agent] Looking for ssh-agent implementation... 18:01:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:01:46 $ docker exec e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent 18:01:47 SSH_AUTH_SOCK=/tmp/ssh-yYFa3M76xrgC/agent.71 18:01:47 SSH_AGENT_PID=77 18:01:47 Running ssh-add (command line suppressed) 18:01:47 Identity added: /w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_11500790708365041360.key (/w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_11500790708365041360.key) 18:01:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:01:47 + git semver init 18:01:47 2023-02-15 18:01:47,770 [run_init] DEBUG init version:0.0.0 force:False 18:01:47 2023-02-15 18:01:47,771 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-233/.semver 18:01:47 2023-02-15 18:01:47,771 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-233/.semver 18:01:47 2023-02-15 18:01:47,772 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-233/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-233, universal_newlines=False, shell=None, istream=None) 18:01:49 2023-02-15 18:01:48,991 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-233/.git/info/exclude 18:01:49 2023-02-15 18:01:48,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 with force:False 18:01:49 2023-02-15 18:01:48,992 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 18:01:49 2023-02-15 18:01:48,995 [execute] INFO git cat-file --batch-check 18:01:49 2023-02-15 18:01:48,995 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-233/.semver, universal_newlines=False, shell=None, istream=) 18:01:49 2023-02-15 18:01:49,000 [execute] INFO git cat-file --batch 18:01:49 2023-02-15 18:01:49,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-233/.semver, universal_newlines=False, shell=None, istream=) 18:01:49 2023-02-15 18:01:49,005 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 18:01:49 0.0.0 [Pipeline] } 18:01:49 $ docker exec --env ******** --env ******** e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent -k 18:01:49 unset SSH_AUTH_SOCK; 18:01:49 unset SSH_AGENT_PID; 18:01:49 echo Agent pid 77 killed; 18:01:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:01:49 + git semver [Pipeline] } 18:01:50 $ docker stop --time=1 e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 18:01:51 $ docker rm -f --volumes e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 [Pipeline] // withDockerContainer [Pipeline] sh 18:01:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:01:52 Stashed 1 file(s) [Pipeline] echo 18:01:52 [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 18:01:52 provisioning config files... 18:01:52 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config14853193602512571206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:53 ---> docker-login.sh 18:01:53 nexus3.edgexfoundry.org:10001 18:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:53 Configure a credential helper to remove this warning. See 18:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:53 18:01:53 Login Succeeded 18:01:53 nexus3.edgexfoundry.org:10002 18:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:53 Configure a credential helper to remove this warning. See 18:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:53 18:01:53 Login Succeeded 18:01:53 nexus3.edgexfoundry.org:10003 18:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:53 Configure a credential helper to remove this warning. See 18:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:53 18:01:53 Login Succeeded 18:01:53 nexus3.edgexfoundry.org:10004 18:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:53 Configure a credential helper to remove this warning. See 18:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:53 18:01:53 Login Succeeded 18:01:53 docker.io 18:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:53 Configure a credential helper to remove this warning. See 18:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:53 18:01:53 Login Succeeded 18:01:53 ---> docker-login.sh ends [Pipeline] } 18:01:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:01:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:01:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:01:54 ========================================================= 18:01:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:01:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:54 + 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 . 18:01:54 Sending build context to Docker daemon 27.73MB 18:01:54 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:01:54 Step 2/13 : FROM ${BASE} AS builder 18:01:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:01:54 213ec9aee27d: Pulling fs layer 18:01:54 4583459ba037: Pulling fs layer 18:01:54 93c1e223e6f2: Pulling fs layer 18:01:54 53926ce57604: Pulling fs layer 18:01:54 21b2b0c7a3f4: Pulling fs layer 18:01:54 22ff95d597cd: Pulling fs layer 18:01:54 12d6caf4c0d1: Pulling fs layer 18:01:54 96b7cbca73a9: Pulling fs layer 18:01:54 a7acece74701: Pulling fs layer 18:01:54 53926ce57604: Waiting 18:01:54 21b2b0c7a3f4: Waiting 18:01:54 96b7cbca73a9: Waiting 18:01:54 22ff95d597cd: Waiting 18:01:54 a7acece74701: Waiting 18:01:54 93c1e223e6f2: Verifying Checksum 18:01:54 93c1e223e6f2: Download complete 18:01:54 4583459ba037: Verifying Checksum 18:01:54 4583459ba037: Download complete 18:01:54 21b2b0c7a3f4: Verifying Checksum 18:01:54 21b2b0c7a3f4: Download complete 18:01:54 22ff95d597cd: Verifying Checksum 18:01:54 22ff95d597cd: Download complete 18:01:55 213ec9aee27d: Download complete 18:01:55 12d6caf4c0d1: Verifying Checksum 18:01:55 12d6caf4c0d1: Download complete 18:01:55 213ec9aee27d: Pull complete 18:01:55 4583459ba037: Pull complete 18:01:55 93c1e223e6f2: Pull complete 18:01:56 a7acece74701: Verifying Checksum 18:01:56 a7acece74701: Download complete 18:01:56 53926ce57604: Verifying Checksum 18:01:56 53926ce57604: Download complete 18:01:56 96b7cbca73a9: Verifying Checksum 18:01:56 96b7cbca73a9: Download complete 18:02:01 53926ce57604: Pull complete 18:02:02 21b2b0c7a3f4: Pull complete 18:02:04 22ff95d597cd: Pull complete 18:02:05 12d6caf4c0d1: Pull complete 18:02:07 Still waiting to schedule task 18:02:07 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6157’ 18:02:08 96b7cbca73a9: Pull complete 18:02:09 a7acece74701: Pull complete 18:02:10 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:02:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:02:10 ---> db6d94c90886 18:02:10 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:02:28 ---> Running in 75b574c606a2 18:02:28 Removing intermediate container 75b574c606a2 18:02:28 ---> f14b2861a43f 18:02:28 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:02:28 ---> Running in a70590bc55dd 18:02:29 Removing intermediate container a70590bc55dd 18:02:29 ---> b23287b16ae9 18:02:29 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 18:02:30 ---> Running in d7bc6388e6dc 18:02:31 Removing intermediate container d7bc6388e6dc 18:02:31 ---> 3e570b14e7ca 18:02:31 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 18:02:31 ---> Running in cf1284e07c83 18:02:32 Removing intermediate container cf1284e07c83 18:02:32 ---> 693b25cdec9f 18:02:32 Step 7/13 : LABEL Name=edgex-device-onvif-camera 18:02:32 ---> Running in 78bb1ecb04f5 18:02:33 Removing intermediate container 78bb1ecb04f5 18:02:33 ---> 61e738964288 18:02:33 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:02:33 ---> Running in cbb44cab7c3e 18:02:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:02:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:02:34 OK: 211 MiB in 51 packages 18:02:35 Removing intermediate container cbb44cab7c3e 18:02:35 ---> 6c16be36f5be 18:02:35 Step 9/13 : WORKDIR /device-onvif-camera 18:02:36 ---> Running in c3284ed679f1 18:02:37 Removing intermediate container c3284ed679f1 18:02:37 ---> cdc9ed5e1b30 18:02:37 Step 10/13 : COPY go.mod vendor* ./ 18:02:38 ---> dba6f904839d 18:02:38 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:02:39 ---> Running in c4cd22c8609b 18:04:02 Removing intermediate container c4cd22c8609b 18:04:02 ---> c62212d07d86 18:04:02 Step 12/13 : COPY . . 18:04:02 ---> 7c4f1541bdf9 18:04:02 Step 13/13 : RUN ${MAKE} 18:04:02 ---> Running in eb0536bf90e1 18:04:02 noop 18:04:02 Removing intermediate container eb0536bf90e1 18:04:02 ---> c1ca6eae1cf0 18:04:02 Successfully built c1ca6eae1cf0 18:04:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:04 + docker inspect -f . ci-base-image-x86_64 18:04:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:04:04 prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container 18:04:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:04:05 $ docker top f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 -eo pid,comm [Pipeline] { [Pipeline] sh 18:04:06 + go version 18:04:06 go version go1.18.7 linux/amd64 [Pipeline] } 18:04:06 $ docker stop --time=1 f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 18:04:09 $ docker rm -f --volumes f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:10 + docker inspect -f . ci-base-image-x86_64 18:04:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:04:10 prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container 18:04:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:04:12 $ docker top ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec -eo pid,comm [Pipeline] { [Pipeline] sh 18:04:13 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-233 [Pipeline] fileExists [Pipeline] sh 18:04:13 + make test 18:04:13 go test ./... -coverprofile=coverage.out ./... 18:04:14 ? github.com/edgexfoundry/device-onvif-camera [no test files] 18:04:26 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 18:04:28 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.036s coverage: 29.3% of statements 18:04:28 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 18:04:28 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.378s coverage: 86.5% of statements 18:04:36 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:04:36 go vet ./... 18:04:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:04:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:04:40 ./bin/test-attribution-txt.sh [Pipeline] echo 18:04:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:04:40 $ docker stop --time=1 ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec 18:04:42 $ docker rm -f --volumes ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec [Pipeline] // withDockerContainer [Pipeline] sh 18:04:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:04:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:04:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:04:44 + ls -al . 18:04:44 total 236 18:04:44 drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:04 . 18:04:44 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 .. 18:04:44 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:04 .git 18:04:44 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:01 .github 18:04:44 -rw-rw-r-- 1 jenkins jenkins 496 Feb 15 18:01 .gitignore 18:04:44 -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 18:01 .golangci.yml 18:04:44 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:01 .semver 18:04:44 -rw-rw-r-- 1 jenkins jenkins 9857 Feb 15 18:01 Attribution.txt 18:04:44 -rw-rw-r-- 1 jenkins jenkins 6312 Feb 15 18:01 CHANGELOG.md 18:04:44 -rw-rw-r-- 1 jenkins jenkins 1574 Feb 15 18:01 Dockerfile 18:04:44 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:01 GOVERNANCE.md 18:04:44 -rw-rw-r-- 1 jenkins jenkins 734 Feb 15 18:01 Jenkinsfile 18:04:44 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 15 18:01 LICENSE 18:04:44 -rw-rw-r-- 1 jenkins jenkins 2577 Feb 15 18:01 Makefile 18:04:44 -rw-rw-r-- 1 jenkins jenkins 625 Feb 15 18:01 OWNERS.md 18:04:44 -rw-rw-r-- 1 jenkins jenkins 6595 Feb 15 18:01 README.md 18:04:44 -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:01 VERSION 18:04:44 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:01 bin 18:04:44 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:01 cmd 18:04:44 -rw-r--r-- 1 jenkins jenkins 79184 Feb 15 18:04 coverage.out 18:04:44 drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 18:01 doc 18:04:44 -rw-rw-r-- 1 jenkins jenkins 3600 Feb 15 18:01 go.mod 18:04:44 -rw-rw-r-- 1 jenkins jenkins 34701 Feb 15 18:01 go.sum 18:04:44 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 internal 18:04:44 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 snap 18:04:44 -rw-rw-r-- 1 jenkins jenkins 236 Feb 15 18:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:44 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 --label arch=amd64 --label version=0.0.0 . 18:04:44 Sending build context to Docker daemon 27.81MB 18:04:44 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 18:04:44 Step 2/26 : FROM ${BASE} AS builder 18:04:44 ---> c1ca6eae1cf0 18:04:44 Step 3/26 : ARG ADD_BUILD_TAGS="" 18:04:45 ---> Running in 01c9e1f72047 18:04:45 Removing intermediate container 01c9e1f72047 18:04:45 ---> f3ad34397ad4 18:04:45 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:04:45 ---> Running in 25030382ec35 18:04:45 Removing intermediate container 25030382ec35 18:04:45 ---> 714d90f61930 18:04:45 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 18:04:45 ---> Running in 78f1dd8a1371 18:04:45 Removing intermediate container 78f1dd8a1371 18:04:45 ---> 88b7c97f35c4 18:04:45 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 18:04:45 ---> Running in d8c702802074 18:04:45 Removing intermediate container d8c702802074 18:04:45 ---> f1b6d3b1ea79 18:04:45 Step 7/26 : LABEL Name=edgex-device-onvif-camera 18:04:45 ---> Running in 2718e637775a 18:04:45 Removing intermediate container 2718e637775a 18:04:45 ---> dd9fd26aff68 18:04:45 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:04:45 ---> Running in f4278fed6f2a 18:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:04:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:04:46 OK: 211 MiB in 51 packages 18:04:47 Removing intermediate container f4278fed6f2a 18:04:47 ---> afaa76cdc673 18:04:47 Step 9/26 : WORKDIR /device-onvif-camera 18:04:47 ---> Running in 90ebfab4029f 18:04:48 Removing intermediate container 90ebfab4029f 18:04:48 ---> a522fd09b11f 18:04:48 Step 10/26 : COPY go.mod vendor* ./ 18:04:48 ---> e3f03a335dde 18:04:48 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:04:48 ---> Running in 9f4ffd08c93e 18:04:49 Removing intermediate container 9f4ffd08c93e 18:04:49 ---> 1e604593cb65 18:04:49 Step 12/26 : COPY . . 18:04:50 ---> eb2082621252 18:04:50 Step 13/26 : RUN ${MAKE} 18:04:50 ---> Running in 1d5a3c35fe4c 18:04:50 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 18:05:17 Removing intermediate container 1d5a3c35fe4c 18:05:17 ---> 869f0ce352b5 18:05:17 Step 14/26 : FROM alpine:3.16 18:05:17 3.16: Pulling from library/alpine 18:05:17 ef5531b6e74e: Pulling fs layer 18:05:17 ef5531b6e74e: Verifying Checksum 18:05:17 ef5531b6e74e: Download complete 18:05:17 ef5531b6e74e: Pull complete 18:05:17 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:05:17 Status: Downloaded newer image for alpine:3.16 18:05:17 ---> dfd21b5a31f5 18:05:17 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:05:17 ---> Running in b01423d09b26 18:05:17 Removing intermediate container b01423d09b26 18:05:17 ---> 0594479fc85d 18:05:17 Step 16/26 : RUN apk add --update --no-cache dumb-init 18:05:17 ---> Running in 2f24b1c47b27 18:05:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6161 in /w/workspace/undry_device-onvif-camera_PR-233 [Pipeline] { [Pipeline] ws 18:05:17 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 18:05:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:05:17 The recommended git tool is: git 18:05:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:05:18 (1/1) Installing dumb-init (1.2.5-r1) 18:05:18 Executing busybox-1.35.0-r17.trigger 18:05:18 OK: 6 MiB in 15 packages 18:05:19 Removing intermediate container 2f24b1c47b27 18:05:19 ---> 315ab08fa361 18:05:19 Step 17/26 : WORKDIR / 18:05:19 ---> Running in f8501326309f 18:05:19 Removing intermediate container f8501326309f 18:05:19 ---> d53a7d548355 18:05:19 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 18:05:21 ---> 34f813087178 18:05:21 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 18:05:21 ---> ad5b5eeeadc3 18:05:21 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 18:05:21 ---> 1485ac2ba9ec 18:05:21 Step 21/26 : EXPOSE 59984 18:05:21 ---> Running in bca027fec48f 18:05:22 Removing intermediate container bca027fec48f 18:05:22 ---> 0dfcf02145a0 18:05:22 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 18:05:22 ---> Running in 32de9258e358 18:05:22 Removing intermediate container 32de9258e358 18:05:22 ---> fc853681960a 18:05:22 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:05:22 ---> Running in da262f1584d4 18:05:22 Removing intermediate container da262f1584d4 18:05:22 ---> 2e002fdb5f31 18:05:22 Step 24/26 : LABEL arch=amd64 18:05:22 ---> Running in 072db72f735b 18:05:22 Removing intermediate container 072db72f735b 18:05:22 ---> 66e4b93ef537 18:05:22 Step 25/26 : LABEL git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 18:05:22 ---> Running in 3db4f4e38a1c 18:05:22 Removing intermediate container 3db4f4e38a1c 18:05:22 ---> 55cf7cc2f867 18:05:22 Step 26/26 : LABEL version=0.0.0 18:05:22 ---> Running in b10217dfddf4 18:05:22 Removing intermediate container b10217dfddf4 18:05:22 ---> 75541231bae1 18:05:22 [Warning] One or more build-args [ARCH] were not consumed 18:05:22 Successfully built 75541231bae1 18:05:22 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:23 using credential edgex-jenkins-ssh 18:05:23 Cloning the remote Git repository 18:05:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:23 18:05:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:24 latest: Pulling from edgex-lftools-log-publisher 18:05:24 5eb5b503b376: Pulling fs layer 18:05:24 5c69ac0246d0: Pulling fs layer 18:05:24 ec43610c2a17: Pulling fs layer 18:05:24 3a2ae6a8a46f: Pulling fs layer 18:05:24 33b1e0a273af: Pulling fs layer 18:05:24 5d3b04190fa2: Pulling fs layer 18:05:24 2f39f015ded8: Pulling fs layer 18:05:24 3a2ae6a8a46f: Waiting 18:05:24 33b1e0a273af: Waiting 18:05:24 5d3b04190fa2: Waiting 18:05:23 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 18:05:23 > git init /w/workspace/device-onvif-camera/1 # timeout=10 18:05:23 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 18:05:23 > git --version # timeout=10 18:05:23 > git --version # 'git version 2.25.1' 18:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:24 5c69ac0246d0: Download complete 18:05:24 3a2ae6a8a46f: Download complete 18:05:24 33b1e0a273af: Verifying Checksum 18:05:24 33b1e0a273af: Download complete 18:05:24 5d3b04190fa2: Verifying Checksum 18:05:24 5d3b04190fa2: Download complete 18:05:24 ec43610c2a17: Verifying Checksum 18:05:24 ec43610c2a17: Download complete 18:05:24 5eb5b503b376: Verifying Checksum 18:05:24 5eb5b503b376: Download complete 18:05:25 2f39f015ded8: Download complete 18:05:26 5eb5b503b376: Pull complete 18:05:26 5c69ac0246d0: Pull complete 18:05:26 ec43610c2a17: Pull complete 18:05:26 3a2ae6a8a46f: Pull complete 18:05:25 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 18:05:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:26 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 18:05:26 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 18:05:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:05:26 33b1e0a273af: Pull complete 18:05:27 5d3b04190fa2: Pull complete 18:05:27 Merging remotes/origin/main commit ce7fe079461b7505b319433b3b229be05385591d into PR head commit 52da119c14e67ea8dacabd45ca239c121a5df235 18:05:27 Merge succeeded, producing 52da119c14e67ea8dacabd45ca239c121a5df235 18:05:27 Checking out Revision 52da119c14e67ea8dacabd45ca239c121a5df235 (PR-233) 18:05:27 > git config core.sparsecheckout # timeout=10 18:05:27 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 18:05:27 > git remote # timeout=10 18:05:27 > git config --get remote.origin.url # timeout=10 18:05:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:27 > git merge ce7fe079461b7505b319433b3b229be05385591d # timeout=10 18:05:27 > git rev-parse HEAD^{commit} # timeout=10 18:05:27 > git config core.sparsecheckout # timeout=10 18:05:27 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 18:05:32 2f39f015ded8: Pull complete 18:05:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:05:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:05:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:32 prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container 18:05:32 $ 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/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:05:33 Commit message: "refactor!: Replace internal topics from config with new constants" 18:05:33 > git --version # timeout=10 18:05:33 > git --version # 'git version 2.25.1' 18:05:33 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:05:33 18:05:33 GitHub has been notified of this commit’s build result 18:05:33 18:05:40 $ docker top d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:05:41 ---> job-cost.sh 18:05:41 lf-activate-venv: SKIPPING 18:05:41 INFO: No Stack... 18:05:41 INFO: Retrieving Pricing Info for: v3-standard-8 18:05:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:05:41 % Total % Received % Xferd Average Speed Time Time Time Current 18:05:41 Dload Upload Total Spent Left Speed 18:05:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 18:05:41 INFO: Archiving Costs [Pipeline] sh [Pipeline] sh 18:05:42 + cat /w/workspace/undry_device-onvif-camera_PR-233/archives/cost.csv 18:05:42 + cut -d, -f6 [Pipeline] lock 18:05:42 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] 18:05:42 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] did not exist. Created. 18:05:42 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:05:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:05:42 + echo total: 0.2199999988079071 [Pipeline] stash 18:05:42 Stashed 1 file(s) [Pipeline] } 18:05:42 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] 18:05:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:05:42 + sudo tee /etc/docker/daemon.new 18:05:42 { 18:05:42 "registry-mirrors": [ 18:05:42 "https://nexus3.edgexfoundry.org:10001" 18:05:42 ], 18:05:42 "bip": "10.250.0.254/24", 18:05:42 "hosts": [ 18:05:42 "tcp://0.0.0.0:5555", 18:05:42 "unix:///var/run/docker.sock" 18:05:42 ], 18:05:42 "mtu": 1458, 18:05:42 "selinux-enabled": true, 18:05:42 "seccomp-profile": "/etc/docker/seccomp.json" 18:05:42 } [Pipeline] // lock [Pipeline] } 18:05:42 $ docker stop --time=1 d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 18:05:44 $ docker rm -f --volumes d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:05:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage [Pipeline] } [Pipeline] sh 18:05:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:06:03 provisioning config files... 18:06:03 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config15433592078550248870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:06:03 ---> docker-login.sh 18:06:03 nexus3.edgexfoundry.org:10001 18:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:04 Configure a credential helper to remove this warning. See 18:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:04 18:06:04 Login Succeeded 18:06:04 nexus3.edgexfoundry.org:10002 18:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:04 Configure a credential helper to remove this warning. See 18:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:04 18:06:04 Login Succeeded 18:06:04 nexus3.edgexfoundry.org:10003 18:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:04 Configure a credential helper to remove this warning. See 18:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:04 18:06:04 Login Succeeded 18:06:04 nexus3.edgexfoundry.org:10004 18:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:05 Configure a credential helper to remove this warning. See 18:06:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:05 18:06:05 Login Succeeded 18:06:05 docker.io 18:06:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:06 Configure a credential helper to remove this warning. See 18:06:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:06 18:06:06 Login Succeeded 18:06:06 ---> docker-login.sh ends [Pipeline] } 18:06:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:06:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:06:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:06:06 ========================================================= 18:06:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:06:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:07 + 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 . 18:06:07 Sending build context to Docker daemon 20.56MB 18:06:07 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:06:07 Step 2/13 : FROM ${BASE} AS builder 18:06:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:06:07 9b18e9b68314: Pulling fs layer 18:06:07 35d82f9e3411: Pulling fs layer 18:06:07 e16973657156: Pulling fs layer 18:06:07 fc693d55d65f: Pulling fs layer 18:06:07 7e9fc2657dce: Pulling fs layer 18:06:07 dda99020689f: Pulling fs layer 18:06:07 db1c61fa0a46: Pulling fs layer 18:06:07 891c053d2c06: Pulling fs layer 18:06:07 fc693d55d65f: Waiting 18:06:07 7e9fc2657dce: Waiting 18:06:07 dda99020689f: Waiting 18:06:07 891c053d2c06: Waiting 18:06:07 db1c61fa0a46: Waiting 18:06:07 e16973657156: Download complete 18:06:07 35d82f9e3411: Verifying Checksum 18:06:07 35d82f9e3411: Download complete 18:06:07 7e9fc2657dce: Verifying Checksum 18:06:07 7e9fc2657dce: Download complete 18:06:07 dda99020689f: Verifying Checksum 18:06:07 dda99020689f: Download complete 18:06:07 9b18e9b68314: Verifying Checksum 18:06:07 9b18e9b68314: Download complete 18:06:08 9b18e9b68314: Pull complete 18:06:08 891c053d2c06: Verifying Checksum 18:06:08 891c053d2c06: Download complete 18:06:10 db1c61fa0a46: Verifying Checksum 18:06:10 db1c61fa0a46: Download complete 18:06:10 35d82f9e3411: Pull complete 18:06:10 fc693d55d65f: Verifying Checksum 18:06:10 fc693d55d65f: Download complete 18:06:10 e16973657156: Pull complete 18:06:25 fc693d55d65f: Pull complete 18:06:25 7e9fc2657dce: Pull complete 18:06:25 dda99020689f: Pull complete 18:06:30 db1c61fa0a46: Pull complete 18:06:31 891c053d2c06: Pull complete 18:06:31 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:06:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:06:31 ---> f96f9c87975a 18:06:31 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:06:33 ---> Running in 2e41c732b507 18:06:33 Removing intermediate container 2e41c732b507 18:06:33 ---> 8940dbe88edf 18:06:33 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:06:33 ---> Running in 4615aadbd166 18:06:34 Removing intermediate container 4615aadbd166 18:06:34 ---> 5e8d260ec038 18:06:34 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 18:06:34 ---> Running in 1c2e334f22b9 18:06:34 Removing intermediate container 1c2e334f22b9 18:06:34 ---> ce3777d06230 18:06:34 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 18:06:35 ---> Running in 13f11537160f 18:06:35 Removing intermediate container 13f11537160f 18:06:35 ---> 9e1e2533a88c 18:06:35 Step 7/13 : LABEL Name=edgex-device-onvif-camera 18:06:35 ---> Running in 2b5e4f9c5604 18:06:35 Removing intermediate container 2b5e4f9c5604 18:06:35 ---> f52bf09b82a0 18:06:35 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:06:35 ---> Running in f412ffeed8e6 18:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:06:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:06:38 OK: 221 MiB in 51 packages 18:06:39 Removing intermediate container f412ffeed8e6 18:06:39 ---> 52e09e710cd4 18:06:39 Step 9/13 : WORKDIR /device-onvif-camera 18:06:39 ---> Running in ddfc9902a965 18:06:39 Removing intermediate container ddfc9902a965 18:06:39 ---> aa147369f7a0 18:06:39 Step 10/13 : COPY go.mod vendor* ./ 18:06:40 ---> 4eeb4fd76d1d 18:06:40 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:06:40 ---> Running in 61362a63cc47 18:07:48 Removing intermediate container 61362a63cc47 18:07:48 ---> 151d59302a6e 18:07:48 Step 12/13 : COPY . . 18:07:48 ---> 5aeb7bb06fc7 18:07:48 Step 13/13 : RUN ${MAKE} 18:07:48 ---> Running in ce0afdb0b63d 18:07:49 noop 18:07:49 Removing intermediate container ce0afdb0b63d 18:07:49 ---> 54e1d2fd21dd 18:07:49 Successfully built 54e1d2fd21dd 18:07:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:50 + docker inspect -f . ci-base-image-arm64 18:07:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:50 prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container 18:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:07:52 $ docker top bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:53 + go version 18:07:53 go version go1.18.7 linux/arm64 [Pipeline] } 18:07:53 $ docker stop --time=1 bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a 18:07:55 $ docker rm -f --volumes bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:55 + docker inspect -f . ci-base-image-arm64 18:07:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:56 prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container 18:07:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:07:57 $ docker top 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:58 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 18:07:59 + make test 18:07:59 go test ./... -coverprofile=coverage.out ./... 18:08:01 ? github.com/edgexfoundry/device-onvif-camera [no test files] 18:09:37 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 18:09:38 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.263s coverage: 29.3% of statements 18:09:38 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 18:10:01 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.457s coverage: 86.5% of statements 18:10:01 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:10:01 go vet ./... 18:10:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:10:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:10:27 ./bin/test-attribution-txt.sh [Pipeline] echo 18:10:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:10:27 $ docker stop --time=1 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 18:10:31 $ docker rm -f --volumes 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:10:32 Warning: overwriting stash ‘coverage-report’ 18:10:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:10:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:10:33 + ls -al . 18:10:33 total 232 18:10:33 drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:08 . 18:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 .. 18:10:33 drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:05 .git 18:10:33 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:05 .github 18:10:33 -rw-rw-r-- 1 jenkins jenkins 496 Feb 15 18:05 .gitignore 18:10:33 -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 18:05 .golangci.yml 18:10:33 -rw-rw-r-- 1 jenkins jenkins 9857 Feb 15 18:05 Attribution.txt 18:10:33 -rw-rw-r-- 1 jenkins jenkins 6312 Feb 15 18:05 CHANGELOG.md 18:10:33 -rw-rw-r-- 1 jenkins jenkins 1574 Feb 15 18:05 Dockerfile 18:10:33 -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:05 GOVERNANCE.md 18:10:33 -rw-rw-r-- 1 jenkins jenkins 734 Feb 15 18:05 Jenkinsfile 18:10:33 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 15 18:05 LICENSE 18:10:33 -rw-rw-r-- 1 jenkins jenkins 2577 Feb 15 18:05 Makefile 18:10:33 -rw-rw-r-- 1 jenkins jenkins 625 Feb 15 18:05 OWNERS.md 18:10:33 -rw-rw-r-- 1 jenkins jenkins 6595 Feb 15 18:05 README.md 18:10:33 -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:01 VERSION 18:10:33 drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:05 bin 18:10:33 drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:05 cmd 18:10:33 -rw-r--r-- 1 jenkins jenkins 79184 Feb 15 18:09 coverage.out 18:10:33 drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 18:05 doc 18:10:33 -rw-rw-r-- 1 jenkins jenkins 3600 Feb 15 18:05 go.mod 18:10:33 -rw-rw-r-- 1 jenkins jenkins 34701 Feb 15 18:05 go.sum 18:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 internal 18:10:33 drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 snap 18:10:33 -rw-rw-r-- 1 jenkins jenkins 236 Feb 15 18:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:34 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 --label arch=arm64 --label version=0.0.0 . 18:10:34 Sending build context to Docker daemon 20.64MB 18:10:34 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 18:10:34 Step 2/26 : FROM ${BASE} AS builder 18:10:34 ---> 54e1d2fd21dd 18:10:34 Step 3/26 : ARG ADD_BUILD_TAGS="" 18:10:34 ---> Running in 9510878aded0 18:10:35 Removing intermediate container 9510878aded0 18:10:35 ---> 32be21ad60c0 18:10:35 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:10:35 ---> Running in 23eeafa3af5b 18:10:35 Removing intermediate container 23eeafa3af5b 18:10:35 ---> 6ef9af50bb4b 18:10:35 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 18:10:35 ---> Running in 78e74b1d8df4 18:10:35 Removing intermediate container 78e74b1d8df4 18:10:35 ---> 4d1acf7fa5bd 18:10:35 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 18:10:35 ---> Running in 10b3e68c2e9a 18:10:36 Removing intermediate container 10b3e68c2e9a 18:10:36 ---> b3812f17232b 18:10:36 Step 7/26 : LABEL Name=edgex-device-onvif-camera 18:10:36 ---> Running in c65b4bd039fe 18:10:36 Removing intermediate container c65b4bd039fe 18:10:36 ---> 6739d7e1da93 18:10:36 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:10:36 ---> Running in 14e68825a09f 18:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:10:39 OK: 221 MiB in 51 packages 18:10:40 Removing intermediate container 14e68825a09f 18:10:40 ---> c94f97ed0309 18:10:40 Step 9/26 : WORKDIR /device-onvif-camera 18:10:40 ---> Running in de0e9b60ca79 18:10:40 Removing intermediate container de0e9b60ca79 18:10:40 ---> 98cccdf144c6 18:10:40 Step 10/26 : COPY go.mod vendor* ./ 18:10:41 ---> 7fbdb2338c9d 18:10:41 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:10:41 ---> Running in fa170cb3e0d2 18:10:44 Removing intermediate container fa170cb3e0d2 18:10:44 ---> 67da67296390 18:10:44 Step 12/26 : COPY . . 18:10:46 ---> fbd001e4f7fe 18:10:46 Step 13/26 : RUN ${MAKE} 18:10:46 ---> Running in 32e3a29afa73 18:10:47 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 18:13:09 Removing intermediate container 32e3a29afa73 18:13:09 ---> 5bc4c2e92723 18:13:09 Step 14/26 : FROM alpine:3.16 18:13:09 3.16: Pulling from library/alpine 18:13:09 3760b48202b3: Pulling fs layer 18:13:09 3760b48202b3: Verifying Checksum 18:13:09 3760b48202b3: Download complete 18:13:09 3760b48202b3: Pull complete 18:13:09 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:13:09 Status: Downloaded newer image for alpine:3.16 18:13:09 ---> 4c81e5bf8899 18:13:09 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:13:09 ---> Running in 54e41ea1a93b 18:13:09 Removing intermediate container 54e41ea1a93b 18:13:09 ---> fa69075c529d 18:13:09 Step 16/26 : RUN apk add --update --no-cache dumb-init 18:13:09 ---> Running in e92d194ca225 18:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:13:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:13:09 (1/1) Installing dumb-init (1.2.5-r1) 18:13:09 Executing busybox-1.35.0-r17.trigger 18:13:09 OK: 5 MiB in 15 packages 18:13:09 Removing intermediate container e92d194ca225 18:13:09 ---> cf8753e3917f 18:13:09 Step 17/26 : WORKDIR / 18:13:09 ---> Running in 6fd1a174331a 18:13:09 Removing intermediate container 6fd1a174331a 18:13:09 ---> 6cca75643878 18:13:09 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 18:13:09 ---> 1abf492a2ec6 18:13:09 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 18:13:09 ---> 12c1580f0246 18:13:09 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 18:13:09 ---> 92f1ce623d08 18:13:09 Step 21/26 : EXPOSE 59984 18:13:09 ---> Running in 93fe0c5d45dc 18:13:10 Removing intermediate container 93fe0c5d45dc 18:13:10 ---> 4c9410e834cd 18:13:10 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 18:13:10 ---> Running in e4e8c2e8e094 18:13:10 Removing intermediate container e4e8c2e8e094 18:13:10 ---> 4158b45e5c7b 18:13:10 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 18:13:10 ---> Running in 2649402f67a7 18:13:10 Removing intermediate container 2649402f67a7 18:13:10 ---> 9a50b043686a 18:13:10 Step 24/26 : LABEL arch=arm64 18:13:10 ---> Running in 2faac8616c50 18:13:11 Removing intermediate container 2faac8616c50 18:13:11 ---> 913ab17edbbd 18:13:11 Step 25/26 : LABEL git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 18:13:11 ---> Running in a289390fdbd5 18:13:11 Removing intermediate container a289390fdbd5 18:13:11 ---> 7522e65e2462 18:13:11 Step 26/26 : LABEL version=0.0.0 18:13:11 ---> Running in e4b73ff47c21 18:13:12 Removing intermediate container e4b73ff47c21 18:13:12 ---> aedb2f5ec00d 18:13:12 [Warning] One or more build-args [ARCH] were not consumed 18:13:12 Successfully built aedb2f5ec00d 18:13:12 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:12 18:13:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:13 arm64: Pulling from edgex-lftools-log-publisher 18:13:13 8998bd30e6a1: Pulling fs layer 18:13:13 04944245beec: Pulling fs layer 18:13:13 699f458cf7ca: Pulling fs layer 18:13:13 765212b225bb: Pulling fs layer 18:13:13 f23df028b6ca: Pulling fs layer 18:13:13 d65c8cfc05b1: Pulling fs layer 18:13:13 2437ff75d9bd: Pulling fs layer 18:13:13 765212b225bb: Waiting 18:13:13 f23df028b6ca: Waiting 18:13:13 d65c8cfc05b1: Waiting 18:13:13 2437ff75d9bd: Waiting 18:13:13 04944245beec: Verifying Checksum 18:13:13 04944245beec: Download complete 18:13:13 765212b225bb: Verifying Checksum 18:13:13 765212b225bb: Download complete 18:13:13 f23df028b6ca: Verifying Checksum 18:13:13 f23df028b6ca: Download complete 18:13:13 d65c8cfc05b1: Verifying Checksum 18:13:13 d65c8cfc05b1: Download complete 18:13:13 699f458cf7ca: Verifying Checksum 18:13:13 699f458cf7ca: Download complete 18:13:14 8998bd30e6a1: Verifying Checksum 18:13:14 8998bd30e6a1: Download complete 18:13:16 2437ff75d9bd: Verifying Checksum 18:13:16 2437ff75d9bd: Download complete 18:13:18 8998bd30e6a1: Pull complete 18:13:18 04944245beec: Pull complete 18:13:19 699f458cf7ca: Pull complete 18:13:20 765212b225bb: Pull complete 18:13:20 f23df028b6ca: Pull complete 18:13:21 d65c8cfc05b1: Pull complete 18:13:36 2437ff75d9bd: Pull complete 18:13:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:13:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:13:36 prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container 18:13:36 $ 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-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:13:39 $ docker top afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:40 ---> job-cost.sh 18:13:40 lf-activate-venv: SKIPPING 18:13:40 INFO: No Stack... 18:13:40 INFO: Retrieving Pricing Info for: v3-standard-4 18:13:41 INFO: Archiving Costs [Pipeline] sh 18:13:42 + + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 18:13:42 cut -d, -f6 [Pipeline] lock 18:13:42 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] 18:13:42 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] did not exist. Created. 18:13:42 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:13:42 /w/workspace/device-onvif-camera/1@tmp/durable-18b9a9d7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:13:43 + echo total: 0.10999999940395355 [Pipeline] stash 18:13:43 Warning: overwriting stash ‘stack-cost’ 18:13:43 Stashed 1 file(s) [Pipeline] } 18:13:43 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:13:43 $ docker stop --time=1 afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a 18:13:45 $ docker rm -f --volumes afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 18:13:46 provisioning config files... 18:13:46 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config1632136832767933144tmp [Pipeline] { [Pipeline] sh 18:13:46 + set +x 18:13:46 + bash -s -- 18:13:46 + curl -s https://codecov.io/bash 18:13:46 18:13:46 _____ _ 18:13:46 / ____| | | 18:13:46 | | ___ __| | ___ ___ _____ __ 18:13:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:13:46 | |___| (_) | (_| | __/ (_| (_) \ V / 18:13:46 \_____\___/ \__,_|\___|\___\___/ \_/ 18:13:46 Bash-1.0.6 18:13:46 18:13:46 18:13:46 ==> git version 2.25.1 found 18:13:46 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 18:13:46 Release-Date: 2020-01-08 18:13:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:13:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:13:46 ==> Jenkins CI detected. 18:13:46 current dir:  /w/workspace/undry_device-onvif-camera_PR-233 18:13:46 project root: . 18:13:46 --> token set from env 18:13:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:13:46 ==> Running gcov in . (disable via -X gcov) 18:13:46 ==> Python coveragepy not found 18:13:46 ==> Searching for coverage reports in: 18:13:46 + . 18:13:46 -> Found 1 reports 18:13:46 ==> Detecting git/mercurial file structure 18:13:46 ==> Reading reports 18:13:46 + ./coverage.out bytes=79184 18:13:46 ==> Appending adjustments 18:13:46 https://docs.codecov.io/docs/fixing-reports 18:13:46 + Found adjustments 18:13:46 ==> Gzipping contents 18:13:46 12K /tmp/codecov.x0laa8.gz 18:13:46 ==> Uploading reports 18:13:46 url: https://codecov.io 18:13:46 query: branch=PR-233&commit=52da119c14e67ea8dacabd45ca239c121a5df235&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-233%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=233&job=&cmd_args= 18:13:46 -> Pinging Codecov 18:13:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-233&commit=52da119c14e67ea8dacabd45ca239c121a5df235&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-233%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=233&job=&cmd_args= 18:13:47 -> Uploading to 18:13:47 https://storage.googleapis.com/codecov/v4/raw/2023-02-15/F29A59C45E3A92E06B3E522C9905F8EF/52da119c14e67ea8dacabd45ca239c121a5df235/57f4fac8-19cb-44bc-bcf1-43812f85f195.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T181347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=252f4751762a7c710a84e040932dbe48508036a6010dd360a2e7e1281a57c473 18:13:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:13:47 Dload Upload Total Spent Left Speed 18:13:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10855 0 0 100 10855 0 33921 --:--:-- --:--:-- --:--:-- 33921 18:13:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] } 18:13:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:13:49 + [ -d /w/workspace/undry_device-onvif-camera_PR-233/archives ] 18:13:49 + ls -al /w/workspace/undry_device-onvif-camera_PR-233/archives 18:13:49 total 16 18:13:49 drwxr-xr-x 3 root root 4096 Feb 15 18:05 . 18:13:49 drwxrwxr-x 11 jenkins jenkins 4096 Feb 15 18:05 .. 18:13:49 drwxr-xr-x 2 root root 4096 Feb 15 18:05 cost 18:13:49 -rw-r--r-- 1 root root 91 Feb 15 18:05 cost.csv 18:13:49 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-233/archives 18:13:49 + ls -al /w/workspace/undry_device-onvif-camera_PR-233/archives 18:13:49 total 16 18:13:49 drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:05 . 18:13:49 drwxrwxr-x 11 jenkins jenkins 4096 Feb 15 18:05 .. 18:13:49 drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 18:05 cost 18:13:49 -rw-r--r-- 1 jenkins jenkins 91 Feb 15 18:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:13:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:13:50 ---> package-listing.sh 18:13:50 ++ tr '[:upper:]' '[:lower:]' 18:13:50 ++ facter osfamily 18:13:50 + OS_FAMILY=debian 18:13:50 + workspace=/w/workspace/undry_device-onvif-camera_PR-233 18:13:50 + START_PACKAGES=/tmp/packages_start.txt 18:13:50 + END_PACKAGES=/tmp/packages_end.txt 18:13:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:13:50 + PACKAGES=/tmp/packages_start.txt 18:13:50 + '[' /w/workspace/undry_device-onvif-camera_PR-233 ']' 18:13:50 + PACKAGES=/tmp/packages_end.txt 18:13:50 + case "${OS_FAMILY}" in 18:13:50 + dpkg -l 18:13:50 + grep '^ii' 18:13:50 + '[' -f /tmp/packages_start.txt ']' 18:13:50 + '[' -f /tmp/packages_end.txt ']' 18:13:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:13:50 + '[' /w/workspace/undry_device-onvif-camera_PR-233 ']' 18:13:50 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-233/archives/ 18:13:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-233/archives/ [Pipeline] echo 18:13:50 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/undry_device-onvif-camera_PR-233/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:13:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:13:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:13:51 prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container 18:13:51 $ 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/undry_device-onvif-camera_PR-233/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:13:51 $ docker top 730b29b6c6e66a1c93ce17c0b714a07d68376a1de0a41cb75b23e5189a2c324a -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:52 + touch /tmp/pre-build-complete [Pipeline] sh 18:13:52 + mkdir -p /var/log/sysstat [Pipeline] sh 18:13:52 + ls /var/log/sa-host 18:13:52 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:53 provisioning config files... 18:13:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config3520013192402410029tmp [Pipeline] { [Pipeline] echo 18:13:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:13:53 ---> create-netrc.sh [Pipeline] } 18:13:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:13:53 ---> python-tools-install.sh [Pipeline] echo 18:13:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:13:54 ---> sudo-logs.sh 18:13:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:13:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:13:54 ---> job-cost.sh 18:13:54 lf-activate-venv: SKIPPING 18:13:54 DEBUG: total: 0.2199999988079071 18:13:54 INFO: Retrieving Stack Cost... 18:13:55 INFO: Retrieving Pricing Info for: v3-standard-8 18:13:56 INFO: Archiving Costs [Pipeline] echo 18:13:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:13:56 ---> logs-deploy.sh 18:13:56 lf-activate-venv: SKIPPING 18:13:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-233/1 18:13:56 INFO: archiving workspace using pattern(s): 18:13:57 Archives upload complete. 18:13:57 INFO: archiving logs to Nexus 18:13:58 ---> uname -a: 18:13:58 Linux prd-ubuntu20-04-docker-8c-8g-6158 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:13:58 18:13:58 18:13:58 ---> lscpu: 18:13:58 Architecture: x86_64 18:13:58 CPU op-mode(s): 32-bit, 64-bit 18:13:58 Byte Order: Little Endian 18:13:58 Address sizes: 40 bits physical, 48 bits virtual 18:13:58 CPU(s): 8 18:13:58 On-line CPU(s) list: 0-7 18:13:58 Thread(s) per core: 1 18:13:58 Core(s) per socket: 1 18:13:58 Socket(s): 8 18:13:58 NUMA node(s): 1 18:13:58 Vendor ID: AuthenticAMD 18:13:58 CPU family: 23 18:13:58 Model: 49 18:13:58 Model name: AMD EPYC-Rome Processor 18:13:58 Stepping: 0 18:13:58 CPU MHz: 2800.000 18:13:58 BogoMIPS: 5600.00 18:13:58 Virtualization: AMD-V 18:13:58 Hypervisor vendor: KVM 18:13:58 Virtualization type: full 18:13:58 L1d cache: 256 KiB 18:13:58 L1i cache: 256 KiB 18:13:58 L2 cache: 4 MiB 18:13:58 L3 cache: 128 MiB 18:13:58 NUMA node0 CPU(s): 0-7 18:13:58 Vulnerability Itlb multihit: Not affected 18:13:58 Vulnerability L1tf: Not affected 18:13:58 Vulnerability Mds: Not affected 18:13:58 Vulnerability Meltdown: Not affected 18:13:58 Vulnerability Mmio stale data: Not affected 18:13:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:13:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:13:58 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:13:58 Vulnerability Srbds: Not affected 18:13:58 Vulnerability Tsx async abort: Not affected 18:13:58 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 18:13:58 18:13:58 18:13:58 ---> nproc: 18:13:58 8 18:13:58 18:13:58 18:13:58 ---> df -h: 18:13:58 Filesystem Size Used Avail Use% Mounted on 18:13:58 overlay 155G 12G 144G 8% / 18:13:58 tmpfs 64M 0 64M 0% /dev 18:13:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:13:58 shm 64M 0 64M 0% /dev/shm 18:13:58 /dev/vda1 155G 12G 144G 8% /facter-os 18:13:58 18:13:58 18:13:58 ---> sar -b -r -n DEV: 18:13:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6158) 02/15/23 _x86_64_ (8 CPU) 18:13:58 18:13:58 18:00:25 LINUX RESTART (8 CPU) 18:13:58 18:13:58 18:01:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:13:58 18:02:01 155.28 39.65 115.64 0.00 4430.96 70136.32 0.00 18:13:58 18:03:01 108.78 1.13 107.65 0.00 35.99 70879.52 0.00 18:13:58 18:04:01 80.90 0.02 80.88 0.00 3.85 73412.97 0.00 18:13:58 18:05:01 88.27 0.25 88.02 0.00 7.47 31880.29 0.00 18:13:58 18:06:01 145.24 8.92 136.33 0.00 3187.07 36647.64 0.00 18:13:58 18:07:01 18.94 1.52 17.43 0.00 246.98 3693.17 0.00 18:13:58 18:08:01 5.07 1.03 4.03 0.00 22.00 91.98 0.00 18:13:58 18:09:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 18:13:58 18:10:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 18:13:58 18:11:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 18:13:58 18:12:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 18:13:58 18:13:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 18:13:58 Average: 50.50 4.28 46.22 0.00 650.41 23792.86 0.00 18:13:58 18:13:58 18:01:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:13:58 18:02:01 29410816 31618396 706072 2.15 69956 2420004 1866124 5.50 984376 2143856 514360 18:13:58 18:03:01 28470680 31594620 708148 2.15 109152 3228684 1902156 5.61 1138676 2837084 390804 18:13:58 18:04:01 28424072 31590788 712680 2.17 145872 3230556 1755168 5.17 1073472 2950008 464 18:13:58 18:05:01 27786652 31306008 989080 3.01 150936 3549800 2501952 7.37 1662880 2958080 264404 18:13:58 18:06:01 27267120 31555736 732024 2.23 178812 4243036 1811720 5.34 1509684 3571004 95628 18:13:58 18:07:01 27219632 31550900 731084 2.22 187408 4273672 1827224 5.39 1554600 3563736 12 18:13:58 18:08:01 27228908 31556516 725856 2.21 186028 4271036 1829716 5.39 1548220 3561012 8 18:13:58 18:09:01 27228672 31556348 725916 2.21 186100 4271048 1829716 5.39 1548452 3561012 8 18:13:58 18:10:01 27239556 31567428 715032 2.17 186116 4271052 1829716 5.39 1537584 3561168 8 18:13:58 18:11:01 27239596 31567416 714992 2.17 186148 4271056 1829716 5.39 1537612 3561172 24 18:13:58 18:12:01 27239612 31567460 714872 2.17 186188 4271056 1829716 5.39 1537680 3561172 16 18:13:58 18:13:01 27239728 31567772 714408 2.17 186220 4271188 1829716 5.39 1537732 3561296 44 18:13:58 Average: 27666254 31549949 740847 2.25 163245 3881016 1886887 5.56 1430914 3282550 105482 18:13:58 18:13:58 18:01:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:13:58 18:02:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 18:13:58 18:02:01 ens3 677.81 468.32 6804.47 93.57 0.00 0.00 0.00 0.00 18:13:58 18:02:01 docker0 9.81 10.39 1.02 119.84 0.00 0.00 0.00 0.00 18:13:58 18:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:03:01 ens3 270.65 209.83 1968.90 29.24 0.00 0.00 0.00 0.00 18:13:58 18:03:01 docker0 193.60 245.86 15.34 1948.57 0.00 0.00 0.00 0.00 18:13:58 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:04:01 ens3 8.42 6.96 10.02 21.34 0.00 0.00 0.00 0.00 18:13:58 18:04:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:05:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 18:13:58 18:05:01 vethc4af5f5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:13:58 18:05:01 ens3 54.96 45.29 83.57 71.93 0.00 0.00 0.00 0.00 18:13:58 18:05:01 docker0 1.82 3.87 0.11 40.57 0.00 0.00 0.00 0.00 18:13:58 18:06:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 18:13:58 18:06:01 ens3 414.25 272.99 4857.90 32.18 0.00 0.00 0.00 0.00 18:13:58 18:06:01 docker0 1.63 3.57 0.10 41.05 0.00 0.00 0.00 0.00 18:13:58 18:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 18:13:58 18:07:01 ens3 1.58 0.82 1.78 0.16 0.00 0.00 0.00 0.00 18:13:58 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:08:01 ens3 0.80 0.27 0.30 0.20 0.00 0.00 0.00 0.00 18:13:58 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:09:01 ens3 0.68 0.43 0.27 0.22 0.00 0.00 0.00 0.00 18:13:58 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:10:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 18:13:58 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:11:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:12:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 18:13:58 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 18:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:13:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:13:58 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:13:58 Average: lo 0.85 0.85 0.08 0.08 0.00 0.00 0.00 0.00 18:13:58 Average: ens3 117.55 82.67 1127.68 20.54 0.00 0.00 0.00 0.00 18:13:58 Average: docker0 17.25 22.00 1.38 179.25 0.00 0.00 0.00 0.00 18:13:58 18:13:58 18:13:58 ---> sar -P ALL: 18:13:58 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6158) 02/15/23 _x86_64_ (8 CPU) 18:13:58 18:13:58 18:00:25 LINUX RESTART (8 CPU) 18:13:58 18:13:58 18:01:03 CPU %user %nice %system %iowait %steal %idle 18:13:58 18:02:01 all 8.38 0.00 2.71 6.56 0.08 82.27 18:13:58 18:02:01 0 6.86 0.00 3.36 3.57 0.05 86.15 18:13:58 18:02:01 1 5.47 0.00 3.26 24.84 0.09 66.35 18:13:58 18:02:01 2 10.08 0.00 2.19 2.00 0.07 85.66 18:13:58 18:02:01 3 7.63 0.00 2.27 3.40 0.09 86.61 18:13:58 18:02:01 4 8.90 0.00 2.48 3.73 0.07 84.82 18:13:58 18:02:01 5 11.05 0.00 2.35 8.61 0.14 77.85 18:13:58 18:02:01 6 9.90 0.00 2.66 5.05 0.05 82.34 18:13:58 18:02:01 7 7.12 0.00 3.13 1.28 0.09 88.39 18:13:58 18:03:01 all 3.87 0.00 1.67 10.89 0.05 83.52 18:13:58 18:03:01 0 3.90 0.00 1.52 0.79 0.03 93.76 18:13:58 18:03:01 1 4.07 0.00 2.09 57.56 0.08 36.20 18:13:58 18:03:01 2 3.73 0.00 1.64 9.89 0.05 84.68 18:13:58 18:03:01 3 4.47 0.00 1.88 12.97 0.07 80.61 18:13:58 18:03:01 4 3.84 0.00 1.46 0.97 0.03 93.70 18:13:58 18:03:01 5 3.52 0.00 1.54 1.44 0.03 93.47 18:13:58 18:03:01 6 3.97 0.00 1.49 2.91 0.03 91.59 18:13:58 18:03:01 7 3.45 0.00 1.75 0.79 0.07 93.94 18:13:58 18:04:01 all 2.45 0.00 1.40 10.45 0.06 85.64 18:13:58 18:04:01 0 2.08 0.00 1.00 0.03 0.03 96.85 18:13:58 18:04:01 1 2.31 0.00 0.93 21.19 0.07 75.50 18:13:58 18:04:01 2 2.72 0.00 2.17 2.27 0.08 92.77 18:13:58 18:04:01 3 2.45 0.00 2.88 57.02 0.07 37.59 18:13:58 18:04:01 4 2.34 0.00 1.12 0.42 0.05 96.08 18:13:58 18:04:01 5 2.83 0.00 1.27 2.04 0.08 93.78 18:13:58 18:04:01 6 2.29 0.00 0.85 0.18 0.05 96.63 18:13:58 18:04:01 7 2.58 0.00 0.97 0.60 0.05 95.80 18:13:58 18:05:01 all 37.27 0.00 6.20 2.38 0.10 54.06 18:13:58 18:05:01 0 39.37 0.00 6.53 0.51 0.10 53.49 18:13:58 18:05:01 1 38.37 0.00 6.04 0.35 0.08 55.15 18:13:58 18:05:01 2 36.21 0.00 6.25 4.65 0.08 52.81 18:13:58 18:05:01 3 37.89 0.00 5.83 6.12 0.08 50.07 18:13:58 18:05:01 4 36.98 0.00 5.58 1.26 0.10 56.08 18:13:58 18:05:01 5 36.54 0.00 6.23 1.68 0.12 55.43 18:13:58 18:05:01 6 36.79 0.00 6.42 1.54 0.10 55.16 18:13:58 18:05:01 7 36.00 0.00 6.70 2.92 0.10 54.28 18:13:58 18:06:01 all 8.74 0.00 3.30 5.49 0.08 82.40 18:13:58 18:06:01 0 9.19 0.00 3.98 4.10 0.07 82.67 18:13:58 18:06:01 1 7.60 0.00 2.87 2.03 0.07 87.43 18:13:58 18:06:01 2 7.93 0.00 3.59 6.07 0.07 82.34 18:13:58 18:06:01 3 10.46 0.00 3.16 1.36 0.07 84.94 18:13:58 18:06:01 4 8.51 0.00 4.13 0.67 0.07 86.63 18:13:58 18:06:01 5 8.08 0.00 3.08 12.32 0.08 76.43 18:13:58 18:06:01 6 8.60 0.00 2.86 17.25 0.14 71.16 18:13:58 18:06:01 7 9.53 0.00 2.70 0.19 0.08 87.50 18:13:58 18:07:01 all 0.83 0.00 0.44 1.16 0.01 97.56 18:13:58 18:07:01 0 0.48 0.00 0.32 6.84 0.02 92.34 18:13:58 18:07:01 1 2.24 0.00 0.26 0.02 0.02 97.46 18:13:58 18:07:01 2 0.55 0.00 1.30 1.08 0.00 97.06 18:13:58 18:07:01 3 0.78 0.00 0.28 0.18 0.03 98.71 18:13:58 18:07:01 4 0.47 0.00 0.30 0.58 0.00 98.65 18:13:58 18:07:01 5 0.55 0.00 0.32 0.00 0.00 99.13 18:13:58 18:07:01 6 0.38 0.00 0.28 0.53 0.00 98.80 18:13:58 18:07:01 7 1.18 0.00 0.48 0.02 0.02 98.30 18:13:58 18:08:01 all 0.31 0.00 0.11 0.02 0.01 99.55 18:13:58 18:08:01 0 0.23 0.00 0.18 0.07 0.00 99.52 18:13:58 18:08:01 1 1.61 0.00 0.26 0.00 0.02 98.11 18:13:58 18:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 18:13:58 18:08:01 3 0.25 0.00 0.13 0.03 0.00 99.58 18:13:58 18:08:01 4 0.10 0.00 0.07 0.05 0.02 99.77 18:13:58 18:08:01 5 0.07 0.00 0.07 0.00 0.02 99.85 18:13:58 18:08:01 6 0.08 0.00 0.05 0.00 0.02 99.85 18:13:58 18:08:01 7 0.08 0.00 0.10 0.00 0.00 99.82 18:13:58 18:09:01 all 0.03 0.00 0.01 0.01 0.01 99.95 18:13:58 18:09:01 0 0.03 0.00 0.00 0.05 0.02 99.90 18:13:58 18:09:01 1 0.00 0.00 0.02 0.00 0.03 99.95 18:13:58 18:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:13:58 18:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:13:58 18:09:01 4 0.00 0.00 0.02 0.02 0.00 99.97 18:13:58 18:09:01 5 0.05 0.00 0.02 0.02 0.00 99.92 18:13:58 18:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:13:58 18:09:01 7 0.05 0.00 0.02 0.00 0.02 99.92 18:13:58 18:10:01 all 0.03 0.00 0.00 0.00 0.01 99.96 18:13:58 18:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 18:13:58 18:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 18:13:58 18:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:13:58 18:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:13:58 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:13:58 18:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 18:13:58 18:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:13:58 18:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:13:58 18:11:01 all 0.02 0.00 0.01 0.01 0.01 99.94 18:13:58 18:11:01 0 0.02 0.00 0.02 0.07 0.00 99.90 18:13:58 18:11:01 1 0.05 0.00 0.03 0.00 0.05 99.87 18:13:58 18:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:13:58 18:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:13:58 18:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 18:13:58 18:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:13:58 18:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:13:58 18:11:01 7 0.02 0.00 0.00 0.03 0.00 99.95 18:13:58 18:12:01 all 0.05 0.00 0.01 0.04 0.01 99.89 18:13:58 18:12:01 0 0.03 0.00 0.02 0.33 0.02 99.60 18:13:58 18:12:01 1 0.30 0.00 0.03 0.00 0.03 99.63 18:13:58 18:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:13:58 18:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:13:58 18:12:01 4 0.00 0.00 0.00 0.02 0.00 99.98 18:13:58 18:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:13:58 18:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:13:58 18:12:01 7 0.00 0.00 0.02 0.00 0.02 99.97 18:13:58 18:13:58 18:12:01 CPU %user %nice %system %iowait %steal %idle 18:13:58 18:13:01 all 0.05 0.00 0.01 0.12 0.00 99.81 18:13:58 18:13:01 0 0.02 0.00 0.00 0.58 0.00 99.40 18:13:58 18:13:01 1 0.13 0.00 0.02 0.02 0.02 99.82 18:13:58 18:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:13:58 18:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:13:58 18:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:13:58 18:13:01 5 0.00 0.00 0.03 0.00 0.00 99.97 18:13:58 18:13:01 6 0.20 0.00 0.02 0.00 0.02 99.77 18:13:58 18:13:01 7 0.02 0.00 0.00 0.35 0.00 99.63 18:13:58 Average: all 5.12 0.00 1.31 3.08 0.04 90.46 18:13:58 Average: 0 5.14 0.00 1.40 1.40 0.03 92.04 18:13:58 Average: 1 5.15 0.00 1.30 8.75 0.05 84.76 18:13:58 Average: 2 5.07 0.00 1.42 2.16 0.03 91.33 18:13:58 Average: 3 5.30 0.00 1.37 6.75 0.04 86.55 18:13:58 Average: 4 5.06 0.00 1.26 0.63 0.03 93.02 18:13:58 Average: 5 5.16 0.00 1.23 2.14 0.04 91.43 18:13:58 Average: 6 5.14 0.00 1.21 2.27 0.04 91.35 18:13:58 Average: 7 4.95 0.00 1.31 0.51 0.04 93.20 18:13:58 18:13:58 18:13:58