Pull request #269 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of EdgeX-Camera-Management for edgexfoundry/device-usb-camera Loading trusted files from base branch main at 040a5a62acea184fdd41387d4dec6344494c5d71 rather than 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 Obtained Jenkinsfile from 040a5a62acea184fdd41387d4dec6344494c5d71 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-ssh6155562000177507701.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh1670346068572161119.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-269/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-269/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9470752867730719404.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-269/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13956885472457617538.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh9435762030564389500.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-269/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-269/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18274252320246547644.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3352 in /w/workspace/foundry_device-usb-camera_PR-269 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/foundry_device-usb-camera_PR-269 # 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/269/head:refs/remotes/origin/PR-269 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 040a5a62acea184fdd41387d4dec6344494c5d71 into PR head commit 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 Merge succeeded, producing 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 Checking out Revision 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 (PR-269) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 # 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 040a5a62acea184fdd41387d4dec6344494c5d71 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 # timeout=10 Commit message: "feat: code clean ups" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-08-11T17:21:29.089Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-11T17:21:29.261Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-11T17:21:29.353Z] ========================================================= [2023-08-11T17:21:29.353Z] EdgeX Global Pipelines Version Info [2023-08-11T17:21:29.353Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:21:30.107Z] ------------------- [2023-08-11T17:21:30.107Z] stable info: [2023-08-11T17:21:30.107Z] ------------------- [2023-08-11T17:21:30.107Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-11T17:21:30.107Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T17:21:30.107Z] Message: update stable to v1.0.253 [2023-08-11T17:21:30.677Z] ------------------- [2023-08-11T17:21:30.677Z] experimental info: [2023-08-11T17:21:30.677Z] ------------------- [2023-08-11T17:21:30.677Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-11T17:21:30.677Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T17:21:30.677Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-11T17:21:30.954Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-08-11T17:21:31.000Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-08-11T17:21:31.040Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-11T17:21:31.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-11T17:21:31.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-11T17:21:31.169Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-11T17:21:31.220Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-11T17:21:31.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-11T17:21:31.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-11T17:21:31.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-11T17:21:31.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-11T17:21:31.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-08-11T17:21:31.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-11T17:21:31.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-11T17:21:31.542Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-11T17:21:31.579Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-11T17:21:31.616Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-11T17:21:31.663Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-11T17:21:31.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-11T17:21:31.745Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-11T17:21:31.786Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-11T17:21:31.823Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-11T17:21:31.860Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-11T17:21:31.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-11T17:21:31.941Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-11T17:21:31.991Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-11T17:21:32.042Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-11T17:21:32.085Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-269 [Pipeline] echo [2023-08-11T17:21:32.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-269 [Pipeline] echo [2023-08-11T17:21:32.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-269 [Pipeline] echo [2023-08-11T17:21:32.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [Pipeline] echo [2023-08-11T17:21:32.248Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c1de3c [Pipeline] echo [2023-08-11T17:21:32.288Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T17:21:32.405Z] provisioning config files... [2023-08-11T17:21:32.420Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-269@tmp/config7688568689619360114tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:21:32.764Z] ---> docker-login.sh [2023-08-11T17:21:32.764Z] nexus3.edgexfoundry.org:10001 [2023-08-11T17:21:33.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:33.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:33.025Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:33.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:33.025Z] [2023-08-11T17:21:33.025Z] Login Succeeded [2023-08-11T17:21:33.025Z] nexus3.edgexfoundry.org:10002 [2023-08-11T17:21:33.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:33.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:33.284Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:33.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:33.284Z] [2023-08-11T17:21:33.284Z] Login Succeeded [2023-08-11T17:21:33.284Z] nexus3.edgexfoundry.org:10003 [2023-08-11T17:21:33.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:33.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:33.284Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:33.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:33.284Z] [2023-08-11T17:21:33.284Z] Login Succeeded [2023-08-11T17:21:33.284Z] nexus3.edgexfoundry.org:10004 [2023-08-11T17:21:33.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:33.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:33.544Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:33.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:33.544Z] [2023-08-11T17:21:33.544Z] Login Succeeded [2023-08-11T17:21:33.544Z] docker.io [2023-08-11T17:21:33.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:33.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:33.805Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:33.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:33.805Z] [2023-08-11T17:21:33.805Z] Login Succeeded [2023-08-11T17:21:33.805Z] ---> docker-login.sh ends [Pipeline] } [2023-08-11T17:21:33.834Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-11T17:21:34.480Z] + git rev-list -1 --merges 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9~1..6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [Pipeline] echo [2023-08-11T17:21:34.598Z] -----------> git rev-list -1 --merges 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9~1..6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [false] [Pipeline] sh [2023-08-11T17:21:34.911Z] + git log --format=format:%s -1 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [Pipeline] echo [2023-08-11T17:21:34.950Z] ========================================================= [2023-08-11T17:21:34.950Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-11T17:21:34.950Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-11T17:21:35.414Z] + git log --format=format:%s -1 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [Pipeline] echo [2023-08-11T17:21:35.450Z] [semverPrep] GIT_COMMIT: 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9, Commit Message: feat: code clean ups [Pipeline] echo [2023-08-11T17:21:35.481Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-11T17:21:35.881Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-11T17:21:35.881Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-11T17:21:35.881Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-11T17:21:35.881Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-11T17:21:35.881Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-11T17:21:35.881Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-11T17:21:35.881Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:21:36.392Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T17:21:36.393Z] [2023-08-11T17:21:36.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:21:36.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T17:21:36.772Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-11T17:21:36.772Z] b85a868b505f: Pulling fs layer [2023-08-11T17:21:36.772Z] e2be974225ed: Pulling fs layer [2023-08-11T17:21:36.772Z] 339a4e72a1f5: Pulling fs layer [2023-08-11T17:21:36.772Z] 988bab9f4d93: Pulling fs layer [2023-08-11T17:21:36.772Z] 1469e6f7b9e6: Pulling fs layer [2023-08-11T17:21:36.772Z] eaf3925da568: Pulling fs layer [2023-08-11T17:21:36.772Z] bab4dde63d76: Pulling fs layer [2023-08-11T17:21:36.772Z] bde34c3a00c8: Pulling fs layer [2023-08-11T17:21:36.772Z] b352a97aabf1: Pulling fs layer [2023-08-11T17:21:36.772Z] 4872d77fe225: Pulling fs layer [2023-08-11T17:21:36.772Z] 5851b861e8e6: Pulling fs layer [2023-08-11T17:21:36.772Z] 988bab9f4d93: Waiting [2023-08-11T17:21:36.772Z] bde34c3a00c8: Waiting [2023-08-11T17:21:36.772Z] b352a97aabf1: Waiting [2023-08-11T17:21:36.772Z] 1469e6f7b9e6: Waiting [2023-08-11T17:21:36.772Z] eaf3925da568: Waiting [2023-08-11T17:21:36.772Z] 5851b861e8e6: Waiting [2023-08-11T17:21:36.772Z] bab4dde63d76: Waiting [2023-08-11T17:21:36.772Z] 4872d77fe225: Waiting [2023-08-11T17:21:36.772Z] e2be974225ed: Verifying Checksum [2023-08-11T17:21:36.772Z] e2be974225ed: Download complete [2023-08-11T17:21:36.772Z] 988bab9f4d93: Verifying Checksum [2023-08-11T17:21:36.772Z] 988bab9f4d93: Download complete [2023-08-11T17:21:36.772Z] 1469e6f7b9e6: Verifying Checksum [2023-08-11T17:21:36.772Z] 1469e6f7b9e6: Download complete [2023-08-11T17:21:37.032Z] eaf3925da568: Download complete [2023-08-11T17:21:37.032Z] 339a4e72a1f5: Verifying Checksum [2023-08-11T17:21:37.032Z] 339a4e72a1f5: Download complete [2023-08-11T17:21:37.032Z] bde34c3a00c8: Verifying Checksum [2023-08-11T17:21:37.032Z] bde34c3a00c8: Download complete [2023-08-11T17:21:37.032Z] b352a97aabf1: Verifying Checksum [2023-08-11T17:21:37.032Z] b352a97aabf1: Download complete [2023-08-11T17:21:37.032Z] 4872d77fe225: Verifying Checksum [2023-08-11T17:21:37.032Z] 4872d77fe225: Download complete [2023-08-11T17:21:37.032Z] 5851b861e8e6: Download complete [2023-08-11T17:21:37.032Z] b85a868b505f: Verifying Checksum [2023-08-11T17:21:37.032Z] b85a868b505f: Download complete [2023-08-11T17:21:37.294Z] bab4dde63d76: Verifying Checksum [2023-08-11T17:21:37.294Z] bab4dde63d76: Download complete [2023-08-11T17:21:38.232Z] b85a868b505f: Pull complete [2023-08-11T17:21:38.491Z] e2be974225ed: Pull complete [2023-08-11T17:21:39.059Z] 339a4e72a1f5: Pull complete [2023-08-11T17:21:39.059Z] 988bab9f4d93: Pull complete [2023-08-11T17:21:39.319Z] 1469e6f7b9e6: Pull complete [2023-08-11T17:21:39.577Z] eaf3925da568: Pull complete [2023-08-11T17:21:41.500Z] bab4dde63d76: Pull complete [2023-08-11T17:21:41.500Z] bde34c3a00c8: Pull complete [2023-08-11T17:21:41.500Z] b352a97aabf1: Pull complete [2023-08-11T17:21:41.500Z] 4872d77fe225: Pull complete [2023-08-11T17:21:41.761Z] 5851b861e8e6: Pull complete [2023-08-11T17:21:41.761Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-11T17:21:41.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-11T17:21:41.761Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:21:41.993Z] prd-ubuntu20.04-docker-8c-8g-3352 does not seem to be running inside a container [2023-08-11T17:21:42.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-269 -v /w/workspace/foundry_device-usb-camera_PR-269:/w/workspace/foundry_device-usb-camera_PR-269:rw,z -v /w/workspace/foundry_device-usb-camera_PR-269@tmp:/w/workspace/foundry_device-usb-camera_PR-269@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 [2023-08-11T17:21:44.801Z] $ docker top 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b -eo pid,comm [2023-08-11T17:21:44.860Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-08-11T17:21:44.860Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-11T17:21:44.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-11T17:21:44.973Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-11T17:21:45.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-11T17:21:45.092Z] $ docker exec 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b ssh-agent [2023-08-11T17:21:45.198Z] SSH_AUTH_SOCK=/tmp/ssh-7S4n8K5U0lfv/agent.32 [2023-08-11T17:21:45.198Z] SSH_AGENT_PID=38 [2023-08-11T17:21:45.206Z] Running ssh-add (command line suppressed) [2023-08-11T17:21:45.313Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-269@tmp/private_key_14672303151656932552.key (/w/workspace/foundry_device-usb-camera_PR-269@tmp/private_key_14672303151656932552.key) [2023-08-11T17:21:45.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-11T17:21:45.660Z] + git tag --points-at HEAD [Pipeline] } [2023-08-11T17:21:45.682Z] $ docker exec --env ******** --env ******** 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b ssh-agent -k [2023-08-11T17:21:45.781Z] unset SSH_AUTH_SOCK; [2023-08-11T17:21:45.782Z] unset SSH_AGENT_PID; [2023-08-11T17:21:45.782Z] echo Agent pid 38 killed; [2023-08-11T17:21:45.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-11T17:21:45.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-11T17:21:45.882Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-11T17:21:46.011Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-11T17:21:46.010Z] $ docker exec 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b ssh-agent [2023-08-11T17:21:46.126Z] SSH_AUTH_SOCK=/tmp/ssh-j2isIMYIae1H/agent.71 [2023-08-11T17:21:46.126Z] SSH_AGENT_PID=77 [2023-08-11T17:21:46.131Z] Running ssh-add (command line suppressed) [2023-08-11T17:21:46.222Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-269@tmp/private_key_4034990474987612374.key (/w/workspace/foundry_device-usb-camera_PR-269@tmp/private_key_4034990474987612374.key) [2023-08-11T17:21:46.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-11T17:21:46.563Z] + git semver init [2023-08-11T17:21:46.822Z] 2023-08-11 17:21:46,753 [run_init] DEBUG init version:0.0.0 force:False [2023-08-11T17:21:46.822Z] 2023-08-11 17:21:46,753 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-269/.semver [2023-08-11T17:21:46.822Z] 2023-08-11 17:21:46,754 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-269/.semver [2023-08-11T17:21:46.822Z] 2023-08-11 17:21:46,754 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-269/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-269, universal_newlines=False, shell=None, istream=None) [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,449 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-269/.git/info/exclude [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,450 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-269/.semver/PR-269 with force:False [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,450 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-269/.semver/PR-269 [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,454 [execute] INFO git cat-file --batch-check [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-269/.semver, universal_newlines=False, shell=None, istream=) [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,461 [execute] INFO git cat-file --batch [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,461 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-269/.semver, universal_newlines=False, shell=None, istream=) [2023-08-11T17:21:47.765Z] 2023-08-11 17:21:47,467 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-269/.semver/PR-269 [2023-08-11T17:21:47.765Z] 0.0.0 [Pipeline] } [2023-08-11T17:21:47.786Z] $ docker exec --env ******** --env ******** 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b ssh-agent -k [2023-08-11T17:21:47.890Z] unset SSH_AUTH_SOCK; [2023-08-11T17:21:47.891Z] unset SSH_AGENT_PID; [2023-08-11T17:21:47.891Z] echo Agent pid 77 killed; [2023-08-11T17:21:47.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-11T17:21:48.333Z] + git semver [Pipeline] } [2023-08-11T17:21:48.613Z] $ docker stop --time=1 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b [2023-08-11T17:21:49.918Z] $ docker rm -f --volumes 51a10190bd1f63b3a278c0ea26374173935ed9dfc84739d4687cf0b545db009b [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T17:21:50.324Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-11T17:21:50.601Z] Stashed 1 file(s) [Pipeline] echo [2023-08-11T17:21:50.617Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T17:21:51.203Z] provisioning config files... [2023-08-11T17:21:51.214Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-269@tmp/config907961608420950695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:21:51.566Z] ---> docker-login.sh [2023-08-11T17:21:51.566Z] nexus3.edgexfoundry.org:10001 [2023-08-11T17:21:51.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:51.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:51.566Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:51.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:51.566Z] [2023-08-11T17:21:51.566Z] Login Succeeded [2023-08-11T17:21:51.566Z] nexus3.edgexfoundry.org:10002 [2023-08-11T17:21:51.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:51.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:51.566Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:51.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:51.566Z] [2023-08-11T17:21:51.566Z] Login Succeeded [2023-08-11T17:21:51.566Z] nexus3.edgexfoundry.org:10003 [2023-08-11T17:21:51.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:51.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:51.825Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:51.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:51.825Z] [2023-08-11T17:21:51.825Z] Login Succeeded [2023-08-11T17:21:51.825Z] nexus3.edgexfoundry.org:10004 [2023-08-11T17:21:51.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:51.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:51.825Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:51.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:51.825Z] [2023-08-11T17:21:51.825Z] Login Succeeded [2023-08-11T17:21:51.825Z] docker.io [2023-08-11T17:21:52.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:21:52.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:21:52.348Z] Configure a credential helper to remove this warning. See [2023-08-11T17:21:52.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:21:52.348Z] [2023-08-11T17:21:52.348Z] Login Succeeded [2023-08-11T17:21:52.348Z] ---> docker-login.sh ends [Pipeline] } [2023-08-11T17:21:52.376Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-11T17:21:52.569Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T17:21:52.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T17:21:52.640Z] ========================================================= [2023-08-11T17:21:52.641Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-11T17:21:52.641Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:21:53.117Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-11T17:21:53.117Z] Sending build context to Docker daemon 2.184MB [2023-08-11T17:21:53.117Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-08-11T17:21:53.117Z] Step 2/13 : FROM ${BASE} AS builder [2023-08-11T17:21:53.117Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-11T17:21:53.117Z] 4db1b89c0bd1: Pulling fs layer [2023-08-11T17:21:53.117Z] 6911f1a30b25: Pulling fs layer [2023-08-11T17:21:53.117Z] e194b8c5c2a9: Pulling fs layer [2023-08-11T17:21:53.117Z] 6863d3e3a2b1: Pulling fs layer [2023-08-11T17:21:53.117Z] ec0bb842ea78: Pulling fs layer [2023-08-11T17:21:53.117Z] 40a00589a448: Pulling fs layer [2023-08-11T17:21:53.117Z] 6c08303d61cc: Pulling fs layer [2023-08-11T17:21:53.117Z] 798269fcf238: Pulling fs layer [2023-08-11T17:21:53.117Z] 6863d3e3a2b1: Waiting [2023-08-11T17:21:53.117Z] ec0bb842ea78: Waiting [2023-08-11T17:21:53.117Z] 40a00589a448: Waiting [2023-08-11T17:21:53.117Z] 6c08303d61cc: Waiting [2023-08-11T17:21:53.117Z] 798269fcf238: Waiting [2023-08-11T17:21:53.377Z] 6911f1a30b25: Verifying Checksum [2023-08-11T17:21:53.377Z] 6911f1a30b25: Download complete [2023-08-11T17:21:53.377Z] 6863d3e3a2b1: Download complete [2023-08-11T17:21:53.377Z] ec0bb842ea78: Download complete [2023-08-11T17:21:53.377Z] 4db1b89c0bd1: Verifying Checksum [2023-08-11T17:21:53.377Z] 4db1b89c0bd1: Download complete [2023-08-11T17:21:53.377Z] 40a00589a448: Verifying Checksum [2023-08-11T17:21:53.377Z] 40a00589a448: Download complete [2023-08-11T17:21:53.377Z] 4db1b89c0bd1: Pull complete [2023-08-11T17:21:53.640Z] 6911f1a30b25: Pull complete [2023-08-11T17:21:53.900Z] 798269fcf238: Verifying Checksum [2023-08-11T17:21:53.900Z] 798269fcf238: Download complete [2023-08-11T17:21:53.900Z] e194b8c5c2a9: Verifying Checksum [2023-08-11T17:21:53.900Z] e194b8c5c2a9: Download complete [2023-08-11T17:21:54.160Z] 6c08303d61cc: Verifying Checksum [2023-08-11T17:21:54.160Z] 6c08303d61cc: Download complete [2023-08-11T17:21:57.463Z] e194b8c5c2a9: Pull complete [2023-08-11T17:21:57.723Z] 6863d3e3a2b1: Pull complete [2023-08-11T17:21:57.723Z] ec0bb842ea78: Pull complete [2023-08-11T17:21:57.723Z] 40a00589a448: Pull complete [2023-08-11T17:22:00.256Z] 6c08303d61cc: Pull complete [2023-08-11T17:22:01.637Z] 798269fcf238: Pull complete [2023-08-11T17:22:01.637Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-11T17:22:01.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-11T17:22:01.637Z] ---> ec979cd7f677 [2023-08-11T17:22:01.637Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-08-11T17:22:05.841Z] ---> Running in e5553b58302d [2023-08-11T17:22:05.841Z] Removing intermediate container e5553b58302d [2023-08-11T17:22:05.841Z] ---> 45414b28fb18 [2023-08-11T17:22:05.841Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-11T17:22:05.841Z] ---> Running in fd0ff94bc0b8 [2023-08-11T17:22:05.841Z] Removing intermediate container fd0ff94bc0b8 [2023-08-11T17:22:05.841Z] ---> 8aa11887617d [2023-08-11T17:22:05.841Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-11T17:22:05.841Z] ---> Running in d6e488387657 [2023-08-11T17:22:06.019Z] Still waiting to schedule task [2023-08-11T17:22:06.019Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-11T17:22:06.102Z] Removing intermediate container d6e488387657 [2023-08-11T17:22:06.102Z] ---> 0b1ec4c330f9 [2023-08-11T17:22:06.102Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-11T17:22:06.102Z] ---> Running in 67bd021dcb21 [2023-08-11T17:22:06.102Z] Removing intermediate container 67bd021dcb21 [2023-08-11T17:22:06.102Z] ---> 786dc2d59637 [2023-08-11T17:22:06.102Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-11T17:22:06.102Z] ---> Running in 2c3be45fd6b9 [2023-08-11T17:22:06.361Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T17:22:06.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T17:22:06.879Z] (1/14) Installing libintl (0.21.1-r1) [2023-08-11T17:22:06.879Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-08-11T17:22:06.879Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-08-11T17:22:06.879Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-08-11T17:22:06.879Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-08-11T17:22:07.139Z] (6/14) Installing udev-init-scripts (35-r1) [2023-08-11T17:22:07.139Z] (7/14) Installing libblkid (2.38.1-r1) [2023-08-11T17:22:07.139Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-08-11T17:22:07.139Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-08-11T17:22:07.139Z] (10/14) Installing kmod-libs (30-r1) [2023-08-11T17:22:07.139Z] (11/14) Installing eudev (3.2.11-r4) [2023-08-11T17:22:07.139Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-08-11T17:22:07.139Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-08-11T17:22:07.139Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-08-11T17:22:07.139Z] Executing busybox-1.35.0-r29.trigger [2023-08-11T17:22:07.139Z] Executing eudev-3.2.11-r4.trigger [2023-08-11T17:22:07.139Z] OK: 272 MiB in 67 packages [2023-08-11T17:22:07.707Z] Removing intermediate container 2c3be45fd6b9 [2023-08-11T17:22:07.707Z] ---> 58c66cb9c925 [2023-08-11T17:22:07.707Z] Step 8/13 : WORKDIR /device-usb-camera [2023-08-11T17:22:07.707Z] ---> Running in 33e37ab7657e [2023-08-11T17:22:07.966Z] Removing intermediate container 33e37ab7657e [2023-08-11T17:22:07.966Z] ---> 364a6cc31e66 [2023-08-11T17:22:07.966Z] Step 9/13 : COPY go.mod vendor* ./ [2023-08-11T17:22:07.966Z] ---> b7d66853f4c0 [2023-08-11T17:22:07.966Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T17:22:07.966Z] ---> Running in d4d57c9ec65c [2023-08-11T17:22:46.850Z] Removing intermediate container d4d57c9ec65c [2023-08-11T17:22:46.850Z] ---> 62a40ec860ff [2023-08-11T17:22:46.850Z] Step 11/13 : COPY . . [2023-08-11T17:22:46.850Z] ---> 5778ef61018c [2023-08-11T17:22:46.850Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-11T17:22:46.850Z] ---> Running in d5860b7ef6da [2023-08-11T17:22:46.850Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:22:46.850Z] Dload Upload Total Spent Left Speed [2023-08-11T17:22:46.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7797 0 --:--:-- --:--:-- --:--:-- 7866 [2023-08-11T17:22:46.850Z] Removing intermediate container d5860b7ef6da [2023-08-11T17:22:46.850Z] ---> 9f6be2888a80 [2023-08-11T17:22:46.850Z] Step 13/13 : RUN ${MAKE} [2023-08-11T17:22:46.850Z] ---> Running in 54806c3de45c [2023-08-11T17:22:46.850Z] noop [2023-08-11T17:22:46.850Z] Removing intermediate container 54806c3de45c [2023-08-11T17:22:46.850Z] ---> 921ce735e3ef [2023-08-11T17:22:46.850Z] Successfully built 921ce735e3ef [2023-08-11T17:22:46.850Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:22:47.295Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-11T17:22:47.295Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:22:47.446Z] prd-ubuntu20.04-docker-8c-8g-3352 does not seem to be running inside a container [2023-08-11T17:22:47.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-269 -v /w/workspace/foundry_device-usb-camera_PR-269:/w/workspace/foundry_device-usb-camera_PR-269:rw,z -v /w/workspace/foundry_device-usb-camera_PR-269@tmp:/w/workspace/foundry_device-usb-camera_PR-269@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 [2023-08-11T17:22:48.059Z] $ docker top b600740259bb50da87cf31cc7f5ef8f1395db3a1029e85fa0c10d9b6d4b81d09 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T17:22:48.441Z] + go version [2023-08-11T17:22:48.441Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-11T17:22:48.491Z] $ docker stop --time=1 b600740259bb50da87cf31cc7f5ef8f1395db3a1029e85fa0c10d9b6d4b81d09 [2023-08-11T17:22:49.747Z] $ docker rm -f --volumes b600740259bb50da87cf31cc7f5ef8f1395db3a1029e85fa0c10d9b6d4b81d09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:22:50.445Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-11T17:22:50.445Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:22:50.603Z] prd-ubuntu20.04-docker-8c-8g-3352 does not seem to be running inside a container [2023-08-11T17:22:50.647Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-269 -v /w/workspace/foundry_device-usb-camera_PR-269:/w/workspace/foundry_device-usb-camera_PR-269:rw,z -v /w/workspace/foundry_device-usb-camera_PR-269@tmp:/w/workspace/foundry_device-usb-camera_PR-269@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 [2023-08-11T17:22:51.001Z] $ docker top 6ccd5f9e941677a6c078078813a63b3c13af7a177427aaeec4388df6f5141c84 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T17:22:51.394Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-269 [Pipeline] fileExists [Pipeline] sh [2023-08-11T17:22:51.754Z] + make test [2023-08-11T17:22:51.754Z] go test ./... -coverprofile=coverage.out ./... [2023-08-11T17:22:57.024Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-08-11T17:23:06.994Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-08-11T17:23:06.994Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.018s coverage: 3.2% of statements [2023-08-11T17:23:13.555Z] go vet ./... [2023-08-11T17:23:16.832Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-11T17:23:16.832Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-11T17:23:16.832Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-11T17:23:16.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-11T17:23:16.911Z] $ docker stop --time=1 6ccd5f9e941677a6c078078813a63b3c13af7a177427aaeec4388df6f5141c84 [2023-08-11T17:23:20.500Z] $ docker rm -f --volumes 6ccd5f9e941677a6c078078813a63b3c13af7a177427aaeec4388df6f5141c84 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T17:23:21.017Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-11T17:23:21.091Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-11T17:23:21.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-11T17:23:22.102Z] + ls -al . [2023-08-11T17:23:22.102Z] total 208 [2023-08-11T17:23:22.102Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 11 17:22 . [2023-08-11T17:23:22.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 11 17:21 .. [2023-08-11T17:23:22.102Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 11 17:21 .git [2023-08-11T17:23:22.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:21 .github [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 11 17:21 .gitignore [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 45 Aug 11 17:21 .golangci.yml [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 11 17:21 .hadolint.yml [2023-08-11T17:23:22.102Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 11 17:21 .semver [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 9783 Aug 11 17:21 Attribution.txt [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 11903 Aug 11 17:21 CHANGELOG.md [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 2453 Aug 11 17:21 Dockerfile [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 11 17:21 GOVERNANCE.md [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 11 17:21 Jenkinsfile [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 11 17:21 LICENSE [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 2364 Aug 11 17:21 Makefile [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 11 17:21 OWNERS.md [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 2575 Aug 11 17:21 README.md [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 11 17:21 VERSION [2023-08-11T17:23:22.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 11 17:21 bin [2023-08-11T17:23:22.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:21 cmd [2023-08-11T17:23:22.102Z] -rw-r--r-- 1 jenkins jenkins 47470 Aug 11 17:23 coverage.out [2023-08-11T17:23:22.102Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 11 17:21 docker-entrypoint.sh [2023-08-11T17:23:22.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 11 17:21 docs [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 3416 Aug 11 17:21 go.mod [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 31482 Aug 11 17:21 go.sum [2023-08-11T17:23:22.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:21 internal [2023-08-11T17:23:22.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 11 17:21 snap [2023-08-11T17:23:22.102Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 11 17:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:23:22.531Z] + 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=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 --label arch=amd64 --label version=0.0.0 . [2023-08-11T17:23:22.531Z] Sending build context to Docker daemon 2.232MB [2023-08-11T17:23:22.531Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-08-11T17:23:22.531Z] Step 2/36 : FROM ${BASE} AS builder [2023-08-11T17:23:22.531Z] ---> 921ce735e3ef [2023-08-11T17:23:22.531Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-08-11T17:23:22.791Z] ---> Running in 45cc51c88bb9 [2023-08-11T17:23:22.791Z] Removing intermediate container 45cc51c88bb9 [2023-08-11T17:23:22.791Z] ---> caa426af63ed [2023-08-11T17:23:22.791Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-11T17:23:22.791Z] ---> Running in 5d2b0d4b169b [2023-08-11T17:23:22.791Z] Removing intermediate container 5d2b0d4b169b [2023-08-11T17:23:22.791Z] ---> cb51eeb1e64c [2023-08-11T17:23:22.791Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-11T17:23:22.791Z] ---> Running in d5bc9c0038b0 [2023-08-11T17:23:23.050Z] Removing intermediate container d5bc9c0038b0 [2023-08-11T17:23:23.050Z] ---> 815c10d9dd8c [2023-08-11T17:23:23.050Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-11T17:23:23.050Z] ---> Running in aa10b07d1112 [2023-08-11T17:23:23.050Z] Removing intermediate container aa10b07d1112 [2023-08-11T17:23:23.050Z] ---> 9284a1a90c19 [2023-08-11T17:23:23.050Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-11T17:23:23.050Z] ---> Running in deccbab0a418 [2023-08-11T17:23:23.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T17:23:23.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T17:23:23.827Z] OK: 272 MiB in 67 packages [2023-08-11T17:23:24.086Z] Removing intermediate container deccbab0a418 [2023-08-11T17:23:24.086Z] ---> e3e27435fb2e [2023-08-11T17:23:24.086Z] Step 8/36 : WORKDIR /device-usb-camera [2023-08-11T17:23:24.086Z] ---> Running in f757f4b0ff57 [2023-08-11T17:23:24.086Z] Removing intermediate container f757f4b0ff57 [2023-08-11T17:23:24.086Z] ---> afc4cc597b32 [2023-08-11T17:23:24.086Z] Step 9/36 : COPY go.mod vendor* ./ [2023-08-11T17:23:24.345Z] ---> 29368122f5bd [2023-08-11T17:23:24.345Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T17:23:24.345Z] ---> Running in 11bbd5fc0b8f [2023-08-11T17:23:25.281Z] Removing intermediate container 11bbd5fc0b8f [2023-08-11T17:23:25.281Z] ---> c36a435e762e [2023-08-11T17:23:25.281Z] Step 11/36 : COPY . . [2023-08-11T17:23:25.543Z] ---> cfa19719850d [2023-08-11T17:23:25.543Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-11T17:23:25.543Z] ---> Running in a8c226d985ca [2023-08-11T17:23:25.802Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:23:25.802Z]  Dload Upload Total  Spent Left Speed [2023-08-11T17:23:25.802Z] 0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 20828 0 --:--:-- --:--:-- --:--:-- 21240 [2023-08-11T17:23:26.061Z] Removing intermediate container a8c226d985ca [2023-08-11T17:23:26.061Z] ---> c673190e46a7 [2023-08-11T17:23:26.061Z] Step 13/36 : RUN ${MAKE} [2023-08-11T17:23:26.061Z] ---> Running in a826e27cbcdc [2023-08-11T17:23:26.320Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-08-11T17:23:37.002Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3353 in /w/workspace/foundry_device-usb-camera_PR-269 [Pipeline] { [Pipeline] ws [2023-08-11T17:23:37.059Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2023-08-11T17:23:37.134Z] Selected Git installation does not exist. Using Default [2023-08-11T17:23:37.134Z] The recommended git tool is: NONE [2023-08-11T17:23:41.896Z] using credential edgex-jenkins-ssh [2023-08-11T17:23:41.915Z] Cloning the remote Git repository [2023-08-11T17:23:41.959Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-08-11T17:23:42.049Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-08-11T17:23:42.179Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-08-11T17:23:42.180Z] > git --version # timeout=10 [2023-08-11T17:23:42.200Z] > git --version # 'git version 2.25.1' [2023-08-11T17:23:42.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T17:23:42.348Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-11T17:23:43.115Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-08-11T17:23:43.137Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-11T17:23:43.913Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-08-11T17:23:43.946Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-08-11T17:23:43.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T17:23:43.959Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/269/head:refs/remotes/origin/PR-269 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-08-11T17:23:44.558Z] Merging remotes/origin/main commit 040a5a62acea184fdd41387d4dec6344494c5d71 into PR head commit 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [2023-08-11T17:23:44.826Z] Merge succeeded, producing 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [2023-08-11T17:23:44.827Z] Checking out Revision 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 (PR-269) [2023-08-11T17:23:44.577Z] > git config core.sparsecheckout # timeout=10 [2023-08-11T17:23:44.639Z] > git checkout -f 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 # timeout=10 [2023-08-11T17:23:44.732Z] > git remote # timeout=10 [2023-08-11T17:23:44.750Z] > git config --get remote.origin.url # timeout=10 [2023-08-11T17:23:44.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-11T17:23:44.787Z] > git merge 040a5a62acea184fdd41387d4dec6344494c5d71 # timeout=10 [2023-08-11T17:23:44.812Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-11T17:23:44.834Z] > git config core.sparsecheckout # timeout=10 [2023-08-11T17:23:44.849Z] > git checkout -f 6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 # timeout=10 [2023-08-11T17:23:48.269Z] Removing intermediate container a826e27cbcdc [2023-08-11T17:23:48.269Z] ---> 819cb99140c8 [2023-08-11T17:23:48.269Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-08-11T17:23:48.269Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-08-11T17:23:48.269Z] 4acc49c71d14: Pulling fs layer [2023-08-11T17:23:48.269Z] 4acc49c71d14: Verifying Checksum [2023-08-11T17:23:48.269Z] 4acc49c71d14: Download complete [2023-08-11T17:23:48.296Z] Commit message: "feat: code clean ups" [2023-08-11T17:23:48.342Z] > git --version # timeout=10 [2023-08-11T17:23:48.353Z] > git --version # 'git version 2.25.1' [2023-08-11T17:23:48.366Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-08-11T17:23:48.528Z] 4acc49c71d14: Pull complete [2023-08-11T17:23:48.528Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-08-11T17:23:48.528Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-08-11T17:23:48.528Z] ---> 01a2bd3e5fff [2023-08-11T17:23:48.528Z] Step 15/36 : FROM alpine:3.17 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-11T17:23:49.097Z] 3.17: Pulling from library/alpine [2023-08-11T17:23:49.097Z] 9398808236ff: Pulling fs layer [2023-08-11T17:23:49.355Z] 9398808236ff: Verifying Checksum [2023-08-11T17:23:49.355Z] 9398808236ff: Download complete [2023-08-11T17:23:49.355Z] 9398808236ff: Pull complete [2023-08-11T17:23:49.355Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T17:23:49.355Z] Status: Downloaded newer image for alpine:3.17 [2023-08-11T17:23:49.355Z] ---> 1e0b8b5322fc [2023-08-11T17:23:49.355Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-08-11T17:23:49.520Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-11T17:23:49.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:23:49.520Z] Dload Upload Total Spent Left Speed [2023-08-11T17:23:49.520Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 105k [2023-08-11T17:23:49.613Z] ---> Running in 3757068e92c6 [Pipeline] sh [2023-08-11T17:23:49.872Z] Removing intermediate container 3757068e92c6 [2023-08-11T17:23:49.872Z] ---> bc8646eb65f5 [2023-08-11T17:23:49.872Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-08-11T17:23:49.872Z] ---> Running in 40be8087ee7c [2023-08-11T17:23:50.073Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-11T17:23:50.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-11T17:23:50.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-11T17:23:50.391Z] (1/86) Installing dumb-init (1.2.5-r2) [2023-08-11T17:23:50.391Z] (2/86) Installing sdl2 (2.26.5-r0) [2023-08-11T17:23:50.391Z] (3/86) Installing svt-av1-libs (1.3.0-r0) [2023-08-11T17:23:50.414Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-11T17:23:50.414Z] + sudo tee /etc/docker/daemon.new [2023-08-11T17:23:50.414Z] { [2023-08-11T17:23:50.414Z] "registry-mirrors": [ [2023-08-11T17:23:50.414Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-11T17:23:50.414Z] ], [2023-08-11T17:23:50.414Z] "bip": "10.250.0.254/24", [2023-08-11T17:23:50.414Z] "hosts": [ [2023-08-11T17:23:50.414Z] "tcp://0.0.0.0:5555", [2023-08-11T17:23:50.414Z] "unix:///var/run/docker.sock" [2023-08-11T17:23:50.414Z] ], [2023-08-11T17:23:50.414Z] "mtu": 1458, [2023-08-11T17:23:50.414Z] "selinux-enabled": true, [2023-08-11T17:23:50.414Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-11T17:23:50.414Z] } [Pipeline] sh [2023-08-11T17:23:50.650Z] (4/86) Installing libxau (1.0.10-r0) [2023-08-11T17:23:50.650Z] (5/86) Installing libmd (1.0.4-r0) [2023-08-11T17:23:50.650Z] (6/86) Installing libbsd (0.11.7-r0) [2023-08-11T17:23:50.650Z] (7/86) Installing libxdmcp (1.1.4-r0) [2023-08-11T17:23:50.650Z] (8/86) Installing libxcb (1.15-r0) [2023-08-11T17:23:50.650Z] (9/86) Installing libx11 (1.8.4-r1) [2023-08-11T17:23:50.650Z] (10/86) Installing aom-libs (3.5.0-r0) [2023-08-11T17:23:50.650Z] (11/86) Installing alsa-lib (1.2.8-r0) [2023-08-11T17:23:50.650Z] (12/86) Installing libexpat (2.5.0-r0) [2023-08-11T17:23:50.650Z] (13/86) Installing brotli-libs (1.0.9-r9) [2023-08-11T17:23:50.749Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-08-11T17:23:50.909Z] (14/86) Installing libbz2 (1.0.8-r4) [2023-08-11T17:23:50.909Z] (15/86) Installing libpng (1.6.39-r0) [2023-08-11T17:23:50.909Z] (16/86) Installing freetype (2.12.1-r0) [2023-08-11T17:23:50.909Z] (17/86) Installing fontconfig (2.14.1-r0) [2023-08-11T17:23:50.909Z] (18/86) Installing fribidi (1.0.12-r0) [2023-08-11T17:23:50.909Z] (19/86) Installing libffi (3.4.4-r0) [2023-08-11T17:23:50.909Z] (20/86) Installing libintl (0.21.1-r1) [2023-08-11T17:23:50.909Z] (21/86) Installing libblkid (2.38.1-r1) [2023-08-11T17:23:50.909Z] (22/86) Installing libmount (2.38.1-r1) [2023-08-11T17:23:50.909Z] (23/86) Installing pcre2 (10.42-r0) [2023-08-11T17:23:50.909Z] (24/86) Installing glib (2.74.7-r0) [2023-08-11T17:23:50.909Z] (25/86) Installing graphite2 (1.3.14-r2) [2023-08-11T17:23:50.909Z] (26/86) Installing harfbuzz (5.3.1-r1) [2023-08-11T17:23:50.909Z] (27/86) Installing libass (0.16.0-r1) [2023-08-11T17:23:50.909Z] (28/86) Installing libdav1d (1.0.0-r2) [2023-08-11T17:23:50.909Z] (29/86) Installing hwdata-pci (0.364-r0) [2023-08-11T17:23:50.909Z] (30/86) Installing libpciaccess (0.17-r0) [2023-08-11T17:23:50.909Z] (31/86) Installing libdrm (2.4.114-r0) [2023-08-11T17:23:50.909Z] (32/86) Installing gmp (6.2.1-r2) [2023-08-11T17:23:50.909Z] (33/86) Installing nettle (3.8.1-r0) [2023-08-11T17:23:50.909Z] (34/86) Installing p11-kit (0.24.1-r1) [2023-08-11T17:23:50.909Z] (35/86) Installing libtasn1 (4.19.0-r0) [2023-08-11T17:23:50.909Z] (36/86) Installing libunistring (1.1-r0) [2023-08-11T17:23:50.909Z] (37/86) Installing gnutls (3.7.8-r3) [2023-08-11T17:23:51.091Z] + sudo service docker restart [2023-08-11T17:23:51.170Z] (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r1) [2023-08-11T17:23:51.170Z] (39/86) Installing ncurses-libs (6.3_p20221119-r1) [2023-08-11T17:23:51.170Z] (40/86) Installing lame (3.100-r2) [2023-08-11T17:23:51.170Z] (41/86) Installing opus (1.3.1-r1) [2023-08-11T17:23:51.170Z] (42/86) Installing libasyncns (0.8-r1) [2023-08-11T17:23:51.170Z] (43/86) Installing dbus-libs (1.14.8-r0) [2023-08-11T17:23:51.170Z] (44/86) Installing libltdl (2.4.7-r1) [2023-08-11T17:23:51.170Z] (45/86) Installing orc (0.4.33-r0) [2023-08-11T17:23:51.170Z] (46/86) Installing libgcc (12.2.1_git20220924-r4) [2023-08-11T17:23:51.170Z] (47/86) Installing libogg (1.3.5-r2) [2023-08-11T17:23:51.170Z] (48/86) Installing libstdc++ (12.2.1_git20220924-r4) [2023-08-11T17:23:51.170Z] (49/86) Installing flac-libs (1.4.2-r0) [2023-08-11T17:23:51.170Z] (50/86) Installing libvorbis (1.3.7-r0) [2023-08-11T17:23:51.170Z] (51/86) Installing libsndfile (1.1.0-r2) [2023-08-11T17:23:51.170Z] (52/86) Installing libgomp (12.2.1_git20220924-r4) [2023-08-11T17:23:51.170Z] (53/86) Installing soxr (0.1.3-r3) [2023-08-11T17:23:51.170Z] (54/86) Installing speexdsp (1.2.1-r0) [2023-08-11T17:23:51.170Z] (55/86) Installing tdb-libs (1.4.6-r0) [2023-08-11T17:23:51.170Z] (56/86) Installing libpulse (16.1-r6) [2023-08-11T17:23:51.170Z] (57/86) Installing cjson (1.7.15-r3) [2023-08-11T17:23:51.170Z] (58/86) Installing mbedtls (2.28.4-r0) [2023-08-11T17:23:51.170Z] (59/86) Installing librist (0.2.7-r0) [2023-08-11T17:23:51.170Z] (60/86) Installing libsrt (1.5.1-r0) [2023-08-11T17:23:51.170Z] (61/86) Installing libssh (0.10.5-r0) [2023-08-11T17:23:51.170Z] (62/86) Installing libtheora (1.1.1-r16) [2023-08-11T17:23:51.430Z] (63/86) Installing libjpeg-turbo (2.1.4-r0) [2023-08-11T17:23:51.430Z] (64/86) Installing v4l-utils-libs (1.22.1-r2) [2023-08-11T17:23:51.430Z] (65/86) Installing libxext (1.3.5-r0) [2023-08-11T17:23:51.430Z] (66/86) Installing libxfixes (6.0.0-r0) [2023-08-11T17:23:51.430Z] (67/86) Installing wayland-libs-client (1.21.0-r1) [2023-08-11T17:23:51.430Z] (68/86) Installing libva (2.16.0-r0) [2023-08-11T17:23:51.430Z] (69/86) Installing libvdpau (1.5-r0) [2023-08-11T17:23:51.430Z] (70/86) Installing vidstab (1.1.0-r2) [2023-08-11T17:23:51.430Z] (71/86) Installing libvpx (1.12.0-r1) [2023-08-11T17:23:51.430Z] (72/86) Installing libwebp (1.2.4-r2) [2023-08-11T17:23:51.430Z] (73/86) Installing x264-libs (0.164_git20220602-r0) [2023-08-11T17:23:51.430Z] (74/86) Installing numactl (2.0.16-r1) [2023-08-11T17:23:51.430Z] (75/86) Installing x265-libs (3.5-r3) [2023-08-11T17:23:51.688Z] (76/86) Installing xvidcore (1.3.7-r1) [2023-08-11T17:23:51.688Z] (77/86) Installing libsodium (1.0.18-r2) [2023-08-11T17:23:51.688Z] (78/86) Installing libzmq (4.3.4-r1) [2023-08-11T17:23:51.688Z] (79/86) Installing ffmpeg-libs (5.1.3-r0) [2023-08-11T17:23:51.949Z] (80/86) Installing ffmpeg (5.1.3-r0) [2023-08-11T17:23:51.949Z] (81/86) Installing udev-init-scripts (35-r1) [2023-08-11T17:23:51.949Z] (82/86) Installing eudev-libs (3.2.11-r4) [2023-08-11T17:23:51.949Z] (83/86) Installing xz-libs (5.2.9-r0) [2023-08-11T17:23:51.949Z] (84/86) Installing zstd-libs (1.5.5-r0) [2023-08-11T17:23:51.949Z] (85/86) Installing kmod-libs (30-r1) [2023-08-11T17:23:51.949Z] (86/86) Installing eudev (3.2.11-r4) [2023-08-11T17:23:51.949Z] Executing busybox-1.35.0-r29.trigger [2023-08-11T17:23:51.949Z] Executing eudev-3.2.11-r4.trigger [2023-08-11T17:23:51.949Z] OK: 112 MiB in 101 packages [2023-08-11T17:23:54.480Z] Removing intermediate container 40be8087ee7c [2023-08-11T17:23:54.480Z] ---> 95dda2fcbceb [2023-08-11T17:23:54.480Z] Step 18/36 : WORKDIR / [2023-08-11T17:23:54.480Z] ---> Running in bcd361efdd78 [2023-08-11T17:23:54.480Z] Removing intermediate container bcd361efdd78 [2023-08-11T17:23:54.480Z] ---> 7709e9e17e0f [2023-08-11T17:23:54.480Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-08-11T17:23:55.048Z] ---> 81e7eee82458 [2023-08-11T17:23:55.048Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-08-11T17:23:55.307Z] ---> fec4b69b50f6 [2023-08-11T17:23:55.307Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-08-11T17:23:55.307Z] ---> 729e795da408 [2023-08-11T17:23:55.307Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-08-11T17:23:55.566Z] ---> e6ce1ae5e0f1 [2023-08-11T17:23:55.566Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-08-11T17:23:55.566Z] ---> 86c3bfa6001d [2023-08-11T17:23:55.566Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-08-11T17:23:55.566Z] ---> 1f04e951c2ef [2023-08-11T17:23:55.566Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-08-11T17:23:56.500Z] ---> 2d2240552585 [2023-08-11T17:23:56.500Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-08-11T17:23:56.500Z] ---> Running in c9deb2007d81 [2023-08-11T17:23:56.766Z] Removing intermediate container c9deb2007d81 [2023-08-11T17:23:56.766Z] ---> 1b95a024b0ca [2023-08-11T17:23:56.766Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-08-11T17:23:56.766Z] ---> Running in 1cdebad41096 [2023-08-11T17:23:57.333Z] Removing intermediate container 1cdebad41096 [2023-08-11T17:23:57.333Z] ---> c06529cc6782 [2023-08-11T17:23:57.333Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-08-11T17:23:57.333Z] ---> Running in e2afb62a0869 [2023-08-11T17:23:57.899Z] Removing intermediate container e2afb62a0869 [2023-08-11T17:23:57.900Z] ---> 70b99f7bbc86 [2023-08-11T17:23:57.900Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-08-11T17:23:57.900Z] ---> Running in 6014a94c3045 [2023-08-11T17:23:58.465Z] Removing intermediate container 6014a94c3045 [2023-08-11T17:23:58.465Z] ---> 0570222c8fda [2023-08-11T17:23:58.465Z] Step 30/36 : EXPOSE 59983 [2023-08-11T17:23:58.465Z] ---> Running in 1fd7873719b6 [2023-08-11T17:23:58.465Z] Removing intermediate container 1fd7873719b6 [2023-08-11T17:23:58.465Z] ---> f39cc7ecdae3 [2023-08-11T17:23:58.465Z] Step 31/36 : EXPOSE 8554 [2023-08-11T17:23:58.465Z] ---> Running in a9d5d6ce69bf [2023-08-11T17:23:58.465Z] Removing intermediate container a9d5d6ce69bf [2023-08-11T17:23:58.465Z] ---> d6d4c733383d [2023-08-11T17:23:58.465Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-08-11T17:23:58.465Z] ---> Running in 463ac1d8b6e5 [2023-08-11T17:23:58.724Z] Removing intermediate container 463ac1d8b6e5 [2023-08-11T17:23:58.724Z] ---> 27622cf2c6f1 [2023-08-11T17:23:58.724Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-08-11T17:23:58.724Z] ---> Running in 3d3d1edaf21c [2023-08-11T17:23:58.724Z] Removing intermediate container 3d3d1edaf21c [2023-08-11T17:23:58.724Z] ---> 4a9ee0ce9bd9 [2023-08-11T17:23:58.724Z] Step 34/36 : LABEL arch=amd64 [2023-08-11T17:23:58.724Z] ---> Running in 8b21cd4fa15f [2023-08-11T17:23:58.724Z] Removing intermediate container 8b21cd4fa15f [2023-08-11T17:23:58.724Z] ---> a69a10d44299 [2023-08-11T17:23:58.724Z] Step 35/36 : LABEL git_sha=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [2023-08-11T17:23:58.724Z] ---> Running in fbe1972d618b [2023-08-11T17:23:58.982Z] Removing intermediate container fbe1972d618b [2023-08-11T17:23:58.982Z] ---> 0900f90ad923 [2023-08-11T17:23:58.982Z] Step 36/36 : LABEL version=0.0.0 [2023-08-11T17:23:58.982Z] ---> Running in 6078992f7d67 [2023-08-11T17:23:58.982Z] Removing intermediate container 6078992f7d67 [2023-08-11T17:23:58.982Z] ---> 9e7610f37a3f [2023-08-11T17:23:58.982Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-11T17:23:58.982Z] Successfully built 9e7610f37a3f [2023-08-11T17:23:58.982Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:23:59.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T17:23:59.839Z] [2023-08-11T17:23:59.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:24:00.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T17:24:00.220Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-11T17:24:00.220Z] 5eb5b503b376: Pulling fs layer [2023-08-11T17:24:00.220Z] 5c69ac0246d0: Pulling fs layer [2023-08-11T17:24:00.220Z] ec43610c2a17: Pulling fs layer [2023-08-11T17:24:00.220Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-11T17:24:00.220Z] 33b1e0a273af: Pulling fs layer [2023-08-11T17:24:00.220Z] 5d3b04190fa2: Pulling fs layer [2023-08-11T17:24:00.220Z] 2f39f015ded8: Pulling fs layer [2023-08-11T17:24:00.220Z] 3a2ae6a8a46f: Waiting [2023-08-11T17:24:00.220Z] 33b1e0a273af: Waiting [2023-08-11T17:24:00.220Z] 5d3b04190fa2: Waiting [2023-08-11T17:24:00.220Z] 2f39f015ded8: Waiting [2023-08-11T17:24:00.220Z] 5c69ac0246d0: Download complete [2023-08-11T17:24:00.220Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-11T17:24:00.220Z] 3a2ae6a8a46f: Download complete [2023-08-11T17:24:00.220Z] 33b1e0a273af: Verifying Checksum [2023-08-11T17:24:00.220Z] 33b1e0a273af: Download complete [2023-08-11T17:24:00.220Z] 5d3b04190fa2: Download complete [2023-08-11T17:24:00.220Z] ec43610c2a17: Verifying Checksum [2023-08-11T17:24:00.220Z] ec43610c2a17: Download complete [2023-08-11T17:24:00.483Z] 5eb5b503b376: Download complete [2023-08-11T17:24:01.052Z] 2f39f015ded8: Verifying Checksum [2023-08-11T17:24:01.052Z] 2f39f015ded8: Download complete [2023-08-11T17:24:01.658Z] 5eb5b503b376: Pull complete [2023-08-11T17:24:01.658Z] 5c69ac0246d0: Pull complete [2023-08-11T17:24:01.916Z] ec43610c2a17: Pull complete [2023-08-11T17:24:02.175Z] 3a2ae6a8a46f: Pull complete [2023-08-11T17:24:02.175Z] 33b1e0a273af: Pull complete [2023-08-11T17:24:02.175Z] 5d3b04190fa2: Pull complete [2023-08-11T17:24:06.358Z] 2f39f015ded8: Pull complete [2023-08-11T17:24:06.358Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-11T17:24:06.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T17:24:06.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:24:06.582Z] prd-ubuntu20.04-docker-8c-8g-3352 does not seem to be running inside a container [2023-08-11T17:24:06.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-269 -v /w/workspace/foundry_device-usb-camera_PR-269:/w/workspace/foundry_device-usb-camera_PR-269:rw,z -v /w/workspace/foundry_device-usb-camera_PR-269@tmp:/w/workspace/foundry_device-usb-camera_PR-269@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-08-11T17:24:10.597Z] $ docker top 1586fd13f6f8773c11da3a7f68c117abd080db9036d181c87d7a7a9442dafc00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-08-11T17:24:10.844Z] provisioning config files... [2023-08-11T17:24:10.873Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config8230265866084624618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:24:11.082Z] ---> job-cost.sh [2023-08-11T17:24:11.082Z] lf-activate-venv: SKIPPING [2023-08-11T17:24:11.082Z] INFO: No Stack... [2023-08-11T17:24:11.256Z] ---> docker-login.sh [2023-08-11T17:24:11.256Z] nexus3.edgexfoundry.org:10001 [2023-08-11T17:24:11.341Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-11T17:24:11.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:24:11.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:24:11.801Z] Configure a credential helper to remove this warning. See [2023-08-11T17:24:11.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:24:11.801Z] [2023-08-11T17:24:11.801Z] Login Succeeded [2023-08-11T17:24:11.801Z] nexus3.edgexfoundry.org:10002 [2023-08-11T17:24:11.910Z] INFO: Archiving Costs [Pipeline] sh [2023-08-11T17:24:12.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:24:12.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:24:12.072Z] Configure a credential helper to remove this warning. See [2023-08-11T17:24:12.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:24:12.072Z] [2023-08-11T17:24:12.072Z] Login Succeeded [2023-08-11T17:24:12.072Z] nexus3.edgexfoundry.org:10003 [2023-08-11T17:24:12.225Z] + cat /w/workspace/foundry_device-usb-camera_PR-269/archives/cost.csv [2023-08-11T17:24:12.225Z] + cut -d, -f6 [Pipeline] lock [2023-08-11T17:24:12.266Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [2023-08-11T17:24:12.270Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] did not exist. Created. [2023-08-11T17:24:12.271Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [Pipeline] { [Pipeline] unstash [2023-08-11T17:24:12.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2023-08-11T17:24:12.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:24:12.619Z] Configure a credential helper to remove this warning. See [2023-08-11T17:24:12.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:24:12.619Z] [2023-08-11T17:24:12.619Z] Login Succeeded [2023-08-11T17:24:12.619Z] nexus3.edgexfoundry.org:10004 [2023-08-11T17:24:12.682Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-11T17:24:12.732Z] Stashed 1 file(s) [Pipeline] } [2023-08-11T17:24:12.761Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-11T17:24:12.849Z] $ docker stop --time=1 1586fd13f6f8773c11da3a7f68c117abd080db9036d181c87d7a7a9442dafc00 [2023-08-11T17:24:12.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:24:12.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:24:12.891Z] Configure a credential helper to remove this warning. See [2023-08-11T17:24:12.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:24:12.891Z] [2023-08-11T17:24:12.891Z] Login Succeeded [2023-08-11T17:24:12.891Z] docker.io [2023-08-11T17:24:14.007Z] $ docker rm -f --volumes 1586fd13f6f8773c11da3a7f68c117abd080db9036d181c87d7a7a9442dafc00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-11T17:24:16.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-11T17:24:16.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-11T17:24:16.509Z] Configure a credential helper to remove this warning. See [2023-08-11T17:24:16.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-11T17:24:16.509Z] [2023-08-11T17:24:16.509Z] Login Succeeded [2023-08-11T17:24:16.509Z] ---> docker-login.sh ends [Pipeline] } [2023-08-11T17:24:16.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-11T17:24:16.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T17:24:16.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-11T17:24:17.027Z] ========================================================= [2023-08-11T17:24:17.028Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-11T17:24:17.028Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:24:17.518Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-08-11T17:24:17.785Z] Sending build context to Docker daemon 1.378MB [2023-08-11T17:24:17.785Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-08-11T17:24:17.785Z] Step 2/13 : FROM ${BASE} AS builder [2023-08-11T17:24:18.059Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-11T17:24:18.059Z] edb6bdbacee9: Pulling fs layer [2023-08-11T17:24:18.059Z] 5f9638ab2659: Pulling fs layer [2023-08-11T17:24:18.059Z] 8d51d6327a98: Pulling fs layer [2023-08-11T17:24:18.059Z] 8b374f2dd631: Pulling fs layer [2023-08-11T17:24:18.059Z] ec14aa9079de: Pulling fs layer [2023-08-11T17:24:18.059Z] 2f466654f4bb: Pulling fs layer [2023-08-11T17:24:18.059Z] 554e91adad29: Pulling fs layer [2023-08-11T17:24:18.059Z] 8b374f2dd631: Waiting [2023-08-11T17:24:18.059Z] 2f466654f4bb: Waiting [2023-08-11T17:24:18.059Z] ec14aa9079de: Waiting [2023-08-11T17:24:18.059Z] 554e91adad29: Waiting [2023-08-11T17:24:18.059Z] 5f9638ab2659: Verifying Checksum [2023-08-11T17:24:18.059Z] 5f9638ab2659: Download complete [2023-08-11T17:24:18.059Z] 8b374f2dd631: Verifying Checksum [2023-08-11T17:24:18.059Z] 8b374f2dd631: Download complete [2023-08-11T17:24:18.059Z] ec14aa9079de: Verifying Checksum [2023-08-11T17:24:18.059Z] ec14aa9079de: Download complete [2023-08-11T17:24:18.059Z] edb6bdbacee9: Verifying Checksum [2023-08-11T17:24:18.059Z] edb6bdbacee9: Download complete [2023-08-11T17:24:19.029Z] edb6bdbacee9: Pull complete [2023-08-11T17:24:19.617Z] 554e91adad29: Verifying Checksum [2023-08-11T17:24:19.617Z] 554e91adad29: Download complete [2023-08-11T17:24:19.617Z] 5f9638ab2659: Pull complete [2023-08-11T17:24:20.580Z] 8d51d6327a98: Verifying Checksum [2023-08-11T17:24:20.580Z] 8d51d6327a98: Download complete [2023-08-11T17:24:20.580Z] 2f466654f4bb: Verifying Checksum [2023-08-11T17:24:20.580Z] 2f466654f4bb: Download complete [2023-08-11T17:24:32.919Z] 8d51d6327a98: Pull complete [2023-08-11T17:24:32.919Z] 8b374f2dd631: Pull complete [2023-08-11T17:24:32.919Z] ec14aa9079de: Pull complete [2023-08-11T17:24:39.591Z] 2f466654f4bb: Pull complete [2023-08-11T17:24:41.548Z] 554e91adad29: Pull complete [2023-08-11T17:24:41.548Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-11T17:24:41.548Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-11T17:24:41.548Z] ---> 1e15ea492957 [2023-08-11T17:24:41.548Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-08-11T17:24:42.510Z] ---> Running in 7d1e9a730fbb [2023-08-11T17:24:42.779Z] Removing intermediate container 7d1e9a730fbb [2023-08-11T17:24:42.779Z] ---> f252d2686ca0 [2023-08-11T17:24:42.779Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-11T17:24:43.047Z] ---> Running in 2a46e4d526bb [2023-08-11T17:24:43.319Z] Removing intermediate container 2a46e4d526bb [2023-08-11T17:24:43.319Z] ---> dfdd9a00561d [2023-08-11T17:24:43.319Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-11T17:24:43.319Z] ---> Running in 5afb40c398ee [2023-08-11T17:24:43.586Z] Removing intermediate container 5afb40c398ee [2023-08-11T17:24:43.586Z] ---> d80e4bf53494 [2023-08-11T17:24:43.586Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-11T17:24:43.586Z] ---> Running in cfc34aa67df7 [2023-08-11T17:24:43.854Z] Removing intermediate container cfc34aa67df7 [2023-08-11T17:24:43.854Z] ---> 24efdd8199d6 [2023-08-11T17:24:43.854Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-11T17:24:44.121Z] ---> Running in a33c700b8051 [2023-08-11T17:24:45.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T17:24:45.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T17:24:46.622Z] (1/14) Installing libintl (0.21.1-r1) [2023-08-11T17:24:46.622Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-08-11T17:24:46.622Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-08-11T17:24:46.622Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-08-11T17:24:46.622Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-08-11T17:24:46.622Z] (6/14) Installing udev-init-scripts (35-r1) [2023-08-11T17:24:46.622Z] (7/14) Installing libblkid (2.38.1-r1) [2023-08-11T17:24:46.622Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-08-11T17:24:46.622Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-08-11T17:24:46.622Z] (10/14) Installing kmod-libs (30-r1) [2023-08-11T17:24:46.622Z] (11/14) Installing eudev (3.2.11-r4) [2023-08-11T17:24:46.890Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-08-11T17:24:46.890Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-08-11T17:24:46.890Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-08-11T17:24:46.890Z] Executing busybox-1.35.0-r29.trigger [2023-08-11T17:24:46.890Z] Executing eudev-3.2.11-r4.trigger [2023-08-11T17:24:46.890Z] OK: 271 MiB in 67 packages [2023-08-11T17:24:48.298Z] Removing intermediate container a33c700b8051 [2023-08-11T17:24:48.298Z] ---> 1862be0a9921 [2023-08-11T17:24:48.298Z] Step 8/13 : WORKDIR /device-usb-camera [2023-08-11T17:24:48.298Z] ---> Running in 2eeaee9077fa [2023-08-11T17:24:48.298Z] Removing intermediate container 2eeaee9077fa [2023-08-11T17:24:48.298Z] ---> 204bed381983 [2023-08-11T17:24:48.298Z] Step 9/13 : COPY go.mod vendor* ./ [2023-08-11T17:24:48.886Z] ---> e3b9adc6147c [2023-08-11T17:24:48.886Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T17:24:48.886Z] ---> Running in fd236814090b [2023-08-11T17:25:56.777Z] Removing intermediate container fd236814090b [2023-08-11T17:25:56.777Z] ---> cfaf60c0218c [2023-08-11T17:25:56.777Z] Step 11/13 : COPY . . [2023-08-11T17:25:56.777Z] ---> 24e7d07a66e8 [2023-08-11T17:25:56.777Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-11T17:25:56.777Z] ---> Running in 48d9080f35c5 [2023-08-11T17:25:56.777Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:25:56.777Z]   Dload Upload Total Spent  Left Speed [2023-08-11T17:25:56.777Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4518 0 --:--:-- --:--:-- --:--:-- 4538 [2023-08-11T17:25:56.777Z] Removing intermediate container 48d9080f35c5 [2023-08-11T17:25:56.777Z] ---> aff8363c50f1 [2023-08-11T17:25:56.777Z] Step 13/13 : RUN ${MAKE} [2023-08-11T17:25:56.777Z] ---> Running in f797f353194e [2023-08-11T17:25:56.777Z] noop [2023-08-11T17:25:56.777Z] Removing intermediate container f797f353194e [2023-08-11T17:25:56.777Z] ---> 9c063bd8c6c1 [2023-08-11T17:25:56.777Z] Successfully built 9c063bd8c6c1 [2023-08-11T17:25:56.777Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:25:57.254Z] + docker inspect -f . ci-base-image-arm64 [2023-08-11T17:25:57.254Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:25:57.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-3353 does not seem to be running inside a container [2023-08-11T17:25:57.599Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-11T17:25:58.803Z] $ docker top 002d781e5b7f884caeedc4b69d7d94e1a2fcbd21c8c7d15addfa04aece02bac4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T17:25:59.670Z] + go version [2023-08-11T17:25:59.670Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-11T17:25:59.704Z] $ docker stop --time=1 002d781e5b7f884caeedc4b69d7d94e1a2fcbd21c8c7d15addfa04aece02bac4 [2023-08-11T17:26:01.306Z] $ docker rm -f --volumes 002d781e5b7f884caeedc4b69d7d94e1a2fcbd21c8c7d15addfa04aece02bac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:26:03.234Z] + docker inspect -f . ci-base-image-arm64 [2023-08-11T17:26:03.234Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:26:03.488Z] prd-ubuntu20.04-docker-arm64-4c-16g-3353 does not seem to be running inside a container [2023-08-11T17:26:03.553Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-08-11T17:26:04.666Z] $ docker top f02e2d189b2467c5b95fcb2c93c2feb3bae4c44c7679120f5d7121807c8eb145 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T17:26:05.217Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-08-11T17:26:05.640Z] + make test [2023-08-11T17:26:05.640Z] go test ./... -coverprofile=coverage.out ./... [2023-08-11T17:26:37.854Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-08-11T17:28:44.502Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-08-11T17:28:44.502Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.084s coverage: 3.2% of statements [2023-08-11T17:28:44.502Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-11T17:28:44.502Z] go vet ./... [2023-08-11T17:29:16.745Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-11T17:29:16.745Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-11T17:29:16.745Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-11T17:29:16.784Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-11T17:29:16.816Z] $ docker stop --time=1 f02e2d189b2467c5b95fcb2c93c2feb3bae4c44c7679120f5d7121807c8eb145 [2023-08-11T17:29:18.590Z] $ docker rm -f --volumes f02e2d189b2467c5b95fcb2c93c2feb3bae4c44c7679120f5d7121807c8eb145 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-11T17:29:19.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-11T17:29:19.782Z] Warning: overwriting stash ‘coverage-report’ [2023-08-11T17:29:20.261Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-11T17:29:20.852Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-11T17:29:21.190Z] + ls -al . [2023-08-11T17:29:21.190Z] total 204 [2023-08-11T17:29:21.190Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 11 17:26 . [2023-08-11T17:29:21.190Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 11 17:23 .. [2023-08-11T17:29:21.190Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 11 17:23 .git [2023-08-11T17:29:21.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:23 .github [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 11 17:23 .gitignore [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 45 Aug 11 17:23 .golangci.yml [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 11 17:23 .hadolint.yml [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 9783 Aug 11 17:23 Attribution.txt [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 11903 Aug 11 17:23 CHANGELOG.md [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 2453 Aug 11 17:23 Dockerfile [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 11 17:23 GOVERNANCE.md [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 11 17:23 Jenkinsfile [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 11 17:23 LICENSE [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 2364 Aug 11 17:23 Makefile [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 11 17:23 OWNERS.md [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 2575 Aug 11 17:23 README.md [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 11 17:21 VERSION [2023-08-11T17:29:21.190Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 11 17:23 bin [2023-08-11T17:29:21.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:23 cmd [2023-08-11T17:29:21.190Z] -rw-r--r-- 1 jenkins jenkins 47470 Aug 11 17:28 coverage.out [2023-08-11T17:29:21.190Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 11 17:23 docker-entrypoint.sh [2023-08-11T17:29:21.190Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 11 17:23 docs [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 3416 Aug 11 17:23 go.mod [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 31482 Aug 11 17:23 go.sum [2023-08-11T17:29:21.190Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 11 17:23 internal [2023-08-11T17:29:21.190Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 11 17:23 snap [2023-08-11T17:29:21.190Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 11 17:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:29:21.591Z] + 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=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 --label arch=arm64 --label version=0.0.0 . [2023-08-11T17:29:21.859Z] Sending build context to Docker daemon 1.426MB [2023-08-11T17:29:21.859Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-08-11T17:29:21.859Z] Step 2/36 : FROM ${BASE} AS builder [2023-08-11T17:29:21.859Z] ---> 9c063bd8c6c1 [2023-08-11T17:29:21.859Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-08-11T17:29:22.127Z] ---> Running in e4d498cc9ba6 [2023-08-11T17:29:22.394Z] Removing intermediate container e4d498cc9ba6 [2023-08-11T17:29:22.394Z] ---> 0975849af112 [2023-08-11T17:29:22.394Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-11T17:29:22.394Z] ---> Running in 69be3a2ba1f0 [2023-08-11T17:29:22.668Z] Removing intermediate container 69be3a2ba1f0 [2023-08-11T17:29:22.668Z] ---> 9a5a7fa75e9a [2023-08-11T17:29:22.668Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-11T17:29:22.939Z] ---> Running in 046540d29119 [2023-08-11T17:29:23.207Z] Removing intermediate container 046540d29119 [2023-08-11T17:29:23.208Z] ---> 9bf9276c30b9 [2023-08-11T17:29:23.208Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-11T17:29:23.208Z] ---> Running in 02b2401212ad [2023-08-11T17:29:23.475Z] Removing intermediate container 02b2401212ad [2023-08-11T17:29:23.475Z] ---> 93bab628fa8f [2023-08-11T17:29:23.475Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-11T17:29:23.475Z] ---> Running in f665db1054e3 [2023-08-11T17:29:24.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T17:29:25.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T17:29:25.978Z] OK: 271 MiB in 67 packages [2023-08-11T17:29:26.938Z] Removing intermediate container f665db1054e3 [2023-08-11T17:29:26.938Z] ---> 22b34af10329 [2023-08-11T17:29:26.938Z] Step 8/36 : WORKDIR /device-usb-camera [2023-08-11T17:29:26.938Z] ---> Running in fe57ac478dd9 [2023-08-11T17:29:27.205Z] Removing intermediate container fe57ac478dd9 [2023-08-11T17:29:27.205Z] ---> c37954d4f06a [2023-08-11T17:29:27.205Z] Step 9/36 : COPY go.mod vendor* ./ [2023-08-11T17:29:27.473Z] ---> f641a404d8b3 [2023-08-11T17:29:27.473Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-11T17:29:27.741Z] ---> Running in b28064954586 [2023-08-11T17:29:30.321Z] Removing intermediate container b28064954586 [2023-08-11T17:29:30.321Z] ---> 899323fc0fc8 [2023-08-11T17:29:30.321Z] Step 11/36 : COPY . . [2023-08-11T17:29:31.288Z] ---> 5a422a116227 [2023-08-11T17:29:31.288Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-11T17:29:31.288Z] ---> Running in 4487ad697b61 [2023-08-11T17:29:32.252Z]   % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:29:32.252Z] Dload Upload Total  Spent Left Speed [2023-08-11T17:29:32.519Z] 0 0 0  0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 3373 0 --:--:-- --:--:-- --:--:-- 3392 [2023-08-11T17:29:33.112Z] Removing intermediate container 4487ad697b61 [2023-08-11T17:29:33.112Z] ---> 079a8c5d90cd [2023-08-11T17:29:33.112Z] Step 13/36 : RUN ${MAKE} [2023-08-11T17:29:33.389Z] ---> Running in fcf26b846da6 [2023-08-11T17:29:34.352Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-08-11T17:31:56.027Z] Removing intermediate container fcf26b846da6 [2023-08-11T17:31:56.027Z] ---> 6a9050566089 [2023-08-11T17:31:56.027Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-08-11T17:31:56.027Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-08-11T17:31:56.027Z] 8766b47fe142: Pulling fs layer [2023-08-11T17:31:56.027Z] 8766b47fe142: Verifying Checksum [2023-08-11T17:31:56.027Z] 8766b47fe142: Download complete [2023-08-11T17:31:56.027Z] 8766b47fe142: Pull complete [2023-08-11T17:31:56.027Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-08-11T17:31:56.027Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-08-11T17:31:56.027Z] ---> 69d40e2cb93c [2023-08-11T17:31:56.027Z] Step 15/36 : FROM alpine:3.17 [2023-08-11T17:31:56.027Z] 3.17: Pulling from library/alpine [2023-08-11T17:31:56.027Z] 4060ece20d7a: Pulling fs layer [2023-08-11T17:31:56.027Z] 4060ece20d7a: Verifying Checksum [2023-08-11T17:31:56.027Z] 4060ece20d7a: Download complete [2023-08-11T17:31:56.609Z] 4060ece20d7a: Pull complete [2023-08-11T17:31:56.609Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-11T17:31:56.609Z] Status: Downloaded newer image for alpine:3.17 [2023-08-11T17:31:56.609Z] ---> 8650cd65339b [2023-08-11T17:31:56.609Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-08-11T17:31:56.609Z] ---> Running in 101b8b6128b2 [2023-08-11T17:31:56.878Z] Removing intermediate container 101b8b6128b2 [2023-08-11T17:31:56.878Z] ---> 8be88de29d1f [2023-08-11T17:31:56.878Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-08-11T17:31:56.878Z] ---> Running in a19e6c7daf0f [2023-08-11T17:31:57.838Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-11T17:31:58.418Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-11T17:31:59.377Z] (1/83) Installing dumb-init (1.2.5-r2) [2023-08-11T17:31:59.377Z] (2/83) Installing sdl2 (2.26.5-r0) [2023-08-11T17:31:59.377Z] (3/83) Installing libxau (1.0.10-r0) [2023-08-11T17:31:59.647Z] (4/83) Installing libmd (1.0.4-r0) [2023-08-11T17:31:59.647Z] (5/83) Installing libbsd (0.11.7-r0) [2023-08-11T17:31:59.647Z] (6/83) Installing libxdmcp (1.1.4-r0) [2023-08-11T17:31:59.647Z] (7/83) Installing libxcb (1.15-r0) [2023-08-11T17:31:59.647Z] (8/83) Installing libx11 (1.8.4-r1) [2023-08-11T17:31:59.647Z] (9/83) Installing aom-libs (3.5.0-r0) [2023-08-11T17:31:59.915Z] (10/83) Installing alsa-lib (1.2.8-r0) [2023-08-11T17:31:59.915Z] (11/83) Installing libexpat (2.5.0-r0) [2023-08-11T17:31:59.915Z] (12/83) Installing brotli-libs (1.0.9-r9) [2023-08-11T17:31:59.915Z] (13/83) Installing libbz2 (1.0.8-r4) [2023-08-11T17:31:59.915Z] (14/83) Installing libpng (1.6.39-r0) [2023-08-11T17:31:59.915Z] (15/83) Installing freetype (2.12.1-r0) [2023-08-11T17:31:59.915Z] (16/83) Installing fontconfig (2.14.1-r0) [2023-08-11T17:31:59.915Z] (17/83) Installing fribidi (1.0.12-r0) [2023-08-11T17:31:59.915Z] (18/83) Installing libffi (3.4.4-r0) [2023-08-11T17:32:00.183Z] (19/83) Installing libintl (0.21.1-r1) [2023-08-11T17:32:00.183Z] (20/83) Installing libblkid (2.38.1-r1) [2023-08-11T17:32:00.183Z] (21/83) Installing libmount (2.38.1-r1) [2023-08-11T17:32:00.183Z] (22/83) Installing pcre2 (10.42-r0) [2023-08-11T17:32:00.183Z] (23/83) Installing glib (2.74.7-r0) [2023-08-11T17:32:00.183Z] (24/83) Installing graphite2 (1.3.14-r2) [2023-08-11T17:32:00.183Z] (25/83) Installing harfbuzz (5.3.1-r1) [2023-08-11T17:32:00.183Z] (26/83) Installing libass (0.16.0-r1) [2023-08-11T17:32:00.183Z] (27/83) Installing libdav1d (1.0.0-r2) [2023-08-11T17:32:00.183Z] (28/83) Installing libdrm (2.4.114-r0) [2023-08-11T17:32:00.449Z] (29/83) Installing gmp (6.2.1-r2) [2023-08-11T17:32:00.449Z] (30/83) Installing nettle (3.8.1-r0) [2023-08-11T17:32:00.449Z] (31/83) Installing p11-kit (0.24.1-r1) [2023-08-11T17:32:00.449Z] (32/83) Installing libtasn1 (4.19.0-r0) [2023-08-11T17:32:00.449Z] (33/83) Installing libunistring (1.1-r0) [2023-08-11T17:32:00.449Z] (34/83) Installing gnutls (3.7.8-r3) [2023-08-11T17:32:00.449Z] (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r1) [2023-08-11T17:32:00.449Z] (36/83) Installing ncurses-libs (6.3_p20221119-r1) [2023-08-11T17:32:00.449Z] (37/83) Installing lame (3.100-r2) [2023-08-11T17:32:00.449Z] (38/83) Installing opus (1.3.1-r1) [2023-08-11T17:32:00.449Z] (39/83) Installing libasyncns (0.8-r1) [2023-08-11T17:32:00.449Z] (40/83) Installing dbus-libs (1.14.8-r0) [2023-08-11T17:32:00.716Z] (41/83) Installing libltdl (2.4.7-r1) [2023-08-11T17:32:00.716Z] (42/83) Installing orc (0.4.33-r0) [2023-08-11T17:32:00.716Z] (43/83) Installing libgcc (12.2.1_git20220924-r4) [2023-08-11T17:32:00.716Z] (44/83) Installing libogg (1.3.5-r2) [2023-08-11T17:32:00.716Z] (45/83) Installing libstdc++ (12.2.1_git20220924-r4) [2023-08-11T17:32:00.716Z] (46/83) Installing flac-libs (1.4.2-r0) [2023-08-11T17:32:00.716Z] (47/83) Installing libvorbis (1.3.7-r0) [2023-08-11T17:32:00.716Z] (48/83) Installing libsndfile (1.1.0-r2) [2023-08-11T17:32:00.716Z] (49/83) Installing libgomp (12.2.1_git20220924-r4) [2023-08-11T17:32:00.716Z] (50/83) Installing soxr (0.1.3-r3) [2023-08-11T17:32:00.716Z] (51/83) Installing speexdsp (1.2.1-r0) [2023-08-11T17:32:00.716Z] (52/83) Installing tdb-libs (1.4.6-r0) [2023-08-11T17:32:00.716Z] (53/83) Installing libpulse (16.1-r6) [2023-08-11T17:32:00.716Z] (54/83) Installing cjson (1.7.15-r3) [2023-08-11T17:32:00.716Z] (55/83) Installing mbedtls (2.28.4-r0) [2023-08-11T17:32:00.982Z] (56/83) Installing librist (0.2.7-r0) [2023-08-11T17:32:00.982Z] (57/83) Installing libsrt (1.5.1-r0) [2023-08-11T17:32:00.982Z] (58/83) Installing libssh (0.10.5-r0) [2023-08-11T17:32:00.982Z] (59/83) Installing libtheora (1.1.1-r16) [2023-08-11T17:32:00.982Z] (60/83) Installing libjpeg-turbo (2.1.4-r0) [2023-08-11T17:32:00.982Z] (61/83) Installing v4l-utils-libs (1.22.1-r2) [2023-08-11T17:32:00.982Z] (62/83) Installing libxext (1.3.5-r0) [2023-08-11T17:32:00.982Z] (63/83) Installing libxfixes (6.0.0-r0) [2023-08-11T17:32:00.982Z] (64/83) Installing wayland-libs-client (1.21.0-r1) [2023-08-11T17:32:00.982Z] (65/83) Installing libva (2.16.0-r0) [2023-08-11T17:32:00.982Z] (66/83) Installing libvdpau (1.5-r0) [2023-08-11T17:32:00.982Z] (67/83) Installing vidstab (1.1.0-r2) [2023-08-11T17:32:00.982Z] (68/83) Installing libvpx (1.12.0-r1) [2023-08-11T17:32:00.982Z] (69/83) Installing libwebp (1.2.4-r2) [2023-08-11T17:32:01.248Z] (70/83) Installing x264-libs (0.164_git20220602-r0) [2023-08-11T17:32:01.248Z] (71/83) Installing numactl (2.0.16-r1) [2023-08-11T17:32:01.248Z] (72/83) Installing x265-libs (3.5-r3) [2023-08-11T17:32:01.248Z] (73/83) Installing xvidcore (1.3.7-r1) [2023-08-11T17:32:01.248Z] (74/83) Installing libsodium (1.0.18-r2) [2023-08-11T17:32:01.248Z] (75/83) Installing libzmq (4.3.4-r1) [2023-08-11T17:32:01.248Z] (76/83) Installing ffmpeg-libs (5.1.3-r0) [2023-08-11T17:32:01.833Z] (77/83) Installing ffmpeg (5.1.3-r0) [2023-08-11T17:32:01.833Z] (78/83) Installing udev-init-scripts (35-r1) [2023-08-11T17:32:01.833Z] (79/83) Installing eudev-libs (3.2.11-r4) [2023-08-11T17:32:01.833Z] (80/83) Installing xz-libs (5.2.9-r0) [2023-08-11T17:32:01.833Z] (81/83) Installing zstd-libs (1.5.5-r0) [2023-08-11T17:32:01.833Z] (82/83) Installing kmod-libs (30-r1) [2023-08-11T17:32:01.833Z] (83/83) Installing eudev (3.2.11-r4) [2023-08-11T17:32:01.833Z] Executing busybox-1.35.0-r29.trigger [2023-08-11T17:32:01.833Z] Executing eudev-3.2.11-r4.trigger [2023-08-11T17:32:01.833Z] OK: 86 MiB in 98 packages [2023-08-11T17:32:06.198Z] Removing intermediate container a19e6c7daf0f [2023-08-11T17:32:06.198Z] ---> 71a97b3c59e0 [2023-08-11T17:32:06.198Z] Step 18/36 : WORKDIR / [2023-08-11T17:32:06.198Z] ---> Running in 622dae0d542f [2023-08-11T17:32:06.198Z] Removing intermediate container 622dae0d542f [2023-08-11T17:32:06.198Z] ---> 65d19f422057 [2023-08-11T17:32:06.198Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-08-11T17:32:07.651Z] ---> 6dfd98771b77 [2023-08-11T17:32:07.651Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-08-11T17:32:08.235Z] ---> 0255203a96d7 [2023-08-11T17:32:08.235Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-08-11T17:32:08.503Z] ---> b1e95e035063 [2023-08-11T17:32:08.503Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-08-11T17:32:09.091Z] ---> 59d064fea0fa [2023-08-11T17:32:09.091Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-08-11T17:32:09.672Z] ---> e88e3d074b20 [2023-08-11T17:32:09.672Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-08-11T17:32:10.259Z] ---> 42974839ac06 [2023-08-11T17:32:10.259Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-08-11T17:32:11.667Z] ---> 26315472b93a [2023-08-11T17:32:11.667Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-08-11T17:32:11.667Z] ---> Running in 3df40ecc9c0c [2023-08-11T17:32:13.077Z] Removing intermediate container 3df40ecc9c0c [2023-08-11T17:32:13.077Z] ---> bd2a6e5b8cbd [2023-08-11T17:32:13.077Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-08-11T17:32:13.077Z] ---> Running in 60bb30664553 [2023-08-11T17:32:14.484Z] Removing intermediate container 60bb30664553 [2023-08-11T17:32:14.484Z] ---> 1019ff679e82 [2023-08-11T17:32:14.484Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-08-11T17:32:14.755Z] ---> Running in ef6e6ff76226 [2023-08-11T17:32:16.186Z] Removing intermediate container ef6e6ff76226 [2023-08-11T17:32:16.187Z] ---> ba69afeec36e [2023-08-11T17:32:16.187Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-08-11T17:32:16.187Z] ---> Running in bc187ef478d2 [2023-08-11T17:32:18.771Z] Removing intermediate container bc187ef478d2 [2023-08-11T17:32:18.771Z] ---> a83f8e047b69 [2023-08-11T17:32:18.771Z] Step 30/36 : EXPOSE 59983 [2023-08-11T17:32:18.771Z] ---> Running in 7b564fef9671 [2023-08-11T17:32:19.039Z] Removing intermediate container 7b564fef9671 [2023-08-11T17:32:19.039Z] ---> c694e92af887 [2023-08-11T17:32:19.039Z] Step 31/36 : EXPOSE 8554 [2023-08-11T17:32:19.306Z] ---> Running in 8af513ca8f57 [2023-08-11T17:32:19.573Z] Removing intermediate container 8af513ca8f57 [2023-08-11T17:32:19.573Z] ---> ecb36f028d76 [2023-08-11T17:32:19.573Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-08-11T17:32:19.573Z] ---> Running in 9fa625a7b1b8 [2023-08-11T17:32:19.840Z] Removing intermediate container 9fa625a7b1b8 [2023-08-11T17:32:19.840Z] ---> 2daf10c51797 [2023-08-11T17:32:19.840Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-08-11T17:32:19.840Z] ---> Running in 8ac78330a458 [2023-08-11T17:32:20.107Z] Removing intermediate container 8ac78330a458 [2023-08-11T17:32:20.107Z] ---> e49c2b0bbdc7 [2023-08-11T17:32:20.107Z] Step 34/36 : LABEL arch=arm64 [2023-08-11T17:32:20.107Z] ---> Running in 4c42302e8914 [2023-08-11T17:32:20.374Z] Removing intermediate container 4c42302e8914 [2023-08-11T17:32:20.374Z] ---> 4e778e7b7198 [2023-08-11T17:32:20.374Z] Step 35/36 : LABEL git_sha=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [2023-08-11T17:32:20.374Z] ---> Running in 482fb9a114e9 [2023-08-11T17:32:20.644Z] Removing intermediate container 482fb9a114e9 [2023-08-11T17:32:20.644Z] ---> 4b656e150c62 [2023-08-11T17:32:20.644Z] Step 36/36 : LABEL version=0.0.0 [2023-08-11T17:32:20.912Z] ---> Running in fbc18ac83082 [2023-08-11T17:32:21.177Z] Removing intermediate container fbc18ac83082 [2023-08-11T17:32:21.177Z] ---> 49fa07e81c8d [2023-08-11T17:32:21.177Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-11T17:32:21.177Z] Successfully built 49fa07e81c8d [2023-08-11T17:32:21.177Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:32:22.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T17:32:22.044Z] [2023-08-11T17:32:22.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:32:22.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T17:32:22.445Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-11T17:32:22.445Z] 8998bd30e6a1: Pulling fs layer [2023-08-11T17:32:22.445Z] 04944245beec: Pulling fs layer [2023-08-11T17:32:22.445Z] 699f458cf7ca: Pulling fs layer [2023-08-11T17:32:22.445Z] 765212b225bb: Pulling fs layer [2023-08-11T17:32:22.445Z] f23df028b6ca: Pulling fs layer [2023-08-11T17:32:22.445Z] d65c8cfc05b1: Pulling fs layer [2023-08-11T17:32:22.445Z] 2437ff75d9bd: Pulling fs layer [2023-08-11T17:32:22.445Z] f23df028b6ca: Waiting [2023-08-11T17:32:22.445Z] d65c8cfc05b1: Waiting [2023-08-11T17:32:22.715Z] 04944245beec: Verifying Checksum [2023-08-11T17:32:22.715Z] 04944245beec: Download complete [2023-08-11T17:32:22.715Z] 765212b225bb: Verifying Checksum [2023-08-11T17:32:22.715Z] 765212b225bb: Download complete [2023-08-11T17:32:22.715Z] f23df028b6ca: Download complete [2023-08-11T17:32:22.715Z] d65c8cfc05b1: Verifying Checksum [2023-08-11T17:32:22.715Z] d65c8cfc05b1: Download complete [2023-08-11T17:32:22.715Z] 699f458cf7ca: Verifying Checksum [2023-08-11T17:32:22.715Z] 699f458cf7ca: Download complete [2023-08-11T17:32:23.298Z] 8998bd30e6a1: Verifying Checksum [2023-08-11T17:32:23.298Z] 8998bd30e6a1: Download complete [2023-08-11T17:32:25.239Z] 2437ff75d9bd: Verifying Checksum [2023-08-11T17:32:25.239Z] 2437ff75d9bd: Download complete [2023-08-11T17:32:27.178Z] 8998bd30e6a1: Pull complete [2023-08-11T17:32:27.444Z] 04944245beec: Pull complete [2023-08-11T17:32:28.862Z] 699f458cf7ca: Pull complete [2023-08-11T17:32:29.128Z] 765212b225bb: Pull complete [2023-08-11T17:32:31.696Z] f23df028b6ca: Pull complete [2023-08-11T17:32:31.696Z] d65c8cfc05b1: Pull complete [2023-08-11T17:32:46.680Z] 2437ff75d9bd: Pull complete [2023-08-11T17:32:46.680Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-11T17:32:46.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-11T17:32:46.680Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:32:47.029Z] prd-ubuntu20.04-docker-arm64-4c-16g-3353 does not seem to be running inside a container [2023-08-11T17:32:47.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-08-11T17:32:49.582Z] $ docker top 6dd77a0ecfe5257f3033b9c815a20a695a0942b29992f3170a2ece60dfa8e1c3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:32:50.156Z] ---> job-cost.sh [2023-08-11T17:32:50.420Z] lf-activate-venv: SKIPPING [2023-08-11T17:32:50.420Z] INFO: No Stack... [2023-08-11T17:32:50.686Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-11T17:32:51.638Z] INFO: Archiving Costs [Pipeline] sh [2023-08-11T17:32:52.000Z] + + catcut -d, -f6 /w/workspace/device-usb-camera/1/archives/cost.csv [2023-08-11T17:32:52.000Z] [Pipeline] lock [2023-08-11T17:32:52.346Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [2023-08-11T17:32:52.352Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] did not exist. Created. [2023-08-11T17:32:52.352Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-11T17:32:52.765Z] /w/workspace/device-usb-camera/1@tmp/durable-d3a133b8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-11T17:32:53.378Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-11T17:32:53.412Z] Warning: overwriting stash ‘stack-cost’ [2023-08-11T17:32:53.458Z] Stashed 1 file(s) [Pipeline] } [2023-08-11T17:32:53.473Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-269-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-11T17:32:53.550Z] $ docker stop --time=1 6dd77a0ecfe5257f3033b9c815a20a695a0942b29992f3170a2ece60dfa8e1c3 [2023-08-11T17:32:55.016Z] $ docker rm -f --volumes 6dd77a0ecfe5257f3033b9c815a20a695a0942b29992f3170a2ece60dfa8e1c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-08-11T17:32:56.052Z] provisioning config files... [2023-08-11T17:32:56.059Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-269@tmp/config4043826839709831200tmp [Pipeline] { [Pipeline] sh [2023-08-11T17:32:56.404Z] + set +x [2023-08-11T17:32:56.404Z] + curl -s https://codecov.io/bash [2023-08-11T17:32:56.404Z] + bash -s -- [2023-08-11T17:32:56.404Z] [2023-08-11T17:32:56.404Z] _____ _ [2023-08-11T17:32:56.404Z] / ____| | | [2023-08-11T17:32:56.404Z] | | ___ __| | ___ ___ _____ __ [2023-08-11T17:32:56.404Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-11T17:32:56.404Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-11T17:32:56.404Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-11T17:32:56.404Z] Bash-1.0.6 [2023-08-11T17:32:56.404Z] [2023-08-11T17:32:56.404Z] [2023-08-11T17:32:56.404Z] ==> git version 2.25.1 found [2023-08-11T17:32:56.404Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-08-11T17:32:56.404Z] Release-Date: 2020-01-08 [2023-08-11T17:32:56.404Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-11T17:32:56.404Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-11T17:32:56.404Z] ==> Jenkins CI detected. [2023-08-11T17:32:56.404Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-269 [2023-08-11T17:32:56.404Z] project root: . [2023-08-11T17:32:56.404Z] --> token set from env [2023-08-11T17:32:56.404Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-11T17:32:56.404Z] ==> Running gcov in . (disable via -X gcov) [2023-08-11T17:32:56.404Z] ==> Python coveragepy not found [2023-08-11T17:32:56.404Z] ==> Searching for coverage reports in: [2023-08-11T17:32:56.404Z] + . [2023-08-11T17:32:56.404Z] -> Found 1 reports [2023-08-11T17:32:56.404Z] ==> Detecting git/mercurial file structure [2023-08-11T17:32:56.404Z] ==> Reading reports [2023-08-11T17:32:56.404Z] + ./coverage.out bytes=47470 [2023-08-11T17:32:56.404Z] ==> Appending adjustments [2023-08-11T17:32:56.404Z] https://docs.codecov.io/docs/fixing-reports [2023-08-11T17:32:56.663Z] + Found adjustments [2023-08-11T17:32:56.663Z] ==> Gzipping contents [2023-08-11T17:32:56.663Z] 8.0K /tmp/codecov.PttmBH.gz [2023-08-11T17:32:56.663Z] ==> Uploading reports [2023-08-11T17:32:56.663Z] url: https://codecov.io [2023-08-11T17:32:56.663Z] query: branch=PR-269&commit=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-269%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=269&job=&cmd_args= [2023-08-11T17:32:56.663Z] -> Pinging Codecov [2023-08-11T17:32:56.663Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-269&commit=6c1de3c835b81f01fbc17c12f609a477c9f0b6c9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-269%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=269&job=&cmd_args= [2023-08-11T17:32:56.923Z] -> Uploading to [2023-08-11T17:32:56.923Z] https://storage.googleapis.com/codecov/v4/raw/2023-08-11/73D8F5FF140700D3E01443B452E23636/6c1de3c835b81f01fbc17c12f609a477c9f0b6c9/1888f2b8-33b4-4e40-a575-b998379e125b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230811%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230811T173256Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43ac02b77633bfa07069d32c797f2392bfb67cb2123e981a3404c7c26d87d9b8 [2023-08-11T17:32:56.923Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-11T17:32:56.923Z] Dload Upload Total Spent Left Speed [2023-08-11T17:32:56.923Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6167 0 0 100 6167 0 30082 --:--:-- --:--:-- --:--:-- 30082 [2023-08-11T17:32:56.923Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/6c1de3c835b81f01fbc17c12f609a477c9f0b6c9 [Pipeline] } [2023-08-11T17:32:56.950Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-08-11T17:32:58.682Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-269/archives ] [2023-08-11T17:32:58.683Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-269/archives [2023-08-11T17:32:58.683Z] total 16 [2023-08-11T17:32:58.683Z] drwxr-xr-x 3 root root 4096 Aug 11 17:24 . [2023-08-11T17:32:58.683Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 11 17:24 .. [2023-08-11T17:32:58.683Z] drwxr-xr-x 2 root root 4096 Aug 11 17:24 cost [2023-08-11T17:32:58.683Z] -rw-r--r-- 1 root root 89 Aug 11 17:24 cost.csv [2023-08-11T17:32:58.683Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-269/archives [2023-08-11T17:32:58.683Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-269/archives [2023-08-11T17:32:58.683Z] total 16 [2023-08-11T17:32:58.683Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 11 17:24 . [2023-08-11T17:32:58.683Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 11 17:24 .. [2023-08-11T17:32:58.683Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 11 17:24 cost [2023-08-11T17:32:58.683Z] -rw-r--r-- 1 jenkins jenkins 89 Aug 11 17:24 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:32:59.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:32:59.903Z] ---> package-listing.sh [2023-08-11T17:32:59.903Z] ++ facter osfamily [2023-08-11T17:32:59.903Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-11T17:33:00.162Z] + OS_FAMILY=debian [2023-08-11T17:33:00.162Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-269 [2023-08-11T17:33:00.162Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-11T17:33:00.162Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-11T17:33:00.162Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-11T17:33:00.162Z] + PACKAGES=/tmp/packages_start.txt [2023-08-11T17:33:00.162Z] + '[' /w/workspace/foundry_device-usb-camera_PR-269 ']' [2023-08-11T17:33:00.162Z] + PACKAGES=/tmp/packages_end.txt [2023-08-11T17:33:00.162Z] + case "${OS_FAMILY}" in [2023-08-11T17:33:00.162Z] + dpkg -l [2023-08-11T17:33:00.162Z] + grep '^ii' [2023-08-11T17:33:00.162Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-11T17:33:00.162Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-11T17:33:00.162Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-11T17:33:00.162Z] + '[' /w/workspace/foundry_device-usb-camera_PR-269 ']' [2023-08-11T17:33:00.162Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-269/archives/ [2023-08-11T17:33:00.162Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-269/archives/ [Pipeline] echo [2023-08-11T17:33:00.197Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-269/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-08-11T17:33:00.488Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-11T17:33:01.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-11T17:33:01.122Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-11T17:33:01.269Z] prd-ubuntu20.04-docker-8c-8g-3352 does not seem to be running inside a container [2023-08-11T17:33:01.313Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-269/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-269 -v /w/workspace/foundry_device-usb-camera_PR-269:/w/workspace/foundry_device-usb-camera_PR-269:rw,z -v /w/workspace/foundry_device-usb-camera_PR-269@tmp:/w/workspace/foundry_device-usb-camera_PR-269@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 [2023-08-11T17:33:01.512Z] $ docker top f4fec25c62a6a9a6b4ebbdd2810aa911defc4473f2a2e0b871a65e5445c7059a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-11T17:33:01.881Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-11T17:33:02.191Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-11T17:33:02.507Z] + ls /var/log/sa-host [2023-08-11T17:33:02.507Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-11T17:33:02.726Z] provisioning config files... [2023-08-11T17:33:02.735Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-269@tmp/config6749834985827970326tmp [Pipeline] { [Pipeline] echo [2023-08-11T17:33:02.783Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:33:03.100Z] ---> create-netrc.sh [Pipeline] } [2023-08-11T17:33:03.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:33:03.521Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-11T17:33:03.557Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:33:03.863Z] ---> sudo-logs.sh [2023-08-11T17:33:03.863Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-11T17:33:03.953Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:33:04.264Z] ---> job-cost.sh [2023-08-11T17:33:04.264Z] lf-activate-venv: SKIPPING [2023-08-11T17:33:04.264Z] DEBUG: total: 0.2199999988079071 [2023-08-11T17:33:04.264Z] INFO: Retrieving Stack Cost... [2023-08-11T17:33:04.524Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-11T17:33:05.091Z] INFO: Archiving Costs [Pipeline] echo [2023-08-11T17:33:05.125Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-11T17:33:05.438Z] ---> logs-deploy.sh [2023-08-11T17:33:05.438Z] lf-activate-venv: SKIPPING [2023-08-11T17:33:05.438Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-269/1 [2023-08-11T17:33:05.438Z] INFO: archiving workspace using pattern(s): [2023-08-11T17:33:06.372Z] Archives upload complete. [2023-08-11T17:33:06.372Z] INFO: archiving logs to Nexus