Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e283d27a39f6608c4972b60e45559292c212ac31 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-ssh15203117261148954812.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4476474023543846582.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13694590924762834705.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh17789966108809880299.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4793916862547645685.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-948 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # 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 Avoid second fetch Checking out Revision e283d27a39f6608c4972b60e45559292c212ac31 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f e283d27a39f6608c4972b60e45559292c212ac31 # timeout=10 Commit message: "refactor!: Rename command line flags for the sake of consistency (#203)" > git rev-list --no-walk 4a1514bac2c3623567fb323734989edc763968b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:16:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:16:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:16:57 ========================================================= 20:16:57 EdgeX Global Pipelines Version Info 20:16:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:16:58 ------------------- 20:16:58 stable info: 20:16:58 ------------------- 20:16:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:16:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:16:58 Message: update stable to v1.0.244 20:16:58 ------------------- 20:16:58 experimental info: 20:16:58 ------------------- 20:16:58 Commited By: **** collab-it+edgex@linuxfoundation.org 20:16:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:16:58 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e283d27 [Pipeline] echo 20:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:16:59 provisioning config files... 20:16:59 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config12827803716681946473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:16:59 ---> docker-login.sh 20:16:59 nexus3.edgexfoundry.org:10001 20:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:00 Configure a credential helper to remove this warning. See 20:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:00 20:17:00 Login Succeeded 20:17:00 nexus3.edgexfoundry.org:10002 20:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:00 Configure a credential helper to remove this warning. See 20:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:00 20:17:00 Login Succeeded 20:17:00 nexus3.edgexfoundry.org:10003 20:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:00 Configure a credential helper to remove this warning. See 20:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:00 20:17:00 Login Succeeded 20:17:00 nexus3.edgexfoundry.org:10004 20:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:00 Configure a credential helper to remove this warning. See 20:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:00 20:17:00 Login Succeeded 20:17:00 docker.io 20:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:00 Configure a credential helper to remove this warning. See 20:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:00 20:17:00 Login Succeeded 20:17:00 ---> docker-login.sh ends [Pipeline] } 20:17:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:17:01 + git rev-list -1 --merges e283d27a39f6608c4972b60e45559292c212ac31~1..e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo 20:17:01 -----------> git rev-list -1 --merges e283d27a39f6608c4972b60e45559292c212ac31~1..e283d27a39f6608c4972b60e45559292c212ac31 e283d27a39f6608c4972b60e45559292c212ac31 [false] [Pipeline] sh 20:17:01 + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo 20:17:01 ========================================================= 20:17:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:17:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:17:02 + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo 20:17:02 [semverPrep] GIT_COMMIT: e283d27a39f6608c4972b60e45559292c212ac31, Commit Message: refactor!: Rename command line flags for the sake of consistency (#203) [Pipeline] echo 20:17:02 [semverPrep] This is not a build commit. [Pipeline] sh 20:17:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:17:02 + grep -v github /etc/ssh/ssh_known_hosts 20:17:02 + [ -e /tmp/ssh_known_hosts ] 20:17:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:17:02 + + echosudo tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a 20:17:02 /etc/ssh/ssh_known_hosts 20:17:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:17:02 20:17:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:17:03 0.1.4: Pulling from edgex-devops/py-git-semver 20:17:03 b85a868b505f: Pulling fs layer 20:17:03 e2be974225ed: Pulling fs layer 20:17:03 339a4e72a1f5: Pulling fs layer 20:17:03 988bab9f4d93: Pulling fs layer 20:17:03 1469e6f7b9e6: Pulling fs layer 20:17:03 eaf3925da568: Pulling fs layer 20:17:03 bab4dde63d76: Pulling fs layer 20:17:03 bde34c3a00c8: Pulling fs layer 20:17:03 b352a97aabf1: Pulling fs layer 20:17:03 4872d77fe225: Pulling fs layer 20:17:03 5851b861e8e6: Pulling fs layer 20:17:03 988bab9f4d93: Waiting 20:17:03 1469e6f7b9e6: Waiting 20:17:03 eaf3925da568: Waiting 20:17:03 bab4dde63d76: Waiting 20:17:03 bde34c3a00c8: Waiting 20:17:03 b352a97aabf1: Waiting 20:17:03 4872d77fe225: Waiting 20:17:03 5851b861e8e6: Waiting 20:17:03 e2be974225ed: Verifying Checksum 20:17:03 e2be974225ed: Download complete 20:17:03 988bab9f4d93: Verifying Checksum 20:17:03 988bab9f4d93: Download complete 20:17:03 1469e6f7b9e6: Verifying Checksum 20:17:03 1469e6f7b9e6: Download complete 20:17:03 eaf3925da568: Download complete 20:17:03 339a4e72a1f5: Verifying Checksum 20:17:03 339a4e72a1f5: Download complete 20:17:03 bde34c3a00c8: Verifying Checksum 20:17:03 bde34c3a00c8: Download complete 20:17:03 b352a97aabf1: Verifying Checksum 20:17:03 b352a97aabf1: Download complete 20:17:03 4872d77fe225: Verifying Checksum 20:17:03 4872d77fe225: Download complete 20:17:03 5851b861e8e6: Verifying Checksum 20:17:03 5851b861e8e6: Download complete 20:17:03 b85a868b505f: Verifying Checksum 20:17:03 b85a868b505f: Download complete 20:17:04 bab4dde63d76: Verifying Checksum 20:17:04 bab4dde63d76: Download complete 20:17:04 b85a868b505f: Pull complete 20:17:04 e2be974225ed: Pull complete 20:17:05 339a4e72a1f5: Pull complete 20:17:05 988bab9f4d93: Pull complete 20:17:05 1469e6f7b9e6: Pull complete 20:17:05 eaf3925da568: Pull complete 20:17:07 bab4dde63d76: Pull complete 20:17:07 bde34c3a00c8: Pull complete 20:17:07 b352a97aabf1: Pull complete 20:17:07 4872d77fe225: Pull complete 20:17:07 5851b861e8e6: Pull complete 20:17:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:17:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:17:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:07 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:17:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:17:08 $ docker top ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 -eo pid,comm 20:17:08 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). 20:17:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:17:08 [ssh-agent] Looking for ssh-agent implementation... 20:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:17:09 $ docker exec ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent 20:17:09 SSH_AUTH_SOCK=/tmp/ssh-ATFXeFvz3Ehs/agent.33 20:17:09 SSH_AGENT_PID=39 20:17:09 Running ssh-add (command line suppressed) 20:17:09 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8428368516505160791.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8428368516505160791.key) 20:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:17:09 + git tag --points-at HEAD [Pipeline] } 20:17:09 $ docker exec --env ******** --env ******** ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent -k 20:17:09 unset SSH_AUTH_SOCK; 20:17:09 unset SSH_AGENT_PID; 20:17:09 echo Agent pid 39 killed; 20:17:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:17:09 [ssh-agent] Looking for ssh-agent implementation... 20:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:17:09 $ docker exec ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent 20:17:09 SSH_AUTH_SOCK=/tmp/ssh-ypqXCAoK1i9g/agent.70 20:17:09 SSH_AGENT_PID=76 20:17:09 Running ssh-add (command line suppressed) 20:17:10 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3477982982338707133.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3477982982338707133.key) 20:17:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:17:10 + git semver init 20:17:10 2023-01-03 20:17:10,756 [run_init] DEBUG init version:0.0.0 force:False 20:17:10 2023-01-03 20:17:10,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver 20:17:10 2023-01-03 20:17:10,758 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver 20:17:10 2023-01-03 20:17:10,759 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 20:17:11 2023-01-03 20:17:11,677 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude 20:17:11 2023-01-03 20:17:11,677 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False 20:17:11 2023-01-03 20:17:11,677 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:17:11 2023-01-03 20:17:11,678 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:17:11 3.0.0-dev.3 [Pipeline] } 20:17:11 $ docker exec --env ******** --env ******** ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent -k 20:17:11 unset SSH_AUTH_SOCK; 20:17:11 unset SSH_AGENT_PID; 20:17:11 echo Agent pid 76 killed; 20:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:17:12 + git semver [Pipeline] } 20:17:12 $ docker stop --time=1 ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 20:17:14 $ docker rm -f --volumes ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 [Pipeline] // withDockerContainer [Pipeline] sh 20:17:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:17:14 Stashed 1 file(s) [Pipeline] echo 20:17:14 [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [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 20:17:14 provisioning config files... 20:17:14 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11878680547513997388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:17:15 ---> docker-login.sh 20:17:15 nexus3.edgexfoundry.org:10001 20:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:15 Configure a credential helper to remove this warning. See 20:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:15 20:17:15 Login Succeeded 20:17:15 nexus3.edgexfoundry.org:10002 20:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:15 Configure a credential helper to remove this warning. See 20:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:15 20:17:15 Login Succeeded 20:17:15 nexus3.edgexfoundry.org:10003 20:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:15 Configure a credential helper to remove this warning. See 20:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:15 20:17:15 Login Succeeded 20:17:15 nexus3.edgexfoundry.org:10004 20:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:15 Configure a credential helper to remove this warning. See 20:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:15 20:17:15 Login Succeeded 20:17:15 docker.io 20:17:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:17:15 Configure a credential helper to remove this warning. See 20:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:17:15 20:17:15 Login Succeeded 20:17:15 ---> docker-login.sh ends [Pipeline] } 20:17:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:17:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:17:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:17:15 ========================================================= 20:17:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:17:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:16 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:17:16 Sending build context to Docker daemon 27.52MB 20:17:16 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 20:17:16 Step 2/13 : FROM ${BASE} AS builder 20:17:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:17:16 213ec9aee27d: Pulling fs layer 20:17:16 4583459ba037: Pulling fs layer 20:17:16 93c1e223e6f2: Pulling fs layer 20:17:16 53926ce57604: Pulling fs layer 20:17:16 21b2b0c7a3f4: Pulling fs layer 20:17:16 22ff95d597cd: Pulling fs layer 20:17:16 12d6caf4c0d1: Pulling fs layer 20:17:16 96b7cbca73a9: Pulling fs layer 20:17:16 a7acece74701: Pulling fs layer 20:17:16 22ff95d597cd: Waiting 20:17:16 12d6caf4c0d1: Waiting 20:17:16 96b7cbca73a9: Waiting 20:17:16 53926ce57604: Waiting 20:17:16 a7acece74701: Waiting 20:17:16 21b2b0c7a3f4: Waiting 20:17:16 93c1e223e6f2: Verifying Checksum 20:17:16 93c1e223e6f2: Download complete 20:17:16 4583459ba037: Download complete 20:17:16 21b2b0c7a3f4: Verifying Checksum 20:17:16 21b2b0c7a3f4: Download complete 20:17:16 22ff95d597cd: Verifying Checksum 20:17:16 22ff95d597cd: Download complete 20:17:16 213ec9aee27d: Verifying Checksum 20:17:16 213ec9aee27d: Download complete 20:17:16 12d6caf4c0d1: Download complete 20:17:16 213ec9aee27d: Pull complete 20:17:16 4583459ba037: Pull complete 20:17:16 93c1e223e6f2: Pull complete 20:17:16 a7acece74701: Verifying Checksum 20:17:16 a7acece74701: Download complete 20:17:16 96b7cbca73a9: Verifying Checksum 20:17:16 96b7cbca73a9: Download complete 20:17:17 53926ce57604: Verifying Checksum 20:17:17 53926ce57604: Download complete 20:17:21 53926ce57604: Pull complete 20:17:21 21b2b0c7a3f4: Pull complete 20:17:21 22ff95d597cd: Pull complete 20:17:21 12d6caf4c0d1: Pull complete 20:17:23 96b7cbca73a9: Pull complete 20:17:24 a7acece74701: Pull complete 20:17:24 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:17:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:17:24 ---> db6d94c90886 20:17:24 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:17:25 ---> Running in 349e82782854 20:17:25 Removing intermediate container 349e82782854 20:17:25 ---> 119b1f050861 20:17:25 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:17:25 ---> Running in 33c5e53000ab 20:17:25 Removing intermediate container 33c5e53000ab 20:17:25 ---> 1d856ae1ff76 20:17:25 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:17:25 ---> Running in e29d69d51b65 20:17:26 Removing intermediate container e29d69d51b65 20:17:26 ---> db2e170d57ef 20:17:26 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 20:17:26 ---> Running in 49c6ca32b6a2 20:17:26 Removing intermediate container 49c6ca32b6a2 20:17:26 ---> 06265682cb58 20:17:26 Step 7/13 : LABEL Name=edgex-device-onvif-camera 20:17:26 ---> Running in 6fa02671c53b 20:17:26 Removing intermediate container 6fa02671c53b 20:17:26 ---> 42840d4a1999 20:17:26 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:17:26 ---> Running in f46b19f1a7ad 20:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:17:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:17:26 OK: 211 MiB in 51 packages 20:17:27 Removing intermediate container f46b19f1a7ad 20:17:27 ---> 09cb98f9898d 20:17:27 Step 9/13 : WORKDIR /device-onvif-camera 20:17:27 ---> Running in 6b32692e7f7a 20:17:27 Removing intermediate container 6b32692e7f7a 20:17:27 ---> d8ce1273c400 20:17:27 Step 10/13 : COPY go.mod vendor* ./ 20:17:27 ---> ad2b11fa7225 20:17:27 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:17:27 ---> Running in 9fef5e382d02 20:17:29 Still waiting to schedule task 20:17:29 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:17:49 Removing intermediate container 9fef5e382d02 20:17:49 ---> 977b6406d2d1 20:17:49 Step 12/13 : COPY . . 20:17:49 ---> 72a55c85415d 20:17:49 Step 13/13 : RUN ${MAKE} 20:17:49 ---> Running in 2ac87f0eccf3 20:17:49 noop 20:17:49 Removing intermediate container 2ac87f0eccf3 20:17:49 ---> 18b61e72da90 20:17:49 Successfully built 18b61e72da90 20:17:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:49 + docker inspect -f . ci-base-image-x86_64 20:17:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:49 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:17:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:17:50 $ docker top 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:50 + go version 20:17:50 go version go1.18.7 linux/amd64 [Pipeline] } 20:17:50 $ docker stop --time=1 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd 20:17:51 $ docker rm -f --volumes 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:17:52 + docker inspect -f . ci-base-image-x86_64 20:17:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:17:52 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:17:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:17:52 $ docker top a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:52 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh 20:17:53 + make test 20:17:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:17:53 ? github.com/edgexfoundry/device-onvif-camera [no test files] 20:18:05 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 20:18:06 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.032s coverage: 29.3% of statements 20:18:06 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 20:18:06 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.462s coverage: 86.5% of statements 20:18:15 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:18:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:18:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:18:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:18:17 ./bin/test-attribution-txt.sh [Pipeline] echo 20:18:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:18:17 $ docker stop --time=1 a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb 20:18:19 $ docker rm -f --volumes a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb [Pipeline] // withDockerContainer [Pipeline] sh 20:18:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:18:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:18:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:18:20 + ls -al . 20:18:20 total 248 20:18:20 drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 20:17 . 20:18:20 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 .. 20:18:20 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:18 .git 20:18:20 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:16 .github 20:18:20 -rw-rw-r-- 1 jenkins jenkins 496 Jan 3 20:16 .gitignore 20:18:20 -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 20:16 .golangci.yml 20:18:20 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:17 .semver 20:18:20 -rw-rw-r-- 1 jenkins jenkins 9742 Jan 3 20:16 Attribution.txt 20:18:20 -rw-rw-r-- 1 jenkins jenkins 6312 Jan 3 20:16 CHANGELOG.md 20:18:20 -rw-rw-r-- 1 jenkins jenkins 1619 Jan 3 20:16 Dockerfile 20:18:20 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:16 GOVERNANCE.md 20:18:20 -rw-rw-r-- 1 jenkins jenkins 734 Jan 3 20:16 Jenkinsfile 20:18:20 -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 20:16 LICENSE 20:18:20 -rw-rw-r-- 1 jenkins jenkins 2858 Jan 3 20:16 Makefile 20:18:20 -rw-rw-r-- 1 jenkins jenkins 625 Jan 3 20:16 OWNERS.md 20:18:20 -rw-rw-r-- 1 jenkins jenkins 6595 Jan 3 20:16 README.md 20:18:20 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 20:17 VERSION 20:18:20 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:16 bin 20:18:20 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:16 cmd 20:18:20 -rw-r--r-- 1 jenkins jenkins 79184 Jan 3 20:18 coverage.out 20:18:20 drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 20:16 doc 20:18:20 -rw-rw-r-- 1 jenkins jenkins 3688 Jan 3 20:16 go.mod 20:18:20 -rw-rw-r-- 1 jenkins jenkins 46249 Jan 3 20:16 go.sum 20:18:20 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 internal 20:18:20 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 snap 20:18:20 -rw-rw-r-- 1 jenkins jenkins 236 Jan 3 20:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:20 + 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=e283d27a39f6608c4972b60e45559292c212ac31 --label arch=amd64 --label version=3.0.0-dev.3 . 20:18:20 Sending build context to Docker daemon 27.6MB 20:18:20 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 20:18:20 Step 2/26 : FROM ${BASE} AS builder 20:18:20 ---> 18b61e72da90 20:18:20 Step 3/26 : ARG ADD_BUILD_TAGS="" 20:18:21 ---> Running in af30fc003a32 20:18:21 Removing intermediate container af30fc003a32 20:18:21 ---> f052a8791af8 20:18:21 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:18:21 ---> Running in eb35a77f1a65 20:18:21 Removing intermediate container eb35a77f1a65 20:18:21 ---> a4c3e213c83b 20:18:21 Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:18:21 ---> Running in 8ed88100daef 20:18:21 Removing intermediate container 8ed88100daef 20:18:21 ---> 257cab776124 20:18:21 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 20:18:21 ---> Running in 44d7cb0fabca 20:18:21 Removing intermediate container 44d7cb0fabca 20:18:21 ---> 3e267919d6ba 20:18:21 Step 7/26 : LABEL Name=edgex-device-onvif-camera 20:18:21 ---> Running in 9212ef7a7ea1 20:18:21 Removing intermediate container 9212ef7a7ea1 20:18:21 ---> 894ea353f485 20:18:21 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:18:21 ---> Running in 8f9175bf18c4 20:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:18:22 OK: 211 MiB in 51 packages 20:18:22 Removing intermediate container 8f9175bf18c4 20:18:22 ---> 0b153eccdc8a 20:18:22 Step 9/26 : WORKDIR /device-onvif-camera 20:18:22 ---> Running in b9ed513c6acf 20:18:22 Removing intermediate container b9ed513c6acf 20:18:22 ---> d1726ec41e1c 20:18:22 Step 10/26 : COPY go.mod vendor* ./ 20:18:22 ---> a3f2c9dd4cec 20:18:22 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:22 ---> Running in 57c0529eab77 20:18:23 Removing intermediate container 57c0529eab77 20:18:23 ---> a54b916aa1c1 20:18:23 Step 12/26 : COPY . . 20:18:23 ---> 7e9ce621bc94 20:18:23 Step 13/26 : RUN ${MAKE} 20:18:23 ---> Running in a7c6d50184af 20:18:24 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 20:18:45 Removing intermediate container a7c6d50184af 20:18:45 ---> 163b9a7cd702 20:18:45 Step 14/26 : FROM alpine:3.16 20:18:45 3.16: Pulling from library/alpine 20:18:45 ca7dd9ec2225: Pulling fs layer 20:18:45 ca7dd9ec2225: Verifying Checksum 20:18:45 ca7dd9ec2225: Download complete 20:18:45 ca7dd9ec2225: Pull complete 20:18:45 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:18:45 Status: Downloaded newer image for alpine:3.16 20:18:45 ---> bfe296a52501 20:18:45 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:18:45 ---> Running in 657fc29f6bb4 20:18:45 Removing intermediate container 657fc29f6bb4 20:18:45 ---> b2089c412ef0 20:18:45 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 20:18:45 ---> Running in 50a214c528e6 20:18:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:18:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:18:46 (1/6) Installing dumb-init (1.2.5-r1) 20:18:46 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:18:46 (3/6) Installing libsodium (1.0.18-r0) 20:18:46 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:18:46 (5/6) Installing libzmq (4.3.4-r0) 20:18:46 (6/6) Installing zeromq (4.3.4-r0) 20:18:46 Executing busybox-1.35.0-r17.trigger 20:18:46 OK: 8 MiB in 20 packages 20:18:47 Removing intermediate container 50a214c528e6 20:18:47 ---> 760d465a3f2e 20:18:47 Step 17/26 : WORKDIR / 20:18:47 ---> Running in 81f60a72846c 20:18:47 Removing intermediate container 81f60a72846c 20:18:47 ---> 50a508238032 20:18:47 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 20:18:47 ---> cf2b5bf2cf42 20:18:47 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 20:18:47 ---> 36b82c774833 20:18:47 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 20:18:47 ---> f14b300cb035 20:18:47 Step 21/26 : EXPOSE 59984 20:18:47 ---> Running in 9e2c16232f2c 20:18:47 Removing intermediate container 9e2c16232f2c 20:18:47 ---> bc74b0978f50 20:18:47 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 20:18:47 ---> Running in 65f61f0cf571 20:18:48 Removing intermediate container 65f61f0cf571 20:18:48 ---> f4c17d8d6cfc 20:18:48 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 20:18:48 ---> Running in 929799853cba 20:18:48 Removing intermediate container 929799853cba 20:18:48 ---> 3e3b46a54c3a 20:18:48 Step 24/26 : LABEL arch=amd64 20:18:48 ---> Running in 8c7a13b69c53 20:18:48 Removing intermediate container 8c7a13b69c53 20:18:48 ---> 8ee532e12b36 20:18:48 Step 25/26 : LABEL git_sha=e283d27a39f6608c4972b60e45559292c212ac31 20:18:48 ---> Running in 3a7d5f957aa7 20:18:48 Removing intermediate container 3a7d5f957aa7 20:18:48 ---> 203254974344 20:18:48 Step 26/26 : LABEL version=3.0.0-dev.3 20:18:48 ---> Running in 91312706afa1 20:18:48 Removing intermediate container 91312706afa1 20:18:48 ---> 3506f7380efe 20:18:48 [Warning] One or more build-args [ARCH] were not consumed 20:18:48 Successfully built 3506f7380efe 20:18:48 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:18:48 provisioning config files... 20:18:48 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3029478590720235369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:18:48 ---> docker-login.sh 20:18:48 nexus3.edgexfoundry.org:10001 20:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:18:48 Configure a credential helper to remove this warning. See 20:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:18:48 20:18:48 Login Succeeded 20:18:48 nexus3.edgexfoundry.org:10002 20:18:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:18:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:18:48 Configure a credential helper to remove this warning. See 20:18:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:18:48 20:18:48 Login Succeeded 20:18:48 nexus3.edgexfoundry.org:10003 20:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:18:49 Configure a credential helper to remove this warning. See 20:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:18:49 20:18:49 Login Succeeded 20:18:49 nexus3.edgexfoundry.org:10004 20:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:18:49 Configure a credential helper to remove this warning. See 20:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:18:49 20:18:49 Login Succeeded 20:18:49 docker.io 20:18:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:18:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:18:49 Configure a credential helper to remove this warning. See 20:18:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:18:49 20:18:49 Login Succeeded 20:18:49 ---> docker-login.sh ends [Pipeline] } 20:18:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:18:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:18:49 [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: 20:18:49 e283d27a39f6608c4972b60e45559292c212ac31 20:18:49 latest 20:18:49 3.0.0-dev.3 20:18:49 e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:18:49 main 20:18:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:49 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:49 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 20:18:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 20:18:49 6b1a589501c9: Preparing 20:18:49 4fa1ad8ed627: Preparing 20:18:49 baca7f818fe9: Preparing 20:18:49 63a62851de35: Preparing 20:18:49 e5e13b0c77cb: Preparing 20:18:49 e5e13b0c77cb: Layer already exists 20:18:49 6b1a589501c9: Pushed 20:18:49 4fa1ad8ed627: Pushed 20:18:50 63a62851de35: Pushed 20:18:52 baca7f818fe9: Pushed 20:18:52 e283d27a39f6608c4972b60e45559292c212ac31: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:53 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:53 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 20:18:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 20:18:53 6b1a589501c9: Preparing 20:18:53 4fa1ad8ed627: Preparing 20:18:53 baca7f818fe9: Preparing 20:18:53 63a62851de35: Preparing 20:18:53 e5e13b0c77cb: Preparing 20:18:53 4fa1ad8ed627: Layer already exists 20:18:53 63a62851de35: Layer already exists 20:18:53 6b1a589501c9: Layer already exists 20:18:53 e5e13b0c77cb: Layer already exists 20:18:53 baca7f818fe9: Layer already exists 20:18:53 latest: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:53 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:54 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 20:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 20:18:54 6b1a589501c9: Preparing 20:18:54 4fa1ad8ed627: Preparing 20:18:54 baca7f818fe9: Preparing 20:18:54 63a62851de35: Preparing 20:18:54 e5e13b0c77cb: Preparing 20:18:54 e5e13b0c77cb: Layer already exists 20:18:54 4fa1ad8ed627: Layer already exists 20:18:54 63a62851de35: Layer already exists 20:18:54 baca7f818fe9: Layer already exists 20:18:54 6b1a589501c9: Layer already exists 20:18:54 3.0.0-dev.3: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:54 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:54 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:18:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 20:18:54 6b1a589501c9: Preparing 20:18:54 4fa1ad8ed627: Preparing 20:18:54 baca7f818fe9: Preparing 20:18:54 63a62851de35: Preparing 20:18:54 e5e13b0c77cb: Preparing 20:18:54 6b1a589501c9: Layer already exists 20:18:54 4fa1ad8ed627: Layer already exists 20:18:54 baca7f818fe9: Layer already exists 20:18:54 63a62851de35: Layer already exists 20:18:54 e5e13b0c77cb: Layer already exists 20:18:54 e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:54 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:55 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main 20:18:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 20:18:55 6b1a589501c9: Preparing 20:18:55 4fa1ad8ed627: Preparing 20:18:55 baca7f818fe9: Preparing 20:18:55 63a62851de35: Preparing 20:18:55 e5e13b0c77cb: Preparing 20:18:55 4fa1ad8ed627: Layer already exists 20:18:55 baca7f818fe9: Layer already exists 20:18:55 e5e13b0c77cb: Layer already exists 20:18:55 63a62851de35: Layer already exists 20:18:55 6b1a589501c9: Layer already exists 20:18:55 main: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:18:55 ===================================================== [Pipeline] echo 20:18:55 taggedImages: 20:18:55 - nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 20:18:55 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 20:18:55 - nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 20:18:55 - nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:18:55 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:18:55 20:18:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:18:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:18:56 latest: Pulling from edgex-lftools-log-publisher 20:18:56 5eb5b503b376: Pulling fs layer 20:18:56 5c69ac0246d0: Pulling fs layer 20:18:56 ec43610c2a17: Pulling fs layer 20:18:56 3a2ae6a8a46f: Pulling fs layer 20:18:56 33b1e0a273af: Pulling fs layer 20:18:56 5d3b04190fa2: Pulling fs layer 20:18:56 2f39f015ded8: Pulling fs layer 20:18:56 3a2ae6a8a46f: Waiting 20:18:56 33b1e0a273af: Waiting 20:18:56 5d3b04190fa2: Waiting 20:18:56 2f39f015ded8: Waiting 20:18:56 5c69ac0246d0: Verifying Checksum 20:18:56 5c69ac0246d0: Download complete 20:18:56 3a2ae6a8a46f: Download complete 20:18:56 33b1e0a273af: Verifying Checksum 20:18:56 33b1e0a273af: Download complete 20:18:56 ec43610c2a17: Verifying Checksum 20:18:56 ec43610c2a17: Download complete 20:18:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-949 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws 20:18:56 Running in /w/workspace/device-onvif-camera/92 [Pipeline] { [Pipeline] checkout 20:18:56 The recommended git tool is: git 20:18:56 5d3b04190fa2: Download complete 20:18:56 5eb5b503b376: Download complete 20:18:56 2f39f015ded8: Download complete 20:18:57 5eb5b503b376: Pull complete 20:18:57 5c69ac0246d0: Pull complete 20:18:57 ec43610c2a17: Pull complete 20:18:57 3a2ae6a8a46f: Pull complete 20:18:58 33b1e0a273af: Pull complete 20:18:58 5d3b04190fa2: Pull complete 20:19:01 using credential edgex-jenkins-ssh 20:19:02 Cloning the remote Git repository 20:19:02 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 20:19:02 > git init /w/workspace/device-onvif-camera/92 # timeout=10 20:19:02 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 20:19:02 > git --version # timeout=10 20:19:02 > git --version # 'git version 2.25.1' 20:19:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:02 2f39f015ded8: Pull complete 20:19:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:19:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:19:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:19:02 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:19:02 $ 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/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:19:03 $ docker top 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:04 ---> job-cost.sh 20:19:04 lf-activate-venv: SKIPPING 20:19:04 INFO: No Stack... 20:19:04 INFO: Retrieving Pricing Info for: v3-standard-8 20:19:05 Avoid second fetch 20:19:05 Checking out Revision e283d27a39f6608c4972b60e45559292c212ac31 (main) 20:19:04 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 20:19:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:05 > git config core.sparsecheckout # timeout=10 20:19:05 > git checkout -f e283d27a39f6608c4972b60e45559292c212ac31 # timeout=10 20:19:05 INFO: Archiving Costs [Pipeline] sh 20:19:05 + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv 20:19:05 + cut -d, -f6 [Pipeline] lock 20:19:05 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] 20:19:05 Resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] did not exist. Created. 20:19:05 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:19:05 Commit message: "refactor!: Rename command line flags for the sake of consistency (#203)" 20:19:05 + echo total: 0.2199999988079071 [Pipeline] stash 20:19:05 Stashed 1 file(s) [Pipeline] } 20:19:05 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 20:19:05 $ docker stop --time=1 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 20:19:06 20:19:06 GitHub has been notified of this commit’s build result 20:19:06 20:19:07 $ docker rm -f --volumes 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:19:07 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:19:07 % Total % Received % Xferd Average Speed Time Time Time Current 20:19:07 Dload Upload Total Spent Left Speed 20:19:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh 20:19:08 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:19:08 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 20:19:08 sudo tee /etc/docker/daemon.new 20:19:08 { 20:19:08 "registry-mirrors": [ 20:19:08 "https://nexus3.edgexfoundry.org:10001" 20:19:08 ], 20:19:08 "bip": "10.250.0.254/24", 20:19:08 "hosts": [ 20:19:08 "tcp://0.0.0.0:5555", 20:19:08 "unix:///var/run/docker.sock" 20:19:08 ], 20:19:08 "mtu": 1458, 20:19:08 "selinux-enabled": true, 20:19:08 "seccomp-profile": "/etc/docker/seccomp.json" 20:19:08 } [Pipeline] sh 20:19:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:19:09 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:19:27 provisioning config files... 20:19:27 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/92@tmp/config11311393405562053048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:27 ---> docker-login.sh 20:19:27 nexus3.edgexfoundry.org:10001 20:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:28 Configure a credential helper to remove this warning. See 20:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:28 20:19:28 Login Succeeded 20:19:28 nexus3.edgexfoundry.org:10002 20:19:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:28 Configure a credential helper to remove this warning. See 20:19:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:28 20:19:28 Login Succeeded 20:19:28 nexus3.edgexfoundry.org:10003 20:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:29 Configure a credential helper to remove this warning. See 20:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:29 20:19:29 Login Succeeded 20:19:29 nexus3.edgexfoundry.org:10004 20:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:29 Configure a credential helper to remove this warning. See 20:19:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:29 20:19:29 Login Succeeded 20:19:29 docker.io 20:19:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:19:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:19:30 Configure a credential helper to remove this warning. See 20:19:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:19:30 20:19:30 Login Succeeded 20:19:30 ---> docker-login.sh ends [Pipeline] } 20:19:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:19:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:19:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:19:30 ========================================================= 20:19:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:19:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:19:30 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:19:31 Sending build context to Docker daemon 20.45MB 20:19:31 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 20:19:31 Step 2/13 : FROM ${BASE} AS builder 20:19:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:19:31 9b18e9b68314: Pulling fs layer 20:19:31 35d82f9e3411: Pulling fs layer 20:19:31 e16973657156: Pulling fs layer 20:19:31 fc693d55d65f: Pulling fs layer 20:19:31 7e9fc2657dce: Pulling fs layer 20:19:31 dda99020689f: Pulling fs layer 20:19:31 db1c61fa0a46: Pulling fs layer 20:19:31 891c053d2c06: Pulling fs layer 20:19:31 dda99020689f: Waiting 20:19:31 db1c61fa0a46: Waiting 20:19:31 891c053d2c06: Waiting 20:19:31 7e9fc2657dce: Waiting 20:19:31 fc693d55d65f: Waiting 20:19:31 e16973657156: Verifying Checksum 20:19:31 e16973657156: Download complete 20:19:31 35d82f9e3411: Verifying Checksum 20:19:31 35d82f9e3411: Download complete 20:19:31 7e9fc2657dce: Verifying Checksum 20:19:31 7e9fc2657dce: Download complete 20:19:31 dda99020689f: Verifying Checksum 20:19:31 dda99020689f: Download complete 20:19:31 9b18e9b68314: Verifying Checksum 20:19:31 9b18e9b68314: Download complete 20:19:32 9b18e9b68314: Pull complete 20:19:32 891c053d2c06: Verifying Checksum 20:19:32 891c053d2c06: Download complete 20:19:33 35d82f9e3411: Pull complete 20:19:33 e16973657156: Pull complete 20:19:33 db1c61fa0a46: Download complete 20:19:34 fc693d55d65f: Verifying Checksum 20:19:34 fc693d55d65f: Download complete 20:19:46 fc693d55d65f: Pull complete 20:19:46 7e9fc2657dce: Pull complete 20:19:46 dda99020689f: Pull complete 20:19:53 db1c61fa0a46: Pull complete 20:19:54 891c053d2c06: Pull complete 20:19:54 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:19:54 ---> f96f9c87975a 20:19:54 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:19:57 ---> Running in 5adeab2e62ba 20:19:57 Removing intermediate container 5adeab2e62ba 20:19:57 ---> b499f6a75854 20:19:57 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:19:57 ---> Running in d1b47f4eedf9 20:19:57 Removing intermediate container d1b47f4eedf9 20:19:57 ---> 05f1a6d0bd8b 20:19:57 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:19:57 ---> Running in 7824f1627bc2 20:19:58 Removing intermediate container 7824f1627bc2 20:19:58 ---> 7d87e632bdbd 20:19:58 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 20:19:58 ---> Running in 8d36dd2ac0b3 20:19:58 Removing intermediate container 8d36dd2ac0b3 20:19:58 ---> f82abc9420e1 20:19:58 Step 7/13 : LABEL Name=edgex-device-onvif-camera 20:19:58 ---> Running in f9f7765c3e1f 20:19:59 Removing intermediate container f9f7765c3e1f 20:19:59 ---> f76cd9be4c32 20:19:59 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:19:59 ---> Running in 1eb9c3c4c07d 20:19:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:20:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:20:01 OK: 221 MiB in 51 packages 20:20:02 Removing intermediate container 1eb9c3c4c07d 20:20:02 ---> 87e6ddce7983 20:20:02 Step 9/13 : WORKDIR /device-onvif-camera 20:20:02 ---> Running in ccbaa86c9b10 20:20:02 Removing intermediate container ccbaa86c9b10 20:20:02 ---> a72d5a408682 20:20:02 Step 10/13 : COPY go.mod vendor* ./ 20:20:03 ---> 776f784cdc22 20:20:03 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:03 ---> Running in bcf2e6fe80f5 20:20:59 Removing intermediate container bcf2e6fe80f5 20:20:59 ---> 0d933b5ac109 20:20:59 Step 12/13 : COPY . . 20:20:59 ---> 370e5c74678b 20:20:59 Step 13/13 : RUN ${MAKE} 20:20:59 ---> Running in e7e49cfb231f 20:20:59 noop 20:20:59 Removing intermediate container e7e49cfb231f 20:20:59 ---> e5f43f6a7c1f 20:20:59 Successfully built e5f43f6a7c1f 20:20:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:20:59 + docker inspect -f . ci-base-image-arm64 20:20:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:00 prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container 20:21:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:21:01 $ docker top 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:02 + go version 20:21:02 go version go1.18.7 linux/arm64 [Pipeline] } 20:21:02 $ docker stop --time=1 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e 20:21:03 $ docker rm -f --volumes 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:21:04 + docker inspect -f . ci-base-image-arm64 20:21:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:21:04 prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container 20:21:04 $ 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/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:21:05 $ docker top b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:21:06 + git config --global --add safe.directory /w/workspace/device-onvif-camera/92 [Pipeline] fileExists [Pipeline] sh 20:21:06 + make test 20:21:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 20:21:08 ? github.com/edgexfoundry/device-onvif-camera [no test files] 20:22:45 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 20:22:45 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.159s coverage: 29.3% of statements 20:22:45 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 20:22:47 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 15.262s coverage: 86.5% of statements 20:22:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:22:47 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:23:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:23:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:23:09 ./bin/test-attribution-txt.sh [Pipeline] echo 20:23:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:23:10 $ docker stop --time=1 b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 20:23:12 $ docker rm -f --volumes b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 [Pipeline] // withDockerContainer [Pipeline] sh 20:23:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:23:13 Warning: overwriting stash ‘coverage-report’ 20:23:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:23:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:23:14 + ls -al . 20:23:14 total 244 20:23:14 drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 20:21 . 20:23:14 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 .. 20:23:14 drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:19 .git 20:23:14 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:19 .github 20:23:14 -rw-rw-r-- 1 jenkins jenkins 496 Jan 3 20:19 .gitignore 20:23:14 -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 20:19 .golangci.yml 20:23:14 -rw-rw-r-- 1 jenkins jenkins 9742 Jan 3 20:19 Attribution.txt 20:23:14 -rw-rw-r-- 1 jenkins jenkins 6312 Jan 3 20:19 CHANGELOG.md 20:23:14 -rw-rw-r-- 1 jenkins jenkins 1619 Jan 3 20:19 Dockerfile 20:23:14 -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:19 GOVERNANCE.md 20:23:14 -rw-rw-r-- 1 jenkins jenkins 734 Jan 3 20:19 Jenkinsfile 20:23:14 -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 20:19 LICENSE 20:23:14 -rw-rw-r-- 1 jenkins jenkins 2858 Jan 3 20:19 Makefile 20:23:14 -rw-rw-r-- 1 jenkins jenkins 625 Jan 3 20:19 OWNERS.md 20:23:14 -rw-rw-r-- 1 jenkins jenkins 6595 Jan 3 20:19 README.md 20:23:14 -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 20:17 VERSION 20:23:14 drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:19 bin 20:23:14 drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:19 cmd 20:23:14 -rw-r--r-- 1 jenkins jenkins 79184 Jan 3 20:22 coverage.out 20:23:14 drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 20:19 doc 20:23:14 -rw-rw-r-- 1 jenkins jenkins 3688 Jan 3 20:19 go.mod 20:23:14 -rw-rw-r-- 1 jenkins jenkins 46249 Jan 3 20:19 go.sum 20:23:14 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 internal 20:23:14 drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 snap 20:23:14 -rw-rw-r-- 1 jenkins jenkins 236 Jan 3 20:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:23:14 + 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=e283d27a39f6608c4972b60e45559292c212ac31 --label arch=arm64 --label version=3.0.0-dev.3 . 20:23:15 Sending build context to Docker daemon 20.53MB 20:23:15 Step 1/26 : ARG BASE=golang:1.18-alpine3.16 20:23:15 Step 2/26 : FROM ${BASE} AS builder 20:23:15 ---> e5f43f6a7c1f 20:23:15 Step 3/26 : ARG ADD_BUILD_TAGS="" 20:23:15 ---> Running in 81284a9edb34 20:23:15 Removing intermediate container 81284a9edb34 20:23:15 ---> db2c82f88f98 20:23:15 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:23:15 ---> Running in e97d45a13121 20:23:16 Removing intermediate container e97d45a13121 20:23:16 ---> bbdedf0c87eb 20:23:16 Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:23:16 ---> Running in 2043ac821d3c 20:23:16 Removing intermediate container 2043ac821d3c 20:23:16 ---> a3f2aef5d817 20:23:16 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 20:23:16 ---> Running in 723b0990f7a4 20:23:17 Removing intermediate container 723b0990f7a4 20:23:17 ---> 741e28183f4b 20:23:17 Step 7/26 : LABEL Name=edgex-device-onvif-camera 20:23:17 ---> Running in 67583e79d054 20:23:17 Removing intermediate container 67583e79d054 20:23:17 ---> 2dc9cc8665aa 20:23:17 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:23:17 ---> Running in b5a9d888624e 20:23:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:23:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:23:20 OK: 221 MiB in 51 packages 20:23:21 Removing intermediate container b5a9d888624e 20:23:21 ---> 68d97d0aac73 20:23:21 Step 9/26 : WORKDIR /device-onvif-camera 20:23:21 ---> Running in 1ddfcb076535 20:23:23 Removing intermediate container 1ddfcb076535 20:23:23 ---> 7ee3125a2b0a 20:23:23 Step 10/26 : COPY go.mod vendor* ./ 20:23:23 ---> 2839d6d79214 20:23:23 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:23 ---> Running in a511cd64784d 20:23:26 Removing intermediate container a511cd64784d 20:23:26 ---> c3ccf061c7de 20:23:26 Step 12/26 : COPY . . 20:23:27 ---> a834fb697918 20:23:27 Step 13/26 : RUN ${MAKE} 20:23:27 ---> Running in 4986899e273d 20:23:28 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 20:26:05 Removing intermediate container 4986899e273d 20:26:05 ---> 15588f0268cd 20:26:05 Step 14/26 : FROM alpine:3.16 20:26:05 3.16: Pulling from library/alpine 20:26:05 6875df1f5354: Pulling fs layer 20:26:05 6875df1f5354: Download complete 20:26:05 6875df1f5354: Pull complete 20:26:05 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:26:05 Status: Downloaded newer image for alpine:3.16 20:26:05 ---> 2b4661558fb8 20:26:05 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:26:05 ---> Running in 7031f7fb93a0 20:26:05 Removing intermediate container 7031f7fb93a0 20:26:05 ---> c5d513b0389f 20:26:05 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 20:26:05 ---> Running in 3fe84c437e37 20:26:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:26:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:26:05 (1/6) Installing dumb-init (1.2.5-r1) 20:26:05 (2/6) Installing libgcc (11.2.1_git20220219-r2) 20:26:05 (3/6) Installing libsodium (1.0.18-r0) 20:26:05 (4/6) Installing libstdc++ (11.2.1_git20220219-r2) 20:26:05 (5/6) Installing libzmq (4.3.4-r0) 20:26:05 (6/6) Installing zeromq (4.3.4-r0) 20:26:05 Executing busybox-1.35.0-r17.trigger 20:26:05 OK: 8 MiB in 20 packages 20:26:05 Removing intermediate container 3fe84c437e37 20:26:05 ---> b1b1f7ff416e 20:26:05 Step 17/26 : WORKDIR / 20:26:05 ---> Running in f882b69a0954 20:26:05 Removing intermediate container f882b69a0954 20:26:05 ---> 7f3e4dade73b 20:26:05 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 20:26:05 ---> fff416f31011 20:26:05 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 20:26:05 ---> 375509f6f0ce 20:26:05 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 20:26:05 ---> a9d737c35671 20:26:05 Step 21/26 : EXPOSE 59984 20:26:05 ---> Running in e745d4f58ed1 20:26:05 Removing intermediate container e745d4f58ed1 20:26:05 ---> 40dd8127ec53 20:26:05 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 20:26:05 ---> Running in dd46221d6127 20:26:05 Removing intermediate container dd46221d6127 20:26:05 ---> 93868f8ff3a5 20:26:05 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 20:26:05 ---> Running in 1f4299bb622a 20:26:05 Removing intermediate container 1f4299bb622a 20:26:05 ---> 9a02589f3c41 20:26:05 Step 24/26 : LABEL arch=arm64 20:26:05 ---> Running in e66517fc0d33 20:26:05 Removing intermediate container e66517fc0d33 20:26:05 ---> ce049207c014 20:26:05 Step 25/26 : LABEL git_sha=e283d27a39f6608c4972b60e45559292c212ac31 20:26:05 ---> Running in dfd7fcdc30df 20:26:05 Removing intermediate container dfd7fcdc30df 20:26:05 ---> d62eef819b3a 20:26:05 Step 26/26 : LABEL version=3.0.0-dev.3 20:26:05 ---> Running in 5509211ab568 20:26:05 Removing intermediate container 5509211ab568 20:26:05 ---> 0422d3c35bf6 20:26:05 [Warning] One or more build-args [ARCH] were not consumed 20:26:05 Successfully built 0422d3c35bf6 20:26:05 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:06 provisioning config files... 20:26:06 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/92@tmp/config296137546019246884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:06 ---> docker-login.sh 20:26:06 nexus3.edgexfoundry.org:10001 20:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:06 Configure a credential helper to remove this warning. See 20:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:06 20:26:06 Login Succeeded 20:26:06 nexus3.edgexfoundry.org:10002 20:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:06 Configure a credential helper to remove this warning. See 20:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:06 20:26:06 Login Succeeded 20:26:06 nexus3.edgexfoundry.org:10003 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 nexus3.edgexfoundry.org:10004 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 docker.io 20:26:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:07 Configure a credential helper to remove this warning. See 20:26:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:07 20:26:07 Login Succeeded 20:26:07 ---> docker-login.sh ends [Pipeline] } 20:26:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:26:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:26:08 [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: 20:26:08 e283d27a39f6608c4972b60e45559292c212ac31 20:26:08 latest 20:26:08 3.0.0-dev.3 20:26:08 e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:26:08 main 20:26:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:08 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:08 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 20:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 20:26:08 ae1dda38c682: Preparing 20:26:08 138371cbaf44: Preparing 20:26:08 16e7c9153a5e: Preparing 20:26:08 9625b10f6ee4: Preparing 20:26:08 17bec77d7fdc: Preparing 20:26:08 17bec77d7fdc: Layer already exists 20:26:08 138371cbaf44: Pushed 20:26:08 ae1dda38c682: Pushed 20:26:09 9625b10f6ee4: Pushed 20:26:13 16e7c9153a5e: Pushed 20:26:14 e283d27a39f6608c4972b60e45559292c212ac31: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:14 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:14 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 20:26:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 20:26:14 ae1dda38c682: Preparing 20:26:14 138371cbaf44: Preparing 20:26:14 16e7c9153a5e: Preparing 20:26:14 9625b10f6ee4: Preparing 20:26:14 17bec77d7fdc: Preparing 20:26:14 9625b10f6ee4: Layer already exists 20:26:14 16e7c9153a5e: Layer already exists 20:26:14 17bec77d7fdc: Layer already exists 20:26:14 138371cbaf44: Layer already exists 20:26:14 ae1dda38c682: Layer already exists 20:26:14 latest: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:15 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:15 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 20:26:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 20:26:15 ae1dda38c682: Preparing 20:26:15 138371cbaf44: Preparing 20:26:15 16e7c9153a5e: Preparing 20:26:15 9625b10f6ee4: Preparing 20:26:15 17bec77d7fdc: Preparing 20:26:15 17bec77d7fdc: Layer already exists 20:26:15 138371cbaf44: Layer already exists 20:26:15 16e7c9153a5e: Layer already exists 20:26:15 9625b10f6ee4: Layer already exists 20:26:15 ae1dda38c682: Layer already exists 20:26:15 3.0.0-dev.3: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:15 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:16 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 20:26:16 ae1dda38c682: Preparing 20:26:16 138371cbaf44: Preparing 20:26:16 16e7c9153a5e: Preparing 20:26:16 9625b10f6ee4: Preparing 20:26:16 17bec77d7fdc: Preparing 20:26:16 ae1dda38c682: Layer already exists 20:26:16 16e7c9153a5e: Layer already exists 20:26:16 9625b10f6ee4: Layer already exists 20:26:16 17bec77d7fdc: Layer already exists 20:26:16 138371cbaf44: Layer already exists 20:26:16 e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:16 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:16 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main 20:26:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 20:26:16 ae1dda38c682: Preparing 20:26:16 138371cbaf44: Preparing 20:26:16 16e7c9153a5e: Preparing 20:26:16 9625b10f6ee4: Preparing 20:26:16 17bec77d7fdc: Preparing 20:26:16 17bec77d7fdc: Layer already exists 20:26:16 16e7c9153a5e: Layer already exists 20:26:16 ae1dda38c682: Layer already exists 20:26:16 9625b10f6ee4: Layer already exists 20:26:16 138371cbaf44: Layer already exists 20:26:16 main: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:26:17 ===================================================== [Pipeline] echo 20:26:17 taggedImages: 20:26:17 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 20:26:17 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 20:26:17 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 20:26:17 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 20:26:17 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:26:17 20:26:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:26:17 arm64: Pulling from edgex-lftools-log-publisher 20:26:17 8998bd30e6a1: Pulling fs layer 20:26:17 04944245beec: Pulling fs layer 20:26:17 699f458cf7ca: Pulling fs layer 20:26:17 765212b225bb: Pulling fs layer 20:26:17 f23df028b6ca: Pulling fs layer 20:26:17 d65c8cfc05b1: Pulling fs layer 20:26:17 2437ff75d9bd: Pulling fs layer 20:26:17 765212b225bb: Waiting 20:26:17 f23df028b6ca: Waiting 20:26:17 d65c8cfc05b1: Waiting 20:26:17 2437ff75d9bd: Waiting 20:26:17 04944245beec: Verifying Checksum 20:26:17 04944245beec: Download complete 20:26:17 765212b225bb: Verifying Checksum 20:26:17 765212b225bb: Download complete 20:26:17 f23df028b6ca: Download complete 20:26:17 d65c8cfc05b1: Verifying Checksum 20:26:17 d65c8cfc05b1: Download complete 20:26:17 699f458cf7ca: Download complete 20:26:18 8998bd30e6a1: Verifying Checksum 20:26:18 8998bd30e6a1: Download complete 20:26:20 2437ff75d9bd: Download complete 20:26:22 8998bd30e6a1: Pull complete 20:26:22 04944245beec: Pull complete 20:26:24 699f458cf7ca: Pull complete 20:26:24 765212b225bb: Pull complete 20:26:25 f23df028b6ca: Pull complete 20:26:25 d65c8cfc05b1: Pull complete 20:26:40 2437ff75d9bd: Pull complete 20:26:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:26:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:26:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:40 prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container 20:26:40 $ 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/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:26:43 $ docker top 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:43 ---> job-cost.sh 20:26:43 lf-activate-venv: SKIPPING 20:26:43 INFO: No Stack... 20:26:44 INFO: Retrieving Pricing Info for: v3-standard-4 20:26:44 INFO: Archiving Costs [Pipeline] sh 20:26:45 + + cutcat /w/workspace/device-onvif-camera/92/archives/cost.csv 20:26:45 -d, -f6 [Pipeline] lock 20:26:45 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] 20:26:47 Resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] did not exist. Created. 20:26:47 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:26:47 /w/workspace/device-onvif-camera/92@tmp/durable-bb1c6963/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:26:48 + echo total: 0.10999999940395355 [Pipeline] stash 20:26:48 Warning: overwriting stash ‘stack-cost’ 20:26:48 Stashed 1 file(s) [Pipeline] } 20:26:48 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] // lock [Pipeline] } 20:26:48 $ docker stop --time=1 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 20:26:49 $ docker rm -f --volumes 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 [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 20:26:50 provisioning config files... 20:26:50 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13379045955830479748tmp [Pipeline] { [Pipeline] sh 20:26:50 + set +x 20:26:50 + + curl -s https://codecov.io/bash 20:26:50 bash -s -- 20:26:50 20:26:50 _____ _ 20:26:50 / ____| | | 20:26:50 | | ___ __| | ___ ___ _____ __ 20:26:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:26:50 | |___| (_) | (_| | __/ (_| (_) \ V / 20:26:50 \_____\___/ \__,_|\___|\___\___/ \_/ 20:26:50 Bash-1.0.6 20:26:50 20:26:50 20:26:50 ==> git version 2.25.1 found 20:26:50 ==> 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 20:26:50 Release-Date: 2020-01-08 20:26:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:26:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:26:50 ==> Jenkins CI detected. 20:26:50 current dir:  /w/workspace/foundry_device-onvif-camera_main 20:26:50 project root: . 20:26:50 --> token set from env 20:26:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:26:50 ==> Running gcov in . (disable via -X gcov) 20:26:50 ==> Python coveragepy not found 20:26:50 ==> Searching for coverage reports in: 20:26:50 + . 20:26:50 -> Found 1 reports 20:26:50 ==> Detecting git/mercurial file structure 20:26:50 ==> Reading reports 20:26:50 + ./coverage.out bytes=79184 20:26:50 ==> Appending adjustments 20:26:50 https://docs.codecov.io/docs/fixing-reports 20:26:50 + Found adjustments 20:26:50 ==> Gzipping contents 20:26:50 12K /tmp/codecov.EX2G5w.gz 20:26:50 ==> Uploading reports 20:26:50 url: https://codecov.io 20:26:50 query: branch=main&commit=e283d27a39f6608c4972b60e45559292c212ac31&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 20:26:50 -> Pinging Codecov 20:26:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=main&commit=e283d27a39f6608c4972b60e45559292c212ac31&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 20:26:51 -> Uploading to 20:26:51 https://storage.googleapis.com/codecov/v4/raw/2023-01-03/F29A59C45E3A92E06B3E522C9905F8EF/e283d27a39f6608c4972b60e45559292c212ac31/48da32b4-100e-4786-937b-4f71cf5b5f80.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T202651Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8e7f473f1c1351d451498a07df0112e2c4036fe6ffade2ceb9dbad28c320077 20:26:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:26:51 Dload Upload Total Spent Left Speed 20:26:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10857 0 0 100 10857 0 46004 --:--:-- --:--:-- --:--:-- 45810 20:26:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } 20:26:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:26:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:26:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:51 20:26:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:26:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:26:52 df9b9388f04a: Pulling fs layer 20:26:52 52dc419b0ee2: Pulling fs layer 20:26:52 25bc292e5bac: Pulling fs layer 20:26:52 114826534d7a: Pulling fs layer 20:26:52 4657fd5d0bcf: Pulling fs layer 20:26:52 6ad1cebc031e: Pulling fs layer 20:26:52 8a3aa393b2d8: Pulling fs layer 20:26:52 4657fd5d0bcf: Waiting 20:26:52 6ad1cebc031e: Waiting 20:26:52 8a3aa393b2d8: Waiting 20:26:52 114826534d7a: Waiting 20:26:52 25bc292e5bac: Verifying Checksum 20:26:52 25bc292e5bac: Download complete 20:26:52 4657fd5d0bcf: Download complete 20:26:52 df9b9388f04a: Download complete 20:26:52 df9b9388f04a: Pull complete 20:26:52 6ad1cebc031e: Verifying Checksum 20:26:52 52dc419b0ee2: Pull complete 20:26:52 25bc292e5bac: Pull complete 20:26:53 114826534d7a: Download complete 20:26:53 8a3aa393b2d8: Verifying Checksum 20:26:53 8a3aa393b2d8: Download complete 20:26:56 114826534d7a: Pull complete 20:26:56 4657fd5d0bcf: Pull complete 20:26:56 6ad1cebc031e: Pull complete 20:26:58 8a3aa393b2d8: Pull complete 20:26:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:26:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:26:58 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:27:00 $ docker top 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 -eo pid,comm [Pipeline] { [Pipeline] echo 20:27:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh 20:27:00 + set -o pipefail 20:27:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' 20:27:07 20:27:07 Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... 20:27:07 20:27:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/0442d8c3-7685-44ff-b957-f9f670becb98 20:27:07 20:27:07 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 20:27:07 20:27:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:27:07 20:27:07 20:27:07 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:27:07 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:27:07 More details here: https://snyk.co/ue1NS [Pipeline] } 20:27:07 $ docker stop --time=1 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 20:27:09 $ docker rm -f --volumes 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 20:27:09 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:27:09 provisioning config files... 20:27:09 copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3374645060664102046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:27:10 --> edgex-publish-swagger.sh 20:27:10 === Publish doc/openapi/v2 API === 20:27:10 [publishToSwagger] Publishing the API Docs [doc/openapi/v2] to Swagger 20:27:10 [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v2/device-onvif-camera.yaml] 20:27:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:27:10 Dload Upload Total Spent Left Speed 20:27:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 54 469k 0 0 54 256k 0 2151k --:--:-- --:--:-- --:--:-- 2133k 100 469k 100 38 100 469k 53 665k --:--:-- --:--:-- --:--:-- 664k 20:27:10 {"code":403,"message":"Access Denied"} 20:27:10 [Pipeline] } 20:27:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:27:11 + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] sh 20:27:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:27:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:27:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:11 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:27:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:27:12 $ docker top 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:27:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:12 [ssh-agent] Looking for ssh-agent implementation... 20:27:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:12 $ docker exec 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 ssh-agent 20:27:12 SSH_AUTH_SOCK=/tmp/ssh-SDX22KQWwb27/agent.32 20:27:12 SSH_AGENT_PID=38 20:27:12 Running ssh-add (command line suppressed) 20:27:12 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_387373830915709790.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_387373830915709790.key) 20:27:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:13 + git semver tag 20:27:13 2023-01-03 20:27:13,194 [run_tag] DEBUG tag force:False 20:27:13 2023-01-03 20:27:13,194 [check_head_tag] DEBUG check head tag 20:27:13 2023-01-03 20:27:13,195 [execute] INFO git cat-file --batch-check 20:27:13 2023-01-03 20:27:13,195 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 20:27:13 2023-01-03 20:27:13,198 [execute] INFO git cat-file --batch 20:27:13 2023-01-03 20:27:13,198 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 20:27:13 2023-01-03 20:27:13,226 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:13 2023-01-03 20:27:13,226 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 20:27:13 2023-01-03 20:27:13,227 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 20:27:13 2023-01-03 20:27:13,232 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:13 3.0.0-dev.3 [Pipeline] } 20:27:13 $ docker exec --env ******** --env ******** 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 ssh-agent -k 20:27:13 unset SSH_AUTH_SOCK; 20:27:13 unset SSH_AGENT_PID; 20:27:13 echo Agent pid 38 killed; 20:27:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:13 + git semver [Pipeline] } 20:27:13 $ docker stop --time=1 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 20:27:15 $ docker rm -f --volumes 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:15 20:27:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:15 0.23.1-centos7: Pulling from edgex-lftools 20:27:15 ab5ef0e58194: Pulling fs layer 20:27:15 9712f1f96733: Pulling fs layer 20:27:15 63f879dbbcfc: Pulling fs layer 20:27:15 0d9ebad4ef96: Pulling fs layer 20:27:15 e9a5061849ea: Pulling fs layer 20:27:15 d747dcd14b5f: Pulling fs layer 20:27:15 2de7ff778b66: Pulling fs layer 20:27:15 e9a5061849ea: Waiting 20:27:15 d747dcd14b5f: Waiting 20:27:15 2de7ff778b66: Waiting 20:27:15 0d9ebad4ef96: Waiting 20:27:15 9712f1f96733: Verifying Checksum 20:27:15 9712f1f96733: Download complete 20:27:16 63f879dbbcfc: Download complete 20:27:16 ab5ef0e58194: Verifying Checksum 20:27:16 ab5ef0e58194: Download complete 20:27:16 d747dcd14b5f: Download complete 20:27:16 e9a5061849ea: Download complete 20:27:16 0d9ebad4ef96: Verifying Checksum 20:27:16 0d9ebad4ef96: Download complete 20:27:16 2de7ff778b66: Verifying Checksum 20:27:16 2de7ff778b66: Download complete 20:27:19 ab5ef0e58194: Pull complete 20:27:19 9712f1f96733: Pull complete 20:27:19 63f879dbbcfc: Pull complete 20:27:22 0d9ebad4ef96: Pull complete 20:27:23 e9a5061849ea: Pull complete 20:27:23 d747dcd14b5f: Pull complete 20:27:24 2de7ff778b66: Pull complete 20:27:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:27:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:24 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:27:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:27:26 $ docker top 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:27:26 provisioning config files... 20:27:26 copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14282336241841618930tmp 20:27:26 copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14267804891827421272tmp 20:27:26 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14494342143560379669tmp [Pipeline] { [Pipeline] echo 20:27:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:27:26 ---> sigul-configuration.sh 20:27:26 gpg: directory `/root/.gnupg' created 20:27:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:27:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:27:26 gpg: keyring `/root/.gnupg/secring.gpg' created 20:27:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:27:26 gpg: CAST5 encrypted data 20:27:26 gpg: encrypted with 1 passphrase 20:27:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:27:26 + mkdir /home/jenkins 20:27:26 + mkdir /home/jenkins/sigul [Pipeline] sh 20:27:27 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:27:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:27:27 ---> sigul-install.sh 20:27:27 Sigul already installed; skipping installation. [Pipeline] sh 20:27:27 + git tag --list 20:27:27 v0.0.0 20:27:27 v0.0.1-dev.1 20:27:27 v0.0.1-dev.10 20:27:27 v0.0.1-dev.11 20:27:27 v0.0.1-dev.12 20:27:27 v0.0.1-dev.13 20:27:27 v0.0.1-dev.14 20:27:27 v0.0.1-dev.15 20:27:27 v0.0.1-dev.16 20:27:27 v0.0.1-dev.17 20:27:27 v0.0.1-dev.18 20:27:27 v0.0.1-dev.19 20:27:27 v0.0.1-dev.2 20:27:27 v0.0.1-dev.20 20:27:27 v0.0.1-dev.21 20:27:27 v0.0.1-dev.22 20:27:27 v0.0.1-dev.23 20:27:27 v0.0.1-dev.24 20:27:27 v0.0.1-dev.25 20:27:27 v0.0.1-dev.26 20:27:27 v0.0.1-dev.27 20:27:27 v0.0.1-dev.28 20:27:27 v0.0.1-dev.3 20:27:27 v0.0.1-dev.4 20:27:27 v0.0.1-dev.5 20:27:27 v0.0.1-dev.6 20:27:27 v0.0.1-dev.7 20:27:27 v0.0.1-dev.8 20:27:27 v0.0.1-dev.9 20:27:27 v2.2.0 20:27:27 v2.2.0-dev.29 20:27:27 v2.2.0-dev.30 20:27:27 v2.2.0-dev.31 20:27:27 v2.2.0-dev.32 20:27:27 v2.2.0-dev.33 20:27:27 v2.2.0-dev.34 20:27:27 v2.2.0-dev.35 20:27:27 v2.3.0 20:27:27 v2.3.0-dev.1 20:27:27 v2.3.0-dev.10 20:27:27 v2.3.0-dev.11 20:27:27 v2.3.0-dev.12 20:27:27 v2.3.0-dev.13 20:27:27 v2.3.0-dev.14 20:27:27 v2.3.0-dev.15 20:27:27 v2.3.0-dev.16 20:27:27 v2.3.0-dev.17 20:27:27 v2.3.0-dev.18 20:27:27 v2.3.0-dev.19 20:27:27 v2.3.0-dev.2 20:27:27 v2.3.0-dev.20 20:27:27 v2.3.0-dev.21 20:27:27 v2.3.0-dev.22 20:27:27 v2.3.0-dev.23 20:27:27 v2.3.0-dev.24 20:27:27 v2.3.0-dev.25 20:27:27 v2.3.0-dev.26 20:27:27 v2.3.0-dev.27 20:27:27 v2.3.0-dev.28 20:27:27 v2.3.0-dev.29 20:27:27 v2.3.0-dev.3 20:27:27 v2.3.0-dev.30 20:27:27 v2.3.0-dev.31 20:27:27 v2.3.0-dev.32 20:27:27 v2.3.0-dev.33 20:27:27 v2.3.0-dev.34 20:27:27 v2.3.0-dev.35 20:27:27 v2.3.0-dev.36 20:27:27 v2.3.0-dev.37 20:27:27 v2.3.0-dev.38 20:27:27 v2.3.0-dev.39 20:27:27 v2.3.0-dev.4 20:27:27 v2.3.0-dev.40 20:27:27 v2.3.0-dev.41 20:27:27 v2.3.0-dev.42 20:27:27 v2.3.0-dev.43 20:27:27 v2.3.0-dev.44 20:27:27 v2.3.0-dev.45 20:27:27 v2.3.0-dev.5 20:27:27 v2.3.0-dev.6 20:27:27 v2.3.0-dev.7 20:27:27 v2.3.0-dev.8 20:27:27 v2.3.0-dev.9 20:27:27 v2.3.1-dev.1 20:27:27 v3.0.0-dev.1 20:27:27 v3.0.0-dev.2 20:27:27 v3.0.0-dev.3 [Pipeline] sh 20:27:27 + lftools sign git-tag v3.0.0-dev.3 20:27:28 Signing Git tag with Sigul... 20:27:28 Signing v3.0.0-dev.3 [Pipeline] echo 20:27:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:27:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:27:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:27:29 $ docker stop --time=1 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa 20:27:30 $ docker rm -f --volumes 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:27:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:27:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:27:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:31 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:27:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:27:31 $ docker top e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 -eo pid,comm 20:27:31 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:27:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:27:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:31 [ssh-agent] Looking for ssh-agent implementation... 20:27:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:32 $ docker exec e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 ssh-agent 20:27:32 SSH_AUTH_SOCK=/tmp/ssh-eQYVUqK0FmwY/agent.32 20:27:32 SSH_AGENT_PID=39 20:27:32 Running ssh-add (command line suppressed) 20:27:32 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_14886166563772018631.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_14886166563772018631.key) 20:27:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:32 + git semver bump pre 20:27:32 2023-01-03 20:27:32,755 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:32 2023-01-03 20:27:32,755 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev 20:27:32 2023-01-03 20:27:32,755 [bump_version] DEBUG bumped version:3.0.0-dev.4 20:27:32 2023-01-03 20:27:32,755 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True 20:27:32 2023-01-03 20:27:32,755 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:32 2023-01-03 20:27:32,756 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:32 2023-01-03 20:27:32,757 [execute] INFO git cat-file --batch-check 20:27:32 2023-01-03 20:27:32,758 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:27:32 2023-01-03 20:27:32,762 [execute] INFO git cat-file --batch 20:27:32 2023-01-03 20:27:32,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:27:32 2023-01-03 20:27:32,767 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:32 3.0.0-dev.4 [Pipeline] } 20:27:32 $ docker exec --env ******** --env ******** e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 ssh-agent -k 20:27:32 unset SSH_AUTH_SOCK; 20:27:32 unset SSH_AGENT_PID; 20:27:32 echo Agent pid 39 killed; 20:27:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:33 + git semver [Pipeline] } 20:27:33 $ docker stop --time=1 e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 20:27:35 $ docker rm -f --volumes e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 [Pipeline] // withDockerContainer [Pipeline] sh 20:27:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:27:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:27:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:35 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:27:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:27:36 $ docker top 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:27:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:27:36 [ssh-agent] Looking for ssh-agent implementation... 20:27:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:27:36 $ docker exec 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 ssh-agent 20:27:36 SSH_AUTH_SOCK=/tmp/ssh-Y6d0YsixA7XI/agent.32 20:27:36 SSH_AGENT_PID=38 20:27:36 Running ssh-add (command line suppressed) 20:27:36 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11101041574099492307.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11101041574099492307.key) 20:27:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:27:36 + git semver push 20:27:37 2023-01-03 20:27:37,156 [run_push] DEBUG push 20:27:37 2023-01-03 20:27:37,156 [execute] INFO git cat-file --batch-check 20:27:37 2023-01-03 20:27:37,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:27:37 2023-01-03 20:27:37,160 [execute] INFO git rev-list 3403d89791fba6bfbf99b1a9abe9ff849bc483e3 -- 20:27:37 2023-01-03 20:27:37,160 [execute] DEBUG Popen(['git', 'rev-list', '3403d89791fba6bfbf99b1a9abe9ff849bc483e3', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 20:27:37 2023-01-03 20:27:37,166 [execute] INFO git fetch -v origin 20:27:37 2023-01-03 20:27:37,166 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 20:27:37 2023-01-03 20:27:37,694 [run_push] DEBUG no remote changes detected 20:27:37 2023-01-03 20:27:37,694 [execute] INFO git push origin semver 20:27:37 2023-01-03 20:27:37,694 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 20:27:38 2023-01-03 20:27:38,497 [run_push] DEBUG push all version tags 20:27:38 2023-01-03 20:27:38,498 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:27:38 2023-01-03 20:27:38,498 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 20:27:39 2023-01-03 20:27:39,214 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 20:27:39 3.0.0-dev.4 [Pipeline] } 20:27:39 $ docker exec --env ******** --env ******** 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 ssh-agent -k 20:27:39 unset SSH_AUTH_SOCK; 20:27:39 unset SSH_AGENT_PID; 20:27:39 echo Agent pid 38 killed; 20:27:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:39 + git semver [Pipeline] } 20:27:40 $ docker stop --time=1 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 20:27:41 $ docker rm -f --volumes 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:27:42 + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] 20:27:42 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 20:27:42 total 16 20:27:42 drwxr-xr-x 3 root root 4096 Jan 3 20:19 . 20:27:42 drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 20:27 .. 20:27:42 drwxr-xr-x 2 root root 4096 Jan 3 20:19 cost 20:27:42 -rw-r--r-- 1 root root 90 Jan 3 20:19 cost.csv 20:27:42 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives 20:27:42 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 20:27:42 total 16 20:27:42 drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:19 . 20:27:42 drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 20:27 .. 20:27:42 drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 20:19 cost 20:27:42 -rw-r--r-- 1 jenkins jenkins 90 Jan 3 20:19 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:27:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:27:43 ---> package-listing.sh 20:27:43 ++ facter osfamily 20:27:43 ++ tr '[:upper:]' '[:lower:]' 20:27:43 + OS_FAMILY=debian 20:27:43 + workspace=/w/workspace/foundry_device-onvif-camera_main 20:27:43 + START_PACKAGES=/tmp/packages_start.txt 20:27:43 + END_PACKAGES=/tmp/packages_end.txt 20:27:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:27:43 + PACKAGES=/tmp/packages_start.txt 20:27:43 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 20:27:43 + PACKAGES=/tmp/packages_end.txt 20:27:43 + case "${OS_FAMILY}" in 20:27:43 + dpkg -l 20:27:43 + grep '^ii' 20:27:43 + '[' -f /tmp/packages_start.txt ']' 20:27:43 + '[' -f /tmp/packages_end.txt ']' 20:27:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:27:43 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 20:27:43 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 20:27:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 20:27:43 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:27:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:27:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:27:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:27:44 prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container 20:27:44 $ 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:27:44 $ docker top 63c753a4decea3275976d70f6ecdab3cbe3c8fb64fb81ea586ac8d43d7433c8d -eo pid,comm [Pipeline] { [Pipeline] sh 20:27:45 + touch /tmp/pre-build-complete [Pipeline] sh 20:27:45 + mkdir -p /var/log/sysstat [Pipeline] sh 20:27:45 + ls /var/log/sa-host 20:27:45 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:27:45 provisioning config files... 20:27:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13016556440045900674tmp [Pipeline] { [Pipeline] echo 20:27:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:27:46 ---> create-netrc.sh [Pipeline] } 20:27:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:27:46 ---> python-tools-install.sh [Pipeline] echo 20:27:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:27:46 ---> sudo-logs.sh 20:27:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:27:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:27:47 ---> job-cost.sh 20:27:47 lf-activate-venv: SKIPPING 20:27:47 DEBUG: total: 0.2199999988079071 20:27:47 INFO: Retrieving Stack Cost... 20:27:47 INFO: Retrieving Pricing Info for: v3-standard-8 20:27:48 INFO: Archiving Costs [Pipeline] echo 20:27:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:27:48 ---> logs-deploy.sh 20:27:48 lf-activate-venv: SKIPPING 20:27:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/92 20:27:48 INFO: archiving workspace using pattern(s): 20:27:49 Archives upload complete. 20:27:49 INFO: archiving logs to Nexus 20:27:50 ---> uname -a: 20:27:50 Linux prd-ubuntu20-04-docker-8c-8g-948 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:27:50 20:27:50 20:27:50 ---> lscpu: 20:27:50 Architecture: x86_64 20:27:50 CPU op-mode(s): 32-bit, 64-bit 20:27:50 Byte Order: Little Endian 20:27:50 Address sizes: 40 bits physical, 48 bits virtual 20:27:50 CPU(s): 8 20:27:50 On-line CPU(s) list: 0-7 20:27:50 Thread(s) per core: 1 20:27:50 Core(s) per socket: 1 20:27:50 Socket(s): 8 20:27:50 NUMA node(s): 1 20:27:50 Vendor ID: AuthenticAMD 20:27:50 CPU family: 23 20:27:50 Model: 49 20:27:50 Model name: AMD EPYC-Rome Processor 20:27:50 Stepping: 0 20:27:50 CPU MHz: 2799.998 20:27:50 BogoMIPS: 5599.99 20:27:50 Virtualization: AMD-V 20:27:50 Hypervisor vendor: KVM 20:27:50 Virtualization type: full 20:27:50 L1d cache: 256 KiB 20:27:50 L1i cache: 256 KiB 20:27:50 L2 cache: 4 MiB 20:27:50 L3 cache: 128 MiB 20:27:50 NUMA node0 CPU(s): 0-7 20:27:50 Vulnerability Itlb multihit: Not affected 20:27:50 Vulnerability L1tf: Not affected 20:27:50 Vulnerability Mds: Not affected 20:27:50 Vulnerability Meltdown: Not affected 20:27:50 Vulnerability Mmio stale data: Not affected 20:27:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:27:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:27:50 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:27:50 Vulnerability Srbds: Not affected 20:27:50 Vulnerability Tsx async abort: Not affected 20:27:50 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 20:27:50 20:27:50 20:27:50 ---> nproc: 20:27:50 8 20:27:50 20:27:50 20:27:50 ---> df -h: 20:27:50 Filesystem Size Used Avail Use% Mounted on 20:27:50 overlay 155G 13G 143G 9% / 20:27:50 tmpfs 64M 0 64M 0% /dev 20:27:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:27:50 shm 64M 0 64M 0% /dev/shm 20:27:50 /dev/vda1 155G 13G 143G 9% /facter-os 20:27:50 20:27:50 20:27:50 ---> sar -b -r -n DEV: 20:27:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-948) 01/03/23 _x86_64_ (8 CPU) 20:27:50 20:27:50 20:16:22 LINUX RESTART (8 CPU) 20:27:50 20:27:50 20:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:27:50 20:18:01 211.11 5.23 205.88 0.00 495.17 79869.91 0.00 20:27:50 20:19:01 157.93 1.80 156.13 0.00 41.73 27733.33 0.00 20:27:50 20:20:01 31.59 0.00 31.59 0.00 0.00 16466.19 0.00 20:27:50 20:21:01 2.03 0.00 2.03 0.00 0.00 23.61 0.00 20:27:50 20:22:01 54.51 11.58 42.93 0.00 5176.60 8763.47 0.00 20:27:50 20:23:01 5.83 0.02 5.82 0.00 0.13 121.47 0.00 20:27:50 20:24:01 1.38 0.00 1.38 0.00 0.00 15.33 0.00 20:27:50 20:25:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 20:27:50 20:26:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:27:50 20:27:01 33.09 0.18 32.91 0.00 15.06 24701.62 0.00 20:27:50 Average: 50.00 1.88 48.12 0.00 572.88 15773.24 0.00 20:27:50 20:27:50 20:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:27:50 20:18:01 28143416 31472540 837260 2.55 139092 3381804 2023340 5.96 1367132 2923792 225024 20:27:50 20:19:01 27532556 31525236 783592 2.38 153056 3985648 2076600 6.12 1348456 3504276 555104 20:27:50 20:20:01 27669884 31563876 744736 2.26 153592 3888008 1761328 5.19 1320064 3393976 204 20:27:50 20:21:01 27670756 31564916 743352 2.26 153624 3888012 1761328 5.19 1319868 3393976 48 20:27:50 20:22:01 27152988 31547368 741240 2.25 187084 4342860 1809660 5.33 1640744 3555996 992 20:27:50 20:23:01 27158772 31548304 739776 2.25 185644 4339600 1800284 5.31 1638520 3552728 144 20:27:50 20:24:01 27167584 31557156 730864 2.22 185676 4339604 1800284 5.31 1630024 3552732 12 20:27:50 20:25:01 27167408 31557000 730932 2.22 185692 4339608 1800284 5.31 1630024 3552736 52 20:27:50 20:26:01 27167676 31557304 730628 2.22 185724 4339608 1800284 5.31 1630000 3552736 12 20:27:50 20:27:01 26255436 31437344 844336 2.57 192628 5069040 1951376 5.75 1765656 4262616 25096 20:27:50 Average: 27308648 31533104 762672 2.32 172181 4191379 1858477 5.48 1529049 3524556 80669 20:27:50 20:27:50 20:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:27:50 20:18:01 veth35bec3a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:27:50 20:18:01 lo 4.20 4.20 0.41 0.41 0.00 0.00 0.00 0.00 20:27:50 20:18:01 ens3 540.72 358.21 7609.67 53.27 0.00 0.00 0.00 0.00 20:27:50 20:18:01 docker0 175.61 246.18 14.45 1925.22 0.00 0.00 0.00 0.00 20:27:50 20:19:01 lo 7.87 7.87 0.77 0.77 0.00 0.00 0.00 0.00 20:27:50 20:19:01 ens3 208.62 149.82 2716.25 333.67 0.00 0.00 0.00 0.00 20:27:50 20:19:01 docker0 4.42 9.55 0.28 98.65 0.00 0.00 0.00 0.00 20:27:50 20:20:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:20:01 ens3 12.65 7.93 12.19 4.46 0.00 0.00 0.00 0.00 20:27:50 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:21:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:22:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:27:50 20:22:01 ens3 182.32 100.22 2751.58 7.04 0.00 0.00 0.00 0.00 20:27:50 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:23:01 ens3 0.30 0.25 0.02 0.02 0.00 0.00 0.00 0.00 20:27:50 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:25:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:27:50 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:26:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:27:50 20:27:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 20:27:50 20:27:01 ens3 177.14 97.27 4126.81 12.88 0.00 0.00 0.00 0.00 20:27:50 20:27:01 vethf2eb6bf 12.40 20.41 1.06 152.32 0.00 0.00 0.00 0.01 20:27:50 20:27:01 docker0 12.40 20.36 0.90 152.32 0.00 0.00 0.00 0.00 20:27:50 Average: lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 20:27:50 Average: ens3 112.21 71.40 1721.74 41.13 0.00 0.00 0.00 0.00 20:27:50 Average: vethf2eb6bf 1.24 2.04 0.11 15.23 0.00 0.00 0.00 0.00 20:27:50 Average: docker0 19.25 27.61 1.56 217.65 0.00 0.00 0.00 0.00 20:27:50 20:27:50 20:27:50 ---> sar -P ALL: 20:27:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-948) 01/03/23 _x86_64_ (8 CPU) 20:27:50 20:27:50 20:16:22 LINUX RESTART (8 CPU) 20:27:50 20:27:50 20:17:01 CPU %user %nice %system %iowait %steal %idle 20:27:50 20:18:01 all 20.81 0.00 6.35 1.23 0.16 71.45 20:27:50 20:18:01 0 22.23 0.00 5.32 0.15 0.12 72.18 20:27:50 20:18:01 1 20.32 0.00 6.85 1.96 0.15 70.71 20:27:50 20:18:01 2 20.46 0.00 5.89 1.22 0.17 72.26 20:27:50 20:18:01 3 20.37 0.00 5.88 0.59 0.17 72.99 20:27:50 20:18:01 4 22.37 0.00 6.29 0.53 0.15 70.67 20:27:50 20:18:01 5 20.73 0.00 6.66 0.17 0.15 72.29 20:27:50 20:18:01 6 20.71 0.00 6.83 4.85 0.17 67.44 20:27:50 20:18:01 7 19.26 0.00 7.07 0.39 0.19 73.09 20:27:50 20:19:01 all 33.53 0.00 5.86 0.42 0.18 60.01 20:27:50 20:19:01 0 32.76 0.00 6.13 0.56 0.19 60.36 20:27:50 20:19:01 1 33.04 0.00 5.17 0.07 0.20 61.53 20:27:50 20:19:01 2 35.14 0.00 5.83 0.13 0.20 58.70 20:27:50 20:19:01 3 33.48 0.00 5.92 0.07 0.17 60.37 20:27:50 20:19:01 4 33.73 0.00 6.12 0.54 0.17 59.45 20:27:50 20:19:01 5 31.10 0.00 5.47 0.71 0.15 62.57 20:27:50 20:19:01 6 34.40 0.00 6.28 0.08 0.17 59.07 20:27:50 20:19:01 7 34.58 0.00 5.96 1.17 0.22 58.07 20:27:50 20:20:01 all 0.26 0.00 0.22 0.14 0.02 99.36 20:27:50 20:20:01 0 0.32 0.00 0.27 0.07 0.02 99.33 20:27:50 20:20:01 1 0.42 0.00 0.08 0.00 0.02 99.48 20:27:50 20:20:01 2 0.22 0.00 0.17 0.12 0.02 99.48 20:27:50 20:20:01 3 0.28 0.00 0.18 0.00 0.03 99.50 20:27:50 20:20:01 4 0.28 0.00 0.13 0.00 0.02 99.56 20:27:50 20:20:01 5 0.20 0.00 0.22 0.00 0.02 99.57 20:27:50 20:20:01 6 0.20 0.00 0.12 0.03 0.02 99.63 20:27:50 20:20:01 7 0.20 0.00 0.58 0.92 0.02 98.28 20:27:50 20:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:27:50 20:21:01 0 0.05 0.00 0.02 0.02 0.00 99.92 20:27:50 20:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:27:50 20:21:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:27:50 20:21:01 3 0.08 0.00 0.03 0.00 0.02 99.87 20:27:50 20:21:01 4 0.03 0.00 0.02 0.00 0.02 99.93 20:27:50 20:21:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:27:50 20:21:01 6 0.02 0.00 0.02 0.02 0.00 99.95 20:27:50 20:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:22:01 all 2.37 0.00 1.43 0.42 0.05 95.73 20:27:50 20:22:01 0 2.44 0.00 1.48 0.08 0.03 95.96 20:27:50 20:22:01 1 2.05 0.00 2.32 0.50 0.05 95.08 20:27:50 20:22:01 2 2.92 0.00 1.00 0.10 0.05 95.92 20:27:50 20:22:01 3 2.86 0.00 2.11 0.08 0.05 94.90 20:27:50 20:22:01 4 2.75 0.00 0.73 0.57 0.05 95.90 20:27:50 20:22:01 5 1.27 0.00 1.05 0.23 0.03 97.41 20:27:50 20:22:01 6 2.22 0.00 1.10 1.23 0.03 95.41 20:27:50 20:22:01 7 2.48 0.00 1.64 0.55 0.07 95.26 20:27:50 20:23:01 all 0.28 0.00 0.06 0.01 0.01 99.63 20:27:50 20:23:01 0 0.05 0.00 0.07 0.00 0.02 99.87 20:27:50 20:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:27:50 20:23:01 2 0.30 0.00 0.15 0.00 0.02 99.53 20:27:50 20:23:01 3 0.00 0.00 0.05 0.03 0.02 99.90 20:27:50 20:23:01 4 1.70 0.00 0.08 0.05 0.02 98.15 20:27:50 20:23:01 5 0.07 0.00 0.05 0.02 0.02 99.85 20:27:50 20:23:01 6 0.02 0.00 0.03 0.00 0.02 99.93 20:27:50 20:23:01 7 0.05 0.00 0.05 0.00 0.00 99.90 20:27:50 20:24:01 all 0.03 0.00 0.01 0.00 0.01 99.95 20:27:50 20:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:24:01 2 0.07 0.00 0.03 0.00 0.02 99.88 20:27:50 20:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:24:01 4 0.05 0.00 0.00 0.03 0.02 99.90 20:27:50 20:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:27:50 20:24:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:27:50 20:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:27:50 20:25:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:27:50 20:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:27:50 20:25:01 1 0.07 0.00 0.02 0.00 0.02 99.90 20:27:50 20:25:01 2 0.03 0.00 0.03 0.02 0.02 99.90 20:27:50 20:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:27:50 20:25:01 4 0.07 0.00 0.02 0.00 0.02 99.90 20:27:50 20:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:25:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:27:50 20:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:27:50 20:26:01 all 0.06 0.00 0.01 0.00 0.00 99.92 20:27:50 20:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:27:50 20:26:01 1 0.30 0.00 0.00 0.00 0.00 99.70 20:27:50 20:26:01 2 0.05 0.00 0.02 0.02 0.02 99.90 20:27:50 20:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:27:50 20:26:01 4 0.05 0.00 0.02 0.02 0.00 99.92 20:27:50 20:26:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:27:50 20:26:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:27:50 20:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:27:50 20:27:01 all 3.09 0.00 1.30 0.26 0.04 95.31 20:27:50 20:27:01 0 3.48 0.00 1.35 0.00 0.08 95.08 20:27:50 20:27:01 1 3.41 0.00 1.14 0.02 0.03 95.40 20:27:50 20:27:01 2 3.41 0.00 1.51 0.05 0.05 94.98 20:27:50 20:27:01 3 2.16 0.00 1.17 0.00 0.03 96.63 20:27:50 20:27:01 4 3.08 0.00 1.09 0.27 0.03 95.53 20:27:50 20:27:01 5 2.63 0.00 1.07 0.02 0.02 96.27 20:27:50 20:27:01 6 4.01 0.00 1.65 0.00 0.03 94.30 20:27:50 20:27:01 7 2.55 0.00 1.41 1.74 0.05 94.25 20:27:50 Average: all 6.00 0.00 1.51 0.25 0.05 92.19 20:27:50 Average: 0 6.08 0.00 1.45 0.09 0.05 92.33 20:27:50 Average: 1 5.92 0.00 1.55 0.25 0.05 92.23 20:27:50 Average: 2 6.22 0.00 1.45 0.16 0.06 92.11 20:27:50 Average: 3 5.89 0.00 1.53 0.08 0.05 92.46 20:27:50 Average: 4 6.37 0.00 1.44 0.20 0.05 91.94 20:27:50 Average: 5 5.54 0.00 1.44 0.11 0.04 92.86 20:27:50 Average: 6 6.10 0.00 1.59 0.62 0.04 91.64 20:27:50 Average: 7 5.85 0.00 1.66 0.48 0.06 91.96 20:27:50 20:27:50 20:27:50