Pull request #306 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9b4e41d67fe8b714495936d48dafe9333c1ff61b+7c14cf897af34df275d4233d707e2506881d1776 (c70c7cc44e6f29a443bae857eae3639fb18fc043) 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-ssh16128639050507297021.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh14634402958412368053.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-306/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-306/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13762248265529449480.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-306/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh892262984809527019.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh17094586601501054681.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-306/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-306/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6472328568149024704.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 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 ‘prd-ubuntu20.04-docker-8c-8g-7649’ Running on prd-ubuntu20.04-docker-8c-8g-8378 in /w/workspace/undry_device-onvif-camera_PR-306 [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-306 # 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 > 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/306/head:refs/remotes/origin/PR-306 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7c14cf897af34df275d4233d707e2506881d1776 into PR head commit 9b4e41d67fe8b714495936d48dafe9333c1ff61b Merge succeeded, producing 9b4e41d67fe8b714495936d48dafe9333c1ff61b Checking out Revision 9b4e41d67fe8b714495936d48dafe9333c1ff61b (PR-306) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:03:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # 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 7c14cf897af34df275d4233d707e2506881d1776 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:03:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:03:31 ========================================================= 04:03:31 EdgeX Global Pipelines Version Info 04:03:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:03:32 ------------------- 04:03:32 stable info: 04:03:32 ------------------- 04:03:32 Commited By: Bill Mahoney bill.mahoney@intel.com 04:03:32 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:03:32 Message: update stable to v1.0.248 04:03:32 ------------------- 04:03:32 experimental info: 04:03:32 ------------------- 04:03:32 Commited By: **** collab-it+edgex@linuxfoundation.org 04:03:32 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:03:32 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 04:03:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-306 [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-306 [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-306 [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b4e41d [Pipeline] echo 04:03:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:03:34 provisioning config files... 04:03:34 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config16856782717751461714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:03:34 ---> docker-login.sh 04:03:34 nexus3.edgexfoundry.org:10001 04:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:35 Configure a credential helper to remove this warning. See 04:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:35 04:03:35 Login Succeeded 04:03:35 nexus3.edgexfoundry.org:10002 04:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:35 Configure a credential helper to remove this warning. See 04:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:35 04:03:35 Login Succeeded 04:03:35 nexus3.edgexfoundry.org:10003 04:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:35 Configure a credential helper to remove this warning. See 04:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:35 04:03:35 Login Succeeded 04:03:35 nexus3.edgexfoundry.org:10004 04:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:35 Configure a credential helper to remove this warning. See 04:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:35 04:03:35 Login Succeeded 04:03:35 docker.io 04:03:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:35 Configure a credential helper to remove this warning. See 04:03:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:35 04:03:35 Login Succeeded 04:03:35 ---> docker-login.sh ends [Pipeline] } 04:03:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:03:36 + git rev-list -1 --merges 9b4e41d67fe8b714495936d48dafe9333c1ff61b~1..9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo 04:03:36 -----------> git rev-list -1 --merges 9b4e41d67fe8b714495936d48dafe9333c1ff61b~1..9b4e41d67fe8b714495936d48dafe9333c1ff61b 9b4e41d67fe8b714495936d48dafe9333c1ff61b [false] [Pipeline] sh 04:03:36 + git log --format=format:%s -1 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo 04:03:36 ========================================================= 04:03:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:03:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:03:37 + git log --format=format:%s -1 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo 04:03:37 [semverPrep] GIT_COMMIT: 9b4e41d67fe8b714495936d48dafe9333c1ff61b, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 04:03:37 [semverPrep] This is not a build commit. [Pipeline] sh 04:03:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:03:37 + grep -v github /etc/ssh/ssh_known_hosts 04:03:37 + [ -e /tmp/ssh_known_hosts ] 04:03:37 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:03:37 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:03:37 + sudo tee -a /etc/ssh/ssh_known_hosts 04:03:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:03:38 04:03:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:03:38 0.1.4: Pulling from edgex-devops/py-git-semver 04:03:38 b85a868b505f: Pulling fs layer 04:03:38 e2be974225ed: Pulling fs layer 04:03:38 339a4e72a1f5: Pulling fs layer 04:03:38 988bab9f4d93: Pulling fs layer 04:03:38 1469e6f7b9e6: Pulling fs layer 04:03:38 eaf3925da568: Pulling fs layer 04:03:38 bab4dde63d76: Pulling fs layer 04:03:38 bde34c3a00c8: Pulling fs layer 04:03:38 b352a97aabf1: Pulling fs layer 04:03:38 4872d77fe225: Pulling fs layer 04:03:38 5851b861e8e6: Pulling fs layer 04:03:38 1469e6f7b9e6: Waiting 04:03:38 eaf3925da568: Waiting 04:03:38 bab4dde63d76: Waiting 04:03:38 bde34c3a00c8: Waiting 04:03:38 b352a97aabf1: Waiting 04:03:38 988bab9f4d93: Waiting 04:03:38 5851b861e8e6: Waiting 04:03:38 4872d77fe225: Waiting 04:03:38 e2be974225ed: Verifying Checksum 04:03:38 e2be974225ed: Download complete 04:03:38 988bab9f4d93: Verifying Checksum 04:03:38 988bab9f4d93: Download complete 04:03:38 1469e6f7b9e6: Verifying Checksum 04:03:38 1469e6f7b9e6: Download complete 04:03:38 339a4e72a1f5: Verifying Checksum 04:03:38 339a4e72a1f5: Download complete 04:03:38 eaf3925da568: Verifying Checksum 04:03:38 eaf3925da568: Download complete 04:03:38 bde34c3a00c8: Download complete 04:03:38 b352a97aabf1: Download complete 04:03:38 4872d77fe225: Verifying Checksum 04:03:38 4872d77fe225: Download complete 04:03:38 5851b861e8e6: Verifying Checksum 04:03:38 5851b861e8e6: Download complete 04:03:38 b85a868b505f: Verifying Checksum 04:03:38 b85a868b505f: Download complete 04:03:38 bab4dde63d76: Verifying Checksum 04:03:38 bab4dde63d76: Download complete 04:03:39 b85a868b505f: Pull complete 04:03:40 e2be974225ed: Pull complete 04:03:40 339a4e72a1f5: Pull complete 04:03:40 988bab9f4d93: Pull complete 04:03:40 1469e6f7b9e6: Pull complete 04:03:40 eaf3925da568: Pull complete 04:03:42 bab4dde63d76: Pull complete 04:03:42 bde34c3a00c8: Pull complete 04:03:42 b352a97aabf1: Pull complete 04:03:43 4872d77fe225: Pull complete 04:03:43 5851b861e8e6: Pull complete 04:03:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:03:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:03:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:43 prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container 04:03:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:03:45 $ docker top 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf -eo pid,comm 04:03:46 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). 04:03:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:03:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:03:46 [ssh-agent] Looking for ssh-agent implementation... 04:03:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:03:46 $ docker exec 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent 04:03:46 SSH_AUTH_SOCK=/tmp/ssh-TSFMuCCYrga9/agent.14 04:03:46 SSH_AGENT_PID=20 04:03:46 Running ssh-add (command line suppressed) 04:03:46 Identity added: /w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_9021685109853458016.key (/w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_9021685109853458016.key) 04:03:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:03:46 + git tag --points-at HEAD [Pipeline] } 04:03:46 $ docker exec --env ******** --env ******** 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent -k 04:03:47 unset SSH_AUTH_SOCK; 04:03:47 unset SSH_AGENT_PID; 04:03:47 echo Agent pid 20 killed; 04:03:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:03:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:03:47 [ssh-agent] Looking for ssh-agent implementation... 04:03:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:03:47 $ docker exec 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent 04:03:47 SSH_AUTH_SOCK=/tmp/ssh-u3LuwMuO6FSH/agent.70 04:03:47 SSH_AGENT_PID=76 04:03:47 Running ssh-add (command line suppressed) 04:03:47 Identity added: /w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_18392101930616037081.key (/w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_18392101930616037081.key) 04:03:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:03:47 + git semver init 04:03:48 2023-04-13 04:03:47,978 [run_init] DEBUG init version:0.0.0 force:False 04:03:48 2023-04-13 04:03:47,979 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-306/.semver 04:03:48 2023-04-13 04:03:47,979 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-306/.semver 04:03:48 2023-04-13 04:03:47,979 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-306/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-306, universal_newlines=False, shell=None, istream=None) 04:03:49 2023-04-13 04:03:49,040 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-306/.git/info/exclude 04:03:49 2023-04-13 04:03:49,041 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 with force:False 04:03:49 2023-04-13 04:03:49,041 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 04:03:49 2023-04-13 04:03:49,045 [execute] INFO git cat-file --batch-check 04:03:49 2023-04-13 04:03:49,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-306/.semver, universal_newlines=False, shell=None, istream=) 04:03:49 2023-04-13 04:03:49,051 [execute] INFO git cat-file --batch 04:03:49 2023-04-13 04:03:49,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-306/.semver, universal_newlines=False, shell=None, istream=) 04:03:49 2023-04-13 04:03:49,057 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 04:03:49 0.0.0 [Pipeline] } 04:03:49 $ docker exec --env ******** --env ******** 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent -k 04:03:49 unset SSH_AUTH_SOCK; 04:03:49 unset SSH_AGENT_PID; 04:03:49 echo Agent pid 76 killed; 04:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:03:50 + git semver [Pipeline] } 04:03:50 $ docker stop --time=1 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf 04:03:51 $ docker rm -f --volumes 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf [Pipeline] // withDockerContainer [Pipeline] sh 04:03:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:03:52 Stashed 1 file(s) [Pipeline] echo 04:03: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 04:03:52 provisioning config files... 04:03:52 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config10695673527659999955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:03:53 ---> docker-login.sh 04:03:53 nexus3.edgexfoundry.org:10001 04:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:53 Configure a credential helper to remove this warning. See 04:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:53 04:03:53 Login Succeeded 04:03:53 nexus3.edgexfoundry.org:10002 04:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:53 Configure a credential helper to remove this warning. See 04:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:53 04:03:53 Login Succeeded 04:03:53 nexus3.edgexfoundry.org:10003 04:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:53 Configure a credential helper to remove this warning. See 04:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:53 04:03:53 Login Succeeded 04:03:53 nexus3.edgexfoundry.org:10004 04:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:53 Configure a credential helper to remove this warning. See 04:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:53 04:03:53 Login Succeeded 04:03:53 docker.io 04:03:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:03:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:03:53 Configure a credential helper to remove this warning. See 04:03:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:03:53 04:03:53 Login Succeeded 04:03:53 ---> docker-login.sh ends [Pipeline] } 04:03:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:03:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:03:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:03:54 ========================================================= 04:03:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:03:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:54 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:03:54 Sending build context to Docker daemon 26.93MB 04:03:54 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:03:54 Step 2/13 : FROM ${BASE} AS builder 04:03:54 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:03:54 63b65145d645: Pulling fs layer 04:03:54 a2d21d5440eb: Pulling fs layer 04:03:54 935e6c44a52c: Pulling fs layer 04:03:54 94cc34f8dd06: Pulling fs layer 04:03:54 30dea6a524f1: Pulling fs layer 04:03:54 a2aff8979fd8: Pulling fs layer 04:03:54 6808be2612f2: Pulling fs layer 04:03:54 f25807f1079a: Pulling fs layer 04:03:54 94cc34f8dd06: Waiting 04:03:54 30dea6a524f1: Waiting 04:03:54 a2aff8979fd8: Waiting 04:03:54 6808be2612f2: Waiting 04:03:54 f25807f1079a: Waiting 04:03:54 a2d21d5440eb: Verifying Checksum 04:03:54 a2d21d5440eb: Download complete 04:03:54 94cc34f8dd06: Verifying Checksum 04:03:54 94cc34f8dd06: Download complete 04:03:54 30dea6a524f1: Verifying Checksum 04:03:54 30dea6a524f1: Download complete 04:03:54 63b65145d645: Verifying Checksum 04:03:54 63b65145d645: Download complete 04:03:54 a2aff8979fd8: Verifying Checksum 04:03:54 a2aff8979fd8: Download complete 04:03:55 63b65145d645: Pull complete 04:03:55 a2d21d5440eb: Pull complete 04:03:55 f25807f1079a: Verifying Checksum 04:03:55 f25807f1079a: Download complete 04:03:55 935e6c44a52c: Verifying Checksum 04:03:55 935e6c44a52c: Download complete 04:03:55 6808be2612f2: Verifying Checksum 04:03:55 6808be2612f2: Download complete 04:03:58 935e6c44a52c: Pull complete 04:03:58 94cc34f8dd06: Pull complete 04:03:58 30dea6a524f1: Pull complete 04:03:59 a2aff8979fd8: Pull complete 04:04:01 6808be2612f2: Pull complete 04:04:02 f25807f1079a: Pull complete 04:04:02 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 04:04:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:04:02 ---> 3b553350e43f 04:04:02 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:04:06 ---> Running in 89010b398658 04:04:06 Removing intermediate container 89010b398658 04:04:06 ---> 436fd48c53c7 04:04:06 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:04:06 ---> Running in d90e960877cf 04:04:06 Removing intermediate container d90e960877cf 04:04:06 ---> ab00b29862bd 04:04:06 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:04:06 ---> Running in 5bd8bb4c2bef 04:04:06 Removing intermediate container 5bd8bb4c2bef 04:04:06 ---> e0a621aa335c 04:04:06 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:04:06 ---> Running in 1acc14a01a28 04:04:06 Removing intermediate container 1acc14a01a28 04:04:06 ---> 6344f8ad307f 04:04:06 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:04:06 ---> Running in 9bd8861e5066 04:04:06 Removing intermediate container 9bd8861e5066 04:04:06 ---> 353e0814c515 04:04:06 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:04:06 ---> Running in aa08dc57d20c 04:04:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:07 OK: 265 MiB in 53 packages 04:04:07 Removing intermediate container aa08dc57d20c 04:04:07 ---> ab8895ab255f 04:04:07 Step 9/13 : WORKDIR /device-onvif-camera 04:04:07 ---> Running in 8f3276666dbf 04:04:07 Removing intermediate container 8f3276666dbf 04:04:07 ---> 3592711bce17 04:04:07 Step 10/13 : COPY go.mod vendor* ./ 04:04:07 ---> 1cc3e26fad83 04:04:07 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:07 ---> Running in cbec8a5a5193 04:04:07 Still waiting to schedule task 04:04:07 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8377’ is offline 04:04:39 Removing intermediate container cbec8a5a5193 04:04:39 ---> c189cb31dca0 04:04:39 Step 12/13 : COPY . . 04:04:39 ---> 3b5f42ad39ee 04:04:39 Step 13/13 : RUN ${MAKE} 04:04:39 ---> Running in ebdff01c4b9e 04:04:39 noop 04:04:39 Removing intermediate container ebdff01c4b9e 04:04:39 ---> 1cb74fba140b 04:04:39 Successfully built 1cb74fba140b 04:04:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:40 + docker inspect -f . ci-base-image-x86_64 04:04:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:04:40 prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container 04:04:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:04:40 $ docker top 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea -eo pid,comm [Pipeline] { [Pipeline] sh 04:04:40 + go version 04:04:40 go version go1.20.2 linux/amd64 [Pipeline] } 04:04:41 $ docker stop --time=1 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea 04:04:42 $ docker rm -f --volumes 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:42 + docker inspect -f . ci-base-image-x86_64 04:04:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:04:43 prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container 04:04:43 $ 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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:04:43 $ docker top b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 -eo pid,comm [Pipeline] { [Pipeline] sh 04:04:43 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-306 [Pipeline] fileExists [Pipeline] sh 04:04:44 + make test 04:04:44 go test ./... -coverprofile=coverage.out ./... 04:04:48 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:04:58 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:04:58 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:05:00 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.031s coverage: 31.6% of statements 04:05:00 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.136s coverage: 86.5% of statements 04:05:08 go vet ./... 04:05:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:05:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:05:12 ./bin/test-attribution-txt.sh 04:05:12 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 04:05:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:05:12 $ docker stop --time=1 b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 04:05:15 $ docker rm -f --volumes b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 [Pipeline] // withDockerContainer [Pipeline] sh 04:05:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:05:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:05:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:05:16 + ls -al . 04:05:16 total 236 04:05:16 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 04:04 . 04:05:16 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 .. 04:05:16 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:03 .git 04:05:16 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:03 .github 04:05:16 -rw-rw-r-- 1 jenkins jenkins 496 Apr 13 04:03 .gitignore 04:05:16 -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 04:03 .golangci.yml 04:05:16 drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 04:03 .semver 04:05:16 -rw-rw-r-- 1 jenkins jenkins 9732 Apr 13 04:03 Attribution.txt 04:05:16 -rw-rw-r-- 1 jenkins jenkins 6312 Apr 13 04:03 CHANGELOG.md 04:05:16 -rw-rw-r-- 1 jenkins jenkins 1574 Apr 13 04:03 Dockerfile 04:05:16 -rw-rw-r-- 1 jenkins jenkins 677 Apr 13 04:03 GOVERNANCE.md 04:05:16 -rw-rw-r-- 1 jenkins jenkins 734 Apr 13 04:03 Jenkinsfile 04:05:16 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 04:03 LICENSE 04:05:16 -rw-rw-r-- 1 jenkins jenkins 2751 Apr 13 04:03 Makefile 04:05:16 -rw-rw-r-- 1 jenkins jenkins 625 Apr 13 04:03 OWNERS.md 04:05:16 -rw-rw-r-- 1 jenkins jenkins 6250 Apr 13 04:03 README.md 04:05:16 -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 04:03 VERSION 04:05:16 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:03 bin 04:05:16 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:03 cmd 04:05:16 -rw-r--r-- 1 jenkins jenkins 78835 Apr 13 04:05 coverage.out 04:05:16 drwxrwxr-x 6 jenkins jenkins 4096 Apr 13 04:03 doc 04:05:16 -rw-rw-r-- 1 jenkins jenkins 3557 Apr 13 04:03 go.mod 04:05:16 -rw-rw-r-- 1 jenkins jenkins 33057 Apr 13 04:03 go.sum 04:05:16 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 internal 04:05:16 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 snap 04:05:16 -rw-rw-r-- 1 jenkins jenkins 236 Apr 13 04:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:17 + 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=9b4e41d67fe8b714495936d48dafe9333c1ff61b --label arch=amd64 --label version=0.0.0 . 04:05:17 Sending build context to Docker daemon 27MB 04:05:17 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:05:17 Step 2/26 : FROM ${BASE} AS builder 04:05:17 ---> 1cb74fba140b 04:05:17 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:05:17 ---> Running in 018b033f4583 04:05:17 Removing intermediate container 018b033f4583 04:05:17 ---> ef3be1fe71b0 04:05:17 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:05:17 ---> Running in 25438e37b344 04:05:17 Removing intermediate container 25438e37b344 04:05:17 ---> 45136df69fee 04:05:17 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:05:17 ---> Running in de09b05b6692 04:05:17 Removing intermediate container de09b05b6692 04:05:17 ---> eb3cbda7af5c 04:05:17 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:05:17 ---> Running in c4b1ec420477 04:05:17 Removing intermediate container c4b1ec420477 04:05:17 ---> 7fa6b75df85e 04:05:17 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:05:17 ---> Running in c9d7096e2231 04:05:17 Removing intermediate container c9d7096e2231 04:05:17 ---> 41cd035a1ec7 04:05:17 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:05:17 ---> Running in dccbdcdb6957 04:05:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:05:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:05:18 OK: 265 MiB in 53 packages 04:05:18 Removing intermediate container dccbdcdb6957 04:05:18 ---> 7773d301e5fd 04:05:18 Step 9/26 : WORKDIR /device-onvif-camera 04:05:18 ---> Running in 3010dfa0249d 04:05:18 Removing intermediate container 3010dfa0249d 04:05:18 ---> 3d7f72cd05a9 04:05:18 Step 10/26 : COPY go.mod vendor* ./ 04:05:18 ---> e34c16849058 04:05:18 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:18 ---> Running in 3c7a6e6c3c7d 04:05:19 Removing intermediate container 3c7a6e6c3c7d 04:05:19 ---> faf0f7664597 04:05:19 Step 12/26 : COPY . . 04:05:20 ---> 2af24cd3c9d9 04:05:20 Step 13/26 : RUN ${MAKE} 04:05:20 ---> Running in ce13f0e15cb6 04:05:20 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 04:05:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8381 in /w/workspace/undry_device-onvif-camera_PR-306 [Pipeline] { [Pipeline] ws 04:05:42 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 04:05:42 The recommended git tool is: git 04:05:42 Removing intermediate container ce13f0e15cb6 04:05:42 ---> 21c8555a5bd7 04:05:42 Step 14/26 : FROM alpine:3.17 04:05:42 3.17: Pulling from library/alpine 04:05:42 f56be85fc22e: Pulling fs layer 04:05:42 f56be85fc22e: Verifying Checksum 04:05:42 f56be85fc22e: Download complete 04:05:42 f56be85fc22e: Pull complete 04:05:42 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:05:42 Status: Downloaded newer image for alpine:3.17 04:05:42 ---> 9ed4aefc74f6 04:05:42 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:05:42 ---> Running in fed5fe403577 04:05:42 Removing intermediate container fed5fe403577 04:05:42 ---> 25efb3135e3b 04:05:42 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:05:42 ---> Running in 76731cfdfd21 04:05:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:05:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:05:43 (1/1) Installing dumb-init (1.2.5-r2) 04:05:43 Executing busybox-1.35.0-r29.trigger 04:05:43 OK: 7 MiB in 16 packages 04:05:43 Removing intermediate container 76731cfdfd21 04:05:43 ---> 307ec55e044f 04:05:43 Step 17/26 : WORKDIR / 04:05:43 ---> Running in a9471e7cf7dd 04:05:43 Removing intermediate container a9471e7cf7dd 04:05:43 ---> 2f5b7853f90c 04:05:43 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:05:44 ---> 079464d39442 04:05:44 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:05:44 ---> aed2393875f3 04:05:44 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:05:44 ---> 795de7d1de19 04:05:44 Step 21/26 : EXPOSE 59984 04:05:44 ---> Running in 22ce68042836 04:05:44 Removing intermediate container 22ce68042836 04:05:44 ---> c0faec8e676d 04:05:44 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:05:44 ---> Running in fb1482cddb86 04:05:44 Removing intermediate container fb1482cddb86 04:05:44 ---> 0e02fcaece26 04:05:44 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:05:45 ---> Running in 7f976f15a870 04:05:45 Removing intermediate container 7f976f15a870 04:05:45 ---> 9f3f4ea62cca 04:05:45 Step 24/26 : LABEL arch=amd64 04:05:45 ---> Running in 8a5069d535b1 04:05:45 Removing intermediate container 8a5069d535b1 04:05:45 ---> 3762b1e607a6 04:05:45 Step 25/26 : LABEL git_sha=9b4e41d67fe8b714495936d48dafe9333c1ff61b 04:05:45 ---> Running in f6562b0a504b 04:05:45 Removing intermediate container f6562b0a504b 04:05:45 ---> db7ec7e23c8d 04:05:45 Step 26/26 : LABEL version=0.0.0 04:05:45 ---> Running in bf264130de74 04:05:45 Removing intermediate container bf264130de74 04:05:45 ---> 4a0b108a532b 04:05:45 [Warning] One or more build-args [ARCH] were not consumed 04:05:45 Successfully built 4a0b108a532b 04:05:45 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 04:05:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:05:46 04:05:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:05:46 latest: Pulling from edgex-lftools-log-publisher 04:05:46 5eb5b503b376: Pulling fs layer 04:05:46 5c69ac0246d0: Pulling fs layer 04:05:46 ec43610c2a17: Pulling fs layer 04:05:46 3a2ae6a8a46f: Pulling fs layer 04:05:46 33b1e0a273af: Pulling fs layer 04:05:46 5d3b04190fa2: Pulling fs layer 04:05:46 2f39f015ded8: Pulling fs layer 04:05:46 3a2ae6a8a46f: Waiting 04:05:46 5d3b04190fa2: Waiting 04:05:46 5c69ac0246d0: Verifying Checksum 04:05:46 5c69ac0246d0: Download complete 04:05:46 3a2ae6a8a46f: Verifying Checksum 04:05:46 3a2ae6a8a46f: Download complete 04:05:46 33b1e0a273af: Verifying Checksum 04:05:46 33b1e0a273af: Download complete 04:05:46 ec43610c2a17: Verifying Checksum 04:05:46 ec43610c2a17: Download complete 04:05:46 5d3b04190fa2: Verifying Checksum 04:05:46 5d3b04190fa2: Download complete 04:05:46 using credential edgex-jenkins-ssh 04:05:46 Cloning the remote Git repository 04:05:46 5eb5b503b376: Verifying Checksum 04:05:46 5eb5b503b376: Download complete 04:05:46 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 04:05:47 2f39f015ded8: Verifying Checksum 04:05:47 2f39f015ded8: Download complete 04:05:48 5eb5b503b376: Pull complete 04:05:47 > git init /w/workspace/device-onvif-camera/1 # timeout=10 04:05:47 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:05:47 > git --version # timeout=10 04:05:47 > git --version # 'git version 2.25.1' 04:05:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:05:48 5c69ac0246d0: Pull complete 04:05:48 ec43610c2a17: Pull complete 04:05:48 3a2ae6a8a46f: Pull complete 04:05:49 33b1e0a273af: Pull complete 04:05:49 5d3b04190fa2: Pull complete 04:05:48 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:05:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:05:49 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:05:49 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:05:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/306/head:refs/remotes/origin/PR-306 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:05:50 Merging remotes/origin/main commit 7c14cf897af34df275d4233d707e2506881d1776 into PR head commit 9b4e41d67fe8b714495936d48dafe9333c1ff61b 04:05:50 Merge succeeded, producing 9b4e41d67fe8b714495936d48dafe9333c1ff61b 04:05:50 Checking out Revision 9b4e41d67fe8b714495936d48dafe9333c1ff61b (PR-306) 04:05:50 > git config core.sparsecheckout # timeout=10 04:05:50 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 04:05:50 > git remote # timeout=10 04:05:50 > git config --get remote.origin.url # timeout=10 04:05:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:05:50 > git merge 7c14cf897af34df275d4233d707e2506881d1776 # timeout=10 04:05:50 > git rev-parse HEAD^{commit} # timeout=10 04:05:50 > git config core.sparsecheckout # timeout=10 04:05:50 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 04:05:51 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 04:05:51 > git --version # timeout=10 04:05:51 > git --version # 'git version 2.25.1' 04:05:51 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:05:51 04:05:51 GitHub has been notified of this commit’s build result 04:05:51 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:05:52 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:05:52 % Total % Received % Xferd Average Speed Time Time Time Current 04:05:52 Dload Upload Total Spent Left Speed 04:05:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78709 [Pipeline] sh 04:05:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:05:53 2f39f015ded8: Pull complete 04:05:53 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:05:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:05:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:05:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:05:53 + sudo tee /etc/docker/daemon.new 04:05:53 { 04:05:53 "registry-mirrors": [ 04:05:53 "https://nexus3.edgexfoundry.org:10001" 04:05:53 ], 04:05:53 "bip": "10.250.0.254/24", 04:05:53 "hosts": [ 04:05:53 "tcp://0.0.0.0:5555", 04:05:53 "unix:///var/run/docker.sock" 04:05:53 ], 04:05:53 "mtu": 1458, 04:05:53 "selinux-enabled": true, 04:05:53 "seccomp-profile": "/etc/docker/seccomp.json" 04:05:53 } [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:53 prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container 04:05:53 $ 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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:05:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json 04:05:57 $ docker top 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 04:05:58 + sudo service docker restart 04:05:58 ---> job-cost.sh 04:05:58 lf-activate-venv: SKIPPING 04:05:58 INFO: No Stack... 04:05:59 INFO: Retrieving Pricing Info for: v3-standard-8 04:05:59 INFO: Archiving Costs [Pipeline] sh 04:05:59 + cat /w/workspace/undry_device-onvif-camera_PR-306/archives/cost.csv 04:05:59 + cut -d, -f6 [Pipeline] lock 04:05:59 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] 04:05:59 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] did not exist. Created. 04:05:59 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:06:00 + echo total: 0.2199999988079071 [Pipeline] stash 04:06:00 Stashed 1 file(s) [Pipeline] } 04:06:00 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:06:00 $ docker stop --time=1 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 04:06:01 $ docker rm -f --volumes 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:06:16 provisioning config files... 04:06:16 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config14166257865391332016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:17 ---> docker-login.sh 04:06:17 nexus3.edgexfoundry.org:10001 04:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:17 Configure a credential helper to remove this warning. See 04:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:17 04:06:17 Login Succeeded 04:06:17 nexus3.edgexfoundry.org:10002 04:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:18 Configure a credential helper to remove this warning. See 04:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:18 04:06:18 Login Succeeded 04:06:18 nexus3.edgexfoundry.org:10003 04:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:18 Configure a credential helper to remove this warning. See 04:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:18 04:06:18 Login Succeeded 04:06:18 nexus3.edgexfoundry.org:10004 04:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:18 Configure a credential helper to remove this warning. See 04:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:18 04:06:18 Login Succeeded 04:06:18 docker.io 04:06:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:06:19 Configure a credential helper to remove this warning. See 04:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:06:19 04:06:19 Login Succeeded 04:06:19 ---> docker-login.sh ends [Pipeline] } 04:06:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:06:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:06:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:06:19 ========================================================= 04:06:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:06:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:20 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:06:21 Sending build context to Docker daemon 19.65MB 04:06:21 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:06:21 Step 2/13 : FROM ${BASE} AS builder 04:06:21 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:06:21 af6eaf76a39c: Pulling fs layer 04:06:21 55522c791124: Pulling fs layer 04:06:21 ce5c4a1c91eb: Pulling fs layer 04:06:21 169dfbe0d373: Pulling fs layer 04:06:21 e1ff8fa3b103: Pulling fs layer 04:06:21 52ebb69f0ebf: Pulling fs layer 04:06:21 5abe8eddf0d5: Pulling fs layer 04:06:21 e1ff8fa3b103: Waiting 04:06:21 52ebb69f0ebf: Waiting 04:06:21 5abe8eddf0d5: Waiting 04:06:21 169dfbe0d373: Waiting 04:06:21 55522c791124: Verifying Checksum 04:06:21 55522c791124: Download complete 04:06:21 169dfbe0d373: Verifying Checksum 04:06:21 169dfbe0d373: Download complete 04:06:21 e1ff8fa3b103: Verifying Checksum 04:06:21 e1ff8fa3b103: Download complete 04:06:21 af6eaf76a39c: Verifying Checksum 04:06:21 af6eaf76a39c: Download complete 04:06:22 af6eaf76a39c: Pull complete 04:06:22 5abe8eddf0d5: Verifying Checksum 04:06:22 5abe8eddf0d5: Download complete 04:06:24 52ebb69f0ebf: Verifying Checksum 04:06:24 52ebb69f0ebf: Download complete 04:06:24 ce5c4a1c91eb: Verifying Checksum 04:06:24 ce5c4a1c91eb: Download complete 04:06:25 55522c791124: Pull complete 04:06:37 ce5c4a1c91eb: Pull complete 04:06:37 169dfbe0d373: Pull complete 04:06:37 e1ff8fa3b103: Pull complete 04:06:42 52ebb69f0ebf: Pull complete 04:06:44 5abe8eddf0d5: Pull complete 04:06:44 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 04:06:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:06:44 ---> 6cb57ee374ae 04:06:44 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:06:46 ---> Running in 2e5d7058beed 04:06:47 Removing intermediate container 2e5d7058beed 04:06:47 ---> 8d8de2738386 04:06:47 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:06:47 ---> Running in aac60c1747ce 04:06:47 Removing intermediate container aac60c1747ce 04:06:47 ---> ef46b1e5e763 04:06:47 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:06:47 ---> Running in 7faa220289a6 04:06:47 Removing intermediate container 7faa220289a6 04:06:47 ---> 5d3ec5364231 04:06:47 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:06:47 ---> Running in b43190bbed7d 04:06:48 Removing intermediate container b43190bbed7d 04:06:48 ---> c11c985acf0f 04:06:48 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:06:48 ---> Running in 2a5b80869099 04:06:51 Removing intermediate container 2a5b80869099 04:06:51 ---> 8b14509b4f1c 04:06:51 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:06:51 ---> Running in 012d48607f51 04:06:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:06:54 OK: 263 MiB in 53 packages 04:06:55 Removing intermediate container 012d48607f51 04:06:55 ---> d76f38ae6129 04:06:55 Step 9/13 : WORKDIR /device-onvif-camera 04:06:55 ---> Running in f7d93297268d 04:06:55 Removing intermediate container f7d93297268d 04:06:55 ---> 66f883a71220 04:06:55 Step 10/13 : COPY go.mod vendor* ./ 04:06:56 ---> cc0e71714b18 04:06:56 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:56 ---> Running in 34e0a5ed76cb 04:08:18 Removing intermediate container 34e0a5ed76cb 04:08:18 ---> 84fc4c4b4042 04:08:18 Step 12/13 : COPY . . 04:08:18 ---> e298b8a36832 04:08:18 Step 13/13 : RUN ${MAKE} 04:08:18 ---> Running in 4e23b5b603f2 04:08:18 noop 04:08:18 Removing intermediate container 4e23b5b603f2 04:08:18 ---> 53fc55def1c2 04:08:18 Successfully built 53fc55def1c2 04:08:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:18 + docker inspect -f . ci-base-image-arm64 04:08:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:18 prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container 04:08:19 $ 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 ******** ci-base-image-arm64 cat 04:08:20 $ docker top d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:21 + go version 04:08:21 go version go1.20.2 linux/arm64 [Pipeline] } 04:08:21 $ docker stop --time=1 d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 04:08:22 $ docker rm -f --volumes d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:23 + docker inspect -f . ci-base-image-arm64 04:08:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:24 prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container 04:08:24 $ 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 ******** ci-base-image-arm64 cat 04:08:25 $ docker top 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:26 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 04:08:27 + make test 04:08:27 go test ./... -coverprofile=coverage.out ./... 04:09:06 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:11:28 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:11:28 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:11:31 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.197s coverage: 31.6% of statements 04:11:57 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 26.410s coverage: 86.5% of statements 04:11:57 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:11:57 go vet ./... 04:12:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:12:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:12:30 ./bin/test-attribution-txt.sh 04:12:30 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 04:12:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:12:30 $ docker stop --time=1 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 04:12:32 $ docker rm -f --volumes 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 [Pipeline] // withDockerContainer [Pipeline] sh 04:12:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:12:33 Warning: overwriting stash ‘coverage-report’ 04:12:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:12:35 + ls -al . 04:12:35 total 232 04:12:35 drwxrwxr-x 9 jenkins jenkins 4096 Apr 13 04:08 . 04:12:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 .. 04:12:35 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:05 .git 04:12:35 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:05 .github 04:12:35 -rw-rw-r-- 1 jenkins jenkins 496 Apr 13 04:05 .gitignore 04:12:35 -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 04:05 .golangci.yml 04:12:35 -rw-rw-r-- 1 jenkins jenkins 9732 Apr 13 04:05 Attribution.txt 04:12:35 -rw-rw-r-- 1 jenkins jenkins 6312 Apr 13 04:05 CHANGELOG.md 04:12:35 -rw-rw-r-- 1 jenkins jenkins 1574 Apr 13 04:05 Dockerfile 04:12:35 -rw-rw-r-- 1 jenkins jenkins 677 Apr 13 04:05 GOVERNANCE.md 04:12:35 -rw-rw-r-- 1 jenkins jenkins 734 Apr 13 04:05 Jenkinsfile 04:12:35 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 04:05 LICENSE 04:12:35 -rw-rw-r-- 1 jenkins jenkins 2751 Apr 13 04:05 Makefile 04:12:35 -rw-rw-r-- 1 jenkins jenkins 625 Apr 13 04:05 OWNERS.md 04:12:35 -rw-rw-r-- 1 jenkins jenkins 6250 Apr 13 04:05 README.md 04:12:35 -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 04:03 VERSION 04:12:35 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:05 bin 04:12:35 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:05 cmd 04:12:35 -rw-r--r-- 1 jenkins jenkins 78835 Apr 13 04:11 coverage.out 04:12:35 drwxrwxr-x 6 jenkins jenkins 4096 Apr 13 04:05 doc 04:12:35 -rw-rw-r-- 1 jenkins jenkins 3557 Apr 13 04:05 go.mod 04:12:35 -rw-rw-r-- 1 jenkins jenkins 33057 Apr 13 04:05 go.sum 04:12:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 internal 04:12:35 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 snap 04:12:35 -rw-rw-r-- 1 jenkins jenkins 236 Apr 13 04:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:12:35 + 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=9b4e41d67fe8b714495936d48dafe9333c1ff61b --label arch=arm64 --label version=0.0.0 . 04:12:36 Sending build context to Docker daemon 19.73MB 04:12:36 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:12:36 Step 2/26 : FROM ${BASE} AS builder 04:12:36 ---> 53fc55def1c2 04:12:36 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:12:36 ---> Running in e76e69054424 04:12:36 Removing intermediate container e76e69054424 04:12:36 ---> f6f68b12e30b 04:12:36 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:12:36 ---> Running in 5014be66233a 04:12:36 Removing intermediate container 5014be66233a 04:12:36 ---> a1c731a48a70 04:12:36 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:12:37 ---> Running in 1779d4055c09 04:12:37 Removing intermediate container 1779d4055c09 04:12:37 ---> 0ee710aa64f7 04:12:37 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:12:37 ---> Running in 804cf72be4ec 04:12:37 Removing intermediate container 804cf72be4ec 04:12:37 ---> 2f2c60c24393 04:12:37 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:12:37 ---> Running in b2839cc1394d 04:12:37 Removing intermediate container b2839cc1394d 04:12:37 ---> a9b64269e0fd 04:12:37 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:38 ---> Running in 2f8c02d6254c 04:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:12:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:12:41 OK: 263 MiB in 53 packages 04:12:41 Removing intermediate container 2f8c02d6254c 04:12:41 ---> 6a59874da7c0 04:12:41 Step 9/26 : WORKDIR /device-onvif-camera 04:12:42 ---> Running in c4f694a84579 04:12:42 Removing intermediate container c4f694a84579 04:12:42 ---> acb02c9899a8 04:12:42 Step 10/26 : COPY go.mod vendor* ./ 04:12:42 ---> 77947eda6485 04:12:42 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:42 ---> Running in 92cd59cd5649 04:12:48 Removing intermediate container 92cd59cd5649 04:12:48 ---> a68de7dcf92c 04:12:48 Step 12/26 : COPY . . 04:12:49 ---> b1d04ff4cd86 04:12:49 Step 13/26 : RUN ${MAKE} 04:12:49 ---> Running in 6f9f799c80c1 04:12: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 04:15:27 Removing intermediate container 6f9f799c80c1 04:15:27 ---> 2bd4cbfc5b29 04:15:27 Step 14/26 : FROM alpine:3.17 04:15:27 3.17: Pulling from library/alpine 04:15:27 c41833b44d91: Pulling fs layer 04:15:27 c41833b44d91: Verifying Checksum 04:15:27 c41833b44d91: Download complete 04:15:27 c41833b44d91: Pull complete 04:15:27 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:15:27 Status: Downloaded newer image for alpine:3.17 04:15:27 ---> 51e60588ff2c 04:15:27 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:15:27 ---> Running in db5005301a52 04:15:27 Removing intermediate container db5005301a52 04:15:27 ---> bbc4ea43df68 04:15:27 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:15:27 ---> Running in bcec1f74aae0 04:15:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:15:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:15:27 (1/1) Installing dumb-init (1.2.5-r2) 04:15:27 Executing busybox-1.35.0-r29.trigger 04:15:27 OK: 8 MiB in 16 packages 04:15:27 Removing intermediate container bcec1f74aae0 04:15:27 ---> 2a12ae70387c 04:15:27 Step 17/26 : WORKDIR / 04:15:27 ---> Running in 1523c387469b 04:15:27 Removing intermediate container 1523c387469b 04:15:27 ---> f225f378452c 04:15:27 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:15:29 ---> 20086d4ecb39 04:15:29 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:15:29 ---> e179387509ef 04:15:29 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:15:30 ---> 179f7c745980 04:15:30 Step 21/26 : EXPOSE 59984 04:15:30 ---> Running in ce7f13f24646 04:15:30 Removing intermediate container ce7f13f24646 04:15:30 ---> 2122a07f0705 04:15:30 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:15:30 ---> Running in 8c073585681e 04:15:30 Removing intermediate container 8c073585681e 04:15:30 ---> 754b100a78ee 04:15:30 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:15:31 ---> Running in 3210f86c71b8 04:15:31 Removing intermediate container 3210f86c71b8 04:15:31 ---> 9fe3300a325d 04:15:31 Step 24/26 : LABEL arch=arm64 04:15:31 ---> Running in 5a08e863c53a 04:15:31 Removing intermediate container 5a08e863c53a 04:15:31 ---> 9f2f7e2bf036 04:15:31 Step 25/26 : LABEL git_sha=9b4e41d67fe8b714495936d48dafe9333c1ff61b 04:15:31 ---> Running in 356cd08ce0ad 04:15:32 Removing intermediate container 356cd08ce0ad 04:15:32 ---> 8f2abaf7f593 04:15:32 Step 26/26 : LABEL version=0.0.0 04:15:32 ---> Running in 7c6f59b3256e 04:15:32 Removing intermediate container 7c6f59b3256e 04:15:32 ---> b0d9397c22f8 04:15:32 [Warning] One or more build-args [ARCH] were not consumed 04:15:32 Successfully built b0d9397c22f8 04:15:32 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 04:15:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:33 04:15:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:15:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:34 arm64: Pulling from edgex-lftools-log-publisher 04:15:34 8998bd30e6a1: Pulling fs layer 04:15:34 04944245beec: Pulling fs layer 04:15:34 699f458cf7ca: Pulling fs layer 04:15:34 765212b225bb: Pulling fs layer 04:15:34 f23df028b6ca: Pulling fs layer 04:15:34 d65c8cfc05b1: Pulling fs layer 04:15:34 2437ff75d9bd: Pulling fs layer 04:15:34 765212b225bb: Waiting 04:15:34 f23df028b6ca: Waiting 04:15:34 d65c8cfc05b1: Waiting 04:15:34 2437ff75d9bd: Waiting 04:15:34 04944245beec: Verifying Checksum 04:15:34 04944245beec: Download complete 04:15:34 765212b225bb: Verifying Checksum 04:15:34 765212b225bb: Download complete 04:15:34 f23df028b6ca: Download complete 04:15:34 d65c8cfc05b1: Verifying Checksum 04:15:34 d65c8cfc05b1: Download complete 04:15:34 699f458cf7ca: Verifying Checksum 04:15:34 699f458cf7ca: Download complete 04:15:34 8998bd30e6a1: Verifying Checksum 04:15:34 8998bd30e6a1: Download complete 04:15:37 2437ff75d9bd: Verifying Checksum 04:15:37 2437ff75d9bd: Download complete 04:15:39 8998bd30e6a1: Pull complete 04:15:39 04944245beec: Pull complete 04:15:40 699f458cf7ca: Pull complete 04:15:40 765212b225bb: Pull complete 04:15:41 f23df028b6ca: Pull complete 04:15:42 d65c8cfc05b1: Pull complete 04:15:57 2437ff75d9bd: Pull complete 04:15:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:15:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:15:57 prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container 04:15:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:16:00 $ docker top df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:01 ---> job-cost.sh 04:16:01 lf-activate-venv: SKIPPING 04:16:01 INFO: No Stack... 04:16:01 INFO: Retrieving Pricing Info for: v3-standard-4 04:16:02 INFO: Archiving Costs [Pipeline] sh 04:16:02 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 04:16:02 + cut -d, -f6 [Pipeline] lock 04:16:02 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] 04:16:03 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] did not exist. Created. 04:16:03 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:03 /w/workspace/device-onvif-camera/1@tmp/durable-06133102/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:16:04 + echo total: 0.10999999940395355 [Pipeline] stash 04:16:04 Warning: overwriting stash ‘stack-cost’ 04:16:04 Stashed 1 file(s) [Pipeline] } 04:16:04 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:04 $ docker stop --time=1 df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 04:16:06 $ docker rm -f --volumes df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 [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 04:16:07 provisioning config files... 04:16:07 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config4601542622600697584tmp [Pipeline] { [Pipeline] sh 04:16:07 + set +x 04:16:07 + curl -s https://codecov.io/bash 04:16:07 + bash -s -- 04:16:07 04:16:07 _____ _ 04:16:07 / ____| | | 04:16:07 | | ___ __| | ___ ___ _____ __ 04:16:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:16:07 | |___| (_) | (_| | __/ (_| (_) \ V / 04:16:07 \_____\___/ \__,_|\___|\___\___/ \_/ 04:16:07 Bash-1.0.6 04:16:07 04:16:07 04:16:07 ==> git version 2.25.1 found 04:16:07 ==> 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 04:16:07 Release-Date: 2020-01-08 04:16:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:16:07 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:16:07 ==> Jenkins CI detected. 04:16:07 current dir:  /w/workspace/undry_device-onvif-camera_PR-306 04:16:07 project root: . 04:16:07 --> token set from env 04:16:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:16:07 ==> Running gcov in . (disable via -X gcov) 04:16:07 ==> Python coveragepy not found 04:16:07 ==> Searching for coverage reports in: 04:16:07 + . 04:16:07 -> Found 1 reports 04:16:07 ==> Detecting git/mercurial file structure 04:16:07 ==> Reading reports 04:16:07 + ./coverage.out bytes=78835 04:16:07 ==> Appending adjustments 04:16:07 https://docs.codecov.io/docs/fixing-reports 04:16:07 + Found adjustments 04:16:07 ==> Gzipping contents 04:16:07 12K /tmp/codecov.ERWZZ5.gz 04:16:07 ==> Uploading reports 04:16:07 url: https://codecov.io 04:16:07 query: branch=PR-306&commit=9b4e41d67fe8b714495936d48dafe9333c1ff61b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-306%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=306&job=&cmd_args= 04:16:07 -> Pinging Codecov 04:16:07 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-306&commit=9b4e41d67fe8b714495936d48dafe9333c1ff61b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-306%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=306&job=&cmd_args= 04:16:07 -> Uploading to 04:16:07 https://storage.googleapis.com/codecov/v4/raw/2023-04-13/F29A59C45E3A92E06B3E522C9905F8EF/9b4e41d67fe8b714495936d48dafe9333c1ff61b/e59ef2bd-b1f6-4e28-b535-c28b51db2db7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230413T041607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77440102baef890ddcf85a5c18509eadae2bd1eeb6f581bf4c7ecc6cc53ce7a1 04:16:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:07 Dload Upload Total Spent Left Speed 04:16:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10491 0 0 100 10491 0 39439 --:--:-- --:--:-- --:--:-- 39439 04:16:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] } 04:16:08 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 04:16:10 + [ -d /w/workspace/undry_device-onvif-camera_PR-306/archives ] 04:16:10 + ls -al /w/workspace/undry_device-onvif-camera_PR-306/archives 04:16:10 total 16 04:16:10 drwxr-xr-x 3 root root 4096 Apr 13 04:05 . 04:16:10 drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 04:05 .. 04:16:10 drwxr-xr-x 2 root root 4096 Apr 13 04:05 cost 04:16:10 -rw-r--r-- 1 root root 91 Apr 13 04:05 cost.csv 04:16:10 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-306/archives 04:16:10 + ls -al /w/workspace/undry_device-onvif-camera_PR-306/archives 04:16:10 total 16 04:16:10 drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 04:05 . 04:16:10 drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 04:05 .. 04:16:10 drwxr-xr-x 2 jenkins jenkins 4096 Apr 13 04:05 cost 04:16:10 -rw-r--r-- 1 jenkins jenkins 91 Apr 13 04:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:16:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:11 ---> package-listing.sh 04:16:11 ++ facter osfamily 04:16:11 ++ tr '[:upper:]' '[:lower:]' 04:16:11 + OS_FAMILY=debian 04:16:11 + workspace=/w/workspace/undry_device-onvif-camera_PR-306 04:16:11 + START_PACKAGES=/tmp/packages_start.txt 04:16:11 + END_PACKAGES=/tmp/packages_end.txt 04:16:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:11 + PACKAGES=/tmp/packages_start.txt 04:16:11 + '[' /w/workspace/undry_device-onvif-camera_PR-306 ']' 04:16:11 + PACKAGES=/tmp/packages_end.txt 04:16:11 + case "${OS_FAMILY}" in 04:16:11 + dpkg -l 04:16:11 + grep '^ii' 04:16:11 + '[' -f /tmp/packages_start.txt ']' 04:16:11 + '[' -f /tmp/packages_end.txt ']' 04:16:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:11 + '[' /w/workspace/undry_device-onvif-camera_PR-306 ']' 04:16:11 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-306/archives/ 04:16:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-306/archives/ [Pipeline] echo 04:16:11 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-306/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:16:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:16:12 prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container 04:16:12 $ 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-306/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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:16:12 $ docker top 4d1c67015ca7b029bc1a6406b90e96c6564c847a27c92cb9500115e552af8045 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:13 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:13 + mkdir -p /var/log/sysstat [Pipeline] sh 04:16:13 + ls /var/log/sa-host 04:16:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:14 provisioning config files... 04:16:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config13580414697374114304tmp [Pipeline] { [Pipeline] echo 04:16:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:14 ---> create-netrc.sh [Pipeline] } 04:16:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:14 ---> python-tools-install.sh [Pipeline] echo 04:16:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:15 ---> sudo-logs.sh 04:16:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:15 ---> job-cost.sh 04:16:15 lf-activate-venv: SKIPPING 04:16:15 DEBUG: total: 0.2199999988079071 04:16:15 INFO: Retrieving Stack Cost... 04:16:15 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:16 INFO: Archiving Costs [Pipeline] echo 04:16:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:16:16 ---> logs-deploy.sh 04:16:16 lf-activate-venv: SKIPPING 04:16:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-306/1 04:16:16 INFO: archiving workspace using pattern(s): 04:16:18 Archives upload complete. 04:16:18 INFO: archiving logs to Nexus 04:16:18 ---> uname -a: 04:16:18 Linux prd-ubuntu20-04-docker-8c-8g-8378 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:16:18 04:16:18 04:16:18 ---> lscpu: 04:16:18 Architecture: x86_64 04:16:18 CPU op-mode(s): 32-bit, 64-bit 04:16:18 Byte Order: Little Endian 04:16:18 Address sizes: 40 bits physical, 48 bits virtual 04:16:18 CPU(s): 8 04:16:18 On-line CPU(s) list: 0-7 04:16:18 Thread(s) per core: 1 04:16:18 Core(s) per socket: 1 04:16:18 Socket(s): 8 04:16:18 NUMA node(s): 1 04:16:18 Vendor ID: AuthenticAMD 04:16:18 CPU family: 23 04:16:18 Model: 49 04:16:18 Model name: AMD EPYC-Rome Processor 04:16:18 Stepping: 0 04:16:18 CPU MHz: 2800.000 04:16:18 BogoMIPS: 5600.00 04:16:18 Virtualization: AMD-V 04:16:18 Hypervisor vendor: KVM 04:16:18 Virtualization type: full 04:16:18 L1d cache: 256 KiB 04:16:18 L1i cache: 256 KiB 04:16:18 L2 cache: 4 MiB 04:16:18 L3 cache: 128 MiB 04:16:18 NUMA node0 CPU(s): 0-7 04:16:18 Vulnerability Itlb multihit: Not affected 04:16:18 Vulnerability L1tf: Not affected 04:16:18 Vulnerability Mds: Not affected 04:16:18 Vulnerability Meltdown: Not affected 04:16:18 Vulnerability Mmio stale data: Not affected 04:16:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:16:18 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:16:18 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:16:18 Vulnerability Srbds: Not affected 04:16:18 Vulnerability Tsx async abort: Not affected 04:16:18 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 04:16:18 04:16:18 04:16:18 ---> nproc: 04:16:18 8 04:16:18 04:16:18 04:16:18 ---> df -h: 04:16:18 Filesystem Size Used Avail Use% Mounted on 04:16:18 overlay 155G 12G 144G 8% / 04:16:18 tmpfs 64M 0 64M 0% /dev 04:16:18 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:16:18 shm 64M 0 64M 0% /dev/shm 04:16:18 /dev/vda1 155G 12G 144G 8% /facter-os 04:16:18 04:16:18 04:16:18 ---> sar -b -r -n DEV: 04:16:18 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8378) 04/13/23 _x86_64_ (8 CPU) 04:16:18 04:16:18 04:02:55 LINUX RESTART (8 CPU) 04:16:18 04:16:18 04:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:16:18 04:04:02 137.93 48.11 89.82 0.00 5415.76 183063.49 0.00 04:16:18 04:05:01 194.63 0.95 193.68 0.00 24.40 73483.14 0.00 04:16:18 04:06:01 186.15 0.25 185.90 0.00 14.93 47890.68 0.00 04:16:18 04:07:01 3.85 0.00 3.85 0.00 0.00 52.14 0.00 04:16:18 04:08:01 4.13 0.97 3.17 0.00 67.46 81.85 0.00 04:16:18 04:09:01 53.62 9.62 44.01 0.00 5087.42 8758.14 0.00 04:16:18 04:10:01 3.83 0.02 3.82 0.00 0.13 96.10 0.00 04:16:18 04:11:01 1.93 0.00 1.93 0.00 0.00 20.80 0.00 04:16:18 04:12:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 04:16:18 04:13:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 04:16:18 04:14:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 04:16:18 04:15:01 1.53 0.00 1.53 0.00 0.00 16.26 0.00 04:16:18 04:16:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 04:16:18 Average: 45.47 4.61 40.86 0.00 817.17 24054.05 0.00 04:16:18 04:16:18 04:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:16:18 04:04:02 29180728 31618596 712112 2.17 72076 2633040 1860936 5.48 981136 2368336 690248 04:16:18 04:05:01 28100012 31527192 781748 2.38 147288 3441568 1844000 5.43 1238368 3066240 228708 04:16:18 04:06:01 27556240 31548608 758652 2.31 160720 3960456 1969016 5.80 1307368 3502252 416 04:16:18 04:07:01 27588344 31580180 729640 2.22 160804 3960332 1788080 5.27 1278036 3502088 128 04:16:18 04:08:01 27567904 31573780 735132 2.24 162292 3972372 1785080 5.26 1289704 3513976 6848 04:16:18 04:09:01 27078320 31566152 718368 2.18 194432 4415832 1820644 5.37 1594080 3659836 164 04:16:18 04:10:01 27085176 31568296 716888 2.18 193000 4412580 1807680 5.33 1592440 3656636 4 04:16:18 04:11:01 27088224 31571404 713724 2.17 193068 4412580 1807680 5.33 1589416 3656636 4 04:16:18 04:12:01 27088440 31571732 713260 2.17 193148 4412584 1807680 5.33 1589280 3656656 8 04:16:18 04:13:01 27088132 31571492 713328 2.17 193244 4412592 1807680 5.33 1589668 3656668 176 04:16:18 04:14:01 27088156 31571788 713052 2.17 193320 4412720 1807680 5.33 1589576 3656804 8 04:16:18 04:15:01 27088568 31572248 712716 2.17 193360 4412724 1807680 5.33 1589604 3656848 172 04:16:18 04:16:01 27088196 31571944 712912 2.17 193420 4412728 1807680 5.33 1589808 3656856 176 04:16:18 Average: 27437418 31570262 725502 2.21 173090 4097854 1824732 5.38 1447576 3477679 71312 04:16:18 04:16:18 04:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:16:18 04:04:02 docker0 12.45 12.13 1.12 117.48 0.00 0.00 0.00 0.00 04:16:18 04:04:02 ens3 745.58 486.15 6697.10 92.51 0.00 0.00 0.00 0.00 04:16:18 04:04:02 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 04:16:18 04:05:01 veth72673c3 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 04:16:18 04:05:01 docker0 188.44 327.33 15.28 2013.47 0.00 0.00 0.00 0.00 04:16:18 04:05:01 ens3 361.18 210.03 2044.94 31.47 0.00 0.00 0.00 0.00 04:16:18 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:06:01 docker0 2.65 7.13 0.17 85.59 0.00 0.00 0.00 0.00 04:16:18 04:06:01 ens3 145.36 97.85 2686.40 95.55 0.00 0.00 0.00 0.00 04:16:18 04:06:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 04:16:18 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:07:01 ens3 1.95 0.88 2.16 0.41 0.00 0.00 0.00 0.00 04:16:18 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:08:01 ens3 20.53 15.30 116.46 1.44 0.00 0.00 0.00 0.00 04:16:18 04:08:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 04:16:18 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:09:01 ens3 195.83 110.40 2693.78 7.69 0.00 0.00 0.00 0.00 04:16:18 04:09:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 04:16:18 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:10:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:11:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:12:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:16:18 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:13:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:14:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 04:16:18 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:16:18 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 04:16:01 ens3 0.30 0.07 0.12 0.00 0.00 0.00 0.00 0.00 04:16:18 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:16:18 Average: docker0 15.43 26.28 1.26 168.14 0.00 0.00 0.00 0.00 04:16:18 Average: ens3 112.88 70.68 1094.24 17.61 0.00 0.00 0.00 0.00 04:16:18 Average: lo 0.83 0.83 0.08 0.08 0.00 0.00 0.00 0.00 04:16:18 04:16:18 04:16:18 ---> sar -P ALL: 04:16:18 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8378) 04/13/23 _x86_64_ (8 CPU) 04:16:18 04:16:18 04:02:55 LINUX RESTART (8 CPU) 04:16:18 04:16:18 04:03:01 CPU %user %nice %system %iowait %steal %idle 04:16:18 04:04:02 all 9.04 0.00 3.16 2.14 0.05 85.62 04:16:18 04:04:02 0 7.60 0.00 2.55 0.18 0.05 89.61 04:16:18 04:04:02 1 10.48 0.00 2.64 0.91 0.07 85.90 04:16:18 04:04:02 2 6.59 0.00 2.83 6.83 0.07 83.68 04:16:18 04:04:02 3 9.93 0.00 3.15 0.52 0.05 86.35 04:16:18 04:04:02 4 12.81 0.00 3.75 0.37 0.07 83.01 04:16:18 04:04:02 5 6.79 0.00 3.10 2.10 0.03 87.98 04:16:18 04:04:02 6 8.93 0.00 3.72 5.33 0.03 81.99 04:16:18 04:04:02 7 9.18 0.00 3.51 0.88 0.05 86.38 04:16:18 04:05:01 all 21.81 0.00 5.12 2.84 0.07 70.15 04:16:18 04:05:01 0 23.02 0.00 5.73 0.22 0.07 70.96 04:16:18 04:05:01 1 22.32 0.00 4.59 0.91 0.07 72.11 04:16:18 04:05:01 2 20.95 0.00 4.82 4.99 0.07 69.18 04:16:18 04:05:01 3 21.48 0.00 6.10 10.13 0.09 62.20 04:16:18 04:05:01 4 24.63 0.00 4.63 0.29 0.07 70.38 04:16:18 04:05:01 5 20.77 0.00 4.96 3.91 0.07 70.29 04:16:18 04:05:01 6 20.60 0.00 5.23 0.60 0.07 73.51 04:16:18 04:05:01 7 20.72 0.00 4.94 1.70 0.09 72.56 04:16:18 04:06:01 all 28.73 0.00 5.71 2.39 0.08 63.09 04:16:18 04:06:01 0 28.69 0.00 5.46 1.04 0.07 64.74 04:16:18 04:06:01 1 28.01 0.00 5.89 9.37 0.07 56.66 04:16:18 04:06:01 2 30.00 0.00 5.61 0.25 0.05 64.09 04:16:18 04:06:01 3 30.07 0.00 5.89 0.08 0.08 63.87 04:16:18 04:06:01 4 28.43 0.00 5.94 2.22 0.07 63.34 04:16:18 04:06:01 5 28.59 0.00 5.00 0.71 0.07 65.63 04:16:18 04:06:01 6 28.05 0.00 6.46 4.38 0.07 61.05 04:16:18 04:06:01 7 27.98 0.00 5.41 1.11 0.17 65.34 04:16:18 04:07:01 all 0.03 0.00 0.04 0.11 0.01 99.81 04:16:18 04:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:16:18 04:07:01 1 0.05 0.00 0.07 0.05 0.02 99.82 04:16:18 04:07:01 2 0.00 0.00 0.03 0.00 0.02 99.95 04:16:18 04:07:01 3 0.02 0.00 0.03 0.27 0.00 99.68 04:16:18 04:07:01 4 0.05 0.00 0.03 0.00 0.00 99.92 04:16:18 04:07:01 5 0.03 0.00 0.05 0.00 0.02 99.90 04:16:18 04:07:01 6 0.03 0.00 0.03 0.40 0.00 99.53 04:16:18 04:07:01 7 0.05 0.00 0.07 0.13 0.02 99.73 04:16:18 04:08:01 all 0.10 0.00 0.07 0.02 0.01 99.80 04:16:18 04:08:01 0 0.30 0.00 0.05 0.00 0.02 99.63 04:16:18 04:08:01 1 0.07 0.00 0.05 0.02 0.02 99.85 04:16:18 04:08:01 2 0.02 0.00 0.05 0.00 0.00 99.93 04:16:18 04:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 04:16:18 04:08:01 4 0.10 0.00 0.03 0.00 0.00 99.87 04:16:18 04:08:01 5 0.10 0.00 0.05 0.02 0.00 99.83 04:16:18 04:08:01 6 0.08 0.00 0.05 0.08 0.02 99.77 04:16:18 04:08:01 7 0.15 0.00 0.25 0.02 0.03 99.55 04:16:18 04:09:01 all 2.21 0.00 1.36 0.81 0.03 95.59 04:16:18 04:09:01 0 2.57 0.00 1.07 0.57 0.03 95.77 04:16:18 04:09:01 1 1.59 0.00 3.07 0.97 0.03 94.34 04:16:18 04:09:01 2 1.47 0.00 0.72 0.60 0.03 97.18 04:16:18 04:09:01 3 2.64 0.00 1.00 1.32 0.05 94.98 04:16:18 04:09:01 4 2.88 0.00 1.13 0.55 0.02 95.42 04:16:18 04:09:01 5 2.02 0.00 1.05 0.87 0.03 96.03 04:16:18 04:09:01 6 1.24 0.00 2.04 1.54 0.02 95.17 04:16:18 04:09:01 7 3.25 0.00 0.79 0.07 0.03 95.86 04:16:18 04:10:01 all 0.18 0.00 0.05 0.02 0.01 99.75 04:16:18 04:10:01 0 0.84 0.00 0.07 0.00 0.00 99.09 04:16:18 04:10:01 1 0.02 0.00 0.03 0.02 0.00 99.93 04:16:18 04:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 04:16:18 04:10:01 3 0.03 0.00 0.05 0.15 0.00 99.77 04:16:18 04:10:01 4 0.08 0.00 0.03 0.00 0.02 99.87 04:16:18 04:10:01 5 0.08 0.00 0.03 0.00 0.00 99.88 04:16:18 04:10:01 6 0.08 0.00 0.05 0.00 0.00 99.87 04:16:18 04:10:01 7 0.25 0.00 0.08 0.00 0.02 99.65 04:16:18 04:11:01 all 0.03 0.00 0.01 0.01 0.01 99.94 04:16:18 04:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:16:18 04:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:16:18 04:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:16:18 04:11:01 3 0.07 0.00 0.00 0.05 0.02 99.87 04:16:18 04:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:16:18 04:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:16:18 04:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:16:18 04:11:01 7 0.07 0.00 0.02 0.00 0.00 99.92 04:16:18 04:12:01 all 0.26 0.00 0.01 0.01 0.01 99.72 04:16:18 04:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:16:18 04:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:18 04:12:01 2 0.03 0.00 0.02 0.00 0.03 99.92 04:16:18 04:12:01 3 1.97 0.00 0.00 0.05 0.02 97.96 04:16:18 04:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:18 04:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 04:16:18 04:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:16:18 04:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:16:18 04:13:01 all 0.09 0.00 0.01 0.01 0.01 99.87 04:16:18 04:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 04:16:18 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:16:18 04:13:01 2 0.00 0.00 0.03 0.00 0.03 99.93 04:16:18 04:13:01 3 0.58 0.00 0.02 0.05 0.02 99.33 04:16:18 04:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:16:18 04:13:01 5 0.03 0.00 0.02 0.02 0.02 99.92 04:16:18 04:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:16:18 04:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 04:16:18 04:14:01 all 0.14 0.00 0.01 0.01 0.01 99.83 04:16:18 04:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 04:16:18 04:14:01 1 0.00 0.00 0.02 0.00 0.02 99.97 04:16:18 04:14:01 2 0.00 0.00 0.00 0.00 0.03 99.97 04:16:18 04:14:01 3 1.06 0.00 0.02 0.03 0.02 98.87 04:16:18 04:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 04:16:18 04:14:01 5 0.00 0.00 0.00 0.02 0.02 99.97 04:16:18 04:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:16:18 04:14:01 7 0.03 0.00 0.03 0.00 0.00 99.93 04:16:18 04:16:18 04:14:01 CPU %user %nice %system %iowait %steal %idle 04:16:18 04:15:01 all 0.27 0.00 0.01 0.01 0.01 99.70 04:16:18 04:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 04:16:18 04:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:16:18 04:15:01 2 0.05 0.00 0.03 0.02 0.03 99.87 04:16:18 04:15:01 3 1.97 0.00 0.00 0.08 0.02 97.93 04:16:18 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:16:18 04:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:16:18 04:15:01 6 0.00 0.00 0.03 0.00 0.00 99.97 04:16:18 04:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 04:16:18 04:16:01 all 0.26 0.00 0.01 0.01 0.00 99.72 04:16:18 04:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 04:16:18 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:16:18 04:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 04:16:18 04:16:01 3 1.99 0.00 0.00 0.03 0.00 97.98 04:16:18 04:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 04:16:18 04:16:01 5 0.00 0.00 0.02 0.02 0.02 99.95 04:16:18 04:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:16:18 04:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 04:16:18 Average: all 4.80 0.00 1.18 0.64 0.02 93.36 04:16:18 Average: 0 4.80 0.00 1.14 0.15 0.02 93.89 04:16:18 Average: 1 4.75 0.00 1.25 0.93 0.02 93.05 04:16:18 Average: 2 4.50 0.00 1.08 0.96 0.03 93.43 04:16:18 Average: 3 5.45 0.00 1.23 0.96 0.03 92.33 04:16:18 Average: 4 5.24 0.00 1.18 0.26 0.02 93.29 04:16:18 Average: 5 4.45 0.00 1.09 0.58 0.02 93.86 04:16:18 Average: 6 4.49 0.00 1.34 0.94 0.02 93.21 04:16:18 Average: 7 4.70 0.00 1.15 0.30 0.03 93.83 04:16:18 04:16:18 04:16:18