Pull request #224 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 04d3159039878f9a4b0467ac0faab460dc658315+a96d24b1846f601a5cabef5dd86be8ade2ea54c6 (00d5ed6e4bb0c447b0577e6cd1a23eb2f90ebda1) 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-ssh12877858537890211989.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh7552912536808402956.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-224/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-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7751444108515196645.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-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11034055447134380450.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh17729973691230639829.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-224/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-224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18408970807138762216.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-11035 in /w/workspace/foundry_device-usb-camera_PR-224 [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-224 # 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 > 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/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a96d24b1846f601a5cabef5dd86be8ade2ea54c6 into PR head commit 04d3159039878f9a4b0467ac0faab460dc658315 Merge succeeded, producing 04d3159039878f9a4b0467ac0faab460dc658315 Checking out Revision 04d3159039878f9a4b0467ac0faab460dc658315 (PR-224) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-26T18:01:50.444Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-26T18:01:50.637Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-26T18:01:50.748Z] ========================================================= [2023-04-26T18:01:50.748Z] EdgeX Global Pipelines Version Info [2023-04-26T18:01:50.748Z] ========================================================= > git config core.sparsecheckout # timeout=10 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # 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 a96d24b1846f601a5cabef5dd86be8ade2ea54c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:01:51.528Z] ------------------- [2023-04-26T18:01:51.528Z] stable info: [2023-04-26T18:01:51.528Z] ------------------- [2023-04-26T18:01:51.528Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-26T18:01:51.528Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T18:01:51.528Z] Message: update stable to v1.0.248 [2023-04-26T18:01:52.101Z] ------------------- [2023-04-26T18:01:52.101Z] experimental info: [2023-04-26T18:01:52.101Z] ------------------- [2023-04-26T18:01:52.101Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-26T18:01:52.101Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T18:01:52.101Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-26T18:01:52.385Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-04-26T18:01:52.429Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-04-26T18:01:52.472Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-26T18:01:52.513Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-26T18:01:52.557Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-26T18:01:52.600Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-26T18:01:52.641Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-26T18:01:52.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-26T18:01:52.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-26T18:01:52.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-26T18:01:52.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-26T18:01:52.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-04-26T18:01:52.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-26T18:01:52.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-26T18:01:52.982Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T18:01:53.019Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-26T18:01:53.059Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T18:01:53.102Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-26T18:01:53.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-26T18:01:53.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-26T18:01:53.227Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-26T18:01:53.269Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-26T18:01:53.312Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-26T18:01:53.354Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-26T18:01:53.398Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-26T18:01:53.443Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-26T18:01:53.485Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-26T18:01:53.535Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo [2023-04-26T18:01:53.576Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo [2023-04-26T18:01:53.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo [2023-04-26T18:01:53.657Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo [2023-04-26T18:01:53.700Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04d3159 [Pipeline] echo [2023-04-26T18:01:53.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T18:01:53.861Z] provisioning config files... [2023-04-26T18:01:53.891Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config10350955626889928804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:01:54.231Z] ---> docker-login.sh [2023-04-26T18:01:54.231Z] nexus3.edgexfoundry.org:10001 [2023-04-26T18:01:54.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:01:54.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:01:54.492Z] Configure a credential helper to remove this warning. See [2023-04-26T18:01:54.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:01:54.492Z] [2023-04-26T18:01:54.492Z] Login Succeeded [2023-04-26T18:01:54.492Z] nexus3.edgexfoundry.org:10002 [2023-04-26T18:01:54.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:01:54.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:01:54.492Z] Configure a credential helper to remove this warning. See [2023-04-26T18:01:54.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:01:54.492Z] [2023-04-26T18:01:54.492Z] Login Succeeded [2023-04-26T18:01:54.492Z] nexus3.edgexfoundry.org:10003 [2023-04-26T18:01:54.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:01:54.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:01:54.751Z] Configure a credential helper to remove this warning. See [2023-04-26T18:01:54.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:01:54.751Z] [2023-04-26T18:01:54.751Z] Login Succeeded [2023-04-26T18:01:54.751Z] nexus3.edgexfoundry.org:10004 [2023-04-26T18:01:54.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:01:54.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:01:54.751Z] Configure a credential helper to remove this warning. See [2023-04-26T18:01:54.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:01:54.751Z] [2023-04-26T18:01:54.751Z] Login Succeeded [2023-04-26T18:01:54.751Z] docker.io [2023-04-26T18:01:54.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:01:55.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:01:55.011Z] Configure a credential helper to remove this warning. See [2023-04-26T18:01:55.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:01:55.011Z] [2023-04-26T18:01:55.011Z] Login Succeeded [2023-04-26T18:01:55.011Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T18:01:55.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-26T18:01:55.682Z] + git rev-list -1 --merges 04d3159039878f9a4b0467ac0faab460dc658315~1..04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo [2023-04-26T18:01:55.747Z] -----------> git rev-list -1 --merges 04d3159039878f9a4b0467ac0faab460dc658315~1..04d3159039878f9a4b0467ac0faab460dc658315 04d3159039878f9a4b0467ac0faab460dc658315 [false] [Pipeline] sh [2023-04-26T18:01:56.064Z] + git log --format=format:%s -1 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo [2023-04-26T18:01:56.099Z] ========================================================= [2023-04-26T18:01:56.099Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-26T18:01:56.099Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T18:01:56.517Z] + git log --format=format:%s -1 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo [2023-04-26T18:01:56.555Z] [semverPrep] GIT_COMMIT: 04d3159039878f9a4b0467ac0faab460dc658315, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-26T18:01:56.585Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-26T18:01:56.989Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-26T18:01:56.989Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-26T18:01:56.989Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-26T18:01:56.989Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-26T18:01:56.989Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-26T18:01:56.989Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-26T18:01:56.989Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:01:57.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T18:01:57.409Z] [2023-04-26T18:01:57.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:01:57.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T18:01:57.784Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-26T18:01:57.784Z] b85a868b505f: Pulling fs layer [2023-04-26T18:01:57.784Z] e2be974225ed: Pulling fs layer [2023-04-26T18:01:57.784Z] 339a4e72a1f5: Pulling fs layer [2023-04-26T18:01:57.784Z] 988bab9f4d93: Pulling fs layer [2023-04-26T18:01:57.784Z] 1469e6f7b9e6: Pulling fs layer [2023-04-26T18:01:57.784Z] eaf3925da568: Pulling fs layer [2023-04-26T18:01:57.784Z] bab4dde63d76: Pulling fs layer [2023-04-26T18:01:57.784Z] bde34c3a00c8: Pulling fs layer [2023-04-26T18:01:57.784Z] b352a97aabf1: Pulling fs layer [2023-04-26T18:01:57.784Z] bab4dde63d76: Waiting [2023-04-26T18:01:57.784Z] 1469e6f7b9e6: Waiting [2023-04-26T18:01:57.784Z] eaf3925da568: Waiting [2023-04-26T18:01:57.784Z] bde34c3a00c8: Waiting [2023-04-26T18:01:57.784Z] b352a97aabf1: Waiting [2023-04-26T18:01:57.784Z] 988bab9f4d93: Waiting [2023-04-26T18:01:57.784Z] 4872d77fe225: Pulling fs layer [2023-04-26T18:01:57.784Z] 5851b861e8e6: Pulling fs layer [2023-04-26T18:01:57.784Z] 5851b861e8e6: Waiting [2023-04-26T18:01:57.784Z] e2be974225ed: Download complete [2023-04-26T18:01:57.784Z] 988bab9f4d93: Verifying Checksum [2023-04-26T18:01:57.784Z] 988bab9f4d93: Download complete [2023-04-26T18:01:57.784Z] 1469e6f7b9e6: Verifying Checksum [2023-04-26T18:01:57.784Z] 1469e6f7b9e6: Download complete [2023-04-26T18:01:57.784Z] eaf3925da568: Verifying Checksum [2023-04-26T18:01:57.784Z] eaf3925da568: Download complete [2023-04-26T18:01:58.048Z] 339a4e72a1f5: Verifying Checksum [2023-04-26T18:01:58.048Z] 339a4e72a1f5: Download complete [2023-04-26T18:01:58.048Z] bde34c3a00c8: Verifying Checksum [2023-04-26T18:01:58.048Z] bde34c3a00c8: Download complete [2023-04-26T18:01:58.048Z] b352a97aabf1: Download complete [2023-04-26T18:01:58.048Z] 4872d77fe225: Download complete [2023-04-26T18:01:58.048Z] 5851b861e8e6: Verifying Checksum [2023-04-26T18:01:58.048Z] 5851b861e8e6: Download complete [2023-04-26T18:01:58.048Z] b85a868b505f: Download complete [2023-04-26T18:01:58.307Z] bab4dde63d76: Verifying Checksum [2023-04-26T18:01:58.307Z] bab4dde63d76: Download complete [2023-04-26T18:01:59.243Z] b85a868b505f: Pull complete [2023-04-26T18:01:59.503Z] e2be974225ed: Pull complete [2023-04-26T18:02:00.075Z] 339a4e72a1f5: Pull complete [2023-04-26T18:02:00.075Z] 988bab9f4d93: Pull complete [2023-04-26T18:02:00.337Z] 1469e6f7b9e6: Pull complete [2023-04-26T18:02:00.337Z] eaf3925da568: Pull complete [2023-04-26T18:02:02.239Z] bab4dde63d76: Pull complete [2023-04-26T18:02:02.239Z] bde34c3a00c8: Pull complete [2023-04-26T18:02:02.498Z] b352a97aabf1: Pull complete [2023-04-26T18:02:02.498Z] 4872d77fe225: Pull complete [2023-04-26T18:02:02.498Z] 5851b861e8e6: Pull complete [2023-04-26T18:02:02.498Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-26T18:02:02.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-26T18:02:02.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:02:03.010Z] prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container [2023-04-26T18:02:03.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-26T18:02:05.265Z] $ docker top c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b -eo pid,comm [2023-04-26T18:02:05.323Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-26T18:02:05.323Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-26T18:02:05.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T18:02:05.449Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T18:02:05.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T18:02:05.558Z] $ docker exec c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent [2023-04-26T18:02:05.673Z] SSH_AUTH_SOCK=/tmp/ssh-rut7W5oZG3jT/agent.32 [2023-04-26T18:02:05.673Z] SSH_AGENT_PID=38 [2023-04-26T18:02:05.681Z] Running ssh-add (command line suppressed) [2023-04-26T18:02:05.796Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_1896719372581219379.key (/w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_1896719372581219379.key) [2023-04-26T18:02:05.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T18:02:06.142Z] + git tag --points-at HEAD [Pipeline] } [2023-04-26T18:02:06.169Z] $ docker exec --env ******** --env ******** c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent -k [2023-04-26T18:02:06.283Z] unset SSH_AUTH_SOCK; [2023-04-26T18:02:06.284Z] unset SSH_AGENT_PID; [2023-04-26T18:02:06.285Z] echo Agent pid 38 killed; [2023-04-26T18:02:06.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-26T18:02:06.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-26T18:02:06.376Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-26T18:02:06.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-26T18:02:06.495Z] $ docker exec c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent [2023-04-26T18:02:06.612Z] SSH_AUTH_SOCK=/tmp/ssh-yWrwOdlfTKI7/agent.71 [2023-04-26T18:02:06.612Z] SSH_AGENT_PID=77 [2023-04-26T18:02:06.618Z] Running ssh-add (command line suppressed) [2023-04-26T18:02:06.713Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_8591861839949947901.key (/w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_8591861839949947901.key) [2023-04-26T18:02:06.727Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-26T18:02:07.063Z] + git semver init [2023-04-26T18:02:07.323Z] 2023-04-26 18:02:07,266 [run_init] DEBUG init version:0.0.0 force:False [2023-04-26T18:02:07.323Z] 2023-04-26 18:02:07,267 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-224/.semver [2023-04-26T18:02:07.323Z] 2023-04-26 18:02:07,267 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-224/.semver [2023-04-26T18:02:07.323Z] 2023-04-26 18:02:07,267 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-224/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-224, universal_newlines=False, shell=None, istream=None) [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,950 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-224/.git/info/exclude [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 with force:False [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,950 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,954 [execute] INFO git cat-file --batch-check [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,961 [execute] INFO git cat-file --batch [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,962 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) [2023-04-26T18:02:08.262Z] 2023-04-26 18:02:07,966 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 [2023-04-26T18:02:08.262Z] 0.0.0 [Pipeline] } [2023-04-26T18:02:08.288Z] $ docker exec --env ******** --env ******** c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent -k [2023-04-26T18:02:08.393Z] unset SSH_AUTH_SOCK; [2023-04-26T18:02:08.393Z] unset SSH_AGENT_PID; [2023-04-26T18:02:08.393Z] echo Agent pid 77 killed; [2023-04-26T18:02:08.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-26T18:02:08.825Z] + git semver [Pipeline] } [2023-04-26T18:02:09.108Z] $ docker stop --time=1 c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b [2023-04-26T18:02:10.423Z] $ docker rm -f --volumes c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T18:02:10.848Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-26T18:02:11.169Z] Stashed 1 file(s) [Pipeline] echo [2023-04-26T18:02:11.187Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T18:02:11.774Z] provisioning config files... [2023-04-26T18:02:11.784Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config3128333949721590184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:02:12.134Z] ---> docker-login.sh [2023-04-26T18:02:12.134Z] nexus3.edgexfoundry.org:10001 [2023-04-26T18:02:12.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:02:12.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:02:12.134Z] Configure a credential helper to remove this warning. See [2023-04-26T18:02:12.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:02:12.134Z] [2023-04-26T18:02:12.134Z] Login Succeeded [2023-04-26T18:02:12.134Z] nexus3.edgexfoundry.org:10002 [2023-04-26T18:02:12.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:02:12.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:02:12.134Z] Configure a credential helper to remove this warning. See [2023-04-26T18:02:12.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:02:12.134Z] [2023-04-26T18:02:12.134Z] Login Succeeded [2023-04-26T18:02:12.134Z] nexus3.edgexfoundry.org:10003 [2023-04-26T18:02:12.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:02:12.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:02:12.395Z] Configure a credential helper to remove this warning. See [2023-04-26T18:02:12.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:02:12.395Z] [2023-04-26T18:02:12.395Z] Login Succeeded [2023-04-26T18:02:12.395Z] nexus3.edgexfoundry.org:10004 [2023-04-26T18:02:12.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:02:12.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:02:12.395Z] Configure a credential helper to remove this warning. See [2023-04-26T18:02:12.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:02:12.395Z] [2023-04-26T18:02:12.395Z] Login Succeeded [2023-04-26T18:02:12.395Z] docker.io [2023-04-26T18:02:12.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:02:12.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:02:12.654Z] Configure a credential helper to remove this warning. See [2023-04-26T18:02:12.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:02:12.655Z] [2023-04-26T18:02:12.655Z] Login Succeeded [2023-04-26T18:02:12.655Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T18:02:12.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T18:02:12.887Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T18:02:12.924Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T18:02:12.957Z] ========================================================= [2023-04-26T18:02:12.957Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-26T18:02:12.957Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:02:13.432Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-26T18:02:13.433Z] Sending build context to Docker daemon 1.961MB [2023-04-26T18:02:13.433Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T18:02:13.433Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-26T18:02:13.433Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-26T18:02:13.433Z] f56be85fc22e: Pulling fs layer [2023-04-26T18:02:13.433Z] 85791d961cd3: Pulling fs layer [2023-04-26T18:02:13.433Z] d694b5ae8c79: Pulling fs layer [2023-04-26T18:02:13.433Z] 9f32a84ed3da: Pulling fs layer [2023-04-26T18:02:13.433Z] 4d19c01a9841: Pulling fs layer [2023-04-26T18:02:13.433Z] 9325e15d5711: Pulling fs layer [2023-04-26T18:02:13.433Z] 556b6ee489ea: Pulling fs layer [2023-04-26T18:02:13.433Z] c5a4b2cf53e6: Pulling fs layer [2023-04-26T18:02:13.433Z] 9f32a84ed3da: Waiting [2023-04-26T18:02:13.433Z] 4d19c01a9841: Waiting [2023-04-26T18:02:13.433Z] 9325e15d5711: Waiting [2023-04-26T18:02:13.433Z] 556b6ee489ea: Waiting [2023-04-26T18:02:13.433Z] c5a4b2cf53e6: Waiting [2023-04-26T18:02:13.433Z] 85791d961cd3: Download complete [2023-04-26T18:02:13.433Z] 9f32a84ed3da: Verifying Checksum [2023-04-26T18:02:13.433Z] 9f32a84ed3da: Download complete [2023-04-26T18:02:13.433Z] 4d19c01a9841: Verifying Checksum [2023-04-26T18:02:13.433Z] 4d19c01a9841: Download complete [2023-04-26T18:02:13.433Z] f56be85fc22e: Verifying Checksum [2023-04-26T18:02:13.433Z] f56be85fc22e: Download complete [2023-04-26T18:02:13.694Z] 9325e15d5711: Verifying Checksum [2023-04-26T18:02:13.694Z] 9325e15d5711: Download complete [2023-04-26T18:02:13.694Z] f56be85fc22e: Pull complete [2023-04-26T18:02:13.960Z] 85791d961cd3: Pull complete [2023-04-26T18:02:14.220Z] c5a4b2cf53e6: Verifying Checksum [2023-04-26T18:02:14.220Z] c5a4b2cf53e6: Download complete [2023-04-26T18:02:14.220Z] d694b5ae8c79: Verifying Checksum [2023-04-26T18:02:14.220Z] d694b5ae8c79: Download complete [2023-04-26T18:02:14.220Z] 556b6ee489ea: Verifying Checksum [2023-04-26T18:02:14.220Z] 556b6ee489ea: Download complete [2023-04-26T18:02:17.512Z] d694b5ae8c79: Pull complete [2023-04-26T18:02:17.512Z] 9f32a84ed3da: Pull complete [2023-04-26T18:02:17.512Z] 4d19c01a9841: Pull complete [2023-04-26T18:02:17.512Z] 9325e15d5711: Pull complete [2023-04-26T18:02:20.037Z] 556b6ee489ea: Pull complete [2023-04-26T18:02:20.608Z] c5a4b2cf53e6: Pull complete [2023-04-26T18:02:20.608Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-26T18:02:20.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-26T18:02:20.608Z] ---> c4be618373d6 [2023-04-26T18:02:20.608Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-26T18:02:23.909Z] ---> Running in ee98be68a642 [2023-04-26T18:02:23.909Z] Removing intermediate container ee98be68a642 [2023-04-26T18:02:23.909Z] ---> 76efef29097e [2023-04-26T18:02:23.909Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T18:02:23.909Z] ---> Running in 80c57ad2e984 [2023-04-26T18:02:24.170Z] Removing intermediate container 80c57ad2e984 [2023-04-26T18:02:24.170Z] ---> 345d6f226ee4 [2023-04-26T18:02:24.170Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-26T18:02:24.170Z] ---> Running in b67297fd6c1d [2023-04-26T18:02:24.170Z] Removing intermediate container b67297fd6c1d [2023-04-26T18:02:24.170Z] ---> 5c548a25962c [2023-04-26T18:02:24.170Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-26T18:02:24.170Z] ---> Running in c302ea691bf6 [2023-04-26T18:02:24.431Z] Removing intermediate container c302ea691bf6 [2023-04-26T18:02:24.431Z] ---> 0c95b623df3c [2023-04-26T18:02:24.431Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T18:02:24.431Z] ---> Running in 8b1ee461c989 [2023-04-26T18:02:24.691Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T18:02:24.951Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T18:02:24.951Z] (1/14) Installing libintl (0.21.1-r1) [2023-04-26T18:02:24.951Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-04-26T18:02:24.951Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-04-26T18:02:24.951Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-04-26T18:02:24.951Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-04-26T18:02:24.951Z] (6/14) Installing udev-init-scripts (35-r1) [2023-04-26T18:02:24.951Z] (7/14) Installing libblkid (2.38.1-r1) [2023-04-26T18:02:24.951Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-04-26T18:02:24.951Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-04-26T18:02:25.211Z] (10/14) Installing kmod-libs (30-r1) [2023-04-26T18:02:25.211Z] (11/14) Installing eudev (3.2.11-r4) [2023-04-26T18:02:25.211Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-04-26T18:02:25.211Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-04-26T18:02:25.211Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-04-26T18:02:25.211Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T18:02:25.211Z] Executing eudev-3.2.11-r4.trigger [2023-04-26T18:02:25.211Z] OK: 272 MiB in 67 packages [2023-04-26T18:02:25.779Z] Removing intermediate container 8b1ee461c989 [2023-04-26T18:02:25.779Z] ---> dfd83c07409a [2023-04-26T18:02:25.779Z] Step 8/13 : WORKDIR /device-usb-camera [2023-04-26T18:02:25.779Z] ---> Running in cb13828e5bdf [2023-04-26T18:02:25.779Z] Removing intermediate container cb13828e5bdf [2023-04-26T18:02:25.779Z] ---> f6b79514efe1 [2023-04-26T18:02:25.779Z] Step 9/13 : COPY go.mod vendor* ./ [2023-04-26T18:02:25.779Z] ---> 77d62299767f [2023-04-26T18:02:25.779Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T18:02:25.779Z] ---> Running in 2dd63c47862f [2023-04-26T18:02:26.588Z] Still waiting to schedule task [2023-04-26T18:02:26.588Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-26T18:02:57.877Z] Removing intermediate container 2dd63c47862f [2023-04-26T18:02:57.877Z] ---> a151cc44d2b1 [2023-04-26T18:02:57.877Z] Step 11/13 : COPY . . [2023-04-26T18:02:58.449Z] ---> 6cf0a825213c [2023-04-26T18:02:58.449Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-26T18:02:58.449Z] ---> Running in 95e7a9dbc4c0 [2023-04-26T18:02:58.707Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:02:58.707Z] Dload Upload Total Spent Left Speed [2023-04-26T18:02:58.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6808 0 --:--:-- --:--:-- --:--:-- 6851 [2023-04-26T18:02:59.227Z] Removing intermediate container 95e7a9dbc4c0 [2023-04-26T18:02:59.227Z] ---> f7e755c28fe9 [2023-04-26T18:02:59.227Z] Step 13/13 : RUN ${MAKE} [2023-04-26T18:02:59.227Z] ---> Running in 711bf8a6c872 [2023-04-26T18:02:59.491Z] noop [2023-04-26T18:02:59.749Z] Removing intermediate container 711bf8a6c872 [2023-04-26T18:02:59.749Z] ---> 079cd7777347 [2023-04-26T18:02:59.749Z] Successfully built 079cd7777347 [2023-04-26T18:02:59.749Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:03:00.200Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T18:03:00.201Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:03:00.374Z] prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container [2023-04-26T18:03:00.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** ci-base-image-x86_64 cat [2023-04-26T18:03:00.758Z] $ docker top 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T18:03:01.145Z] + go version [2023-04-26T18:03:01.146Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-26T18:03:01.181Z] $ docker stop --time=1 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 [2023-04-26T18:03:02.591Z] $ docker rm -f --volumes 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:03:03.331Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-26T18:03:03.331Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:03:03.486Z] prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container [2023-04-26T18:03:03.522Z] $ 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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** ci-base-image-x86_64 cat [2023-04-26T18:03:03.840Z] $ docker top b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T18:03:04.223Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-224 [Pipeline] fileExists [Pipeline] sh [2023-04-26T18:03:04.581Z] + make test [2023-04-26T18:03:04.582Z] go test ./... -coverprofile=coverage.out ./... [2023-04-26T18:03:09.852Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-04-26T18:03:18.208Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-04-26T18:03:18.467Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 2.0% of statements [2023-04-26T18:03:25.037Z] go vet ./... [2023-04-26T18:03:27.567Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T18:03:27.568Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T18:03:27.568Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T18:03:27.606Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T18:03:27.638Z] $ docker stop --time=1 b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 [2023-04-26T18:03:30.599Z] $ docker rm -f --volumes b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T18:03:31.104Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T18:03:31.170Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-26T18:03:31.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T18:03:32.159Z] + ls -al . [2023-04-26T18:03:32.159Z] total 192 [2023-04-26T18:03:32.159Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 18:03 . [2023-04-26T18:03:32.159Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 .. [2023-04-26T18:03:32.159Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:02 .git [2023-04-26T18:03:32.159Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 .github [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 414 Apr 26 18:01 .gitignore [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 26 18:01 .golangci.yml [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 77 Apr 26 18:01 .hadolint.yml [2023-04-26T18:03:32.159Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:02 .semver [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 9665 Apr 26 18:01 Attribution.txt [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 6219 Apr 26 18:01 CHANGELOG.md [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 2328 Apr 26 18:01 Dockerfile [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 26 18:01 GOVERNANCE.md [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 659 Apr 26 18:01 Jenkinsfile [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 26 18:01 LICENSE [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 2364 Apr 26 18:01 Makefile [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 622 Apr 26 18:01 OWNERS.md [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 5681 Apr 26 18:01 README.md [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 18:02 VERSION [2023-04-26T18:03:32.159Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:01 bin [2023-04-26T18:03:32.159Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 cmd [2023-04-26T18:03:32.159Z] -rw-r--r-- 1 jenkins jenkins 28693 Apr 26 18:03 coverage.out [2023-04-26T18:03:32.159Z] -rwxrwxr-x 1 jenkins jenkins 140 Apr 26 18:01 docker-entrypoint.sh [2023-04-26T18:03:32.159Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 docs [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 3443 Apr 26 18:01 go.mod [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 31603 Apr 26 18:01 go.sum [2023-04-26T18:03:32.159Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 internal [2023-04-26T18:03:32.159Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 snap [2023-04-26T18:03:32.159Z] -rw-rw-r-- 1 jenkins jenkins 231 Apr 26 18:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:03:32.550Z] + 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=04d3159039878f9a4b0467ac0faab460dc658315 --label arch=amd64 --label version=0.0.0 . [2023-04-26T18:03:32.550Z] Sending build context to Docker daemon 1.991MB [2023-04-26T18:03:32.550Z] Step 1/35 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T18:03:32.550Z] Step 2/35 : FROM ${BASE} AS builder [2023-04-26T18:03:32.550Z] ---> 079cd7777347 [2023-04-26T18:03:32.550Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-04-26T18:03:32.550Z] ---> Running in dd717311d890 [2023-04-26T18:03:32.810Z] Removing intermediate container dd717311d890 [2023-04-26T18:03:32.810Z] ---> 86c046dc5065 [2023-04-26T18:03:32.810Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T18:03:32.810Z] ---> Running in 1af60170b6a5 [2023-04-26T18:03:32.810Z] Removing intermediate container 1af60170b6a5 [2023-04-26T18:03:32.810Z] ---> 5e8eb2626d62 [2023-04-26T18:03:32.810Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-26T18:03:32.810Z] ---> Running in 01b2c1711572 [2023-04-26T18:03:32.810Z] Removing intermediate container 01b2c1711572 [2023-04-26T18:03:32.810Z] ---> 8e32a8b004dc [2023-04-26T18:03:32.810Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-26T18:03:32.810Z] ---> Running in eadd851d59e0 [2023-04-26T18:03:33.070Z] Removing intermediate container eadd851d59e0 [2023-04-26T18:03:33.070Z] ---> 8ec462440374 [2023-04-26T18:03:33.070Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T18:03:33.070Z] ---> Running in 7909fd2febc5 [2023-04-26T18:03:33.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T18:03:33.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T18:03:33.587Z] OK: 272 MiB in 67 packages [2023-04-26T18:03:34.156Z] Removing intermediate container 7909fd2febc5 [2023-04-26T18:03:34.156Z] ---> b411b187d1a9 [2023-04-26T18:03:34.156Z] Step 8/35 : WORKDIR /device-usb-camera [2023-04-26T18:03:34.156Z] ---> Running in ec81affb5769 [2023-04-26T18:03:34.156Z] Removing intermediate container ec81affb5769 [2023-04-26T18:03:34.156Z] ---> 34ce8bc4e517 [2023-04-26T18:03:34.156Z] Step 9/35 : COPY go.mod vendor* ./ [2023-04-26T18:03:34.156Z] ---> aef6f559402b [2023-04-26T18:03:34.156Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T18:03:34.156Z] ---> Running in 3dc764b29e3a [2023-04-26T18:03:35.092Z] Removing intermediate container 3dc764b29e3a [2023-04-26T18:03:35.092Z] ---> 396fcf53f1e4 [2023-04-26T18:03:35.092Z] Step 11/35 : COPY . . [2023-04-26T18:03:35.092Z] ---> d0e7aea77f94 [2023-04-26T18:03:35.092Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-26T18:03:35.092Z] ---> Running in 0b96c754b1db [2023-04-26T18:03:35.350Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:03:35.350Z] Dload Upload Total Spent Left Speed [2023-04-26T18:03:35.608Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 20285 0 --:--:-- --:--:-- --:--:-- 20423 [2023-04-26T18:03:35.866Z] Removing intermediate container 0b96c754b1db [2023-04-26T18:03:35.866Z] ---> af0d13dbb8e8 [2023-04-26T18:03:35.866Z] Step 13/35 : RUN ${MAKE} [2023-04-26T18:03:35.866Z] ---> Running in ae708fe83d67 [2023-04-26T18:03:36.125Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-04-26T18:03:58.045Z] Removing intermediate container ae708fe83d67 [2023-04-26T18:03:58.045Z] ---> 9a6fb16048d9 [2023-04-26T18:03:58.045Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-04-26T18:03:58.045Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-04-26T18:03:58.045Z] 4acc49c71d14: Pulling fs layer [2023-04-26T18:03:58.045Z] 4acc49c71d14: Download complete [2023-04-26T18:03:58.045Z] 4acc49c71d14: Pull complete [2023-04-26T18:03:58.045Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-04-26T18:03:58.045Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-04-26T18:03:58.045Z] ---> 01a2bd3e5fff [2023-04-26T18:03:58.045Z] Step 15/35 : FROM alpine:3.17 [2023-04-26T18:03:58.045Z] 3.17: Pulling from library/alpine [2023-04-26T18:03:58.045Z] f56be85fc22e: Already exists [2023-04-26T18:03:58.045Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T18:03:58.045Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T18:03:58.045Z] ---> 9ed4aefc74f6 [2023-04-26T18:03:58.045Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-26T18:03:58.045Z] ---> Running in 454598c2670d [2023-04-26T18:03:58.045Z] Removing intermediate container 454598c2670d [2023-04-26T18:03:58.045Z] ---> 6355613479b3 [2023-04-26T18:03:58.045Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-04-26T18:03:58.045Z] ---> Running in 339498e50ecc [2023-04-26T18:03:58.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-26T18:03:58.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-26T18:03:58.303Z] (1/86) Installing dumb-init (1.2.5-r2) [2023-04-26T18:03:58.303Z] (2/86) Installing sdl2 (2.26.5-r0) [2023-04-26T18:03:58.303Z] (3/86) Installing svt-av1-libs (1.3.0-r0) [2023-04-26T18:03:58.303Z] (4/86) Installing libxau (1.0.10-r0) [2023-04-26T18:03:58.303Z] (5/86) Installing libmd (1.0.4-r0) [2023-04-26T18:03:58.303Z] (6/86) Installing libbsd (0.11.7-r0) [2023-04-26T18:03:58.303Z] (7/86) Installing libxdmcp (1.1.4-r0) [2023-04-26T18:03:58.303Z] (8/86) Installing libxcb (1.15-r0) [2023-04-26T18:03:58.303Z] (9/86) Installing libx11 (1.8.4-r0) [2023-04-26T18:03:58.303Z] (10/86) Installing aom-libs (3.5.0-r0) [2023-04-26T18:03:58.562Z] (11/86) Installing alsa-lib (1.2.8-r0) [2023-04-26T18:03:58.562Z] (12/86) Installing libexpat (2.5.0-r0) [2023-04-26T18:03:58.562Z] (13/86) Installing brotli-libs (1.0.9-r9) [2023-04-26T18:03:58.562Z] (14/86) Installing libbz2 (1.0.8-r4) [2023-04-26T18:03:58.562Z] (15/86) Installing libpng (1.6.38-r0) [2023-04-26T18:03:58.562Z] (16/86) Installing freetype (2.12.1-r0) [2023-04-26T18:03:58.562Z] (17/86) Installing fontconfig (2.14.1-r0) [2023-04-26T18:03:58.562Z] (18/86) Installing fribidi (1.0.12-r0) [2023-04-26T18:03:58.562Z] (19/86) Installing libffi (3.4.4-r0) [2023-04-26T18:03:58.562Z] (20/86) Installing libintl (0.21.1-r1) [2023-04-26T18:03:58.562Z] (21/86) Installing libblkid (2.38.1-r1) [2023-04-26T18:03:58.562Z] (22/86) Installing libmount (2.38.1-r1) [2023-04-26T18:03:58.562Z] (23/86) Installing pcre2 (10.42-r0) [2023-04-26T18:03:58.562Z] (24/86) Installing glib (2.74.6-r0) [2023-04-26T18:03:58.563Z] (25/86) Installing graphite2 (1.3.14-r2) [2023-04-26T18:03:58.563Z] (26/86) Installing harfbuzz (5.3.1-r1) [2023-04-26T18:03:58.563Z] (27/86) Installing libass (0.16.0-r1) [2023-04-26T18:03:58.563Z] (28/86) Installing libdav1d (1.0.0-r2) [2023-04-26T18:03:58.563Z] (29/86) Installing hwdata-pci (0.364-r0) [2023-04-26T18:03:58.563Z] (30/86) Installing libpciaccess (0.17-r0) [2023-04-26T18:03:58.563Z] (31/86) Installing libdrm (2.4.114-r0) [2023-04-26T18:03:58.563Z] (32/86) Installing gmp (6.2.1-r2) [2023-04-26T18:03:58.563Z] (33/86) Installing nettle (3.8.1-r0) [2023-04-26T18:03:58.563Z] (34/86) Installing p11-kit (0.24.1-r1) [2023-04-26T18:03:58.563Z] (35/86) Installing libtasn1 (4.19.0-r0) [2023-04-26T18:03:58.821Z] (36/86) Installing libunistring (1.1-r0) [2023-04-26T18:03:58.821Z] (37/86) Installing gnutls (3.7.8-r3) [2023-04-26T18:03:58.821Z] (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-04-26T18:03:58.821Z] (39/86) Installing ncurses-libs (6.3_p20221119-r0) [2023-04-26T18:03:58.821Z] (40/86) Installing lame (3.100-r2) [2023-04-26T18:03:58.821Z] (41/86) Installing opus (1.3.1-r1) [2023-04-26T18:03:58.821Z] (42/86) Installing libasyncns (0.8-r1) [2023-04-26T18:03:58.821Z] (43/86) Installing dbus-libs (1.14.4-r0) [2023-04-26T18:03:58.821Z] (44/86) Installing libltdl (2.4.7-r1) [2023-04-26T18:03:58.821Z] (45/86) Installing orc (0.4.33-r0) [2023-04-26T18:03:58.821Z] (46/86) Installing libgcc (12.2.1_git20220924-r4) [2023-04-26T18:03:58.821Z] (47/86) Installing libogg (1.3.5-r2) [2023-04-26T18:03:58.821Z] (48/86) Installing libstdc++ (12.2.1_git20220924-r4) [2023-04-26T18:03:58.821Z] (49/86) Installing flac-libs (1.4.2-r0) [2023-04-26T18:03:58.821Z] (50/86) Installing libvorbis (1.3.7-r0) [2023-04-26T18:03:58.821Z] (51/86) Installing libsndfile (1.1.0-r2) [2023-04-26T18:03:58.821Z] (52/86) Installing libgomp (12.2.1_git20220924-r4) [2023-04-26T18:03:58.821Z] (53/86) Installing soxr (0.1.3-r3) [2023-04-26T18:03:58.821Z] (54/86) Installing speexdsp (1.2.1-r0) [2023-04-26T18:03:58.821Z] (55/86) Installing tdb-libs (1.4.6-r0) [2023-04-26T18:03:58.821Z] (56/86) Installing libpulse (16.1-r6) [2023-04-26T18:03:58.821Z] (57/86) Installing cjson (1.7.15-r3) [2023-04-26T18:03:58.821Z] (58/86) Installing mbedtls (2.28.3-r0) [2023-04-26T18:03:58.821Z] (59/86) Installing librist (0.2.7-r0) [2023-04-26T18:03:58.821Z] (60/86) Installing libsrt (1.5.1-r0) [2023-04-26T18:03:58.821Z] (61/86) Installing libssh (0.10.4-r0) [2023-04-26T18:03:58.821Z] (62/86) Installing libtheora (1.1.1-r16) [2023-04-26T18:03:59.080Z] (63/86) Installing libjpeg-turbo (2.1.4-r0) [2023-04-26T18:03:59.080Z] (64/86) Installing v4l-utils-libs (1.22.1-r2) [2023-04-26T18:03:59.080Z] (65/86) Installing libxext (1.3.5-r0) [2023-04-26T18:03:59.080Z] (66/86) Installing libxfixes (6.0.0-r0) [2023-04-26T18:03:59.080Z] (67/86) Installing wayland-libs-client (1.21.0-r1) [2023-04-26T18:03:59.080Z] (68/86) Installing libva (2.16.0-r0) [2023-04-26T18:03:59.080Z] (69/86) Installing libvdpau (1.5-r0) [2023-04-26T18:03:59.080Z] (70/86) Installing vidstab (1.1.0-r2) [2023-04-26T18:03:59.080Z] (71/86) Installing libvpx (1.12.0-r1) [2023-04-26T18:03:59.080Z] (72/86) Installing libwebp (1.2.4-r1) [2023-04-26T18:03:59.080Z] (73/86) Installing x264-libs (0.164_git20220602-r0) [2023-04-26T18:03:59.080Z] (74/86) Installing numactl (2.0.16-r1) [2023-04-26T18:03:59.080Z] (75/86) Installing x265-libs (3.5-r3) [2023-04-26T18:03:59.080Z] (76/86) Installing xvidcore (1.3.7-r1) [2023-04-26T18:03:59.080Z] (77/86) Installing libsodium (1.0.18-r2) [2023-04-26T18:03:59.080Z] (78/86) Installing libzmq (4.3.4-r1) [2023-04-26T18:03:59.080Z] (79/86) Installing ffmpeg-libs (5.1.3-r0) [2023-04-26T18:03:59.339Z] (80/86) Installing ffmpeg (5.1.3-r0) [2023-04-26T18:03:59.339Z] (81/86) Installing udev-init-scripts (35-r1) [2023-04-26T18:03:59.339Z] (82/86) Installing eudev-libs (3.2.11-r4) [2023-04-26T18:03:59.339Z] (83/86) Installing xz-libs (5.2.9-r0) [2023-04-26T18:03:59.339Z] (84/86) Installing zstd-libs (1.5.5-r0) [2023-04-26T18:03:59.339Z] (85/86) Installing kmod-libs (30-r1) [2023-04-26T18:03:59.339Z] (86/86) Installing eudev (3.2.11-r4) [2023-04-26T18:03:59.339Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T18:03:59.339Z] Executing eudev-3.2.11-r4.trigger [2023-04-26T18:03:59.339Z] OK: 112 MiB in 101 packages [2023-04-26T18:04:02.437Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11037 in /w/workspace/foundry_device-usb-camera_PR-224 [Pipeline] { [Pipeline] ws [2023-04-26T18:04:02.550Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2023-04-26T18:04:02.626Z] Selected Git installation does not exist. Using Default [2023-04-26T18:04:02.626Z] The recommended git tool is: NONE [2023-04-26T18:04:02.659Z] Removing intermediate container 339498e50ecc [2023-04-26T18:04:02.659Z] ---> 0ddc0230d4b8 [2023-04-26T18:04:02.659Z] Step 18/35 : WORKDIR / [2023-04-26T18:04:02.659Z] ---> Running in 4d19c10904cf [2023-04-26T18:04:02.659Z] Removing intermediate container 4d19c10904cf [2023-04-26T18:04:02.659Z] ---> 66d935445936 [2023-04-26T18:04:02.659Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-04-26T18:04:02.659Z] ---> 33a7aeaabdd5 [2023-04-26T18:04:02.659Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-04-26T18:04:02.917Z] ---> 52fb67cf67de [2023-04-26T18:04:02.917Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-04-26T18:04:02.917Z] ---> 5a169f8863d9 [2023-04-26T18:04:02.917Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-04-26T18:04:03.177Z] ---> 16a6aeb235ca [2023-04-26T18:04:03.177Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-04-26T18:04:03.177Z] ---> 32f0eab51bf0 [2023-04-26T18:04:03.177Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-04-26T18:04:03.177Z] ---> 3e86c3ca61bf [2023-04-26T18:04:03.177Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-04-26T18:04:04.112Z] ---> 90dd784db296 [2023-04-26T18:04:04.112Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-04-26T18:04:04.112Z] ---> Running in a05a3964ad94 [2023-04-26T18:04:04.378Z] Removing intermediate container a05a3964ad94 [2023-04-26T18:04:04.378Z] ---> 8e2f05b9355e [2023-04-26T18:04:04.378Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-04-26T18:04:04.378Z] ---> Running in 10d255d6ca75 [2023-04-26T18:04:04.948Z] Removing intermediate container 10d255d6ca75 [2023-04-26T18:04:04.948Z] ---> bd9799568db7 [2023-04-26T18:04:04.948Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-04-26T18:04:04.948Z] ---> Running in da843dd158c0 [2023-04-26T18:04:05.518Z] Removing intermediate container da843dd158c0 [2023-04-26T18:04:05.518Z] ---> b52f2fed9ebd [2023-04-26T18:04:05.518Z] Step 29/35 : EXPOSE 59983 [2023-04-26T18:04:05.518Z] ---> Running in 0a2c852a22e4 [2023-04-26T18:04:05.777Z] Removing intermediate container 0a2c852a22e4 [2023-04-26T18:04:05.777Z] ---> adb1335d31ad [2023-04-26T18:04:05.777Z] Step 30/35 : EXPOSE 8554 [2023-04-26T18:04:05.777Z] ---> Running in 347238ef9dc4 [2023-04-26T18:04:05.777Z] Removing intermediate container 347238ef9dc4 [2023-04-26T18:04:05.777Z] ---> e1abddb809eb [2023-04-26T18:04:05.777Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-04-26T18:04:05.777Z] ---> Running in 091436e7d7a7 [2023-04-26T18:04:05.777Z] Removing intermediate container 091436e7d7a7 [2023-04-26T18:04:05.777Z] ---> e25e370cb090 [2023-04-26T18:04:05.777Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-04-26T18:04:05.777Z] ---> Running in 5b9e4d27ea0b [2023-04-26T18:04:06.036Z] Removing intermediate container 5b9e4d27ea0b [2023-04-26T18:04:06.036Z] ---> 115d1ab3cf09 [2023-04-26T18:04:06.036Z] Step 33/35 : LABEL arch=amd64 [2023-04-26T18:04:06.036Z] ---> Running in 29d44798aa17 [2023-04-26T18:04:06.036Z] Removing intermediate container 29d44798aa17 [2023-04-26T18:04:06.036Z] ---> 77158f3989e6 [2023-04-26T18:04:06.036Z] Step 34/35 : LABEL git_sha=04d3159039878f9a4b0467ac0faab460dc658315 [2023-04-26T18:04:06.036Z] ---> Running in 636bc0a811d6 [2023-04-26T18:04:06.036Z] Removing intermediate container 636bc0a811d6 [2023-04-26T18:04:06.036Z] ---> 66f82011d393 [2023-04-26T18:04:06.036Z] Step 35/35 : LABEL version=0.0.0 [2023-04-26T18:04:06.036Z] ---> Running in 17910138087c [2023-04-26T18:04:06.295Z] Removing intermediate container 17910138087c [2023-04-26T18:04:06.295Z] ---> c43adb7d5d46 [2023-04-26T18:04:06.295Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T18:04:06.295Z] Successfully built c43adb7d5d46 [2023-04-26T18:04:06.295Z] 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 [2023-04-26T18:04:07.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T18:04:07.182Z] [2023-04-26T18:04:07.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:04:07.560Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T18:04:07.560Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-26T18:04:07.560Z] 5eb5b503b376: Pulling fs layer [2023-04-26T18:04:07.560Z] 5c69ac0246d0: Pulling fs layer [2023-04-26T18:04:07.560Z] ec43610c2a17: Pulling fs layer [2023-04-26T18:04:07.560Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-26T18:04:07.560Z] 33b1e0a273af: Pulling fs layer [2023-04-26T18:04:07.560Z] 5d3b04190fa2: Pulling fs layer [2023-04-26T18:04:07.560Z] 2f39f015ded8: Pulling fs layer [2023-04-26T18:04:07.560Z] 3a2ae6a8a46f: Waiting [2023-04-26T18:04:07.560Z] 33b1e0a273af: Waiting [2023-04-26T18:04:07.560Z] 2f39f015ded8: Waiting [2023-04-26T18:04:07.560Z] 5d3b04190fa2: Waiting [2023-04-26T18:04:07.560Z] 5c69ac0246d0: Verifying Checksum [2023-04-26T18:04:07.560Z] 5c69ac0246d0: Download complete [2023-04-26T18:04:07.560Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-26T18:04:07.560Z] 3a2ae6a8a46f: Download complete [2023-04-26T18:04:07.560Z] 33b1e0a273af: Verifying Checksum [2023-04-26T18:04:07.560Z] 33b1e0a273af: Download complete [2023-04-26T18:04:07.560Z] ec43610c2a17: Verifying Checksum [2023-04-26T18:04:07.560Z] ec43610c2a17: Download complete [2023-04-26T18:04:07.818Z] 5d3b04190fa2: Verifying Checksum [2023-04-26T18:04:07.818Z] 5d3b04190fa2: Download complete [2023-04-26T18:04:07.818Z] 5eb5b503b376: Download complete [2023-04-26T18:04:08.396Z] 2f39f015ded8: Download complete [2023-04-26T18:04:08.769Z] using credential edgex-jenkins-ssh [2023-04-26T18:04:08.786Z] Cloning the remote Git repository [2023-04-26T18:04:08.834Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-04-26T18:04:08.965Z] 5eb5b503b376: Pull complete [2023-04-26T18:04:08.965Z] 5c69ac0246d0: Pull complete [2023-04-26T18:04:09.532Z] ec43610c2a17: Pull complete [2023-04-26T18:04:09.532Z] 3a2ae6a8a46f: Pull complete [2023-04-26T18:04:09.791Z] 33b1e0a273af: Pull complete [2023-04-26T18:04:09.791Z] 5d3b04190fa2: Pull complete [2023-04-26T18:04:08.930Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-04-26T18:04:09.071Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-04-26T18:04:09.072Z] > git --version # timeout=10 [2023-04-26T18:04:09.095Z] > git --version # 'git version 2.25.1' [2023-04-26T18:04:09.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T18:04:09.253Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T18:04:09.993Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-04-26T18:04:10.026Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-26T18:04:10.920Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-04-26T18:04:10.963Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-04-26T18:04:10.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T18:04:10.983Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-26T18:04:11.492Z] Merging remotes/origin/main commit a96d24b1846f601a5cabef5dd86be8ade2ea54c6 into PR head commit 04d3159039878f9a4b0467ac0faab460dc658315 [2023-04-26T18:04:11.793Z] Merge succeeded, producing 04d3159039878f9a4b0467ac0faab460dc658315 [2023-04-26T18:04:11.794Z] Checking out Revision 04d3159039878f9a4b0467ac0faab460dc658315 (PR-224) [2023-04-26T18:04:12.272Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-26T18:04:12.329Z] > git --version # timeout=10 [2023-04-26T18:04:12.340Z] > git --version # 'git version 2.25.1' [2023-04-26T18:04:12.355Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-26T18:04:11.513Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T18:04:11.579Z] > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 [2023-04-26T18:04:11.677Z] > git remote # timeout=10 [2023-04-26T18:04:11.698Z] > git config --get remote.origin.url # timeout=10 [2023-04-26T18:04:11.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-26T18:04:11.745Z] > git merge a96d24b1846f601a5cabef5dd86be8ade2ea54c6 # timeout=10 [2023-04-26T18:04:11.775Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-26T18:04:11.803Z] > git config core.sparsecheckout # timeout=10 [2023-04-26T18:04:11.829Z] > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 [2023-04-26T18:04:12.893Z] [2023-04-26T18:04:12.893Z] GitHub has been notified of this commit’s build result [2023-04-26T18:04:12.893Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T18:04:13.623Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-26T18:04:13.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:04:13.623Z] Dload Upload Total Spent Left Speed [2023-04-26T18:04:13.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh [2023-04-26T18:04:13.973Z] 2f39f015ded8: Pull complete [2023-04-26T18:04:13.973Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-26T18:04:13.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T18:04:13.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:04:14.221Z] prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container [2023-04-26T18:04:14.238Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2023-04-26T18:04:14.265Z] $ 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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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-lftools-log-publisher:latest cat [2023-04-26T18:04:17.766Z] $ docker top 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:04:18.209Z] + sudo tee /etc/docker/daemon.new [2023-04-26T18:04:18.209Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-26T18:04:18.209Z] { [2023-04-26T18:04:18.209Z] "registry-mirrors": [ [2023-04-26T18:04:18.209Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-26T18:04:18.209Z] ], [2023-04-26T18:04:18.209Z] "bip": "10.250.0.254/24", [2023-04-26T18:04:18.209Z] "hosts": [ [2023-04-26T18:04:18.209Z] "tcp://0.0.0.0:5555", [2023-04-26T18:04:18.209Z] "unix:///var/run/docker.sock" [2023-04-26T18:04:18.209Z] ], [2023-04-26T18:04:18.209Z] "mtu": 1458, [2023-04-26T18:04:18.209Z] "selinux-enabled": true, [2023-04-26T18:04:18.209Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-26T18:04:18.209Z] } [Pipeline] sh [2023-04-26T18:04:18.324Z] ---> job-cost.sh [2023-04-26T18:04:18.324Z] lf-activate-venv: SKIPPING [2023-04-26T18:04:18.324Z] INFO: No Stack... [2023-04-26T18:04:18.553Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-26T18:04:18.893Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T18:04:18.896Z] + sudo service docker restart [2023-04-26T18:04:19.151Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T18:04:19.467Z] + cat /w/workspace/foundry_device-usb-camera_PR-224/archives/cost.csv [2023-04-26T18:04:19.468Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T18:04:19.508Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [2023-04-26T18:04:19.512Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] did not exist. Created. [2023-04-26T18:04:19.512Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T18:04:19.906Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-26T18:04:19.954Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T18:04:19.989Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T18:04:20.082Z] $ docker stop --time=1 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 [2023-04-26T18:04:21.218Z] $ docker rm -f --volumes 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T18:04:37.220Z] provisioning config files... [2023-04-26T18:04:37.250Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config1611338416724448679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:04:37.637Z] ---> docker-login.sh [2023-04-26T18:04:37.637Z] nexus3.edgexfoundry.org:10001 [2023-04-26T18:04:37.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:04:38.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:04:38.496Z] Configure a credential helper to remove this warning. See [2023-04-26T18:04:38.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:04:38.496Z] [2023-04-26T18:04:38.496Z] Login Succeeded [2023-04-26T18:04:38.496Z] nexus3.edgexfoundry.org:10002 [2023-04-26T18:04:38.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:04:38.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:04:38.771Z] Configure a credential helper to remove this warning. See [2023-04-26T18:04:38.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:04:38.771Z] [2023-04-26T18:04:38.771Z] Login Succeeded [2023-04-26T18:04:38.771Z] nexus3.edgexfoundry.org:10003 [2023-04-26T18:04:39.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:04:39.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:04:39.040Z] Configure a credential helper to remove this warning. See [2023-04-26T18:04:39.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:04:39.040Z] [2023-04-26T18:04:39.041Z] Login Succeeded [2023-04-26T18:04:39.041Z] nexus3.edgexfoundry.org:10004 [2023-04-26T18:04:39.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:04:39.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:04:39.583Z] Configure a credential helper to remove this warning. See [2023-04-26T18:04:39.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:04:39.583Z] [2023-04-26T18:04:39.583Z] Login Succeeded [2023-04-26T18:04:39.583Z] docker.io [2023-04-26T18:04:39.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-26T18:04:40.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-26T18:04:40.122Z] Configure a credential helper to remove this warning. See [2023-04-26T18:04:40.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-26T18:04:40.122Z] [2023-04-26T18:04:40.122Z] Login Succeeded [2023-04-26T18:04:40.122Z] ---> docker-login.sh ends [Pipeline] } [2023-04-26T18:04:40.152Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-26T18:04:40.572Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T18:04:40.613Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-26T18:04:40.644Z] ========================================================= [2023-04-26T18:04:40.644Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-26T18:04:40.644Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:04:41.162Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-26T18:04:41.432Z] Sending build context to Docker daemon 1.245MB [2023-04-26T18:04:41.432Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T18:04:41.432Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-26T18:04:41.707Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-26T18:04:41.707Z] c41833b44d91: Pulling fs layer [2023-04-26T18:04:41.707Z] ed15518f5707: Pulling fs layer [2023-04-26T18:04:41.707Z] feae8fd75edb: Pulling fs layer [2023-04-26T18:04:41.707Z] 242c74f7c9fa: Pulling fs layer [2023-04-26T18:04:41.707Z] 3cdef696dda3: Pulling fs layer [2023-04-26T18:04:41.707Z] 2ced38df9373: Pulling fs layer [2023-04-26T18:04:41.707Z] 58f1dce35555: Pulling fs layer [2023-04-26T18:04:41.707Z] 3cdef696dda3: Waiting [2023-04-26T18:04:41.707Z] 2ced38df9373: Waiting [2023-04-26T18:04:41.707Z] 242c74f7c9fa: Waiting [2023-04-26T18:04:41.707Z] ed15518f5707: Download complete [2023-04-26T18:04:41.707Z] 242c74f7c9fa: Verifying Checksum [2023-04-26T18:04:41.707Z] 242c74f7c9fa: Download complete [2023-04-26T18:04:41.707Z] 3cdef696dda3: Verifying Checksum [2023-04-26T18:04:41.707Z] 3cdef696dda3: Download complete [2023-04-26T18:04:41.707Z] c41833b44d91: Verifying Checksum [2023-04-26T18:04:41.707Z] c41833b44d91: Download complete [2023-04-26T18:04:42.694Z] c41833b44d91: Pull complete [2023-04-26T18:04:43.288Z] 58f1dce35555: Verifying Checksum [2023-04-26T18:04:43.288Z] 58f1dce35555: Download complete [2023-04-26T18:04:43.288Z] ed15518f5707: Pull complete [2023-04-26T18:04:44.278Z] feae8fd75edb: Verifying Checksum [2023-04-26T18:04:44.278Z] feae8fd75edb: Download complete [2023-04-26T18:04:44.278Z] 2ced38df9373: Verifying Checksum [2023-04-26T18:04:44.278Z] 2ced38df9373: Download complete [2023-04-26T18:04:59.307Z] feae8fd75edb: Pull complete [2023-04-26T18:04:59.307Z] 242c74f7c9fa: Pull complete [2023-04-26T18:04:59.307Z] 3cdef696dda3: Pull complete [2023-04-26T18:05:04.811Z] 2ced38df9373: Pull complete [2023-04-26T18:05:07.424Z] 58f1dce35555: Pull complete [2023-04-26T18:05:07.424Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-26T18:05:07.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-26T18:05:07.694Z] ---> fadd8f120f05 [2023-04-26T18:05:07.694Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-26T18:05:09.695Z] ---> Running in 6f8f604f586d [2023-04-26T18:05:09.969Z] Removing intermediate container 6f8f604f586d [2023-04-26T18:05:09.969Z] ---> 3a8c01bd21fd [2023-04-26T18:05:09.969Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T18:05:09.969Z] ---> Running in 4fadeb896d9e [2023-04-26T18:05:10.242Z] Removing intermediate container 4fadeb896d9e [2023-04-26T18:05:10.242Z] ---> 21a0a945e990 [2023-04-26T18:05:10.242Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-26T18:05:10.512Z] ---> Running in 2bce549fece0 [2023-04-26T18:05:10.785Z] Removing intermediate container 2bce549fece0 [2023-04-26T18:05:10.785Z] ---> eacecacd000a [2023-04-26T18:05:10.785Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-26T18:05:10.785Z] ---> Running in c98b45c3c75b [2023-04-26T18:05:11.379Z] Removing intermediate container c98b45c3c75b [2023-04-26T18:05:11.379Z] ---> 4ff53f2e545d [2023-04-26T18:05:11.379Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T18:05:11.379Z] ---> Running in 9ac059e62a16 [2023-04-26T18:05:12.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T18:05:13.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T18:05:14.511Z] (1/14) Installing libintl (0.21.1-r1) [2023-04-26T18:05:14.511Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-04-26T18:05:14.511Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-04-26T18:05:14.511Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-04-26T18:05:14.511Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-04-26T18:05:14.511Z] (6/14) Installing udev-init-scripts (35-r1) [2023-04-26T18:05:14.511Z] (7/14) Installing libblkid (2.38.1-r1) [2023-04-26T18:05:14.511Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-04-26T18:05:14.511Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-04-26T18:05:14.511Z] (10/14) Installing kmod-libs (30-r1) [2023-04-26T18:05:14.782Z] (11/14) Installing eudev (3.2.11-r4) [2023-04-26T18:05:14.782Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-04-26T18:05:14.782Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-04-26T18:05:14.782Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-04-26T18:05:15.050Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T18:05:15.050Z] Executing eudev-3.2.11-r4.trigger [2023-04-26T18:05:15.050Z] OK: 271 MiB in 67 packages [2023-04-26T18:05:16.470Z] Removing intermediate container 9ac059e62a16 [2023-04-26T18:05:16.470Z] ---> 36f4667de03f [2023-04-26T18:05:16.470Z] Step 8/13 : WORKDIR /device-usb-camera [2023-04-26T18:05:16.470Z] ---> Running in 0d2f55201288 [2023-04-26T18:05:16.738Z] Removing intermediate container 0d2f55201288 [2023-04-26T18:05:16.738Z] ---> f2752edf2c03 [2023-04-26T18:05:16.738Z] Step 9/13 : COPY go.mod vendor* ./ [2023-04-26T18:05:17.327Z] ---> be80c02cf6de [2023-04-26T18:05:17.327Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T18:05:17.327Z] ---> Running in 2b97ce7edc27 [2023-04-26T18:06:25.232Z] Removing intermediate container 2b97ce7edc27 [2023-04-26T18:06:25.232Z] ---> 38ce44a8daba [2023-04-26T18:06:25.232Z] Step 11/13 : COPY . . [2023-04-26T18:06:25.232Z] ---> f83c1387b0da [2023-04-26T18:06:25.232Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-26T18:06:25.232Z] ---> Running in 9ec3028b6ced [2023-04-26T18:06:25.232Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:06:25.232Z] Dload Upload Total Spent Left Speed [2023-04-26T18:06:25.232Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4095 0 --:--:-- --:--:-- --:--:-- 4116 [2023-04-26T18:06:25.232Z] Removing intermediate container 9ec3028b6ced [2023-04-26T18:06:25.232Z] ---> 73c26b3ab6da [2023-04-26T18:06:25.232Z] Step 13/13 : RUN ${MAKE} [2023-04-26T18:06:25.232Z] ---> Running in 1aa2a5c60856 [2023-04-26T18:06:25.232Z] noop [2023-04-26T18:06:25.232Z] Removing intermediate container 1aa2a5c60856 [2023-04-26T18:06:25.232Z] ---> dd48bc281b5f [2023-04-26T18:06:25.232Z] Successfully built dd48bc281b5f [2023-04-26T18:06:25.232Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:06:25.707Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T18:06:25.707Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:06:25.995Z] prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container [2023-04-26T18:06:26.069Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-26T18:06:27.269Z] $ docker top 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T18:06:28.134Z] + go version [2023-04-26T18:06:28.134Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-26T18:06:28.179Z] $ docker stop --time=1 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 [2023-04-26T18:06:29.814Z] $ docker rm -f --volumes 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:06:30.649Z] + docker inspect -f . ci-base-image-arm64 [2023-04-26T18:06:30.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:06:30.920Z] prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container [2023-04-26T18:06:31.001Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-26T18:06:32.251Z] $ docker top dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T18:06:33.145Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-04-26T18:06:33.864Z] + make test [2023-04-26T18:06:33.864Z] go test ./... -coverprofile=coverage.out ./... [2023-04-26T18:07:12.752Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-04-26T18:09:19.438Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-04-26T18:09:23.698Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.063s coverage: 2.0% of statements [2023-04-26T18:09:24.284Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-26T18:09:24.284Z] go vet ./... [2023-04-26T18:09:56.576Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-26T18:09:56.576Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-26T18:09:56.576Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-26T18:09:56.615Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-26T18:09:56.654Z] $ docker stop --time=1 dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 [2023-04-26T18:09:58.545Z] $ docker rm -f --volumes dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-26T18:09:59.808Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-26T18:09:59.841Z] Warning: overwriting stash ‘coverage-report’ [2023-04-26T18:10:00.374Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-26T18:10:00.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-26T18:10:01.299Z] + ls -al . [2023-04-26T18:10:01.299Z] total 188 [2023-04-26T18:10:01.299Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:06 . [2023-04-26T18:10:01.299Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 .. [2023-04-26T18:10:01.299Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:04 .git [2023-04-26T18:10:01.299Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 .github [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 414 Apr 26 18:04 .gitignore [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 26 18:04 .golangci.yml [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 77 Apr 26 18:04 .hadolint.yml [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 9665 Apr 26 18:04 Attribution.txt [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 6219 Apr 26 18:04 CHANGELOG.md [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 2328 Apr 26 18:04 Dockerfile [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 26 18:04 GOVERNANCE.md [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 659 Apr 26 18:04 Jenkinsfile [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 26 18:04 LICENSE [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 2364 Apr 26 18:04 Makefile [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 622 Apr 26 18:04 OWNERS.md [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 5681 Apr 26 18:04 README.md [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 18:02 VERSION [2023-04-26T18:10:01.299Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:04 bin [2023-04-26T18:10:01.299Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 cmd [2023-04-26T18:10:01.299Z] -rw-r--r-- 1 jenkins jenkins 28693 Apr 26 18:09 coverage.out [2023-04-26T18:10:01.299Z] -rwxrwxr-x 1 jenkins jenkins 140 Apr 26 18:04 docker-entrypoint.sh [2023-04-26T18:10:01.299Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 docs [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 3443 Apr 26 18:04 go.mod [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 31603 Apr 26 18:04 go.sum [2023-04-26T18:10:01.299Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 internal [2023-04-26T18:10:01.299Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 snap [2023-04-26T18:10:01.299Z] -rw-rw-r-- 1 jenkins jenkins 231 Apr 26 18:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:10:01.727Z] + 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=04d3159039878f9a4b0467ac0faab460dc658315 --label arch=arm64 --label version=0.0.0 . [2023-04-26T18:10:01.996Z] Sending build context to Docker daemon 1.275MB [2023-04-26T18:10:01.996Z] Step 1/35 : ARG BASE=golang:1.20-alpine3.17 [2023-04-26T18:10:01.996Z] Step 2/35 : FROM ${BASE} AS builder [2023-04-26T18:10:01.996Z] ---> dd48bc281b5f [2023-04-26T18:10:01.996Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-04-26T18:10:02.263Z] ---> Running in 84cf2a9e70e5 [2023-04-26T18:10:02.534Z] Removing intermediate container 84cf2a9e70e5 [2023-04-26T18:10:02.534Z] ---> 33d24615cd71 [2023-04-26T18:10:02.534Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-26T18:10:02.534Z] ---> Running in 76ec36211562 [2023-04-26T18:10:02.813Z] Removing intermediate container 76ec36211562 [2023-04-26T18:10:02.813Z] ---> d70433cd79e6 [2023-04-26T18:10:02.813Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-26T18:10:03.084Z] ---> Running in 2b9d4d9d7da6 [2023-04-26T18:10:03.352Z] Removing intermediate container 2b9d4d9d7da6 [2023-04-26T18:10:03.352Z] ---> ae1fda62bbcc [2023-04-26T18:10:03.352Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-26T18:10:03.352Z] ---> Running in c12bccd7969e [2023-04-26T18:10:03.624Z] Removing intermediate container c12bccd7969e [2023-04-26T18:10:03.624Z] ---> c11aa29f375e [2023-04-26T18:10:03.624Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-26T18:10:03.898Z] ---> Running in cc776e707bea [2023-04-26T18:10:04.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T18:10:05.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T18:10:06.539Z] OK: 271 MiB in 67 packages [2023-04-26T18:10:07.509Z] Removing intermediate container cc776e707bea [2023-04-26T18:10:07.510Z] ---> d9d6d40f7356 [2023-04-26T18:10:07.510Z] Step 8/35 : WORKDIR /device-usb-camera [2023-04-26T18:10:07.510Z] ---> Running in e62fddbdbabb [2023-04-26T18:10:07.789Z] Removing intermediate container e62fddbdbabb [2023-04-26T18:10:07.789Z] ---> c30a5a8c3388 [2023-04-26T18:10:07.789Z] Step 9/35 : COPY go.mod vendor* ./ [2023-04-26T18:10:08.392Z] ---> 2c22eb31c6ff [2023-04-26T18:10:08.392Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-26T18:10:08.392Z] ---> Running in 07d21271b389 [2023-04-26T18:10:10.979Z] Removing intermediate container 07d21271b389 [2023-04-26T18:10:10.979Z] ---> 1cf59cbb999a [2023-04-26T18:10:10.979Z] Step 11/35 : COPY . . [2023-04-26T18:10:11.943Z] ---> 7e711231b0ea [2023-04-26T18:10:11.943Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-26T18:10:11.943Z] ---> Running in 30e2e7b28a94 [2023-04-26T18:10:12.902Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:10:12.902Z] Dload Upload Total Spent Left Speed [2023-04-26T18:10:13.170Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0  0 2939 0 --:--:-- --:--:-- --:--:-- 2941 100 1062 100 1062 0 0 2933 0 --:--:-- --:--:-- --:--:-- 2933 [2023-04-26T18:10:13.757Z] Removing intermediate container 30e2e7b28a94 [2023-04-26T18:10:13.757Z] ---> 9a3a12924769 [2023-04-26T18:10:13.757Z] Step 13/35 : RUN ${MAKE} [2023-04-26T18:10:14.023Z] ---> Running in da14dee28fe7 [2023-04-26T18:10:14.982Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-04-26T18:12:51.715Z] Removing intermediate container da14dee28fe7 [2023-04-26T18:12:51.715Z] ---> b6be69d405d1 [2023-04-26T18:12:51.715Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-04-26T18:12:51.715Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-04-26T18:12:51.715Z] 8766b47fe142: Pulling fs layer [2023-04-26T18:12:51.715Z] 8766b47fe142: Verifying Checksum [2023-04-26T18:12:51.715Z] 8766b47fe142: Download complete [2023-04-26T18:12:51.980Z] 8766b47fe142: Pull complete [2023-04-26T18:12:51.980Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-04-26T18:12:51.980Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-04-26T18:12:52.246Z] ---> 69d40e2cb93c [2023-04-26T18:12:52.246Z] Step 15/35 : FROM alpine:3.17 [2023-04-26T18:12:52.512Z] 3.17: Pulling from library/alpine [2023-04-26T18:12:52.803Z] c41833b44d91: Already exists [2023-04-26T18:12:52.804Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-26T18:12:52.804Z] Status: Downloaded newer image for alpine:3.17 [2023-04-26T18:12:52.804Z] ---> 51e60588ff2c [2023-04-26T18:12:52.804Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-26T18:12:53.072Z] ---> Running in 53bf72a0f553 [2023-04-26T18:12:53.345Z] Removing intermediate container 53bf72a0f553 [2023-04-26T18:12:53.345Z] ---> 3f9e0b526497 [2023-04-26T18:12:53.345Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-04-26T18:12:53.345Z] ---> Running in 32a680030c84 [2023-04-26T18:12:54.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-26T18:12:54.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-26T18:12:56.300Z] (1/83) Installing dumb-init (1.2.5-r2) [2023-04-26T18:12:56.300Z] (2/83) Installing sdl2 (2.26.5-r0) [2023-04-26T18:12:56.300Z] (3/83) Installing libxau (1.0.10-r0) [2023-04-26T18:12:56.300Z] (4/83) Installing libmd (1.0.4-r0) [2023-04-26T18:12:56.300Z] (5/83) Installing libbsd (0.11.7-r0) [2023-04-26T18:12:56.300Z] (6/83) Installing libxdmcp (1.1.4-r0) [2023-04-26T18:12:56.300Z] (7/83) Installing libxcb (1.15-r0) [2023-04-26T18:12:56.300Z] (8/83) Installing libx11 (1.8.4-r0) [2023-04-26T18:12:56.300Z] (9/83) Installing aom-libs (3.5.0-r0) [2023-04-26T18:12:56.568Z] (10/83) Installing alsa-lib (1.2.8-r0) [2023-04-26T18:12:56.568Z] (11/83) Installing libexpat (2.5.0-r0) [2023-04-26T18:12:56.568Z] (12/83) Installing brotli-libs (1.0.9-r9) [2023-04-26T18:12:56.568Z] (13/83) Installing libbz2 (1.0.8-r4) [2023-04-26T18:12:56.568Z] (14/83) Installing libpng (1.6.38-r0) [2023-04-26T18:12:56.568Z] (15/83) Installing freetype (2.12.1-r0) [2023-04-26T18:12:56.568Z] (16/83) Installing fontconfig (2.14.1-r0) [2023-04-26T18:12:56.836Z] (17/83) Installing fribidi (1.0.12-r0) [2023-04-26T18:12:56.836Z] (18/83) Installing libffi (3.4.4-r0) [2023-04-26T18:12:56.836Z] (19/83) Installing libintl (0.21.1-r1) [2023-04-26T18:12:56.836Z] (20/83) Installing libblkid (2.38.1-r1) [2023-04-26T18:12:56.836Z] (21/83) Installing libmount (2.38.1-r1) [2023-04-26T18:12:56.836Z] (22/83) Installing pcre2 (10.42-r0) [2023-04-26T18:12:56.836Z] (23/83) Installing glib (2.74.6-r0) [2023-04-26T18:12:56.836Z] (24/83) Installing graphite2 (1.3.14-r2) [2023-04-26T18:12:56.836Z] (25/83) Installing harfbuzz (5.3.1-r1) [2023-04-26T18:12:57.103Z] (26/83) Installing libass (0.16.0-r1) [2023-04-26T18:12:57.103Z] (27/83) Installing libdav1d (1.0.0-r2) [2023-04-26T18:12:57.103Z] (28/83) Installing libdrm (2.4.114-r0) [2023-04-26T18:12:57.103Z] (29/83) Installing gmp (6.2.1-r2) [2023-04-26T18:12:57.103Z] (30/83) Installing nettle (3.8.1-r0) [2023-04-26T18:12:57.103Z] (31/83) Installing p11-kit (0.24.1-r1) [2023-04-26T18:12:57.103Z] (32/83) Installing libtasn1 (4.19.0-r0) [2023-04-26T18:12:57.103Z] (33/83) Installing libunistring (1.1-r0) [2023-04-26T18:12:57.103Z] (34/83) Installing gnutls (3.7.8-r3) [2023-04-26T18:12:57.103Z] (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-04-26T18:12:57.373Z] (36/83) Installing ncurses-libs (6.3_p20221119-r0) [2023-04-26T18:12:57.373Z] (37/83) Installing lame (3.100-r2) [2023-04-26T18:12:57.373Z] (38/83) Installing opus (1.3.1-r1) [2023-04-26T18:12:57.373Z] (39/83) Installing libasyncns (0.8-r1) [2023-04-26T18:12:57.373Z] (40/83) Installing dbus-libs (1.14.4-r0) [2023-04-26T18:12:57.373Z] (41/83) Installing libltdl (2.4.7-r1) [2023-04-26T18:12:57.373Z] (42/83) Installing orc (0.4.33-r0) [2023-04-26T18:12:57.373Z] (43/83) Installing libgcc (12.2.1_git20220924-r4) [2023-04-26T18:12:57.373Z] (44/83) Installing libogg (1.3.5-r2) [2023-04-26T18:12:57.373Z] (45/83) Installing libstdc++ (12.2.1_git20220924-r4) [2023-04-26T18:12:57.373Z] (46/83) Installing flac-libs (1.4.2-r0) [2023-04-26T18:12:57.373Z] (47/83) Installing libvorbis (1.3.7-r0) [2023-04-26T18:12:57.373Z] (48/83) Installing libsndfile (1.1.0-r2) [2023-04-26T18:12:57.641Z] (49/83) Installing libgomp (12.2.1_git20220924-r4) [2023-04-26T18:12:57.641Z] (50/83) Installing soxr (0.1.3-r3) [2023-04-26T18:12:57.641Z] (51/83) Installing speexdsp (1.2.1-r0) [2023-04-26T18:12:57.641Z] (52/83) Installing tdb-libs (1.4.6-r0) [2023-04-26T18:12:57.641Z] (53/83) Installing libpulse (16.1-r6) [2023-04-26T18:12:57.641Z] (54/83) Installing cjson (1.7.15-r3) [2023-04-26T18:12:57.641Z] (55/83) Installing mbedtls (2.28.3-r0) [2023-04-26T18:12:57.641Z] (56/83) Installing librist (0.2.7-r0) [2023-04-26T18:12:57.641Z] (57/83) Installing libsrt (1.5.1-r0) [2023-04-26T18:12:57.641Z] (58/83) Installing libssh (0.10.4-r0) [2023-04-26T18:12:57.641Z] (59/83) Installing libtheora (1.1.1-r16) [2023-04-26T18:12:57.641Z] (60/83) Installing libjpeg-turbo (2.1.4-r0) [2023-04-26T18:12:57.641Z] (61/83) Installing v4l-utils-libs (1.22.1-r2) [2023-04-26T18:12:57.909Z] (62/83) Installing libxext (1.3.5-r0) [2023-04-26T18:12:57.909Z] (63/83) Installing libxfixes (6.0.0-r0) [2023-04-26T18:12:57.909Z] (64/83) Installing wayland-libs-client (1.21.0-r1) [2023-04-26T18:12:57.909Z] (65/83) Installing libva (2.16.0-r0) [2023-04-26T18:12:57.909Z] (66/83) Installing libvdpau (1.5-r0) [2023-04-26T18:12:57.909Z] (67/83) Installing vidstab (1.1.0-r2) [2023-04-26T18:12:57.909Z] (68/83) Installing libvpx (1.12.0-r1) [2023-04-26T18:12:57.909Z] (69/83) Installing libwebp (1.2.4-r1) [2023-04-26T18:12:57.909Z] (70/83) Installing x264-libs (0.164_git20220602-r0) [2023-04-26T18:12:57.909Z] (71/83) Installing numactl (2.0.16-r1) [2023-04-26T18:12:57.909Z] (72/83) Installing x265-libs (3.5-r3) [2023-04-26T18:12:58.183Z] (73/83) Installing xvidcore (1.3.7-r1) [2023-04-26T18:12:58.183Z] (74/83) Installing libsodium (1.0.18-r2) [2023-04-26T18:12:58.183Z] (75/83) Installing libzmq (4.3.4-r1) [2023-04-26T18:12:58.183Z] (76/83) Installing ffmpeg-libs (5.1.3-r0) [2023-04-26T18:12:58.451Z] (77/83) Installing ffmpeg (5.1.3-r0) [2023-04-26T18:12:58.718Z] (78/83) Installing udev-init-scripts (35-r1) [2023-04-26T18:12:58.718Z] (79/83) Installing eudev-libs (3.2.11-r4) [2023-04-26T18:12:58.718Z] (80/83) Installing xz-libs (5.2.9-r0) [2023-04-26T18:12:58.718Z] (81/83) Installing zstd-libs (1.5.5-r0) [2023-04-26T18:12:58.718Z] (82/83) Installing kmod-libs (30-r1) [2023-04-26T18:12:58.718Z] (83/83) Installing eudev (3.2.11-r4) [2023-04-26T18:12:58.718Z] Executing busybox-1.35.0-r29.trigger [2023-04-26T18:12:58.718Z] Executing eudev-3.2.11-r4.trigger [2023-04-26T18:12:58.718Z] OK: 86 MiB in 98 packages [2023-04-26T18:13:02.063Z] Removing intermediate container 32a680030c84 [2023-04-26T18:13:02.063Z] ---> 0a705d5ba2c8 [2023-04-26T18:13:02.063Z] Step 18/35 : WORKDIR / [2023-04-26T18:13:02.063Z] ---> Running in e6bc525c5cd8 [2023-04-26T18:13:02.330Z] Removing intermediate container e6bc525c5cd8 [2023-04-26T18:13:02.330Z] ---> 1cdcb50c1734 [2023-04-26T18:13:02.330Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-04-26T18:13:03.745Z] ---> 989992676b6e [2023-04-26T18:13:03.745Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-04-26T18:13:04.332Z] ---> 3cbc66d1257f [2023-04-26T18:13:04.332Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-04-26T18:13:04.918Z] ---> 4804be525f22 [2023-04-26T18:13:04.918Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-04-26T18:13:05.183Z] ---> 6b06bb2ee5f7 [2023-04-26T18:13:05.183Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-04-26T18:13:05.767Z] ---> f42ae8d277bf [2023-04-26T18:13:05.767Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-04-26T18:13:06.351Z] ---> 50d97e0e3b83 [2023-04-26T18:13:06.351Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-04-26T18:13:07.767Z] ---> ef0f80273199 [2023-04-26T18:13:07.767Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-04-26T18:13:07.767Z] ---> Running in 5a56ad32d018 [2023-04-26T18:13:10.347Z] Removing intermediate container 5a56ad32d018 [2023-04-26T18:13:10.347Z] ---> 3186da7e061a [2023-04-26T18:13:10.347Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-04-26T18:13:10.347Z] ---> Running in 764702d8dd81 [2023-04-26T18:13:11.754Z] Removing intermediate container 764702d8dd81 [2023-04-26T18:13:11.754Z] ---> a0ef1a3a607e [2023-04-26T18:13:11.754Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-04-26T18:13:11.754Z] ---> Running in 7e0fdf66a273 [2023-04-26T18:13:13.701Z] Removing intermediate container 7e0fdf66a273 [2023-04-26T18:13:13.701Z] ---> fb6cebb57ddd [2023-04-26T18:13:13.701Z] Step 29/35 : EXPOSE 59983 [2023-04-26T18:13:13.701Z] ---> Running in 53da44d5fd49 [2023-04-26T18:13:13.701Z] Removing intermediate container 53da44d5fd49 [2023-04-26T18:13:13.701Z] ---> a6283b68f591 [2023-04-26T18:13:13.701Z] Step 30/35 : EXPOSE 8554 [2023-04-26T18:13:13.701Z] ---> Running in abbf221dca38 [2023-04-26T18:13:13.967Z] Removing intermediate container abbf221dca38 [2023-04-26T18:13:13.967Z] ---> 3ca380c78e1a [2023-04-26T18:13:13.967Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-04-26T18:13:14.234Z] ---> Running in 1796c6f2521f [2023-04-26T18:13:14.501Z] Removing intermediate container 1796c6f2521f [2023-04-26T18:13:14.501Z] ---> d404061817fe [2023-04-26T18:13:14.501Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-04-26T18:13:14.501Z] ---> Running in b4bfbfe3fd0e [2023-04-26T18:13:14.768Z] Removing intermediate container b4bfbfe3fd0e [2023-04-26T18:13:14.768Z] ---> dcb4ffc6e702 [2023-04-26T18:13:14.768Z] Step 33/35 : LABEL arch=arm64 [2023-04-26T18:13:14.768Z] ---> Running in bfc26be22cf0 [2023-04-26T18:13:15.036Z] Removing intermediate container bfc26be22cf0 [2023-04-26T18:13:15.036Z] ---> 2f939bd55de6 [2023-04-26T18:13:15.036Z] Step 34/35 : LABEL git_sha=04d3159039878f9a4b0467ac0faab460dc658315 [2023-04-26T18:13:15.304Z] ---> Running in 5934da41ef8c [2023-04-26T18:13:15.571Z] Removing intermediate container 5934da41ef8c [2023-04-26T18:13:15.572Z] ---> dcb6e2692136 [2023-04-26T18:13:15.572Z] Step 35/35 : LABEL version=0.0.0 [2023-04-26T18:13:15.572Z] ---> Running in ec3e20c42e95 [2023-04-26T18:13:15.840Z] Removing intermediate container ec3e20c42e95 [2023-04-26T18:13:15.840Z] ---> 9c206cbfc69e [2023-04-26T18:13:15.840Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-26T18:13:15.840Z] Successfully built 9c206cbfc69e [2023-04-26T18:13:16.109Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:13:16.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T18:13:16.898Z] [2023-04-26T18:13:16.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:13:17.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T18:13:17.301Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-26T18:13:17.301Z] 8998bd30e6a1: Pulling fs layer [2023-04-26T18:13:17.301Z] 04944245beec: Pulling fs layer [2023-04-26T18:13:17.301Z] 699f458cf7ca: Pulling fs layer [2023-04-26T18:13:17.301Z] 765212b225bb: Pulling fs layer [2023-04-26T18:13:17.301Z] f23df028b6ca: Pulling fs layer [2023-04-26T18:13:17.301Z] d65c8cfc05b1: Pulling fs layer [2023-04-26T18:13:17.301Z] 2437ff75d9bd: Pulling fs layer [2023-04-26T18:13:17.301Z] 765212b225bb: Waiting [2023-04-26T18:13:17.301Z] f23df028b6ca: Waiting [2023-04-26T18:13:17.301Z] d65c8cfc05b1: Waiting [2023-04-26T18:13:17.301Z] 2437ff75d9bd: Waiting [2023-04-26T18:13:17.571Z] 04944245beec: Verifying Checksum [2023-04-26T18:13:17.571Z] 04944245beec: Download complete [2023-04-26T18:13:17.571Z] 765212b225bb: Verifying Checksum [2023-04-26T18:13:17.571Z] 765212b225bb: Download complete [2023-04-26T18:13:17.571Z] f23df028b6ca: Verifying Checksum [2023-04-26T18:13:17.571Z] f23df028b6ca: Download complete [2023-04-26T18:13:17.571Z] d65c8cfc05b1: Verifying Checksum [2023-04-26T18:13:17.571Z] d65c8cfc05b1: Download complete [2023-04-26T18:13:17.571Z] 699f458cf7ca: Verifying Checksum [2023-04-26T18:13:17.571Z] 699f458cf7ca: Download complete [2023-04-26T18:13:18.159Z] 8998bd30e6a1: Verifying Checksum [2023-04-26T18:13:18.159Z] 8998bd30e6a1: Download complete [2023-04-26T18:13:20.101Z] 2437ff75d9bd: Verifying Checksum [2023-04-26T18:13:20.101Z] 2437ff75d9bd: Download complete [2023-04-26T18:13:22.053Z] 8998bd30e6a1: Pull complete [2023-04-26T18:13:22.636Z] 04944245beec: Pull complete [2023-04-26T18:13:24.040Z] 699f458cf7ca: Pull complete [2023-04-26T18:13:24.308Z] 765212b225bb: Pull complete [2023-04-26T18:13:24.891Z] f23df028b6ca: Pull complete [2023-04-26T18:13:25.160Z] d65c8cfc05b1: Pull complete [2023-04-26T18:13:40.132Z] 2437ff75d9bd: Pull complete [2023-04-26T18:13:40.132Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-26T18:13:40.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-26T18:13:40.132Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:13:40.477Z] prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container [2023-04-26T18:13:40.546Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-26T18:13:43.280Z] $ docker top c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:44.181Z] ---> job-cost.sh [2023-04-26T18:13:44.181Z] lf-activate-venv: SKIPPING [2023-04-26T18:13:44.181Z] INFO: No Stack... [2023-04-26T18:13:44.760Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-26T18:13:45.717Z] INFO: Archiving Costs [Pipeline] sh [2023-04-26T18:13:46.065Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2023-04-26T18:13:46.065Z] + cut -d, -f6 [Pipeline] lock [2023-04-26T18:13:46.383Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [2023-04-26T18:13:46.388Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] did not exist. Created. [2023-04-26T18:13:46.388Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-26T18:13:46.801Z] /w/workspace/device-usb-camera/1@tmp/durable-45a068d9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-26T18:13:47.469Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-26T18:13:47.507Z] Warning: overwriting stash ‘stack-cost’ [2023-04-26T18:13:47.559Z] Stashed 1 file(s) [Pipeline] } [2023-04-26T18:13:47.575Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-26T18:13:47.653Z] $ docker stop --time=1 c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc [2023-04-26T18:13:49.596Z] $ docker rm -f --volumes c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-26T18:13:50.572Z] provisioning config files... [2023-04-26T18:13:50.583Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config11956339887350228041tmp [Pipeline] { [Pipeline] sh [2023-04-26T18:13:50.925Z] + set +x [2023-04-26T18:13:50.925Z] + + curl -s https://codecov.io/bash [2023-04-26T18:13:50.925Z] bash -s -- [2023-04-26T18:13:50.925Z] [2023-04-26T18:13:50.925Z] _____ _ [2023-04-26T18:13:50.925Z] / ____| | | [2023-04-26T18:13:50.925Z] | | ___ __| | ___ ___ _____ __ [2023-04-26T18:13:50.925Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-26T18:13:50.925Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-26T18:13:50.925Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-26T18:13:50.925Z] Bash-1.0.6 [2023-04-26T18:13:50.925Z] [2023-04-26T18:13:50.925Z] [2023-04-26T18:13:50.925Z] ==> git version 2.25.1 found [2023-04-26T18:13:50.925Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-26T18:13:50.925Z] Release-Date: 2020-01-08 [2023-04-26T18:13:50.925Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-26T18:13:50.925Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-26T18:13:50.925Z] ==> Jenkins CI detected. [2023-04-26T18:13:50.925Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-224 [2023-04-26T18:13:50.925Z] project root: . [2023-04-26T18:13:50.925Z] --> token set from env [2023-04-26T18:13:50.925Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-26T18:13:50.925Z] ==> Running gcov in . (disable via -X gcov) [2023-04-26T18:13:50.925Z] ==> Python coveragepy not found [2023-04-26T18:13:50.925Z] ==> Searching for coverage reports in: [2023-04-26T18:13:50.925Z] + . [2023-04-26T18:13:50.925Z] -> Found 1 reports [2023-04-26T18:13:50.925Z] ==> Detecting git/mercurial file structure [2023-04-26T18:13:50.925Z] ==> Reading reports [2023-04-26T18:13:50.925Z] + ./coverage.out bytes=28693 [2023-04-26T18:13:51.184Z] ==> Appending adjustments [2023-04-26T18:13:51.184Z] https://docs.codecov.io/docs/fixing-reports [2023-04-26T18:13:51.184Z] + Found adjustments [2023-04-26T18:13:51.184Z] ==> Gzipping contents [2023-04-26T18:13:51.184Z] 4.0K /tmp/codecov.7XIOeJ.gz [2023-04-26T18:13:51.184Z] ==> Uploading reports [2023-04-26T18:13:51.184Z] url: https://codecov.io [2023-04-26T18:13:51.184Z] query: branch=PR-224&commit=04d3159039878f9a4b0467ac0faab460dc658315&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=224&job=&cmd_args= [2023-04-26T18:13:51.184Z] -> Pinging Codecov [2023-04-26T18:13:51.184Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-224&commit=04d3159039878f9a4b0467ac0faab460dc658315&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=224&job=&cmd_args= [2023-04-26T18:13:51.185Z] -> Uploading to [2023-04-26T18:13:51.185Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-26/73D8F5FF140700D3E01443B452E23636/04d3159039878f9a4b0467ac0faab460dc658315/5efbf9b4-4166-4ea6-8b6c-34d7b5dcf770.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T181351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=554ae7b7db166119de9e7e4412d24ca7d89b7ed8ac1edf3a833bbcf886936b37 [2023-04-26T18:13:51.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-26T18:13:51.185Z] Dload Upload Total Spent Left Speed [2023-04-26T18:13:51.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3929 0 0 100 3929 0 17157 --:--:-- --:--:-- --:--:-- 17157 [2023-04-26T18:13:51.445Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] } [2023-04-26T18:13:51.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-26T18:13:53.275Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-224/archives ] [2023-04-26T18:13:53.275Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-224/archives [2023-04-26T18:13:53.275Z] total 16 [2023-04-26T18:13:53.275Z] drwxr-xr-x 3 root root 4096 Apr 26 18:04 . [2023-04-26T18:13:53.275Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 18:04 .. [2023-04-26T18:13:53.275Z] drwxr-xr-x 2 root root 4096 Apr 26 18:04 cost [2023-04-26T18:13:53.275Z] -rw-r--r-- 1 root root 89 Apr 26 18:04 cost.csv [2023-04-26T18:13:53.275Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-224/archives [2023-04-26T18:13:53.275Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-224/archives [2023-04-26T18:13:53.275Z] total 16 [2023-04-26T18:13:53.275Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:04 . [2023-04-26T18:13:53.275Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 18:04 .. [2023-04-26T18:13:53.275Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 18:04 cost [2023-04-26T18:13:53.275Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 26 18:04 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:53.605Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:54.493Z] ---> package-listing.sh [2023-04-26T18:13:54.493Z] ++ facter osfamily [2023-04-26T18:13:54.493Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-26T18:13:54.752Z] + OS_FAMILY=debian [2023-04-26T18:13:54.752Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-224 [2023-04-26T18:13:54.752Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-26T18:13:54.752Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-26T18:13:54.752Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-26T18:13:54.752Z] + PACKAGES=/tmp/packages_start.txt [2023-04-26T18:13:54.752Z] + '[' /w/workspace/foundry_device-usb-camera_PR-224 ']' [2023-04-26T18:13:54.752Z] + PACKAGES=/tmp/packages_end.txt [2023-04-26T18:13:54.752Z] + case "${OS_FAMILY}" in [2023-04-26T18:13:54.752Z] + dpkg -l [2023-04-26T18:13:54.752Z] + grep '^ii' [2023-04-26T18:13:54.752Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-26T18:13:54.752Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-26T18:13:54.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-26T18:13:54.752Z] + '[' /w/workspace/foundry_device-usb-camera_PR-224 ']' [2023-04-26T18:13:54.752Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-224/archives/ [2023-04-26T18:13:54.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-224/archives/ [Pipeline] echo [2023-04-26T18:13:54.786Z] 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-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-26T18:13:55.082Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-26T18:13:55.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-26T18:13:55.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-26T18:13:55.852Z] prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container [2023-04-26T18:13:55.888Z] $ 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-224/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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-26T18:13:56.109Z] $ docker top c967abaf6836da095eb43fad6f548ccd610aaf179fbfd5f1c9a50fe85a71de8b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-26T18:13:56.490Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-26T18:13:56.798Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-26T18:13:57.106Z] + ls /var/log/sa-host [2023-04-26T18:13:57.106Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-26T18:13:57.241Z] provisioning config files... [2023-04-26T18:13:57.250Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config9665815406009445545tmp [Pipeline] { [Pipeline] echo [2023-04-26T18:13:57.304Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:57.621Z] ---> create-netrc.sh [Pipeline] } [2023-04-26T18:13:57.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:58.075Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-26T18:13:58.106Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:58.423Z] ---> sudo-logs.sh [2023-04-26T18:13:58.423Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-26T18:13:58.507Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:58.819Z] ---> job-cost.sh [2023-04-26T18:13:58.819Z] lf-activate-venv: SKIPPING [2023-04-26T18:13:58.819Z] DEBUG: total: 0.2199999988079071 [2023-04-26T18:13:58.819Z] INFO: Retrieving Stack Cost... [2023-04-26T18:13:59.078Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-26T18:13:59.649Z] INFO: Archiving Costs [Pipeline] echo [2023-04-26T18:13:59.681Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-26T18:13:59.997Z] ---> logs-deploy.sh [2023-04-26T18:13:59.997Z] lf-activate-venv: SKIPPING [2023-04-26T18:13:59.997Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-224/1 [2023-04-26T18:13:59.997Z] INFO: archiving workspace using pattern(s): [2023-04-26T18:14:00.937Z] Archives upload complete. [2023-04-26T18:14:00.937Z] INFO: archiving logs to Nexus