Pull request #247 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 7a1cf3250193716800d70f0cf90cebef309e38f0 rather than 7b8d677cb4a4851e2566e4e16181eae6a576a622 Obtained Jenkinsfile from 7a1cf3250193716800d70f0cf90cebef309e38f0 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-ssh5653254431986484039.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh17941545580730664953.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-247/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-247/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15020571666108516311.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-247/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14823446508044404238.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh8397321770106296506.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-247/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-247/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11124996398028272537.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-15454’ Running on prd-ubuntu20.04-docker-8c-8g-15457 in /w/workspace/foundry_device-usb-camera_PR-247 [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-247 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7a1cf3250193716800d70f0cf90cebef309e38f0 into PR head commit 7b8d677cb4a4851e2566e4e16181eae6a576a622 > 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/247/head:refs/remotes/origin/PR-247 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b8d677cb4a4851e2566e4e16181eae6a576a622 # timeout=10 Merge succeeded, producing 7b8d677cb4a4851e2566e4e16181eae6a576a622 Checking out Revision 7b8d677cb4a4851e2566e4e16181eae6a576a622 (PR-247) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7a1cf3250193716800d70f0cf90cebef309e38f0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b8d677cb4a4851e2566e4e16181eae6a576a622 # timeout=10 Commit message: "fix: add return on empty user/pass, and do not send superfluous 200 OK" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-15T21:06:41.152Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-15T21:06:41.339Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-15T21:06:41.449Z] ========================================================= [2023-05-15T21:06:41.449Z] EdgeX Global Pipelines Version Info [2023-05-15T21:06:41.449Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:06:42.216Z] ------------------- [2023-05-15T21:06:42.216Z] stable info: [2023-05-15T21:06:42.216Z] ------------------- [2023-05-15T21:06:42.216Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-15T21:06:42.216Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-15T21:06:42.216Z] Message: update stable to v1.0.249 [2023-05-15T21:06:42.787Z] ------------------- [2023-05-15T21:06:42.787Z] experimental info: [2023-05-15T21:06:42.787Z] ------------------- [2023-05-15T21:06:42.787Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-15T21:06:42.787Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-15T21:06:42.787Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-15T21:06:43.086Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-05-15T21:06:43.130Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-05-15T21:06:43.175Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-15T21:06:43.223Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-15T21:06:43.268Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-15T21:06:43.312Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-15T21:06:43.357Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-15T21:06:43.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-15T21:06:43.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-15T21:06:43.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-15T21:06:43.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-15T21:06:43.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-05-15T21:06:43.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-15T21:06:43.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-15T21:06:43.691Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-15T21:06:43.730Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-15T21:06:43.775Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-15T21:06:43.818Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-15T21:06:43.865Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-15T21:06:43.904Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-15T21:06:43.943Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-15T21:06:43.987Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-15T21:06:44.030Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-15T21:06:44.072Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-15T21:06:44.117Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-15T21:06:44.158Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-15T21:06:44.213Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-15T21:06:44.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-247 [Pipeline] echo [2023-05-15T21:06:44.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-247 [Pipeline] echo [2023-05-15T21:06:44.350Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-247 [Pipeline] echo [2023-05-15T21:06:44.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b8d677cb4a4851e2566e4e16181eae6a576a622 [Pipeline] echo [2023-05-15T21:06:44.430Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b8d677 [Pipeline] echo [2023-05-15T21:06:44.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-15T21:06:44.579Z] provisioning config files... [2023-05-15T21:06:44.598Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-247@tmp/config5848200952185693733tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:06:44.947Z] ---> docker-login.sh [2023-05-15T21:06:44.948Z] nexus3.edgexfoundry.org:10001 [2023-05-15T21:06:45.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:06:45.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:06:45.209Z] Configure a credential helper to remove this warning. See [2023-05-15T21:06:45.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:06:45.209Z] [2023-05-15T21:06:45.209Z] Login Succeeded [2023-05-15T21:06:45.209Z] nexus3.edgexfoundry.org:10002 [2023-05-15T21:06:45.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:06:45.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:06:45.209Z] Configure a credential helper to remove this warning. See [2023-05-15T21:06:45.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:06:45.209Z] [2023-05-15T21:06:45.209Z] Login Succeeded [2023-05-15T21:06:45.468Z] nexus3.edgexfoundry.org:10003 [2023-05-15T21:06:45.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:06:45.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:06:45.469Z] Configure a credential helper to remove this warning. See [2023-05-15T21:06:45.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:06:45.469Z] [2023-05-15T21:06:45.469Z] Login Succeeded [2023-05-15T21:06:45.469Z] nexus3.edgexfoundry.org:10004 [2023-05-15T21:06:45.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:06:45.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:06:45.469Z] Configure a credential helper to remove this warning. See [2023-05-15T21:06:45.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:06:45.469Z] [2023-05-15T21:06:45.469Z] Login Succeeded [2023-05-15T21:06:45.469Z] docker.io [2023-05-15T21:06:45.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:06:45.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:06:45.991Z] Configure a credential helper to remove this warning. See [2023-05-15T21:06:45.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:06:45.991Z] [2023-05-15T21:06:45.991Z] Login Succeeded [2023-05-15T21:06:45.991Z] ---> docker-login.sh ends [Pipeline] } [2023-05-15T21:06:46.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-15T21:06:46.665Z] + git rev-list -1 --merges 7b8d677cb4a4851e2566e4e16181eae6a576a622~1..7b8d677cb4a4851e2566e4e16181eae6a576a622 [Pipeline] echo [2023-05-15T21:06:46.724Z] -----------> git rev-list -1 --merges 7b8d677cb4a4851e2566e4e16181eae6a576a622~1..7b8d677cb4a4851e2566e4e16181eae6a576a622 7b8d677cb4a4851e2566e4e16181eae6a576a622 [false] [Pipeline] sh [2023-05-15T21:06:47.037Z] + git log --format=format:%s -1 7b8d677cb4a4851e2566e4e16181eae6a576a622 [Pipeline] echo [2023-05-15T21:06:47.072Z] ========================================================= [2023-05-15T21:06:47.072Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-15T21:06:47.072Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-15T21:06:47.530Z] + git log --format=format:%s -1 7b8d677cb4a4851e2566e4e16181eae6a576a622 [Pipeline] echo [2023-05-15T21:06:47.565Z] [semverPrep] GIT_COMMIT: 7b8d677cb4a4851e2566e4e16181eae6a576a622, Commit Message: fix: add return on empty user/pass, and do not send superfluous 200 OK [Pipeline] echo [2023-05-15T21:06:47.596Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-15T21:06:47.980Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-15T21:06:47.980Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-15T21:06:47.980Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-15T21:06:47.980Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-15T21:06:47.980Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-15T21:06:47.980Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-15T21:06:47.980Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:06:48.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-15T21:06:48.440Z] [2023-05-15T21:06:48.440Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:06:48.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-15T21:06:48.866Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-15T21:06:48.866Z] b85a868b505f: Pulling fs layer [2023-05-15T21:06:48.866Z] e2be974225ed: Pulling fs layer [2023-05-15T21:06:48.866Z] 339a4e72a1f5: Pulling fs layer [2023-05-15T21:06:48.866Z] 988bab9f4d93: Pulling fs layer [2023-05-15T21:06:48.866Z] 1469e6f7b9e6: Pulling fs layer [2023-05-15T21:06:48.866Z] eaf3925da568: Pulling fs layer [2023-05-15T21:06:48.866Z] bab4dde63d76: Pulling fs layer [2023-05-15T21:06:48.866Z] bde34c3a00c8: Pulling fs layer [2023-05-15T21:06:48.866Z] b352a97aabf1: Pulling fs layer [2023-05-15T21:06:48.866Z] 4872d77fe225: Pulling fs layer [2023-05-15T21:06:48.866Z] 5851b861e8e6: Pulling fs layer [2023-05-15T21:06:48.866Z] bab4dde63d76: Waiting [2023-05-15T21:06:48.866Z] bde34c3a00c8: Waiting [2023-05-15T21:06:48.866Z] b352a97aabf1: Waiting [2023-05-15T21:06:48.866Z] 4872d77fe225: Waiting [2023-05-15T21:06:48.866Z] 1469e6f7b9e6: Waiting [2023-05-15T21:06:48.866Z] 5851b861e8e6: Waiting [2023-05-15T21:06:48.866Z] eaf3925da568: Waiting [2023-05-15T21:06:48.866Z] 988bab9f4d93: Waiting [2023-05-15T21:06:48.866Z] e2be974225ed: Verifying Checksum [2023-05-15T21:06:48.866Z] e2be974225ed: Download complete [2023-05-15T21:06:48.866Z] 988bab9f4d93: Verifying Checksum [2023-05-15T21:06:48.866Z] 988bab9f4d93: Download complete [2023-05-15T21:06:48.866Z] 1469e6f7b9e6: Verifying Checksum [2023-05-15T21:06:48.866Z] eaf3925da568: Verifying Checksum [2023-05-15T21:06:48.866Z] eaf3925da568: Download complete [2023-05-15T21:06:48.866Z] 339a4e72a1f5: Verifying Checksum [2023-05-15T21:06:48.866Z] 339a4e72a1f5: Download complete [2023-05-15T21:06:48.866Z] bde34c3a00c8: Verifying Checksum [2023-05-15T21:06:48.866Z] bde34c3a00c8: Download complete [2023-05-15T21:06:49.145Z] b352a97aabf1: Download complete [2023-05-15T21:06:49.145Z] 4872d77fe225: Download complete [2023-05-15T21:06:49.145Z] 5851b861e8e6: Verifying Checksum [2023-05-15T21:06:49.145Z] 5851b861e8e6: Download complete [2023-05-15T21:06:49.145Z] b85a868b505f: Verifying Checksum [2023-05-15T21:06:49.145Z] b85a868b505f: Download complete [2023-05-15T21:06:49.404Z] bab4dde63d76: Verifying Checksum [2023-05-15T21:06:49.404Z] bab4dde63d76: Download complete [2023-05-15T21:06:50.351Z] b85a868b505f: Pull complete [2023-05-15T21:06:50.351Z] e2be974225ed: Pull complete [2023-05-15T21:06:50.621Z] 339a4e72a1f5: Pull complete [2023-05-15T21:06:50.881Z] 988bab9f4d93: Pull complete [2023-05-15T21:06:51.143Z] 1469e6f7b9e6: Pull complete [2023-05-15T21:06:51.143Z] eaf3925da568: Pull complete [2023-05-15T21:06:53.050Z] bab4dde63d76: Pull complete [2023-05-15T21:06:53.051Z] bde34c3a00c8: Pull complete [2023-05-15T21:06:53.051Z] b352a97aabf1: Pull complete [2023-05-15T21:06:53.051Z] 4872d77fe225: Pull complete [2023-05-15T21:06:53.051Z] 5851b861e8e6: Pull complete [2023-05-15T21:06:53.051Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-15T21:06:53.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-15T21:06:53.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:06:53.288Z] prd-ubuntu20.04-docker-8c-8g-15457 does not seem to be running inside a container [2023-05-15T21:06:53.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-247 -v /w/workspace/foundry_device-usb-camera_PR-247:/w/workspace/foundry_device-usb-camera_PR-247:rw,z -v /w/workspace/foundry_device-usb-camera_PR-247@tmp:/w/workspace/foundry_device-usb-camera_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-15T21:06:54.484Z] $ docker top 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 -eo pid,comm [2023-05-15T21:06:54.532Z] 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-05-15T21:06:54.532Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-15T21:06:54.661Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-15T21:06:54.661Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-15T21:06:54.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-15T21:06:54.783Z] $ docker exec 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 ssh-agent [2023-05-15T21:06:54.878Z] SSH_AUTH_SOCK=/tmp/ssh-4ZLP4PojpGgn/agent.33 [2023-05-15T21:06:54.878Z] SSH_AGENT_PID=39 [2023-05-15T21:06:54.885Z] Running ssh-add (command line suppressed) [2023-05-15T21:06:54.975Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-247@tmp/private_key_8685838761497452490.key (/w/workspace/foundry_device-usb-camera_PR-247@tmp/private_key_8685838761497452490.key) [2023-05-15T21:06:54.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-15T21:06:55.392Z] + git tag --points-at HEAD [Pipeline] } [2023-05-15T21:06:55.420Z] $ docker exec --env ******** --env ******** 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 ssh-agent -k [2023-05-15T21:06:55.516Z] unset SSH_AUTH_SOCK; [2023-05-15T21:06:55.517Z] unset SSH_AGENT_PID; [2023-05-15T21:06:55.517Z] echo Agent pid 39 killed; [2023-05-15T21:06:55.526Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-15T21:06:55.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-15T21:06:55.609Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-15T21:06:55.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-15T21:06:55.727Z] $ docker exec 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 ssh-agent [2023-05-15T21:06:55.826Z] SSH_AUTH_SOCK=/tmp/ssh-6yevWr33to3P/agent.72 [2023-05-15T21:06:55.826Z] SSH_AGENT_PID=79 [2023-05-15T21:06:55.832Z] Running ssh-add (command line suppressed) [2023-05-15T21:06:55.947Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-247@tmp/private_key_11001563722225432073.key (/w/workspace/foundry_device-usb-camera_PR-247@tmp/private_key_11001563722225432073.key) [2023-05-15T21:06:55.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-15T21:06:56.284Z] + git semver init [2023-05-15T21:06:56.543Z] 2023-05-15 21:06:56,459 [run_init] DEBUG init version:0.0.0 force:False [2023-05-15T21:06:56.543Z] 2023-05-15 21:06:56,459 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-247/.semver [2023-05-15T21:06:56.543Z] 2023-05-15 21:06:56,460 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-247/.semver [2023-05-15T21:06:56.543Z] 2023-05-15 21:06:56,460 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-247/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-247, universal_newlines=False, shell=None, istream=None) [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,145 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-247/.git/info/exclude [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,145 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-247/.semver/PR-247 with force:False [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,145 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-247/.semver/PR-247 [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,150 [execute] INFO git cat-file --batch-check [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,150 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-247/.semver, universal_newlines=False, shell=None, istream=) [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,156 [execute] INFO git cat-file --batch [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,156 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-247/.semver, universal_newlines=False, shell=None, istream=) [2023-05-15T21:06:57.485Z] 2023-05-15 21:06:57,161 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-247/.semver/PR-247 [2023-05-15T21:06:57.485Z] 0.0.0 [Pipeline] } [2023-05-15T21:06:57.511Z] $ docker exec --env ******** --env ******** 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 ssh-agent -k [2023-05-15T21:06:57.595Z] unset SSH_AUTH_SOCK; [2023-05-15T21:06:57.595Z] unset SSH_AGENT_PID; [2023-05-15T21:06:57.595Z] echo Agent pid 79 killed; [2023-05-15T21:06:57.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-15T21:06:58.034Z] + git semver [Pipeline] } [2023-05-15T21:06:58.318Z] $ docker stop --time=1 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 [2023-05-15T21:06:59.644Z] $ docker rm -f --volumes 034e41a479b1e9fe6428a9c37eaa65d95360a37f13e82366f02088e20ced2e49 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-15T21:07:00.044Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-15T21:07:00.314Z] Stashed 1 file(s) [Pipeline] echo [2023-05-15T21:07:00.331Z] [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-05-15T21:07:00.990Z] provisioning config files... [2023-05-15T21:07:01.001Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-247@tmp/config12283980067312201908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:07:01.355Z] ---> docker-login.sh [2023-05-15T21:07:01.355Z] nexus3.edgexfoundry.org:10001 [2023-05-15T21:07:01.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:07:01.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:07:01.355Z] Configure a credential helper to remove this warning. See [2023-05-15T21:07:01.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:07:01.355Z] [2023-05-15T21:07:01.355Z] Login Succeeded [2023-05-15T21:07:01.355Z] nexus3.edgexfoundry.org:10002 [2023-05-15T21:07:01.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:07:01.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:07:01.355Z] Configure a credential helper to remove this warning. See [2023-05-15T21:07:01.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:07:01.355Z] [2023-05-15T21:07:01.355Z] Login Succeeded [2023-05-15T21:07:01.355Z] nexus3.edgexfoundry.org:10003 [2023-05-15T21:07:01.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:07:01.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:07:01.614Z] Configure a credential helper to remove this warning. See [2023-05-15T21:07:01.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:07:01.614Z] [2023-05-15T21:07:01.614Z] Login Succeeded [2023-05-15T21:07:01.614Z] nexus3.edgexfoundry.org:10004 [2023-05-15T21:07:01.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:07:01.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:07:01.614Z] Configure a credential helper to remove this warning. See [2023-05-15T21:07:01.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:07:01.614Z] [2023-05-15T21:07:01.614Z] Login Succeeded [2023-05-15T21:07:01.614Z] docker.io [2023-05-15T21:07:01.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:07:01.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:07:01.876Z] Configure a credential helper to remove this warning. See [2023-05-15T21:07:01.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:07:01.876Z] [2023-05-15T21:07:01.876Z] Login Succeeded [2023-05-15T21:07:01.876Z] ---> docker-login.sh ends [Pipeline] } [2023-05-15T21:07:01.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-15T21:07:02.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-15T21:07:02.177Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-15T21:07:02.214Z] ========================================================= [2023-05-15T21:07:02.214Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-15T21:07:02.214Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:07:02.691Z] + 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-05-15T21:07:02.691Z] Sending build context to Docker daemon 1.862MB [2023-05-15T21:07:02.691Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-15T21:07:02.691Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-15T21:07:02.691Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-15T21:07:02.691Z] f56be85fc22e: Pulling fs layer [2023-05-15T21:07:02.691Z] 85791d961cd3: Pulling fs layer [2023-05-15T21:07:02.691Z] d694b5ae8c79: Pulling fs layer [2023-05-15T21:07:02.691Z] 9f32a84ed3da: Pulling fs layer [2023-05-15T21:07:02.691Z] 4d19c01a9841: Pulling fs layer [2023-05-15T21:07:02.691Z] 9325e15d5711: Pulling fs layer [2023-05-15T21:07:02.691Z] 556b6ee489ea: Pulling fs layer [2023-05-15T21:07:02.691Z] c5a4b2cf53e6: Pulling fs layer [2023-05-15T21:07:02.691Z] 4d19c01a9841: Waiting [2023-05-15T21:07:02.691Z] 9325e15d5711: Waiting [2023-05-15T21:07:02.691Z] 9f32a84ed3da: Waiting [2023-05-15T21:07:02.691Z] c5a4b2cf53e6: Waiting [2023-05-15T21:07:02.691Z] 556b6ee489ea: Waiting [2023-05-15T21:07:02.691Z] 85791d961cd3: Verifying Checksum [2023-05-15T21:07:02.691Z] 85791d961cd3: Download complete [2023-05-15T21:07:02.691Z] 9f32a84ed3da: Verifying Checksum [2023-05-15T21:07:02.691Z] 9f32a84ed3da: Download complete [2023-05-15T21:07:02.691Z] 4d19c01a9841: Verifying Checksum [2023-05-15T21:07:02.691Z] 4d19c01a9841: Download complete [2023-05-15T21:07:02.691Z] f56be85fc22e: Verifying Checksum [2023-05-15T21:07:02.691Z] f56be85fc22e: Download complete [2023-05-15T21:07:02.952Z] 9325e15d5711: Verifying Checksum [2023-05-15T21:07:02.952Z] 9325e15d5711: Download complete [2023-05-15T21:07:02.952Z] f56be85fc22e: Pull complete [2023-05-15T21:07:03.213Z] 85791d961cd3: Pull complete [2023-05-15T21:07:03.213Z] c5a4b2cf53e6: Verifying Checksum [2023-05-15T21:07:03.473Z] d694b5ae8c79: Verifying Checksum [2023-05-15T21:07:03.473Z] d694b5ae8c79: Download complete [2023-05-15T21:07:03.473Z] 556b6ee489ea: Verifying Checksum [2023-05-15T21:07:03.473Z] 556b6ee489ea: Download complete [2023-05-15T21:07:06.753Z] d694b5ae8c79: Pull complete [2023-05-15T21:07:06.753Z] 9f32a84ed3da: Pull complete [2023-05-15T21:07:06.753Z] 4d19c01a9841: Pull complete [2023-05-15T21:07:06.753Z] 9325e15d5711: Pull complete [2023-05-15T21:07:09.284Z] 556b6ee489ea: Pull complete [2023-05-15T21:07:09.850Z] c5a4b2cf53e6: Pull complete [2023-05-15T21:07:09.850Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-15T21:07:09.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-15T21:07:09.850Z] ---> c4be618373d6 [2023-05-15T21:07:09.850Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-15T21:07:11.228Z] ---> Running in 76d9fd2dfc6d [2023-05-15T21:07:11.488Z] Removing intermediate container 76d9fd2dfc6d [2023-05-15T21:07:11.488Z] ---> ba38ce3556cb [2023-05-15T21:07:11.488Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-15T21:07:11.488Z] ---> Running in a29fbf0405e6 [2023-05-15T21:07:11.488Z] Removing intermediate container a29fbf0405e6 [2023-05-15T21:07:11.488Z] ---> f8a7421ec58b [2023-05-15T21:07:11.488Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-05-15T21:07:11.488Z] ---> Running in d3739a8d04d2 [2023-05-15T21:07:11.760Z] Removing intermediate container d3739a8d04d2 [2023-05-15T21:07:11.760Z] ---> c388fd3ca6e5 [2023-05-15T21:07:11.760Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-05-15T21:07:11.760Z] ---> Running in 8ddc9b5dbb79 [2023-05-15T21:07:11.760Z] Removing intermediate container 8ddc9b5dbb79 [2023-05-15T21:07:11.760Z] ---> 629823b2a156 [2023-05-15T21:07:11.760Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-15T21:07:12.035Z] ---> Running in 7518059fd8da [2023-05-15T21:07:12.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-15T21:07:12.295Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-15T21:07:12.554Z] (1/14) Installing libintl (0.21.1-r1) [2023-05-15T21:07:12.554Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-05-15T21:07:12.554Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-05-15T21:07:12.554Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-05-15T21:07:12.554Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-05-15T21:07:12.554Z] (6/14) Installing udev-init-scripts (35-r1) [2023-05-15T21:07:12.554Z] (7/14) Installing libblkid (2.38.1-r1) [2023-05-15T21:07:12.554Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-05-15T21:07:12.554Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-05-15T21:07:12.554Z] (10/14) Installing kmod-libs (30-r1) [2023-05-15T21:07:12.554Z] (11/14) Installing eudev (3.2.11-r4) [2023-05-15T21:07:12.813Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-05-15T21:07:12.813Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-05-15T21:07:12.813Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-05-15T21:07:12.813Z] Executing busybox-1.35.0-r29.trigger [2023-05-15T21:07:12.813Z] Executing eudev-3.2.11-r4.trigger [2023-05-15T21:07:12.813Z] OK: 272 MiB in 67 packages [2023-05-15T21:07:13.382Z] Removing intermediate container 7518059fd8da [2023-05-15T21:07:13.382Z] ---> 50ba9731a84d [2023-05-15T21:07:13.382Z] Step 8/13 : WORKDIR /device-usb-camera [2023-05-15T21:07:13.382Z] ---> Running in 75a31858d36c [2023-05-15T21:07:13.382Z] Removing intermediate container 75a31858d36c [2023-05-15T21:07:13.382Z] ---> 63abae342863 [2023-05-15T21:07:13.382Z] Step 9/13 : COPY go.mod vendor* ./ [2023-05-15T21:07:13.382Z] ---> 34ec696c7635 [2023-05-15T21:07:13.382Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-15T21:07:13.642Z] ---> Running in d9ceaac8afea [2023-05-15T21:07:15.802Z] Still waiting to schedule task [2023-05-15T21:07:15.803Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-15455’ [2023-05-15T21:07:45.743Z] Removing intermediate container d9ceaac8afea [2023-05-15T21:07:45.743Z] ---> 4a204265ffb1 [2023-05-15T21:07:45.743Z] Step 11/13 : COPY . . [2023-05-15T21:07:45.743Z] ---> 7681f73cd050 [2023-05-15T21:07:45.743Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-05-15T21:07:45.743Z] ---> Running in e459e857213c [2023-05-15T21:07:45.743Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:07:45.743Z] Dload Upload Total Spent Left Speed [2023-05-15T21:07:45.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7355 0 --:--:-- --:--:-- --:--:-- 7375 [2023-05-15T21:07:45.743Z] Removing intermediate container e459e857213c [2023-05-15T21:07:45.743Z] ---> 66a811b94246 [2023-05-15T21:07:45.743Z] Step 13/13 : RUN ${MAKE} [2023-05-15T21:07:45.743Z] ---> Running in f0b701c8fb1f [2023-05-15T21:07:45.743Z] noop [2023-05-15T21:07:45.743Z] Removing intermediate container f0b701c8fb1f [2023-05-15T21:07:45.743Z] ---> bc3d98dfe94c [2023-05-15T21:07:45.743Z] Successfully built bc3d98dfe94c [2023-05-15T21:07:45.743Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:07:46.188Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-15T21:07:46.188Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:07:46.391Z] prd-ubuntu20.04-docker-8c-8g-15457 does not seem to be running inside a container [2023-05-15T21:07:46.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-247 -v /w/workspace/foundry_device-usb-camera_PR-247:/w/workspace/foundry_device-usb-camera_PR-247:rw,z -v /w/workspace/foundry_device-usb-camera_PR-247@tmp:/w/workspace/foundry_device-usb-camera_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-15T21:07:46.763Z] $ docker top b0b05436e8775d31c01cd8c2bf265f2ac61332e6c48fa2d727dbb3f0c15d7aec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-15T21:07:47.150Z] + go version [2023-05-15T21:07:47.150Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-15T21:07:47.185Z] $ docker stop --time=1 b0b05436e8775d31c01cd8c2bf265f2ac61332e6c48fa2d727dbb3f0c15d7aec [2023-05-15T21:07:48.466Z] $ docker rm -f --volumes b0b05436e8775d31c01cd8c2bf265f2ac61332e6c48fa2d727dbb3f0c15d7aec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:07:49.206Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-15T21:07:49.206Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:07:49.364Z] prd-ubuntu20.04-docker-8c-8g-15457 does not seem to be running inside a container [2023-05-15T21:07:49.393Z] $ 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-247 -v /w/workspace/foundry_device-usb-camera_PR-247:/w/workspace/foundry_device-usb-camera_PR-247:rw,z -v /w/workspace/foundry_device-usb-camera_PR-247@tmp:/w/workspace/foundry_device-usb-camera_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-15T21:07:49.724Z] $ docker top bfede208ed71a361a9523bc540d3f8a9eab31286adb6fac3bf948a542cd185d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-15T21:07:50.112Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-247 [Pipeline] fileExists [Pipeline] sh [2023-05-15T21:07:50.469Z] + make test [2023-05-15T21:07:50.469Z] go test ./... -coverprofile=coverage.out ./... [2023-05-15T21:07:54.656Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-05-15T21:08:04.627Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-05-15T21:08:04.627Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.8% of statements [2023-05-15T21:08:09.888Z] go vet ./... [2023-05-15T21:08:13.171Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-15T21:08:13.431Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-15T21:08:13.431Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-15T21:08:13.471Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-15T21:08:13.504Z] $ docker stop --time=1 bfede208ed71a361a9523bc540d3f8a9eab31286adb6fac3bf948a542cd185d6 [2023-05-15T21:08:15.930Z] $ docker rm -f --volumes bfede208ed71a361a9523bc540d3f8a9eab31286adb6fac3bf948a542cd185d6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-15T21:08:16.486Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-15T21:08:16.556Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-15T21:08:17.188Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-15T21:08:17.504Z] + ls -al . [2023-05-15T21:08:17.504Z] total 188 [2023-05-15T21:08:17.504Z] drwxrwxr-x 10 jenkins jenkins 4096 May 15 21:07 . [2023-05-15T21:08:17.504Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 21:06 .. [2023-05-15T21:08:17.504Z] drwxrwxr-x 8 jenkins jenkins 4096 May 15 21:06 .git [2023-05-15T21:08:17.504Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:06 .github [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 414 May 15 21:06 .gitignore [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 42 May 15 21:06 .golangci.yml [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 77 May 15 21:06 .hadolint.yml [2023-05-15T21:08:17.504Z] drwxr-xr-x 3 jenkins jenkins 4096 May 15 21:06 .semver [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 9665 May 15 21:06 Attribution.txt [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 6219 May 15 21:06 CHANGELOG.md [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 2453 May 15 21:06 Dockerfile [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 678 May 15 21:06 GOVERNANCE.md [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 659 May 15 21:06 Jenkinsfile [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 15 21:06 LICENSE [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 2364 May 15 21:06 Makefile [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 622 May 15 21:06 OWNERS.md [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 2477 May 15 21:06 README.md [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 5 May 15 21:07 VERSION [2023-05-15T21:08:17.504Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 21:06 bin [2023-05-15T21:08:17.504Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:06 cmd [2023-05-15T21:08:17.504Z] -rw-r--r-- 1 jenkins jenkins 31522 May 15 21:08 coverage.out [2023-05-15T21:08:17.504Z] -rwxrwxr-x 1 jenkins jenkins 140 May 15 21:06 docker-entrypoint.sh [2023-05-15T21:08:17.504Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 21:06 docs [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 3419 May 15 21:06 go.mod [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 31488 May 15 21:06 go.sum [2023-05-15T21:08:17.504Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:06 internal [2023-05-15T21:08:17.504Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 21:06 snap [2023-05-15T21:08:17.504Z] -rw-rw-r-- 1 jenkins jenkins 231 May 15 21:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:08:18.016Z] + 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=7b8d677cb4a4851e2566e4e16181eae6a576a622 --label arch=amd64 --label version=0.0.0 . [2023-05-15T21:08:18.016Z] Sending build context to Docker daemon 1.894MB [2023-05-15T21:08:18.016Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-05-15T21:08:18.016Z] Step 2/36 : FROM ${BASE} AS builder [2023-05-15T21:08:18.016Z] ---> bc3d98dfe94c [2023-05-15T21:08:18.016Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-05-15T21:08:18.016Z] ---> Running in 590cac185a45 [2023-05-15T21:08:18.016Z] Removing intermediate container 590cac185a45 [2023-05-15T21:08:18.016Z] ---> 75611e867ef7 [2023-05-15T21:08:18.016Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-15T21:08:18.276Z] ---> Running in 37adafb04643 [2023-05-15T21:08:18.276Z] Removing intermediate container 37adafb04643 [2023-05-15T21:08:18.276Z] ---> 93e0d3a5bcd3 [2023-05-15T21:08:18.276Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-05-15T21:08:18.276Z] ---> Running in ab6c045a9d39 [2023-05-15T21:08:18.276Z] Removing intermediate container ab6c045a9d39 [2023-05-15T21:08:18.276Z] ---> 70a2ef49d798 [2023-05-15T21:08:18.276Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-05-15T21:08:18.276Z] ---> Running in 0779d925beda [2023-05-15T21:08:18.276Z] Removing intermediate container 0779d925beda [2023-05-15T21:08:18.276Z] ---> cca961bdc48e [2023-05-15T21:08:18.276Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-15T21:08:18.535Z] ---> Running in bcf8ca76c6fe [2023-05-15T21:08:18.535Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-15T21:08:18.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-15T21:08:19.054Z] OK: 272 MiB in 67 packages [2023-05-15T21:08:19.314Z] Removing intermediate container bcf8ca76c6fe [2023-05-15T21:08:19.314Z] ---> 409b2202b64e [2023-05-15T21:08:19.314Z] Step 8/36 : WORKDIR /device-usb-camera [2023-05-15T21:08:19.314Z] ---> Running in 6703c6cc6dc4 [2023-05-15T21:08:19.314Z] Removing intermediate container 6703c6cc6dc4 [2023-05-15T21:08:19.314Z] ---> 7b4d2c354887 [2023-05-15T21:08:19.314Z] Step 9/36 : COPY go.mod vendor* ./ [2023-05-15T21:08:19.573Z] ---> 4e8cc2533c77 [2023-05-15T21:08:19.573Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-15T21:08:19.573Z] ---> Running in 7f8572286e74 [2023-05-15T21:08:20.142Z] Removing intermediate container 7f8572286e74 [2023-05-15T21:08:20.142Z] ---> 6b088c104d59 [2023-05-15T21:08:20.142Z] Step 11/36 : COPY . . [2023-05-15T21:08:20.402Z] ---> 22c75d0c6172 [2023-05-15T21:08:20.402Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-05-15T21:08:20.664Z] ---> Running in 0af938bac8eb [2023-05-15T21:08:20.924Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:08:20.924Z] Dload Upload Total Spent Left Speed [2023-05-15T21:08:20.924Z] 0 0 0 0 0  0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 21083 0 --:--:-- --:--:-- --:--:-- 21240 [2023-05-15T21:08:21.183Z] Removing intermediate container 0af938bac8eb [2023-05-15T21:08:21.183Z] ---> be691fa1e903 [2023-05-15T21:08:21.183Z] Step 13/36 : RUN ${MAKE} [2023-05-15T21:08:21.183Z] ---> Running in 51f5259bf6be [2023-05-15T21:08:21.442Z] 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-05-15T21:08:39.530Z] Removing intermediate container 51f5259bf6be [2023-05-15T21:08:39.531Z] ---> 640770b1662f [2023-05-15T21:08:39.531Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-05-15T21:08:39.791Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-05-15T21:08:40.051Z] 4acc49c71d14: Pulling fs layer [2023-05-15T21:08:40.651Z] 4acc49c71d14: Verifying Checksum [2023-05-15T21:08:40.651Z] 4acc49c71d14: Download complete [2023-05-15T21:08:40.910Z] 4acc49c71d14: Pull complete [2023-05-15T21:08:40.910Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-05-15T21:08:40.910Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-05-15T21:08:40.910Z] ---> 01a2bd3e5fff [2023-05-15T21:08:40.910Z] Step 15/36 : FROM alpine:3.17 [2023-05-15T21:08:41.169Z] 3.17: Pulling from library/alpine [2023-05-15T21:08:41.169Z] f56be85fc22e: Already exists [2023-05-15T21:08:41.428Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-15T21:08:41.428Z] Status: Downloaded newer image for alpine:3.17 [2023-05-15T21:08:41.428Z] ---> 9ed4aefc74f6 [2023-05-15T21:08:41.428Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-15T21:08:41.687Z] ---> Running in a3c91f3091aa [2023-05-15T21:08:41.687Z] Removing intermediate container a3c91f3091aa [2023-05-15T21:08:41.687Z] ---> aa99a5dcff44 [2023-05-15T21:08:41.687Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-05-15T21:08:41.687Z] ---> Running in 0e2fd46853aa [2023-05-15T21:08:41.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-15T21:08:41.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-15T21:08:42.205Z] (1/86) Installing dumb-init (1.2.5-r2) [2023-05-15T21:08:42.205Z] (2/86) Installing sdl2 (2.26.5-r0) [2023-05-15T21:08:42.205Z] (3/86) Installing svt-av1-libs (1.3.0-r0) [2023-05-15T21:08:42.205Z] (4/86) Installing libxau (1.0.10-r0) [2023-05-15T21:08:42.205Z] (5/86) Installing libmd (1.0.4-r0) [2023-05-15T21:08:42.205Z] (6/86) Installing libbsd (0.11.7-r0) [2023-05-15T21:08:42.205Z] (7/86) Installing libxdmcp (1.1.4-r0) [2023-05-15T21:08:42.205Z] (8/86) Installing libxcb (1.15-r0) [2023-05-15T21:08:42.205Z] (9/86) Installing libx11 (1.8.4-r0) [2023-05-15T21:08:42.205Z] (10/86) Installing aom-libs (3.5.0-r0) [2023-05-15T21:08:42.464Z] (11/86) Installing alsa-lib (1.2.8-r0) [2023-05-15T21:08:42.464Z] (12/86) Installing libexpat (2.5.0-r0) [2023-05-15T21:08:42.464Z] (13/86) Installing brotli-libs (1.0.9-r9) [2023-05-15T21:08:42.464Z] (14/86) Installing libbz2 (1.0.8-r4) [2023-05-15T21:08:42.464Z] (15/86) Installing libpng (1.6.38-r0) [2023-05-15T21:08:42.464Z] (16/86) Installing freetype (2.12.1-r0) [2023-05-15T21:08:42.464Z] (17/86) Installing fontconfig (2.14.1-r0) [2023-05-15T21:08:42.464Z] (18/86) Installing fribidi (1.0.12-r0) [2023-05-15T21:08:42.464Z] (19/86) Installing libffi (3.4.4-r0) [2023-05-15T21:08:42.464Z] (20/86) Installing libintl (0.21.1-r1) [2023-05-15T21:08:42.464Z] (21/86) Installing libblkid (2.38.1-r1) [2023-05-15T21:08:42.464Z] (22/86) Installing libmount (2.38.1-r1) [2023-05-15T21:08:42.464Z] (23/86) Installing pcre2 (10.42-r0) [2023-05-15T21:08:42.464Z] (24/86) Installing glib (2.74.6-r0) [2023-05-15T21:08:42.464Z] (25/86) Installing graphite2 (1.3.14-r2) [2023-05-15T21:08:42.464Z] (26/86) Installing harfbuzz (5.3.1-r1) [2023-05-15T21:08:42.464Z] (27/86) Installing libass (0.16.0-r1) [2023-05-15T21:08:42.464Z] (28/86) Installing libdav1d (1.0.0-r2) [2023-05-15T21:08:42.464Z] (29/86) Installing hwdata-pci (0.364-r0) [2023-05-15T21:08:42.464Z] (30/86) Installing libpciaccess (0.17-r0) [2023-05-15T21:08:42.464Z] (31/86) Installing libdrm (2.4.114-r0) [2023-05-15T21:08:42.464Z] (32/86) Installing gmp (6.2.1-r2) [2023-05-15T21:08:42.464Z] (33/86) Installing nettle (3.8.1-r0) [2023-05-15T21:08:42.725Z] (34/86) Installing p11-kit (0.24.1-r1) [2023-05-15T21:08:42.725Z] (35/86) Installing libtasn1 (4.19.0-r0) [2023-05-15T21:08:42.725Z] (36/86) Installing libunistring (1.1-r0) [2023-05-15T21:08:42.725Z] (37/86) Installing gnutls (3.7.8-r3) [2023-05-15T21:08:42.725Z] (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-05-15T21:08:42.725Z] (39/86) Installing ncurses-libs (6.3_p20221119-r0) [2023-05-15T21:08:42.725Z] (40/86) Installing lame (3.100-r2) [2023-05-15T21:08:42.725Z] (41/86) Installing opus (1.3.1-r1) [2023-05-15T21:08:42.725Z] (42/86) Installing libasyncns (0.8-r1) [2023-05-15T21:08:42.725Z] (43/86) Installing dbus-libs (1.14.4-r0) [2023-05-15T21:08:42.725Z] (44/86) Installing libltdl (2.4.7-r1) [2023-05-15T21:08:42.725Z] (45/86) Installing orc (0.4.33-r0) [2023-05-15T21:08:42.725Z] (46/86) Installing libgcc (12.2.1_git20220924-r4) [2023-05-15T21:08:42.725Z] (47/86) Installing libogg (1.3.5-r2) [2023-05-15T21:08:42.725Z] (48/86) Installing libstdc++ (12.2.1_git20220924-r4) [2023-05-15T21:08:42.725Z] (49/86) Installing flac-libs (1.4.2-r0) [2023-05-15T21:08:42.726Z] (50/86) Installing libvorbis (1.3.7-r0) [2023-05-15T21:08:42.726Z] (51/86) Installing libsndfile (1.1.0-r2) [2023-05-15T21:08:42.726Z] (52/86) Installing libgomp (12.2.1_git20220924-r4) [2023-05-15T21:08:42.726Z] (53/86) Installing soxr (0.1.3-r3) [2023-05-15T21:08:42.726Z] (54/86) Installing speexdsp (1.2.1-r0) [2023-05-15T21:08:42.726Z] (55/86) Installing tdb-libs (1.4.6-r0) [2023-05-15T21:08:42.726Z] (56/86) Installing libpulse (16.1-r6) [2023-05-15T21:08:42.726Z] (57/86) Installing cjson (1.7.15-r3) [2023-05-15T21:08:42.726Z] (58/86) Installing mbedtls (2.28.3-r0) [2023-05-15T21:08:42.726Z] (59/86) Installing librist (0.2.7-r0) [2023-05-15T21:08:42.726Z] (60/86) Installing libsrt (1.5.1-r0) [2023-05-15T21:08:42.986Z] (61/86) Installing libssh (0.10.5-r0) [2023-05-15T21:08:42.986Z] (62/86) Installing libtheora (1.1.1-r16) [2023-05-15T21:08:42.986Z] (63/86) Installing libjpeg-turbo (2.1.4-r0) [2023-05-15T21:08:42.986Z] (64/86) Installing v4l-utils-libs (1.22.1-r2) [2023-05-15T21:08:42.986Z] (65/86) Installing libxext (1.3.5-r0) [2023-05-15T21:08:42.986Z] (66/86) Installing libxfixes (6.0.0-r0) [2023-05-15T21:08:42.986Z] (67/86) Installing wayland-libs-client (1.21.0-r1) [2023-05-15T21:08:42.986Z] (68/86) Installing libva (2.16.0-r0) [2023-05-15T21:08:42.986Z] (69/86) Installing libvdpau (1.5-r0) [2023-05-15T21:08:42.986Z] (70/86) Installing vidstab (1.1.0-r2) [2023-05-15T21:08:42.986Z] (71/86) Installing libvpx (1.12.0-r1) [2023-05-15T21:08:42.986Z] (72/86) Installing libwebp (1.2.4-r1) [2023-05-15T21:08:42.986Z] (73/86) Installing x264-libs (0.164_git20220602-r0) [2023-05-15T21:08:42.986Z] (74/86) Installing numactl (2.0.16-r1) [2023-05-15T21:08:42.986Z] (75/86) Installing x265-libs (3.5-r3) [2023-05-15T21:08:42.986Z] (76/86) Installing xvidcore (1.3.7-r1) [2023-05-15T21:08:42.986Z] (77/86) Installing libsodium (1.0.18-r2) [2023-05-15T21:08:42.986Z] (78/86) Installing libzmq (4.3.4-r1) [2023-05-15T21:08:42.986Z] (79/86) Installing ffmpeg-libs (5.1.3-r0) [2023-05-15T21:08:43.246Z] (80/86) Installing ffmpeg (5.1.3-r0) [2023-05-15T21:08:43.246Z] (81/86) Installing udev-init-scripts (35-r1) [2023-05-15T21:08:43.246Z] (82/86) Installing eudev-libs (3.2.11-r4) [2023-05-15T21:08:43.246Z] (83/86) Installing xz-libs (5.2.9-r0) [2023-05-15T21:08:43.246Z] (84/86) Installing zstd-libs (1.5.5-r0) [2023-05-15T21:08:43.246Z] (85/86) Installing kmod-libs (30-r1) [2023-05-15T21:08:43.246Z] (86/86) Installing eudev (3.2.11-r4) [2023-05-15T21:08:43.246Z] Executing busybox-1.35.0-r29.trigger [2023-05-15T21:08:43.246Z] Executing eudev-3.2.11-r4.trigger [2023-05-15T21:08:43.246Z] OK: 112 MiB in 101 packages [2023-05-15T21:08:45.185Z] Removing intermediate container 0e2fd46853aa [2023-05-15T21:08:45.185Z] ---> 3c6a48d528cf [2023-05-15T21:08:45.185Z] Step 18/36 : WORKDIR / [2023-05-15T21:08:45.185Z] ---> Running in 0e68ce44636c [2023-05-15T21:08:45.444Z] Removing intermediate container 0e68ce44636c [2023-05-15T21:08:45.444Z] ---> b3ec409d1dba [2023-05-15T21:08:45.444Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-05-15T21:08:46.011Z] ---> afd7975d235a [2023-05-15T21:08:46.011Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-05-15T21:08:46.011Z] ---> e7a5275a7bcb [2023-05-15T21:08:46.011Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-05-15T21:08:46.011Z] ---> 6aac5cd03f2d [2023-05-15T21:08:46.011Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-05-15T21:08:46.274Z] ---> 96c04f9aae0a [2023-05-15T21:08:46.274Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-05-15T21:08:46.274Z] ---> 5f02439a3506 [2023-05-15T21:08:46.274Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-05-15T21:08:46.532Z] ---> e8f79cb386b1 [2023-05-15T21:08:46.532Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-05-15T21:08:47.098Z] ---> 7541263a6f06 [2023-05-15T21:08:47.098Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-05-15T21:08:47.098Z] ---> Running in d3b3291be26e [2023-05-15T21:08:47.668Z] Removing intermediate container d3b3291be26e [2023-05-15T21:08:47.668Z] ---> eb20093f3d8b [2023-05-15T21:08:47.668Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-05-15T21:08:47.668Z] ---> Running in 9089e6c521e7 [2023-05-15T21:08:48.234Z] Removing intermediate container 9089e6c521e7 [2023-05-15T21:08:48.235Z] ---> 966bb8660f2d [2023-05-15T21:08:48.235Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-05-15T21:08:48.235Z] ---> Running in e71be53546c6 [2023-05-15T21:08:48.802Z] Removing intermediate container e71be53546c6 [2023-05-15T21:08:48.802Z] ---> 58df359564bf [2023-05-15T21:08:48.802Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-05-15T21:08:48.802Z] ---> Running in dd38fa6ad944 [2023-05-15T21:08:49.371Z] Removing intermediate container dd38fa6ad944 [2023-05-15T21:08:49.371Z] ---> 2d21d393d7aa [2023-05-15T21:08:49.371Z] Step 30/36 : EXPOSE 59983 [2023-05-15T21:08:49.371Z] ---> Running in acba04ff00bb [2023-05-15T21:08:49.371Z] Removing intermediate container acba04ff00bb [2023-05-15T21:08:49.371Z] ---> 3737650efe57 [2023-05-15T21:08:49.371Z] Step 31/36 : EXPOSE 8554 [2023-05-15T21:08:49.371Z] ---> Running in 97d7968ba9a0 [2023-05-15T21:08:49.632Z] Removing intermediate container 97d7968ba9a0 [2023-05-15T21:08:49.632Z] ---> 06893a549ef8 [2023-05-15T21:08:49.632Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-05-15T21:08:49.632Z] ---> Running in 3486a8466442 [2023-05-15T21:08:49.632Z] Removing intermediate container 3486a8466442 [2023-05-15T21:08:49.632Z] ---> 431ae2252744 [2023-05-15T21:08:49.632Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-05-15T21:08:49.632Z] ---> Running in ed918dedfb8e [2023-05-15T21:08:49.632Z] Removing intermediate container ed918dedfb8e [2023-05-15T21:08:49.632Z] ---> 8751a1fdc065 [2023-05-15T21:08:49.632Z] Step 34/36 : LABEL arch=amd64 [2023-05-15T21:08:49.892Z] ---> Running in fc0ca522dc04 [2023-05-15T21:08:49.892Z] Removing intermediate container fc0ca522dc04 [2023-05-15T21:08:49.892Z] ---> 74aa70c45459 [2023-05-15T21:08:49.892Z] Step 35/36 : LABEL git_sha=7b8d677cb4a4851e2566e4e16181eae6a576a622 [2023-05-15T21:08:49.892Z] ---> Running in a80423555c3b [2023-05-15T21:08:49.892Z] Removing intermediate container a80423555c3b [2023-05-15T21:08:49.892Z] ---> edc78b76ea9a [2023-05-15T21:08:49.892Z] Step 36/36 : LABEL version=0.0.0 [2023-05-15T21:08:49.892Z] ---> Running in 9fe1f576b466 [2023-05-15T21:08:50.151Z] Removing intermediate container 9fe1f576b466 [2023-05-15T21:08:50.151Z] ---> 2637888dde20 [2023-05-15T21:08:50.151Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-15T21:08:50.151Z] Successfully built 2637888dde20 [2023-05-15T21:08:50.151Z] 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-05-15T21:08:51.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-15T21:08:51.027Z] [2023-05-15T21:08:51.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:08:51.407Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-15T21:08:51.407Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-15T21:08:51.407Z] 5eb5b503b376: Pulling fs layer [2023-05-15T21:08:51.407Z] 5c69ac0246d0: Pulling fs layer [2023-05-15T21:08:51.407Z] ec43610c2a17: Pulling fs layer [2023-05-15T21:08:51.407Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-15T21:08:51.407Z] 33b1e0a273af: Pulling fs layer [2023-05-15T21:08:51.407Z] 5d3b04190fa2: Pulling fs layer [2023-05-15T21:08:51.407Z] 2f39f015ded8: Pulling fs layer [2023-05-15T21:08:51.407Z] 33b1e0a273af: Waiting [2023-05-15T21:08:51.407Z] 5d3b04190fa2: Waiting [2023-05-15T21:08:51.407Z] 2f39f015ded8: Waiting [2023-05-15T21:08:51.407Z] 3a2ae6a8a46f: Waiting [2023-05-15T21:08:51.407Z] 5c69ac0246d0: Verifying Checksum [2023-05-15T21:08:51.407Z] 5c69ac0246d0: Download complete [2023-05-15T21:08:51.407Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-15T21:08:51.407Z] 3a2ae6a8a46f: Download complete [2023-05-15T21:08:51.407Z] 33b1e0a273af: Verifying Checksum [2023-05-15T21:08:51.407Z] 33b1e0a273af: Download complete [2023-05-15T21:08:51.407Z] 5d3b04190fa2: Verifying Checksum [2023-05-15T21:08:51.407Z] 5d3b04190fa2: Download complete [2023-05-15T21:08:51.407Z] ec43610c2a17: Verifying Checksum [2023-05-15T21:08:51.407Z] ec43610c2a17: Download complete [2023-05-15T21:08:51.665Z] 5eb5b503b376: Verifying Checksum [2023-05-15T21:08:51.665Z] 5eb5b503b376: Download complete [2023-05-15T21:08:52.232Z] 2f39f015ded8: Download complete [2023-05-15T21:08:52.799Z] 5eb5b503b376: Pull complete [2023-05-15T21:08:52.800Z] 5c69ac0246d0: Pull complete [2023-05-15T21:08:53.373Z] ec43610c2a17: Pull complete [2023-05-15T21:08:53.373Z] 3a2ae6a8a46f: Pull complete [2023-05-15T21:08:53.373Z] 33b1e0a273af: Pull complete [2023-05-15T21:08:53.631Z] 5d3b04190fa2: Pull complete [2023-05-15T21:08:57.254Z] 2f39f015ded8: Pull complete [2023-05-15T21:08:57.254Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-15T21:08:57.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-15T21:08:57.254Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:08:57.467Z] prd-ubuntu20.04-docker-8c-8g-15457 does not seem to be running inside a container [2023-05-15T21:08:57.503Z] $ 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-247 -v /w/workspace/foundry_device-usb-camera_PR-247:/w/workspace/foundry_device-usb-camera_PR-247:rw,z -v /w/workspace/foundry_device-usb-camera_PR-247@tmp:/w/workspace/foundry_device-usb-camera_PR-247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-15T21:08:59.729Z] $ docker top 483d74d2df77b38d43f5b0ee3531fc89c42891911df2aedfe573efa9fa3f566f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:09:00.188Z] ---> job-cost.sh [2023-05-15T21:09:00.188Z] lf-activate-venv: SKIPPING [2023-05-15T21:09:00.188Z] INFO: No Stack... [2023-05-15T21:09:00.447Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-15T21:09:01.015Z] INFO: Archiving Costs [Pipeline] sh [2023-05-15T21:09:01.332Z] + cat /w/workspace/foundry_device-usb-camera_PR-247/archives/cost.csv [2023-05-15T21:09:01.332Z] + cut -d, -f6 [Pipeline] lock [2023-05-15T21:09:01.372Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [2023-05-15T21:09:01.377Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] did not exist. Created. [2023-05-15T21:09:01.378Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-15T21:09:01.767Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-15T21:09:01.816Z] Stashed 1 file(s) [Pipeline] } [2023-05-15T21:09:01.861Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-15T21:09:01.941Z] $ docker stop --time=1 483d74d2df77b38d43f5b0ee3531fc89c42891911df2aedfe573efa9fa3f566f [2023-05-15T21:09:03.678Z] $ docker rm -f --volumes 483d74d2df77b38d43f5b0ee3531fc89c42891911df2aedfe573efa9fa3f566f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-15T21:10:44.894Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15458 in /w/workspace/foundry_device-usb-camera_PR-247 [Pipeline] { [Pipeline] ws [2023-05-15T21:10:44.952Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-15T21:10:45.040Z] Selected Git installation does not exist. Using Default [2023-05-15T21:10:45.040Z] The recommended git tool is: NONE [2023-05-15T21:10:52.075Z] using credential edgex-jenkins-ssh [2023-05-15T21:10:52.094Z] Cloning the remote Git repository [2023-05-15T21:10:52.134Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-05-15T21:10:52.226Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-05-15T21:10:52.366Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-05-15T21:10:52.367Z] > git --version # timeout=10 [2023-05-15T21:10:52.390Z] > git --version # 'git version 2.25.1' [2023-05-15T21:10:52.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-15T21:10:52.534Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-15T21:10:53.286Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-05-15T21:10:53.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-15T21:10:54.887Z] Merging remotes/origin/main commit 7a1cf3250193716800d70f0cf90cebef309e38f0 into PR head commit 7b8d677cb4a4851e2566e4e16181eae6a576a622 [2023-05-15T21:10:55.169Z] Merge succeeded, producing 7b8d677cb4a4851e2566e4e16181eae6a576a622 [2023-05-15T21:10:55.170Z] Checking out Revision 7b8d677cb4a4851e2566e4e16181eae6a576a622 (PR-247) [2023-05-15T21:10:54.259Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-05-15T21:10:54.298Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-05-15T21:10:54.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-15T21:10:54.315Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-15T21:10:54.901Z] > git config core.sparsecheckout # timeout=10 [2023-05-15T21:10:54.984Z] > git checkout -f 7b8d677cb4a4851e2566e4e16181eae6a576a622 # timeout=10 [2023-05-15T21:10:55.066Z] > git remote # timeout=10 [2023-05-15T21:10:55.084Z] > git config --get remote.origin.url # timeout=10 [2023-05-15T21:10:55.104Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-15T21:10:55.117Z] > git merge 7a1cf3250193716800d70f0cf90cebef309e38f0 # timeout=10 [2023-05-15T21:10:55.143Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-15T21:10:55.172Z] > git config core.sparsecheckout # timeout=10 [2023-05-15T21:10:55.185Z] > git checkout -f 7b8d677cb4a4851e2566e4e16181eae6a576a622 # timeout=10 [2023-05-15T21:10:58.695Z] Commit message: "fix: add return on empty user/pass, and do not send superfluous 200 OK" [2023-05-15T21:10:58.741Z] > git --version # timeout=10 [2023-05-15T21:10:58.752Z] > git --version # 'git version 2.25.1' [2023-05-15T21:10:58.765Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-15T21:10:59.896Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-15T21:10:59.896Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:10:59.896Z] Dload Upload Total Spent Left Speed [2023-05-15T21:10:59.896Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95156 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh [2023-05-15T21:11:00.622Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-15T21:11:00.968Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-15T21:11:00.968Z] + sudo tee /etc/docker/daemon.new [2023-05-15T21:11:00.968Z] { [2023-05-15T21:11:00.968Z] "registry-mirrors": [ [2023-05-15T21:11:00.968Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-15T21:11:00.968Z] ], [2023-05-15T21:11:00.968Z] "bip": "10.250.0.254/24", [2023-05-15T21:11:00.968Z] "hosts": [ [2023-05-15T21:11:00.968Z] "tcp://0.0.0.0:5555", [2023-05-15T21:11:00.968Z] "unix:///var/run/docker.sock" [2023-05-15T21:11:00.968Z] ], [2023-05-15T21:11:00.968Z] "mtu": 1458, [2023-05-15T21:11:00.968Z] "selinux-enabled": true, [2023-05-15T21:11:00.968Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-15T21:11:00.968Z] } [Pipeline] sh [2023-05-15T21:11:01.323Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-15T21:11:01.681Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-15T21:11:20.016Z] provisioning config files... [2023-05-15T21:11:20.044Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config1217056732398700198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:11:20.440Z] ---> docker-login.sh [2023-05-15T21:11:20.441Z] nexus3.edgexfoundry.org:10001 [2023-05-15T21:11:21.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:11:21.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:11:21.030Z] Configure a credential helper to remove this warning. See [2023-05-15T21:11:21.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:11:21.030Z] [2023-05-15T21:11:21.030Z] Login Succeeded [2023-05-15T21:11:21.030Z] nexus3.edgexfoundry.org:10002 [2023-05-15T21:11:21.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:11:21.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:11:21.571Z] Configure a credential helper to remove this warning. See [2023-05-15T21:11:21.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:11:21.571Z] [2023-05-15T21:11:21.571Z] Login Succeeded [2023-05-15T21:11:21.571Z] nexus3.edgexfoundry.org:10003 [2023-05-15T21:11:21.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:11:21.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:11:21.845Z] Configure a credential helper to remove this warning. See [2023-05-15T21:11:21.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:11:21.845Z] [2023-05-15T21:11:21.845Z] Login Succeeded [2023-05-15T21:11:21.845Z] nexus3.edgexfoundry.org:10004 [2023-05-15T21:11:22.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:11:22.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:11:22.119Z] Configure a credential helper to remove this warning. See [2023-05-15T21:11:22.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:11:22.119Z] [2023-05-15T21:11:22.119Z] Login Succeeded [2023-05-15T21:11:22.119Z] docker.io [2023-05-15T21:11:22.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-15T21:11:22.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-15T21:11:22.657Z] Configure a credential helper to remove this warning. See [2023-05-15T21:11:22.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-15T21:11:22.657Z] [2023-05-15T21:11:22.657Z] Login Succeeded [2023-05-15T21:11:22.657Z] ---> docker-login.sh ends [Pipeline] } [2023-05-15T21:11:22.686Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-15T21:11:23.085Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-15T21:11:23.121Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-15T21:11:23.162Z] ========================================================= [2023-05-15T21:11:23.162Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-15T21:11:23.162Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:11:23.673Z] + 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-05-15T21:11:23.944Z] Sending build context to Docker daemon 1.103MB [2023-05-15T21:11:23.944Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-15T21:11:23.944Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-15T21:11:24.222Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-15T21:11:24.222Z] c41833b44d91: Pulling fs layer [2023-05-15T21:11:24.222Z] ed15518f5707: Pulling fs layer [2023-05-15T21:11:24.222Z] feae8fd75edb: Pulling fs layer [2023-05-15T21:11:24.222Z] 242c74f7c9fa: Pulling fs layer [2023-05-15T21:11:24.222Z] 3cdef696dda3: Pulling fs layer [2023-05-15T21:11:24.222Z] 2ced38df9373: Pulling fs layer [2023-05-15T21:11:24.222Z] 58f1dce35555: Pulling fs layer [2023-05-15T21:11:24.222Z] 3cdef696dda3: Waiting [2023-05-15T21:11:24.222Z] 2ced38df9373: Waiting [2023-05-15T21:11:24.222Z] 242c74f7c9fa: Waiting [2023-05-15T21:11:24.222Z] 58f1dce35555: Waiting [2023-05-15T21:11:24.222Z] ed15518f5707: Verifying Checksum [2023-05-15T21:11:24.222Z] ed15518f5707: Download complete [2023-05-15T21:11:24.222Z] 242c74f7c9fa: Verifying Checksum [2023-05-15T21:11:24.222Z] 242c74f7c9fa: Download complete [2023-05-15T21:11:24.222Z] 3cdef696dda3: Verifying Checksum [2023-05-15T21:11:24.222Z] 3cdef696dda3: Download complete [2023-05-15T21:11:24.222Z] c41833b44d91: Verifying Checksum [2023-05-15T21:11:25.196Z] c41833b44d91: Pull complete [2023-05-15T21:11:25.468Z] 58f1dce35555: Verifying Checksum [2023-05-15T21:11:25.468Z] 58f1dce35555: Download complete [2023-05-15T21:11:25.742Z] ed15518f5707: Pull complete [2023-05-15T21:11:26.713Z] feae8fd75edb: Verifying Checksum [2023-05-15T21:11:26.713Z] feae8fd75edb: Download complete [2023-05-15T21:11:26.713Z] 2ced38df9373: Download complete [2023-05-15T21:11:36.800Z] feae8fd75edb: Pull complete [2023-05-15T21:11:37.067Z] 242c74f7c9fa: Pull complete [2023-05-15T21:11:37.337Z] 3cdef696dda3: Pull complete [2023-05-15T21:11:47.447Z] 2ced38df9373: Pull complete [2023-05-15T21:11:48.414Z] 58f1dce35555: Pull complete [2023-05-15T21:11:48.414Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-15T21:11:48.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-15T21:11:48.414Z] ---> fadd8f120f05 [2023-05-15T21:11:48.414Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-15T21:11:50.417Z] ---> Running in be3c9c019bdb [2023-05-15T21:11:50.417Z] Removing intermediate container be3c9c019bdb [2023-05-15T21:11:50.417Z] ---> c18aae2fdad6 [2023-05-15T21:11:50.417Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-15T21:11:50.417Z] ---> Running in 77e33b8a6443 [2023-05-15T21:11:50.687Z] Removing intermediate container 77e33b8a6443 [2023-05-15T21:11:50.687Z] ---> 58f30de8f143 [2023-05-15T21:11:50.687Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-05-15T21:11:50.954Z] ---> Running in 02008bab7052 [2023-05-15T21:11:51.224Z] Removing intermediate container 02008bab7052 [2023-05-15T21:11:51.224Z] ---> f2ece8e9f5a2 [2023-05-15T21:11:51.224Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-05-15T21:11:51.224Z] ---> Running in 71bd5cb5eed6 [2023-05-15T21:11:51.494Z] Removing intermediate container 71bd5cb5eed6 [2023-05-15T21:11:51.494Z] ---> fcc5e6c4caad [2023-05-15T21:11:51.494Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-15T21:11:51.761Z] ---> Running in 3fde65a7fc23 [2023-05-15T21:11:52.724Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-15T21:11:53.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-15T21:11:54.271Z] (1/14) Installing libintl (0.21.1-r1) [2023-05-15T21:11:54.271Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-05-15T21:11:54.271Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-05-15T21:11:54.271Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-05-15T21:11:54.271Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-05-15T21:11:54.271Z] (6/14) Installing udev-init-scripts (35-r1) [2023-05-15T21:11:54.271Z] (7/14) Installing libblkid (2.38.1-r1) [2023-05-15T21:11:54.538Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-05-15T21:11:54.538Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-05-15T21:11:54.538Z] (10/14) Installing kmod-libs (30-r1) [2023-05-15T21:11:54.538Z] (11/14) Installing eudev (3.2.11-r4) [2023-05-15T21:11:54.538Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-05-15T21:11:54.538Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-05-15T21:11:54.538Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-05-15T21:11:54.538Z] Executing busybox-1.35.0-r29.trigger [2023-05-15T21:11:54.538Z] Executing eudev-3.2.11-r4.trigger [2023-05-15T21:11:54.806Z] OK: 271 MiB in 67 packages [2023-05-15T21:11:56.229Z] Removing intermediate container 3fde65a7fc23 [2023-05-15T21:11:56.229Z] ---> 01244f5685d7 [2023-05-15T21:11:56.229Z] Step 8/13 : WORKDIR /device-usb-camera [2023-05-15T21:11:56.229Z] ---> Running in 9a22c9a68863 [2023-05-15T21:11:56.229Z] Removing intermediate container 9a22c9a68863 [2023-05-15T21:11:56.229Z] ---> a3c33aaf8cdb [2023-05-15T21:11:56.229Z] Step 9/13 : COPY go.mod vendor* ./ [2023-05-15T21:12:00.481Z] ---> bcb26c1b4660 [2023-05-15T21:12:00.481Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-15T21:12:00.481Z] ---> Running in e5d6ba183b3d [2023-05-15T21:13:08.365Z] Removing intermediate container e5d6ba183b3d [2023-05-15T21:13:08.365Z] ---> d355227fbf0f [2023-05-15T21:13:08.365Z] Step 11/13 : COPY . . [2023-05-15T21:13:08.365Z] ---> b352b563d8de [2023-05-15T21:13:08.365Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-05-15T21:13:08.365Z] ---> Running in 6af6a5a5ef76 [2023-05-15T21:13:08.365Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:13:08.365Z] Dload Upload Total Spent Left Speed [2023-05-15T21:13:08.365Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 3252 0 --:--:-- --:--:-- --:--:-- 3257 [2023-05-15T21:13:08.365Z] Removing intermediate container 6af6a5a5ef76 [2023-05-15T21:13:08.365Z] ---> f3ed0b14e2a5 [2023-05-15T21:13:08.365Z] Step 13/13 : RUN ${MAKE} [2023-05-15T21:13:08.365Z] ---> Running in f380fe3570a3 [2023-05-15T21:13:08.365Z] noop [2023-05-15T21:13:08.365Z] Removing intermediate container f380fe3570a3 [2023-05-15T21:13:08.365Z] ---> de54825d3eb3 [2023-05-15T21:13:08.365Z] Successfully built de54825d3eb3 [2023-05-15T21:13:08.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:13:08.888Z] + docker inspect -f . ci-base-image-arm64 [2023-05-15T21:13:08.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:13:09.185Z] prd-ubuntu20.04-docker-arm64-4c-16g-15458 does not seem to be running inside a container [2023-05-15T21:13:09.250Z] $ 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-05-15T21:13:10.424Z] $ docker top b500eb77e360370e5a786844fe78606236e20ca933690897bff9af719a14a3e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-15T21:13:11.307Z] + go version [2023-05-15T21:13:11.307Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-15T21:13:11.342Z] $ docker stop --time=1 b500eb77e360370e5a786844fe78606236e20ca933690897bff9af719a14a3e2 [2023-05-15T21:13:12.985Z] $ docker rm -f --volumes b500eb77e360370e5a786844fe78606236e20ca933690897bff9af719a14a3e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:13:13.885Z] + docker inspect -f . ci-base-image-arm64 [2023-05-15T21:13:13.885Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:13:14.145Z] prd-ubuntu20.04-docker-arm64-4c-16g-15458 does not seem to be running inside a container [2023-05-15T21:13:14.209Z] $ 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-05-15T21:13:15.373Z] $ docker top f4e129e193dd147572ca721f17deb87ca07e921f070bae8f291292960f45f607 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-15T21:13:16.250Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-15T21:13:16.644Z] + make test [2023-05-15T21:13:16.644Z] go test ./... -coverprofile=coverage.out ./... [2023-05-15T21:13:48.883Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-05-15T21:15:55.549Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-05-15T21:15:58.139Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.077s coverage: 1.8% of statements [2023-05-15T21:15:58.728Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-15T21:15:58.728Z] go vet ./... [2023-05-15T21:16:30.974Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-15T21:16:30.974Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-15T21:16:30.974Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-15T21:16:31.013Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-15T21:16:31.043Z] $ docker stop --time=1 f4e129e193dd147572ca721f17deb87ca07e921f070bae8f291292960f45f607 [2023-05-15T21:16:32.829Z] $ docker rm -f --volumes f4e129e193dd147572ca721f17deb87ca07e921f070bae8f291292960f45f607 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-15T21:16:34.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-15T21:16:34.107Z] Warning: overwriting stash ‘coverage-report’ [2023-05-15T21:16:34.627Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-15T21:16:35.217Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-15T21:16:35.566Z] + ls -al . [2023-05-15T21:16:35.566Z] total 184 [2023-05-15T21:16:35.566Z] drwxrwxr-x 9 jenkins jenkins 4096 May 15 21:13 . [2023-05-15T21:16:35.566Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 21:10 .. [2023-05-15T21:16:35.566Z] drwxrwxr-x 8 jenkins jenkins 4096 May 15 21:10 .git [2023-05-15T21:16:35.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:10 .github [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 414 May 15 21:10 .gitignore [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 42 May 15 21:10 .golangci.yml [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 77 May 15 21:10 .hadolint.yml [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 9665 May 15 21:10 Attribution.txt [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 6219 May 15 21:10 CHANGELOG.md [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 2453 May 15 21:10 Dockerfile [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 678 May 15 21:10 GOVERNANCE.md [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 659 May 15 21:10 Jenkinsfile [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 15 21:10 LICENSE [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 2364 May 15 21:10 Makefile [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 622 May 15 21:10 OWNERS.md [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 2477 May 15 21:10 README.md [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 5 May 15 21:07 VERSION [2023-05-15T21:16:35.566Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 21:10 bin [2023-05-15T21:16:35.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:10 cmd [2023-05-15T21:16:35.566Z] -rw-r--r-- 1 jenkins jenkins 31522 May 15 21:15 coverage.out [2023-05-15T21:16:35.566Z] -rwxrwxr-x 1 jenkins jenkins 140 May 15 21:10 docker-entrypoint.sh [2023-05-15T21:16:35.566Z] drwxrwxr-x 2 jenkins jenkins 4096 May 15 21:10 docs [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 3419 May 15 21:10 go.mod [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 31488 May 15 21:10 go.sum [2023-05-15T21:16:35.566Z] drwxrwxr-x 3 jenkins jenkins 4096 May 15 21:10 internal [2023-05-15T21:16:35.566Z] drwxrwxr-x 4 jenkins jenkins 4096 May 15 21:10 snap [2023-05-15T21:16:35.566Z] -rw-rw-r-- 1 jenkins jenkins 231 May 15 21:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:16:35.984Z] + 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=7b8d677cb4a4851e2566e4e16181eae6a576a622 --label arch=arm64 --label version=0.0.0 . [2023-05-15T21:16:36.253Z] Sending build context to Docker daemon 1.136MB [2023-05-15T21:16:36.253Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-05-15T21:16:36.253Z] Step 2/36 : FROM ${BASE} AS builder [2023-05-15T21:16:36.253Z] ---> de54825d3eb3 [2023-05-15T21:16:36.253Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-05-15T21:16:36.520Z] ---> Running in 99a0e84a47ac [2023-05-15T21:16:36.787Z] Removing intermediate container 99a0e84a47ac [2023-05-15T21:16:36.787Z] ---> a199076419fa [2023-05-15T21:16:36.787Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-15T21:16:36.787Z] ---> Running in c7101bf17bbe [2023-05-15T21:16:37.056Z] Removing intermediate container c7101bf17bbe [2023-05-15T21:16:37.056Z] ---> 44d184cd5f52 [2023-05-15T21:16:37.056Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-05-15T21:16:37.056Z] ---> Running in ec01c320a8aa [2023-05-15T21:16:37.323Z] Removing intermediate container ec01c320a8aa [2023-05-15T21:16:37.323Z] ---> c01db2d1f956 [2023-05-15T21:16:37.323Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-05-15T21:16:37.595Z] ---> Running in 510705e5f707 [2023-05-15T21:16:37.595Z] Removing intermediate container 510705e5f707 [2023-05-15T21:16:37.595Z] ---> 736126860525 [2023-05-15T21:16:37.595Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-15T21:16:37.862Z] ---> Running in c3f6b188e733 [2023-05-15T21:16:38.821Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-15T21:16:39.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-15T21:16:40.369Z] OK: 271 MiB in 67 packages [2023-05-15T21:16:42.956Z] Removing intermediate container c3f6b188e733 [2023-05-15T21:16:42.956Z] ---> 9b9c687f2d91 [2023-05-15T21:16:42.956Z] Step 8/36 : WORKDIR /device-usb-camera [2023-05-15T21:16:42.956Z] ---> Running in eca68cabbc0b [2023-05-15T21:16:42.957Z] Removing intermediate container eca68cabbc0b [2023-05-15T21:16:42.957Z] ---> 0f738eaae872 [2023-05-15T21:16:42.957Z] Step 9/36 : COPY go.mod vendor* ./ [2023-05-15T21:16:43.543Z] ---> 9031fa2a8403 [2023-05-15T21:16:43.543Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-15T21:16:43.543Z] ---> Running in 6cb3677ff1b4 [2023-05-15T21:16:46.130Z] Removing intermediate container 6cb3677ff1b4 [2023-05-15T21:16:46.130Z] ---> 6e5b9a05b225 [2023-05-15T21:16:46.130Z] Step 11/36 : COPY . . [2023-05-15T21:16:46.718Z] ---> 457a50b4f9e4 [2023-05-15T21:16:46.718Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-05-15T21:16:46.718Z] ---> Running in a8aa44b64ade [2023-05-15T21:16:47.682Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:16:47.682Z]  Dload Upload Total Spent Left Speed [2023-05-15T21:16:47.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062  100 1062 0 0 4100 0 --:--:-- --:--:-- --:--:-- 4100 [2023-05-15T21:16:48.921Z] Removing intermediate container a8aa44b64ade [2023-05-15T21:16:48.921Z] ---> aa56e65b8686 [2023-05-15T21:16:48.921Z] Step 13/36 : RUN ${MAKE} [2023-05-15T21:16:48.921Z] ---> Running in db85fb1064b7 [2023-05-15T21:16:49.884Z] 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-05-15T21:19:11.590Z] Removing intermediate container db85fb1064b7 [2023-05-15T21:19:11.590Z] ---> ab14ed9013d4 [2023-05-15T21:19:11.590Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-05-15T21:19:11.590Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-05-15T21:19:11.590Z] 8766b47fe142: Pulling fs layer [2023-05-15T21:19:11.590Z] 8766b47fe142: Verifying Checksum [2023-05-15T21:19:11.590Z] 8766b47fe142: Download complete [2023-05-15T21:19:12.170Z] 8766b47fe142: Pull complete [2023-05-15T21:19:12.170Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-05-15T21:19:12.170Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-05-15T21:19:12.170Z] ---> 69d40e2cb93c [2023-05-15T21:19:12.170Z] Step 15/36 : FROM alpine:3.17 [2023-05-15T21:19:12.751Z] 3.17: Pulling from library/alpine [2023-05-15T21:19:12.751Z] c41833b44d91: Already exists [2023-05-15T21:19:13.020Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-15T21:19:13.020Z] Status: Downloaded newer image for alpine:3.17 [2023-05-15T21:19:13.020Z] ---> 51e60588ff2c [2023-05-15T21:19:13.020Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-15T21:19:13.020Z] ---> Running in f973988b5305 [2023-05-15T21:19:13.289Z] Removing intermediate container f973988b5305 [2023-05-15T21:19:13.289Z] ---> a9ffd5c7cc64 [2023-05-15T21:19:13.289Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-05-15T21:19:13.558Z] ---> Running in 97207df6c6e5 [2023-05-15T21:19:14.517Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-15T21:19:14.784Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-15T21:19:15.742Z] (1/83) Installing dumb-init (1.2.5-r2) [2023-05-15T21:19:15.742Z] (2/83) Installing sdl2 (2.26.5-r0) [2023-05-15T21:19:16.014Z] (3/83) Installing libxau (1.0.10-r0) [2023-05-15T21:19:16.014Z] (4/83) Installing libmd (1.0.4-r0) [2023-05-15T21:19:16.014Z] (5/83) Installing libbsd (0.11.7-r0) [2023-05-15T21:19:16.014Z] (6/83) Installing libxdmcp (1.1.4-r0) [2023-05-15T21:19:16.014Z] (7/83) Installing libxcb (1.15-r0) [2023-05-15T21:19:16.014Z] (8/83) Installing libx11 (1.8.4-r0) [2023-05-15T21:19:16.014Z] (9/83) Installing aom-libs (3.5.0-r0) [2023-05-15T21:19:16.281Z] (10/83) Installing alsa-lib (1.2.8-r0) [2023-05-15T21:19:16.281Z] (11/83) Installing libexpat (2.5.0-r0) [2023-05-15T21:19:16.281Z] (12/83) Installing brotli-libs (1.0.9-r9) [2023-05-15T21:19:16.281Z] (13/83) Installing libbz2 (1.0.8-r4) [2023-05-15T21:19:16.281Z] (14/83) Installing libpng (1.6.38-r0) [2023-05-15T21:19:16.281Z] (15/83) Installing freetype (2.12.1-r0) [2023-05-15T21:19:16.281Z] (16/83) Installing fontconfig (2.14.1-r0) [2023-05-15T21:19:16.549Z] (17/83) Installing fribidi (1.0.12-r0) [2023-05-15T21:19:16.549Z] (18/83) Installing libffi (3.4.4-r0) [2023-05-15T21:19:16.549Z] (19/83) Installing libintl (0.21.1-r1) [2023-05-15T21:19:16.549Z] (20/83) Installing libblkid (2.38.1-r1) [2023-05-15T21:19:16.549Z] (21/83) Installing libmount (2.38.1-r1) [2023-05-15T21:19:16.549Z] (22/83) Installing pcre2 (10.42-r0) [2023-05-15T21:19:16.549Z] (23/83) Installing glib (2.74.6-r0) [2023-05-15T21:19:16.549Z] (24/83) Installing graphite2 (1.3.14-r2) [2023-05-15T21:19:16.549Z] (25/83) Installing harfbuzz (5.3.1-r1) [2023-05-15T21:19:16.550Z] (26/83) Installing libass (0.16.0-r1) [2023-05-15T21:19:16.550Z] (27/83) Installing libdav1d (1.0.0-r2) [2023-05-15T21:19:16.815Z] (28/83) Installing libdrm (2.4.114-r0) [2023-05-15T21:19:16.815Z] (29/83) Installing gmp (6.2.1-r2) [2023-05-15T21:19:16.815Z] (30/83) Installing nettle (3.8.1-r0) [2023-05-15T21:19:16.815Z] (31/83) Installing p11-kit (0.24.1-r1) [2023-05-15T21:19:16.815Z] (32/83) Installing libtasn1 (4.19.0-r0) [2023-05-15T21:19:16.815Z] (33/83) Installing libunistring (1.1-r0) [2023-05-15T21:19:16.815Z] (34/83) Installing gnutls (3.7.8-r3) [2023-05-15T21:19:16.815Z] (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-05-15T21:19:16.815Z] (36/83) Installing ncurses-libs (6.3_p20221119-r0) [2023-05-15T21:19:16.815Z] (37/83) Installing lame (3.100-r2) [2023-05-15T21:19:17.081Z] (38/83) Installing opus (1.3.1-r1) [2023-05-15T21:19:17.081Z] (39/83) Installing libasyncns (0.8-r1) [2023-05-15T21:19:17.081Z] (40/83) Installing dbus-libs (1.14.4-r0) [2023-05-15T21:19:17.081Z] (41/83) Installing libltdl (2.4.7-r1) [2023-05-15T21:19:17.081Z] (42/83) Installing orc (0.4.33-r0) [2023-05-15T21:19:17.081Z] (43/83) Installing libgcc (12.2.1_git20220924-r4) [2023-05-15T21:19:17.081Z] (44/83) Installing libogg (1.3.5-r2) [2023-05-15T21:19:17.081Z] (45/83) Installing libstdc++ (12.2.1_git20220924-r4) [2023-05-15T21:19:17.081Z] (46/83) Installing flac-libs (1.4.2-r0) [2023-05-15T21:19:17.081Z] (47/83) Installing libvorbis (1.3.7-r0) [2023-05-15T21:19:17.081Z] (48/83) Installing libsndfile (1.1.0-r2) [2023-05-15T21:19:17.081Z] (49/83) Installing libgomp (12.2.1_git20220924-r4) [2023-05-15T21:19:17.081Z] (50/83) Installing soxr (0.1.3-r3) [2023-05-15T21:19:17.081Z] (51/83) Installing speexdsp (1.2.1-r0) [2023-05-15T21:19:17.081Z] (52/83) Installing tdb-libs (1.4.6-r0) [2023-05-15T21:19:17.081Z] (53/83) Installing libpulse (16.1-r6) [2023-05-15T21:19:17.347Z] (54/83) Installing cjson (1.7.15-r3) [2023-05-15T21:19:17.347Z] (55/83) Installing mbedtls (2.28.3-r0) [2023-05-15T21:19:17.347Z] (56/83) Installing librist (0.2.7-r0) [2023-05-15T21:19:17.347Z] (57/83) Installing libsrt (1.5.1-r0) [2023-05-15T21:19:17.347Z] (58/83) Installing libssh (0.10.5-r0) [2023-05-15T21:19:17.347Z] (59/83) Installing libtheora (1.1.1-r16) [2023-05-15T21:19:17.347Z] (60/83) Installing libjpeg-turbo (2.1.4-r0) [2023-05-15T21:19:17.347Z] (61/83) Installing v4l-utils-libs (1.22.1-r2) [2023-05-15T21:19:17.347Z] (62/83) Installing libxext (1.3.5-r0) [2023-05-15T21:19:17.347Z] (63/83) Installing libxfixes (6.0.0-r0) [2023-05-15T21:19:17.347Z] (64/83) Installing wayland-libs-client (1.21.0-r1) [2023-05-15T21:19:17.347Z] (65/83) Installing libva (2.16.0-r0) [2023-05-15T21:19:17.614Z] (66/83) Installing libvdpau (1.5-r0) [2023-05-15T21:19:17.614Z] (67/83) Installing vidstab (1.1.0-r2) [2023-05-15T21:19:17.614Z] (68/83) Installing libvpx (1.12.0-r1) [2023-05-15T21:19:17.614Z] (69/83) Installing libwebp (1.2.4-r1) [2023-05-15T21:19:17.614Z] (70/83) Installing x264-libs (0.164_git20220602-r0) [2023-05-15T21:19:17.614Z] (71/83) Installing numactl (2.0.16-r1) [2023-05-15T21:19:17.614Z] (72/83) Installing x265-libs (3.5-r3) [2023-05-15T21:19:17.883Z] (73/83) Installing xvidcore (1.3.7-r1) [2023-05-15T21:19:17.883Z] (74/83) Installing libsodium (1.0.18-r2) [2023-05-15T21:19:17.883Z] (75/83) Installing libzmq (4.3.4-r1) [2023-05-15T21:19:17.883Z] (76/83) Installing ffmpeg-libs (5.1.3-r0) [2023-05-15T21:19:18.150Z] (77/83) Installing ffmpeg (5.1.3-r0) [2023-05-15T21:19:18.150Z] (78/83) Installing udev-init-scripts (35-r1) [2023-05-15T21:19:18.150Z] (79/83) Installing eudev-libs (3.2.11-r4) [2023-05-15T21:19:18.150Z] (80/83) Installing xz-libs (5.2.9-r0) [2023-05-15T21:19:18.150Z] (81/83) Installing zstd-libs (1.5.5-r0) [2023-05-15T21:19:18.417Z] (82/83) Installing kmod-libs (30-r1) [2023-05-15T21:19:18.417Z] (83/83) Installing eudev (3.2.11-r4) [2023-05-15T21:19:18.417Z] Executing busybox-1.35.0-r29.trigger [2023-05-15T21:19:18.417Z] Executing eudev-3.2.11-r4.trigger [2023-05-15T21:19:18.417Z] OK: 86 MiB in 98 packages [2023-05-15T21:19:21.762Z] Removing intermediate container 97207df6c6e5 [2023-05-15T21:19:21.762Z] ---> 179660132ab9 [2023-05-15T21:19:21.762Z] Step 18/36 : WORKDIR / [2023-05-15T21:19:21.762Z] ---> Running in a476d61db598 [2023-05-15T21:19:21.762Z] Removing intermediate container a476d61db598 [2023-05-15T21:19:21.762Z] ---> 69397e4dc839 [2023-05-15T21:19:21.762Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-05-15T21:19:22.721Z] ---> 79ff970fa3e9 [2023-05-15T21:19:22.721Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-05-15T21:19:23.301Z] ---> 5f0bff905af2 [2023-05-15T21:19:23.301Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-05-15T21:19:23.887Z] ---> e605af9f5277 [2023-05-15T21:19:23.887Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-05-15T21:19:24.849Z] ---> 25f084a1148d [2023-05-15T21:19:24.849Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-05-15T21:19:25.431Z] ---> 0a498292d3e9 [2023-05-15T21:19:25.431Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-05-15T21:19:26.013Z] ---> 2152b43395ca [2023-05-15T21:19:26.013Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-05-15T21:19:27.427Z] ---> 47efb5c9110e [2023-05-15T21:19:27.427Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-05-15T21:19:27.427Z] ---> Running in be8c9c5a6137 [2023-05-15T21:19:28.841Z] Removing intermediate container be8c9c5a6137 [2023-05-15T21:19:28.841Z] ---> 286986822555 [2023-05-15T21:19:28.841Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-05-15T21:19:28.841Z] ---> Running in 52710a6ba0fe [2023-05-15T21:19:30.249Z] Removing intermediate container 52710a6ba0fe [2023-05-15T21:19:30.249Z] ---> 5a805c1b99ab [2023-05-15T21:19:30.249Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-05-15T21:19:30.249Z] ---> Running in 99b524fbe96b [2023-05-15T21:19:31.659Z] Removing intermediate container 99b524fbe96b [2023-05-15T21:19:31.659Z] ---> ced1730e7c40 [2023-05-15T21:19:31.659Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-05-15T21:19:31.659Z] ---> Running in 1629992c801b [2023-05-15T21:19:33.066Z] Removing intermediate container 1629992c801b [2023-05-15T21:19:33.066Z] ---> 9f8129e05a31 [2023-05-15T21:19:33.066Z] Step 30/36 : EXPOSE 59983 [2023-05-15T21:19:33.332Z] ---> Running in e318531cb8db [2023-05-15T21:19:33.600Z] Removing intermediate container e318531cb8db [2023-05-15T21:19:33.600Z] ---> e2ee7a3e6008 [2023-05-15T21:19:33.600Z] Step 31/36 : EXPOSE 8554 [2023-05-15T21:19:33.600Z] ---> Running in 77ff8649672e [2023-05-15T21:19:33.868Z] Removing intermediate container 77ff8649672e [2023-05-15T21:19:33.868Z] ---> c84091cb1c96 [2023-05-15T21:19:33.868Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-05-15T21:19:33.868Z] ---> Running in 664dced179aa [2023-05-15T21:19:34.136Z] Removing intermediate container 664dced179aa [2023-05-15T21:19:34.136Z] ---> f6836490976c [2023-05-15T21:19:34.136Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-05-15T21:19:34.136Z] ---> Running in 24b56d936df8 [2023-05-15T21:19:34.404Z] Removing intermediate container 24b56d936df8 [2023-05-15T21:19:34.404Z] ---> b385e8c94c3d [2023-05-15T21:19:34.404Z] Step 34/36 : LABEL arch=arm64 [2023-05-15T21:19:34.671Z] ---> Running in 1965fe137fef [2023-05-15T21:19:34.936Z] Removing intermediate container 1965fe137fef [2023-05-15T21:19:34.936Z] ---> ecaeb7c9250d [2023-05-15T21:19:34.936Z] Step 35/36 : LABEL git_sha=7b8d677cb4a4851e2566e4e16181eae6a576a622 [2023-05-15T21:19:34.936Z] ---> Running in c9c76cf8b894 [2023-05-15T21:19:35.206Z] Removing intermediate container c9c76cf8b894 [2023-05-15T21:19:35.206Z] ---> 64f4ab71994c [2023-05-15T21:19:35.206Z] Step 36/36 : LABEL version=0.0.0 [2023-05-15T21:19:35.206Z] ---> Running in b71d5952c350 [2023-05-15T21:19:35.474Z] Removing intermediate container b71d5952c350 [2023-05-15T21:19:35.474Z] ---> 93d20ab11b50 [2023-05-15T21:19:35.474Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-15T21:19:35.474Z] Successfully built 93d20ab11b50 [2023-05-15T21:19:35.474Z] 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-05-15T21:19:36.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-15T21:19:36.305Z] [2023-05-15T21:19:36.305Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:19:36.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-15T21:19:36.702Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-15T21:19:36.702Z] 8998bd30e6a1: Pulling fs layer [2023-05-15T21:19:36.702Z] 04944245beec: Pulling fs layer [2023-05-15T21:19:36.702Z] 699f458cf7ca: Pulling fs layer [2023-05-15T21:19:36.702Z] 765212b225bb: Pulling fs layer [2023-05-15T21:19:36.702Z] f23df028b6ca: Pulling fs layer [2023-05-15T21:19:36.702Z] d65c8cfc05b1: Pulling fs layer [2023-05-15T21:19:36.702Z] 2437ff75d9bd: Pulling fs layer [2023-05-15T21:19:36.702Z] 765212b225bb: Waiting [2023-05-15T21:19:36.702Z] f23df028b6ca: Waiting [2023-05-15T21:19:36.702Z] d65c8cfc05b1: Waiting [2023-05-15T21:19:36.703Z] 2437ff75d9bd: Waiting [2023-05-15T21:19:36.983Z] 04944245beec: Verifying Checksum [2023-05-15T21:19:36.983Z] 04944245beec: Download complete [2023-05-15T21:19:36.983Z] 765212b225bb: Verifying Checksum [2023-05-15T21:19:36.983Z] 765212b225bb: Download complete [2023-05-15T21:19:36.983Z] f23df028b6ca: Verifying Checksum [2023-05-15T21:19:36.983Z] f23df028b6ca: Download complete [2023-05-15T21:19:36.983Z] d65c8cfc05b1: Verifying Checksum [2023-05-15T21:19:36.983Z] d65c8cfc05b1: Download complete [2023-05-15T21:19:37.253Z] 699f458cf7ca: Verifying Checksum [2023-05-15T21:19:37.253Z] 699f458cf7ca: Download complete [2023-05-15T21:19:37.519Z] 8998bd30e6a1: Verifying Checksum [2023-05-15T21:19:37.519Z] 8998bd30e6a1: Download complete [2023-05-15T21:19:39.462Z] 2437ff75d9bd: Verifying Checksum [2023-05-15T21:19:39.463Z] 2437ff75d9bd: Download complete [2023-05-15T21:19:41.404Z] 8998bd30e6a1: Pull complete [2023-05-15T21:19:41.670Z] 04944245beec: Pull complete [2023-05-15T21:19:43.074Z] 699f458cf7ca: Pull complete [2023-05-15T21:19:43.341Z] 765212b225bb: Pull complete [2023-05-15T21:19:43.924Z] f23df028b6ca: Pull complete [2023-05-15T21:19:44.189Z] d65c8cfc05b1: Pull complete [2023-05-15T21:19:59.176Z] 2437ff75d9bd: Pull complete [2023-05-15T21:19:59.176Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-15T21:19:59.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-15T21:19:59.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:19:59.505Z] prd-ubuntu20.04-docker-arm64-4c-16g-15458 does not seem to be running inside a container [2023-05-15T21:19:59.567Z] $ 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-05-15T21:20:02.069Z] $ docker top 34528418778dfe57f7db69046a07bcdc9e88dbb80877acd3566a55fcec48ba56 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:02.651Z] ---> job-cost.sh [2023-05-15T21:20:02.917Z] lf-activate-venv: SKIPPING [2023-05-15T21:20:02.917Z] INFO: No Stack... [2023-05-15T21:20:03.496Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-15T21:20:04.079Z] INFO: Archiving Costs [Pipeline] sh [2023-05-15T21:20:04.425Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2023-05-15T21:20:04.425Z] + cut -d, -f6 [Pipeline] lock [2023-05-15T21:20:04.510Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [2023-05-15T21:20:04.514Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] did not exist. Created. [2023-05-15T21:20:04.514Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-15T21:20:05.245Z] /w/workspace/device-usb-camera/1@tmp/durable-271cc3f5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-15T21:20:05.594Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-15T21:20:05.630Z] Warning: overwriting stash ‘stack-cost’ [2023-05-15T21:20:05.678Z] Stashed 1 file(s) [Pipeline] } [2023-05-15T21:20:05.696Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-247-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-15T21:20:05.777Z] $ docker stop --time=1 34528418778dfe57f7db69046a07bcdc9e88dbb80877acd3566a55fcec48ba56 [2023-05-15T21:20:07.247Z] $ docker rm -f --volumes 34528418778dfe57f7db69046a07bcdc9e88dbb80877acd3566a55fcec48ba56 [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-05-15T21:20:08.340Z] provisioning config files... [2023-05-15T21:20:08.348Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-247@tmp/config8019127777307480917tmp [Pipeline] { [Pipeline] sh [2023-05-15T21:20:08.741Z] + set +x [2023-05-15T21:20:08.741Z] + curl -s https://codecov.io/bash [2023-05-15T21:20:08.741Z] + bash -s -- [2023-05-15T21:20:08.741Z] [2023-05-15T21:20:08.741Z] _____ _ [2023-05-15T21:20:08.741Z] / ____| | | [2023-05-15T21:20:08.741Z] | | ___ __| | ___ ___ _____ __ [2023-05-15T21:20:08.741Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-15T21:20:08.741Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-15T21:20:08.741Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-15T21:20:08.741Z] Bash-1.0.6 [2023-05-15T21:20:08.741Z] [2023-05-15T21:20:08.741Z] [2023-05-15T21:20:08.741Z] ==> git version 2.25.1 found [2023-05-15T21:20:08.741Z] ==> 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-05-15T21:20:08.741Z] Release-Date: 2020-01-08 [2023-05-15T21:20:08.741Z] 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-05-15T21:20:08.741Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-15T21:20:08.741Z] ==> Jenkins CI detected. [2023-05-15T21:20:08.741Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-247 [2023-05-15T21:20:08.741Z] project root: . [2023-05-15T21:20:08.741Z] --> token set from env [2023-05-15T21:20:08.741Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-15T21:20:09.001Z] ==> Running gcov in . (disable via -X gcov) [2023-05-15T21:20:09.001Z] ==> Python coveragepy not found [2023-05-15T21:20:09.001Z] ==> Searching for coverage reports in: [2023-05-15T21:20:09.001Z] + . [2023-05-15T21:20:09.001Z] -> Found 1 reports [2023-05-15T21:20:09.001Z] ==> Detecting git/mercurial file structure [2023-05-15T21:20:09.001Z] ==> Reading reports [2023-05-15T21:20:09.001Z] + ./coverage.out bytes=31522 [2023-05-15T21:20:09.001Z] ==> Appending adjustments [2023-05-15T21:20:09.001Z] https://docs.codecov.io/docs/fixing-reports [2023-05-15T21:20:09.001Z] + Found adjustments [2023-05-15T21:20:09.001Z] ==> Gzipping contents [2023-05-15T21:20:09.001Z] 8.0K /tmp/codecov.k9PgMG.gz [2023-05-15T21:20:09.001Z] ==> Uploading reports [2023-05-15T21:20:09.001Z] url: https://codecov.io [2023-05-15T21:20:09.001Z] query: branch=PR-247&commit=7b8d677cb4a4851e2566e4e16181eae6a576a622&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-247%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=247&job=&cmd_args= [2023-05-15T21:20:09.001Z] -> Pinging Codecov [2023-05-15T21:20:09.001Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-247&commit=7b8d677cb4a4851e2566e4e16181eae6a576a622&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-247%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=247&job=&cmd_args= [2023-05-15T21:20:09.262Z] -> Uploading to [2023-05-15T21:20:09.262Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-15/73D8F5FF140700D3E01443B452E23636/7b8d677cb4a4851e2566e4e16181eae6a576a622/f1a83f98-e2fd-4f46-b049-3ceec51cafb6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230515%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230515T212009Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=666cc894bee91c2d0c37c444c5e104d3c6050b29c9a62b3b445559b2b5473366 [2023-05-15T21:20:09.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-15T21:20:09.262Z] Dload Upload Total Spent Left Speed [2023-05-15T21:20:09.522Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4321 0 0 100 4321 0 18155 --:--:-- --:--:-- --:--:-- 18155 [2023-05-15T21:20:09.522Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/7b8d677cb4a4851e2566e4e16181eae6a576a622 [Pipeline] } [2023-05-15T21:20:09.553Z] 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-05-15T21:20:11.326Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-247/archives ] [2023-05-15T21:20:11.326Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-247/archives [2023-05-15T21:20:11.326Z] total 16 [2023-05-15T21:20:11.326Z] drwxr-xr-x 3 root root 4096 May 15 21:09 . [2023-05-15T21:20:11.326Z] drwxrwxr-x 11 jenkins jenkins 4096 May 15 21:09 .. [2023-05-15T21:20:11.326Z] drwxr-xr-x 2 root root 4096 May 15 21:09 cost [2023-05-15T21:20:11.326Z] -rw-r--r-- 1 root root 89 May 15 21:09 cost.csv [2023-05-15T21:20:11.326Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-247/archives [2023-05-15T21:20:11.326Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-247/archives [2023-05-15T21:20:11.326Z] total 16 [2023-05-15T21:20:11.326Z] drwxr-xr-x 3 jenkins jenkins 4096 May 15 21:09 . [2023-05-15T21:20:11.326Z] drwxrwxr-x 11 jenkins jenkins 4096 May 15 21:09 .. [2023-05-15T21:20:11.326Z] drwxr-xr-x 2 jenkins jenkins 4096 May 15 21:09 cost [2023-05-15T21:20:11.326Z] -rw-r--r-- 1 jenkins jenkins 89 May 15 21:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:11.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:12.541Z] ---> package-listing.sh [2023-05-15T21:20:12.541Z] ++ facter osfamily [2023-05-15T21:20:12.541Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-15T21:20:12.802Z] + OS_FAMILY=debian [2023-05-15T21:20:12.802Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-247 [2023-05-15T21:20:12.802Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-15T21:20:12.802Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-15T21:20:12.802Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-15T21:20:12.802Z] + PACKAGES=/tmp/packages_start.txt [2023-05-15T21:20:12.802Z] + '[' /w/workspace/foundry_device-usb-camera_PR-247 ']' [2023-05-15T21:20:12.802Z] + PACKAGES=/tmp/packages_end.txt [2023-05-15T21:20:12.802Z] + case "${OS_FAMILY}" in [2023-05-15T21:20:12.802Z] + dpkg -l [2023-05-15T21:20:12.802Z] + grep '^ii' [2023-05-15T21:20:12.802Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-15T21:20:12.802Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-15T21:20:12.802Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-15T21:20:12.802Z] + '[' /w/workspace/foundry_device-usb-camera_PR-247 ']' [2023-05-15T21:20:12.802Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-247/archives/ [2023-05-15T21:20:12.802Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-247/archives/ [Pipeline] echo [2023-05-15T21:20:12.834Z] 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-247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-15T21:20:13.129Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-15T21:20:13.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-15T21:20:13.763Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-15T21:20:13.919Z] prd-ubuntu20.04-docker-8c-8g-15457 does not seem to be running inside a container [2023-05-15T21:20:13.945Z] $ 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-247/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-247 -v /w/workspace/foundry_device-usb-camera_PR-247:/w/workspace/foundry_device-usb-camera_PR-247:rw,z -v /w/workspace/foundry_device-usb-camera_PR-247@tmp:/w/workspace/foundry_device-usb-camera_PR-247@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-05-15T21:20:14.163Z] $ docker top fb007993eed08143545106fc2269ac9016203c51b8d983004dc1066bed57d405 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-15T21:20:14.564Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-15T21:20:14.874Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-15T21:20:15.179Z] + ls /var/log/sa-host [2023-05-15T21:20:15.179Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-15T21:20:15.309Z] provisioning config files... [2023-05-15T21:20:15.319Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-247@tmp/config14580993760257792772tmp [Pipeline] { [Pipeline] echo [2023-05-15T21:20:15.368Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:15.682Z] ---> create-netrc.sh [Pipeline] } [2023-05-15T21:20:15.711Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:16.126Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-15T21:20:16.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:16.471Z] ---> sudo-logs.sh [2023-05-15T21:20:16.471Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-15T21:20:16.547Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:16.859Z] ---> job-cost.sh [2023-05-15T21:20:16.859Z] lf-activate-venv: SKIPPING [2023-05-15T21:20:16.859Z] DEBUG: total: 0.2199999988079071 [2023-05-15T21:20:16.859Z] INFO: Retrieving Stack Cost... [2023-05-15T21:20:17.426Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-15T21:20:17.685Z] INFO: Archiving Costs [Pipeline] echo [2023-05-15T21:20:17.724Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-15T21:20:18.031Z] ---> logs-deploy.sh [2023-05-15T21:20:18.031Z] lf-activate-venv: SKIPPING [2023-05-15T21:20:18.031Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-247/1 [2023-05-15T21:20:18.031Z] INFO: archiving workspace using pattern(s): [2023-05-15T21:20:18.966Z] Archives upload complete. [2023-05-15T21:20:18.966Z] INFO: archiving logs to Nexus