Pull request #119 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 FelixTing for edgexfoundry/device-usb-camera Obtained Jenkinsfile from df2144b845a1547863039b3945da1fbc6ca5b3fa+e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 (0ab7340e5d2505be95ea8fd119a229001c8cfff6) 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-ssh9471777320440123696.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16124041734104815669.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh 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-119/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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2046563517034575339.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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2325900594602964775.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-ssh2436204402736180369.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-119/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-119/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5592096671210698175.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-121331 in /w/workspace/foundry_device-usb-camera_PR-119 [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-119 # 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 e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 into PR head commit df2144b845a1547863039b3945da1fbc6ca5b3fa Merge succeeded, producing df2144b845a1547863039b3945da1fbc6ca5b3fa Checking out Revision df2144b845a1547863039b3945da1fbc6ca5b3fa (PR-119) > 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/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # 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 e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 Commit message: "refactor!: use latest SDK for flattened config stem" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-12-15T05:29:50.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-12-15T05:29:50.942Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-12-15T05:29:51.042Z] ========================================================= [2022-12-15T05:29:51.042Z] EdgeX Global Pipelines Version Info [2022-12-15T05:29:51.042Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:29:51.778Z] ------------------- [2022-12-15T05:29:51.778Z] stable info: [2022-12-15T05:29:51.778Z] ------------------- [2022-12-15T05:29:51.778Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-12-15T05:29:51.778Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-15T05:29:51.778Z] Message: update stable to v1.0.244 [2022-12-15T05:29:52.348Z] ------------------- [2022-12-15T05:29:52.348Z] experimental info: [2022-12-15T05:29:52.348Z] ------------------- [2022-12-15T05:29:52.348Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-12-15T05:29:52.348Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2022-12-15T05:29:52.348Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-12-15T05:29:52.614Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-12-15T05:29:52.648Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-12-15T05:29:52.683Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-12-15T05:29:52.716Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-12-15T05:29:52.755Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-12-15T05:29:52.798Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-12-15T05:29:52.834Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-12-15T05:29:52.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-12-15T05:29:52.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-12-15T05:29:52.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-12-15T05:29:52.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-12-15T05:29:53.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-12-15T05:29:53.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-12-15T05:29:53.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-12-15T05:29:53.123Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-12-15T05:29:53.158Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-12-15T05:29:53.200Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-12-15T05:29:53.241Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-12-15T05:29:53.277Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-12-15T05:29:53.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-12-15T05:29:53.353Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-12-15T05:29:53.392Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-12-15T05:29:53.428Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-12-15T05:29:53.467Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-12-15T05:29:53.513Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-12-15T05:29:53.550Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-12-15T05:29:53.587Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-12-15T05:29:53.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-119 [Pipeline] echo [2022-12-15T05:29:53.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-119 [Pipeline] echo [2022-12-15T05:29:53.698Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-119 [Pipeline] echo [2022-12-15T05:29:53.741Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo [2022-12-15T05:29:53.777Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df2144b [Pipeline] echo [2022-12-15T05:29:53.815Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-15T05:29:53.918Z] provisioning config files... [2022-12-15T05:29:53.932Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config7398511813693133368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:29:54.274Z] ---> docker-login.sh [2022-12-15T05:29:54.274Z] nexus3.edgexfoundry.org:10001 [2022-12-15T05:29:54.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:29:54.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:29:54.534Z] Configure a credential helper to remove this warning. See [2022-12-15T05:29:54.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:29:54.534Z] [2022-12-15T05:29:54.534Z] Login Succeeded [2022-12-15T05:29:54.534Z] nexus3.edgexfoundry.org:10002 [2022-12-15T05:29:54.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:29:54.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:29:54.534Z] Configure a credential helper to remove this warning. See [2022-12-15T05:29:54.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:29:54.534Z] [2022-12-15T05:29:54.534Z] Login Succeeded [2022-12-15T05:29:54.794Z] nexus3.edgexfoundry.org:10003 [2022-12-15T05:29:54.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:29:54.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:29:54.794Z] Configure a credential helper to remove this warning. See [2022-12-15T05:29:54.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:29:54.794Z] [2022-12-15T05:29:54.794Z] Login Succeeded [2022-12-15T05:29:54.794Z] nexus3.edgexfoundry.org:10004 [2022-12-15T05:29:54.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:29:54.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:29:54.794Z] Configure a credential helper to remove this warning. See [2022-12-15T05:29:54.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:29:54.794Z] [2022-12-15T05:29:54.794Z] Login Succeeded [2022-12-15T05:29:54.794Z] docker.io [2022-12-15T05:29:55.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:29:55.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:29:55.055Z] Configure a credential helper to remove this warning. See [2022-12-15T05:29:55.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:29:55.055Z] [2022-12-15T05:29:55.055Z] Login Succeeded [2022-12-15T05:29:55.055Z] ---> docker-login.sh ends [Pipeline] } [2022-12-15T05:29:55.080Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-12-15T05:29:55.702Z] + git rev-list -1 --merges df2144b845a1547863039b3945da1fbc6ca5b3fa~1..df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo [2022-12-15T05:29:55.746Z] -----------> git rev-list -1 --merges df2144b845a1547863039b3945da1fbc6ca5b3fa~1..df2144b845a1547863039b3945da1fbc6ca5b3fa df2144b845a1547863039b3945da1fbc6ca5b3fa [false] [Pipeline] sh [2022-12-15T05:29:56.043Z] + git log --format=format:%s -1 df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo [2022-12-15T05:29:56.074Z] ========================================================= [2022-12-15T05:29:56.074Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-12-15T05:29:56.074Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-15T05:29:56.508Z] + git log --format=format:%s -1 df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo [2022-12-15T05:29:56.545Z] [semverPrep] GIT_COMMIT: df2144b845a1547863039b3945da1fbc6ca5b3fa, Commit Message: refactor!: use latest SDK for flattened config stem [Pipeline] echo [2022-12-15T05:29:56.574Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-12-15T05:29:56.972Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-12-15T05:29:56.973Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-12-15T05:29:56.973Z] + [ -e /tmp/ssh_known_hosts ] [2022-12-15T05:29:56.973Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-12-15T05:29:56.973Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-12-15T05:29:56.973Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-12-15T05:29:56.973Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:29:57.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-15T05:29:57.448Z] [2022-12-15T05:29:57.448Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:29:57.835Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-15T05:29:57.835Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-12-15T05:29:57.835Z] b85a868b505f: Pulling fs layer [2022-12-15T05:29:57.835Z] e2be974225ed: Pulling fs layer [2022-12-15T05:29:57.835Z] 339a4e72a1f5: Pulling fs layer [2022-12-15T05:29:57.835Z] 988bab9f4d93: Pulling fs layer [2022-12-15T05:29:57.835Z] 1469e6f7b9e6: Pulling fs layer [2022-12-15T05:29:57.835Z] eaf3925da568: Pulling fs layer [2022-12-15T05:29:57.835Z] bab4dde63d76: Pulling fs layer [2022-12-15T05:29:57.835Z] bde34c3a00c8: Pulling fs layer [2022-12-15T05:29:57.835Z] b352a97aabf1: Pulling fs layer [2022-12-15T05:29:57.835Z] 4872d77fe225: Pulling fs layer [2022-12-15T05:29:57.835Z] 5851b861e8e6: Pulling fs layer [2022-12-15T05:29:57.835Z] bab4dde63d76: Waiting [2022-12-15T05:29:57.835Z] bde34c3a00c8: Waiting [2022-12-15T05:29:57.835Z] b352a97aabf1: Waiting [2022-12-15T05:29:57.835Z] 4872d77fe225: Waiting [2022-12-15T05:29:57.835Z] 5851b861e8e6: Waiting [2022-12-15T05:29:57.835Z] 988bab9f4d93: Waiting [2022-12-15T05:29:57.835Z] 1469e6f7b9e6: Waiting [2022-12-15T05:29:57.835Z] eaf3925da568: Waiting [2022-12-15T05:29:57.835Z] e2be974225ed: Download complete [2022-12-15T05:29:57.835Z] 988bab9f4d93: Verifying Checksum [2022-12-15T05:29:58.100Z] 339a4e72a1f5: Verifying Checksum [2022-12-15T05:29:58.100Z] 339a4e72a1f5: Download complete [2022-12-15T05:29:58.100Z] 1469e6f7b9e6: Verifying Checksum [2022-12-15T05:29:58.100Z] 1469e6f7b9e6: Download complete [2022-12-15T05:29:58.100Z] eaf3925da568: Verifying Checksum [2022-12-15T05:29:58.100Z] eaf3925da568: Download complete [2022-12-15T05:29:58.100Z] bde34c3a00c8: Verifying Checksum [2022-12-15T05:29:58.100Z] bde34c3a00c8: Download complete [2022-12-15T05:29:58.100Z] b352a97aabf1: Download complete [2022-12-15T05:29:58.100Z] 4872d77fe225: Verifying Checksum [2022-12-15T05:29:58.100Z] 4872d77fe225: Download complete [2022-12-15T05:29:58.100Z] b85a868b505f: Verifying Checksum [2022-12-15T05:29:58.100Z] b85a868b505f: Download complete [2022-12-15T05:29:58.100Z] 5851b861e8e6: Verifying Checksum [2022-12-15T05:29:58.100Z] 5851b861e8e6: Download complete [2022-12-15T05:29:58.358Z] bab4dde63d76: Verifying Checksum [2022-12-15T05:29:58.358Z] bab4dde63d76: Download complete [2022-12-15T05:29:59.296Z] b85a868b505f: Pull complete [2022-12-15T05:29:59.296Z] e2be974225ed: Pull complete [2022-12-15T05:29:59.863Z] 339a4e72a1f5: Pull complete [2022-12-15T05:29:59.863Z] 988bab9f4d93: Pull complete [2022-12-15T05:30:00.125Z] 1469e6f7b9e6: Pull complete [2022-12-15T05:30:00.389Z] eaf3925da568: Pull complete [2022-12-15T05:30:02.294Z] bab4dde63d76: Pull complete [2022-12-15T05:30:02.294Z] bde34c3a00c8: Pull complete [2022-12-15T05:30:02.294Z] b352a97aabf1: Pull complete [2022-12-15T05:30:02.294Z] 4872d77fe225: Pull complete [2022-12-15T05:30:02.553Z] 5851b861e8e6: Pull complete [2022-12-15T05:30:02.553Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-12-15T05:30:02.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-12-15T05:30:02.553Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:30:02.784Z] prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container [2022-12-15T05:30:02.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-12-15T05:30:04.178Z] $ docker top 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 -eo pid,comm [2022-12-15T05:30:04.236Z] 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). [2022-12-15T05:30:04.236Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-12-15T05:30:04.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-15T05:30:04.367Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-15T05:30:04.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-15T05:30:04.491Z] $ docker exec 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent [2022-12-15T05:30:04.603Z] SSH_AUTH_SOCK=/tmp/ssh-AyGJm1I3Tt7J/agent.32 [2022-12-15T05:30:04.603Z] SSH_AGENT_PID=38 [2022-12-15T05:30:04.609Z] Running ssh-add (command line suppressed) [2022-12-15T05:30:04.725Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_10547514810468192545.key (/w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_10547514810468192545.key) [2022-12-15T05:30:04.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-15T05:30:05.061Z] + git tag --points-at HEAD [Pipeline] } [2022-12-15T05:30:05.092Z] $ docker exec --env ******** --env ******** 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent -k [2022-12-15T05:30:05.193Z] unset SSH_AUTH_SOCK; [2022-12-15T05:30:05.197Z] unset SSH_AGENT_PID; [2022-12-15T05:30:05.197Z] echo Agent pid 38 killed; [2022-12-15T05:30:05.205Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-12-15T05:30:05.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-12-15T05:30:05.296Z] [ssh-agent] Looking for ssh-agent implementation... [2022-12-15T05:30:05.417Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-12-15T05:30:05.423Z] $ docker exec 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent [2022-12-15T05:30:05.523Z] SSH_AUTH_SOCK=/tmp/ssh-yfrcJEReihTW/agent.70 [2022-12-15T05:30:05.523Z] SSH_AGENT_PID=76 [2022-12-15T05:30:05.527Z] Running ssh-add (command line suppressed) [2022-12-15T05:30:05.638Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_17159265250546495808.key (/w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_17159265250546495808.key) [2022-12-15T05:30:05.646Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-12-15T05:30:05.974Z] + git semver init [2022-12-15T05:30:06.234Z] 2022-12-15 05:30:06,148 [run_init] DEBUG init version:0.0.0 force:False [2022-12-15T05:30:06.234Z] 2022-12-15 05:30:06,149 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-119/.semver [2022-12-15T05:30:06.234Z] 2022-12-15 05:30:06,149 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-119/.semver [2022-12-15T05:30:06.234Z] 2022-12-15 05:30:06,150 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-119/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-119, universal_newlines=False, shell=None, istream=None) [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,839 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-119/.git/info/exclude [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,839 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 with force:False [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,839 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,843 [execute] INFO git cat-file --batch-check [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-119/.semver, universal_newlines=False, shell=None, istream=) [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,851 [execute] INFO git cat-file --batch [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,851 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-119/.semver, universal_newlines=False, shell=None, istream=) [2022-12-15T05:30:07.172Z] 2022-12-15 05:30:06,856 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 [2022-12-15T05:30:07.172Z] 0.0.0 [Pipeline] } [2022-12-15T05:30:07.206Z] $ docker exec --env ******** --env ******** 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent -k [2022-12-15T05:30:07.315Z] unset SSH_AUTH_SOCK; [2022-12-15T05:30:07.316Z] unset SSH_AGENT_PID; [2022-12-15T05:30:07.316Z] echo Agent pid 76 killed; [2022-12-15T05:30:07.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-12-15T05:30:07.750Z] + git semver [Pipeline] } [2022-12-15T05:30:08.035Z] $ docker stop --time=1 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 [2022-12-15T05:30:09.350Z] $ docker rm -f 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-15T05:30:09.750Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-12-15T05:30:10.026Z] Stashed 1 file(s) [Pipeline] echo [2022-12-15T05:30:10.042Z] [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 [2022-12-15T05:30:10.656Z] provisioning config files... [2022-12-15T05:30:10.666Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config2731816794386881460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:30:11.007Z] ---> docker-login.sh [2022-12-15T05:30:11.007Z] nexus3.edgexfoundry.org:10001 [2022-12-15T05:30:11.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:30:11.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:30:11.007Z] Configure a credential helper to remove this warning. See [2022-12-15T05:30:11.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:30:11.007Z] [2022-12-15T05:30:11.007Z] Login Succeeded [2022-12-15T05:30:11.007Z] nexus3.edgexfoundry.org:10002 [2022-12-15T05:30:11.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:30:11.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:30:11.007Z] Configure a credential helper to remove this warning. See [2022-12-15T05:30:11.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:30:11.007Z] [2022-12-15T05:30:11.007Z] Login Succeeded [2022-12-15T05:30:11.007Z] nexus3.edgexfoundry.org:10003 [2022-12-15T05:30:11.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:30:11.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:30:11.269Z] Configure a credential helper to remove this warning. See [2022-12-15T05:30:11.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:30:11.269Z] [2022-12-15T05:30:11.269Z] Login Succeeded [2022-12-15T05:30:11.269Z] nexus3.edgexfoundry.org:10004 [2022-12-15T05:30:11.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:30:11.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:30:11.269Z] Configure a credential helper to remove this warning. See [2022-12-15T05:30:11.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:30:11.269Z] [2022-12-15T05:30:11.269Z] Login Succeeded [2022-12-15T05:30:11.269Z] docker.io [2022-12-15T05:30:11.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:30:11.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:30:11.528Z] Configure a credential helper to remove this warning. See [2022-12-15T05:30:11.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:30:11.528Z] [2022-12-15T05:30:11.528Z] Login Succeeded [2022-12-15T05:30:11.528Z] ---> docker-login.sh ends [Pipeline] } [2022-12-15T05:30:11.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-15T05:30:11.756Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-15T05:30:11.792Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-15T05:30:11.822Z] ========================================================= [2022-12-15T05:30:11.822Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-12-15T05:30:11.822Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:30:12.281Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-15T05:30:12.281Z] Sending build context to Docker daemon 1.668MB [2022-12-15T05:30:12.281Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-15T05:30:12.281Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-15T05:30:12.281Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-12-15T05:30:12.281Z] 213ec9aee27d: Pulling fs layer [2022-12-15T05:30:12.281Z] 4583459ba037: Pulling fs layer [2022-12-15T05:30:12.281Z] 93c1e223e6f2: Pulling fs layer [2022-12-15T05:30:12.281Z] 53926ce57604: Pulling fs layer [2022-12-15T05:30:12.281Z] 21b2b0c7a3f4: Pulling fs layer [2022-12-15T05:30:12.281Z] 22ff95d597cd: Pulling fs layer [2022-12-15T05:30:12.281Z] 12d6caf4c0d1: Pulling fs layer [2022-12-15T05:30:12.281Z] 96b7cbca73a9: Pulling fs layer [2022-12-15T05:30:12.281Z] a7acece74701: Pulling fs layer [2022-12-15T05:30:12.281Z] 53926ce57604: Waiting [2022-12-15T05:30:12.281Z] 21b2b0c7a3f4: Waiting [2022-12-15T05:30:12.281Z] 22ff95d597cd: Waiting [2022-12-15T05:30:12.281Z] 12d6caf4c0d1: Waiting [2022-12-15T05:30:12.281Z] 96b7cbca73a9: Waiting [2022-12-15T05:30:12.281Z] a7acece74701: Waiting [2022-12-15T05:30:12.281Z] 93c1e223e6f2: Verifying Checksum [2022-12-15T05:30:12.281Z] 93c1e223e6f2: Download complete [2022-12-15T05:30:12.281Z] 4583459ba037: Verifying Checksum [2022-12-15T05:30:12.281Z] 4583459ba037: Download complete [2022-12-15T05:30:12.281Z] 21b2b0c7a3f4: Verifying Checksum [2022-12-15T05:30:12.281Z] 21b2b0c7a3f4: Download complete [2022-12-15T05:30:12.281Z] 22ff95d597cd: Verifying Checksum [2022-12-15T05:30:12.281Z] 22ff95d597cd: Download complete [2022-12-15T05:30:12.281Z] 213ec9aee27d: Verifying Checksum [2022-12-15T05:30:12.545Z] 12d6caf4c0d1: Verifying Checksum [2022-12-15T05:30:12.545Z] 12d6caf4c0d1: Download complete [2022-12-15T05:30:12.545Z] 213ec9aee27d: Pull complete [2022-12-15T05:30:12.814Z] 4583459ba037: Pull complete [2022-12-15T05:30:12.814Z] 93c1e223e6f2: Pull complete [2022-12-15T05:30:13.085Z] 96b7cbca73a9: Verifying Checksum [2022-12-15T05:30:13.085Z] 96b7cbca73a9: Download complete [2022-12-15T05:30:13.346Z] a7acece74701: Verifying Checksum [2022-12-15T05:30:13.346Z] a7acece74701: Download complete [2022-12-15T05:30:13.346Z] 53926ce57604: Verifying Checksum [2022-12-15T05:30:13.346Z] 53926ce57604: Download complete [2022-12-15T05:30:17.529Z] 53926ce57604: Pull complete [2022-12-15T05:30:17.529Z] 21b2b0c7a3f4: Pull complete [2022-12-15T05:30:17.529Z] 22ff95d597cd: Pull complete [2022-12-15T05:30:17.529Z] 12d6caf4c0d1: Pull complete [2022-12-15T05:30:19.432Z] 96b7cbca73a9: Pull complete [2022-12-15T05:30:19.997Z] a7acece74701: Pull complete [2022-12-15T05:30:19.997Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2022-12-15T05:30:19.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-12-15T05:30:19.997Z] ---> db6d94c90886 [2022-12-15T05:30:19.997Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-12-15T05:30:21.898Z] ---> Running in a35aa0c1b6a2 [2022-12-15T05:30:21.899Z] Removing intermediate container a35aa0c1b6a2 [2022-12-15T05:30:21.899Z] ---> 83670080de98 [2022-12-15T05:30:21.899Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-15T05:30:21.899Z] ---> Running in 4f5ccbc7e4c2 [2022-12-15T05:30:21.899Z] Removing intermediate container 4f5ccbc7e4c2 [2022-12-15T05:30:21.899Z] ---> 7da15b19c49d [2022-12-15T05:30:21.899Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-12-15T05:30:21.899Z] ---> Running in 0ed1942df325 [2022-12-15T05:30:21.899Z] Removing intermediate container 0ed1942df325 [2022-12-15T05:30:21.899Z] ---> d9813ddc4a05 [2022-12-15T05:30:21.899Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-12-15T05:30:21.899Z] ---> Running in 8d926e007668 [2022-12-15T05:30:21.899Z] Removing intermediate container 8d926e007668 [2022-12-15T05:30:21.899Z] ---> 907106a6f2f7 [2022-12-15T05:30:21.899Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-15T05:30:22.159Z] ---> Running in 06cd77c54793 [2022-12-15T05:30:22.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-15T05:30:22.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-15T05:30:22.935Z] (1/80) Installing mesa (21.3.8-r2) [2022-12-15T05:30:22.935Z] (2/80) Installing libxau (1.0.9-r0) [2022-12-15T05:30:22.935Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-12-15T05:30:22.935Z] (4/80) Installing libxcb (1.15-r0) [2022-12-15T05:30:22.935Z] (5/80) Installing libx11 (1.8-r0) [2022-12-15T05:30:22.935Z] (6/80) Installing libxext (1.3.4-r0) [2022-12-15T05:30:22.935Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-12-15T05:30:22.935Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-12-15T05:30:22.935Z] (9/80) Installing libpciaccess (0.16-r0) [2022-12-15T05:30:22.935Z] (10/80) Installing libdrm (2.4.110-r0) [2022-12-15T05:30:22.935Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2022-12-15T05:30:22.935Z] (12/80) Installing libxshmfence (1.3-r1) [2022-12-15T05:30:22.935Z] (13/80) Installing mesa-gl (21.3.8-r2) [2022-12-15T05:30:22.935Z] (14/80) Installing icu-data-full (71.1-r2) [2022-12-15T05:30:23.192Z] (15/80) Installing libice (1.0.10-r0) [2022-12-15T05:30:23.192Z] (16/80) Installing libuuid (2.38-r1) [2022-12-15T05:30:23.192Z] (17/80) Installing libsm (1.2.3-r0) [2022-12-15T05:30:23.192Z] (18/80) Installing libxt (1.2.1-r0) [2022-12-15T05:30:23.192Z] (19/80) Installing libxmu (1.1.3-r0) [2022-12-15T05:30:23.192Z] (20/80) Installing xset (1.2.4-r0) [2022-12-15T05:30:23.192Z] (21/80) Installing xprop (1.2.5-r0) [2022-12-15T05:30:23.192Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-12-15T05:30:23.192Z] (23/80) Installing dbus-libs (1.14.4-r0) [2022-12-15T05:30:23.192Z] (24/80) Installing libffi (3.4.2-r1) [2022-12-15T05:30:23.192Z] (25/80) Installing libintl (0.21-r2) [2022-12-15T05:30:23.192Z] (26/80) Installing libblkid (2.38-r1) [2022-12-15T05:30:23.192Z] (27/80) Installing libmount (2.38-r1) [2022-12-15T05:30:23.192Z] (28/80) Installing pcre (8.45-r2) [2022-12-15T05:30:23.192Z] (29/80) Installing glib (2.72.1-r0) [2022-12-15T05:30:23.192Z] (30/80) Installing icu-libs (71.1-r2) [2022-12-15T05:30:23.192Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-12-15T05:30:23.192Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-12-15T05:30:23.192Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2022-12-15T05:30:23.451Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-12-15T05:30:23.451Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-12-15T05:30:23.451Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2022-12-15T05:30:23.451Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-12-15T05:30:23.451Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2022-12-15T05:30:23.451Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-12-15T05:30:23.451Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-12-15T05:30:23.451Z] (41/80) Installing libpng (1.6.37-r1) [2022-12-15T05:30:23.451Z] (42/80) Installing freetype (2.12.1-r0) [2022-12-15T05:30:23.451Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-12-15T05:30:23.451Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-12-15T05:30:23.451Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-12-15T05:30:23.451Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-12-15T05:30:23.451Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-12-15T05:30:23.451Z] (48/80) Installing libxml2 (2.9.14-r2) [2022-12-15T05:30:23.451Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-12-15T05:30:23.451Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-12-15T05:30:23.708Z] (51/80) Installing mesa-egl (21.3.8-r2) [2022-12-15T05:30:23.708Z] (52/80) Installing avahi-libs (0.8-r6) [2022-12-15T05:30:23.708Z] (53/80) Installing nettle (3.7.3-r0) [2022-12-15T05:30:23.708Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-12-15T05:30:23.708Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-12-15T05:30:23.708Z] (56/80) Installing libunistring (1.0-r0) [2022-12-15T05:30:23.708Z] (57/80) Installing gnutls (3.7.7-r0) [2022-12-15T05:30:23.708Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-12-15T05:30:23.708Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-12-15T05:30:23.708Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-12-15T05:30:23.708Z] (61/80) Installing libevdev (1.12.1-r0) [2022-12-15T05:30:23.708Z] (62/80) Installing mtdev (1.1.6-r0) [2022-12-15T05:30:23.708Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-12-15T05:30:23.708Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-12-15T05:30:23.708Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-12-15T05:30:23.708Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-12-15T05:30:23.708Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-12-15T05:30:23.708Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-12-15T05:30:23.708Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-12-15T05:30:23.708Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-12-15T05:30:23.708Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-12-15T05:30:23.708Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2022-12-15T05:30:23.965Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-12-15T05:30:23.965Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-12-15T05:30:23.965Z] (75/80) Installing udev-init-scripts (35-r0) [2022-12-15T05:30:23.965Z] Executing udev-init-scripts-35-r0.post-install [2022-12-15T05:30:23.965Z] (76/80) Installing kmod-libs (29-r2) [2022-12-15T05:30:23.965Z] (77/80) Installing eudev (3.2.11-r0) [2022-12-15T05:30:23.965Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-12-15T05:30:23.965Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-12-15T05:30:23.965Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-12-15T05:30:23.965Z] Executing busybox-1.35.0-r17.trigger [2022-12-15T05:30:23.965Z] Executing eudev-3.2.11-r0.trigger [2022-12-15T05:30:23.965Z] OK: 330 MiB in 131 packages [2022-12-15T05:30:25.474Z] Still waiting to schedule task [2022-12-15T05:30:25.474Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121330’ [2022-12-15T05:30:25.860Z] Removing intermediate container 06cd77c54793 [2022-12-15T05:30:25.860Z] ---> 1961628ea5f1 [2022-12-15T05:30:25.860Z] Step 8/13 : WORKDIR /device-usb-camera [2022-12-15T05:30:25.860Z] ---> Running in 8dd0c8b4562b [2022-12-15T05:30:25.860Z] Removing intermediate container 8dd0c8b4562b [2022-12-15T05:30:25.860Z] ---> 6166488eeb26 [2022-12-15T05:30:25.860Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-15T05:30:26.118Z] ---> d773156cd00f [2022-12-15T05:30:26.118Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-15T05:30:26.118Z] ---> Running in ffd5b0d3e816 [2022-12-15T05:30:48.306Z] Removing intermediate container ffd5b0d3e816 [2022-12-15T05:30:48.306Z] ---> 9da512e8fb1f [2022-12-15T05:30:48.306Z] Step 11/13 : COPY . . [2022-12-15T05:30:48.306Z] ---> 94fb78573e11 [2022-12-15T05:30:48.306Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-12-15T05:30:48.306Z] ---> Running in 3a1222163fa0 [2022-12-15T05:30:48.306Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:30:48.306Z] Dload Upload Total Spent Left Speed [2022-12-15T05:30:48.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9885 0 --:--:-- --:--:-- --:--:-- 9925 [2022-12-15T05:30:48.306Z] Removing intermediate container 3a1222163fa0 [2022-12-15T05:30:48.306Z] ---> b1713b7d2896 [2022-12-15T05:30:48.306Z] Step 13/13 : RUN ${MAKE} [2022-12-15T05:30:48.306Z] ---> Running in bc77df8264cb [2022-12-15T05:30:48.306Z] noop [2022-12-15T05:30:48.306Z] Removing intermediate container bc77df8264cb [2022-12-15T05:30:48.306Z] ---> 7a2523c78296 [2022-12-15T05:30:48.306Z] Successfully built 7a2523c78296 [2022-12-15T05:30:48.306Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:30:48.744Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-15T05:30:48.744Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:30:48.884Z] prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container [2022-12-15T05:30:48.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-12-15T05:30:49.266Z] $ docker top 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-15T05:30:49.651Z] + go version [2022-12-15T05:30:49.652Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-12-15T05:30:49.686Z] $ docker stop --time=1 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 [2022-12-15T05:30:50.961Z] $ docker rm -f 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:30:51.696Z] + docker inspect -f . ci-base-image-x86_64 [2022-12-15T05:30:51.696Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:30:51.841Z] prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container [2022-12-15T05:30:51.876Z] $ 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-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-12-15T05:30:52.195Z] $ docker top 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-15T05:30:52.593Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-119 [Pipeline] fileExists [Pipeline] sh [2022-12-15T05:30:52.954Z] + make test [2022-12-15T05:30:52.954Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-12-15T05:30:53.212Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-12-15T05:31:03.180Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-12-15T05:31:03.746Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.013s coverage: 1.9% of statements [2022-12-15T05:31:11.854Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-12-15T05:31:11.854Z] CGO_ENABLED=1 go vet ./... [2022-12-15T05:31:14.384Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-15T05:31:14.384Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-15T05:31:14.384Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-15T05:31:14.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-15T05:31:14.457Z] $ docker stop --time=1 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e [2022-12-15T05:31:16.355Z] $ docker rm -f 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-15T05:31:16.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-15T05:31:16.896Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-12-15T05:31:17.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-15T05:31:17.836Z] + ls -al . [2022-12-15T05:31:17.836Z] total 208 [2022-12-15T05:31:17.836Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 05:30 . [2022-12-15T05:31:17.836Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 .. [2022-12-15T05:31:17.836Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 05:31 .git [2022-12-15T05:31:17.836Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 .github [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 414 Dec 15 05:29 .gitignore [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 42 Dec 15 05:29 .golangci.yml [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 77 Dec 15 05:29 .hadolint.yml [2022-12-15T05:31:17.836Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 05:30 .semver [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 9546 Dec 15 05:29 Attribution.txt [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 5460 Dec 15 05:29 CHANGELOG.md [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 2378 Dec 15 05:29 Dockerfile [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 05:29 GOVERNANCE.md [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 659 Dec 15 05:29 Jenkinsfile [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 11348 Dec 15 05:29 LICENSE [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 2554 Dec 15 05:29 Makefile [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 622 Dec 15 05:29 OWNERS.md [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 5934 Dec 15 05:29 README.md [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 05:30 VERSION [2022-12-15T05:31:17.836Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 05:29 bin [2022-12-15T05:31:17.836Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 cmd [2022-12-15T05:31:17.836Z] -rw-r--r-- 1 jenkins jenkins 30410 Dec 15 05:31 coverage.out [2022-12-15T05:31:17.836Z] -rwxrwxr-x 1 jenkins jenkins 140 Dec 15 05:29 docker-entrypoint.sh [2022-12-15T05:31:17.836Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 docs [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 3574 Dec 15 05:29 go.mod [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 45170 Dec 15 05:29 go.sum [2022-12-15T05:31:17.836Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 internal [2022-12-15T05:31:17.836Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 snap [2022-12-15T05:31:17.836Z] -rw-rw-r-- 1 jenkins jenkins 231 Dec 15 05:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:31:18.225Z] + 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=df2144b845a1547863039b3945da1fbc6ca5b3fa --label arch=amd64 --label version=0.0.0 . [2022-12-15T05:31:18.226Z] Sending build context to Docker daemon 1.699MB [2022-12-15T05:31:18.226Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-12-15T05:31:18.226Z] Step 2/35 : FROM ${BASE} AS builder [2022-12-15T05:31:18.226Z] ---> 7a2523c78296 [2022-12-15T05:31:18.226Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2022-12-15T05:31:18.226Z] ---> Running in fa497569b3a9 [2022-12-15T05:31:18.226Z] Removing intermediate container fa497569b3a9 [2022-12-15T05:31:18.226Z] ---> 5d787baa2bbc [2022-12-15T05:31:18.226Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-15T05:31:18.486Z] ---> Running in 68006890bd75 [2022-12-15T05:31:18.486Z] Removing intermediate container 68006890bd75 [2022-12-15T05:31:18.486Z] ---> 0d31677f5595 [2022-12-15T05:31:18.486Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-12-15T05:31:18.486Z] ---> Running in 4f95ba695282 [2022-12-15T05:31:18.486Z] Removing intermediate container 4f95ba695282 [2022-12-15T05:31:18.486Z] ---> 1e9697b72846 [2022-12-15T05:31:18.486Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-12-15T05:31:18.486Z] ---> Running in 9ab205efdb38 [2022-12-15T05:31:18.744Z] Removing intermediate container 9ab205efdb38 [2022-12-15T05:31:18.744Z] ---> f225d17d8113 [2022-12-15T05:31:18.744Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-15T05:31:18.744Z] ---> Running in dc6a2969f4ab [2022-12-15T05:31:19.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-15T05:31:19.003Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-15T05:31:19.260Z] OK: 330 MiB in 131 packages [2022-12-15T05:31:19.827Z] Removing intermediate container dc6a2969f4ab [2022-12-15T05:31:19.827Z] ---> e4785499acd3 [2022-12-15T05:31:19.827Z] Step 8/35 : WORKDIR /device-usb-camera [2022-12-15T05:31:19.827Z] ---> Running in 7b5bd5f37bd7 [2022-12-15T05:31:19.827Z] Removing intermediate container 7b5bd5f37bd7 [2022-12-15T05:31:19.827Z] ---> 9d91c8b984a0 [2022-12-15T05:31:19.827Z] Step 9/35 : COPY go.mod vendor* ./ [2022-12-15T05:31:19.827Z] ---> 442182bc2a4a [2022-12-15T05:31:19.827Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-15T05:31:19.827Z] ---> Running in 0a22c5198d59 [2022-12-15T05:31:20.763Z] Removing intermediate container 0a22c5198d59 [2022-12-15T05:31:20.763Z] ---> fcab64a08cca [2022-12-15T05:31:20.763Z] Step 11/35 : COPY . . [2022-12-15T05:31:20.763Z] ---> b948a3bd6685 [2022-12-15T05:31:20.763Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-12-15T05:31:21.022Z] ---> Running in 4bb7822d146e [2022-12-15T05:31:21.280Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:31:21.280Z] Dload Upload Total Spent Left Speed [2022-12-15T05:31:21.280Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0  44130      0 --:--:-- --:--:-- --:--:-- 46173 [2022-12-15T05:31:21.540Z] Removing intermediate container 4bb7822d146e [2022-12-15T05:31:21.540Z] ---> 5efe4b0baff9 [2022-12-15T05:31:21.540Z] Step 13/35 : RUN ${MAKE} [2022-12-15T05:31:21.540Z] ---> Running in c052aad0f83a [2022-12-15T05:31:21.812Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-12-15T05:31:43.727Z] Removing intermediate container c052aad0f83a [2022-12-15T05:31:43.727Z] ---> 60e34699134a [2022-12-15T05:31:43.727Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-12-15T05:31:43.727Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-12-15T05:31:43.727Z] af6660deedbd: Pulling fs layer [2022-12-15T05:31:43.727Z] 97cd0a44c592: Pulling fs layer [2022-12-15T05:31:43.727Z] 97cd0a44c592: Verifying Checksum [2022-12-15T05:31:43.727Z] 97cd0a44c592: Download complete [2022-12-15T05:31:43.727Z] af6660deedbd: Verifying Checksum [2022-12-15T05:31:43.727Z] af6660deedbd: Download complete [2022-12-15T05:31:43.727Z] af6660deedbd: Pull complete [2022-12-15T05:31:43.727Z] 97cd0a44c592: Pull complete [2022-12-15T05:31:43.727Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-12-15T05:31:43.727Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-12-15T05:31:43.727Z] ---> fea57e182299 [2022-12-15T05:31:43.727Z] Step 15/35 : FROM alpine:3.16 [2022-12-15T05:31:43.727Z] 3.16: Pulling from library/alpine [2022-12-15T05:31:43.727Z] ca7dd9ec2225: Pulling fs layer [2022-12-15T05:31:43.727Z] ca7dd9ec2225: Verifying Checksum [2022-12-15T05:31:43.727Z] ca7dd9ec2225: Download complete [2022-12-15T05:31:43.984Z] ca7dd9ec2225: Pull complete [2022-12-15T05:31:43.984Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-15T05:31:43.984Z] Status: Downloaded newer image for alpine:3.16 [2022-12-15T05:31:43.984Z] ---> bfe296a52501 [2022-12-15T05:31:43.984Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-12-15T05:31:43.984Z] ---> Running in f2f00d61a9d8 [2022-12-15T05:31:44.243Z] Removing intermediate container f2f00d61a9d8 [2022-12-15T05:31:44.243Z] ---> f06544ce4570 [2022-12-15T05:31:44.243Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-12-15T05:31:44.243Z] ---> Running in cac93b680726 [2022-12-15T05:31:44.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-12-15T05:31:44.501Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-12-15T05:31:44.760Z] (1/83) Installing dumb-init (1.2.5-r1) [2022-12-15T05:31:44.760Z] (2/83) Installing sdl2 (2.0.22-r0) [2022-12-15T05:31:44.760Z] (3/83) Installing libxau (1.0.9-r0) [2022-12-15T05:31:44.760Z] (4/83) Installing libxdmcp (1.1.3-r0) [2022-12-15T05:31:45.021Z] (5/83) Installing libxcb (1.15-r0) [2022-12-15T05:31:45.021Z] (6/83) Installing libx11 (1.8-r0) [2022-12-15T05:31:45.021Z] (7/83) Installing aom-libs (3.3.0-r0) [2022-12-15T05:31:45.021Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2022-12-15T05:31:45.021Z] (9/83) Installing expat (2.5.0-r0) [2022-12-15T05:31:45.021Z] (10/83) Installing brotli-libs (1.0.9-r6) [2022-12-15T05:31:45.021Z] (11/83) Installing libbz2 (1.0.8-r1) [2022-12-15T05:31:45.021Z] (12/83) Installing libpng (1.6.37-r1) [2022-12-15T05:31:45.021Z] (13/83) Installing freetype (2.12.1-r0) [2022-12-15T05:31:45.021Z] (14/83) Installing fontconfig (2.14.0-r0) [2022-12-15T05:31:45.021Z] (15/83) Installing fribidi (1.0.12-r0) [2022-12-15T05:31:45.021Z] (16/83) Installing libffi (3.4.2-r1) [2022-12-15T05:31:45.021Z] (17/83) Installing libintl (0.21-r2) [2022-12-15T05:31:45.021Z] (18/83) Installing libblkid (2.38-r1) [2022-12-15T05:31:45.021Z] (19/83) Installing libmount (2.38-r1) [2022-12-15T05:31:45.021Z] (20/83) Installing pcre (8.45-r2) [2022-12-15T05:31:45.021Z] (21/83) Installing glib (2.72.1-r0) [2022-12-15T05:31:45.021Z] (22/83) Installing graphite2 (1.3.14-r1) [2022-12-15T05:31:45.021Z] (23/83) Installing harfbuzz (4.3.0-r0) [2022-12-15T05:31:45.021Z] (24/83) Installing libass (0.16.0-r0) [2022-12-15T05:31:45.021Z] (25/83) Installing libdav1d (1.0.0-r0) [2022-12-15T05:31:45.280Z] (26/83) Installing libpciaccess (0.16-r0) [2022-12-15T05:31:45.280Z] (27/83) Installing libdrm (2.4.110-r0) [2022-12-15T05:31:45.280Z] (28/83) Installing gmp (6.2.1-r2) [2022-12-15T05:31:45.280Z] (29/83) Installing nettle (3.7.3-r0) [2022-12-15T05:31:45.280Z] (30/83) Installing p11-kit (0.24.1-r0) [2022-12-15T05:31:45.280Z] (31/83) Installing libtasn1 (4.18.0-r0) [2022-12-15T05:31:45.280Z] (32/83) Installing libunistring (1.0-r0) [2022-12-15T05:31:45.280Z] (33/83) Installing gnutls (3.7.7-r0) [2022-12-15T05:31:45.280Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-12-15T05:31:45.280Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2022-12-15T05:31:45.280Z] (36/83) Installing lame (3.100-r0) [2022-12-15T05:31:45.280Z] (37/83) Installing opus (1.3.1-r1) [2022-12-15T05:31:45.280Z] (38/83) Installing libasyncns (0.8-r1) [2022-12-15T05:31:45.280Z] (39/83) Installing dbus-libs (1.14.4-r0) [2022-12-15T05:31:45.280Z] (40/83) Installing libltdl (2.4.7-r0) [2022-12-15T05:31:45.280Z] (41/83) Installing orc (0.4.32-r0) [2022-12-15T05:31:45.280Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2022-12-15T05:31:45.280Z] (43/83) Installing libogg (1.3.5-r1) [2022-12-15T05:31:45.280Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-15T05:31:45.280Z] (45/83) Installing flac (1.3.4-r0) [2022-12-15T05:31:45.280Z] (46/83) Installing libvorbis (1.3.7-r0) [2022-12-15T05:31:45.280Z] (47/83) Installing libsndfile (1.1.0-r0) [2022-12-15T05:31:45.280Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2022-12-15T05:31:45.280Z] (49/83) Installing soxr (0.1.3-r2) [2022-12-15T05:31:45.280Z] (50/83) Installing speexdsp (1.2.0-r0) [2022-12-15T05:31:45.280Z] (51/83) Installing tdb-libs (1.4.6-r0) [2022-12-15T05:31:45.280Z] (52/83) Installing libpulse (15.0-r2) [2022-12-15T05:31:45.280Z] (53/83) Installing cjson (1.7.15-r3) [2022-12-15T05:31:45.539Z] (54/83) Installing mbedtls (2.28.1-r0) [2022-12-15T05:31:45.539Z] (55/83) Installing librist (0.2.6-r1) [2022-12-15T05:31:45.539Z] (56/83) Installing libsrt (1.4.4-r0) [2022-12-15T05:31:45.539Z] (57/83) Installing libssh (0.9.6-r1) [2022-12-15T05:31:45.539Z] (58/83) Installing libtheora (1.1.1-r16) [2022-12-15T05:31:45.539Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2022-12-15T05:31:45.539Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2022-12-15T05:31:45.539Z] (61/83) Installing libxext (1.3.4-r0) [2022-12-15T05:31:45.539Z] (62/83) Installing libxfixes (6.0.0-r0) [2022-12-15T05:31:45.539Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2022-12-15T05:31:45.539Z] (64/83) Installing libva (2.14.0-r0) [2022-12-15T05:31:45.539Z] (65/83) Installing libvdpau (1.5-r0) [2022-12-15T05:31:45.539Z] (66/83) Installing vidstab (1.1.0-r1) [2022-12-15T05:31:45.539Z] (67/83) Installing libvpx (1.11.0-r1) [2022-12-15T05:31:45.539Z] (68/83) Installing libwebp (1.2.3-r0) [2022-12-15T05:31:45.539Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2022-12-15T05:31:45.539Z] (70/83) Installing numactl (2.0.14-r0) [2022-12-15T05:31:45.539Z] (71/83) Installing x265-libs (3.5-r3) [2022-12-15T05:31:45.539Z] (72/83) Installing xvidcore (1.3.7-r1) [2022-12-15T05:31:45.539Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2022-12-15T05:31:45.805Z] (74/83) Installing ffmpeg (5.0.1-r1) [2022-12-15T05:31:45.805Z] (75/83) Installing udev-init-scripts (35-r0) [2022-12-15T05:31:45.805Z] Executing udev-init-scripts-35-r0.post-install [2022-12-15T05:31:45.805Z] (76/83) Installing eudev-libs (3.2.11-r0) [2022-12-15T05:31:45.805Z] (77/83) Installing xz-libs (5.2.5-r1) [2022-12-15T05:31:45.805Z] (78/83) Installing zstd-libs (1.5.2-r1) [2022-12-15T05:31:45.805Z] (79/83) Installing kmod-libs (29-r2) [2022-12-15T05:31:45.805Z] (80/83) Installing eudev (3.2.11-r0) [2022-12-15T05:31:45.805Z] (81/83) Installing libsodium (1.0.18-r0) [2022-12-15T05:31:45.805Z] (82/83) Installing libzmq (4.3.4-r0) [2022-12-15T05:31:45.805Z] (83/83) Installing zeromq (4.3.4-r0) [2022-12-15T05:31:45.805Z] Executing busybox-1.35.0-r17.trigger [2022-12-15T05:31:45.805Z] Executing eudev-3.2.11-r0.trigger [2022-12-15T05:31:45.805Z] OK: 101 MiB in 97 packages [2022-12-15T05:31:47.706Z] Removing intermediate container cac93b680726 [2022-12-15T05:31:47.706Z] ---> eb1920b2e720 [2022-12-15T05:31:47.706Z] Step 18/35 : WORKDIR / [2022-12-15T05:31:47.706Z] ---> Running in 711ea85df737 [2022-12-15T05:31:47.706Z] Removing intermediate container 711ea85df737 [2022-12-15T05:31:47.706Z] ---> cac2e52ae4fd [2022-12-15T05:31:47.706Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-12-15T05:31:48.274Z] ---> c67d4610d583 [2022-12-15T05:31:48.274Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-12-15T05:31:48.274Z] ---> 840ce174fda5 [2022-12-15T05:31:48.274Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-12-15T05:31:48.544Z] ---> e9e8b17299a3 [2022-12-15T05:31:48.544Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-12-15T05:31:48.544Z] ---> 74cc513dd1d6 [2022-12-15T05:31:48.544Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-12-15T05:31:48.803Z] ---> ba522a591185 [2022-12-15T05:31:48.803Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-12-15T05:31:48.803Z] ---> 434c83dceed0 [2022-12-15T05:31:48.803Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-12-15T05:31:49.369Z] ---> e1b1e9467215 [2022-12-15T05:31:49.369Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-12-15T05:31:49.369Z] ---> Running in 776709f3a69e [2022-12-15T05:31:49.936Z] Removing intermediate container 776709f3a69e [2022-12-15T05:31:49.936Z] ---> 515b910cbbd6 [2022-12-15T05:31:49.936Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-12-15T05:31:49.936Z] ---> Running in 4613e34c5835 [2022-12-15T05:31:50.503Z] Removing intermediate container 4613e34c5835 [2022-12-15T05:31:50.503Z] ---> a139170538de [2022-12-15T05:31:50.503Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-12-15T05:31:50.503Z] ---> Running in 5cdbb60ccc27 [2022-12-15T05:31:51.069Z] Removing intermediate container 5cdbb60ccc27 [2022-12-15T05:31:51.069Z] ---> 5f91337ef712 [2022-12-15T05:31:51.069Z] Step 29/35 : EXPOSE 59983 [2022-12-15T05:31:51.069Z] ---> Running in 115192da0ec3 [2022-12-15T05:31:51.069Z] Removing intermediate container 115192da0ec3 [2022-12-15T05:31:51.070Z] ---> 7775bc8d9dad [2022-12-15T05:31:51.070Z] Step 30/35 : EXPOSE 8554 [2022-12-15T05:31:51.070Z] ---> Running in 33040887221c [2022-12-15T05:31:51.070Z] Removing intermediate container 33040887221c [2022-12-15T05:31:51.070Z] ---> 6467518e2e1e [2022-12-15T05:31:51.070Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-12-15T05:31:51.327Z] ---> Running in e7a7f12bb8f6 [2022-12-15T05:31:51.327Z] Removing intermediate container e7a7f12bb8f6 [2022-12-15T05:31:51.327Z] ---> 7c9ecbc17c03 [2022-12-15T05:31:51.327Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-12-15T05:31:51.327Z] ---> Running in 42c83f82289d [2022-12-15T05:31:51.327Z] Removing intermediate container 42c83f82289d [2022-12-15T05:31:51.327Z] ---> e6ae84c294b1 [2022-12-15T05:31:51.327Z] Step 33/35 : LABEL arch=amd64 [2022-12-15T05:31:51.327Z] ---> Running in 27b58979a742 [2022-12-15T05:31:51.587Z] Removing intermediate container 27b58979a742 [2022-12-15T05:31:51.587Z] ---> 5ee002a1b684 [2022-12-15T05:31:51.587Z] Step 34/35 : LABEL git_sha=df2144b845a1547863039b3945da1fbc6ca5b3fa [2022-12-15T05:31:51.587Z] ---> Running in 39cbf58ad40c [2022-12-15T05:31:51.587Z] Removing intermediate container 39cbf58ad40c [2022-12-15T05:31:51.587Z] ---> 20b3851d6868 [2022-12-15T05:31:51.587Z] Step 35/35 : LABEL version=0.0.0 [2022-12-15T05:31:51.587Z] ---> Running in 68a8ef62444e [2022-12-15T05:31:51.587Z] Removing intermediate container 68a8ef62444e [2022-12-15T05:31:51.587Z] ---> d778bc76fd29 [2022-12-15T05:31:51.587Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-15T05:31:51.587Z] Successfully built d778bc76fd29 [2022-12-15T05:31:51.587Z] 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:31:52.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-15T05:31:52.468Z] [2022-12-15T05:31:52.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:31:52.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-15T05:31:52.844Z] latest: Pulling from edgex-lftools-log-publisher [2022-12-15T05:31:52.844Z] 5eb5b503b376: Pulling fs layer [2022-12-15T05:31:52.844Z] 5c69ac0246d0: Pulling fs layer [2022-12-15T05:31:52.844Z] ec43610c2a17: Pulling fs layer [2022-12-15T05:31:52.844Z] 3a2ae6a8a46f: Pulling fs layer [2022-12-15T05:31:52.844Z] 33b1e0a273af: Pulling fs layer [2022-12-15T05:31:52.844Z] 5d3b04190fa2: Pulling fs layer [2022-12-15T05:31:52.844Z] 2f39f015ded8: Pulling fs layer [2022-12-15T05:31:52.844Z] 3a2ae6a8a46f: Waiting [2022-12-15T05:31:52.844Z] 33b1e0a273af: Waiting [2022-12-15T05:31:52.844Z] 2f39f015ded8: Waiting [2022-12-15T05:31:52.844Z] 5c69ac0246d0: Verifying Checksum [2022-12-15T05:31:52.844Z] 5c69ac0246d0: Download complete [2022-12-15T05:31:52.844Z] 3a2ae6a8a46f: Verifying Checksum [2022-12-15T05:31:52.844Z] 3a2ae6a8a46f: Download complete [2022-12-15T05:31:52.844Z] ec43610c2a17: Verifying Checksum [2022-12-15T05:31:52.844Z] ec43610c2a17: Download complete [2022-12-15T05:31:52.844Z] 33b1e0a273af: Verifying Checksum [2022-12-15T05:31:52.844Z] 33b1e0a273af: Download complete [2022-12-15T05:31:52.844Z] 5d3b04190fa2: Download complete [2022-12-15T05:31:53.101Z] 5eb5b503b376: Verifying Checksum [2022-12-15T05:31:53.101Z] 5eb5b503b376: Download complete [2022-12-15T05:31:53.665Z] 2f39f015ded8: Download complete [2022-12-15T05:31:54.231Z] 5eb5b503b376: Pull complete [2022-12-15T05:31:54.488Z] 5c69ac0246d0: Pull complete [2022-12-15T05:31:54.746Z] ec43610c2a17: Pull complete [2022-12-15T05:31:55.004Z] 3a2ae6a8a46f: Pull complete [2022-12-15T05:31:55.004Z] 33b1e0a273af: Pull complete [2022-12-15T05:31:55.261Z] 5d3b04190fa2: Pull complete [2022-12-15T05:31:59.443Z] 2f39f015ded8: Pull complete [2022-12-15T05:31:59.443Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-12-15T05:31:59.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-15T05:31:59.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:31:59.652Z] prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container [2022-12-15T05:31:59.685Z] $ 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-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 [2022-12-15T05:32:01.561Z] $ docker top e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:32:02.036Z] ---> job-cost.sh [2022-12-15T05:32:02.036Z] lf-activate-venv: SKIPPING [2022-12-15T05:32:02.036Z] INFO: No Stack... [2022-12-15T05:32:02.295Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-15T05:32:02.555Z] INFO: Archiving Costs [Pipeline] sh [2022-12-15T05:32:02.878Z] + cat /w/workspace/foundry_device-usb-camera_PR-119/archives/cost.csv [2022-12-15T05:32:02.878Z] + cut -d, -f6 [Pipeline] lock [2022-12-15T05:32:02.922Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [2022-12-15T05:32:02.929Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] did not exist. Created. [2022-12-15T05:32:02.929Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-15T05:32:03.325Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-12-15T05:32:03.373Z] Stashed 1 file(s) [Pipeline] } [2022-12-15T05:32:03.399Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-15T05:32:03.497Z] $ docker stop --time=1 e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 [2022-12-15T05:32:04.671Z] $ docker rm -f e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-12-15T05:33:49.043Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-121332 in /w/workspace/foundry_device-usb-camera_PR-119 [Pipeline] { [Pipeline] ws [2022-12-15T05:33:49.085Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2022-12-15T05:33:49.158Z] Selected Git installation does not exist. Using Default [2022-12-15T05:33:49.158Z] The recommended git tool is: NONE [2022-12-15T05:33:54.720Z] using credential edgex-jenkins-ssh [2022-12-15T05:33:54.741Z] Cloning the remote Git repository [2022-12-15T05:33:54.792Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-12-15T05:33:54.866Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2022-12-15T05:33:55.013Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-12-15T05:33:55.013Z] > git --version # timeout=10 [2022-12-15T05:33:55.035Z] > git --version # 'git version 2.25.1' [2022-12-15T05:33:55.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-15T05:33:55.092Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-15T05:33:55.774Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-12-15T05:33:55.829Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-12-15T05:33:57.533Z] Merging remotes/origin/main commit e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 into PR head commit df2144b845a1547863039b3945da1fbc6ca5b3fa [2022-12-15T05:33:57.797Z] Merge succeeded, producing df2144b845a1547863039b3945da1fbc6ca5b3fa [2022-12-15T05:33:57.797Z] Checking out Revision df2144b845a1547863039b3945da1fbc6ca5b3fa (PR-119) [2022-12-15T05:33:56.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-12-15T05:33:56.929Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-12-15T05:33:56.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-15T05:33:56.950Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-12-15T05:33:57.554Z] > git config core.sparsecheckout # timeout=10 [2022-12-15T05:33:57.574Z] > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 [2022-12-15T05:33:57.686Z] > git remote # timeout=10 [2022-12-15T05:33:57.704Z] > git config --get remote.origin.url # timeout=10 [2022-12-15T05:33:57.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-12-15T05:33:57.745Z] > git merge e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 # timeout=10 [2022-12-15T05:33:57.774Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-15T05:33:57.806Z] > git config core.sparsecheckout # timeout=10 [2022-12-15T05:33:57.830Z] > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 [2022-12-15T05:34:01.347Z] Commit message: "refactor!: use latest SDK for flattened config stem" [2022-12-15T05:34:01.401Z] > git --version # timeout=10 [2022-12-15T05:34:01.414Z] > git --version # 'git version 2.25.1' [2022-12-15T05:34:01.431Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-15T05:34:02.559Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-12-15T05:34:02.559Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:34:02.559Z] Dload Upload Total Spent Left Speed [2022-12-15T05:34:02.559Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72039 [Pipeline] sh [2022-12-15T05:34:03.281Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-12-15T05:34:03.638Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-12-15T05:34:03.638Z] + sudo tee /etc/docker/daemon.new [2022-12-15T05:34:03.638Z] { [2022-12-15T05:34:03.638Z] "registry-mirrors": [ [2022-12-15T05:34:03.638Z] "https://nexus3.edgexfoundry.org:10001" [2022-12-15T05:34:03.638Z] ], [2022-12-15T05:34:03.638Z] "bip": "10.250.0.254/24", [2022-12-15T05:34:03.638Z] "hosts": [ [2022-12-15T05:34:03.638Z] "tcp://0.0.0.0:5555", [2022-12-15T05:34:03.638Z] "unix:///var/run/docker.sock" [2022-12-15T05:34:03.638Z] ], [2022-12-15T05:34:03.638Z] "mtu": 1458, [2022-12-15T05:34:03.638Z] "selinux-enabled": true, [2022-12-15T05:34:03.638Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-12-15T05:34:03.638Z] } [Pipeline] sh [2022-12-15T05:34:03.989Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-12-15T05:34:04.336Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-15T05:34:22.667Z] provisioning config files... [2022-12-15T05:34:22.696Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config10159508248962540571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:34:23.090Z] ---> docker-login.sh [2022-12-15T05:34:23.090Z] nexus3.edgexfoundry.org:10001 [2022-12-15T05:34:23.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:34:23.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:34:23.680Z] Configure a credential helper to remove this warning. See [2022-12-15T05:34:23.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:34:23.680Z] [2022-12-15T05:34:23.680Z] Login Succeeded [2022-12-15T05:34:23.680Z] nexus3.edgexfoundry.org:10002 [2022-12-15T05:34:23.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:34:24.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:34:24.225Z] Configure a credential helper to remove this warning. See [2022-12-15T05:34:24.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:34:24.225Z] [2022-12-15T05:34:24.225Z] Login Succeeded [2022-12-15T05:34:24.225Z] nexus3.edgexfoundry.org:10003 [2022-12-15T05:34:24.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:34:24.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:34:24.496Z] Configure a credential helper to remove this warning. See [2022-12-15T05:34:24.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:34:24.496Z] [2022-12-15T05:34:24.496Z] Login Succeeded [2022-12-15T05:34:24.496Z] nexus3.edgexfoundry.org:10004 [2022-12-15T05:34:24.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:34:24.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:34:24.770Z] Configure a credential helper to remove this warning. See [2022-12-15T05:34:24.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:34:24.770Z] [2022-12-15T05:34:24.770Z] Login Succeeded [2022-12-15T05:34:24.770Z] docker.io [2022-12-15T05:34:25.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-12-15T05:34:25.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-12-15T05:34:25.315Z] Configure a credential helper to remove this warning. See [2022-12-15T05:34:25.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-12-15T05:34:25.315Z] [2022-12-15T05:34:25.315Z] Login Succeeded [2022-12-15T05:34:25.315Z] ---> docker-login.sh ends [Pipeline] } [2022-12-15T05:34:25.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-12-15T05:34:25.685Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-15T05:34:25.721Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-12-15T05:34:25.752Z] ========================================================= [2022-12-15T05:34:25.752Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-12-15T05:34:25.752Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:34:26.244Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-12-15T05:34:26.512Z] Sending build context to Docker daemon 1.12MB [2022-12-15T05:34:26.512Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-12-15T05:34:26.512Z] Step 2/13 : FROM ${BASE} AS builder [2022-12-15T05:34:26.783Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-12-15T05:34:26.783Z] 9b18e9b68314: Pulling fs layer [2022-12-15T05:34:26.783Z] 35d82f9e3411: Pulling fs layer [2022-12-15T05:34:26.783Z] e16973657156: Pulling fs layer [2022-12-15T05:34:26.783Z] fc693d55d65f: Pulling fs layer [2022-12-15T05:34:26.783Z] 7e9fc2657dce: Pulling fs layer [2022-12-15T05:34:26.783Z] dda99020689f: Pulling fs layer [2022-12-15T05:34:26.783Z] db1c61fa0a46: Pulling fs layer [2022-12-15T05:34:26.783Z] 891c053d2c06: Pulling fs layer [2022-12-15T05:34:26.783Z] fc693d55d65f: Waiting [2022-12-15T05:34:26.783Z] dda99020689f: Waiting [2022-12-15T05:34:26.783Z] db1c61fa0a46: Waiting [2022-12-15T05:34:26.783Z] 891c053d2c06: Waiting [2022-12-15T05:34:26.783Z] 7e9fc2657dce: Waiting [2022-12-15T05:34:26.783Z] e16973657156: Verifying Checksum [2022-12-15T05:34:26.783Z] e16973657156: Download complete [2022-12-15T05:34:26.783Z] 35d82f9e3411: Verifying Checksum [2022-12-15T05:34:26.783Z] 35d82f9e3411: Download complete [2022-12-15T05:34:26.783Z] 7e9fc2657dce: Verifying Checksum [2022-12-15T05:34:26.783Z] 7e9fc2657dce: Download complete [2022-12-15T05:34:26.783Z] dda99020689f: Verifying Checksum [2022-12-15T05:34:26.783Z] dda99020689f: Download complete [2022-12-15T05:34:26.783Z] 9b18e9b68314: Download complete [2022-12-15T05:34:27.769Z] 9b18e9b68314: Pull complete [2022-12-15T05:34:28.040Z] 891c053d2c06: Verifying Checksum [2022-12-15T05:34:28.040Z] 891c053d2c06: Download complete [2022-12-15T05:34:28.631Z] 35d82f9e3411: Pull complete [2022-12-15T05:34:28.907Z] e16973657156: Pull complete [2022-12-15T05:34:29.497Z] db1c61fa0a46: Verifying Checksum [2022-12-15T05:34:29.497Z] db1c61fa0a46: Download complete [2022-12-15T05:34:29.769Z] fc693d55d65f: Verifying Checksum [2022-12-15T05:34:29.769Z] fc693d55d65f: Download complete [2022-12-15T05:34:42.106Z] fc693d55d65f: Pull complete [2022-12-15T05:34:42.376Z] 7e9fc2657dce: Pull complete [2022-12-15T05:34:42.649Z] dda99020689f: Pull complete [2022-12-15T05:34:49.354Z] db1c61fa0a46: Pull complete [2022-12-15T05:34:52.705Z] 891c053d2c06: Pull complete [2022-12-15T05:34:52.705Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2022-12-15T05:34:52.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-12-15T05:34:52.705Z] ---> f96f9c87975a [2022-12-15T05:34:52.705Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2022-12-15T05:34:54.650Z] ---> Running in cac57b836d18 [2022-12-15T05:34:54.650Z] Removing intermediate container cac57b836d18 [2022-12-15T05:34:54.650Z] ---> 11dcf2a6e3e3 [2022-12-15T05:34:54.650Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-15T05:34:54.650Z] ---> Running in 0326ae333e85 [2022-12-15T05:34:54.918Z] Removing intermediate container 0326ae333e85 [2022-12-15T05:34:54.918Z] ---> 008732c11d4b [2022-12-15T05:34:54.918Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-12-15T05:34:55.186Z] ---> Running in 4e56b5bc5d0d [2022-12-15T05:34:55.454Z] Removing intermediate container 4e56b5bc5d0d [2022-12-15T05:34:55.454Z] ---> 796f9d1ce2f0 [2022-12-15T05:34:55.454Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-12-15T05:34:55.454Z] ---> Running in 47a0a4f43a75 [2022-12-15T05:34:55.723Z] Removing intermediate container 47a0a4f43a75 [2022-12-15T05:34:55.723Z] ---> 9fb8e6189e68 [2022-12-15T05:34:55.723Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-15T05:34:55.990Z] ---> Running in c77de53a685d [2022-12-15T05:34:56.956Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-15T05:34:57.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-15T05:34:58.505Z] (1/14) Installing libintl (0.21-r2) [2022-12-15T05:34:58.505Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-12-15T05:34:58.505Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-12-15T05:34:58.505Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-12-15T05:34:58.505Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-12-15T05:34:58.505Z] (6/14) Installing udev-init-scripts (35-r0) [2022-12-15T05:34:58.505Z] Executing udev-init-scripts-35-r0.post-install [2022-12-15T05:34:58.505Z] (7/14) Installing libblkid (2.38-r1) [2022-12-15T05:34:58.505Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-12-15T05:34:58.505Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-12-15T05:34:58.505Z] (10/14) Installing kmod-libs (29-r2) [2022-12-15T05:34:58.505Z] (11/14) Installing eudev (3.2.11-r0) [2022-12-15T05:34:58.505Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-12-15T05:34:58.505Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-12-15T05:34:58.777Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-12-15T05:34:58.777Z] Executing busybox-1.35.0-r17.trigger [2022-12-15T05:34:58.777Z] Executing eudev-3.2.11-r0.trigger [2022-12-15T05:34:58.777Z] OK: 228 MiB in 65 packages [2022-12-15T05:35:00.192Z] Removing intermediate container c77de53a685d [2022-12-15T05:35:00.192Z] ---> 08dfd97f3d50 [2022-12-15T05:35:00.192Z] Step 8/13 : WORKDIR /device-usb-camera [2022-12-15T05:35:00.192Z] ---> Running in 837e7e226490 [2022-12-15T05:35:00.192Z] Removing intermediate container 837e7e226490 [2022-12-15T05:35:00.192Z] ---> 2b449395aa3b [2022-12-15T05:35:00.192Z] Step 9/13 : COPY go.mod vendor* ./ [2022-12-15T05:35:00.781Z] ---> 9702915330c2 [2022-12-15T05:35:00.781Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-15T05:35:00.781Z] ---> Running in e9d9f2e751d5 [2022-12-15T05:35:57.239Z] Removing intermediate container e9d9f2e751d5 [2022-12-15T05:35:57.239Z] ---> 503c459dbf58 [2022-12-15T05:35:57.239Z] Step 11/13 : COPY . . [2022-12-15T05:35:57.239Z] ---> b9c960fa5749 [2022-12-15T05:35:57.239Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-12-15T05:35:57.239Z] ---> Running in e0d8697ca67c [2022-12-15T05:35:57.239Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:35:57.239Z] Dload Upload Total Spent Left Speed [2022-12-15T05:35:57.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6883 0 --:--:-- --:--:-- --:--:-- 6941 [2022-12-15T05:35:58.094Z] Removing intermediate container e0d8697ca67c [2022-12-15T05:35:58.094Z] ---> 9fc10f0886e5 [2022-12-15T05:35:58.094Z] Step 13/13 : RUN ${MAKE} [2022-12-15T05:35:58.094Z] ---> Running in 0987157fa388 [2022-12-15T05:35:59.063Z] noop [2022-12-15T05:35:59.652Z] Removing intermediate container 0987157fa388 [2022-12-15T05:35:59.652Z] ---> af794fb5c849 [2022-12-15T05:35:59.920Z] Successfully built af794fb5c849 [2022-12-15T05:35:59.920Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:36:00.407Z] + docker inspect -f . ci-base-image-arm64 [2022-12-15T05:36:00.407Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:36:00.663Z] prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container [2022-12-15T05:36:00.732Z] $ 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 ******** ci-base-image-arm64 cat [2022-12-15T05:36:01.972Z] $ docker top fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-15T05:36:02.865Z] + go version [2022-12-15T05:36:02.865Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-12-15T05:36:02.900Z] $ docker stop --time=1 fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a [2022-12-15T05:36:04.514Z] $ docker rm -f fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:36:05.356Z] + docker inspect -f . ci-base-image-arm64 [2022-12-15T05:36:05.357Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:36:05.586Z] prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container [2022-12-15T05:36:05.652Z] $ 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 ******** ci-base-image-arm64 cat [2022-12-15T05:36:06.829Z] $ docker top 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-15T05:36:07.376Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2022-12-15T05:36:08.022Z] + make test [2022-12-15T05:36:08.022Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-12-15T05:36:09.973Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-12-15T05:37:46.683Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-12-15T05:37:46.683Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.067s coverage: 1.9% of statements [2022-12-15T05:37:46.683Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-12-15T05:37:46.683Z] CGO_ENABLED=1 go vet ./... [2022-12-15T05:38:04.886Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-12-15T05:38:04.886Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-12-15T05:38:04.886Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-12-15T05:38:04.926Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-12-15T05:38:04.953Z] $ docker stop --time=1 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 [2022-12-15T05:38:06.702Z] $ docker rm -f 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-12-15T05:38:07.726Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-12-15T05:38:07.761Z] Warning: overwriting stash ‘coverage-report’ [2022-12-15T05:38:08.240Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-12-15T05:38:08.837Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-12-15T05:38:09.184Z] + ls -al . [2022-12-15T05:38:09.184Z] total 204 [2022-12-15T05:38:09.185Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 15 05:36 . [2022-12-15T05:38:09.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 .. [2022-12-15T05:38:09.185Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 05:33 .git [2022-12-15T05:38:09.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 .github [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 414 Dec 15 05:33 .gitignore [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 42 Dec 15 05:33 .golangci.yml [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 77 Dec 15 05:33 .hadolint.yml [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 9546 Dec 15 05:33 Attribution.txt [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 5460 Dec 15 05:33 CHANGELOG.md [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 2378 Dec 15 05:33 Dockerfile [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 05:33 GOVERNANCE.md [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 659 Dec 15 05:33 Jenkinsfile [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 11348 Dec 15 05:33 LICENSE [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 2554 Dec 15 05:33 Makefile [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 622 Dec 15 05:33 OWNERS.md [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 5934 Dec 15 05:33 README.md [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 05:30 VERSION [2022-12-15T05:38:09.185Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 05:33 bin [2022-12-15T05:38:09.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 cmd [2022-12-15T05:38:09.185Z] -rw-r--r-- 1 jenkins jenkins 30410 Dec 15 05:37 coverage.out [2022-12-15T05:38:09.185Z] -rwxrwxr-x 1 jenkins jenkins 140 Dec 15 05:33 docker-entrypoint.sh [2022-12-15T05:38:09.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 docs [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 3574 Dec 15 05:33 go.mod [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 45170 Dec 15 05:33 go.sum [2022-12-15T05:38:09.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 internal [2022-12-15T05:38:09.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 snap [2022-12-15T05:38:09.185Z] -rw-rw-r-- 1 jenkins jenkins 231 Dec 15 05:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:38:09.620Z] + 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=df2144b845a1547863039b3945da1fbc6ca5b3fa --label arch=arm64 --label version=0.0.0 . [2022-12-15T05:38:09.899Z] Sending build context to Docker daemon 1.151MB [2022-12-15T05:38:09.899Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-12-15T05:38:09.899Z] Step 2/35 : FROM ${BASE} AS builder [2022-12-15T05:38:09.900Z] ---> af794fb5c849 [2022-12-15T05:38:09.900Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2022-12-15T05:38:10.167Z] ---> Running in badad90f08ab [2022-12-15T05:38:10.435Z] Removing intermediate container badad90f08ab [2022-12-15T05:38:10.435Z] ---> dcf7dd5a0ce9 [2022-12-15T05:38:10.435Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-12-15T05:38:10.435Z] ---> Running in e3be00c1b97e [2022-12-15T05:38:10.712Z] Removing intermediate container e3be00c1b97e [2022-12-15T05:38:10.712Z] ---> 476d897f125d [2022-12-15T05:38:10.712Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-12-15T05:38:10.980Z] ---> Running in 106a0fd77d29 [2022-12-15T05:38:12.932Z] Removing intermediate container 106a0fd77d29 [2022-12-15T05:38:12.932Z] ---> c7e9cfda2907 [2022-12-15T05:38:12.932Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-12-15T05:38:12.932Z] ---> Running in 8242a0c3cbc5 [2022-12-15T05:38:12.932Z] Removing intermediate container 8242a0c3cbc5 [2022-12-15T05:38:13.200Z] ---> 8647d86c0c01 [2022-12-15T05:38:13.201Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-12-15T05:38:13.201Z] ---> Running in a45635979243 [2022-12-15T05:38:14.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-15T05:38:14.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-15T05:38:15.737Z] OK: 228 MiB in 65 packages [2022-12-15T05:38:16.709Z] Removing intermediate container a45635979243 [2022-12-15T05:38:16.709Z] ---> 5d7350c697c8 [2022-12-15T05:38:16.709Z] Step 8/35 : WORKDIR /device-usb-camera [2022-12-15T05:38:16.980Z] ---> Running in e8a3a60cecbc [2022-12-15T05:38:17.248Z] Removing intermediate container e8a3a60cecbc [2022-12-15T05:38:17.248Z] ---> 2bfb17af7929 [2022-12-15T05:38:17.248Z] Step 9/35 : COPY go.mod vendor* ./ [2022-12-15T05:38:17.833Z] ---> d1f63b5ff232 [2022-12-15T05:38:17.833Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-12-15T05:38:17.833Z] ---> Running in 5643fd8009e3 [2022-12-15T05:38:20.435Z] Removing intermediate container 5643fd8009e3 [2022-12-15T05:38:20.435Z] ---> a14c96c3b307 [2022-12-15T05:38:20.435Z] Step 11/35 : COPY . . [2022-12-15T05:38:21.413Z] ---> 8b9b766dc64f [2022-12-15T05:38:21.413Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-12-15T05:38:21.413Z] ---> Running in b510e1426809 [2022-12-15T05:38:22.381Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:38:22.381Z] Dload Upload Total Spent Left Speed [2022-12-15T05:38:22.381Z] 0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12603 0 --:--:-- --:--:-- --:--:-- 12795 [2022-12-15T05:38:23.345Z] Removing intermediate container b510e1426809 [2022-12-15T05:38:23.345Z] ---> 2d31be364b2a [2022-12-15T05:38:23.345Z] Step 13/35 : RUN ${MAKE} [2022-12-15T05:38:23.345Z] ---> Running in cd22f8c0c675 [2022-12-15T05:38:24.970Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-12-15T05:41:01.744Z] Removing intermediate container cd22f8c0c675 [2022-12-15T05:41:01.744Z] ---> add143a275b0 [2022-12-15T05:41:01.744Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-12-15T05:41:01.744Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-12-15T05:41:01.744Z] eab2503cf8f4: Pulling fs layer [2022-12-15T05:41:01.744Z] 97cd0a44c592: Pulling fs layer [2022-12-15T05:41:01.744Z] 97cd0a44c592: Download complete [2022-12-15T05:41:01.744Z] eab2503cf8f4: Verifying Checksum [2022-12-15T05:41:01.744Z] eab2503cf8f4: Download complete [2022-12-15T05:41:01.744Z] eab2503cf8f4: Pull complete [2022-12-15T05:41:01.744Z] 97cd0a44c592: Pull complete [2022-12-15T05:41:01.744Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-12-15T05:41:01.744Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-12-15T05:41:01.744Z] ---> 7f763cca56b3 [2022-12-15T05:41:01.744Z] Step 15/35 : FROM alpine:3.16 [2022-12-15T05:41:02.327Z] 3.16: Pulling from library/alpine [2022-12-15T05:41:02.327Z] 6875df1f5354: Pulling fs layer [2022-12-15T05:41:02.593Z] 6875df1f5354: Verifying Checksum [2022-12-15T05:41:02.593Z] 6875df1f5354: Download complete [2022-12-15T05:41:03.181Z] 6875df1f5354: Pull complete [2022-12-15T05:41:03.181Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2022-12-15T05:41:03.181Z] Status: Downloaded newer image for alpine:3.16 [2022-12-15T05:41:03.181Z] ---> 2b4661558fb8 [2022-12-15T05:41:03.181Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-12-15T05:41:03.449Z] ---> Running in f207a6fc5cd8 [2022-12-15T05:41:03.717Z] Removing intermediate container f207a6fc5cd8 [2022-12-15T05:41:03.717Z] ---> 8e58be196787 [2022-12-15T05:41:03.717Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-12-15T05:41:03.717Z] ---> Running in f3c4aa5e4c84 [2022-12-15T05:41:04.681Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-12-15T05:41:05.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-12-15T05:41:06.233Z] (1/82) Installing dumb-init (1.2.5-r1) [2022-12-15T05:41:06.233Z] (2/82) Installing sdl2 (2.0.22-r0) [2022-12-15T05:41:06.233Z] (3/82) Installing libxau (1.0.9-r0) [2022-12-15T05:41:06.233Z] (4/82) Installing libxdmcp (1.1.3-r0) [2022-12-15T05:41:06.233Z] (5/82) Installing libxcb (1.15-r0) [2022-12-15T05:41:06.233Z] (6/82) Installing libx11 (1.8-r0) [2022-12-15T05:41:06.502Z] (7/82) Installing aom-libs (3.3.0-r0) [2022-12-15T05:41:06.502Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2022-12-15T05:41:06.774Z] (9/82) Installing expat (2.5.0-r0) [2022-12-15T05:41:06.774Z] (10/82) Installing brotli-libs (1.0.9-r6) [2022-12-15T05:41:06.774Z] (11/82) Installing libbz2 (1.0.8-r1) [2022-12-15T05:41:06.774Z] (12/82) Installing libpng (1.6.37-r1) [2022-12-15T05:41:06.774Z] (13/82) Installing freetype (2.12.1-r0) [2022-12-15T05:41:06.774Z] (14/82) Installing fontconfig (2.14.0-r0) [2022-12-15T05:41:06.774Z] (15/82) Installing fribidi (1.0.12-r0) [2022-12-15T05:41:06.774Z] (16/82) Installing libffi (3.4.2-r1) [2022-12-15T05:41:06.774Z] (17/82) Installing libintl (0.21-r2) [2022-12-15T05:41:06.774Z] (18/82) Installing libblkid (2.38-r1) [2022-12-15T05:41:06.774Z] (19/82) Installing libmount (2.38-r1) [2022-12-15T05:41:06.774Z] (20/82) Installing pcre (8.45-r2) [2022-12-15T05:41:06.774Z] (21/82) Installing glib (2.72.1-r0) [2022-12-15T05:41:07.044Z] (22/82) Installing graphite2 (1.3.14-r1) [2022-12-15T05:41:07.044Z] (23/82) Installing harfbuzz (4.3.0-r0) [2022-12-15T05:41:07.044Z] (24/82) Installing libass (0.16.0-r0) [2022-12-15T05:41:07.044Z] (25/82) Installing libdav1d (1.0.0-r0) [2022-12-15T05:41:07.044Z] (26/82) Installing libdrm (2.4.110-r0) [2022-12-15T05:41:07.044Z] (27/82) Installing gmp (6.2.1-r2) [2022-12-15T05:41:07.044Z] (28/82) Installing nettle (3.7.3-r0) [2022-12-15T05:41:07.044Z] (29/82) Installing p11-kit (0.24.1-r0) [2022-12-15T05:41:07.044Z] (30/82) Installing libtasn1 (4.18.0-r0) [2022-12-15T05:41:07.044Z] (31/82) Installing libunistring (1.0-r0) [2022-12-15T05:41:07.314Z] (32/82) Installing gnutls (3.7.7-r0) [2022-12-15T05:41:07.314Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-12-15T05:41:07.314Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2022-12-15T05:41:07.314Z] (35/82) Installing lame (3.100-r0) [2022-12-15T05:41:07.314Z] (36/82) Installing opus (1.3.1-r1) [2022-12-15T05:41:07.314Z] (37/82) Installing libasyncns (0.8-r1) [2022-12-15T05:41:07.314Z] (38/82) Installing dbus-libs (1.14.4-r0) [2022-12-15T05:41:07.314Z] (39/82) Installing libltdl (2.4.7-r0) [2022-12-15T05:41:07.314Z] (40/82) Installing orc (0.4.32-r0) [2022-12-15T05:41:07.314Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2022-12-15T05:41:07.314Z] (42/82) Installing libogg (1.3.5-r1) [2022-12-15T05:41:07.314Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2022-12-15T05:41:07.314Z] (44/82) Installing flac (1.3.4-r0) [2022-12-15T05:41:07.314Z] (45/82) Installing libvorbis (1.3.7-r0) [2022-12-15T05:41:07.584Z] (46/82) Installing libsndfile (1.1.0-r0) [2022-12-15T05:41:07.584Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2022-12-15T05:41:07.584Z] (48/82) Installing soxr (0.1.3-r2) [2022-12-15T05:41:07.584Z] (49/82) Installing speexdsp (1.2.0-r0) [2022-12-15T05:41:07.584Z] (50/82) Installing tdb-libs (1.4.6-r0) [2022-12-15T05:41:07.584Z] (51/82) Installing libpulse (15.0-r2) [2022-12-15T05:41:07.584Z] (52/82) Installing cjson (1.7.15-r3) [2022-12-15T05:41:07.584Z] (53/82) Installing mbedtls (2.28.1-r0) [2022-12-15T05:41:07.584Z] (54/82) Installing librist (0.2.6-r1) [2022-12-15T05:41:07.584Z] (55/82) Installing libsrt (1.4.4-r0) [2022-12-15T05:41:07.584Z] (56/82) Installing libssh (0.9.6-r1) [2022-12-15T05:41:07.584Z] (57/82) Installing libtheora (1.1.1-r16) [2022-12-15T05:41:07.584Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2022-12-15T05:41:07.584Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2022-12-15T05:41:07.584Z] (60/82) Installing libxext (1.3.4-r0) [2022-12-15T05:41:07.584Z] (61/82) Installing libxfixes (6.0.0-r0) [2022-12-15T05:41:07.851Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2022-12-15T05:41:07.851Z] (63/82) Installing libva (2.14.0-r0) [2022-12-15T05:41:07.851Z] (64/82) Installing libvdpau (1.5-r0) [2022-12-15T05:41:07.851Z] (65/82) Installing vidstab (1.1.0-r1) [2022-12-15T05:41:07.851Z] (66/82) Installing libvpx (1.11.0-r1) [2022-12-15T05:41:07.851Z] (67/82) Installing libwebp (1.2.3-r0) [2022-12-15T05:41:07.851Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2022-12-15T05:41:07.851Z] (69/82) Installing numactl (2.0.14-r0) [2022-12-15T05:41:07.851Z] (70/82) Installing x265-libs (3.5-r3) [2022-12-15T05:41:08.120Z] (71/82) Installing xvidcore (1.3.7-r1) [2022-12-15T05:41:08.120Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2022-12-15T05:41:08.389Z] (73/82) Installing ffmpeg (5.0.1-r1) [2022-12-15T05:41:08.661Z] (74/82) Installing udev-init-scripts (35-r0) [2022-12-15T05:41:08.661Z] Executing udev-init-scripts-35-r0.post-install [2022-12-15T05:41:08.661Z] (75/82) Installing eudev-libs (3.2.11-r0) [2022-12-15T05:41:08.661Z] (76/82) Installing xz-libs (5.2.5-r1) [2022-12-15T05:41:08.661Z] (77/82) Installing zstd-libs (1.5.2-r1) [2022-12-15T05:41:08.661Z] (78/82) Installing kmod-libs (29-r2) [2022-12-15T05:41:08.661Z] (79/82) Installing eudev (3.2.11-r0) [2022-12-15T05:41:08.661Z] (80/82) Installing libsodium (1.0.18-r0) [2022-12-15T05:41:08.661Z] (81/82) Installing libzmq (4.3.4-r0) [2022-12-15T05:41:08.661Z] (82/82) Installing zeromq (4.3.4-r0) [2022-12-15T05:41:08.661Z] Executing busybox-1.35.0-r17.trigger [2022-12-15T05:41:08.661Z] Executing eudev-3.2.11-r0.trigger [2022-12-15T05:41:08.661Z] OK: 78 MiB in 96 packages [2022-12-15T05:41:14.012Z] Removing intermediate container f3c4aa5e4c84 [2022-12-15T05:41:14.012Z] ---> 5b9a58562a75 [2022-12-15T05:41:14.012Z] Step 18/35 : WORKDIR / [2022-12-15T05:41:14.012Z] ---> Running in 6e3ec1133c42 [2022-12-15T05:41:14.012Z] Removing intermediate container 6e3ec1133c42 [2022-12-15T05:41:14.012Z] ---> 0a79be094511 [2022-12-15T05:41:14.012Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-12-15T05:41:14.981Z] ---> 6c326ba837c8 [2022-12-15T05:41:14.981Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-12-15T05:41:15.566Z] ---> a1b8a3da4ffd [2022-12-15T05:41:15.566Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-12-15T05:41:16.151Z] ---> d5a8d1dca5a8 [2022-12-15T05:41:16.151Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-12-15T05:41:16.418Z] ---> 544eafad2513 [2022-12-15T05:41:16.418Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-12-15T05:41:17.001Z] ---> 68232b888571 [2022-12-15T05:41:17.001Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-12-15T05:41:17.587Z] ---> 6e66f79b75b9 [2022-12-15T05:41:17.587Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-12-15T05:41:18.550Z] ---> 79d5dfb440f6 [2022-12-15T05:41:18.551Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-12-15T05:41:18.820Z] ---> Running in b692b15d0f5d [2022-12-15T05:41:20.233Z] Removing intermediate container b692b15d0f5d [2022-12-15T05:41:20.233Z] ---> b8f4396fc1c1 [2022-12-15T05:41:20.233Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-12-15T05:41:20.233Z] ---> Running in 814348aff925 [2022-12-15T05:41:22.196Z] Removing intermediate container 814348aff925 [2022-12-15T05:41:22.196Z] ---> 4a4ca2d80705 [2022-12-15T05:41:22.196Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-12-15T05:41:22.196Z] ---> Running in bc95f20ef8b8 [2022-12-15T05:41:23.606Z] Removing intermediate container bc95f20ef8b8 [2022-12-15T05:41:23.606Z] ---> 516c2cf96e13 [2022-12-15T05:41:23.606Z] Step 29/35 : EXPOSE 59983 [2022-12-15T05:41:23.606Z] ---> Running in 3c72ea34c7e1 [2022-12-15T05:41:23.874Z] Removing intermediate container 3c72ea34c7e1 [2022-12-15T05:41:23.874Z] ---> 09196da4fa1c [2022-12-15T05:41:23.874Z] Step 30/35 : EXPOSE 8554 [2022-12-15T05:41:23.874Z] ---> Running in 105c24c18c7a [2022-12-15T05:41:24.152Z] Removing intermediate container 105c24c18c7a [2022-12-15T05:41:24.152Z] ---> 559c63087eba [2022-12-15T05:41:24.152Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-12-15T05:41:24.420Z] ---> Running in f69c594576ad [2022-12-15T05:41:24.688Z] Removing intermediate container f69c594576ad [2022-12-15T05:41:24.688Z] ---> de5e5968bc74 [2022-12-15T05:41:24.688Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-12-15T05:41:24.688Z] ---> Running in 26c08362a78b [2022-12-15T05:41:24.958Z] Removing intermediate container 26c08362a78b [2022-12-15T05:41:24.959Z] ---> c9db699c5d99 [2022-12-15T05:41:24.959Z] Step 33/35 : LABEL arch=arm64 [2022-12-15T05:41:25.237Z] ---> Running in 6d08481ab6db [2022-12-15T05:41:25.508Z] Removing intermediate container 6d08481ab6db [2022-12-15T05:41:25.508Z] ---> 44ee906ecba9 [2022-12-15T05:41:25.508Z] Step 34/35 : LABEL git_sha=df2144b845a1547863039b3945da1fbc6ca5b3fa [2022-12-15T05:41:25.508Z] ---> Running in 8ed6404777ef [2022-12-15T05:41:25.775Z] Removing intermediate container 8ed6404777ef [2022-12-15T05:41:25.775Z] ---> 6f6358f9ffa5 [2022-12-15T05:41:25.775Z] Step 35/35 : LABEL version=0.0.0 [2022-12-15T05:41:25.775Z] ---> Running in bb214ae14d87 [2022-12-15T05:41:26.042Z] Removing intermediate container bb214ae14d87 [2022-12-15T05:41:26.042Z] ---> 0533de9b41ae [2022-12-15T05:41:26.042Z] [Warning] One or more build-args [ARCH] were not consumed [2022-12-15T05:41:26.042Z] Successfully built 0533de9b41ae [2022-12-15T05:41:26.042Z] 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 [2022-12-15T05:41:26.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-15T05:41:26.822Z] [2022-12-15T05:41:26.822Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:41:27.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-15T05:41:27.217Z] arm64: Pulling from edgex-lftools-log-publisher [2022-12-15T05:41:27.217Z] 8998bd30e6a1: Pulling fs layer [2022-12-15T05:41:27.217Z] 04944245beec: Pulling fs layer [2022-12-15T05:41:27.217Z] 699f458cf7ca: Pulling fs layer [2022-12-15T05:41:27.217Z] 765212b225bb: Pulling fs layer [2022-12-15T05:41:27.217Z] f23df028b6ca: Pulling fs layer [2022-12-15T05:41:27.217Z] d65c8cfc05b1: Pulling fs layer [2022-12-15T05:41:27.217Z] 2437ff75d9bd: Pulling fs layer [2022-12-15T05:41:27.217Z] f23df028b6ca: Waiting [2022-12-15T05:41:27.217Z] d65c8cfc05b1: Waiting [2022-12-15T05:41:27.217Z] 2437ff75d9bd: Waiting [2022-12-15T05:41:27.217Z] 765212b225bb: Waiting [2022-12-15T05:41:27.484Z] 04944245beec: Verifying Checksum [2022-12-15T05:41:27.484Z] 04944245beec: Download complete [2022-12-15T05:41:27.484Z] 765212b225bb: Verifying Checksum [2022-12-15T05:41:27.484Z] 765212b225bb: Download complete [2022-12-15T05:41:27.484Z] f23df028b6ca: Verifying Checksum [2022-12-15T05:41:27.484Z] f23df028b6ca: Download complete [2022-12-15T05:41:27.484Z] d65c8cfc05b1: Verifying Checksum [2022-12-15T05:41:27.484Z] d65c8cfc05b1: Download complete [2022-12-15T05:41:27.751Z] 699f458cf7ca: Verifying Checksum [2022-12-15T05:41:27.751Z] 699f458cf7ca: Download complete [2022-12-15T05:41:28.020Z] 8998bd30e6a1: Verifying Checksum [2022-12-15T05:41:28.020Z] 8998bd30e6a1: Download complete [2022-12-15T05:41:30.607Z] 2437ff75d9bd: Verifying Checksum [2022-12-15T05:41:30.607Z] 2437ff75d9bd: Download complete [2022-12-15T05:41:32.018Z] 8998bd30e6a1: Pull complete [2022-12-15T05:41:32.604Z] 04944245beec: Pull complete [2022-12-15T05:41:34.015Z] 699f458cf7ca: Pull complete [2022-12-15T05:41:34.283Z] 765212b225bb: Pull complete [2022-12-15T05:41:34.870Z] f23df028b6ca: Pull complete [2022-12-15T05:41:35.138Z] d65c8cfc05b1: Pull complete [2022-12-15T05:41:50.343Z] 2437ff75d9bd: Pull complete [2022-12-15T05:41:50.343Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-12-15T05:41:50.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-12-15T05:41:50.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:41:50.651Z] prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container [2022-12-15T05:41:50.712Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-12-15T05:41:53.321Z] $ docker top 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:41:54.235Z] ---> job-cost.sh [2022-12-15T05:41:54.235Z] lf-activate-venv: SKIPPING [2022-12-15T05:41:54.235Z] INFO: No Stack... [2022-12-15T05:41:54.505Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-12-15T05:41:55.467Z] INFO: Archiving Costs [Pipeline] sh [2022-12-15T05:41:56.127Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2022-12-15T05:41:56.127Z] + cut -d, -f6 [Pipeline] lock [2022-12-15T05:41:56.212Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [2022-12-15T05:41:56.217Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] did not exist. Created. [2022-12-15T05:41:56.217Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-12-15T05:41:56.944Z] /w/workspace/device-usb-camera/1@tmp/durable-10f4dcc2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-12-15T05:41:57.615Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-12-15T05:41:57.649Z] Warning: overwriting stash ‘stack-cost’ [2022-12-15T05:41:57.705Z] Stashed 1 file(s) [Pipeline] } [2022-12-15T05:41:57.719Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-12-15T05:41:57.795Z] $ docker stop --time=1 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f [2022-12-15T05:41:59.296Z] $ docker rm -f 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f [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 [2022-12-15T05:42:00.335Z] provisioning config files... [2022-12-15T05:42:00.345Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config5344270342417437934tmp [Pipeline] { [Pipeline] sh [2022-12-15T05:42:00.682Z] + set +x [2022-12-15T05:42:00.683Z] + bash -s -- [2022-12-15T05:42:00.683Z] + curl -s https://codecov.io/bash [2022-12-15T05:42:00.683Z] [2022-12-15T05:42:00.683Z] _____ _ [2022-12-15T05:42:00.683Z] / ____| | | [2022-12-15T05:42:00.683Z] | | ___ __| | ___ ___ _____ __ [2022-12-15T05:42:00.683Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-12-15T05:42:00.683Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-12-15T05:42:00.683Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-12-15T05:42:00.683Z] Bash-1.0.6 [2022-12-15T05:42:00.683Z] [2022-12-15T05:42:00.683Z] [2022-12-15T05:42:00.683Z] ==> git version 2.25.1 found [2022-12-15T05:42:00.683Z] ==> 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 [2022-12-15T05:42:00.683Z] Release-Date: 2020-01-08 [2022-12-15T05:42:00.683Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-12-15T05:42:00.683Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-12-15T05:42:00.683Z] ==> Jenkins CI detected. [2022-12-15T05:42:00.683Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-119 [2022-12-15T05:42:00.683Z] project root: . [2022-12-15T05:42:00.683Z] --> token set from env [2022-12-15T05:42:00.683Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-12-15T05:42:00.683Z] ==> Running gcov in . (disable via -X gcov) [2022-12-15T05:42:00.683Z] ==> Python coveragepy not found [2022-12-15T05:42:00.683Z] ==> Searching for coverage reports in: [2022-12-15T05:42:00.683Z] + . [2022-12-15T05:42:00.941Z] -> Found 1 reports [2022-12-15T05:42:00.941Z] ==> Detecting git/mercurial file structure [2022-12-15T05:42:00.941Z] ==> Reading reports [2022-12-15T05:42:00.941Z] + ./coverage.out bytes=30410 [2022-12-15T05:42:00.941Z] ==> Appending adjustments [2022-12-15T05:42:00.941Z] https://docs.codecov.io/docs/fixing-reports [2022-12-15T05:42:00.941Z] + Found adjustments [2022-12-15T05:42:00.941Z] ==> Gzipping contents [2022-12-15T05:42:00.941Z] 8.0K /tmp/codecov.x8UgV0.gz [2022-12-15T05:42:00.941Z] ==> Uploading reports [2022-12-15T05:42:00.941Z] url: https://codecov.io [2022-12-15T05:42:00.941Z] query: branch=PR-119&commit=df2144b845a1547863039b3945da1fbc6ca5b3fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=119&job=&cmd_args= [2022-12-15T05:42:00.941Z] -> Pinging Codecov [2022-12-15T05:42:00.941Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-119&commit=df2144b845a1547863039b3945da1fbc6ca5b3fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=119&job=&cmd_args= [2022-12-15T05:42:01.509Z] -> Uploading to [2022-12-15T05:42:01.509Z] https://storage.googleapis.com/codecov/v4/raw/2022-12-15/73D8F5FF140700D3E01443B452E23636/df2144b845a1547863039b3945da1fbc6ca5b3fa/604eeea3-6ae8-4cb2-96b5-9a121939ef75.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221215T054201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71bee84528a60629f23f99f85c601f0bc235f021063211e242a84ff93afc5688 [2022-12-15T05:42:01.509Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-12-15T05:42:01.509Z] Dload Upload Total Spent Left Speed [2022-12-15T05:42:01.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4292 0 0 100 4292 0 18109 --:--:-- --:--:-- --:--:-- 18109 [2022-12-15T05:42:01.769Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] } [2022-12-15T05:42:01.796Z] 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 [2022-12-15T05:42:03.478Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-119/archives ] [2022-12-15T05:42:03.478Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-119/archives [2022-12-15T05:42:03.478Z] total 16 [2022-12-15T05:42:03.478Z] drwxr-xr-x 3 root root 4096 Dec 15 05:32 . [2022-12-15T05:42:03.478Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 05:32 .. [2022-12-15T05:42:03.478Z] drwxr-xr-x 2 root root 4096 Dec 15 05:32 cost [2022-12-15T05:42:03.478Z] -rw-r--r-- 1 root root 89 Dec 15 05:32 cost.csv [2022-12-15T05:42:03.478Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-119/archives [2022-12-15T05:42:03.478Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-119/archives [2022-12-15T05:42:03.478Z] total 16 [2022-12-15T05:42:03.478Z] drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 05:32 . [2022-12-15T05:42:03.478Z] drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 05:32 .. [2022-12-15T05:42:03.478Z] drwxr-xr-x 2 jenkins jenkins 4096 Dec 15 05:32 cost [2022-12-15T05:42:03.478Z] -rw-r--r-- 1 jenkins jenkins 89 Dec 15 05:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:03.803Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:04.691Z] ---> package-listing.sh [2022-12-15T05:42:04.691Z] ++ facter osfamily [2022-12-15T05:42:04.691Z] ++ tr '[:upper:]' '[:lower:]' [2022-12-15T05:42:04.950Z] + OS_FAMILY=debian [2022-12-15T05:42:04.950Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-119 [2022-12-15T05:42:04.950Z] + START_PACKAGES=/tmp/packages_start.txt [2022-12-15T05:42:04.950Z] + END_PACKAGES=/tmp/packages_end.txt [2022-12-15T05:42:04.950Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-12-15T05:42:04.950Z] + PACKAGES=/tmp/packages_start.txt [2022-12-15T05:42:04.950Z] + '[' /w/workspace/foundry_device-usb-camera_PR-119 ']' [2022-12-15T05:42:04.950Z] + PACKAGES=/tmp/packages_end.txt [2022-12-15T05:42:04.950Z] + case "${OS_FAMILY}" in [2022-12-15T05:42:04.950Z] + dpkg -l [2022-12-15T05:42:04.950Z] + grep '^ii' [2022-12-15T05:42:04.950Z] + '[' -f /tmp/packages_start.txt ']' [2022-12-15T05:42:04.950Z] + '[' -f /tmp/packages_end.txt ']' [2022-12-15T05:42:04.950Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-12-15T05:42:04.950Z] + '[' /w/workspace/foundry_device-usb-camera_PR-119 ']' [2022-12-15T05:42:04.950Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-119/archives/ [2022-12-15T05:42:04.950Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-119/archives/ [Pipeline] echo [2022-12-15T05:42:04.988Z] 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-119/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-12-15T05:42:05.279Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-15T05:42:05.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-12-15T05:42:05.908Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-12-15T05:42:06.043Z] prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container [2022-12-15T05:42:06.074Z] $ 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-119/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-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-12-15T05:42:06.277Z] $ docker top c69f23c636cb3755f415934092a51f8b16444b8167ffddd2e4ba5cdbabc199c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-12-15T05:42:06.661Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-12-15T05:42:06.971Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-12-15T05:42:07.280Z] + ls /var/log/sa-host [2022-12-15T05:42:07.280Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-12-15T05:42:07.586Z] provisioning config files... [2022-12-15T05:42:07.595Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config7313799251119591600tmp [Pipeline] { [Pipeline] echo [2022-12-15T05:42:07.650Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:07.962Z] ---> create-netrc.sh [Pipeline] } [2022-12-15T05:42:07.993Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:08.392Z] ---> python-tools-install.sh [Pipeline] echo [2022-12-15T05:42:08.424Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:08.735Z] ---> sudo-logs.sh [2022-12-15T05:42:08.735Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-12-15T05:42:08.818Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:09.125Z] ---> job-cost.sh [2022-12-15T05:42:09.125Z] lf-activate-venv: SKIPPING [2022-12-15T05:42:09.125Z] DEBUG: total: 0.2199999988079071 [2022-12-15T05:42:09.125Z] INFO: Retrieving Stack Cost... [2022-12-15T05:42:09.383Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-12-15T05:42:09.950Z] INFO: Archiving Costs [Pipeline] echo [2022-12-15T05:42:09.984Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-12-15T05:42:10.290Z] ---> logs-deploy.sh [2022-12-15T05:42:10.290Z] lf-activate-venv: SKIPPING [2022-12-15T05:42:10.290Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-119/1 [2022-12-15T05:42:10.290Z] INFO: archiving workspace using pattern(s): [2022-12-15T05:42:11.228Z] Archives upload complete. [2022-12-15T05:42:11.228Z] INFO: archiving logs to Nexus