Pull request #175 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 MonicaisHer for edgexfoundry/device-usb-camera Obtained Jenkinsfile from e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17+3323a63d0afd632e576abad22becd63271ca5b86 (15e879fa06d2d0cdeeb632586b80c050907b8665) 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-ssh16546636705380801439.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7213176763814601878.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-175/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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh843745183855450839.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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17501049071363111442.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7007042174385661673.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-175/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-175/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11780902021179202643.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-9503’ Running on prd-ubuntu20.04-docker-8c-8g-9505 in /w/workspace/foundry_device-usb-camera_PR-175 [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-175 # 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 3323a63d0afd632e576abad22becd63271ca5b86 into PR head commit e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 Merge succeeded, producing e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 Checking out Revision e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 (PR-175) > 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/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 Commit message: "feat(snap): Override variable 'Device.ProvisionWatchersDir'" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-09T16:59:19.769Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-09T16:59:19.956Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-09T16:59:20.062Z] ========================================================= [2023-03-09T16:59:20.062Z] EdgeX Global Pipelines Version Info [2023-03-09T16:59:20.062Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-09T16:59:20.812Z] ------------------- [2023-03-09T16:59:20.812Z] stable info: [2023-03-09T16:59:20.812Z] ------------------- [2023-03-09T16:59:20.812Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-09T16:59:20.812Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T16:59:20.812Z] Message: update stable to v1.0.244 [2023-03-09T16:59:21.384Z] ------------------- [2023-03-09T16:59:21.384Z] experimental info: [2023-03-09T16:59:21.384Z] ------------------- [2023-03-09T16:59:21.384Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-09T16:59:21.384Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T16:59:21.384Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-09T16:59:21.693Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-03-09T16:59:21.736Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-03-09T16:59:21.778Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-09T16:59:21.819Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-09T16:59:21.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-09T16:59:21.906Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-09T16:59:21.944Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-09T16:59:21.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-09T16:59:22.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-09T16:59:22.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-09T16:59:22.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-09T16:59:22.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-03-09T16:59:22.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-09T16:59:22.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-09T16:59:22.253Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T16:59:22.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T16:59:22.333Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T16:59:22.376Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T16:59:22.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-09T16:59:22.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-09T16:59:22.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-09T16:59:22.523Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-09T16:59:22.559Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-09T16:59:22.593Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-09T16:59:22.634Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-09T16:59:22.670Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-09T16:59:22.707Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-09T16:59:22.744Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-175 [Pipeline] echo [2023-03-09T16:59:22.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-175 [Pipeline] echo [2023-03-09T16:59:22.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-175 [Pipeline] echo [2023-03-09T16:59:22.859Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo [2023-03-09T16:59:22.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5ee64b [Pipeline] echo [2023-03-09T16:59:22.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T16:59:23.049Z] provisioning config files... [2023-03-09T16:59:23.063Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config1104230106770815637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T16:59:23.409Z] ---> docker-login.sh [2023-03-09T16:59:23.409Z] nexus3.edgexfoundry.org:10001 [2023-03-09T16:59:23.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:23.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:23.932Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:23.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:23.932Z] [2023-03-09T16:59:23.932Z] Login Succeeded [2023-03-09T16:59:23.932Z] nexus3.edgexfoundry.org:10002 [2023-03-09T16:59:23.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:23.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:23.932Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:23.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:23.932Z] [2023-03-09T16:59:23.932Z] Login Succeeded [2023-03-09T16:59:23.932Z] nexus3.edgexfoundry.org:10003 [2023-03-09T16:59:23.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:23.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:23.932Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:23.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:23.932Z] [2023-03-09T16:59:23.932Z] Login Succeeded [2023-03-09T16:59:23.932Z] nexus3.edgexfoundry.org:10004 [2023-03-09T16:59:24.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:24.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:24.192Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:24.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:24.192Z] [2023-03-09T16:59:24.192Z] Login Succeeded [2023-03-09T16:59:24.192Z] docker.io [2023-03-09T16:59:24.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:24.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:24.453Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:24.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:24.453Z] [2023-03-09T16:59:24.453Z] Login Succeeded [2023-03-09T16:59:24.453Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T16:59:24.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-09T16:59:25.115Z] + git rev-list -1 --merges e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17~1..e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo [2023-03-09T16:59:25.184Z] -----------> git rev-list -1 --merges e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17~1..e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [false] [Pipeline] sh [2023-03-09T16:59:25.496Z] + git log --format=format:%s -1 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo [2023-03-09T16:59:25.531Z] ========================================================= [2023-03-09T16:59:25.531Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-09T16:59:25.531Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T16:59:26.013Z] + git log --format=format:%s -1 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo [2023-03-09T16:59:26.045Z] [semverPrep] GIT_COMMIT: e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17, Commit Message: feat(snap): Override variable 'Device.ProvisionWatchersDir' [Pipeline] echo [2023-03-09T16:59:26.072Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-09T16:59:26.472Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T16:59:26.473Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-09T16:59:26.473Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-09T16:59:26.473Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-09T16:59:26.473Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-09T16:59:26.473Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-09T16:59:26.473Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T16:59:26.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T16:59:26.959Z] [2023-03-09T16:59:26.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T16:59:27.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T16:59:27.328Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-09T16:59:27.328Z] b85a868b505f: Pulling fs layer [2023-03-09T16:59:27.328Z] e2be974225ed: Pulling fs layer [2023-03-09T16:59:27.328Z] 339a4e72a1f5: Pulling fs layer [2023-03-09T16:59:27.328Z] 988bab9f4d93: Pulling fs layer [2023-03-09T16:59:27.328Z] 1469e6f7b9e6: Pulling fs layer [2023-03-09T16:59:27.328Z] eaf3925da568: Pulling fs layer [2023-03-09T16:59:27.328Z] bab4dde63d76: Pulling fs layer [2023-03-09T16:59:27.328Z] bde34c3a00c8: Pulling fs layer [2023-03-09T16:59:27.328Z] b352a97aabf1: Pulling fs layer [2023-03-09T16:59:27.328Z] 4872d77fe225: Pulling fs layer [2023-03-09T16:59:27.328Z] 5851b861e8e6: Pulling fs layer [2023-03-09T16:59:27.328Z] 4872d77fe225: Waiting [2023-03-09T16:59:27.328Z] 5851b861e8e6: Waiting [2023-03-09T16:59:27.328Z] bab4dde63d76: Waiting [2023-03-09T16:59:27.328Z] 988bab9f4d93: Waiting [2023-03-09T16:59:27.328Z] eaf3925da568: Waiting [2023-03-09T16:59:27.328Z] bde34c3a00c8: Waiting [2023-03-09T16:59:27.328Z] 1469e6f7b9e6: Waiting [2023-03-09T16:59:27.328Z] b352a97aabf1: Waiting [2023-03-09T16:59:27.328Z] e2be974225ed: Download complete [2023-03-09T16:59:27.328Z] 988bab9f4d93: Verifying Checksum [2023-03-09T16:59:27.328Z] 988bab9f4d93: Download complete [2023-03-09T16:59:27.627Z] 1469e6f7b9e6: Verifying Checksum [2023-03-09T16:59:27.627Z] 1469e6f7b9e6: Download complete [2023-03-09T16:59:27.627Z] eaf3925da568: Download complete [2023-03-09T16:59:27.627Z] 339a4e72a1f5: Verifying Checksum [2023-03-09T16:59:27.627Z] 339a4e72a1f5: Download complete [2023-03-09T16:59:27.627Z] bde34c3a00c8: Verifying Checksum [2023-03-09T16:59:27.627Z] bde34c3a00c8: Download complete [2023-03-09T16:59:27.627Z] b352a97aabf1: Verifying Checksum [2023-03-09T16:59:27.627Z] b352a97aabf1: Download complete [2023-03-09T16:59:27.627Z] 4872d77fe225: Download complete [2023-03-09T16:59:27.627Z] 5851b861e8e6: Download complete [2023-03-09T16:59:27.627Z] b85a868b505f: Verifying Checksum [2023-03-09T16:59:27.627Z] b85a868b505f: Download complete [2023-03-09T16:59:27.887Z] bab4dde63d76: Verifying Checksum [2023-03-09T16:59:27.887Z] bab4dde63d76: Download complete [2023-03-09T16:59:28.828Z] b85a868b505f: Pull complete [2023-03-09T16:59:29.088Z] e2be974225ed: Pull complete [2023-03-09T16:59:29.675Z] 339a4e72a1f5: Pull complete [2023-03-09T16:59:29.675Z] 988bab9f4d93: Pull complete [2023-03-09T16:59:29.938Z] 1469e6f7b9e6: Pull complete [2023-03-09T16:59:29.938Z] eaf3925da568: Pull complete [2023-03-09T16:59:31.854Z] bab4dde63d76: Pull complete [2023-03-09T16:59:31.854Z] bde34c3a00c8: Pull complete [2023-03-09T16:59:31.854Z] b352a97aabf1: Pull complete [2023-03-09T16:59:31.854Z] 4872d77fe225: Pull complete [2023-03-09T16:59:32.115Z] 5851b861e8e6: Pull complete [2023-03-09T16:59:32.115Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-09T16:59:32.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T16:59:32.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T16:59:32.364Z] prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container [2023-03-09T16:59:32.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T16:59:34.580Z] $ docker top cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 -eo pid,comm [2023-03-09T16:59:34.629Z] 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-03-09T16:59:34.629Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T16:59:34.753Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T16:59:34.753Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T16:59:34.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T16:59:34.865Z] $ docker exec cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent [2023-03-09T16:59:34.962Z] SSH_AUTH_SOCK=/tmp/ssh-ciPEfUwSzGpn/agent.32 [2023-03-09T16:59:34.962Z] SSH_AGENT_PID=38 [2023-03-09T16:59:34.969Z] Running ssh-add (command line suppressed) [2023-03-09T16:59:35.078Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_16954977251288877230.key (/w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_16954977251288877230.key) [2023-03-09T16:59:35.088Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T16:59:35.422Z] + git tag --points-at HEAD [Pipeline] } [2023-03-09T16:59:35.450Z] $ docker exec --env ******** --env ******** cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent -k [2023-03-09T16:59:35.547Z] unset SSH_AUTH_SOCK; [2023-03-09T16:59:35.548Z] unset SSH_AGENT_PID; [2023-03-09T16:59:35.548Z] echo Agent pid 38 killed; [2023-03-09T16:59:35.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-09T16:59:35.645Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T16:59:35.645Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T16:59:35.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T16:59:35.765Z] $ docker exec cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent [2023-03-09T16:59:35.865Z] SSH_AUTH_SOCK=/tmp/ssh-Mu3rjRSRBLdd/agent.69 [2023-03-09T16:59:35.865Z] SSH_AGENT_PID=75 [2023-03-09T16:59:35.870Z] Running ssh-add (command line suppressed) [2023-03-09T16:59:35.994Z] Identity added: /w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_15714732749679502070.key (/w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_15714732749679502070.key) [2023-03-09T16:59:36.010Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T16:59:36.359Z] + git semver init [2023-03-09T16:59:36.620Z] 2023-03-09 16:59:36,530 [run_init] DEBUG init version:0.0.0 force:False [2023-03-09T16:59:36.620Z] 2023-03-09 16:59:36,531 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-175/.semver [2023-03-09T16:59:36.620Z] 2023-03-09 16:59:36,532 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-175/.semver [2023-03-09T16:59:36.620Z] 2023-03-09 16:59:36,532 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-175/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-175, universal_newlines=False, shell=None, istream=None) [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,321 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-175/.git/info/exclude [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,321 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 with force:False [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,322 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,325 [execute] INFO git cat-file --batch-check [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,326 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-175/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,332 [execute] INFO git cat-file --batch [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-175/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T16:59:37.559Z] 2023-03-09 16:59:37,338 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 [2023-03-09T16:59:37.559Z] 0.0.0 [Pipeline] } [2023-03-09T16:59:37.587Z] $ docker exec --env ******** --env ******** cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent -k [2023-03-09T16:59:37.679Z] unset SSH_AUTH_SOCK; [2023-03-09T16:59:37.679Z] unset SSH_AGENT_PID; [2023-03-09T16:59:37.679Z] echo Agent pid 75 killed; [2023-03-09T16:59:37.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T16:59:38.114Z] + git semver [Pipeline] } [2023-03-09T16:59:38.400Z] $ docker stop --time=1 cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 [2023-03-09T16:59:39.719Z] $ docker rm -f --volumes cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T16:59:40.119Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-09T16:59:40.378Z] Stashed 1 file(s) [Pipeline] echo [2023-03-09T16:59:40.395Z] [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-03-09T16:59:40.997Z] provisioning config files... [2023-03-09T16:59:41.006Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config4753378178541086580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T16:59:41.345Z] ---> docker-login.sh [2023-03-09T16:59:41.345Z] nexus3.edgexfoundry.org:10001 [2023-03-09T16:59:41.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:41.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:41.345Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:41.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:41.345Z] [2023-03-09T16:59:41.345Z] Login Succeeded [2023-03-09T16:59:41.345Z] nexus3.edgexfoundry.org:10002 [2023-03-09T16:59:41.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:41.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:41.345Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:41.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:41.345Z] [2023-03-09T16:59:41.345Z] Login Succeeded [2023-03-09T16:59:41.345Z] nexus3.edgexfoundry.org:10003 [2023-03-09T16:59:41.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:41.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:41.604Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:41.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:41.604Z] [2023-03-09T16:59:41.604Z] Login Succeeded [2023-03-09T16:59:41.604Z] nexus3.edgexfoundry.org:10004 [2023-03-09T16:59:41.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:41.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:41.604Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:41.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:41.604Z] [2023-03-09T16:59:41.604Z] Login Succeeded [2023-03-09T16:59:41.604Z] docker.io [2023-03-09T16:59:41.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T16:59:41.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T16:59:41.864Z] Configure a credential helper to remove this warning. See [2023-03-09T16:59:41.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T16:59:41.864Z] [2023-03-09T16:59:41.864Z] Login Succeeded [2023-03-09T16:59:41.864Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T16:59:41.894Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T16:59:42.099Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T16:59:42.138Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T16:59:42.178Z] ========================================================= [2023-03-09T16:59:42.178Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-09T16:59:42.178Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T16:59:42.643Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-09T16:59:42.643Z] Sending build context to Docker daemon 1.802MB [2023-03-09T16:59:42.643Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T16:59:42.643Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-09T16:59:42.643Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-09T16:59:42.643Z] 213ec9aee27d: Pulling fs layer [2023-03-09T16:59:42.643Z] 4583459ba037: Pulling fs layer [2023-03-09T16:59:42.643Z] 93c1e223e6f2: Pulling fs layer [2023-03-09T16:59:42.643Z] 53926ce57604: Pulling fs layer [2023-03-09T16:59:42.643Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-09T16:59:42.643Z] 22ff95d597cd: Pulling fs layer [2023-03-09T16:59:42.643Z] 12d6caf4c0d1: Pulling fs layer [2023-03-09T16:59:42.643Z] 96b7cbca73a9: Pulling fs layer [2023-03-09T16:59:42.643Z] a7acece74701: Pulling fs layer [2023-03-09T16:59:42.643Z] 53926ce57604: Waiting [2023-03-09T16:59:42.643Z] 21b2b0c7a3f4: Waiting [2023-03-09T16:59:42.643Z] 22ff95d597cd: Waiting [2023-03-09T16:59:42.643Z] 12d6caf4c0d1: Waiting [2023-03-09T16:59:42.643Z] 96b7cbca73a9: Waiting [2023-03-09T16:59:42.643Z] a7acece74701: Waiting [2023-03-09T16:59:42.643Z] 93c1e223e6f2: Verifying Checksum [2023-03-09T16:59:42.643Z] 93c1e223e6f2: Download complete [2023-03-09T16:59:42.643Z] 4583459ba037: Download complete [2023-03-09T16:59:42.643Z] 21b2b0c7a3f4: Download complete [2023-03-09T16:59:42.643Z] 22ff95d597cd: Download complete [2023-03-09T16:59:42.903Z] 213ec9aee27d: Verifying Checksum [2023-03-09T16:59:42.903Z] 213ec9aee27d: Download complete [2023-03-09T16:59:42.903Z] 12d6caf4c0d1: Verifying Checksum [2023-03-09T16:59:42.903Z] 12d6caf4c0d1: Download complete [2023-03-09T16:59:42.903Z] 213ec9aee27d: Pull complete [2023-03-09T16:59:43.168Z] 4583459ba037: Pull complete [2023-03-09T16:59:43.168Z] 93c1e223e6f2: Pull complete [2023-03-09T16:59:43.429Z] a7acece74701: Verifying Checksum [2023-03-09T16:59:43.429Z] a7acece74701: Download complete [2023-03-09T16:59:43.429Z] 53926ce57604: Verifying Checksum [2023-03-09T16:59:43.429Z] 53926ce57604: Download complete [2023-03-09T16:59:43.693Z] 96b7cbca73a9: Verifying Checksum [2023-03-09T16:59:43.694Z] 96b7cbca73a9: Download complete [2023-03-09T16:59:46.997Z] 53926ce57604: Pull complete [2023-03-09T16:59:46.997Z] 21b2b0c7a3f4: Pull complete [2023-03-09T16:59:46.997Z] 22ff95d597cd: Pull complete [2023-03-09T16:59:46.997Z] 12d6caf4c0d1: Pull complete [2023-03-09T16:59:48.901Z] 96b7cbca73a9: Pull complete [2023-03-09T16:59:49.465Z] a7acece74701: Pull complete [2023-03-09T16:59:49.465Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-09T16:59:49.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T16:59:49.465Z] ---> db6d94c90886 [2023-03-09T16:59:49.465Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-09T16:59:50.841Z] ---> Running in 1c2a4ae42329 [2023-03-09T16:59:50.841Z] Removing intermediate container 1c2a4ae42329 [2023-03-09T16:59:50.841Z] ---> 71e14095bd20 [2023-03-09T16:59:50.841Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T16:59:50.841Z] ---> Running in 0658e42cce6d [2023-03-09T16:59:51.109Z] Removing intermediate container 0658e42cce6d [2023-03-09T16:59:51.109Z] ---> 311aa841d50a [2023-03-09T16:59:51.109Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-09T16:59:51.109Z] ---> Running in 9f65a2cac203 [2023-03-09T16:59:51.109Z] Removing intermediate container 9f65a2cac203 [2023-03-09T16:59:51.109Z] ---> cc7d9605b0af [2023-03-09T16:59:51.109Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-09T16:59:51.109Z] ---> Running in e5e56d54f0c2 [2023-03-09T16:59:51.367Z] Removing intermediate container e5e56d54f0c2 [2023-03-09T16:59:51.367Z] ---> 0b22a7358051 [2023-03-09T16:59:51.367Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T16:59:51.367Z] ---> Running in 032276a9a9bf [2023-03-09T16:59:51.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T16:59:51.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T16:59:51.885Z] (1/80) Installing mesa (21.3.9-r0) [2023-03-09T16:59:51.885Z] (2/80) Installing libxau (1.0.9-r0) [2023-03-09T16:59:51.885Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-03-09T16:59:51.885Z] (4/80) Installing libxcb (1.15-r0) [2023-03-09T16:59:51.885Z] (5/80) Installing libx11 (1.8-r0) [2023-03-09T16:59:51.885Z] (6/80) Installing libxext (1.3.4-r0) [2023-03-09T16:59:51.885Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-03-09T16:59:51.885Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-03-09T16:59:51.885Z] (9/80) Installing libpciaccess (0.16-r0) [2023-03-09T16:59:52.144Z] (10/80) Installing libdrm (2.4.110-r0) [2023-03-09T16:59:52.144Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-03-09T16:59:52.144Z] (12/80) Installing libxshmfence (1.3-r1) [2023-03-09T16:59:52.144Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-03-09T16:59:52.144Z] (14/80) Installing icu-data-full (71.1-r2) [2023-03-09T16:59:52.144Z] (15/80) Installing libice (1.0.10-r0) [2023-03-09T16:59:52.144Z] (16/80) Installing libuuid (2.38-r1) [2023-03-09T16:59:52.144Z] (17/80) Installing libsm (1.2.3-r0) [2023-03-09T16:59:52.144Z] (18/80) Installing libxt (1.2.1-r0) [2023-03-09T16:59:52.144Z] (19/80) Installing libxmu (1.1.3-r0) [2023-03-09T16:59:52.144Z] (20/80) Installing xset (1.2.4-r0) [2023-03-09T16:59:52.144Z] (21/80) Installing xprop (1.2.5-r0) [2023-03-09T16:59:52.144Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-03-09T16:59:52.144Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-03-09T16:59:52.144Z] (24/80) Installing libffi (3.4.2-r1) [2023-03-09T16:59:52.144Z] (25/80) Installing libintl (0.21-r2) [2023-03-09T16:59:52.144Z] (26/80) Installing libblkid (2.38-r1) [2023-03-09T16:59:52.404Z] (27/80) Installing libmount (2.38-r1) [2023-03-09T16:59:52.404Z] (28/80) Installing pcre (8.45-r2) [2023-03-09T16:59:52.404Z] (29/80) Installing glib (2.72.1-r0) [2023-03-09T16:59:52.404Z] (30/80) Installing icu-libs (71.1-r2) [2023-03-09T16:59:52.404Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-03-09T16:59:52.404Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-03-09T16:59:52.404Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-03-09T16:59:52.404Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-03-09T16:59:52.404Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-03-09T16:59:52.404Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-03-09T16:59:52.404Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-09T16:59:52.404Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-03-09T16:59:52.972Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-03-09T16:59:52.972Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-03-09T16:59:52.972Z] (41/80) Installing libpng (1.6.37-r1) [2023-03-09T16:59:52.972Z] (42/80) Installing freetype (2.12.1-r0) [2023-03-09T16:59:52.972Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-03-09T16:59:52.972Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-09T16:59:52.972Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-03-09T16:59:52.972Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-03-09T16:59:52.972Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-03-09T16:59:52.972Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-03-09T16:59:52.972Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-03-09T16:59:52.972Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-03-09T16:59:52.972Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-03-09T16:59:52.972Z] (52/80) Installing avahi-libs (0.8-r6) [2023-03-09T16:59:52.972Z] (53/80) Installing nettle (3.7.3-r0) [2023-03-09T16:59:52.972Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-03-09T16:59:52.972Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-03-09T16:59:52.972Z] (56/80) Installing libunistring (1.0-r0) [2023-03-09T16:59:52.972Z] (57/80) Installing gnutls (3.7.7-r1) [2023-03-09T16:59:52.972Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-03-09T16:59:52.972Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-03-09T16:59:52.972Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-03-09T16:59:52.972Z] (61/80) Installing libevdev (1.12.1-r0) [2023-03-09T16:59:52.972Z] (62/80) Installing mtdev (1.1.6-r0) [2023-03-09T16:59:52.972Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-03-09T16:59:52.972Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-03-09T16:59:52.972Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-09T16:59:52.972Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-03-09T16:59:52.972Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-03-09T16:59:52.972Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-03-09T16:59:52.972Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-03-09T16:59:52.972Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-03-09T16:59:52.972Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-03-09T16:59:52.972Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-03-09T16:59:53.231Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-09T16:59:53.231Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-03-09T16:59:53.231Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-09T16:59:53.491Z] Executing udev-init-scripts-35-r0.post-install [2023-03-09T16:59:53.491Z] (76/80) Installing kmod-libs (29-r2) [2023-03-09T16:59:53.491Z] (77/80) Installing eudev (3.2.11-r0) [2023-03-09T16:59:53.491Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-03-09T16:59:53.491Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-09T16:59:53.491Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-03-09T16:59:53.491Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T16:59:53.491Z] Executing eudev-3.2.11-r0.trigger [2023-03-09T16:59:53.491Z] OK: 331 MiB in 131 packages [2023-03-09T16:59:55.817Z] Still waiting to schedule task [2023-03-09T16:59:55.817Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9504’ [2023-03-09T16:59:56.031Z] Removing intermediate container 032276a9a9bf [2023-03-09T16:59:56.031Z] ---> f87189473868 [2023-03-09T16:59:56.031Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-09T16:59:56.031Z] ---> Running in 69a621722e1b [2023-03-09T16:59:56.031Z] Removing intermediate container 69a621722e1b [2023-03-09T16:59:56.031Z] ---> 499b84b18522 [2023-03-09T16:59:56.031Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-09T16:59:56.291Z] ---> 1d2ca6caa5c9 [2023-03-09T16:59:56.291Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T16:59:56.291Z] ---> Running in 2c42d172046a [2023-03-09T17:01:04.001Z] Removing intermediate container 2c42d172046a [2023-03-09T17:01:04.001Z] ---> 4eb774337ac7 [2023-03-09T17:01:04.001Z] Step 11/13 : COPY . . [2023-03-09T17:01:04.001Z] ---> d6cd03b3b675 [2023-03-09T17:01:04.001Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-09T17:01:04.001Z] ---> Running in c3df4eac055c [2023-03-09T17:01:04.001Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:01:04.001Z] Dload Upload Total Spent Left Speed [2023-03-09T17:01:04.001Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9165 0 --:--:-- --:--:-- --:--:-- 9234 [2023-03-09T17:01:04.001Z] Removing intermediate container c3df4eac055c [2023-03-09T17:01:04.001Z] ---> 9a4130a0d46e [2023-03-09T17:01:04.001Z] Step 13/13 : RUN ${MAKE} [2023-03-09T17:01:04.001Z] ---> Running in 2e5466572f8b [2023-03-09T17:01:04.001Z] noop [2023-03-09T17:01:04.001Z] Removing intermediate container 2e5466572f8b [2023-03-09T17:01:04.001Z] ---> 35c0a9217c51 [2023-03-09T17:01:04.001Z] Successfully built 35c0a9217c51 [2023-03-09T17:01:04.001Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:01:04.443Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T17:01:04.443Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:01:04.586Z] prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container [2023-03-09T17:01:04.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T17:01:04.962Z] $ docker top 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T17:01:05.349Z] + go version [2023-03-09T17:01:05.349Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-09T17:01:05.381Z] $ docker stop --time=1 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f [2023-03-09T17:01:06.633Z] $ docker rm -f --volumes 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:01:07.312Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T17:01:07.312Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:01:07.458Z] prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container [2023-03-09T17:01:07.488Z] $ 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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T17:01:08.262Z] $ docker top 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T17:01:08.647Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-175 [Pipeline] fileExists [Pipeline] sh [2023-03-09T17:01:09.009Z] + make test [2023-03-09T17:01:09.009Z] go test ./... -coverprofile=coverage.out ./... [2023-03-09T17:01:09.575Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-09T17:01:19.545Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-09T17:01:19.545Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.009s coverage: 2.0% of statements [2023-03-09T17:01:26.106Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-09T17:01:26.106Z] go vet ./... [2023-03-09T17:01:29.388Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T17:01:29.388Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T17:01:29.388Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T17:01:29.428Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T17:01:29.458Z] $ docker stop --time=1 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 [2023-03-09T17:01:31.651Z] $ docker rm -f --volumes 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T17:01:32.134Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T17:01:32.198Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-09T17:01:32.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T17:01:33.163Z] + ls -al . [2023-03-09T17:01:33.163Z] total 188 [2023-03-09T17:01:33.163Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 17:01 . [2023-03-09T17:01:33.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 .. [2023-03-09T17:01:33.163Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:01 .git [2023-03-09T17:01:33.163Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 .github [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 9 16:59 .gitignore [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 9 16:59 .golangci.yml [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 9 16:59 .hadolint.yml [2023-03-09T17:01:33.163Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 16:59 .semver [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 9 16:59 Attribution.txt [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 9 16:59 CHANGELOG.md [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 9 16:59 Dockerfile [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 9 16:59 GOVERNANCE.md [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 9 16:59 Jenkinsfile [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 9 16:59 LICENSE [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 9 16:59 Makefile [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 9 16:59 OWNERS.md [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 9 16:59 README.md [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:59 VERSION [2023-03-09T17:01:33.163Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 16:59 bin [2023-03-09T17:01:33.163Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 cmd [2023-03-09T17:01:33.163Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 9 17:01 coverage.out [2023-03-09T17:01:33.163Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 9 16:59 docker-entrypoint.sh [2023-03-09T17:01:33.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 docs [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 9 16:59 go.mod [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 31546 Mar 9 16:59 go.sum [2023-03-09T17:01:33.163Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 internal [2023-03-09T17:01:33.163Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 snap [2023-03-09T17:01:33.163Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 9 16:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:01:33.550Z] + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 --label arch=amd64 --label version=0.0.0 . [2023-03-09T17:01:33.550Z] Sending build context to Docker daemon 1.831MB [2023-03-09T17:01:33.550Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T17:01:33.550Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-09T17:01:33.550Z] ---> 35c0a9217c51 [2023-03-09T17:01:33.550Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-09T17:01:33.550Z] ---> Running in 48e07ea628fc [2023-03-09T17:01:33.808Z] Removing intermediate container 48e07ea628fc [2023-03-09T17:01:33.808Z] ---> e04062d82b20 [2023-03-09T17:01:33.808Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T17:01:33.808Z] ---> Running in 7446fb0cc093 [2023-03-09T17:01:33.808Z] Removing intermediate container 7446fb0cc093 [2023-03-09T17:01:33.808Z] ---> 27611ab18021 [2023-03-09T17:01:33.808Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-09T17:01:33.808Z] ---> Running in a5687f8a1877 [2023-03-09T17:01:33.808Z] Removing intermediate container a5687f8a1877 [2023-03-09T17:01:33.808Z] ---> 043446e6cd4d [2023-03-09T17:01:33.808Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-09T17:01:33.808Z] ---> Running in 80f8bcbca516 [2023-03-09T17:01:34.068Z] Removing intermediate container 80f8bcbca516 [2023-03-09T17:01:34.068Z] ---> 40a8ddc0bf4e [2023-03-09T17:01:34.068Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T17:01:34.068Z] ---> Running in aa587a1137d2 [2023-03-09T17:01:34.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T17:01:34.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T17:01:34.587Z] OK: 331 MiB in 131 packages [2023-03-09T17:01:34.846Z] Removing intermediate container aa587a1137d2 [2023-03-09T17:01:34.846Z] ---> b5c4141e4dbc [2023-03-09T17:01:34.846Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-09T17:01:34.846Z] ---> Running in bfb212aa030d [2023-03-09T17:01:35.106Z] Removing intermediate container bfb212aa030d [2023-03-09T17:01:35.106Z] ---> be952ba740dc [2023-03-09T17:01:35.106Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-09T17:01:35.106Z] ---> b3f972983645 [2023-03-09T17:01:35.106Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T17:01:35.106Z] ---> Running in 7f4ee2774faa [2023-03-09T17:01:36.042Z] Removing intermediate container 7f4ee2774faa [2023-03-09T17:01:36.042Z] ---> 8a61472bec09 [2023-03-09T17:01:36.042Z] Step 11/35 : COPY . . [2023-03-09T17:01:36.304Z] ---> cd3b7c675c47 [2023-03-09T17:01:36.304Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-09T17:01:36.304Z] ---> Running in 8a8b643cf017 [2023-03-09T17:01:36.564Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:01:36.564Z]  Dload Upload Total Spent Left Speed [2023-03-09T17:01:36.564Z]   0 0 0 0 0  0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 44770 0 --:--:-- --:--:-- --:--:-- 46173 [2023-03-09T17:01:36.823Z] Removing intermediate container 8a8b643cf017 [2023-03-09T17:01:36.823Z] ---> 49ec45fa6f03 [2023-03-09T17:01:36.823Z] Step 13/35 : RUN ${MAKE} [2023-03-09T17:01:36.823Z] ---> Running in 842c48f72513 [2023-03-09T17:01:37.080Z] 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-03-09T17:02:03.718Z] Removing intermediate container 842c48f72513 [2023-03-09T17:02:03.718Z] ---> 18bbdbdfe1f7 [2023-03-09T17:02:03.718Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-09T17:02:03.718Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-09T17:02:03.718Z] af6660deedbd: Pulling fs layer [2023-03-09T17:02:03.718Z] 97cd0a44c592: Pulling fs layer [2023-03-09T17:02:03.718Z] 97cd0a44c592: Verifying Checksum [2023-03-09T17:02:03.718Z] 97cd0a44c592: Download complete [2023-03-09T17:02:03.718Z] af6660deedbd: Verifying Checksum [2023-03-09T17:02:03.718Z] af6660deedbd: Download complete [2023-03-09T17:02:03.718Z] af6660deedbd: Pull complete [2023-03-09T17:02:03.718Z] 97cd0a44c592: Pull complete [2023-03-09T17:02:03.718Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-09T17:02:03.718Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-09T17:02:03.718Z] ---> fea57e182299 [2023-03-09T17:02:03.718Z] Step 15/35 : FROM alpine:3.16 [2023-03-09T17:02:03.718Z] 3.16: Pulling from library/alpine [2023-03-09T17:02:03.718Z] ef5531b6e74e: Pulling fs layer [2023-03-09T17:02:03.718Z] ef5531b6e74e: Verifying Checksum [2023-03-09T17:02:03.718Z] ef5531b6e74e: Download complete [2023-03-09T17:02:03.718Z] ef5531b6e74e: Pull complete [2023-03-09T17:02:03.718Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T17:02:03.718Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T17:02:03.718Z] ---> dfd21b5a31f5 [2023-03-09T17:02:03.718Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-09T17:02:03.718Z] ---> Running in 0c1c9baafbd9 [2023-03-09T17:02:03.718Z] Removing intermediate container 0c1c9baafbd9 [2023-03-09T17:02:03.718Z] ---> 844a1d350df5 [2023-03-09T17:02:03.718Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-09T17:02:03.718Z] ---> Running in fd5d1f1e1b17 [2023-03-09T17:02:03.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T17:02:03.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T17:02:03.718Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-03-09T17:02:03.718Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-03-09T17:02:03.718Z] (3/80) Installing libxau (1.0.9-r0) [2023-03-09T17:02:03.718Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-03-09T17:02:03.718Z] (5/80) Installing libxcb (1.15-r0) [2023-03-09T17:02:03.718Z] (6/80) Installing libx11 (1.8-r0) [2023-03-09T17:02:03.718Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-03-09T17:02:03.718Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-03-09T17:02:03.718Z] (9/80) Installing expat (2.5.0-r0) [2023-03-09T17:02:03.718Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-03-09T17:02:03.718Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-03-09T17:02:03.718Z] (12/80) Installing libpng (1.6.37-r1) [2023-03-09T17:02:03.718Z] (13/80) Installing freetype (2.12.1-r0) [2023-03-09T17:02:03.718Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-03-09T17:02:03.718Z] (15/80) Installing fribidi (1.0.12-r0) [2023-03-09T17:02:03.718Z] (16/80) Installing libffi (3.4.2-r1) [2023-03-09T17:02:03.718Z] (17/80) Installing libintl (0.21-r2) [2023-03-09T17:02:03.718Z] (18/80) Installing libblkid (2.38-r1) [2023-03-09T17:02:03.718Z] (19/80) Installing libmount (2.38-r1) [2023-03-09T17:02:03.718Z] (20/80) Installing pcre (8.45-r2) [2023-03-09T17:02:03.718Z] (21/80) Installing glib (2.72.1-r0) [2023-03-09T17:02:03.718Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-03-09T17:02:03.718Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-03-09T17:02:03.718Z] (24/80) Installing libass (0.16.0-r0) [2023-03-09T17:02:03.718Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-03-09T17:02:03.718Z] (26/80) Installing libpciaccess (0.16-r0) [2023-03-09T17:02:03.718Z] (27/80) Installing libdrm (2.4.110-r0) [2023-03-09T17:02:03.718Z] (28/80) Installing gmp (6.2.1-r2) [2023-03-09T17:02:03.718Z] (29/80) Installing nettle (3.7.3-r0) [2023-03-09T17:02:03.718Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-03-09T17:02:03.718Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-03-09T17:02:03.718Z] (32/80) Installing libunistring (1.0-r0) [2023-03-09T17:02:03.718Z] (33/80) Installing gnutls (3.7.7-r1) [2023-03-09T17:02:03.718Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-09T17:02:03.718Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-09T17:02:03.718Z] (36/80) Installing lame (3.100-r0) [2023-03-09T17:02:03.718Z] (37/80) Installing opus (1.3.1-r1) [2023-03-09T17:02:03.718Z] (38/80) Installing libasyncns (0.8-r1) [2023-03-09T17:02:03.718Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-03-09T17:02:03.718Z] (40/80) Installing libltdl (2.4.7-r0) [2023-03-09T17:02:03.718Z] (41/80) Installing orc (0.4.32-r0) [2023-03-09T17:02:03.718Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-03-09T17:02:03.718Z] (43/80) Installing libogg (1.3.5-r1) [2023-03-09T17:02:03.718Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-09T17:02:03.718Z] (45/80) Installing flac (1.3.4-r0) [2023-03-09T17:02:03.718Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-03-09T17:02:03.718Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-03-09T17:02:03.718Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-03-09T17:02:03.718Z] (49/80) Installing soxr (0.1.3-r2) [2023-03-09T17:02:03.718Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-03-09T17:02:03.718Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-03-09T17:02:03.718Z] (52/80) Installing libpulse (15.0-r2) [2023-03-09T17:02:03.718Z] (53/80) Installing cjson (1.7.15-r3) [2023-03-09T17:02:03.718Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-03-09T17:02:03.718Z] (55/80) Installing librist (0.2.6-r1) [2023-03-09T17:02:03.718Z] (56/80) Installing libsrt (1.4.4-r0) [2023-03-09T17:02:03.718Z] (57/80) Installing libssh (0.9.6-r1) [2023-03-09T17:02:03.718Z] (58/80) Installing libtheora (1.1.1-r16) [2023-03-09T17:02:03.718Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-09T17:02:03.718Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-09T17:02:03.978Z] (61/80) Installing libxext (1.3.4-r0) [2023-03-09T17:02:03.978Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-03-09T17:02:03.978Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-09T17:02:03.978Z] (64/80) Installing libva (2.14.0-r0) [2023-03-09T17:02:03.978Z] (65/80) Installing libvdpau (1.5-r0) [2023-03-09T17:02:03.978Z] (66/80) Installing vidstab (1.1.0-r1) [2023-03-09T17:02:03.978Z] (67/80) Installing libvpx (1.11.0-r1) [2023-03-09T17:02:03.978Z] (68/80) Installing libwebp (1.2.3-r0) [2023-03-09T17:02:03.978Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-03-09T17:02:03.978Z] (70/80) Installing numactl (2.0.14-r0) [2023-03-09T17:02:03.978Z] (71/80) Installing x265-libs (3.5-r3) [2023-03-09T17:02:03.978Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-03-09T17:02:03.978Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-03-09T17:02:04.237Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-03-09T17:02:04.237Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-09T17:02:04.237Z] Executing udev-init-scripts-35-r0.post-install [2023-03-09T17:02:04.237Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-03-09T17:02:04.237Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-03-09T17:02:04.237Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-03-09T17:02:04.237Z] (79/80) Installing kmod-libs (29-r2) [2023-03-09T17:02:04.237Z] (80/80) Installing eudev (3.2.11-r0) [2023-03-09T17:02:04.237Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T17:02:04.237Z] Executing eudev-3.2.11-r0.trigger [2023-03-09T17:02:04.237Z] OK: 100 MiB in 94 packages [2023-03-09T17:02:07.524Z] Removing intermediate container fd5d1f1e1b17 [2023-03-09T17:02:07.524Z] ---> fbf630415a84 [2023-03-09T17:02:07.524Z] Step 18/35 : WORKDIR / [2023-03-09T17:02:07.524Z] ---> Running in fd52c7f779b7 [2023-03-09T17:02:07.782Z] Removing intermediate container fd52c7f779b7 [2023-03-09T17:02:07.782Z] ---> b17cef4fe95e [2023-03-09T17:02:07.782Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-09T17:02:08.717Z] ---> 687b4a4697f2 [2023-03-09T17:02:08.717Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-09T17:02:08.976Z] ---> ab0d8d03d30f [2023-03-09T17:02:08.976Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-09T17:02:08.976Z] ---> 1da1dc541692 [2023-03-09T17:02:08.976Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-09T17:02:09.235Z] ---> 25d22d49edb7 [2023-03-09T17:02:09.235Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-09T17:02:09.235Z] ---> 6425bfa56278 [2023-03-09T17:02:09.235Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-09T17:02:09.493Z] ---> af75d4da5b13 [2023-03-09T17:02:09.493Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-09T17:02:10.059Z] ---> 10ce2b3be7cb [2023-03-09T17:02:10.059Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-09T17:02:10.059Z] ---> Running in aa806318d311 [2023-03-09T17:02:10.627Z] Removing intermediate container aa806318d311 [2023-03-09T17:02:10.627Z] ---> b034fe5269d5 [2023-03-09T17:02:10.627Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-09T17:02:10.627Z] ---> Running in 54b59bc71128 [2023-03-09T17:02:11.569Z] Removing intermediate container 54b59bc71128 [2023-03-09T17:02:11.569Z] ---> 711cd16cbb0a [2023-03-09T17:02:11.569Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-09T17:02:11.569Z] ---> Running in 6fa756b76d05 [2023-03-09T17:02:12.138Z] Removing intermediate container 6fa756b76d05 [2023-03-09T17:02:12.138Z] ---> 5464ded8d711 [2023-03-09T17:02:12.138Z] Step 29/35 : EXPOSE 59983 [2023-03-09T17:02:12.138Z] ---> Running in 760dc3c0cca7 [2023-03-09T17:02:12.138Z] Removing intermediate container 760dc3c0cca7 [2023-03-09T17:02:12.138Z] ---> 63ae14e6f927 [2023-03-09T17:02:12.138Z] Step 30/35 : EXPOSE 8554 [2023-03-09T17:02:12.138Z] ---> Running in 5248a0b0b299 [2023-03-09T17:02:12.138Z] Removing intermediate container 5248a0b0b299 [2023-03-09T17:02:12.138Z] ---> d6a8b7a63218 [2023-03-09T17:02:12.138Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-09T17:02:12.138Z] ---> Running in 070c86b5d400 [2023-03-09T17:02:12.138Z] Removing intermediate container 070c86b5d400 [2023-03-09T17:02:12.138Z] ---> aa205290377d [2023-03-09T17:02:12.138Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-09T17:02:12.398Z] ---> Running in 13b9b10fc106 [2023-03-09T17:02:12.398Z] Removing intermediate container 13b9b10fc106 [2023-03-09T17:02:12.398Z] ---> 8e66173c0b9b [2023-03-09T17:02:12.398Z] Step 33/35 : LABEL arch=amd64 [2023-03-09T17:02:12.398Z] ---> Running in e1569a495dfa [2023-03-09T17:02:12.398Z] Removing intermediate container e1569a495dfa [2023-03-09T17:02:12.398Z] ---> cb3614552d78 [2023-03-09T17:02:12.398Z] Step 34/35 : LABEL git_sha=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [2023-03-09T17:02:12.657Z] ---> Running in 1a807bb74605 [2023-03-09T17:02:12.657Z] Removing intermediate container 1a807bb74605 [2023-03-09T17:02:12.657Z] ---> 3dc825c5de40 [2023-03-09T17:02:12.657Z] Step 35/35 : LABEL version=0.0.0 [2023-03-09T17:02:12.657Z] ---> Running in c79f3672b68d [2023-03-09T17:02:12.657Z] Removing intermediate container c79f3672b68d [2023-03-09T17:02:12.657Z] ---> 429d13cacd54 [2023-03-09T17:02:12.657Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T17:02:12.657Z] Successfully built 429d13cacd54 [2023-03-09T17:02:12.657Z] 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-03-09T17:02:13.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T17:02:13.490Z] [2023-03-09T17:02:13.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:02:13.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T17:02:13.866Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-09T17:02:13.866Z] 5eb5b503b376: Pulling fs layer [2023-03-09T17:02:13.866Z] 5c69ac0246d0: Pulling fs layer [2023-03-09T17:02:13.866Z] ec43610c2a17: Pulling fs layer [2023-03-09T17:02:13.866Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-09T17:02:13.866Z] 33b1e0a273af: Pulling fs layer [2023-03-09T17:02:13.866Z] 5d3b04190fa2: Pulling fs layer [2023-03-09T17:02:13.866Z] 2f39f015ded8: Pulling fs layer [2023-03-09T17:02:13.866Z] 3a2ae6a8a46f: Waiting [2023-03-09T17:02:13.866Z] 33b1e0a273af: Waiting [2023-03-09T17:02:13.866Z] 5d3b04190fa2: Waiting [2023-03-09T17:02:13.866Z] 2f39f015ded8: Waiting [2023-03-09T17:02:13.866Z] 5c69ac0246d0: Download complete [2023-03-09T17:02:13.866Z] 3a2ae6a8a46f: Download complete [2023-03-09T17:02:14.127Z] 33b1e0a273af: Verifying Checksum [2023-03-09T17:02:14.127Z] 33b1e0a273af: Download complete [2023-03-09T17:02:14.127Z] 5d3b04190fa2: Download complete [2023-03-09T17:02:14.127Z] ec43610c2a17: Verifying Checksum [2023-03-09T17:02:14.127Z] ec43610c2a17: Download complete [2023-03-09T17:02:14.127Z] 5eb5b503b376: Download complete [2023-03-09T17:02:14.695Z] 2f39f015ded8: Verifying Checksum [2023-03-09T17:02:15.260Z] 5eb5b503b376: Pull complete [2023-03-09T17:02:15.519Z] 5c69ac0246d0: Pull complete [2023-03-09T17:02:15.778Z] ec43610c2a17: Pull complete [2023-03-09T17:02:15.778Z] 3a2ae6a8a46f: Pull complete [2023-03-09T17:02:16.037Z] 33b1e0a273af: Pull complete [2023-03-09T17:02:16.037Z] 5d3b04190fa2: Pull complete [2023-03-09T17:02:20.218Z] 2f39f015ded8: Pull complete [2023-03-09T17:02:20.218Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-09T17:02:20.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T17:02:20.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:02:20.417Z] prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container [2023-03-09T17:02:20.445Z] $ 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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@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-03-09T17:02:23.442Z] $ docker top cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:02:23.875Z] ---> job-cost.sh [2023-03-09T17:02:23.875Z] lf-activate-venv: SKIPPING [2023-03-09T17:02:23.875Z] INFO: No Stack... [2023-03-09T17:02:24.134Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T17:02:24.393Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T17:02:24.706Z] + cat /w/workspace/foundry_device-usb-camera_PR-175/archives/cost.csv [2023-03-09T17:02:24.706Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T17:02:24.743Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [2023-03-09T17:02:24.748Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] did not exist. Created. [2023-03-09T17:02:24.748Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T17:02:25.134Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-09T17:02:25.180Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T17:02:25.211Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T17:02:25.292Z] $ docker stop --time=1 cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 [2023-03-09T17:02:26.504Z] $ docker rm -f --volumes cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-09T17:03:23.819Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9506 in /w/workspace/foundry_device-usb-camera_PR-175 [Pipeline] { [Pipeline] ws [2023-03-09T17:03:23.876Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2023-03-09T17:03:23.957Z] Selected Git installation does not exist. Using Default [2023-03-09T17:03:23.958Z] The recommended git tool is: NONE [2023-03-09T17:03:28.849Z] using credential edgex-jenkins-ssh [2023-03-09T17:03:28.866Z] Cloning the remote Git repository [2023-03-09T17:03:28.910Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-03-09T17:03:28.983Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-03-09T17:03:29.129Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-03-09T17:03:29.130Z] > git --version # timeout=10 [2023-03-09T17:03:29.150Z] > git --version # 'git version 2.25.1' [2023-03-09T17:03:29.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T17:03:29.208Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T17:03:30.054Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-03-09T17:03:30.078Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T17:03:30.934Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-03-09T17:03:30.973Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-03-09T17:03:30.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T17:03:30.991Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-09T17:03:31.572Z] Merging remotes/origin/main commit 3323a63d0afd632e576abad22becd63271ca5b86 into PR head commit e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [2023-03-09T17:03:31.798Z] Merge succeeded, producing e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [2023-03-09T17:03:31.799Z] Checking out Revision e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 (PR-175) [2023-03-09T17:03:31.592Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T17:03:31.619Z] > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 [2023-03-09T17:03:31.712Z] > git remote # timeout=10 [2023-03-09T17:03:31.728Z] > git config --get remote.origin.url # timeout=10 [2023-03-09T17:03:31.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T17:03:31.758Z] > git merge 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 [2023-03-09T17:03:31.784Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-09T17:03:31.808Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T17:03:31.824Z] > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 [2023-03-09T17:03:35.273Z] Commit message: "feat(snap): Override variable 'Device.ProvisionWatchersDir'" [2023-03-09T17:03:35.324Z] > git --version # timeout=10 [2023-03-09T17:03:35.335Z] > git --version # 'git version 2.25.1' [2023-03-09T17:03:35.353Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T17:03:36.403Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-09T17:03:36.403Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:03:36.403Z] Dload Upload Total Spent Left Speed [2023-03-09T17:03:36.403Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-03-09T17:03:37.100Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-09T17:03:37.455Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-09T17:03:37.455Z] + sudo tee /etc/docker/daemon.new [2023-03-09T17:03:37.455Z] { [2023-03-09T17:03:37.455Z] "registry-mirrors": [ [2023-03-09T17:03:37.455Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-09T17:03:37.455Z] ], [2023-03-09T17:03:37.455Z] "bip": "10.250.0.254/24", [2023-03-09T17:03:37.455Z] "hosts": [ [2023-03-09T17:03:37.455Z] "tcp://0.0.0.0:5555", [2023-03-09T17:03:37.455Z] "unix:///var/run/docker.sock" [2023-03-09T17:03:37.455Z] ], [2023-03-09T17:03:37.455Z] "mtu": 1458, [2023-03-09T17:03:37.455Z] "selinux-enabled": true, [2023-03-09T17:03:37.455Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-09T17:03:37.455Z] } [Pipeline] sh [2023-03-09T17:03:37.799Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-09T17:03:38.140Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T17:04:00.320Z] provisioning config files... [2023-03-09T17:04:00.349Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config14636999610570180824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:04:00.737Z] ---> docker-login.sh [2023-03-09T17:04:00.737Z] nexus3.edgexfoundry.org:10001 [2023-03-09T17:04:01.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T17:04:01.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T17:04:01.328Z] Configure a credential helper to remove this warning. See [2023-03-09T17:04:01.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T17:04:01.328Z] [2023-03-09T17:04:01.328Z] Login Succeeded [2023-03-09T17:04:01.328Z] nexus3.edgexfoundry.org:10002 [2023-03-09T17:04:01.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T17:04:01.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T17:04:01.870Z] Configure a credential helper to remove this warning. See [2023-03-09T17:04:01.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T17:04:01.870Z] [2023-03-09T17:04:01.870Z] Login Succeeded [2023-03-09T17:04:01.870Z] nexus3.edgexfoundry.org:10003 [2023-03-09T17:04:02.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T17:04:02.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T17:04:02.142Z] Configure a credential helper to remove this warning. See [2023-03-09T17:04:02.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T17:04:02.142Z] [2023-03-09T17:04:02.142Z] Login Succeeded [2023-03-09T17:04:02.142Z] nexus3.edgexfoundry.org:10004 [2023-03-09T17:04:02.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T17:04:02.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T17:04:02.410Z] Configure a credential helper to remove this warning. See [2023-03-09T17:04:02.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T17:04:02.410Z] [2023-03-09T17:04:02.410Z] Login Succeeded [2023-03-09T17:04:02.410Z] docker.io [2023-03-09T17:04:02.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T17:04:02.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T17:04:02.946Z] Configure a credential helper to remove this warning. See [2023-03-09T17:04:02.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T17:04:02.946Z] [2023-03-09T17:04:02.946Z] Login Succeeded [2023-03-09T17:04:02.946Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T17:04:02.976Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T17:04:03.355Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T17:04:03.392Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T17:04:03.428Z] ========================================================= [2023-03-09T17:04:03.428Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-09T17:04:03.428Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:04:03.964Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-09T17:04:04.236Z] Sending build context to Docker daemon 1.162MB [2023-03-09T17:04:04.236Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T17:04:04.236Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-09T17:04:04.505Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-09T17:04:04.505Z] 9b18e9b68314: Pulling fs layer [2023-03-09T17:04:04.505Z] 35d82f9e3411: Pulling fs layer [2023-03-09T17:04:04.505Z] e16973657156: Pulling fs layer [2023-03-09T17:04:04.505Z] fc693d55d65f: Pulling fs layer [2023-03-09T17:04:04.505Z] 7e9fc2657dce: Pulling fs layer [2023-03-09T17:04:04.505Z] dda99020689f: Pulling fs layer [2023-03-09T17:04:04.505Z] db1c61fa0a46: Pulling fs layer [2023-03-09T17:04:04.505Z] 891c053d2c06: Pulling fs layer [2023-03-09T17:04:04.505Z] fc693d55d65f: Waiting [2023-03-09T17:04:04.505Z] 7e9fc2657dce: Waiting [2023-03-09T17:04:04.505Z] dda99020689f: Waiting [2023-03-09T17:04:04.505Z] db1c61fa0a46: Waiting [2023-03-09T17:04:04.505Z] 891c053d2c06: Waiting [2023-03-09T17:04:04.505Z] e16973657156: Verifying Checksum [2023-03-09T17:04:04.505Z] e16973657156: Download complete [2023-03-09T17:04:04.505Z] 35d82f9e3411: Verifying Checksum [2023-03-09T17:04:04.505Z] 35d82f9e3411: Download complete [2023-03-09T17:04:04.505Z] 7e9fc2657dce: Verifying Checksum [2023-03-09T17:04:04.505Z] 7e9fc2657dce: Download complete [2023-03-09T17:04:04.505Z] dda99020689f: Verifying Checksum [2023-03-09T17:04:04.505Z] dda99020689f: Download complete [2023-03-09T17:04:04.505Z] 9b18e9b68314: Verifying Checksum [2023-03-09T17:04:04.505Z] 9b18e9b68314: Download complete [2023-03-09T17:04:05.488Z] 9b18e9b68314: Pull complete [2023-03-09T17:04:05.488Z] 891c053d2c06: Verifying Checksum [2023-03-09T17:04:05.488Z] 891c053d2c06: Download complete [2023-03-09T17:04:06.091Z] 35d82f9e3411: Pull complete [2023-03-09T17:04:06.360Z] e16973657156: Pull complete [2023-03-09T17:04:06.946Z] db1c61fa0a46: Verifying Checksum [2023-03-09T17:04:06.946Z] db1c61fa0a46: Download complete [2023-03-09T17:04:07.531Z] fc693d55d65f: Verifying Checksum [2023-03-09T17:04:07.531Z] fc693d55d65f: Download complete [2023-03-09T17:04:19.856Z] fc693d55d65f: Pull complete [2023-03-09T17:04:19.856Z] 7e9fc2657dce: Pull complete [2023-03-09T17:04:19.856Z] dda99020689f: Pull complete [2023-03-09T17:04:25.221Z] db1c61fa0a46: Pull complete [2023-03-09T17:04:26.645Z] 891c053d2c06: Pull complete [2023-03-09T17:04:26.645Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-09T17:04:26.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T17:04:26.645Z] ---> f96f9c87975a [2023-03-09T17:04:26.645Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-09T17:04:28.592Z] ---> Running in 309ee99b4d2f [2023-03-09T17:04:28.861Z] Removing intermediate container 309ee99b4d2f [2023-03-09T17:04:28.861Z] ---> a7ffe8aac0eb [2023-03-09T17:04:28.861Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T17:04:28.861Z] ---> Running in e8a890c82dd4 [2023-03-09T17:04:29.129Z] Removing intermediate container e8a890c82dd4 [2023-03-09T17:04:29.129Z] ---> 68e3d021c263 [2023-03-09T17:04:29.129Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-09T17:04:29.129Z] ---> Running in 411d124ac119 [2023-03-09T17:04:29.397Z] Removing intermediate container 411d124ac119 [2023-03-09T17:04:29.397Z] ---> eb47147d270c [2023-03-09T17:04:29.397Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-09T17:04:29.664Z] ---> Running in 1b755afc5d5e [2023-03-09T17:04:29.932Z] Removing intermediate container 1b755afc5d5e [2023-03-09T17:04:29.932Z] ---> 22f1a3f7830f [2023-03-09T17:04:29.932Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T17:04:29.932Z] ---> Running in 584e58b9e70a [2023-03-09T17:04:30.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T17:04:31.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T17:04:32.129Z] (1/14) Installing libintl (0.21-r2) [2023-03-09T17:04:32.129Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-03-09T17:04:32.129Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-03-09T17:04:32.129Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-03-09T17:04:32.129Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-03-09T17:04:32.396Z] (6/14) Installing udev-init-scripts (35-r0) [2023-03-09T17:04:32.396Z] Executing udev-init-scripts-35-r0.post-install [2023-03-09T17:04:32.396Z] (7/14) Installing libblkid (2.38-r1) [2023-03-09T17:04:32.396Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-03-09T17:04:32.396Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-03-09T17:04:32.396Z] (10/14) Installing kmod-libs (29-r2) [2023-03-09T17:04:32.396Z] (11/14) Installing eudev (3.2.11-r0) [2023-03-09T17:04:32.396Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-03-09T17:04:32.396Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-09T17:04:32.396Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-03-09T17:04:32.396Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T17:04:32.396Z] Executing eudev-3.2.11-r0.trigger [2023-03-09T17:04:32.664Z] OK: 228 MiB in 65 packages [2023-03-09T17:04:34.072Z] Removing intermediate container 584e58b9e70a [2023-03-09T17:04:34.072Z] ---> 6f131c0fb1bc [2023-03-09T17:04:34.072Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-09T17:04:34.340Z] ---> Running in fb8e5f4ea680 [2023-03-09T17:04:34.606Z] Removing intermediate container fb8e5f4ea680 [2023-03-09T17:04:34.606Z] ---> 8b1b68e4b633 [2023-03-09T17:04:34.606Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-09T17:04:34.875Z] ---> f4b8de61d63f [2023-03-09T17:04:34.875Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T17:04:35.157Z] ---> Running in 9ef20b641903 [2023-03-09T17:05:43.069Z] Removing intermediate container 9ef20b641903 [2023-03-09T17:05:43.069Z] ---> a422b0290bb1 [2023-03-09T17:05:43.069Z] Step 11/13 : COPY . . [2023-03-09T17:05:43.069Z] ---> 0d359b45e441 [2023-03-09T17:05:43.069Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-09T17:05:43.069Z] ---> Running in f05342fb130b [2023-03-09T17:05:43.069Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:05:43.069Z] Dload Upload Total Spent Left Speed [2023-03-09T17:05:43.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14079 0 --:--:-- --:--:-- --:--:-- 14351 [2023-03-09T17:05:43.069Z] Removing intermediate container f05342fb130b [2023-03-09T17:05:43.069Z] ---> f98f1f75d4b4 [2023-03-09T17:05:43.069Z] Step 13/13 : RUN ${MAKE} [2023-03-09T17:05:43.069Z] ---> Running in 6798cd3a837c [2023-03-09T17:05:43.069Z] noop [2023-03-09T17:05:43.069Z] Removing intermediate container 6798cd3a837c [2023-03-09T17:05:43.069Z] ---> d810d1160f03 [2023-03-09T17:05:43.069Z] Successfully built d810d1160f03 [2023-03-09T17:05:43.069Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:05:43.540Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T17:05:43.540Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:05:43.804Z] prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container [2023-03-09T17:05:43.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T17:05:45.042Z] $ docker top e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T17:05:45.909Z] + go version [2023-03-09T17:05:45.909Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-09T17:05:45.945Z] $ docker stop --time=1 e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d [2023-03-09T17:05:47.514Z] $ docker rm -f --volumes e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:05:48.340Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T17:05:48.340Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:05:48.581Z] prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container [2023-03-09T17:05:48.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T17:05:49.761Z] $ docker top f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T17:05:50.621Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-03-09T17:05:51.013Z] + make test [2023-03-09T17:05:51.013Z] go test ./... -coverprofile=coverage.out ./... [2023-03-09T17:05:52.952Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-09T17:07:14.582Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-09T17:07:18.836Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.066s coverage: 2.0% of statements [2023-03-09T17:07:19.105Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-09T17:07:19.105Z] go vet ./... [2023-03-09T17:07:41.175Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T17:07:41.175Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T17:07:41.175Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T17:07:41.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T17:07:41.246Z] $ docker stop --time=1 f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 [2023-03-09T17:07:43.681Z] $ docker rm -f --volumes f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T17:07:44.675Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T17:07:44.718Z] Warning: overwriting stash ‘coverage-report’ [2023-03-09T17:07:45.186Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T17:07:45.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T17:07:46.143Z] + ls -al . [2023-03-09T17:07:46.143Z] total 184 [2023-03-09T17:07:46.143Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 9 17:05 . [2023-03-09T17:07:46.143Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 .. [2023-03-09T17:07:46.143Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:03 .git [2023-03-09T17:07:46.143Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 .github [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 9 17:03 .gitignore [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 9 17:03 .golangci.yml [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 9 17:03 .hadolint.yml [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 9 17:03 Attribution.txt [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 9 17:03 CHANGELOG.md [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 9 17:03 Dockerfile [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 9 17:03 GOVERNANCE.md [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 9 17:03 Jenkinsfile [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 9 17:03 LICENSE [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 9 17:03 Makefile [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 9 17:03 OWNERS.md [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 9 17:03 README.md [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:59 VERSION [2023-03-09T17:07:46.143Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:03 bin [2023-03-09T17:07:46.143Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 cmd [2023-03-09T17:07:46.143Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 9 17:07 coverage.out [2023-03-09T17:07:46.143Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 9 17:03 docker-entrypoint.sh [2023-03-09T17:07:46.143Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 docs [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 9 17:03 go.mod [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 31546 Mar 9 17:03 go.sum [2023-03-09T17:07:46.143Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 internal [2023-03-09T17:07:46.143Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 snap [2023-03-09T17:07:46.143Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 9 17:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:07:46.577Z] + 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=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 --label arch=arm64 --label version=0.0.0 . [2023-03-09T17:07:46.846Z] Sending build context to Docker daemon 1.191MB [2023-03-09T17:07:46.846Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T17:07:46.846Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-09T17:07:46.846Z] ---> d810d1160f03 [2023-03-09T17:07:46.846Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-09T17:07:47.114Z] ---> Running in 2a1ee81fb20a [2023-03-09T17:07:47.382Z] Removing intermediate container 2a1ee81fb20a [2023-03-09T17:07:47.382Z] ---> 9694c51fd8cb [2023-03-09T17:07:47.382Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T17:07:47.382Z] ---> Running in 2e69ebd462f6 [2023-03-09T17:07:47.657Z] Removing intermediate container 2e69ebd462f6 [2023-03-09T17:07:47.657Z] ---> 4d7ed20cc804 [2023-03-09T17:07:47.657Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-09T17:07:47.926Z] ---> Running in b33b88e80175 [2023-03-09T17:07:48.192Z] Removing intermediate container b33b88e80175 [2023-03-09T17:07:48.193Z] ---> cadb1bf00627 [2023-03-09T17:07:48.193Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-09T17:07:48.193Z] ---> Running in dc69bacdedd8 [2023-03-09T17:07:48.460Z] Removing intermediate container dc69bacdedd8 [2023-03-09T17:07:48.460Z] ---> 14e2a4417eaa [2023-03-09T17:07:48.460Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T17:07:48.460Z] ---> Running in 9c9cebc7ee5d [2023-03-09T17:07:51.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T17:07:51.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T17:07:51.996Z] OK: 228 MiB in 65 packages [2023-03-09T17:07:52.969Z] Removing intermediate container 9c9cebc7ee5d [2023-03-09T17:07:52.969Z] ---> 4081fa745778 [2023-03-09T17:07:52.969Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-09T17:07:52.969Z] ---> Running in d3e594c566c3 [2023-03-09T17:07:53.235Z] Removing intermediate container d3e594c566c3 [2023-03-09T17:07:53.235Z] ---> 8eb4a9a9d548 [2023-03-09T17:07:53.235Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-09T17:07:53.926Z] ---> 384b84be91cb [2023-03-09T17:07:53.926Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T17:07:53.926Z] ---> Running in 0a0c8130cdd2 [2023-03-09T17:07:58.265Z] Removing intermediate container 0a0c8130cdd2 [2023-03-09T17:07:58.265Z] ---> 07237c3bdc29 [2023-03-09T17:07:58.265Z] Step 11/35 : COPY . . [2023-03-09T17:07:58.542Z] ---> 96d9ebd88e52 [2023-03-09T17:07:58.542Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-09T17:07:58.542Z] ---> Running in 9956e2252ed1 [2023-03-09T17:07:59.503Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:07:59.503Z]  Dload Upload Total Spent Left Speed [2023-03-09T17:07:59.503Z]  0 0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6662 0 --:--:-- --:--:-- --:--:-- 6679 [2023-03-09T17:08:00.475Z] Removing intermediate container 9956e2252ed1 [2023-03-09T17:08:00.475Z] ---> 5627ff6aaeab [2023-03-09T17:08:00.475Z] Step 13/35 : RUN ${MAKE} [2023-03-09T17:08:00.475Z] ---> Running in 7319c00e43a0 [2023-03-09T17:08:01.900Z] 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-03-09T17:10:38.671Z] Removing intermediate container 7319c00e43a0 [2023-03-09T17:10:38.671Z] ---> 7b668116a160 [2023-03-09T17:10:38.671Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-09T17:10:38.671Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-09T17:10:38.671Z] eab2503cf8f4: Pulling fs layer [2023-03-09T17:10:38.671Z] 97cd0a44c592: Pulling fs layer [2023-03-09T17:10:38.671Z] 97cd0a44c592: Verifying Checksum [2023-03-09T17:10:38.671Z] 97cd0a44c592: Download complete [2023-03-09T17:10:38.671Z] eab2503cf8f4: Verifying Checksum [2023-03-09T17:10:38.671Z] eab2503cf8f4: Download complete [2023-03-09T17:10:38.671Z] eab2503cf8f4: Pull complete [2023-03-09T17:10:38.671Z] 97cd0a44c592: Pull complete [2023-03-09T17:10:38.671Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-09T17:10:38.671Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-09T17:10:38.671Z] ---> 7f763cca56b3 [2023-03-09T17:10:38.671Z] Step 15/35 : FROM alpine:3.16 [2023-03-09T17:10:38.671Z] 3.16: Pulling from library/alpine [2023-03-09T17:10:38.671Z] 3760b48202b3: Pulling fs layer [2023-03-09T17:10:38.671Z] 3760b48202b3: Verifying Checksum [2023-03-09T17:10:38.671Z] 3760b48202b3: Download complete [2023-03-09T17:10:38.671Z] 3760b48202b3: Pull complete [2023-03-09T17:10:38.671Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T17:10:38.671Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T17:10:38.671Z] ---> 4c81e5bf8899 [2023-03-09T17:10:38.671Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-09T17:10:38.671Z] ---> Running in 98d71fdad6a4 [2023-03-09T17:10:38.671Z] Removing intermediate container 98d71fdad6a4 [2023-03-09T17:10:38.671Z] ---> a106c62208a4 [2023-03-09T17:10:38.671Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-09T17:10:38.671Z] ---> Running in 21dce517436d [2023-03-09T17:10:38.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T17:10:38.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T17:10:38.671Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-03-09T17:10:38.671Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-03-09T17:10:38.671Z] (3/79) Installing libxau (1.0.9-r0) [2023-03-09T17:10:38.671Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-03-09T17:10:38.671Z] (5/79) Installing libxcb (1.15-r0) [2023-03-09T17:10:38.671Z] (6/79) Installing libx11 (1.8-r0) [2023-03-09T17:10:38.671Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-03-09T17:10:38.671Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-03-09T17:10:38.671Z] (9/79) Installing expat (2.5.0-r0) [2023-03-09T17:10:38.671Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-03-09T17:10:38.671Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-03-09T17:10:38.671Z] (12/79) Installing libpng (1.6.37-r1) [2023-03-09T17:10:38.671Z] (13/79) Installing freetype (2.12.1-r0) [2023-03-09T17:10:38.671Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-03-09T17:10:38.671Z] (15/79) Installing fribidi (1.0.12-r0) [2023-03-09T17:10:38.671Z] (16/79) Installing libffi (3.4.2-r1) [2023-03-09T17:10:38.671Z] (17/79) Installing libintl (0.21-r2) [2023-03-09T17:10:38.671Z] (18/79) Installing libblkid (2.38-r1) [2023-03-09T17:10:38.671Z] (19/79) Installing libmount (2.38-r1) [2023-03-09T17:10:38.671Z] (20/79) Installing pcre (8.45-r2) [2023-03-09T17:10:38.671Z] (21/79) Installing glib (2.72.1-r0) [2023-03-09T17:10:38.671Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-03-09T17:10:38.671Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-03-09T17:10:38.671Z] (24/79) Installing libass (0.16.0-r0) [2023-03-09T17:10:38.671Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-03-09T17:10:38.671Z] (26/79) Installing libdrm (2.4.110-r0) [2023-03-09T17:10:38.671Z] (27/79) Installing gmp (6.2.1-r2) [2023-03-09T17:10:38.671Z] (28/79) Installing nettle (3.7.3-r0) [2023-03-09T17:10:38.671Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-03-09T17:10:38.671Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-03-09T17:10:38.671Z] (31/79) Installing libunistring (1.0-r0) [2023-03-09T17:10:38.671Z] (32/79) Installing gnutls (3.7.7-r1) [2023-03-09T17:10:38.671Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-09T17:10:38.671Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-09T17:10:38.671Z] (35/79) Installing lame (3.100-r0) [2023-03-09T17:10:38.671Z] (36/79) Installing opus (1.3.1-r1) [2023-03-09T17:10:38.671Z] (37/79) Installing libasyncns (0.8-r1) [2023-03-09T17:10:38.671Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-03-09T17:10:38.671Z] (39/79) Installing libltdl (2.4.7-r0) [2023-03-09T17:10:38.671Z] (40/79) Installing orc (0.4.32-r0) [2023-03-09T17:10:38.671Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-03-09T17:10:38.671Z] (42/79) Installing libogg (1.3.5-r1) [2023-03-09T17:10:38.671Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-09T17:10:38.671Z] (44/79) Installing flac (1.3.4-r0) [2023-03-09T17:10:38.671Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-03-09T17:10:38.671Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-03-09T17:10:38.671Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-03-09T17:10:38.671Z] (48/79) Installing soxr (0.1.3-r2) [2023-03-09T17:10:38.671Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-03-09T17:10:38.671Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-03-09T17:10:38.671Z] (51/79) Installing libpulse (15.0-r2) [2023-03-09T17:10:38.671Z] (52/79) Installing cjson (1.7.15-r3) [2023-03-09T17:10:38.671Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-03-09T17:10:38.671Z] (54/79) Installing librist (0.2.6-r1) [2023-03-09T17:10:38.671Z] (55/79) Installing libsrt (1.4.4-r0) [2023-03-09T17:10:38.671Z] (56/79) Installing libssh (0.9.6-r1) [2023-03-09T17:10:38.671Z] (57/79) Installing libtheora (1.1.1-r16) [2023-03-09T17:10:38.671Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-03-09T17:10:38.671Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-03-09T17:10:38.671Z] (60/79) Installing libxext (1.3.4-r0) [2023-03-09T17:10:38.671Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-03-09T17:10:38.671Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-03-09T17:10:38.672Z] (63/79) Installing libva (2.14.0-r0) [2023-03-09T17:10:38.672Z] (64/79) Installing libvdpau (1.5-r0) [2023-03-09T17:10:38.672Z] (65/79) Installing vidstab (1.1.0-r1) [2023-03-09T17:10:38.672Z] (66/79) Installing libvpx (1.11.0-r1) [2023-03-09T17:10:38.672Z] (67/79) Installing libwebp (1.2.3-r0) [2023-03-09T17:10:38.672Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-03-09T17:10:38.672Z] (69/79) Installing numactl (2.0.14-r0) [2023-03-09T17:10:38.672Z] (70/79) Installing x265-libs (3.5-r3) [2023-03-09T17:10:38.672Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-03-09T17:10:38.672Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-03-09T17:10:38.672Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-03-09T17:10:38.672Z] (74/79) Installing udev-init-scripts (35-r0) [2023-03-09T17:10:38.672Z] Executing udev-init-scripts-35-r0.post-install [2023-03-09T17:10:38.672Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-03-09T17:10:38.672Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-03-09T17:10:38.672Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-03-09T17:10:38.672Z] (78/79) Installing kmod-libs (29-r2) [2023-03-09T17:10:38.672Z] (79/79) Installing eudev (3.2.11-r0) [2023-03-09T17:10:38.672Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T17:10:38.672Z] Executing eudev-3.2.11-r0.trigger [2023-03-09T17:10:38.672Z] OK: 77 MiB in 93 packages [2023-03-09T17:10:38.943Z] Removing intermediate container 21dce517436d [2023-03-09T17:10:38.943Z] ---> 474eaa677aa4 [2023-03-09T17:10:38.943Z] Step 18/35 : WORKDIR / [2023-03-09T17:10:38.943Z] ---> Running in e6b7ed9ef407 [2023-03-09T17:10:39.209Z] Removing intermediate container e6b7ed9ef407 [2023-03-09T17:10:39.209Z] ---> 3982d79fb83c [2023-03-09T17:10:39.209Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-09T17:10:40.629Z] ---> fc927dd40ba1 [2023-03-09T17:10:40.629Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-09T17:10:40.897Z] ---> 98692da0475b [2023-03-09T17:10:40.897Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-09T17:10:41.476Z] ---> 1dfaa208b52d [2023-03-09T17:10:41.476Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-09T17:10:41.744Z] ---> 19c67bf41852 [2023-03-09T17:10:41.744Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-09T17:10:42.328Z] ---> fe88914c5026 [2023-03-09T17:10:42.328Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-09T17:10:42.925Z] ---> 6af3484b3c2f [2023-03-09T17:10:42.925Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-09T17:10:43.897Z] ---> f222391b8e33 [2023-03-09T17:10:43.897Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-09T17:10:43.897Z] ---> Running in ae1922262523 [2023-03-09T17:10:45.848Z] Removing intermediate container ae1922262523 [2023-03-09T17:10:45.848Z] ---> 866e48157ea7 [2023-03-09T17:10:45.848Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-09T17:10:45.848Z] ---> Running in 9cdabaea9063 [2023-03-09T17:10:47.263Z] Removing intermediate container 9cdabaea9063 [2023-03-09T17:10:47.263Z] ---> 8551088f0cdb [2023-03-09T17:10:47.263Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-09T17:10:47.531Z] ---> Running in 91b5d8258f8b [2023-03-09T17:10:48.961Z] Removing intermediate container 91b5d8258f8b [2023-03-09T17:10:48.961Z] ---> c8f0822b0bd3 [2023-03-09T17:10:48.961Z] Step 29/35 : EXPOSE 59983 [2023-03-09T17:10:48.961Z] ---> Running in bc74215ca71a [2023-03-09T17:10:49.230Z] Removing intermediate container bc74215ca71a [2023-03-09T17:10:49.230Z] ---> 807025c41b97 [2023-03-09T17:10:49.230Z] Step 30/35 : EXPOSE 8554 [2023-03-09T17:10:49.499Z] ---> Running in ce7a48982b49 [2023-03-09T17:10:49.767Z] Removing intermediate container ce7a48982b49 [2023-03-09T17:10:49.767Z] ---> 1ec302e7366d [2023-03-09T17:10:49.768Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-09T17:10:49.768Z] ---> Running in a25258fc202d [2023-03-09T17:10:50.039Z] Removing intermediate container a25258fc202d [2023-03-09T17:10:50.039Z] ---> 5e43e0f0684f [2023-03-09T17:10:50.039Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-09T17:10:50.039Z] ---> Running in b63418b051f6 [2023-03-09T17:10:50.308Z] Removing intermediate container b63418b051f6 [2023-03-09T17:10:50.308Z] ---> e048cee4dcc6 [2023-03-09T17:10:50.308Z] Step 33/35 : LABEL arch=arm64 [2023-03-09T17:10:50.574Z] ---> Running in 89b4a9ea9638 [2023-03-09T17:10:50.846Z] Removing intermediate container 89b4a9ea9638 [2023-03-09T17:10:50.846Z] ---> cd84703aaefb [2023-03-09T17:10:50.846Z] Step 34/35 : LABEL git_sha=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [2023-03-09T17:10:50.846Z] ---> Running in 1c495611f4d0 [2023-03-09T17:10:51.116Z] Removing intermediate container 1c495611f4d0 [2023-03-09T17:10:51.116Z] ---> 9d914eba242e [2023-03-09T17:10:51.116Z] Step 35/35 : LABEL version=0.0.0 [2023-03-09T17:10:51.116Z] ---> Running in 80dc8eea8ab6 [2023-03-09T17:10:51.382Z] Removing intermediate container 80dc8eea8ab6 [2023-03-09T17:10:51.382Z] ---> 20214fa60652 [2023-03-09T17:10:51.382Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T17:10:51.382Z] Successfully built 20214fa60652 [2023-03-09T17:10:51.382Z] 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-03-09T17:10:52.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T17:10:52.484Z] [2023-03-09T17:10:52.484Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:10:52.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T17:10:52.910Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-09T17:10:52.910Z] 8998bd30e6a1: Pulling fs layer [2023-03-09T17:10:52.910Z] 04944245beec: Pulling fs layer [2023-03-09T17:10:52.910Z] 699f458cf7ca: Pulling fs layer [2023-03-09T17:10:52.910Z] 765212b225bb: Pulling fs layer [2023-03-09T17:10:52.910Z] f23df028b6ca: Pulling fs layer [2023-03-09T17:10:52.910Z] d65c8cfc05b1: Pulling fs layer [2023-03-09T17:10:52.910Z] 2437ff75d9bd: Pulling fs layer [2023-03-09T17:10:52.910Z] f23df028b6ca: Waiting [2023-03-09T17:10:52.910Z] d65c8cfc05b1: Waiting [2023-03-09T17:10:52.910Z] 2437ff75d9bd: Waiting [2023-03-09T17:10:52.910Z] 765212b225bb: Waiting [2023-03-09T17:10:53.179Z] 04944245beec: Verifying Checksum [2023-03-09T17:10:53.179Z] 04944245beec: Download complete [2023-03-09T17:10:53.179Z] 765212b225bb: Verifying Checksum [2023-03-09T17:10:53.179Z] 765212b225bb: Download complete [2023-03-09T17:10:53.179Z] f23df028b6ca: Download complete [2023-03-09T17:10:53.179Z] d65c8cfc05b1: Verifying Checksum [2023-03-09T17:10:53.179Z] d65c8cfc05b1: Download complete [2023-03-09T17:10:53.179Z] 699f458cf7ca: Verifying Checksum [2023-03-09T17:10:53.179Z] 699f458cf7ca: Download complete [2023-03-09T17:10:53.762Z] 8998bd30e6a1: Download complete [2023-03-09T17:10:55.708Z] 2437ff75d9bd: Verifying Checksum [2023-03-09T17:10:55.708Z] 2437ff75d9bd: Download complete [2023-03-09T17:10:57.652Z] 8998bd30e6a1: Pull complete [2023-03-09T17:10:58.238Z] 04944245beec: Pull complete [2023-03-09T17:10:59.651Z] 699f458cf7ca: Pull complete [2023-03-09T17:10:59.651Z] 765212b225bb: Pull complete [2023-03-09T17:11:00.608Z] f23df028b6ca: Pull complete [2023-03-09T17:11:01.570Z] d65c8cfc05b1: Pull complete [2023-03-09T17:11:16.582Z] 2437ff75d9bd: Pull complete [2023-03-09T17:11:16.582Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-09T17:11:16.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T17:11:16.582Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:11:16.901Z] prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container [2023-03-09T17:11:16.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-09T17:11:19.578Z] $ docker top 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:20.160Z] ---> job-cost.sh [2023-03-09T17:11:20.430Z] lf-activate-venv: SKIPPING [2023-03-09T17:11:20.430Z] INFO: No Stack... [2023-03-09T17:11:20.695Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-09T17:11:21.650Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T17:11:22.308Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2023-03-09T17:11:22.308Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T17:11:22.392Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [2023-03-09T17:11:22.397Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] did not exist. Created. [2023-03-09T17:11:22.397Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T17:11:23.122Z] /w/workspace/device-usb-camera/1@tmp/durable-6d26f906/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-09T17:11:23.472Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-09T17:11:23.510Z] Warning: overwriting stash ‘stack-cost’ [2023-03-09T17:11:23.557Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T17:11:23.575Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T17:11:23.653Z] $ docker stop --time=1 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 [2023-03-09T17:11:26.393Z] $ docker rm -f --volumes 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 [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-03-09T17:11:27.339Z] provisioning config files... [2023-03-09T17:11:27.347Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config5239754964249743863tmp [Pipeline] { [Pipeline] sh [2023-03-09T17:11:27.677Z] + set +x [2023-03-09T17:11:27.677Z] + curl -s https://codecov.io/bash [2023-03-09T17:11:27.677Z] + bash -s -- [2023-03-09T17:11:27.677Z] [2023-03-09T17:11:27.677Z] _____ _ [2023-03-09T17:11:27.677Z] / ____| | | [2023-03-09T17:11:27.677Z] | | ___ __| | ___ ___ _____ __ [2023-03-09T17:11:27.677Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-09T17:11:27.677Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-09T17:11:27.677Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-09T17:11:27.677Z] Bash-1.0.6 [2023-03-09T17:11:27.677Z] [2023-03-09T17:11:27.677Z] [2023-03-09T17:11:27.677Z] ==> git version 2.25.1 found [2023-03-09T17:11:27.677Z] ==> 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-03-09T17:11:27.677Z] Release-Date: 2020-01-08 [2023-03-09T17:11:27.677Z] 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-03-09T17:11:27.677Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-09T17:11:27.677Z] ==> Jenkins CI detected. [2023-03-09T17:11:27.677Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-175 [2023-03-09T17:11:27.677Z] project root: . [2023-03-09T17:11:27.677Z] --> token set from env [2023-03-09T17:11:27.677Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-09T17:11:27.677Z] ==> Running gcov in . (disable via -X gcov) [2023-03-09T17:11:27.677Z] ==> Python coveragepy not found [2023-03-09T17:11:27.677Z] ==> Searching for coverage reports in: [2023-03-09T17:11:27.677Z] + . [2023-03-09T17:11:27.677Z] -> Found 1 reports [2023-03-09T17:11:27.677Z] ==> Detecting git/mercurial file structure [2023-03-09T17:11:27.677Z] ==> Reading reports [2023-03-09T17:11:27.677Z] + ./coverage.out bytes=28352 [2023-03-09T17:11:27.677Z] ==> Appending adjustments [2023-03-09T17:11:27.677Z] https://docs.codecov.io/docs/fixing-reports [2023-03-09T17:11:27.937Z] + Found adjustments [2023-03-09T17:11:27.937Z] ==> Gzipping contents [2023-03-09T17:11:27.937Z] 4.0K /tmp/codecov.yg9XXh.gz [2023-03-09T17:11:27.937Z] ==> Uploading reports [2023-03-09T17:11:27.937Z] url: https://codecov.io [2023-03-09T17:11:27.937Z] query: branch=PR-175&commit=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=175&job=&cmd_args= [2023-03-09T17:11:27.937Z] -> Pinging Codecov [2023-03-09T17:11:27.937Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-175&commit=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=175&job=&cmd_args= [2023-03-09T17:11:27.937Z] -> Uploading to [2023-03-09T17:11:27.937Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-09/73D8F5FF140700D3E01443B452E23636/e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17/67352ce9-7993-45c7-9d84-e1bf63a11cc9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T171127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0be5f2890d2de2bff1aa692932f49e9ef164a1a834d0d4d9ff11d6521bd938bf [2023-03-09T17:11:27.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T17:11:27.937Z] Dload Upload Total Spent Left Speed [2023-03-09T17:11:28.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4000 0 0 100 4000 0 15503 --:--:-- --:--:-- --:--:-- 15503 [2023-03-09T17:11:28.196Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] } [2023-03-09T17:11:28.223Z] 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-03-09T17:11:29.864Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-175/archives ] [2023-03-09T17:11:29.864Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-175/archives [2023-03-09T17:11:29.864Z] total 16 [2023-03-09T17:11:29.864Z] drwxr-xr-x 3 root root 4096 Mar 9 17:02 . [2023-03-09T17:11:29.864Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 17:02 .. [2023-03-09T17:11:29.864Z] drwxr-xr-x 2 root root 4096 Mar 9 17:02 cost [2023-03-09T17:11:29.864Z] -rw-r--r-- 1 root root 89 Mar 9 17:02 cost.csv [2023-03-09T17:11:29.864Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-175/archives [2023-03-09T17:11:29.864Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-175/archives [2023-03-09T17:11:29.864Z] total 16 [2023-03-09T17:11:29.864Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 17:02 . [2023-03-09T17:11:29.864Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 17:02 .. [2023-03-09T17:11:29.864Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 17:02 cost [2023-03-09T17:11:29.864Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 9 17:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:30.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:31.082Z] ---> package-listing.sh [2023-03-09T17:11:31.082Z] ++ facter osfamily [2023-03-09T17:11:31.082Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-09T17:11:31.341Z] + OS_FAMILY=debian [2023-03-09T17:11:31.341Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-175 [2023-03-09T17:11:31.341Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-09T17:11:31.341Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-09T17:11:31.341Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-09T17:11:31.341Z] + PACKAGES=/tmp/packages_start.txt [2023-03-09T17:11:31.341Z] + '[' /w/workspace/foundry_device-usb-camera_PR-175 ']' [2023-03-09T17:11:31.341Z] + PACKAGES=/tmp/packages_end.txt [2023-03-09T17:11:31.341Z] + case "${OS_FAMILY}" in [2023-03-09T17:11:31.341Z] + dpkg -l [2023-03-09T17:11:31.341Z] + grep '^ii' [2023-03-09T17:11:31.341Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-09T17:11:31.341Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-09T17:11:31.341Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-09T17:11:31.341Z] + '[' /w/workspace/foundry_device-usb-camera_PR-175 ']' [2023-03-09T17:11:31.341Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-175/archives/ [2023-03-09T17:11:31.341Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-175/archives/ [Pipeline] echo [2023-03-09T17:11:31.373Z] 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-175/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-09T17:11:31.664Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T17:11:32.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T17:11:32.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T17:11:32.427Z] prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container [2023-03-09T17:11:32.455Z] $ 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-175/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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T17:11:32.646Z] $ docker top 2b39cdd72cba6868c6bd79967b6abe14c8f28ad3559be1afc7beb536ce708403 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T17:11:33.023Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-09T17:11:33.331Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-09T17:11:33.640Z] + ls /var/log/sa-host [2023-03-09T17:11:33.640Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T17:11:33.782Z] provisioning config files... [2023-03-09T17:11:33.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config11615738452733549243tmp [Pipeline] { [Pipeline] echo [2023-03-09T17:11:33.835Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:34.152Z] ---> create-netrc.sh [Pipeline] } [2023-03-09T17:11:34.176Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:34.554Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-09T17:11:34.584Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:34.896Z] ---> sudo-logs.sh [2023-03-09T17:11:34.896Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-09T17:11:34.980Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:35.287Z] ---> job-cost.sh [2023-03-09T17:11:35.287Z] lf-activate-venv: SKIPPING [2023-03-09T17:11:35.287Z] DEBUG: total: 0.2199999988079071 [2023-03-09T17:11:35.287Z] INFO: Retrieving Stack Cost... [2023-03-09T17:11:35.854Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T17:11:36.113Z] INFO: Archiving Costs [Pipeline] echo [2023-03-09T17:11:36.145Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T17:11:36.456Z] ---> logs-deploy.sh [2023-03-09T17:11:36.456Z] lf-activate-venv: SKIPPING [2023-03-09T17:11:36.456Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-175/1 [2023-03-09T17:11:36.456Z] INFO: archiving workspace using pattern(s): [2023-03-09T17:11:37.393Z] Archives upload complete. [2023-03-09T17:11:37.393Z] INFO: archiving logs to Nexus