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 [2024-07-20T15:13:56.203Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-20T15:13:56.271Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-20T15:13:56.298Z] ========================================================= [2024-07-20T15:13:56.298Z] EdgeX Global Pipelines Version Info [2024-07-20T15:13:56.298Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:13:57.046Z] ------------------- [2024-07-20T15:13:57.046Z] stable info: [2024-07-20T15:13:57.046Z] ------------------- [2024-07-20T15:13:57.046Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-20T15:13:57.046Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-20T15:13:57.046Z] Message: update stable to v1.0.260 [2024-07-20T15:13:57.614Z] ------------------- [2024-07-20T15:13:57.614Z] experimental info: [2024-07-20T15:13:57.614Z] ------------------- [2024-07-20T15:13:57.614Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-20T15:13:57.614Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-20T15:13:57.614Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-20T15:13:57.689Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2024-07-20T15:13:57.712Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2024-07-20T15:13:57.727Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-20T15:13:57.748Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-20T15:13:57.770Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-20T15:13:57.795Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-20T15:13:57.815Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-20T15:13:57.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-20T15:13:57.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-20T15:13:57.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-20T15:13:57.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-20T15:13:57.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2024-07-20T15:13:57.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-20T15:13:57.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-20T15:13:57.981Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-20T15:13:58.003Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-20T15:13:58.026Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-20T15:13:58.052Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-20T15:13:58.074Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-20T15:13:58.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-20T15:13:58.121Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-20T15:13:58.144Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-20T15:13:58.161Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-20T15:13:58.185Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-20T15:13:58.209Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-20T15:13:58.239Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-20T15:13:58.264Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-20T15:13:58.288Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-20T15:13:58.306Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-20T15:13:58.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-20T15:13:58.345Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo [2024-07-20T15:13:58.367Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b54b794 [Pipeline] echo [2024-07-20T15:13:58.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-20T15:13:58.456Z] provisioning config files... [2024-07-20T15:13:58.470Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10779004661104149351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:13:58.800Z] ---> ****-login.sh [2024-07-20T15:13:58.800Z] nexus3.edgexfoundry.org:10001 [2024-07-20T15:13:59.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:13:59.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:13:59.130Z] Configure a credential helper to remove this warning. See [2024-07-20T15:13:59.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:13:59.130Z] [2024-07-20T15:13:59.130Z] Login Succeeded [2024-07-20T15:13:59.130Z] nexus3.edgexfoundry.org:10002 [2024-07-20T15:13:59.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:13:59.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:13:59.130Z] Configure a credential helper to remove this warning. See [2024-07-20T15:13:59.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:13:59.130Z] [2024-07-20T15:13:59.130Z] Login Succeeded [2024-07-20T15:13:59.130Z] nexus3.edgexfoundry.org:10003 [2024-07-20T15:13:59.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:13:59.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:13:59.393Z] Configure a credential helper to remove this warning. See [2024-07-20T15:13:59.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:13:59.393Z] [2024-07-20T15:13:59.393Z] Login Succeeded [2024-07-20T15:13:59.393Z] nexus3.edgexfoundry.org:10004 [2024-07-20T15:13:59.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:13:59.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:13:59.393Z] Configure a credential helper to remove this warning. See [2024-07-20T15:13:59.393Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:13:59.393Z] [2024-07-20T15:13:59.393Z] Login Succeeded [2024-07-20T15:13:59.393Z] ****.io [2024-07-20T15:13:59.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:13:59.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:13:59.654Z] Configure a credential helper to remove this warning. See [2024-07-20T15:13:59.654Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:13:59.654Z] [2024-07-20T15:13:59.654Z] Login Succeeded [2024-07-20T15:13:59.654Z] ---> ****-login.sh ends [Pipeline] } [2024-07-20T15:13:59.662Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-20T15:14:00.055Z] + git rev-list -1 --merges b54b79498e332a1e36b9fe49a0189bdcdd0007a3~1..b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo [2024-07-20T15:14:00.087Z] -----------> git rev-list -1 --merges b54b79498e332a1e36b9fe49a0189bdcdd0007a3~1..b54b79498e332a1e36b9fe49a0189bdcdd0007a3 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:14:00.087Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [false] [Pipeline] sh [2024-07-20T15:14:00.383Z] + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo [2024-07-20T15:14:00.400Z] ========================================================= [2024-07-20T15:14:00.400Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-20T15:14:00.400Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-20T15:14:00.745Z] + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] echo [2024-07-20T15:14:00.758Z] [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 [2024-07-20T15:14:00.772Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-20T15:14:01.136Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-20T15:14:01.136Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-20T15:14:01.136Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-20T15:14:01.136Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-20T15:14:01.136Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-20T15:14:01.136Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-20T15:14:01.136Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:14:01.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:14:01.507Z] [2024-07-20T15:14:01.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:14:01.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:14:01.822Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-20T15:14:01.822Z] b85a868b505f: Pulling fs layer [2024-07-20T15:14:01.822Z] e2be974225ed: Pulling fs layer [2024-07-20T15:14:01.822Z] 339a4e72a1f5: Pulling fs layer [2024-07-20T15:14:01.822Z] 988bab9f4d93: Pulling fs layer [2024-07-20T15:14:01.822Z] 1469e6f7b9e6: Pulling fs layer [2024-07-20T15:14:01.822Z] eaf3925da568: Pulling fs layer [2024-07-20T15:14:01.822Z] bab4dde63d76: Pulling fs layer [2024-07-20T15:14:01.822Z] bde34c3a00c8: Pulling fs layer [2024-07-20T15:14:01.822Z] b352a97aabf1: Pulling fs layer [2024-07-20T15:14:01.822Z] 4872d77fe225: Pulling fs layer [2024-07-20T15:14:01.822Z] 5851b861e8e6: Pulling fs layer [2024-07-20T15:14:01.822Z] bde34c3a00c8: Waiting [2024-07-20T15:14:01.822Z] 1469e6f7b9e6: Waiting [2024-07-20T15:14:01.822Z] b352a97aabf1: Waiting [2024-07-20T15:14:01.822Z] 4872d77fe225: Waiting [2024-07-20T15:14:01.822Z] 5851b861e8e6: Waiting [2024-07-20T15:14:01.822Z] eaf3925da568: Waiting [2024-07-20T15:14:01.822Z] bab4dde63d76: Waiting [2024-07-20T15:14:01.822Z] 988bab9f4d93: Waiting [2024-07-20T15:14:01.822Z] e2be974225ed: Download complete [2024-07-20T15:14:01.822Z] 988bab9f4d93: Download complete [2024-07-20T15:14:01.822Z] 1469e6f7b9e6: Verifying Checksum [2024-07-20T15:14:01.822Z] 1469e6f7b9e6: Download complete [2024-07-20T15:14:01.822Z] 339a4e72a1f5: Verifying Checksum [2024-07-20T15:14:01.822Z] 339a4e72a1f5: Download complete [2024-07-20T15:14:02.081Z] eaf3925da568: Verifying Checksum [2024-07-20T15:14:02.081Z] eaf3925da568: Download complete [2024-07-20T15:14:02.081Z] bde34c3a00c8: Download complete [2024-07-20T15:14:02.081Z] b352a97aabf1: Download complete [2024-07-20T15:14:02.081Z] 4872d77fe225: Download complete [2024-07-20T15:14:02.081Z] 5851b861e8e6: Verifying Checksum [2024-07-20T15:14:02.081Z] 5851b861e8e6: Download complete [2024-07-20T15:14:02.081Z] b85a868b505f: Verifying Checksum [2024-07-20T15:14:02.081Z] b85a868b505f: Download complete [2024-07-20T15:14:02.341Z] bab4dde63d76: Verifying Checksum [2024-07-20T15:14:02.341Z] bab4dde63d76: Download complete [2024-07-20T15:14:03.277Z] b85a868b505f: Pull complete [2024-07-20T15:14:03.537Z] e2be974225ed: Pull complete [2024-07-20T15:14:04.105Z] 339a4e72a1f5: Pull complete [2024-07-20T15:14:04.105Z] 988bab9f4d93: Pull complete [2024-07-20T15:14:04.372Z] 1469e6f7b9e6: Pull complete [2024-07-20T15:14:04.372Z] eaf3925da568: Pull complete [2024-07-20T15:14:06.290Z] bab4dde63d76: Pull complete [2024-07-20T15:14:06.290Z] bde34c3a00c8: Pull complete [2024-07-20T15:14:06.551Z] b352a97aabf1: Pull complete [2024-07-20T15:14:06.551Z] 4872d77fe225: Pull complete [2024-07-20T15:14:06.551Z] 5851b861e8e6: Pull complete [2024-07-20T15:14:06.551Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-20T15:14:06.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:14:06.551Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:14:06.721Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:14:06.748Z] $ 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 [2024-07-20T15:14:09.356Z] $ docker top 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 -eo pid,comm [2024-07-20T15:14:09.416Z] 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). [2024-07-20T15:14:09.416Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-20T15:14:09.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-20T15:14:09.476Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-20T15:14:09.594Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-20T15:14:09.594Z] $ docker exec 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent [2024-07-20T15:14:09.719Z] SSH_AUTH_SOCK=/tmp/ssh-tqUrEwQOsTRE/agent.33 [2024-07-20T15:14:09.720Z] SSH_AGENT_PID=39 [2024-07-20T15:14:09.726Z] Running ssh-add (command line suppressed) [2024-07-20T15:14:09.831Z] 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) [2024-07-20T15:14:09.848Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-20T15:14:10.139Z] + git tag --points-at HEAD [Pipeline] } [2024-07-20T15:14:10.148Z] $ docker exec --env ******** --env ******** 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent -k [2024-07-20T15:14:10.252Z] unset SSH_AUTH_SOCK; [2024-07-20T15:14:10.253Z] unset SSH_AGENT_PID; [2024-07-20T15:14:10.253Z] echo Agent pid 39 killed; [2024-07-20T15:14:10.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-20T15:14:10.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-20T15:14:10.306Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-20T15:14:10.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-20T15:14:10.423Z] $ docker exec 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent [2024-07-20T15:14:10.547Z] SSH_AUTH_SOCK=/tmp/ssh-YXICPAPBLvBp/agent.72 [2024-07-20T15:14:10.547Z] SSH_AGENT_PID=78 [2024-07-20T15:14:10.552Z] Running ssh-add (command line suppressed) [2024-07-20T15:14:10.655Z] 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) [2024-07-20T15:14:10.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-20T15:14:10.969Z] + git semver init [2024-07-20T15:14:11.229Z] 2024-07-20 15:14:11,151 [run_init] DEBUG init version:0.0.0 force:False [2024-07-20T15:14:11.229Z] 2024-07-20 15:14:11,152 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2024-07-20T15:14:11.229Z] 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 [2024-07-20T15:14:11.229Z] 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) [2024-07-20T15:14:13.137Z] 2024-07-20 15:14:12,709 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2024-07-20T15:14:13.137Z] 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 [2024-07-20T15:14:13.137Z] 2024-07-20 15:14:12,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:14:13.137Z] 2024-07-20 15:14:12,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:14:13.137Z] 3.2.0-dev.15 [Pipeline] } [2024-07-20T15:14:13.143Z] $ docker exec --env ******** --env ******** 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 ssh-agent -k [2024-07-20T15:14:13.240Z] unset SSH_AUTH_SOCK; [2024-07-20T15:14:13.240Z] unset SSH_AGENT_PID; [2024-07-20T15:14:13.241Z] echo Agent pid 78 killed; [2024-07-20T15:14:13.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-20T15:14:13.582Z] + git semver [Pipeline] } [2024-07-20T15:14:13.850Z] $ docker stop --time=1 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 [2024-07-20T15:14:15.186Z] $ docker rm -f --volumes 12951453ab133ce28f177db84f262c599484b7a605142cfa53c302f899473eb2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-20T15:14:15.546Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-20T15:14:15.806Z] Stashed 1 file(s) [Pipeline] echo [2024-07-20T15:14:15.811Z] [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 [2024-07-20T15:14:15.990Z] provisioning config files... [2024-07-20T15:14:16.002Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6343969332503755234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:14:16.310Z] ---> ****-login.sh [2024-07-20T15:14:16.310Z] nexus3.edgexfoundry.org:10001 [2024-07-20T15:14:16.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:14:16.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:14:16.310Z] Configure a credential helper to remove this warning. See [2024-07-20T15:14:16.311Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:14:16.311Z] [2024-07-20T15:14:16.311Z] Login Succeeded [2024-07-20T15:14:16.311Z] nexus3.edgexfoundry.org:10002 [2024-07-20T15:14:16.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:14:16.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:14:16.311Z] Configure a credential helper to remove this warning. See [2024-07-20T15:14:16.311Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:14:16.311Z] [2024-07-20T15:14:16.311Z] Login Succeeded [2024-07-20T15:14:16.311Z] nexus3.edgexfoundry.org:10003 [2024-07-20T15:14:16.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:14:16.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:14:16.572Z] Configure a credential helper to remove this warning. See [2024-07-20T15:14:16.572Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:14:16.572Z] [2024-07-20T15:14:16.572Z] Login Succeeded [2024-07-20T15:14:16.572Z] nexus3.edgexfoundry.org:10004 [2024-07-20T15:14:16.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:14:16.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:14:16.572Z] Configure a credential helper to remove this warning. See [2024-07-20T15:14:16.572Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:14:16.572Z] [2024-07-20T15:14:16.572Z] Login Succeeded [2024-07-20T15:14:16.572Z] ****.io [2024-07-20T15:14:16.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:14:16.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:14:16.831Z] Configure a credential helper to remove this warning. See [2024-07-20T15:14:16.831Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:14:16.831Z] [2024-07-20T15:14:16.831Z] Login Succeeded [2024-07-20T15:14:16.831Z] ---> ****-login.sh ends [Pipeline] } [2024-07-20T15:14:16.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-20T15:14:16.938Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:14:16.956Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:14:16.971Z] ========================================================= [2024-07-20T15:14:16.971Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-20T15:14:16.971Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:14:17.307Z] + 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 . [2024-07-20T15:14:17.307Z] Sending build context to Docker daemon 20.44MB [2024-07-20T15:14:17.307Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2024-07-20T15:14:17.307Z] Step 2/13 : FROM ${BASE} AS builder [2024-07-20T15:14:17.565Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-20T15:14:17.565Z] 619be1103602: Pulling fs layer [2024-07-20T15:14:17.565Z] 7862e08f4a3e: Pulling fs layer [2024-07-20T15:14:17.565Z] 5df492c9dc93: Pulling fs layer [2024-07-20T15:14:17.565Z] 7629e6793208: Pulling fs layer [2024-07-20T15:14:17.565Z] 4f4fb700ef54: Pulling fs layer [2024-07-20T15:14:17.565Z] fb5054dd5b73: Pulling fs layer [2024-07-20T15:14:17.565Z] eeca6798cff9: Pulling fs layer [2024-07-20T15:14:17.565Z] aa269ceb94a6: Pulling fs layer [2024-07-20T15:14:17.565Z] ada007ff1a6a: Pulling fs layer [2024-07-20T15:14:17.565Z] 7629e6793208: Waiting [2024-07-20T15:14:17.565Z] 4f4fb700ef54: Waiting [2024-07-20T15:14:17.565Z] fb5054dd5b73: Waiting [2024-07-20T15:14:17.565Z] eeca6798cff9: Waiting [2024-07-20T15:14:17.565Z] aa269ceb94a6: Waiting [2024-07-20T15:14:17.565Z] ada007ff1a6a: Waiting [2024-07-20T15:14:17.565Z] 7862e08f4a3e: Download complete [2024-07-20T15:14:17.565Z] 7629e6793208: Verifying Checksum [2024-07-20T15:14:17.565Z] 7629e6793208: Download complete [2024-07-20T15:14:17.565Z] 4f4fb700ef54: Verifying Checksum [2024-07-20T15:14:17.565Z] 4f4fb700ef54: Download complete [2024-07-20T15:14:17.565Z] 619be1103602: Verifying Checksum [2024-07-20T15:14:17.565Z] 619be1103602: Download complete [2024-07-20T15:14:17.565Z] fb5054dd5b73: Download complete [2024-07-20T15:14:17.565Z] eeca6798cff9: Verifying Checksum [2024-07-20T15:14:17.565Z] eeca6798cff9: Download complete [2024-07-20T15:14:17.823Z] 619be1103602: Pull complete [2024-07-20T15:14:17.823Z] ada007ff1a6a: Verifying Checksum [2024-07-20T15:14:17.823Z] ada007ff1a6a: Download complete [2024-07-20T15:14:17.823Z] 7862e08f4a3e: Pull complete [2024-07-20T15:14:18.079Z] 5df492c9dc93: Verifying Checksum [2024-07-20T15:14:18.079Z] 5df492c9dc93: Download complete [2024-07-20T15:14:18.338Z] aa269ceb94a6: Verifying Checksum [2024-07-20T15:14:18.338Z] aa269ceb94a6: Download complete [2024-07-20T15:14:21.630Z] 5df492c9dc93: Pull complete [2024-07-20T15:14:21.630Z] 7629e6793208: Pull complete [2024-07-20T15:14:21.630Z] 4f4fb700ef54: Pull complete [2024-07-20T15:14:21.630Z] fb5054dd5b73: Pull complete [2024-07-20T15:14:21.889Z] eeca6798cff9: Pull complete [2024-07-20T15:14:24.425Z] aa269ceb94a6: Pull complete [2024-07-20T15:14:24.686Z] ada007ff1a6a: Pull complete [2024-07-20T15:14:24.686Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-20T15:14:24.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-20T15:14:24.686Z] ---> f489d0715acc [2024-07-20T15:14:24.686Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2024-07-20T15:14:29.964Z] ---> Running in d6f5045ab1f3 [2024-07-20T15:14:29.964Z] Removing intermediate container d6f5045ab1f3 [2024-07-20T15:14:29.964Z] ---> b44da0f37343 [2024-07-20T15:14:29.964Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-20T15:14:29.964Z] ---> Running in bf2140540b4d [2024-07-20T15:14:30.226Z] Removing intermediate container bf2140540b4d [2024-07-20T15:14:30.226Z] ---> 6c76474534fe [2024-07-20T15:14:30.226Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2024-07-20T15:14:30.226Z] ---> Running in 2eb380e1fd09 [2024-07-20T15:14:30.226Z] Removing intermediate container 2eb380e1fd09 [2024-07-20T15:14:30.226Z] ---> 2e5b7923a10d [2024-07-20T15:14:30.226Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2024-07-20T15:14:30.226Z] ---> Running in 76a9e5158610 [2024-07-20T15:14:30.226Z] Removing intermediate container 76a9e5158610 [2024-07-20T15:14:30.226Z] ---> 3b84c3664cdf [2024-07-20T15:14:30.226Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-20T15:14:30.226Z] ---> Running in cd6c4b6c1b60 [2024-07-20T15:14:30.487Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-20T15:14:30.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-20T15:14:30.939Z] Still waiting to schedule task [2024-07-20T15:14:30.939Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6007’ [2024-07-20T15:14:31.004Z] (1/13) Installing libintl (0.21.1-r7) [2024-07-20T15:14:31.004Z] (2/13) Installing eudev-libs (3.2.11-r8) [2024-07-20T15:14:31.004Z] (3/13) Installing libjpeg-turbo (2.1.5.1-r3) [2024-07-20T15:14:31.004Z] (4/13) Installing v4l-utils-libs (1.24.1-r0) [2024-07-20T15:14:31.004Z] (5/13) Installing v4l-utils (1.24.1-r0) [2024-07-20T15:14:31.004Z] (6/13) Installing libdvbv5 (1.24.1-r0) [2024-07-20T15:14:31.004Z] (7/13) Installing udev-init-scripts (35-r1) [2024-07-20T15:14:31.004Z] (8/13) Installing libblkid (2.38.1-r8) [2024-07-20T15:14:31.004Z] (9/13) Installing xz-libs (5.4.3-r0) [2024-07-20T15:14:31.004Z] (10/13) Installing kmod-libs (30-r3) [2024-07-20T15:14:31.004Z] (11/13) Installing eudev (3.2.11-r8) [2024-07-20T15:14:31.004Z] (12/13) Installing eudev-dev (3.2.11-r8) [2024-07-20T15:14:31.004Z] (13/13) Installing v4l-utils-dev (1.24.1-r0) [2024-07-20T15:14:31.004Z] Executing busybox-1.36.1-r5.trigger [2024-07-20T15:14:31.004Z] Executing eudev-3.2.11-r8.trigger [2024-07-20T15:14:31.004Z] OK: 271 MiB in 65 packages [2024-07-20T15:14:31.942Z] Removing intermediate container cd6c4b6c1b60 [2024-07-20T15:14:31.942Z] ---> 14f3ad4be3c0 [2024-07-20T15:14:31.942Z] Step 8/13 : WORKDIR /device-usb-camera [2024-07-20T15:14:31.942Z] ---> Running in 7f7ec4fb912e [2024-07-20T15:14:31.942Z] Removing intermediate container 7f7ec4fb912e [2024-07-20T15:14:31.942Z] ---> 309073f27822 [2024-07-20T15:14:31.942Z] Step 9/13 : COPY go.mod vendor* ./ [2024-07-20T15:14:32.200Z] ---> 0279faec043f [2024-07-20T15:14:32.200Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-20T15:14:32.200Z] ---> Running in 764035caa5d1 [2024-07-20T15:15:18.943Z] Removing intermediate container 764035caa5d1 [2024-07-20T15:15:18.943Z] ---> 28fffe1d7eef [2024-07-20T15:15:18.944Z] Step 11/13 : COPY . . [2024-07-20T15:15:18.944Z] ---> c6d11ead3056 [2024-07-20T15:15:18.944Z] Step 12/13 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE [2024-07-20T15:15:18.944Z] ---> Running in 0374f00c4fe8 [2024-07-20T15:15:18.944Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:15:18.944Z] Dload Upload Total Spent Left Speed [2024-07-20T15:15:18.944Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8894 0 --:--:-- --:--:-- --:--:-- 8924 [2024-07-20T15:15:19.202Z] Removing intermediate container 0374f00c4fe8 [2024-07-20T15:15:19.202Z] ---> b88bbcdd822a [2024-07-20T15:15:19.202Z] Step 13/13 : RUN ${MAKE} [2024-07-20T15:15:19.459Z] ---> Running in 996ee8d63079 [2024-07-20T15:15:19.459Z] noop [2024-07-20T15:15:20.026Z] Removing intermediate container 996ee8d63079 [2024-07-20T15:15:20.027Z] ---> f11473de44fd [2024-07-20T15:15:20.027Z] Successfully built f11473de44fd [2024-07-20T15:15:20.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:15:20.354Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-20T15:15:20.354Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:15:20.433Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:15:20.456Z] $ 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 [2024-07-20T15:15:20.780Z] $ docker top 82be07765b14d0411cf49497444f0807d8d465a6eb759661b416c082e2ee5482 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:15:21.134Z] + go version [2024-07-20T15:15:21.134Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-20T15:15:21.139Z] $ docker stop --time=1 82be07765b14d0411cf49497444f0807d8d465a6eb759661b416c082e2ee5482 [2024-07-20T15:15:22.401Z] $ 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 [2024-07-20T15:15:22.838Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-20T15:15:22.838Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:15:22.924Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:15:22.953Z] $ 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 [2024-07-20T15:15:23.273Z] $ docker top d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:15:23.623Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2024-07-20T15:15:23.930Z] + make test [2024-07-20T15:15:23.930Z] go test ./... -coverprofile=coverage.out ./... [2024-07-20T15:15:25.829Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2024-07-20T15:15:43.904Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2024-07-20T15:15:43.904Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 4.4% of statements [2024-07-20T15:15:56.105Z] go vet ./... [2024-07-20T15:16:01.378Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-20T15:16:01.378Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-20T15:16:01.378Z] ./bin/test-attribution-txt.sh [2024-07-20T15:16:01.378Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-07-20T15:16:01.378Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-20T15:16:01.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-20T15:16:01.407Z] $ docker stop --time=1 d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca [2024-07-20T15:16:06.015Z] $ docker rm -f --volumes d96b66e936ef6af84960cb2300b0405ee864bc874170a3ea28e75ac2f83e5dca [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-20T15:16:06.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-20T15:16:06.650Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-20T15:16:07.086Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-20T15:16:07.371Z] + ls -al . [2024-07-20T15:16:07.371Z] total 292 [2024-07-20T15:16:07.371Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 20 15:15 . [2024-07-20T15:16:07.371Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 15:13 .. [2024-07-20T15:16:07.371Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:15 .git [2024-07-20T15:16:07.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 .github [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 379 Jul 20 15:13 .gitignore [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 45 Jul 20 15:13 .golangci.yml [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 77 Jul 20 15:13 .hadolint.yml [2024-07-20T15:16:07.371Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 15:14 .semver [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 10870 Jul 20 15:13 Attribution.txt [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 16561 Jul 20 15:13 CHANGELOG.md [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 2453 Jul 20 15:13 Dockerfile [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 20 15:13 GOVERNANCE.md [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 659 Jul 20 15:13 Jenkinsfile [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jul 20 15:13 LICENSE [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 2611 Jul 20 15:13 Makefile [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 20 15:13 OWNERS.md [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 2575 Jul 20 15:13 README.md [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 15:14 VERSION [2024-07-20T15:16:07.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:13 bin [2024-07-20T15:16:07.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 cmd [2024-07-20T15:16:07.371Z] -rw-r--r-- 1 jenkins jenkins 54703 Jul 20 15:15 coverage.out [2024-07-20T15:16:07.371Z] -rwxrwxr-x 1 jenkins jenkins 84 Jul 20 15:13 docker-entrypoint.sh [2024-07-20T15:16:07.371Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:13 docs [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 7209 Jul 20 15:13 go.mod [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 102019 Jul 20 15:13 go.sum [2024-07-20T15:16:07.371Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:13 internal [2024-07-20T15:16:07.371Z] -rw-rw-r-- 1 jenkins jenkins 231 Jul 20 15:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:16:07.721Z] + 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 . [2024-07-20T15:16:07.721Z] Sending build context to Docker daemon 20.49MB [2024-07-20T15:16:07.721Z] Step 1/37 : ARG BASE=golang:1.21-alpine3.18 [2024-07-20T15:16:07.721Z] Step 2/37 : FROM ${BASE} AS builder [2024-07-20T15:16:07.721Z] ---> f11473de44fd [2024-07-20T15:16:07.721Z] Step 3/37 : ARG ADD_BUILD_TAGS="" [2024-07-20T15:16:08.288Z] ---> Running in 3ae67063f532 [2024-07-20T15:16:08.288Z] Removing intermediate container 3ae67063f532 [2024-07-20T15:16:08.288Z] ---> 4e25e10cd063 [2024-07-20T15:16:08.288Z] Step 4/37 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-20T15:16:08.288Z] ---> Running in 4f58997a2db6 [2024-07-20T15:16:08.288Z] Removing intermediate container 4f58997a2db6 [2024-07-20T15:16:08.288Z] ---> 7ebd948a0c07 [2024-07-20T15:16:08.288Z] Step 5/37 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2024-07-20T15:16:08.288Z] ---> Running in f8f78b9fed6d [2024-07-20T15:16:08.288Z] Removing intermediate container f8f78b9fed6d [2024-07-20T15:16:08.288Z] ---> f145dece2b5c [2024-07-20T15:16:08.288Z] Step 6/37 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2024-07-20T15:16:08.546Z] ---> Running in bd610f0c13e7 [2024-07-20T15:16:08.546Z] Removing intermediate container bd610f0c13e7 [2024-07-20T15:16:08.546Z] ---> 2c2ec66a5ac4 [2024-07-20T15:16:08.546Z] Step 7/37 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-20T15:16:08.546Z] ---> Running in 0254572bb57d [2024-07-20T15:16:08.804Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:09.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:09.323Z] OK: 271 MiB in 65 packages [2024-07-20T15:16:09.580Z] Removing intermediate container 0254572bb57d [2024-07-20T15:16:09.580Z] ---> 5aa086b5ea4a [2024-07-20T15:16:09.580Z] Step 8/37 : WORKDIR /device-usb-camera [2024-07-20T15:16:09.580Z] ---> Running in a34f67ea944e [2024-07-20T15:16:09.580Z] Removing intermediate container a34f67ea944e [2024-07-20T15:16:09.580Z] ---> 74e64dc12bed [2024-07-20T15:16:09.580Z] Step 9/37 : COPY go.mod vendor* ./ [2024-07-20T15:16:09.840Z] ---> 9f77c6748fdf [2024-07-20T15:16:09.840Z] Step 10/37 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-20T15:16:09.840Z] ---> Running in 7871b10a7e64 [2024-07-20T15:16:10.407Z] Removing intermediate container 7871b10a7e64 [2024-07-20T15:16:10.407Z] ---> e8acbcc07f6c [2024-07-20T15:16:10.407Z] Step 11/37 : COPY . . [2024-07-20T15:16:11.341Z] ---> c6ddf217acfd [2024-07-20T15:16:11.341Z] Step 12/37 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE [2024-07-20T15:16:11.341Z] ---> Running in 124a8fd98143 [2024-07-20T15:16:11.341Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:16:11.341Z] Dload Upload Total Spent Left Speed [2024-07-20T15:16:11.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 31594 0 --:--:-- --:--:-- --:--:-- 32181 [2024-07-20T15:16:11.600Z] Removing intermediate container 124a8fd98143 [2024-07-20T15:16:11.600Z] ---> 2ab8ca2f8e38 [2024-07-20T15:16:11.600Z] Step 13/37 : RUN ${MAKE} [2024-07-20T15:16:11.600Z] ---> Running in 17e649ad32b2 [2024-07-20T15:16:11.858Z] 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 [2024-07-20T15:16:50.554Z] Removing intermediate container 17e649ad32b2 [2024-07-20T15:16:50.554Z] ---> 609caeed0425 [2024-07-20T15:16:50.554Z] Step 14/37 : FROM bluenviron/mediamtx:1.8.2 AS rtsp [2024-07-20T15:16:50.554Z] 1.8.2: Pulling from bluenviron/mediamtx [2024-07-20T15:16:50.554Z] 8411072a22a5: Pulling fs layer [2024-07-20T15:16:50.554Z] 8411072a22a5: Verifying Checksum [2024-07-20T15:16:50.554Z] 8411072a22a5: Download complete [2024-07-20T15:16:50.554Z] 8411072a22a5: Pull complete [2024-07-20T15:16:50.554Z] Digest: sha256:d8a9834858e28c90eb7bc42154a9321e821463a9457007f50f6329c465b8b387 [2024-07-20T15:16:50.554Z] Status: Downloaded newer image for bluenviron/mediamtx:1.8.2 [2024-07-20T15:16:50.555Z] ---> 1ac78cb06e13 [2024-07-20T15:16:50.555Z] Step 15/37 : FROM alpine:3.18 [2024-07-20T15:16:50.555Z] 3.18: Pulling from library/alpine [2024-07-20T15:16:50.555Z] 73baa7ef167e: Pulling fs layer [2024-07-20T15:16:50.555Z] 73baa7ef167e: Download complete [2024-07-20T15:16:50.555Z] 73baa7ef167e: Pull complete [2024-07-20T15:16:50.555Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-20T15:16:50.555Z] Status: Downloaded newer image for alpine:3.18 [2024-07-20T15:16:50.555Z] ---> 8fd7cac70a4a [2024-07-20T15:16:50.555Z] Step 16/37 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2024-07-20T15:16:50.555Z] ---> Running in 2e5ac83fb398 [2024-07-20T15:16:50.555Z] Removing intermediate container 2e5ac83fb398 [2024-07-20T15:16:50.555Z] ---> a82b3573294d [2024-07-20T15:16:50.555Z] Step 17/37 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2024-07-20T15:16:50.555Z] ---> Running in ba4c110c83b0 [2024-07-20T15:16:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:50.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:50.555Z] (1/107) Installing dumb-init (1.2.5-r2) [2024-07-20T15:16:50.555Z] (2/107) Installing sdl2 (2.26.5-r0) [2024-07-20T15:16:50.555Z] (3/107) Installing svt-av1-libs (1.6.0-r0) [2024-07-20T15:16:50.814Z] (4/107) Installing aom-libs (3.6.1-r0) [2024-07-20T15:16:50.814Z] (5/107) Installing libxau (1.0.11-r2) [2024-07-20T15:16:50.814Z] (6/107) Installing libmd (1.0.4-r2) [2024-07-20T15:16:50.814Z] (7/107) Installing libbsd (0.11.7-r1) [2024-07-20T15:16:50.814Z] (8/107) Installing libxdmcp (1.1.4-r2) [2024-07-20T15:16:50.814Z] (9/107) Installing libxcb (1.15-r1) [2024-07-20T15:16:50.814Z] (10/107) Installing libx11 (1.8.7-r0) [2024-07-20T15:16:50.814Z] (11/107) Installing hwdata-pci (0.370-r0) [2024-07-20T15:16:50.814Z] (12/107) Installing libpciaccess (0.17-r2) [2024-07-20T15:16:50.814Z] (13/107) Installing libdrm (2.4.115-r4) [2024-07-20T15:16:50.814Z] (14/107) Installing libxext (1.3.5-r2) [2024-07-20T15:16:50.814Z] (15/107) Installing libxfixes (6.0.1-r2) [2024-07-20T15:16:50.814Z] (16/107) Installing libffi (3.4.4-r2) [2024-07-20T15:16:50.814Z] (17/107) Installing wayland-libs-client (1.22.0-r2) [2024-07-20T15:16:50.814Z] (18/107) Installing libva (2.18.0-r1) [2024-07-20T15:16:50.814Z] (19/107) Installing libvdpau (1.5-r1) [2024-07-20T15:16:50.814Z] (20/107) Installing libgcc (12.2.1_git20220924-r10) [2024-07-20T15:16:50.814Z] (21/107) Installing libstdc++ (12.2.1_git20220924-r10) [2024-07-20T15:16:50.814Z] (22/107) Installing onevpl-libs (2023.2.1-r0) [2024-07-20T15:16:50.814Z] (23/107) Installing ffmpeg-libavutil (6.0.1-r0) [2024-07-20T15:16:50.814Z] (24/107) Installing libdav1d (1.2.1-r0) [2024-07-20T15:16:50.814Z] (25/107) Installing brotli-libs (1.0.9-r14) [2024-07-20T15:16:51.074Z] (26/107) Installing libhwy (1.0.4-r1) [2024-07-20T15:16:51.074Z] (27/107) Installing lcms2 (2.15-r2) [2024-07-20T15:16:51.074Z] (28/107) Installing libjxl (0.8.2-r0) [2024-07-20T15:16:51.074Z] (29/107) Installing lame-libs (3.100-r5) [2024-07-20T15:16:51.074Z] (30/107) Installing opus (1.4-r0) [2024-07-20T15:16:51.074Z] (31/107) Installing libgomp (12.2.1_git20220924-r10) [2024-07-20T15:16:51.074Z] (32/107) Installing soxr (0.1.3-r5) [2024-07-20T15:16:51.074Z] (33/107) Installing ffmpeg-libswresample (6.0.1-r0) [2024-07-20T15:16:51.074Z] (34/107) Installing libogg (1.3.5-r4) [2024-07-20T15:16:51.074Z] (35/107) Installing libtheora (1.1.1-r17) [2024-07-20T15:16:51.074Z] (36/107) Installing libvorbis (1.3.7-r1) [2024-07-20T15:16:51.074Z] (37/107) Installing libvpx (1.13.0-r2) [2024-07-20T15:16:51.074Z] (38/107) Installing libwebp (1.3.2-r0) [2024-07-20T15:16:51.074Z] (39/107) Installing x264-libs (0.164_git20220602-r1) [2024-07-20T15:16:51.074Z] (40/107) Installing numactl (2.0.16-r4) [2024-07-20T15:16:51.074Z] (41/107) Installing x265-libs (3.5-r4) [2024-07-20T15:16:51.074Z] (42/107) Installing xvidcore (1.3.7-r1) [2024-07-20T15:16:51.074Z] (43/107) Installing ffmpeg-libavcodec (6.0.1-r0) [2024-07-20T15:16:51.333Z] (44/107) Installing alsa-lib (1.2.9-r1) [2024-07-20T15:16:51.333Z] (45/107) Installing libexpat (2.6.2-r0) [2024-07-20T15:16:51.333Z] (46/107) Installing libbz2 (1.0.8-r5) [2024-07-20T15:16:51.333Z] (47/107) Installing libpng (1.6.39-r3) [2024-07-20T15:16:51.333Z] (48/107) Installing freetype (2.13.0-r5) [2024-07-20T15:16:51.333Z] (49/107) Installing fontconfig (2.14.2-r3) [2024-07-20T15:16:51.333Z] (50/107) Installing fribidi (1.0.13-r0) [2024-07-20T15:16:51.333Z] (51/107) Installing libintl (0.21.1-r7) [2024-07-20T15:16:51.333Z] (52/107) Installing libblkid (2.38.1-r8) [2024-07-20T15:16:51.333Z] (53/107) Installing libmount (2.38.1-r8) [2024-07-20T15:16:51.333Z] (54/107) Installing pcre2 (10.42-r1) [2024-07-20T15:16:51.333Z] (55/107) Installing glib (2.76.6-r0) [2024-07-20T15:16:51.333Z] (56/107) Installing graphite2 (1.3.14-r5) [2024-07-20T15:16:51.333Z] (57/107) Installing harfbuzz (7.3.0-r0) [2024-07-20T15:16:51.333Z] (58/107) Installing libunibreak (5.1-r0) [2024-07-20T15:16:51.333Z] (59/107) Installing libass (0.17.1-r0) [2024-07-20T15:16:51.333Z] (60/107) Installing libbluray (1.3.4-r0) [2024-07-20T15:16:51.333Z] (61/107) Installing gmp (6.2.1-r3) [2024-07-20T15:16:51.592Z] (62/107) Installing nettle (3.8.1-r2) [2024-07-20T15:16:51.592Z] (63/107) Installing libunistring (1.1-r1) [2024-07-20T15:16:51.592Z] (64/107) Installing libidn2 (2.3.4-r1) [2024-07-20T15:16:51.592Z] (65/107) Installing p11-kit (0.24.1-r2) [2024-07-20T15:16:51.592Z] (66/107) Installing libtasn1 (4.19.0-r1) [2024-07-20T15:16:51.592Z] (67/107) Installing gnutls (3.8.4-r0) [2024-07-20T15:16:51.592Z] (68/107) Installing mpg123-libs (1.31.3-r1) [2024-07-20T15:16:51.592Z] (69/107) Installing libopenmpt (0.7.2-r0) [2024-07-20T15:16:51.592Z] (70/107) Installing cjson (1.7.17-r0) [2024-07-20T15:16:51.592Z] (71/107) Installing mbedtls (2.28.8-r0) [2024-07-20T15:16:51.592Z] (72/107) Installing librist (0.2.7-r0) [2024-07-20T15:16:51.592Z] (73/107) Installing libsrt (1.5.2-r0) [2024-07-20T15:16:51.592Z] (74/107) Installing libssh (0.10.5-r0) [2024-07-20T15:16:51.592Z] (75/107) Installing xz-libs (5.4.3-r0) [2024-07-20T15:16:51.592Z] (76/107) Installing libxml2 (2.11.8-r0) [2024-07-20T15:16:51.592Z] (77/107) Installing libsodium (1.0.18-r3) [2024-07-20T15:16:51.592Z] (78/107) Installing libzmq (4.3.4-r4) [2024-07-20T15:16:51.592Z] (79/107) Installing ffmpeg-libavformat (6.0.1-r0) [2024-07-20T15:16:51.852Z] (80/107) Installing glslang-libs (1.3.243.0-r1) [2024-07-20T15:16:51.852Z] (81/107) Installing spirv-tools (1.3.243.0-r1) [2024-07-20T15:16:51.852Z] (82/107) Installing shaderc (2023.3-r1) [2024-07-20T15:16:51.852Z] (83/107) Installing vulkan-loader (1.3.243.0-r1) [2024-07-20T15:16:52.111Z] (84/107) Installing libplacebo (5.264.1-r1) [2024-07-20T15:16:52.111Z] (85/107) Installing ffmpeg-libpostproc (6.0.1-r0) [2024-07-20T15:16:52.111Z] (86/107) Installing ffmpeg-libswscale (6.0.1-r0) [2024-07-20T15:16:52.111Z] (87/107) Installing vidstab (1.1.1-r0) [2024-07-20T15:16:52.111Z] (88/107) Installing zimg (3.0.5-r0) [2024-07-20T15:16:52.111Z] (89/107) Installing ffmpeg-libavfilter (6.0.1-r0) [2024-07-20T15:16:52.371Z] (90/107) Installing libasyncns (0.8-r1) [2024-07-20T15:16:52.371Z] (91/107) Installing dbus-libs (1.14.8-r0) [2024-07-20T15:16:52.371Z] (92/107) Installing libltdl (2.4.7-r2) [2024-07-20T15:16:52.371Z] (93/107) Installing orc (0.4.34-r0) [2024-07-20T15:16:52.371Z] (94/107) Installing flac-libs (1.4.3-r0) [2024-07-20T15:16:52.371Z] (95/107) Installing libsndfile (1.2.0-r2) [2024-07-20T15:16:52.371Z] (96/107) Installing speexdsp (1.2.1-r1) [2024-07-20T15:16:52.371Z] (97/107) Installing tdb-libs (1.4.8-r1) [2024-07-20T15:16:52.371Z] (98/107) Installing libpulse (16.1-r10) [2024-07-20T15:16:52.371Z] (99/107) Installing libjpeg-turbo (2.1.5.1-r3) [2024-07-20T15:16:52.371Z] (100/107) Installing v4l-utils-libs (1.24.1-r0) [2024-07-20T15:16:52.371Z] (101/107) Installing ffmpeg-libavdevice (6.0.1-r0) [2024-07-20T15:16:52.371Z] (102/107) Installing ffmpeg (6.0.1-r0) [2024-07-20T15:16:52.629Z] (103/107) Installing udev-init-scripts (35-r1) [2024-07-20T15:16:52.629Z] (104/107) Installing eudev-libs (3.2.11-r8) [2024-07-20T15:16:52.629Z] (105/107) Installing zstd-libs (1.5.5-r4) [2024-07-20T15:16:52.629Z] (106/107) Installing kmod-libs (30-r3) [2024-07-20T15:16:52.629Z] (107/107) Installing eudev (3.2.11-r8) [2024-07-20T15:16:52.629Z] Executing busybox-1.36.1-r7.trigger [2024-07-20T15:16:52.629Z] Executing glib-2.76.6-r0.trigger [2024-07-20T15:16:52.629Z] Executing eudev-3.2.11-r8.trigger [2024-07-20T15:16:52.629Z] OK: 131 MiB in 122 packages [2024-07-20T15:16:56.900Z] Removing intermediate container ba4c110c83b0 [2024-07-20T15:16:56.900Z] ---> 02d9dae157f1 [2024-07-20T15:16:56.900Z] Step 18/37 : RUN apk --no-cache upgrade [2024-07-20T15:16:56.900Z] ---> Running in e20988cdb361 [2024-07-20T15:16:56.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:56.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-20T15:16:56.900Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-20T15:16:56.900Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-20T15:16:56.900Z] OK: 131 MiB in 122 packages [2024-07-20T15:16:57.160Z] Removing intermediate container e20988cdb361 [2024-07-20T15:16:57.160Z] ---> 96e45c04bdd8 [2024-07-20T15:16:57.160Z] Step 19/37 : WORKDIR / [2024-07-20T15:16:57.160Z] ---> Running in 1da412611760 [2024-07-20T15:16:57.418Z] Removing intermediate container 1da412611760 [2024-07-20T15:16:57.418Z] ---> 24a08debcfbb [2024-07-20T15:16:57.418Z] Step 20/37 : COPY --from=builder /device-usb-camera/cmd / [2024-07-20T15:16:58.799Z] ---> 41e1e972408b [2024-07-20T15:16:58.799Z] Step 21/37 : COPY --from=builder /device-usb-camera/LICENSE / [2024-07-20T15:16:59.059Z] ---> a802c15bdb1f [2024-07-20T15:16:59.059Z] Step 22/37 : COPY --from=builder /device-usb-camera/LICENSE-mediamtx / [2024-07-20T15:16:59.059Z] ---> daee1aac0129 [2024-07-20T15:16:59.059Z] Step 23/37 : COPY --from=builder /device-usb-camera/Attribution.txt / [2024-07-20T15:16:59.059Z] ---> 077747ed0b1d [2024-07-20T15:16:59.059Z] Step 24/37 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2024-07-20T15:16:59.317Z] ---> 10b799a254ed [2024-07-20T15:16:59.317Z] Step 25/37 : COPY --from=rtsp /mediamtx.yml / [2024-07-20T15:16:59.317Z] ---> 09b2fa5eb15a [2024-07-20T15:16:59.317Z] Step 26/37 : COPY --from=rtsp /mediamtx / [2024-07-20T15:17:00.726Z] ---> b45624b7620d [2024-07-20T15:17:00.726Z] Step 27/37 : RUN sed -i 's/rtmp: no/rtmp: yes/g' mediamtx.yml [2024-07-20T15:17:00.726Z] ---> Running in 86bc3c2bc8a6 [2024-07-20T15:17:00.985Z] Removing intermediate container 86bc3c2bc8a6 [2024-07-20T15:17:00.985Z] ---> 24901db2f0bb [2024-07-20T15:17:00.985Z] Step 28/37 : RUN sed -i 's/hls: no/hls: yes/g' mediamtx.yml [2024-07-20T15:17:00.985Z] ---> Running in 9d9daa26412c [2024-07-20T15:17:01.557Z] Removing intermediate container 9d9daa26412c [2024-07-20T15:17:01.557Z] ---> 88be70c9c667 [2024-07-20T15:17:01.557Z] Step 29/37 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' mediamtx.yml [2024-07-20T15:17:01.557Z] ---> Running in 93b587f1d43e [2024-07-20T15:17:02.126Z] Removing intermediate container 93b587f1d43e [2024-07-20T15:17:02.126Z] ---> f1bb3c3396d2 [2024-07-20T15:17:02.126Z] Step 30/37 : RUN sed -i 's,authHTTPAddress:,authHTTPAddress: http://localhost:8000/rtspauth,g' mediamtx.yml [2024-07-20T15:17:02.126Z] ---> Running in c3614dfcbf7e [2024-07-20T15:17:02.695Z] Removing intermediate container c3614dfcbf7e [2024-07-20T15:17:02.695Z] ---> b5666398e310 [2024-07-20T15:17:02.695Z] Step 31/37 : EXPOSE 59983 [2024-07-20T15:17:02.695Z] ---> Running in b1164c9a59de [2024-07-20T15:17:02.958Z] Removing intermediate container b1164c9a59de [2024-07-20T15:17:02.958Z] ---> 257f214ecd9e [2024-07-20T15:17:02.958Z] Step 32/37 : EXPOSE 8554 [2024-07-20T15:17:02.958Z] ---> Running in 2b3c27adb272 [2024-07-20T15:17:02.958Z] Removing intermediate container 2b3c27adb272 [2024-07-20T15:17:02.958Z] ---> 8a9883e7c28d [2024-07-20T15:17:02.958Z] Step 33/37 : ENTRYPOINT ["/docker-entrypoint.sh"] [2024-07-20T15:17:02.958Z] ---> Running in 9fbde92658ed [2024-07-20T15:17:02.958Z] Removing intermediate container 9fbde92658ed [2024-07-20T15:17:02.958Z] ---> 384059b3ed87 [2024-07-20T15:17:02.958Z] Step 34/37 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2024-07-20T15:17:02.958Z] ---> Running in e41e2035d790 [2024-07-20T15:17:03.218Z] Removing intermediate container e41e2035d790 [2024-07-20T15:17:03.218Z] ---> 3e9db9ed4952 [2024-07-20T15:17:03.218Z] Step 35/37 : LABEL arch=amd64 [2024-07-20T15:17:03.218Z] ---> Running in b7d42bac5dc1 [2024-07-20T15:17:03.218Z] Removing intermediate container b7d42bac5dc1 [2024-07-20T15:17:03.218Z] ---> 9cef1fefd2a8 [2024-07-20T15:17:03.218Z] Step 36/37 : LABEL git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:17:03.218Z] ---> Running in 8dc62fc3a1f5 [2024-07-20T15:17:03.218Z] Removing intermediate container 8dc62fc3a1f5 [2024-07-20T15:17:03.218Z] ---> 7e9b96be93d4 [2024-07-20T15:17:03.218Z] Step 37/37 : LABEL version=3.2.0-dev.15 [2024-07-20T15:17:03.218Z] ---> Running in 62bd6e68ef47 [2024-07-20T15:17:03.477Z] Removing intermediate container 62bd6e68ef47 [2024-07-20T15:17:03.477Z] ---> 04c864924936 [2024-07-20T15:17:03.477Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-20T15:17:03.477Z] Successfully built 04c864924936 [2024-07-20T15:17:03.477Z] 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 [2024-07-20T15:17:03.614Z] provisioning config files... [2024-07-20T15:17:03.623Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11858762480063918312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:17:03.934Z] ---> ****-login.sh [2024-07-20T15:17:03.935Z] nexus3.edgexfoundry.org:10001 [2024-07-20T15:17:03.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:17:03.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:17:03.935Z] Configure a credential helper to remove this warning. See [2024-07-20T15:17:03.935Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:17:03.935Z] [2024-07-20T15:17:03.935Z] Login Succeeded [2024-07-20T15:17:03.935Z] nexus3.edgexfoundry.org:10002 [2024-07-20T15:17:04.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:17:04.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:17:04.193Z] Configure a credential helper to remove this warning. See [2024-07-20T15:17:04.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:17:04.194Z] [2024-07-20T15:17:04.194Z] Login Succeeded [2024-07-20T15:17:04.194Z] nexus3.edgexfoundry.org:10003 [2024-07-20T15:17:04.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:17:04.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:17:04.194Z] Configure a credential helper to remove this warning. See [2024-07-20T15:17:04.194Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:17:04.194Z] [2024-07-20T15:17:04.194Z] Login Succeeded [2024-07-20T15:17:04.194Z] nexus3.edgexfoundry.org:10004 [2024-07-20T15:17:04.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:17:04.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:17:04.453Z] Configure a credential helper to remove this warning. See [2024-07-20T15:17:04.453Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:17:04.453Z] [2024-07-20T15:17:04.453Z] Login Succeeded [2024-07-20T15:17:04.453Z] ****.io [2024-07-20T15:17:04.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:17:04.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:17:04.718Z] Configure a credential helper to remove this warning. See [2024-07-20T15:17:04.718Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:17:04.718Z] [2024-07-20T15:17:04.718Z] Login Succeeded [2024-07-20T15:17:04.718Z] ---> ****-login.sh ends [Pipeline] } [2024-07-20T15:17:04.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-20T15:17:04.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:17:04.793Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2024-07-20T15:17:04.793Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:17:04.793Z] latest [2024-07-20T15:17:04.793Z] 3.2.0-dev.15 [2024-07-20T15:17:04.793Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:17:04.793Z] main [2024-07-20T15:17:04.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:05.134Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:05.461Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:17:05.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2024-07-20T15:17:05.461Z] 3411fe807769: Preparing [2024-07-20T15:17:05.461Z] da40f3817101: Preparing [2024-07-20T15:17:05.461Z] b5728846c9bf: Preparing [2024-07-20T15:17:05.461Z] 7ad9fe6d64df: Preparing [2024-07-20T15:17:05.461Z] 0e81680c8547: Preparing [2024-07-20T15:17:05.461Z] 4fdee56d7956: Preparing [2024-07-20T15:17:05.461Z] 90537c1657c5: Preparing [2024-07-20T15:17:05.461Z] 4a12896cb6cf: Preparing [2024-07-20T15:17:05.461Z] 552e63621ed2: Preparing [2024-07-20T15:17:05.461Z] 9b140dbe7472: Preparing [2024-07-20T15:17:05.461Z] 94eb27552d4f: Preparing [2024-07-20T15:17:05.461Z] 72f2643f57fc: Preparing [2024-07-20T15:17:05.461Z] e3b54458b19f: Preparing [2024-07-20T15:17:05.461Z] 63ec0bd56cf3: Preparing [2024-07-20T15:17:05.461Z] 4fdee56d7956: Waiting [2024-07-20T15:17:05.461Z] 90537c1657c5: Waiting [2024-07-20T15:17:05.461Z] 4a12896cb6cf: Waiting [2024-07-20T15:17:05.461Z] 552e63621ed2: Waiting [2024-07-20T15:17:05.461Z] 9b140dbe7472: Waiting [2024-07-20T15:17:05.461Z] 94eb27552d4f: Waiting [2024-07-20T15:17:05.461Z] 63ec0bd56cf3: Waiting [2024-07-20T15:17:05.461Z] e3b54458b19f: Waiting [2024-07-20T15:17:05.461Z] da40f3817101: Pushed [2024-07-20T15:17:05.461Z] 3411fe807769: Pushed [2024-07-20T15:17:05.461Z] b5728846c9bf: Pushed [2024-07-20T15:17:05.461Z] 7ad9fe6d64df: Pushed [2024-07-20T15:17:05.720Z] 4fdee56d7956: Pushed [2024-07-20T15:17:05.720Z] 552e63621ed2: Pushed [2024-07-20T15:17:05.720Z] 90537c1657c5: Pushed [2024-07-20T15:17:05.720Z] 4a12896cb6cf: Pushed [2024-07-20T15:17:05.720Z] 9b140dbe7472: Pushed [2024-07-20T15:17:05.720Z] 63ec0bd56cf3: Layer already exists [2024-07-20T15:17:06.284Z] 72f2643f57fc: Pushed [2024-07-20T15:17:08.812Z] 0e81680c8547: Pushed [2024-07-20T15:17:09.756Z] 94eb27552d4f: Pushed [2024-07-20T15:17:17.868Z] e3b54458b19f: Pushed [2024-07-20T15:17:17.868Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:18.199Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:18.508Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2024-07-20T15:17:18.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2024-07-20T15:17:18.508Z] 3411fe807769: Preparing [2024-07-20T15:17:18.508Z] da40f3817101: Preparing [2024-07-20T15:17:18.508Z] b5728846c9bf: Preparing [2024-07-20T15:17:18.508Z] 7ad9fe6d64df: Preparing [2024-07-20T15:17:18.508Z] 0e81680c8547: Preparing [2024-07-20T15:17:18.508Z] 4fdee56d7956: Preparing [2024-07-20T15:17:18.508Z] 90537c1657c5: Preparing [2024-07-20T15:17:18.508Z] 4a12896cb6cf: Preparing [2024-07-20T15:17:18.508Z] 552e63621ed2: Preparing [2024-07-20T15:17:18.508Z] 9b140dbe7472: Preparing [2024-07-20T15:17:18.508Z] 94eb27552d4f: Preparing [2024-07-20T15:17:18.508Z] 72f2643f57fc: Preparing [2024-07-20T15:17:18.508Z] e3b54458b19f: Preparing [2024-07-20T15:17:18.508Z] 63ec0bd56cf3: Preparing [2024-07-20T15:17:18.508Z] 4a12896cb6cf: Waiting [2024-07-20T15:17:18.508Z] 90537c1657c5: Waiting [2024-07-20T15:17:18.508Z] e3b54458b19f: Waiting [2024-07-20T15:17:18.508Z] 63ec0bd56cf3: Waiting [2024-07-20T15:17:18.508Z] 72f2643f57fc: Waiting [2024-07-20T15:17:18.508Z] 552e63621ed2: Waiting [2024-07-20T15:17:18.508Z] 9b140dbe7472: Waiting [2024-07-20T15:17:18.508Z] 94eb27552d4f: Waiting [2024-07-20T15:17:18.508Z] 4fdee56d7956: Waiting [2024-07-20T15:17:18.508Z] b5728846c9bf: Layer already exists [2024-07-20T15:17:18.508Z] 7ad9fe6d64df: Layer already exists [2024-07-20T15:17:18.508Z] da40f3817101: Layer already exists [2024-07-20T15:17:18.508Z] 0e81680c8547: Layer already exists [2024-07-20T15:17:18.508Z] 3411fe807769: Layer already exists [2024-07-20T15:17:18.508Z] 4fdee56d7956: Layer already exists [2024-07-20T15:17:18.508Z] 552e63621ed2: Layer already exists [2024-07-20T15:17:18.508Z] 4a12896cb6cf: Layer already exists [2024-07-20T15:17:18.508Z] 90537c1657c5: Layer already exists [2024-07-20T15:17:18.508Z] 9b140dbe7472: Layer already exists [2024-07-20T15:17:18.508Z] 94eb27552d4f: Layer already exists [2024-07-20T15:17:18.508Z] e3b54458b19f: Layer already exists [2024-07-20T15:17:18.508Z] 72f2643f57fc: Layer already exists [2024-07-20T15:17:18.508Z] 63ec0bd56cf3: Layer already exists [2024-07-20T15:17:18.508Z] latest: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:18.822Z] + 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 [2024-07-20T15:17:19.141Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.2.0-dev.15 [2024-07-20T15:17:19.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2024-07-20T15:17:19.141Z] 3411fe807769: Preparing [2024-07-20T15:17:19.141Z] da40f3817101: Preparing [2024-07-20T15:17:19.141Z] b5728846c9bf: Preparing [2024-07-20T15:17:19.141Z] 7ad9fe6d64df: Preparing [2024-07-20T15:17:19.141Z] 0e81680c8547: Preparing [2024-07-20T15:17:19.141Z] 4fdee56d7956: Preparing [2024-07-20T15:17:19.141Z] 90537c1657c5: Preparing [2024-07-20T15:17:19.141Z] 4a12896cb6cf: Preparing [2024-07-20T15:17:19.141Z] 552e63621ed2: Preparing [2024-07-20T15:17:19.141Z] 9b140dbe7472: Preparing [2024-07-20T15:17:19.141Z] 94eb27552d4f: Preparing [2024-07-20T15:17:19.141Z] 72f2643f57fc: Preparing [2024-07-20T15:17:19.141Z] e3b54458b19f: Preparing [2024-07-20T15:17:19.141Z] 63ec0bd56cf3: Preparing [2024-07-20T15:17:19.141Z] 90537c1657c5: Waiting [2024-07-20T15:17:19.141Z] 4fdee56d7956: Waiting [2024-07-20T15:17:19.141Z] 4a12896cb6cf: Waiting [2024-07-20T15:17:19.141Z] 552e63621ed2: Waiting [2024-07-20T15:17:19.141Z] 72f2643f57fc: Waiting [2024-07-20T15:17:19.141Z] 9b140dbe7472: Waiting [2024-07-20T15:17:19.141Z] 94eb27552d4f: Waiting [2024-07-20T15:17:19.141Z] e3b54458b19f: Waiting [2024-07-20T15:17:19.141Z] 63ec0bd56cf3: Waiting [2024-07-20T15:17:19.141Z] 3411fe807769: Layer already exists [2024-07-20T15:17:19.141Z] 0e81680c8547: Layer already exists [2024-07-20T15:17:19.141Z] da40f3817101: Layer already exists [2024-07-20T15:17:19.141Z] b5728846c9bf: Layer already exists [2024-07-20T15:17:19.141Z] 7ad9fe6d64df: Layer already exists [2024-07-20T15:17:19.141Z] 90537c1657c5: Layer already exists [2024-07-20T15:17:19.141Z] 4a12896cb6cf: Layer already exists [2024-07-20T15:17:19.141Z] 552e63621ed2: Layer already exists [2024-07-20T15:17:19.141Z] 4fdee56d7956: Layer already exists [2024-07-20T15:17:19.141Z] 9b140dbe7472: Layer already exists [2024-07-20T15:17:19.141Z] 94eb27552d4f: Layer already exists [2024-07-20T15:17:19.141Z] e3b54458b19f: Layer already exists [2024-07-20T15:17:19.141Z] 63ec0bd56cf3: Layer already exists [2024-07-20T15:17:19.141Z] 72f2643f57fc: Layer already exists [2024-07-20T15:17:19.141Z] 3.2.0-dev.15: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:19.463Z] + 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 [2024-07-20T15:17:19.795Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:17:19.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2024-07-20T15:17:19.795Z] 3411fe807769: Preparing [2024-07-20T15:17:19.795Z] da40f3817101: Preparing [2024-07-20T15:17:19.795Z] b5728846c9bf: Preparing [2024-07-20T15:17:19.795Z] 7ad9fe6d64df: Preparing [2024-07-20T15:17:19.795Z] 0e81680c8547: Preparing [2024-07-20T15:17:19.795Z] 4fdee56d7956: Preparing [2024-07-20T15:17:19.795Z] 90537c1657c5: Preparing [2024-07-20T15:17:19.795Z] 4a12896cb6cf: Preparing [2024-07-20T15:17:19.795Z] 552e63621ed2: Preparing [2024-07-20T15:17:19.795Z] 9b140dbe7472: Preparing [2024-07-20T15:17:19.795Z] 94eb27552d4f: Preparing [2024-07-20T15:17:19.795Z] 72f2643f57fc: Preparing [2024-07-20T15:17:19.795Z] e3b54458b19f: Preparing [2024-07-20T15:17:19.795Z] 63ec0bd56cf3: Preparing [2024-07-20T15:17:19.795Z] 4a12896cb6cf: Waiting [2024-07-20T15:17:19.795Z] 552e63621ed2: Waiting [2024-07-20T15:17:19.795Z] 9b140dbe7472: Waiting [2024-07-20T15:17:19.795Z] 94eb27552d4f: Waiting [2024-07-20T15:17:19.795Z] 72f2643f57fc: Waiting [2024-07-20T15:17:19.795Z] e3b54458b19f: Waiting [2024-07-20T15:17:19.795Z] 4fdee56d7956: Waiting [2024-07-20T15:17:19.795Z] 63ec0bd56cf3: Waiting [2024-07-20T15:17:19.795Z] da40f3817101: Layer already exists [2024-07-20T15:17:19.795Z] 7ad9fe6d64df: Layer already exists [2024-07-20T15:17:19.795Z] b5728846c9bf: Layer already exists [2024-07-20T15:17:19.795Z] 0e81680c8547: Layer already exists [2024-07-20T15:17:19.795Z] 3411fe807769: Layer already exists [2024-07-20T15:17:19.795Z] 4a12896cb6cf: Layer already exists [2024-07-20T15:17:19.795Z] 90537c1657c5: Layer already exists [2024-07-20T15:17:19.795Z] 552e63621ed2: Layer already exists [2024-07-20T15:17:19.795Z] 9b140dbe7472: Layer already exists [2024-07-20T15:17:19.795Z] 4fdee56d7956: Layer already exists [2024-07-20T15:17:19.795Z] 94eb27552d4f: Layer already exists [2024-07-20T15:17:19.795Z] 72f2643f57fc: Layer already exists [2024-07-20T15:17:19.795Z] 63ec0bd56cf3: Layer already exists [2024-07-20T15:17:19.795Z] e3b54458b19f: Layer already exists [2024-07-20T15:17:19.795Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:20.115Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:20.443Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2024-07-20T15:17:20.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2024-07-20T15:17:20.443Z] 3411fe807769: Preparing [2024-07-20T15:17:20.443Z] da40f3817101: Preparing [2024-07-20T15:17:20.443Z] b5728846c9bf: Preparing [2024-07-20T15:17:20.443Z] 7ad9fe6d64df: Preparing [2024-07-20T15:17:20.443Z] 0e81680c8547: Preparing [2024-07-20T15:17:20.443Z] 4fdee56d7956: Preparing [2024-07-20T15:17:20.443Z] 90537c1657c5: Preparing [2024-07-20T15:17:20.443Z] 4a12896cb6cf: Preparing [2024-07-20T15:17:20.443Z] 552e63621ed2: Preparing [2024-07-20T15:17:20.443Z] 9b140dbe7472: Preparing [2024-07-20T15:17:20.443Z] 94eb27552d4f: Preparing [2024-07-20T15:17:20.443Z] 72f2643f57fc: Preparing [2024-07-20T15:17:20.443Z] e3b54458b19f: Preparing [2024-07-20T15:17:20.443Z] 63ec0bd56cf3: Preparing [2024-07-20T15:17:20.443Z] 4a12896cb6cf: Waiting [2024-07-20T15:17:20.443Z] 552e63621ed2: Waiting [2024-07-20T15:17:20.443Z] 4fdee56d7956: Waiting [2024-07-20T15:17:20.443Z] 94eb27552d4f: Waiting [2024-07-20T15:17:20.443Z] e3b54458b19f: Waiting [2024-07-20T15:17:20.443Z] 63ec0bd56cf3: Waiting [2024-07-20T15:17:20.443Z] 72f2643f57fc: Waiting [2024-07-20T15:17:20.443Z] 90537c1657c5: Waiting [2024-07-20T15:17:20.443Z] da40f3817101: Layer already exists [2024-07-20T15:17:20.443Z] 0e81680c8547: Layer already exists [2024-07-20T15:17:20.443Z] 3411fe807769: Layer already exists [2024-07-20T15:17:20.443Z] 7ad9fe6d64df: Layer already exists [2024-07-20T15:17:20.443Z] b5728846c9bf: Layer already exists [2024-07-20T15:17:20.443Z] 4fdee56d7956: Layer already exists [2024-07-20T15:17:20.443Z] 552e63621ed2: Layer already exists [2024-07-20T15:17:20.443Z] 9b140dbe7472: Layer already exists [2024-07-20T15:17:20.443Z] 90537c1657c5: Layer already exists [2024-07-20T15:17:20.443Z] 4a12896cb6cf: Layer already exists [2024-07-20T15:17:20.443Z] 94eb27552d4f: Layer already exists [2024-07-20T15:17:20.443Z] e3b54458b19f: Layer already exists [2024-07-20T15:17:20.443Z] 72f2643f57fc: Layer already exists [2024-07-20T15:17:20.443Z] 63ec0bd56cf3: Layer already exists [2024-07-20T15:17:20.443Z] main: digest: sha256:29fc173eb279909bdbc530218313bfdc5b71a8fe2097eef6d5c59562cff6be0a size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-20T15:17:20.509Z] ===================================================== [Pipeline] echo [2024-07-20T15:17:20.522Z] taggedImages: [2024-07-20T15:17:20.522Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:17:20.522Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2024-07-20T15:17:20.522Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.2.0-dev.15 [2024-07-20T15:17:20.522Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:17:20.522Z] - 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 [2024-07-20T15:17:20.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-20T15:17:20.916Z] [2024-07-20T15:17:20.916Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:17:21.224Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-20T15:17:21.224Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-20T15:17:21.224Z] 5eb5b503b376: Pulling fs layer [2024-07-20T15:17:21.224Z] 5c69ac0246d0: Pulling fs layer [2024-07-20T15:17:21.224Z] ec43610c2a17: Pulling fs layer [2024-07-20T15:17:21.224Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-20T15:17:21.224Z] 33b1e0a273af: Pulling fs layer [2024-07-20T15:17:21.224Z] 5d3b04190fa2: Pulling fs layer [2024-07-20T15:17:21.224Z] 2f39f015ded8: Pulling fs layer [2024-07-20T15:17:21.224Z] 33b1e0a273af: Waiting [2024-07-20T15:17:21.224Z] 5d3b04190fa2: Waiting [2024-07-20T15:17:21.224Z] 2f39f015ded8: Waiting [2024-07-20T15:17:21.224Z] 5c69ac0246d0: Download complete [2024-07-20T15:17:21.224Z] 3a2ae6a8a46f: Download complete [2024-07-20T15:17:21.224Z] ec43610c2a17: Verifying Checksum [2024-07-20T15:17:21.224Z] ec43610c2a17: Download complete [2024-07-20T15:17:21.224Z] 5d3b04190fa2: Verifying Checksum [2024-07-20T15:17:21.224Z] 5d3b04190fa2: Download complete [2024-07-20T15:17:21.481Z] 33b1e0a273af: Verifying Checksum [2024-07-20T15:17:21.481Z] 33b1e0a273af: Download complete [2024-07-20T15:17:21.481Z] 5eb5b503b376: Verifying Checksum [2024-07-20T15:17:21.481Z] 5eb5b503b376: Download complete [2024-07-20T15:17:22.047Z] 2f39f015ded8: Verifying Checksum [2024-07-20T15:17:22.047Z] 2f39f015ded8: Download complete [2024-07-20T15:17:22.612Z] 5eb5b503b376: Pull complete [2024-07-20T15:17:22.870Z] 5c69ac0246d0: Pull complete [2024-07-20T15:17:23.130Z] ec43610c2a17: Pull complete [2024-07-20T15:17:23.388Z] 3a2ae6a8a46f: Pull complete [2024-07-20T15:17:23.391Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6013 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2024-07-20T15:17:23.409Z] Running in /w/workspace/device-usb-camera/180 [Pipeline] { [Pipeline] checkout [2024-07-20T15:17:23.448Z] Selected Git installation does not exist. Using Default [2024-07-20T15:17:23.448Z] The recommended git tool is: NONE [2024-07-20T15:17:23.646Z] 33b1e0a273af: Pull complete [2024-07-20T15:17:23.646Z] 5d3b04190fa2: Pull complete [2024-07-20T15:17:27.854Z] 2f39f015ded8: Pull complete [2024-07-20T15:17:27.854Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-20T15:17:27.854Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-20T15:17:27.854Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:17:27.958Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:17:27.995Z] $ 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 [2024-07-20T15:17:29.364Z] using credential edgex-jenkins-ssh [2024-07-20T15:17:29.388Z] Cloning the remote Git repository [2024-07-20T15:17:29.443Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2024-07-20T15:17:29.565Z] > git init /w/workspace/device-usb-camera/180 # timeout=10 [2024-07-20T15:17:29.748Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2024-07-20T15:17:29.750Z] > git --version # timeout=10 [2024-07-20T15:17:29.774Z] > git --version # 'git version 2.25.1' [2024-07-20T15:17:29.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-20T15:17:29.962Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-20T15:17:32.657Z] $ docker top 50968968fbee45899026b2d3e6d9148694dc477f0b4f4a6fe7d10d0c7064c982 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:17:33.045Z] ---> job-cost.sh [2024-07-20T15:17:33.045Z] lf-activate-venv: SKIPPING [2024-07-20T15:17:33.045Z] INFO: No Stack... [2024-07-20T15:17:33.302Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-20T15:17:33.562Z] INFO: Archiving Costs [Pipeline] sh [2024-07-20T15:17:32.933Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2024-07-20T15:17:32.958Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-20T15:17:33.941Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2024-07-20T15:17:33.941Z] + cut -d, -f6 [Pipeline] lock [2024-07-20T15:17:33.965Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [2024-07-20T15:17:33.972Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] did not exist. Created. [2024-07-20T15:17:33.978Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-20T15:17:34.030Z] Avoid second fetch [2024-07-20T15:17:34.031Z] Checking out Revision b54b79498e332a1e36b9fe49a0189bdcdd0007a3 (main) [2024-07-20T15:17:34.310Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-20T15:17:34.353Z] Stashed 1 file(s) [Pipeline] } [2024-07-20T15:17:34.362Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-20T15:17:34.380Z] $ docker stop --time=1 50968968fbee45899026b2d3e6d9148694dc477f0b4f4a6fe7d10d0c7064c982 [2024-07-20T15:17:35.013Z] Commit message: "Merge pull request #339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.25" [2024-07-20T15:17:34.050Z] > git config core.sparsecheckout # timeout=10 [2024-07-20T15:17:34.132Z] > git checkout -f b54b79498e332a1e36b9fe49a0189bdcdd0007a3 # timeout=10 [2024-07-20T15:17:35.550Z] $ 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 [2024-07-20T15:17:40.005Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-20T15:17:40.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:17:40.006Z] Dload Upload Total Spent Left Speed [2024-07-20T15:17:40.006Z] 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 [2024-07-20T15:17:40.385Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-20T15:17:40.740Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-20T15:17:40.740Z] + sudo tee /etc/docker/daemon.new [2024-07-20T15:17:40.740Z] { [2024-07-20T15:17:40.740Z] "registry-mirrors": [ [2024-07-20T15:17:40.740Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-20T15:17:40.740Z] ], [2024-07-20T15:17:40.740Z] "bip": "10.250.0.254/24", [2024-07-20T15:17:40.740Z] "hosts": [ [2024-07-20T15:17:40.740Z] "tcp://0.0.0.0:5555", [2024-07-20T15:17:40.740Z] "unix:///var/run/docker.sock" [2024-07-20T15:17:40.740Z] ], [2024-07-20T15:17:40.740Z] "mtu": 1458, [2024-07-20T15:17:40.740Z] "selinux-enabled": true, [2024-07-20T15:17:40.740Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-20T15:17:40.740Z] } [Pipeline] sh [2024-07-20T15:17:41.104Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-20T15:17:41.459Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-20T15:17:59.804Z] provisioning config files... [2024-07-20T15:17:59.838Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/180@tmp/config8224191033098311773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:18:00.366Z] ---> ****-login.sh [2024-07-20T15:18:00.366Z] nexus3.edgexfoundry.org:10001 [2024-07-20T15:18:00.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:18:01.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:18:01.237Z] Configure a credential helper to remove this warning. See [2024-07-20T15:18:01.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:18:01.237Z] [2024-07-20T15:18:01.237Z] Login Succeeded [2024-07-20T15:18:01.237Z] nexus3.edgexfoundry.org:10002 [2024-07-20T15:18:01.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:18:01.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:18:01.509Z] Configure a credential helper to remove this warning. See [2024-07-20T15:18:01.509Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:18:01.509Z] [2024-07-20T15:18:01.509Z] Login Succeeded [2024-07-20T15:18:01.509Z] nexus3.edgexfoundry.org:10003 [2024-07-20T15:18:01.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:18:02.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:18:02.052Z] Configure a credential helper to remove this warning. See [2024-07-20T15:18:02.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:18:02.052Z] [2024-07-20T15:18:02.052Z] Login Succeeded [2024-07-20T15:18:02.052Z] nexus3.edgexfoundry.org:10004 [2024-07-20T15:18:02.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:18:02.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:18:02.324Z] Configure a credential helper to remove this warning. See [2024-07-20T15:18:02.324Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:18:02.324Z] [2024-07-20T15:18:02.324Z] Login Succeeded [2024-07-20T15:18:02.324Z] ****.io [2024-07-20T15:18:02.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:18:02.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:18:02.869Z] Configure a credential helper to remove this warning. See [2024-07-20T15:18:02.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:18:02.869Z] [2024-07-20T15:18:02.869Z] Login Succeeded [2024-07-20T15:18:02.869Z] ---> ****-login.sh ends [Pipeline] } [2024-07-20T15:18:02.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-20T15:18:03.272Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:18:03.294Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:18:03.308Z] ========================================================= [2024-07-20T15:18:03.308Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-20T15:18:03.308Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:18:03.690Z] + 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 . [2024-07-20T15:18:04.309Z] Sending build context to Docker daemon 10.48MB [2024-07-20T15:18:04.309Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2024-07-20T15:18:04.309Z] Step 2/13 : FROM ${BASE} AS builder [2024-07-20T15:18:04.596Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-20T15:18:04.596Z] c6b39de5b339: Pulling fs layer [2024-07-20T15:18:04.596Z] a69c41024577: Pulling fs layer [2024-07-20T15:18:04.596Z] d6de4b400683: Pulling fs layer [2024-07-20T15:18:04.596Z] 35cb2a7552d0: Pulling fs layer [2024-07-20T15:18:04.596Z] 4f4fb700ef54: Pulling fs layer [2024-07-20T15:18:04.596Z] 464afbd9ba4c: Pulling fs layer [2024-07-20T15:18:04.596Z] 00f215d4a9da: Pulling fs layer [2024-07-20T15:18:04.596Z] d496ad576159: Pulling fs layer [2024-07-20T15:18:04.596Z] 35cb2a7552d0: Waiting [2024-07-20T15:18:04.596Z] 464afbd9ba4c: Waiting [2024-07-20T15:18:04.596Z] 00f215d4a9da: Waiting [2024-07-20T15:18:04.596Z] d496ad576159: Waiting [2024-07-20T15:18:04.596Z] 4f4fb700ef54: Waiting [2024-07-20T15:18:04.874Z] a69c41024577: Verifying Checksum [2024-07-20T15:18:04.874Z] a69c41024577: Download complete [2024-07-20T15:18:04.874Z] 35cb2a7552d0: Verifying Checksum [2024-07-20T15:18:04.874Z] 35cb2a7552d0: Download complete [2024-07-20T15:18:04.874Z] 4f4fb700ef54: Verifying Checksum [2024-07-20T15:18:04.874Z] 4f4fb700ef54: Download complete [2024-07-20T15:18:04.874Z] c6b39de5b339: Verifying Checksum [2024-07-20T15:18:04.874Z] c6b39de5b339: Download complete [2024-07-20T15:18:04.874Z] 464afbd9ba4c: Verifying Checksum [2024-07-20T15:18:04.874Z] 464afbd9ba4c: Download complete [2024-07-20T15:18:05.494Z] d496ad576159: Verifying Checksum [2024-07-20T15:18:05.494Z] d496ad576159: Download complete [2024-07-20T15:18:06.106Z] c6b39de5b339: Pull complete [2024-07-20T15:18:06.703Z] a69c41024577: Pull complete [2024-07-20T15:18:06.979Z] d6de4b400683: Verifying Checksum [2024-07-20T15:18:06.979Z] d6de4b400683: Download complete [2024-07-20T15:18:08.406Z] 00f215d4a9da: Verifying Checksum [2024-07-20T15:18:08.406Z] 00f215d4a9da: Download complete [2024-07-20T15:18:20.763Z] d6de4b400683: Pull complete [2024-07-20T15:18:20.763Z] 35cb2a7552d0: Pull complete [2024-07-20T15:18:20.763Z] 4f4fb700ef54: Pull complete [2024-07-20T15:18:20.763Z] 464afbd9ba4c: Pull complete [2024-07-20T15:18:30.892Z] 00f215d4a9da: Pull complete [2024-07-20T15:18:30.892Z] d496ad576159: Pull complete [2024-07-20T15:18:30.892Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-20T15:18:30.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-20T15:18:30.892Z] ---> f246e2811388 [2024-07-20T15:18:30.892Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2024-07-20T15:18:31.871Z] ---> Running in e9c860732ebe [2024-07-20T15:18:32.146Z] Removing intermediate container e9c860732ebe [2024-07-20T15:18:32.146Z] ---> 2aef99281f4f [2024-07-20T15:18:32.146Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-20T15:18:32.416Z] ---> Running in d15b9dddd70a [2024-07-20T15:18:32.683Z] Removing intermediate container d15b9dddd70a [2024-07-20T15:18:32.683Z] ---> 85414a9bd603 [2024-07-20T15:18:32.683Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2024-07-20T15:18:32.950Z] ---> Running in d91c8ee0f6a1 [2024-07-20T15:18:33.217Z] Removing intermediate container d91c8ee0f6a1 [2024-07-20T15:18:33.217Z] ---> bdb65ac3f5f1 [2024-07-20T15:18:33.217Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2024-07-20T15:18:33.217Z] ---> Running in f220f6f7aa31 [2024-07-20T15:18:33.488Z] Removing intermediate container f220f6f7aa31 [2024-07-20T15:18:33.488Z] ---> c26aa94af066 [2024-07-20T15:18:33.488Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-20T15:18:33.756Z] ---> Running in 8cc2fa4c31af [2024-07-20T15:18:35.168Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-20T15:18:35.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-20T15:18:36.390Z] (1/13) Installing libintl (0.21.1-r7) [2024-07-20T15:18:36.390Z] (2/13) Installing eudev-libs (3.2.11-r8) [2024-07-20T15:18:36.390Z] (3/13) Installing libjpeg-turbo (2.1.5.1-r3) [2024-07-20T15:18:36.390Z] (4/13) Installing v4l-utils-libs (1.24.1-r0) [2024-07-20T15:18:36.390Z] (5/13) Installing v4l-utils (1.24.1-r0) [2024-07-20T15:18:36.390Z] (6/13) Installing libdvbv5 (1.24.1-r0) [2024-07-20T15:18:36.390Z] (7/13) Installing udev-init-scripts (35-r1) [2024-07-20T15:18:36.390Z] (8/13) Installing libblkid (2.38.1-r8) [2024-07-20T15:18:36.655Z] (9/13) Installing xz-libs (5.4.3-r0) [2024-07-20T15:18:36.655Z] (10/13) Installing kmod-libs (30-r3) [2024-07-20T15:18:36.655Z] (11/13) Installing eudev (3.2.11-r8) [2024-07-20T15:18:36.927Z] (12/13) Installing eudev-dev (3.2.11-r8) [2024-07-20T15:18:36.927Z] (13/13) Installing v4l-utils-dev (1.24.1-r0) [2024-07-20T15:18:36.927Z] Executing busybox-1.36.1-r5.trigger [2024-07-20T15:18:36.927Z] Executing eudev-3.2.11-r8.trigger [2024-07-20T15:18:36.927Z] OK: 273 MiB in 65 packages [2024-07-20T15:18:38.339Z] Removing intermediate container 8cc2fa4c31af [2024-07-20T15:18:38.339Z] ---> 6c74b0408096 [2024-07-20T15:18:38.339Z] Step 8/13 : WORKDIR /device-usb-camera [2024-07-20T15:18:38.339Z] ---> Running in fbc9586f946d [2024-07-20T15:18:38.608Z] Removing intermediate container fbc9586f946d [2024-07-20T15:18:38.608Z] ---> 4d8de51eb701 [2024-07-20T15:18:38.608Z] Step 9/13 : COPY go.mod vendor* ./ [2024-07-20T15:18:39.199Z] ---> e17d65ee8760 [2024-07-20T15:18:39.199Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-20T15:18:39.474Z] ---> Running in b7219b184621 [2024-07-20T15:20:46.231Z] Removing intermediate container b7219b184621 [2024-07-20T15:20:46.231Z] ---> a615bb77b019 [2024-07-20T15:20:46.231Z] Step 11/13 : COPY . . [2024-07-20T15:20:46.231Z] ---> d9ce04149f83 [2024-07-20T15:20:46.231Z] Step 12/13 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE [2024-07-20T15:20:46.231Z] ---> Running in 8a73c6c0f908 [2024-07-20T15:20:46.231Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:20:46.231Z] Dload Upload Total Spent Left Speed [2024-07-20T15:20:46.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0  4969 0 --:--:-- --:--:-- --:--:-- 4985 [2024-07-20T15:20:46.231Z] Removing intermediate container 8a73c6c0f908 [2024-07-20T15:20:46.231Z] ---> fa00e11ca93c [2024-07-20T15:20:46.231Z] Step 13/13 : RUN ${MAKE} [2024-07-20T15:20:46.231Z] ---> Running in 504337224d0e [2024-07-20T15:20:46.231Z] noop [2024-07-20T15:20:46.231Z] Removing intermediate container 504337224d0e [2024-07-20T15:20:46.231Z] ---> 4fe988a234dd [2024-07-20T15:20:46.231Z] Successfully built 4fe988a234dd [2024-07-20T15:20:46.231Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:20:46.615Z] + docker inspect -f . ci-base-image-arm64 [2024-07-20T15:20:46.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:20:46.888Z] prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container [2024-07-20T15:20:46.972Z] $ 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 [2024-07-20T15:20:48.366Z] $ docker top 209159f96d1fadfbefa383a0deed28e219497567771fcfb31ca087f9f7f2dea0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:20:49.251Z] + go version [2024-07-20T15:20:49.251Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-20T15:20:49.269Z] $ docker stop --time=1 209159f96d1fadfbefa383a0deed28e219497567771fcfb31ca087f9f7f2dea0 [2024-07-20T15:20:51.028Z] $ 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 [2024-07-20T15:20:51.655Z] + docker inspect -f . ci-base-image-arm64 [2024-07-20T15:20:51.655Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:20:51.880Z] prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container [2024-07-20T15:20:52.006Z] $ 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 [2024-07-20T15:20:53.459Z] $ docker top 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:20:54.391Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/180 [Pipeline] fileExists [Pipeline] sh [2024-07-20T15:20:55.076Z] + make test [2024-07-20T15:20:55.076Z] go test ./... -coverprofile=coverage.out ./... [2024-07-20T15:21:01.722Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2024-07-20T15:25:23.837Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2024-07-20T15:25:38.816Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.071s coverage: 4.4% of statements [2024-07-20T15:25:38.816Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-20T15:25:38.816Z] go vet ./... [2024-07-20T15:26:35.263Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-20T15:26:35.263Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-20T15:26:35.263Z] ./bin/test-attribution-txt.sh [2024-07-20T15:26:35.263Z] An attribution for github.com/asaskevich/govalidator is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/cenkalti/backoff/v4 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/fsnotify/fsnotify is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/fullsailor/pkcs7 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-logr/logr is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-logr/stdr is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-ole/go-ole is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/analysis is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/errors is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/jsonpointer is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/jsonreference is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/loads is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/runtime is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/spec is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/strfmt is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/swag is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-openapi/validate is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/go-resty/resty/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/golang-jwt/jwt/v5 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/gorilla/mux is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/gorilla/schema is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/gorilla/securecookie is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/josharian/intern is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/kataras/go-events is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/lufia/plan9stats is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/mailru/easyjson is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/mgutz/ansi is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/michaelquigley/pfxlog is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/miekg/pkcs11 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/mitchellh/go-ps is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/muhlemmer/gu is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/oklog/ulid is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/opentracing/opentracing-go is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/channel/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/edge-api is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/foundation/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/identity is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/metrics is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/sdk-golang is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/secretstream is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/openziti/transport/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/orcaman/concurrent-map/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/parallaxsecond/parsec-client-go is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/pkg/errors is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/power-devops/perfstat is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/shirou/gopsutil/v3 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/shoenig/go-m1cpu is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/sirupsen/logrus is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/speps/go-hashids is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/tklauser/go-sysconf is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/tklauser/numcpus is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/yusufpapurcu/wmi is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for github.com/zitadel/oidc/v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for go.mongodb.org/mongo-driver is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for go.mozilla.org/pkcs7 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for go.opentelemetry.io/otel is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for go.opentelemetry.io/otel/metric is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for go.opentelemetry.io/otel/trace is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for golang.org/x/oauth2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for golang.org/x/term is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for gopkg.in/square/go-jose.v2 is missing from Attribution.txt, please add [2024-07-20T15:26:35.263Z] An attribution for nhooyr.io/websocket is missing from Attribution.txt, please add [Pipeline] echo [2024-07-20T15:26:35.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-20T15:26:35.294Z] $ docker stop --time=1 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad [2024-07-20T15:26:37.227Z] $ docker rm -f --volumes 316c6a36d00bcef212693c525b498f2f571f0c95c17e22b8cfa41422288eacad [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-20T15:26:38.936Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-20T15:26:38.963Z] Warning: overwriting stash ‘coverage-report’ [2024-07-20T15:26:41.151Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-20T15:26:41.552Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-20T15:26:41.873Z] + ls -al . [2024-07-20T15:26:41.873Z] total 288 [2024-07-20T15:26:41.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:21 . [2024-07-20T15:26:41.873Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 20 15:17 .. [2024-07-20T15:26:41.873Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 20 15:17 .git [2024-07-20T15:26:41.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 .github [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 379 Jul 20 15:17 .gitignore [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 45 Jul 20 15:17 .golangci.yml [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 77 Jul 20 15:17 .hadolint.yml [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 10870 Jul 20 15:17 Attribution.txt [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 16561 Jul 20 15:17 CHANGELOG.md [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 2453 Jul 20 15:17 Dockerfile [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 20 15:17 GOVERNANCE.md [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 659 Jul 20 15:17 Jenkinsfile [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jul 20 15:17 LICENSE [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 2611 Jul 20 15:17 Makefile [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 20 15:17 OWNERS.md [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 2575 Jul 20 15:17 README.md [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 20 15:14 VERSION [2024-07-20T15:26:41.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:17 bin [2024-07-20T15:26:41.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 cmd [2024-07-20T15:26:41.873Z] -rw-r--r-- 1 jenkins jenkins 54703 Jul 20 15:25 coverage.out [2024-07-20T15:26:41.873Z] -rwxrwxr-x 1 jenkins jenkins 84 Jul 20 15:17 docker-entrypoint.sh [2024-07-20T15:26:41.873Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 20 15:17 docs [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 7209 Jul 20 15:17 go.mod [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 102019 Jul 20 15:17 go.sum [2024-07-20T15:26:41.873Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 20 15:17 internal [2024-07-20T15:26:41.873Z] -rw-rw-r-- 1 jenkins jenkins 231 Jul 20 15:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:26:42.224Z] + 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 . [2024-07-20T15:26:42.808Z] Sending build context to Docker daemon 10.54MB [2024-07-20T15:26:42.808Z] Step 1/37 : ARG BASE=golang:1.21-alpine3.18 [2024-07-20T15:26:42.808Z] Step 2/37 : FROM ${BASE} AS builder [2024-07-20T15:26:42.808Z] ---> 4fe988a234dd [2024-07-20T15:26:42.808Z] Step 3/37 : ARG ADD_BUILD_TAGS="" [2024-07-20T15:26:43.075Z] ---> Running in f757a7db2e57 [2024-07-20T15:26:43.342Z] Removing intermediate container f757a7db2e57 [2024-07-20T15:26:43.342Z] ---> 3db7e72af0fb [2024-07-20T15:26:43.342Z] Step 4/37 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-20T15:26:43.342Z] ---> Running in 38c3c00941f2 [2024-07-20T15:26:43.925Z] Removing intermediate container 38c3c00941f2 [2024-07-20T15:26:43.925Z] ---> 7586c726ea14 [2024-07-20T15:26:43.925Z] Step 5/37 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2024-07-20T15:26:43.925Z] ---> Running in b92f82b50f69 [2024-07-20T15:26:44.197Z] Removing intermediate container b92f82b50f69 [2024-07-20T15:26:44.197Z] ---> b7cb84012f9e [2024-07-20T15:26:44.197Z] Step 6/37 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2024-07-20T15:26:44.197Z] ---> Running in 56f9a62c9917 [2024-07-20T15:26:44.469Z] Removing intermediate container 56f9a62c9917 [2024-07-20T15:26:44.469Z] ---> 29107e402dec [2024-07-20T15:26:44.469Z] Step 7/37 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-20T15:26:44.736Z] ---> Running in 910005fe8e51 [2024-07-20T15:26:45.693Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-20T15:26:46.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-20T15:26:47.689Z] OK: 273 MiB in 65 packages [2024-07-20T15:26:48.672Z] Removing intermediate container 910005fe8e51 [2024-07-20T15:26:48.672Z] ---> 370d455ec62b [2024-07-20T15:26:48.672Z] Step 8/37 : WORKDIR /device-usb-camera [2024-07-20T15:26:48.672Z] ---> Running in 6c1e35579296 [2024-07-20T15:26:49.256Z] Removing intermediate container 6c1e35579296 [2024-07-20T15:26:49.256Z] ---> c9a833062eae [2024-07-20T15:26:49.256Z] Step 9/37 : COPY go.mod vendor* ./ [2024-07-20T15:26:49.842Z] ---> 477c9e3a1f59 [2024-07-20T15:26:49.842Z] Step 10/37 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-20T15:26:49.842Z] ---> Running in 3e2b53ac387b [2024-07-20T15:26:53.196Z] Removing intermediate container 3e2b53ac387b [2024-07-20T15:26:53.196Z] ---> 24bba5e65adc [2024-07-20T15:26:53.196Z] Step 11/37 : COPY . . [2024-07-20T15:26:54.158Z] ---> 9b0b08c894c3 [2024-07-20T15:26:54.158Z] Step 12/37 : RUN curl -o LICENSE-mediamtx https://raw.githubusercontent.com/bluenviron/mediamtx/main/LICENSE [2024-07-20T15:26:54.158Z] ---> Running in b3e6eb091b3c [2024-07-20T15:26:55.576Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:26:55.576Z] Dload Upload Total Spent Left Speed [2024-07-20T15:26:55.576Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4520 0 --:--:-- --:--:-- --:--:-- 4538 [2024-07-20T15:26:56.545Z] Removing intermediate container b3e6eb091b3c [2024-07-20T15:26:56.545Z] ---> 263681b5c985 [2024-07-20T15:26:56.545Z] Step 13/37 : RUN ${MAKE} [2024-07-20T15:26:56.545Z] ---> Running in 4ce619d068da [2024-07-20T15:26:57.511Z] 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 [2024-07-20T15:31:19.457Z] Removing intermediate container 4ce619d068da [2024-07-20T15:31:19.457Z] ---> 72e179f2993f [2024-07-20T15:31:19.457Z] Step 14/37 : FROM bluenviron/mediamtx:1.8.2 AS rtsp [2024-07-20T15:31:19.457Z] 1.8.2: Pulling from bluenviron/mediamtx [2024-07-20T15:31:19.457Z] da4d7e05a7aa: Pulling fs layer [2024-07-20T15:31:19.457Z] da4d7e05a7aa: Verifying Checksum [2024-07-20T15:31:19.457Z] da4d7e05a7aa: Download complete [2024-07-20T15:31:19.457Z] da4d7e05a7aa: Pull complete [2024-07-20T15:31:19.457Z] Digest: sha256:d8a9834858e28c90eb7bc42154a9321e821463a9457007f50f6329c465b8b387 [2024-07-20T15:31:19.457Z] Status: Downloaded newer image for bluenviron/mediamtx:1.8.2 [2024-07-20T15:31:19.457Z] ---> 62c65ed7ef0d [2024-07-20T15:31:19.457Z] Step 15/37 : FROM alpine:3.18 [2024-07-20T15:31:19.457Z] 3.18: Pulling from library/alpine [2024-07-20T15:31:19.457Z] 5c905c7ebe2f: Pulling fs layer [2024-07-20T15:31:19.457Z] 5c905c7ebe2f: Verifying Checksum [2024-07-20T15:31:19.457Z] 5c905c7ebe2f: Pull complete [2024-07-20T15:31:19.457Z] Digest: sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-20T15:31:19.457Z] Status: Downloaded newer image for alpine:3.18 [2024-07-20T15:31:19.457Z] ---> dec292d02e07 [2024-07-20T15:31:19.457Z] Step 16/37 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2024-07-20T15:31:19.724Z] ---> Running in 4be2957a0eb4 [2024-07-20T15:31:19.991Z] Removing intermediate container 4be2957a0eb4 [2024-07-20T15:31:19.991Z] ---> 3624ec2ab023 [2024-07-20T15:31:19.991Z] Step 17/37 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2024-07-20T15:31:19.991Z] ---> Running in 2969e162df74 [2024-07-20T15:31:21.417Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-20T15:31:21.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-20T15:31:22.656Z] (1/104) Installing dumb-init (1.2.5-r2) [2024-07-20T15:31:22.656Z] (2/104) Installing sdl2 (2.26.5-r0) [2024-07-20T15:31:22.923Z] (3/104) Installing svt-av1-libs (1.6.0-r0) [2024-07-20T15:31:22.923Z] (4/104) Installing aom-libs (3.6.1-r0) [2024-07-20T15:31:25.964Z] (5/104) Installing libxau (1.0.11-r2) [2024-07-20T15:31:25.964Z] (6/104) Installing libmd (1.0.4-r2) [2024-07-20T15:31:25.964Z] (7/104) Installing libbsd (0.11.7-r1) [2024-07-20T15:31:25.964Z] (8/104) Installing libxdmcp (1.1.4-r2) [2024-07-20T15:31:25.964Z] (9/104) Installing libxcb (1.15-r1) [2024-07-20T15:31:25.964Z] (10/104) Installing libx11 (1.8.7-r0) [2024-07-20T15:31:25.964Z] (11/104) Installing libdrm (2.4.115-r4) [2024-07-20T15:31:25.964Z] (12/104) Installing libxext (1.3.5-r2) [2024-07-20T15:31:25.964Z] (13/104) Installing libxfixes (6.0.1-r2) [2024-07-20T15:31:25.964Z] (14/104) Installing libffi (3.4.4-r2) [2024-07-20T15:31:25.964Z] (15/104) Installing wayland-libs-client (1.22.0-r2) [2024-07-20T15:31:25.964Z] (16/104) Installing libva (2.18.0-r1) [2024-07-20T15:31:25.964Z] (17/104) Installing libvdpau (1.5-r1) [2024-07-20T15:31:25.964Z] (18/104) Installing ffmpeg-libavutil (6.0.1-r0) [2024-07-20T15:31:25.964Z] (19/104) Installing libdav1d (1.2.1-r0) [2024-07-20T15:31:25.964Z] (20/104) Installing brotli-libs (1.0.9-r14) [2024-07-20T15:31:25.964Z] (21/104) Installing libgcc (12.2.1_git20220924-r10) [2024-07-20T15:31:25.964Z] (22/104) Installing libstdc++ (12.2.1_git20220924-r10) [2024-07-20T15:31:25.964Z] (23/104) Installing libhwy (1.0.4-r1) [2024-07-20T15:31:25.964Z] (24/104) Installing lcms2 (2.15-r2) [2024-07-20T15:31:25.964Z] (25/104) Installing libjxl (0.8.2-r0) [2024-07-20T15:31:25.964Z] (26/104) Installing lame-libs (3.100-r5) [2024-07-20T15:31:25.964Z] (27/104) Installing opus (1.4-r0) [2024-07-20T15:31:25.964Z] (28/104) Installing libgomp (12.2.1_git20220924-r10) [2024-07-20T15:31:25.964Z] (29/104) Installing soxr (0.1.3-r5) [2024-07-20T15:31:25.964Z] (30/104) Installing ffmpeg-libswresample (6.0.1-r0) [2024-07-20T15:31:25.964Z] (31/104) Installing libogg (1.3.5-r4) [2024-07-20T15:31:25.964Z] (32/104) Installing libtheora (1.1.1-r17) [2024-07-20T15:31:25.964Z] (33/104) Installing libvorbis (1.3.7-r1) [2024-07-20T15:31:25.964Z] (34/104) Installing libvpx (1.13.0-r2) [2024-07-20T15:31:25.964Z] (35/104) Installing libwebp (1.3.2-r0) [2024-07-20T15:31:25.964Z] (36/104) Installing x264-libs (0.164_git20220602-r1) [2024-07-20T15:31:25.964Z] (37/104) Installing numactl (2.0.16-r4) [2024-07-20T15:31:25.964Z] (38/104) Installing x265-libs (3.5-r4) [2024-07-20T15:31:25.964Z] (39/104) Installing xvidcore (1.3.7-r1) [2024-07-20T15:31:25.964Z] (40/104) Installing ffmpeg-libavcodec (6.0.1-r0) [2024-07-20T15:31:25.964Z] (41/104) Installing alsa-lib (1.2.9-r1) [2024-07-20T15:31:25.964Z] (42/104) Installing libexpat (2.6.2-r0) [2024-07-20T15:31:25.964Z] (43/104) Installing libbz2 (1.0.8-r5) [2024-07-20T15:31:25.964Z] (44/104) Installing libpng (1.6.39-r3) [2024-07-20T15:31:25.964Z] (45/104) Installing freetype (2.13.0-r5) [2024-07-20T15:31:25.964Z] (46/104) Installing fontconfig (2.14.2-r3) [2024-07-20T15:31:25.964Z] (47/104) Installing fribidi (1.0.13-r0) [2024-07-20T15:31:25.964Z] (48/104) Installing libintl (0.21.1-r7) [2024-07-20T15:31:25.964Z] (49/104) Installing libblkid (2.38.1-r8) [2024-07-20T15:31:25.964Z] (50/104) Installing libmount (2.38.1-r8) [2024-07-20T15:31:25.964Z] (51/104) Installing pcre2 (10.42-r1) [2024-07-20T15:31:25.964Z] (52/104) Installing glib (2.76.6-r0) [2024-07-20T15:31:25.964Z] (53/104) Installing graphite2 (1.3.14-r5) [2024-07-20T15:31:25.964Z] (54/104) Installing harfbuzz (7.3.0-r0) [2024-07-20T15:31:25.964Z] (55/104) Installing libunibreak (5.1-r0) [2024-07-20T15:31:25.964Z] (56/104) Installing libass (0.17.1-r0) [2024-07-20T15:31:25.964Z] (57/104) Installing libbluray (1.3.4-r0) [2024-07-20T15:31:25.964Z] (58/104) Installing gmp (6.2.1-r3) [2024-07-20T15:31:25.964Z] (59/104) Installing nettle (3.8.1-r2) [2024-07-20T15:31:25.964Z] (60/104) Installing libunistring (1.1-r1) [2024-07-20T15:31:25.964Z] (61/104) Installing libidn2 (2.3.4-r1) [2024-07-20T15:31:25.964Z] (62/104) Installing p11-kit (0.24.1-r2) [2024-07-20T15:31:25.964Z] (63/104) Installing libtasn1 (4.19.0-r1) [2024-07-20T15:31:25.964Z] (64/104) Installing gnutls (3.8.4-r0) [2024-07-20T15:31:25.964Z] (65/104) Installing mpg123-libs (1.31.3-r1) [2024-07-20T15:31:25.964Z] (66/104) Installing libopenmpt (0.7.2-r0) [2024-07-20T15:31:25.964Z] (67/104) Installing cjson (1.7.17-r0) [2024-07-20T15:31:25.964Z] (68/104) Installing mbedtls (2.28.8-r0) [2024-07-20T15:31:25.964Z] (69/104) Installing librist (0.2.7-r0) [2024-07-20T15:31:25.964Z] (70/104) Installing libsrt (1.5.2-r0) [2024-07-20T15:31:25.964Z] (71/104) Installing libssh (0.10.5-r0) [2024-07-20T15:31:25.964Z] (72/104) Installing xz-libs (5.4.3-r0) [2024-07-20T15:31:25.964Z] (73/104) Installing libxml2 (2.11.8-r0) [2024-07-20T15:31:25.964Z] (74/104) Installing libsodium (1.0.18-r3) [2024-07-20T15:31:25.964Z] (75/104) Installing libzmq (4.3.4-r4) [2024-07-20T15:31:25.964Z] (76/104) Installing ffmpeg-libavformat (6.0.1-r0) [2024-07-20T15:31:26.233Z] (77/104) Installing glslang-libs (1.3.243.0-r1) [2024-07-20T15:31:26.500Z] (78/104) Installing spirv-tools (1.3.243.0-r1) [2024-07-20T15:31:26.765Z] (79/104) Installing shaderc (2023.3-r1) [2024-07-20T15:31:26.765Z] (80/104) Installing vulkan-loader (1.3.243.0-r1) [2024-07-20T15:31:26.765Z] (81/104) Installing libplacebo (5.264.1-r1) [2024-07-20T15:31:26.765Z] (82/104) Installing ffmpeg-libpostproc (6.0.1-r0) [2024-07-20T15:31:26.765Z] (83/104) Installing ffmpeg-libswscale (6.0.1-r0) [2024-07-20T15:31:26.765Z] (84/104) Installing vidstab (1.1.1-r0) [2024-07-20T15:31:26.765Z] (85/104) Installing zimg (3.0.5-r0) [2024-07-20T15:31:26.765Z] (86/104) Installing ffmpeg-libavfilter (6.0.1-r0) [2024-07-20T15:31:27.868Z] (87/104) Installing libasyncns (0.8-r1) [2024-07-20T15:31:27.868Z] (88/104) Installing dbus-libs (1.14.8-r0) [2024-07-20T15:31:27.868Z] (89/104) Installing libltdl (2.4.7-r2) [2024-07-20T15:31:27.868Z] (90/104) Installing orc (0.4.34-r0) [2024-07-20T15:31:27.868Z] (91/104) Installing flac-libs (1.4.3-r0) [2024-07-20T15:31:27.868Z] (92/104) Installing libsndfile (1.2.0-r2) [2024-07-20T15:31:27.868Z] (93/104) Installing speexdsp (1.2.1-r1) [2024-07-20T15:31:27.868Z] (94/104) Installing tdb-libs (1.4.8-r1) [2024-07-20T15:31:27.868Z] (95/104) Installing libpulse (16.1-r10) [2024-07-20T15:31:27.868Z] (96/104) Installing libjpeg-turbo (2.1.5.1-r3) [2024-07-20T15:31:27.868Z] (97/104) Installing v4l-utils-libs (1.24.1-r0) [2024-07-20T15:31:27.868Z] (98/104) Installing ffmpeg-libavdevice (6.0.1-r0) [2024-07-20T15:31:27.868Z] (99/104) Installing ffmpeg (6.0.1-r0) [2024-07-20T15:31:27.868Z] (100/104) Installing udev-init-scripts (35-r1) [2024-07-20T15:31:27.868Z] (101/104) Installing eudev-libs (3.2.11-r8) [2024-07-20T15:31:27.868Z] (102/104) Installing zstd-libs (1.5.5-r4) [2024-07-20T15:31:27.868Z] (103/104) Installing kmod-libs (30-r3) [2024-07-20T15:31:27.868Z] (104/104) Installing eudev (3.2.11-r8) [2024-07-20T15:31:27.868Z] Executing busybox-1.36.1-r7.trigger [2024-07-20T15:31:27.868Z] Executing glib-2.76.6-r0.trigger [2024-07-20T15:31:27.868Z] Executing eudev-3.2.11-r8.trigger [2024-07-20T15:31:27.868Z] OK: 110 MiB in 119 packages [2024-07-20T15:31:31.693Z] Removing intermediate container 2969e162df74 [2024-07-20T15:31:31.693Z] ---> fa884a14877b [2024-07-20T15:31:31.693Z] Step 18/37 : RUN apk --no-cache upgrade [2024-07-20T15:31:31.693Z] ---> Running in 14017cf58588 [2024-07-20T15:31:32.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-20T15:31:33.044Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-20T15:31:34.066Z] (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-20T15:31:34.066Z] (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-20T15:31:34.066Z] OK: 110 MiB in 119 packages [2024-07-20T15:31:35.486Z] Removing intermediate container 14017cf58588 [2024-07-20T15:31:35.486Z] ---> 1de26c288cd5 [2024-07-20T15:31:35.486Z] Step 19/37 : WORKDIR / [2024-07-20T15:31:35.486Z] ---> Running in 5987e84a0608 [2024-07-20T15:31:35.753Z] Removing intermediate container 5987e84a0608 [2024-07-20T15:31:35.753Z] ---> 21e3671d411c [2024-07-20T15:31:35.753Z] Step 20/37 : COPY --from=builder /device-usb-camera/cmd / [2024-07-20T15:31:37.845Z] ---> cb0cf4d43b44 [2024-07-20T15:31:37.845Z] Step 21/37 : COPY --from=builder /device-usb-camera/LICENSE / [2024-07-20T15:31:38.460Z] ---> 38d3ac342cc8 [2024-07-20T15:31:38.460Z] Step 22/37 : COPY --from=builder /device-usb-camera/LICENSE-mediamtx / [2024-07-20T15:31:39.069Z] ---> a661a4a08fa7 [2024-07-20T15:31:39.069Z] Step 23/37 : COPY --from=builder /device-usb-camera/Attribution.txt / [2024-07-20T15:31:39.687Z] ---> 6ee30006cfb5 [2024-07-20T15:31:39.687Z] Step 24/37 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2024-07-20T15:31:40.753Z] ---> c6580346a105 [2024-07-20T15:31:40.753Z] Step 25/37 : COPY --from=rtsp /mediamtx.yml / [2024-07-20T15:31:41.031Z] ---> 963ef799edfd [2024-07-20T15:31:41.031Z] Step 26/37 : COPY --from=rtsp /mediamtx / [2024-07-20T15:31:42.535Z] ---> aeeae585f353 [2024-07-20T15:31:42.535Z] Step 27/37 : RUN sed -i 's/rtmp: no/rtmp: yes/g' mediamtx.yml [2024-07-20T15:31:42.865Z] ---> Running in f35a601eb67f [2024-07-20T15:31:44.435Z] Removing intermediate container f35a601eb67f [2024-07-20T15:31:44.435Z] ---> d9e370102d5f [2024-07-20T15:31:44.435Z] Step 28/37 : RUN sed -i 's/hls: no/hls: yes/g' mediamtx.yml [2024-07-20T15:31:44.702Z] ---> Running in baa72f3ecdc6 [2024-07-20T15:31:46.634Z] Removing intermediate container baa72f3ecdc6 [2024-07-20T15:31:46.634Z] ---> a3c20eff0bb1 [2024-07-20T15:31:46.634Z] Step 29/37 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' mediamtx.yml [2024-07-20T15:31:46.634Z] ---> Running in 1425d26e26cf [2024-07-20T15:31:48.037Z] Removing intermediate container 1425d26e26cf [2024-07-20T15:31:48.037Z] ---> a6399ee81c2d [2024-07-20T15:31:48.037Z] Step 30/37 : RUN sed -i 's,authHTTPAddress:,authHTTPAddress: http://localhost:8000/rtspauth,g' mediamtx.yml [2024-07-20T15:31:48.037Z] ---> Running in c2dcd1f16682 [2024-07-20T15:31:49.987Z] Removing intermediate container c2dcd1f16682 [2024-07-20T15:31:49.987Z] ---> 0c9a60cef81c [2024-07-20T15:31:49.987Z] Step 31/37 : EXPOSE 59983 [2024-07-20T15:31:49.987Z] ---> Running in 03a7529b7f5a [2024-07-20T15:31:49.987Z] Removing intermediate container 03a7529b7f5a [2024-07-20T15:31:49.987Z] ---> f4c020a33082 [2024-07-20T15:31:49.987Z] Step 32/37 : EXPOSE 8554 [2024-07-20T15:31:50.262Z] ---> Running in 12b9f7ffc64e [2024-07-20T15:31:50.529Z] Removing intermediate container 12b9f7ffc64e [2024-07-20T15:31:50.529Z] ---> 0f4556471a14 [2024-07-20T15:31:50.529Z] Step 33/37 : ENTRYPOINT ["/docker-entrypoint.sh"] [2024-07-20T15:31:50.529Z] ---> Running in eccc330e716a [2024-07-20T15:31:50.796Z] Removing intermediate container eccc330e716a [2024-07-20T15:31:50.796Z] ---> 37e157840f29 [2024-07-20T15:31:50.796Z] Step 34/37 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2024-07-20T15:31:50.796Z] ---> Running in a15829a51fa8 [2024-07-20T15:31:51.061Z] Removing intermediate container a15829a51fa8 [2024-07-20T15:31:51.061Z] ---> 9dfe63536676 [2024-07-20T15:31:51.061Z] Step 35/37 : LABEL arch=arm64 [2024-07-20T15:31:51.325Z] ---> Running in e021ac34a3ae [2024-07-20T15:31:51.589Z] Removing intermediate container e021ac34a3ae [2024-07-20T15:31:51.589Z] ---> fa04df8667cd [2024-07-20T15:31:51.589Z] Step 36/37 : LABEL git_sha=b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:31:51.589Z] ---> Running in 94d5c6da5446 [2024-07-20T15:31:51.853Z] Removing intermediate container 94d5c6da5446 [2024-07-20T15:31:51.853Z] ---> ec3973d46e87 [2024-07-20T15:31:51.853Z] Step 37/37 : LABEL version=3.2.0-dev.15 [2024-07-20T15:31:52.118Z] ---> Running in da68acdb577b [2024-07-20T15:31:52.384Z] Removing intermediate container da68acdb577b [2024-07-20T15:31:52.384Z] ---> 7fa51f577477 [2024-07-20T15:31:52.384Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-20T15:31:52.384Z] Successfully built 7fa51f577477 [2024-07-20T15:31:52.384Z] 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 [2024-07-20T15:31:52.529Z] provisioning config files... [2024-07-20T15:31:52.542Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/180@tmp/config13743885924463001255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:31:52.878Z] ---> ****-login.sh [2024-07-20T15:31:52.878Z] nexus3.edgexfoundry.org:10001 [2024-07-20T15:31:53.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:31:53.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:31:53.143Z] Configure a credential helper to remove this warning. See [2024-07-20T15:31:53.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:31:53.143Z] [2024-07-20T15:31:53.143Z] Login Succeeded [2024-07-20T15:31:53.143Z] nexus3.edgexfoundry.org:10002 [2024-07-20T15:31:53.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:31:53.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:31:53.408Z] Configure a credential helper to remove this warning. See [2024-07-20T15:31:53.408Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:31:53.408Z] [2024-07-20T15:31:53.408Z] Login Succeeded [2024-07-20T15:31:53.409Z] nexus3.edgexfoundry.org:10003 [2024-07-20T15:31:53.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:31:53.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:31:53.939Z] Configure a credential helper to remove this warning. See [2024-07-20T15:31:53.939Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:31:53.939Z] [2024-07-20T15:31:53.939Z] Login Succeeded [2024-07-20T15:31:53.939Z] nexus3.edgexfoundry.org:10004 [2024-07-20T15:31:54.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:31:54.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:31:54.205Z] Configure a credential helper to remove this warning. See [2024-07-20T15:31:54.205Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:31:54.205Z] [2024-07-20T15:31:54.205Z] Login Succeeded [2024-07-20T15:31:54.205Z] ****.io [2024-07-20T15:31:54.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-20T15:31:54.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-20T15:31:54.736Z] Configure a credential helper to remove this warning. See [2024-07-20T15:31:54.736Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-20T15:31:54.736Z] [2024-07-20T15:31:54.736Z] Login Succeeded [2024-07-20T15:31:54.736Z] ---> ****-login.sh ends [Pipeline] } [2024-07-20T15:31:54.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-20T15:31:54.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-20T15:31:54.821Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2024-07-20T15:31:54.821Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:31:54.821Z] latest [2024-07-20T15:31:54.821Z] 3.2.0-dev.15 [2024-07-20T15:31:54.821Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:31:54.821Z] main [2024-07-20T15:31:54.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:31:55.190Z] + 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 [2024-07-20T15:31:55.539Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:31:55.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2024-07-20T15:31:55.539Z] 896acb4b915f: Preparing [2024-07-20T15:31:55.539Z] c927f39fffaa: Preparing [2024-07-20T15:31:55.539Z] c377990788e1: Preparing [2024-07-20T15:31:55.539Z] b6944527cd7d: Preparing [2024-07-20T15:31:55.539Z] f0c0fc467d42: Preparing [2024-07-20T15:31:55.539Z] 4fdee56d7956: Preparing [2024-07-20T15:31:55.539Z] a9a063504bd6: Preparing [2024-07-20T15:31:55.539Z] 4495919d2e38: Preparing [2024-07-20T15:31:55.539Z] 61560176b8b3: Preparing [2024-07-20T15:31:55.539Z] 1dec5b3403d5: Preparing [2024-07-20T15:31:55.539Z] 22d23251c3b5: Preparing [2024-07-20T15:31:55.539Z] 964efab75738: Preparing [2024-07-20T15:31:55.539Z] f1d1f25acab4: Preparing [2024-07-20T15:31:55.539Z] da707bb00cb8: Preparing [2024-07-20T15:31:55.539Z] 4fdee56d7956: Waiting [2024-07-20T15:31:55.539Z] 1dec5b3403d5: Waiting [2024-07-20T15:31:55.539Z] a9a063504bd6: Waiting [2024-07-20T15:31:55.539Z] 4495919d2e38: Waiting [2024-07-20T15:31:55.539Z] 61560176b8b3: Waiting [2024-07-20T15:31:55.539Z] 22d23251c3b5: Waiting [2024-07-20T15:31:55.539Z] 964efab75738: Waiting [2024-07-20T15:31:55.539Z] f1d1f25acab4: Waiting [2024-07-20T15:31:55.539Z] da707bb00cb8: Waiting [2024-07-20T15:31:55.805Z] 896acb4b915f: Pushed [2024-07-20T15:31:55.805Z] c927f39fffaa: Pushed [2024-07-20T15:31:55.805Z] b6944527cd7d: Pushed [2024-07-20T15:31:55.805Z] c377990788e1: Pushed [2024-07-20T15:31:56.075Z] 4fdee56d7956: Pushed [2024-07-20T15:31:56.075Z] a9a063504bd6: Pushed [2024-07-20T15:31:56.075Z] 61560176b8b3: Pushed [2024-07-20T15:31:56.075Z] 4495919d2e38: Pushed [2024-07-20T15:31:56.075Z] 1dec5b3403d5: Pushed [2024-07-20T15:31:56.656Z] da707bb00cb8: Layer already exists [2024-07-20T15:31:57.608Z] 964efab75738: Pushed [2024-07-20T15:32:02.949Z] f0c0fc467d42: Pushed [2024-07-20T15:32:05.522Z] 22d23251c3b5: Pushed [2024-07-20T15:32:17.798Z] f1d1f25acab4: Pushed [2024-07-20T15:32:18.063Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:18.412Z] + 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 [2024-07-20T15:32:18.758Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2024-07-20T15:32:18.758Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2024-07-20T15:32:18.758Z] 896acb4b915f: Preparing [2024-07-20T15:32:18.758Z] c927f39fffaa: Preparing [2024-07-20T15:32:18.758Z] c377990788e1: Preparing [2024-07-20T15:32:18.758Z] b6944527cd7d: Preparing [2024-07-20T15:32:18.758Z] f0c0fc467d42: Preparing [2024-07-20T15:32:18.758Z] 4fdee56d7956: Preparing [2024-07-20T15:32:18.758Z] a9a063504bd6: Preparing [2024-07-20T15:32:18.758Z] 4495919d2e38: Preparing [2024-07-20T15:32:18.758Z] 61560176b8b3: Preparing [2024-07-20T15:32:18.758Z] 1dec5b3403d5: Preparing [2024-07-20T15:32:18.758Z] 22d23251c3b5: Preparing [2024-07-20T15:32:18.758Z] 964efab75738: Preparing [2024-07-20T15:32:18.758Z] f1d1f25acab4: Preparing [2024-07-20T15:32:18.758Z] da707bb00cb8: Preparing [2024-07-20T15:32:18.758Z] 1dec5b3403d5: Waiting [2024-07-20T15:32:18.758Z] 22d23251c3b5: Waiting [2024-07-20T15:32:18.758Z] f1d1f25acab4: Waiting [2024-07-20T15:32:18.758Z] 964efab75738: Waiting [2024-07-20T15:32:18.758Z] da707bb00cb8: Waiting [2024-07-20T15:32:18.758Z] 4fdee56d7956: Waiting [2024-07-20T15:32:18.758Z] 4495919d2e38: Waiting [2024-07-20T15:32:18.758Z] a9a063504bd6: Waiting [2024-07-20T15:32:18.758Z] 61560176b8b3: Waiting [2024-07-20T15:32:18.758Z] f0c0fc467d42: Layer already exists [2024-07-20T15:32:18.758Z] b6944527cd7d: Layer already exists [2024-07-20T15:32:18.758Z] c927f39fffaa: Layer already exists [2024-07-20T15:32:18.758Z] c377990788e1: Layer already exists [2024-07-20T15:32:18.758Z] 896acb4b915f: Layer already exists [2024-07-20T15:32:18.758Z] 61560176b8b3: Layer already exists [2024-07-20T15:32:18.758Z] a9a063504bd6: Layer already exists [2024-07-20T15:32:18.758Z] 4495919d2e38: Layer already exists [2024-07-20T15:32:18.758Z] 4fdee56d7956: Layer already exists [2024-07-20T15:32:18.758Z] 1dec5b3403d5: Layer already exists [2024-07-20T15:32:18.758Z] 22d23251c3b5: Layer already exists [2024-07-20T15:32:18.758Z] da707bb00cb8: Layer already exists [2024-07-20T15:32:18.758Z] f1d1f25acab4: Layer already exists [2024-07-20T15:32:18.759Z] 964efab75738: Layer already exists [2024-07-20T15:32:19.022Z] latest: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:19.359Z] + 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 [2024-07-20T15:32:19.696Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.2.0-dev.15 [2024-07-20T15:32:19.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2024-07-20T15:32:19.696Z] 896acb4b915f: Preparing [2024-07-20T15:32:19.696Z] c927f39fffaa: Preparing [2024-07-20T15:32:19.696Z] c377990788e1: Preparing [2024-07-20T15:32:19.696Z] b6944527cd7d: Preparing [2024-07-20T15:32:19.696Z] f0c0fc467d42: Preparing [2024-07-20T15:32:19.696Z] 4fdee56d7956: Preparing [2024-07-20T15:32:19.696Z] a9a063504bd6: Preparing [2024-07-20T15:32:19.696Z] 4495919d2e38: Preparing [2024-07-20T15:32:19.696Z] 61560176b8b3: Preparing [2024-07-20T15:32:19.696Z] 1dec5b3403d5: Preparing [2024-07-20T15:32:19.696Z] 22d23251c3b5: Preparing [2024-07-20T15:32:19.696Z] 964efab75738: Preparing [2024-07-20T15:32:19.696Z] f1d1f25acab4: Preparing [2024-07-20T15:32:19.696Z] da707bb00cb8: Preparing [2024-07-20T15:32:19.696Z] 1dec5b3403d5: Waiting [2024-07-20T15:32:19.696Z] 22d23251c3b5: Waiting [2024-07-20T15:32:19.696Z] 4fdee56d7956: Waiting [2024-07-20T15:32:19.696Z] a9a063504bd6: Waiting [2024-07-20T15:32:19.696Z] 4495919d2e38: Waiting [2024-07-20T15:32:19.696Z] 61560176b8b3: Waiting [2024-07-20T15:32:19.696Z] 964efab75738: Waiting [2024-07-20T15:32:19.696Z] da707bb00cb8: Waiting [2024-07-20T15:32:19.696Z] f1d1f25acab4: Waiting [2024-07-20T15:32:19.696Z] c377990788e1: Layer already exists [2024-07-20T15:32:19.696Z] c927f39fffaa: Layer already exists [2024-07-20T15:32:19.696Z] 896acb4b915f: Layer already exists [2024-07-20T15:32:19.696Z] b6944527cd7d: Layer already exists [2024-07-20T15:32:19.696Z] f0c0fc467d42: Layer already exists [2024-07-20T15:32:19.696Z] 61560176b8b3: Layer already exists [2024-07-20T15:32:19.696Z] 1dec5b3403d5: Layer already exists [2024-07-20T15:32:19.696Z] a9a063504bd6: Layer already exists [2024-07-20T15:32:19.696Z] 4495919d2e38: Layer already exists [2024-07-20T15:32:19.696Z] 4fdee56d7956: Layer already exists [2024-07-20T15:32:19.696Z] 964efab75738: Layer already exists [2024-07-20T15:32:19.696Z] 22d23251c3b5: Layer already exists [2024-07-20T15:32:19.696Z] f1d1f25acab4: Layer already exists [2024-07-20T15:32:19.696Z] da707bb00cb8: Layer already exists [2024-07-20T15:32:19.963Z] 3.2.0-dev.15: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:20.312Z] + 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 [2024-07-20T15:32:20.755Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:32:20.755Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2024-07-20T15:32:20.755Z] 896acb4b915f: Preparing [2024-07-20T15:32:20.755Z] c927f39fffaa: Preparing [2024-07-20T15:32:20.755Z] c377990788e1: Preparing [2024-07-20T15:32:20.755Z] b6944527cd7d: Preparing [2024-07-20T15:32:20.755Z] f0c0fc467d42: Preparing [2024-07-20T15:32:20.755Z] 4fdee56d7956: Preparing [2024-07-20T15:32:20.755Z] a9a063504bd6: Preparing [2024-07-20T15:32:20.755Z] 4495919d2e38: Preparing [2024-07-20T15:32:20.755Z] 61560176b8b3: Preparing [2024-07-20T15:32:20.755Z] 1dec5b3403d5: Preparing [2024-07-20T15:32:20.755Z] 22d23251c3b5: Preparing [2024-07-20T15:32:20.755Z] 964efab75738: Preparing [2024-07-20T15:32:20.755Z] f1d1f25acab4: Preparing [2024-07-20T15:32:20.755Z] da707bb00cb8: Preparing [2024-07-20T15:32:20.755Z] 4fdee56d7956: Waiting [2024-07-20T15:32:20.755Z] a9a063504bd6: Waiting [2024-07-20T15:32:20.755Z] 4495919d2e38: Waiting [2024-07-20T15:32:20.755Z] 61560176b8b3: Waiting [2024-07-20T15:32:20.755Z] 1dec5b3403d5: Waiting [2024-07-20T15:32:20.755Z] 22d23251c3b5: Waiting [2024-07-20T15:32:20.755Z] 964efab75738: Waiting [2024-07-20T15:32:20.755Z] f1d1f25acab4: Waiting [2024-07-20T15:32:20.755Z] da707bb00cb8: Waiting [2024-07-20T15:32:20.755Z] b6944527cd7d: Layer already exists [2024-07-20T15:32:20.755Z] c377990788e1: Layer already exists [2024-07-20T15:32:20.755Z] c927f39fffaa: Layer already exists [2024-07-20T15:32:20.755Z] 896acb4b915f: Layer already exists [2024-07-20T15:32:20.755Z] f0c0fc467d42: Layer already exists [2024-07-20T15:32:20.755Z] a9a063504bd6: Layer already exists [2024-07-20T15:32:20.755Z] 4fdee56d7956: Layer already exists [2024-07-20T15:32:20.755Z] 4495919d2e38: Layer already exists [2024-07-20T15:32:20.755Z] 61560176b8b3: Layer already exists [2024-07-20T15:32:20.755Z] 1dec5b3403d5: Layer already exists [2024-07-20T15:32:20.755Z] 22d23251c3b5: Layer already exists [2024-07-20T15:32:20.755Z] 964efab75738: Layer already exists [2024-07-20T15:32:20.755Z] da707bb00cb8: Layer already exists [2024-07-20T15:32:20.755Z] f1d1f25acab4: Layer already exists [2024-07-20T15:32:20.755Z] b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:21.104Z] + 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 [2024-07-20T15:32:21.453Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2024-07-20T15:32:21.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2024-07-20T15:32:21.453Z] 896acb4b915f: Preparing [2024-07-20T15:32:21.453Z] c927f39fffaa: Preparing [2024-07-20T15:32:21.453Z] c377990788e1: Preparing [2024-07-20T15:32:21.453Z] b6944527cd7d: Preparing [2024-07-20T15:32:21.453Z] f0c0fc467d42: Preparing [2024-07-20T15:32:21.453Z] 4fdee56d7956: Preparing [2024-07-20T15:32:21.453Z] a9a063504bd6: Preparing [2024-07-20T15:32:21.453Z] 4fdee56d7956: Waiting [2024-07-20T15:32:21.453Z] 4495919d2e38: Preparing [2024-07-20T15:32:21.453Z] a9a063504bd6: Waiting [2024-07-20T15:32:21.453Z] 61560176b8b3: Preparing [2024-07-20T15:32:21.453Z] 1dec5b3403d5: Preparing [2024-07-20T15:32:21.453Z] 4495919d2e38: Waiting [2024-07-20T15:32:21.453Z] 22d23251c3b5: Preparing [2024-07-20T15:32:21.453Z] 964efab75738: Preparing [2024-07-20T15:32:21.453Z] 61560176b8b3: Waiting [2024-07-20T15:32:21.453Z] f1d1f25acab4: Preparing [2024-07-20T15:32:21.453Z] 1dec5b3403d5: Waiting [2024-07-20T15:32:21.453Z] 22d23251c3b5: Waiting [2024-07-20T15:32:21.453Z] da707bb00cb8: Preparing [2024-07-20T15:32:21.453Z] 964efab75738: Waiting [2024-07-20T15:32:21.453Z] f1d1f25acab4: Waiting [2024-07-20T15:32:21.453Z] da707bb00cb8: Waiting [2024-07-20T15:32:21.453Z] c377990788e1: Layer already exists [2024-07-20T15:32:21.453Z] 896acb4b915f: Layer already exists [2024-07-20T15:32:21.453Z] c927f39fffaa: Layer already exists [2024-07-20T15:32:21.453Z] b6944527cd7d: Layer already exists [2024-07-20T15:32:21.453Z] f0c0fc467d42: Layer already exists [2024-07-20T15:32:21.453Z] 4495919d2e38: Layer already exists [2024-07-20T15:32:21.453Z] 4fdee56d7956: Layer already exists [2024-07-20T15:32:21.453Z] a9a063504bd6: Layer already exists [2024-07-20T15:32:21.453Z] 1dec5b3403d5: Layer already exists [2024-07-20T15:32:21.453Z] 61560176b8b3: Layer already exists [2024-07-20T15:32:21.453Z] 22d23251c3b5: Layer already exists [2024-07-20T15:32:21.453Z] f1d1f25acab4: Layer already exists [2024-07-20T15:32:21.453Z] da707bb00cb8: Layer already exists [2024-07-20T15:32:21.453Z] 964efab75738: Layer already exists [2024-07-20T15:32:21.716Z] main: digest: sha256:9434c3b5b9ca5cadbf702e36d62f11650cbe6abe3cba43fcdaddb8d98fbf7932 size: 3245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-20T15:32:21.777Z] ===================================================== [Pipeline] echo [2024-07-20T15:32:21.786Z] taggedImages: [2024-07-20T15:32:21.786Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [2024-07-20T15:32:21.786Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2024-07-20T15:32:21.786Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.2.0-dev.15 [2024-07-20T15:32:21.786Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:b54b79498e332a1e36b9fe49a0189bdcdd0007a3-3.2.0-dev.15 [2024-07-20T15:32:21.786Z] - 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 [2024-07-20T15:32:22.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-20T15:32:22.143Z] [2024-07-20T15:32:22.143Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:22.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-20T15:32:22.475Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-20T15:32:22.475Z] 8998bd30e6a1: Pulling fs layer [2024-07-20T15:32:22.475Z] 04944245beec: Pulling fs layer [2024-07-20T15:32:22.475Z] 699f458cf7ca: Pulling fs layer [2024-07-20T15:32:22.475Z] 765212b225bb: Pulling fs layer [2024-07-20T15:32:22.475Z] f23df028b6ca: Pulling fs layer [2024-07-20T15:32:22.475Z] d65c8cfc05b1: Pulling fs layer [2024-07-20T15:32:22.475Z] 2437ff75d9bd: Pulling fs layer [2024-07-20T15:32:22.475Z] f23df028b6ca: Waiting [2024-07-20T15:32:22.475Z] 765212b225bb: Waiting [2024-07-20T15:32:22.475Z] d65c8cfc05b1: Waiting [2024-07-20T15:32:22.475Z] 2437ff75d9bd: Waiting [2024-07-20T15:32:22.742Z] 04944245beec: Verifying Checksum [2024-07-20T15:32:22.742Z] 04944245beec: Download complete [2024-07-20T15:32:22.742Z] 765212b225bb: Verifying Checksum [2024-07-20T15:32:22.742Z] 765212b225bb: Download complete [2024-07-20T15:32:22.742Z] f23df028b6ca: Verifying Checksum [2024-07-20T15:32:22.742Z] f23df028b6ca: Download complete [2024-07-20T15:32:22.742Z] d65c8cfc05b1: Download complete [2024-07-20T15:32:22.742Z] 699f458cf7ca: Verifying Checksum [2024-07-20T15:32:23.007Z] 699f458cf7ca: Download complete [2024-07-20T15:32:23.273Z] 8998bd30e6a1: Verifying Checksum [2024-07-20T15:32:23.273Z] 8998bd30e6a1: Download complete [2024-07-20T15:32:25.845Z] 2437ff75d9bd: Download complete [2024-07-20T15:32:27.785Z] 8998bd30e6a1: Pull complete [2024-07-20T15:32:28.370Z] 04944245beec: Pull complete [2024-07-20T15:32:30.301Z] 699f458cf7ca: Pull complete [2024-07-20T15:32:30.301Z] 765212b225bb: Pull complete [2024-07-20T15:32:30.885Z] f23df028b6ca: Pull complete [2024-07-20T15:32:31.151Z] d65c8cfc05b1: Pull complete [2024-07-20T15:32:49.375Z] 2437ff75d9bd: Pull complete [2024-07-20T15:32:49.375Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-20T15:32:49.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-20T15:32:49.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:32:49.600Z] prd-ubuntu20.04-docker-arm64-4c-16g-6013 does not seem to be running inside a container [2024-07-20T15:32:49.653Z] $ 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 [2024-07-20T15:32:51.223Z] $ docker top b1689bde1eaab0f27369a6370739bf89c53d2658e53e2219db84c73910f45729 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:32:52.225Z] ---> job-cost.sh [2024-07-20T15:32:52.225Z] lf-activate-venv: SKIPPING [2024-07-20T15:32:52.225Z] INFO: No Stack... [2024-07-20T15:32:52.539Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-20T15:32:53.508Z] INFO: Archiving Costs [Pipeline] sh [2024-07-20T15:32:53.838Z] + cat /w/workspace/device-usb-camera/180/archives/cost.csv [2024-07-20T15:32:53.838Z] + cut -d, -f6 [Pipeline] lock [2024-07-20T15:32:54.162Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [2024-07-20T15:32:54.170Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] did not exist. Created. [2024-07-20T15:32:54.178Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-20T15:32:54.843Z] /w/workspace/device-usb-camera/180@tmp/durable-454a5307/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-20T15:32:55.508Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-20T15:32:55.535Z] Warning: overwriting stash ‘stack-cost’ [2024-07-20T15:32:55.575Z] Stashed 1 file(s) [Pipeline] } [2024-07-20T15:32:55.583Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-usb-camera-main-180-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-20T15:32:55.627Z] $ docker stop --time=1 b1689bde1eaab0f27369a6370739bf89c53d2658e53e2219db84c73910f45729 [2024-07-20T15:32:57.178Z] $ 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 [2024-07-20T15:32:57.821Z] provisioning config files... [2024-07-20T15:32:57.831Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7561829867396292362tmp [Pipeline] { [Pipeline] sh [2024-07-20T15:32:58.165Z] + set +x [2024-07-20T15:32:58.166Z] + bash -s -- [2024-07-20T15:32:58.166Z] + curl -s https://codecov.io/bash [2024-07-20T15:32:58.166Z] [2024-07-20T15:32:58.166Z] _____ _ [2024-07-20T15:32:58.166Z] / ____| | | [2024-07-20T15:32:58.166Z] | | ___ __| | ___ ___ _____ __ [2024-07-20T15:32:58.166Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-20T15:32:58.166Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-20T15:32:58.166Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-20T15:32:58.166Z] Bash-1.0.6 [2024-07-20T15:32:58.166Z] [2024-07-20T15:32:58.166Z] [2024-07-20T15:32:58.166Z] ==> git version 2.25.1 found [2024-07-20T15:32:58.166Z] ==> 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 [2024-07-20T15:32:58.166Z] Release-Date: 2020-01-08 [2024-07-20T15:32:58.166Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-20T15:32:58.166Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-20T15:32:58.166Z] ==> Jenkins CI detected. [2024-07-20T15:32:58.166Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2024-07-20T15:32:58.166Z] project root: . [2024-07-20T15:32:58.166Z] --> token set from env [2024-07-20T15:32:58.166Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-20T15:32:58.447Z] ==> Running gcov in . (disable via -X gcov) [2024-07-20T15:32:58.447Z] ==> Python coveragepy not found [2024-07-20T15:32:58.447Z] ==> Searching for coverage reports in: [2024-07-20T15:32:58.447Z] + . [2024-07-20T15:32:58.447Z] -> Found 1 reports [2024-07-20T15:32:58.447Z] ==> Detecting git/mercurial file structure [2024-07-20T15:32:58.447Z] ==> Reading reports [2024-07-20T15:32:58.447Z] + ./coverage.out bytes=54703 [2024-07-20T15:32:58.447Z] ==> Appending adjustments [2024-07-20T15:32:58.447Z] https://docs.codecov.io/docs/fixing-reports [2024-07-20T15:32:58.447Z] + Found adjustments [2024-07-20T15:32:58.447Z] ==> Gzipping contents [2024-07-20T15:32:58.447Z] 8.0K /tmp/codecov.NWCNsO.gz [2024-07-20T15:32:58.447Z] ==> Uploading reports [2024-07-20T15:32:58.447Z] url: https://codecov.io [2024-07-20T15:32:58.447Z] 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= [2024-07-20T15:32:58.447Z] -> Pinging Codecov [2024-07-20T15:32:58.447Z] 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= [2024-07-20T15:32:58.705Z] -> Uploading to [2024-07-20T15:32:58.705Z] 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 [2024-07-20T15:32:58.705Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-20T15:32:58.705Z] Dload Upload Total Spent Left Speed [2024-07-20T15:32:58.967Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6805 0 0 100 6805 0 24835 --:--:-- --:--:-- --:--:-- 24835 [2024-07-20T15:32:58.968Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] } [2024-07-20T15:32:58.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-20T15:32:59.087Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-20T15:32:59.106Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:59.422Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-20T15:32:59.422Z] [2024-07-20T15:32:59.422Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:32:59.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-20T15:32:59.779Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-20T15:32:59.779Z] 619be1103602: Already exists [2024-07-20T15:32:59.779Z] f8ea3408117e: Pulling fs layer [2024-07-20T15:32:59.779Z] 91320369b822: Pulling fs layer [2024-07-20T15:32:59.779Z] 0406650e8295: Pulling fs layer [2024-07-20T15:32:59.779Z] 4f4fb700ef54: Pulling fs layer [2024-07-20T15:32:59.779Z] 96d80e3f36e1: Pulling fs layer [2024-07-20T15:32:59.779Z] bcf3aedb951c: Pulling fs layer [2024-07-20T15:32:59.779Z] 4f4fb700ef54: Waiting [2024-07-20T15:32:59.779Z] bcf3aedb951c: Waiting [2024-07-20T15:32:59.779Z] 0406650e8295: Verifying Checksum [2024-07-20T15:32:59.779Z] 0406650e8295: Download complete [2024-07-20T15:32:59.779Z] f8ea3408117e: Verifying Checksum [2024-07-20T15:32:59.779Z] f8ea3408117e: Download complete [2024-07-20T15:32:59.779Z] 4f4fb700ef54: Verifying Checksum [2024-07-20T15:32:59.779Z] 4f4fb700ef54: Download complete [2024-07-20T15:33:00.039Z] f8ea3408117e: Pull complete [2024-07-20T15:33:00.039Z] 96d80e3f36e1: Verifying Checksum [2024-07-20T15:33:00.039Z] 96d80e3f36e1: Download complete [2024-07-20T15:33:00.297Z] 91320369b822: Download complete [2024-07-20T15:33:00.869Z] bcf3aedb951c: Verifying Checksum [2024-07-20T15:33:00.869Z] bcf3aedb951c: Download complete [2024-07-20T15:33:03.410Z] 91320369b822: Pull complete [2024-07-20T15:33:03.410Z] 0406650e8295: Pull complete [2024-07-20T15:33:03.410Z] 4f4fb700ef54: Pull complete [2024-07-20T15:33:03.667Z] 96d80e3f36e1: Pull complete [2024-07-20T15:33:06.945Z] bcf3aedb951c: Pull complete [2024-07-20T15:33:06.945Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-20T15:33:06.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-20T15:33:06.945Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:33:07.090Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:33:07.125Z] $ 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 [2024-07-20T15:33:11.285Z] $ docker top 35eeccc26284f65e72a729f277ddade8569dde06d4fc2a6237491bfa0a34daa4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:33:11.641Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] echo [2024-07-20T15:33:11.651Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2024-07-20T15:33:11.931Z] + set -o pipefail [2024-07-20T15:33:11.931Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2024-07-20T15:33:20.167Z] [2024-07-20T15:33:20.167Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2024-07-20T15:33:20.167Z] [2024-07-20T15:33:20.167Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/978f9534-f89b-479b-86d5-a67f44693f06/history/ca7590b4-0ba4-4585-b1e3-2ea5e7204f81 [2024-07-20T15:33:20.167Z] [2024-07-20T15:33:20.167Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-20T15:33:20.167Z] [Pipeline] } [2024-07-20T15:33:20.184Z] $ docker stop --time=1 35eeccc26284f65e72a729f277ddade8569dde06d4fc2a6237491bfa0a34daa4 [2024-07-20T15:33:25.430Z] $ 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 [2024-07-20T15:33:26.423Z] + git log --format=format:%s -1 b54b79498e332a1e36b9fe49a0189bdcdd0007a3 [Pipeline] sh [2024-07-20T15:33:26.721Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-20T15:33:26.721Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:33:27.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:33:27.026Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:33:27.114Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:33:27.142Z] $ 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 [2024-07-20T15:33:27.722Z] $ docker top 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-20T15:33:27.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-20T15:33:27.842Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-20T15:33:27.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-20T15:33:27.977Z] $ docker exec 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 ssh-agent [2024-07-20T15:33:28.107Z] SSH_AUTH_SOCK=/tmp/ssh-YDWl6gCpPyC4/agent.32 [2024-07-20T15:33:28.107Z] SSH_AGENT_PID=38 [2024-07-20T15:33:28.114Z] Running ssh-add (command line suppressed) [2024-07-20T15:33:28.216Z] 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) [2024-07-20T15:33:28.233Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-20T15:33:28.527Z] + git semver tag [2024-07-20T15:33:28.786Z] 2024-07-20 15:33:28,731 [run_tag] DEBUG tag force:False [2024-07-20T15:33:28.787Z] 2024-07-20 15:33:28,731 [check_head_tag] DEBUG check head tag [2024-07-20T15:33:28.787Z] 2024-07-20 15:33:28,734 [execute] INFO git cat-file --batch-check [2024-07-20T15:33:28.787Z] 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=) [2024-07-20T15:33:28.787Z] 2024-07-20 15:33:28,739 [execute] INFO git cat-file --batch [2024-07-20T15:33:28.787Z] 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=) [2024-07-20T15:33:29.046Z] 2024-07-20 15:33:28,785 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:29.046Z] 2024-07-20 15:33:28,785 [execute] INFO git tag -a v3.2.0-dev.15 -m v3.2.0-dev.15 [2024-07-20T15:33:29.046Z] 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) [2024-07-20T15:33:29.046Z] 2024-07-20 15:33:28,791 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:29.046Z] 3.2.0-dev.15 [Pipeline] } [2024-07-20T15:33:29.051Z] $ docker exec --env ******** --env ******** 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 ssh-agent -k [2024-07-20T15:33:29.153Z] unset SSH_AUTH_SOCK; [2024-07-20T15:33:29.153Z] unset SSH_AGENT_PID; [2024-07-20T15:33:29.153Z] echo Agent pid 38 killed; [2024-07-20T15:33:29.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-20T15:33:29.493Z] + git semver [Pipeline] } [2024-07-20T15:33:29.762Z] $ docker stop --time=1 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 [2024-07-20T15:33:31.097Z] $ docker rm -f --volumes 5e0884d4fa64253da312b309e9ee0d2aa06dba9a203e27de8efecea90ca33e12 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:33:31.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-20T15:33:31.519Z] [2024-07-20T15:33:31.519Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:33:31.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-20T15:33:31.829Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-20T15:33:31.829Z] ab5ef0e58194: Pulling fs layer [2024-07-20T15:33:31.829Z] 9712f1f96733: Pulling fs layer [2024-07-20T15:33:31.829Z] 63f879dbbcfc: Pulling fs layer [2024-07-20T15:33:31.829Z] 0d9ebad4ef96: Pulling fs layer [2024-07-20T15:33:31.829Z] e9a5061849ea: Pulling fs layer [2024-07-20T15:33:31.829Z] d747dcd14b5f: Pulling fs layer [2024-07-20T15:33:31.829Z] 2de7ff778b66: Pulling fs layer [2024-07-20T15:33:31.829Z] d747dcd14b5f: Waiting [2024-07-20T15:33:31.829Z] e9a5061849ea: Waiting [2024-07-20T15:33:31.829Z] 2de7ff778b66: Waiting [2024-07-20T15:33:31.829Z] 0d9ebad4ef96: Waiting [2024-07-20T15:33:31.829Z] 9712f1f96733: Verifying Checksum [2024-07-20T15:33:31.829Z] 9712f1f96733: Download complete [2024-07-20T15:33:32.088Z] 63f879dbbcfc: Verifying Checksum [2024-07-20T15:33:32.088Z] 63f879dbbcfc: Download complete [2024-07-20T15:33:32.346Z] e9a5061849ea: Verifying Checksum [2024-07-20T15:33:32.346Z] e9a5061849ea: Download complete [2024-07-20T15:33:32.346Z] 0d9ebad4ef96: Verifying Checksum [2024-07-20T15:33:32.346Z] 0d9ebad4ef96: Download complete [2024-07-20T15:33:32.346Z] ab5ef0e58194: Verifying Checksum [2024-07-20T15:33:32.346Z] ab5ef0e58194: Download complete [2024-07-20T15:33:32.346Z] 2de7ff778b66: Download complete [2024-07-20T15:33:35.687Z] ab5ef0e58194: Pull complete [2024-07-20T15:33:35.687Z] 9712f1f96733: Pull complete [2024-07-20T15:33:36.253Z] 63f879dbbcfc: Pull complete [2024-07-20T15:33:40.450Z] 0d9ebad4ef96: Pull complete [2024-07-20T15:33:40.450Z] e9a5061849ea: Pull complete [2024-07-20T15:33:40.450Z] d747dcd14b5f: Pull complete [2024-07-20T15:33:41.384Z] 2de7ff778b66: Pull complete [2024-07-20T15:33:41.384Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-20T15:33:41.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-20T15:33:41.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:33:41.486Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:33:41.510Z] $ 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 [2024-07-20T15:33:47.012Z] $ docker top ab6e43a97321de232a7b12f66c82c09a255319b2efcfc0e25a89b72b71d04873 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-20T15:33:47.101Z] provisioning config files... [2024-07-20T15:33:47.108Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3705359517380667926tmp [2024-07-20T15:33:47.117Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10969336621690322404tmp [2024-07-20T15:33:47.124Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2316594504273739626tmp [Pipeline] { [Pipeline] echo [2024-07-20T15:33:47.190Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:33:47.499Z] ---> sigul-configuration.sh [2024-07-20T15:33:47.499Z] gpg: directory `/root/.gnupg' created [2024-07-20T15:33:47.499Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-20T15:33:47.499Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-20T15:33:47.499Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-20T15:33:47.499Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-20T15:33:47.499Z] gpg: CAST5 encrypted data [2024-07-20T15:33:47.499Z] gpg: encrypted with 1 passphrase [2024-07-20T15:33:47.499Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-20T15:33:47.802Z] + mkdir /home/jenkins [2024-07-20T15:33:47.802Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-20T15:33:48.104Z] + 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 [2024-07-20T15:33:48.117Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:33:48.419Z] ---> sigul-install.sh [2024-07-20T15:33:48.419Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-20T15:33:48.725Z] + git tag --list [2024-07-20T15:33:48.725Z] v0.0.0 [2024-07-20T15:33:48.725Z] v0.0.1-dev.1 [2024-07-20T15:33:48.725Z] v0.0.1-dev.10 [2024-07-20T15:33:48.725Z] v0.0.1-dev.11 [2024-07-20T15:33:48.726Z] v0.0.1-dev.12 [2024-07-20T15:33:48.726Z] v0.0.1-dev.13 [2024-07-20T15:33:48.726Z] v0.0.1-dev.14 [2024-07-20T15:33:48.726Z] v0.0.1-dev.15 [2024-07-20T15:33:48.726Z] v0.0.1-dev.16 [2024-07-20T15:33:48.726Z] v0.0.1-dev.2 [2024-07-20T15:33:48.726Z] v0.0.1-dev.3 [2024-07-20T15:33:48.726Z] v0.0.1-dev.4 [2024-07-20T15:33:48.726Z] v0.0.1-dev.5 [2024-07-20T15:33:48.726Z] v0.0.1-dev.6 [2024-07-20T15:33:48.726Z] v0.0.1-dev.7 [2024-07-20T15:33:48.726Z] v0.0.1-dev.8 [2024-07-20T15:33:48.726Z] v0.0.1-dev.9 [2024-07-20T15:33:48.726Z] v2.2.0 [2024-07-20T15:33:48.726Z] v2.2.0-dev.17 [2024-07-20T15:33:48.726Z] v2.2.0-dev.18 [2024-07-20T15:33:48.726Z] v2.2.0-dev.19 [2024-07-20T15:33:48.726Z] v2.2.0-dev.20 [2024-07-20T15:33:48.726Z] v2.2.0-dev.21 [2024-07-20T15:33:48.726Z] v2.2.0-dev.22 [2024-07-20T15:33:48.726Z] v2.2.0-dev.23 [2024-07-20T15:33:48.726Z] v2.2.0-dev.24 [2024-07-20T15:33:48.726Z] v2.2.0-dev.25 [2024-07-20T15:33:48.726Z] v2.2.0-dev.26 [2024-07-20T15:33:48.726Z] v2.2.0-dev.27 [2024-07-20T15:33:48.726Z] v2.3.0 [2024-07-20T15:33:48.726Z] v2.3.0-dev.1 [2024-07-20T15:33:48.726Z] v2.3.0-dev.10 [2024-07-20T15:33:48.726Z] v2.3.0-dev.11 [2024-07-20T15:33:48.726Z] v2.3.0-dev.12 [2024-07-20T15:33:48.726Z] v2.3.0-dev.13 [2024-07-20T15:33:48.726Z] v2.3.0-dev.14 [2024-07-20T15:33:48.726Z] v2.3.0-dev.15 [2024-07-20T15:33:48.726Z] v2.3.0-dev.16 [2024-07-20T15:33:48.726Z] v2.3.0-dev.17 [2024-07-20T15:33:48.726Z] v2.3.0-dev.18 [2024-07-20T15:33:48.726Z] v2.3.0-dev.19 [2024-07-20T15:33:48.726Z] v2.3.0-dev.2 [2024-07-20T15:33:48.726Z] v2.3.0-dev.20 [2024-07-20T15:33:48.726Z] v2.3.0-dev.21 [2024-07-20T15:33:48.726Z] v2.3.0-dev.22 [2024-07-20T15:33:48.726Z] v2.3.0-dev.23 [2024-07-20T15:33:48.726Z] v2.3.0-dev.24 [2024-07-20T15:33:48.726Z] v2.3.0-dev.25 [2024-07-20T15:33:48.726Z] v2.3.0-dev.26 [2024-07-20T15:33:48.726Z] v2.3.0-dev.27 [2024-07-20T15:33:48.726Z] v2.3.0-dev.28 [2024-07-20T15:33:48.726Z] v2.3.0-dev.3 [2024-07-20T15:33:48.726Z] v2.3.0-dev.4 [2024-07-20T15:33:48.726Z] v2.3.0-dev.5 [2024-07-20T15:33:48.726Z] v2.3.0-dev.6 [2024-07-20T15:33:48.726Z] v2.3.0-dev.7 [2024-07-20T15:33:48.726Z] v2.3.0-dev.8 [2024-07-20T15:33:48.726Z] v2.3.0-dev.9 [2024-07-20T15:33:48.726Z] v2.3.1 [2024-07-20T15:33:48.726Z] v2.3.1-dev.4 [2024-07-20T15:33:48.726Z] v2.3.1-dev.5 [2024-07-20T15:33:48.726Z] v2.3.1-dev.6 [2024-07-20T15:33:48.726Z] v3.0 [2024-07-20T15:33:48.726Z] v3.0.0 [2024-07-20T15:33:48.726Z] v3.0.0-dev.1 [2024-07-20T15:33:48.726Z] v3.0.0-dev.10 [2024-07-20T15:33:48.726Z] v3.0.0-dev.11 [2024-07-20T15:33:48.726Z] v3.0.0-dev.12 [2024-07-20T15:33:48.726Z] v3.0.0-dev.13 [2024-07-20T15:33:48.726Z] v3.0.0-dev.14 [2024-07-20T15:33:48.726Z] v3.0.0-dev.15 [2024-07-20T15:33:48.726Z] v3.0.0-dev.16 [2024-07-20T15:33:48.726Z] v3.0.0-dev.17 [2024-07-20T15:33:48.726Z] v3.0.0-dev.18 [2024-07-20T15:33:48.726Z] v3.0.0-dev.19 [2024-07-20T15:33:48.726Z] v3.0.0-dev.2 [2024-07-20T15:33:48.726Z] v3.0.0-dev.20 [2024-07-20T15:33:48.726Z] v3.0.0-dev.21 [2024-07-20T15:33:48.726Z] v3.0.0-dev.22 [2024-07-20T15:33:48.726Z] v3.0.0-dev.23 [2024-07-20T15:33:48.726Z] v3.0.0-dev.24 [2024-07-20T15:33:48.726Z] v3.0.0-dev.25 [2024-07-20T15:33:48.726Z] v3.0.0-dev.26 [2024-07-20T15:33:48.726Z] v3.0.0-dev.27 [2024-07-20T15:33:48.726Z] v3.0.0-dev.28 [2024-07-20T15:33:48.726Z] v3.0.0-dev.29 [2024-07-20T15:33:48.726Z] v3.0.0-dev.3 [2024-07-20T15:33:48.726Z] v3.0.0-dev.30 [2024-07-20T15:33:48.726Z] v3.0.0-dev.31 [2024-07-20T15:33:48.726Z] v3.0.0-dev.32 [2024-07-20T15:33:48.726Z] v3.0.0-dev.33 [2024-07-20T15:33:48.726Z] v3.0.0-dev.34 [2024-07-20T15:33:48.726Z] v3.0.0-dev.35 [2024-07-20T15:33:48.726Z] v3.0.0-dev.36 [2024-07-20T15:33:48.726Z] v3.0.0-dev.37 [2024-07-20T15:33:48.726Z] v3.0.0-dev.38 [2024-07-20T15:33:48.726Z] v3.0.0-dev.39 [2024-07-20T15:33:48.726Z] v3.0.0-dev.4 [2024-07-20T15:33:48.726Z] v3.0.0-dev.40 [2024-07-20T15:33:48.726Z] v3.0.0-dev.41 [2024-07-20T15:33:48.726Z] v3.0.0-dev.42 [2024-07-20T15:33:48.726Z] v3.0.0-dev.43 [2024-07-20T15:33:48.726Z] v3.0.0-dev.44 [2024-07-20T15:33:48.726Z] v3.0.0-dev.45 [2024-07-20T15:33:48.726Z] v3.0.0-dev.46 [2024-07-20T15:33:48.726Z] v3.0.0-dev.47 [2024-07-20T15:33:48.726Z] v3.0.0-dev.48 [2024-07-20T15:33:48.726Z] v3.0.0-dev.49 [2024-07-20T15:33:48.726Z] v3.0.0-dev.5 [2024-07-20T15:33:48.726Z] v3.0.0-dev.50 [2024-07-20T15:33:48.726Z] v3.0.0-dev.51 [2024-07-20T15:33:48.726Z] v3.0.0-dev.6 [2024-07-20T15:33:48.726Z] v3.0.0-dev.7 [2024-07-20T15:33:48.726Z] v3.0.0-dev.8 [2024-07-20T15:33:48.726Z] v3.0.0-dev.9 [2024-07-20T15:33:48.726Z] v3.1 [2024-07-20T15:33:48.726Z] v3.1.0 [2024-07-20T15:33:48.726Z] v3.1.0-dev.1 [2024-07-20T15:33:48.726Z] v3.1.0-dev.10 [2024-07-20T15:33:48.726Z] v3.1.0-dev.11 [2024-07-20T15:33:48.726Z] v3.1.0-dev.12 [2024-07-20T15:33:48.726Z] v3.1.0-dev.13 [2024-07-20T15:33:48.726Z] v3.1.0-dev.14 [2024-07-20T15:33:48.726Z] v3.1.0-dev.15 [2024-07-20T15:33:48.726Z] v3.1.0-dev.16 [2024-07-20T15:33:48.726Z] v3.1.0-dev.17 [2024-07-20T15:33:48.726Z] v3.1.0-dev.18 [2024-07-20T15:33:48.726Z] v3.1.0-dev.19 [2024-07-20T15:33:48.726Z] v3.1.0-dev.2 [2024-07-20T15:33:48.726Z] v3.1.0-dev.20 [2024-07-20T15:33:48.726Z] v3.1.0-dev.21 [2024-07-20T15:33:48.726Z] v3.1.0-dev.22 [2024-07-20T15:33:48.726Z] v3.1.0-dev.23 [2024-07-20T15:33:48.726Z] v3.1.0-dev.24 [2024-07-20T15:33:48.726Z] v3.1.0-dev.25 [2024-07-20T15:33:48.726Z] v3.1.0-dev.26 [2024-07-20T15:33:48.726Z] v3.1.0-dev.27 [2024-07-20T15:33:48.726Z] v3.1.0-dev.28 [2024-07-20T15:33:48.726Z] v3.1.0-dev.29 [2024-07-20T15:33:48.726Z] v3.1.0-dev.3 [2024-07-20T15:33:48.726Z] v3.1.0-dev.30 [2024-07-20T15:33:48.726Z] v3.1.0-dev.31 [2024-07-20T15:33:48.726Z] v3.1.0-dev.32 [2024-07-20T15:33:48.726Z] v3.1.0-dev.33 [2024-07-20T15:33:48.726Z] v3.1.0-dev.34 [2024-07-20T15:33:48.726Z] v3.1.0-dev.35 [2024-07-20T15:33:48.726Z] v3.1.0-dev.36 [2024-07-20T15:33:48.726Z] v3.1.0-dev.37 [2024-07-20T15:33:48.726Z] v3.1.0-dev.38 [2024-07-20T15:33:48.726Z] v3.1.0-dev.39 [2024-07-20T15:33:48.726Z] v3.1.0-dev.4 [2024-07-20T15:33:48.726Z] v3.1.0-dev.5 [2024-07-20T15:33:48.726Z] v3.1.0-dev.6 [2024-07-20T15:33:48.726Z] v3.1.0-dev.7 [2024-07-20T15:33:48.726Z] v3.1.0-dev.8 [2024-07-20T15:33:48.726Z] v3.1.0-dev.9 [2024-07-20T15:33:48.726Z] v3.1.1 [2024-07-20T15:33:48.726Z] v3.1.1-dev.1 [2024-07-20T15:33:48.726Z] v3.2.0-dev.1 [2024-07-20T15:33:48.726Z] v3.2.0-dev.10 [2024-07-20T15:33:48.726Z] v3.2.0-dev.11 [2024-07-20T15:33:48.726Z] v3.2.0-dev.12 [2024-07-20T15:33:48.726Z] v3.2.0-dev.13 [2024-07-20T15:33:48.726Z] v3.2.0-dev.14 [2024-07-20T15:33:48.726Z] v3.2.0-dev.15 [2024-07-20T15:33:48.726Z] v3.2.0-dev.2 [2024-07-20T15:33:48.726Z] v3.2.0-dev.3 [2024-07-20T15:33:48.726Z] v3.2.0-dev.4 [2024-07-20T15:33:48.726Z] v3.2.0-dev.5 [2024-07-20T15:33:48.726Z] v3.2.0-dev.6 [2024-07-20T15:33:48.726Z] v3.2.0-dev.7 [2024-07-20T15:33:48.726Z] v3.2.0-dev.8 [2024-07-20T15:33:48.726Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-20T15:33:49.031Z] + lftools sign git-tag v3.2.0-dev.15 [2024-07-20T15:33:49.601Z] Signing Git tag with Sigul... [2024-07-20T15:33:49.601Z] Signing v3.2.0-dev.15 [Pipeline] echo [2024-07-20T15:33:50.193Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:33:50.496Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-20T15:33:50.502Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-20T15:33:50.522Z] $ docker stop --time=1 ab6e43a97321de232a7b12f66c82c09a255319b2efcfc0e25a89b72b71d04873 [2024-07-20T15:33:52.439Z] $ 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 [2024-07-20T15:33:52.903Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-20T15:33:52.903Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:33:53.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:33:53.220Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:33:53.300Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:33:53.330Z] $ 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 [2024-07-20T15:33:54.185Z] $ docker top c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 -eo pid,comm [2024-07-20T15:33:54.241Z] 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). [2024-07-20T15:33:54.241Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-20T15:33:54.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-20T15:33:54.289Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-20T15:33:54.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-20T15:33:54.426Z] $ docker exec c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 ssh-agent [2024-07-20T15:33:54.544Z] SSH_AUTH_SOCK=/tmp/ssh-05HlNnLwcpTG/agent.21 [2024-07-20T15:33:54.544Z] SSH_AGENT_PID=27 [2024-07-20T15:33:54.548Z] Running ssh-add (command line suppressed) [2024-07-20T15:33:54.662Z] 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) [2024-07-20T15:33:54.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-20T15:33:54.973Z] + git semver bump pre [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,235 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,236 [bump_version] DEBUG bumping version:3.2.0-dev.15 on axis:pre with prefix:dev [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,236 [bump_version] DEBUG bumped version:3.2.0-dev.16 [2024-07-20T15:33:55.568Z] 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 [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,236 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,236 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,240 [execute] INFO git cat-file --batch-check [2024-07-20T15:33:55.568Z] 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=) [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,247 [execute] INFO git cat-file --batch [2024-07-20T15:33:55.568Z] 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=) [2024-07-20T15:33:55.568Z] 2024-07-20 15:33:55,254 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:33:55.568Z] 3.2.0-dev.16 [Pipeline] } [2024-07-20T15:33:55.573Z] $ docker exec --env ******** --env ******** c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 ssh-agent -k [2024-07-20T15:33:55.675Z] unset SSH_AUTH_SOCK; [2024-07-20T15:33:55.676Z] unset SSH_AGENT_PID; [2024-07-20T15:33:55.676Z] echo Agent pid 27 killed; [2024-07-20T15:33:55.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-20T15:33:56.007Z] + git semver [Pipeline] } [2024-07-20T15:33:56.274Z] $ docker stop --time=1 c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 [2024-07-20T15:33:57.578Z] $ docker rm -f --volumes c8ad9ecc5af688c198070f51f2d5861fd13d8e64911370b53e4619cb5d6862c9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-20T15:33:57.941Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-20T15:33:57.941Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:33:58.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-20T15:33:58.243Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:33:58.338Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:33:58.365Z] $ 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 [2024-07-20T15:33:58.840Z] $ docker top 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd -eo pid,comm [2024-07-20T15:33:58.894Z] 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). [2024-07-20T15:33:58.894Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-20T15:33:58.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-20T15:33:58.947Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-20T15:33:59.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-20T15:33:59.062Z] $ docker exec 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd ssh-agent [2024-07-20T15:33:59.186Z] SSH_AUTH_SOCK=/tmp/ssh-aVJqXxB3tfY6/agent.31 [2024-07-20T15:33:59.186Z] SSH_AGENT_PID=37 [2024-07-20T15:33:59.191Z] Running ssh-add (command line suppressed) [2024-07-20T15:33:59.303Z] 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) [2024-07-20T15:33:59.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-20T15:33:59.616Z] + git semver push [2024-07-20T15:33:59.874Z] 2024-07-20 15:33:59,845 [run_push] DEBUG push [2024-07-20T15:33:59.875Z] 2024-07-20 15:33:59,847 [execute] INFO git cat-file --batch-check [2024-07-20T15:33:59.875Z] 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=) [2024-07-20T15:33:59.875Z] 2024-07-20 15:33:59,852 [execute] INFO git rev-list 133434012038fd55c0ffad79b94c565b721b322a -- [2024-07-20T15:33:59.875Z] 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) [2024-07-20T15:33:59.875Z] 2024-07-20 15:33:59,860 [execute] INFO git fetch -v origin [2024-07-20T15:33:59.875Z] 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) [2024-07-20T15:34:00.538Z] 2024-07-20 15:34:00,331 [run_push] DEBUG no remote changes detected [2024-07-20T15:34:00.538Z] 2024-07-20 15:34:00,331 [execute] INFO git push origin semver [2024-07-20T15:34:00.538Z] 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) [2024-07-20T15:34:01.518Z] 2024-07-20 15:34:01,369 [run_push] DEBUG push all version tags [2024-07-20T15:34:01.518Z] 2024-07-20 15:34:01,369 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-20T15:34:01.518Z] 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) [2024-07-20T15:34:02.454Z] 2024-07-20 15:34:02,118 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2024-07-20T15:34:02.454Z] 3.2.0-dev.16 [Pipeline] } [2024-07-20T15:34:02.458Z] $ docker exec --env ******** --env ******** 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd ssh-agent -k [2024-07-20T15:34:02.553Z] unset SSH_AUTH_SOCK; [2024-07-20T15:34:02.553Z] unset SSH_AGENT_PID; [2024-07-20T15:34:02.553Z] echo Agent pid 37 killed; [2024-07-20T15:34:02.572Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-20T15:34:02.889Z] + git semver [Pipeline] } [2024-07-20T15:34:03.197Z] $ docker stop --time=1 1018fc0b8f7212cc9bb5b2454fbe8a5410e7de17028f084c6de8875e48e1e9dd [2024-07-20T15:34:04.539Z] $ 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 [2024-07-20T15:34:05.383Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2024-07-20T15:34:05.383Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2024-07-20T15:34:05.383Z] total 16 [2024-07-20T15:34:05.383Z] drwxr-xr-x 3 root root 4096 Jul 20 15:17 . [2024-07-20T15:34:05.383Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 15:33 .. [2024-07-20T15:34:05.383Z] drwxr-xr-x 2 root root 4096 Jul 20 15:17 cost [2024-07-20T15:34:05.383Z] -rw-r--r-- 1 root root 89 Jul 20 15:17 cost.csv [2024-07-20T15:34:05.383Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2024-07-20T15:34:05.383Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2024-07-20T15:34:05.383Z] total 16 [2024-07-20T15:34:05.383Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 20 15:17 . [2024-07-20T15:34:05.383Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 20 15:33 .. [2024-07-20T15:34:05.383Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 20 15:17 cost [2024-07-20T15:34:05.383Z] -rw-r--r-- 1 jenkins jenkins 89 Jul 20 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:05.667Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:06.521Z] ---> package-listing.sh [2024-07-20T15:34:06.522Z] ++ facter osfamily [2024-07-20T15:34:06.522Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-20T15:34:06.781Z] + OS_FAMILY=debian [2024-07-20T15:34:06.781Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2024-07-20T15:34:06.781Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-20T15:34:06.781Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-20T15:34:06.781Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-20T15:34:06.781Z] + PACKAGES=/tmp/packages_start.txt [2024-07-20T15:34:06.781Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2024-07-20T15:34:06.781Z] + PACKAGES=/tmp/packages_end.txt [2024-07-20T15:34:06.781Z] + case "${OS_FAMILY}" in [2024-07-20T15:34:06.781Z] + dpkg -l [2024-07-20T15:34:06.781Z] + grep '^ii' [2024-07-20T15:34:06.781Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-20T15:34:06.781Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-20T15:34:06.781Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-20T15:34:06.781Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2024-07-20T15:34:06.781Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2024-07-20T15:34:06.782Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2024-07-20T15:34:06.794Z] 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 [2024-07-20T15:34:07.072Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-20T15:34:07.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-20T15:34:07.634Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-20T15:34:07.718Z] prd-ubuntu20.04-docker-8c-8g-6009 does not seem to be running inside a container [2024-07-20T15:34:07.744Z] $ 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 [2024-07-20T15:34:07.979Z] $ docker top c38dc11c92a29d9891721db8d3ea675007d7fcae90ee3ab9bb54c567642563ff -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-20T15:34:08.335Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-20T15:34:08.618Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-20T15:34:08.901Z] + ls /var/log/sa-host [2024-07-20T15:34:08.901Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-20T15:34:08.973Z] provisioning config files... [2024-07-20T15:34:08.979Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5142599859720004941tmp [Pipeline] { [Pipeline] echo [2024-07-20T15:34:08.997Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:09.282Z] ---> create-netrc.sh [Pipeline] } [2024-07-20T15:34:09.288Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:09.641Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-20T15:34:09.665Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:09.991Z] ---> sudo-logs.sh [2024-07-20T15:34:09.991Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-20T15:34:10.040Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:10.396Z] ---> job-cost.sh [2024-07-20T15:34:10.396Z] lf-activate-venv: SKIPPING [2024-07-20T15:34:10.396Z] DEBUG: total: 0.2199999988079071 [2024-07-20T15:34:10.396Z] INFO: Retrieving Stack Cost... [2024-07-20T15:34:11.032Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-20T15:34:11.290Z] INFO: Archiving Costs [Pipeline] echo [2024-07-20T15:34:11.303Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-20T15:34:11.583Z] ---> logs-deploy.sh [2024-07-20T15:34:11.583Z] lf-activate-venv: SKIPPING [2024-07-20T15:34:11.583Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/180 [2024-07-20T15:34:11.583Z] INFO: archiving workspace using pattern(s): [2024-07-20T15:34:12.626Z] Archives upload complete. [2024-07-20T15:34:12.626Z] INFO: archiving logs to Nexus