Pull request #215 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b62150545b4ec4ec433c04cfad35a6dda879fb9e+1f17400c5cc4baed943c7e7ed2484b3b5921cf6c (e4229c8e992bb3efc47e2979a64bb837374db81a) 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-ssh4372698648064971362.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13738893220308257132.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-215/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-215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4461743719866069492.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-215/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4309292059397058250.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15574118427029962650.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-215/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-215/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5093140423687904545.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8546’ Running on prd-ubuntu20.04-docker-8c-8g-8549 in /w/workspace/foundry_device-usb-camera_PR-215 [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-215 # 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 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c into PR head commit b62150545b4ec4ec433c04cfad35a6dda879fb9e > 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/215/head:refs/remotes/origin/PR-215 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b62150545b4ec4ec433c04cfad35a6dda879fb9e # timeout=10 Merge succeeded, producing b62150545b4ec4ec433c04cfad35a6dda879fb9e Checking out Revision b62150545b4ec4ec433c04cfad35a6dda879fb9e (PR-215) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:04:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:04:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b62150545b4ec4ec433c04cfad35a6dda879fb9e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:04:12 ========================================================= 18:04:12 EdgeX Global Pipelines Version Info 18:04:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:04:13 ------------------- 18:04:13 stable info: 18:04:13 ------------------- 18:04:13 Commited By: Bill Mahoney bill.mahoney@intel.com 18:04:13 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:04:13 Message: update stable to v1.0.248 18:04:14 ------------------- 18:04:14 experimental info: 18:04:14 ------------------- 18:04:14 Commited By: **** collab-it+edgex@linuxfoundation.org 18:04:14 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:04:14 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:04:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-215 [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-215 [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-215 [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b62150545b4ec4ec433c04cfad35a6dda879fb9e [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b621505 [Pipeline] echo 18:04:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:04:15 provisioning config files... 18:04:15 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-215@tmp/config9626006738086281078tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:04:16 ---> docker-login.sh 18:04:16 nexus3.edgexfoundry.org:10001 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:16 Configure a credential helper to remove this warning. See 18:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:16 18:04:16 Login Succeeded 18:04:16 nexus3.edgexfoundry.org:10002 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:16 Configure a credential helper to remove this warning. See 18:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:16 18:04:16 Login Succeeded 18:04:16 nexus3.edgexfoundry.org:10003 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:16 Configure a credential helper to remove this warning. See 18:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:16 18:04:16 Login Succeeded 18:04:16 nexus3.edgexfoundry.org:10004 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:16 Configure a credential helper to remove this warning. See 18:04:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:16 18:04:16 Login Succeeded 18:04:16 docker.io 18:04:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:17 Configure a credential helper to remove this warning. See 18:04:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:17 18:04:17 Login Succeeded 18:04:17 ---> docker-login.sh ends [Pipeline] } 18:04:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:04:17 + git rev-list -1 --merges b62150545b4ec4ec433c04cfad35a6dda879fb9e~1..b62150545b4ec4ec433c04cfad35a6dda879fb9e [Pipeline] echo 18:04:17 -----------> git rev-list -1 --merges b62150545b4ec4ec433c04cfad35a6dda879fb9e~1..b62150545b4ec4ec433c04cfad35a6dda879fb9e b62150545b4ec4ec433c04cfad35a6dda879fb9e [false] [Pipeline] sh 18:04:18 + git log --format=format:%s -1 b62150545b4ec4ec433c04cfad35a6dda879fb9e [Pipeline] echo 18:04:18 ========================================================= 18:04:18 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:04:18 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:04:18 + git log --format=format:%s -1 b62150545b4ec4ec433c04cfad35a6dda879fb9e [Pipeline] echo 18:04:18 [semverPrep] GIT_COMMIT: b62150545b4ec4ec433c04cfad35a6dda879fb9e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 18:04:18 [semverPrep] This is not a build commit. [Pipeline] sh 18:04:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:04:19 + grep -v github /etc/ssh/ssh_known_hosts 18:04:19 + [ -e /tmp/ssh_known_hosts ] 18:04:19 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:04:19 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:04:19 sudo tee -a /etc/ssh/ssh_known_hosts 18:04:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:04:19 18:04:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:04:20 0.1.4: Pulling from edgex-devops/py-git-semver 18:04:20 b85a868b505f: Pulling fs layer 18:04:20 e2be974225ed: Pulling fs layer 18:04:20 339a4e72a1f5: Pulling fs layer 18:04:20 988bab9f4d93: Pulling fs layer 18:04:20 1469e6f7b9e6: Pulling fs layer 18:04:20 eaf3925da568: Pulling fs layer 18:04:20 bab4dde63d76: Pulling fs layer 18:04:20 bde34c3a00c8: Pulling fs layer 18:04:20 b352a97aabf1: Pulling fs layer 18:04:20 4872d77fe225: Pulling fs layer 18:04:20 1469e6f7b9e6: Waiting 18:04:20 988bab9f4d93: Waiting 18:04:20 eaf3925da568: Waiting 18:04:20 bde34c3a00c8: Waiting 18:04:20 b352a97aabf1: Waiting 18:04:20 5851b861e8e6: Pulling fs layer 18:04:20 4872d77fe225: Waiting 18:04:20 5851b861e8e6: Waiting 18:04:20 e2be974225ed: Verifying Checksum 18:04:20 e2be974225ed: Download complete 18:04:20 988bab9f4d93: Download complete 18:04:20 1469e6f7b9e6: Verifying Checksum 18:04:20 1469e6f7b9e6: Download complete 18:04:20 339a4e72a1f5: Verifying Checksum 18:04:20 339a4e72a1f5: Download complete 18:04:20 eaf3925da568: Verifying Checksum 18:04:20 eaf3925da568: Download complete 18:04:20 bde34c3a00c8: Download complete 18:04:20 b352a97aabf1: Verifying Checksum 18:04:20 b352a97aabf1: Download complete 18:04:20 4872d77fe225: Verifying Checksum 18:04:20 4872d77fe225: Download complete 18:04:20 5851b861e8e6: Download complete 18:04:20 b85a868b505f: Verifying Checksum 18:04:20 b85a868b505f: Download complete 18:04:20 bab4dde63d76: Verifying Checksum 18:04:20 bab4dde63d76: Download complete 18:04:21 b85a868b505f: Pull complete 18:04:21 e2be974225ed: Pull complete 18:04:22 339a4e72a1f5: Pull complete 18:04:22 988bab9f4d93: Pull complete 18:04:22 1469e6f7b9e6: Pull complete 18:04:22 eaf3925da568: Pull complete 18:04:24 bab4dde63d76: Pull complete 18:04:24 bde34c3a00c8: Pull complete 18:04:24 b352a97aabf1: Pull complete 18:04:24 4872d77fe225: Pull complete 18:04:24 5851b861e8e6: Pull complete 18:04:24 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:04:24 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:04:25 prd-ubuntu20.04-docker-8c-8g-8549 does not seem to be running inside a container 18:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-215 -v /w/workspace/foundry_device-usb-camera_PR-215:/w/workspace/foundry_device-usb-camera_PR-215:rw,z -v /w/workspace/foundry_device-usb-camera_PR-215@tmp:/w/workspace/foundry_device-usb-camera_PR-215@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:04:28 $ docker top 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 -eo pid,comm 18:04:28 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). 18:04:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:04:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:04:28 [ssh-agent] Looking for ssh-agent implementation... 18:04:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:04:28 $ docker exec 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 ssh-agent 18:04:29 SSH_AUTH_SOCK=/tmp/ssh-sTgVUbWz2tLS/agent.32 18:04:29 SSH_AGENT_PID=38 18:04:29 Running ssh-add (command line suppressed) 18:04:29 Identity added: /w/workspace/foundry_device-usb-camera_PR-215@tmp/private_key_8612435633221467646.key (/w/workspace/foundry_device-usb-camera_PR-215@tmp/private_key_8612435633221467646.key) 18:04:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:04:29 + git tag --points-at HEAD [Pipeline] } 18:04:29 $ docker exec --env ******** --env ******** 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 ssh-agent -k 18:04:29 unset SSH_AUTH_SOCK; 18:04:29 unset SSH_AGENT_PID; 18:04:29 echo Agent pid 38 killed; 18:04:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:04:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:04:29 [ssh-agent] Looking for ssh-agent implementation... 18:04:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:04:29 $ docker exec 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 ssh-agent 18:04:29 SSH_AUTH_SOCK=/tmp/ssh-4V1WYn6doQFA/agent.70 18:04:29 SSH_AGENT_PID=76 18:04:29 Running ssh-add (command line suppressed) 18:04:30 Identity added: /w/workspace/foundry_device-usb-camera_PR-215@tmp/private_key_5130181077476665952.key (/w/workspace/foundry_device-usb-camera_PR-215@tmp/private_key_5130181077476665952.key) 18:04:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:04:30 + git semver init 18:04:30 2023-04-14 18:04:30,635 [run_init] DEBUG init version:0.0.0 force:False 18:04:30 2023-04-14 18:04:30,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-215/.semver 18:04:30 2023-04-14 18:04:30,636 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-215/.semver 18:04:30 2023-04-14 18:04:30,636 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-215/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-215, universal_newlines=False, shell=None, istream=None) 18:04:31 2023-04-14 18:04:31,295 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-215/.git/info/exclude 18:04:31 2023-04-14 18:04:31,295 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-215/.semver/PR-215 with force:False 18:04:31 2023-04-14 18:04:31,296 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-215/.semver/PR-215 18:04:31 2023-04-14 18:04:31,299 [execute] INFO git cat-file --batch-check 18:04:31 2023-04-14 18:04:31,300 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-215/.semver, universal_newlines=False, shell=None, istream=) 18:04:31 2023-04-14 18:04:31,307 [execute] INFO git cat-file --batch 18:04:31 2023-04-14 18:04:31,308 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-215/.semver, universal_newlines=False, shell=None, istream=) 18:04:31 2023-04-14 18:04:31,313 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-215/.semver/PR-215 18:04:31 0.0.0 [Pipeline] } 18:04:31 $ docker exec --env ******** --env ******** 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 ssh-agent -k 18:04:31 unset SSH_AUTH_SOCK; 18:04:31 unset SSH_AGENT_PID; 18:04:31 echo Agent pid 76 killed; 18:04:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:04:32 + git semver [Pipeline] } 18:04:32 $ docker stop --time=1 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 18:04:33 $ docker rm -f --volumes 236c9ff91d169482acceb694d1b92e294cc820ed79260570771720def33e2fd1 [Pipeline] // withDockerContainer [Pipeline] sh 18:04:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:04:34 Stashed 1 file(s) [Pipeline] echo 18:04:34 [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 18:04:34 provisioning config files... 18:04:35 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-215@tmp/config12932870600241231153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:04:35 ---> docker-login.sh 18:04:35 nexus3.edgexfoundry.org:10001 18:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:35 Configure a credential helper to remove this warning. See 18:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:35 18:04:35 Login Succeeded 18:04:35 nexus3.edgexfoundry.org:10002 18:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:35 Configure a credential helper to remove this warning. See 18:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:35 18:04:35 Login Succeeded 18:04:35 nexus3.edgexfoundry.org:10003 18:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:35 Configure a credential helper to remove this warning. See 18:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:35 18:04:35 Login Succeeded 18:04:35 nexus3.edgexfoundry.org:10004 18:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:35 Configure a credential helper to remove this warning. See 18:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:35 18:04:35 Login Succeeded 18:04:35 docker.io 18:04:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:35 Configure a credential helper to remove this warning. See 18:04:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:35 18:04:35 Login Succeeded 18:04:35 ---> docker-login.sh ends [Pipeline] } 18:04:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:04:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:04:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:04:36 ========================================================= 18:04:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:04:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:36 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 18:04:36 Sending build context to Docker daemon 1.894MB 18:04:36 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 18:04:36 Step 2/13 : FROM ${BASE} AS builder 18:04:36 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:04:36 63b65145d645: Pulling fs layer 18:04:36 a2d21d5440eb: Pulling fs layer 18:04:36 935e6c44a52c: Pulling fs layer 18:04:36 94cc34f8dd06: Pulling fs layer 18:04:36 30dea6a524f1: Pulling fs layer 18:04:36 a2aff8979fd8: Pulling fs layer 18:04:36 6808be2612f2: Pulling fs layer 18:04:36 30dea6a524f1: Waiting 18:04:36 94cc34f8dd06: Waiting 18:04:36 a2aff8979fd8: Waiting 18:04:36 6808be2612f2: Waiting 18:04:36 f25807f1079a: Pulling fs layer 18:04:36 f25807f1079a: Waiting 18:04:36 a2d21d5440eb: Verifying Checksum 18:04:36 a2d21d5440eb: Download complete 18:04:36 94cc34f8dd06: Verifying Checksum 18:04:36 94cc34f8dd06: Download complete 18:04:36 30dea6a524f1: Download complete 18:04:36 63b65145d645: Verifying Checksum 18:04:36 63b65145d645: Download complete 18:04:36 a2aff8979fd8: Verifying Checksum 18:04:36 a2aff8979fd8: Download complete 18:04:36 63b65145d645: Pull complete 18:04:37 a2d21d5440eb: Pull complete 18:04:37 f25807f1079a: Verifying Checksum 18:04:37 f25807f1079a: Download complete 18:04:37 935e6c44a52c: Download complete 18:04:37 6808be2612f2: Verifying Checksum 18:04:37 6808be2612f2: Download complete 18:04:41 935e6c44a52c: Pull complete 18:04:41 94cc34f8dd06: Pull complete 18:04:41 30dea6a524f1: Pull complete 18:04:41 a2aff8979fd8: Pull complete 18:04:43 6808be2612f2: Pull complete 18:04:44 f25807f1079a: Pull complete 18:04:44 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 18:04:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:04:44 ---> 3b553350e43f 18:04:44 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:04:49 ---> Running in 6f48de3a0e19 18:04:49 Removing intermediate container 6f48de3a0e19 18:04:49 ---> 38e38c3710de 18:04:49 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:04:49 ---> Running in 8c6d421581b3 18:04:49 Removing intermediate container 8c6d421581b3 18:04:49 ---> 083a7ff7eca2 18:04:49 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:04:49 ---> Running in 2c9ecc73caf4 18:04:49 Removing intermediate container 2c9ecc73caf4 18:04:49 ---> ded487b85d9d 18:04:49 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:04:49 ---> Running in 16fb2a4571c8 18:04:49 Removing intermediate container 16fb2a4571c8 18:04:49 ---> 3c637ce7a237 18:04:49 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:04:49 ---> Running in fa1bd5f7c1bf 18:04:49 Still waiting to schedule task 18:04:49 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8547’ 18:04:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:04:50 (1/14) Installing libintl (0.21.1-r1) 18:04:50 (2/14) Installing eudev-libs (3.2.11-r4) 18:04:50 (3/14) Installing libjpeg-turbo (2.1.4-r0) 18:04:50 (4/14) Installing v4l-utils-libs (1.22.1-r2) 18:04:50 (5/14) Installing v4l-utils (1.22.1-r2) 18:04:50 (6/14) Installing udev-init-scripts (35-r1) 18:04:50 (7/14) Installing libblkid (2.38.1-r1) 18:04:50 (8/14) Installing xz-libs (5.2.9-r0) 18:04:50 (9/14) Installing zstd-libs (1.5.5-r0) 18:04:50 (10/14) Installing kmod-libs (30-r1) 18:04:50 (11/14) Installing eudev (3.2.11-r4) 18:04:50 (12/14) Installing eudev-dev (3.2.11-r4) 18:04:50 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 18:04:50 (14/14) Installing v4l-utils-dev (1.22.1-r2) 18:04:50 Executing busybox-1.35.0-r29.trigger 18:04:50 Executing eudev-3.2.11-r4.trigger 18:04:50 OK: 272 MiB in 67 packages 18:04:51 Removing intermediate container fa1bd5f7c1bf 18:04:51 ---> 7157cca36bff 18:04:51 Step 8/13 : WORKDIR /device-usb-camera 18:04:51 ---> Running in 660b6a2731a1 18:04:51 Removing intermediate container 660b6a2731a1 18:04:51 ---> 6f771621e16f 18:04:51 Step 9/13 : COPY go.mod vendor* ./ 18:04:51 ---> 6791cb38362c 18:04:51 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:04:51 ---> Running in 415c936f606d 18:05:47 Removing intermediate container 415c936f606d 18:05:47 ---> 781e5f7e2473 18:05:47 Step 11/13 : COPY . . 18:05:47 ---> 22aea997bcf7 18:05:47 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:05:47 ---> Running in 05eb00b656f4 18:05:47  % Total % Received % Xferd Average Speed Time Time Time Current 18:05:47 Dload Upload Total Spent Left Speed 18:05:47  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7393 0 --:--:-- --:--:-- --:--:-- 7426 18:05:47 Removing intermediate container 05eb00b656f4 18:05:47 ---> 282c28c77497 18:05:47 Step 13/13 : RUN ${MAKE} 18:05:47 ---> Running in 1a236f2156a0 18:05:47 noop 18:05:47 Removing intermediate container 1a236f2156a0 18:05:47 ---> 550313ace5b9 18:05:47 Successfully built 550313ace5b9 18:05:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:48 + docker inspect -f . ci-base-image-x86_64 18:05:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:48 prd-ubuntu20.04-docker-8c-8g-8549 does not seem to be running inside a container 18:05:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-215 -v /w/workspace/foundry_device-usb-camera_PR-215:/w/workspace/foundry_device-usb-camera_PR-215:rw,z -v /w/workspace/foundry_device-usb-camera_PR-215@tmp:/w/workspace/foundry_device-usb-camera_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:05:48 $ docker top e141ae1ddb4fe77a2d3e812945f67982bcd23de7fd0be9a18b531a9f4a14a782 -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:49 + go version 18:05:49 go version go1.20.2 linux/amd64 [Pipeline] } 18:05:49 $ docker stop --time=1 e141ae1ddb4fe77a2d3e812945f67982bcd23de7fd0be9a18b531a9f4a14a782 18:05:50 $ docker rm -f --volumes e141ae1ddb4fe77a2d3e812945f67982bcd23de7fd0be9a18b531a9f4a14a782 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:51 + docker inspect -f . ci-base-image-x86_64 18:05:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:51 prd-ubuntu20.04-docker-8c-8g-8549 does not seem to be running inside a container 18:05:51 $ 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-215 -v /w/workspace/foundry_device-usb-camera_PR-215:/w/workspace/foundry_device-usb-camera_PR-215:rw,z -v /w/workspace/foundry_device-usb-camera_PR-215@tmp:/w/workspace/foundry_device-usb-camera_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:05:51 $ docker top 80a27b9990fa88f519281a1ee00d2b9f64843207016e1e26e7350bd83ae45ef7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:51 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-215 [Pipeline] fileExists [Pipeline] sh 18:05:52 + make test 18:05:52 go test ./... -coverprofile=coverage.out ./... 18:05:57 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:06:07 # github.com/edgexfoundry/device-usb-camera/cmd 18:06:07 cmd/main.go:21:58: cannot use d (variable of type *"github.com/edgexfoundry/device-usb-camera/internal/driver".Driver) as "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver value in argument to startup.Bootstrap: *"github.com/edgexfoundry/device-usb-camera/internal/driver".Driver does not implement "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver (wrong type for method Discover) 18:06:07 have Discover() 18:06:07 want Discover() error 18:06:07 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.008s coverage: 2.0% of statements 18:06:07 FAIL 18:06:07 make: *** [Makefile:46: unittest] Error 1 [Pipeline] } 18:06:07 $ docker stop --time=1 80a27b9990fa88f519281a1ee00d2b9f64843207016e1e26e7350bd83ae45ef7 18:06:11 $ docker rm -f --volumes 80a27b9990fa88f519281a1ee00d2b9f64843207016e1e26e7350bd83ae45ef7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:06:12 18:06:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:06:12 latest: Pulling from edgex-lftools-log-publisher 18:06:12 5eb5b503b376: Pulling fs layer 18:06:12 5c69ac0246d0: Pulling fs layer 18:06:12 ec43610c2a17: Pulling fs layer 18:06:12 3a2ae6a8a46f: Pulling fs layer 18:06:12 33b1e0a273af: Pulling fs layer 18:06:12 5d3b04190fa2: Pulling fs layer 18:06:12 2f39f015ded8: Pulling fs layer 18:06:12 3a2ae6a8a46f: Waiting 18:06:12 33b1e0a273af: Waiting 18:06:12 5d3b04190fa2: Waiting 18:06:12 2f39f015ded8: Waiting 18:06:12 5c69ac0246d0: Verifying Checksum 18:06:12 5c69ac0246d0: Download complete 18:06:12 3a2ae6a8a46f: Download complete 18:06:12 ec43610c2a17: Download complete 18:06:12 33b1e0a273af: Verifying Checksum 18:06:12 33b1e0a273af: Download complete 18:06:12 5d3b04190fa2: Verifying Checksum 18:06:12 5d3b04190fa2: Download complete 18:06:12 5eb5b503b376: Verifying Checksum 18:06:12 5eb5b503b376: Download complete 18:06:13 2f39f015ded8: Download complete 18:06:14 5eb5b503b376: Pull complete 18:06:14 5c69ac0246d0: Pull complete 18:06:14 ec43610c2a17: Pull complete 18:06:14 3a2ae6a8a46f: Pull complete 18:06:14 33b1e0a273af: Pull complete 18:06:14 5d3b04190fa2: Pull complete 18:06:19 2f39f015ded8: Pull complete 18:06:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:06:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:06:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:19 prd-ubuntu20.04-docker-8c-8g-8549 does not seem to be running inside a container 18:06:19 $ 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-215 -v /w/workspace/foundry_device-usb-camera_PR-215:/w/workspace/foundry_device-usb-camera_PR-215:rw,z -v /w/workspace/foundry_device-usb-camera_PR-215@tmp:/w/workspace/foundry_device-usb-camera_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:06:24 $ docker top ab0a882cb9718dc4796a064a8c6dfb28417f42853fed5b85649a6c42f3dfb7a7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:06:25 ---> job-cost.sh 18:06:25 lf-activate-venv: SKIPPING 18:06:25 INFO: No Stack... 18:06:25 INFO: Retrieving Pricing Info for: v3-standard-8 18:06:26 INFO: Archiving Costs [Pipeline] sh 18:06:26 + + cat /w/workspace/foundry_device-usb-camera_PR-215/archives/cost.csv 18:06:26 cut -d, -f6 [Pipeline] lock 18:06:26 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] 18:06:26 Resource [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] did not exist. Created. 18:06:26 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:06:26 + echo total: 0.2199999988079071 [Pipeline] stash 18:06:26 Stashed 1 file(s) [Pipeline] } 18:06:26 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:06:27 $ docker stop --time=1 ab0a882cb9718dc4796a064a8c6dfb28417f42853fed5b85649a6c42f3dfb7a7 18:06:28 $ docker rm -f --volumes ab0a882cb9718dc4796a064a8c6dfb28417f42853fed5b85649a6c42f3dfb7a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:06:28 Failed in branch amd64 18:08:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8550 in /w/workspace/foundry_device-usb-camera_PR-215 [Pipeline] { [Pipeline] ws 18:08:25 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 18:08:25 Selected Git installation does not exist. Using Default 18:08:25 The recommended git tool is: NONE 18:08:30 using credential edgex-jenkins-ssh 18:08:30 Cloning the remote Git repository 18:08:30 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 18:08:31 > git init /w/workspace/device-usb-camera/1 # timeout=10 18:08:31 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 18:08:31 > git --version # timeout=10 18:08:31 > git --version # 'git version 2.25.1' 18:08:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:32 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 18:08:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:08:33 Merging remotes/origin/main commit 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c into PR head commit b62150545b4ec4ec433c04cfad35a6dda879fb9e 18:08:33 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 18:08:33 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 18:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/215/head:refs/remotes/origin/PR-215 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:08:33 > git config core.sparsecheckout # timeout=10 18:08:34 Merge succeeded, producing b62150545b4ec4ec433c04cfad35a6dda879fb9e 18:08:34 Checking out Revision b62150545b4ec4ec433c04cfad35a6dda879fb9e (PR-215) 18:08:34 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 18:08:34 > git --version # timeout=10 18:08:34 > git --version # 'git version 2.25.1' 18:08:34 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:08:33 > git checkout -f b62150545b4ec4ec433c04cfad35a6dda879fb9e # timeout=10 18:08:34 > git remote # timeout=10 18:08:34 > git config --get remote.origin.url # timeout=10 18:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:08:34 > git merge 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c # timeout=10 18:08:34 > git rev-parse HEAD^{commit} # timeout=10 18:08:34 > git config core.sparsecheckout # timeout=10 18:08:34 > git checkout -f b62150545b4ec4ec433c04cfad35a6dda879fb9e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:08:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:08:36 % Total % Received % Xferd Average Speed Time Time Time Current 18:08:36 Dload Upload Total Spent Left Speed 18:08:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 57696 0 --:--:-- --:--:-- --:--:-- 57436 [Pipeline] sh 18:08:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:08:37 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 18:08:37 /etc/docker/daemon.json 18:08:37 { 18:08:37 "registry-mirrors": [ 18:08:37 "https://nexus3.edgexfoundry.org:10001" 18:08:37 ], 18:08:37 "bip": "10.250.0.254/24", 18:08:37 "hosts": [ 18:08:37 "tcp://0.0.0.0:5555", 18:08:37 "unix:///var/run/docker.sock" 18:08:37 ], 18:08:37 "mtu": 1458, 18:08:37 "selinux-enabled": true, 18:08:37 "seccomp-profile": "/etc/docker/seccomp.json" 18:08:37 } [Pipeline] sh 18:08:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:08:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:08:56 provisioning config files... 18:08:56 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config17469772652569186005tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:08:56 ---> docker-login.sh 18:08:56 nexus3.edgexfoundry.org:10001 18:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:57 Configure a credential helper to remove this warning. See 18:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:57 18:08:57 Login Succeeded 18:08:57 nexus3.edgexfoundry.org:10002 18:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:57 Configure a credential helper to remove this warning. See 18:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:57 18:08:57 Login Succeeded 18:08:57 nexus3.edgexfoundry.org:10003 18:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:58 Configure a credential helper to remove this warning. See 18:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:58 18:08:58 Login Succeeded 18:08:58 nexus3.edgexfoundry.org:10004 18:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:58 Configure a credential helper to remove this warning. See 18:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:58 18:08:58 Login Succeeded 18:08:58 docker.io 18:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:58 Configure a credential helper to remove this warning. See 18:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:58 18:08:58 Login Succeeded 18:08:58 ---> docker-login.sh ends [Pipeline] } 18:08:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:08:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:08:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:08:59 ========================================================= 18:08:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:08:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:59 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 18:09:00 Sending build context to Docker daemon 1.219MB 18:09:00 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 18:09:00 Step 2/13 : FROM ${BASE} AS builder 18:09:00 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:09:00 af6eaf76a39c: Pulling fs layer 18:09:00 55522c791124: Pulling fs layer 18:09:00 ce5c4a1c91eb: Pulling fs layer 18:09:00 169dfbe0d373: Pulling fs layer 18:09:00 e1ff8fa3b103: Pulling fs layer 18:09:00 52ebb69f0ebf: Pulling fs layer 18:09:00 5abe8eddf0d5: Pulling fs layer 18:09:00 169dfbe0d373: Waiting 18:09:00 e1ff8fa3b103: Waiting 18:09:00 52ebb69f0ebf: Waiting 18:09:00 5abe8eddf0d5: Waiting 18:09:00 55522c791124: Verifying Checksum 18:09:00 55522c791124: Download complete 18:09:00 169dfbe0d373: Verifying Checksum 18:09:00 169dfbe0d373: Download complete 18:09:00 e1ff8fa3b103: Verifying Checksum 18:09:00 e1ff8fa3b103: Download complete 18:09:00 af6eaf76a39c: Verifying Checksum 18:09:00 af6eaf76a39c: Download complete 18:09:01 af6eaf76a39c: Pull complete 18:09:01 5abe8eddf0d5: Verifying Checksum 18:09:01 5abe8eddf0d5: Download complete 18:09:02 55522c791124: Pull complete 18:09:02 ce5c4a1c91eb: Download complete 18:09:02 52ebb69f0ebf: Verifying Checksum 18:09:02 52ebb69f0ebf: Download complete 18:09:18 ce5c4a1c91eb: Pull complete 18:09:18 169dfbe0d373: Pull complete 18:09:18 e1ff8fa3b103: Pull complete 18:09:24 52ebb69f0ebf: Pull complete 18:09:26 5abe8eddf0d5: Pull complete 18:09:26 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 18:09:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:09:26 ---> 6cb57ee374ae 18:09:26 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:09:28 ---> Running in cfbc6528cb70 18:09:28 Removing intermediate container cfbc6528cb70 18:09:28 ---> 02784560353a 18:09:28 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:09:29 ---> Running in 8d41adf23240 18:09:29 Removing intermediate container 8d41adf23240 18:09:29 ---> db2d080763b3 18:09:29 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:09:29 ---> Running in 1d19f192f064 18:09:29 Removing intermediate container 1d19f192f064 18:09:29 ---> e6a05c01f37c 18:09:29 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:09:29 ---> Running in cc6817de743d 18:09:30 Removing intermediate container cc6817de743d 18:09:30 ---> 7d1ffc58d9e0 18:09:30 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:09:30 ---> Running in 9728999e7a6c 18:09:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:09:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:09:32 (1/14) Installing libintl (0.21.1-r1) 18:09:32 (2/14) Installing eudev-libs (3.2.11-r4) 18:09:32 (3/14) Installing libjpeg-turbo (2.1.4-r0) 18:09:32 (4/14) Installing v4l-utils-libs (1.22.1-r2) 18:09:32 (5/14) Installing v4l-utils (1.22.1-r2) 18:09:32 (6/14) Installing udev-init-scripts (35-r1) 18:09:32 (7/14) Installing libblkid (2.38.1-r1) 18:09:32 (8/14) Installing xz-libs (5.2.9-r0) 18:09:32 (9/14) Installing zstd-libs (1.5.5-r0) 18:09:32 (10/14) Installing kmod-libs (30-r1) 18:09:32 (11/14) Installing eudev (3.2.11-r4) 18:09:32 (12/14) Installing eudev-dev (3.2.11-r4) 18:09:32 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 18:09:32 (14/14) Installing v4l-utils-dev (1.22.1-r2) 18:09:32 Executing busybox-1.35.0-r29.trigger 18:09:32 Executing eudev-3.2.11-r4.trigger 18:09:32 OK: 271 MiB in 67 packages 18:09:34 Removing intermediate container 9728999e7a6c 18:09:34 ---> 311092b46063 18:09:34 Step 8/13 : WORKDIR /device-usb-camera 18:09:34 ---> Running in 4749d771a585 18:09:34 Removing intermediate container 4749d771a585 18:09:34 ---> ca58ca9ab165 18:09:34 Step 9/13 : COPY go.mod vendor* ./ 18:09:35 ---> 9f373fb9bd0c 18:09:35 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:09:35 ---> Running in 7d8f70e8ab0a 18:10:56 Removing intermediate container 7d8f70e8ab0a 18:10:56 ---> 01410b7c3a59 18:10:56 Step 11/13 : COPY . . 18:10:56 ---> 3dfda94bfd00 18:10:56 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:10:56 ---> Running in 16574ca38153 18:10:56  % Total % Received % Xferd Average Speed Time Time Time Current 18:10:56 Dload Upload Total Spent Left Speed 18:10:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 2723 0 --:--:-- --:--:-- --:--:-- 2723 18:10:56 Removing intermediate container 16574ca38153 18:10:56 ---> 171b3a09ce52 18:10:56 Step 13/13 : RUN ${MAKE} 18:10:56 ---> Running in ae1ef9a1e3ac 18:10:56 noop 18:10:56 Removing intermediate container ae1ef9a1e3ac 18:10:56 ---> 3fc3cc7095c8 18:10:56 Successfully built 3fc3cc7095c8 18:10:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:57 + docker inspect -f . ci-base-image-arm64 18:10:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:10:57 prd-ubuntu20.04-docker-arm64-4c-16g-8550 does not seem to be running inside a container 18:10:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:10:59 $ docker top 31f97b3be20f593414bb9252fa5cf2e5116a42b20635dd2b65309a527990a05c -eo pid,comm [Pipeline] { [Pipeline] sh 18:11:00 + go version 18:11:00 go version go1.20.2 linux/arm64 [Pipeline] } 18:11:00 $ docker stop --time=1 31f97b3be20f593414bb9252fa5cf2e5116a42b20635dd2b65309a527990a05c 18:11:01 $ docker rm -f --volumes 31f97b3be20f593414bb9252fa5cf2e5116a42b20635dd2b65309a527990a05c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:02 + docker inspect -f . ci-base-image-arm64 18:11:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:11:02 prd-ubuntu20.04-docker-arm64-4c-16g-8550 does not seem to be running inside a container 18:11:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:11:04 $ docker top 0b2f369a39933770852c5e6185e1159d09a9c146a78491966eecb2a6cd6f5717 -eo pid,comm [Pipeline] { [Pipeline] sh 18:11:05 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 18:11:05 + make test 18:11:05 go test ./... -coverprofile=coverage.out ./... 18:11:44 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:14:06 # github.com/edgexfoundry/device-usb-camera/cmd 18:14:06 cmd/main.go:21:58: cannot use d (variable of type *"github.com/edgexfoundry/device-usb-camera/internal/driver".Driver) as "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver value in argument to startup.Bootstrap: *"github.com/edgexfoundry/device-usb-camera/internal/driver".Driver does not implement "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver (wrong type for method Discover) 18:14:06 have Discover() 18:14:06 want Discover() error 18:14:08 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.062s coverage: 2.0% of statements 18:14:08 FAIL 18:14:08 make: *** [Makefile:46: unittest] Error 1 [Pipeline] } 18:14:09 $ docker stop --time=1 0b2f369a39933770852c5e6185e1159d09a9c146a78491966eecb2a6cd6f5717 18:14:10 $ docker rm -f --volumes 0b2f369a39933770852c5e6185e1159d09a9c146a78491966eecb2a6cd6f5717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:14:12 18:14:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:14:13 arm64: Pulling from edgex-lftools-log-publisher 18:14:13 8998bd30e6a1: Pulling fs layer 18:14:13 04944245beec: Pulling fs layer 18:14:13 699f458cf7ca: Pulling fs layer 18:14:13 765212b225bb: Pulling fs layer 18:14:13 f23df028b6ca: Pulling fs layer 18:14:13 d65c8cfc05b1: Pulling fs layer 18:14:13 2437ff75d9bd: Pulling fs layer 18:14:13 f23df028b6ca: Waiting 18:14:13 d65c8cfc05b1: Waiting 18:14:13 765212b225bb: Waiting 18:14:13 2437ff75d9bd: Waiting 18:14:13 04944245beec: Verifying Checksum 18:14:13 04944245beec: Download complete 18:14:13 765212b225bb: Verifying Checksum 18:14:13 765212b225bb: Download complete 18:14:13 f23df028b6ca: Verifying Checksum 18:14:13 f23df028b6ca: Download complete 18:14:13 d65c8cfc05b1: Download complete 18:14:13 699f458cf7ca: Verifying Checksum 18:14:13 699f458cf7ca: Download complete 18:14:14 8998bd30e6a1: Verifying Checksum 18:14:14 8998bd30e6a1: Download complete 18:14:16 2437ff75d9bd: Verifying Checksum 18:14:16 2437ff75d9bd: Download complete 18:14:19 8998bd30e6a1: Pull complete 18:14:19 04944245beec: Pull complete 18:14:20 699f458cf7ca: Pull complete 18:14:21 765212b225bb: Pull complete 18:14:21 f23df028b6ca: Pull complete 18:14:21 d65c8cfc05b1: Pull complete 18:14:36 2437ff75d9bd: Pull complete 18:14:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:14:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:14:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:37 prd-ubuntu20.04-docker-arm64-4c-16g-8550 does not seem to be running inside a container 18:14:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:14:40 $ docker top 1c17dfea1393b699b71f92d849da863ddb6b584da71d6d39bc28687ffc137c40 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:14:41 ---> job-cost.sh 18:14:41 lf-activate-venv: SKIPPING 18:14:41 INFO: No Stack... 18:14:41 INFO: Retrieving Pricing Info for: v3-standard-4 18:14:42 INFO: Archiving Costs [Pipeline] sh 18:14:42 + + cut -d, -f6 18:14:42 cat /w/workspace/device-usb-camera/1/archives/cost.csv [Pipeline] lock 18:14:43 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] 18:14:43 Resource [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] did not exist. Created. 18:14:43 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:14:43 /w/workspace/device-usb-camera/1@tmp/durable-a736cfc3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:14:44 + echo total: 0.10999999940395355 [Pipeline] stash 18:14:44 Warning: overwriting stash ‘stack-cost’ 18:14:44 Stashed 1 file(s) [Pipeline] } 18:14:45 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-215-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:14:45 $ docker stop --time=1 1c17dfea1393b699b71f92d849da863ddb6b584da71d6d39bc28687ffc137c40 18:14:46 $ docker rm -f --volumes 1c17dfea1393b699b71f92d849da863ddb6b584da71d6d39bc28687ffc137c40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:14:47 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 18:14:49 + [ -d /w/workspace/foundry_device-usb-camera_PR-215/archives ] 18:14:49 + ls -al /w/workspace/foundry_device-usb-camera_PR-215/archives 18:14:49 total 16 18:14:49 drwxr-xr-x 3 root root 4096 Apr 14 18:06 . 18:14:49 drwxrwxr-x 11 jenkins jenkins 4096 Apr 14 18:06 .. 18:14:49 drwxr-xr-x 2 root root 4096 Apr 14 18:06 cost 18:14:49 -rw-r--r-- 1 root root 89 Apr 14 18:06 cost.csv 18:14:49 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-215/archives 18:14:49 + ls -al /w/workspace/foundry_device-usb-camera_PR-215/archives 18:14:49 total 16 18:14:49 drwxr-xr-x 3 jenkins jenkins 4096 Apr 14 18:06 . 18:14:49 drwxrwxr-x 11 jenkins jenkins 4096 Apr 14 18:06 .. 18:14:49 drwxr-xr-x 2 jenkins jenkins 4096 Apr 14 18:06 cost 18:14:49 -rw-r--r-- 1 jenkins jenkins 89 Apr 14 18:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:14:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:14:50 ---> package-listing.sh 18:14:50 ++ facter osfamily 18:14:50 ++ tr '[:upper:]' '[:lower:]' 18:14:50 + OS_FAMILY=debian 18:14:50 + workspace=/w/workspace/foundry_device-usb-camera_PR-215 18:14:50 + START_PACKAGES=/tmp/packages_start.txt 18:14:50 + END_PACKAGES=/tmp/packages_end.txt 18:14:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:14:50 + PACKAGES=/tmp/packages_start.txt 18:14:50 + '[' /w/workspace/foundry_device-usb-camera_PR-215 ']' 18:14:50 + PACKAGES=/tmp/packages_end.txt 18:14:50 + case "${OS_FAMILY}" in 18:14:50 + dpkg -l 18:14:50 + grep '^ii' 18:14:50 + '[' -f /tmp/packages_start.txt ']' 18:14:50 + '[' -f /tmp/packages_end.txt ']' 18:14:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:14:50 + '[' /w/workspace/foundry_device-usb-camera_PR-215 ']' 18:14:50 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-215/archives/ 18:14:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-215/archives/ [Pipeline] echo 18:14:50 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-215/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:14:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:14:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:51 prd-ubuntu20.04-docker-8c-8g-8549 does not seem to be running inside a container 18:14:51 $ 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-215/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-215 -v /w/workspace/foundry_device-usb-camera_PR-215:/w/workspace/foundry_device-usb-camera_PR-215:rw,z -v /w/workspace/foundry_device-usb-camera_PR-215@tmp:/w/workspace/foundry_device-usb-camera_PR-215@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:14:52 $ docker top f488c39a48aeed3255a2d35c09502662dee0c3e4c197aadd189ea237257c1e4b -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:52 + touch /tmp/pre-build-complete [Pipeline] sh 18:14:52 + mkdir -p /var/log/sysstat [Pipeline] sh 18:14:53 + ls /var/log/sa-host 18:14:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:14:53 provisioning config files... 18:14:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-215@tmp/config5867691527979786670tmp [Pipeline] { [Pipeline] echo 18:14:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:14:53 ---> create-netrc.sh [Pipeline] } 18:14:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:14:54 ---> python-tools-install.sh [Pipeline] echo 18:14:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:14:54 ---> sudo-logs.sh 18:14:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:14:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:14:54 ---> job-cost.sh 18:14:54 lf-activate-venv: SKIPPING 18:14:54 DEBUG: total: 0.2199999988079071 18:14:54 INFO: Retrieving Stack Cost... 18:14:55 INFO: Retrieving Pricing Info for: v3-standard-8 18:14:55 INFO: Archiving Costs [Pipeline] echo 18:14:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:14:56 ---> logs-deploy.sh 18:14:56 lf-activate-venv: SKIPPING 18:14:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-215/1 18:14:56 INFO: archiving workspace using pattern(s): 18:14:57 Archives upload complete. 18:14:57 INFO: archiving logs to Nexus 18:14:57 ---> uname -a: 18:14:57 Linux prd-ubuntu20-04-docker-8c-8g-8549 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:14:57 18:14:57 18:14:57 ---> lscpu: 18:14:57 Architecture: x86_64 18:14:57 CPU op-mode(s): 32-bit, 64-bit 18:14:57 Byte Order: Little Endian 18:14:57 Address sizes: 40 bits physical, 48 bits virtual 18:14:57 CPU(s): 8 18:14:57 On-line CPU(s) list: 0-7 18:14:57 Thread(s) per core: 1 18:14:57 Core(s) per socket: 1 18:14:57 Socket(s): 8 18:14:57 NUMA node(s): 1 18:14:57 Vendor ID: AuthenticAMD 18:14:57 CPU family: 23 18:14:57 Model: 49 18:14:57 Model name: AMD EPYC-Rome Processor 18:14:57 Stepping: 0 18:14:57 CPU MHz: 2799.940 18:14:57 BogoMIPS: 5599.88 18:14:57 Virtualization: AMD-V 18:14:57 Hypervisor vendor: KVM 18:14:57 Virtualization type: full 18:14:57 L1d cache: 256 KiB 18:14:57 L1i cache: 256 KiB 18:14:57 L2 cache: 4 MiB 18:14:57 L3 cache: 128 MiB 18:14:57 NUMA node0 CPU(s): 0-7 18:14:57 Vulnerability Itlb multihit: Not affected 18:14:57 Vulnerability L1tf: Not affected 18:14:57 Vulnerability Mds: Not affected 18:14:57 Vulnerability Meltdown: Not affected 18:14:57 Vulnerability Mmio stale data: Not affected 18:14:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:14:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:14:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:14:57 Vulnerability Srbds: Not affected 18:14:57 Vulnerability Tsx async abort: Not affected 18:14:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:14:57 18:14:57 18:14:57 ---> nproc: 18:14:57 8 18:14:57 18:14:57 18:14:57 ---> df -h: 18:14:57 Filesystem Size Used Avail Use% Mounted on 18:14:57 overlay 155G 12G 144G 8% / 18:14:57 tmpfs 64M 0 64M 0% /dev 18:14:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:14:57 shm 64M 0 64M 0% /dev/shm 18:14:57 /dev/vda1 155G 12G 144G 8% /facter-os 18:14:57 18:14:57 18:14:57 ---> sar -b -r -n DEV: 18:14:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8549) 04/14/23 _x86_64_ (8 CPU) 18:14:57 18:14:57 18:03:38 LINUX RESTART (8 CPU) 18:14:57 18:14:57 18:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:14:57 18:05:01 157.75 38.52 119.23 0.00 4313.63 54171.41 0.00 18:14:57 18:06:01 124.96 1.07 123.89 0.00 13.20 45550.68 0.00 18:14:57 18:07:01 49.58 0.17 49.42 0.00 7.07 23949.47 0.00 18:14:57 18:08:01 2.33 0.00 2.33 0.00 0.00 25.61 0.00 18:14:57 18:09:01 51.98 10.60 41.39 0.00 5154.15 8780.54 0.00 18:14:57 18:10:01 5.28 0.00 5.28 0.00 0.00 144.51 0.00 18:14:57 18:11:01 2.90 0.02 2.88 0.00 0.13 83.72 0.00 18:14:57 18:12:01 1.65 0.00 1.65 0.00 0.00 17.73 0.00 18:14:57 18:13:01 0.98 0.00 0.98 0.00 0.00 10.40 0.00 18:14:57 18:14:01 1.83 0.00 1.83 0.00 0.00 19.60 0.00 18:14:57 Average: 39.93 5.04 34.89 0.00 948.93 13276.11 0.00 18:14:57 18:14:57 18:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:14:57 18:05:01 29212068 31605608 704288 2.14 76452 2594476 1932844 5.70 977320 2330600 4652 18:14:57 18:06:01 27962456 31320664 972184 2.96 145676 3398076 2435092 7.18 1508812 2937188 237904 18:14:57 18:07:01 27989544 31596520 700360 2.13 152516 3613516 1759664 5.19 1157944 3238236 336 18:14:57 18:08:01 27989620 31596736 699924 2.13 152600 3613512 1759664 5.19 1157964 3238236 12 18:14:57 18:09:01 27461440 31565748 722272 2.20 181580 4057268 1887720 5.56 1454136 3435164 696 18:14:57 18:10:01 27458796 31582932 706428 2.15 186420 4071420 1797632 5.30 1473660 3417148 40 18:14:57 18:11:01 27464304 31583656 705072 2.14 184968 4068296 1771452 5.22 1471032 3414080 8 18:14:57 18:12:01 27464328 31583736 704932 2.14 185016 4068300 1771452 5.22 1471068 3414084 40 18:14:57 18:13:01 27464280 31583708 704896 2.14 185036 4068300 1771452 5.22 1471104 3414084 4 18:14:57 18:14:01 27464668 31584148 704544 2.14 185084 4068304 1771452 5.22 1471136 3414088 20 18:14:57 Average: 27793150 31560346 732490 2.23 163535 3762147 1865842 5.50 1361418 3225291 24371 18:14:57 18:14:57 18:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:14:57 18:05:01 lo 6.53 6.53 0.63 0.63 0.00 0.00 0.00 0.00 18:14:57 18:05:01 ens3 709.13 453.67 6555.63 94.44 0.00 0.00 0.00 0.00 18:14:57 18:05:01 vethab5bd57 56.88 76.64 5.43 50.54 0.00 0.00 0.00 0.00 18:14:57 18:05:01 docker0 61.01 83.54 5.07 143.60 0.00 0.00 0.00 0.00 18:14:57 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:06:01 ens3 279.91 148.00 1862.24 21.40 0.00 0.00 0.00 0.00 18:14:57 18:06:01 vethca11fc5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:14:57 18:06:01 docker0 133.49 255.48 10.38 1838.69 0.00 0.00 0.00 0.00 18:14:57 18:07:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 18:14:57 18:07:01 ens3 118.80 87.25 2525.41 86.20 0.00 0.00 0.00 0.00 18:14:57 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:08:01 ens3 0.82 0.30 0.16 0.08 0.00 0.00 0.00 0.00 18:14:57 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:09:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 18:14:57 18:09:01 ens3 234.84 113.36 2825.83 8.08 0.00 0.00 0.00 0.00 18:14:57 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:10:01 ens3 0.70 0.52 0.33 0.13 0.00 0.00 0.00 0.00 18:14:57 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:11:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:12:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:13:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 18:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:14:57 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:57 Average: lo 0.91 0.91 0.09 0.09 0.00 0.00 0.00 0.00 18:14:57 Average: ens3 134.46 80.34 1377.04 21.03 0.00 0.00 0.00 0.00 18:14:57 Average: docker0 19.45 33.91 1.55 198.25 0.00 0.00 0.00 0.00 18:14:57 18:14:57 18:14:57 ---> sar -P ALL: 18:14:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8549) 04/14/23 _x86_64_ (8 CPU) 18:14:57 18:14:57 18:03:38 LINUX RESTART (8 CPU) 18:14:57 18:14:57 18:04:01 CPU %user %nice %system %iowait %steal %idle 18:14:57 18:05:01 all 9.78 0.00 3.41 2.79 0.07 83.96 18:14:57 18:05:01 0 9.60 0.00 3.34 1.03 0.07 85.97 18:14:57 18:05:01 1 9.50 0.00 3.24 3.78 0.07 83.41 18:14:57 18:05:01 2 7.94 0.00 3.53 2.88 0.07 85.58 18:14:57 18:05:01 3 8.97 0.00 3.53 0.59 0.07 86.84 18:14:57 18:05:01 4 11.15 0.00 3.31 0.45 0.05 85.04 18:14:57 18:05:01 5 10.49 0.00 2.85 1.82 0.05 84.79 18:14:57 18:05:01 6 10.96 0.00 3.51 10.89 0.07 74.57 18:14:57 18:05:01 7 9.60 0.00 4.02 0.86 0.08 85.43 18:14:57 18:06:01 all 14.10 0.00 3.72 3.59 0.06 78.53 18:14:57 18:06:01 0 14.05 0.00 5.10 20.59 0.07 60.19 18:14:57 18:06:01 1 14.11 0.00 3.32 0.40 0.05 82.12 18:14:57 18:06:01 2 12.70 0.00 3.29 0.27 0.05 83.69 18:14:57 18:06:01 3 13.99 0.00 5.12 5.07 0.05 75.77 18:14:57 18:06:01 4 13.97 0.00 2.74 0.52 0.05 82.72 18:14:57 18:06:01 5 14.42 0.00 3.12 0.37 0.07 82.02 18:14:57 18:06:01 6 15.08 0.00 3.37 1.45 0.07 80.03 18:14:57 18:06:01 7 14.51 0.00 3.73 0.05 0.08 81.63 18:14:57 18:07:01 all 9.10 0.00 2.34 1.53 0.04 86.99 18:14:57 18:07:01 0 9.60 0.00 2.02 0.05 0.03 88.30 18:14:57 18:07:01 1 8.24 0.00 2.69 1.23 0.03 87.81 18:14:57 18:07:01 2 9.43 0.00 2.48 0.20 0.10 87.79 18:14:57 18:07:01 3 9.05 0.00 2.11 2.82 0.05 85.97 18:14:57 18:07:01 4 10.31 0.00 2.21 0.55 0.03 86.90 18:14:57 18:07:01 5 8.40 0.00 2.15 0.02 0.03 89.40 18:14:57 18:07:01 6 9.39 0.00 2.10 0.03 0.03 88.45 18:14:57 18:07:01 7 8.38 0.00 2.95 7.42 0.03 81.22 18:14:57 18:08:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:14:57 18:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:14:57 18:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 18:14:57 18:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:14:57 18:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:08:01 4 0.03 0.00 0.00 0.00 0.00 99.97 18:14:57 18:08:01 5 0.00 0.00 0.00 0.02 0.02 99.97 18:14:57 18:08:01 6 0.08 0.00 0.03 0.00 0.02 99.87 18:14:57 18:08:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:14:57 18:09:01 all 2.22 0.00 1.32 0.47 0.02 95.98 18:14:57 18:09:01 0 1.53 0.00 0.87 0.05 0.02 97.54 18:14:57 18:09:01 1 2.72 0.00 2.77 0.97 0.02 93.52 18:14:57 18:09:01 2 1.34 0.00 1.99 0.53 0.02 96.13 18:14:57 18:09:01 3 2.42 0.00 0.87 0.53 0.02 96.16 18:14:57 18:09:01 4 1.94 0.00 1.25 0.85 0.02 95.94 18:14:57 18:09:01 5 2.02 0.00 1.22 0.47 0.00 96.30 18:14:57 18:09:01 6 2.15 0.00 0.72 0.20 0.02 96.91 18:14:57 18:09:01 7 3.63 0.00 0.84 0.12 0.05 95.36 18:14:57 18:10:01 all 0.25 0.00 0.19 0.01 0.00 99.54 18:14:57 18:10:01 0 1.40 0.00 0.13 0.00 0.00 98.46 18:14:57 18:10:01 1 0.02 0.00 0.68 0.00 0.00 99.30 18:14:57 18:10:01 2 0.08 0.00 0.13 0.02 0.02 99.75 18:14:57 18:10:01 3 0.08 0.00 0.13 0.08 0.00 99.70 18:14:57 18:10:01 4 0.07 0.00 0.07 0.00 0.00 99.87 18:14:57 18:10:01 5 0.12 0.00 0.13 0.00 0.02 99.73 18:14:57 18:10:01 6 0.15 0.00 0.15 0.00 0.00 99.70 18:14:57 18:10:01 7 0.08 0.00 0.10 0.00 0.00 99.82 18:14:57 18:11:01 all 0.10 0.00 0.08 0.01 0.01 99.81 18:14:57 18:11:01 0 0.17 0.00 0.12 0.00 0.00 99.72 18:14:57 18:11:01 1 0.03 0.00 0.08 0.00 0.02 99.87 18:14:57 18:11:01 2 0.05 0.00 0.08 0.00 0.00 99.87 18:14:57 18:11:01 3 0.05 0.00 0.03 0.05 0.02 99.85 18:14:57 18:11:01 4 0.30 0.00 0.17 0.00 0.00 99.53 18:14:57 18:11:01 5 0.10 0.00 0.05 0.02 0.00 99.83 18:14:57 18:11:01 6 0.07 0.00 0.05 0.00 0.02 99.87 18:14:57 18:11:01 7 0.02 0.00 0.03 0.00 0.00 99.95 18:14:57 18:12:01 all 0.03 0.00 0.01 0.01 0.00 99.96 18:14:57 18:12:01 0 0.00 0.00 0.00 0.00 0.02 99.98 18:14:57 18:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:12:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:14:57 18:12:01 3 0.05 0.00 0.02 0.03 0.00 99.90 18:14:57 18:12:01 4 0.07 0.00 0.03 0.00 0.02 99.88 18:14:57 18:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:13:01 all 0.03 0.00 0.01 0.00 0.00 99.96 18:14:57 18:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:14:57 18:13:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:14:57 18:13:01 3 0.02 0.00 0.00 0.02 0.00 99.97 18:14:57 18:13:01 4 0.08 0.00 0.03 0.00 0.00 99.88 18:14:57 18:13:01 5 0.02 0.00 0.02 0.00 0.02 99.95 18:14:57 18:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:14:57 18:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:14:57 18:14:01 all 0.02 0.00 0.01 0.01 0.00 99.97 18:14:57 18:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:14:57 18:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:14:57 18:14:01 3 0.00 0.00 0.00 0.05 0.00 99.95 18:14:57 18:14:01 4 0.07 0.00 0.03 0.00 0.02 99.88 18:14:57 18:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:14:57 18:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:14:57 18:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:14:57 Average: all 3.55 0.00 1.10 0.84 0.02 94.49 18:14:57 Average: 0 3.62 0.00 1.15 2.16 0.02 93.04 18:14:57 Average: 1 3.45 0.00 1.28 0.64 0.02 94.62 18:14:57 Average: 2 3.14 0.00 1.15 0.39 0.03 95.29 18:14:57 Average: 3 3.45 0.00 1.17 0.92 0.02 94.44 18:14:57 Average: 4 3.79 0.00 0.98 0.24 0.02 94.98 18:14:57 Average: 5 3.54 0.00 0.95 0.27 0.02 95.22 18:14:57 Average: 6 3.77 0.00 0.99 1.25 0.02 93.97 18:14:57 Average: 7 3.60 0.00 1.16 0.84 0.03 94.38 18:14:57 18:14:57 18:14:57