Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3323a63d0afd632e576abad22becd63271ca5b86 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-ssh2146110795909529774.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6763908257092255807.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16916744901786503165.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh5956052305610313231.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8790872178951291171.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8878 in /w/workspace/exfoundry_device-usb-camera_main [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/exfoundry_device-usb-camera_main # 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 Avoid second fetch Checking out Revision 3323a63d0afd632e576abad22becd63271ca5b86 (main) Commit message: "build: update to use latest sdk (#174)" > 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 core.sparsecheckout # timeout=10 > git checkout -f 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 > git rev-list --no-walk 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:38:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:38:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:38:57 ========================================================= 20:38:57 EdgeX Global Pipelines Version Info 20:38:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:38:58 ------------------- 20:38:58 stable info: 20:38:58 ------------------- 20:38:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:38:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:38:58 Message: update stable to v1.0.244 20:38:59 ------------------- 20:38:59 experimental info: 20:38:59 ------------------- 20:38:59 Commited By: **** collab-it+edgex@linuxfoundation.org 20:38:59 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:38:59 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3323a63 [Pipeline] echo 20:38:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:59 provisioning config files... 20:38:59 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7438968599946596512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:00 ---> docker-login.sh 20:39:00 nexus3.edgexfoundry.org:10001 20:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:00 Configure a credential helper to remove this warning. See 20:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:00 20:39:00 Login Succeeded 20:39:00 nexus3.edgexfoundry.org:10002 20:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:00 Configure a credential helper to remove this warning. See 20:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:00 20:39:00 Login Succeeded 20:39:00 nexus3.edgexfoundry.org:10003 20:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:00 Configure a credential helper to remove this warning. See 20:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:00 20:39:00 Login Succeeded 20:39:00 nexus3.edgexfoundry.org:10004 20:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:00 Configure a credential helper to remove this warning. See 20:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:00 20:39:00 Login Succeeded 20:39:00 docker.io 20:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:00 Configure a credential helper to remove this warning. See 20:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:00 20:39:00 Login Succeeded 20:39:00 ---> docker-login.sh ends [Pipeline] } 20:39:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:39:01 + git rev-list -1 --merges 3323a63d0afd632e576abad22becd63271ca5b86~1..3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo 20:39:01 -----------> git rev-list -1 --merges 3323a63d0afd632e576abad22becd63271ca5b86~1..3323a63d0afd632e576abad22becd63271ca5b86 3323a63d0afd632e576abad22becd63271ca5b86 [false] [Pipeline] sh 20:39:01 + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo 20:39:01 ========================================================= 20:39:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:39:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:02 + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo 20:39:02 [semverPrep] GIT_COMMIT: 3323a63d0afd632e576abad22becd63271ca5b86, Commit Message: build: update to use latest sdk (#174) [Pipeline] echo 20:39:02 [semverPrep] This is not a build commit. [Pipeline] sh 20:39:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:39:02 + grep -v github /etc/ssh/ssh_known_hosts 20:39:02 + [ -e /tmp/ssh_known_hosts ] 20:39:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:39:02 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:39:02 + sudo tee -a /etc/ssh/ssh_known_hosts 20:39:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:39:02 20:39:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:39:03 0.1.4: Pulling from edgex-devops/py-git-semver 20:39:03 b85a868b505f: Pulling fs layer 20:39:03 e2be974225ed: Pulling fs layer 20:39:03 339a4e72a1f5: Pulling fs layer 20:39:03 988bab9f4d93: Pulling fs layer 20:39:03 1469e6f7b9e6: Pulling fs layer 20:39:03 eaf3925da568: Pulling fs layer 20:39:03 bab4dde63d76: Pulling fs layer 20:39:03 bde34c3a00c8: Pulling fs layer 20:39:03 b352a97aabf1: Pulling fs layer 20:39:03 4872d77fe225: Pulling fs layer 20:39:03 5851b861e8e6: Pulling fs layer 20:39:03 988bab9f4d93: Waiting 20:39:03 1469e6f7b9e6: Waiting 20:39:03 eaf3925da568: Waiting 20:39:03 bab4dde63d76: Waiting 20:39:03 bde34c3a00c8: Waiting 20:39:03 b352a97aabf1: Waiting 20:39:03 4872d77fe225: Waiting 20:39:03 5851b861e8e6: Waiting 20:39:03 e2be974225ed: Download complete 20:39:03 988bab9f4d93: Verifying Checksum 20:39:03 988bab9f4d93: Download complete 20:39:03 339a4e72a1f5: Verifying Checksum 20:39:03 339a4e72a1f5: Download complete 20:39:03 1469e6f7b9e6: Verifying Checksum 20:39:03 1469e6f7b9e6: Download complete 20:39:03 eaf3925da568: Verifying Checksum 20:39:03 eaf3925da568: Download complete 20:39:03 bde34c3a00c8: Download complete 20:39:03 b352a97aabf1: Verifying Checksum 20:39:03 b352a97aabf1: Download complete 20:39:03 4872d77fe225: Verifying Checksum 20:39:03 4872d77fe225: Download complete 20:39:03 5851b861e8e6: Verifying Checksum 20:39:03 5851b861e8e6: Download complete 20:39:03 b85a868b505f: Verifying Checksum 20:39:03 b85a868b505f: Download complete 20:39:03 bab4dde63d76: Verifying Checksum 20:39:03 bab4dde63d76: Download complete 20:39:04 b85a868b505f: Pull complete 20:39:04 e2be974225ed: Pull complete 20:39:05 339a4e72a1f5: Pull complete 20:39:05 988bab9f4d93: Pull complete 20:39:05 1469e6f7b9e6: Pull complete 20:39:05 eaf3925da568: Pull complete 20:39:07 bab4dde63d76: Pull complete 20:39:07 bde34c3a00c8: Pull complete 20:39:07 b352a97aabf1: Pull complete 20:39:07 4872d77fe225: Pull complete 20:39:07 5851b861e8e6: Pull complete 20:39:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:39:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:39:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:39:07 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:39:09 $ docker top 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb -eo pid,comm 20:39:09 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). 20:39:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:39:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:09 [ssh-agent] Looking for ssh-agent implementation... 20:39:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:09 $ docker exec 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent 20:39:09 SSH_AUTH_SOCK=/tmp/ssh-EIfCL6pYN8Hh/agent.33 20:39:09 SSH_AGENT_PID=39 20:39:09 Running ssh-add (command line suppressed) 20:39:09 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10493167586303972606.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10493167586303972606.key) 20:39:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:10 + git tag --points-at HEAD [Pipeline] } 20:39:10 $ docker exec --env ******** --env ******** 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent -k 20:39:10 unset SSH_AUTH_SOCK; 20:39:10 unset SSH_AGENT_PID; 20:39:10 echo Agent pid 39 killed; 20:39:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:39:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:39:10 [ssh-agent] Looking for ssh-agent implementation... 20:39:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:39:10 $ docker exec 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent 20:39:10 SSH_AUTH_SOCK=/tmp/ssh-ApmgpoyOk6le/agent.71 20:39:10 SSH_AGENT_PID=77 20:39:10 Running ssh-add (command line suppressed) 20:39:10 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1210111841347265860.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1210111841347265860.key) 20:39:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:39:10 + git semver init 20:39:11 2023-03-08 20:39:11,086 [run_init] DEBUG init version:0.0.0 force:False 20:39:11 2023-03-08 20:39:11,087 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 20:39:11 2023-03-08 20:39:11,088 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 20:39:11 2023-03-08 20:39:11,088 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 20:39:12 2023-03-08 20:39:11,781 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 20:39:12 2023-03-08 20:39:11,781 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 20:39:12 2023-03-08 20:39:11,781 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:39:12 2023-03-08 20:39:11,782 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:39:12 3.0.0-dev.14 [Pipeline] } 20:39:12 $ docker exec --env ******** --env ******** 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent -k 20:39:12 unset SSH_AUTH_SOCK; 20:39:12 unset SSH_AGENT_PID; 20:39:12 echo Agent pid 77 killed; 20:39:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:39:12 + git semver [Pipeline] } 20:39:12 $ docker stop --time=1 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb 20:39:14 $ docker rm -f --volumes 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb [Pipeline] // withDockerContainer [Pipeline] sh 20:39:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:39:14 Stashed 1 file(s) [Pipeline] echo 20:39:14 [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [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 20:39:14 provisioning config files... 20:39:14 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17301420637227240167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:15 ---> docker-login.sh 20:39:15 nexus3.edgexfoundry.org:10001 20:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:15 Configure a credential helper to remove this warning. See 20:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:15 20:39:15 Login Succeeded 20:39:15 nexus3.edgexfoundry.org:10002 20:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:15 Configure a credential helper to remove this warning. See 20:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:15 20:39:15 Login Succeeded 20:39:15 nexus3.edgexfoundry.org:10003 20:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:15 Configure a credential helper to remove this warning. See 20:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:15 20:39:15 Login Succeeded 20:39:15 nexus3.edgexfoundry.org:10004 20:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:15 Configure a credential helper to remove this warning. See 20:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:15 20:39:15 Login Succeeded 20:39:15 docker.io 20:39:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:15 Configure a credential helper to remove this warning. See 20:39:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:15 20:39:15 Login Succeeded 20:39:15 ---> docker-login.sh ends [Pipeline] } 20:39:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:39:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:39:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:39:15 ========================================================= 20:39:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:39:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:16 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:39:16 Sending build context to Docker daemon 1.776MB 20:39:16 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 20:39:16 Step 2/13 : FROM ${BASE} AS builder 20:39:16 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:39:16 213ec9aee27d: Pulling fs layer 20:39:16 4583459ba037: Pulling fs layer 20:39:16 93c1e223e6f2: Pulling fs layer 20:39:16 53926ce57604: Pulling fs layer 20:39:16 21b2b0c7a3f4: Pulling fs layer 20:39:16 22ff95d597cd: Pulling fs layer 20:39:16 12d6caf4c0d1: Pulling fs layer 20:39:16 96b7cbca73a9: Pulling fs layer 20:39:16 a7acece74701: Pulling fs layer 20:39:16 53926ce57604: Waiting 20:39:16 21b2b0c7a3f4: Waiting 20:39:16 22ff95d597cd: Waiting 20:39:16 12d6caf4c0d1: Waiting 20:39:16 96b7cbca73a9: Waiting 20:39:16 a7acece74701: Waiting 20:39:16 93c1e223e6f2: Download complete 20:39:16 4583459ba037: Download complete 20:39:16 21b2b0c7a3f4: Verifying Checksum 20:39:16 21b2b0c7a3f4: Download complete 20:39:16 22ff95d597cd: Verifying Checksum 20:39:16 22ff95d597cd: Download complete 20:39:16 213ec9aee27d: Verifying Checksum 20:39:16 213ec9aee27d: Download complete 20:39:16 12d6caf4c0d1: Download complete 20:39:16 213ec9aee27d: Pull complete 20:39:16 4583459ba037: Pull complete 20:39:16 93c1e223e6f2: Pull complete 20:39:17 a7acece74701: Verifying Checksum 20:39:17 a7acece74701: Download complete 20:39:17 53926ce57604: Verifying Checksum 20:39:17 53926ce57604: Download complete 20:39:17 96b7cbca73a9: Verifying Checksum 20:39:17 96b7cbca73a9: Download complete 20:39:21 53926ce57604: Pull complete 20:39:21 21b2b0c7a3f4: Pull complete 20:39:21 22ff95d597cd: Pull complete 20:39:21 12d6caf4c0d1: Pull complete 20:39:24 96b7cbca73a9: Pull complete 20:39:24 a7acece74701: Pull complete 20:39:24 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:39:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:39:24 ---> db6d94c90886 20:39:24 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:39:26 ---> Running in bfd3bc6b728c 20:39:26 Removing intermediate container bfd3bc6b728c 20:39:26 ---> f7dde4164f95 20:39:26 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:39:26 ---> Running in 2d9e77037824 20:39:26 Removing intermediate container 2d9e77037824 20:39:26 ---> a70ef1fb2a9d 20:39:26 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 20:39:27 ---> Running in 03e1d44e99bc 20:39:27 Removing intermediate container 03e1d44e99bc 20:39:27 ---> 9f5f47ab3fef 20:39:27 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:39:27 ---> Running in f164bb7d9667 20:39:27 Removing intermediate container f164bb7d9667 20:39:27 ---> d6622d43c2da 20:39:27 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:39:27 ---> Running in 6bef99f2be33 20:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:39:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:39:28 (1/80) Installing mesa (21.3.9-r0) 20:39:28 (2/80) Installing libxau (1.0.9-r0) 20:39:28 (3/80) Installing libxdmcp (1.1.3-r0) 20:39:28 (4/80) Installing libxcb (1.15-r0) 20:39:28 (5/80) Installing libx11 (1.8-r0) 20:39:28 (6/80) Installing libxext (1.3.4-r0) 20:39:28 (7/80) Installing libxfixes (6.0.0-r0) 20:39:28 (8/80) Installing libxxf86vm (1.1.4-r2) 20:39:28 (9/80) Installing libpciaccess (0.16-r0) 20:39:28 (10/80) Installing libdrm (2.4.110-r0) 20:39:28 (11/80) Installing mesa-glapi (21.3.9-r0) 20:39:28 (12/80) Installing libxshmfence (1.3-r1) 20:39:28 (13/80) Installing mesa-gl (21.3.9-r0) 20:39:28 (14/80) Installing icu-data-full (71.1-r2) 20:39:28 (15/80) Installing libice (1.0.10-r0) 20:39:28 (16/80) Installing libuuid (2.38-r1) 20:39:28 (17/80) Installing libsm (1.2.3-r0) 20:39:28 (18/80) Installing libxt (1.2.1-r0) 20:39:28 (19/80) Installing libxmu (1.1.3-r0) 20:39:28 (20/80) Installing xset (1.2.4-r0) 20:39:28 (21/80) Installing xprop (1.2.5-r0) 20:39:28 (22/80) Installing xdg-utils (1.1.3-r3) 20:39:28 (23/80) Installing dbus-libs (1.14.4-r0) 20:39:28 (24/80) Installing libffi (3.4.2-r1) 20:39:28 (25/80) Installing libintl (0.21-r2) 20:39:28 (26/80) Installing libblkid (2.38-r1) 20:39:28 (27/80) Installing libmount (2.38-r1) 20:39:28 (28/80) Installing pcre (8.45-r2) 20:39:28 (29/80) Installing glib (2.72.1-r0) 20:39:28 (30/80) Installing icu-libs (71.1-r2) 20:39:28 (31/80) Installing libpcre2-16 (10.40-r0) 20:39:28 (32/80) Installing zstd-libs (1.5.2-r1) 20:39:28 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 20:39:28 (34/80) Installing hicolor-icon-theme (0.17-r1) 20:39:28 (35/80) Installing wayland-libs-server (1.20.0-r0) 20:39:28 (36/80) Installing mesa-gbm (21.3.9-r0) 20:39:28 (37/80) Installing wayland-libs-client (1.20.0-r0) 20:39:28 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 20:39:28 (39/80) Installing libxcomposite (0.4.5-r0) 20:39:28 (40/80) Installing libbz2 (1.0.8-r1) 20:39:28 (41/80) Installing libpng (1.6.37-r1) 20:39:28 (42/80) Installing freetype (2.12.1-r0) 20:39:28 (43/80) Installing fontconfig (2.14.0-r0) 20:39:28 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 20:39:28 (45/80) Installing wayland-libs-egl (1.20.0-r0) 20:39:28 (46/80) Installing xkeyboard-config (2.35.1-r0) 20:39:28 (47/80) Installing xz-libs (5.2.5-r1) 20:39:28 (48/80) Installing libxml2 (2.9.14-r2) 20:39:29 (49/80) Installing libxkbcommon (1.4.1-r0) 20:39:29 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 20:39:29 (51/80) Installing mesa-egl (21.3.9-r0) 20:39:29 (52/80) Installing avahi-libs (0.8-r6) 20:39:29 (53/80) Installing nettle (3.7.3-r0) 20:39:29 (54/80) Installing p11-kit (0.24.1-r0) 20:39:29 (55/80) Installing libtasn1 (4.18.0-r1) 20:39:29 (56/80) Installing libunistring (1.0-r0) 20:39:29 (57/80) Installing gnutls (3.7.7-r1) 20:39:29 (58/80) Installing cups-libs (2.4.2-r0) 20:39:29 (59/80) Installing graphite2 (1.3.14-r1) 20:39:29 (60/80) Installing harfbuzz (4.3.0-r0) 20:39:29 (61/80) Installing libevdev (1.12.1-r0) 20:39:29 (62/80) Installing mtdev (1.1.6-r0) 20:39:29 (63/80) Installing eudev-libs (3.2.11-r0) 20:39:29 (64/80) Installing libinput-libs (1.20.1-r0) 20:39:29 (65/80) Installing libjpeg-turbo (2.1.3-r1) 20:39:29 (66/80) Installing xcb-util-wm (0.4.1-r1) 20:39:29 (67/80) Installing xcb-util (0.4.0-r3) 20:39:29 (68/80) Installing xcb-util-image (0.4.0-r1) 20:39:29 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 20:39:29 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 20:39:29 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 20:39:29 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 20:39:29 (73/80) Installing v4l-utils-libs (1.22.1-r1) 20:39:29 (74/80) Installing v4l-utils (1.22.1-r1) 20:39:29 (75/80) Installing udev-init-scripts (35-r0) 20:39:29 Executing udev-init-scripts-35-r0.post-install 20:39:29 (76/80) Installing kmod-libs (29-r2) 20:39:29 (77/80) Installing eudev (3.2.11-r0) 20:39:29 (78/80) Installing eudev-dev (3.2.11-r0) 20:39:29 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 20:39:29 (80/80) Installing v4l-utils-dev (1.22.1-r1) 20:39:29 Executing busybox-1.35.0-r17.trigger 20:39:29 Executing eudev-3.2.11-r0.trigger 20:39:29 OK: 331 MiB in 131 packages 20:39:29 Still waiting to schedule task 20:39:29 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 20:39:31 Removing intermediate container 6bef99f2be33 20:39:31 ---> 4e9a4e870b97 20:39:31 Step 8/13 : WORKDIR /device-usb-camera 20:39:31 ---> Running in 315ed60db8dc 20:39:31 Removing intermediate container 315ed60db8dc 20:39:31 ---> e3b105d98fab 20:39:31 Step 9/13 : COPY go.mod vendor* ./ 20:39:32 ---> c97381755fd6 20:39:32 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:32 ---> Running in 7fe1e5ee3c75 20:39:58 Removing intermediate container 7fe1e5ee3c75 20:39:58 ---> 9456a9b5e69e 20:39:58 Step 11/13 : COPY . . 20:39:58 ---> 5791b1c2bb7e 20:39:58 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:39:58 ---> Running in 45191251fee7 20:39:58  % Total % Received % Xferd Average Speed Time Time Time Current 20:39:58 Dload Upload Total Spent Left Speed 20:39:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11989 0 --:--:-- --:--:-- --:--:-- 12068 20:39:58 Removing intermediate container 45191251fee7 20:39:58 ---> b2dacead1ec6 20:39:58 Step 13/13 : RUN ${MAKE} 20:39:58 ---> Running in 3358e29431e7 20:39:58 noop 20:39:58 Removing intermediate container 3358e29431e7 20:39:58 ---> a4e5f62090d1 20:39:58 Successfully built a4e5f62090d1 20:39:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:59 + docker inspect -f . ci-base-image-x86_64 20:39:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:39:59 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:39:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** ci-base-image-x86_64 cat 20:39:59 $ docker top d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:00 + go version 20:40:00 go version go1.18.7 linux/amd64 [Pipeline] } 20:40:00 $ docker stop --time=1 d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f 20:40:01 $ docker rm -f --volumes d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:01 + docker inspect -f . ci-base-image-x86_64 20:40:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:01 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:40:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** ci-base-image-x86_64 cat 20:40:02 $ docker top 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:02 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 20:40:02 + make test 20:40:02 go test ./... -coverprofile=coverage.out ./... 20:40:03 ? github.com/edgexfoundry/device-usb-camera [no test files] 20:40:15 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 20:40:15 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.012s coverage: 2.0% of statements 20:40:22 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:40:22 go vet ./... 20:40:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:40:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:40:25 ./bin/test-attribution-txt.sh [Pipeline] echo 20:40:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:40:25 $ docker stop --time=1 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b 20:40:27 $ docker rm -f --volumes 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b [Pipeline] // withDockerContainer [Pipeline] sh 20:40:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:40:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:40:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:40:28 + ls -al . 20:40:28 total 188 20:40:28 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 20:40 . 20:40:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 .. 20:40:28 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 20:40 .git 20:40:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 .github 20:40:28 -rw-rw-r-- 1 jenkins jenkins 414 Mar 8 20:38 .gitignore 20:40:28 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 20:38 .golangci.yml 20:40:28 -rw-rw-r-- 1 jenkins jenkins 77 Mar 8 20:38 .hadolint.yml 20:40:28 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 20:39 .semver 20:40:28 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 8 20:38 Attribution.txt 20:40:28 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 8 20:38 CHANGELOG.md 20:40:28 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 8 20:38 Dockerfile 20:40:28 -rw-rw-r-- 1 jenkins jenkins 678 Mar 8 20:38 GOVERNANCE.md 20:40:28 -rw-rw-r-- 1 jenkins jenkins 659 Mar 8 20:38 Jenkinsfile 20:40:28 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 8 20:38 LICENSE 20:40:28 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 8 20:38 Makefile 20:40:28 -rw-rw-r-- 1 jenkins jenkins 622 Mar 8 20:38 OWNERS.md 20:40:28 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 8 20:38 README.md 20:40:28 -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 20:39 VERSION 20:40:28 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 20:38 bin 20:40:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 cmd 20:40:28 -rw-r--r-- 1 jenkins jenkins 28352 Mar 8 20:40 coverage.out 20:40:28 -rwxrwxr-x 1 jenkins jenkins 140 Mar 8 20:38 docker-entrypoint.sh 20:40:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 docs 20:40:28 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 8 20:38 go.mod 20:40:28 -rw-rw-r-- 1 jenkins jenkins 31546 Mar 8 20:38 go.sum 20:40:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 internal 20:40:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 snap 20:40:28 -rw-rw-r-- 1 jenkins jenkins 231 Mar 8 20:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:29 + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3323a63d0afd632e576abad22becd63271ca5b86 --label arch=amd64 --label version=3.0.0-dev.14 . 20:40:29 Sending build context to Docker daemon 1.805MB 20:40:29 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 20:40:29 Step 2/35 : FROM ${BASE} AS builder 20:40:29 ---> a4e5f62090d1 20:40:29 Step 3/35 : ARG ADD_BUILD_TAGS="" 20:40:29 ---> Running in aaeb287866d8 20:40:29 Removing intermediate container aaeb287866d8 20:40:29 ---> d7e1440efca4 20:40:29 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:40:29 ---> Running in 5c08c6e3f7ad 20:40:29 Removing intermediate container 5c08c6e3f7ad 20:40:29 ---> 47eebd9b9fe3 20:40:29 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 20:40:29 ---> Running in e518056ef5db 20:40:29 Removing intermediate container e518056ef5db 20:40:29 ---> c825ba98176d 20:40:29 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:40:29 ---> Running in c4b8bf123811 20:40:29 Removing intermediate container c4b8bf123811 20:40:29 ---> a10a59c52b58 20:40:29 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:40:29 ---> Running in 79e226adbc76 20:40:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:40:30 OK: 331 MiB in 131 packages 20:40:30 Removing intermediate container 79e226adbc76 20:40:30 ---> d1f3f878bc82 20:40:30 Step 8/35 : WORKDIR /device-usb-camera 20:40:30 ---> Running in a617a88e0890 20:40:30 Removing intermediate container a617a88e0890 20:40:30 ---> 070d6908955f 20:40:30 Step 9/35 : COPY go.mod vendor* ./ 20:40:31 ---> 73d57526e620 20:40:31 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:40:31 ---> Running in aa78e1b55e86 20:40:31 Removing intermediate container aa78e1b55e86 20:40:31 ---> 1cb4835fc26c 20:40:31 Step 11/35 : COPY . . 20:40:32 ---> 41fe3cbabcbb 20:40:32 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:40:32 ---> Running in b7e11829ba30 20:40:32  % Total % Received % Xferd Average Speed Time Time Time Current 20:40:32 Dload Upload Total Spent Left Speed 20:40:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 41390 0 --:--:-- --:--:-- --:--:-- 42480 20:40:32 Removing intermediate container b7e11829ba30 20:40:32 ---> 6456e3fac52c 20:40:32 Step 13/35 : RUN ${MAKE} 20:40:33 ---> Running in bcf857deb496 20:40:33 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 20:40:59 Removing intermediate container bcf857deb496 20:40:59 ---> b0e19b35de85 20:40:59 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 20:40:59 v0.18.4: Pulling from aler9/rtsp-simple-server 20:40:59 af6660deedbd: Pulling fs layer 20:40:59 97cd0a44c592: Pulling fs layer 20:40:59 97cd0a44c592: Verifying Checksum 20:40:59 97cd0a44c592: Download complete 20:40:59 af6660deedbd: Verifying Checksum 20:40:59 af6660deedbd: Download complete 20:40:59 af6660deedbd: Pull complete 20:40:59 97cd0a44c592: Pull complete 20:40:59 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 20:40:59 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 20:40:59 ---> fea57e182299 20:40:59 Step 15/35 : FROM alpine:3.16 20:40:59 3.16: Pulling from library/alpine 20:40:59 ef5531b6e74e: Pulling fs layer 20:40:59 ef5531b6e74e: Verifying Checksum 20:40:59 ef5531b6e74e: Download complete 20:40:59 ef5531b6e74e: Pull complete 20:40:59 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:40:59 Status: Downloaded newer image for alpine:3.16 20:40:59 ---> dfd21b5a31f5 20:40:59 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:40:59 ---> Running in 8cb1e1e038a1 20:40:59 Removing intermediate container 8cb1e1e038a1 20:40:59 ---> ac39869f3a50 20:40:59 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 20:40:59 ---> Running in 4d1147e6e419 20:40:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:40:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:40:59 (1/80) Installing dumb-init (1.2.5-r1) 20:40:59 (2/80) Installing sdl2 (2.0.22-r0) 20:40:59 (3/80) Installing libxau (1.0.9-r0) 20:40:59 (4/80) Installing libxdmcp (1.1.3-r0) 20:40:59 (5/80) Installing libxcb (1.15-r0) 20:40:59 (6/80) Installing libx11 (1.8-r0) 20:40:59 (7/80) Installing aom-libs (3.3.0-r0) 20:40:59 (8/80) Installing alsa-lib (1.2.7.2-r0) 20:40:59 (9/80) Installing expat (2.5.0-r0) 20:40:59 (10/80) Installing brotli-libs (1.0.9-r6) 20:40:59 (11/80) Installing libbz2 (1.0.8-r1) 20:40:59 (12/80) Installing libpng (1.6.37-r1) 20:40:59 (13/80) Installing freetype (2.12.1-r0) 20:40:59 (14/80) Installing fontconfig (2.14.0-r0) 20:40:59 (15/80) Installing fribidi (1.0.12-r0) 20:40:59 (16/80) Installing libffi (3.4.2-r1) 20:40:59 (17/80) Installing libintl (0.21-r2) 20:40:59 (18/80) Installing libblkid (2.38-r1) 20:40:59 (19/80) Installing libmount (2.38-r1) 20:40:59 (20/80) Installing pcre (8.45-r2) 20:40:59 (21/80) Installing glib (2.72.1-r0) 20:40:59 (22/80) Installing graphite2 (1.3.14-r1) 20:40:59 (23/80) Installing harfbuzz (4.3.0-r0) 20:40:59 (24/80) Installing libass (0.16.0-r0) 20:40:59 (25/80) Installing libdav1d (1.0.0-r0) 20:40:59 (26/80) Installing libpciaccess (0.16-r0) 20:40:59 (27/80) Installing libdrm (2.4.110-r0) 20:40:59 (28/80) Installing gmp (6.2.1-r2) 20:40:59 (29/80) Installing nettle (3.7.3-r0) 20:40:59 (30/80) Installing p11-kit (0.24.1-r0) 20:40:59 (31/80) Installing libtasn1 (4.18.0-r1) 20:40:59 (32/80) Installing libunistring (1.0-r0) 20:40:59 (33/80) Installing gnutls (3.7.7-r1) 20:40:59 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:40:59 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 20:40:59 (36/80) Installing lame (3.100-r0) 20:40:59 (37/80) Installing opus (1.3.1-r1) 20:40:59 (38/80) Installing libasyncns (0.8-r1) 20:40:59 (39/80) Installing dbus-libs (1.14.4-r0) 20:40:59 (40/80) Installing libltdl (2.4.7-r0) 20:40:59 (41/80) Installing orc (0.4.32-r0) 20:40:59 (42/80) Installing libgcc (11.2.1_git20220219-r2) 20:40:59 (43/80) Installing libogg (1.3.5-r1) 20:40:59 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 20:40:59 (45/80) Installing flac (1.3.4-r0) 20:40:59 (46/80) Installing libvorbis (1.3.7-r0) 20:40:59 (47/80) Installing libsndfile (1.1.0-r0) 20:40:59 (48/80) Installing libgomp (11.2.1_git20220219-r2) 20:40:59 (49/80) Installing soxr (0.1.3-r2) 20:40:59 (50/80) Installing speexdsp (1.2.0-r0) 20:40:59 (51/80) Installing tdb-libs (1.4.6-r0) 20:40:59 (52/80) Installing libpulse (15.0-r2) 20:40:59 (53/80) Installing cjson (1.7.15-r3) 20:40:59 (54/80) Installing mbedtls (2.28.2-r0) 20:40:59 (55/80) Installing librist (0.2.6-r1) 20:40:59 (56/80) Installing libsrt (1.4.4-r0) 20:40:59 (57/80) Installing libssh (0.9.6-r1) 20:40:59 (58/80) Installing libtheora (1.1.1-r16) 20:40:59 (59/80) Installing libjpeg-turbo (2.1.3-r1) 20:40:59 (60/80) Installing v4l-utils-libs (1.22.1-r1) 20:40:59 (61/80) Installing libxext (1.3.4-r0) 20:40:59 (62/80) Installing libxfixes (6.0.0-r0) 20:40:59 (63/80) Installing wayland-libs-client (1.20.0-r0) 20:40:59 (64/80) Installing libva (2.14.0-r0) 20:40:59 (65/80) Installing libvdpau (1.5-r0) 20:40:59 (66/80) Installing vidstab (1.1.0-r1) 20:40:59 (67/80) Installing libvpx (1.11.0-r1) 20:40:59 (68/80) Installing libwebp (1.2.3-r0) 20:40:59 (69/80) Installing x264-libs (0.163_git20210613-r0) 20:40:59 (70/80) Installing numactl (2.0.14-r0) 20:40:59 (71/80) Installing x265-libs (3.5-r3) 20:40:59 (72/80) Installing xvidcore (1.3.7-r1) 20:40:59 (73/80) Installing ffmpeg-libs (5.0.1-r1) 20:40:59 (74/80) Installing ffmpeg (5.0.1-r1) 20:40:59 (75/80) Installing udev-init-scripts (35-r0) 20:40:59 Executing udev-init-scripts-35-r0.post-install 20:40:59 (76/80) Installing eudev-libs (3.2.11-r0) 20:40:59 (77/80) Installing xz-libs (5.2.5-r1) 20:40:59 (78/80) Installing zstd-libs (1.5.2-r1) 20:40:59 (79/80) Installing kmod-libs (29-r2) 20:40:59 (80/80) Installing eudev (3.2.11-r0) 20:40:59 Executing busybox-1.35.0-r17.trigger 20:40:59 Executing eudev-3.2.11-r0.trigger 20:40:59 OK: 100 MiB in 94 packages 20:41:01 Removing intermediate container 4d1147e6e419 20:41:01 ---> 46f9104adea6 20:41:01 Step 18/35 : WORKDIR / 20:41:01 ---> Running in 1359f4a2d783 20:41:01 Removing intermediate container 1359f4a2d783 20:41:01 ---> f37e8709c4d1 20:41:01 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 20:41:02 ---> 51f2d570f362 20:41:02 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 20:41:02 ---> ef917686bae8 20:41:02 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 20:41:02 ---> a678efef32e3 20:41:02 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 20:41:02 ---> ad3ef7a34ced 20:41:02 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 20:41:02 ---> 5148d4faedcf 20:41:02 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 20:41:03 ---> 925cc765a904 20:41:03 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 20:41:03 ---> 6d2febd4c2d8 20:41:03 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 20:41:03 ---> Running in 81736485f718 20:41:04 Removing intermediate container 81736485f718 20:41:04 ---> e66d44123d5e 20:41:04 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 20:41:04 ---> Running in 306153361c3d 20:41:04 Removing intermediate container 306153361c3d 20:41:04 ---> 12bcb39ed3fd 20:41:04 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 20:41:04 ---> Running in 2441085fc4fb 20:41:05 Removing intermediate container 2441085fc4fb 20:41:05 ---> d448ac68b7f1 20:41:05 Step 29/35 : EXPOSE 59983 20:41:05 ---> Running in e2424edf19c7 20:41:05 Removing intermediate container e2424edf19c7 20:41:05 ---> 4c0f01c6ba0d 20:41:05 Step 30/35 : EXPOSE 8554 20:41:05 ---> Running in b38b11092a1b 20:41:05 Removing intermediate container b38b11092a1b 20:41:05 ---> a490b4eff3c5 20:41:05 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 20:41:05 ---> Running in af851ce42d2a 20:41:05 Removing intermediate container af851ce42d2a 20:41:05 ---> 1152569ca43d 20:41:05 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 20:41:05 ---> Running in 062142c317b9 20:41:05 Removing intermediate container 062142c317b9 20:41:05 ---> 2655c5951fee 20:41:05 Step 33/35 : LABEL arch=amd64 20:41:06 ---> Running in d02d32d2d02e 20:41:06 Removing intermediate container d02d32d2d02e 20:41:06 ---> 8a023b7d07cb 20:41:06 Step 34/35 : LABEL git_sha=3323a63d0afd632e576abad22becd63271ca5b86 20:41:06 ---> Running in 1686aac8b03b 20:41:06 Removing intermediate container 1686aac8b03b 20:41:06 ---> 5a3d49dd2bee 20:41:06 Step 35/35 : LABEL version=3.0.0-dev.14 20:41:06 ---> Running in a37239ee6a15 20:41:06 Removing intermediate container a37239ee6a15 20:41:06 ---> 28cbf6bd3885 20:41:06 [Warning] One or more build-args [ARCH] were not consumed 20:41:06 Successfully built 28cbf6bd3885 20:41:06 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:41:06 provisioning config files... 20:41:06 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1849414226469837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:06 ---> docker-login.sh 20:41:06 nexus3.edgexfoundry.org:10001 20:41:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:06 Configure a credential helper to remove this warning. See 20:41:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:06 20:41:06 Login Succeeded 20:41:06 nexus3.edgexfoundry.org:10002 20:41:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:06 Configure a credential helper to remove this warning. See 20:41:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:06 20:41:06 Login Succeeded 20:41:06 nexus3.edgexfoundry.org:10003 20:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:07 Configure a credential helper to remove this warning. See 20:41:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:07 20:41:07 Login Succeeded 20:41:07 nexus3.edgexfoundry.org:10004 20:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:07 Configure a credential helper to remove this warning. See 20:41:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:07 20:41:07 Login Succeeded 20:41:07 docker.io 20:41:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:41:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:41:07 Configure a credential helper to remove this warning. See 20:41:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:41:07 20:41:07 Login Succeeded 20:41:07 ---> docker-login.sh ends [Pipeline] } 20:41:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:41:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:41:07 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 20:41:07 3323a63d0afd632e576abad22becd63271ca5b86 20:41:07 latest 20:41:07 3.0.0-dev.14 20:41:07 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:41:07 main 20:41:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:07 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:07 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 20:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 20:41:07 acc6be72526b: Preparing 20:41:07 9847ed42adbc: Preparing 20:41:07 f0461829b44a: Preparing 20:41:07 550e596c6d0e: Preparing 20:41:07 1207169bf42c: Preparing 20:41:07 c515f875d4b2: Preparing 20:41:07 4f9e5eab8cd6: Preparing 20:41:07 72c489be16f4: Preparing 20:41:07 0cd2d509f7b3: Preparing 20:41:07 02f90a3794e3: Preparing 20:41:07 61d3be7bd2f5: Preparing 20:41:07 aa5968d388b8: Preparing 20:41:07 c515f875d4b2: Waiting 20:41:07 4f9e5eab8cd6: Waiting 20:41:07 0cd2d509f7b3: Waiting 20:41:07 02f90a3794e3: Waiting 20:41:07 72c489be16f4: Waiting 20:41:07 aa5968d388b8: Waiting 20:41:07 61d3be7bd2f5: Waiting 20:41:07 f0461829b44a: Pushed 20:41:07 acc6be72526b: Pushed 20:41:07 1207169bf42c: Pushed 20:41:07 9847ed42adbc: Pushed 20:41:08 c515f875d4b2: Pushed 20:41:08 0cd2d509f7b3: Pushed 20:41:08 72c489be16f4: Pushed 20:41:08 4f9e5eab8cd6: Pushed 20:41:08 aa5968d388b8: Layer already exists 20:41:10 550e596c6d0e: Pushed 20:41:10 02f90a3794e3: Pushed 20:41:17 61d3be7bd2f5: Pushed 20:41:17 3323a63d0afd632e576abad22becd63271ca5b86: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:17 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:17 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 20:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 20:41:17 acc6be72526b: Preparing 20:41:17 9847ed42adbc: Preparing 20:41:17 f0461829b44a: Preparing 20:41:17 550e596c6d0e: Preparing 20:41:17 1207169bf42c: Preparing 20:41:17 c515f875d4b2: Preparing 20:41:17 4f9e5eab8cd6: Preparing 20:41:17 72c489be16f4: Preparing 20:41:17 0cd2d509f7b3: Preparing 20:41:17 02f90a3794e3: Preparing 20:41:17 61d3be7bd2f5: Preparing 20:41:17 aa5968d388b8: Preparing 20:41:17 c515f875d4b2: Waiting 20:41:17 4f9e5eab8cd6: Waiting 20:41:17 72c489be16f4: Waiting 20:41:17 0cd2d509f7b3: Waiting 20:41:17 61d3be7bd2f5: Waiting 20:41:17 02f90a3794e3: Waiting 20:41:17 aa5968d388b8: Waiting 20:41:17 9847ed42adbc: Layer already exists 20:41:17 acc6be72526b: Layer already exists 20:41:17 f0461829b44a: Layer already exists 20:41:17 1207169bf42c: Layer already exists 20:41:17 550e596c6d0e: Layer already exists 20:41:17 c515f875d4b2: Layer already exists 20:41:17 02f90a3794e3: Layer already exists 20:41:17 4f9e5eab8cd6: Layer already exists 20:41:17 0cd2d509f7b3: Layer already exists 20:41:17 72c489be16f4: Layer already exists 20:41:17 61d3be7bd2f5: Layer already exists 20:41:17 aa5968d388b8: Layer already exists 20:41:17 latest: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:18 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:18 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 20:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 20:41:18 acc6be72526b: Preparing 20:41:18 9847ed42adbc: Preparing 20:41:18 f0461829b44a: Preparing 20:41:18 550e596c6d0e: Preparing 20:41:18 1207169bf42c: Preparing 20:41:18 c515f875d4b2: Preparing 20:41:18 4f9e5eab8cd6: Preparing 20:41:18 72c489be16f4: Preparing 20:41:18 0cd2d509f7b3: Preparing 20:41:18 02f90a3794e3: Preparing 20:41:18 61d3be7bd2f5: Preparing 20:41:18 aa5968d388b8: Preparing 20:41:18 02f90a3794e3: Waiting 20:41:18 61d3be7bd2f5: Waiting 20:41:18 aa5968d388b8: Waiting 20:41:18 0cd2d509f7b3: Waiting 20:41:18 4f9e5eab8cd6: Waiting 20:41:18 72c489be16f4: Waiting 20:41:18 c515f875d4b2: Waiting 20:41:18 9847ed42adbc: Layer already exists 20:41:18 f0461829b44a: Layer already exists 20:41:18 1207169bf42c: Layer already exists 20:41:18 acc6be72526b: Layer already exists 20:41:18 550e596c6d0e: Layer already exists 20:41:18 4f9e5eab8cd6: Layer already exists 20:41:18 02f90a3794e3: Layer already exists 20:41:18 c515f875d4b2: Layer already exists 20:41:18 72c489be16f4: Layer already exists 20:41:18 0cd2d509f7b3: Layer already exists 20:41:18 aa5968d388b8: Layer already exists 20:41:18 61d3be7bd2f5: Layer already exists 20:41:18 3.0.0-dev.14: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:18 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 20:41:19 acc6be72526b: Preparing 20:41:19 9847ed42adbc: Preparing 20:41:19 f0461829b44a: Preparing 20:41:19 550e596c6d0e: Preparing 20:41:19 1207169bf42c: Preparing 20:41:19 c515f875d4b2: Preparing 20:41:19 4f9e5eab8cd6: Preparing 20:41:19 72c489be16f4: Preparing 20:41:19 0cd2d509f7b3: Preparing 20:41:19 02f90a3794e3: Preparing 20:41:19 61d3be7bd2f5: Preparing 20:41:19 aa5968d388b8: Preparing 20:41:19 0cd2d509f7b3: Waiting 20:41:19 72c489be16f4: Waiting 20:41:19 c515f875d4b2: Waiting 20:41:19 4f9e5eab8cd6: Waiting 20:41:19 02f90a3794e3: Waiting 20:41:19 aa5968d388b8: Waiting 20:41:19 61d3be7bd2f5: Waiting 20:41:19 f0461829b44a: Layer already exists 20:41:19 1207169bf42c: Layer already exists 20:41:19 acc6be72526b: Layer already exists 20:41:19 550e596c6d0e: Layer already exists 20:41:19 9847ed42adbc: Layer already exists 20:41:19 c515f875d4b2: Layer already exists 20:41:19 72c489be16f4: Layer already exists 20:41:19 0cd2d509f7b3: Layer already exists 20:41:19 4f9e5eab8cd6: Layer already exists 20:41:19 02f90a3794e3: Layer already exists 20:41:19 61d3be7bd2f5: Layer already exists 20:41:19 aa5968d388b8: Layer already exists 20:41:19 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:19 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 20:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 20:41:19 acc6be72526b: Preparing 20:41:19 9847ed42adbc: Preparing 20:41:19 f0461829b44a: Preparing 20:41:19 550e596c6d0e: Preparing 20:41:19 1207169bf42c: Preparing 20:41:19 c515f875d4b2: Preparing 20:41:19 4f9e5eab8cd6: Preparing 20:41:19 72c489be16f4: Preparing 20:41:19 0cd2d509f7b3: Preparing 20:41:19 02f90a3794e3: Preparing 20:41:19 4f9e5eab8cd6: Waiting 20:41:19 72c489be16f4: Waiting 20:41:19 0cd2d509f7b3: Waiting 20:41:19 c515f875d4b2: Waiting 20:41:19 61d3be7bd2f5: Preparing 20:41:19 aa5968d388b8: Preparing 20:41:19 aa5968d388b8: Waiting 20:41:19 02f90a3794e3: Waiting 20:41:19 61d3be7bd2f5: Waiting 20:41:19 acc6be72526b: Layer already exists 20:41:19 f0461829b44a: Layer already exists 20:41:19 1207169bf42c: Layer already exists 20:41:19 550e596c6d0e: Layer already exists 20:41:19 9847ed42adbc: Layer already exists 20:41:19 72c489be16f4: Layer already exists 20:41:19 c515f875d4b2: Layer already exists 20:41:19 02f90a3794e3: Layer already exists 20:41:19 4f9e5eab8cd6: Layer already exists 20:41:19 0cd2d509f7b3: Layer already exists 20:41:19 aa5968d388b8: Layer already exists 20:41:19 61d3be7bd2f5: Layer already exists 20:41:19 main: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:41:19 ===================================================== [Pipeline] echo 20:41:19 taggedImages: 20:41:19 - nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 20:41:19 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 20:41:19 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 20:41:19 - nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:41:19 - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:20 20:41:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:20 latest: Pulling from edgex-lftools-log-publisher 20:41:20 5eb5b503b376: Pulling fs layer 20:41:20 5c69ac0246d0: Pulling fs layer 20:41:20 ec43610c2a17: Pulling fs layer 20:41:20 3a2ae6a8a46f: Pulling fs layer 20:41:20 33b1e0a273af: Pulling fs layer 20:41:20 5d3b04190fa2: Pulling fs layer 20:41:20 2f39f015ded8: Pulling fs layer 20:41:20 2f39f015ded8: Waiting 20:41:20 5d3b04190fa2: Waiting 20:41:20 3a2ae6a8a46f: Waiting 20:41:20 33b1e0a273af: Waiting 20:41:20 5c69ac0246d0: Download complete 20:41:20 3a2ae6a8a46f: Verifying Checksum 20:41:20 3a2ae6a8a46f: Download complete 20:41:20 33b1e0a273af: Verifying Checksum 20:41:20 33b1e0a273af: Download complete 20:41:20 ec43610c2a17: Verifying Checksum 20:41:20 ec43610c2a17: Download complete 20:41:20 5d3b04190fa2: Download complete 20:41:20 5eb5b503b376: Download complete 20:41:21 2f39f015ded8: Verifying Checksum 20:41:21 2f39f015ded8: Download complete 20:41:22 5eb5b503b376: Pull complete 20:41:22 5c69ac0246d0: Pull complete 20:41:22 ec43610c2a17: Pull complete 20:41:22 3a2ae6a8a46f: Pull complete 20:41:23 33b1e0a273af: Pull complete 20:41:23 5d3b04190fa2: Pull complete 20:41:28 2f39f015ded8: Pull complete 20:41:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:41:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:41:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:28 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:41:28 $ 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/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:41:30 $ docker top 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:31 ---> job-cost.sh 20:41:31 lf-activate-venv: SKIPPING 20:41:31 INFO: No Stack... 20:41:31 INFO: Retrieving Pricing Info for: v3-standard-8 20:41:31 INFO: Archiving Costs [Pipeline] sh 20:41:31 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 20:41:31 + cut -d, -f6 [Pipeline] lock 20:41:31 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] 20:41:32 Resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] did not exist. Created. 20:41:32 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:41:32 + echo total: 0.2199999988079071 [Pipeline] stash 20:41:32 Stashed 1 file(s) [Pipeline] } 20:41:32 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] // lock [Pipeline] } 20:41:32 $ docker stop --time=1 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 20:41:33 $ docker rm -f --volumes 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:41:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8883 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 20:41:59 Running in /w/workspace/device-usb-camera/85 [Pipeline] { [Pipeline] checkout 20:41:59 Selected Git installation does not exist. Using Default 20:41:59 The recommended git tool is: NONE 20:42:06 using credential edgex-jenkins-ssh 20:42:06 Cloning the remote Git repository 20:42:06 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 20:42:06 > git init /w/workspace/device-usb-camera/85 # timeout=10 20:42:06 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 20:42:06 > git --version # timeout=10 20:42:06 > git --version # 'git version 2.25.1' 20:42:06 using GIT_SSH to set credentials SSH Credentials for GitHub 20:42:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:08 Avoid second fetch 20:42:08 Checking out Revision 3323a63d0afd632e576abad22becd63271ca5b86 (main) 20:42:07 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 20:42:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:42:08 > git config core.sparsecheckout # timeout=10 20:42:08 > git checkout -f 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 20:42:09 Commit message: "build: update to use latest sdk (#174)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:42:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:42:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:42:10 Dload Upload Total Spent Left Speed 20:42:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh 20:42:10 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:42:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:42:11 + sudo tee /etc/docker/daemon.new 20:42:11 { 20:42:11 "registry-mirrors": [ 20:42:11 "https://nexus3.edgexfoundry.org:10001" 20:42:11 ], 20:42:11 "bip": "10.250.0.254/24", 20:42:11 "hosts": [ 20:42:11 "tcp://0.0.0.0:5555", 20:42:11 "unix:///var/run/docker.sock" 20:42:11 ], 20:42:11 "mtu": 1458, 20:42:11 "selinux-enabled": true, 20:42:11 "seccomp-profile": "/etc/docker/seccomp.json" 20:42:11 } [Pipeline] sh 20:42:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:42:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:42:30 provisioning config files... 20:42:30 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/85@tmp/config591903340706792997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:42:30 ---> docker-login.sh 20:42:30 nexus3.edgexfoundry.org:10001 20:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:31 Configure a credential helper to remove this warning. See 20:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:31 20:42:31 Login Succeeded 20:42:31 nexus3.edgexfoundry.org:10002 20:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:31 Configure a credential helper to remove this warning. See 20:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:31 20:42:31 Login Succeeded 20:42:31 nexus3.edgexfoundry.org:10003 20:42:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:32 Configure a credential helper to remove this warning. See 20:42:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:32 20:42:32 Login Succeeded 20:42:32 nexus3.edgexfoundry.org:10004 20:42:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:32 Configure a credential helper to remove this warning. See 20:42:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:32 20:42:32 Login Succeeded 20:42:32 docker.io 20:42:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:33 Configure a credential helper to remove this warning. See 20:42:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:33 20:42:33 Login Succeeded 20:42:33 ---> docker-login.sh ends [Pipeline] } 20:42:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:42:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:42:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:42:33 ========================================================= 20:42:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:42:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:33 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:42:34 Sending build context to Docker daemon 1.146MB 20:42:34 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 20:42:34 Step 2/13 : FROM ${BASE} AS builder 20:42:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:42:34 9b18e9b68314: Pulling fs layer 20:42:34 35d82f9e3411: Pulling fs layer 20:42:34 e16973657156: Pulling fs layer 20:42:34 fc693d55d65f: Pulling fs layer 20:42:34 7e9fc2657dce: Pulling fs layer 20:42:34 dda99020689f: Pulling fs layer 20:42:34 db1c61fa0a46: Pulling fs layer 20:42:34 891c053d2c06: Pulling fs layer 20:42:34 fc693d55d65f: Waiting 20:42:34 7e9fc2657dce: Waiting 20:42:34 dda99020689f: Waiting 20:42:34 db1c61fa0a46: Waiting 20:42:34 891c053d2c06: Waiting 20:42:34 e16973657156: Verifying Checksum 20:42:34 e16973657156: Download complete 20:42:34 35d82f9e3411: Download complete 20:42:34 7e9fc2657dce: Verifying Checksum 20:42:34 7e9fc2657dce: Download complete 20:42:34 dda99020689f: Verifying Checksum 20:42:34 dda99020689f: Download complete 20:42:34 9b18e9b68314: Verifying Checksum 20:42:35 9b18e9b68314: Pull complete 20:42:35 891c053d2c06: Verifying Checksum 20:42:35 891c053d2c06: Download complete 20:42:36 35d82f9e3411: Pull complete 20:42:36 e16973657156: Pull complete 20:42:36 db1c61fa0a46: Verifying Checksum 20:42:37 fc693d55d65f: Verifying Checksum 20:42:37 fc693d55d65f: Download complete 20:42:52 fc693d55d65f: Pull complete 20:42:52 7e9fc2657dce: Pull complete 20:42:52 dda99020689f: Pull complete 20:42:59 db1c61fa0a46: Pull complete 20:43:00 891c053d2c06: Pull complete 20:43:01 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:43:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:43:01 ---> f96f9c87975a 20:43:01 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:43:03 ---> Running in 036818c53527 20:43:03 Removing intermediate container 036818c53527 20:43:03 ---> ab7f6f1caa00 20:43:03 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:43:03 ---> Running in 856f92058842 20:43:04 Removing intermediate container 856f92058842 20:43:04 ---> 449922b51920 20:43:04 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 20:43:04 ---> Running in dca27f8ddf5c 20:43:04 Removing intermediate container dca27f8ddf5c 20:43:04 ---> 3df8758b0fa1 20:43:04 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:43:04 ---> Running in 07c5358b4069 20:43:05 Removing intermediate container 07c5358b4069 20:43:05 ---> f2bbcafda394 20:43:05 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:43:05 ---> Running in ae2bafa558ae 20:43:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:43:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:43:08 (1/14) Installing libintl (0.21-r2) 20:43:08 (2/14) Installing eudev-libs (3.2.11-r0) 20:43:08 (3/14) Installing libjpeg-turbo (2.1.3-r1) 20:43:08 (4/14) Installing v4l-utils-libs (1.22.1-r1) 20:43:08 (5/14) Installing v4l-utils (1.22.1-r1) 20:43:08 (6/14) Installing udev-init-scripts (35-r0) 20:43:08 Executing udev-init-scripts-35-r0.post-install 20:43:08 (7/14) Installing libblkid (2.38-r1) 20:43:08 (8/14) Installing xz-libs (5.2.5-r1) 20:43:08 (9/14) Installing zstd-libs (1.5.2-r1) 20:43:08 (10/14) Installing kmod-libs (29-r2) 20:43:08 (11/14) Installing eudev (3.2.11-r0) 20:43:08 (12/14) Installing eudev-dev (3.2.11-r0) 20:43:08 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 20:43:08 (14/14) Installing v4l-utils-dev (1.22.1-r1) 20:43:08 Executing busybox-1.35.0-r17.trigger 20:43:08 Executing eudev-3.2.11-r0.trigger 20:43:08 OK: 228 MiB in 65 packages 20:43:09 Removing intermediate container ae2bafa558ae 20:43:09 ---> 2f6364a56c28 20:43:09 Step 8/13 : WORKDIR /device-usb-camera 20:43:09 ---> Running in 064f59feabed 20:43:10 Removing intermediate container 064f59feabed 20:43:10 ---> 4061cefa0386 20:43:10 Step 9/13 : COPY go.mod vendor* ./ 20:43:10 ---> d28e8d9f4ffd 20:43:10 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:43:10 ---> Running in d043dc2d59a8 20:44:32 Removing intermediate container d043dc2d59a8 20:44:32 ---> ca10e21daccb 20:44:32 Step 11/13 : COPY . . 20:44:32 ---> c8965ba37bd6 20:44:32 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:44:32 ---> Running in 4f98d21ee503 20:44:32  % Total % Received % Xferd Average Speed Time Time Time Current 20:44:32    Dload Upload  Total Spent Left Speed 20:44:32 0  0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12506 0 --:--:-- --:--:-- --:--:-- 12642 20:44:32 Removing intermediate container 4f98d21ee503 20:44:32 ---> 87b633e80a4a 20:44:32 Step 13/13 : RUN ${MAKE} 20:44:32 ---> Running in e654bfc1f801 20:44:32 noop 20:44:32 Removing intermediate container e654bfc1f801 20:44:32 ---> c54f4f8685a8 20:44:32 Successfully built c54f4f8685a8 20:44:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:33 + docker inspect -f . ci-base-image-arm64 20:44:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:33 prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container 20:44:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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 ******** ci-base-image-arm64 cat 20:44:34 $ docker top 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:35 + go version 20:44:35 go version go1.18.7 linux/arm64 [Pipeline] } 20:44:35 $ docker stop --time=1 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 20:44:37 $ docker rm -f --volumes 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:37 + docker inspect -f . ci-base-image-arm64 20:44:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:38 prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container 20:44:38 $ 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/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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 ******** ci-base-image-arm64 cat 20:44:39 $ docker top e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:40 + git config --global --add safe.directory /w/workspace/device-usb-camera/85 [Pipeline] fileExists [Pipeline] sh 20:44:41 + make test 20:44:41 go test ./... -coverprofile=coverage.out ./... 20:44:43 ? github.com/edgexfoundry/device-usb-camera [no test files] 20:46:34 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 20:46:39 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.073s coverage: 2.0% of statements 20:46:39 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:46:39 go vet ./... 20:47:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:47:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:47:18 ./bin/test-attribution-txt.sh [Pipeline] echo 20:47:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:47:18 $ docker stop --time=1 e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 20:47:20 $ docker rm -f --volumes e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 [Pipeline] // withDockerContainer [Pipeline] sh 20:47:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:47:21 Warning: overwriting stash ‘coverage-report’ 20:47:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:47:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:47:22 + ls -al . 20:47:22 total 184 20:47:22 drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 20:44 . 20:47:22 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 .. 20:47:22 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 20:42 .git 20:47:22 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 .github 20:47:22 -rw-rw-r-- 1 jenkins jenkins 414 Mar 8 20:42 .gitignore 20:47:22 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 20:42 .golangci.yml 20:47:22 -rw-rw-r-- 1 jenkins jenkins 77 Mar 8 20:42 .hadolint.yml 20:47:22 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 8 20:42 Attribution.txt 20:47:22 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 8 20:42 CHANGELOG.md 20:47:22 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 8 20:42 Dockerfile 20:47:22 -rw-rw-r-- 1 jenkins jenkins 678 Mar 8 20:42 GOVERNANCE.md 20:47:22 -rw-rw-r-- 1 jenkins jenkins 659 Mar 8 20:42 Jenkinsfile 20:47:22 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 8 20:42 LICENSE 20:47:22 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 8 20:42 Makefile 20:47:22 -rw-rw-r-- 1 jenkins jenkins 622 Mar 8 20:42 OWNERS.md 20:47:22 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 8 20:42 README.md 20:47:22 -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 20:39 VERSION 20:47:22 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 20:42 bin 20:47:22 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 cmd 20:47:22 -rw-r--r-- 1 jenkins jenkins 28352 Mar 8 20:46 coverage.out 20:47:22 -rwxrwxr-x 1 jenkins jenkins 140 Mar 8 20:42 docker-entrypoint.sh 20:47:22 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 docs 20:47:22 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 8 20:42 go.mod 20:47:22 -rw-rw-r-- 1 jenkins jenkins 31546 Mar 8 20:42 go.sum 20:47:22 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 internal 20:47:22 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 snap 20:47:22 -rw-rw-r-- 1 jenkins jenkins 231 Mar 8 20:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:23 + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3323a63d0afd632e576abad22becd63271ca5b86 --label arch=arm64 --label version=3.0.0-dev.14 . 20:47:24 Sending build context to Docker daemon 1.176MB 20:47:24 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 20:47:24 Step 2/35 : FROM ${BASE} AS builder 20:47:24 ---> c54f4f8685a8 20:47:24 Step 3/35 : ARG ADD_BUILD_TAGS="" 20:47:24 ---> Running in 99d40847197b 20:47:24 Removing intermediate container 99d40847197b 20:47:24 ---> 2120dc19f872 20:47:24 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:47:25 ---> Running in a60e3fc71b03 20:47:27 Removing intermediate container a60e3fc71b03 20:47:27 ---> 0b125d62872d 20:47:27 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 20:47:27 ---> Running in 2f9bf295f84e 20:47:27 Removing intermediate container 2f9bf295f84e 20:47:27 ---> 7f691a58910e 20:47:27 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:47:27 ---> Running in e553dd59e68b 20:47:27 Removing intermediate container e553dd59e68b 20:47:27 ---> 90fa478fb11c 20:47:27 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:47:28 ---> Running in 2530ae55629a 20:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:47:31 OK: 228 MiB in 65 packages 20:47:32 Removing intermediate container 2530ae55629a 20:47:32 ---> 134130dd24d0 20:47:32 Step 8/35 : WORKDIR /device-usb-camera 20:47:32 ---> Running in 1c4eb2dc3986 20:47:32 Removing intermediate container 1c4eb2dc3986 20:47:32 ---> be45e9534207 20:47:32 Step 9/35 : COPY go.mod vendor* ./ 20:47:33 ---> d616dac3ca9c 20:47:33 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:47:33 ---> Running in c01636f05507 20:47:36 Removing intermediate container c01636f05507 20:47:36 ---> bbdeb0184b48 20:47:36 Step 11/35 : COPY . . 20:47:37 ---> 45edabdf0c6f 20:47:37 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:47:37 ---> Running in 3effc154b368 20:47:38  % Total % Received % Xferd Average Speed Time  Time Time Current 20:47:38 Dload Upload Total Spent Left Speed 20:47:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11421 0 --:--:-- --:--:-- --:--:-- 11543 20:47:39 Removing intermediate container 3effc154b368 20:47:39 ---> fe8217bc912d 20:47:39 Step 13/35 : RUN ${MAKE} 20:47:39 ---> Running in 0542223b492c 20:47:40 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 20:50:32 Removing intermediate container 0542223b492c 20:50:32 ---> 3919e4d0ecc4 20:50:32 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 20:50:32 v0.18.4: Pulling from aler9/rtsp-simple-server 20:50:32 eab2503cf8f4: Pulling fs layer 20:50:32 97cd0a44c592: Pulling fs layer 20:50:32 eab2503cf8f4: Verifying Checksum 20:50:32 eab2503cf8f4: Download complete 20:50:32 97cd0a44c592: Download complete 20:50:32 eab2503cf8f4: Pull complete 20:50:32 97cd0a44c592: Pull complete 20:50:32 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 20:50:32 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 20:50:32 ---> 7f763cca56b3 20:50:32 Step 15/35 : FROM alpine:3.16 20:50:32 3.16: Pulling from library/alpine 20:50:32 3760b48202b3: Pulling fs layer 20:50:32 3760b48202b3: Verifying Checksum 20:50:32 3760b48202b3: Download complete 20:50:32 3760b48202b3: Pull complete 20:50:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:50:32 Status: Downloaded newer image for alpine:3.16 20:50:32 ---> 4c81e5bf8899 20:50:32 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:50:32 ---> Running in 8bdcb3ba3c09 20:50:32 Removing intermediate container 8bdcb3ba3c09 20:50:32 ---> 62b0cb5aad22 20:50:32 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 20:50:32 ---> Running in 2f095288abbe 20:50:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:50:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:50:32 (1/79) Installing dumb-init (1.2.5-r1) 20:50:32 (2/79) Installing sdl2 (2.0.22-r0) 20:50:32 (3/79) Installing libxau (1.0.9-r0) 20:50:32 (4/79) Installing libxdmcp (1.1.3-r0) 20:50:32 (5/79) Installing libxcb (1.15-r0) 20:50:32 (6/79) Installing libx11 (1.8-r0) 20:50:32 (7/79) Installing aom-libs (3.3.0-r0) 20:50:32 (8/79) Installing alsa-lib (1.2.7.2-r0) 20:50:32 (9/79) Installing expat (2.5.0-r0) 20:50:32 (10/79) Installing brotli-libs (1.0.9-r6) 20:50:32 (11/79) Installing libbz2 (1.0.8-r1) 20:50:32 (12/79) Installing libpng (1.6.37-r1) 20:50:32 (13/79) Installing freetype (2.12.1-r0) 20:50:32 (14/79) Installing fontconfig (2.14.0-r0) 20:50:32 (15/79) Installing fribidi (1.0.12-r0) 20:50:32 (16/79) Installing libffi (3.4.2-r1) 20:50:32 (17/79) Installing libintl (0.21-r2) 20:50:32 (18/79) Installing libblkid (2.38-r1) 20:50:32 (19/79) Installing libmount (2.38-r1) 20:50:32 (20/79) Installing pcre (8.45-r2) 20:50:32 (21/79) Installing glib (2.72.1-r0) 20:50:32 (22/79) Installing graphite2 (1.3.14-r1) 20:50:32 (23/79) Installing harfbuzz (4.3.0-r0) 20:50:32 (24/79) Installing libass (0.16.0-r0) 20:50:32 (25/79) Installing libdav1d (1.0.0-r0) 20:50:32 (26/79) Installing libdrm (2.4.110-r0) 20:50:32 (27/79) Installing gmp (6.2.1-r2) 20:50:32 (28/79) Installing nettle (3.7.3-r0) 20:50:32 (29/79) Installing p11-kit (0.24.1-r0) 20:50:32 (30/79) Installing libtasn1 (4.18.0-r1) 20:50:32 (31/79) Installing libunistring (1.0-r0) 20:50:32 (32/79) Installing gnutls (3.7.7-r1) 20:50:32 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:50:32 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 20:50:32 (35/79) Installing lame (3.100-r0) 20:50:32 (36/79) Installing opus (1.3.1-r1) 20:50:32 (37/79) Installing libasyncns (0.8-r1) 20:50:32 (38/79) Installing dbus-libs (1.14.4-r0) 20:50:32 (39/79) Installing libltdl (2.4.7-r0) 20:50:32 (40/79) Installing orc (0.4.32-r0) 20:50:32 (41/79) Installing libgcc (11.2.1_git20220219-r2) 20:50:32 (42/79) Installing libogg (1.3.5-r1) 20:50:32 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 20:50:32 (44/79) Installing flac (1.3.4-r0) 20:50:32 (45/79) Installing libvorbis (1.3.7-r0) 20:50:32 (46/79) Installing libsndfile (1.1.0-r0) 20:50:32 (47/79) Installing libgomp (11.2.1_git20220219-r2) 20:50:32 (48/79) Installing soxr (0.1.3-r2) 20:50:32 (49/79) Installing speexdsp (1.2.0-r0) 20:50:32 (50/79) Installing tdb-libs (1.4.6-r0) 20:50:32 (51/79) Installing libpulse (15.0-r2) 20:50:32 (52/79) Installing cjson (1.7.15-r3) 20:50:32 (53/79) Installing mbedtls (2.28.2-r0) 20:50:32 (54/79) Installing librist (0.2.6-r1) 20:50:32 (55/79) Installing libsrt (1.4.4-r0) 20:50:32 (56/79) Installing libssh (0.9.6-r1) 20:50:32 (57/79) Installing libtheora (1.1.1-r16) 20:50:32 (58/79) Installing libjpeg-turbo (2.1.3-r1) 20:50:32 (59/79) Installing v4l-utils-libs (1.22.1-r1) 20:50:32 (60/79) Installing libxext (1.3.4-r0) 20:50:32 (61/79) Installing libxfixes (6.0.0-r0) 20:50:32 (62/79) Installing wayland-libs-client (1.20.0-r0) 20:50:32 (63/79) Installing libva (2.14.0-r0) 20:50:32 (64/79) Installing libvdpau (1.5-r0) 20:50:32 (65/79) Installing vidstab (1.1.0-r1) 20:50:32 (66/79) Installing libvpx (1.11.0-r1) 20:50:32 (67/79) Installing libwebp (1.2.3-r0) 20:50:32 (68/79) Installing x264-libs (0.163_git20210613-r0) 20:50:32 (69/79) Installing numactl (2.0.14-r0) 20:50:32 (70/79) Installing x265-libs (3.5-r3) 20:50:32 (71/79) Installing xvidcore (1.3.7-r1) 20:50:32 (72/79) Installing ffmpeg-libs (5.0.1-r1) 20:50:32 (73/79) Installing ffmpeg (5.0.1-r1) 20:50:32 (74/79) Installing udev-init-scripts (35-r0) 20:50:32 Executing udev-init-scripts-35-r0.post-install 20:50:32 (75/79) Installing eudev-libs (3.2.11-r0) 20:50:32 (76/79) Installing xz-libs (5.2.5-r1) 20:50:32 (77/79) Installing zstd-libs (1.5.2-r1) 20:50:32 (78/79) Installing kmod-libs (29-r2) 20:50:32 (79/79) Installing eudev (3.2.11-r0) 20:50:32 Executing busybox-1.35.0-r17.trigger 20:50:32 Executing eudev-3.2.11-r0.trigger 20:50:32 OK: 77 MiB in 93 packages 20:50:33 Removing intermediate container 2f095288abbe 20:50:33 ---> 7b0190e13fa0 20:50:33 Step 18/35 : WORKDIR / 20:50:33 ---> Running in 65e2070c0436 20:50:33 Removing intermediate container 65e2070c0436 20:50:33 ---> 330ff48daac9 20:50:33 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 20:50:35 ---> 083747b208d8 20:50:35 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 20:50:35 ---> 43937d98fcd9 20:50:35 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 20:50:36 ---> 7f03499a534f 20:50:36 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 20:50:36 ---> 452572293520 20:50:36 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 20:50:37 ---> fd43db0f8d9b 20:50:37 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 20:50:37 ---> 0e8036cf4d31 20:50:37 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 20:50:39 ---> 56f24347986e 20:50:39 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 20:50:39 ---> Running in 883d9dd717ea 20:50:41 Removing intermediate container 883d9dd717ea 20:50:41 ---> 348f4e69f47f 20:50:41 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 20:50:41 ---> Running in bf6dc7b6fcae 20:50:43 Removing intermediate container bf6dc7b6fcae 20:50:43 ---> 2e30fbd64366 20:50:43 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 20:50:43 ---> Running in 4d52ece0c690 20:50:45 Removing intermediate container 4d52ece0c690 20:50:45 ---> b02fb58556f3 20:50:45 Step 29/35 : EXPOSE 59983 20:50:45 ---> Running in 5e75e8ce4b58 20:50:46 Removing intermediate container 5e75e8ce4b58 20:50:46 ---> ef83fd9348ff 20:50:46 Step 30/35 : EXPOSE 8554 20:50:46 ---> Running in 10d29601cb87 20:50:46 Removing intermediate container 10d29601cb87 20:50:46 ---> 92ce0d0b4ee2 20:50:46 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 20:50:46 ---> Running in 53ba4d94d244 20:50:46 Removing intermediate container 53ba4d94d244 20:50:46 ---> 9d40d2bde4b5 20:50:46 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 20:50:46 ---> Running in ef5a679b4280 20:50:47 Removing intermediate container ef5a679b4280 20:50:47 ---> 6d45ea5d4d68 20:50:47 Step 33/35 : LABEL arch=arm64 20:50:47 ---> Running in ce5146650c78 20:50:47 Removing intermediate container ce5146650c78 20:50:47 ---> a3dee89f6078 20:50:47 Step 34/35 : LABEL git_sha=3323a63d0afd632e576abad22becd63271ca5b86 20:50:47 ---> Running in f714a4175d0a 20:50:47 Removing intermediate container f714a4175d0a 20:50:47 ---> e44e790543b0 20:50:47 Step 35/35 : LABEL version=3.0.0-dev.14 20:50:48 ---> Running in 7e4e5c1883c8 20:50:48 Removing intermediate container 7e4e5c1883c8 20:50:48 ---> ec22e8e9dd85 20:50:48 [Warning] One or more build-args [ARCH] were not consumed 20:50:48 Successfully built ec22e8e9dd85 20:50:48 Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:50:48 provisioning config files... 20:50:48 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/85@tmp/config14681849993004415142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:48 ---> docker-login.sh 20:50:48 nexus3.edgexfoundry.org:10001 20:50:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:49 Configure a credential helper to remove this warning. See 20:50:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:49 20:50:49 Login Succeeded 20:50:49 nexus3.edgexfoundry.org:10002 20:50:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:49 Configure a credential helper to remove this warning. See 20:50:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:49 20:50:49 Login Succeeded 20:50:49 nexus3.edgexfoundry.org:10003 20:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:50 Configure a credential helper to remove this warning. See 20:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:50 20:50:50 Login Succeeded 20:50:50 nexus3.edgexfoundry.org:10004 20:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:50 Configure a credential helper to remove this warning. See 20:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:50 20:50:50 Login Succeeded 20:50:50 docker.io 20:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:50 Configure a credential helper to remove this warning. See 20:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:50 20:50:50 Login Succeeded 20:50:50 ---> docker-login.sh ends [Pipeline] } 20:50:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:50:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:50:50 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 20:50:50 3323a63d0afd632e576abad22becd63271ca5b86 20:50:50 latest 20:50:50 3.0.0-dev.14 20:50:50 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:50:50 main 20:50:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:51 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:51 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 20:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 20:50:51 c2392c160fbc: Preparing 20:50:51 5a3be295adc1: Preparing 20:50:51 bc52b5bf346f: Preparing 20:50:51 a43932d1df72: Preparing 20:50:51 1207169bf42c: Preparing 20:50:51 ad612144f888: Preparing 20:50:51 5978e39ddeb3: Preparing 20:50:51 ac5dd7a135c5: Preparing 20:50:51 d713ea429246: Preparing 20:50:51 ad612144f888: Waiting 20:50:51 b36c85eb2e1b: Preparing 20:50:51 ba01d3295196: Preparing 20:50:51 f70ee36035b9: Preparing 20:50:51 ac5dd7a135c5: Waiting 20:50:51 d713ea429246: Waiting 20:50:51 b36c85eb2e1b: Waiting 20:50:51 ba01d3295196: Waiting 20:50:51 f70ee36035b9: Waiting 20:50:51 5978e39ddeb3: Waiting 20:50:51 1207169bf42c: Pushed 20:50:51 5a3be295adc1: Pushed 20:50:51 bc52b5bf346f: Pushed 20:50:51 c2392c160fbc: Pushed 20:50:51 ad612144f888: Pushed 20:50:52 d713ea429246: Pushed 20:50:52 ac5dd7a135c5: Pushed 20:50:52 5978e39ddeb3: Pushed 20:50:52 f70ee36035b9: Layer already exists 20:50:56 a43932d1df72: Pushed 20:50:56 b36c85eb2e1b: Pushed 20:51:09 ba01d3295196: Pushed 20:51:09 3323a63d0afd632e576abad22becd63271ca5b86: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:09 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 20:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 20:51:09 c2392c160fbc: Preparing 20:51:09 5a3be295adc1: Preparing 20:51:09 bc52b5bf346f: Preparing 20:51:09 a43932d1df72: Preparing 20:51:09 1207169bf42c: Preparing 20:51:09 ad612144f888: Preparing 20:51:09 5978e39ddeb3: Preparing 20:51:09 ac5dd7a135c5: Preparing 20:51:09 d713ea429246: Preparing 20:51:09 b36c85eb2e1b: Preparing 20:51:09 ba01d3295196: Preparing 20:51:09 f70ee36035b9: Preparing 20:51:09 d713ea429246: Waiting 20:51:09 b36c85eb2e1b: Waiting 20:51:09 f70ee36035b9: Waiting 20:51:09 ba01d3295196: Waiting 20:51:09 ad612144f888: Waiting 20:51:09 5978e39ddeb3: Waiting 20:51:09 ac5dd7a135c5: Waiting 20:51:09 a43932d1df72: Layer already exists 20:51:09 1207169bf42c: Layer already exists 20:51:09 bc52b5bf346f: Layer already exists 20:51:09 5a3be295adc1: Layer already exists 20:51:09 c2392c160fbc: Layer already exists 20:51:09 d713ea429246: Layer already exists 20:51:09 ac5dd7a135c5: Layer already exists 20:51:09 ad612144f888: Layer already exists 20:51:09 5978e39ddeb3: Layer already exists 20:51:09 b36c85eb2e1b: Layer already exists 20:51:09 f70ee36035b9: Layer already exists 20:51:09 ba01d3295196: Layer already exists 20:51:10 latest: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:10 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:10 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 20:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 20:51:10 c2392c160fbc: Preparing 20:51:10 5a3be295adc1: Preparing 20:51:10 bc52b5bf346f: Preparing 20:51:10 a43932d1df72: Preparing 20:51:10 1207169bf42c: Preparing 20:51:10 ad612144f888: Preparing 20:51:10 5978e39ddeb3: Preparing 20:51:10 ac5dd7a135c5: Preparing 20:51:10 d713ea429246: Preparing 20:51:10 b36c85eb2e1b: Preparing 20:51:10 ba01d3295196: Preparing 20:51:10 f70ee36035b9: Preparing 20:51:10 ac5dd7a135c5: Waiting 20:51:10 d713ea429246: Waiting 20:51:10 ba01d3295196: Waiting 20:51:10 f70ee36035b9: Waiting 20:51:10 b36c85eb2e1b: Waiting 20:51:10 5978e39ddeb3: Waiting 20:51:10 ad612144f888: Waiting 20:51:10 c2392c160fbc: Layer already exists 20:51:10 5a3be295adc1: Layer already exists 20:51:10 1207169bf42c: Layer already exists 20:51:10 a43932d1df72: Layer already exists 20:51:10 bc52b5bf346f: Layer already exists 20:51:10 ac5dd7a135c5: Layer already exists 20:51:10 ad612144f888: Layer already exists 20:51:10 5978e39ddeb3: Layer already exists 20:51:10 b36c85eb2e1b: Layer already exists 20:51:10 d713ea429246: Layer already exists 20:51:10 f70ee36035b9: Layer already exists 20:51:10 ba01d3295196: Layer already exists 20:51:11 3.0.0-dev.14: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:11 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:11 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 20:51:11 c2392c160fbc: Preparing 20:51:11 5a3be295adc1: Preparing 20:51:11 bc52b5bf346f: Preparing 20:51:11 a43932d1df72: Preparing 20:51:11 1207169bf42c: Preparing 20:51:11 ad612144f888: Preparing 20:51:11 5978e39ddeb3: Preparing 20:51:11 ac5dd7a135c5: Preparing 20:51:11 d713ea429246: Preparing 20:51:11 b36c85eb2e1b: Preparing 20:51:11 ba01d3295196: Preparing 20:51:11 f70ee36035b9: Preparing 20:51:11 d713ea429246: Waiting 20:51:11 b36c85eb2e1b: Waiting 20:51:11 ba01d3295196: Waiting 20:51:11 ad612144f888: Waiting 20:51:11 5978e39ddeb3: Waiting 20:51:11 ac5dd7a135c5: Waiting 20:51:11 f70ee36035b9: Waiting 20:51:11 1207169bf42c: Layer already exists 20:51:11 bc52b5bf346f: Layer already exists 20:51:11 5a3be295adc1: Layer already exists 20:51:11 a43932d1df72: Layer already exists 20:51:11 c2392c160fbc: Layer already exists 20:51:11 5978e39ddeb3: Layer already exists 20:51:11 ad612144f888: Layer already exists 20:51:11 ac5dd7a135c5: Layer already exists 20:51:11 d713ea429246: Layer already exists 20:51:11 b36c85eb2e1b: Layer already exists 20:51:11 f70ee36035b9: Layer already exists 20:51:11 ba01d3295196: Layer already exists 20:51:12 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:12 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:12 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 20:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 20:51:12 c2392c160fbc: Preparing 20:51:12 5a3be295adc1: Preparing 20:51:12 bc52b5bf346f: Preparing 20:51:12 a43932d1df72: Preparing 20:51:12 1207169bf42c: Preparing 20:51:12 ad612144f888: Preparing 20:51:12 5978e39ddeb3: Preparing 20:51:12 ac5dd7a135c5: Preparing 20:51:12 d713ea429246: Preparing 20:51:12 b36c85eb2e1b: Preparing 20:51:12 5978e39ddeb3: Waiting 20:51:12 ac5dd7a135c5: Waiting 20:51:12 d713ea429246: Waiting 20:51:12 ad612144f888: Waiting 20:51:12 ba01d3295196: Preparing 20:51:12 f70ee36035b9: Preparing 20:51:12 ba01d3295196: Waiting 20:51:12 f70ee36035b9: Waiting 20:51:12 b36c85eb2e1b: Waiting 20:51:12 a43932d1df72: Layer already exists 20:51:12 5a3be295adc1: Layer already exists 20:51:12 bc52b5bf346f: Layer already exists 20:51:12 1207169bf42c: Layer already exists 20:51:12 c2392c160fbc: Layer already exists 20:51:12 ac5dd7a135c5: Layer already exists 20:51:12 b36c85eb2e1b: Layer already exists 20:51:12 ad612144f888: Layer already exists 20:51:12 d713ea429246: Layer already exists 20:51:12 5978e39ddeb3: Layer already exists 20:51:12 f70ee36035b9: Layer already exists 20:51:12 ba01d3295196: Layer already exists 20:51:13 main: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:51:13 ===================================================== [Pipeline] echo 20:51:13 taggedImages: 20:51:13 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 20:51:13 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 20:51:13 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 20:51:13 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 20:51:13 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:13 20:51:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:13 arm64: Pulling from edgex-lftools-log-publisher 20:51:13 8998bd30e6a1: Pulling fs layer 20:51:13 04944245beec: Pulling fs layer 20:51:13 699f458cf7ca: Pulling fs layer 20:51:13 765212b225bb: Pulling fs layer 20:51:13 f23df028b6ca: Pulling fs layer 20:51:13 d65c8cfc05b1: Pulling fs layer 20:51:13 2437ff75d9bd: Pulling fs layer 20:51:13 765212b225bb: Waiting 20:51:13 d65c8cfc05b1: Waiting 20:51:13 f23df028b6ca: Waiting 20:51:13 2437ff75d9bd: Waiting 20:51:14 04944245beec: Verifying Checksum 20:51:14 04944245beec: Download complete 20:51:14 765212b225bb: Verifying Checksum 20:51:14 765212b225bb: Download complete 20:51:14 f23df028b6ca: Verifying Checksum 20:51:14 f23df028b6ca: Download complete 20:51:14 d65c8cfc05b1: Verifying Checksum 20:51:14 d65c8cfc05b1: Download complete 20:51:14 699f458cf7ca: Verifying Checksum 20:51:14 699f458cf7ca: Download complete 20:51:14 8998bd30e6a1: Download complete 20:51:16 2437ff75d9bd: Download complete 20:51:18 8998bd30e6a1: Pull complete 20:51:18 04944245beec: Pull complete 20:51:19 699f458cf7ca: Pull complete 20:51:19 765212b225bb: Pull complete 20:51:20 f23df028b6ca: Pull complete 20:51:20 d65c8cfc05b1: Pull complete 20:51:35 2437ff75d9bd: Pull complete 20:51:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:51:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:36 prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container 20:51:36 $ 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/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:51:39 $ docker top 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:51:39 ---> job-cost.sh 20:51:39 lf-activate-venv: SKIPPING 20:51:39 INFO: No Stack... 20:51:40 INFO: Retrieving Pricing Info for: v3-standard-4 20:51:41 INFO: Archiving Costs [Pipeline] sh 20:51:42 + cat /w/workspace/device-usb-camera/85/archives/cost.csv 20:51:42 + cut -d, -f6 [Pipeline] lock 20:51:42 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] 20:51:42 Resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] did not exist. Created. 20:51:42 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:51:42 /w/workspace/device-usb-camera/85@tmp/durable-97e8001c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:51:43 + echo total: 0.10999999940395355 [Pipeline] stash 20:51:43 Warning: overwriting stash ‘stack-cost’ 20:51:43 Stashed 1 file(s) [Pipeline] } 20:51:43 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] // lock [Pipeline] } 20:51:43 $ docker stop --time=1 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede 20:51:45 $ docker rm -f --volumes 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:51:45 provisioning config files... 20:51:45 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2105235374882063224tmp [Pipeline] { [Pipeline] sh 20:51:45 + set +x 20:51:45 + curl -s https://codecov.io/bash 20:51:45 + bash -s -- 20:51:45 20:51:45 _____ _ 20:51:45 / ____| | | 20:51:45 | | ___ __| | ___ ___ _____ __ 20:51:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:51:45 | |___| (_) | (_| | __/ (_| (_) \ V / 20:51:45 \_____\___/ \__,_|\___|\___\___/ \_/ 20:51:45 Bash-1.0.6 20:51:45 20:51:45 20:51:45 ==> git version 2.25.1 found 20:51:45 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 20:51:45 Release-Date: 2020-01-08 20:51:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:51:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:51:45 ==> Jenkins CI detected. 20:51:45 current dir:  /w/workspace/exfoundry_device-usb-camera_main 20:51:45 project root: . 20:51:45 --> token set from env 20:51:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:51:45 ==> Running gcov in . (disable via -X gcov) 20:51:45 ==> Python coveragepy not found 20:51:45 ==> Searching for coverage reports in: 20:51:45 + . 20:51:45 -> Found 1 reports 20:51:45 ==> Detecting git/mercurial file structure 20:51:45 ==> Reading reports 20:51:45 + ./coverage.out bytes=28352 20:51:45 ==> Appending adjustments 20:51:45 https://docs.codecov.io/docs/fixing-reports 20:51:45 + Found adjustments 20:51:45 ==> Gzipping contents 20:51:46 4.0K /tmp/codecov.Rlr5h1.gz 20:51:46 ==> Uploading reports 20:51:46 url: https://codecov.io 20:51:46 query: branch=main&commit=3323a63d0afd632e576abad22becd63271ca5b86&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 20:51:46 -> Pinging Codecov 20:51:46 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=3323a63d0afd632e576abad22becd63271ca5b86&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 20:51:46 -> Uploading to 20:51:46 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/73D8F5FF140700D3E01443B452E23636/3323a63d0afd632e576abad22becd63271ca5b86/aa8d9f18-6f40-478a-8cfc-c96fc1380639.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T205146Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=373e3a410bcad00ae355530550dc56966b1f3b5441cc1338e0523dc3ba2214b0 20:51:46 % Total % Received % Xferd Average Speed Time Time Time Current 20:51:46 Dload Upload Total Spent Left Speed 20:51:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4001 0 0 100 4001 0 14985 --:--:-- --:--:-- --:--:-- 14985 20:51:46 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } 20:51:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 20:51:46 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 20:51:46 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:51:46 20:51:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:51:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 20:51:47 df9b9388f04a: Pulling fs layer 20:51:47 52dc419b0ee2: Pulling fs layer 20:51:47 25bc292e5bac: Pulling fs layer 20:51:47 114826534d7a: Pulling fs layer 20:51:47 4657fd5d0bcf: Pulling fs layer 20:51:47 6ad1cebc031e: Pulling fs layer 20:51:47 8a3aa393b2d8: Pulling fs layer 20:51:47 4657fd5d0bcf: Waiting 20:51:47 114826534d7a: Waiting 20:51:47 8a3aa393b2d8: Waiting 20:51:47 6ad1cebc031e: Waiting 20:51:47 25bc292e5bac: Download complete 20:51:47 52dc419b0ee2: Verifying Checksum 20:51:47 52dc419b0ee2: Download complete 20:51:47 4657fd5d0bcf: Download complete 20:51:47 df9b9388f04a: Download complete 20:51:47 df9b9388f04a: Pull complete 20:51:47 6ad1cebc031e: Verifying Checksum 20:51:47 6ad1cebc031e: Download complete 20:51:47 52dc419b0ee2: Pull complete 20:51:47 25bc292e5bac: Pull complete 20:51:48 114826534d7a: Verifying Checksum 20:51:48 114826534d7a: Download complete 20:51:48 8a3aa393b2d8: Verifying Checksum 20:51:48 8a3aa393b2d8: Download complete 20:51:51 114826534d7a: Pull complete 20:51:51 4657fd5d0bcf: Pull complete 20:51:52 6ad1cebc031e: Pull complete 20:51:55 8a3aa393b2d8: Pull complete 20:51:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 20:51:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 20:51:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:55 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:51:55 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 20:51:57 $ docker top 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 -eo pid,comm [Pipeline] { [Pipeline] echo 20:51:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 20:51:57 + set -o pipefail 20:51:57 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 20:52:02 20:52:02 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 20:52:02 20:52:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/303bb7fa-cb02-4eab-a0e3-64309bd82a96 20:52:02 20:52:02 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 20:52:02 20:52:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:52:02 20:52:02 20:52:02 A medium severity vulnerability was found in the Snyk CLI versions you are using. 20:52:02 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 20:52:02 More details here: https://snyk.co/ue1NS [Pipeline] } 20:52:02 $ docker stop --time=1 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 20:52:04 $ docker rm -f --volumes 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:52:05 + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] sh 20:52:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:52:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:52:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:06 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:52:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 20:52:06 $ docker top e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:52:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:52:06 [ssh-agent] Looking for ssh-agent implementation... 20:52:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:52:06 $ docker exec e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b ssh-agent 20:52:06 SSH_AUTH_SOCK=/tmp/ssh-t1brfPme8o1Z/agent.32 20:52:06 SSH_AGENT_PID=38 20:52:06 Running ssh-add (command line suppressed) 20:52:07 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13122750186209099819.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13122750186209099819.key) 20:52:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:52:07 + git semver tag 20:52:07 2023-03-08 20:52:07,550 [run_tag] DEBUG tag force:False 20:52:07 2023-03-08 20:52:07,550 [check_head_tag] DEBUG check head tag 20:52:07 2023-03-08 20:52:07,552 [execute] INFO git cat-file --batch-check 20:52:07 2023-03-08 20:52:07,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 20:52:07 2023-03-08 20:52:07,556 [execute] INFO git cat-file --batch 20:52:07 2023-03-08 20:52:07,556 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 20:52:07 2023-03-08 20:52:07,579 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:07 2023-03-08 20:52:07,580 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 20:52:07 2023-03-08 20:52:07,580 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 20:52:07 2023-03-08 20:52:07,584 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:07 3.0.0-dev.14 [Pipeline] } 20:52:07 $ docker exec --env ******** --env ******** e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b ssh-agent -k 20:52:07 unset SSH_AUTH_SOCK; 20:52:07 unset SSH_AGENT_PID; 20:52:07 echo Agent pid 38 killed; 20:52:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:52:08 + git semver [Pipeline] } 20:52:08 $ docker stop --time=1 e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b 20:52:09 $ docker rm -f --volumes e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:10 20:52:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:10 0.23.1-centos7: Pulling from edgex-lftools 20:52:10 ab5ef0e58194: Pulling fs layer 20:52:10 9712f1f96733: Pulling fs layer 20:52:10 63f879dbbcfc: Pulling fs layer 20:52:10 0d9ebad4ef96: Pulling fs layer 20:52:10 e9a5061849ea: Pulling fs layer 20:52:10 d747dcd14b5f: Pulling fs layer 20:52:10 2de7ff778b66: Pulling fs layer 20:52:10 0d9ebad4ef96: Waiting 20:52:10 e9a5061849ea: Waiting 20:52:10 d747dcd14b5f: Waiting 20:52:10 2de7ff778b66: Waiting 20:52:10 9712f1f96733: Download complete 20:52:11 63f879dbbcfc: Verifying Checksum 20:52:11 63f879dbbcfc: Download complete 20:52:11 e9a5061849ea: Verifying Checksum 20:52:11 e9a5061849ea: Download complete 20:52:11 0d9ebad4ef96: Verifying Checksum 20:52:11 0d9ebad4ef96: Download complete 20:52:11 d747dcd14b5f: Download complete 20:52:11 ab5ef0e58194: Verifying Checksum 20:52:11 ab5ef0e58194: Download complete 20:52:11 2de7ff778b66: Verifying Checksum 20:52:11 2de7ff778b66: Download complete 20:52:13 ab5ef0e58194: Pull complete 20:52:13 9712f1f96733: Pull complete 20:52:14 63f879dbbcfc: Pull complete 20:52:17 0d9ebad4ef96: Pull complete 20:52:17 e9a5061849ea: Pull complete 20:52:18 d747dcd14b5f: Pull complete 20:52:18 2de7ff778b66: Pull complete 20:52:18 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:52:18 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:19 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:52:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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-lftools:0.23.1-centos7 cat 20:52:21 $ docker top cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:52:21 provisioning config files... 20:52:21 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8710164991151559848tmp 20:52:21 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4817741352332782671tmp 20:52:21 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2565781449893813011tmp [Pipeline] { [Pipeline] echo 20:52:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:52:21 ---> sigul-configuration.sh 20:52:21 gpg: directory `/root/.gnupg' created 20:52:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:52:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:52:21 gpg: keyring `/root/.gnupg/secring.gpg' created 20:52:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:52:21 gpg: CAST5 encrypted data 20:52:21 gpg: encrypted with 1 passphrase 20:52:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:52:22 + mkdir /home/jenkins 20:52:22 + mkdir /home/jenkins/sigul [Pipeline] sh 20:52:22 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 20:52:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:52:22 ---> sigul-install.sh 20:52:22 Sigul already installed; skipping installation. [Pipeline] sh 20:52:22 + git tag --list 20:52:22 v0.0.0 20:52:22 v0.0.1-dev.1 20:52:22 v0.0.1-dev.10 20:52:22 v0.0.1-dev.11 20:52:22 v0.0.1-dev.12 20:52:22 v0.0.1-dev.13 20:52:22 v0.0.1-dev.14 20:52:22 v0.0.1-dev.15 20:52:22 v0.0.1-dev.16 20:52:22 v0.0.1-dev.2 20:52:22 v0.0.1-dev.3 20:52:22 v0.0.1-dev.4 20:52:22 v0.0.1-dev.5 20:52:22 v0.0.1-dev.6 20:52:22 v0.0.1-dev.7 20:52:22 v0.0.1-dev.8 20:52:22 v0.0.1-dev.9 20:52:22 v2.2.0 20:52:22 v2.2.0-dev.17 20:52:22 v2.2.0-dev.18 20:52:22 v2.2.0-dev.19 20:52:22 v2.2.0-dev.20 20:52:22 v2.2.0-dev.21 20:52:22 v2.2.0-dev.22 20:52:22 v2.2.0-dev.23 20:52:22 v2.2.0-dev.24 20:52:22 v2.2.0-dev.25 20:52:22 v2.2.0-dev.26 20:52:22 v2.2.0-dev.27 20:52:22 v2.3.0 20:52:22 v2.3.0-dev.1 20:52:22 v2.3.0-dev.10 20:52:22 v2.3.0-dev.11 20:52:22 v2.3.0-dev.12 20:52:22 v2.3.0-dev.13 20:52:22 v2.3.0-dev.14 20:52:22 v2.3.0-dev.15 20:52:22 v2.3.0-dev.16 20:52:22 v2.3.0-dev.17 20:52:22 v2.3.0-dev.18 20:52:22 v2.3.0-dev.19 20:52:22 v2.3.0-dev.2 20:52:22 v2.3.0-dev.20 20:52:22 v2.3.0-dev.21 20:52:22 v2.3.0-dev.22 20:52:22 v2.3.0-dev.23 20:52:22 v2.3.0-dev.24 20:52:22 v2.3.0-dev.25 20:52:22 v2.3.0-dev.26 20:52:22 v2.3.0-dev.27 20:52:22 v2.3.0-dev.28 20:52:22 v2.3.0-dev.3 20:52:22 v2.3.0-dev.4 20:52:22 v2.3.0-dev.5 20:52:22 v2.3.0-dev.6 20:52:22 v2.3.0-dev.7 20:52:22 v2.3.0-dev.8 20:52:22 v2.3.0-dev.9 20:52:22 v3.0.0-dev.1 20:52:22 v3.0.0-dev.10 20:52:22 v3.0.0-dev.11 20:52:22 v3.0.0-dev.12 20:52:22 v3.0.0-dev.13 20:52:22 v3.0.0-dev.14 20:52:22 v3.0.0-dev.2 20:52:22 v3.0.0-dev.3 20:52:22 v3.0.0-dev.4 20:52:22 v3.0.0-dev.5 20:52:22 v3.0.0-dev.6 20:52:22 v3.0.0-dev.7 20:52:22 v3.0.0-dev.8 20:52:22 v3.0.0-dev.9 [Pipeline] sh 20:52:23 + lftools sign git-tag v3.0.0-dev.14 20:52:23 Signing Git tag with Sigul... 20:52:23 Signing v3.0.0-dev.14 [Pipeline] echo 20:52:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:52:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:52:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:52:24 $ docker stop --time=1 cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb 20:52:25 $ docker rm -f --volumes cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 20:52:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:52:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:52:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:26 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:52:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 20:52:26 $ docker top c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:52:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:52:26 [ssh-agent] Looking for ssh-agent implementation... 20:52:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:52:26 $ docker exec c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 ssh-agent 20:52:27 SSH_AUTH_SOCK=/tmp/ssh-JYVM9YtEWCCs/agent.32 20:52:27 SSH_AGENT_PID=38 20:52:27 Running ssh-add (command line suppressed) 20:52:27 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4587849347966852718.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4587849347966852718.key) 20:52:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:52:27 + git semver bump pre 20:52:27 2023-03-08 20:52:27,686 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:27 2023-03-08 20:52:27,686 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev 20:52:27 2023-03-08 20:52:27,686 [bump_version] DEBUG bumped version:3.0.0-dev.15 20:52:27 2023-03-08 20:52:27,686 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 20:52:27 2023-03-08 20:52:27,687 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:27 2023-03-08 20:52:27,687 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:27 2023-03-08 20:52:27,688 [execute] INFO git cat-file --batch-check 20:52:27 2023-03-08 20:52:27,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:52:27 2023-03-08 20:52:27,693 [execute] INFO git cat-file --batch 20:52:27 2023-03-08 20:52:27,693 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:52:27 2023-03-08 20:52:27,698 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:27 3.0.0-dev.15 [Pipeline] } 20:52:27 $ docker exec --env ******** --env ******** c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 ssh-agent -k 20:52:28 unset SSH_AUTH_SOCK; 20:52:28 unset SSH_AGENT_PID; 20:52:28 echo Agent pid 38 killed; 20:52:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:52:28 + git semver [Pipeline] } 20:52:28 $ docker stop --time=1 c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 20:52:29 $ docker rm -f --volumes c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 [Pipeline] // withDockerContainer [Pipeline] sh 20:52:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:52:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:52:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:30 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:52:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 20:52:31 $ docker top 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa -eo pid,comm 20:52:31 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). 20:52:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:52:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:52:31 [ssh-agent] Looking for ssh-agent implementation... 20:52:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:52:31 $ docker exec 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa ssh-agent 20:52:31 SSH_AUTH_SOCK=/tmp/ssh-0ZpwF300LYkg/agent.32 20:52:31 SSH_AGENT_PID=38 20:52:31 Running ssh-add (command line suppressed) 20:52:31 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_214085906752149433.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_214085906752149433.key) 20:52:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:52:31 + git semver push 20:52:31 2023-03-08 20:52:31,979 [run_push] DEBUG push 20:52:31 2023-03-08 20:52:31,980 [execute] INFO git cat-file --batch-check 20:52:31 2023-03-08 20:52:31,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 20:52:31 2023-03-08 20:52:31,983 [execute] INFO git rev-list ae88f4deea7a5ea25461bdffb59aef14c4e088eb -- 20:52:31 2023-03-08 20:52:31,984 [execute] DEBUG Popen(['git', 'rev-list', 'ae88f4deea7a5ea25461bdffb59aef14c4e088eb', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 20:52:31 2023-03-08 20:52:31,988 [execute] INFO git fetch -v origin 20:52:31 2023-03-08 20:52:31,989 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 20:52:32 2023-03-08 20:52:32,501 [run_push] DEBUG no remote changes detected 20:52:32 2023-03-08 20:52:32,501 [execute] INFO git push origin semver 20:52:32 2023-03-08 20:52:32,501 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 20:52:33 2023-03-08 20:52:33,213 [run_push] DEBUG push all version tags 20:52:33 2023-03-08 20:52:33,214 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 20:52:33 2023-03-08 20:52:33,214 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 20:52:34 2023-03-08 20:52:34,122 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:52:34 3.0.0-dev.15 [Pipeline] } 20:52:34 $ docker exec --env ******** --env ******** 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa ssh-agent -k 20:52:34 unset SSH_AUTH_SOCK; 20:52:34 unset SSH_AGENT_PID; 20:52:34 echo Agent pid 38 killed; 20:52:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:52:34 + git semver [Pipeline] } 20:52:35 $ docker stop --time=1 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa 20:52:36 $ docker rm -f --volumes 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:52:37 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 20:52:37 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 20:52:37 total 16 20:52:37 drwxr-xr-x 3 root root 4096 Mar 8 20:41 . 20:52:37 drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 20:52 .. 20:52:37 drwxr-xr-x 2 root root 4096 Mar 8 20:41 cost 20:52:37 -rw-r--r-- 1 root root 88 Mar 8 20:41 cost.csv 20:52:37 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 20:52:37 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 20:52:37 total 16 20:52:37 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 20:41 . 20:52:37 drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 20:52 .. 20:52:37 drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 20:41 cost 20:52:37 -rw-r--r-- 1 jenkins jenkins 88 Mar 8 20:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:52:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:52:38 ---> package-listing.sh 20:52:38 ++ facter osfamily 20:52:38 ++ tr '[:upper:]' '[:lower:]' 20:52:38 + OS_FAMILY=debian 20:52:38 + workspace=/w/workspace/exfoundry_device-usb-camera_main 20:52:38 + START_PACKAGES=/tmp/packages_start.txt 20:52:38 + END_PACKAGES=/tmp/packages_end.txt 20:52:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:52:38 + PACKAGES=/tmp/packages_start.txt 20:52:38 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 20:52:38 + PACKAGES=/tmp/packages_end.txt 20:52:38 + case "${OS_FAMILY}" in 20:52:38 + dpkg -l 20:52:38 + grep '^ii' 20:52:38 + '[' -f /tmp/packages_start.txt ']' 20:52:38 + '[' -f /tmp/packages_end.txt ']' 20:52:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:52:38 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 20:52:38 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 20:52:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 20:52:38 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/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:52:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:52:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:39 prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container 20:52:39 $ 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/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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-lftools-log-publisher:latest cat 20:52:40 $ docker top 46383f179c57fd06f01930a01e826b75c60f4b2bd0ed9e3cd4cafea4b81bfd51 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:40 + touch /tmp/pre-build-complete [Pipeline] sh 20:52:40 + mkdir -p /var/log/sysstat [Pipeline] sh 20:52:40 + ls /var/log/sa-host 20:52:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:41 provisioning config files... 20:52:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17288726090769511805tmp [Pipeline] { [Pipeline] echo 20:52:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:41 ---> create-netrc.sh [Pipeline] } 20:52:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:52:41 ---> python-tools-install.sh [Pipeline] echo 20:52:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:52:42 ---> sudo-logs.sh 20:52:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:52:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:52:42 ---> job-cost.sh 20:52:42 lf-activate-venv: SKIPPING 20:52:42 DEBUG: total: 0.2199999988079071 20:52:42 INFO: Retrieving Stack Cost... 20:52:42 INFO: Retrieving Pricing Info for: v3-standard-8 20:52:43 INFO: Archiving Costs [Pipeline] echo 20:52:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:43 ---> logs-deploy.sh 20:52:43 lf-activate-venv: SKIPPING 20:52:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/85 20:52:43 INFO: archiving workspace using pattern(s): 20:52:44 Archives upload complete. 20:52:44 INFO: archiving logs to Nexus 20:52:45 ---> uname -a: 20:52:45 Linux prd-ubuntu20-04-docker-8c-8g-8878 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 20:52:45 20:52:45 20:52:45 ---> lscpu: 20:52:45 Architecture: x86_64 20:52:45 CPU op-mode(s): 32-bit, 64-bit 20:52:45 Byte Order: Little Endian 20:52:45 Address sizes: 40 bits physical, 48 bits virtual 20:52:45 CPU(s): 8 20:52:45 On-line CPU(s) list: 0-7 20:52:45 Thread(s) per core: 1 20:52:45 Core(s) per socket: 1 20:52:45 Socket(s): 8 20:52:45 NUMA node(s): 1 20:52:45 Vendor ID: AuthenticAMD 20:52:45 CPU family: 23 20:52:45 Model: 49 20:52:45 Model name: AMD EPYC-Rome Processor 20:52:45 Stepping: 0 20:52:45 CPU MHz: 2799.996 20:52:45 BogoMIPS: 5599.99 20:52:45 Virtualization: AMD-V 20:52:45 Hypervisor vendor: KVM 20:52:45 Virtualization type: full 20:52:45 L1d cache: 256 KiB 20:52:45 L1i cache: 256 KiB 20:52:45 L2 cache: 4 MiB 20:52:45 L3 cache: 128 MiB 20:52:45 NUMA node0 CPU(s): 0-7 20:52:45 Vulnerability Itlb multihit: Not affected 20:52:45 Vulnerability L1tf: Not affected 20:52:45 Vulnerability Mds: Not affected 20:52:45 Vulnerability Meltdown: Not affected 20:52:45 Vulnerability Mmio stale data: Not affected 20:52:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:52:45 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:52:45 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:52:45 Vulnerability Srbds: Not affected 20:52:45 Vulnerability Tsx async abort: Not affected 20:52:45 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 20:52:45 20:52:45 20:52:45 ---> nproc: 20:52:45 8 20:52:45 20:52:45 20:52:45 ---> df -h: 20:52:45 Filesystem Size Used Avail Use% Mounted on 20:52:45 overlay 155G 13G 142G 9% / 20:52:45 tmpfs 64M 0 64M 0% /dev 20:52:45 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:52:45 shm 64M 0 64M 0% /dev/shm 20:52:45 /dev/vda1 155G 13G 142G 9% /facter-os 20:52:45 20:52:45 20:52:45 ---> sar -b -r -n DEV: 20:52:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8878) 03/08/23 _x86_64_ (8 CPU) 20:52:45 20:52:45 20:38:22 LINUX RESTART (8 CPU) 20:52:45 20:52:45 20:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:52:45 20:40:01 239.20 5.46 233.74 0.00 508.66 91312.39 0.00 20:52:45 20:41:01 133.76 1.52 132.24 0.00 37.99 27916.28 0.00 20:52:45 20:42:01 119.45 0.08 119.36 0.00 8.53 21008.23 0.00 20:52:45 20:43:01 2.58 0.00 2.58 0.00 0.00 30.14 0.00 20:52:45 20:44:01 53.91 10.60 43.31 0.00 5155.81 8787.60 0.00 20:52:45 20:45:01 5.70 0.02 5.68 0.00 0.13 121.98 0.00 20:52:45 20:46:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 20:52:45 20:47:01 1.97 0.00 1.97 0.00 0.00 22.26 0.00 20:52:45 20:48:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 20:52:45 20:49:01 2.13 0.00 2.13 0.00 0.00 24.53 0.00 20:52:45 20:50:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 20:52:45 20:51:01 1.95 0.00 1.95 0.00 0.00 21.86 0.00 20:52:45 20:52:01 30.34 0.20 30.14 0.00 8.93 24804.93 0.00 20:52:45 Average: 45.53 1.37 44.16 0.00 439.91 13291.84 0.00 20:52:45 20:52:45 20:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:52:45 20:40:01 28340080 31573184 733592 2.23 147468 3289448 1757060 5.18 1082620 3020560 12 20:52:45 20:41:01 27948620 31531192 771176 2.35 152700 3612772 1889604 5.57 1226996 3240236 660 20:52:45 20:42:01 27416180 31553532 745916 2.27 162112 4106028 1737832 5.12 1265724 3677400 388 20:52:45 20:43:01 27415684 31553308 745768 2.27 162156 4106036 1737832 5.12 1265668 3677404 24 20:52:45 20:44:01 26897740 31539996 744300 2.26 195336 4561268 1807460 5.33 1580964 3845424 984 20:52:45 20:45:01 26904804 31542064 742444 2.26 193836 4558008 1782784 5.25 1578692 3842184 4 20:52:45 20:46:01 26907624 31544956 739552 2.25 193908 4558012 1782784 5.25 1575728 3842196 8 20:52:45 20:47:01 26907568 31544968 739528 2.25 193984 4558016 1782784 5.25 1576120 3842196 8 20:52:45 20:48:01 26907552 31545020 739412 2.25 194060 4558012 1782784 5.25 1575912 3842208 4 20:52:45 20:49:01 26907592 31545148 739208 2.25 194124 4558024 1782784 5.25 1576052 3842212 8 20:52:45 20:50:01 26907804 31545540 738836 2.25 194204 4558024 1782784 5.25 1576056 3842316 8 20:52:45 20:51:01 26907728 31545552 738996 2.25 194268 4558024 1782784 5.25 1575980 3842324 8 20:52:45 20:52:01 25766876 31433128 844836 2.57 212320 5480036 1917820 5.65 1779420 4683456 218236 20:52:45 Average: 27087373 31538276 751043 2.28 183883 4389362 1794392 5.29 1479687 3772317 16950 20:52:45 20:52:45 20:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:52:45 20:40:01 docker0 183.60 356.96 14.88 2694.45 0.00 0.00 0.00 0.00 20:52:45 20:40:01 ens3 671.29 365.28 8476.90 52.04 0.00 0.00 0.00 0.00 20:52:45 20:40:01 lo 3.93 3.93 0.39 0.39 0.00 0.00 0.00 0.00 20:52:45 20:41:01 docker0 17.70 48.94 1.25 637.14 0.00 0.00 0.00 0.00 20:52:45 20:41:01 ens3 124.48 80.10 882.03 100.80 0.00 0.00 0.00 0.00 20:52:45 20:41:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 20:52:45 20:42:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:52:45 20:42:01 ens3 244.18 193.43 2567.85 948.58 0.00 0.00 0.00 0.00 20:52:45 20:42:01 lo 9.33 9.33 0.92 0.92 0.00 0.00 0.00 0.00 20:52:45 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:43:01 ens3 2.17 0.48 1.55 0.21 0.00 0.00 0.00 0.00 20:52:45 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:44:01 ens3 211.93 103.58 2805.82 7.64 0.00 0.00 0.00 0.00 20:52:45 20:44:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:52:45 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:45:01 ens3 0.77 0.48 0.28 0.22 0.00 0.00 0.00 0.00 20:52:45 20:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:46:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:47:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:48:01 ens3 0.20 0.02 0.01 0.00 0.00 0.00 0.00 0.00 20:52:45 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:49:01 ens3 0.42 0.20 0.09 0.07 0.00 0.00 0.00 0.00 20:52:45 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:50:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:52:45 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:45 20:51:01 ens3 0.35 0.13 0.07 0.01 0.00 0.00 0.00 0.00 20:52:45 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:52:45 20:52:01 docker0 33.59 63.19 2.86 588.10 0.00 0.00 0.00 0.00 20:52:45 20:52:01 ens3 216.38 117.16 4563.57 15.55 0.00 0.00 0.00 0.00 20:52:45 20:52:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 20:52:45 20:52:01 vethc7d8403 33.59 63.29 3.32 588.11 0.00 0.00 0.00 0.05 20:52:45 Average: docker0 17.86 35.68 1.44 298.44 0.00 0.00 0.00 0.00 20:52:45 Average: ens3 112.55 65.85 1475.48 86.59 0.00 0.00 0.00 0.00 20:52:45 Average: lo 1.38 1.38 0.13 0.13 0.00 0.00 0.00 0.00 20:52:45 Average: vethc7d8403 2.59 4.87 0.26 45.30 0.00 0.00 0.00 0.00 20:52:45 20:52:45 20:52:45 ---> sar -P ALL: 20:52:45 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8878) 03/08/23 _x86_64_ (8 CPU) 20:52:45 20:52:45 20:38:22 LINUX RESTART (8 CPU) 20:52:45 20:52:45 20:39:02 CPU %user %nice %system %iowait %steal %idle 20:52:45 20:40:01 all 11.16 0.00 5.57 2.17 0.11 80.99 20:52:45 20:40:01 0 12.19 0.00 6.37 0.36 0.12 80.96 20:52:45 20:40:01 1 11.75 0.00 5.60 2.29 0.10 80.25 20:52:45 20:40:01 2 12.22 0.00 6.36 3.76 0.10 77.56 20:52:45 20:40:01 3 10.27 0.00 5.68 0.62 0.10 83.33 20:52:45 20:40:01 4 10.37 0.00 5.17 3.80 0.10 80.55 20:52:45 20:40:01 5 10.89 0.00 5.12 2.00 0.10 81.89 20:52:45 20:40:01 6 10.22 0.00 3.92 0.36 0.09 85.41 20:52:45 20:40:01 7 11.37 0.00 6.36 4.21 0.14 77.91 20:52:45 20:41:01 all 43.74 0.00 7.67 0.86 0.12 47.61 20:52:45 20:41:01 0 44.38 0.00 7.63 0.12 0.13 47.74 20:52:45 20:41:01 1 44.49 0.00 7.28 1.31 0.10 46.81 20:52:45 20:41:01 2 43.06 0.00 8.24 3.63 0.14 44.94 20:52:45 20:41:01 3 43.14 0.00 7.05 0.03 0.12 49.66 20:52:45 20:41:01 4 43.55 0.00 7.33 0.59 0.14 48.39 20:52:45 20:41:01 5 43.56 0.00 8.11 0.35 0.14 47.84 20:52:45 20:41:01 6 42.38 0.00 7.67 0.27 0.12 49.56 20:52:45 20:41:01 7 45.32 0.00 8.02 0.61 0.12 45.93 20:52:45 20:42:01 all 6.38 0.00 2.16 0.66 0.05 90.76 20:52:45 20:42:01 0 5.25 0.00 2.06 0.28 0.05 92.36 20:52:45 20:42:01 1 5.78 0.00 2.11 0.22 0.05 91.84 20:52:45 20:42:01 2 7.57 0.00 2.29 2.17 0.07 87.90 20:52:45 20:42:01 3 8.30 0.00 2.26 0.37 0.05 89.01 20:52:45 20:42:01 4 7.13 0.00 2.09 0.03 0.03 90.72 20:52:45 20:42:01 5 3.84 0.00 2.22 0.17 0.05 93.72 20:52:45 20:42:01 6 7.49 0.00 2.64 1.80 0.05 88.02 20:52:45 20:42:01 7 5.69 0.00 1.58 0.20 0.07 92.47 20:52:45 20:43:01 all 0.01 0.00 0.02 0.01 0.00 99.96 20:52:45 20:43:01 0 0.02 0.00 0.05 0.00 0.00 99.93 20:52:45 20:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:52:45 20:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:52:45 20:43:01 3 0.00 0.00 0.02 0.03 0.00 99.95 20:52:45 20:43:01 4 0.02 0.00 0.02 0.02 0.02 99.93 20:52:45 20:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:52:45 20:43:01 6 0.00 0.00 0.02 0.02 0.00 99.97 20:52:45 20:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:44:01 all 2.33 0.00 1.45 0.35 0.03 95.84 20:52:45 20:44:01 0 2.04 0.00 1.80 0.08 0.02 96.06 20:52:45 20:44:01 1 2.98 0.00 1.32 0.42 0.03 95.24 20:52:45 20:44:01 2 2.67 0.00 1.17 0.12 0.03 96.01 20:52:45 20:44:01 3 1.80 0.00 1.29 0.03 0.03 96.85 20:52:45 20:44:01 4 2.44 0.00 1.10 0.75 0.03 95.67 20:52:45 20:44:01 5 2.71 0.00 2.18 0.08 0.03 94.99 20:52:45 20:44:01 6 1.57 0.00 1.24 1.10 0.03 96.05 20:52:45 20:44:01 7 2.44 0.00 1.51 0.20 0.03 95.81 20:52:45 20:45:01 all 0.09 0.00 0.06 0.02 0.01 99.83 20:52:45 20:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 20:52:45 20:45:01 1 0.08 0.00 0.07 0.00 0.02 99.83 20:52:45 20:45:01 2 0.07 0.00 0.05 0.02 0.00 99.87 20:52:45 20:45:01 3 0.05 0.00 0.03 0.02 0.00 99.90 20:52:45 20:45:01 4 0.05 0.00 0.05 0.05 0.02 99.83 20:52:45 20:45:01 5 0.07 0.00 0.05 0.07 0.02 99.80 20:52:45 20:45:01 6 0.03 0.00 0.02 0.00 0.02 99.93 20:52:45 20:45:01 7 0.30 0.00 0.12 0.00 0.00 99.58 20:52:45 20:46:01 all 0.02 0.00 0.01 0.01 0.01 99.96 20:52:45 20:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:52:45 20:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:46:01 2 0.03 0.00 0.00 0.02 0.02 99.93 20:52:45 20:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:46:01 4 0.05 0.00 0.02 0.00 0.02 99.92 20:52:45 20:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:52:45 20:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:52:45 20:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:52:45 20:47:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:52:45 20:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:52:45 20:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 20:52:45 20:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:52:45 20:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:52:45 20:47:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:52:45 20:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:52:45 20:47:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:52:45 20:48:01 all 0.03 0.00 0.01 0.01 0.01 99.94 20:52:45 20:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:52:45 20:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 20:52:45 20:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:52:45 20:48:01 3 0.02 0.00 0.03 0.00 0.02 99.93 20:52:45 20:48:01 4 0.07 0.00 0.02 0.03 0.02 99.87 20:52:45 20:48:01 5 0.02 0.00 0.00 0.05 0.02 99.92 20:52:45 20:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:49:01 all 0.01 0.00 0.01 0.01 0.00 99.96 20:52:45 20:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:52:45 20:49:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:52:45 20:49:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:52:45 20:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:49:01 4 0.03 0.00 0.03 0.02 0.02 99.90 20:52:45 20:49:01 5 0.00 0.00 0.00 0.03 0.00 99.97 20:52:45 20:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:50:01 all 0.06 0.00 0.01 0.01 0.00 99.92 20:52:45 20:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:50:01 1 0.40 0.00 0.02 0.00 0.00 99.58 20:52:45 20:50:01 2 0.02 0.00 0.02 0.02 0.00 99.95 20:52:45 20:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:52:45 20:50:01 4 0.03 0.00 0.00 0.00 0.02 99.95 20:52:45 20:50:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:52:45 20:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:52:45 20:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:52:45 20:52:45 20:50:01 CPU %user %nice %system %iowait %steal %idle 20:52:45 20:51:01 all 0.27 0.00 0.01 0.01 0.00 99.70 20:52:45 20:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:52:45 20:51:01 1 2.00 0.00 0.02 0.00 0.02 97.97 20:52:45 20:51:01 2 0.02 0.00 0.00 0.02 0.00 99.97 20:52:45 20:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:52:45 20:51:01 4 0.05 0.00 0.02 0.02 0.00 99.92 20:52:45 20:51:01 5 0.02 0.00 0.02 0.05 0.00 99.92 20:52:45 20:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:52:45 20:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:52:45 20:52:01 all 4.49 0.00 1.72 0.35 0.02 93.43 20:52:45 20:52:01 0 6.84 0.00 1.17 0.02 0.03 91.94 20:52:45 20:52:01 1 5.89 0.00 1.31 0.02 0.02 92.76 20:52:45 20:52:01 2 3.45 0.00 1.68 1.83 0.03 93.00 20:52:45 20:52:01 3 5.45 0.00 2.33 0.02 0.02 92.19 20:52:45 20:52:01 4 3.20 0.00 2.40 0.15 0.03 94.22 20:52:45 20:52:01 5 3.66 0.00 1.88 0.69 0.02 93.75 20:52:45 20:52:01 6 3.70 0.00 1.84 0.02 0.02 94.43 20:52:45 20:52:01 7 3.66 0.00 1.15 0.03 0.02 95.13 20:52:45 Average: all 5.23 0.00 1.42 0.34 0.03 92.99 20:52:45 Average: 0 5.40 0.00 1.46 0.07 0.03 93.04 20:52:45 Average: 1 5.62 0.00 1.35 0.32 0.03 92.68 20:52:45 Average: 2 5.26 0.00 1.50 0.88 0.03 92.33 20:52:45 Average: 3 5.27 0.00 1.42 0.09 0.03 93.20 20:52:45 Average: 4 5.10 0.00 1.39 0.41 0.03 93.06 20:52:45 Average: 5 4.93 0.00 1.49 0.27 0.03 93.28 20:52:45 Average: 6 4.98 0.00 1.32 0.27 0.03 93.40 20:52:45 Average: 7 5.24 0.00 1.43 0.39 0.03 92.91 20:52:45 20:52:45 20:52:45