Pull request #57 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-usb-camera Obtained Jenkinsfile from 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127+664c5ba3293ecbd7fca44ad183f6df17541e93fa (cd9ed8a752743fc9f4371c5c4ca0bb6a605565d8) 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-ssh2091609374210909302.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh3041724516786077972.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-57/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-57/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10326309438789626041.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-57/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1667575560277583964.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh14023647109698016532.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-57/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-57/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17672531268046019935.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-20767 in /w/workspace/xfoundry_device-usb-camera_PR-57 [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/xfoundry_device-usb-camera_PR-57 # 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/57/head:refs/remotes/origin/PR-57 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 664c5ba3293ecbd7fca44ad183f6df17541e93fa into PR head commit 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 Merge succeeded, producing 79914ee767c944477aca3273ef06eb36f9935772 Checking out Revision 79914ee767c944477aca3273ef06eb36f9935772 (PR-57) > git config core.sparsecheckout # timeout=10 > git checkout -f 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 # 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 664c5ba3293ecbd7fca44ad183f6df17541e93fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79914ee767c944477aca3273ef06eb36f9935772 # timeout=10 Commit message: "Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-22T08:15:47.677Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-22T08:15:47.864Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-22T08:15:47.968Z] ========================================================= [2022-07-22T08:15:47.968Z] EdgeX Global Pipelines Version Info [2022-07-22T08:15:47.968Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:15:49.115Z] ------------------- [2022-07-22T08:15:49.116Z] stable info: [2022-07-22T08:15:49.116Z] ------------------- [2022-07-22T08:15:49.116Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-22T08:15:49.116Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-07-22T08:15:49.116Z] Message: update stable to v1.0.238 [2022-07-22T08:15:49.379Z] ------------------- [2022-07-22T08:15:49.379Z] experimental info: [2022-07-22T08:15:49.379Z] ------------------- [2022-07-22T08:15:49.379Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-22T08:15:49.379Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-07-22T08:15:49.379Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-22T08:15:49.734Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-07-22T08:15:49.777Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-07-22T08:15:49.820Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-22T08:15:49.863Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-22T08:15:49.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-22T08:15:49.941Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-22T08:15:49.979Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-22T08:15:50.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-07-22T08:15:50.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-22T08:15:50.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-22T08:15:50.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-22T08:15:50.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-07-22T08:15:50.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-22T08:15:50.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-22T08:15:50.332Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-22T08:15:50.376Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-22T08:15:50.418Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-22T08:15:50.464Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-22T08:15:50.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-22T08:15:50.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-22T08:15:50.581Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-07-22T08:15:50.623Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-07-22T08:15:50.663Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-22T08:15:50.708Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-22T08:15:50.746Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-22T08:15:50.788Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-22T08:15:50.828Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-22T08:15:50.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-57 [Pipeline] echo [2022-07-22T08:15:50.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-57 [Pipeline] echo [2022-07-22T08:15:50.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-57 [Pipeline] echo [2022-07-22T08:15:50.986Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo [2022-07-22T08:15:51.026Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79914ee [Pipeline] echo [2022-07-22T08:15:51.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-22T08:15:51.174Z] provisioning config files... [2022-07-22T08:15:51.189Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config7544681430413593314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:15:51.535Z] ---> docker-login.sh [2022-07-22T08:15:51.536Z] nexus3.edgexfoundry.org:10001 [2022-07-22T08:15:51.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:15:52.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:15:52.059Z] Configure a credential helper to remove this warning. See [2022-07-22T08:15:52.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:15:52.059Z] [2022-07-22T08:15:52.059Z] Login Succeeded [2022-07-22T08:15:52.059Z] nexus3.edgexfoundry.org:10002 [2022-07-22T08:15:52.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:15:52.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:15:52.319Z] Configure a credential helper to remove this warning. See [2022-07-22T08:15:52.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:15:52.319Z] [2022-07-22T08:15:52.319Z] Login Succeeded [2022-07-22T08:15:52.319Z] nexus3.edgexfoundry.org:10003 [2022-07-22T08:15:52.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:15:52.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:15:52.319Z] Configure a credential helper to remove this warning. See [2022-07-22T08:15:52.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:15:52.319Z] [2022-07-22T08:15:52.319Z] Login Succeeded [2022-07-22T08:15:52.319Z] nexus3.edgexfoundry.org:10004 [2022-07-22T08:15:52.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:15:52.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:15:52.583Z] Configure a credential helper to remove this warning. See [2022-07-22T08:15:52.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:15:52.583Z] [2022-07-22T08:15:52.583Z] Login Succeeded [2022-07-22T08:15:52.583Z] docker.io [2022-07-22T08:15:52.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:15:52.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:15:52.847Z] Configure a credential helper to remove this warning. See [2022-07-22T08:15:52.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:15:52.847Z] [2022-07-22T08:15:52.847Z] Login Succeeded [2022-07-22T08:15:52.847Z] ---> docker-login.sh ends [Pipeline] } [2022-07-22T08:15:52.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-22T08:15:53.530Z] + git rev-list -1 --merges 79914ee767c944477aca3273ef06eb36f9935772~1..79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo [2022-07-22T08:15:53.572Z] -----------> git rev-list -1 --merges 79914ee767c944477aca3273ef06eb36f9935772~1..79914ee767c944477aca3273ef06eb36f9935772 79914ee767c944477aca3273ef06eb36f9935772 [2022-07-22T08:15:53.572Z] 79914ee767c944477aca3273ef06eb36f9935772 [false] [Pipeline] sh [2022-07-22T08:15:53.882Z] + git log --format=format:%s -1 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo [2022-07-22T08:15:53.925Z] ========================================================= [2022-07-22T08:15:53.925Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-22T08:15:53.925Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-22T08:15:54.389Z] + git log --format=format:%s -1 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo [2022-07-22T08:15:54.424Z] [semverPrep] GIT_COMMIT: 79914ee767c944477aca3273ef06eb36f9935772, Commit Message: Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD [Pipeline] echo [2022-07-22T08:15:54.456Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-22T08:15:54.854Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-22T08:15:54.854Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-22T08:15:54.854Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-22T08:15:54.854Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-22T08:15:54.855Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-22T08:15:54.855Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-22T08:15:54.855Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:15:55.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-22T08:15:55.353Z] [2022-07-22T08:15:55.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:15:55.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-22T08:15:55.730Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-22T08:15:55.730Z] b85a868b505f: Pulling fs layer [2022-07-22T08:15:55.730Z] e2be974225ed: Pulling fs layer [2022-07-22T08:15:55.730Z] 339a4e72a1f5: Pulling fs layer [2022-07-22T08:15:55.730Z] 988bab9f4d93: Pulling fs layer [2022-07-22T08:15:55.730Z] 1469e6f7b9e6: Pulling fs layer [2022-07-22T08:15:55.730Z] eaf3925da568: Pulling fs layer [2022-07-22T08:15:55.730Z] bab4dde63d76: Pulling fs layer [2022-07-22T08:15:55.730Z] bde34c3a00c8: Pulling fs layer [2022-07-22T08:15:55.730Z] 988bab9f4d93: Waiting [2022-07-22T08:15:55.730Z] b352a97aabf1: Pulling fs layer [2022-07-22T08:15:55.730Z] 4872d77fe225: Pulling fs layer [2022-07-22T08:15:55.730Z] 1469e6f7b9e6: Waiting [2022-07-22T08:15:55.730Z] 5851b861e8e6: Pulling fs layer [2022-07-22T08:15:55.730Z] bab4dde63d76: Waiting [2022-07-22T08:15:55.730Z] 4872d77fe225: Waiting [2022-07-22T08:15:55.730Z] bde34c3a00c8: Waiting [2022-07-22T08:15:55.730Z] b352a97aabf1: Waiting [2022-07-22T08:15:55.730Z] e2be974225ed: Download complete [2022-07-22T08:15:55.730Z] 988bab9f4d93: Download complete [2022-07-22T08:15:55.991Z] 1469e6f7b9e6: Verifying Checksum [2022-07-22T08:15:55.991Z] 1469e6f7b9e6: Download complete [2022-07-22T08:15:55.991Z] 339a4e72a1f5: Verifying Checksum [2022-07-22T08:15:55.991Z] 339a4e72a1f5: Download complete [2022-07-22T08:15:55.991Z] eaf3925da568: Verifying Checksum [2022-07-22T08:15:55.991Z] eaf3925da568: Download complete [2022-07-22T08:15:55.991Z] bde34c3a00c8: Verifying Checksum [2022-07-22T08:15:55.991Z] bde34c3a00c8: Download complete [2022-07-22T08:15:55.991Z] b352a97aabf1: Verifying Checksum [2022-07-22T08:15:55.991Z] b352a97aabf1: Download complete [2022-07-22T08:15:55.991Z] 4872d77fe225: Verifying Checksum [2022-07-22T08:15:55.991Z] 4872d77fe225: Download complete [2022-07-22T08:15:55.991Z] 5851b861e8e6: Download complete [2022-07-22T08:15:55.991Z] b85a868b505f: Verifying Checksum [2022-07-22T08:15:55.991Z] b85a868b505f: Download complete [2022-07-22T08:15:56.252Z] bab4dde63d76: Verifying Checksum [2022-07-22T08:15:56.252Z] bab4dde63d76: Download complete [2022-07-22T08:15:57.637Z] b85a868b505f: Pull complete [2022-07-22T08:15:57.637Z] e2be974225ed: Pull complete [2022-07-22T08:15:57.899Z] 339a4e72a1f5: Pull complete [2022-07-22T08:15:58.161Z] 988bab9f4d93: Pull complete [2022-07-22T08:15:58.423Z] 1469e6f7b9e6: Pull complete [2022-07-22T08:15:58.423Z] eaf3925da568: Pull complete [2022-07-22T08:16:00.334Z] bab4dde63d76: Pull complete [2022-07-22T08:16:00.334Z] bde34c3a00c8: Pull complete [2022-07-22T08:16:00.595Z] b352a97aabf1: Pull complete [2022-07-22T08:16:00.595Z] 4872d77fe225: Pull complete [2022-07-22T08:16:00.595Z] 5851b861e8e6: Pull complete [2022-07-22T08:16:00.857Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-22T08:16:00.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-22T08:16:00.857Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:16:01.084Z] prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container [2022-07-22T08:16:01.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-22T08:16:02.642Z] $ docker top bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e -eo pid,comm [2022-07-22T08:16:02.717Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-07-22T08:16:02.717Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-22T08:16:02.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-22T08:16:02.843Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-22T08:16:02.966Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-22T08:16:02.972Z] $ docker exec bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent [2022-07-22T08:16:03.092Z] SSH_AUTH_SOCK=/tmp/ssh-X19OglIwGhq5/agent.32 [2022-07-22T08:16:03.092Z] SSH_AGENT_PID=38 [2022-07-22T08:16:03.098Z] Running ssh-add (command line suppressed) [2022-07-22T08:16:03.225Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_6102207796671141750.key (/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_6102207796671141750.key) [2022-07-22T08:16:03.236Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-22T08:16:03.575Z] + git tag --points-at HEAD [Pipeline] } [2022-07-22T08:16:03.608Z] $ docker exec --env ******** --env ******** bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent -k [2022-07-22T08:16:03.733Z] unset SSH_AUTH_SOCK; [2022-07-22T08:16:03.734Z] unset SSH_AGENT_PID; [2022-07-22T08:16:03.734Z] echo Agent pid 38 killed; [2022-07-22T08:16:03.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-22T08:16:03.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-22T08:16:03.817Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-22T08:16:03.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-22T08:16:03.968Z] $ docker exec bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent [2022-07-22T08:16:04.092Z] SSH_AUTH_SOCK=/tmp/ssh-BgkDw0iO8d11/agent.70 [2022-07-22T08:16:04.092Z] SSH_AGENT_PID=76 [2022-07-22T08:16:04.098Z] Running ssh-add (command line suppressed) [2022-07-22T08:16:04.220Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_3060963578920232556.key (/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_3060963578920232556.key) [2022-07-22T08:16:04.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-22T08:16:04.565Z] + git semver init [2022-07-22T08:16:04.829Z] 2022-07-22 08:16:04,776 [run_init] DEBUG init version:0.0.0 force:False [2022-07-22T08:16:04.829Z] 2022-07-22 08:16:04,777 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver [2022-07-22T08:16:04.829Z] 2022-07-22 08:16:04,778 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/xfoundry_device-usb-camera_PR-57/.semver [2022-07-22T08:16:04.829Z] 2022-07-22 08:16:04,778 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/xfoundry_device-usb-camera_PR-57/.semver'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57, universal_newlines=False, shell=None, istream=None) [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,327 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-usb-camera_PR-57/.git/info/exclude [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,328 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 with force:False [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,328 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,333 [execute] INFO git cat-file --batch-check [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57/.semver, universal_newlines=False, shell=None, istream=) [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,341 [execute] INFO git cat-file --batch [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,341 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57/.semver, universal_newlines=False, shell=None, istream=) [2022-07-22T08:16:05.405Z] 2022-07-22 08:16:05,347 [read_version] DEBUG read version from /w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 [2022-07-22T08:16:05.405Z] 0.0.0 [Pipeline] } [2022-07-22T08:16:05.434Z] $ docker exec --env ******** --env ******** bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent -k [2022-07-22T08:16:05.562Z] unset SSH_AUTH_SOCK; [2022-07-22T08:16:05.562Z] unset SSH_AGENT_PID; [2022-07-22T08:16:05.562Z] echo Agent pid 76 killed; [2022-07-22T08:16:05.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-22T08:16:06.005Z] + git semver [Pipeline] } [2022-07-22T08:16:06.294Z] $ docker stop --time=1 bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e [2022-07-22T08:16:07.673Z] $ docker rm -f bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-22T08:16:08.145Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-22T08:16:08.453Z] Stashed 1 file(s) [Pipeline] echo [2022-07-22T08:16:08.473Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-22T08:16:09.047Z] provisioning config files... [2022-07-22T08:16:09.058Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config1889641543908493094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:16:09.415Z] ---> docker-login.sh [2022-07-22T08:16:09.415Z] nexus3.edgexfoundry.org:10001 [2022-07-22T08:16:09.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:16:09.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:16:09.415Z] Configure a credential helper to remove this warning. See [2022-07-22T08:16:09.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:16:09.415Z] [2022-07-22T08:16:09.415Z] Login Succeeded [2022-07-22T08:16:09.415Z] nexus3.edgexfoundry.org:10002 [2022-07-22T08:16:09.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:16:09.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:16:09.678Z] Configure a credential helper to remove this warning. See [2022-07-22T08:16:09.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:16:09.678Z] [2022-07-22T08:16:09.678Z] Login Succeeded [2022-07-22T08:16:09.678Z] nexus3.edgexfoundry.org:10003 [2022-07-22T08:16:09.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:16:09.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:16:09.678Z] Configure a credential helper to remove this warning. See [2022-07-22T08:16:09.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:16:09.678Z] [2022-07-22T08:16:09.678Z] Login Succeeded [2022-07-22T08:16:09.678Z] nexus3.edgexfoundry.org:10004 [2022-07-22T08:16:09.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:16:09.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:16:09.940Z] Configure a credential helper to remove this warning. See [2022-07-22T08:16:09.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:16:09.940Z] [2022-07-22T08:16:09.940Z] Login Succeeded [2022-07-22T08:16:09.940Z] docker.io [2022-07-22T08:16:09.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:16:10.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:16:10.201Z] Configure a credential helper to remove this warning. See [2022-07-22T08:16:10.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:16:10.201Z] [2022-07-22T08:16:10.201Z] Login Succeeded [2022-07-22T08:16:10.201Z] ---> docker-login.sh ends [Pipeline] } [2022-07-22T08:16:10.231Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-22T08:16:10.430Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-22T08:16:10.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-22T08:16:10.494Z] ========================================================= [2022-07-22T08:16:10.494Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-22T08:16:10.494Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:16:10.961Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-22T08:16:10.961Z] Sending build context to Docker daemon 725kB [2022-07-22T08:16:10.961Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-07-22T08:16:10.961Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-22T08:16:10.961Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-22T08:16:10.961Z] 2408cc74d12b: Pulling fs layer [2022-07-22T08:16:10.961Z] ea60b727a1ce: Pulling fs layer [2022-07-22T08:16:10.961Z] 30c4a7721957: Pulling fs layer [2022-07-22T08:16:10.961Z] 370296b7ddb6: Pulling fs layer [2022-07-22T08:16:10.961Z] 7c6cee850709: Pulling fs layer [2022-07-22T08:16:10.961Z] 39a5fcdaea64: Pulling fs layer [2022-07-22T08:16:10.961Z] d94ebbe4e438: Pulling fs layer [2022-07-22T08:16:10.961Z] bcfd1f05c69d: Pulling fs layer [2022-07-22T08:16:10.961Z] 59ccb84bbe0f: Pulling fs layer [2022-07-22T08:16:10.961Z] 370296b7ddb6: Waiting [2022-07-22T08:16:10.961Z] 7c6cee850709: Waiting [2022-07-22T08:16:10.961Z] 39a5fcdaea64: Waiting [2022-07-22T08:16:10.961Z] d94ebbe4e438: Waiting [2022-07-22T08:16:10.961Z] bcfd1f05c69d: Waiting [2022-07-22T08:16:10.961Z] 59ccb84bbe0f: Waiting [2022-07-22T08:16:11.228Z] ea60b727a1ce: Verifying Checksum [2022-07-22T08:16:11.228Z] ea60b727a1ce: Download complete [2022-07-22T08:16:11.228Z] 7c6cee850709: Download complete [2022-07-22T08:16:11.228Z] 39a5fcdaea64: Verifying Checksum [2022-07-22T08:16:11.228Z] 39a5fcdaea64: Download complete [2022-07-22T08:16:11.228Z] 2408cc74d12b: Download complete [2022-07-22T08:16:11.228Z] d94ebbe4e438: Download complete [2022-07-22T08:16:11.228Z] 2408cc74d12b: Pull complete [2022-07-22T08:16:11.490Z] ea60b727a1ce: Pull complete [2022-07-22T08:16:11.490Z] 30c4a7721957: Pull complete [2022-07-22T08:16:11.750Z] 59ccb84bbe0f: Verifying Checksum [2022-07-22T08:16:11.750Z] 59ccb84bbe0f: Download complete [2022-07-22T08:16:11.750Z] bcfd1f05c69d: Verifying Checksum [2022-07-22T08:16:11.750Z] bcfd1f05c69d: Download complete [2022-07-22T08:16:12.009Z] 370296b7ddb6: Download complete [2022-07-22T08:16:16.212Z] 370296b7ddb6: Pull complete [2022-07-22T08:16:16.212Z] 7c6cee850709: Pull complete [2022-07-22T08:16:16.212Z] 39a5fcdaea64: Pull complete [2022-07-22T08:16:16.478Z] d94ebbe4e438: Pull complete [2022-07-22T08:16:19.018Z] bcfd1f05c69d: Pull complete [2022-07-22T08:16:19.282Z] 59ccb84bbe0f: Pull complete [2022-07-22T08:16:19.282Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-22T08:16:19.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-22T08:16:19.282Z] ---> a4fb48ad2a94 [2022-07-22T08:16:19.282Z] Step 3/13 : ARG MAKE="make build" [2022-07-22T08:16:21.197Z] ---> Running in 7848f9bae6e4 [2022-07-22T08:16:21.197Z] Removing intermediate container 7848f9bae6e4 [2022-07-22T08:16:21.197Z] ---> 4019b3d8d40c [2022-07-22T08:16:21.197Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-07-22T08:16:21.197Z] ---> Running in 64f779ee876c [2022-07-22T08:16:21.197Z] Removing intermediate container 64f779ee876c [2022-07-22T08:16:21.197Z] ---> faedb8ba75cb [2022-07-22T08:16:21.197Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-07-22T08:16:21.197Z] ---> Running in e0632a7429db [2022-07-22T08:16:21.197Z] Removing intermediate container e0632a7429db [2022-07-22T08:16:21.197Z] ---> 58014a83835a [2022-07-22T08:16:21.197Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-22T08:16:21.197Z] ---> Running in c34dbee4a4ce [2022-07-22T08:16:21.771Z] Removing intermediate container c34dbee4a4ce [2022-07-22T08:16:21.771Z] ---> e088da2dfb3d [2022-07-22T08:16:21.771Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-22T08:16:21.771Z] ---> Running in 2dd947b933d0 [2022-07-22T08:16:22.343Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-22T08:16:23.285Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-22T08:16:23.547Z] (1/80) Installing mesa (21.3.8-r1) [2022-07-22T08:16:23.810Z] (2/80) Installing libxau (1.0.9-r0) [2022-07-22T08:16:23.810Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-07-22T08:16:23.810Z] (4/80) Installing libxcb (1.15-r0) [2022-07-22T08:16:23.874Z] Still waiting to schedule task [2022-07-22T08:16:23.874Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-22T08:16:24.072Z] (5/80) Installing libx11 (1.8-r0) [2022-07-22T08:16:24.072Z] (6/80) Installing libxext (1.3.4-r0) [2022-07-22T08:16:24.333Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-07-22T08:16:24.333Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-07-22T08:16:24.333Z] (9/80) Installing libpciaccess (0.16-r0) [2022-07-22T08:16:24.594Z] (10/80) Installing libdrm (2.4.110-r0) [2022-07-22T08:16:24.594Z] (11/80) Installing mesa-glapi (21.3.8-r1) [2022-07-22T08:16:24.594Z] (12/80) Installing libxshmfence (1.3-r1) [2022-07-22T08:16:24.856Z] (13/80) Installing mesa-gl (21.3.8-r1) [2022-07-22T08:16:24.856Z] (14/80) Installing icu-data-full (71.1-r2) [2022-07-22T08:16:25.796Z] (15/80) Installing libice (1.0.10-r0) [2022-07-22T08:16:25.796Z] (16/80) Installing libuuid (2.38-r1) [2022-07-22T08:16:25.796Z] (17/80) Installing libsm (1.2.3-r0) [2022-07-22T08:16:26.057Z] (18/80) Installing libxt (1.2.1-r0) [2022-07-22T08:16:26.057Z] (19/80) Installing libxmu (1.1.3-r0) [2022-07-22T08:16:26.057Z] (20/80) Installing xset (1.2.4-r0) [2022-07-22T08:16:26.375Z] (21/80) Installing xprop (1.2.5-r0) [2022-07-22T08:16:26.375Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-07-22T08:16:26.375Z] (23/80) Installing dbus-libs (1.14.0-r1) [2022-07-22T08:16:26.689Z] (24/80) Installing libffi (3.4.2-r1) [2022-07-22T08:16:26.689Z] (25/80) Installing libintl (0.21-r2) [2022-07-22T08:16:26.689Z] (26/80) Installing libblkid (2.38-r1) [2022-07-22T08:16:26.952Z] (27/80) Installing libmount (2.38-r1) [2022-07-22T08:16:26.952Z] (28/80) Installing pcre (8.45-r2) [2022-07-22T08:16:26.952Z] (29/80) Installing glib (2.72.1-r0) [2022-07-22T08:16:27.216Z] (30/80) Installing icu-libs (71.1-r2) [2022-07-22T08:16:28.162Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-07-22T08:16:28.162Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-07-22T08:16:28.423Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r1) [2022-07-22T08:16:28.685Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-07-22T08:16:28.947Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-07-22T08:16:28.947Z] (36/80) Installing mesa-gbm (21.3.8-r1) [2022-07-22T08:16:28.947Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-07-22T08:16:29.216Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r0) [2022-07-22T08:16:29.477Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-07-22T08:16:29.738Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-07-22T08:16:29.738Z] (41/80) Installing libpng (1.6.37-r1) [2022-07-22T08:16:30.000Z] (42/80) Installing freetype (2.12.1-r0) [2022-07-22T08:16:30.000Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-07-22T08:16:30.000Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-07-22T08:16:30.263Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-07-22T08:16:30.263Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-07-22T08:16:30.523Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-07-22T08:16:30.523Z] (48/80) Installing libxml2 (2.9.14-r0) [2022-07-22T08:16:30.784Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-07-22T08:16:30.784Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-07-22T08:16:31.045Z] (51/80) Installing mesa-egl (21.3.8-r1) [2022-07-22T08:16:31.045Z] (52/80) Installing avahi-libs (0.8-r6) [2022-07-22T08:16:31.306Z] (53/80) Installing nettle (3.7.3-r0) [2022-07-22T08:16:31.306Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-07-22T08:16:31.306Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-07-22T08:16:31.568Z] (56/80) Installing libunistring (1.0-r0) [2022-07-22T08:16:31.568Z] (57/80) Installing gnutls (3.7.6-r0) [2022-07-22T08:16:31.829Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-07-22T08:16:31.829Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-07-22T08:16:31.829Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-07-22T08:16:32.091Z] (61/80) Installing libevdev (1.12.1-r0) [2022-07-22T08:16:32.091Z] (62/80) Installing mtdev (1.1.6-r0) [2022-07-22T08:16:32.353Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-07-22T08:16:32.353Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-07-22T08:16:32.353Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-07-22T08:16:32.613Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-07-22T08:16:32.613Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-07-22T08:16:32.874Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-07-22T08:16:32.874Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-07-22T08:16:32.874Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-07-22T08:16:33.136Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-07-22T08:16:33.136Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r1) [2022-07-22T08:16:33.710Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-07-22T08:16:33.970Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-07-22T08:16:33.970Z] (75/80) Installing udev-init-scripts (35-r0) [2022-07-22T08:16:33.970Z] Executing udev-init-scripts-35-r0.post-install [2022-07-22T08:16:33.970Z] (76/80) Installing kmod-libs (29-r2) [2022-07-22T08:16:34.230Z] (77/80) Installing eudev (3.2.11-r0) [2022-07-22T08:16:34.230Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-07-22T08:16:34.490Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-07-22T08:16:34.490Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-07-22T08:16:34.490Z] Executing busybox-1.35.0-r13.trigger [2022-07-22T08:16:34.490Z] Executing eudev-3.2.11-r0.trigger [2022-07-22T08:16:34.490Z] OK: 330 MiB in 131 packages [2022-07-22T08:16:37.031Z] Removing intermediate container 2dd947b933d0 [2022-07-22T08:16:37.031Z] ---> 9ef4de592510 [2022-07-22T08:16:37.031Z] Step 8/13 : WORKDIR /device-usb-camera [2022-07-22T08:16:37.031Z] ---> Running in 941810a26039 [2022-07-22T08:16:37.031Z] Removing intermediate container 941810a26039 [2022-07-22T08:16:37.031Z] ---> 025ed6c58f1f [2022-07-22T08:16:37.031Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-22T08:16:37.031Z] ---> b84b27a3a65a [2022-07-22T08:16:37.031Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-22T08:16:37.292Z] ---> Running in 4afcb74b7707 [2022-07-22T08:16:55.416Z] Removing intermediate container 4afcb74b7707 [2022-07-22T08:16:55.416Z] ---> 05842e8e6a2f [2022-07-22T08:16:55.416Z] Step 11/13 : COPY . . [2022-07-22T08:16:55.416Z] ---> 1dd3f4eb49c9 [2022-07-22T08:16:55.416Z] Step 12/13 : RUN /device-usb-camera/fetch-license.sh [2022-07-22T08:16:55.416Z] ---> Running in a23dc57bf95d [2022-07-22T08:16:55.416Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:16:55.416Z] Dload Upload Total Spent Left Speed [2022-07-22T08:16:55.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11144 0 --:--:-- --:--:-- --:--:-- 11062 100 1062 100 1062 0 0 11132 0 --:--:-- --:--:-- --:--:-- 11062 [2022-07-22T08:16:55.938Z] Removing intermediate container a23dc57bf95d [2022-07-22T08:16:55.938Z] ---> f6f7db3b16f2 [2022-07-22T08:16:55.938Z] Step 13/13 : RUN ${MAKE} [2022-07-22T08:16:55.938Z] ---> Running in a18557c1303d [2022-07-22T08:16:56.198Z] noop [2022-07-22T08:16:56.460Z] Removing intermediate container a18557c1303d [2022-07-22T08:16:56.460Z] ---> 9a680a873b56 [2022-07-22T08:16:56.460Z] Successfully built 9a680a873b56 [2022-07-22T08:16:56.460Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:16:56.908Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-22T08:16:56.908Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:16:57.077Z] prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container [2022-07-22T08:16:57.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-22T08:16:57.517Z] $ docker top b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-22T08:16:57.922Z] + go version [2022-07-22T08:16:57.922Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-22T08:16:57.958Z] $ docker stop --time=1 b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 [2022-07-22T08:16:59.238Z] $ docker rm -f b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:16:59.964Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-22T08:16:59.964Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:17:00.125Z] prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container [2022-07-22T08:17:00.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-22T08:17:00.588Z] $ docker top ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-22T08:17:00.993Z] + git config --global --add safe.directory /w/workspace/xfoundry_device-usb-camera_PR-57 [Pipeline] fileExists [Pipeline] sh [2022-07-22T08:17:01.354Z] + make test [2022-07-22T08:17:01.355Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-07-22T08:17:01.613Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-07-22T08:17:11.602Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-07-22T08:17:11.602Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-07-22T08:17:16.880Z] CGO_ENABLED=1 go vet ./... [2022-07-22T08:17:20.174Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-22T08:17:20.174Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-22T08:17:20.174Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-22T08:17:20.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-22T08:17:20.495Z] $ docker stop --time=1 ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e [2022-07-22T08:17:22.268Z] $ docker rm -f ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-22T08:17:22.791Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-22T08:17:22.844Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-22T08:17:23.574Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-22T08:17:23.890Z] + ls -al . [2022-07-22T08:17:23.891Z] total 168 [2022-07-22T08:17:23.891Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 22 08:17 . [2022-07-22T08:17:23.891Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:15 .. [2022-07-22T08:17:23.891Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:17 .git [2022-07-22T08:17:23.891Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 .github [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 414 Jul 22 08:15 .gitignore [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 22 08:15 .golangci.yml [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 77 Jul 22 08:15 .hadolint.yml [2022-07-22T08:17:23.891Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 08:16 .semver [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 8706 Jul 22 08:15 Attribution.txt [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 181 Jul 22 08:15 CHANGELOG.md [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 2054 Jul 22 08:15 Dockerfile [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 22 08:15 GOVERNANCE.md [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 659 Jul 22 08:15 Jenkinsfile [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jul 22 08:15 LICENSE [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 2345 Jul 22 08:15 Makefile [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 22 08:15 OWNERS.md [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 11243 Jul 22 08:15 README.md [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 08:16 VERSION [2022-07-22T08:17:23.891Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 08:15 bin [2022-07-22T08:17:23.891Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 cmd [2022-07-22T08:17:23.891Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 22 08:17 coverage.out [2022-07-22T08:17:23.891Z] -rwxrwxr-x 1 jenkins jenkins 140 Jul 22 08:15 docker-entrypoint.sh [2022-07-22T08:17:23.891Z] -rwxrwxr-x 1 jenkins jenkins 117 Jul 22 08:15 fetch-license.sh [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 3277 Jul 22 08:15 go.mod [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 35596 Jul 22 08:15 go.sum [2022-07-22T08:17:23.891Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 internal [2022-07-22T08:17:23.891Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:15 snap [2022-07-22T08:17:23.891Z] -rw-rw-r-- 1 jenkins jenkins 231 Jul 22 08:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:17:24.297Z] + 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=79914ee767c944477aca3273ef06eb36f9935772 --label arch=amd64 --label version=0.0.0 . [2022-07-22T08:17:24.297Z] Sending build context to Docker daemon 726kB [2022-07-22T08:17:24.297Z] Step 1/32 : ARG BASE=golang:1.17-alpine3.15 [2022-07-22T08:17:24.297Z] Step 2/32 : FROM ${BASE} AS builder [2022-07-22T08:17:24.297Z] ---> 9a680a873b56 [2022-07-22T08:17:24.297Z] Step 3/32 : ARG MAKE="make build" [2022-07-22T08:17:24.297Z] ---> Running in 3237de0e07cc [2022-07-22T08:17:24.297Z] Removing intermediate container 3237de0e07cc [2022-07-22T08:17:24.297Z] ---> 65b7dfe6633a [2022-07-22T08:17:24.297Z] Step 4/32 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-07-22T08:17:24.558Z] ---> Running in 3c258f1359ea [2022-07-22T08:17:24.558Z] Removing intermediate container 3c258f1359ea [2022-07-22T08:17:24.558Z] ---> f4807da8a4c0 [2022-07-22T08:17:24.558Z] Step 5/32 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-07-22T08:17:24.558Z] ---> Running in 61099703fdd0 [2022-07-22T08:17:24.818Z] Removing intermediate container 61099703fdd0 [2022-07-22T08:17:24.818Z] ---> 431719d2627b [2022-07-22T08:17:24.818Z] Step 6/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-22T08:17:24.818Z] ---> Running in 60476e0b1b33 [2022-07-22T08:17:25.389Z] Removing intermediate container 60476e0b1b33 [2022-07-22T08:17:25.389Z] ---> bd7aa5c67271 [2022-07-22T08:17:25.389Z] Step 7/32 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-22T08:17:25.389Z] ---> Running in 998839dd3a31 [2022-07-22T08:17:25.650Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-22T08:17:26.591Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-22T08:17:26.851Z] OK: 330 MiB in 131 packages [2022-07-22T08:17:27.434Z] Removing intermediate container 998839dd3a31 [2022-07-22T08:17:27.434Z] ---> e2f17fca78fb [2022-07-22T08:17:27.434Z] Step 8/32 : WORKDIR /device-usb-camera [2022-07-22T08:17:27.434Z] ---> Running in a9bc8065a425 [2022-07-22T08:17:27.434Z] Removing intermediate container a9bc8065a425 [2022-07-22T08:17:27.434Z] ---> f78b93d0fb4d [2022-07-22T08:17:27.434Z] Step 9/32 : COPY go.mod vendor* ./ [2022-07-22T08:17:27.694Z] ---> 0177aae49eac [2022-07-22T08:17:27.694Z] Step 10/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-22T08:17:27.694Z] ---> Running in fffd9671666b [2022-07-22T08:17:28.264Z] Removing intermediate container fffd9671666b [2022-07-22T08:17:28.264Z] ---> ca4dccea11d9 [2022-07-22T08:17:28.264Z] Step 11/32 : COPY . . [2022-07-22T08:17:28.524Z] ---> 3d421848e78e [2022-07-22T08:17:28.524Z] Step 12/32 : RUN /device-usb-camera/fetch-license.sh [2022-07-22T08:17:28.524Z] ---> Running in 0ebabc3269b8 [2022-07-22T08:17:28.784Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:17:28.784Z]  Dload Upload Total Spent Left Speed [2022-07-22T08:17:28.784Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 42522 0 --:--:-- --:--:-- --:--:-- 44250 [2022-07-22T08:17:29.043Z] Removing intermediate container 0ebabc3269b8 [2022-07-22T08:17:29.043Z] ---> c5d8bb72a625 [2022-07-22T08:17:29.043Z] Step 13/32 : RUN ${MAKE} [2022-07-22T08:17:29.303Z] ---> Running in d0640bc75691 [2022-07-22T08:17:29.561Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-07-22T08:17:51.504Z] Removing intermediate container d0640bc75691 [2022-07-22T08:17:51.504Z] ---> 1ad53df4bc51 [2022-07-22T08:17:51.504Z] Step 14/32 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-07-22T08:17:51.504Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-07-22T08:17:51.504Z] af6660deedbd: Pulling fs layer [2022-07-22T08:17:51.504Z] 97cd0a44c592: Pulling fs layer [2022-07-22T08:17:51.504Z] 97cd0a44c592: Verifying Checksum [2022-07-22T08:17:51.504Z] 97cd0a44c592: Download complete [2022-07-22T08:17:51.504Z] af6660deedbd: Verifying Checksum [2022-07-22T08:17:51.504Z] af6660deedbd: Download complete [2022-07-22T08:17:51.504Z] af6660deedbd: Pull complete [2022-07-22T08:17:51.504Z] 97cd0a44c592: Pull complete [2022-07-22T08:17:51.504Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-07-22T08:17:51.504Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-07-22T08:17:51.504Z] ---> fea57e182299 [2022-07-22T08:17:51.504Z] Step 15/32 : FROM alpine:3.15 [2022-07-22T08:17:51.504Z] 3.15: Pulling from library/alpine [2022-07-22T08:17:51.504Z] ab6db1bc80d0: Pulling fs layer [2022-07-22T08:17:51.504Z] ab6db1bc80d0: Verifying Checksum [2022-07-22T08:17:51.504Z] ab6db1bc80d0: Download complete [2022-07-22T08:17:51.504Z] ab6db1bc80d0: Pull complete [2022-07-22T08:17:51.504Z] Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a [2022-07-22T08:17:51.504Z] Status: Downloaded newer image for alpine:3.15 [2022-07-22T08:17:51.504Z] ---> 2720e26172a0 [2022-07-22T08:17:51.504Z] Step 16/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-07-22T08:17:51.504Z] ---> Running in 186c2a91c39f [2022-07-22T08:17:51.504Z] Removing intermediate container 186c2a91c39f [2022-07-22T08:17:51.504Z] ---> b1704806c76e [2022-07-22T08:17:51.504Z] Step 17/32 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-07-22T08:17:51.504Z] ---> Running in a01f0d5f9b8d [2022-07-22T08:17:51.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-22T08:17:51.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-22T08:17:52.025Z] (1/74) Installing dumb-init (1.2.5-r1) [2022-07-22T08:17:52.025Z] (2/74) Installing sdl2 (2.0.16-r4) [2022-07-22T08:17:52.025Z] (3/74) Installing libxau (1.0.9-r0) [2022-07-22T08:17:52.025Z] (4/74) Installing libmd (1.0.3-r0) [2022-07-22T08:17:52.025Z] (5/74) Installing libbsd (0.11.3-r1) [2022-07-22T08:17:52.025Z] (6/74) Installing libxdmcp (1.1.3-r0) [2022-07-22T08:17:52.025Z] (7/74) Installing libxcb (1.14-r2) [2022-07-22T08:17:52.025Z] (8/74) Installing libx11 (1.7.2-r0) [2022-07-22T08:17:52.025Z] (9/74) Installing aom-libs (3.2.0-r0) [2022-07-22T08:17:52.025Z] (10/74) Installing alsa-lib (1.2.5.1-r1) [2022-07-22T08:17:52.286Z] (11/74) Installing expat (2.4.7-r0) [2022-07-22T08:17:52.287Z] (12/74) Installing brotli-libs (1.0.9-r5) [2022-07-22T08:17:52.287Z] (13/74) Installing libbz2 (1.0.8-r1) [2022-07-22T08:17:52.287Z] (14/74) Installing libpng (1.6.37-r1) [2022-07-22T08:17:52.287Z] (15/74) Installing freetype (2.11.1-r2) [2022-07-22T08:17:52.287Z] (16/74) Installing libuuid (2.37.4-r0) [2022-07-22T08:17:52.287Z] (17/74) Installing fontconfig (2.13.1-r4) [2022-07-22T08:17:52.287Z] (18/74) Installing fribidi (1.0.11-r0) [2022-07-22T08:17:52.287Z] (19/74) Installing libffi (3.4.2-r1) [2022-07-22T08:17:52.287Z] (20/74) Installing libintl (0.21-r0) [2022-07-22T08:17:52.287Z] (21/74) Installing libblkid (2.37.4-r0) [2022-07-22T08:17:52.287Z] (22/74) Installing libmount (2.37.4-r0) [2022-07-22T08:17:52.287Z] (23/74) Installing pcre (8.45-r1) [2022-07-22T08:17:52.287Z] (24/74) Installing glib (2.70.1-r0) [2022-07-22T08:17:52.287Z] (25/74) Installing graphite2 (1.3.14-r0) [2022-07-22T08:17:52.287Z] (26/74) Installing harfbuzz (3.0.0-r2) [2022-07-22T08:17:52.287Z] (27/74) Installing libass (0.15.2-r0) [2022-07-22T08:17:52.287Z] (28/74) Installing libdav1d (0.9.2-r0) [2022-07-22T08:17:52.287Z] (29/74) Installing gmp (6.2.1-r1) [2022-07-22T08:17:52.287Z] (30/74) Installing nettle (3.7.3-r0) [2022-07-22T08:17:52.287Z] (31/74) Installing p11-kit (0.24.0-r1) [2022-07-22T08:17:52.287Z] (32/74) Installing libtasn1 (4.18.0-r0) [2022-07-22T08:17:52.287Z] (33/74) Installing libunistring (0.9.10-r1) [2022-07-22T08:17:52.287Z] (34/74) Installing gnutls (3.7.1-r0) [2022-07-22T08:17:52.287Z] (35/74) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-07-22T08:17:52.287Z] (36/74) Installing ncurses-libs (6.3_p20211120-r1) [2022-07-22T08:17:52.287Z] (37/74) Installing lame (3.100-r0) [2022-07-22T08:17:52.287Z] (38/74) Installing opus (1.3.1-r1) [2022-07-22T08:17:52.287Z] (39/74) Installing libgomp (10.3.1_git20211027-r0) [2022-07-22T08:17:52.287Z] (40/74) Installing soxr (0.1.3-r2) [2022-07-22T08:17:52.287Z] (41/74) Installing libgcc (10.3.1_git20211027-r0) [2022-07-22T08:17:52.287Z] (42/74) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-22T08:17:52.548Z] (43/74) Installing libsrt (1.4.2-r1) [2022-07-22T08:17:52.548Z] (44/74) Installing libssh (0.9.6-r1) [2022-07-22T08:17:52.548Z] (45/74) Installing libogg (1.3.5-r0) [2022-07-22T08:17:52.548Z] (46/74) Installing libtheora (1.1.1-r16) [2022-07-22T08:17:52.548Z] (47/74) Installing libjpeg-turbo (2.1.2-r0) [2022-07-22T08:17:52.548Z] (48/74) Installing v4l-utils-libs (1.22.1-r1) [2022-07-22T08:17:52.548Z] (49/74) Installing libxext (1.3.4-r0) [2022-07-22T08:17:52.548Z] (50/74) Installing libxfixes (6.0.0-r0) [2022-07-22T08:17:52.548Z] (51/74) Installing libpciaccess (0.16-r0) [2022-07-22T08:17:52.548Z] (52/74) Installing libdrm (2.4.109-r0) [2022-07-22T08:17:52.548Z] (53/74) Installing wayland-libs-client (1.19.0-r1) [2022-07-22T08:17:52.548Z] (54/74) Installing libva (2.13.0-r0) [2022-07-22T08:17:52.548Z] (55/74) Installing libvdpau (1.4-r0) [2022-07-22T08:17:52.548Z] (56/74) Installing vidstab (1.1.0-r1) [2022-07-22T08:17:52.548Z] (57/74) Installing libvorbis (1.3.7-r0) [2022-07-22T08:17:52.548Z] (58/74) Installing libvpx (1.10.0-r0) [2022-07-22T08:17:52.548Z] (59/74) Installing vulkan-loader (1.2.196-r0) [2022-07-22T08:17:52.548Z] (60/74) Installing libwebp (1.2.2-r0) [2022-07-22T08:17:52.548Z] (61/74) Installing x264-libs (20210613-r0) [2022-07-22T08:17:52.548Z] (62/74) Installing x265-libs (3.5-r0) [2022-07-22T08:17:52.548Z] (63/74) Installing xvidcore (1.3.7-r1) [2022-07-22T08:17:52.548Z] (64/74) Installing ffmpeg-libs (4.4.1-r2) [2022-07-22T08:17:52.814Z] (65/74) Installing ffmpeg (4.4.1-r2) [2022-07-22T08:17:52.814Z] (66/74) Installing udev-init-scripts (35-r0) [2022-07-22T08:17:52.814Z] Executing udev-init-scripts-35-r0.post-install [2022-07-22T08:17:52.814Z] (67/74) Installing eudev-libs (3.2.11_pre1-r0) [2022-07-22T08:17:52.814Z] (68/74) Installing xz-libs (5.2.5-r1) [2022-07-22T08:17:52.814Z] (69/74) Installing zstd-libs (1.5.0-r0) [2022-07-22T08:17:52.814Z] (70/74) Installing kmod-libs (29-r2) [2022-07-22T08:17:52.814Z] (71/74) Installing eudev (3.2.11_pre1-r0) [2022-07-22T08:17:52.814Z] (72/74) Installing libsodium (1.0.18-r0) [2022-07-22T08:17:52.814Z] (73/74) Installing libzmq (4.3.4-r0) [2022-07-22T08:17:52.814Z] (74/74) Installing zeromq (4.3.4-r0) [2022-07-22T08:17:52.814Z] Executing busybox-1.34.1-r7.trigger [2022-07-22T08:17:52.814Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-07-22T08:17:52.814Z] OK: 78 MiB in 88 packages [2022-07-22T08:17:54.193Z] Removing intermediate container a01f0d5f9b8d [2022-07-22T08:17:54.193Z] ---> b6d1b44e946d [2022-07-22T08:17:54.193Z] Step 18/32 : WORKDIR / [2022-07-22T08:17:54.193Z] ---> Running in ee45c694b710 [2022-07-22T08:17:54.453Z] Removing intermediate container ee45c694b710 [2022-07-22T08:17:54.453Z] ---> daf9edbfbcba [2022-07-22T08:17:54.453Z] Step 19/32 : COPY --from=builder /device-usb-camera/cmd / [2022-07-22T08:17:55.022Z] ---> b3d6a7a9220e [2022-07-22T08:17:55.022Z] Step 20/32 : COPY --from=builder /device-usb-camera/LICENSE / [2022-07-22T08:17:55.022Z] ---> 4bc8d43b61aa [2022-07-22T08:17:55.022Z] Step 21/32 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-07-22T08:17:55.282Z] ---> 474725339b0a [2022-07-22T08:17:55.282Z] Step 22/32 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-07-22T08:17:55.541Z] ---> 4379385e5fc0 [2022-07-22T08:17:55.541Z] Step 23/32 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-07-22T08:17:55.541Z] ---> 11ca4b948073 [2022-07-22T08:17:55.541Z] Step 24/32 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-07-22T08:17:55.801Z] ---> d96a3a79ab5c [2022-07-22T08:17:55.801Z] Step 25/32 : COPY --from=rtsp /rtsp-simple-server / [2022-07-22T08:17:56.433Z] ---> e42ed34be2c3 [2022-07-22T08:17:56.433Z] Step 26/32 : EXPOSE 59983 [2022-07-22T08:17:56.433Z] ---> Running in fc7bb38861b5 [2022-07-22T08:17:56.433Z] Removing intermediate container fc7bb38861b5 [2022-07-22T08:17:56.433Z] ---> ef3a46595de0 [2022-07-22T08:17:56.433Z] Step 27/32 : EXPOSE 8554 [2022-07-22T08:17:56.433Z] ---> Running in 70433358883a [2022-07-22T08:17:56.433Z] Removing intermediate container 70433358883a [2022-07-22T08:17:56.433Z] ---> a67022e99fb8 [2022-07-22T08:17:56.433Z] Step 28/32 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-07-22T08:17:56.746Z] ---> Running in aab501a82876 [2022-07-22T08:17:56.746Z] Removing intermediate container aab501a82876 [2022-07-22T08:17:56.746Z] ---> 4c9ce72189a1 [2022-07-22T08:17:56.746Z] Step 29/32 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-07-22T08:17:56.746Z] ---> Running in df8515b8a2dd [2022-07-22T08:17:56.747Z] Removing intermediate container df8515b8a2dd [2022-07-22T08:17:56.747Z] ---> 97ffafe40508 [2022-07-22T08:17:56.747Z] Step 30/32 : LABEL arch=amd64 [2022-07-22T08:17:56.747Z] ---> Running in 7da410e0df1b [2022-07-22T08:17:57.039Z] Removing intermediate container 7da410e0df1b [2022-07-22T08:17:57.039Z] ---> 252332b7fcd6 [2022-07-22T08:17:57.039Z] Step 31/32 : LABEL git_sha=79914ee767c944477aca3273ef06eb36f9935772 [2022-07-22T08:17:57.039Z] ---> Running in ec02af5b44be [2022-07-22T08:17:57.039Z] Removing intermediate container ec02af5b44be [2022-07-22T08:17:57.039Z] ---> 5318d4291269 [2022-07-22T08:17:57.039Z] Step 32/32 : LABEL version=0.0.0 [2022-07-22T08:17:57.039Z] ---> Running in 774b78155289 [2022-07-22T08:17:57.314Z] Removing intermediate container 774b78155289 [2022-07-22T08:17:57.314Z] ---> d7c0355cfaca [2022-07-22T08:17:57.314Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-22T08:17:57.314Z] Successfully built d7c0355cfaca [2022-07-22T08:17:57.314Z] 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] } [2022-07-22T08:17:57.597Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-20768 in /w/workspace/xfoundry_device-usb-camera_PR-57 [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] ws [2022-07-22T08:17:57.682Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout Stage "Snap" skipped due to when conditional [2022-07-22T08:17:57.764Z] Selected Git installation does not exist. Using Default [2022-07-22T08:17:57.764Z] The recommended git tool is: NONE [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:17:58.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-22T08:17:58.240Z] [2022-07-22T08:17:58.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:17:58.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-22T08:17:58.621Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-22T08:17:58.621Z] 5eb5b503b376: Pulling fs layer [2022-07-22T08:17:58.621Z] 5c69ac0246d0: Pulling fs layer [2022-07-22T08:17:58.621Z] ec43610c2a17: Pulling fs layer [2022-07-22T08:17:58.621Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-22T08:17:58.621Z] 33b1e0a273af: Pulling fs layer [2022-07-22T08:17:58.621Z] 5d3b04190fa2: Pulling fs layer [2022-07-22T08:17:58.621Z] 2f39f015ded8: Pulling fs layer [2022-07-22T08:17:58.621Z] 33b1e0a273af: Waiting [2022-07-22T08:17:58.621Z] 5d3b04190fa2: Waiting [2022-07-22T08:17:58.621Z] 2f39f015ded8: Waiting [2022-07-22T08:17:58.621Z] 3a2ae6a8a46f: Waiting [2022-07-22T08:17:58.621Z] 5c69ac0246d0: Download complete [2022-07-22T08:17:58.621Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-22T08:17:58.621Z] 3a2ae6a8a46f: Download complete [2022-07-22T08:17:58.621Z] 33b1e0a273af: Download complete [2022-07-22T08:17:58.881Z] 5d3b04190fa2: Verifying Checksum [2022-07-22T08:17:58.881Z] 5d3b04190fa2: Download complete [2022-07-22T08:17:58.881Z] ec43610c2a17: Verifying Checksum [2022-07-22T08:17:58.881Z] ec43610c2a17: Download complete [2022-07-22T08:17:58.881Z] 5eb5b503b376: Verifying Checksum [2022-07-22T08:17:58.881Z] 5eb5b503b376: Download complete [2022-07-22T08:17:59.449Z] 2f39f015ded8: Download complete [2022-07-22T08:18:00.017Z] 5eb5b503b376: Pull complete [2022-07-22T08:18:00.277Z] 5c69ac0246d0: Pull complete [2022-07-22T08:18:00.846Z] ec43610c2a17: Pull complete [2022-07-22T08:18:00.846Z] 3a2ae6a8a46f: Pull complete [2022-07-22T08:18:01.105Z] 33b1e0a273af: Pull complete [2022-07-22T08:18:01.105Z] 5d3b04190fa2: Pull complete [2022-07-22T08:18:05.512Z] using credential edgex-jenkins-ssh [2022-07-22T08:18:05.532Z] Cloning the remote Git repository [2022-07-22T08:18:05.589Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-07-22T08:18:05.663Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2022-07-22T08:18:06.383Z] 2f39f015ded8: Pull complete [2022-07-22T08:18:06.384Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-22T08:18:06.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-22T08:18:06.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:18:06.595Z] prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container [2022-07-22T08:18:06.633Z] $ 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/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-22T08:18:05.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-07-22T08:18:05.840Z] > git --version # timeout=10 [2022-07-22T08:18:05.868Z] > git --version # 'git version 2.25.1' [2022-07-22T08:18:05.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-22T08:18:05.986Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-22T08:18:06.615Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-07-22T08:18:06.645Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-22T08:18:06.681Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-07-22T08:18:06.746Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-07-22T08:18:06.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-22T08:18:06.763Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-22T08:18:07.238Z] Merging remotes/origin/main commit 664c5ba3293ecbd7fca44ad183f6df17541e93fa into PR head commit 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 [2022-07-22T08:18:07.527Z] Merge succeeded, producing 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc [2022-07-22T08:18:07.527Z] Checking out Revision 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc (PR-57) [2022-07-22T08:18:08.491Z] $ docker top 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 -eo pid,comm [2022-07-22T08:18:07.261Z] > git config core.sparsecheckout # timeout=10 [2022-07-22T08:18:07.309Z] > git checkout -f 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 # timeout=10 [2022-07-22T08:18:07.401Z] > git remote # timeout=10 [2022-07-22T08:18:07.418Z] > git config --get remote.origin.url # timeout=10 [2022-07-22T08:18:07.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-22T08:18:07.447Z] > git merge 664c5ba3293ecbd7fca44ad183f6df17541e93fa # timeout=10 [2022-07-22T08:18:07.509Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-22T08:18:07.538Z] > git config core.sparsecheckout # timeout=10 [2022-07-22T08:18:07.557Z] > git checkout -f 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:18:08.969Z] ---> job-cost.sh [2022-07-22T08:18:08.969Z] lf-activate-venv: SKIPPING [2022-07-22T08:18:08.969Z] INFO: No Stack... [2022-07-22T08:18:09.542Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-22T08:18:10.111Z] INFO: Archiving Costs [Pipeline] sh [2022-07-22T08:18:10.428Z] + cat /w/workspace/xfoundry_device-usb-camera_PR-57/archives/cost.csv [2022-07-22T08:18:10.428Z] + cut -d, -f6 [Pipeline] lock [2022-07-22T08:18:10.469Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [2022-07-22T08:18:10.472Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] did not exist. Created. [2022-07-22T08:18:10.472Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-22T08:18:10.863Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-22T08:18:10.909Z] Stashed 1 file(s) [Pipeline] } [2022-07-22T08:18:10.940Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-22T08:18:11.018Z] $ docker stop --time=1 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 [2022-07-22T08:18:11.813Z] Commit message: "Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD" [2022-07-22T08:18:11.814Z] First time build. Skipping changelog. [2022-07-22T08:18:11.873Z] > git --version # timeout=10 [2022-07-22T08:18:11.884Z] > git --version # 'git version 2.25.1' [2022-07-22T08:18:11.901Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-07-22T08:18:12.189Z] $ docker rm -f 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 [2022-07-22T08:18:12.243Z] [2022-07-22T08:18:12.243Z] GitHub has been notified of this commit’s build result [2022-07-22T08:18:12.243Z] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-22T08:18:13.159Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-22T08:18:13.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:18:13.159Z] Dload Upload Total Spent Left Speed [2022-07-22T08:18:13.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 92721 0 --:--:-- --:--:-- --:--:-- 92721 100 12332 100 12332 0 0 92029 0 --:--:-- --:--:-- --:--:-- 91348 [Pipeline] sh [2022-07-22T08:18:14.001Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-22T08:18:14.360Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-22T08:18:14.360Z] + sudo tee /etc/docker/daemon.new [2022-07-22T08:18:14.360Z] { [2022-07-22T08:18:14.360Z] "registry-mirrors": [ [2022-07-22T08:18:14.360Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-22T08:18:14.360Z] ], [2022-07-22T08:18:14.360Z] "bip": "10.250.0.254/24", [2022-07-22T08:18:14.360Z] "hosts": [ [2022-07-22T08:18:14.360Z] "tcp://0.0.0.0:5555", [2022-07-22T08:18:14.360Z] "unix:///var/run/docker.sock" [2022-07-22T08:18:14.360Z] ], [2022-07-22T08:18:14.360Z] "mtu": 1458, [2022-07-22T08:18:14.360Z] "selinux-enabled": true, [2022-07-22T08:18:14.360Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-22T08:18:14.360Z] } [Pipeline] sh [2022-07-22T08:18:14.712Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-22T08:18:15.070Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-22T08:18:33.654Z] provisioning config files... [2022-07-22T08:18:33.690Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config3655579072692661486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:18:34.097Z] ---> docker-login.sh [2022-07-22T08:18:34.097Z] nexus3.edgexfoundry.org:10001 [2022-07-22T08:18:34.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:18:34.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:18:34.970Z] Configure a credential helper to remove this warning. See [2022-07-22T08:18:34.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:18:34.970Z] [2022-07-22T08:18:34.970Z] Login Succeeded [2022-07-22T08:18:34.970Z] nexus3.edgexfoundry.org:10002 [2022-07-22T08:18:35.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:18:35.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:18:35.246Z] Configure a credential helper to remove this warning. See [2022-07-22T08:18:35.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:18:35.246Z] [2022-07-22T08:18:35.246Z] Login Succeeded [2022-07-22T08:18:35.246Z] nexus3.edgexfoundry.org:10003 [2022-07-22T08:18:35.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:18:35.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:18:35.856Z] Configure a credential helper to remove this warning. See [2022-07-22T08:18:35.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:18:35.856Z] [2022-07-22T08:18:35.856Z] Login Succeeded [2022-07-22T08:18:35.856Z] nexus3.edgexfoundry.org:10004 [2022-07-22T08:18:36.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:18:36.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:18:36.407Z] Configure a credential helper to remove this warning. See [2022-07-22T08:18:36.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:18:36.407Z] [2022-07-22T08:18:36.407Z] Login Succeeded [2022-07-22T08:18:36.407Z] docker.io [2022-07-22T08:18:36.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-22T08:18:36.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-22T08:18:36.959Z] Configure a credential helper to remove this warning. See [2022-07-22T08:18:36.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-22T08:18:36.959Z] [2022-07-22T08:18:36.959Z] Login Succeeded [2022-07-22T08:18:36.959Z] ---> docker-login.sh ends [Pipeline] } [2022-07-22T08:18:36.987Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-22T08:18:37.372Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-22T08:18:37.411Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-22T08:18:37.444Z] ========================================================= [2022-07-22T08:18:37.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-22T08:18:37.444Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:18:37.941Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-07-22T08:18:38.219Z] Sending build context to Docker daemon 475.1kB [2022-07-22T08:18:38.219Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-07-22T08:18:38.219Z] Step 2/13 : FROM ${BASE} AS builder [2022-07-22T08:18:38.501Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-22T08:18:38.501Z] b3c136eddcbf: Pulling fs layer [2022-07-22T08:18:38.501Z] c0a3192eca97: Pulling fs layer [2022-07-22T08:18:38.501Z] a050256f5b6f: Pulling fs layer [2022-07-22T08:18:38.501Z] 656be50a0ddc: Pulling fs layer [2022-07-22T08:18:38.501Z] 2bbca73fdf42: Pulling fs layer [2022-07-22T08:18:38.501Z] 46d945488cbd: Pulling fs layer [2022-07-22T08:18:38.501Z] 8a5474983e97: Pulling fs layer [2022-07-22T08:18:38.501Z] 329c88fbcd65: Pulling fs layer [2022-07-22T08:18:38.501Z] 656be50a0ddc: Waiting [2022-07-22T08:18:38.501Z] 2bbca73fdf42: Waiting [2022-07-22T08:18:38.501Z] 8a5474983e97: Waiting [2022-07-22T08:18:38.501Z] 329c88fbcd65: Waiting [2022-07-22T08:18:38.501Z] 46d945488cbd: Waiting [2022-07-22T08:18:38.501Z] a050256f5b6f: Verifying Checksum [2022-07-22T08:18:38.501Z] a050256f5b6f: Download complete [2022-07-22T08:18:38.501Z] c0a3192eca97: Verifying Checksum [2022-07-22T08:18:38.501Z] c0a3192eca97: Download complete [2022-07-22T08:18:38.501Z] 2bbca73fdf42: Verifying Checksum [2022-07-22T08:18:38.501Z] 2bbca73fdf42: Download complete [2022-07-22T08:18:38.501Z] 46d945488cbd: Download complete [2022-07-22T08:18:38.501Z] b3c136eddcbf: Verifying Checksum [2022-07-22T08:18:38.501Z] b3c136eddcbf: Download complete [2022-07-22T08:18:39.503Z] b3c136eddcbf: Pull complete [2022-07-22T08:18:39.503Z] 329c88fbcd65: Verifying Checksum [2022-07-22T08:18:39.787Z] 329c88fbcd65: Download complete [2022-07-22T08:18:40.068Z] c0a3192eca97: Pull complete [2022-07-22T08:18:40.343Z] a050256f5b6f: Pull complete [2022-07-22T08:18:40.946Z] 8a5474983e97: Verifying Checksum [2022-07-22T08:18:40.946Z] 8a5474983e97: Download complete [2022-07-22T08:18:41.542Z] 656be50a0ddc: Verifying Checksum [2022-07-22T08:18:41.542Z] 656be50a0ddc: Download complete [2022-07-22T08:18:53.961Z] 656be50a0ddc: Pull complete [2022-07-22T08:18:54.236Z] 2bbca73fdf42: Pull complete [2022-07-22T08:18:54.517Z] 46d945488cbd: Pull complete [2022-07-22T08:19:01.248Z] 8a5474983e97: Pull complete [2022-07-22T08:19:03.236Z] 329c88fbcd65: Pull complete [2022-07-22T08:19:03.236Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-22T08:19:03.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-22T08:19:03.236Z] ---> ff4287adb874 [2022-07-22T08:19:03.236Z] Step 3/13 : ARG MAKE="make build" [2022-07-22T08:19:04.217Z] ---> Running in 57a5aadfe47b [2022-07-22T08:19:04.493Z] Removing intermediate container 57a5aadfe47b [2022-07-22T08:19:04.493Z] ---> ce562601c9d8 [2022-07-22T08:19:04.493Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-07-22T08:19:04.493Z] ---> Running in 78723c00b916 [2022-07-22T08:19:04.770Z] Removing intermediate container 78723c00b916 [2022-07-22T08:19:04.770Z] ---> 8602b666ca8e [2022-07-22T08:19:04.770Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-07-22T08:19:04.770Z] ---> Running in 25be52deca34 [2022-07-22T08:19:05.048Z] Removing intermediate container 25be52deca34 [2022-07-22T08:19:05.048Z] ---> 394ed0649c3d [2022-07-22T08:19:05.048Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-22T08:19:05.332Z] ---> Running in d1174375ae9f [2022-07-22T08:19:07.315Z] Removing intermediate container d1174375ae9f [2022-07-22T08:19:07.315Z] ---> 923c5000de66 [2022-07-22T08:19:07.315Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-22T08:19:07.315Z] ---> Running in a159361210be [2022-07-22T08:19:07.911Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-22T08:19:08.911Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-22T08:19:09.897Z] (1/14) Installing libintl (0.21-r2) [2022-07-22T08:19:10.182Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-07-22T08:19:10.182Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-07-22T08:19:10.182Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-07-22T08:19:10.453Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-07-22T08:19:10.453Z] (6/14) Installing udev-init-scripts (35-r0) [2022-07-22T08:19:10.727Z] Executing udev-init-scripts-35-r0.post-install [2022-07-22T08:19:10.727Z] (7/14) Installing libblkid (2.38-r1) [2022-07-22T08:19:10.727Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-07-22T08:19:11.003Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-07-22T08:19:11.003Z] (10/14) Installing kmod-libs (29-r2) [2022-07-22T08:19:11.003Z] (11/14) Installing eudev (3.2.11-r0) [2022-07-22T08:19:11.279Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-07-22T08:19:11.279Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-07-22T08:19:11.561Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-07-22T08:19:11.561Z] Executing busybox-1.35.0-r13.trigger [2022-07-22T08:19:11.561Z] Executing eudev-3.2.11-r0.trigger [2022-07-22T08:19:11.561Z] OK: 228 MiB in 65 packages [2022-07-22T08:19:13.009Z] Removing intermediate container a159361210be [2022-07-22T08:19:13.009Z] ---> 7631b1567491 [2022-07-22T08:19:13.009Z] Step 8/13 : WORKDIR /device-usb-camera [2022-07-22T08:19:13.009Z] ---> Running in 5aad4d3b20f1 [2022-07-22T08:19:13.284Z] Removing intermediate container 5aad4d3b20f1 [2022-07-22T08:19:13.284Z] ---> 0383c02c56ac [2022-07-22T08:19:13.284Z] Step 9/13 : COPY go.mod vendor* ./ [2022-07-22T08:19:13.560Z] ---> 8e9a898c8709 [2022-07-22T08:19:13.560Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-22T08:19:13.851Z] ---> Running in c47a33c896f0 [2022-07-22T08:20:00.845Z] Removing intermediate container c47a33c896f0 [2022-07-22T08:20:00.845Z] ---> b8066e8b4567 [2022-07-22T08:20:00.845Z] Step 11/13 : COPY . . [2022-07-22T08:20:00.845Z] ---> 5ee4b1db8867 [2022-07-22T08:20:00.845Z] Step 12/13 : RUN /device-usb-camera/fetch-license.sh [2022-07-22T08:20:00.845Z] ---> Running in 4d12f426b3a9 [2022-07-22T08:20:00.845Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:20:00.845Z]    Dload Upload Total  Spent Left Speed [2022-07-22T08:20:00.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 16163 0 --:--:-- --:--:-- --:--:-- 16338 [2022-07-22T08:20:00.845Z] Removing intermediate container 4d12f426b3a9 [2022-07-22T08:20:00.845Z] ---> 31de19d7e221 [2022-07-22T08:20:00.845Z] Step 13/13 : RUN ${MAKE} [2022-07-22T08:20:00.845Z] ---> Running in 7227ad8726ea [2022-07-22T08:20:00.845Z] noop [2022-07-22T08:20:00.845Z] Removing intermediate container 7227ad8726ea [2022-07-22T08:20:00.845Z] ---> 047306f23f8e [2022-07-22T08:20:00.845Z] Successfully built 047306f23f8e [2022-07-22T08:20:00.846Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:20:01.330Z] + docker inspect -f . ci-base-image-arm64 [2022-07-22T08:20:01.330Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:20:01.654Z] prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container [2022-07-22T08:20:01.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-22T08:20:03.067Z] $ docker top 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-22T08:20:04.046Z] + go version [2022-07-22T08:20:04.046Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-22T08:20:04.081Z] $ docker stop --time=1 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 [2022-07-22T08:20:05.717Z] $ docker rm -f 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:20:06.643Z] + docker inspect -f . ci-base-image-arm64 [2022-07-22T08:20:06.643Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:20:06.960Z] prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container [2022-07-22T08:20:07.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-22T08:20:08.291Z] $ docker top 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-22T08:20:09.242Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2022-07-22T08:20:09.961Z] + make test [2022-07-22T08:20:09.961Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-07-22T08:20:11.405Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-07-22T08:21:33.253Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-07-22T08:21:33.253Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-07-22T08:21:33.253Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-22T08:21:33.253Z] CGO_ENABLED=1 go vet ./... [2022-07-22T08:21:51.593Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-22T08:21:51.593Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-22T08:21:51.593Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-22T08:21:51.905Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-07-22T08:21:51.942Z] $ docker stop --time=1 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 [2022-07-22T08:21:53.712Z] $ docker rm -f 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-22T08:21:54.681Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-22T08:21:54.714Z] Warning: overwriting stash ‘coverage-report’ [2022-07-22T08:21:55.129Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-22T08:21:55.718Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-22T08:21:56.070Z] + ls -al . [2022-07-22T08:21:56.070Z] total 164 [2022-07-22T08:21:56.070Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:21 . [2022-07-22T08:21:56.070Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:18 .. [2022-07-22T08:21:56.070Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:18 .git [2022-07-22T08:21:56.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 .github [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 414 Jul 22 08:18 .gitignore [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 42 Jul 22 08:18 .golangci.yml [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 77 Jul 22 08:18 .hadolint.yml [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 8706 Jul 22 08:18 Attribution.txt [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 181 Jul 22 08:18 CHANGELOG.md [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 2054 Jul 22 08:18 Dockerfile [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 678 Jul 22 08:18 GOVERNANCE.md [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 659 Jul 22 08:18 Jenkinsfile [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jul 22 08:18 LICENSE [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 2345 Jul 22 08:18 Makefile [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 622 Jul 22 08:18 OWNERS.md [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 11243 Jul 22 08:18 README.md [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 08:16 VERSION [2022-07-22T08:21:56.070Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 08:18 bin [2022-07-22T08:21:56.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 cmd [2022-07-22T08:21:56.070Z] -rw-r--r-- 1 jenkins jenkins 10 Jul 22 08:20 coverage.out [2022-07-22T08:21:56.070Z] -rwxrwxr-x 1 jenkins jenkins 140 Jul 22 08:18 docker-entrypoint.sh [2022-07-22T08:21:56.070Z] -rwxrwxr-x 1 jenkins jenkins 117 Jul 22 08:18 fetch-license.sh [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 3277 Jul 22 08:18 go.mod [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 35596 Jul 22 08:18 go.sum [2022-07-22T08:21:56.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 internal [2022-07-22T08:21:56.070Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:18 snap [2022-07-22T08:21:56.070Z] -rw-rw-r-- 1 jenkins jenkins 231 Jul 22 08:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:21:56.488Z] + 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=2e0bdbbb43d198ea27a0d0352ce961751b5c83fc --label arch=arm64 --label version=0.0.0 . [2022-07-22T08:21:56.769Z] Sending build context to Docker daemon 476.2kB [2022-07-22T08:21:56.769Z] Step 1/32 : ARG BASE=golang:1.17-alpine3.15 [2022-07-22T08:21:56.769Z] Step 2/32 : FROM ${BASE} AS builder [2022-07-22T08:21:56.769Z] ---> 047306f23f8e [2022-07-22T08:21:56.769Z] Step 3/32 : ARG MAKE="make build" [2022-07-22T08:21:57.048Z] ---> Running in 10056c93c779 [2022-07-22T08:21:57.322Z] Removing intermediate container 10056c93c779 [2022-07-22T08:21:57.322Z] ---> e918d3a419f5 [2022-07-22T08:21:57.322Z] Step 4/32 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-07-22T08:21:57.322Z] ---> Running in 476efe40bd1a [2022-07-22T08:21:57.602Z] Removing intermediate container 476efe40bd1a [2022-07-22T08:21:57.602Z] ---> 90f7a4a68166 [2022-07-22T08:21:57.602Z] Step 5/32 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-07-22T08:21:57.602Z] ---> Running in a93eab3a658a [2022-07-22T08:21:58.200Z] Removing intermediate container a93eab3a658a [2022-07-22T08:21:58.200Z] ---> e8baa657f851 [2022-07-22T08:21:58.200Z] Step 6/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-22T08:21:58.200Z] ---> Running in c403c5421278 [2022-07-22T08:21:59.644Z] Removing intermediate container c403c5421278 [2022-07-22T08:21:59.644Z] ---> 363047382d63 [2022-07-22T08:21:59.644Z] Step 7/32 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-07-22T08:21:59.644Z] ---> Running in e8f8ab8ad2a0 [2022-07-22T08:22:00.630Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-22T08:22:01.607Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-22T08:22:02.587Z] OK: 228 MiB in 65 packages [2022-07-22T08:22:03.184Z] Removing intermediate container e8f8ab8ad2a0 [2022-07-22T08:22:03.184Z] ---> 7c88e8198d3e [2022-07-22T08:22:03.184Z] Step 8/32 : WORKDIR /device-usb-camera [2022-07-22T08:22:03.457Z] ---> Running in 5eede6ca657f [2022-07-22T08:22:03.730Z] Removing intermediate container 5eede6ca657f [2022-07-22T08:22:03.730Z] ---> 61427cebad92 [2022-07-22T08:22:03.730Z] Step 9/32 : COPY go.mod vendor* ./ [2022-07-22T08:22:04.337Z] ---> 23865b29d5dc [2022-07-22T08:22:04.337Z] Step 10/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-22T08:22:04.337Z] ---> Running in 7f012a90dfcb [2022-07-22T08:22:06.325Z] Removing intermediate container 7f012a90dfcb [2022-07-22T08:22:06.325Z] ---> cfedc3f81c1d [2022-07-22T08:22:06.325Z] Step 11/32 : COPY . . [2022-07-22T08:22:06.925Z] ---> f31296132b5d [2022-07-22T08:22:06.925Z] Step 12/32 : RUN /device-usb-camera/fetch-license.sh [2022-07-22T08:22:06.925Z] ---> Running in 69315f7630d8 [2022-07-22T08:22:07.908Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:22:07.908Z] Dload Upload Total Spent Left Speed [2022-07-22T08:22:08.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8016 0 --:--:-- --:--:-- --:--:-- 8045 [2022-07-22T08:22:08.785Z] Removing intermediate container 69315f7630d8 [2022-07-22T08:22:08.785Z] ---> 04649af2c25e [2022-07-22T08:22:08.785Z] Step 13/32 : RUN ${MAKE} [2022-07-22T08:22:08.785Z] ---> Running in 9f08de0012d9 [2022-07-22T08:22:09.775Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-07-22T08:24:31.704Z] Removing intermediate container 9f08de0012d9 [2022-07-22T08:24:31.704Z] ---> f578a06849c4 [2022-07-22T08:24:31.704Z] Step 14/32 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-07-22T08:24:31.704Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-07-22T08:24:31.704Z] eab2503cf8f4: Pulling fs layer [2022-07-22T08:24:31.704Z] 97cd0a44c592: Pulling fs layer [2022-07-22T08:24:31.704Z] 97cd0a44c592: Verifying Checksum [2022-07-22T08:24:31.704Z] 97cd0a44c592: Download complete [2022-07-22T08:24:31.704Z] eab2503cf8f4: Verifying Checksum [2022-07-22T08:24:31.704Z] eab2503cf8f4: Download complete [2022-07-22T08:24:31.704Z] eab2503cf8f4: Pull complete [2022-07-22T08:24:31.704Z] 97cd0a44c592: Pull complete [2022-07-22T08:24:31.704Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-07-22T08:24:31.704Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-07-22T08:24:31.704Z] ---> 7f763cca56b3 [2022-07-22T08:24:31.704Z] Step 15/32 : FROM alpine:3.15 [2022-07-22T08:24:31.704Z] 3.15: Pulling from library/alpine [2022-07-22T08:24:31.704Z] e0295fd11fe2: Pulling fs layer [2022-07-22T08:24:31.704Z] e0295fd11fe2: Verifying Checksum [2022-07-22T08:24:31.704Z] e0295fd11fe2: Download complete [2022-07-22T08:24:31.704Z] e0295fd11fe2: Pull complete [2022-07-22T08:24:31.704Z] Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a [2022-07-22T08:24:31.704Z] Status: Downloaded newer image for alpine:3.15 [2022-07-22T08:24:31.704Z] ---> 60f2846fe774 [2022-07-22T08:24:31.704Z] Step 16/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-07-22T08:24:31.704Z] ---> Running in 9a99edd9d03f [2022-07-22T08:24:31.704Z] Removing intermediate container 9a99edd9d03f [2022-07-22T08:24:31.704Z] ---> f8724d1168c4 [2022-07-22T08:24:31.704Z] Step 17/32 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-07-22T08:24:31.704Z] ---> Running in 610b12010ff3 [2022-07-22T08:24:31.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-22T08:24:31.704Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-22T08:24:31.704Z] (1/73) Installing dumb-init (1.2.5-r1) [2022-07-22T08:24:31.704Z] (2/73) Installing sdl2 (2.0.16-r4) [2022-07-22T08:24:31.704Z] (3/73) Installing libxau (1.0.9-r0) [2022-07-22T08:24:31.704Z] (4/73) Installing libmd (1.0.3-r0) [2022-07-22T08:24:31.704Z] (5/73) Installing libbsd (0.11.3-r1) [2022-07-22T08:24:31.704Z] (6/73) Installing libxdmcp (1.1.3-r0) [2022-07-22T08:24:31.704Z] (7/73) Installing libxcb (1.14-r2) [2022-07-22T08:24:31.704Z] (8/73) Installing libx11 (1.7.2-r0) [2022-07-22T08:24:31.704Z] (9/73) Installing aom-libs (3.2.0-r0) [2022-07-22T08:24:31.704Z] (10/73) Installing alsa-lib (1.2.5.1-r1) [2022-07-22T08:24:31.704Z] (11/73) Installing expat (2.4.7-r0) [2022-07-22T08:24:31.704Z] (12/73) Installing brotli-libs (1.0.9-r5) [2022-07-22T08:24:31.704Z] (13/73) Installing libbz2 (1.0.8-r1) [2022-07-22T08:24:31.704Z] (14/73) Installing libpng (1.6.37-r1) [2022-07-22T08:24:31.704Z] (15/73) Installing freetype (2.11.1-r2) [2022-07-22T08:24:31.704Z] (16/73) Installing libuuid (2.37.4-r0) [2022-07-22T08:24:31.704Z] (17/73) Installing fontconfig (2.13.1-r4) [2022-07-22T08:24:31.704Z] (18/73) Installing fribidi (1.0.11-r0) [2022-07-22T08:24:31.704Z] (19/73) Installing libffi (3.4.2-r1) [2022-07-22T08:24:31.704Z] (20/73) Installing libintl (0.21-r0) [2022-07-22T08:24:31.704Z] (21/73) Installing libblkid (2.37.4-r0) [2022-07-22T08:24:31.704Z] (22/73) Installing libmount (2.37.4-r0) [2022-07-22T08:24:31.704Z] (23/73) Installing pcre (8.45-r1) [2022-07-22T08:24:31.704Z] (24/73) Installing glib (2.70.1-r0) [2022-07-22T08:24:31.704Z] (25/73) Installing graphite2 (1.3.14-r0) [2022-07-22T08:24:31.704Z] (26/73) Installing harfbuzz (3.0.0-r2) [2022-07-22T08:24:31.704Z] (27/73) Installing libass (0.15.2-r0) [2022-07-22T08:24:31.704Z] (28/73) Installing libdav1d (0.9.2-r0) [2022-07-22T08:24:31.704Z] (29/73) Installing gmp (6.2.1-r1) [2022-07-22T08:24:31.704Z] (30/73) Installing nettle (3.7.3-r0) [2022-07-22T08:24:31.704Z] (31/73) Installing p11-kit (0.24.0-r1) [2022-07-22T08:24:31.704Z] (32/73) Installing libtasn1 (4.18.0-r0) [2022-07-22T08:24:31.704Z] (33/73) Installing libunistring (0.9.10-r1) [2022-07-22T08:24:31.704Z] (34/73) Installing gnutls (3.7.1-r0) [2022-07-22T08:24:31.704Z] (35/73) Installing ncurses-terminfo-base (6.3_p20211120-r1) [2022-07-22T08:24:31.704Z] (36/73) Installing ncurses-libs (6.3_p20211120-r1) [2022-07-22T08:24:31.704Z] (37/73) Installing lame (3.100-r0) [2022-07-22T08:24:31.704Z] (38/73) Installing opus (1.3.1-r1) [2022-07-22T08:24:31.704Z] (39/73) Installing libgomp (10.3.1_git20211027-r0) [2022-07-22T08:24:31.704Z] (40/73) Installing soxr (0.1.3-r2) [2022-07-22T08:24:31.704Z] (41/73) Installing libgcc (10.3.1_git20211027-r0) [2022-07-22T08:24:31.704Z] (42/73) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-22T08:24:31.704Z] (43/73) Installing libsrt (1.4.2-r1) [2022-07-22T08:24:31.704Z] (44/73) Installing libssh (0.9.6-r1) [2022-07-22T08:24:31.704Z] (45/73) Installing libogg (1.3.5-r0) [2022-07-22T08:24:31.704Z] (46/73) Installing libtheora (1.1.1-r16) [2022-07-22T08:24:31.704Z] (47/73) Installing libjpeg-turbo (2.1.2-r0) [2022-07-22T08:24:31.704Z] (48/73) Installing v4l-utils-libs (1.22.1-r1) [2022-07-22T08:24:31.704Z] (49/73) Installing libxext (1.3.4-r0) [2022-07-22T08:24:31.704Z] (50/73) Installing libxfixes (6.0.0-r0) [2022-07-22T08:24:31.704Z] (51/73) Installing libdrm (2.4.109-r0) [2022-07-22T08:24:31.704Z] (52/73) Installing wayland-libs-client (1.19.0-r1) [2022-07-22T08:24:31.704Z] (53/73) Installing libva (2.13.0-r0) [2022-07-22T08:24:31.704Z] (54/73) Installing libvdpau (1.4-r0) [2022-07-22T08:24:31.704Z] (55/73) Installing vidstab (1.1.0-r1) [2022-07-22T08:24:31.704Z] (56/73) Installing libvorbis (1.3.7-r0) [2022-07-22T08:24:31.704Z] (57/73) Installing libvpx (1.10.0-r0) [2022-07-22T08:24:31.704Z] (58/73) Installing vulkan-loader (1.2.196-r0) [2022-07-22T08:24:31.704Z] (59/73) Installing libwebp (1.2.2-r0) [2022-07-22T08:24:31.704Z] (60/73) Installing x264-libs (20210613-r0) [2022-07-22T08:24:31.704Z] (61/73) Installing x265-libs (3.5-r0) [2022-07-22T08:24:31.704Z] (62/73) Installing xvidcore (1.3.7-r1) [2022-07-22T08:24:31.704Z] (63/73) Installing ffmpeg-libs (4.4.1-r2) [2022-07-22T08:24:31.704Z] (64/73) Installing ffmpeg (4.4.1-r2) [2022-07-22T08:24:31.704Z] (65/73) Installing udev-init-scripts (35-r0) [2022-07-22T08:24:31.704Z] Executing udev-init-scripts-35-r0.post-install [2022-07-22T08:24:31.704Z] (66/73) Installing eudev-libs (3.2.11_pre1-r0) [2022-07-22T08:24:31.704Z] (67/73) Installing xz-libs (5.2.5-r1) [2022-07-22T08:24:31.704Z] (68/73) Installing zstd-libs (1.5.0-r0) [2022-07-22T08:24:31.704Z] (69/73) Installing kmod-libs (29-r2) [2022-07-22T08:24:31.704Z] (70/73) Installing eudev (3.2.11_pre1-r0) [2022-07-22T08:24:31.704Z] (71/73) Installing libsodium (1.0.18-r0) [2022-07-22T08:24:31.704Z] (72/73) Installing libzmq (4.3.4-r0) [2022-07-22T08:24:31.704Z] (73/73) Installing zeromq (4.3.4-r0) [2022-07-22T08:24:31.704Z] Executing busybox-1.34.1-r7.trigger [2022-07-22T08:24:31.704Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-07-22T08:24:31.704Z] OK: 67 MiB in 87 packages [2022-07-22T08:24:31.704Z] Removing intermediate container 610b12010ff3 [2022-07-22T08:24:31.704Z] ---> 3c20874f4c00 [2022-07-22T08:24:31.704Z] Step 18/32 : WORKDIR / [2022-07-22T08:24:31.704Z] ---> Running in 51228699038b [2022-07-22T08:24:31.704Z] Removing intermediate container 51228699038b [2022-07-22T08:24:31.704Z] ---> 725188d8be0f [2022-07-22T08:24:31.704Z] Step 19/32 : COPY --from=builder /device-usb-camera/cmd / [2022-07-22T08:24:31.704Z] ---> 0009a70c656a [2022-07-22T08:24:31.704Z] Step 20/32 : COPY --from=builder /device-usb-camera/LICENSE / [2022-07-22T08:24:31.704Z] ---> 82883678e99a [2022-07-22T08:24:31.704Z] Step 21/32 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-07-22T08:24:31.704Z] ---> bb0ecf4a1e0f [2022-07-22T08:24:31.704Z] Step 22/32 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-07-22T08:24:31.704Z] ---> 8af58c4e7f51 [2022-07-22T08:24:31.704Z] Step 23/32 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-07-22T08:24:31.704Z] ---> 7de0662870ad [2022-07-22T08:24:31.704Z] Step 24/32 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-07-22T08:24:31.977Z] ---> 0d5524900e30 [2022-07-22T08:24:31.977Z] Step 25/32 : COPY --from=rtsp /rtsp-simple-server / [2022-07-22T08:24:33.409Z] ---> f7c2d141d319 [2022-07-22T08:24:33.409Z] Step 26/32 : EXPOSE 59983 [2022-07-22T08:24:33.409Z] ---> Running in 33a168b16ffe [2022-07-22T08:24:33.409Z] Removing intermediate container 33a168b16ffe [2022-07-22T08:24:33.409Z] ---> c76b9936f36a [2022-07-22T08:24:33.409Z] Step 27/32 : EXPOSE 8554 [2022-07-22T08:24:33.409Z] ---> Running in 24da7a33d134 [2022-07-22T08:24:33.688Z] Removing intermediate container 24da7a33d134 [2022-07-22T08:24:33.688Z] ---> 98b3f151f636 [2022-07-22T08:24:33.688Z] Step 28/32 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-07-22T08:24:33.973Z] ---> Running in 36f9ed354c1d [2022-07-22T08:24:34.244Z] Removing intermediate container 36f9ed354c1d [2022-07-22T08:24:34.244Z] ---> f7e02339f79e [2022-07-22T08:24:34.244Z] Step 29/32 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-07-22T08:24:34.244Z] ---> Running in ce8346ba9ded [2022-07-22T08:24:34.519Z] Removing intermediate container ce8346ba9ded [2022-07-22T08:24:34.519Z] ---> 33eb3c6a5b0f [2022-07-22T08:24:34.519Z] Step 30/32 : LABEL arch=arm64 [2022-07-22T08:24:34.519Z] ---> Running in f54759258e9a [2022-07-22T08:24:34.794Z] Removing intermediate container f54759258e9a [2022-07-22T08:24:34.794Z] ---> bb28046e5652 [2022-07-22T08:24:34.794Z] Step 31/32 : LABEL git_sha=2e0bdbbb43d198ea27a0d0352ce961751b5c83fc [2022-07-22T08:24:34.794Z] ---> Running in 37afb7d7d08c [2022-07-22T08:24:35.071Z] Removing intermediate container 37afb7d7d08c [2022-07-22T08:24:35.071Z] ---> eb7c93657587 [2022-07-22T08:24:35.071Z] Step 32/32 : LABEL version=0.0.0 [2022-07-22T08:24:35.343Z] ---> Running in 35d001eb416c [2022-07-22T08:24:35.616Z] Removing intermediate container 35d001eb416c [2022-07-22T08:24:35.616Z] ---> d8aaa591a146 [2022-07-22T08:24:35.616Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-22T08:24:35.616Z] Successfully built d8aaa591a146 [2022-07-22T08:24:35.616Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:24:36.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-22T08:24:36.438Z] [2022-07-22T08:24:36.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:24:36.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-22T08:24:36.856Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-22T08:24:36.856Z] 8998bd30e6a1: Pulling fs layer [2022-07-22T08:24:36.856Z] 04944245beec: Pulling fs layer [2022-07-22T08:24:36.856Z] 699f458cf7ca: Pulling fs layer [2022-07-22T08:24:36.856Z] 765212b225bb: Pulling fs layer [2022-07-22T08:24:36.856Z] f23df028b6ca: Pulling fs layer [2022-07-22T08:24:36.856Z] d65c8cfc05b1: Pulling fs layer [2022-07-22T08:24:36.856Z] 2437ff75d9bd: Pulling fs layer [2022-07-22T08:24:36.856Z] d65c8cfc05b1: Waiting [2022-07-22T08:24:36.856Z] 765212b225bb: Waiting [2022-07-22T08:24:36.856Z] 2437ff75d9bd: Waiting [2022-07-22T08:24:36.856Z] f23df028b6ca: Waiting [2022-07-22T08:24:37.129Z] 04944245beec: Verifying Checksum [2022-07-22T08:24:37.129Z] 04944245beec: Download complete [2022-07-22T08:24:37.129Z] 765212b225bb: Verifying Checksum [2022-07-22T08:24:37.129Z] 765212b225bb: Download complete [2022-07-22T08:24:37.129Z] f23df028b6ca: Download complete [2022-07-22T08:24:37.129Z] d65c8cfc05b1: Verifying Checksum [2022-07-22T08:24:37.129Z] d65c8cfc05b1: Download complete [2022-07-22T08:24:37.129Z] 699f458cf7ca: Verifying Checksum [2022-07-22T08:24:37.733Z] 8998bd30e6a1: Verifying Checksum [2022-07-22T08:24:37.733Z] 8998bd30e6a1: Download complete [2022-07-22T08:24:40.378Z] 2437ff75d9bd: Verifying Checksum [2022-07-22T08:24:40.379Z] 2437ff75d9bd: Download complete [2022-07-22T08:24:41.817Z] 8998bd30e6a1: Pull complete [2022-07-22T08:24:42.414Z] 04944245beec: Pull complete [2022-07-22T08:24:43.853Z] 699f458cf7ca: Pull complete [2022-07-22T08:24:44.127Z] 765212b225bb: Pull complete [2022-07-22T08:24:44.725Z] f23df028b6ca: Pull complete [2022-07-22T08:24:45.001Z] d65c8cfc05b1: Pull complete [2022-07-22T08:25:00.107Z] 2437ff75d9bd: Pull complete [2022-07-22T08:25:00.107Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-22T08:25:00.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-22T08:25:00.107Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:25:00.485Z] prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container [2022-07-22T08:25:00.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-22T08:25:03.099Z] $ docker top 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:04.108Z] ---> job-cost.sh [2022-07-22T08:25:04.108Z] lf-activate-venv: SKIPPING [2022-07-22T08:25:04.108Z] INFO: No Stack... [2022-07-22T08:25:04.706Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-22T08:25:05.684Z] INFO: Archiving Costs [Pipeline] sh [2022-07-22T08:25:06.371Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2022-07-22T08:25:06.371Z] + cut -d, -f6 [Pipeline] lock [2022-07-22T08:25:06.467Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [2022-07-22T08:25:06.472Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] did not exist. Created. [2022-07-22T08:25:06.472Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-22T08:25:07.220Z] /w/workspace/device-usb-camera/1@tmp/durable-3c321bcc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-22T08:25:07.931Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-22T08:25:07.966Z] Warning: overwriting stash ‘stack-cost’ [2022-07-22T08:25:08.012Z] Stashed 1 file(s) [Pipeline] } [2022-07-22T08:25:08.029Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-22T08:25:08.113Z] $ docker stop --time=1 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 [2022-07-22T08:25:09.603Z] $ docker rm -f 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-07-22T08:25:10.628Z] provisioning config files... [2022-07-22T08:25:10.639Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config3275166737902951638tmp [Pipeline] { [Pipeline] sh [2022-07-22T08:25:10.980Z] + set +x [2022-07-22T08:25:10.980Z] + + curl -s https://codecov.io/bash [2022-07-22T08:25:10.980Z] bash -s -- [2022-07-22T08:25:10.980Z] [2022-07-22T08:25:10.980Z] _____ _ [2022-07-22T08:25:10.980Z] / ____| | | [2022-07-22T08:25:10.980Z] | | ___ __| | ___ ___ _____ __ [2022-07-22T08:25:10.980Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-22T08:25:10.980Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-22T08:25:10.980Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-22T08:25:10.980Z] Bash-1.0.6 [2022-07-22T08:25:10.980Z] [2022-07-22T08:25:10.980Z] [2022-07-22T08:25:10.980Z] ==> git version 2.25.1 found [2022-07-22T08:25:10.980Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-07-22T08:25:10.980Z] Release-Date: 2020-01-08 [2022-07-22T08:25:10.980Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-22T08:25:10.980Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-22T08:25:10.980Z] ==> Jenkins CI detected. [2022-07-22T08:25:10.980Z] current dir:  /w/workspace/xfoundry_device-usb-camera_PR-57 [2022-07-22T08:25:10.980Z] project root: . [2022-07-22T08:25:10.980Z] --> token set from env [2022-07-22T08:25:10.980Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-22T08:25:10.980Z] ==> Running gcov in . (disable via -X gcov) [2022-07-22T08:25:10.980Z] ==> Python coveragepy not found [2022-07-22T08:25:10.980Z] ==> Searching for coverage reports in: [2022-07-22T08:25:10.980Z] + . [2022-07-22T08:25:10.980Z] -> Found 1 reports [2022-07-22T08:25:10.980Z] ==> Detecting git/mercurial file structure [2022-07-22T08:25:10.980Z] ==> Reading reports [2022-07-22T08:25:10.980Z] + ./coverage.out bytes=10 [2022-07-22T08:25:11.240Z] ==> Appending adjustments [2022-07-22T08:25:11.240Z] https://docs.codecov.io/docs/fixing-reports [2022-07-22T08:25:11.240Z] + Found adjustments [2022-07-22T08:25:11.240Z] ==> Gzipping contents [2022-07-22T08:25:11.240Z] 4.0K /tmp/codecov.ejGTUR.gz [2022-07-22T08:25:11.240Z] ==> Uploading reports [2022-07-22T08:25:11.240Z] url: https://codecov.io [2022-07-22T08:25:11.240Z] query: branch=PR-57&commit=79914ee767c944477aca3273ef06eb36f9935772&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-57%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=57&job=&cmd_args= [2022-07-22T08:25:11.240Z] -> Pinging Codecov [2022-07-22T08:25:11.240Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-57&commit=79914ee767c944477aca3273ef06eb36f9935772&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-57%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=57&job=&cmd_args= [2022-07-22T08:25:11.500Z] -> Uploading to [2022-07-22T08:25:11.500Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-22/73D8F5FF140700D3E01443B452E23636/79914ee767c944477aca3273ef06eb36f9935772/718f54b7-a76a-4c87-9e10-1bd4a8b44d67.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220722%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220722T082511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3a6a84f8e363244551fc75fb6145757d0a43db6bbad4515b45f0ca76f2782c25 [2022-07-22T08:25:11.500Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-22T08:25:11.500Z] Dload Upload Total Spent Left Speed [2022-07-22T08:25:11.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1198 0 0 100 1198 0 5231 --:--:-- --:--:-- --:--:-- 5231 100 1198 0 0 100 1198 0 3889 --:--:-- --:--:-- --:--:-- 3877 [2022-07-22T08:25:11.761Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] } [2022-07-22T08:25:11.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-22T08:25:13.516Z] + [ -d /w/workspace/xfoundry_device-usb-camera_PR-57/archives ] [2022-07-22T08:25:13.516Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-57/archives [2022-07-22T08:25:13.516Z] total 16 [2022-07-22T08:25:13.516Z] drwxr-xr-x 3 root root 4096 Jul 22 08:18 . [2022-07-22T08:25:13.516Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 08:18 .. [2022-07-22T08:25:13.516Z] drwxr-xr-x 2 root root 4096 Jul 22 08:18 cost [2022-07-22T08:25:13.516Z] -rw-r--r-- 1 root root 87 Jul 22 08:18 cost.csv [2022-07-22T08:25:13.516Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-usb-camera_PR-57/archives [2022-07-22T08:25:13.516Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-57/archives [2022-07-22T08:25:13.516Z] total 16 [2022-07-22T08:25:13.516Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 08:18 . [2022-07-22T08:25:13.516Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 08:18 .. [2022-07-22T08:25:13.516Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 22 08:18 cost [2022-07-22T08:25:13.516Z] -rw-r--r-- 1 jenkins jenkins 87 Jul 22 08:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:13.846Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:14.744Z] ---> package-listing.sh [2022-07-22T08:25:14.745Z] ++ facter osfamily [2022-07-22T08:25:14.745Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-22T08:25:15.005Z] + OS_FAMILY=debian [2022-07-22T08:25:15.005Z] + workspace=/w/workspace/xfoundry_device-usb-camera_PR-57 [2022-07-22T08:25:15.005Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-22T08:25:15.005Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-22T08:25:15.005Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-22T08:25:15.005Z] + PACKAGES=/tmp/packages_start.txt [2022-07-22T08:25:15.005Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-57 ']' [2022-07-22T08:25:15.005Z] + PACKAGES=/tmp/packages_end.txt [2022-07-22T08:25:15.005Z] + case "${OS_FAMILY}" in [2022-07-22T08:25:15.005Z] + dpkg -l [2022-07-22T08:25:15.005Z] + grep '^ii' [2022-07-22T08:25:15.005Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-22T08:25:15.005Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-22T08:25:15.005Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-22T08:25:15.005Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-57 ']' [2022-07-22T08:25:15.005Z] + mkdir -p /w/workspace/xfoundry_device-usb-camera_PR-57/archives/ [2022-07-22T08:25:15.005Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-usb-camera_PR-57/archives/ [Pipeline] echo [2022-07-22T08:25:15.040Z] 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/xfoundry_device-usb-camera_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-22T08:25:15.332Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-22T08:25:15.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-22T08:25:15.963Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-22T08:25:16.116Z] prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container [2022-07-22T08:25:16.153Z] $ 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/xfoundry_device-usb-camera_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-22T08:25:16.389Z] $ docker top 6da090ab365197ccb39dbfd20966a62beaca863f94df650a02d5c86d26f3dd94 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-22T08:25:16.798Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-22T08:25:17.108Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-22T08:25:17.421Z] + ls /var/log/sa-host [2022-07-22T08:25:17.421Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-22T08:25:17.603Z] provisioning config files... [2022-07-22T08:25:17.614Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config2263355848674108479tmp [Pipeline] { [Pipeline] echo [2022-07-22T08:25:17.661Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:17.971Z] ---> create-netrc.sh [Pipeline] } [2022-07-22T08:25:17.995Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:18.406Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-22T08:25:18.436Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:18.748Z] ---> sudo-logs.sh [2022-07-22T08:25:18.748Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-22T08:25:18.833Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:19.141Z] ---> job-cost.sh [2022-07-22T08:25:19.141Z] lf-activate-venv: SKIPPING [2022-07-22T08:25:19.141Z] DEBUG: total: 0.2199999988079071 [2022-07-22T08:25:19.141Z] INFO: Retrieving Stack Cost... [2022-07-22T08:25:19.710Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-22T08:25:19.969Z] INFO: Archiving Costs [Pipeline] echo [2022-07-22T08:25:20.001Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-22T08:25:20.312Z] ---> logs-deploy.sh [2022-07-22T08:25:20.312Z] lf-activate-venv: SKIPPING [2022-07-22T08:25:20.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-57/1 [2022-07-22T08:25:20.312Z] INFO: archiving workspace using pattern(s): [2022-07-22T08:25:21.255Z] Archives upload complete. [2022-07-22T08:25:21.515Z] INFO: archiving logs to Nexus [2022-07-22T08:25:22.085Z] ---> uname -a: [2022-07-22T08:25:22.085Z] Linux prd-ubuntu20-04-docker-8c-8g-20767 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-22T08:25:22.085Z] [2022-07-22T08:25:22.085Z] [2022-07-22T08:25:22.085Z] ---> lscpu: [2022-07-22T08:25:22.085Z] Architecture: x86_64 [2022-07-22T08:25:22.085Z] CPU op-mode(s): 32-bit, 64-bit [2022-07-22T08:25:22.085Z] Byte Order: Little Endian [2022-07-22T08:25:22.085Z] Address sizes: 40 bits physical, 48 bits virtual [2022-07-22T08:25:22.085Z] CPU(s): 8 [2022-07-22T08:25:22.085Z] On-line CPU(s) list: 0-7 [2022-07-22T08:25:22.085Z] Thread(s) per core: 1 [2022-07-22T08:25:22.085Z] Core(s) per socket: 1 [2022-07-22T08:25:22.085Z] Socket(s): 8 [2022-07-22T08:25:22.085Z] NUMA node(s): 1 [2022-07-22T08:25:22.085Z] Vendor ID: AuthenticAMD [2022-07-22T08:25:22.085Z] CPU family: 23 [2022-07-22T08:25:22.085Z] Model: 49 [2022-07-22T08:25:22.085Z] Model name: AMD EPYC-Rome Processor [2022-07-22T08:25:22.085Z] Stepping: 0 [2022-07-22T08:25:22.085Z] CPU MHz: 2799.998 [2022-07-22T08:25:22.085Z] BogoMIPS: 5599.99 [2022-07-22T08:25:22.085Z] Virtualization: AMD-V [2022-07-22T08:25:22.085Z] Hypervisor vendor: KVM [2022-07-22T08:25:22.085Z] Virtualization type: full [2022-07-22T08:25:22.085Z] L1d cache: 256 KiB [2022-07-22T08:25:22.085Z] L1i cache: 256 KiB [2022-07-22T08:25:22.085Z] L2 cache: 4 MiB [2022-07-22T08:25:22.085Z] L3 cache: 128 MiB [2022-07-22T08:25:22.085Z] NUMA node0 CPU(s): 0-7 [2022-07-22T08:25:22.085Z] Vulnerability Itlb multihit: Not affected [2022-07-22T08:25:22.085Z] Vulnerability L1tf: Not affected [2022-07-22T08:25:22.085Z] Vulnerability Mds: Not affected [2022-07-22T08:25:22.085Z] Vulnerability Meltdown: Not affected [2022-07-22T08:25:22.085Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-07-22T08:25:22.085Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-07-22T08:25:22.085Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-07-22T08:25:22.085Z] Vulnerability Srbds: Not affected [2022-07-22T08:25:22.085Z] Vulnerability Tsx async abort: Not affected [2022-07-22T08:25:22.085Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-07-22T08:25:22.085Z] [2022-07-22T08:25:22.085Z]