Pull request #295 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of EdgeX-Camera-Management for edgexfoundry/device-usb-camera Loading trusted files from base branch main at b907ae284758dcb5c5e92cc9fb34c829a11304c7 rather than f63520341f483c75324e41bcb5f7691e27f85c17 Obtained Jenkinsfile from b907ae284758dcb5c5e92cc9fb34c829a11304c7 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-ssh12296087253643470471.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh9469916078800236380.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 e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-295/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-295/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2889859372397161831.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-295/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8697478871940270176.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4701742434601929510.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-295/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-295/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh565189770142438557.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7586 in /w/workspace/foundry_device-usb-camera_PR-295 [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/foundry_device-usb-camera_PR-295 # 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 Merging remotes/origin/main commit b907ae284758dcb5c5e92cc9fb34c829a11304c7 into PR head commit f63520341f483c75324e41bcb5f7691e27f85c17 Merge succeeded, producing f63520341f483c75324e41bcb5f7691e27f85c17 Checking out Revision f63520341f483c75324e41bcb5f7691e27f85c17 (PR-295) > 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 remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/295/head:refs/remotes/origin/PR-295 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63520341f483c75324e41bcb5f7691e27f85c17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b907ae284758dcb5c5e92cc9fb34c829a11304c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f63520341f483c75324e41bcb5f7691e27f85c17 # timeout=10 Commit message: "fix: StreamURI values not parsed in external rtsp mode" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-21T19:46:44.951Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-21T19:46:45.141Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-21T19:46:45.245Z] ========================================================= [2023-09-21T19:46:45.245Z] EdgeX Global Pipelines Version Info [2023-09-21T19:46:45.245Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:46:46.046Z] ------------------- [2023-09-21T19:46:46.046Z] stable info: [2023-09-21T19:46:46.046Z] ------------------- [2023-09-21T19:46:46.046Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-21T19:46:46.046Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T19:46:46.046Z] Message: update stable to v1.0.254 [2023-09-21T19:46:46.616Z] ------------------- [2023-09-21T19:46:46.616Z] experimental info: [2023-09-21T19:46:46.616Z] ------------------- [2023-09-21T19:46:46.616Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-21T19:46:46.616Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-21T19:46:46.616Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-21T19:46:46.946Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-09-21T19:46:46.988Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-09-21T19:46:47.026Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-21T19:46:47.080Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-21T19:46:47.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-21T19:46:47.155Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-21T19:46:47.192Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-21T19:46:47.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-21T19:46:47.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-21T19:46:47.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-21T19:46:47.344Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-21T19:46:47.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-09-21T19:46:47.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-21T19:46:47.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-21T19:46:47.494Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T19:46:47.535Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-21T19:46:47.576Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-21T19:46:47.612Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-21T19:46:47.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-21T19:46:47.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-21T19:46:47.728Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-09-21T19:46:47.766Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-09-21T19:46:47.802Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-21T19:46:47.832Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-21T19:46:47.867Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-21T19:46:47.902Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-21T19:46:47.942Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-21T19:46:47.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-295 [Pipeline] echo [2023-09-21T19:46:48.017Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-295 [Pipeline] echo [2023-09-21T19:46:48.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-295 [Pipeline] echo [2023-09-21T19:46:48.091Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f63520341f483c75324e41bcb5f7691e27f85c17 [Pipeline] echo [2023-09-21T19:46:48.132Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f635203 [Pipeline] echo [2023-09-21T19:46:48.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T19:46:48.290Z] provisioning config files... [2023-09-21T19:46:48.303Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-295@tmp/config3110081634380379860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:46:48.645Z] ---> docker-login.sh [2023-09-21T19:46:48.645Z] nexus3.edgexfoundry.org:10001 [2023-09-21T19:46:48.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:46:48.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:46:48.904Z] Configure a credential helper to remove this warning. See [2023-09-21T19:46:48.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:46:48.904Z] [2023-09-21T19:46:48.904Z] Login Succeeded [2023-09-21T19:46:48.904Z] nexus3.edgexfoundry.org:10002 [2023-09-21T19:46:49.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:46:49.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:46:49.164Z] Configure a credential helper to remove this warning. See [2023-09-21T19:46:49.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:46:49.164Z] [2023-09-21T19:46:49.164Z] Login Succeeded [2023-09-21T19:46:49.164Z] nexus3.edgexfoundry.org:10003 [2023-09-21T19:46:49.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:46:49.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:46:49.164Z] Configure a credential helper to remove this warning. See [2023-09-21T19:46:49.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:46:49.164Z] [2023-09-21T19:46:49.164Z] Login Succeeded [2023-09-21T19:46:49.164Z] nexus3.edgexfoundry.org:10004 [2023-09-21T19:46:49.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:46:49.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:46:49.424Z] Configure a credential helper to remove this warning. See [2023-09-21T19:46:49.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:46:49.424Z] [2023-09-21T19:46:49.424Z] Login Succeeded [2023-09-21T19:46:49.424Z] docker.io [2023-09-21T19:46:49.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:46:49.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:46:49.684Z] Configure a credential helper to remove this warning. See [2023-09-21T19:46:49.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:46:49.684Z] [2023-09-21T19:46:49.684Z] Login Succeeded [2023-09-21T19:46:49.684Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T19:46:49.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-21T19:46:50.348Z] + git rev-list -1 --merges f63520341f483c75324e41bcb5f7691e27f85c17~1..f63520341f483c75324e41bcb5f7691e27f85c17 [Pipeline] echo [2023-09-21T19:46:50.415Z] -----------> git rev-list -1 --merges f63520341f483c75324e41bcb5f7691e27f85c17~1..f63520341f483c75324e41bcb5f7691e27f85c17 f63520341f483c75324e41bcb5f7691e27f85c17 [false] [Pipeline] sh [2023-09-21T19:46:50.731Z] + git log --format=format:%s -1 f63520341f483c75324e41bcb5f7691e27f85c17 [Pipeline] echo [2023-09-21T19:46:50.765Z] ========================================================= [2023-09-21T19:46:50.765Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-21T19:46:50.765Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T19:46:51.222Z] + git log --format=format:%s -1 f63520341f483c75324e41bcb5f7691e27f85c17 [Pipeline] echo [2023-09-21T19:46:51.392Z] [semverPrep] GIT_COMMIT: f63520341f483c75324e41bcb5f7691e27f85c17, Commit Message: fix: StreamURI values not parsed in external rtsp mode [Pipeline] echo [2023-09-21T19:46:51.421Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-21T19:46:51.811Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-21T19:46:51.812Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-21T19:46:51.812Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-21T19:46:51.812Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-21T19:46:51.812Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2023-09-21T19:46:51.812Z] -a /etc/ssh/ssh_known_hosts [2023-09-21T19:46:51.812Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:46:52.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T19:46:52.302Z] [2023-09-21T19:46:52.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:46:52.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T19:46:52.681Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-21T19:46:52.681Z] b85a868b505f: Pulling fs layer [2023-09-21T19:46:52.681Z] e2be974225ed: Pulling fs layer [2023-09-21T19:46:52.681Z] 339a4e72a1f5: Pulling fs layer [2023-09-21T19:46:52.681Z] 988bab9f4d93: Pulling fs layer [2023-09-21T19:46:52.681Z] 1469e6f7b9e6: Pulling fs layer [2023-09-21T19:46:52.681Z] eaf3925da568: Pulling fs layer [2023-09-21T19:46:52.681Z] bab4dde63d76: Pulling fs layer [2023-09-21T19:46:52.681Z] bde34c3a00c8: Pulling fs layer [2023-09-21T19:46:52.681Z] b352a97aabf1: Pulling fs layer [2023-09-21T19:46:52.681Z] 4872d77fe225: Pulling fs layer [2023-09-21T19:46:52.681Z] 5851b861e8e6: Pulling fs layer [2023-09-21T19:46:52.681Z] eaf3925da568: Waiting [2023-09-21T19:46:52.681Z] b352a97aabf1: Waiting [2023-09-21T19:46:52.681Z] 988bab9f4d93: Waiting [2023-09-21T19:46:52.681Z] 1469e6f7b9e6: Waiting [2023-09-21T19:46:52.681Z] 4872d77fe225: Waiting [2023-09-21T19:46:52.681Z] 5851b861e8e6: Waiting [2023-09-21T19:46:52.681Z] bde34c3a00c8: Waiting [2023-09-21T19:46:52.681Z] bab4dde63d76: Waiting [2023-09-21T19:46:52.681Z] e2be974225ed: Verifying Checksum [2023-09-21T19:46:52.681Z] e2be974225ed: Download complete [2023-09-21T19:46:52.681Z] 988bab9f4d93: Verifying Checksum [2023-09-21T19:46:52.681Z] 988bab9f4d93: Download complete [2023-09-21T19:46:52.681Z] 1469e6f7b9e6: Verifying Checksum [2023-09-21T19:46:52.681Z] 1469e6f7b9e6: Download complete [2023-09-21T19:46:52.944Z] eaf3925da568: Download complete [2023-09-21T19:46:52.944Z] 339a4e72a1f5: Verifying Checksum [2023-09-21T19:46:52.944Z] 339a4e72a1f5: Download complete [2023-09-21T19:46:52.944Z] bde34c3a00c8: Download complete [2023-09-21T19:46:52.944Z] b352a97aabf1: Download complete [2023-09-21T19:46:52.944Z] 4872d77fe225: Verifying Checksum [2023-09-21T19:46:52.944Z] 4872d77fe225: Download complete [2023-09-21T19:46:52.944Z] 5851b861e8e6: Verifying Checksum [2023-09-21T19:46:52.944Z] 5851b861e8e6: Download complete [2023-09-21T19:46:52.944Z] b85a868b505f: Verifying Checksum [2023-09-21T19:46:52.944Z] b85a868b505f: Download complete [2023-09-21T19:46:53.203Z] bab4dde63d76: Verifying Checksum [2023-09-21T19:46:53.203Z] bab4dde63d76: Download complete [2023-09-21T19:46:54.138Z] b85a868b505f: Pull complete [2023-09-21T19:46:54.397Z] e2be974225ed: Pull complete [2023-09-21T19:46:54.966Z] 339a4e72a1f5: Pull complete [2023-09-21T19:46:54.966Z] 988bab9f4d93: Pull complete [2023-09-21T19:46:55.229Z] 1469e6f7b9e6: Pull complete [2023-09-21T19:46:55.229Z] eaf3925da568: Pull complete [2023-09-21T19:46:57.137Z] bab4dde63d76: Pull complete [2023-09-21T19:46:57.137Z] bde34c3a00c8: Pull complete [2023-09-21T19:46:57.137Z] b352a97aabf1: Pull complete [2023-09-21T19:46:57.137Z] 4872d77fe225: Pull complete [2023-09-21T19:46:57.137Z] 5851b861e8e6: Pull complete [2023-09-21T19:46:57.137Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-21T19:46:57.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-21T19:46:57.137Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:46:57.378Z] prd-ubuntu20.04-docker-8c-8g-7586 does not seem to be running inside a container [2023-09-21T19:46:57.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-295 -v /w/workspace/foundry_device-usb-camera_PR-295:/w/workspace/foundry_device-usb-camera_PR-295:rw,z -v /w/workspace/foundry_device-usb-camera_PR-295@tmp:/w/workspace/foundry_device-usb-camera_PR-295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-21T19:47:00.544Z] $ docker top a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 -eo pid,comm [2023-09-21T19:47:00.595Z] 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). [2023-09-21T19:47:00.595Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-21T19:47:00.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T19:47:00.731Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T19:47:00.841Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T19:47:00.848Z] $ docker exec a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 ssh-agent [2023-09-21T19:47:00.946Z] SSH_AUTH_SOCK=/tmp/ssh-M0RvMyxK2YZF/agent.33 [2023-09-21T19:47:00.946Z] SSH_AGENT_PID=39 [2023-09-21T19:47:00.951Z] Running ssh-add (command line suppressed) [2023-09-21T19:47:01.052Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-295@tmp/private_key_2440948925967874309.key (/w/workspace/foundry_device-usb-camera_PR-295@tmp/private_key_2440948925967874309.key) [2023-09-21T19:47:01.061Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T19:47:01.470Z] + git tag --points-at HEAD [Pipeline] } [2023-09-21T19:47:01.501Z] $ docker exec --env ******** --env ******** a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 ssh-agent -k [2023-09-21T19:47:01.595Z] unset SSH_AUTH_SOCK; [2023-09-21T19:47:01.595Z] unset SSH_AGENT_PID; [2023-09-21T19:47:01.595Z] echo Agent pid 39 killed; [2023-09-21T19:47:01.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-21T19:47:01.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-21T19:47:01.696Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-21T19:47:01.802Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-21T19:47:01.807Z] $ docker exec a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 ssh-agent [2023-09-21T19:47:01.901Z] SSH_AUTH_SOCK=/tmp/ssh-rdFyQ4fYN4rA/agent.71 [2023-09-21T19:47:01.901Z] SSH_AGENT_PID=77 [2023-09-21T19:47:01.907Z] Running ssh-add (command line suppressed) [2023-09-21T19:47:02.009Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-295@tmp/private_key_13304831397980876949.key (/w/workspace/foundry_device-usb-camera_PR-295@tmp/private_key_13304831397980876949.key) [2023-09-21T19:47:02.016Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-21T19:47:02.339Z] + git semver init [2023-09-21T19:47:02.597Z] 2023-09-21 19:47:02,502 [run_init] DEBUG init version:0.0.0 force:False [2023-09-21T19:47:02.597Z] 2023-09-21 19:47:02,503 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-295/.semver [2023-09-21T19:47:02.597Z] 2023-09-21 19:47:02,504 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-295/.semver [2023-09-21T19:47:02.597Z] 2023-09-21 19:47:02,504 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-295/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-295, universal_newlines=False, shell=None, istream=None) [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,221 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-295/.git/info/exclude [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,221 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-295/.semver/PR-295 with force:False [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,221 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-295/.semver/PR-295 [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,226 [execute] INFO git cat-file --batch-check [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,226 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-295/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,231 [execute] INFO git cat-file --batch [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,231 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-295/.semver, universal_newlines=False, shell=None, istream=) [2023-09-21T19:47:03.534Z] 2023-09-21 19:47:03,235 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-295/.semver/PR-295 [2023-09-21T19:47:03.534Z] 0.0.0 [Pipeline] } [2023-09-21T19:47:03.566Z] $ docker exec --env ******** --env ******** a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 ssh-agent -k [2023-09-21T19:47:03.660Z] unset SSH_AUTH_SOCK; [2023-09-21T19:47:03.660Z] unset SSH_AGENT_PID; [2023-09-21T19:47:03.661Z] echo Agent pid 77 killed; [2023-09-21T19:47:03.670Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-21T19:47:04.313Z] + git semver [Pipeline] } [2023-09-21T19:47:04.344Z] $ docker stop --time=1 a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 [2023-09-21T19:47:05.605Z] $ docker rm -f --volumes a629897a5b4b88c39696f64a6619d01c730c61af673ee203d86cbfdf1ecb1df1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T19:47:05.992Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-21T19:47:06.241Z] Stashed 1 file(s) [Pipeline] echo [2023-09-21T19:47:06.258Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T19:47:06.909Z] provisioning config files... [2023-09-21T19:47:06.919Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-295@tmp/config1876668773953497925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:47:07.264Z] ---> docker-login.sh [2023-09-21T19:47:07.264Z] nexus3.edgexfoundry.org:10001 [2023-09-21T19:47:07.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:47:07.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:47:07.264Z] Configure a credential helper to remove this warning. See [2023-09-21T19:47:07.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:47:07.264Z] [2023-09-21T19:47:07.264Z] Login Succeeded [2023-09-21T19:47:07.264Z] nexus3.edgexfoundry.org:10002 [2023-09-21T19:47:07.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:47:07.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:47:07.264Z] Configure a credential helper to remove this warning. See [2023-09-21T19:47:07.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:47:07.264Z] [2023-09-21T19:47:07.264Z] Login Succeeded [2023-09-21T19:47:07.264Z] nexus3.edgexfoundry.org:10003 [2023-09-21T19:47:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:47:07.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:47:07.523Z] Configure a credential helper to remove this warning. See [2023-09-21T19:47:07.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:47:07.523Z] [2023-09-21T19:47:07.523Z] Login Succeeded [2023-09-21T19:47:07.523Z] nexus3.edgexfoundry.org:10004 [2023-09-21T19:47:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:47:07.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:47:07.523Z] Configure a credential helper to remove this warning. See [2023-09-21T19:47:07.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:47:07.523Z] [2023-09-21T19:47:07.523Z] Login Succeeded [2023-09-21T19:47:07.523Z] docker.io [2023-09-21T19:47:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:47:07.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:47:07.781Z] Configure a credential helper to remove this warning. See [2023-09-21T19:47:07.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:47:07.781Z] [2023-09-21T19:47:07.781Z] Login Succeeded [2023-09-21T19:47:07.781Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T19:47:07.809Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-21T19:47:08.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T19:47:08.047Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T19:47:08.081Z] ========================================================= [2023-09-21T19:47:08.081Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-21T19:47:08.081Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:47:08.534Z] + 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 . [2023-09-21T19:47:08.534Z] Sending build context to Docker daemon 2.257MB [2023-09-21T19:47:08.534Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2023-09-21T19:47:08.534Z] Step 2/13 : FROM ${BASE} AS builder [2023-09-21T19:47:08.534Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-21T19:47:08.534Z] 7264a8db6415: Pulling fs layer [2023-09-21T19:47:08.534Z] c4d48a809fc2: Pulling fs layer [2023-09-21T19:47:08.534Z] 4f1c88b9dad5: Pulling fs layer [2023-09-21T19:47:08.534Z] ad3a456e5733: Pulling fs layer [2023-09-21T19:47:08.534Z] 33e27b845d1e: Pulling fs layer [2023-09-21T19:47:08.534Z] c68163c4e522: Pulling fs layer [2023-09-21T19:47:08.534Z] 50da416c3ac9: Pulling fs layer [2023-09-21T19:47:08.534Z] 23d2d4c4bb30: Pulling fs layer [2023-09-21T19:47:08.534Z] 33e27b845d1e: Waiting [2023-09-21T19:47:08.534Z] 50da416c3ac9: Waiting [2023-09-21T19:47:08.534Z] 23d2d4c4bb30: Waiting [2023-09-21T19:47:08.534Z] c68163c4e522: Waiting [2023-09-21T19:47:08.534Z] ad3a456e5733: Waiting [2023-09-21T19:47:08.534Z] c4d48a809fc2: Verifying Checksum [2023-09-21T19:47:08.534Z] c4d48a809fc2: Download complete [2023-09-21T19:47:08.534Z] ad3a456e5733: Download complete [2023-09-21T19:47:08.534Z] 33e27b845d1e: Verifying Checksum [2023-09-21T19:47:08.534Z] 33e27b845d1e: Download complete [2023-09-21T19:47:08.793Z] 7264a8db6415: Verifying Checksum [2023-09-21T19:47:08.794Z] 7264a8db6415: Download complete [2023-09-21T19:47:08.794Z] c68163c4e522: Verifying Checksum [2023-09-21T19:47:08.794Z] c68163c4e522: Download complete [2023-09-21T19:47:08.794Z] 7264a8db6415: Pull complete [2023-09-21T19:47:09.053Z] c4d48a809fc2: Pull complete [2023-09-21T19:47:09.053Z] 23d2d4c4bb30: Verifying Checksum [2023-09-21T19:47:09.053Z] 23d2d4c4bb30: Download complete [2023-09-21T19:47:09.053Z] 4f1c88b9dad5: Download complete [2023-09-21T19:47:09.617Z] 50da416c3ac9: Verifying Checksum [2023-09-21T19:47:09.617Z] 50da416c3ac9: Download complete [2023-09-21T19:47:12.142Z] 4f1c88b9dad5: Pull complete [2023-09-21T19:47:12.400Z] ad3a456e5733: Pull complete [2023-09-21T19:47:12.400Z] 33e27b845d1e: Pull complete [2023-09-21T19:47:12.400Z] c68163c4e522: Pull complete [2023-09-21T19:47:14.925Z] 50da416c3ac9: Pull complete [2023-09-21T19:47:15.184Z] 23d2d4c4bb30: Pull complete [2023-09-21T19:47:15.184Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-21T19:47:15.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-21T19:47:15.184Z] ---> 0786185ac409 [2023-09-21T19:47:15.184Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-09-21T19:47:19.399Z] ---> Running in d2ade8f0685d [2023-09-21T19:47:19.399Z] Removing intermediate container d2ade8f0685d [2023-09-21T19:47:19.399Z] ---> 3bfc81c07bb5 [2023-09-21T19:47:19.399Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-21T19:47:19.399Z] ---> Running in e34c97eb8374 [2023-09-21T19:47:19.399Z] Removing intermediate container e34c97eb8374 [2023-09-21T19:47:19.399Z] ---> 6f99d7e7cc05 [2023-09-21T19:47:19.399Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-09-21T19:47:19.399Z] ---> Running in f4d34f37849b [2023-09-21T19:47:19.399Z] Removing intermediate container f4d34f37849b [2023-09-21T19:47:19.399Z] ---> b36d34c6ddc9 [2023-09-21T19:47:19.399Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-09-21T19:47:19.399Z] ---> Running in df372380df41 [2023-09-21T19:47:19.399Z] Removing intermediate container df372380df41 [2023-09-21T19:47:19.399Z] ---> 35dd07f75865 [2023-09-21T19:47:19.399Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-21T19:47:19.399Z] ---> Running in 658291b74dbb [2023-09-21T19:47:19.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T19:47:19.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T19:47:19.917Z] (1/13) Installing libintl (0.21.1-r7) [2023-09-21T19:47:19.917Z] (2/13) Installing eudev-libs (3.2.11-r8) [2023-09-21T19:47:19.917Z] (3/13) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-21T19:47:19.917Z] (4/13) Installing v4l-utils-libs (1.24.1-r0) [2023-09-21T19:47:19.917Z] (5/13) Installing v4l-utils (1.24.1-r0) [2023-09-21T19:47:19.917Z] (6/13) Installing libdvbv5 (1.24.1-r0) [2023-09-21T19:47:19.917Z] (7/13) Installing udev-init-scripts (35-r1) [2023-09-21T19:47:19.917Z] (8/13) Installing libblkid (2.38.1-r8) [2023-09-21T19:47:19.917Z] (9/13) Installing xz-libs (5.4.3-r0) [2023-09-21T19:47:19.917Z] (10/13) Installing kmod-libs (30-r3) [2023-09-21T19:47:19.917Z] (11/13) Installing eudev (3.2.11-r8) [2023-09-21T19:47:19.917Z] (12/13) Installing eudev-dev (3.2.11-r8) [2023-09-21T19:47:19.917Z] (13/13) Installing v4l-utils-dev (1.24.1-r0) [2023-09-21T19:47:19.917Z] Executing busybox-1.36.1-r2.trigger [2023-09-21T19:47:19.917Z] Executing eudev-3.2.11-r8.trigger [2023-09-21T19:47:19.917Z] OK: 271 MiB in 65 packages [2023-09-21T19:47:20.852Z] Removing intermediate container 658291b74dbb [2023-09-21T19:47:20.852Z] ---> 0cbfbe0c5f05 [2023-09-21T19:47:20.852Z] Step 8/13 : WORKDIR /device-usb-camera [2023-09-21T19:47:20.852Z] ---> Running in 025bf97e0cc6 [2023-09-21T19:47:20.852Z] Removing intermediate container 025bf97e0cc6 [2023-09-21T19:47:20.852Z] ---> 28ac60d4111f [2023-09-21T19:47:20.852Z] Step 9/13 : COPY go.mod vendor* ./ [2023-09-21T19:47:20.852Z] ---> 019fc68c1512 [2023-09-21T19:47:20.852Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T19:47:20.852Z] ---> Running in 200ad2212549 [2023-09-21T19:47:21.716Z] Still waiting to schedule task [2023-09-21T19:47:21.717Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-21T19:47:59.570Z] Removing intermediate container 200ad2212549 [2023-09-21T19:47:59.570Z] ---> 89479a2f53d0 [2023-09-21T19:47:59.570Z] Step 11/13 : COPY . . [2023-09-21T19:47:59.570Z] ---> f7f1c18f5c23 [2023-09-21T19:47:59.570Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-09-21T19:47:59.570Z] ---> Running in 9615f39f33ef [2023-09-21T19:47:59.570Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:47:59.570Z] Dload Upload Total Spent Left Speed [2023-09-21T19:47:59.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1253 100 1253 0 0 8949 0 --:--:-- --:--:-- --:--:-- 9014 [2023-09-21T19:47:59.570Z] Removing intermediate container 9615f39f33ef [2023-09-21T19:47:59.570Z] ---> 203e455aefaf [2023-09-21T19:47:59.570Z] Step 13/13 : RUN ${MAKE} [2023-09-21T19:47:59.570Z] ---> Running in b4316125bb92 [2023-09-21T19:47:59.570Z] noop [2023-09-21T19:47:59.570Z] Removing intermediate container b4316125bb92 [2023-09-21T19:47:59.570Z] ---> 54924e814c12 [2023-09-21T19:47:59.570Z] Successfully built 54924e814c12 [2023-09-21T19:47:59.570Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:48:00.013Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T19:48:00.013Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:48:00.161Z] prd-ubuntu20.04-docker-8c-8g-7586 does not seem to be running inside a container [2023-09-21T19:48:00.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-295 -v /w/workspace/foundry_device-usb-camera_PR-295:/w/workspace/foundry_device-usb-camera_PR-295:rw,z -v /w/workspace/foundry_device-usb-camera_PR-295@tmp:/w/workspace/foundry_device-usb-camera_PR-295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-21T19:48:00.548Z] $ docker top 2861fdcf8ed81ce6994a1f24fc34247c89bd927fc24126fd22d458813626f715 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T19:48:00.941Z] + go version [2023-09-21T19:48:00.941Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-21T19:48:00.967Z] $ docker stop --time=1 2861fdcf8ed81ce6994a1f24fc34247c89bd927fc24126fd22d458813626f715 [2023-09-21T19:48:02.245Z] $ docker rm -f --volumes 2861fdcf8ed81ce6994a1f24fc34247c89bd927fc24126fd22d458813626f715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:48:02.950Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-21T19:48:02.950Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:48:03.097Z] prd-ubuntu20.04-docker-8c-8g-7586 does not seem to be running inside a container [2023-09-21T19:48:03.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-295 -v /w/workspace/foundry_device-usb-camera_PR-295:/w/workspace/foundry_device-usb-camera_PR-295:rw,z -v /w/workspace/foundry_device-usb-camera_PR-295@tmp:/w/workspace/foundry_device-usb-camera_PR-295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-21T19:48:03.435Z] $ docker top dd98b3598e831ada8da0868d303e1f6dc07f98fcad988f484020621abb476f28 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T19:48:03.832Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-295 [Pipeline] fileExists [Pipeline] sh [2023-09-21T19:48:04.193Z] + make test [2023-09-21T19:48:04.193Z] go test ./... -coverprofile=coverage.out ./... [2023-09-21T19:48:05.570Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-09-21T19:48:15.535Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-09-21T19:48:15.535Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 4.4% of statements [2023-09-21T19:48:22.094Z] go vet ./... [2023-09-21T19:48:24.621Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T19:48:24.621Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T19:48:24.621Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T19:48:24.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-21T19:48:24.677Z] $ docker stop --time=1 dd98b3598e831ada8da0868d303e1f6dc07f98fcad988f484020621abb476f28 [2023-09-21T19:48:28.667Z] $ docker rm -f --volumes dd98b3598e831ada8da0868d303e1f6dc07f98fcad988f484020621abb476f28 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T19:48:29.178Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-21T19:48:29.246Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-09-21T19:48:29.937Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-21T19:48:30.247Z] + ls -al . [2023-09-21T19:48:30.247Z] total 220 [2023-09-21T19:48:30.247Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 21 19:48 . [2023-09-21T19:48:30.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 19:46 .. [2023-09-21T19:48:30.247Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 19:48 .git [2023-09-21T19:48:30.247Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:46 .github [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 495 Sep 21 19:46 .gitignore [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 45 Sep 21 19:46 .golangci.yml [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 77 Sep 21 19:46 .hadolint.yml [2023-09-21T19:48:30.247Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 19:47 .semver [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 10851 Sep 21 19:46 Attribution.txt [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 11903 Sep 21 19:46 CHANGELOG.md [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 2453 Sep 21 19:46 Dockerfile [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 678 Sep 21 19:46 GOVERNANCE.md [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 659 Sep 21 19:46 Jenkinsfile [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 21 19:46 LICENSE [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 2611 Sep 21 19:46 Makefile [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 622 Sep 21 19:46 OWNERS.md [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 2575 Sep 21 19:46 README.md [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 19:47 VERSION [2023-09-21T19:48:30.247Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 19:46 bin [2023-09-21T19:48:30.247Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:46 cmd [2023-09-21T19:48:30.247Z] -rw-r--r-- 1 jenkins jenkins 54703 Sep 21 19:48 coverage.out [2023-09-21T19:48:30.247Z] -rwxrwxr-x 1 jenkins jenkins 84 Sep 21 19:46 docker-entrypoint.sh [2023-09-21T19:48:30.247Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 19:46 docs [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 3952 Sep 21 19:46 go.mod [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 35513 Sep 21 19:46 go.sum [2023-09-21T19:48:30.247Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:46 internal [2023-09-21T19:48:30.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 19:46 snap [2023-09-21T19:48:30.247Z] -rw-rw-r-- 1 jenkins jenkins 231 Sep 21 19:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:48:30.672Z] + 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=f63520341f483c75324e41bcb5f7691e27f85c17 --label arch=amd64 --label version=0.0.0 . [2023-09-21T19:48:30.672Z] Sending build context to Docker daemon 2.313MB [2023-09-21T19:48:30.672Z] Step 1/36 : ARG BASE=golang:1.21-alpine3.18 [2023-09-21T19:48:30.672Z] Step 2/36 : FROM ${BASE} AS builder [2023-09-21T19:48:30.672Z] ---> 54924e814c12 [2023-09-21T19:48:30.672Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-09-21T19:48:30.931Z] ---> Running in c26e49d38af5 [2023-09-21T19:48:30.931Z] Removing intermediate container c26e49d38af5 [2023-09-21T19:48:30.931Z] ---> 1a4e37a7474f [2023-09-21T19:48:30.931Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-21T19:48:30.931Z] ---> Running in e67a362067c0 [2023-09-21T19:48:30.931Z] Removing intermediate container e67a362067c0 [2023-09-21T19:48:30.931Z] ---> 9b624729112d [2023-09-21T19:48:30.931Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-09-21T19:48:30.931Z] ---> Running in 20d437c05ba1 [2023-09-21T19:48:31.190Z] Removing intermediate container 20d437c05ba1 [2023-09-21T19:48:31.190Z] ---> 0578468faa6c [2023-09-21T19:48:31.190Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-09-21T19:48:31.190Z] ---> Running in 411eeda6371a [2023-09-21T19:48:31.190Z] Removing intermediate container 411eeda6371a [2023-09-21T19:48:31.190Z] ---> f92b3a6a83a4 [2023-09-21T19:48:31.190Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-21T19:48:31.190Z] ---> Running in b63ec8e9ea41 [2023-09-21T19:48:31.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T19:48:31.710Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T19:48:31.969Z] OK: 271 MiB in 65 packages [2023-09-21T19:48:32.231Z] Removing intermediate container b63ec8e9ea41 [2023-09-21T19:48:32.231Z] ---> 32a4b7e23f07 [2023-09-21T19:48:32.231Z] Step 8/36 : WORKDIR /device-usb-camera [2023-09-21T19:48:32.490Z] ---> Running in 2bdcba7236c5 [2023-09-21T19:48:32.490Z] Removing intermediate container 2bdcba7236c5 [2023-09-21T19:48:32.490Z] ---> 9b92b9d96ad0 [2023-09-21T19:48:32.490Z] Step 9/36 : COPY go.mod vendor* ./ [2023-09-21T19:48:32.490Z] ---> 7ee2967782ad [2023-09-21T19:48:32.490Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T19:48:32.490Z] ---> Running in 78124ed55278 [2023-09-21T19:48:33.428Z] Removing intermediate container 78124ed55278 [2023-09-21T19:48:33.428Z] ---> 3d6fc86c1d24 [2023-09-21T19:48:33.428Z] Step 11/36 : COPY . . [2023-09-21T19:48:33.688Z] ---> 8307693318f1 [2023-09-21T19:48:33.689Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-09-21T19:48:33.689Z] ---> Running in 48336105f7b0 [2023-09-21T19:48:33.948Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:48:33.948Z]  Dload Upload Total Spent Left Speed [2023-09-21T19:48:33.948Z]  0 0 0  0  0  0  0  0 --:--:-- --:--:-- --:--:--  0 100 1253 100 1253 0 0 40053 0 --:--:-- --:--:-- --:--:-- 40419 [2023-09-21T19:48:34.208Z] Removing intermediate container 48336105f7b0 [2023-09-21T19:48:34.208Z] ---> cfe14e307492 [2023-09-21T19:48:34.208Z] Step 13/36 : RUN ${MAKE} [2023-09-21T19:48:34.208Z] ---> Running in 90f0f71dddf7 [2023-09-21T19:48:34.467Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.28" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-09-21T19:48:56.395Z] Removing intermediate container 90f0f71dddf7 [2023-09-21T19:48:56.395Z] ---> afb4c72e3933 [2023-09-21T19:48:56.395Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-09-21T19:48:56.395Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-09-21T19:48:56.395Z] 4acc49c71d14: Pulling fs layer [2023-09-21T19:48:56.652Z] 4acc49c71d14: Verifying Checksum [2023-09-21T19:48:56.652Z] 4acc49c71d14: Download complete [2023-09-21T19:48:56.910Z] 4acc49c71d14: Pull complete [2023-09-21T19:48:56.910Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-09-21T19:48:56.910Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-09-21T19:48:56.910Z] ---> 01a2bd3e5fff [2023-09-21T19:48:56.910Z] Step 15/36 : FROM alpine:3.18 [2023-09-21T19:48:57.169Z] 3.18: Pulling from library/alpine [2023-09-21T19:48:57.555Z] 7264a8db6415: Already exists [2023-09-21T19:48:57.555Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T19:48:57.555Z] Status: Downloaded newer image for alpine:3.18 [2023-09-21T19:48:57.555Z] ---> 7e01a0d0a1dc [2023-09-21T19:48:57.555Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-09-21T19:48:57.813Z] ---> Running in e5f06675c916 [2023-09-21T19:48:57.813Z] Removing intermediate container e5f06675c916 [2023-09-21T19:48:57.813Z] ---> e171eddd9fcc [2023-09-21T19:48:57.813Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-09-21T19:48:57.813Z] ---> Running in 260afad5444a [2023-09-21T19:48:58.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-21T19:48:58.109Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7587 in /w/workspace/foundry_device-usb-camera_PR-295 [Pipeline] { [Pipeline] ws [2023-09-21T19:48:58.172Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2023-09-21T19:48:58.246Z] Selected Git installation does not exist. Using Default [2023-09-21T19:48:58.246Z] The recommended git tool is: NONE [2023-09-21T19:48:58.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-21T19:48:58.591Z] (1/107) Installing dumb-init (1.2.5-r2) [2023-09-21T19:48:58.591Z] (2/107) Installing sdl2 (2.26.5-r0) [2023-09-21T19:48:58.591Z] (3/107) Installing svt-av1-libs (1.6.0-r0) [2023-09-21T19:48:58.591Z] (4/107) Installing aom-libs (3.6.1-r0) [2023-09-21T19:48:58.591Z] (5/107) Installing libxau (1.0.11-r2) [2023-09-21T19:48:58.591Z] (6/107) Installing libmd (1.0.4-r2) [2023-09-21T19:48:58.591Z] (7/107) Installing libbsd (0.11.7-r1) [2023-09-21T19:48:58.851Z] (8/107) Installing libxdmcp (1.1.4-r2) [2023-09-21T19:48:58.851Z] (9/107) Installing libxcb (1.15-r1) [2023-09-21T19:48:58.851Z] (10/107) Installing libx11 (1.8.4-r4) [2023-09-21T19:48:58.851Z] (11/107) Installing hwdata-pci (0.370-r0) [2023-09-21T19:48:58.851Z] (12/107) Installing libpciaccess (0.17-r2) [2023-09-21T19:48:58.851Z] (13/107) Installing libdrm (2.4.115-r4) [2023-09-21T19:48:58.851Z] (14/107) Installing libxext (1.3.5-r2) [2023-09-21T19:48:58.851Z] (15/107) Installing libxfixes (6.0.1-r2) [2023-09-21T19:48:58.851Z] (16/107) Installing libffi (3.4.4-r2) [2023-09-21T19:48:58.851Z] (17/107) Installing wayland-libs-client (1.22.0-r2) [2023-09-21T19:48:58.851Z] (18/107) Installing libva (2.18.0-r1) [2023-09-21T19:48:58.851Z] (19/107) Installing libvdpau (1.5-r1) [2023-09-21T19:48:58.851Z] (20/107) Installing libgcc (12.2.1_git20220924-r10) [2023-09-21T19:48:58.851Z] (21/107) Installing libstdc++ (12.2.1_git20220924-r10) [2023-09-21T19:48:58.851Z] (22/107) Installing onevpl-libs (2023.2.1-r0) [2023-09-21T19:48:58.851Z] (23/107) Installing ffmpeg-libavutil (6.0-r15) [2023-09-21T19:48:58.851Z] (24/107) Installing libdav1d (1.2.1-r0) [2023-09-21T19:48:58.851Z] (25/107) Installing brotli-libs (1.0.9-r14) [2023-09-21T19:48:58.851Z] (26/107) Installing libhwy (1.0.4-r1) [2023-09-21T19:48:58.851Z] (27/107) Installing lcms2 (2.15-r2) [2023-09-21T19:48:58.851Z] (28/107) Installing libjxl (0.8.2-r0) [2023-09-21T19:48:58.851Z] (29/107) Installing lame-libs (3.100-r5) [2023-09-21T19:48:58.851Z] (30/107) Installing opus (1.4-r0) [2023-09-21T19:48:58.851Z] (31/107) Installing libgomp (12.2.1_git20220924-r10) [2023-09-21T19:48:58.851Z] (32/107) Installing soxr (0.1.3-r5) [2023-09-21T19:48:58.851Z] (33/107) Installing ffmpeg-libswresample (6.0-r15) [2023-09-21T19:48:58.851Z] (34/107) Installing libogg (1.3.5-r4) [2023-09-21T19:48:58.851Z] (35/107) Installing libtheora (1.1.1-r17) [2023-09-21T19:48:58.851Z] (36/107) Installing libvorbis (1.3.7-r1) [2023-09-21T19:48:59.109Z] (37/107) Installing libvpx (1.13.0-r1) [2023-09-21T19:48:59.109Z] (38/107) Installing libwebp (1.3.2-r0) [2023-09-21T19:48:59.109Z] (39/107) Installing x264-libs (0.164_git20220602-r1) [2023-09-21T19:48:59.109Z] (40/107) Installing numactl (2.0.16-r4) [2023-09-21T19:48:59.109Z] (41/107) Installing x265-libs (3.5-r4) [2023-09-21T19:48:59.109Z] (42/107) Installing xvidcore (1.3.7-r1) [2023-09-21T19:48:59.109Z] (43/107) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-21T19:48:59.109Z] (44/107) Installing alsa-lib (1.2.9-r1) [2023-09-21T19:48:59.109Z] (45/107) Installing libexpat (2.5.0-r1) [2023-09-21T19:48:59.109Z] (46/107) Installing libbz2 (1.0.8-r5) [2023-09-21T19:48:59.109Z] (47/107) Installing libpng (1.6.39-r3) [2023-09-21T19:48:59.109Z] (48/107) Installing freetype (2.13.0-r5) [2023-09-21T19:48:59.368Z] (49/107) Installing fontconfig (2.14.2-r3) [2023-09-21T19:48:59.368Z] (50/107) Installing fribidi (1.0.13-r0) [2023-09-21T19:48:59.368Z] (51/107) Installing libintl (0.21.1-r7) [2023-09-21T19:48:59.368Z] (52/107) Installing libblkid (2.38.1-r8) [2023-09-21T19:48:59.368Z] (53/107) Installing libmount (2.38.1-r8) [2023-09-21T19:48:59.368Z] (54/107) Installing pcre2 (10.42-r1) [2023-09-21T19:48:59.368Z] (55/107) Installing glib (2.76.4-r0) [2023-09-21T19:48:59.368Z] (56/107) Installing graphite2 (1.3.14-r5) [2023-09-21T19:48:59.368Z] (57/107) Installing harfbuzz (7.3.0-r0) [2023-09-21T19:48:59.368Z] (58/107) Installing libunibreak (5.1-r0) [2023-09-21T19:48:59.368Z] (59/107) Installing libass (0.17.1-r0) [2023-09-21T19:48:59.368Z] (60/107) Installing libbluray (1.3.4-r0) [2023-09-21T19:48:59.368Z] (61/107) Installing gmp (6.2.1-r3) [2023-09-21T19:48:59.368Z] (62/107) Installing nettle (3.8.1-r2) [2023-09-21T19:48:59.368Z] (63/107) Installing libunistring (1.1-r1) [2023-09-21T19:48:59.368Z] (64/107) Installing libidn2 (2.3.4-r1) [2023-09-21T19:48:59.368Z] (65/107) Installing p11-kit (0.24.1-r2) [2023-09-21T19:48:59.368Z] (66/107) Installing libtasn1 (4.19.0-r1) [2023-09-21T19:48:59.368Z] (67/107) Installing gnutls (3.8.0-r2) [2023-09-21T19:48:59.368Z] (68/107) Installing mpg123-libs (1.31.3-r1) [2023-09-21T19:48:59.368Z] (69/107) Installing libopenmpt (0.7.2-r0) [2023-09-21T19:48:59.368Z] (70/107) Installing cjson (1.7.15-r4) [2023-09-21T19:48:59.368Z] (71/107) Installing mbedtls (2.28.4-r0) [2023-09-21T19:48:59.368Z] (72/107) Installing librist (0.2.7-r0) [2023-09-21T19:48:59.368Z] (73/107) Installing libsrt (1.5.2-r0) [2023-09-21T19:48:59.368Z] (74/107) Installing libssh (0.10.5-r0) [2023-09-21T19:48:59.368Z] (75/107) Installing xz-libs (5.4.3-r0) [2023-09-21T19:48:59.368Z] (76/107) Installing libxml2 (2.11.4-r0) [2023-09-21T19:48:59.626Z] (77/107) Installing libsodium (1.0.18-r3) [2023-09-21T19:48:59.626Z] (78/107) Installing libzmq (4.3.4-r4) [2023-09-21T19:48:59.626Z] (79/107) Installing ffmpeg-libavformat (6.0-r15) [2023-09-21T19:48:59.626Z] (80/107) Installing glslang-libs (1.3.243.0-r1) [2023-09-21T19:48:59.626Z] (81/107) Installing spirv-tools (1.3.243.0-r1) [2023-09-21T19:48:59.626Z] (82/107) Installing shaderc (2023.3-r1) [2023-09-21T19:48:59.626Z] (83/107) Installing vulkan-loader (1.3.243.0-r1) [2023-09-21T19:48:59.626Z] (84/107) Installing libplacebo (5.264.1-r1) [2023-09-21T19:48:59.626Z] (85/107) Installing ffmpeg-libpostproc (6.0-r15) [2023-09-21T19:48:59.626Z] (86/107) Installing ffmpeg-libswscale (6.0-r15) [2023-09-21T19:48:59.626Z] (87/107) Installing vidstab (1.1.1-r0) [2023-09-21T19:48:59.626Z] (88/107) Installing zimg (3.0.5-r0) [2023-09-21T19:48:59.626Z] (89/107) Installing ffmpeg-libavfilter (6.0-r15) [2023-09-21T19:48:59.626Z] (90/107) Installing libasyncns (0.8-r1) [2023-09-21T19:48:59.626Z] (91/107) Installing dbus-libs (1.14.8-r0) [2023-09-21T19:48:59.626Z] (92/107) Installing libltdl (2.4.7-r2) [2023-09-21T19:48:59.626Z] (93/107) Installing orc (0.4.34-r0) [2023-09-21T19:48:59.626Z] (94/107) Installing flac-libs (1.4.3-r0) [2023-09-21T19:48:59.884Z] (95/107) Installing libsndfile (1.2.0-r2) [2023-09-21T19:48:59.884Z] (96/107) Installing speexdsp (1.2.1-r1) [2023-09-21T19:48:59.884Z] (97/107) Installing tdb-libs (1.4.8-r1) [2023-09-21T19:48:59.884Z] (98/107) Installing libpulse (16.1-r10) [2023-09-21T19:48:59.884Z] (99/107) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-21T19:48:59.884Z] (100/107) Installing v4l-utils-libs (1.24.1-r0) [2023-09-21T19:48:59.884Z] (101/107) Installing ffmpeg-libavdevice (6.0-r15) [2023-09-21T19:48:59.884Z] (102/107) Installing ffmpeg (6.0-r15) [2023-09-21T19:48:59.884Z] (103/107) Installing udev-init-scripts (35-r1) [2023-09-21T19:48:59.884Z] (104/107) Installing eudev-libs (3.2.11-r8) [2023-09-21T19:48:59.884Z] (105/107) Installing zstd-libs (1.5.5-r4) [2023-09-21T19:48:59.884Z] (106/107) Installing kmod-libs (30-r3) [2023-09-21T19:48:59.884Z] (107/107) Installing eudev (3.2.11-r8) [2023-09-21T19:48:59.884Z] Executing busybox-1.36.1-r2.trigger [2023-09-21T19:48:59.884Z] Executing glib-2.76.4-r0.trigger [2023-09-21T19:48:59.884Z] Executing eudev-3.2.11-r8.trigger [2023-09-21T19:48:59.884Z] OK: 131 MiB in 122 packages [2023-09-21T19:49:03.256Z] Removing intermediate container 260afad5444a [2023-09-21T19:49:03.256Z] ---> 5b96f676aeed [2023-09-21T19:49:03.256Z] Step 18/36 : WORKDIR / [2023-09-21T19:49:03.256Z] ---> Running in 03d36dd69d24 [2023-09-21T19:49:03.256Z] Removing intermediate container 03d36dd69d24 [2023-09-21T19:49:03.256Z] ---> 5c4a21f0abb7 [2023-09-21T19:49:03.256Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-09-21T19:49:03.344Z] using credential edgex-jenkins-ssh [2023-09-21T19:49:03.359Z] Cloning the remote Git repository [2023-09-21T19:49:03.401Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-09-21T19:49:03.486Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-09-21T19:49:03.608Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-09-21T19:49:03.609Z] > git --version # timeout=10 [2023-09-21T19:49:03.628Z] > git --version # 'git version 2.25.1' [2023-09-21T19:49:03.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T19:49:03.764Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T19:49:05.219Z] ---> 604eae830410 [2023-09-21T19:49:05.219Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-09-21T19:49:05.219Z] ---> 93c55df41a6b [2023-09-21T19:49:05.219Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-09-21T19:49:05.480Z] ---> c8562408816a [2023-09-21T19:49:05.480Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-09-21T19:49:05.480Z] ---> ddda9da02af0 [2023-09-21T19:49:05.480Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-09-21T19:49:05.480Z] ---> 2cd932bd93e8 [2023-09-21T19:49:05.480Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-09-21T19:49:04.597Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-09-21T19:49:04.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-21T19:49:05.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-09-21T19:49:05.457Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-09-21T19:49:05.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T19:49:05.477Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/295/head:refs/remotes/origin/PR-295 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-21T19:49:05.739Z] ---> 5de9d5bb3e31 [2023-09-21T19:49:05.739Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-09-21T19:49:06.088Z] Merging remotes/origin/main commit b907ae284758dcb5c5e92cc9fb34c829a11304c7 into PR head commit f63520341f483c75324e41bcb5f7691e27f85c17 [2023-09-21T19:49:06.357Z] Merge succeeded, producing f63520341f483c75324e41bcb5f7691e27f85c17 [2023-09-21T19:49:06.357Z] Checking out Revision f63520341f483c75324e41bcb5f7691e27f85c17 (PR-295) [2023-09-21T19:49:06.675Z] ---> f89546c91a3c [2023-09-21T19:49:06.675Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-09-21T19:49:06.675Z] ---> Running in 5948f1642b92 [2023-09-21T19:49:06.934Z] Removing intermediate container 5948f1642b92 [2023-09-21T19:49:06.934Z] ---> 8b7eb7222597 [2023-09-21T19:49:06.934Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-09-21T19:49:06.934Z] ---> Running in 6f328c5b3b0f [2023-09-21T19:49:06.103Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T19:49:06.174Z] > git checkout -f f63520341f483c75324e41bcb5f7691e27f85c17 # timeout=10 [2023-09-21T19:49:06.254Z] > git remote # timeout=10 [2023-09-21T19:49:06.276Z] > git config --get remote.origin.url # timeout=10 [2023-09-21T19:49:06.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-21T19:49:06.304Z] > git merge b907ae284758dcb5c5e92cc9fb34c829a11304c7 # timeout=10 [2023-09-21T19:49:06.328Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-21T19:49:06.360Z] > git config core.sparsecheckout # timeout=10 [2023-09-21T19:49:06.373Z] > git checkout -f f63520341f483c75324e41bcb5f7691e27f85c17 # timeout=10 [2023-09-21T19:49:07.500Z] Removing intermediate container 6f328c5b3b0f [2023-09-21T19:49:07.500Z] ---> a365adb3d66b [2023-09-21T19:49:07.500Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-09-21T19:49:07.500Z] ---> Running in b7bf180f1ebb [2023-09-21T19:49:08.067Z] Removing intermediate container b7bf180f1ebb [2023-09-21T19:49:08.067Z] ---> 48f1f56f8ae4 [2023-09-21T19:49:08.067Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-09-21T19:49:08.067Z] ---> Running in 59f0b4557a01 [2023-09-21T19:49:08.633Z] Removing intermediate container 59f0b4557a01 [2023-09-21T19:49:08.633Z] ---> 1ac63f2e9e6a [2023-09-21T19:49:08.633Z] Step 30/36 : EXPOSE 59983 [2023-09-21T19:49:08.633Z] ---> Running in 6eda57aa850d [2023-09-21T19:49:08.633Z] Removing intermediate container 6eda57aa850d [2023-09-21T19:49:08.633Z] ---> 75b15e700ad1 [2023-09-21T19:49:08.633Z] Step 31/36 : EXPOSE 8554 [2023-09-21T19:49:08.892Z] ---> Running in c958562d6c81 [2023-09-21T19:49:08.892Z] Removing intermediate container c958562d6c81 [2023-09-21T19:49:08.892Z] ---> 8da5dfbe0a29 [2023-09-21T19:49:08.892Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-09-21T19:49:08.892Z] ---> Running in b9480dce4a4c [2023-09-21T19:49:08.892Z] Removing intermediate container b9480dce4a4c [2023-09-21T19:49:08.892Z] ---> 2f011a44cbe4 [2023-09-21T19:49:08.892Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-09-21T19:49:08.892Z] ---> Running in 518bf111db37 [2023-09-21T19:49:08.892Z] Removing intermediate container 518bf111db37 [2023-09-21T19:49:08.892Z] ---> 64ae651864ec [2023-09-21T19:49:08.892Z] Step 34/36 : LABEL arch=amd64 [2023-09-21T19:49:09.151Z] ---> Running in ce3894b71440 [2023-09-21T19:49:09.151Z] Removing intermediate container ce3894b71440 [2023-09-21T19:49:09.151Z] ---> d3d699afa5d4 [2023-09-21T19:49:09.151Z] Step 35/36 : LABEL git_sha=f63520341f483c75324e41bcb5f7691e27f85c17 [2023-09-21T19:49:09.151Z] ---> Running in 5430dceff6db [2023-09-21T19:49:09.151Z] Removing intermediate container 5430dceff6db [2023-09-21T19:49:09.151Z] ---> ae9c091e4e96 [2023-09-21T19:49:09.151Z] Step 36/36 : LABEL version=0.0.0 [2023-09-21T19:49:09.151Z] ---> Running in e3ad2c87d1f3 [2023-09-21T19:49:09.151Z] Removing intermediate container e3ad2c87d1f3 [2023-09-21T19:49:09.151Z] ---> bb8e4afc9fa4 [2023-09-21T19:49:09.151Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-21T19:49:09.151Z] Successfully built bb8e4afc9fa4 [2023-09-21T19:49:09.409Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2023-09-21T19:49:09.810Z] Commit message: "fix: StreamURI values not parsed in external rtsp mode" [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [2023-09-21T19:49:09.870Z] > git --version # timeout=10 [2023-09-21T19:49:09.886Z] > git --version # 'git version 2.25.1' [2023-09-21T19:49:09.904Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:49:10.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T19:49:10.272Z] [2023-09-21T19:49:10.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:49:10.448Z] [2023-09-21T19:49:10.448Z] GitHub has been notified of this commit’s build result [2023-09-21T19:49:10.448Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-09-21T19:49:10.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T19:49:10.649Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-21T19:49:10.649Z] 5eb5b503b376: Pulling fs layer [2023-09-21T19:49:10.649Z] 5c69ac0246d0: Pulling fs layer [2023-09-21T19:49:10.649Z] ec43610c2a17: Pulling fs layer [2023-09-21T19:49:10.649Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-21T19:49:10.649Z] 3a2ae6a8a46f: Waiting [2023-09-21T19:49:10.649Z] 33b1e0a273af: Pulling fs layer [2023-09-21T19:49:10.649Z] 5d3b04190fa2: Pulling fs layer [2023-09-21T19:49:10.649Z] 2f39f015ded8: Pulling fs layer [2023-09-21T19:49:10.649Z] 33b1e0a273af: Waiting [2023-09-21T19:49:10.649Z] 5d3b04190fa2: Waiting [2023-09-21T19:49:10.649Z] 2f39f015ded8: Waiting [2023-09-21T19:49:10.649Z] 5c69ac0246d0: Download complete [2023-09-21T19:49:10.649Z] 3a2ae6a8a46f: Verifying Checksum [2023-09-21T19:49:10.649Z] 3a2ae6a8a46f: Download complete [2023-09-21T19:49:10.649Z] 33b1e0a273af: Verifying Checksum [2023-09-21T19:49:10.649Z] 33b1e0a273af: Download complete [2023-09-21T19:49:10.649Z] 5d3b04190fa2: Verifying Checksum [2023-09-21T19:49:10.649Z] 5d3b04190fa2: Download complete [2023-09-21T19:49:10.649Z] ec43610c2a17: Verifying Checksum [2023-09-21T19:49:10.649Z] ec43610c2a17: Download complete [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T19:49:10.908Z] 5eb5b503b376: Verifying Checksum [2023-09-21T19:49:10.908Z] 5eb5b503b376: Download complete [2023-09-21T19:49:11.194Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-21T19:49:11.194Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:49:11.194Z] Dload Upload Total Spent Left Speed [2023-09-21T19:49:11.194Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 96598 [2023-09-21T19:49:11.474Z] 2f39f015ded8: Download complete [Pipeline] sh [2023-09-21T19:49:11.878Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-21T19:49:12.039Z] 5eb5b503b376: Pull complete [2023-09-21T19:49:12.039Z] 5c69ac0246d0: Pull complete [2023-09-21T19:49:12.223Z] + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new [2023-09-21T19:49:12.224Z] [2023-09-21T19:49:12.224Z] { [2023-09-21T19:49:12.224Z] "registry-mirrors": [ [2023-09-21T19:49:12.224Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-21T19:49:12.224Z] ], [2023-09-21T19:49:12.224Z] "bip": "10.250.0.254/24", [2023-09-21T19:49:12.224Z] "hosts": [ [2023-09-21T19:49:12.224Z] "tcp://0.0.0.0:5555", [2023-09-21T19:49:12.224Z] "unix:///var/run/docker.sock" [2023-09-21T19:49:12.224Z] ], [2023-09-21T19:49:12.224Z] "mtu": 1458, [2023-09-21T19:49:12.224Z] "selinux-enabled": true, [2023-09-21T19:49:12.224Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-21T19:49:12.224Z] } [Pipeline] sh [2023-09-21T19:49:12.565Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-21T19:49:12.604Z] ec43610c2a17: Pull complete [2023-09-21T19:49:12.604Z] 3a2ae6a8a46f: Pull complete [2023-09-21T19:49:12.861Z] 33b1e0a273af: Pull complete [2023-09-21T19:49:12.861Z] 5d3b04190fa2: Pull complete [2023-09-21T19:49:12.907Z] + sudo service docker restart [2023-09-21T19:49:17.040Z] 2f39f015ded8: Pull complete [2023-09-21T19:49:17.040Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-21T19:49:17.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T19:49:17.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:49:17.269Z] prd-ubuntu20.04-docker-8c-8g-7586 does not seem to be running inside a container [2023-09-21T19:49:17.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-295 -v /w/workspace/foundry_device-usb-camera_PR-295:/w/workspace/foundry_device-usb-camera_PR-295:rw,z -v /w/workspace/foundry_device-usb-camera_PR-295@tmp:/w/workspace/foundry_device-usb-camera_PR-295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-21T19:49:21.396Z] $ docker top 9ccb4c97f170031f64ae814c5ba52cb762cfb1b56ade20c2c2758a7c0b4a8ceb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:49:21.859Z] ---> job-cost.sh [2023-09-21T19:49:21.859Z] lf-activate-venv: SKIPPING [2023-09-21T19:49:21.859Z] INFO: No Stack... [2023-09-21T19:49:22.119Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-21T19:49:22.687Z] INFO: Archiving Costs [Pipeline] sh [2023-09-21T19:49:23.002Z] + cat /w/workspace/foundry_device-usb-camera_PR-295/archives/cost.csv [2023-09-21T19:49:23.002Z] + cut -d, -f6 [Pipeline] lock [2023-09-21T19:49:23.039Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [2023-09-21T19:49:23.044Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] did not exist. Created. [2023-09-21T19:49:23.045Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-21T19:49:23.431Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-21T19:49:23.482Z] Stashed 1 file(s) [Pipeline] } [2023-09-21T19:49:23.514Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-21T19:49:23.595Z] $ docker stop --time=1 9ccb4c97f170031f64ae814c5ba52cb762cfb1b56ade20c2c2758a7c0b4a8ceb [2023-09-21T19:49:24.732Z] $ docker rm -f --volumes 9ccb4c97f170031f64ae814c5ba52cb762cfb1b56ade20c2c2758a7c0b4a8ceb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T19:49:31.218Z] provisioning config files... [2023-09-21T19:49:31.242Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config2929907926975468040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:49:31.623Z] ---> docker-login.sh [2023-09-21T19:49:31.623Z] nexus3.edgexfoundry.org:10001 [2023-09-21T19:49:31.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:49:32.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:49:32.163Z] Configure a credential helper to remove this warning. See [2023-09-21T19:49:32.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:49:32.163Z] [2023-09-21T19:49:32.163Z] Login Succeeded [2023-09-21T19:49:32.163Z] nexus3.edgexfoundry.org:10002 [2023-09-21T19:49:32.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:49:32.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:49:32.432Z] Configure a credential helper to remove this warning. See [2023-09-21T19:49:32.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:49:32.432Z] [2023-09-21T19:49:32.432Z] Login Succeeded [2023-09-21T19:49:32.432Z] nexus3.edgexfoundry.org:10003 [2023-09-21T19:49:32.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:49:32.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:49:32.969Z] Configure a credential helper to remove this warning. See [2023-09-21T19:49:32.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:49:32.969Z] [2023-09-21T19:49:32.969Z] Login Succeeded [2023-09-21T19:49:32.969Z] nexus3.edgexfoundry.org:10004 [2023-09-21T19:49:33.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:49:33.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:49:33.241Z] Configure a credential helper to remove this warning. See [2023-09-21T19:49:33.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:49:33.241Z] [2023-09-21T19:49:33.241Z] Login Succeeded [2023-09-21T19:49:33.241Z] docker.io [2023-09-21T19:49:33.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-21T19:49:33.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-21T19:49:33.774Z] Configure a credential helper to remove this warning. See [2023-09-21T19:49:33.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-21T19:49:33.774Z] [2023-09-21T19:49:33.774Z] Login Succeeded [2023-09-21T19:49:33.774Z] ---> docker-login.sh ends [Pipeline] } [2023-09-21T19:49:33.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-21T19:49:34.148Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T19:49:34.187Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-21T19:49:34.218Z] ========================================================= [2023-09-21T19:49:34.218Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-21T19:49:34.218Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:49:34.705Z] + 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 . [2023-09-21T19:49:34.973Z] Sending build context to Docker daemon 1.358MB [2023-09-21T19:49:34.973Z] Step 1/13 : ARG BASE=golang:1.21-alpine3.18 [2023-09-21T19:49:34.973Z] Step 2/13 : FROM ${BASE} AS builder [2023-09-21T19:49:35.242Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-21T19:49:35.242Z] 9fda8d8052c6: Pulling fs layer [2023-09-21T19:49:35.242Z] 5d54e960e981: Pulling fs layer [2023-09-21T19:49:35.242Z] c4a7e357bf2a: Pulling fs layer [2023-09-21T19:49:35.242Z] f0e02332f6b5: Pulling fs layer [2023-09-21T19:49:35.242Z] cefa15bbcfad: Pulling fs layer [2023-09-21T19:49:35.242Z] 17808c966233: Pulling fs layer [2023-09-21T19:49:35.242Z] f4c1fc716caa: Pulling fs layer [2023-09-21T19:49:35.242Z] cefa15bbcfad: Waiting [2023-09-21T19:49:35.242Z] 17808c966233: Waiting [2023-09-21T19:49:35.242Z] f0e02332f6b5: Waiting [2023-09-21T19:49:35.242Z] f4c1fc716caa: Waiting [2023-09-21T19:49:35.242Z] 5d54e960e981: Verifying Checksum [2023-09-21T19:49:35.242Z] 5d54e960e981: Download complete [2023-09-21T19:49:35.242Z] f0e02332f6b5: Verifying Checksum [2023-09-21T19:49:35.242Z] f0e02332f6b5: Download complete [2023-09-21T19:49:35.242Z] cefa15bbcfad: Download complete [2023-09-21T19:49:35.242Z] 9fda8d8052c6: Verifying Checksum [2023-09-21T19:49:35.242Z] 9fda8d8052c6: Download complete [2023-09-21T19:49:35.512Z] f4c1fc716caa: Verifying Checksum [2023-09-21T19:49:35.512Z] f4c1fc716caa: Download complete [2023-09-21T19:49:36.111Z] 9fda8d8052c6: Pull complete [2023-09-21T19:49:36.694Z] 5d54e960e981: Pull complete [2023-09-21T19:49:36.963Z] c4a7e357bf2a: Verifying Checksum [2023-09-21T19:49:36.963Z] c4a7e357bf2a: Download complete [2023-09-21T19:49:37.932Z] 17808c966233: Verifying Checksum [2023-09-21T19:49:37.932Z] 17808c966233: Download complete [2023-09-21T19:49:48.030Z] c4a7e357bf2a: Pull complete [2023-09-21T19:49:48.030Z] f0e02332f6b5: Pull complete [2023-09-21T19:49:48.030Z] cefa15bbcfad: Pull complete [2023-09-21T19:49:54.691Z] 17808c966233: Pull complete [2023-09-21T19:49:56.113Z] f4c1fc716caa: Pull complete [2023-09-21T19:49:56.113Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-21T19:49:56.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-21T19:49:56.113Z] ---> ea914061e18c [2023-09-21T19:49:56.113Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-09-21T19:49:58.063Z] ---> Running in ed51dc1a51b5 [2023-09-21T19:49:58.063Z] Removing intermediate container ed51dc1a51b5 [2023-09-21T19:49:58.063Z] ---> 34211cec18e9 [2023-09-21T19:49:58.063Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-21T19:49:58.063Z] ---> Running in 71a45c59ac5f [2023-09-21T19:49:58.330Z] Removing intermediate container 71a45c59ac5f [2023-09-21T19:49:58.330Z] ---> 5ac7d3fad288 [2023-09-21T19:49:58.330Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-09-21T19:49:58.330Z] ---> Running in 6426e697d11b [2023-09-21T19:49:58.599Z] Removing intermediate container 6426e697d11b [2023-09-21T19:49:58.599Z] ---> d9abc1d4d7f9 [2023-09-21T19:49:58.599Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-09-21T19:49:58.876Z] ---> Running in 994f6915fd52 [2023-09-21T19:49:59.143Z] Removing intermediate container 994f6915fd52 [2023-09-21T19:49:59.143Z] ---> 9d8139d13293 [2023-09-21T19:49:59.143Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-21T19:49:59.143Z] ---> Running in e1427d585e78 [2023-09-21T19:50:00.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T19:50:00.702Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T19:50:01.661Z] (1/13) Installing libintl (0.21.1-r7) [2023-09-21T19:50:01.661Z] (2/13) Installing eudev-libs (3.2.11-r8) [2023-09-21T19:50:01.661Z] (3/13) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-21T19:50:01.661Z] (4/13) Installing v4l-utils-libs (1.24.1-r0) [2023-09-21T19:50:01.661Z] (5/13) Installing v4l-utils (1.24.1-r0) [2023-09-21T19:50:01.661Z] (6/13) Installing libdvbv5 (1.24.1-r0) [2023-09-21T19:50:01.661Z] (7/13) Installing udev-init-scripts (35-r1) [2023-09-21T19:50:01.661Z] (8/13) Installing libblkid (2.38.1-r8) [2023-09-21T19:50:01.661Z] (9/13) Installing xz-libs (5.4.3-r0) [2023-09-21T19:50:01.661Z] (10/13) Installing kmod-libs (30-r3) [2023-09-21T19:50:01.661Z] (11/13) Installing eudev (3.2.11-r8) [2023-09-21T19:50:01.661Z] (12/13) Installing eudev-dev (3.2.11-r8) [2023-09-21T19:50:01.661Z] (13/13) Installing v4l-utils-dev (1.24.1-r0) [2023-09-21T19:50:01.661Z] Executing busybox-1.36.1-r2.trigger [2023-09-21T19:50:01.926Z] Executing eudev-3.2.11-r8.trigger [2023-09-21T19:50:01.926Z] OK: 273 MiB in 65 packages [2023-09-21T19:50:02.886Z] Removing intermediate container e1427d585e78 [2023-09-21T19:50:02.886Z] ---> 33b2744c01c1 [2023-09-21T19:50:02.886Z] Step 8/13 : WORKDIR /device-usb-camera [2023-09-21T19:50:02.886Z] ---> Running in c33fd5ea6761 [2023-09-21T19:50:03.153Z] Removing intermediate container c33fd5ea6761 [2023-09-21T19:50:03.153Z] ---> 96d260e8dba2 [2023-09-21T19:50:03.153Z] Step 9/13 : COPY go.mod vendor* ./ [2023-09-21T19:50:03.735Z] ---> bd6001694c52 [2023-09-21T19:50:03.735Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T19:50:03.735Z] ---> Running in 185d88cf5492 [2023-09-21T19:51:25.328Z] Removing intermediate container 185d88cf5492 [2023-09-21T19:51:25.328Z] ---> 0e0486109923 [2023-09-21T19:51:25.328Z] Step 11/13 : COPY . . [2023-09-21T19:51:25.328Z] ---> 7c4ef471df9d [2023-09-21T19:51:25.328Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-09-21T19:51:25.329Z] ---> Running in f94a223f996b [2023-09-21T19:51:25.329Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:51:25.329Z]  Dload Upload Total Spent Left Speed [2023-09-21T19:51:25.329Z] 0 0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1253 100 1253 0 0 9952 0 --:--:-- --:--:-- --:--:-- 10024 [2023-09-21T19:51:25.329Z] Removing intermediate container f94a223f996b [2023-09-21T19:51:25.329Z] ---> 93d128e4e9a5 [2023-09-21T19:51:25.329Z] Step 13/13 : RUN ${MAKE} [2023-09-21T19:51:25.329Z] ---> Running in c0fa24e814b0 [2023-09-21T19:51:25.329Z] noop [2023-09-21T19:51:25.329Z] Removing intermediate container c0fa24e814b0 [2023-09-21T19:51:25.329Z] ---> 959e6d356546 [2023-09-21T19:51:25.329Z] Successfully built 959e6d356546 [2023-09-21T19:51:25.329Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:51:25.800Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T19:51:25.800Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:51:26.068Z] prd-ubuntu20.04-docker-arm64-4c-16g-7587 does not seem to be running inside a container [2023-09-21T19:51:26.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-21T19:51:27.282Z] $ docker top 94d4841f4d8871d55382a5e4254ad4b3cbcd20cde9bf8fab1664c6dfc20094ac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T19:51:28.147Z] + go version [2023-09-21T19:51:28.147Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-21T19:51:28.191Z] $ docker stop --time=1 94d4841f4d8871d55382a5e4254ad4b3cbcd20cde9bf8fab1664c6dfc20094ac [2023-09-21T19:51:29.795Z] $ docker rm -f --volumes 94d4841f4d8871d55382a5e4254ad4b3cbcd20cde9bf8fab1664c6dfc20094ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:51:30.619Z] + docker inspect -f . ci-base-image-arm64 [2023-09-21T19:51:30.619Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:51:30.856Z] prd-ubuntu20.04-docker-arm64-4c-16g-7587 does not seem to be running inside a container [2023-09-21T19:51:30.920Z] $ 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/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-21T19:51:32.059Z] $ docker top b2118f996cabfacad25149da0a2e02314dca5f76dacc4f28583f6fb31eb29b64 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T19:51:32.599Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-09-21T19:51:32.988Z] + make test [2023-09-21T19:51:32.988Z] go test ./... -coverprofile=coverage.out ./... [2023-09-21T19:51:37.251Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-09-21T19:53:13.912Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-09-21T19:53:14.185Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.087s coverage: 4.4% of statements [2023-09-21T19:53:14.772Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-21T19:53:14.772Z] go vet ./... [2023-09-21T19:53:47.001Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-21T19:53:47.001Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-21T19:53:47.001Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-21T19:53:47.036Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-21T19:53:47.077Z] $ docker stop --time=1 b2118f996cabfacad25149da0a2e02314dca5f76dacc4f28583f6fb31eb29b64 [2023-09-21T19:53:49.085Z] $ docker rm -f --volumes b2118f996cabfacad25149da0a2e02314dca5f76dacc4f28583f6fb31eb29b64 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-21T19:53:50.288Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-21T19:53:50.329Z] Warning: overwriting stash ‘coverage-report’ [2023-09-21T19:53:50.835Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-21T19:53:51.506Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-21T19:53:51.839Z] + ls -al . [2023-09-21T19:53:51.839Z] total 216 [2023-09-21T19:53:51.839Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 21 19:51 . [2023-09-21T19:53:51.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 19:49 .. [2023-09-21T19:53:51.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 19:49 .git [2023-09-21T19:53:51.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:49 .github [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 495 Sep 21 19:49 .gitignore [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 45 Sep 21 19:49 .golangci.yml [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 77 Sep 21 19:49 .hadolint.yml [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 10851 Sep 21 19:49 Attribution.txt [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 11903 Sep 21 19:49 CHANGELOG.md [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 2453 Sep 21 19:49 Dockerfile [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 678 Sep 21 19:49 GOVERNANCE.md [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 659 Sep 21 19:49 Jenkinsfile [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 21 19:49 LICENSE [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 2611 Sep 21 19:49 Makefile [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 622 Sep 21 19:49 OWNERS.md [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 2575 Sep 21 19:49 README.md [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 19:47 VERSION [2023-09-21T19:53:51.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 19:49 bin [2023-09-21T19:53:51.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:49 cmd [2023-09-21T19:53:51.839Z] -rw-r--r-- 1 jenkins jenkins 54703 Sep 21 19:53 coverage.out [2023-09-21T19:53:51.839Z] -rwxrwxr-x 1 jenkins jenkins 84 Sep 21 19:49 docker-entrypoint.sh [2023-09-21T19:53:51.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 19:49 docs [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 3952 Sep 21 19:49 go.mod [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 35513 Sep 21 19:49 go.sum [2023-09-21T19:53:51.839Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 19:49 internal [2023-09-21T19:53:51.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 19:49 snap [2023-09-21T19:53:51.839Z] -rw-rw-r-- 1 jenkins jenkins 231 Sep 21 19:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:53:52.259Z] + 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=f63520341f483c75324e41bcb5f7691e27f85c17 --label arch=arm64 --label version=0.0.0 . [2023-09-21T19:53:52.528Z] Sending build context to Docker daemon 1.414MB [2023-09-21T19:53:52.528Z] Step 1/36 : ARG BASE=golang:1.21-alpine3.18 [2023-09-21T19:53:52.528Z] Step 2/36 : FROM ${BASE} AS builder [2023-09-21T19:53:52.528Z] ---> 959e6d356546 [2023-09-21T19:53:52.528Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-09-21T19:53:53.110Z] ---> Running in 31c0fd0f1e2e [2023-09-21T19:53:53.380Z] Removing intermediate container 31c0fd0f1e2e [2023-09-21T19:53:53.380Z] ---> 5ecbf8c4aa88 [2023-09-21T19:53:53.380Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-21T19:53:53.380Z] ---> Running in bf29dca15e72 [2023-09-21T19:53:53.795Z] Removing intermediate container bf29dca15e72 [2023-09-21T19:53:53.795Z] ---> 8dbf5c99f0d3 [2023-09-21T19:53:53.795Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-09-21T19:53:53.795Z] ---> Running in 90f477d46998 [2023-09-21T19:53:54.421Z] Removing intermediate container 90f477d46998 [2023-09-21T19:53:54.421Z] ---> 7a7bb902728c [2023-09-21T19:53:54.421Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-09-21T19:53:54.421Z] ---> Running in c9934cfecacf [2023-09-21T19:53:54.704Z] Removing intermediate container c9934cfecacf [2023-09-21T19:53:54.704Z] ---> 0a22a07bde4d [2023-09-21T19:53:54.704Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-21T19:53:54.704Z] ---> Running in 7d38c3cd7f4e [2023-09-21T19:53:57.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T19:53:57.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T19:53:58.637Z] OK: 273 MiB in 65 packages [2023-09-21T19:53:59.611Z] Removing intermediate container 7d38c3cd7f4e [2023-09-21T19:53:59.611Z] ---> 428d9aae6a35 [2023-09-21T19:53:59.611Z] Step 8/36 : WORKDIR /device-usb-camera [2023-09-21T19:53:59.611Z] ---> Running in 72b727d54c71 [2023-09-21T19:54:00.212Z] Removing intermediate container 72b727d54c71 [2023-09-21T19:54:00.212Z] ---> 4a9dd09667b6 [2023-09-21T19:54:00.212Z] Step 9/36 : COPY go.mod vendor* ./ [2023-09-21T19:54:00.802Z] ---> 1829a84f15f3 [2023-09-21T19:54:00.802Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-21T19:54:00.802Z] ---> Running in 0da85c619caa [2023-09-21T19:54:04.149Z] Removing intermediate container 0da85c619caa [2023-09-21T19:54:04.149Z] ---> 42630cc65c40 [2023-09-21T19:54:04.149Z] Step 11/36 : COPY . . [2023-09-21T19:54:06.738Z] ---> 4d2734069157 [2023-09-21T19:54:06.738Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-09-21T19:54:06.738Z] ---> Running in 5c74c3f2f255 [2023-09-21T19:54:07.702Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:54:07.702Z] Dload Upload Total Spent Left Speed [2023-09-21T19:54:07.702Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1253 100 1253 0 0 6007 0 --:--:-- --:--:-- --:--:-- 6112 [2023-09-21T19:54:08.673Z] Removing intermediate container 5c74c3f2f255 [2023-09-21T19:54:08.673Z] ---> 3639e9ba3601 [2023-09-21T19:54:08.673Z] Step 13/36 : RUN ${MAKE} [2023-09-21T19:54:08.673Z] ---> Running in ab18dbda6136 [2023-09-21T19:54:09.643Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.28" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-09-21T19:56:16.353Z] Removing intermediate container ab18dbda6136 [2023-09-21T19:56:16.353Z] ---> aac46db24a6e [2023-09-21T19:56:16.353Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-09-21T19:56:16.353Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-09-21T19:56:16.353Z] 8766b47fe142: Pulling fs layer [2023-09-21T19:56:16.353Z] 8766b47fe142: Verifying Checksum [2023-09-21T19:56:16.353Z] 8766b47fe142: Download complete [2023-09-21T19:56:16.353Z] 8766b47fe142: Pull complete [2023-09-21T19:56:16.353Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-09-21T19:56:16.353Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-09-21T19:56:16.353Z] ---> 69d40e2cb93c [2023-09-21T19:56:16.353Z] Step 15/36 : FROM alpine:3.18 [2023-09-21T19:56:16.618Z] 3.18: Pulling from library/alpine [2023-09-21T19:56:16.618Z] 9fda8d8052c6: Already exists [2023-09-21T19:56:16.885Z] Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-21T19:56:16.885Z] Status: Downloaded newer image for alpine:3.18 [2023-09-21T19:56:16.885Z] ---> f6648c04cd6c [2023-09-21T19:56:16.885Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-09-21T19:56:16.885Z] ---> Running in d11cf08149fb [2023-09-21T19:56:17.153Z] Removing intermediate container d11cf08149fb [2023-09-21T19:56:17.153Z] ---> de78ca3936d0 [2023-09-21T19:56:17.153Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-09-21T19:56:17.153Z] ---> Running in ae8109a8e76b [2023-09-21T19:56:18.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-21T19:56:18.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-21T19:56:19.655Z] (1/104) Installing dumb-init (1.2.5-r2) [2023-09-21T19:56:19.655Z] (2/104) Installing sdl2 (2.26.5-r0) [2023-09-21T19:56:19.923Z] (3/104) Installing svt-av1-libs (1.6.0-r0) [2023-09-21T19:56:19.923Z] (4/104) Installing aom-libs (3.6.1-r0) [2023-09-21T19:56:20.190Z] (5/104) Installing libxau (1.0.11-r2) [2023-09-21T19:56:20.190Z] (6/104) Installing libmd (1.0.4-r2) [2023-09-21T19:56:20.190Z] (7/104) Installing libbsd (0.11.7-r1) [2023-09-21T19:56:20.190Z] (8/104) Installing libxdmcp (1.1.4-r2) [2023-09-21T19:56:20.190Z] (9/104) Installing libxcb (1.15-r1) [2023-09-21T19:56:20.190Z] (10/104) Installing libx11 (1.8.4-r4) [2023-09-21T19:56:20.456Z] (11/104) Installing libdrm (2.4.115-r4) [2023-09-21T19:56:20.456Z] (12/104) Installing libxext (1.3.5-r2) [2023-09-21T19:56:20.456Z] (13/104) Installing libxfixes (6.0.1-r2) [2023-09-21T19:56:20.456Z] (14/104) Installing libffi (3.4.4-r2) [2023-09-21T19:56:20.456Z] (15/104) Installing wayland-libs-client (1.22.0-r2) [2023-09-21T19:56:20.456Z] (16/104) Installing libva (2.18.0-r1) [2023-09-21T19:56:20.456Z] (17/104) Installing libvdpau (1.5-r1) [2023-09-21T19:56:20.456Z] (18/104) Installing ffmpeg-libavutil (6.0-r15) [2023-09-21T19:56:20.456Z] (19/104) Installing libdav1d (1.2.1-r0) [2023-09-21T19:56:20.456Z] (20/104) Installing brotli-libs (1.0.9-r14) [2023-09-21T19:56:20.456Z] (21/104) Installing libgcc (12.2.1_git20220924-r10) [2023-09-21T19:56:20.456Z] (22/104) Installing libstdc++ (12.2.1_git20220924-r10) [2023-09-21T19:56:20.722Z] (23/104) Installing libhwy (1.0.4-r1) [2023-09-21T19:56:20.722Z] (24/104) Installing lcms2 (2.15-r2) [2023-09-21T19:56:20.722Z] (25/104) Installing libjxl (0.8.2-r0) [2023-09-21T19:56:20.722Z] (26/104) Installing lame-libs (3.100-r5) [2023-09-21T19:56:20.722Z] (27/104) Installing opus (1.4-r0) [2023-09-21T19:56:20.722Z] (28/104) Installing libgomp (12.2.1_git20220924-r10) [2023-09-21T19:56:20.722Z] (29/104) Installing soxr (0.1.3-r5) [2023-09-21T19:56:20.722Z] (30/104) Installing ffmpeg-libswresample (6.0-r15) [2023-09-21T19:56:20.722Z] (31/104) Installing libogg (1.3.5-r4) [2023-09-21T19:56:20.722Z] (32/104) Installing libtheora (1.1.1-r17) [2023-09-21T19:56:20.723Z] (33/104) Installing libvorbis (1.3.7-r1) [2023-09-21T19:56:20.723Z] (34/104) Installing libvpx (1.13.0-r1) [2023-09-21T19:56:20.988Z] (35/104) Installing libwebp (1.3.2-r0) [2023-09-21T19:56:20.988Z] (36/104) Installing x264-libs (0.164_git20220602-r1) [2023-09-21T19:56:20.988Z] (37/104) Installing numactl (2.0.16-r4) [2023-09-21T19:56:20.988Z] (38/104) Installing x265-libs (3.5-r4) [2023-09-21T19:56:21.254Z] (39/104) Installing xvidcore (1.3.7-r1) [2023-09-21T19:56:21.254Z] (40/104) Installing ffmpeg-libavcodec (6.0-r15) [2023-09-21T19:56:21.520Z] (41/104) Installing alsa-lib (1.2.9-r1) [2023-09-21T19:56:21.521Z] (42/104) Installing libexpat (2.5.0-r1) [2023-09-21T19:56:21.521Z] (43/104) Installing libbz2 (1.0.8-r5) [2023-09-21T19:56:21.521Z] (44/104) Installing libpng (1.6.39-r3) [2023-09-21T19:56:21.521Z] (45/104) Installing freetype (2.13.0-r5) [2023-09-21T19:56:21.521Z] (46/104) Installing fontconfig (2.14.2-r3) [2023-09-21T19:56:21.521Z] (47/104) Installing fribidi (1.0.13-r0) [2023-09-21T19:56:21.521Z] (48/104) Installing libintl (0.21.1-r7) [2023-09-21T19:56:21.521Z] (49/104) Installing libblkid (2.38.1-r8) [2023-09-21T19:56:21.521Z] (50/104) Installing libmount (2.38.1-r8) [2023-09-21T19:56:21.787Z] (51/104) Installing pcre2 (10.42-r1) [2023-09-21T19:56:21.787Z] (52/104) Installing glib (2.76.4-r0) [2023-09-21T19:56:21.787Z] (53/104) Installing graphite2 (1.3.14-r5) [2023-09-21T19:56:21.787Z] (54/104) Installing harfbuzz (7.3.0-r0) [2023-09-21T19:56:21.787Z] (55/104) Installing libunibreak (5.1-r0) [2023-09-21T19:56:21.787Z] (56/104) Installing libass (0.17.1-r0) [2023-09-21T19:56:21.787Z] (57/104) Installing libbluray (1.3.4-r0) [2023-09-21T19:56:21.787Z] (58/104) Installing gmp (6.2.1-r3) [2023-09-21T19:56:21.787Z] (59/104) Installing nettle (3.8.1-r2) [2023-09-21T19:56:22.054Z] (60/104) Installing libunistring (1.1-r1) [2023-09-21T19:56:22.054Z] (61/104) Installing libidn2 (2.3.4-r1) [2023-09-21T19:56:22.054Z] (62/104) Installing p11-kit (0.24.1-r2) [2023-09-21T19:56:22.054Z] (63/104) Installing libtasn1 (4.19.0-r1) [2023-09-21T19:56:22.054Z] (64/104) Installing gnutls (3.8.0-r2) [2023-09-21T19:56:22.054Z] (65/104) Installing mpg123-libs (1.31.3-r1) [2023-09-21T19:56:22.054Z] (66/104) Installing libopenmpt (0.7.2-r0) [2023-09-21T19:56:22.054Z] (67/104) Installing cjson (1.7.15-r4) [2023-09-21T19:56:22.054Z] (68/104) Installing mbedtls (2.28.4-r0) [2023-09-21T19:56:22.054Z] (69/104) Installing librist (0.2.7-r0) [2023-09-21T19:56:22.054Z] (70/104) Installing libsrt (1.5.2-r0) [2023-09-21T19:56:22.319Z] (71/104) Installing libssh (0.10.5-r0) [2023-09-21T19:56:22.319Z] (72/104) Installing xz-libs (5.4.3-r0) [2023-09-21T19:56:22.319Z] (73/104) Installing libxml2 (2.11.4-r0) [2023-09-21T19:56:22.319Z] (74/104) Installing libsodium (1.0.18-r3) [2023-09-21T19:56:22.319Z] (75/104) Installing libzmq (4.3.4-r4) [2023-09-21T19:56:22.319Z] (76/104) Installing ffmpeg-libavformat (6.0-r15) [2023-09-21T19:56:22.319Z] (77/104) Installing glslang-libs (1.3.243.0-r1) [2023-09-21T19:56:22.586Z] (78/104) Installing spirv-tools (1.3.243.0-r1) [2023-09-21T19:56:22.853Z] (79/104) Installing shaderc (2023.3-r1) [2023-09-21T19:56:22.853Z] (80/104) Installing vulkan-loader (1.3.243.0-r1) [2023-09-21T19:56:22.853Z] (81/104) Installing libplacebo (5.264.1-r1) [2023-09-21T19:56:22.853Z] (82/104) Installing ffmpeg-libpostproc (6.0-r15) [2023-09-21T19:56:22.853Z] (83/104) Installing ffmpeg-libswscale (6.0-r15) [2023-09-21T19:56:22.853Z] (84/104) Installing vidstab (1.1.1-r0) [2023-09-21T19:56:22.853Z] (85/104) Installing zimg (3.0.5-r0) [2023-09-21T19:56:22.853Z] (86/104) Installing ffmpeg-libavfilter (6.0-r15) [2023-09-21T19:56:23.120Z] (87/104) Installing libasyncns (0.8-r1) [2023-09-21T19:56:23.120Z] (88/104) Installing dbus-libs (1.14.8-r0) [2023-09-21T19:56:23.120Z] (89/104) Installing libltdl (2.4.7-r2) [2023-09-21T19:56:23.120Z] (90/104) Installing orc (0.4.34-r0) [2023-09-21T19:56:23.120Z] (91/104) Installing flac-libs (1.4.3-r0) [2023-09-21T19:56:23.120Z] (92/104) Installing libsndfile (1.2.0-r2) [2023-09-21T19:56:23.120Z] (93/104) Installing speexdsp (1.2.1-r1) [2023-09-21T19:56:23.120Z] (94/104) Installing tdb-libs (1.4.8-r1) [2023-09-21T19:56:23.120Z] (95/104) Installing libpulse (16.1-r10) [2023-09-21T19:56:23.120Z] (96/104) Installing libjpeg-turbo (2.1.5.1-r3) [2023-09-21T19:56:23.120Z] (97/104) Installing v4l-utils-libs (1.24.1-r0) [2023-09-21T19:56:23.388Z] (98/104) Installing ffmpeg-libavdevice (6.0-r15) [2023-09-21T19:56:23.388Z] (99/104) Installing ffmpeg (6.0-r15) [2023-09-21T19:56:23.388Z] (100/104) Installing udev-init-scripts (35-r1) [2023-09-21T19:56:23.388Z] (101/104) Installing eudev-libs (3.2.11-r8) [2023-09-21T19:56:23.388Z] (102/104) Installing zstd-libs (1.5.5-r4) [2023-09-21T19:56:23.388Z] (103/104) Installing kmod-libs (30-r3) [2023-09-21T19:56:23.388Z] (104/104) Installing eudev (3.2.11-r8) [2023-09-21T19:56:23.388Z] Executing busybox-1.36.1-r2.trigger [2023-09-21T19:56:23.388Z] Executing glib-2.76.4-r0.trigger [2023-09-21T19:56:23.388Z] Executing eudev-3.2.11-r8.trigger [2023-09-21T19:56:23.388Z] OK: 110 MiB in 119 packages [2023-09-21T19:56:27.636Z] Removing intermediate container ae8109a8e76b [2023-09-21T19:56:27.636Z] ---> 75f7cf5e226d [2023-09-21T19:56:27.636Z] Step 18/36 : WORKDIR / [2023-09-21T19:56:27.636Z] ---> Running in f58be5c1c502 [2023-09-21T19:56:27.636Z] Removing intermediate container f58be5c1c502 [2023-09-21T19:56:27.636Z] ---> 33b4f9680b96 [2023-09-21T19:56:27.636Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-09-21T19:56:29.064Z] ---> eb1a76fd07bc [2023-09-21T19:56:29.064Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-09-21T19:56:29.331Z] ---> 7282b2c39277 [2023-09-21T19:56:29.331Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-09-21T19:56:29.918Z] ---> 43bb6ab56e92 [2023-09-21T19:56:29.918Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-09-21T19:56:30.186Z] ---> 988096916105 [2023-09-21T19:56:30.186Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-09-21T19:56:30.769Z] ---> 49077944430b [2023-09-21T19:56:30.769Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-09-21T19:56:31.353Z] ---> 71077aa666e7 [2023-09-21T19:56:31.353Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-09-21T19:56:33.928Z] ---> 0fbdb8159e7e [2023-09-21T19:56:33.928Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-09-21T19:56:33.928Z] ---> Running in 6e14a30a8270 [2023-09-21T19:56:35.870Z] Removing intermediate container 6e14a30a8270 [2023-09-21T19:56:35.870Z] ---> 2e6db7af8721 [2023-09-21T19:56:35.870Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-09-21T19:56:35.870Z] ---> Running in a02664fcf8f8 [2023-09-21T19:56:37.279Z] Removing intermediate container a02664fcf8f8 [2023-09-21T19:56:37.279Z] ---> ade0b43268de [2023-09-21T19:56:37.279Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-09-21T19:56:37.279Z] ---> Running in e20174c936a9 [2023-09-21T19:56:38.689Z] Removing intermediate container e20174c936a9 [2023-09-21T19:56:38.689Z] ---> 2424c235badf [2023-09-21T19:56:38.689Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-09-21T19:56:38.689Z] ---> Running in eb7328e112ab [2023-09-21T19:56:40.104Z] Removing intermediate container eb7328e112ab [2023-09-21T19:56:40.104Z] ---> d223270df2c0 [2023-09-21T19:56:40.104Z] Step 30/36 : EXPOSE 59983 [2023-09-21T19:56:40.370Z] ---> Running in 1edb3f5e8e79 [2023-09-21T19:56:40.637Z] Removing intermediate container 1edb3f5e8e79 [2023-09-21T19:56:40.637Z] ---> 882eec6be90c [2023-09-21T19:56:40.637Z] Step 31/36 : EXPOSE 8554 [2023-09-21T19:56:40.637Z] ---> Running in 378d1e85fb9e [2023-09-21T19:56:40.904Z] Removing intermediate container 378d1e85fb9e [2023-09-21T19:56:40.905Z] ---> 30e985afa18f [2023-09-21T19:56:40.905Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-09-21T19:56:40.905Z] ---> Running in c01376f0b612 [2023-09-21T19:56:41.175Z] Removing intermediate container c01376f0b612 [2023-09-21T19:56:41.175Z] ---> 8f17bb029c1d [2023-09-21T19:56:41.175Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-09-21T19:56:41.441Z] ---> Running in 0dc6ca15c16f [2023-09-21T19:56:41.707Z] Removing intermediate container 0dc6ca15c16f [2023-09-21T19:56:41.707Z] ---> 391786e69606 [2023-09-21T19:56:41.707Z] Step 34/36 : LABEL arch=arm64 [2023-09-21T19:56:41.707Z] ---> Running in b9ef8d4a585e [2023-09-21T19:56:41.973Z] Removing intermediate container b9ef8d4a585e [2023-09-21T19:56:41.973Z] ---> b2d99c58a2ba [2023-09-21T19:56:41.973Z] Step 35/36 : LABEL git_sha=f63520341f483c75324e41bcb5f7691e27f85c17 [2023-09-21T19:56:41.973Z] ---> Running in 84075a77dc7b [2023-09-21T19:56:42.239Z] Removing intermediate container 84075a77dc7b [2023-09-21T19:56:42.239Z] ---> 3afce37b877c [2023-09-21T19:56:42.239Z] Step 36/36 : LABEL version=0.0.0 [2023-09-21T19:56:42.239Z] ---> Running in 366a9185b98e [2023-09-21T19:56:42.504Z] Removing intermediate container 366a9185b98e [2023-09-21T19:56:42.504Z] ---> 2b5d9cb8b78b [2023-09-21T19:56:42.504Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-21T19:56:42.504Z] Successfully built 2b5d9cb8b78b [2023-09-21T19:56:42.504Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:56:43.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T19:56:43.316Z] [2023-09-21T19:56:43.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:56:43.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T19:56:43.706Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-21T19:56:43.706Z] 8998bd30e6a1: Pulling fs layer [2023-09-21T19:56:43.706Z] 04944245beec: Pulling fs layer [2023-09-21T19:56:43.706Z] 699f458cf7ca: Pulling fs layer [2023-09-21T19:56:43.706Z] 765212b225bb: Pulling fs layer [2023-09-21T19:56:43.706Z] f23df028b6ca: Pulling fs layer [2023-09-21T19:56:43.706Z] d65c8cfc05b1: Pulling fs layer [2023-09-21T19:56:43.706Z] 2437ff75d9bd: Pulling fs layer [2023-09-21T19:56:43.706Z] 765212b225bb: Waiting [2023-09-21T19:56:43.706Z] f23df028b6ca: Waiting [2023-09-21T19:56:43.706Z] d65c8cfc05b1: Waiting [2023-09-21T19:56:43.706Z] 2437ff75d9bd: Waiting [2023-09-21T19:56:43.974Z] 04944245beec: Verifying Checksum [2023-09-21T19:56:43.974Z] 04944245beec: Download complete [2023-09-21T19:56:43.974Z] 765212b225bb: Download complete [2023-09-21T19:56:43.974Z] f23df028b6ca: Verifying Checksum [2023-09-21T19:56:43.974Z] f23df028b6ca: Download complete [2023-09-21T19:56:43.974Z] d65c8cfc05b1: Verifying Checksum [2023-09-21T19:56:43.974Z] d65c8cfc05b1: Download complete [2023-09-21T19:56:43.974Z] 699f458cf7ca: Verifying Checksum [2023-09-21T19:56:43.974Z] 699f458cf7ca: Download complete [2023-09-21T19:56:44.557Z] 8998bd30e6a1: Verifying Checksum [2023-09-21T19:56:44.558Z] 8998bd30e6a1: Download complete [2023-09-21T19:56:46.497Z] 2437ff75d9bd: Verifying Checksum [2023-09-21T19:56:46.497Z] 2437ff75d9bd: Download complete [2023-09-21T19:56:48.431Z] 8998bd30e6a1: Pull complete [2023-09-21T19:56:48.697Z] 04944245beec: Pull complete [2023-09-21T19:56:50.104Z] 699f458cf7ca: Pull complete [2023-09-21T19:56:50.104Z] 765212b225bb: Pull complete [2023-09-21T19:56:51.063Z] f23df028b6ca: Pull complete [2023-09-21T19:56:51.063Z] d65c8cfc05b1: Pull complete [2023-09-21T19:57:06.043Z] 2437ff75d9bd: Pull complete [2023-09-21T19:57:06.043Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-21T19:57:06.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-21T19:57:06.043Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:57:06.363Z] prd-ubuntu20.04-docker-arm64-4c-16g-7587 does not seem to be running inside a container [2023-09-21T19:57:06.436Z] $ 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/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-21T19:57:08.911Z] $ docker top f23286cf7ea7f1313b35c4b2c5a2ea564bb3be65873398b5612c13cc5c0a67b9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:09.776Z] ---> job-cost.sh [2023-09-21T19:57:09.776Z] lf-activate-venv: SKIPPING [2023-09-21T19:57:09.776Z] INFO: No Stack... [2023-09-21T19:57:10.041Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-21T19:57:10.993Z] INFO: Archiving Costs [Pipeline] sh [2023-09-21T19:57:11.334Z] + cut -d, -f6 [2023-09-21T19:57:11.334Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [Pipeline] lock [2023-09-21T19:57:11.414Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [2023-09-21T19:57:11.419Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] did not exist. Created. [2023-09-21T19:57:11.419Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-21T19:57:12.156Z] /w/workspace/device-usb-camera/1@tmp/durable-c54a8a81/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-21T19:57:12.503Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-21T19:57:12.539Z] Warning: overwriting stash ‘stack-cost’ [2023-09-21T19:57:12.593Z] Stashed 1 file(s) [Pipeline] } [2023-09-21T19:57:12.608Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-295-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-21T19:57:12.698Z] $ docker stop --time=1 f23286cf7ea7f1313b35c4b2c5a2ea564bb3be65873398b5612c13cc5c0a67b9 [2023-09-21T19:57:14.202Z] $ docker rm -f --volumes f23286cf7ea7f1313b35c4b2c5a2ea564bb3be65873398b5612c13cc5c0a67b9 [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 [2023-09-21T19:57:15.158Z] provisioning config files... [2023-09-21T19:57:15.167Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-295@tmp/config13592844034939995230tmp [Pipeline] { [Pipeline] sh [2023-09-21T19:57:15.499Z] + set +x [2023-09-21T19:57:15.499Z] + curl -s https://codecov.io/bash [2023-09-21T19:57:15.499Z] + bash -s -- [2023-09-21T19:57:15.758Z] [2023-09-21T19:57:15.758Z] _____ _ [2023-09-21T19:57:15.758Z] / ____| | | [2023-09-21T19:57:15.758Z] | | ___ __| | ___ ___ _____ __ [2023-09-21T19:57:15.758Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-21T19:57:15.758Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-21T19:57:15.758Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-21T19:57:15.758Z] Bash-1.0.6 [2023-09-21T19:57:15.758Z] [2023-09-21T19:57:15.758Z] [2023-09-21T19:57:15.759Z] ==> git version 2.25.1 found [2023-09-21T19:57:15.759Z] ==> 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 [2023-09-21T19:57:15.759Z] Release-Date: 2020-01-08 [2023-09-21T19:57:15.759Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-21T19:57:15.759Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-21T19:57:15.759Z] ==> Jenkins CI detected. [2023-09-21T19:57:15.759Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-295 [2023-09-21T19:57:15.759Z] project root: . [2023-09-21T19:57:15.759Z] --> token set from env [2023-09-21T19:57:15.759Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-21T19:57:15.759Z] ==> Running gcov in . (disable via -X gcov) [2023-09-21T19:57:15.759Z] ==> Python coveragepy not found [2023-09-21T19:57:15.759Z] ==> Searching for coverage reports in: [2023-09-21T19:57:15.759Z] + . [2023-09-21T19:57:15.759Z] -> Found 1 reports [2023-09-21T19:57:15.759Z] ==> Detecting git/mercurial file structure [2023-09-21T19:57:15.759Z] ==> Reading reports [2023-09-21T19:57:15.759Z] + ./coverage.out bytes=54703 [2023-09-21T19:57:15.759Z] ==> Appending adjustments [2023-09-21T19:57:15.759Z] https://docs.codecov.io/docs/fixing-reports [2023-09-21T19:57:15.759Z] + Found adjustments [2023-09-21T19:57:15.759Z] ==> Gzipping contents [2023-09-21T19:57:15.759Z] 8.0K /tmp/codecov.lX8B4h.gz [2023-09-21T19:57:15.759Z] ==> Uploading reports [2023-09-21T19:57:15.759Z] url: https://codecov.io [2023-09-21T19:57:15.759Z] query: branch=PR-295&commit=f63520341f483c75324e41bcb5f7691e27f85c17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-295%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=295&job=&cmd_args= [2023-09-21T19:57:16.018Z] -> Pinging Codecov [2023-09-21T19:57:16.019Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-295&commit=f63520341f483c75324e41bcb5f7691e27f85c17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-295%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=295&job=&cmd_args= [2023-09-21T19:57:16.019Z] -> Uploading to [2023-09-21T19:57:16.019Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-21/73D8F5FF140700D3E01443B452E23636/f63520341f483c75324e41bcb5f7691e27f85c17/de2e900d-4d1c-44ed-8d00-cd3f428eebb9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230921%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230921T195715Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7deebd001196f7e080d9661df6ead2f735fb04bacc3f47965e74387af01c6ca3 [2023-09-21T19:57:16.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-21T19:57:16.019Z] Dload Upload Total Spent Left Speed [2023-09-21T19:57:16.278Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6995 0 0 100 6995 0 34458 --:--:-- --:--:-- --:--:-- 34458 [2023-09-21T19:57:16.278Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/f63520341f483c75324e41bcb5f7691e27f85c17 [Pipeline] } [2023-09-21T19:57:16.303Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-21T19:57:18.094Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-295/archives ] [2023-09-21T19:57:18.094Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-295/archives [2023-09-21T19:57:18.094Z] total 16 [2023-09-21T19:57:18.095Z] drwxr-xr-x 3 root root 4096 Sep 21 19:49 . [2023-09-21T19:57:18.095Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 19:49 .. [2023-09-21T19:57:18.095Z] drwxr-xr-x 2 root root 4096 Sep 21 19:49 cost [2023-09-21T19:57:18.095Z] -rw-r--r-- 1 root root 89 Sep 21 19:49 cost.csv [2023-09-21T19:57:18.095Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-295/archives [2023-09-21T19:57:18.095Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-295/archives [2023-09-21T19:57:18.095Z] total 16 [2023-09-21T19:57:18.095Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 21 19:49 . [2023-09-21T19:57:18.095Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 19:49 .. [2023-09-21T19:57:18.095Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 21 19:49 cost [2023-09-21T19:57:18.095Z] -rw-r--r-- 1 jenkins jenkins 89 Sep 21 19:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:18.424Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:19.314Z] ---> package-listing.sh [2023-09-21T19:57:19.314Z] ++ facter osfamily [2023-09-21T19:57:19.314Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-21T19:57:19.574Z] + OS_FAMILY=debian [2023-09-21T19:57:19.574Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-295 [2023-09-21T19:57:19.574Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-21T19:57:19.574Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-21T19:57:19.574Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-21T19:57:19.574Z] + PACKAGES=/tmp/packages_start.txt [2023-09-21T19:57:19.574Z] + '[' /w/workspace/foundry_device-usb-camera_PR-295 ']' [2023-09-21T19:57:19.574Z] + PACKAGES=/tmp/packages_end.txt [2023-09-21T19:57:19.574Z] + case "${OS_FAMILY}" in [2023-09-21T19:57:19.574Z] + dpkg -l [2023-09-21T19:57:19.574Z] + grep '^ii' [2023-09-21T19:57:19.574Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-21T19:57:19.574Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-21T19:57:19.574Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-21T19:57:19.574Z] + '[' /w/workspace/foundry_device-usb-camera_PR-295 ']' [2023-09-21T19:57:19.574Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-295/archives/ [2023-09-21T19:57:19.574Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-295/archives/ [Pipeline] echo [2023-09-21T19:57:19.609Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-295/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-21T19:57:19.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-21T19:57:20.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-21T19:57:20.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-21T19:57:20.677Z] prd-ubuntu20.04-docker-8c-8g-7586 does not seem to be running inside a container [2023-09-21T19:57:20.707Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-295/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-295 -v /w/workspace/foundry_device-usb-camera_PR-295:/w/workspace/foundry_device-usb-camera_PR-295:rw,z -v /w/workspace/foundry_device-usb-camera_PR-295@tmp:/w/workspace/foundry_device-usb-camera_PR-295@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-21T19:57:20.945Z] $ docker top c30e1976c89aaa8882979d07b538d9b4b3fd3f0122737ce04bc47daff7fe2157 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-21T19:57:21.339Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-21T19:57:21.652Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-21T19:57:21.958Z] + ls /var/log/sa-host [2023-09-21T19:57:21.958Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-21T19:57:22.181Z] provisioning config files... [2023-09-21T19:57:22.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-295@tmp/config5504872030318877792tmp [Pipeline] { [Pipeline] echo [2023-09-21T19:57:22.238Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:22.545Z] ---> create-netrc.sh [Pipeline] } [2023-09-21T19:57:22.571Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:22.980Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-21T19:57:23.014Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:23.326Z] ---> sudo-logs.sh [2023-09-21T19:57:23.326Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-21T19:57:23.430Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:23.743Z] ---> job-cost.sh [2023-09-21T19:57:23.743Z] lf-activate-venv: SKIPPING [2023-09-21T19:57:23.743Z] DEBUG: total: 0.2199999988079071 [2023-09-21T19:57:23.743Z] INFO: Retrieving Stack Cost... [2023-09-21T19:57:24.002Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-21T19:57:24.570Z] INFO: Archiving Costs [Pipeline] echo [2023-09-21T19:57:24.606Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-21T19:57:24.918Z] ---> logs-deploy.sh [2023-09-21T19:57:24.918Z] lf-activate-venv: SKIPPING [2023-09-21T19:57:24.918Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-295/1 [2023-09-21T19:57:24.918Z] INFO: archiving workspace using pattern(s): [2023-09-21T19:57:25.853Z] Archives upload complete. [2023-09-21T19:57:25.853Z] INFO: archiving logs to Nexus