Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b54b79498e332a1e36b9fe49a0189bdcdd0007a3 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-ssh16977051183875362216.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh11889419497355350251.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 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8497351464862580788.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8389544391714443079.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10692376880344674581.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6005’ Running on prd-ubuntu20.04-docker-8c-8g-6009 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b54b79498e332a1e36b9fe49a0189bdcdd0007a3 (main) Commit message: "Merge pull request #339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.25" > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b54b79498e332a1e36b9fe49a0189bdcdd0007a3 # timeout=10 > git rev-list --no-walk eecbf34369017b68559e2ef7580535b3a8c22776 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:13:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:13:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:13:56 ========================================================= 15:13:56 EdgeX Global Pipelines Version Info 15:13:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:13:57 ------------------- 15:13:57 stable info: 15:13:57 ------------------- 15:13:57 Commited By: Ginny Guan ginny@iotechsys.com 15:13:57 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 15:13:57 Message: update stable to v1.0.260 15:13:57 ------------------- 15:13:57 experimental info: 15:13:57 ------------------- 15:13:57 Commited By: Ginny Guan ginny@iotechsys.com 15:13:57 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 15:13:57 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:13:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b54b794 [Pipeline] echo 15:13:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:13:58 provisioning config files... 15:13:58 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10779004661104149351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:13:58 ---> ****-login.sh 15:13:58 nexus3.edgexfoundry.org:10001 15:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:13:59 Configure a credential helper to remove this warning. See 15:13:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:13:59 15:13:59 Login Succeeded 15:13:59 nexus3.edgexfoundry.org:10002 15:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:13:59 Configure a credential helper to remove this warning. See 15:13:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:13:59 15:13:59 Login Succeeded 15:13:59 nexus3.edgexfoundry.org:10003 15:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:13:59 Configure a credential helper to remove this warning. See 15:13:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:13:59 15:13:59 Login Succeeded 15:13:59 nexus3.edgexfoundry.org:10004 15:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:13:59 Configure a credential helper to remove this warning. See 15:13:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:13:59 15:13:59 Login Succeeded 15:13:59 ****.io 15:13:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:13:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:13:59 Configure a credential helper to remove this warning. See 15:13:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:13:59 15:13:59 Login Succeeded 15:13:59 ---> ****-login.sh ends [Pipeline] } 15:13:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:14:00 + git rev-list -1 --merges b54b79498e332a1e36b9fe49a0189bdcdd0007a3~1..b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo 15:14:00 -----------> git rev-list -1 --merges b54b79498e332a1e36b9fe49a0189bdcdd0007a3~1..b54b79498e332a1e36b9fe49a0189bdcdd0007a3 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:14:00 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [false] [Pipeline] sh 15:14:00 + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo 15:14:00 ========================================================= 15:14:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:14:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:14:00 + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo 15:14:00 [semverPrep] GIT_COMMIT: b54b79498e332a1e36b9fe49a0189bdcdd0007a3, Commit Message: Merge pull request #339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.25 [Pipeline] echo 15:14:00 [semverPrep] This is not a build commit. [Pipeline] sh 15:14:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:14:01 + grep -v github /etc/ssh/ssh_known_hosts 15:14:01 + [ -e /tmp/ssh_known_hosts ] 15:14:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:14:01 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:14:01 + sudo tee -a /etc/ssh/ssh_known_hosts 15:14:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:14:01 15:14:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:14:01 0.1.4: Pulling from edgex-devops/py-git-semver 15:14:01 b85a868b505f: Pulling fs layer 15:14:01 e2be974225ed: Pulling fs layer 15:14:01 339a4e72a1f5: Pulling fs layer 15:14:01 988bab9f4d93: Pulling fs layer 15:14:01 1469e6f7b9e6: Pulling fs layer 15:14:01 eaf3925da568: Pulling fs layer 15:14:01 bab4dde63d76: Pulling fs layer 15:14:01 bde34c3a00c8: Pulling fs layer 15:14:01 b352a97aabf1: Pulling fs layer 15:14:01 4872d77fe225: Pulling fs layer 15:14:01 5851b861e8e6: Pulling fs layer 15:14:01 bde34c3a00c8: Waiting 15:14:01 1469e6f7b9e6: Waiting 15:14:01 b352a97aabf1: Waiting 15:14:01 4872d77fe225: Waiting 15:14:01 5851b861e8e6: Waiting 15:14:01 eaf3925da568: Waiting 15:14:01 bab4dde63d76: Waiting 15:14:01 988bab9f4d93: Waiting 15:14:01 e2be974225ed: Download complete 15:14:01 988bab9f4d93: Download complete 15:14:01 1469e6f7b9e6: Verifying Checksum 15:14:01 1469e6f7b9e6: Download complete 15:14:01 339a4e72a1f5: Verifying Checksum 15:14:01 339a4e72a1f5: Download complete 15:14:02 eaf3925da568: Verifying Checksum 15:14:02 eaf3925da568: Download complete 15:14:02 bde34c3a00c8: Download complete 15:14:02 b352a97aabf1: Download complete 15:14:02 4872d77fe225: Download complete 15:14:02 5851b861e8e6: Verifying Checksum 15:14:02 5851b861e8e6: Download complete 15:14:02 b85a868b505f: Verifying Checksum 15:14:02 b85a868b505f: Download complete 15:14:02 bab4dde63d76: Verifying Checksum 15:14:02 bab4dde63d76: Download complete 15:14:03 b85a868b505f: Pull complete 15:14:03 e2be974225ed: Pull complete 15:14:04 339a4e72a1f5: Pull complete 15:14:04 988bab9f4d93: Pull complete 15:14:04 1469e6f7b9e6: Pull complete 15:14:04 eaf3925da568: Pull complete 15:14:06 bab4dde63d76: Pull complete 15:14:06 bde34c3a00c8: Pull complete 15:14:06 b352a97aabf1: Pull complete 15:14:06 4872d77fe225: Pull complete 15:14:06 5851b861e8e6: Pull complete 15:14:06 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:14:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:14:06 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:14:06 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:14:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:14:09 $ docker top 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 -eo pid,comm 15:14:09 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). 15:14:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:14:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:14:09 [ssh-agent] Looking for ssh-agent implementation... 15:14:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:14:09 $ docker exec 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent 15:14:09 SSH_AUTH_SOCK=/tmp/ssh-tqUrEwQOsTRE/agent.33 15:14:09 SSH_AGENT_PID=39 15:14:09 Running ssh-add (command line suppressed) 15:14:09 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1805278915697941615.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1805278915697941615.key) 15:14:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:14:10 + git tag --points-at HEAD [Pipeline] } 15:14:10 $ docker exec --env ******** --env ******** 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent -k 15:14:10 unset SSH_AUTH_SOCK; 15:14:10 unset SSH_AGENT_PID; 15:14:10 echo Agent pid 39 killed; 15:14:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:14:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:14:10 [ssh-agent] Looking for ssh-agent implementation... 15:14:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:14:10 $ docker exec 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent 15:14:10 SSH_AUTH_SOCK=/tmp/ssh-YXICPAPBLvBp/agent.72 15:14:10 SSH_AGENT_PID=78 15:14:10 Running ssh-add (command line suppressed) 15:14:10 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12893666080341555706.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12893666080341555706.key) 15:14:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:14:10 + git semver init 15:14:11 2024-07-20 15:14:11,151 [run_init] DEBUG init version:0.0.0 force:False 15:14:11 2024-07-20 15:14:11,152 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 15:14:11 2024-07-20 15:14:11,153 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 15:14:11 2024-07-20 15:14:11,153 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 15:14:13 2024-07-20 15:14:12,709 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 15:14:13 2024-07-20 15:14:12,710 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 15:14:13 2024-07-20 15:14:12,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:14:13 2024-07-20 15:14:12,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:14:13 3.2.0-dev.15 [Pipeline] } 15:14:13 $ docker exec --env ******** --env ******** 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent -k 15:14:13 unset SSH_AUTH_SOCK; 15:14:13 unset SSH_AGENT_PID; 15:14:13 echo Agent pid 78 killed; 15:14:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:13 + git semver [Pipeline] } 15:14:13 $ docker stop --time=1 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 15:14:15 $ docker rm -f --volumes 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 [Pipeline] // withDockerContainer [Pipeline] sh 15:14:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:14:15 Stashed 1 file(s) [Pipeline] echo 15:14:15 [edgeXSemver]: initialized semver on version 3.2.0-dev.15 [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 15:14:15 provisioning config files... 15:14:16 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6343969332503755234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:16 ---> ****-login.sh 15:14:16 nexus3.edgexfoundry.org:10001 15:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:14:16 Configure a credential helper to remove this warning. See 15:14:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:14:16 15:14:16 Login Succeeded 15:14:16 nexus3.edgexfoundry.org:10002 15:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:14:16 Configure a credential helper to remove this warning. See 15:14:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:14:16 15:14:16 Login Succeeded 15:14:16 nexus3.edgexfoundry.org:10003 15:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:14:16 Configure a credential helper to remove this warning. See 15:14:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:14:16 15:14:16 Login Succeeded 15:14:16 nexus3.edgexfoundry.org:10004 15:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:14:16 Configure a credential helper to remove this warning. See 15:14:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:14:16 15:14:16 Login Succeeded 15:14:16 ****.io 15:14:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:14:16 Configure a credential helper to remove this warning. See 15:14:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:14:16 15:14:16 Login Succeeded 15:14:16 ---> ****-login.sh ends [Pipeline] } 15:14:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:14:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:14:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:14:16 ========================================================= 15:14:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 15:14:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:14:17 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 15:14:17 Sending build context to Docker daemon 20.44MB 15:14:17 Step 1/13 : ARG BASE=golang:1.21-alpine3.18 15:14:17 Step 2/13 : FROM ${BASE} AS builder 15:14:17 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 15:14:17 619be1103602: Pulling fs layer 15:14:17 7862e08f4a3e: Pulling fs layer 15:14:17 5df492c9dc93: Pulling fs layer 15:14:17 7629e6793208: Pulling fs layer 15:14:17 4f4fb700ef54: Pulling fs layer 15:14:17 fb5054dd5b73: Pulling fs layer 15:14:17 eeca6798cff9: Pulling fs layer 15:14:17 aa269ceb94a6: Pulling fs layer 15:14:17 ada007ff1a6a: Pulling fs layer 15:14:17 7629e6793208: Waiting 15:14:17 4f4fb700ef54: Waiting 15:14:17 fb5054dd5b73: Waiting 15:14:17 eeca6798cff9: Waiting 15:14:17 aa269ceb94a6: Waiting 15:14:17 ada007ff1a6a: Waiting 15:14:17 7862e08f4a3e: Download complete 15:14:17 7629e6793208: Verifying Checksum 15:14:17 7629e6793208: Download complete 15:14:17 4f4fb700ef54: Verifying Checksum 15:14:17 4f4fb700ef54: Download complete 15:14:17 619be1103602: Verifying Checksum 15:14:17 619be1103602: Download complete 15:14:17 fb5054dd5b73: Download complete 15:14:17 eeca6798cff9: Verifying Checksum 15:14:17 eeca6798cff9: Download complete 15:14:17 619be1103602: Pull complete 15:14:17 ada007ff1a6a: Verifying Checksum 15:14:17 ada007ff1a6a: Download complete 15:14:17 7862e08f4a3e: Pull complete 15:14:18 5df492c9dc93: Verifying Checksum 15:14:18 5df492c9dc93: Download complete 15:14:18 aa269ceb94a6: Verifying Checksum 15:14:18 aa269ceb94a6: Download complete 15:14:21 5df492c9dc93: Pull complete 15:14:21 7629e6793208: Pull complete 15:14:21 4f4fb700ef54: Pull complete 15:14:21 fb5054dd5b73: Pull complete 15:14:21 eeca6798cff9: Pull complete 15:14:24 aa269ceb94a6: Pull complete 15:14:24 ada007ff1a6a: Pull complete 15:14:24 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 15:14:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 15:14:24 ---> f489d0715acc 15:14:24 Step 3/13 : ARG ADD_BUILD_TAGS="" 15:14:29 ---> Running in d6f5045ab1f3 15:14:29 Removing intermediate container d6f5045ab1f3 15:14:29 ---> b44da0f37343 15:14:29 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:14:29 ---> Running in bf2140540b4d 15:14:30 Removing intermediate container bf2140540b4d 15:14:30 ---> 6c76474534fe 15:14:30 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 15:14:30 ---> Running in 2eb380e1fd09 15:14:30 Removing intermediate container 2eb380e1fd09 15:14:30 ---> 2e5b7923a10d 15:14:30 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 15:14:30 ---> Running in 76a9e5158610 15:14:30 Removing intermediate container 76a9e5158610 15:14:30 ---> 3b84c3664cdf 15:14:30 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:14:30 ---> Running in cd6c4b6c1b60 15:14:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:14:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:14:30 Still waiting to schedule task 15:14:30 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6007’ 15:14:31 (1/13) Installing libintl (0.21.1-r7) 15:14:31 (2/13) Installing eudev-libs (3.2.11-r8) 15:14:31 (3/13) Installing libjpeg-turbo (2.1.5.1-r3) 15:14:31 (4/13) Installing v4l-utils-libs (1.24.1-r0) 15:14:31 (5/13) Installing v4l-utils (1.24.1-r0) 15:14:31 (6/13) Installing libdvbv5 (1.24.1-r0) 15:14:31 (7/13) Installing udev-init-scripts (35-r1) 15:14:31 (8/13) Installing libblkid (2.38.1-r8) 15:14:31 (9/13) Installing xz-libs (5.4.3-r0) 15:14:31 (10/13) Installing kmod-libs (30-r3) 15:14:31 (11/13) Installing eudev (3.2.11-r8) 15:14:31 (12/13) Installing eudev-dev (3.2.11-r8) 15:14:31 (13/13) Installing v4l-utils-dev (1.24.1-r0) 15:14:31 Executing busybox-1.36.1-r5.trigger 15:14:31 Executing eudev-3.2.11-r8.trigger 15:14:31 OK: 271 MiB in 65 packages 15:14:31 Removing intermediate container cd6c4b6c1b60 15:14:31 ---> 14f3ad4be3c0 15:14:31 Step 8/13 : WORKDIR /device-usb-camera 15:14:31 ---> Running in 7f7ec4fb912e 15:14:31 Removing intermediate container 7f7ec4fb912e 15:14:31 ---> 309073f27822 15:14:31 Step 9/13 : COPY go.mod vendor* ./ 15:14:32 ---> 0279faec043f 15:14:32 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:14:32 ---> Running in 764035caa5d1 15:15:18 Removing intermediate container 764035caa5d1 15:15:18 ---> 28fffe1d7eef 15:15:18 Step 11/13 : COPY . . 15:15:18 ---> c6d11ead3056 15:15:18 Step 12/13 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE 15:15:18 ---> Running in 0374f00c4fe8 15:15:18  % Total % Received % Xferd Average Speed Time Time Time Current 15:15:18 Dload Upload Total Spent Left Speed 15:15:18  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8894 0 --:--:-- --:--:-- --:--:-- 8924 15:15:19 Removing intermediate container 0374f00c4fe8 15:15:19 ---> b88bbcdd822a 15:15:19 Step 13/13 : RUN ${MAKE} 15:15:19 ---> Running in 996ee8d63079 15:15:19 noop 15:15:20 Removing intermediate container 996ee8d63079 15:15:20 ---> f11473de44fd 15:15:20 Successfully built f11473de44fd 15:15:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:20 + docker inspect -f . ci-base-image-x86_64 15:15:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:15:20 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:15:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:15:20 $ docker top 82be07765b14d0411cf49497444f0807d8d465a6eb759661b416c082e2ee5482 -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:21 + go version 15:15:21 go version go1.21.9 linux/amd64 [Pipeline] } 15:15:21 $ docker stop --time=1 82be07765b14d0411cf49497444f0807d8d465a6eb759661b416c082e2ee5482 15:15:22 $ docker rm -f --volumes 82be07765b14d0411cf49497444f0807d8d465a6eb759661b416c082e2ee5482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:22 + docker inspect -f . ci-base-image-x86_64 15:15:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:15:22 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:15:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:15:23 $ docker top d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca -eo pid,comm [Pipeline] { [Pipeline] sh 15:15:23 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 15:15:23 + make test 15:15:23 go test ./... -coverprofile=coverage.out ./... 15:15:25 ? github.com/edgexfoundry/device-usb-camera [no test files] 15:15:43 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 15:15:43 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 4.4% of statements 15:15:56 go vet ./... 15:16:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:16:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:16:01 ./bin/test-attribution-txt.sh 15:16:01 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 15:16:01 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 15:16:01 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 15:16:01 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 15:16:01 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 15:16:01 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 15:16:01 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 15:16:01 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 15:16:01 An attribution for golang.org/x/term is missing from Attribution.txt, please add 15:16:01 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 15:16:01 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 15:16:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 15:16:01 $ docker stop --time=1 d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca 15:16:06 $ docker rm -f --volumes d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca [Pipeline] // withDockerContainer [Pipeline] sh 15:16:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:16:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:16:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:16:07 + ls -al . 15:16:07 total 292 15:16:07 drwxrwxr-x 9 jenkins jenkins 4096 Jul 20 15:15 . 15:16:07 drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 15:13 .. 15:16:07 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:15 .git 15:16:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 .github 15:16:07 -rw-rw-r-- 1 jenkins jenkins 379 Jul 20 15:13 .gitignore 15:16:07 -rw-rw-r-- 1 jenkins jenkins 45 Jul 20 15:13 .golangci.yml 15:16:07 -rw-rw-r-- 1 jenkins jenkins 77 Jul 20 15:13 .hadolint.yml 15:16:07 drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 15:14 .semver 15:16:07 -rw-rw-r-- 1 jenkins jenkins 10870 Jul 20 15:13 Attribution.txt 15:16:07 -rw-rw-r-- 1 jenkins jenkins 16561 Jul 20 15:13 CHANGELOG.md 15:16:07 -rw-rw-r-- 1 jenkins jenkins 2453 Jul 20 15:13 Dockerfile 15:16:07 -rw-rw-r-- 1 jenkins jenkins 678 Jul 20 15:13 GOVERNANCE.md 15:16:07 -rw-rw-r-- 1 jenkins jenkins 659 Jul 20 15:13 Jenkinsfile 15:16:07 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 20 15:13 LICENSE 15:16:07 -rw-rw-r-- 1 jenkins jenkins 2611 Jul 20 15:13 Makefile 15:16:07 -rw-rw-r-- 1 jenkins jenkins 622 Jul 20 15:13 OWNERS.md 15:16:07 -rw-rw-r-- 1 jenkins jenkins 2575 Jul 20 15:13 README.md 15:16:07 -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 15:14 VERSION 15:16:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:13 bin 15:16:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 cmd 15:16:07 -rw-r--r-- 1 jenkins jenkins 54703 Jul 20 15:15 coverage.out 15:16:07 -rwxrwxr-x 1 jenkins jenkins 84 Jul 20 15:13 docker-entrypoint.sh 15:16:07 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:13 docs 15:16:07 -rw-rw-r-- 1 jenkins jenkins 7209 Jul 20 15:13 go.mod 15:16:07 -rw-rw-r-- 1 jenkins jenkins 102019 Jul 20 15:13 go.sum 15:16:07 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 internal 15:16:07 -rw-rw-r-- 1 jenkins jenkins 231 Jul 20 15:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:07 + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 --label arch=amd64 --label version=3.2.0-dev.15 . 15:16:07 Sending build context to Docker daemon 20.49MB 15:16:07 Step 1/37 : ARG BASE=golang:1.21-alpine3.18 15:16:07 Step 2/37 : FROM ${BASE} AS builder 15:16:07 ---> f11473de44fd 15:16:07 Step 3/37 : ARG ADD_BUILD_TAGS="" 15:16:08 ---> Running in 3ae67063f532 15:16:08 Removing intermediate container 3ae67063f532 15:16:08 ---> 4e25e10cd063 15:16:08 Step 4/37 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:16:08 ---> Running in 4f58997a2db6 15:16:08 Removing intermediate container 4f58997a2db6 15:16:08 ---> 7ebd948a0c07 15:16:08 Step 5/37 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 15:16:08 ---> Running in f8f78b9fed6d 15:16:08 Removing intermediate container f8f78b9fed6d 15:16:08 ---> f145dece2b5c 15:16:08 Step 6/37 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 15:16:08 ---> Running in bd610f0c13e7 15:16:08 Removing intermediate container bd610f0c13e7 15:16:08 ---> 2c2ec66a5ac4 15:16:08 Step 7/37 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:16:08 ---> Running in 0254572bb57d 15:16:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:16:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:16:09 OK: 271 MiB in 65 packages 15:16:09 Removing intermediate container 0254572bb57d 15:16:09 ---> 5aa086b5ea4a 15:16:09 Step 8/37 : WORKDIR /device-usb-camera 15:16:09 ---> Running in a34f67ea944e 15:16:09 Removing intermediate container a34f67ea944e 15:16:09 ---> 74e64dc12bed 15:16:09 Step 9/37 : COPY go.mod vendor* ./ 15:16:09 ---> 9f77c6748fdf 15:16:09 Step 10/37 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:16:09 ---> Running in 7871b10a7e64 15:16:10 Removing intermediate container 7871b10a7e64 15:16:10 ---> e8acbcc07f6c 15:16:10 Step 11/37 : COPY . . 15:16:11 ---> c6ddf217acfd 15:16:11 Step 12/37 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE 15:16:11 ---> Running in 124a8fd98143 15:16:11  % Total % Received % Xferd Average Speed Time Time Time Current 15:16:11 Dload Upload Total Spent Left Speed 15:16:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 31594 0 --:--:-- --:--:-- --:--:-- 32181 15:16:11 Removing intermediate container 124a8fd98143 15:16:11 ---> 2ab8ca2f8e38 15:16:11 Step 13/37 : RUN ${MAKE} 15:16:11 ---> Running in 17e649ad32b2 15:16:11 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.2.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.25" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 15:16:50 Removing intermediate container 17e649ad32b2 15:16:50 ---> 609caeed0425 15:16:50 Step 14/37 : FROM bluenviron/mediamtx:1.8.2 AS rtsp 15:16:50 1.8.2: Pulling from bluenviron/mediamtx 15:16:50 8411072a22a5: Pulling fs layer 15:16:50 8411072a22a5: Verifying Checksum 15:16:50 8411072a22a5: Download complete 15:16:50 8411072a22a5: Pull complete 15:16:50 Digest: sha256:d8a9834858e28c90eb7bc42154a9321e821463a9457007f50f6329c465b8b387 15:16:50 Status: Downloaded newer image for bluenviron/mediamtx:1.8.2 15:16:50 ---> 1ac78cb06e13 15:16:50 Step 15/37 : FROM alpine:3.18 15:16:50 3.18: Pulling from library/alpine 15:16:50 73baa7ef167e: Pulling fs layer 15:16:50 73baa7ef167e: Download complete 15:16:50 73baa7ef167e: Pull complete 15:16:50 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 15:16:50 Status: Downloaded newer image for alpine:3.18 15:16:50 ---> 8fd7cac70a4a 15:16:50 Step 16/37 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:16:50 ---> Running in 2e5ac83fb398 15:16:50 Removing intermediate container 2e5ac83fb398 15:16:50 ---> a82b3573294d 15:16:50 Step 17/37 : RUN apk add --update --no-cache dumb-init ffmpeg udev 15:16:50 ---> Running in ba4c110c83b0 15:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:16:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:16:50 (1/107) Installing dumb-init (1.2.5-r2) 15:16:50 (2/107) Installing sdl2 (2.26.5-r0) 15:16:50 (3/107) Installing svt-av1-libs (1.6.0-r0) 15:16:50 (4/107) Installing aom-libs (3.6.1-r0) 15:16:50 (5/107) Installing libxau (1.0.11-r2) 15:16:50 (6/107) Installing libmd (1.0.4-r2) 15:16:50 (7/107) Installing libbsd (0.11.7-r1) 15:16:50 (8/107) Installing libxdmcp (1.1.4-r2) 15:16:50 (9/107) Installing libxcb (1.15-r1) 15:16:50 (10/107) Installing libx11 (1.8.7-r0) 15:16:50 (11/107) Installing hwdata-pci (0.370-r0) 15:16:50 (12/107) Installing libpciaccess (0.17-r2) 15:16:50 (13/107) Installing libdrm (2.4.115-r4) 15:16:50 (14/107) Installing libxext (1.3.5-r2) 15:16:50 (15/107) Installing libxfixes (6.0.1-r2) 15:16:50 (16/107) Installing libffi (3.4.4-r2) 15:16:50 (17/107) Installing wayland-libs-client (1.22.0-r2) 15:16:50 (18/107) Installing libva (2.18.0-r1) 15:16:50 (19/107) Installing libvdpau (1.5-r1) 15:16:50 (20/107) Installing libgcc (12.2.1_git20220924-r10) 15:16:50 (21/107) Installing libstdc++ (12.2.1_git20220924-r10) 15:16:50 (22/107) Installing onevpl-libs (2023.2.1-r0) 15:16:50 (23/107) Installing ffmpeg-libavutil (6.0.1-r0) 15:16:50 (24/107) Installing libdav1d (1.2.1-r0) 15:16:50 (25/107) Installing brotli-libs (1.0.9-r14) 15:16:51 (26/107) Installing libhwy (1.0.4-r1) 15:16:51 (27/107) Installing lcms2 (2.15-r2) 15:16:51 (28/107) Installing libjxl (0.8.2-r0) 15:16:51 (29/107) Installing lame-libs (3.100-r5) 15:16:51 (30/107) Installing opus (1.4-r0) 15:16:51 (31/107) Installing libgomp (12.2.1_git20220924-r10) 15:16:51 (32/107) Installing soxr (0.1.3-r5) 15:16:51 (33/107) Installing ffmpeg-libswresample (6.0.1-r0) 15:16:51 (34/107) Installing libogg (1.3.5-r4) 15:16:51 (35/107) Installing libtheora (1.1.1-r17) 15:16:51 (36/107) Installing libvorbis (1.3.7-r1) 15:16:51 (37/107) Installing libvpx (1.13.0-r2) 15:16:51 (38/107) Installing libwebp (1.3.2-r0) 15:16:51 (39/107) Installing x264-libs (0.164_git20220602-r1) 15:16:51 (40/107) Installing numactl (2.0.16-r4) 15:16:51 (41/107) Installing x265-libs (3.5-r4) 15:16:51 (42/107) Installing xvidcore (1.3.7-r1) 15:16:51 (43/107) Installing ffmpeg-libavcodec (6.0.1-r0) 15:16:51 (44/107) Installing alsa-lib (1.2.9-r1) 15:16:51 (45/107) Installing libexpat (2.6.2-r0) 15:16:51 (46/107) Installing libbz2 (1.0.8-r5) 15:16:51 (47/107) Installing libpng (1.6.39-r3) 15:16:51 (48/107) Installing freetype (2.13.0-r5) 15:16:51 (49/107) Installing fontconfig (2.14.2-r3) 15:16:51 (50/107) Installing fribidi (1.0.13-r0) 15:16:51 (51/107) Installing libintl (0.21.1-r7) 15:16:51 (52/107) Installing libblkid (2.38.1-r8) 15:16:51 (53/107) Installing libmount (2.38.1-r8) 15:16:51 (54/107) Installing pcre2 (10.42-r1) 15:16:51 (55/107) Installing glib (2.76.6-r0) 15:16:51 (56/107) Installing graphite2 (1.3.14-r5) 15:16:51 (57/107) Installing harfbuzz (7.3.0-r0) 15:16:51 (58/107) Installing libunibreak (5.1-r0) 15:16:51 (59/107) Installing libass (0.17.1-r0) 15:16:51 (60/107) Installing libbluray (1.3.4-r0) 15:16:51 (61/107) Installing gmp (6.2.1-r3) 15:16:51 (62/107) Installing nettle (3.8.1-r2) 15:16:51 (63/107) Installing libunistring (1.1-r1) 15:16:51 (64/107) Installing libidn2 (2.3.4-r1) 15:16:51 (65/107) Installing p11-kit (0.24.1-r2) 15:16:51 (66/107) Installing libtasn1 (4.19.0-r1) 15:16:51 (67/107) Installing gnutls (3.8.4-r0) 15:16:51 (68/107) Installing mpg123-libs (1.31.3-r1) 15:16:51 (69/107) Installing libopenmpt (0.7.2-r0) 15:16:51 (70/107) Installing cjson (1.7.17-r0) 15:16:51 (71/107) Installing mbedtls (2.28.8-r0) 15:16:51 (72/107) Installing librist (0.2.7-r0) 15:16:51 (73/107) Installing libsrt (1.5.2-r0) 15:16:51 (74/107) Installing libssh (0.10.5-r0) 15:16:51 (75/107) Installing xz-libs (5.4.3-r0) 15:16:51 (76/107) Installing libxml2 (2.11.8-r0) 15:16:51 (77/107) Installing libsodium (1.0.18-r3) 15:16:51 (78/107) Installing libzmq (4.3.4-r4) 15:16:51 (79/107) Installing ffmpeg-libavformat (6.0.1-r0) 15:16:51 (80/107) Installing glslang-libs (1.3.243.0-r1) 15:16:51 (81/107) Installing spirv-tools (1.3.243.0-r1) 15:16:51 (82/107) Installing shaderc (2023.3-r1) 15:16:51 (83/107) Installing vulkan-loader (1.3.243.0-r1) 15:16:52 (84/107) Installing libplacebo (5.264.1-r1) 15:16:52 (85/107) Installing ffmpeg-libpostproc (6.0.1-r0) 15:16:52 (86/107) Installing ffmpeg-libswscale (6.0.1-r0) 15:16:52 (87/107) Installing vidstab (1.1.1-r0) 15:16:52 (88/107) Installing zimg (3.0.5-r0) 15:16:52 (89/107) Installing ffmpeg-libavfilter (6.0.1-r0) 15:16:52 (90/107) Installing libasyncns (0.8-r1) 15:16:52 (91/107) Installing dbus-libs (1.14.8-r0) 15:16:52 (92/107) Installing libltdl (2.4.7-r2) 15:16:52 (93/107) Installing orc (0.4.34-r0) 15:16:52 (94/107) Installing flac-libs (1.4.3-r0) 15:16:52 (95/107) Installing libsndfile (1.2.0-r2) 15:16:52 (96/107) Installing speexdsp (1.2.1-r1) 15:16:52 (97/107) Installing tdb-libs (1.4.8-r1) 15:16:52 (98/107) Installing libpulse (16.1-r10) 15:16:52 (99/107) Installing libjpeg-turbo (2.1.5.1-r3) 15:16:52 (100/107) Installing v4l-utils-libs (1.24.1-r0) 15:16:52 (101/107) Installing ffmpeg-libavdevice (6.0.1-r0) 15:16:52 (102/107) Installing ffmpeg (6.0.1-r0) 15:16:52 (103/107) Installing udev-init-scripts (35-r1) 15:16:52 (104/107) Installing eudev-libs (3.2.11-r8) 15:16:52 (105/107) Installing zstd-libs (1.5.5-r4) 15:16:52 (106/107) Installing kmod-libs (30-r3) 15:16:52 (107/107) Installing eudev (3.2.11-r8) 15:16:52 Executing busybox-1.36.1-r7.trigger 15:16:52 Executing glib-2.76.6-r0.trigger 15:16:52 Executing eudev-3.2.11-r8.trigger 15:16:52 OK: 131 MiB in 122 packages 15:16:56 Removing intermediate container ba4c110c83b0 15:16:56 ---> 02d9dae157f1 15:16:56 Step 18/37 : RUN apk --no-cache upgrade 15:16:56 ---> Running in e20988cdb361 15:16:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:16:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:16:56 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 15:16:56 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 15:16:56 OK: 131 MiB in 122 packages 15:16:57 Removing intermediate container e20988cdb361 15:16:57 ---> 96e45c04bdd8 15:16:57 Step 19/37 : WORKDIR / 15:16:57 ---> Running in 1da412611760 15:16:57 Removing intermediate container 1da412611760 15:16:57 ---> 24a08debcfbb 15:16:57 Step 20/37 : COPY --from=builder /device-usb-camera/cmd / 15:16:58 ---> 41e1e972408b 15:16:58 Step 21/37 : COPY --from=builder /device-usb-camera/LICENSE / 15:16:59 ---> a802c15bdb1f 15:16:59 Step 22/37 : COPY --from=builder /device-usb-camera/LICENSE-mediamtx / 15:16:59 ---> daee1aac0129 15:16:59 Step 23/37 : COPY --from=builder /device-usb-camera/Attribution.txt / 15:16:59 ---> 077747ed0b1d 15:16:59 Step 24/37 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 15:16:59 ---> 10b799a254ed 15:16:59 Step 25/37 : COPY --from=rtsp /mediamtx.yml / 15:16:59 ---> 09b2fa5eb15a 15:16:59 Step 26/37 : COPY --from=rtsp /mediamtx / 15:17:00 ---> b45624b7620d 15:17:00 Step 27/37 : RUN sed -i 's/rtmp: no/rtmp: yes/g' mediamtx.yml 15:17:00 ---> Running in 86bc3c2bc8a6 15:17:00 Removing intermediate container 86bc3c2bc8a6 15:17:00 ---> 24901db2f0bb 15:17:00 Step 28/37 : RUN sed -i 's/hls: no/hls: yes/g' mediamtx.yml 15:17:00 ---> Running in 9d9daa26412c 15:17:01 Removing intermediate container 9d9daa26412c 15:17:01 ---> 88be70c9c667 15:17:01 Step 29/37 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' mediamtx.yml 15:17:01 ---> Running in 93b587f1d43e 15:17:02 Removing intermediate container 93b587f1d43e 15:17:02 ---> f1bb3c3396d2 15:17:02 Step 30/37 : RUN sed -i 's,authHTTPAddress:,authHTTPAddress: http://localhost:8000/rtspauth,g' mediamtx.yml 15:17:02 ---> Running in c3614dfcbf7e 15:17:02 Removing intermediate container c3614dfcbf7e 15:17:02 ---> b5666398e310 15:17:02 Step 31/37 : EXPOSE 59983 15:17:02 ---> Running in b1164c9a59de 15:17:02 Removing intermediate container b1164c9a59de 15:17:02 ---> 257f214ecd9e 15:17:02 Step 32/37 : EXPOSE 8554 15:17:02 ---> Running in 2b3c27adb272 15:17:02 Removing intermediate container 2b3c27adb272 15:17:02 ---> 8a9883e7c28d 15:17:02 Step 33/37 : ENTRYPOINT ["/docker-entrypoint.sh"] 15:17:02 ---> Running in 9fbde92658ed 15:17:02 Removing intermediate container 9fbde92658ed 15:17:02 ---> 384059b3ed87 15:17:02 Step 34/37 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 15:17:02 ---> Running in e41e2035d790 15:17:03 Removing intermediate container e41e2035d790 15:17:03 ---> 3e9db9ed4952 15:17:03 Step 35/37 : LABEL arch=amd64 15:17:03 ---> Running in b7d42bac5dc1 15:17:03 Removing intermediate container b7d42bac5dc1 15:17:03 ---> 9cef1fefd2a8 15:17:03 Step 36/37 : LABEL git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:17:03 ---> Running in 8dc62fc3a1f5 15:17:03 Removing intermediate container 8dc62fc3a1f5 15:17:03 ---> 7e9b96be93d4 15:17:03 Step 37/37 : LABEL version=3.2.0-dev.15 15:17:03 ---> Running in 62bd6e68ef47 15:17:03 Removing intermediate container 62bd6e68ef47 15:17:03 ---> 04c864924936 15:17:03 [Warning] One or more build-args [ARCH] were not consumed 15:17:03 Successfully built 04c864924936 15:17:03 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:17:03 provisioning config files... 15:17:03 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11858762480063918312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:03 ---> ****-login.sh 15:17:03 nexus3.edgexfoundry.org:10001 15:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:17:03 Configure a credential helper to remove this warning. See 15:17:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:17:03 15:17:03 Login Succeeded 15:17:03 nexus3.edgexfoundry.org:10002 15:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:17:04 Configure a credential helper to remove this warning. See 15:17:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:17:04 15:17:04 Login Succeeded 15:17:04 nexus3.edgexfoundry.org:10003 15:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:17:04 Configure a credential helper to remove this warning. See 15:17:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:17:04 15:17:04 Login Succeeded 15:17:04 nexus3.edgexfoundry.org:10004 15:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:17:04 Configure a credential helper to remove this warning. See 15:17:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:17:04 15:17:04 Login Succeeded 15:17:04 ****.io 15:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:17:04 Configure a credential helper to remove this warning. See 15:17:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:17:04 15:17:04 Login Succeeded 15:17:04 ---> ****-login.sh ends [Pipeline] } 15:17:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:17:04 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 15:17:04 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:17:04 latest 15:17:04 3.2.0-dev.15 15:17:04 b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:17:04 main 15:17:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:05 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:05 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 15:17:05 3411fe807769: Preparing 15:17:05 da40f3817101: Preparing 15:17:05 b5728846c9bf: Preparing 15:17:05 7ad9fe6d64df: Preparing 15:17:05 0e81680c8547: Preparing 15:17:05 4fdee56d7956: Preparing 15:17:05 90537c1657c5: Preparing 15:17:05 4a12896cb6cf: Preparing 15:17:05 552e63621ed2: Preparing 15:17:05 9b140dbe7472: Preparing 15:17:05 94eb27552d4f: Preparing 15:17:05 72f2643f57fc: Preparing 15:17:05 e3b54458b19f: Preparing 15:17:05 63ec0bd56cf3: Preparing 15:17:05 4fdee56d7956: Waiting 15:17:05 90537c1657c5: Waiting 15:17:05 4a12896cb6cf: Waiting 15:17:05 552e63621ed2: Waiting 15:17:05 9b140dbe7472: Waiting 15:17:05 94eb27552d4f: Waiting 15:17:05 63ec0bd56cf3: Waiting 15:17:05 e3b54458b19f: Waiting 15:17:05 da40f3817101: Pushed 15:17:05 3411fe807769: Pushed 15:17:05 b5728846c9bf: Pushed 15:17:05 7ad9fe6d64df: Pushed 15:17:05 4fdee56d7956: Pushed 15:17:05 552e63621ed2: Pushed 15:17:05 90537c1657c5: Pushed 15:17:05 4a12896cb6cf: Pushed 15:17:05 9b140dbe7472: Pushed 15:17:05 63ec0bd56cf3: Layer already exists 15:17:06 72f2643f57fc: Pushed 15:17:08 0e81680c8547: Pushed 15:17:09 94eb27552d4f: Pushed 15:17:17 e3b54458b19f: Pushed 15:17:17 b54b79498e332a1e36b9fe49a0189bdcdd0007a3: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:18 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:18 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 15:17:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 15:17:18 3411fe807769: Preparing 15:17:18 da40f3817101: Preparing 15:17:18 b5728846c9bf: Preparing 15:17:18 7ad9fe6d64df: Preparing 15:17:18 0e81680c8547: Preparing 15:17:18 4fdee56d7956: Preparing 15:17:18 90537c1657c5: Preparing 15:17:18 4a12896cb6cf: Preparing 15:17:18 552e63621ed2: Preparing 15:17:18 9b140dbe7472: Preparing 15:17:18 94eb27552d4f: Preparing 15:17:18 72f2643f57fc: Preparing 15:17:18 e3b54458b19f: Preparing 15:17:18 63ec0bd56cf3: Preparing 15:17:18 4a12896cb6cf: Waiting 15:17:18 90537c1657c5: Waiting 15:17:18 e3b54458b19f: Waiting 15:17:18 63ec0bd56cf3: Waiting 15:17:18 72f2643f57fc: Waiting 15:17:18 552e63621ed2: Waiting 15:17:18 9b140dbe7472: Waiting 15:17:18 94eb27552d4f: Waiting 15:17:18 4fdee56d7956: Waiting 15:17:18 b5728846c9bf: Layer already exists 15:17:18 7ad9fe6d64df: Layer already exists 15:17:18 da40f3817101: Layer already exists 15:17:18 0e81680c8547: Layer already exists 15:17:18 3411fe807769: Layer already exists 15:17:18 4fdee56d7956: Layer already exists 15:17:18 552e63621ed2: Layer already exists 15:17:18 4a12896cb6cf: Layer already exists 15:17:18 90537c1657c5: Layer already exists 15:17:18 9b140dbe7472: Layer already exists 15:17:18 94eb27552d4f: Layer already exists 15:17:18 e3b54458b19f: Layer already exists 15:17:18 72f2643f57fc: Layer already exists 15:17:18 63ec0bd56cf3: Layer already exists 15:17:18 latest: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:18 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.2.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.2.0-dev.15 15:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 15:17:19 3411fe807769: Preparing 15:17:19 da40f3817101: Preparing 15:17:19 b5728846c9bf: Preparing 15:17:19 7ad9fe6d64df: Preparing 15:17:19 0e81680c8547: Preparing 15:17:19 4fdee56d7956: Preparing 15:17:19 90537c1657c5: Preparing 15:17:19 4a12896cb6cf: Preparing 15:17:19 552e63621ed2: Preparing 15:17:19 9b140dbe7472: Preparing 15:17:19 94eb27552d4f: Preparing 15:17:19 72f2643f57fc: Preparing 15:17:19 e3b54458b19f: Preparing 15:17:19 63ec0bd56cf3: Preparing 15:17:19 90537c1657c5: Waiting 15:17:19 4fdee56d7956: Waiting 15:17:19 4a12896cb6cf: Waiting 15:17:19 552e63621ed2: Waiting 15:17:19 72f2643f57fc: Waiting 15:17:19 9b140dbe7472: Waiting 15:17:19 94eb27552d4f: Waiting 15:17:19 e3b54458b19f: Waiting 15:17:19 63ec0bd56cf3: Waiting 15:17:19 3411fe807769: Layer already exists 15:17:19 0e81680c8547: Layer already exists 15:17:19 da40f3817101: Layer already exists 15:17:19 b5728846c9bf: Layer already exists 15:17:19 7ad9fe6d64df: Layer already exists 15:17:19 90537c1657c5: Layer already exists 15:17:19 4a12896cb6cf: Layer already exists 15:17:19 552e63621ed2: Layer already exists 15:17:19 4fdee56d7956: Layer already exists 15:17:19 9b140dbe7472: Layer already exists 15:17:19 94eb27552d4f: Layer already exists 15:17:19 e3b54458b19f: Layer already exists 15:17:19 63ec0bd56cf3: Layer already exists 15:17:19 72f2643f57fc: Layer already exists 15:17:19 3.2.0-dev.15: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:19 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 15:17:19 3411fe807769: Preparing 15:17:19 da40f3817101: Preparing 15:17:19 b5728846c9bf: Preparing 15:17:19 7ad9fe6d64df: Preparing 15:17:19 0e81680c8547: Preparing 15:17:19 4fdee56d7956: Preparing 15:17:19 90537c1657c5: Preparing 15:17:19 4a12896cb6cf: Preparing 15:17:19 552e63621ed2: Preparing 15:17:19 9b140dbe7472: Preparing 15:17:19 94eb27552d4f: Preparing 15:17:19 72f2643f57fc: Preparing 15:17:19 e3b54458b19f: Preparing 15:17:19 63ec0bd56cf3: Preparing 15:17:19 4a12896cb6cf: Waiting 15:17:19 552e63621ed2: Waiting 15:17:19 9b140dbe7472: Waiting 15:17:19 94eb27552d4f: Waiting 15:17:19 72f2643f57fc: Waiting 15:17:19 e3b54458b19f: Waiting 15:17:19 4fdee56d7956: Waiting 15:17:19 63ec0bd56cf3: Waiting 15:17:19 da40f3817101: Layer already exists 15:17:19 7ad9fe6d64df: Layer already exists 15:17:19 b5728846c9bf: Layer already exists 15:17:19 0e81680c8547: Layer already exists 15:17:19 3411fe807769: Layer already exists 15:17:19 4a12896cb6cf: Layer already exists 15:17:19 90537c1657c5: Layer already exists 15:17:19 552e63621ed2: Layer already exists 15:17:19 9b140dbe7472: Layer already exists 15:17:19 4fdee56d7956: Layer already exists 15:17:19 94eb27552d4f: Layer already exists 15:17:19 72f2643f57fc: Layer already exists 15:17:19 63ec0bd56cf3: Layer already exists 15:17:19 e3b54458b19f: Layer already exists 15:17:19 b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:20 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:20 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 15:17:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 15:17:20 3411fe807769: Preparing 15:17:20 da40f3817101: Preparing 15:17:20 b5728846c9bf: Preparing 15:17:20 7ad9fe6d64df: Preparing 15:17:20 0e81680c8547: Preparing 15:17:20 4fdee56d7956: Preparing 15:17:20 90537c1657c5: Preparing 15:17:20 4a12896cb6cf: Preparing 15:17:20 552e63621ed2: Preparing 15:17:20 9b140dbe7472: Preparing 15:17:20 94eb27552d4f: Preparing 15:17:20 72f2643f57fc: Preparing 15:17:20 e3b54458b19f: Preparing 15:17:20 63ec0bd56cf3: Preparing 15:17:20 4a12896cb6cf: Waiting 15:17:20 552e63621ed2: Waiting 15:17:20 4fdee56d7956: Waiting 15:17:20 94eb27552d4f: Waiting 15:17:20 e3b54458b19f: Waiting 15:17:20 63ec0bd56cf3: Waiting 15:17:20 72f2643f57fc: Waiting 15:17:20 90537c1657c5: Waiting 15:17:20 da40f3817101: Layer already exists 15:17:20 0e81680c8547: Layer already exists 15:17:20 3411fe807769: Layer already exists 15:17:20 7ad9fe6d64df: Layer already exists 15:17:20 b5728846c9bf: Layer already exists 15:17:20 4fdee56d7956: Layer already exists 15:17:20 552e63621ed2: Layer already exists 15:17:20 9b140dbe7472: Layer already exists 15:17:20 90537c1657c5: Layer already exists 15:17:20 4a12896cb6cf: Layer already exists 15:17:20 94eb27552d4f: Layer already exists 15:17:20 e3b54458b19f: Layer already exists 15:17:20 72f2643f57fc: Layer already exists 15:17:20 63ec0bd56cf3: Layer already exists 15:17:20 main: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:17:20 ===================================================== [Pipeline] echo 15:17:20 taggedImages: 15:17:20 - nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:17:20 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 15:17:20 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.2.0-dev.15 15:17:20 - nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:17:20 - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [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 15:17:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:20 15:17:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:21 latest: Pulling from edgex-lftools-log-publisher 15:17:21 5eb5b503b376: Pulling fs layer 15:17:21 5c69ac0246d0: Pulling fs layer 15:17:21 ec43610c2a17: Pulling fs layer 15:17:21 3a2ae6a8a46f: Pulling fs layer 15:17:21 33b1e0a273af: Pulling fs layer 15:17:21 5d3b04190fa2: Pulling fs layer 15:17:21 2f39f015ded8: Pulling fs layer 15:17:21 33b1e0a273af: Waiting 15:17:21 5d3b04190fa2: Waiting 15:17:21 2f39f015ded8: Waiting 15:17:21 5c69ac0246d0: Download complete 15:17:21 3a2ae6a8a46f: Download complete 15:17:21 ec43610c2a17: Verifying Checksum 15:17:21 ec43610c2a17: Download complete 15:17:21 5d3b04190fa2: Verifying Checksum 15:17:21 5d3b04190fa2: Download complete 15:17:21 33b1e0a273af: Verifying Checksum 15:17:21 33b1e0a273af: Download complete 15:17:21 5eb5b503b376: Verifying Checksum 15:17:21 5eb5b503b376: Download complete 15:17:22 2f39f015ded8: Verifying Checksum 15:17:22 2f39f015ded8: Download complete 15:17:22 5eb5b503b376: Pull complete 15:17:22 5c69ac0246d0: Pull complete 15:17:23 ec43610c2a17: Pull complete 15:17:23 3a2ae6a8a46f: Pull complete 15:17:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6013 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 15:17:23 Running in /w/workspace/device-usb-camera/180 [Pipeline] { [Pipeline] checkout 15:17:23 Selected Git installation does not exist. Using Default 15:17:23 The recommended git tool is: NONE 15:17:23 33b1e0a273af: Pull complete 15:17:23 5d3b04190fa2: Pull complete 15:17:27 2f39f015ded8: Pull complete 15:17:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:27 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:17:27 $ 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/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:17:29 using credential edgex-jenkins-ssh 15:17:29 Cloning the remote Git repository 15:17:29 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 15:17:29 > git init /w/workspace/device-usb-camera/180 # timeout=10 15:17:29 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 15:17:29 > git --version # timeout=10 15:17:29 > git --version # 'git version 2.25.1' 15:17:29 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:32 $ docker top 50968968fbee45899026b2d3e6d9148694dc477f0b4f4a6fe7d10d0c7064c982 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:33 ---> job-cost.sh 15:17:33 lf-activate-venv: SKIPPING 15:17:33 INFO: No Stack... 15:17:33 INFO: Retrieving Pricing Info for: v3-standard-8 15:17:33 INFO: Archiving Costs [Pipeline] sh 15:17:32 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 15:17:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:33 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 15:17:33 + cut -d, -f6 [Pipeline] lock 15:17:33 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] 15:17:33 Resource [jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] did not exist. Created. 15:17:33 Lock acquired on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:17:34 Avoid second fetch 15:17:34 Checking out Revision b54b79498e332a1e36b9fe49a0189bdcdd0007a3 (main) 15:17:34 + echo total: 0.2199999988079071 [Pipeline] stash 15:17:34 Stashed 1 file(s) [Pipeline] } 15:17:34 Lock released on resource [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] // lock [Pipeline] } 15:17:34 $ docker stop --time=1 50968968fbee45899026b2d3e6d9148694dc477f0b4f4a6fe7d10d0c7064c982 15:17:35 Commit message: "Merge pull request #339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.25" 15:17:34 > git config core.sparsecheckout # timeout=10 15:17:34 > git checkout -f b54b79498e332a1e36b9fe49a0189bdcdd0007a3 # timeout=10 15:17:35 $ docker rm -f --volumes 50968968fbee45899026b2d3e6d9148694dc477f0b4f4a6fe7d10d0c7064c982 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:17:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:17:40 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:40 Dload Upload Total Spent Left Speed 15:17:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 176k 0 --:--:-- --:--:-- --:--:-- 173k [Pipeline] sh 15:17:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:17:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:17:40 + sudo tee /etc/docker/daemon.new 15:17:40 { 15:17:40 "registry-mirrors": [ 15:17:40 "https://nexus3.edgexfoundry.org:10001" 15:17:40 ], 15:17:40 "bip": "10.250.0.254/24", 15:17:40 "hosts": [ 15:17:40 "tcp://0.0.0.0:5555", 15:17:40 "unix:///var/run/docker.sock" 15:17:40 ], 15:17:40 "mtu": 1458, 15:17:40 "selinux-enabled": true, 15:17:40 "seccomp-profile": "/etc/docker/seccomp.json" 15:17:40 } [Pipeline] sh 15:17:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:17:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:17:59 provisioning config files... 15:17:59 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/180@tmp/config8224191033098311773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:18:00 ---> ****-login.sh 15:18:00 nexus3.edgexfoundry.org:10001 15:18:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:18:01 Configure a credential helper to remove this warning. See 15:18:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:18:01 15:18:01 Login Succeeded 15:18:01 nexus3.edgexfoundry.org:10002 15:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:18:01 Configure a credential helper to remove this warning. See 15:18:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:18:01 15:18:01 Login Succeeded 15:18:01 nexus3.edgexfoundry.org:10003 15:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:18:02 Configure a credential helper to remove this warning. See 15:18:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:18:02 15:18:02 Login Succeeded 15:18:02 nexus3.edgexfoundry.org:10004 15:18:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:18:02 Configure a credential helper to remove this warning. See 15:18:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:18:02 15:18:02 Login Succeeded 15:18:02 ****.io 15:18:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:18:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:18:02 Configure a credential helper to remove this warning. See 15:18:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:18:02 15:18:02 Login Succeeded 15:18:02 ---> ****-login.sh ends [Pipeline] } 15:18:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:18:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:18:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:18:03 ========================================================= 15:18:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 15:18:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:03 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 15:18:04 Sending build context to Docker daemon 10.48MB 15:18:04 Step 1/13 : ARG BASE=golang:1.21-alpine3.18 15:18:04 Step 2/13 : FROM ${BASE} AS builder 15:18:04 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:18:04 c6b39de5b339: Pulling fs layer 15:18:04 a69c41024577: Pulling fs layer 15:18:04 d6de4b400683: Pulling fs layer 15:18:04 35cb2a7552d0: Pulling fs layer 15:18:04 4f4fb700ef54: Pulling fs layer 15:18:04 464afbd9ba4c: Pulling fs layer 15:18:04 00f215d4a9da: Pulling fs layer 15:18:04 d496ad576159: Pulling fs layer 15:18:04 35cb2a7552d0: Waiting 15:18:04 464afbd9ba4c: Waiting 15:18:04 00f215d4a9da: Waiting 15:18:04 d496ad576159: Waiting 15:18:04 4f4fb700ef54: Waiting 15:18:04 a69c41024577: Verifying Checksum 15:18:04 a69c41024577: Download complete 15:18:04 35cb2a7552d0: Verifying Checksum 15:18:04 35cb2a7552d0: Download complete 15:18:04 4f4fb700ef54: Verifying Checksum 15:18:04 4f4fb700ef54: Download complete 15:18:04 c6b39de5b339: Verifying Checksum 15:18:04 c6b39de5b339: Download complete 15:18:04 464afbd9ba4c: Verifying Checksum 15:18:04 464afbd9ba4c: Download complete 15:18:05 d496ad576159: Verifying Checksum 15:18:05 d496ad576159: Download complete 15:18:06 c6b39de5b339: Pull complete 15:18:06 a69c41024577: Pull complete 15:18:06 d6de4b400683: Verifying Checksum 15:18:06 d6de4b400683: Download complete 15:18:08 00f215d4a9da: Verifying Checksum 15:18:08 00f215d4a9da: Download complete 15:18:20 d6de4b400683: Pull complete 15:18:20 35cb2a7552d0: Pull complete 15:18:20 4f4fb700ef54: Pull complete 15:18:20 464afbd9ba4c: Pull complete 15:18:30 00f215d4a9da: Pull complete 15:18:30 d496ad576159: Pull complete 15:18:30 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 15:18:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 15:18:30 ---> f246e2811388 15:18:30 Step 3/13 : ARG ADD_BUILD_TAGS="" 15:18:31 ---> Running in e9c860732ebe 15:18:32 Removing intermediate container e9c860732ebe 15:18:32 ---> 2aef99281f4f 15:18:32 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:18:32 ---> Running in d15b9dddd70a 15:18:32 Removing intermediate container d15b9dddd70a 15:18:32 ---> 85414a9bd603 15:18:32 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 15:18:32 ---> Running in d91c8ee0f6a1 15:18:33 Removing intermediate container d91c8ee0f6a1 15:18:33 ---> bdb65ac3f5f1 15:18:33 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 15:18:33 ---> Running in f220f6f7aa31 15:18:33 Removing intermediate container f220f6f7aa31 15:18:33 ---> c26aa94af066 15:18:33 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:18:33 ---> Running in 8cc2fa4c31af 15:18:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:18:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:18:36 (1/13) Installing libintl (0.21.1-r7) 15:18:36 (2/13) Installing eudev-libs (3.2.11-r8) 15:18:36 (3/13) Installing libjpeg-turbo (2.1.5.1-r3) 15:18:36 (4/13) Installing v4l-utils-libs (1.24.1-r0) 15:18:36 (5/13) Installing v4l-utils (1.24.1-r0) 15:18:36 (6/13) Installing libdvbv5 (1.24.1-r0) 15:18:36 (7/13) Installing udev-init-scripts (35-r1) 15:18:36 (8/13) Installing libblkid (2.38.1-r8) 15:18:36 (9/13) Installing xz-libs (5.4.3-r0) 15:18:36 (10/13) Installing kmod-libs (30-r3) 15:18:36 (11/13) Installing eudev (3.2.11-r8) 15:18:36 (12/13) Installing eudev-dev (3.2.11-r8) 15:18:36 (13/13) Installing v4l-utils-dev (1.24.1-r0) 15:18:36 Executing busybox-1.36.1-r5.trigger 15:18:36 Executing eudev-3.2.11-r8.trigger 15:18:36 OK: 273 MiB in 65 packages 15:18:38 Removing intermediate container 8cc2fa4c31af 15:18:38 ---> 6c74b0408096 15:18:38 Step 8/13 : WORKDIR /device-usb-camera 15:18:38 ---> Running in fbc9586f946d 15:18:38 Removing intermediate container fbc9586f946d 15:18:38 ---> 4d8de51eb701 15:18:38 Step 9/13 : COPY go.mod vendor* ./ 15:18:39 ---> e17d65ee8760 15:18:39 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:18:39 ---> Running in b7219b184621 15:20:46 Removing intermediate container b7219b184621 15:20:46 ---> a615bb77b019 15:20:46 Step 11/13 : COPY . . 15:20:46 ---> d9ce04149f83 15:20:46 Step 12/13 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE 15:20:46 ---> Running in 8a73c6c0f908 15:20:46  % Total % Received % Xferd Average Speed Time Time Time Current 15:20:46 Dload Upload Total Spent Left Speed 15:20:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0  4969 0 --:--:-- --:--:-- --:--:-- 4985 15:20:46 Removing intermediate container 8a73c6c0f908 15:20:46 ---> fa00e11ca93c 15:20:46 Step 13/13 : RUN ${MAKE} 15:20:46 ---> Running in 504337224d0e 15:20:46 noop 15:20:46 Removing intermediate container 504337224d0e 15:20:46 ---> 4fe988a234dd 15:20:46 Successfully built 4fe988a234dd 15:20:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:46 + docker inspect -f . ci-base-image-arm64 15:20:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:20:46 prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container 15:20:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/180 -v /w/workspace/device-usb-camera/180:/w/workspace/device-usb-camera/180:rw,z -v /w/workspace/device-usb-camera/180@tmp:/w/workspace/device-usb-camera/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:20:48 $ docker top 209159f96d1fadfbefa383a0deed28e219497567771fcfb31ca087f9f7f2dea0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:49 + go version 15:20:49 go version go1.21.9 linux/arm64 [Pipeline] } 15:20:49 $ docker stop --time=1 209159f96d1fadfbefa383a0deed28e219497567771fcfb31ca087f9f7f2dea0 15:20:51 $ docker rm -f --volumes 209159f96d1fadfbefa383a0deed28e219497567771fcfb31ca087f9f7f2dea0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:20:51 + docker inspect -f . ci-base-image-arm64 15:20:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:20:51 prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container 15:20:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/180 -v /w/workspace/device-usb-camera/180:/w/workspace/device-usb-camera/180:rw,z -v /w/workspace/device-usb-camera/180@tmp:/w/workspace/device-usb-camera/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:20:53 $ docker top 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad -eo pid,comm [Pipeline] { [Pipeline] sh 15:20:54 + git config --global --add safe.directory /w/workspace/device-usb-camera/180 [Pipeline] fileExists [Pipeline] sh 15:20:55 + make test 15:20:55 go test ./... -coverprofile=coverage.out ./... 15:21:01 ? github.com/edgexfoundry/device-usb-camera [no test files] 15:25:23 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 15:25:38 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.071s coverage: 4.4% of statements 15:25:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:25:38 go vet ./... 15:26:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:26:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:26:35 ./bin/test-attribution-txt.sh 15:26:35 An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/josharian/intern is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/identity is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/pkg/errors is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add 15:26:35 An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add 15:26:35 An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add 15:26:35 An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add 15:26:35 An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add 15:26:35 An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add 15:26:35 An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add 15:26:35 An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add 15:26:35 An attribution for golang.org/x/term is missing from Attribution.txt, please add 15:26:35 An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add 15:26:35 An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo 15:26:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 15:26:35 $ docker stop --time=1 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad 15:26:37 $ docker rm -f --volumes 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad [Pipeline] // withDockerContainer [Pipeline] sh 15:26:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:26:38 Warning: overwriting stash ‘coverage-report’ 15:26:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:26:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:26:41 + ls -al . 15:26:41 total 288 15:26:41 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:21 . 15:26:41 drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 15:17 .. 15:26:41 drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:17 .git 15:26:41 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 .github 15:26:41 -rw-rw-r-- 1 jenkins jenkins 379 Jul 20 15:17 .gitignore 15:26:41 -rw-rw-r-- 1 jenkins jenkins 45 Jul 20 15:17 .golangci.yml 15:26:41 -rw-rw-r-- 1 jenkins jenkins 77 Jul 20 15:17 .hadolint.yml 15:26:41 -rw-rw-r-- 1 jenkins jenkins 10870 Jul 20 15:17 Attribution.txt 15:26:41 -rw-rw-r-- 1 jenkins jenkins 16561 Jul 20 15:17 CHANGELOG.md 15:26:41 -rw-rw-r-- 1 jenkins jenkins 2453 Jul 20 15:17 Dockerfile 15:26:41 -rw-rw-r-- 1 jenkins jenkins 678 Jul 20 15:17 GOVERNANCE.md 15:26:41 -rw-rw-r-- 1 jenkins jenkins 659 Jul 20 15:17 Jenkinsfile 15:26:41 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 20 15:17 LICENSE 15:26:41 -rw-rw-r-- 1 jenkins jenkins 2611 Jul 20 15:17 Makefile 15:26:41 -rw-rw-r-- 1 jenkins jenkins 622 Jul 20 15:17 OWNERS.md 15:26:41 -rw-rw-r-- 1 jenkins jenkins 2575 Jul 20 15:17 README.md 15:26:41 -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 15:14 VERSION 15:26:41 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:17 bin 15:26:41 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 cmd 15:26:41 -rw-r--r-- 1 jenkins jenkins 54703 Jul 20 15:25 coverage.out 15:26:41 -rwxrwxr-x 1 jenkins jenkins 84 Jul 20 15:17 docker-entrypoint.sh 15:26:41 drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:17 docs 15:26:41 -rw-rw-r-- 1 jenkins jenkins 7209 Jul 20 15:17 go.mod 15:26:41 -rw-rw-r-- 1 jenkins jenkins 102019 Jul 20 15:17 go.sum 15:26:41 drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 internal 15:26:41 -rw-rw-r-- 1 jenkins jenkins 231 Jul 20 15:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:42 + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 --label arch=arm64 --label version=3.2.0-dev.15 . 15:26:42 Sending build context to Docker daemon 10.54MB 15:26:42 Step 1/37 : ARG BASE=golang:1.21-alpine3.18 15:26:42 Step 2/37 : FROM ${BASE} AS builder 15:26:42 ---> 4fe988a234dd 15:26:42 Step 3/37 : ARG ADD_BUILD_TAGS="" 15:26:43 ---> Running in f757a7db2e57 15:26:43 Removing intermediate container f757a7db2e57 15:26:43 ---> 3db7e72af0fb 15:26:43 Step 4/37 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:26:43 ---> Running in 38c3c00941f2 15:26:43 Removing intermediate container 38c3c00941f2 15:26:43 ---> 7586c726ea14 15:26:43 Step 5/37 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 15:26:43 ---> Running in b92f82b50f69 15:26:44 Removing intermediate container b92f82b50f69 15:26:44 ---> b7cb84012f9e 15:26:44 Step 6/37 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 15:26:44 ---> Running in 56f9a62c9917 15:26:44 Removing intermediate container 56f9a62c9917 15:26:44 ---> 29107e402dec 15:26:44 Step 7/37 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:26:44 ---> Running in 910005fe8e51 15:26:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:26:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:26:47 OK: 273 MiB in 65 packages 15:26:48 Removing intermediate container 910005fe8e51 15:26:48 ---> 370d455ec62b 15:26:48 Step 8/37 : WORKDIR /device-usb-camera 15:26:48 ---> Running in 6c1e35579296 15:26:49 Removing intermediate container 6c1e35579296 15:26:49 ---> c9a833062eae 15:26:49 Step 9/37 : COPY go.mod vendor* ./ 15:26:49 ---> 477c9e3a1f59 15:26:49 Step 10/37 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:26:49 ---> Running in 3e2b53ac387b 15:26:53 Removing intermediate container 3e2b53ac387b 15:26:53 ---> 24bba5e65adc 15:26:53 Step 11/37 : COPY . . 15:26:54 ---> 9b0b08c894c3 15:26:54 Step 12/37 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE 15:26:54 ---> Running in b3e6eb091b3c 15:26:55  % Total % Received % Xferd Average Speed Time Time Time Current 15:26:55 Dload Upload Total Spent Left Speed 15:26:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4520 0 --:--:-- --:--:-- --:--:-- 4538 15:26:56 Removing intermediate container b3e6eb091b3c 15:26:56 ---> 263681b5c985 15:26:56 Step 13/37 : RUN ${MAKE} 15:26:56 ---> Running in 4ce619d068da 15:26:57 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.2.0-dev.15 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.25" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 15:31:19 Removing intermediate container 4ce619d068da 15:31:19 ---> 72e179f2993f 15:31:19 Step 14/37 : FROM bluenviron/mediamtx:1.8.2 AS rtsp 15:31:19 1.8.2: Pulling from bluenviron/mediamtx 15:31:19 da4d7e05a7aa: Pulling fs layer 15:31:19 da4d7e05a7aa: Verifying Checksum 15:31:19 da4d7e05a7aa: Download complete 15:31:19 da4d7e05a7aa: Pull complete 15:31:19 Digest: sha256:d8a9834858e28c90eb7bc42154a9321e821463a9457007f50f6329c465b8b387 15:31:19 Status: Downloaded newer image for bluenviron/mediamtx:1.8.2 15:31:19 ---> 62c65ed7ef0d 15:31:19 Step 15/37 : FROM alpine:3.18 15:31:19 3.18: Pulling from library/alpine 15:31:19 5c905c7ebe2f: Pulling fs layer 15:31:19 5c905c7ebe2f: Verifying Checksum 15:31:19 5c905c7ebe2f: Pull complete 15:31:19 Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 15:31:19 Status: Downloaded newer image for alpine:3.18 15:31:19 ---> dec292d02e07 15:31:19 Step 16/37 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:31:19 ---> Running in 4be2957a0eb4 15:31:19 Removing intermediate container 4be2957a0eb4 15:31:19 ---> 3624ec2ab023 15:31:19 Step 17/37 : RUN apk add --update --no-cache dumb-init ffmpeg udev 15:31:19 ---> Running in 2969e162df74 15:31:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:31:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:31:22 (1/104) Installing dumb-init (1.2.5-r2) 15:31:22 (2/104) Installing sdl2 (2.26.5-r0) 15:31:22 (3/104) Installing svt-av1-libs (1.6.0-r0) 15:31:22 (4/104) Installing aom-libs (3.6.1-r0) 15:31:25 (5/104) Installing libxau (1.0.11-r2) 15:31:25 (6/104) Installing libmd (1.0.4-r2) 15:31:25 (7/104) Installing libbsd (0.11.7-r1) 15:31:25 (8/104) Installing libxdmcp (1.1.4-r2) 15:31:25 (9/104) Installing libxcb (1.15-r1) 15:31:25 (10/104) Installing libx11 (1.8.7-r0) 15:31:25 (11/104) Installing libdrm (2.4.115-r4) 15:31:25 (12/104) Installing libxext (1.3.5-r2) 15:31:25 (13/104) Installing libxfixes (6.0.1-r2) 15:31:25 (14/104) Installing libffi (3.4.4-r2) 15:31:25 (15/104) Installing wayland-libs-client (1.22.0-r2) 15:31:25 (16/104) Installing libva (2.18.0-r1) 15:31:25 (17/104) Installing libvdpau (1.5-r1) 15:31:25 (18/104) Installing ffmpeg-libavutil (6.0.1-r0) 15:31:25 (19/104) Installing libdav1d (1.2.1-r0) 15:31:25 (20/104) Installing brotli-libs (1.0.9-r14) 15:31:25 (21/104) Installing libgcc (12.2.1_git20220924-r10) 15:31:25 (22/104) Installing libstdc++ (12.2.1_git20220924-r10) 15:31:25 (23/104) Installing libhwy (1.0.4-r1) 15:31:25 (24/104) Installing lcms2 (2.15-r2) 15:31:25 (25/104) Installing libjxl (0.8.2-r0) 15:31:25 (26/104) Installing lame-libs (3.100-r5) 15:31:25 (27/104) Installing opus (1.4-r0) 15:31:25 (28/104) Installing libgomp (12.2.1_git20220924-r10) 15:31:25 (29/104) Installing soxr (0.1.3-r5) 15:31:25 (30/104) Installing ffmpeg-libswresample (6.0.1-r0) 15:31:25 (31/104) Installing libogg (1.3.5-r4) 15:31:25 (32/104) Installing libtheora (1.1.1-r17) 15:31:25 (33/104) Installing libvorbis (1.3.7-r1) 15:31:25 (34/104) Installing libvpx (1.13.0-r2) 15:31:25 (35/104) Installing libwebp (1.3.2-r0) 15:31:25 (36/104) Installing x264-libs (0.164_git20220602-r1) 15:31:25 (37/104) Installing numactl (2.0.16-r4) 15:31:25 (38/104) Installing x265-libs (3.5-r4) 15:31:25 (39/104) Installing xvidcore (1.3.7-r1) 15:31:25 (40/104) Installing ffmpeg-libavcodec (6.0.1-r0) 15:31:25 (41/104) Installing alsa-lib (1.2.9-r1) 15:31:25 (42/104) Installing libexpat (2.6.2-r0) 15:31:25 (43/104) Installing libbz2 (1.0.8-r5) 15:31:25 (44/104) Installing libpng (1.6.39-r3) 15:31:25 (45/104) Installing freetype (2.13.0-r5) 15:31:25 (46/104) Installing fontconfig (2.14.2-r3) 15:31:25 (47/104) Installing fribidi (1.0.13-r0) 15:31:25 (48/104) Installing libintl (0.21.1-r7) 15:31:25 (49/104) Installing libblkid (2.38.1-r8) 15:31:25 (50/104) Installing libmount (2.38.1-r8) 15:31:25 (51/104) Installing pcre2 (10.42-r1) 15:31:25 (52/104) Installing glib (2.76.6-r0) 15:31:25 (53/104) Installing graphite2 (1.3.14-r5) 15:31:25 (54/104) Installing harfbuzz (7.3.0-r0) 15:31:25 (55/104) Installing libunibreak (5.1-r0) 15:31:25 (56/104) Installing libass (0.17.1-r0) 15:31:25 (57/104) Installing libbluray (1.3.4-r0) 15:31:25 (58/104) Installing gmp (6.2.1-r3) 15:31:25 (59/104) Installing nettle (3.8.1-r2) 15:31:25 (60/104) Installing libunistring (1.1-r1) 15:31:25 (61/104) Installing libidn2 (2.3.4-r1) 15:31:25 (62/104) Installing p11-kit (0.24.1-r2) 15:31:25 (63/104) Installing libtasn1 (4.19.0-r1) 15:31:25 (64/104) Installing gnutls (3.8.4-r0) 15:31:25 (65/104) Installing mpg123-libs (1.31.3-r1) 15:31:25 (66/104) Installing libopenmpt (0.7.2-r0) 15:31:25 (67/104) Installing cjson (1.7.17-r0) 15:31:25 (68/104) Installing mbedtls (2.28.8-r0) 15:31:25 (69/104) Installing librist (0.2.7-r0) 15:31:25 (70/104) Installing libsrt (1.5.2-r0) 15:31:25 (71/104) Installing libssh (0.10.5-r0) 15:31:25 (72/104) Installing xz-libs (5.4.3-r0) 15:31:25 (73/104) Installing libxml2 (2.11.8-r0) 15:31:25 (74/104) Installing libsodium (1.0.18-r3) 15:31:25 (75/104) Installing libzmq (4.3.4-r4) 15:31:25 (76/104) Installing ffmpeg-libavformat (6.0.1-r0) 15:31:26 (77/104) Installing glslang-libs (1.3.243.0-r1) 15:31:26 (78/104) Installing spirv-tools (1.3.243.0-r1) 15:31:26 (79/104) Installing shaderc (2023.3-r1) 15:31:26 (80/104) Installing vulkan-loader (1.3.243.0-r1) 15:31:26 (81/104) Installing libplacebo (5.264.1-r1) 15:31:26 (82/104) Installing ffmpeg-libpostproc (6.0.1-r0) 15:31:26 (83/104) Installing ffmpeg-libswscale (6.0.1-r0) 15:31:26 (84/104) Installing vidstab (1.1.1-r0) 15:31:26 (85/104) Installing zimg (3.0.5-r0) 15:31:26 (86/104) Installing ffmpeg-libavfilter (6.0.1-r0) 15:31:27 (87/104) Installing libasyncns (0.8-r1) 15:31:27 (88/104) Installing dbus-libs (1.14.8-r0) 15:31:27 (89/104) Installing libltdl (2.4.7-r2) 15:31:27 (90/104) Installing orc (0.4.34-r0) 15:31:27 (91/104) Installing flac-libs (1.4.3-r0) 15:31:27 (92/104) Installing libsndfile (1.2.0-r2) 15:31:27 (93/104) Installing speexdsp (1.2.1-r1) 15:31:27 (94/104) Installing tdb-libs (1.4.8-r1) 15:31:27 (95/104) Installing libpulse (16.1-r10) 15:31:27 (96/104) Installing libjpeg-turbo (2.1.5.1-r3) 15:31:27 (97/104) Installing v4l-utils-libs (1.24.1-r0) 15:31:27 (98/104) Installing ffmpeg-libavdevice (6.0.1-r0) 15:31:27 (99/104) Installing ffmpeg (6.0.1-r0) 15:31:27 (100/104) Installing udev-init-scripts (35-r1) 15:31:27 (101/104) Installing eudev-libs (3.2.11-r8) 15:31:27 (102/104) Installing zstd-libs (1.5.5-r4) 15:31:27 (103/104) Installing kmod-libs (30-r3) 15:31:27 (104/104) Installing eudev (3.2.11-r8) 15:31:27 Executing busybox-1.36.1-r7.trigger 15:31:27 Executing glib-2.76.6-r0.trigger 15:31:27 Executing eudev-3.2.11-r8.trigger 15:31:27 OK: 110 MiB in 119 packages 15:31:31 Removing intermediate container 2969e162df74 15:31:31 ---> fa884a14877b 15:31:31 Step 18/37 : RUN apk --no-cache upgrade 15:31:31 ---> Running in 14017cf58588 15:31:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:31:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:31:34 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) 15:31:34 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) 15:31:34 OK: 110 MiB in 119 packages 15:31:35 Removing intermediate container 14017cf58588 15:31:35 ---> 1de26c288cd5 15:31:35 Step 19/37 : WORKDIR / 15:31:35 ---> Running in 5987e84a0608 15:31:35 Removing intermediate container 5987e84a0608 15:31:35 ---> 21e3671d411c 15:31:35 Step 20/37 : COPY --from=builder /device-usb-camera/cmd / 15:31:37 ---> cb0cf4d43b44 15:31:37 Step 21/37 : COPY --from=builder /device-usb-camera/LICENSE / 15:31:38 ---> 38d3ac342cc8 15:31:38 Step 22/37 : COPY --from=builder /device-usb-camera/LICENSE-mediamtx / 15:31:39 ---> a661a4a08fa7 15:31:39 Step 23/37 : COPY --from=builder /device-usb-camera/Attribution.txt / 15:31:39 ---> 6ee30006cfb5 15:31:39 Step 24/37 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 15:31:40 ---> c6580346a105 15:31:40 Step 25/37 : COPY --from=rtsp /mediamtx.yml / 15:31:41 ---> 963ef799edfd 15:31:41 Step 26/37 : COPY --from=rtsp /mediamtx / 15:31:42 ---> aeeae585f353 15:31:42 Step 27/37 : RUN sed -i 's/rtmp: no/rtmp: yes/g' mediamtx.yml 15:31:42 ---> Running in f35a601eb67f 15:31:44 Removing intermediate container f35a601eb67f 15:31:44 ---> d9e370102d5f 15:31:44 Step 28/37 : RUN sed -i 's/hls: no/hls: yes/g' mediamtx.yml 15:31:44 ---> Running in baa72f3ecdc6 15:31:46 Removing intermediate container baa72f3ecdc6 15:31:46 ---> a3c20eff0bb1 15:31:46 Step 29/37 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' mediamtx.yml 15:31:46 ---> Running in 1425d26e26cf 15:31:48 Removing intermediate container 1425d26e26cf 15:31:48 ---> a6399ee81c2d 15:31:48 Step 30/37 : RUN sed -i 's,authHTTPAddress:,authHTTPAddress: http://localhost:8000/rtspauth,g' mediamtx.yml 15:31:48 ---> Running in c2dcd1f16682 15:31:49 Removing intermediate container c2dcd1f16682 15:31:49 ---> 0c9a60cef81c 15:31:49 Step 31/37 : EXPOSE 59983 15:31:49 ---> Running in 03a7529b7f5a 15:31:49 Removing intermediate container 03a7529b7f5a 15:31:49 ---> f4c020a33082 15:31:49 Step 32/37 : EXPOSE 8554 15:31:50 ---> Running in 12b9f7ffc64e 15:31:50 Removing intermediate container 12b9f7ffc64e 15:31:50 ---> 0f4556471a14 15:31:50 Step 33/37 : ENTRYPOINT ["/docker-entrypoint.sh"] 15:31:50 ---> Running in eccc330e716a 15:31:50 Removing intermediate container eccc330e716a 15:31:50 ---> 37e157840f29 15:31:50 Step 34/37 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 15:31:50 ---> Running in a15829a51fa8 15:31:51 Removing intermediate container a15829a51fa8 15:31:51 ---> 9dfe63536676 15:31:51 Step 35/37 : LABEL arch=arm64 15:31:51 ---> Running in e021ac34a3ae 15:31:51 Removing intermediate container e021ac34a3ae 15:31:51 ---> fa04df8667cd 15:31:51 Step 36/37 : LABEL git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:31:51 ---> Running in 94d5c6da5446 15:31:51 Removing intermediate container 94d5c6da5446 15:31:51 ---> ec3973d46e87 15:31:51 Step 37/37 : LABEL version=3.2.0-dev.15 15:31:52 ---> Running in da68acdb577b 15:31:52 Removing intermediate container da68acdb577b 15:31:52 ---> 7fa51f577477 15:31:52 [Warning] One or more build-args [ARCH] were not consumed 15:31:52 Successfully built 7fa51f577477 15:31:52 Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:31:52 provisioning config files... 15:31:52 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/180@tmp/config13743885924463001255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:31:52 ---> ****-login.sh 15:31:52 nexus3.edgexfoundry.org:10001 15:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:31:53 Configure a credential helper to remove this warning. See 15:31:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:31:53 15:31:53 Login Succeeded 15:31:53 nexus3.edgexfoundry.org:10002 15:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:31:53 Configure a credential helper to remove this warning. See 15:31:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:31:53 15:31:53 Login Succeeded 15:31:53 nexus3.edgexfoundry.org:10003 15:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:31:53 Configure a credential helper to remove this warning. See 15:31:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:31:53 15:31:53 Login Succeeded 15:31:53 nexus3.edgexfoundry.org:10004 15:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:31:54 Configure a credential helper to remove this warning. See 15:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:31:54 15:31:54 Login Succeeded 15:31:54 ****.io 15:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:31:54 Configure a credential helper to remove this warning. See 15:31:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:31:54 15:31:54 Login Succeeded 15:31:54 ---> ****-login.sh ends [Pipeline] } 15:31:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:31:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:31:54 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 15:31:54 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:31:54 latest 15:31:54 3.2.0-dev.15 15:31:54 b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:31:54 main 15:31:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:55 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:31:55 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:31:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 15:31:55 896acb4b915f: Preparing 15:31:55 c927f39fffaa: Preparing 15:31:55 c377990788e1: Preparing 15:31:55 b6944527cd7d: Preparing 15:31:55 f0c0fc467d42: Preparing 15:31:55 4fdee56d7956: Preparing 15:31:55 a9a063504bd6: Preparing 15:31:55 4495919d2e38: Preparing 15:31:55 61560176b8b3: Preparing 15:31:55 1dec5b3403d5: Preparing 15:31:55 22d23251c3b5: Preparing 15:31:55 964efab75738: Preparing 15:31:55 f1d1f25acab4: Preparing 15:31:55 da707bb00cb8: Preparing 15:31:55 4fdee56d7956: Waiting 15:31:55 1dec5b3403d5: Waiting 15:31:55 a9a063504bd6: Waiting 15:31:55 4495919d2e38: Waiting 15:31:55 61560176b8b3: Waiting 15:31:55 22d23251c3b5: Waiting 15:31:55 964efab75738: Waiting 15:31:55 f1d1f25acab4: Waiting 15:31:55 da707bb00cb8: Waiting 15:31:55 896acb4b915f: Pushed 15:31:55 c927f39fffaa: Pushed 15:31:55 b6944527cd7d: Pushed 15:31:55 c377990788e1: Pushed 15:31:56 4fdee56d7956: Pushed 15:31:56 a9a063504bd6: Pushed 15:31:56 61560176b8b3: Pushed 15:31:56 4495919d2e38: Pushed 15:31:56 1dec5b3403d5: Pushed 15:31:56 da707bb00cb8: Layer already exists 15:31:57 964efab75738: Pushed 15:32:02 f0c0fc467d42: Pushed 15:32:05 22d23251c3b5: Pushed 15:32:17 f1d1f25acab4: Pushed 15:32:18 b54b79498e332a1e36b9fe49a0189bdcdd0007a3: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:18 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:18 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 15:32:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 15:32:18 896acb4b915f: Preparing 15:32:18 c927f39fffaa: Preparing 15:32:18 c377990788e1: Preparing 15:32:18 b6944527cd7d: Preparing 15:32:18 f0c0fc467d42: Preparing 15:32:18 4fdee56d7956: Preparing 15:32:18 a9a063504bd6: Preparing 15:32:18 4495919d2e38: Preparing 15:32:18 61560176b8b3: Preparing 15:32:18 1dec5b3403d5: Preparing 15:32:18 22d23251c3b5: Preparing 15:32:18 964efab75738: Preparing 15:32:18 f1d1f25acab4: Preparing 15:32:18 da707bb00cb8: Preparing 15:32:18 1dec5b3403d5: Waiting 15:32:18 22d23251c3b5: Waiting 15:32:18 f1d1f25acab4: Waiting 15:32:18 964efab75738: Waiting 15:32:18 da707bb00cb8: Waiting 15:32:18 4fdee56d7956: Waiting 15:32:18 4495919d2e38: Waiting 15:32:18 a9a063504bd6: Waiting 15:32:18 61560176b8b3: Waiting 15:32:18 f0c0fc467d42: Layer already exists 15:32:18 b6944527cd7d: Layer already exists 15:32:18 c927f39fffaa: Layer already exists 15:32:18 c377990788e1: Layer already exists 15:32:18 896acb4b915f: Layer already exists 15:32:18 61560176b8b3: Layer already exists 15:32:18 a9a063504bd6: Layer already exists 15:32:18 4495919d2e38: Layer already exists 15:32:18 4fdee56d7956: Layer already exists 15:32:18 1dec5b3403d5: Layer already exists 15:32:18 22d23251c3b5: Layer already exists 15:32:18 da707bb00cb8: Layer already exists 15:32:18 f1d1f25acab4: Layer already exists 15:32:18 964efab75738: Layer already exists 15:32:19 latest: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:19 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.2.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.2.0-dev.15 15:32:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 15:32:19 896acb4b915f: Preparing 15:32:19 c927f39fffaa: Preparing 15:32:19 c377990788e1: Preparing 15:32:19 b6944527cd7d: Preparing 15:32:19 f0c0fc467d42: Preparing 15:32:19 4fdee56d7956: Preparing 15:32:19 a9a063504bd6: Preparing 15:32:19 4495919d2e38: Preparing 15:32:19 61560176b8b3: Preparing 15:32:19 1dec5b3403d5: Preparing 15:32:19 22d23251c3b5: Preparing 15:32:19 964efab75738: Preparing 15:32:19 f1d1f25acab4: Preparing 15:32:19 da707bb00cb8: Preparing 15:32:19 1dec5b3403d5: Waiting 15:32:19 22d23251c3b5: Waiting 15:32:19 4fdee56d7956: Waiting 15:32:19 a9a063504bd6: Waiting 15:32:19 4495919d2e38: Waiting 15:32:19 61560176b8b3: Waiting 15:32:19 964efab75738: Waiting 15:32:19 da707bb00cb8: Waiting 15:32:19 f1d1f25acab4: Waiting 15:32:19 c377990788e1: Layer already exists 15:32:19 c927f39fffaa: Layer already exists 15:32:19 896acb4b915f: Layer already exists 15:32:19 b6944527cd7d: Layer already exists 15:32:19 f0c0fc467d42: Layer already exists 15:32:19 61560176b8b3: Layer already exists 15:32:19 1dec5b3403d5: Layer already exists 15:32:19 a9a063504bd6: Layer already exists 15:32:19 4495919d2e38: Layer already exists 15:32:19 4fdee56d7956: Layer already exists 15:32:19 964efab75738: Layer already exists 15:32:19 22d23251c3b5: Layer already exists 15:32:19 f1d1f25acab4: Layer already exists 15:32:19 da707bb00cb8: Layer already exists 15:32:19 3.2.0-dev.15: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:20 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:20 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:32:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 15:32:20 896acb4b915f: Preparing 15:32:20 c927f39fffaa: Preparing 15:32:20 c377990788e1: Preparing 15:32:20 b6944527cd7d: Preparing 15:32:20 f0c0fc467d42: Preparing 15:32:20 4fdee56d7956: Preparing 15:32:20 a9a063504bd6: Preparing 15:32:20 4495919d2e38: Preparing 15:32:20 61560176b8b3: Preparing 15:32:20 1dec5b3403d5: Preparing 15:32:20 22d23251c3b5: Preparing 15:32:20 964efab75738: Preparing 15:32:20 f1d1f25acab4: Preparing 15:32:20 da707bb00cb8: Preparing 15:32:20 4fdee56d7956: Waiting 15:32:20 a9a063504bd6: Waiting 15:32:20 4495919d2e38: Waiting 15:32:20 61560176b8b3: Waiting 15:32:20 1dec5b3403d5: Waiting 15:32:20 22d23251c3b5: Waiting 15:32:20 964efab75738: Waiting 15:32:20 f1d1f25acab4: Waiting 15:32:20 da707bb00cb8: Waiting 15:32:20 b6944527cd7d: Layer already exists 15:32:20 c377990788e1: Layer already exists 15:32:20 c927f39fffaa: Layer already exists 15:32:20 896acb4b915f: Layer already exists 15:32:20 f0c0fc467d42: Layer already exists 15:32:20 a9a063504bd6: Layer already exists 15:32:20 4fdee56d7956: Layer already exists 15:32:20 4495919d2e38: Layer already exists 15:32:20 61560176b8b3: Layer already exists 15:32:20 1dec5b3403d5: Layer already exists 15:32:20 22d23251c3b5: Layer already exists 15:32:20 964efab75738: Layer already exists 15:32:20 da707bb00cb8: Layer already exists 15:32:20 f1d1f25acab4: Layer already exists 15:32:20 b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:21 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 15:32:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 15:32:21 896acb4b915f: Preparing 15:32:21 c927f39fffaa: Preparing 15:32:21 c377990788e1: Preparing 15:32:21 b6944527cd7d: Preparing 15:32:21 f0c0fc467d42: Preparing 15:32:21 4fdee56d7956: Preparing 15:32:21 a9a063504bd6: Preparing 15:32:21 4fdee56d7956: Waiting 15:32:21 4495919d2e38: Preparing 15:32:21 a9a063504bd6: Waiting 15:32:21 61560176b8b3: Preparing 15:32:21 1dec5b3403d5: Preparing 15:32:21 4495919d2e38: Waiting 15:32:21 22d23251c3b5: Preparing 15:32:21 964efab75738: Preparing 15:32:21 61560176b8b3: Waiting 15:32:21 f1d1f25acab4: Preparing 15:32:21 1dec5b3403d5: Waiting 15:32:21 22d23251c3b5: Waiting 15:32:21 da707bb00cb8: Preparing 15:32:21 964efab75738: Waiting 15:32:21 f1d1f25acab4: Waiting 15:32:21 da707bb00cb8: Waiting 15:32:21 c377990788e1: Layer already exists 15:32:21 896acb4b915f: Layer already exists 15:32:21 c927f39fffaa: Layer already exists 15:32:21 b6944527cd7d: Layer already exists 15:32:21 f0c0fc467d42: Layer already exists 15:32:21 4495919d2e38: Layer already exists 15:32:21 4fdee56d7956: Layer already exists 15:32:21 a9a063504bd6: Layer already exists 15:32:21 1dec5b3403d5: Layer already exists 15:32:21 61560176b8b3: Layer already exists 15:32:21 22d23251c3b5: Layer already exists 15:32:21 f1d1f25acab4: Layer already exists 15:32:21 da707bb00cb8: Layer already exists 15:32:21 964efab75738: Layer already exists 15:32:21 main: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:32:21 ===================================================== [Pipeline] echo 15:32:21 taggedImages: 15:32:21 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 15:32:21 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 15:32:21 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.2.0-dev.15 15:32:21 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 15:32:21 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:32:22 15:32:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:32:22 arm64: Pulling from edgex-lftools-log-publisher 15:32:22 8998bd30e6a1: Pulling fs layer 15:32:22 04944245beec: Pulling fs layer 15:32:22 699f458cf7ca: Pulling fs layer 15:32:22 765212b225bb: Pulling fs layer 15:32:22 f23df028b6ca: Pulling fs layer 15:32:22 d65c8cfc05b1: Pulling fs layer 15:32:22 2437ff75d9bd: Pulling fs layer 15:32:22 f23df028b6ca: Waiting 15:32:22 765212b225bb: Waiting 15:32:22 d65c8cfc05b1: Waiting 15:32:22 2437ff75d9bd: Waiting 15:32:22 04944245beec: Verifying Checksum 15:32:22 04944245beec: Download complete 15:32:22 765212b225bb: Verifying Checksum 15:32:22 765212b225bb: Download complete 15:32:22 f23df028b6ca: Verifying Checksum 15:32:22 f23df028b6ca: Download complete 15:32:22 d65c8cfc05b1: Download complete 15:32:22 699f458cf7ca: Verifying Checksum 15:32:23 699f458cf7ca: Download complete 15:32:23 8998bd30e6a1: Verifying Checksum 15:32:23 8998bd30e6a1: Download complete 15:32:25 2437ff75d9bd: Download complete 15:32:27 8998bd30e6a1: Pull complete 15:32:28 04944245beec: Pull complete 15:32:30 699f458cf7ca: Pull complete 15:32:30 765212b225bb: Pull complete 15:32:30 f23df028b6ca: Pull complete 15:32:31 d65c8cfc05b1: Pull complete 15:32:49 2437ff75d9bd: Pull complete 15:32:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:32:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:32:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:32:49 prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container 15:32:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/180 -v /w/workspace/device-usb-camera/180:/w/workspace/device-usb-camera/180:rw,z -v /w/workspace/device-usb-camera/180@tmp:/w/workspace/device-usb-camera/180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:32:51 $ docker top b1689bde1eaab0f27369a6370739bf89c53d2658e53e2219db84c73910f45729 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:32:52 ---> job-cost.sh 15:32:52 lf-activate-venv: SKIPPING 15:32:52 INFO: No Stack... 15:32:52 INFO: Retrieving Pricing Info for: v3-standard-4 15:32:53 INFO: Archiving Costs [Pipeline] sh 15:32:53 + cat /w/workspace/device-usb-camera/180/archives/cost.csv 15:32:53 + cut -d, -f6 [Pipeline] lock 15:32:54 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] 15:32:54 Resource [jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] did not exist. Created. 15:32:54 Lock acquired on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:32:54 /w/workspace/device-usb-camera/180@tmp/durable-454a5307/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:32:55 + echo total: 0.10999999940395355 [Pipeline] stash 15:32:55 Warning: overwriting stash ‘stack-cost’ 15:32:55 Stashed 1 file(s) [Pipeline] } 15:32:55 Lock released on resource [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] // lock [Pipeline] } 15:32:55 $ docker stop --time=1 b1689bde1eaab0f27369a6370739bf89c53d2658e53e2219db84c73910f45729 15:32:57 $ docker rm -f --volumes b1689bde1eaab0f27369a6370739bf89c53d2658e53e2219db84c73910f45729 [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 15:32:57 provisioning config files... 15:32:57 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7561829867396292362tmp [Pipeline] { [Pipeline] sh 15:32:58 + set +x 15:32:58 + bash -s -- 15:32:58 + curl -s https://codecov.io/bash 15:32:58 15:32:58 _____ _ 15:32:58 / ____| | | 15:32:58 | | ___ __| | ___ ___ _____ __ 15:32:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:32:58 | |___| (_) | (_| | __/ (_| (_) \ V / 15:32:58 \_____\___/ \__,_|\___|\___\___/ \_/ 15:32:58 Bash-1.0.6 15:32:58 15:32:58 15:32:58 ==> git version 2.25.1 found 15:32:58 ==> 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 15:32:58 Release-Date: 2020-01-08 15:32:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:32:58 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:32:58 ==> Jenkins CI detected. 15:32:58 current dir:  /w/workspace/exfoundry_device-usb-camera_main 15:32:58 project root: . 15:32:58 --> token set from env 15:32:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:32:58 ==> Running gcov in . (disable via -X gcov) 15:32:58 ==> Python coveragepy not found 15:32:58 ==> Searching for coverage reports in: 15:32:58 + . 15:32:58 -> Found 1 reports 15:32:58 ==> Detecting git/mercurial file structure 15:32:58 ==> Reading reports 15:32:58 + ./coverage.out bytes=54703 15:32:58 ==> Appending adjustments 15:32:58 https://docs.codecov.io/docs/fixing-reports 15:32:58 + Found adjustments 15:32:58 ==> Gzipping contents 15:32:58 8.0K /tmp/codecov.NWCNsO.gz 15:32:58 ==> Uploading reports 15:32:58 url: https://codecov.io 15:32:58 query: branch=main&commit=b54b79498e332a1e36b9fe49a0189bdcdd0007a3&build=180&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F180%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 15:32:58 -> Pinging Codecov 15:32:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b54b79498e332a1e36b9fe49a0189bdcdd0007a3&build=180&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F180%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 15:32:58 -> Uploading to 15:32:58 https://storage.googleapis.com/codecov/v4/raw/2024-07-20/73D8F5FF140700D3E01443B452E23636/b54b79498e332a1e36b9fe49a0189bdcdd0007a3/b3fc5543-399f-40d6-8966-310962a9c675.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240720%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240720T153258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=75a90be3980f3ec4522cdd14e9c75e4ab015beec97ab48233604965d68b87984 15:32:58 % Total % Received % Xferd Average Speed Time Time Time Current 15:32:58 Dload Upload Total Spent Left Speed 15:32:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6805 0 0 100 6805 0 24835 --:--:-- --:--:-- --:--:-- 24835 15:32:58 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] } 15:32:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:32:59 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:32:59 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 15:32:59 15:32:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:32:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 15:32:59 latest: Pulling from edgex-devops/edgex-snyk-go 15:32:59 619be1103602: Already exists 15:32:59 f8ea3408117e: Pulling fs layer 15:32:59 91320369b822: Pulling fs layer 15:32:59 0406650e8295: Pulling fs layer 15:32:59 4f4fb700ef54: Pulling fs layer 15:32:59 96d80e3f36e1: Pulling fs layer 15:32:59 bcf3aedb951c: Pulling fs layer 15:32:59 4f4fb700ef54: Waiting 15:32:59 bcf3aedb951c: Waiting 15:32:59 0406650e8295: Verifying Checksum 15:32:59 0406650e8295: Download complete 15:32:59 f8ea3408117e: Verifying Checksum 15:32:59 f8ea3408117e: Download complete 15:32:59 4f4fb700ef54: Verifying Checksum 15:32:59 4f4fb700ef54: Download complete 15:33:00 f8ea3408117e: Pull complete 15:33:00 96d80e3f36e1: Verifying Checksum 15:33:00 96d80e3f36e1: Download complete 15:33:00 91320369b822: Download complete 15:33:00 bcf3aedb951c: Verifying Checksum 15:33:00 bcf3aedb951c: Download complete 15:33:03 91320369b822: Pull complete 15:33:03 0406650e8295: Pull complete 15:33:03 4f4fb700ef54: Pull complete 15:33:03 96d80e3f36e1: Pull complete 15:33:06 bcf3aedb951c: Pull complete 15:33:06 Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 15:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 15:33:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:33:07 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:33:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 15:33:11 $ docker top 35eeccc26284f65e72a729f277ddade8569dde06d4fc2a6237491bfa0a34daa4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:11 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] echo 15:33:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 15:33:11 + set -o pipefail 15:33:11 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 15:33:20 15:33:20 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 15:33:20 15:33:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/978f9534-f89b-479b-86d5-a67f44693f06/history/ca7590b4-0ba4-4585-b1e3-2ea5e7204f81 15:33:20 15:33:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:33:20 [Pipeline] } 15:33:20 $ docker stop --time=1 35eeccc26284f65e72a729f277ddade8569dde06d4fc2a6237491bfa0a34daa4 15:33:25 $ docker rm -f --volumes 35eeccc26284f65e72a729f277ddade8569dde06d4fc2a6237491bfa0a34daa4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:33:26 + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] sh 15:33:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:33:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:33:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:33:27 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:33:27 $ docker top 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:27 [ssh-agent] Looking for ssh-agent implementation... 15:33:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:27 $ docker exec 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 ssh-agent 15:33:28 SSH_AUTH_SOCK=/tmp/ssh-YDWl6gCpPyC4/agent.32 15:33:28 SSH_AGENT_PID=38 15:33:28 Running ssh-add (command line suppressed) 15:33:28 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17139710645881983428.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17139710645881983428.key) 15:33:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:28 + git semver tag 15:33:28 2024-07-20 15:33:28,731 [run_tag] DEBUG tag force:False 15:33:28 2024-07-20 15:33:28,731 [check_head_tag] DEBUG check head tag 15:33:28 2024-07-20 15:33:28,734 [execute] INFO git cat-file --batch-check 15:33:28 2024-07-20 15:33:28,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 15:33:28 2024-07-20 15:33:28,739 [execute] INFO git cat-file --batch 15:33:28 2024-07-20 15:33:28,740 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 15:33:29 2024-07-20 15:33:28,785 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:29 2024-07-20 15:33:28,785 [execute] INFO git tag -a v3.2.0-dev.15 -m v3.2.0-dev.15 15:33:29 2024-07-20 15:33:28,785 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.15', '-m', 'v3.2.0-dev.15'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 15:33:29 2024-07-20 15:33:28,791 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:29 3.2.0-dev.15 [Pipeline] } 15:33:29 $ docker exec --env ******** --env ******** 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 ssh-agent -k 15:33:29 unset SSH_AUTH_SOCK; 15:33:29 unset SSH_AGENT_PID; 15:33:29 echo Agent pid 38 killed; 15:33:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:29 + git semver [Pipeline] } 15:33:29 $ docker stop --time=1 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 15:33:31 $ docker rm -f --volumes 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:33:31 15:33:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:33:31 0.23.1-centos7: Pulling from edgex-lftools 15:33:31 ab5ef0e58194: Pulling fs layer 15:33:31 9712f1f96733: Pulling fs layer 15:33:31 63f879dbbcfc: Pulling fs layer 15:33:31 0d9ebad4ef96: Pulling fs layer 15:33:31 e9a5061849ea: Pulling fs layer 15:33:31 d747dcd14b5f: Pulling fs layer 15:33:31 2de7ff778b66: Pulling fs layer 15:33:31 d747dcd14b5f: Waiting 15:33:31 e9a5061849ea: Waiting 15:33:31 2de7ff778b66: Waiting 15:33:31 0d9ebad4ef96: Waiting 15:33:31 9712f1f96733: Verifying Checksum 15:33:31 9712f1f96733: Download complete 15:33:32 63f879dbbcfc: Verifying Checksum 15:33:32 63f879dbbcfc: Download complete 15:33:32 e9a5061849ea: Verifying Checksum 15:33:32 e9a5061849ea: Download complete 15:33:32 0d9ebad4ef96: Verifying Checksum 15:33:32 0d9ebad4ef96: Download complete 15:33:32 ab5ef0e58194: Verifying Checksum 15:33:32 ab5ef0e58194: Download complete 15:33:32 2de7ff778b66: Download complete 15:33:35 ab5ef0e58194: Pull complete 15:33:35 9712f1f96733: Pull complete 15:33:36 63f879dbbcfc: Pull complete 15:33:40 0d9ebad4ef96: Pull complete 15:33:40 e9a5061849ea: Pull complete 15:33:40 d747dcd14b5f: Pull complete 15:33:41 2de7ff778b66: Pull complete 15:33:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:33:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:33:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:33:41 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:33:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:33:47 $ docker top ab6e43a97321de232a7b12f66c82c09a255319b2efcfc0e25a89b72b71d04873 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:33:47 provisioning config files... 15:33:47 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3705359517380667926tmp 15:33:47 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10969336621690322404tmp 15:33:47 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2316594504273739626tmp [Pipeline] { [Pipeline] echo 15:33:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:33:47 ---> sigul-configuration.sh 15:33:47 gpg: directory `/root/.gnupg' created 15:33:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:33:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:33:47 gpg: keyring `/root/.gnupg/secring.gpg' created 15:33:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:33:47 gpg: CAST5 encrypted data 15:33:47 gpg: encrypted with 1 passphrase 15:33:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:33:47 + mkdir /home/jenkins 15:33:47 + mkdir /home/jenkins/sigul [Pipeline] sh 15:33:48 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:33:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:33:48 ---> sigul-install.sh 15:33:48 Sigul already installed; skipping installation. [Pipeline] sh 15:33:48 + git tag --list 15:33:48 v0.0.0 15:33:48 v0.0.1-dev.1 15:33:48 v0.0.1-dev.10 15:33:48 v0.0.1-dev.11 15:33:48 v0.0.1-dev.12 15:33:48 v0.0.1-dev.13 15:33:48 v0.0.1-dev.14 15:33:48 v0.0.1-dev.15 15:33:48 v0.0.1-dev.16 15:33:48 v0.0.1-dev.2 15:33:48 v0.0.1-dev.3 15:33:48 v0.0.1-dev.4 15:33:48 v0.0.1-dev.5 15:33:48 v0.0.1-dev.6 15:33:48 v0.0.1-dev.7 15:33:48 v0.0.1-dev.8 15:33:48 v0.0.1-dev.9 15:33:48 v2.2.0 15:33:48 v2.2.0-dev.17 15:33:48 v2.2.0-dev.18 15:33:48 v2.2.0-dev.19 15:33:48 v2.2.0-dev.20 15:33:48 v2.2.0-dev.21 15:33:48 v2.2.0-dev.22 15:33:48 v2.2.0-dev.23 15:33:48 v2.2.0-dev.24 15:33:48 v2.2.0-dev.25 15:33:48 v2.2.0-dev.26 15:33:48 v2.2.0-dev.27 15:33:48 v2.3.0 15:33:48 v2.3.0-dev.1 15:33:48 v2.3.0-dev.10 15:33:48 v2.3.0-dev.11 15:33:48 v2.3.0-dev.12 15:33:48 v2.3.0-dev.13 15:33:48 v2.3.0-dev.14 15:33:48 v2.3.0-dev.15 15:33:48 v2.3.0-dev.16 15:33:48 v2.3.0-dev.17 15:33:48 v2.3.0-dev.18 15:33:48 v2.3.0-dev.19 15:33:48 v2.3.0-dev.2 15:33:48 v2.3.0-dev.20 15:33:48 v2.3.0-dev.21 15:33:48 v2.3.0-dev.22 15:33:48 v2.3.0-dev.23 15:33:48 v2.3.0-dev.24 15:33:48 v2.3.0-dev.25 15:33:48 v2.3.0-dev.26 15:33:48 v2.3.0-dev.27 15:33:48 v2.3.0-dev.28 15:33:48 v2.3.0-dev.3 15:33:48 v2.3.0-dev.4 15:33:48 v2.3.0-dev.5 15:33:48 v2.3.0-dev.6 15:33:48 v2.3.0-dev.7 15:33:48 v2.3.0-dev.8 15:33:48 v2.3.0-dev.9 15:33:48 v2.3.1 15:33:48 v2.3.1-dev.4 15:33:48 v2.3.1-dev.5 15:33:48 v2.3.1-dev.6 15:33:48 v3.0 15:33:48 v3.0.0 15:33:48 v3.0.0-dev.1 15:33:48 v3.0.0-dev.10 15:33:48 v3.0.0-dev.11 15:33:48 v3.0.0-dev.12 15:33:48 v3.0.0-dev.13 15:33:48 v3.0.0-dev.14 15:33:48 v3.0.0-dev.15 15:33:48 v3.0.0-dev.16 15:33:48 v3.0.0-dev.17 15:33:48 v3.0.0-dev.18 15:33:48 v3.0.0-dev.19 15:33:48 v3.0.0-dev.2 15:33:48 v3.0.0-dev.20 15:33:48 v3.0.0-dev.21 15:33:48 v3.0.0-dev.22 15:33:48 v3.0.0-dev.23 15:33:48 v3.0.0-dev.24 15:33:48 v3.0.0-dev.25 15:33:48 v3.0.0-dev.26 15:33:48 v3.0.0-dev.27 15:33:48 v3.0.0-dev.28 15:33:48 v3.0.0-dev.29 15:33:48 v3.0.0-dev.3 15:33:48 v3.0.0-dev.30 15:33:48 v3.0.0-dev.31 15:33:48 v3.0.0-dev.32 15:33:48 v3.0.0-dev.33 15:33:48 v3.0.0-dev.34 15:33:48 v3.0.0-dev.35 15:33:48 v3.0.0-dev.36 15:33:48 v3.0.0-dev.37 15:33:48 v3.0.0-dev.38 15:33:48 v3.0.0-dev.39 15:33:48 v3.0.0-dev.4 15:33:48 v3.0.0-dev.40 15:33:48 v3.0.0-dev.41 15:33:48 v3.0.0-dev.42 15:33:48 v3.0.0-dev.43 15:33:48 v3.0.0-dev.44 15:33:48 v3.0.0-dev.45 15:33:48 v3.0.0-dev.46 15:33:48 v3.0.0-dev.47 15:33:48 v3.0.0-dev.48 15:33:48 v3.0.0-dev.49 15:33:48 v3.0.0-dev.5 15:33:48 v3.0.0-dev.50 15:33:48 v3.0.0-dev.51 15:33:48 v3.0.0-dev.6 15:33:48 v3.0.0-dev.7 15:33:48 v3.0.0-dev.8 15:33:48 v3.0.0-dev.9 15:33:48 v3.1 15:33:48 v3.1.0 15:33:48 v3.1.0-dev.1 15:33:48 v3.1.0-dev.10 15:33:48 v3.1.0-dev.11 15:33:48 v3.1.0-dev.12 15:33:48 v3.1.0-dev.13 15:33:48 v3.1.0-dev.14 15:33:48 v3.1.0-dev.15 15:33:48 v3.1.0-dev.16 15:33:48 v3.1.0-dev.17 15:33:48 v3.1.0-dev.18 15:33:48 v3.1.0-dev.19 15:33:48 v3.1.0-dev.2 15:33:48 v3.1.0-dev.20 15:33:48 v3.1.0-dev.21 15:33:48 v3.1.0-dev.22 15:33:48 v3.1.0-dev.23 15:33:48 v3.1.0-dev.24 15:33:48 v3.1.0-dev.25 15:33:48 v3.1.0-dev.26 15:33:48 v3.1.0-dev.27 15:33:48 v3.1.0-dev.28 15:33:48 v3.1.0-dev.29 15:33:48 v3.1.0-dev.3 15:33:48 v3.1.0-dev.30 15:33:48 v3.1.0-dev.31 15:33:48 v3.1.0-dev.32 15:33:48 v3.1.0-dev.33 15:33:48 v3.1.0-dev.34 15:33:48 v3.1.0-dev.35 15:33:48 v3.1.0-dev.36 15:33:48 v3.1.0-dev.37 15:33:48 v3.1.0-dev.38 15:33:48 v3.1.0-dev.39 15:33:48 v3.1.0-dev.4 15:33:48 v3.1.0-dev.5 15:33:48 v3.1.0-dev.6 15:33:48 v3.1.0-dev.7 15:33:48 v3.1.0-dev.8 15:33:48 v3.1.0-dev.9 15:33:48 v3.1.1 15:33:48 v3.1.1-dev.1 15:33:48 v3.2.0-dev.1 15:33:48 v3.2.0-dev.10 15:33:48 v3.2.0-dev.11 15:33:48 v3.2.0-dev.12 15:33:48 v3.2.0-dev.13 15:33:48 v3.2.0-dev.14 15:33:48 v3.2.0-dev.15 15:33:48 v3.2.0-dev.2 15:33:48 v3.2.0-dev.3 15:33:48 v3.2.0-dev.4 15:33:48 v3.2.0-dev.5 15:33:48 v3.2.0-dev.6 15:33:48 v3.2.0-dev.7 15:33:48 v3.2.0-dev.8 15:33:48 v3.2.0-dev.9 [Pipeline] sh 15:33:49 + lftools sign git-tag v3.2.0-dev.15 15:33:49 Signing Git tag with Sigul... 15:33:49 Signing v3.2.0-dev.15 [Pipeline] echo 15:33:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:33:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:33:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:33:50 $ docker stop --time=1 ab6e43a97321de232a7b12f66c82c09a255319b2efcfc0e25a89b72b71d04873 15:33:52 $ docker rm -f --volumes ab6e43a97321de232a7b12f66c82c09a255319b2efcfc0e25a89b72b71d04873 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:33:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:33:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:33:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:33:53 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:33:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:33:54 $ docker top c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 -eo pid,comm 15:33:54 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). 15:33:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:54 [ssh-agent] Looking for ssh-agent implementation... 15:33:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:54 $ docker exec c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 ssh-agent 15:33:54 SSH_AUTH_SOCK=/tmp/ssh-05HlNnLwcpTG/agent.21 15:33:54 SSH_AGENT_PID=27 15:33:54 Running ssh-add (command line suppressed) 15:33:54 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_16339076973278844345.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_16339076973278844345.key) 15:33:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:54 + git semver bump pre 15:33:55 2024-07-20 15:33:55,235 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:55 2024-07-20 15:33:55,236 [bump_version] DEBUG bumping version:3.2.0-dev.15 on axis:pre with prefix:dev 15:33:55 2024-07-20 15:33:55,236 [bump_version] DEBUG bumped version:3.2.0-dev.16 15:33:55 2024-07-20 15:33:55,236 [write_version] DEBUG write version:3.2.0-dev.16 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 15:33:55 2024-07-20 15:33:55,236 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:55 2024-07-20 15:33:55,236 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:55 2024-07-20 15:33:55,240 [execute] INFO git cat-file --batch-check 15:33:55 2024-07-20 15:33:55,241 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 15:33:55 2024-07-20 15:33:55,247 [execute] INFO git cat-file --batch 15:33:55 2024-07-20 15:33:55,247 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 15:33:55 2024-07-20 15:33:55,254 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:33:55 3.2.0-dev.16 [Pipeline] } 15:33:55 $ docker exec --env ******** --env ******** c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 ssh-agent -k 15:33:55 unset SSH_AUTH_SOCK; 15:33:55 unset SSH_AGENT_PID; 15:33:55 echo Agent pid 27 killed; 15:33:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:56 + git semver [Pipeline] } 15:33:56 $ docker stop --time=1 c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 15:33:57 $ docker rm -f --volumes c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 [Pipeline] // withDockerContainer [Pipeline] sh 15:33:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:33:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:33:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:33:58 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:33:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:33:58 $ docker top 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd -eo pid,comm 15:33:58 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). 15:33:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:58 [ssh-agent] Looking for ssh-agent implementation... 15:33:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:59 $ docker exec 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd ssh-agent 15:33:59 SSH_AUTH_SOCK=/tmp/ssh-aVJqXxB3tfY6/agent.31 15:33:59 SSH_AGENT_PID=37 15:33:59 Running ssh-add (command line suppressed) 15:33:59 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1326143421625478732.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1326143421625478732.key) 15:33:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:59 + git semver push 15:33:59 2024-07-20 15:33:59,845 [run_push] DEBUG push 15:33:59 2024-07-20 15:33:59,847 [execute] INFO git cat-file --batch-check 15:33:59 2024-07-20 15:33:59,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 15:33:59 2024-07-20 15:33:59,852 [execute] INFO git rev-list 133434012038fd55c0ffad79b94c565b721b322a -- 15:33:59 2024-07-20 15:33:59,852 [execute] DEBUG Popen(['git', 'rev-list', '133434012038fd55c0ffad79b94c565b721b322a', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 15:33:59 2024-07-20 15:33:59,860 [execute] INFO git fetch -v origin 15:33:59 2024-07-20 15:33:59,860 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 15:34:00 2024-07-20 15:34:00,331 [run_push] DEBUG no remote changes detected 15:34:00 2024-07-20 15:34:00,331 [execute] INFO git push origin semver 15:34:00 2024-07-20 15:34:00,332 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 15:34:01 2024-07-20 15:34:01,369 [run_push] DEBUG push all version tags 15:34:01 2024-07-20 15:34:01,369 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:34:01 2024-07-20 15:34:01,370 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 15:34:02 2024-07-20 15:34:02,118 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 15:34:02 3.2.0-dev.16 [Pipeline] } 15:34:02 $ docker exec --env ******** --env ******** 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd ssh-agent -k 15:34:02 unset SSH_AUTH_SOCK; 15:34:02 unset SSH_AGENT_PID; 15:34:02 echo Agent pid 37 killed; 15:34:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:34:02 + git semver [Pipeline] } 15:34:03 $ docker stop --time=1 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd 15:34:04 $ docker rm -f --volumes 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 15:34:05 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 15:34:05 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 15:34:05 total 16 15:34:05 drwxr-xr-x 3 root root 4096 Jul 20 15:17 . 15:34:05 drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 15:33 .. 15:34:05 drwxr-xr-x 2 root root 4096 Jul 20 15:17 cost 15:34:05 -rw-r--r-- 1 root root 89 Jul 20 15:17 cost.csv 15:34:05 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 15:34:05 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 15:34:05 total 16 15:34:05 drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 15:17 . 15:34:05 drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 15:33 .. 15:34:05 drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 15:17 cost 15:34:05 -rw-r--r-- 1 jenkins jenkins 89 Jul 20 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:34:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:34:06 ---> package-listing.sh 15:34:06 ++ facter osfamily 15:34:06 ++ tr '[:upper:]' '[:lower:]' 15:34:06 + OS_FAMILY=debian 15:34:06 + workspace=/w/workspace/exfoundry_device-usb-camera_main 15:34:06 + START_PACKAGES=/tmp/packages_start.txt 15:34:06 + END_PACKAGES=/tmp/packages_end.txt 15:34:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:34:06 + PACKAGES=/tmp/packages_start.txt 15:34:06 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 15:34:06 + PACKAGES=/tmp/packages_end.txt 15:34:06 + case "${OS_FAMILY}" in 15:34:06 + dpkg -l 15:34:06 + grep '^ii' 15:34:06 + '[' -f /tmp/packages_start.txt ']' 15:34:06 + '[' -f /tmp/packages_end.txt ']' 15:34:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:34:06 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 15:34:06 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 15:34:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 15:34:06 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/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:34:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:34:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:34:07 prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container 15:34:07 $ 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/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:34:07 $ docker top c38dc11c92a29d9891721db8d3ea675007d7fcae90ee3ab9bb54c567642563ff -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:08 + touch /tmp/pre-build-complete [Pipeline] sh 15:34:08 + mkdir -p /var/log/sysstat [Pipeline] sh 15:34:08 + ls /var/log/sa-host 15:34:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:34:08 provisioning config files... 15:34:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5142599859720004941tmp [Pipeline] { [Pipeline] echo 15:34:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:34:09 ---> create-netrc.sh [Pipeline] } 15:34:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:34:09 ---> python-tools-install.sh [Pipeline] echo 15:34:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:34:09 ---> sudo-logs.sh 15:34:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:34:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:34:10 ---> job-cost.sh 15:34:10 lf-activate-venv: SKIPPING 15:34:10 DEBUG: total: 0.2199999988079071 15:34:10 INFO: Retrieving Stack Cost... 15:34:11 INFO: Retrieving Pricing Info for: v3-standard-8 15:34:11 INFO: Archiving Costs [Pipeline] echo 15:34:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:34:11 ---> logs-deploy.sh 15:34:11 lf-activate-venv: SKIPPING 15:34:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/180 15:34:11 INFO: archiving workspace using pattern(s): 15:34:12 Archives upload complete. 15:34:12 INFO: archiving logs to Nexus