Pull request #475 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8+124a5f1bb5d04e19c2b309127a124eb76166dd36 (6b7b719729cbc79b36a7b46fba0b4d1198902814) 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-ssh13923068704909079342.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh1427619599509604502.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 0b81fa10a7dd14683a964f04f411324fe83f93ac The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-475/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-475/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12458660990363252562.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-475/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16016366416918805841.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh550703310917156782.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-475/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-475/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8599688255910187408.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 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/v3]] ========================================================= [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.23 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/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-26109 in /w/workspace/undry_device-onvif-camera_PR-475 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-475 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/475/head:refs/remotes/origin/PR-475 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 124a5f1bb5d04e19c2b309127a124eb76166dd36 into PR head commit 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 Merge succeeded, producing 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 Checking out Revision 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 (PR-475) Commit message: "fix: Ensures that the parsed value is within the bounds of int32" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > git config core.sparsecheckout # timeout=10 > git checkout -f 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 124a5f1bb5d04e19c2b309127a124eb76166dd36 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:34:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:34:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:34:44 ========================================================= 04:34:44 EdgeX Global Pipelines Version Info 04:34:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:34:45 ------------------- 04:34:45 stable info: 04:34:45 ------------------- 04:34:45 Commited By: Ginny Guan ginny@iotechsys.com 04:34:45 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 04:34:45 Message: update stable to v1.0.265 04:34:45 ------------------- 04:34:45 experimental info: 04:34:45 ------------------- 04:34:45 Commited By: Cherry Wang cherry@iotechsys.com 04:34:45 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 04:34:45 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:34:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:34:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-475 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-475 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-475 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22d23d7 [Pipeline] echo 04:34:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:34:48 provisioning config files... 04:34:48 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-475@tmp/config9897998525579910081tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:48 ---> ****-login.sh 04:34:48 nexus3.edgexfoundry.org:10001 04:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:48 Configure a credential helper to remove this warning. See 04:34:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:48 04:34:48 Login Succeeded 04:34:48 nexus3.edgexfoundry.org:10002 04:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:48 Configure a credential helper to remove this warning. See 04:34:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:48 04:34:48 Login Succeeded 04:34:48 nexus3.edgexfoundry.org:10003 04:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:48 Configure a credential helper to remove this warning. See 04:34:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:48 04:34:48 Login Succeeded 04:34:48 nexus3.edgexfoundry.org:10004 04:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:49 Configure a credential helper to remove this warning. See 04:34:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:49 04:34:49 Login Succeeded 04:34:49 ****.io 04:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:34:49 Configure a credential helper to remove this warning. See 04:34:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:34:49 04:34:49 Login Succeeded 04:34:49 ---> ****-login.sh ends [Pipeline] } 04:34:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:34:50 + git rev-list -1 --merges 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8~1..22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [Pipeline] echo 04:34:50 -----------> git rev-list -1 --merges 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8~1..22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [false] [Pipeline] sh 04:34:50 + git log --format=format:%s -1 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [Pipeline] echo 04:34:50 ========================================================= 04:34:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:34:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:34:51 + git log --format=format:%s -1 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [Pipeline] echo 04:34:51 [semverPrep] GIT_COMMIT: 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8, Commit Message: fix: Ensures that the parsed value is within the bounds of int32 [Pipeline] echo 04:34:51 [semverPrep] This is not a build commit. [Pipeline] sh 04:34:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:34:51 + grep -v github /etc/ssh/ssh_known_hosts 04:34:51 + [ -e /tmp/ssh_known_hosts ] 04:34:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:34:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:34:51 + sudo tee -a /etc/ssh/ssh_known_hosts 04:34:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:34:52 04:34:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:34:52 0.1.4: Pulling from edgex-devops/py-git-semver 04:34:52 b85a868b505f: Pulling fs layer 04:34:52 e2be974225ed: Pulling fs layer 04:34:52 339a4e72a1f5: Pulling fs layer 04:34:52 988bab9f4d93: Pulling fs layer 04:34:52 1469e6f7b9e6: Pulling fs layer 04:34:52 eaf3925da568: Pulling fs layer 04:34:52 bab4dde63d76: Pulling fs layer 04:34:52 bde34c3a00c8: Pulling fs layer 04:34:52 b352a97aabf1: Pulling fs layer 04:34:52 4872d77fe225: Pulling fs layer 04:34:52 5851b861e8e6: Pulling fs layer 04:34:52 bab4dde63d76: Waiting 04:34:52 bde34c3a00c8: Waiting 04:34:52 b352a97aabf1: Waiting 04:34:52 5851b861e8e6: Waiting 04:34:52 1469e6f7b9e6: Waiting 04:34:52 eaf3925da568: Waiting 04:34:52 988bab9f4d93: Waiting 04:34:52 e2be974225ed: Verifying Checksum 04:34:52 e2be974225ed: Download complete 04:34:52 988bab9f4d93: Download complete 04:34:52 1469e6f7b9e6: Verifying Checksum 04:34:52 1469e6f7b9e6: Download complete 04:34:52 eaf3925da568: Verifying Checksum 04:34:52 eaf3925da568: Download complete 04:34:52 339a4e72a1f5: Verifying Checksum 04:34:52 339a4e72a1f5: Download complete 04:34:52 bde34c3a00c8: Download complete 04:34:52 b352a97aabf1: Download complete 04:34:52 4872d77fe225: Download complete 04:34:52 5851b861e8e6: Download complete 04:34:52 b85a868b505f: Verifying Checksum 04:34:52 b85a868b505f: Download complete 04:34:52 bab4dde63d76: Verifying Checksum 04:34:52 bab4dde63d76: Download complete 04:34:53 b85a868b505f: Pull complete 04:34:54 e2be974225ed: Pull complete 04:34:54 339a4e72a1f5: Pull complete 04:34:54 988bab9f4d93: Pull complete 04:34:54 1469e6f7b9e6: Pull complete 04:34:54 eaf3925da568: Pull complete 04:34:58 bab4dde63d76: Pull complete 04:34:58 bde34c3a00c8: Pull complete 04:34:58 b352a97aabf1: Pull complete 04:34:58 4872d77fe225: Pull complete 04:34:58 5851b861e8e6: Pull complete 04:34:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:34:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:34:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:34:58 prd-ubuntu20.04-docker-8c-8g-26109 does not seem to be running inside a container 04:34:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-475 -v /w/workspace/undry_device-onvif-camera_PR-475:/w/workspace/undry_device-onvif-camera_PR-475:rw,z -v /w/workspace/undry_device-onvif-camera_PR-475@tmp:/w/workspace/undry_device-onvif-camera_PR-475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:35:01 $ docker top c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 -eo pid,comm 04:35:01 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:35:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:35:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:01 [ssh-agent] Looking for ssh-agent implementation... 04:35:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:01 $ docker exec c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 ssh-agent 04:35:02 SSH_AUTH_SOCK=/tmp/ssh-1JRzae60Tdry/agent.32 04:35:02 SSH_AGENT_PID=39 04:35:02 Running ssh-add (command line suppressed) 04:35:02 Identity added: /w/workspace/undry_device-onvif-camera_PR-475@tmp/private_key_109579275975206167.key (/w/workspace/undry_device-onvif-camera_PR-475@tmp/private_key_109579275975206167.key) 04:35:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:02 + git tag --points-at HEAD [Pipeline] } 04:35:02 $ docker exec --env ******** --env ******** c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 ssh-agent -k 04:35:02 unset SSH_AUTH_SOCK; 04:35:02 unset SSH_AGENT_PID; 04:35:02 echo Agent pid 39 killed; 04:35:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:35:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:02 [ssh-agent] Looking for ssh-agent implementation... 04:35:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:02 $ docker exec c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 ssh-agent 04:35:03 SSH_AUTH_SOCK=/tmp/ssh-JPFJU9cB0idx/agent.72 04:35:03 SSH_AGENT_PID=78 04:35:03 Running ssh-add (command line suppressed) 04:35:03 Identity added: /w/workspace/undry_device-onvif-camera_PR-475@tmp/private_key_1103006078224603609.key (/w/workspace/undry_device-onvif-camera_PR-475@tmp/private_key_1103006078224603609.key) 04:35:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:03 + git semver init 04:35:03 2024-11-11 04:35:03,651 [run_init] DEBUG init version:0.0.0 force:False 04:35:03 2024-11-11 04:35:03,651 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-475/.semver 04:35:03 2024-11-11 04:35:03,652 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-475/.semver 04:35:03 2024-11-11 04:35:03,652 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-475/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-475, universal_newlines=False, shell=None, istream=None) 04:35:05 2024-11-11 04:35:04,856 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-475/.git/info/exclude 04:35:05 2024-11-11 04:35:04,857 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-475/.semver/PR-475 with force:False 04:35:05 2024-11-11 04:35:04,857 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-475/.semver/PR-475 04:35:05 2024-11-11 04:35:04,861 [execute] INFO git cat-file --batch-check 04:35:05 2024-11-11 04:35:04,862 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-475/.semver, universal_newlines=False, shell=None, istream=) 04:35:05 2024-11-11 04:35:04,867 [execute] INFO git cat-file --batch 04:35:05 2024-11-11 04:35:04,867 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-475/.semver, universal_newlines=False, shell=None, istream=) 04:35:05 2024-11-11 04:35:04,872 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-475/.semver/PR-475 04:35:05 0.0.0 [Pipeline] } 04:35:05 $ docker exec --env ******** --env ******** c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 ssh-agent -k 04:35:05 unset SSH_AUTH_SOCK; 04:35:05 unset SSH_AGENT_PID; 04:35:05 echo Agent pid 78 killed; 04:35:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:05 + git semver [Pipeline] } 04:35:05 $ docker stop --time=1 c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 04:35:07 $ docker rm -f --volumes c7f99b35353607b2afe5eacdbfc3bcc62cba50d65681cf01c80adfc1c7ecf244 [Pipeline] // withDockerContainer [Pipeline] sh 04:35:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:35:07 Stashed 1 file(s) [Pipeline] echo 04:35:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:35:08 provisioning config files... 04:35:08 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-475@tmp/config10542948211489468663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:35:09 ---> ****-login.sh 04:35:09 nexus3.edgexfoundry.org:10001 04:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:09 Configure a credential helper to remove this warning. See 04:35:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:09 04:35:09 Login Succeeded 04:35:09 nexus3.edgexfoundry.org:10002 04:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:09 Configure a credential helper to remove this warning. See 04:35:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:09 04:35:09 Login Succeeded 04:35:09 nexus3.edgexfoundry.org:10003 04:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:09 Configure a credential helper to remove this warning. See 04:35:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:09 04:35:09 Login Succeeded 04:35:09 nexus3.edgexfoundry.org:10004 04:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:09 Configure a credential helper to remove this warning. See 04:35:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:09 04:35:09 Login Succeeded 04:35:09 ****.io 04:35:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:35:09 Configure a credential helper to remove this warning. See 04:35:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:35:09 04:35:09 Login Succeeded 04:35:09 ---> ****-login.sh ends [Pipeline] } 04:35:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:35:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:35:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:35:10 ========================================================= 04:35:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 04:35:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 04:35:10 Sending build context to Docker daemon 36.89MB 04:35:10 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 04:35:10 Step 2/13 : FROM ${BASE} AS builder 04:35:11 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 04:35:11 43c4264eed91: Pulling fs layer 04:35:11 4cc291be95ef: Pulling fs layer 04:35:11 2ac1f1163629: Pulling fs layer 04:35:11 5c3c966382ef: Pulling fs layer 04:35:11 4f4fb700ef54: Pulling fs layer 04:35:11 5d5c8e513c77: Pulling fs layer 04:35:11 9f66e0745190: Pulling fs layer 04:35:11 f49a43e4bbc0: Pulling fs layer 04:35:11 561ebcabdf7f: Pulling fs layer 04:35:11 5c3c966382ef: Waiting 04:35:11 4f4fb700ef54: Waiting 04:35:11 5d5c8e513c77: Waiting 04:35:11 9f66e0745190: Waiting 04:35:11 561ebcabdf7f: Waiting 04:35:11 f49a43e4bbc0: Waiting 04:35:11 4cc291be95ef: Verifying Checksum 04:35:11 4cc291be95ef: Download complete 04:35:11 5c3c966382ef: Verifying Checksum 04:35:11 5c3c966382ef: Download complete 04:35:11 4f4fb700ef54: Verifying Checksum 04:35:11 4f4fb700ef54: Download complete 04:35:11 5d5c8e513c77: Verifying Checksum 04:35:11 5d5c8e513c77: Download complete 04:35:11 43c4264eed91: Verifying Checksum 04:35:11 43c4264eed91: Download complete 04:35:11 9f66e0745190: Verifying Checksum 04:35:11 9f66e0745190: Download complete 04:35:13 43c4264eed91: Pull complete 04:35:13 4cc291be95ef: Pull complete 04:35:13 561ebcabdf7f: Verifying Checksum 04:35:13 561ebcabdf7f: Download complete 04:35:14 2ac1f1163629: Verifying Checksum 04:35:14 2ac1f1163629: Download complete 04:35:14 f49a43e4bbc0: Verifying Checksum 04:35:14 f49a43e4bbc0: Download complete 04:35:17 2ac1f1163629: Pull complete 04:35:17 5c3c966382ef: Pull complete 04:35:17 4f4fb700ef54: Pull complete 04:35:17 5d5c8e513c77: Pull complete 04:35:17 9f66e0745190: Pull complete 04:35:20 f49a43e4bbc0: Pull complete 04:35:20 561ebcabdf7f: Pull complete 04:35:20 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 04:35:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 04:35:20 ---> 3a752c3f9dda 04:35:20 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:35:23 Still waiting to schedule task 04:35:23 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 04:35:25 ---> Running in 3775989ba090 04:35:25 Removing intermediate container 3775989ba090 04:35:25 ---> d1e8c03c0981 04:35:25 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:35:25 ---> Running in a683b8a2451c 04:35:25 Removing intermediate container a683b8a2451c 04:35:25 ---> 4aa2464a146e 04:35:25 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:35:25 ---> Running in 84cef790dd80 04:35:25 Removing intermediate container 84cef790dd80 04:35:25 ---> 5d2a8b1b42c8 04:35:25 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:35:25 ---> Running in aca2e4fcaae0 04:35:25 Removing intermediate container aca2e4fcaae0 04:35:25 ---> a08014de34b7 04:35:25 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:35:25 ---> Running in fcddf0196450 04:35:25 Removing intermediate container fcddf0196450 04:35:25 ---> 8d636c90f72e 04:35:25 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:35:25 ---> Running in c2084ebb98f8 04:35:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:35:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:35:25 OK: 246 MiB in 54 packages 04:35:26 Removing intermediate container c2084ebb98f8 04:35:26 ---> 97fcc5f2597b 04:35:26 Step 9/13 : WORKDIR /device-onvif-camera 04:35:26 ---> Running in fd1073ef2f99 04:35:26 Removing intermediate container fd1073ef2f99 04:35:26 ---> 6398a8e5b827 04:35:26 Step 10/13 : COPY go.mod vendor* ./ 04:35:26 ---> 4aeec377375c 04:35:26 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:35:26 ---> Running in 1d43840ea0c4 04:36:26 Removing intermediate container 1d43840ea0c4 04:36:26 ---> 8dc0577e2ce5 04:36:26 Step 12/13 : COPY . . 04:36:26 ---> cd922d0ae5ea 04:36:26 Step 13/13 : RUN ${MAKE} 04:36:26 ---> Running in 23644162ddd9 04:36:26 noop 04:36:26 Removing intermediate container 23644162ddd9 04:36:26 ---> 12f03c9cd804 04:36:26 Successfully built 12f03c9cd804 04:36:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:26 + docker inspect -f . ci-base-image-x86_64 04:36:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:26 prd-ubuntu20.04-docker-8c-8g-26109 does not seem to be running inside a container 04:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-475 -v /w/workspace/undry_device-onvif-camera_PR-475:/w/workspace/undry_device-onvif-camera_PR-475:rw,z -v /w/workspace/undry_device-onvif-camera_PR-475@tmp:/w/workspace/undry_device-onvif-camera_PR-475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:27 $ docker top 1efec47c4b907217f20bfc44457617b689f2e3d1362ef5e3f1d997d36894c1f9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:27 + go version 04:36:27 go version go1.23.2 linux/amd64 [Pipeline] } 04:36:27 $ docker stop --time=1 1efec47c4b907217f20bfc44457617b689f2e3d1362ef5e3f1d997d36894c1f9 04:36:28 $ docker rm -f --volumes 1efec47c4b907217f20bfc44457617b689f2e3d1362ef5e3f1d997d36894c1f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:29 + docker inspect -f . ci-base-image-x86_64 04:36:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:29 prd-ubuntu20.04-docker-8c-8g-26109 does not seem to be running inside a container 04:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-475 -v /w/workspace/undry_device-onvif-camera_PR-475:/w/workspace/undry_device-onvif-camera_PR-475:rw,z -v /w/workspace/undry_device-onvif-camera_PR-475@tmp:/w/workspace/undry_device-onvif-camera_PR-475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:30 $ docker top 3ee2670c80b69753a04d52ffaabe9d8d04ab386e61eede17c9a997b75ac49871 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:30 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-475 [Pipeline] fileExists [Pipeline] sh 04:36:30 + make test 04:36:30 go test ./... -coverprofile=coverage.out ./... 04:36:32 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:36:50 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 04:36:50 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 04:36:52 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.032s coverage: 31.4% of statements 04:36:53 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.321s coverage: 86.5% of statements 04:37:03 go vet ./... 04:37:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:37:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:37:09 ./bin/test-attribution-txt.sh [Pipeline] echo 04:37:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:37:09 $ docker stop --time=1 3ee2670c80b69753a04d52ffaabe9d8d04ab386e61eede17c9a997b75ac49871 04:37:13 $ docker rm -f --volumes 3ee2670c80b69753a04d52ffaabe9d8d04ab386e61eede17c9a997b75ac49871 [Pipeline] // withDockerContainer [Pipeline] sh 04:37:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:37:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:37:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:37:15 + ls -al . 04:37:15 total 316 04:37:15 drwxrwxr-x 9 jenkins jenkins 4096 Nov 11 04:36 . 04:37:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:34 .. 04:37:15 drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 04:36 .git 04:37:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 04:34 .github 04:37:15 -rw-rw-r-- 1 jenkins jenkins 493 Nov 11 04:34 .gitignore 04:37:15 -rw-rw-r-- 1 jenkins jenkins 199 Nov 11 04:34 .golangci.yml 04:37:15 drwxr-xr-x 3 jenkins jenkins 4096 Nov 11 04:35 .semver 04:37:15 -rw-rw-r-- 1 jenkins jenkins 19973 Nov 11 04:34 Attribution.txt 04:37:15 -rw-rw-r-- 1 jenkins jenkins 17665 Nov 11 04:34 CHANGELOG.md 04:37:15 -rw-rw-r-- 1 jenkins jenkins 1715 Nov 11 04:34 Dockerfile 04:37:15 -rw-rw-r-- 1 jenkins jenkins 677 Nov 11 04:34 GOVERNANCE.md 04:37:15 -rw-rw-r-- 1 jenkins jenkins 739 Nov 11 04:34 Jenkinsfile 04:37:15 -rw-rw-r-- 1 jenkins jenkins 11348 Nov 11 04:34 LICENSE 04:37:15 -rw-rw-r-- 1 jenkins jenkins 3465 Nov 11 04:34 Makefile 04:37:15 -rw-rw-r-- 1 jenkins jenkins 625 Nov 11 04:34 OWNERS.md 04:37:15 -rw-rw-r-- 1 jenkins jenkins 2620 Nov 11 04:34 README.md 04:37:15 -rw-rw-r-- 1 jenkins jenkins 5 Nov 11 04:35 VERSION 04:37:15 drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 04:34 bin 04:37:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 04:34 cmd 04:37:15 -rw-r--r-- 1 jenkins jenkins 92292 Nov 11 04:36 coverage.out 04:37:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:34 doc 04:37:15 -rw-rw-r-- 1 jenkins jenkins 6636 Nov 11 04:34 go.mod 04:37:15 -rw-rw-r-- 1 jenkins jenkins 88824 Nov 11 04:34 go.sum 04:37:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:34 internal 04:37:15 -rw-rw-r-- 1 jenkins jenkins 236 Nov 11 04:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:15 + 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=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 --label arch=amd64 --label version=0.0.0 . 04:37:15 Sending build context to Docker daemon 36.98MB 04:37:15 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 04:37:15 Step 2/27 : FROM ${BASE} AS builder 04:37:15 ---> 12f03c9cd804 04:37:15 Step 3/27 : ARG ADD_BUILD_TAGS="" 04:37:16 ---> Running in f7c6c87b7e60 04:37:16 Removing intermediate container f7c6c87b7e60 04:37:16 ---> 9f2f06bd8e12 04:37:16 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:37:16 ---> Running in 44ff82071d1f 04:37:16 Removing intermediate container 44ff82071d1f 04:37:16 ---> f78f41b92a56 04:37:16 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 04:37:16 ---> Running in 54d1ae5e508d 04:37:16 Removing intermediate container 54d1ae5e508d 04:37:16 ---> e980dc796980 04:37:16 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 04:37:16 ---> Running in 20c24f3ab2d9 04:37:16 Removing intermediate container 20c24f3ab2d9 04:37:16 ---> 882f5b6c0b62 04:37:16 Step 7/27 : LABEL Name=edgex-device-onvif-camera 04:37:16 ---> Running in d13bbe98b83a 04:37:16 Removing intermediate container d13bbe98b83a 04:37:16 ---> 843507990100 04:37:16 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:37:16 ---> Running in 9e5211e2b5e2 04:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:37:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:37:17 OK: 246 MiB in 54 packages 04:37:17 Removing intermediate container 9e5211e2b5e2 04:37:17 ---> 9e78defb08a4 04:37:17 Step 9/27 : WORKDIR /device-onvif-camera 04:37:17 ---> Running in 78de25b48547 04:37:17 Removing intermediate container 78de25b48547 04:37:17 ---> ccddfc81a9b9 04:37:17 Step 10/27 : COPY go.mod vendor* ./ 04:37:17 ---> 0aaf4551c8c7 04:37:17 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:37:18 ---> Running in e8710c590645 04:37:18 Removing intermediate container e8710c590645 04:37:18 ---> 2c09853a036e 04:37:18 Step 12/27 : COPY . . 04:37:19 ---> bb78a06df1b1 04:37:19 Step 13/27 : RUN ${MAKE} 04:37:19 ---> Running in 1b5dbf33b365 04:37:20 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 04:37:52 Removing intermediate container 1b5dbf33b365 04:37:52 ---> 0052ca465df9 04:37:52 Step 14/27 : FROM alpine:3.20 04:37:52 3.20: Pulling from library/alpine 04:37:52 43c4264eed91: Already exists 04:37:52 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 04:37:52 Status: Downloaded newer image for alpine:3.20 04:37:52 ---> 91ef0af61f39 04:37:52 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 04:37:52 ---> Running in c28c85e7f42b 04:37:52 Removing intermediate container c28c85e7f42b 04:37:52 ---> 5ffd29a46740 04:37:52 Step 16/27 : RUN apk add --update --no-cache dumb-init 04:37:52 ---> Running in 9c55059b5ce7 04:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:37:53 (1/1) Installing dumb-init (1.2.5-r3) 04:37:53 Executing busybox-1.36.1-r29.trigger 04:37:53 OK: 8 MiB in 15 packages 04:37:53 Removing intermediate container 9c55059b5ce7 04:37:53 ---> 3f6c71322852 04:37:53 Step 17/27 : RUN apk --no-cache upgrade 04:37:53 ---> Running in 8efb6505b508 04:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:37:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:37:54 Upgrading critical system libraries and apk-tools: 04:37:54 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 04:37:54 Executing busybox-1.36.1-r29.trigger 04:37:54 Continuing the upgrade transaction with new apk-tools: 04:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 04:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 04:37:54 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 04:37:54 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 04:37:54 OK: 8 MiB in 15 packages 04:37:55 Removing intermediate container 8efb6505b508 04:37:55 ---> 99741e8af77e 04:37:55 Step 18/27 : WORKDIR / 04:37:55 ---> Running in e9d26060cf5a 04:37:55 Removing intermediate container e9d26060cf5a 04:37:55 ---> b2df12f34d12 04:37:55 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 04:37:56 ---> 839e0ffccdc7 04:37:56 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 04:37:56 ---> b08756b0e219 04:37:56 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:37:56 ---> 6e63d354f05f 04:37:56 Step 22/27 : EXPOSE 59984 04:37:56 ---> Running in 4cf46a4fea66 04:37:57 Removing intermediate container 4cf46a4fea66 04:37:57 ---> 31968fd49f52 04:37:57 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 04:37:57 ---> Running in bd5264218d8e 04:37:57 Removing intermediate container bd5264218d8e 04:37:57 ---> 6ddda7181559 04:37:57 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 04:37:57 ---> Running in 78a6dec7e24e 04:37:57 Removing intermediate container 78a6dec7e24e 04:37:57 ---> 1c2ce0d732aa 04:37:57 Step 25/27 : LABEL arch=amd64 04:37:57 ---> Running in df7c29e21df1 04:37:57 Removing intermediate container df7c29e21df1 04:37:57 ---> 8b844597224e 04:37:57 Step 26/27 : LABEL git_sha=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 04:37:57 ---> Running in 2de5e955365e 04:37:57 Removing intermediate container 2de5e955365e 04:37:57 ---> 7728d0ebbb63 04:37:57 Step 27/27 : LABEL version=0.0.0 04:37:57 ---> Running in ec2ca6609207 04:37:57 Removing intermediate container ec2ca6609207 04:37:57 ---> 968fd922f5c8 04:37:57 [Warning] One or more build-args [ARCH] were not consumed 04:37:57 Successfully built 968fd922f5c8 04:37:57 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:37:58 04:37:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:37:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:37:58 latest: Pulling from edgex-lftools-log-publisher 04:37:58 5eb5b503b376: Pulling fs layer 04:37:58 5c69ac0246d0: Pulling fs layer 04:37:58 ec43610c2a17: Pulling fs layer 04:37:58 3a2ae6a8a46f: Pulling fs layer 04:37:58 33b1e0a273af: Pulling fs layer 04:37:58 5d3b04190fa2: Pulling fs layer 04:37:58 2f39f015ded8: Pulling fs layer 04:37:58 3a2ae6a8a46f: Waiting 04:37:58 5d3b04190fa2: Waiting 04:37:58 2f39f015ded8: Waiting 04:37:58 5c69ac0246d0: Verifying Checksum 04:37:58 5c69ac0246d0: Download complete 04:37:58 3a2ae6a8a46f: Verifying Checksum 04:37:58 3a2ae6a8a46f: Download complete 04:37:58 33b1e0a273af: Verifying Checksum 04:37:58 33b1e0a273af: Download complete 04:37:58 5d3b04190fa2: Verifying Checksum 04:37:58 5d3b04190fa2: Download complete 04:37:58 ec43610c2a17: Verifying Checksum 04:37:58 ec43610c2a17: Download complete 04:37:59 5eb5b503b376: Verifying Checksum 04:37:59 5eb5b503b376: Download complete 04:37:59 2f39f015ded8: Verifying Checksum 04:37:59 2f39f015ded8: Download complete 04:38:00 5eb5b503b376: Pull complete 04:38:00 5c69ac0246d0: Pull complete 04:38:01 ec43610c2a17: Pull complete 04:38:01 3a2ae6a8a46f: Pull complete 04:38:01 33b1e0a273af: Pull complete 04:38:01 5d3b04190fa2: Pull complete 04:38:05 2f39f015ded8: Pull complete 04:38:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:38:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:38:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:38:05 prd-ubuntu20.04-docker-8c-8g-26109 does not seem to be running inside a container 04:38:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-475 -v /w/workspace/undry_device-onvif-camera_PR-475:/w/workspace/undry_device-onvif-camera_PR-475:rw,z -v /w/workspace/undry_device-onvif-camera_PR-475@tmp:/w/workspace/undry_device-onvif-camera_PR-475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:38:09 $ docker top 3d1ebbf7d54b786314f877e2f93e5916f3d55bed4efacec658c6538ec814f285 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:38:10 ---> job-cost.sh 04:38:10 lf-activate-venv: SKIPPING 04:38:10 INFO: No Stack... 04:38:10 INFO: Retrieving Pricing Info for: v3-standard-8 04:38:10 INFO: Archiving Costs [Pipeline] sh 04:38:10 + cat /w/workspace/undry_device-onvif-camera_PR-475/archives/cost.csv 04:38:10 + cut -d, -f6 [Pipeline] lock 04:38:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] 04:38:10 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] did not exist. Created. 04:38:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:38:11 + echo total: 0.2199999988079071 [Pipeline] stash 04:38:11 Stashed 1 file(s) [Pipeline] } 04:38:11 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:38:11 $ docker stop --time=1 3d1ebbf7d54b786314f877e2f93e5916f3d55bed4efacec658c6538ec814f285 04:38:12 $ docker rm -f --volumes 3d1ebbf7d54b786314f877e2f93e5916f3d55bed4efacec658c6538ec814f285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:38:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-26111 in /w/workspace/undry_device-onvif-camera_PR-475 [Pipeline] { [Pipeline] ws 04:38:55 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 04:38:58 The recommended git tool is: git 04:39:03 using credential edgex-jenkins-ssh 04:39:03 Cloning the remote Git repository 04:39:03 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 04:39:03 > git init /w/workspace/device-onvif-camera/1 # timeout=10 04:39:03 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:39:03 > git --version # timeout=10 04:39:03 > git --version # 'git version 2.25.1' 04:39:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:39:06 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:39:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:39:07 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:39:07 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:39:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/475/head:refs/remotes/origin/PR-475 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:39:08 Merging remotes/origin/main commit 124a5f1bb5d04e19c2b309127a124eb76166dd36 into PR head commit 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 04:39:08 Merge succeeded, producing 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 04:39:08 Checking out Revision 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 (PR-475) 04:39:09 Commit message: "fix: Ensures that the parsed value is within the bounds of int32" 04:39:09 > git --version # timeout=10 04:39:09 > git --version # 'git version 2.25.1' 04:39:09 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 04:39:08 > git config core.sparsecheckout # timeout=10 04:39:08 > git checkout -f 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 # timeout=10 04:39:08 > git remote # timeout=10 04:39:08 > git config --get remote.origin.url # timeout=10 04:39:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:08 > git merge 124a5f1bb5d04e19c2b309127a124eb76166dd36 # timeout=10 04:39:08 > git rev-parse HEAD^{commit} # timeout=10 04:39:08 > git config core.sparsecheckout # timeout=10 04:39:08 > git checkout -f 22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:39:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:39:14 % Total % Received % Xferd Average Speed Time Time Time Current 04:39:14 Dload Upload Total Spent Left Speed 04:39:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 208k 0 --:--:-- --:--:-- --:--:-- 212k [Pipeline] sh 04:39:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:39:15 + sudo tee /etc/docker/daemon.new 04:39:15 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:39:15 { 04:39:15 "registry-mirrors": [ 04:39:15 "https://nexus3.edgexfoundry.org:10001" 04:39:15 ], 04:39:15 "bip": "10.250.0.254/24", 04:39:15 "hosts": [ 04:39:15 "tcp://0.0.0.0:5555", 04:39:15 "unix:///var/run/docker.sock" 04:39:15 ], 04:39:15 "mtu": 1458, 04:39:15 "selinux-enabled": true, 04:39:15 "seccomp-profile": "/etc/docker/seccomp.json" 04:39:15 } [Pipeline] sh 04:39:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:39:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:39:34 provisioning config files... 04:39:34 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config5868696358938451428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:39:35 ---> ****-login.sh 04:39:35 nexus3.edgexfoundry.org:10001 04:39:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:39:35 Configure a credential helper to remove this warning. See 04:39:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:39:35 04:39:35 Login Succeeded 04:39:35 nexus3.edgexfoundry.org:10002 04:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:39:36 Configure a credential helper to remove this warning. See 04:39:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:39:36 04:39:36 Login Succeeded 04:39:36 nexus3.edgexfoundry.org:10003 04:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:39:36 Configure a credential helper to remove this warning. See 04:39:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:39:36 04:39:36 Login Succeeded 04:39:36 nexus3.edgexfoundry.org:10004 04:39:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:39:36 Configure a credential helper to remove this warning. See 04:39:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:39:36 04:39:36 Login Succeeded 04:39:36 ****.io 04:39:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 04:39:37 Configure a credential helper to remove this warning. See 04:39:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 04:39:37 04:39:37 Login Succeeded 04:39:37 ---> ****-login.sh ends [Pipeline] } 04:39:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:39:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:39:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 04:39:38 ========================================================= 04:39:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 04:39:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:39:38 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 04:39:39 Sending build context to Docker daemon 21.86MB 04:39:39 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 04:39:39 Step 2/13 : FROM ${BASE} AS builder 04:39:39 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:39:39 cf04c63912e1: Pulling fs layer 04:39:39 55b35a11ae5e: Pulling fs layer 04:39:39 a37a00ec5f00: Pulling fs layer 04:39:39 50b3750afda1: Pulling fs layer 04:39:39 4f4fb700ef54: Pulling fs layer 04:39:39 80978eb59214: Pulling fs layer 04:39:39 c9f46d7d2bd2: Pulling fs layer 04:39:39 c5a475d317c9: Pulling fs layer 04:39:39 4f4fb700ef54: Waiting 04:39:39 c9f46d7d2bd2: Waiting 04:39:39 c5a475d317c9: Waiting 04:39:39 50b3750afda1: Waiting 04:39:39 80978eb59214: Waiting 04:39:39 55b35a11ae5e: Verifying Checksum 04:39:39 55b35a11ae5e: Download complete 04:39:39 50b3750afda1: Download complete 04:39:39 4f4fb700ef54: Verifying Checksum 04:39:39 4f4fb700ef54: Download complete 04:39:39 80978eb59214: Verifying Checksum 04:39:39 80978eb59214: Download complete 04:39:39 cf04c63912e1: Verifying Checksum 04:39:39 cf04c63912e1: Download complete 04:39:40 c5a475d317c9: Verifying Checksum 04:39:40 c5a475d317c9: Download complete 04:39:40 cf04c63912e1: Pull complete 04:39:40 55b35a11ae5e: Pull complete 04:39:41 a37a00ec5f00: Verifying Checksum 04:39:41 a37a00ec5f00: Download complete 04:39:42 c9f46d7d2bd2: Verifying Checksum 04:39:42 c9f46d7d2bd2: Download complete 04:39:54 a37a00ec5f00: Pull complete 04:39:54 50b3750afda1: Pull complete 04:39:54 4f4fb700ef54: Pull complete 04:39:54 80978eb59214: Pull complete 04:40:02 c9f46d7d2bd2: Pull complete 04:40:03 c5a475d317c9: Pull complete 04:40:03 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 04:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 04:40:03 ---> be29e6b0f0d4 04:40:03 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:40:05 ---> Running in 1c60cc7890a9 04:40:06 Removing intermediate container 1c60cc7890a9 04:40:06 ---> 6409d8849a9d 04:40:06 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:40:06 ---> Running in 8eee0c4f011c 04:40:06 Removing intermediate container 8eee0c4f011c 04:40:06 ---> d4a3ae4f8d53 04:40:06 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:40:06 ---> Running in 8342e3fa563f 04:40:06 Removing intermediate container 8342e3fa563f 04:40:06 ---> d6f25f0d2e06 04:40:06 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:40:07 ---> Running in f11474aeb53b 04:40:07 Removing intermediate container f11474aeb53b 04:40:07 ---> 763b56e7409a 04:40:07 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:40:07 ---> Running in 55e7f63b5965 04:40:07 Removing intermediate container 55e7f63b5965 04:40:07 ---> 547b4c90f212 04:40:07 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:40:07 ---> Running in 1e747ead5d67 04:40:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:40:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:40:10 OK: 238 MiB in 54 packages 04:40:11 Removing intermediate container 1e747ead5d67 04:40:11 ---> f8583326dc6c 04:40:11 Step 9/13 : WORKDIR /device-onvif-camera 04:40:11 ---> Running in 2d01fc6925a2 04:40:12 Removing intermediate container 2d01fc6925a2 04:40:12 ---> 85b6f857a3ce 04:40:12 Step 10/13 : COPY go.mod vendor* ./ 04:40:12 ---> 6a65bd8ca8d0 04:40:12 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:12 ---> Running in a45bb0ee1088 04:42:19 Removing intermediate container a45bb0ee1088 04:42:19 ---> e436b8b8e246 04:42:19 Step 12/13 : COPY . . 04:42:19 ---> 6222e670205f 04:42:19 Step 13/13 : RUN ${MAKE} 04:42:19 ---> Running in 5c9743696ed4 04:42:19 noop 04:42:19 Removing intermediate container 5c9743696ed4 04:42:19 ---> 860c0d117fa6 04:42:19 Successfully built 860c0d117fa6 04:42:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:19 + docker inspect -f . ci-base-image-arm64 04:42:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:20 prd-ubuntu20.04-docker-arm64-4c-16g-26111 does not seem to be running inside a container 04:42:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:42:21 $ docker top f1b2f0e389538d4af1aca0c0c6d082968ec5fe4b894b28115a6e5ac77d390893 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:22 + go version 04:42:22 go version go1.23.2 linux/arm64 [Pipeline] } 04:42:22 $ docker stop --time=1 f1b2f0e389538d4af1aca0c0c6d082968ec5fe4b894b28115a6e5ac77d390893 04:42:24 $ docker rm -f --volumes f1b2f0e389538d4af1aca0c0c6d082968ec5fe4b894b28115a6e5ac77d390893 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:42:25 + docker inspect -f . ci-base-image-arm64 04:42:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:42:25 prd-ubuntu20.04-docker-arm64-4c-16g-26111 does not seem to be running inside a container 04:42:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:42:26 $ docker top 82948861e56060773d9a242bc9d27c41418ef7fde0041c29c0b62996739fd5fe -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:27 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 04:42:28 + make test 04:42:28 go test ./... -coverprofile=coverage.out ./... 04:42:33 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:45:55 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 04:46:02 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 04:46:03 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.194s coverage: 31.4% of statements 04:46:21 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 18.263s coverage: 86.5% of statements 04:46:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:46:21 go vet ./... 04:47:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:47:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:47:18 ./bin/test-attribution-txt.sh [Pipeline] echo 04:47:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 04:47:18 $ docker stop --time=1 82948861e56060773d9a242bc9d27c41418ef7fde0041c29c0b62996739fd5fe 04:47:20 $ docker rm -f --volumes 82948861e56060773d9a242bc9d27c41418ef7fde0041c29c0b62996739fd5fe [Pipeline] // withDockerContainer [Pipeline] sh 04:47:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:47:22 Warning: overwriting stash ‘coverage-report’ 04:47:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:47:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:47:23 + ls -al . 04:47:23 total 312 04:47:23 drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 04:42 . 04:47:23 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:39 .. 04:47:23 drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 04:39 .git 04:47:23 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 04:39 .github 04:47:23 -rw-rw-r-- 1 jenkins jenkins 493 Nov 11 04:39 .gitignore 04:47:23 -rw-rw-r-- 1 jenkins jenkins 199 Nov 11 04:39 .golangci.yml 04:47:23 -rw-rw-r-- 1 jenkins jenkins 19973 Nov 11 04:39 Attribution.txt 04:47:23 -rw-rw-r-- 1 jenkins jenkins 17665 Nov 11 04:39 CHANGELOG.md 04:47:23 -rw-rw-r-- 1 jenkins jenkins 1715 Nov 11 04:39 Dockerfile 04:47:23 -rw-rw-r-- 1 jenkins jenkins 677 Nov 11 04:39 GOVERNANCE.md 04:47:23 -rw-rw-r-- 1 jenkins jenkins 739 Nov 11 04:39 Jenkinsfile 04:47:23 -rw-rw-r-- 1 jenkins jenkins 11348 Nov 11 04:39 LICENSE 04:47:23 -rw-rw-r-- 1 jenkins jenkins 3465 Nov 11 04:39 Makefile 04:47:23 -rw-rw-r-- 1 jenkins jenkins 625 Nov 11 04:39 OWNERS.md 04:47:23 -rw-rw-r-- 1 jenkins jenkins 2620 Nov 11 04:39 README.md 04:47:23 -rw-rw-r-- 1 jenkins jenkins 5 Nov 11 04:35 VERSION 04:47:23 drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 04:39 bin 04:47:23 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 04:39 cmd 04:47:23 -rw-r--r-- 1 jenkins jenkins 92292 Nov 11 04:46 coverage.out 04:47:23 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:39 doc 04:47:23 -rw-rw-r-- 1 jenkins jenkins 6636 Nov 11 04:39 go.mod 04:47:23 -rw-rw-r-- 1 jenkins jenkins 88824 Nov 11 04:39 go.sum 04:47:23 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 04:39 internal 04:47:23 -rw-rw-r-- 1 jenkins jenkins 236 Nov 11 04:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:47:24 + 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=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 --label arch=arm64 --label version=0.0.0 . 04:47:24 Sending build context to Docker daemon 21.95MB 04:47:24 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 04:47:24 Step 2/27 : FROM ${BASE} AS builder 04:47:24 ---> 860c0d117fa6 04:47:24 Step 3/27 : ARG ADD_BUILD_TAGS="" 04:47:25 ---> Running in 82652b821e32 04:47:26 Removing intermediate container 82652b821e32 04:47:26 ---> 248eeaba52ff 04:47:26 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:47:26 ---> Running in ddca9c847206 04:47:26 Removing intermediate container ddca9c847206 04:47:26 ---> f032d455bc8c 04:47:26 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 04:47:26 ---> Running in 57ee5157c6e1 04:47:26 Removing intermediate container 57ee5157c6e1 04:47:26 ---> 53bbf311a30d 04:47:26 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 04:47:26 ---> Running in fe40c2f4360d 04:47:27 Removing intermediate container fe40c2f4360d 04:47:27 ---> 9a80fb8ba8ca 04:47:27 Step 7/27 : LABEL Name=edgex-device-onvif-camera 04:47:27 ---> Running in 10ce317b4ff7 04:47:27 Removing intermediate container 10ce317b4ff7 04:47:27 ---> 7679d7786361 04:47:27 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:47:28 ---> Running in f25de4a16fb2 04:47:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:47:30 OK: 238 MiB in 54 packages 04:47:32 Removing intermediate container f25de4a16fb2 04:47:32 ---> b148a5b3f198 04:47:32 Step 9/27 : WORKDIR /device-onvif-camera 04:47:32 ---> Running in 00d86b8e20c7 04:47:32 Removing intermediate container 00d86b8e20c7 04:47:32 ---> 0a8f06307436 04:47:32 Step 10/27 : COPY go.mod vendor* ./ 04:47:32 ---> a4bd644b909f 04:47:32 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:47:32 ---> Running in 1d3fd853d5dd 04:47:36 Removing intermediate container 1d3fd853d5dd 04:47:36 ---> f04b93c74cee 04:47:36 Step 12/27 : COPY . . 04:47:37 ---> 43dc2fef2ea8 04:47:37 Step 13/27 : RUN ${MAKE} 04:47:38 ---> Running in 9eb871fdd675 04:47:38 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 04:51:46 Removing intermediate container 9eb871fdd675 04:51:46 ---> 414e7be42b3f 04:51:46 Step 14/27 : FROM alpine:3.20 04:51:46 3.20: Pulling from library/alpine 04:51:46 cf04c63912e1: Already exists 04:51:46 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 04:51:46 Status: Downloaded newer image for alpine:3.20 04:51:46 ---> c157a85ed455 04:51:46 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 04:51:46 ---> Running in 6723f2f26847 04:51:46 Removing intermediate container 6723f2f26847 04:51:46 ---> 57de3412b46e 04:51:46 Step 16/27 : RUN apk add --update --no-cache dumb-init 04:51:46 ---> Running in 8033f54ae018 04:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:51:46 (1/1) Installing dumb-init (1.2.5-r3) 04:51:46 Executing busybox-1.36.1-r29.trigger 04:51:46 OK: 9 MiB in 15 packages 04:51:48 Removing intermediate container 8033f54ae018 04:51:48 ---> 11d450c67ea4 04:51:48 Step 17/27 : RUN apk --no-cache upgrade 04:51:48 ---> Running in 5163be16be44 04:51:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:51:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:51:50 Upgrading critical system libraries and apk-tools: 04:51:50 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 04:51:50 Executing busybox-1.36.1-r29.trigger 04:51:51 Continuing the upgrade transaction with new apk-tools: 04:51:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 04:51:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 04:51:53 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 04:51:53 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 04:51:53 OK: 9 MiB in 15 packages 04:51:54 Removing intermediate container 5163be16be44 04:51:54 ---> e0f2ee75eee1 04:51:54 Step 18/27 : WORKDIR / 04:51:54 ---> Running in a3e73415babc 04:51:54 Removing intermediate container a3e73415babc 04:51:54 ---> cdbfffa0f9e6 04:51:54 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 04:51:56 ---> 55ee031e2986 04:51:56 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 04:51:57 ---> fcd9fa2def4b 04:51:57 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:51:58 ---> 4c65508a46b4 04:51:58 Step 22/27 : EXPOSE 59984 04:51:58 ---> Running in e5f930f7717f 04:51:58 Removing intermediate container e5f930f7717f 04:51:58 ---> a0c92461659e 04:51:58 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 04:51:58 ---> Running in 149359020c4d 04:51:58 Removing intermediate container 149359020c4d 04:51:58 ---> ec0530aeceb9 04:51:58 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 04:51:58 ---> Running in 189206ce8c07 04:51:59 Removing intermediate container 189206ce8c07 04:51:59 ---> 31b8a124ab5e 04:51:59 Step 25/27 : LABEL arch=arm64 04:51:59 ---> Running in 10861947fcb1 04:51:59 Removing intermediate container 10861947fcb1 04:51:59 ---> 42c3d9a6de93 04:51:59 Step 26/27 : LABEL git_sha=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 04:51:59 ---> Running in 15fbbc4e4c78 04:52:00 Removing intermediate container 15fbbc4e4c78 04:52:00 ---> b3256a009401 04:52:00 Step 27/27 : LABEL version=0.0.0 04:52:00 ---> Running in 311f8049436f 04:52:00 Removing intermediate container 311f8049436f 04:52:00 ---> f478e7f247e8 04:52:00 [Warning] One or more build-args [ARCH] were not consumed 04:52:00 Successfully built f478e7f247e8 04:52:00 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:52:01 04:52:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:52:02 arm64: Pulling from edgex-lftools-log-publisher 04:52:02 8998bd30e6a1: Pulling fs layer 04:52:02 04944245beec: Pulling fs layer 04:52:02 699f458cf7ca: Pulling fs layer 04:52:02 765212b225bb: Pulling fs layer 04:52:02 f23df028b6ca: Pulling fs layer 04:52:02 d65c8cfc05b1: Pulling fs layer 04:52:02 2437ff75d9bd: Pulling fs layer 04:52:02 765212b225bb: Waiting 04:52:02 f23df028b6ca: Waiting 04:52:02 d65c8cfc05b1: Waiting 04:52:02 2437ff75d9bd: Waiting 04:52:02 04944245beec: Verifying Checksum 04:52:02 04944245beec: Download complete 04:52:02 765212b225bb: Verifying Checksum 04:52:02 765212b225bb: Download complete 04:52:02 f23df028b6ca: Verifying Checksum 04:52:02 f23df028b6ca: Download complete 04:52:02 d65c8cfc05b1: Verifying Checksum 04:52:02 d65c8cfc05b1: Download complete 04:52:02 699f458cf7ca: Verifying Checksum 04:52:02 699f458cf7ca: Download complete 04:52:03 8998bd30e6a1: Verifying Checksum 04:52:03 8998bd30e6a1: Download complete 04:52:05 2437ff75d9bd: Verifying Checksum 04:52:05 2437ff75d9bd: Download complete 04:52:08 8998bd30e6a1: Pull complete 04:52:08 04944245beec: Pull complete 04:52:10 699f458cf7ca: Pull complete 04:52:10 765212b225bb: Pull complete 04:52:11 f23df028b6ca: Pull complete 04:52:11 d65c8cfc05b1: Pull complete 04:52:29 2437ff75d9bd: Pull complete 04:52:29 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:52:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:52:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:52:30 prd-ubuntu20.04-docker-arm64-4c-16g-26111 does not seem to be running inside a container 04:52:30 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:52:33 $ docker top 04d6c54daced1bb8735b4395fdbb67c904c65739599630747db9e74f20f74c16 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:52:34 ---> job-cost.sh 04:52:34 lf-activate-venv: SKIPPING 04:52:34 INFO: No Stack... 04:52:35 INFO: Retrieving Pricing Info for: v3-standard-4 04:52:35 INFO: Archiving Costs [Pipeline] sh 04:52:36 + + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 04:52:36 cut -d, -f6 [Pipeline] lock 04:52:36 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] 04:52:36 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] did not exist. Created. 04:52:36 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:52:37 /w/workspace/device-onvif-camera/1@tmp/durable-53745a2b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:52:37 + echo total: 0.10999999940395355 [Pipeline] stash 04:52:37 Warning: overwriting stash ‘stack-cost’ 04:52:38 Stashed 1 file(s) [Pipeline] } 04:52:38 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-475-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:52:38 $ docker stop --time=1 04d6c54daced1bb8735b4395fdbb67c904c65739599630747db9e74f20f74c16 04:52:39 $ docker rm -f --volumes 04d6c54daced1bb8735b4395fdbb67c904c65739599630747db9e74f20f74c16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:52:40 provisioning config files... 04:52:40 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-475@tmp/config6890656506024249803tmp [Pipeline] { [Pipeline] sh 04:52:41 + set +x 04:52:41 + bash -s -- 04:52:41 + curl -s https://codecov.io/bash 04:52:41 04:52:41 _____ _ 04:52:41 / ____| | | 04:52:41 | | ___ __| | ___ ___ _____ __ 04:52:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:52:41 | |___| (_) | (_| | __/ (_| (_) \ V / 04:52:41 \_____\___/ \__,_|\___|\___\___/ \_/ 04:52:41 Bash-1.0.6 04:52:41 04:52:41 04:52:41 ==> git version 2.25.1 found 04:52:41 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:52:41 Release-Date: 2020-01-08 04:52:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:52:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:52:41 ==> Jenkins CI detected. 04:52:41 current dir:  /w/workspace/undry_device-onvif-camera_PR-475 04:52:41 project root: . 04:52:41 --> token set from env 04:52:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:52:41 ==> Running gcov in . (disable via -X gcov) 04:52:41 ==> Python coveragepy not found 04:52:41 ==> Searching for coverage reports in: 04:52:41 + . 04:52:41 -> Found 1 reports 04:52:41 ==> Detecting git/mercurial file structure 04:52:41 ==> Reading reports 04:52:41 + ./coverage.out bytes=92292 04:52:41 ==> Appending adjustments 04:52:41 https://docs.codecov.io/docs/fixing-reports 04:52:41 + Found adjustments 04:52:41 ==> Gzipping contents 04:52:41 12K /tmp/codecov.Lhrcpc.gz 04:52:41 ==> Uploading reports 04:52:41 url: https://codecov.io 04:52:41 query: branch=PR-475&commit=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-475%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=475&job=&cmd_args= 04:52:41 -> Pinging Codecov 04:52:41 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-475&commit=22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-475%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=475&job=&cmd_args= 04:52:41 -> Uploading to 04:52:41 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-onvif-camera/22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8/759c06ba-e1ea-424f-9521-0de2872ad1b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241111%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241111T045241Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=179b5db2beff8de46a79566811ad8aabc0ef538e1524efd1cd77166c3712a8a0 04:52:41 % Total % Received % Xferd Average Speed Time Time Time Current 04:52:41 Dload Upload Total Spent Left Speed 04:52:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11416 0 0 100 11416 0 48786 --:--:-- --:--:-- --:--:-- 48995 04:52:42 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/22d23d7ae3353e0154e35ebad73c72e7f4fdf7f8 [Pipeline] } 04:52:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:52:44 + [ -d /w/workspace/undry_device-onvif-camera_PR-475/archives ] 04:52:44 + ls -al /w/workspace/undry_device-onvif-camera_PR-475/archives 04:52:44 total 16 04:52:44 drwxr-xr-x 3 root root 4096 Nov 11 04:38 . 04:52:44 drwxrwxr-x 10 jenkins jenkins 4096 Nov 11 04:38 .. 04:52:44 drwxr-xr-x 2 root root 4096 Nov 11 04:38 cost 04:52:44 -rw-r--r-- 1 root root 91 Nov 11 04:38 cost.csv 04:52:44 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-475/archives 04:52:44 + ls -al /w/workspace/undry_device-onvif-camera_PR-475/archives 04:52:44 total 16 04:52:44 drwxr-xr-x 3 jenkins jenkins 4096 Nov 11 04:38 . 04:52:44 drwxrwxr-x 10 jenkins jenkins 4096 Nov 11 04:38 .. 04:52:44 drwxr-xr-x 2 jenkins jenkins 4096 Nov 11 04:38 cost 04:52:44 -rw-r--r-- 1 jenkins jenkins 91 Nov 11 04:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:52:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:52:45 ---> package-listing.sh 04:52:45 ++ facter osfamily 04:52:45 ++ tr '[:upper:]' '[:lower:]' 04:52:45 + OS_FAMILY=debian 04:52:45 + workspace=/w/workspace/undry_device-onvif-camera_PR-475 04:52:45 + START_PACKAGES=/tmp/packages_start.txt 04:52:45 + END_PACKAGES=/tmp/packages_end.txt 04:52:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:52:45 + PACKAGES=/tmp/packages_start.txt 04:52:45 + '[' /w/workspace/undry_device-onvif-camera_PR-475 ']' 04:52:45 + PACKAGES=/tmp/packages_end.txt 04:52:45 + case "${OS_FAMILY}" in 04:52:45 + dpkg -l 04:52:45 + grep '^ii' 04:52:45 + '[' -f /tmp/packages_start.txt ']' 04:52:45 + '[' -f /tmp/packages_end.txt ']' 04:52:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:52:45 + '[' /w/workspace/undry_device-onvif-camera_PR-475 ']' 04:52:45 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-475/archives/ 04:52:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-475/archives/ [Pipeline] echo 04:52:45 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-475/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:52:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:52:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:52:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:52:46 prd-ubuntu20.04-docker-8c-8g-26109 does not seem to be running inside a container 04:52:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-475/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-475 -v /w/workspace/undry_device-onvif-camera_PR-475:/w/workspace/undry_device-onvif-camera_PR-475:rw,z -v /w/workspace/undry_device-onvif-camera_PR-475@tmp:/w/workspace/undry_device-onvif-camera_PR-475@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:52:47 $ docker top c96cb9749919802b69955cb8f0c8bcc6c63484c76face4bf27acd127f3a22afb -eo pid,comm [Pipeline] { [Pipeline] sh 04:52:47 + touch /tmp/pre-build-complete [Pipeline] sh 04:52:47 + mkdir -p /var/log/sysstat [Pipeline] sh 04:52:48 + ls /var/log/sa-host 04:52:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:48 provisioning config files... 04:52:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-475@tmp/config640384234880844323tmp [Pipeline] { [Pipeline] echo 04:52:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:48 ---> create-netrc.sh [Pipeline] } 04:52:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:52:49 ---> python-tools-install.sh [Pipeline] echo 04:52:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:52:49 ---> sudo-logs.sh 04:52:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:52:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:52:50 ---> job-cost.sh 04:52:50 lf-activate-venv: SKIPPING 04:52:50 DEBUG: total: 0.2199999988079071 04:52:50 INFO: Retrieving Stack Cost... 04:52:50 INFO: Retrieving Pricing Info for: v3-standard-8 04:52:50 INFO: Archiving Costs [Pipeline] echo 04:52:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:51 ---> logs-deploy.sh 04:52:51 lf-activate-venv: SKIPPING 04:52:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-475/1 04:52:51 INFO: archiving workspace using pattern(s): 04:52:52 Archives upload complete. 04:52:52 INFO: archiving logs to Nexus