Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ad81b6791089a5483c30c2e43f91131867ddea47 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-ssh897315783164428749.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-ssh10712705969091369854.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-ssh12811131543170877157.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-ssh4048041966475493203.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-ssh14739208219976202530.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 ‘prd-centos7-blackbox-4c-2g-2429’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-2430’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-2749’ is offline Running on prd-ubuntu20.04-docker-8c-8g-2752 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 ad81b6791089a5483c30c2e43f91131867ddea47 (main) Commit message: "refactor(snap): Refactor and upgrade to edgex-snap-hooks v3 (#129)" > 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 ad81b6791089a5483c30c2e43f91131867ddea47 # timeout=10 > git rev-list --no-walk 1030fa22bcf670ded76708512c57b18f10d8b8f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:33:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:33:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:33:49 ========================================================= 17:33:49 EdgeX Global Pipelines Version Info 17:33:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:33:50 ------------------- 17:33:50 stable info: 17:33:50 ------------------- 17:33:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:33:50 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:33:50 Message: update stable to v1.0.244 17:33:50 ------------------- 17:33:50 experimental info: 17:33:50 ------------------- 17:33:50 Commited By: **** collab-it+edgex@linuxfoundation.org 17:33:50 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:33:50 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:33:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad81b67 [Pipeline] echo 17:33:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:33:51 provisioning config files... 17:33:51 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16826345124248546680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:51 ---> docker-login.sh 17:33:51 nexus3.edgexfoundry.org:10001 17:33:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:52 Configure a credential helper to remove this warning. See 17:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:52 17:33:52 Login Succeeded 17:33:52 nexus3.edgexfoundry.org:10002 17:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:52 Configure a credential helper to remove this warning. See 17:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:52 17:33:52 Login Succeeded 17:33:52 nexus3.edgexfoundry.org:10003 17:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:52 Configure a credential helper to remove this warning. See 17:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:52 17:33:52 Login Succeeded 17:33:52 nexus3.edgexfoundry.org:10004 17:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:52 Configure a credential helper to remove this warning. See 17:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:52 17:33:52 Login Succeeded 17:33:52 docker.io 17:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:52 Configure a credential helper to remove this warning. See 17:33:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:52 17:33:52 Login Succeeded 17:33:52 ---> docker-login.sh ends [Pipeline] } 17:33:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:33:53 + git rev-list -1 --merges ad81b6791089a5483c30c2e43f91131867ddea47~1..ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] echo 17:33:53 -----------> git rev-list -1 --merges ad81b6791089a5483c30c2e43f91131867ddea47~1..ad81b6791089a5483c30c2e43f91131867ddea47 ad81b6791089a5483c30c2e43f91131867ddea47 [false] [Pipeline] sh 17:33:53 + git log --format=format:%s -1 ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] echo 17:33:53 ========================================================= 17:33:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:33:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:53 + git log --format=format:%s -1 ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] echo 17:33:53 [semverPrep] GIT_COMMIT: ad81b6791089a5483c30c2e43f91131867ddea47, Commit Message: refactor(snap): Refactor and upgrade to edgex-snap-hooks v3 (#129) [Pipeline] echo 17:33:53 [semverPrep] This is not a build commit. [Pipeline] sh 17:33:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:33:54 + grep -v github /etc/ssh/ssh_known_hosts 17:33:54 + [ -e /tmp/ssh_known_hosts ] 17:33:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:33:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:33:54 + sudo tee -a /etc/ssh/ssh_known_hosts 17:33:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:33:54 17:33:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:33:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:33:55 0.1.4: Pulling from edgex-devops/py-git-semver 17:33:55 b85a868b505f: Pulling fs layer 17:33:55 e2be974225ed: Pulling fs layer 17:33:55 339a4e72a1f5: Pulling fs layer 17:33:55 988bab9f4d93: Pulling fs layer 17:33:55 1469e6f7b9e6: Pulling fs layer 17:33:55 eaf3925da568: Pulling fs layer 17:33:55 bab4dde63d76: Pulling fs layer 17:33:55 bde34c3a00c8: Pulling fs layer 17:33:55 b352a97aabf1: Pulling fs layer 17:33:55 4872d77fe225: Pulling fs layer 17:33:55 5851b861e8e6: Pulling fs layer 17:33:55 988bab9f4d93: Waiting 17:33:55 1469e6f7b9e6: Waiting 17:33:55 eaf3925da568: Waiting 17:33:55 4872d77fe225: Waiting 17:33:55 bab4dde63d76: Waiting 17:33:55 bde34c3a00c8: Waiting 17:33:55 5851b861e8e6: Waiting 17:33:55 b352a97aabf1: Waiting 17:33:55 e2be974225ed: Verifying Checksum 17:33:55 e2be974225ed: Download complete 17:33:55 988bab9f4d93: Verifying Checksum 17:33:55 988bab9f4d93: Download complete 17:33:55 1469e6f7b9e6: Verifying Checksum 17:33:55 1469e6f7b9e6: Download complete 17:33:55 eaf3925da568: Verifying Checksum 17:33:55 eaf3925da568: Download complete 17:33:55 339a4e72a1f5: Verifying Checksum 17:33:55 339a4e72a1f5: Download complete 17:33:55 bde34c3a00c8: Download complete 17:33:55 b352a97aabf1: Download complete 17:33:55 4872d77fe225: Verifying Checksum 17:33:55 4872d77fe225: Download complete 17:33:55 5851b861e8e6: Verifying Checksum 17:33:55 5851b861e8e6: Download complete 17:33:55 b85a868b505f: Verifying Checksum 17:33:55 b85a868b505f: Download complete 17:33:56 bab4dde63d76: Verifying Checksum 17:33:56 bab4dde63d76: Download complete 17:33:57 b85a868b505f: Pull complete 17:33:57 e2be974225ed: Pull complete 17:33:57 339a4e72a1f5: Pull complete 17:33:57 988bab9f4d93: Pull complete 17:33:58 1469e6f7b9e6: Pull complete 17:33:58 eaf3925da568: Pull complete 17:34:00 bab4dde63d76: Pull complete 17:34:00 bde34c3a00c8: Pull complete 17:34:00 b352a97aabf1: Pull complete 17:34:00 4872d77fe225: Pull complete 17:34:00 5851b861e8e6: Pull complete 17:34:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:34:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:34:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:34:00 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:34:00 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:34:02 $ docker top 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc -eo pid,comm 17:34:02 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). 17:34:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:02 [ssh-agent] Looking for ssh-agent implementation... 17:34:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:02 $ docker exec 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc ssh-agent 17:34:02 SSH_AUTH_SOCK=/tmp/ssh-Wgr5tuhPVpC5/agent.32 17:34:02 SSH_AGENT_PID=38 17:34:02 Running ssh-add (command line suppressed) 17:34:03 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10050229991035763350.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10050229991035763350.key) 17:34:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:03 + git tag --points-at HEAD [Pipeline] } 17:34:03 $ docker exec --env ******** --env ******** 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc ssh-agent -k 17:34:03 unset SSH_AUTH_SOCK; 17:34:03 unset SSH_AGENT_PID; 17:34:03 echo Agent pid 38 killed; 17:34:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:34:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:03 [ssh-agent] Looking for ssh-agent implementation... 17:34:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:03 $ docker exec 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc ssh-agent 17:34:03 SSH_AUTH_SOCK=/tmp/ssh-lHXdCrOZHPvr/agent.70 17:34:03 SSH_AGENT_PID=76 17:34:03 Running ssh-add (command line suppressed) 17:34:03 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9742131485823573467.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9742131485823573467.key) 17:34:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:04 + git semver init 17:34:04 2023-01-17 17:34:04,267 [run_init] DEBUG init version:0.0.0 force:False 17:34:04 2023-01-17 17:34:04,268 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 17:34:04 2023-01-17 17:34:04,268 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 17:34:04 2023-01-17 17:34:04,269 [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) 17:34:06 2023-01-17 17:34:05,809 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 17:34:06 2023-01-17 17:34:05,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 17:34:06 2023-01-17 17:34:05,810 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:34:06 2023-01-17 17:34:05,811 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:34:06 3.0.0-dev.5 [Pipeline] } 17:34:06 $ docker exec --env ******** --env ******** 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc ssh-agent -k 17:34:06 unset SSH_AUTH_SOCK; 17:34:06 unset SSH_AGENT_PID; 17:34:06 echo Agent pid 76 killed; 17:34:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:06 + git semver [Pipeline] } 17:34:06 $ docker stop --time=1 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc 17:34:08 $ docker rm -f --volumes 9ca1fc2479b801ffe870346b01f8e6fa6ccf6d5e1eed1e4db5a3bf63d05375fc [Pipeline] // withDockerContainer [Pipeline] sh 17:34:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:34:08 Stashed 1 file(s) [Pipeline] echo 17:34:08 [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [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 17:34:08 provisioning config files... 17:34:08 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14722484495425787301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:34:09 ---> docker-login.sh 17:34:09 nexus3.edgexfoundry.org:10001 17:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:09 Configure a credential helper to remove this warning. See 17:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:09 17:34:09 Login Succeeded 17:34:09 nexus3.edgexfoundry.org:10002 17:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:09 Configure a credential helper to remove this warning. See 17:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:09 17:34:09 Login Succeeded 17:34:09 nexus3.edgexfoundry.org:10003 17:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:09 Configure a credential helper to remove this warning. See 17:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:09 17:34:09 Login Succeeded 17:34:09 nexus3.edgexfoundry.org:10004 17:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:09 Configure a credential helper to remove this warning. See 17:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:09 17:34:09 Login Succeeded 17:34:09 docker.io 17:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:10 Configure a credential helper to remove this warning. See 17:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:10 17:34:10 Login Succeeded 17:34:10 ---> docker-login.sh ends [Pipeline] } 17:34:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:34:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:34:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:34:10 ========================================================= 17:34:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:34:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:10 + 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 . 17:34:10 Sending build context to Docker daemon 1.717MB 17:34:10 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:34:10 Step 2/13 : FROM ${BASE} AS builder 17:34:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:34:10 213ec9aee27d: Pulling fs layer 17:34:10 4583459ba037: Pulling fs layer 17:34:10 93c1e223e6f2: Pulling fs layer 17:34:10 53926ce57604: Pulling fs layer 17:34:10 21b2b0c7a3f4: Pulling fs layer 17:34:10 22ff95d597cd: Pulling fs layer 17:34:10 12d6caf4c0d1: Pulling fs layer 17:34:10 96b7cbca73a9: Pulling fs layer 17:34:10 21b2b0c7a3f4: Waiting 17:34:10 22ff95d597cd: Waiting 17:34:10 a7acece74701: Pulling fs layer 17:34:10 53926ce57604: Waiting 17:34:10 96b7cbca73a9: Waiting 17:34:10 a7acece74701: Waiting 17:34:10 93c1e223e6f2: Verifying Checksum 17:34:10 93c1e223e6f2: Download complete 17:34:10 4583459ba037: Verifying Checksum 17:34:10 4583459ba037: Download complete 17:34:10 21b2b0c7a3f4: Verifying Checksum 17:34:10 21b2b0c7a3f4: Download complete 17:34:10 22ff95d597cd: Verifying Checksum 17:34:10 22ff95d597cd: Download complete 17:34:10 213ec9aee27d: Verifying Checksum 17:34:10 213ec9aee27d: Download complete 17:34:10 12d6caf4c0d1: Verifying Checksum 17:34:10 12d6caf4c0d1: Download complete 17:34:10 213ec9aee27d: Pull complete 17:34:10 4583459ba037: Pull complete 17:34:10 93c1e223e6f2: Pull complete 17:34:11 a7acece74701: Verifying Checksum 17:34:11 a7acece74701: Download complete 17:34:11 53926ce57604: Verifying Checksum 17:34:11 53926ce57604: Download complete 17:34:12 96b7cbca73a9: Verifying Checksum 17:34:12 96b7cbca73a9: Download complete 17:34:16 53926ce57604: Pull complete 17:34:16 21b2b0c7a3f4: Pull complete 17:34:16 22ff95d597cd: Pull complete 17:34:16 12d6caf4c0d1: Pull complete 17:34:18 96b7cbca73a9: Pull complete 17:34:18 a7acece74701: Pull complete 17:34:18 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:34:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:34:18 ---> db6d94c90886 17:34:18 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:34:23 Still waiting to schedule task 17:34:23 ‘prd-centos7-blackbox-4c-2g-2429’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 17:34:23 ‘prd-centos7-blackbox-4c-2g-2430’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 17:34:23 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2751’ is offline 17:34:23 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2753’ is offline 17:34:24 ---> Running in f486cf106800 17:34:24 Removing intermediate container f486cf106800 17:34:24 ---> 1b008f7af875 17:34:24 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:34:24 ---> Running in 6a98edfb47b0 17:34:24 Removing intermediate container 6a98edfb47b0 17:34:24 ---> a4ca334b47d9 17:34:24 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:34:24 ---> Running in d8d78666038e 17:34:24 Removing intermediate container d8d78666038e 17:34:24 ---> f659cf45b4d4 17:34:24 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:34:24 ---> Running in 42bea1c7aa65 17:34:24 Removing intermediate container 42bea1c7aa65 17:34:24 ---> 286650d85bba 17:34:24 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:34:24 ---> Running in 8c085cb96f0b 17:34:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:34:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:34:24 (1/80) Installing mesa (21.3.8-r2) 17:34:24 (2/80) Installing libxau (1.0.9-r0) 17:34:24 (3/80) Installing libxdmcp (1.1.3-r0) 17:34:24 (4/80) Installing libxcb (1.15-r0) 17:34:24 (5/80) Installing libx11 (1.8-r0) 17:34:24 (6/80) Installing libxext (1.3.4-r0) 17:34:24 (7/80) Installing libxfixes (6.0.0-r0) 17:34:24 (8/80) Installing libxxf86vm (1.1.4-r2) 17:34:24 (9/80) Installing libpciaccess (0.16-r0) 17:34:24 (10/80) Installing libdrm (2.4.110-r0) 17:34:24 (11/80) Installing mesa-glapi (21.3.8-r2) 17:34:24 (12/80) Installing libxshmfence (1.3-r1) 17:34:24 (13/80) Installing mesa-gl (21.3.8-r2) 17:34:24 (14/80) Installing icu-data-full (71.1-r2) 17:34:24 (15/80) Installing libice (1.0.10-r0) 17:34:24 (16/80) Installing libuuid (2.38-r1) 17:34:24 (17/80) Installing libsm (1.2.3-r0) 17:34:24 (18/80) Installing libxt (1.2.1-r0) 17:34:24 (19/80) Installing libxmu (1.1.3-r0) 17:34:24 (20/80) Installing xset (1.2.4-r0) 17:34:24 (21/80) Installing xprop (1.2.5-r0) 17:34:24 (22/80) Installing xdg-utils (1.1.3-r3) 17:34:24 (23/80) Installing dbus-libs (1.14.4-r0) 17:34:24 (24/80) Installing libffi (3.4.2-r1) 17:34:24 (25/80) Installing libintl (0.21-r2) 17:34:24 (26/80) Installing libblkid (2.38-r1) 17:34:24 (27/80) Installing libmount (2.38-r1) 17:34:24 (28/80) Installing pcre (8.45-r2) 17:34:24 (29/80) Installing glib (2.72.1-r0) 17:34:24 (30/80) Installing icu-libs (71.1-r2) 17:34:24 (31/80) Installing libpcre2-16 (10.40-r0) 17:34:24 (32/80) Installing zstd-libs (1.5.2-r1) 17:34:24 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 17:34:25 (34/80) Installing hicolor-icon-theme (0.17-r1) 17:34:25 (35/80) Installing wayland-libs-server (1.20.0-r0) 17:34:25 (36/80) Installing mesa-gbm (21.3.8-r2) 17:34:25 (37/80) Installing wayland-libs-client (1.20.0-r0) 17:34:25 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 17:34:25 (39/80) Installing libxcomposite (0.4.5-r0) 17:34:25 (40/80) Installing libbz2 (1.0.8-r1) 17:34:25 (41/80) Installing libpng (1.6.37-r1) 17:34:25 (42/80) Installing freetype (2.12.1-r0) 17:34:25 (43/80) Installing fontconfig (2.14.0-r0) 17:34:25 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 17:34:25 (45/80) Installing wayland-libs-egl (1.20.0-r0) 17:34:25 (46/80) Installing xkeyboard-config (2.35.1-r0) 17:34:25 (47/80) Installing xz-libs (5.2.5-r1) 17:34:25 (48/80) Installing libxml2 (2.9.14-r2) 17:34:25 (49/80) Installing libxkbcommon (1.4.1-r0) 17:34:25 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 17:34:25 (51/80) Installing mesa-egl (21.3.8-r2) 17:34:25 (52/80) Installing avahi-libs (0.8-r6) 17:34:25 (53/80) Installing nettle (3.7.3-r0) 17:34:25 (54/80) Installing p11-kit (0.24.1-r0) 17:34:25 (55/80) Installing libtasn1 (4.18.0-r1) 17:34:25 (56/80) Installing libunistring (1.0-r0) 17:34:25 (57/80) Installing gnutls (3.7.7-r0) 17:34:25 (58/80) Installing cups-libs (2.4.2-r0) 17:34:25 (59/80) Installing graphite2 (1.3.14-r1) 17:34:25 (60/80) Installing harfbuzz (4.3.0-r0) 17:34:25 (61/80) Installing libevdev (1.12.1-r0) 17:34:25 (62/80) Installing mtdev (1.1.6-r0) 17:34:25 (63/80) Installing eudev-libs (3.2.11-r0) 17:34:25 (64/80) Installing libinput-libs (1.20.1-r0) 17:34:25 (65/80) Installing libjpeg-turbo (2.1.3-r1) 17:34:25 (66/80) Installing xcb-util-wm (0.4.1-r1) 17:34:25 (67/80) Installing xcb-util (0.4.0-r3) 17:34:25 (68/80) Installing xcb-util-image (0.4.0-r1) 17:34:25 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 17:34:25 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 17:34:25 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 17:34:25 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 17:34:25 (73/80) Installing v4l-utils-libs (1.22.1-r1) 17:34:25 (74/80) Installing v4l-utils (1.22.1-r1) 17:34:25 (75/80) Installing udev-init-scripts (35-r0) 17:34:25 Executing udev-init-scripts-35-r0.post-install 17:34:25 (76/80) Installing kmod-libs (29-r2) 17:34:25 (77/80) Installing eudev (3.2.11-r0) 17:34:25 (78/80) Installing eudev-dev (3.2.11-r0) 17:34:25 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:34:25 (80/80) Installing v4l-utils-dev (1.22.1-r1) 17:34:25 Executing busybox-1.35.0-r17.trigger 17:34:25 Executing eudev-3.2.11-r0.trigger 17:34:25 OK: 330 MiB in 131 packages 17:34:28 Removing intermediate container 8c085cb96f0b 17:34:28 ---> d2735d59f27e 17:34:28 Step 8/13 : WORKDIR /device-usb-camera 17:34:28 ---> Running in 4bddfcc68b98 17:34:28 Removing intermediate container 4bddfcc68b98 17:34:28 ---> ecfd9c722527 17:34:28 Step 9/13 : COPY go.mod vendor* ./ 17:34:28 ---> 52b18072691e 17:34:28 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:34:28 ---> Running in 23a0627a345d 17:34:50 Removing intermediate container 23a0627a345d 17:34:50 ---> a4d5c8f1d9a8 17:34:50 Step 11/13 : COPY . . 17:34:50 ---> b7722d025a1a 17:34:50 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:34:50 ---> Running in 4e667132cb6a 17:34:50  % Total % Received % Xferd Average Speed Time Time Time Current 17:34:50 Dload Upload Total Spent Left Speed 17:34:50  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10605 0 --:--:-- --:--:-- --:--:-- 10836 17:34:50 Removing intermediate container 4e667132cb6a 17:34:50 ---> 805ec38e2756 17:34:50 Step 13/13 : RUN ${MAKE} 17:34:50 ---> Running in ecf66e67cb12 17:34:50 noop 17:34:50 Removing intermediate container ecf66e67cb12 17:34:50 ---> e08d314e89c4 17:34:50 Successfully built e08d314e89c4 17:34:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:51 + docker inspect -f . ci-base-image-x86_64 17:34:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:34:51 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:34:51 $ 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 ******** ci-base-image-x86_64 cat 17:34:51 $ docker top 7eae60b5f0c7af262aafb6852922a7567a15e8512a4ac88fc98c32ddb5981770 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:52 + go version 17:34:52 go version go1.18.7 linux/amd64 [Pipeline] } 17:34:52 $ docker stop --time=1 7eae60b5f0c7af262aafb6852922a7567a15e8512a4ac88fc98c32ddb5981770 17:34:53 $ docker rm -f --volumes 7eae60b5f0c7af262aafb6852922a7567a15e8512a4ac88fc98c32ddb5981770 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:34:53 + docker inspect -f . ci-base-image-x86_64 17:34:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:34:54 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:34:54 $ 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 ******** ci-base-image-x86_64 cat 17:34:54 $ docker top 4d8f07a172c69994216ca21a7ddbb1354051159fa4147a9af89307cb88fd8eb4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:54 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 17:34:55 + make test 17:34:55 go test ./... -coverprofile=coverage.out ./... 17:34:55 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:35:05 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:35:05 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements 17:35:13 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." 17:35:13 go vet ./... 17:35:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:35:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:35:16 ./bin/test-attribution-txt.sh [Pipeline] echo 17:35:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:35:16 $ docker stop --time=1 4d8f07a172c69994216ca21a7ddbb1354051159fa4147a9af89307cb88fd8eb4 17:35:18 $ docker rm -f --volumes 4d8f07a172c69994216ca21a7ddbb1354051159fa4147a9af89307cb88fd8eb4 [Pipeline] // withDockerContainer [Pipeline] sh 17:35:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:35:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:35:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:35:19 + ls -al . 17:35:19 total 208 17:35:19 drwxrwxr-x 10 jenkins jenkins 4096 Jan 17 17:34 . 17:35:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:33 .. 17:35:19 drwxrwxr-x 8 jenkins jenkins 4096 Jan 17 17:35 .git 17:35:19 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:33 .github 17:35:19 -rw-rw-r-- 1 jenkins jenkins 414 Jan 17 17:33 .gitignore 17:35:19 -rw-rw-r-- 1 jenkins jenkins 42 Jan 17 17:33 .golangci.yml 17:35:19 -rw-rw-r-- 1 jenkins jenkins 77 Jan 17 17:33 .hadolint.yml 17:35:19 drwxr-xr-x 3 jenkins jenkins 4096 Jan 17 17:34 .semver 17:35:19 -rw-rw-r-- 1 jenkins jenkins 9442 Jan 17 17:33 Attribution.txt 17:35:19 -rw-rw-r-- 1 jenkins jenkins 6219 Jan 17 17:33 CHANGELOG.md 17:35:19 -rw-rw-r-- 1 jenkins jenkins 2328 Jan 17 17:33 Dockerfile 17:35:19 -rw-rw-r-- 1 jenkins jenkins 678 Jan 17 17:33 GOVERNANCE.md 17:35:19 -rw-rw-r-- 1 jenkins jenkins 659 Jan 17 17:33 Jenkinsfile 17:35:19 -rw-rw-r-- 1 jenkins jenkins 11348 Jan 17 17:33 LICENSE 17:35:19 -rw-rw-r-- 1 jenkins jenkins 2329 Jan 17 17:33 Makefile 17:35:19 -rw-rw-r-- 1 jenkins jenkins 622 Jan 17 17:33 OWNERS.md 17:35:19 -rw-rw-r-- 1 jenkins jenkins 5934 Jan 17 17:33 README.md 17:35:19 -rw-rw-r-- 1 jenkins jenkins 11 Jan 17 17:34 VERSION 17:35:19 drwxrwxr-x 2 jenkins jenkins 4096 Jan 17 17:33 bin 17:35:19 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:33 cmd 17:35:19 -rw-r--r-- 1 jenkins jenkins 30666 Jan 17 17:35 coverage.out 17:35:19 -rwxrwxr-x 1 jenkins jenkins 140 Jan 17 17:33 docker-entrypoint.sh 17:35:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:33 docs 17:35:19 -rw-rw-r-- 1 jenkins jenkins 3574 Jan 17 17:33 go.mod 17:35:19 -rw-rw-r-- 1 jenkins jenkins 45170 Jan 17 17:33 go.sum 17:35:19 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:33 internal 17:35:19 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:33 snap 17:35:19 -rw-rw-r-- 1 jenkins jenkins 231 Jan 17 17:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:20 + 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=ad81b6791089a5483c30c2e43f91131867ddea47 --label arch=amd64 --label version=3.0.0-dev.5 . 17:35:20 Sending build context to Docker daemon 1.748MB 17:35:20 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:35:20 Step 2/35 : FROM ${BASE} AS builder 17:35:20 ---> e08d314e89c4 17:35:20 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:35:20 ---> Running in c81be248b150 17:35:20 Removing intermediate container c81be248b150 17:35:20 ---> 2ba025786f5b 17:35:20 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:35:20 ---> Running in 0b27f76b425e 17:35:20 Removing intermediate container 0b27f76b425e 17:35:20 ---> 81ac3291ece5 17:35:20 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:35:20 ---> Running in 919a8a373b5f 17:35:20 Removing intermediate container 919a8a373b5f 17:35:20 ---> 597f7303437e 17:35:20 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:35:20 ---> Running in 0f27041ea838 17:35:20 Removing intermediate container 0f27041ea838 17:35:20 ---> d2686a23ab5b 17:35:20 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:35:20 ---> Running in f213076c8d7d 17:35:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:35:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:35:21 OK: 330 MiB in 131 packages 17:35:21 Removing intermediate container f213076c8d7d 17:35:21 ---> 98edd58663e1 17:35:21 Step 8/35 : WORKDIR /device-usb-camera 17:35:21 ---> Running in 972e49f708c5 17:35:21 Removing intermediate container 972e49f708c5 17:35:21 ---> 6069c6d4835e 17:35:21 Step 9/35 : COPY go.mod vendor* ./ 17:35:21 ---> 612990f69b4d 17:35:21 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:35:21 ---> Running in 47a58f0e1ab0 17:35:22 Removing intermediate container 47a58f0e1ab0 17:35:22 ---> 38e3a64df26f 17:35:22 Step 11/35 : COPY . . 17:35:22 ---> 7c87dedb832f 17:35:22 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:35:23 ---> Running in f4677347e448 17:35:23  % Total % Received % Xferd Average Speed Time Time Time Current 17:35:23 Dload  Upload Total Spent Left Speed 17:35:23  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 46115 0 --:--:-- --:--:-- --:--:-- 48272 17:35:23 Removing intermediate container f4677347e448 17:35:23 ---> 15993822b52f 17:35:23 Step 13/35 : RUN ${MAKE} 17:35:23 ---> Running in ea90de60a7e6 17:35:23 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:35:46 Removing intermediate container ea90de60a7e6 17:35:46 ---> 2825ab3791f3 17:35:46 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:35:46 v0.18.4: Pulling from aler9/rtsp-simple-server 17:35:46 af6660deedbd: Pulling fs layer 17:35:46 97cd0a44c592: Pulling fs layer 17:35:46 97cd0a44c592: Verifying Checksum 17:35:46 97cd0a44c592: Download complete 17:35:46 af6660deedbd: Verifying Checksum 17:35:46 af6660deedbd: Download complete 17:35:46 af6660deedbd: Pull complete 17:35:46 97cd0a44c592: Pull complete 17:35:46 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:35:46 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:35:46 ---> fea57e182299 17:35:46 Step 15/35 : FROM alpine:3.16 17:35:46 3.16: Pulling from library/alpine 17:35:46 ca7dd9ec2225: Pulling fs layer 17:35:47 ca7dd9ec2225: Download complete 17:35:47 ca7dd9ec2225: Pull complete 17:35:47 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:35:47 Status: Downloaded newer image for alpine:3.16 17:35:47 ---> bfe296a52501 17:35:47 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:35:47 ---> Running in 46274ab089b2 17:35:47 Removing intermediate container 46274ab089b2 17:35:47 ---> 072e31e9c6af 17:35:47 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:35:47 ---> Running in 6e174c8958b0 17:35:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:35:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:35:48 (1/80) Installing dumb-init (1.2.5-r1) 17:35:48 (2/80) Installing sdl2 (2.0.22-r0) 17:35:48 (3/80) Installing libxau (1.0.9-r0) 17:35:48 (4/80) Installing libxdmcp (1.1.3-r0) 17:35:48 (5/80) Installing libxcb (1.15-r0) 17:35:48 (6/80) Installing libx11 (1.8-r0) 17:35:48 (7/80) Installing aom-libs (3.3.0-r0) 17:35:48 (8/80) Installing alsa-lib (1.2.7.2-r0) 17:35:48 (9/80) Installing expat (2.5.0-r0) 17:35:48 (10/80) Installing brotli-libs (1.0.9-r6) 17:35:48 (11/80) Installing libbz2 (1.0.8-r1) 17:35:48 (12/80) Installing libpng (1.6.37-r1) 17:35:48 (13/80) Installing freetype (2.12.1-r0) 17:35:49 (14/80) Installing fontconfig (2.14.0-r0) 17:35:49 (15/80) Installing fribidi (1.0.12-r0) 17:35:49 (16/80) Installing libffi (3.4.2-r1) 17:35:49 (17/80) Installing libintl (0.21-r2) 17:35:49 (18/80) Installing libblkid (2.38-r1) 17:35:49 (19/80) Installing libmount (2.38-r1) 17:35:49 (20/80) Installing pcre (8.45-r2) 17:35:49 (21/80) Installing glib (2.72.1-r0) 17:35:49 (22/80) Installing graphite2 (1.3.14-r1) 17:35:49 (23/80) Installing harfbuzz (4.3.0-r0) 17:35:49 (24/80) Installing libass (0.16.0-r0) 17:35:49 (25/80) Installing libdav1d (1.0.0-r0) 17:35:49 (26/80) Installing libpciaccess (0.16-r0) 17:35:49 (27/80) Installing libdrm (2.4.110-r0) 17:35:49 (28/80) Installing gmp (6.2.1-r2) 17:35:49 (29/80) Installing nettle (3.7.3-r0) 17:35:49 (30/80) Installing p11-kit (0.24.1-r0) 17:35:49 (31/80) Installing libtasn1 (4.18.0-r1) 17:35:49 (32/80) Installing libunistring (1.0-r0) 17:35:49 (33/80) Installing gnutls (3.7.7-r0) 17:35:49 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:35:49 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 17:35:49 (36/80) Installing lame (3.100-r0) 17:35:49 (37/80) Installing opus (1.3.1-r1) 17:35:49 (38/80) Installing libasyncns (0.8-r1) 17:35:49 (39/80) Installing dbus-libs (1.14.4-r0) 17:35:49 (40/80) Installing libltdl (2.4.7-r0) 17:35:49 (41/80) Installing orc (0.4.32-r0) 17:35:49 (42/80) Installing libgcc (11.2.1_git20220219-r2) 17:35:49 (43/80) Installing libogg (1.3.5-r1) 17:35:49 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 17:35:49 (45/80) Installing flac (1.3.4-r0) 17:35:49 (46/80) Installing libvorbis (1.3.7-r0) 17:35:49 (47/80) Installing libsndfile (1.1.0-r0) 17:35:49 (48/80) Installing libgomp (11.2.1_git20220219-r2) 17:35:49 (49/80) Installing soxr (0.1.3-r2) 17:35:49 (50/80) Installing speexdsp (1.2.0-r0) 17:35:49 (51/80) Installing tdb-libs (1.4.6-r0) 17:35:49 (52/80) Installing libpulse (15.0-r2) 17:35:49 (53/80) Installing cjson (1.7.15-r3) 17:35:49 (54/80) Installing mbedtls (2.28.2-r0) 17:35:49 (55/80) Installing librist (0.2.6-r1) 17:35:49 (56/80) Installing libsrt (1.4.4-r0) 17:35:49 (57/80) Installing libssh (0.9.6-r1) 17:35:49 (58/80) Installing libtheora (1.1.1-r16) 17:35:49 (59/80) Installing libjpeg-turbo (2.1.3-r1) 17:35:49 (60/80) Installing v4l-utils-libs (1.22.1-r1) 17:35:49 (61/80) Installing libxext (1.3.4-r0) 17:35:49 (62/80) Installing libxfixes (6.0.0-r0) 17:35:49 (63/80) Installing wayland-libs-client (1.20.0-r0) 17:35:49 (64/80) Installing libva (2.14.0-r0) 17:35:49 (65/80) Installing libvdpau (1.5-r0) 17:35:49 (66/80) Installing vidstab (1.1.0-r1) 17:35:49 (67/80) Installing libvpx (1.11.0-r1) 17:35:49 (68/80) Installing libwebp (1.2.3-r0) 17:35:49 (69/80) Installing x264-libs (0.163_git20210613-r0) 17:35:49 (70/80) Installing numactl (2.0.14-r0) 17:35:49 (71/80) Installing x265-libs (3.5-r3) 17:35:49 (72/80) Installing xvidcore (1.3.7-r1) 17:35:49 (73/80) Installing ffmpeg-libs (5.0.1-r1) 17:35:50 (74/80) Installing ffmpeg (5.0.1-r1) 17:35:50 (75/80) Installing udev-init-scripts (35-r0) 17:35:50 Executing udev-init-scripts-35-r0.post-install 17:35:50 (76/80) Installing eudev-libs (3.2.11-r0) 17:35:50 (77/80) Installing xz-libs (5.2.5-r1) 17:35:50 (78/80) Installing zstd-libs (1.5.2-r1) 17:35:50 (79/80) Installing kmod-libs (29-r2) 17:35:50 (80/80) Installing eudev (3.2.11-r0) 17:35:50 Executing busybox-1.35.0-r17.trigger 17:35:50 Executing eudev-3.2.11-r0.trigger 17:35:50 OK: 100 MiB in 94 packages 17:35:52 Removing intermediate container 6e174c8958b0 17:35:52 ---> 43313761d39a 17:35:52 Step 18/35 : WORKDIR / 17:35:52 ---> Running in 3571ab26ee35 17:35:52 Removing intermediate container 3571ab26ee35 17:35:52 ---> e126b2648a94 17:35:52 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:35:52 ---> 989985769d30 17:35:52 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:35:53 ---> d8fd93ebed6d 17:35:53 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:35:53 ---> 6cf96dc807c4 17:35:53 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:35:53 ---> 18e18f379bd9 17:35:53 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:35:53 ---> f99d154b7ea5 17:35:53 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:35:53 ---> d6b110de2f76 17:35:53 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:35:54 ---> 3502dea98512 17:35:54 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:35:54 ---> Running in 1859bf7f9502 17:35:54 Removing intermediate container 1859bf7f9502 17:35:54 ---> c9f21c7e943b 17:35:54 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:35:54 ---> Running in 50aa041ee8c6 17:35:55 Removing intermediate container 50aa041ee8c6 17:35:55 ---> 12d54d746459 17:35:55 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:35:55 ---> Running in 7545c344054c 17:35:56 Removing intermediate container 7545c344054c 17:35:56 ---> 509463346686 17:35:56 Step 29/35 : EXPOSE 59983 17:35:56 ---> Running in ff0014770331 17:35:56 Removing intermediate container ff0014770331 17:35:56 ---> 6d58df919ff5 17:35:56 Step 30/35 : EXPOSE 8554 17:35:56 ---> Running in f2b725d252ec 17:35:56 Removing intermediate container f2b725d252ec 17:35:56 ---> 662eaf883254 17:35:56 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:35:56 ---> Running in b7f889d63025 17:35:56 Removing intermediate container b7f889d63025 17:35:56 ---> 40adb47fda82 17:35:56 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:35:56 ---> Running in 5acd042ea195 17:35:56 Removing intermediate container 5acd042ea195 17:35:56 ---> 785665042d75 17:35:56 Step 33/35 : LABEL arch=amd64 17:35:56 ---> Running in 189a729cc1e3 17:35:56 Removing intermediate container 189a729cc1e3 17:35:56 ---> 9540eb958ce3 17:35:56 Step 34/35 : LABEL git_sha=ad81b6791089a5483c30c2e43f91131867ddea47 17:35:56 ---> Running in 1e99e7d5fd3f 17:35:56 Removing intermediate container 1e99e7d5fd3f 17:35:56 ---> 8d0c8c196bdf 17:35:56 Step 35/35 : LABEL version=3.0.0-dev.5 17:35:56 ---> Running in b82ccee784e8 17:35:56 Removing intermediate container b82ccee784e8 17:35:56 ---> 4aa018874956 17:35:56 [Warning] One or more build-args [ARCH] were not consumed 17:35:56 Successfully built 4aa018874956 17:35:56 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 17:35:56 provisioning config files... 17:35:56 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16426831879950493528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:35:57 ---> docker-login.sh 17:35:57 nexus3.edgexfoundry.org:10001 17:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:57 Configure a credential helper to remove this warning. See 17:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:57 17:35:57 Login Succeeded 17:35:57 nexus3.edgexfoundry.org:10002 17:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:57 Configure a credential helper to remove this warning. See 17:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:57 17:35:57 Login Succeeded 17:35:57 nexus3.edgexfoundry.org:10003 17:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:57 Configure a credential helper to remove this warning. See 17:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:57 17:35:57 Login Succeeded 17:35:57 nexus3.edgexfoundry.org:10004 17:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:57 Configure a credential helper to remove this warning. See 17:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:57 17:35:57 Login Succeeded 17:35:57 docker.io 17:35:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:35:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:35:57 Configure a credential helper to remove this warning. See 17:35:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:35:57 17:35:57 Login Succeeded 17:35:57 ---> docker-login.sh ends [Pipeline] } 17:35:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:35:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:35:58 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 17:35:58 ad81b6791089a5483c30c2e43f91131867ddea47 17:35:58 latest 17:35:58 3.0.0-dev.5 17:35:58 ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:35:58 main 17:35:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:58 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:35:58 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47 17:35:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:35:58 7021a538b10c: Preparing 17:35:58 acba540928c4: Preparing 17:35:58 9ee6769bcc0d: Preparing 17:35:58 550e596c6d0e: Preparing 17:35:58 1207169bf42c: Preparing 17:35:58 a2f896b71a2e: Preparing 17:35:58 190c87c0cd02: Preparing 17:35:58 06ec255571a7: Preparing 17:35:58 6aa490b42aa3: Preparing 17:35:58 61372c77ef53: Preparing 17:35:58 c5a8562b2991: Preparing 17:35:58 e5e13b0c77cb: Preparing 17:35:58 a2f896b71a2e: Waiting 17:35:58 61372c77ef53: Waiting 17:35:58 190c87c0cd02: Waiting 17:35:58 c5a8562b2991: Waiting 17:35:58 e5e13b0c77cb: Waiting 17:35:58 06ec255571a7: Waiting 17:35:58 6aa490b42aa3: Waiting 17:35:58 9ee6769bcc0d: Pushed 17:35:58 1207169bf42c: Pushed 17:35:58 7021a538b10c: Pushed 17:35:58 acba540928c4: Pushed 17:35:58 06ec255571a7: Pushed 17:35:58 6aa490b42aa3: Pushed 17:35:58 a2f896b71a2e: Pushed 17:35:58 190c87c0cd02: Pushed 17:35:58 e5e13b0c77cb: Layer already exists 17:36:01 550e596c6d0e: Pushed 17:36:02 61372c77ef53: Pushed 17:36:08 c5a8562b2991: Pushed 17:36:08 ad81b6791089a5483c30c2e43f91131867ddea47: digest: sha256:97cec0734f3459887cb3b75cfe2a420bbe5fa2637b3e3b0dd1b41d01c6dcd275 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:08 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 17:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:36:09 7021a538b10c: Preparing 17:36:09 acba540928c4: Preparing 17:36:09 9ee6769bcc0d: Preparing 17:36:09 550e596c6d0e: Preparing 17:36:09 1207169bf42c: Preparing 17:36:09 a2f896b71a2e: Preparing 17:36:09 190c87c0cd02: Preparing 17:36:09 06ec255571a7: Preparing 17:36:09 6aa490b42aa3: Preparing 17:36:09 a2f896b71a2e: Waiting 17:36:09 06ec255571a7: Waiting 17:36:09 190c87c0cd02: Waiting 17:36:09 6aa490b42aa3: Waiting 17:36:09 61372c77ef53: Preparing 17:36:09 c5a8562b2991: Preparing 17:36:09 e5e13b0c77cb: Preparing 17:36:09 c5a8562b2991: Waiting 17:36:09 e5e13b0c77cb: Waiting 17:36:09 61372c77ef53: Waiting 17:36:09 550e596c6d0e: Layer already exists 17:36:09 9ee6769bcc0d: Layer already exists 17:36:09 7021a538b10c: Layer already exists 17:36:09 1207169bf42c: Layer already exists 17:36:09 acba540928c4: Layer already exists 17:36:09 a2f896b71a2e: Layer already exists 17:36:09 06ec255571a7: Layer already exists 17:36:09 61372c77ef53: Layer already exists 17:36:09 6aa490b42aa3: Layer already exists 17:36:09 190c87c0cd02: Layer already exists 17:36:09 c5a8562b2991: Layer already exists 17:36:09 e5e13b0c77cb: Layer already exists 17:36:09 latest: digest: sha256:97cec0734f3459887cb3b75cfe2a420bbe5fa2637b3e3b0dd1b41d01c6dcd275 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:09 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 17:36:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:36:09 7021a538b10c: Preparing 17:36:09 acba540928c4: Preparing 17:36:09 9ee6769bcc0d: Preparing 17:36:09 550e596c6d0e: Preparing 17:36:09 1207169bf42c: Preparing 17:36:09 a2f896b71a2e: Preparing 17:36:09 190c87c0cd02: Preparing 17:36:09 06ec255571a7: Preparing 17:36:09 6aa490b42aa3: Preparing 17:36:09 61372c77ef53: Preparing 17:36:09 c5a8562b2991: Preparing 17:36:09 e5e13b0c77cb: Preparing 17:36:09 61372c77ef53: Waiting 17:36:09 c5a8562b2991: Waiting 17:36:09 190c87c0cd02: Waiting 17:36:09 e5e13b0c77cb: Waiting 17:36:09 a2f896b71a2e: Waiting 17:36:09 06ec255571a7: Waiting 17:36:09 6aa490b42aa3: Waiting 17:36:09 550e596c6d0e: Layer already exists 17:36:09 acba540928c4: Layer already exists 17:36:09 1207169bf42c: Layer already exists 17:36:09 7021a538b10c: Layer already exists 17:36:09 9ee6769bcc0d: Layer already exists 17:36:09 a2f896b71a2e: Layer already exists 17:36:09 190c87c0cd02: Layer already exists 17:36:09 06ec255571a7: Layer already exists 17:36:09 61372c77ef53: Layer already exists 17:36:09 6aa490b42aa3: Layer already exists 17:36:09 c5a8562b2991: Layer already exists 17:36:09 e5e13b0c77cb: Layer already exists 17:36:09 3.0.0-dev.5: digest: sha256:97cec0734f3459887cb3b75cfe2a420bbe5fa2637b3e3b0dd1b41d01c6dcd275 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:10 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:10 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:36:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:36:10 7021a538b10c: Preparing 17:36:10 acba540928c4: Preparing 17:36:10 9ee6769bcc0d: Preparing 17:36:10 550e596c6d0e: Preparing 17:36:10 1207169bf42c: Preparing 17:36:10 a2f896b71a2e: Preparing 17:36:10 190c87c0cd02: Preparing 17:36:10 06ec255571a7: Preparing 17:36:10 6aa490b42aa3: Preparing 17:36:10 61372c77ef53: Preparing 17:36:10 c5a8562b2991: Preparing 17:36:10 a2f896b71a2e: Waiting 17:36:10 190c87c0cd02: Waiting 17:36:10 06ec255571a7: Waiting 17:36:10 61372c77ef53: Waiting 17:36:10 6aa490b42aa3: Waiting 17:36:10 e5e13b0c77cb: Preparing 17:36:10 e5e13b0c77cb: Waiting 17:36:10 7021a538b10c: Layer already exists 17:36:10 acba540928c4: Layer already exists 17:36:10 550e596c6d0e: Layer already exists 17:36:10 1207169bf42c: Layer already exists 17:36:10 9ee6769bcc0d: Layer already exists 17:36:10 a2f896b71a2e: Layer already exists 17:36:10 190c87c0cd02: Layer already exists 17:36:10 61372c77ef53: Layer already exists 17:36:10 06ec255571a7: Layer already exists 17:36:10 6aa490b42aa3: Layer already exists 17:36:10 c5a8562b2991: Layer already exists 17:36:10 e5e13b0c77cb: Layer already exists 17:36:10 ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5: digest: sha256:97cec0734f3459887cb3b75cfe2a420bbe5fa2637b3e3b0dd1b41d01c6dcd275 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:10 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:11 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 17:36:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:36:11 7021a538b10c: Preparing 17:36:11 acba540928c4: Preparing 17:36:11 9ee6769bcc0d: Preparing 17:36:11 550e596c6d0e: Preparing 17:36:11 1207169bf42c: Preparing 17:36:11 a2f896b71a2e: Preparing 17:36:11 190c87c0cd02: Preparing 17:36:11 06ec255571a7: Preparing 17:36:11 6aa490b42aa3: Preparing 17:36:11 61372c77ef53: Preparing 17:36:11 c5a8562b2991: Preparing 17:36:11 e5e13b0c77cb: Preparing 17:36:11 06ec255571a7: Waiting 17:36:11 6aa490b42aa3: Waiting 17:36:11 61372c77ef53: Waiting 17:36:11 c5a8562b2991: Waiting 17:36:11 e5e13b0c77cb: Waiting 17:36:11 a2f896b71a2e: Waiting 17:36:11 190c87c0cd02: Waiting 17:36:11 7021a538b10c: Layer already exists 17:36:11 9ee6769bcc0d: Layer already exists 17:36:11 550e596c6d0e: Layer already exists 17:36:11 acba540928c4: Layer already exists 17:36:11 1207169bf42c: Layer already exists 17:36:11 190c87c0cd02: Layer already exists 17:36:11 6aa490b42aa3: Layer already exists 17:36:11 a2f896b71a2e: Layer already exists 17:36:11 06ec255571a7: Layer already exists 17:36:11 61372c77ef53: Layer already exists 17:36:11 c5a8562b2991: Layer already exists 17:36:11 e5e13b0c77cb: Layer already exists 17:36:11 main: digest: sha256:97cec0734f3459887cb3b75cfe2a420bbe5fa2637b3e3b0dd1b41d01c6dcd275 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:36:11 ===================================================== [Pipeline] echo 17:36:11 taggedImages: 17:36:11 - nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47 17:36:11 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 17:36:11 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 17:36:11 - nexus3.edgexfoundry.org:10004/device-usb-camera:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:36:11 - 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 17:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:36:11 17:36:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:36:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:36:11 latest: Pulling from edgex-lftools-log-publisher 17:36:11 5eb5b503b376: Pulling fs layer 17:36:11 5c69ac0246d0: Pulling fs layer 17:36:11 ec43610c2a17: Pulling fs layer 17:36:11 3a2ae6a8a46f: Pulling fs layer 17:36:11 33b1e0a273af: Pulling fs layer 17:36:11 5d3b04190fa2: Pulling fs layer 17:36:11 2f39f015ded8: Pulling fs layer 17:36:11 33b1e0a273af: Waiting 17:36:11 5d3b04190fa2: Waiting 17:36:11 3a2ae6a8a46f: Waiting 17:36:11 2f39f015ded8: Waiting 17:36:11 5c69ac0246d0: Verifying Checksum 17:36:11 5c69ac0246d0: Download complete 17:36:11 3a2ae6a8a46f: Verifying Checksum 17:36:11 3a2ae6a8a46f: Download complete 17:36:12 33b1e0a273af: Verifying Checksum 17:36:12 33b1e0a273af: Download complete 17:36:12 5d3b04190fa2: Download complete 17:36:12 ec43610c2a17: Download complete 17:36:12 5eb5b503b376: Verifying Checksum 17:36:12 5eb5b503b376: Download complete 17:36:13 2f39f015ded8: Download complete 17:36:13 5eb5b503b376: Pull complete 17:36:13 5c69ac0246d0: Pull complete 17:36:14 ec43610c2a17: Pull complete 17:36:14 3a2ae6a8a46f: Pull complete 17:36:14 33b1e0a273af: Pull complete 17:36:14 5d3b04190fa2: Pull complete 17:36:18 2f39f015ded8: Pull complete 17:36:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:36:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:36:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:36:18 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:36:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:36:21 $ docker top ac68b7c2d16b34e9cbc3d702cd228ed9ffc916c7fce8f346c83e5a5085a49772 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:36:21 ---> job-cost.sh 17:36:21 lf-activate-venv: SKIPPING 17:36:21 INFO: No Stack... 17:36:22 INFO: Retrieving Pricing Info for: v3-standard-8 17:36:22 INFO: Archiving Costs [Pipeline] sh 17:36:22 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 17:36:22 + cut -d, -f6 [Pipeline] lock 17:36:22 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] 17:36:22 Resource [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] did not exist. Created. 17:36:22 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:36:23 + echo total: 0.2199999988079071 [Pipeline] stash 17:36:23 Stashed 1 file(s) [Pipeline] } 17:36:23 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] [Pipeline] // lock [Pipeline] } 17:36:23 $ docker stop --time=1 ac68b7c2d16b34e9cbc3d702cd228ed9ffc916c7fce8f346c83e5a5085a49772 17:36:24 $ docker rm -f --volumes ac68b7c2d16b34e9cbc3d702cd228ed9ffc916c7fce8f346c83e5a5085a49772 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:36:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2756 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 17:36:27 Running in /w/workspace/device-usb-camera/76 [Pipeline] { [Pipeline] checkout 17:36:27 Selected Git installation does not exist. Using Default 17:36:27 The recommended git tool is: NONE 17:36:35 using credential edgex-jenkins-ssh 17:36:35 Cloning the remote Git repository 17:36:35 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 17:36:35 > git init /w/workspace/device-usb-camera/76 # timeout=10 17:36:35 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:36:35 > git --version # timeout=10 17:36:35 > git --version # 'git version 2.25.1' 17:36:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:36 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:37 Avoid second fetch 17:36:37 Checking out Revision ad81b6791089a5483c30c2e43f91131867ddea47 (main) 17:36:37 > git config core.sparsecheckout # timeout=10 17:36:37 > git checkout -f ad81b6791089a5483c30c2e43f91131867ddea47 # timeout=10 17:36:38 Commit message: "refactor(snap): Refactor and upgrade to edgex-snap-hooks v3 (#129)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:36:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:36:39 % Total % Received % Xferd Average Speed Time Time Time Current 17:36:39 Dload Upload Total Spent Left Speed 17:36:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 188k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 17:36:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:36:40 + sudo tee /etc/docker/daemon.new 17:36:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:36:40 { 17:36:40 "registry-mirrors": [ 17:36:40 "https://nexus3.edgexfoundry.org:10001" 17:36:40 ], 17:36:40 "bip": "10.250.0.254/24", 17:36:40 "hosts": [ 17:36:40 "tcp://0.0.0.0:5555", 17:36:40 "unix:///var/run/docker.sock" 17:36:40 ], 17:36:40 "mtu": 1458, 17:36:40 "selinux-enabled": true, 17:36:40 "seccomp-profile": "/etc/docker/seccomp.json" 17:36:40 } [Pipeline] sh 17:36:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:36:40 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:36:59 provisioning config files... 17:36:59 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/76@tmp/config8331424936293754077tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:36:59 ---> docker-login.sh 17:36:59 nexus3.edgexfoundry.org:10001 17:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:00 Configure a credential helper to remove this warning. See 17:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:00 17:37:00 Login Succeeded 17:37:00 nexus3.edgexfoundry.org:10002 17:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:00 Configure a credential helper to remove this warning. See 17:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:00 17:37:00 Login Succeeded 17:37:00 nexus3.edgexfoundry.org:10003 17:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:01 Configure a credential helper to remove this warning. See 17:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:01 17:37:01 Login Succeeded 17:37:01 nexus3.edgexfoundry.org:10004 17:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:01 Configure a credential helper to remove this warning. See 17:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:01 17:37:01 Login Succeeded 17:37:01 docker.io 17:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:02 Configure a credential helper to remove this warning. See 17:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:02 17:37:02 Login Succeeded 17:37:02 ---> docker-login.sh ends [Pipeline] } 17:37:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:37:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:37:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:37:02 ========================================================= 17:37:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:37:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:37:02 + 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 . 17:37:03 Sending build context to Docker daemon 1.122MB 17:37:03 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:37:03 Step 2/13 : FROM ${BASE} AS builder 17:37:03 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:37:03 9b18e9b68314: Pulling fs layer 17:37:03 35d82f9e3411: Pulling fs layer 17:37:03 e16973657156: Pulling fs layer 17:37:03 fc693d55d65f: Pulling fs layer 17:37:03 7e9fc2657dce: Pulling fs layer 17:37:03 dda99020689f: Pulling fs layer 17:37:03 db1c61fa0a46: Pulling fs layer 17:37:03 891c053d2c06: Pulling fs layer 17:37:03 dda99020689f: Waiting 17:37:03 db1c61fa0a46: Waiting 17:37:03 891c053d2c06: Waiting 17:37:03 fc693d55d65f: Waiting 17:37:03 7e9fc2657dce: Waiting 17:37:03 e16973657156: Verifying Checksum 17:37:03 e16973657156: Download complete 17:37:03 35d82f9e3411: Verifying Checksum 17:37:03 35d82f9e3411: Download complete 17:37:03 7e9fc2657dce: Verifying Checksum 17:37:03 7e9fc2657dce: Download complete 17:37:03 dda99020689f: Verifying Checksum 17:37:03 dda99020689f: Download complete 17:37:03 9b18e9b68314: Verifying Checksum 17:37:03 9b18e9b68314: Download complete 17:37:04 9b18e9b68314: Pull complete 17:37:05 891c053d2c06: Verifying Checksum 17:37:05 891c053d2c06: Download complete 17:37:05 35d82f9e3411: Pull complete 17:37:05 e16973657156: Pull complete 17:37:06 db1c61fa0a46: Verifying Checksum 17:37:06 db1c61fa0a46: Download complete 17:37:07 fc693d55d65f: Verifying Checksum 17:37:07 fc693d55d65f: Download complete 17:37:19 fc693d55d65f: Pull complete 17:37:19 7e9fc2657dce: Pull complete 17:37:19 dda99020689f: Pull complete 17:37:24 db1c61fa0a46: Pull complete 17:37:26 891c053d2c06: Pull complete 17:37:26 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:37:26 ---> f96f9c87975a 17:37:26 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:37:28 ---> Running in 842df830566a 17:37:29 Removing intermediate container 842df830566a 17:37:29 ---> e47671112370 17:37:29 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:37:29 ---> Running in 7300a5711a06 17:37:29 Removing intermediate container 7300a5711a06 17:37:29 ---> 58a4f4786e99 17:37:29 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:37:29 ---> Running in f75688bebacd 17:37:30 Removing intermediate container f75688bebacd 17:37:30 ---> 003874dc4984 17:37:30 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:37:30 ---> Running in f3d336d0db13 17:37:30 Removing intermediate container f3d336d0db13 17:37:30 ---> f6194b29f1ab 17:37:30 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:37:30 ---> Running in 2775ee66a295 17:37:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:37:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:37:33 (1/14) Installing libintl (0.21-r2) 17:37:33 (2/14) Installing eudev-libs (3.2.11-r0) 17:37:33 (3/14) Installing libjpeg-turbo (2.1.3-r1) 17:37:33 (4/14) Installing v4l-utils-libs (1.22.1-r1) 17:37:33 (5/14) Installing v4l-utils (1.22.1-r1) 17:37:33 (6/14) Installing udev-init-scripts (35-r0) 17:37:33 Executing udev-init-scripts-35-r0.post-install 17:37:33 (7/14) Installing libblkid (2.38-r1) 17:37:33 (8/14) Installing xz-libs (5.2.5-r1) 17:37:33 (9/14) Installing zstd-libs (1.5.2-r1) 17:37:34 (10/14) Installing kmod-libs (29-r2) 17:37:34 (11/14) Installing eudev (3.2.11-r0) 17:37:34 (12/14) Installing eudev-dev (3.2.11-r0) 17:37:34 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:37:34 (14/14) Installing v4l-utils-dev (1.22.1-r1) 17:37:34 Executing busybox-1.35.0-r17.trigger 17:37:34 Executing eudev-3.2.11-r0.trigger 17:37:34 OK: 228 MiB in 65 packages 17:37:37 Removing intermediate container 2775ee66a295 17:37:37 ---> a60a125d79b3 17:37:37 Step 8/13 : WORKDIR /device-usb-camera 17:37:37 ---> Running in 0f22b74d344a 17:37:37 Removing intermediate container 0f22b74d344a 17:37:37 ---> fc6aa2d7ab3d 17:37:37 Step 9/13 : COPY go.mod vendor* ./ 17:37:38 ---> 579f781238cb 17:37:38 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:37:38 ---> Running in 261ce7a687f3 17:38:46 Removing intermediate container 261ce7a687f3 17:38:46 ---> 00693cd17432 17:38:46 Step 11/13 : COPY . . 17:38:46 ---> de8ca4ecf660 17:38:46 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:38:46 ---> Running in a54ff850bddc 17:38:46  % Total % Received % Xferd Average Speed Time Time Time Current 17:38:46 Dload Upload Total Spent Left Speed 17:38:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11533 0 --:--:-- --:--:-- --:--:-- 11670 17:38:46 Removing intermediate container a54ff850bddc 17:38:46 ---> e9d30da3ff5c 17:38:46 Step 13/13 : RUN ${MAKE} 17:38:46 ---> Running in f6f625881c11 17:38:46 noop 17:38:46 Removing intermediate container f6f625881c11 17:38:46 ---> 37ab2e06bf12 17:38:46 Successfully built 37ab2e06bf12 17:38:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:46 + docker inspect -f . ci-base-image-arm64 17:38:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:46 prd-ubuntu20.04-docker-arm64-4c-16g-2756 does not seem to be running inside a container 17:38:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/76 -v /w/workspace/device-usb-camera/76:/w/workspace/device-usb-camera/76:rw,z -v /w/workspace/device-usb-camera/76@tmp:/w/workspace/device-usb-camera/76@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 17:38:48 $ docker top 0a741b5e52b9551ecb5da2e1ee5e61afd29f62658711d328d860e5789887012b -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:49 + go version 17:38:49 go version go1.18.7 linux/arm64 [Pipeline] } 17:38:49 $ docker stop --time=1 0a741b5e52b9551ecb5da2e1ee5e61afd29f62658711d328d860e5789887012b 17:38:50 $ docker rm -f --volumes 0a741b5e52b9551ecb5da2e1ee5e61afd29f62658711d328d860e5789887012b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:38:51 + docker inspect -f . ci-base-image-arm64 17:38:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:38:51 prd-ubuntu20.04-docker-arm64-4c-16g-2756 does not seem to be running inside a container 17:38:51 $ 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/76 -v /w/workspace/device-usb-camera/76:/w/workspace/device-usb-camera/76:rw,z -v /w/workspace/device-usb-camera/76@tmp:/w/workspace/device-usb-camera/76@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 17:38:53 $ docker top e6c8db3356484dcc0da75cd00cf813ee956735a9c4b20a89a47c66f2aa551edb -eo pid,comm [Pipeline] { [Pipeline] sh 17:38:54 + git config --global --add safe.directory /w/workspace/device-usb-camera/76 [Pipeline] fileExists [Pipeline] sh 17:38:54 + make test 17:38:54 go test ./... -coverprofile=coverage.out ./... 17:38:56 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:40:48 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:40:50 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.073s coverage: 1.9% of statements 17:40:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:40:51 go vet ./... 17:41:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:41:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:41:30 ./bin/test-attribution-txt.sh [Pipeline] echo 17:41:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:41:30 $ docker stop --time=1 e6c8db3356484dcc0da75cd00cf813ee956735a9c4b20a89a47c66f2aa551edb 17:41:33 $ docker rm -f --volumes e6c8db3356484dcc0da75cd00cf813ee956735a9c4b20a89a47c66f2aa551edb [Pipeline] // withDockerContainer [Pipeline] sh 17:41:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:41:34 Warning: overwriting stash ‘coverage-report’ 17:41:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:41:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:41:35 + ls -al . 17:41:35 total 204 17:41:35 drwxrwxr-x 9 jenkins jenkins 4096 Jan 17 17:38 . 17:41:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:36 .. 17:41:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 17 17:36 .git 17:41:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:36 .github 17:41:35 -rw-rw-r-- 1 jenkins jenkins 414 Jan 17 17:36 .gitignore 17:41:35 -rw-rw-r-- 1 jenkins jenkins 42 Jan 17 17:36 .golangci.yml 17:41:35 -rw-rw-r-- 1 jenkins jenkins 77 Jan 17 17:36 .hadolint.yml 17:41:35 -rw-rw-r-- 1 jenkins jenkins 9442 Jan 17 17:36 Attribution.txt 17:41:35 -rw-rw-r-- 1 jenkins jenkins 6219 Jan 17 17:36 CHANGELOG.md 17:41:35 -rw-rw-r-- 1 jenkins jenkins 2328 Jan 17 17:36 Dockerfile 17:41:35 -rw-rw-r-- 1 jenkins jenkins 678 Jan 17 17:36 GOVERNANCE.md 17:41:35 -rw-rw-r-- 1 jenkins jenkins 659 Jan 17 17:36 Jenkinsfile 17:41:35 -rw-rw-r-- 1 jenkins jenkins 11348 Jan 17 17:36 LICENSE 17:41:35 -rw-rw-r-- 1 jenkins jenkins 2329 Jan 17 17:36 Makefile 17:41:35 -rw-rw-r-- 1 jenkins jenkins 622 Jan 17 17:36 OWNERS.md 17:41:35 -rw-rw-r-- 1 jenkins jenkins 5934 Jan 17 17:36 README.md 17:41:35 -rw-rw-r-- 1 jenkins jenkins 11 Jan 17 17:34 VERSION 17:41:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 17 17:36 bin 17:41:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:36 cmd 17:41:35 -rw-r--r-- 1 jenkins jenkins 30666 Jan 17 17:40 coverage.out 17:41:35 -rwxrwxr-x 1 jenkins jenkins 140 Jan 17 17:36 docker-entrypoint.sh 17:41:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:36 docs 17:41:35 -rw-rw-r-- 1 jenkins jenkins 3574 Jan 17 17:36 go.mod 17:41:35 -rw-rw-r-- 1 jenkins jenkins 45170 Jan 17 17:36 go.sum 17:41:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 17 17:36 internal 17:41:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 17 17:36 snap 17:41:35 -rw-rw-r-- 1 jenkins jenkins 231 Jan 17 17:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:41:36 + 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=ad81b6791089a5483c30c2e43f91131867ddea47 --label arch=arm64 --label version=3.0.0-dev.5 . 17:41:36 Sending build context to Docker daemon 1.153MB 17:41:36 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:41:36 Step 2/35 : FROM ${BASE} AS builder 17:41:36 ---> 37ab2e06bf12 17:41:36 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:41:36 ---> Running in 60711500307a 17:41:38 Removing intermediate container 60711500307a 17:41:38 ---> 966af58399ee 17:41:38 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:41:38 ---> Running in 3569317f7461 17:41:38 Removing intermediate container 3569317f7461 17:41:38 ---> 301c97c6a841 17:41:38 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:41:38 ---> Running in 4b8ed2dedc5b 17:41:38 Removing intermediate container 4b8ed2dedc5b 17:41:38 ---> a65a845b9bb4 17:41:38 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:41:38 ---> Running in bf12d35b3d96 17:41:38 Removing intermediate container bf12d35b3d96 17:41:38 ---> 11dabfeaad23 17:41:38 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:41:38 ---> Running in 92e08100a6b4 17:41:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:41:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:41:41 OK: 228 MiB in 65 packages 17:41:42 Removing intermediate container 92e08100a6b4 17:41:42 ---> 23c76e2a0bf5 17:41:42 Step 8/35 : WORKDIR /device-usb-camera 17:41:42 ---> Running in f2d5bcb88c86 17:41:44 Removing intermediate container f2d5bcb88c86 17:41:44 ---> 8eda6ff98d87 17:41:44 Step 9/35 : COPY go.mod vendor* ./ 17:41:45 ---> cd09dff0b408 17:41:45 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:41:45 ---> Running in dc58f5679633 17:41:49 Removing intermediate container dc58f5679633 17:41:49 ---> 5bc2ad7ae62b 17:41:49 Step 11/35 : COPY . . 17:41:52 ---> 7f44b6b915c9 17:41:52 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:41:52 ---> Running in a6f8e235fbdb 17:41:54  % Total % Received % Xferd Average Speed Time Time Time Current 17:41:54 Dload Upload Total Spent Left Speed 17:41:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5636 0 --:--:-- --:--:-- --:--:-- 5648 17:41:55 Removing intermediate container a6f8e235fbdb 17:41:55 ---> ad57de90da43 17:41:55 Step 13/35 : RUN ${MAKE} 17:41:56 ---> Running in 16e20c5d358e 17:41:57 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.5" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:44:49 Removing intermediate container 16e20c5d358e 17:44:49 ---> 2cb33cab7836 17:44:49 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:44:49 v0.18.4: Pulling from aler9/rtsp-simple-server 17:44:49 eab2503cf8f4: Pulling fs layer 17:44:49 97cd0a44c592: Pulling fs layer 17:44:49 97cd0a44c592: Verifying Checksum 17:44:49 97cd0a44c592: Download complete 17:44:49 eab2503cf8f4: Verifying Checksum 17:44:49 eab2503cf8f4: Download complete 17:44:49 eab2503cf8f4: Pull complete 17:44:49 97cd0a44c592: Pull complete 17:44:49 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:44:49 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:44:49 ---> 7f763cca56b3 17:44:49 Step 15/35 : FROM alpine:3.16 17:44:49 3.16: Pulling from library/alpine 17:44:49 6875df1f5354: Pulling fs layer 17:44:49 6875df1f5354: Verifying Checksum 17:44:49 6875df1f5354: Download complete 17:44:49 6875df1f5354: Pull complete 17:44:49 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 17:44:49 Status: Downloaded newer image for alpine:3.16 17:44:49 ---> 2b4661558fb8 17:44:49 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:44:49 ---> Running in 28e1fca87333 17:44:49 Removing intermediate container 28e1fca87333 17:44:49 ---> 0f18157f536f 17:44:49 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:44:49 ---> Running in f23530b514c4 17:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:44:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:44:49 (1/79) Installing dumb-init (1.2.5-r1) 17:44:49 (2/79) Installing sdl2 (2.0.22-r0) 17:44:49 (3/79) Installing libxau (1.0.9-r0) 17:44:49 (4/79) Installing libxdmcp (1.1.3-r0) 17:44:49 (5/79) Installing libxcb (1.15-r0) 17:44:49 (6/79) Installing libx11 (1.8-r0) 17:44:49 (7/79) Installing aom-libs (3.3.0-r0) 17:44:49 (8/79) Installing alsa-lib (1.2.7.2-r0) 17:44:49 (9/79) Installing expat (2.5.0-r0) 17:44:49 (10/79) Installing brotli-libs (1.0.9-r6) 17:44:49 (11/79) Installing libbz2 (1.0.8-r1) 17:44:49 (12/79) Installing libpng (1.6.37-r1) 17:44:49 (13/79) Installing freetype (2.12.1-r0) 17:44:49 (14/79) Installing fontconfig (2.14.0-r0) 17:44:49 (15/79) Installing fribidi (1.0.12-r0) 17:44:49 (16/79) Installing libffi (3.4.2-r1) 17:44:49 (17/79) Installing libintl (0.21-r2) 17:44:49 (18/79) Installing libblkid (2.38-r1) 17:44:49 (19/79) Installing libmount (2.38-r1) 17:44:49 (20/79) Installing pcre (8.45-r2) 17:44:49 (21/79) Installing glib (2.72.1-r0) 17:44:49 (22/79) Installing graphite2 (1.3.14-r1) 17:44:49 (23/79) Installing harfbuzz (4.3.0-r0) 17:44:49 (24/79) Installing libass (0.16.0-r0) 17:44:49 (25/79) Installing libdav1d (1.0.0-r0) 17:44:49 (26/79) Installing libdrm (2.4.110-r0) 17:44:49 (27/79) Installing gmp (6.2.1-r2) 17:44:49 (28/79) Installing nettle (3.7.3-r0) 17:44:49 (29/79) Installing p11-kit (0.24.1-r0) 17:44:49 (30/79) Installing libtasn1 (4.18.0-r1) 17:44:49 (31/79) Installing libunistring (1.0-r0) 17:44:49 (32/79) Installing gnutls (3.7.7-r0) 17:44:49 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:44:49 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 17:44:49 (35/79) Installing lame (3.100-r0) 17:44:49 (36/79) Installing opus (1.3.1-r1) 17:44:49 (37/79) Installing libasyncns (0.8-r1) 17:44:49 (38/79) Installing dbus-libs (1.14.4-r0) 17:44:49 (39/79) Installing libltdl (2.4.7-r0) 17:44:49 (40/79) Installing orc (0.4.32-r0) 17:44:49 (41/79) Installing libgcc (11.2.1_git20220219-r2) 17:44:49 (42/79) Installing libogg (1.3.5-r1) 17:44:49 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 17:44:49 (44/79) Installing flac (1.3.4-r0) 17:44:49 (45/79) Installing libvorbis (1.3.7-r0) 17:44:49 (46/79) Installing libsndfile (1.1.0-r0) 17:44:49 (47/79) Installing libgomp (11.2.1_git20220219-r2) 17:44:49 (48/79) Installing soxr (0.1.3-r2) 17:44:49 (49/79) Installing speexdsp (1.2.0-r0) 17:44:49 (50/79) Installing tdb-libs (1.4.6-r0) 17:44:49 (51/79) Installing libpulse (15.0-r2) 17:44:49 (52/79) Installing cjson (1.7.15-r3) 17:44:49 (53/79) Installing mbedtls (2.28.2-r0) 17:44:49 (54/79) Installing librist (0.2.6-r1) 17:44:49 (55/79) Installing libsrt (1.4.4-r0) 17:44:49 (56/79) Installing libssh (0.9.6-r1) 17:44:49 (57/79) Installing libtheora (1.1.1-r16) 17:44:49 (58/79) Installing libjpeg-turbo (2.1.3-r1) 17:44:49 (59/79) Installing v4l-utils-libs (1.22.1-r1) 17:44:49 (60/79) Installing libxext (1.3.4-r0) 17:44:49 (61/79) Installing libxfixes (6.0.0-r0) 17:44:49 (62/79) Installing wayland-libs-client (1.20.0-r0) 17:44:49 (63/79) Installing libva (2.14.0-r0) 17:44:49 (64/79) Installing libvdpau (1.5-r0) 17:44:49 (65/79) Installing vidstab (1.1.0-r1) 17:44:49 (66/79) Installing libvpx (1.11.0-r1) 17:44:49 (67/79) Installing libwebp (1.2.3-r0) 17:44:49 (68/79) Installing x264-libs (0.163_git20210613-r0) 17:44:49 (69/79) Installing numactl (2.0.14-r0) 17:44:49 (70/79) Installing x265-libs (3.5-r3) 17:44:49 (71/79) Installing xvidcore (1.3.7-r1) 17:44:49 (72/79) Installing ffmpeg-libs (5.0.1-r1) 17:44:49 (73/79) Installing ffmpeg (5.0.1-r1) 17:44:49 (74/79) Installing udev-init-scripts (35-r0) 17:44:49 Executing udev-init-scripts-35-r0.post-install 17:44:49 (75/79) Installing eudev-libs (3.2.11-r0) 17:44:49 (76/79) Installing xz-libs (5.2.5-r1) 17:44:49 (77/79) Installing zstd-libs (1.5.2-r1) 17:44:49 (78/79) Installing kmod-libs (29-r2) 17:44:49 (79/79) Installing eudev (3.2.11-r0) 17:44:49 Executing busybox-1.35.0-r17.trigger 17:44:49 Executing eudev-3.2.11-r0.trigger 17:44:49 OK: 77 MiB in 93 packages 17:44:51 Removing intermediate container f23530b514c4 17:44:51 ---> 151c20f8c4f4 17:44:51 Step 18/35 : WORKDIR / 17:44:51 ---> Running in f4a78653a1dc 17:44:52 Removing intermediate container f4a78653a1dc 17:44:52 ---> 4f05aa4594f8 17:44:52 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:44:53 ---> 4394fa047dfc 17:44:53 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:44:54 ---> 41ffdd07e71f 17:44:54 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:44:54 ---> 5cf878fece16 17:44:54 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:44:54 ---> 0985c6207824 17:44:54 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:44:55 ---> 6f3cff5b3ed0 17:44:55 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:44:56 ---> b5605bac94c5 17:44:56 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:44:57 ---> 798fe040e832 17:44:57 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:44:57 ---> Running in 7123d5d1db92 17:44:58 Removing intermediate container 7123d5d1db92 17:44:58 ---> 82b43f04928c 17:44:58 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:44:59 ---> Running in f593c0331d87 17:45:01 Removing intermediate container f593c0331d87 17:45:01 ---> f36f897ec308 17:45:01 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:45:01 ---> Running in efef3116beda 17:45:03 Removing intermediate container efef3116beda 17:45:03 ---> 7827f9810ca7 17:45:03 Step 29/35 : EXPOSE 59983 17:45:03 ---> Running in 2bb59670459d 17:45:03 Removing intermediate container 2bb59670459d 17:45:03 ---> 4601eb6cfa88 17:45:03 Step 30/35 : EXPOSE 8554 17:45:03 ---> Running in f3877b43d837 17:45:04 Removing intermediate container f3877b43d837 17:45:04 ---> 91ebc89a1476 17:45:04 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:45:04 ---> Running in 071f9b6b8f10 17:45:04 Removing intermediate container 071f9b6b8f10 17:45:04 ---> 7f5c0c80dba7 17:45:04 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:45:04 ---> Running in 11f44ae2c04f 17:45:04 Removing intermediate container 11f44ae2c04f 17:45:04 ---> b937b35ef480 17:45:04 Step 33/35 : LABEL arch=arm64 17:45:04 ---> Running in 7a1d3377d5e7 17:45:05 Removing intermediate container 7a1d3377d5e7 17:45:05 ---> 72c91875a133 17:45:05 Step 34/35 : LABEL git_sha=ad81b6791089a5483c30c2e43f91131867ddea47 17:45:05 ---> Running in 8895274428be 17:45:05 Removing intermediate container 8895274428be 17:45:05 ---> 55ebab21ee65 17:45:05 Step 35/35 : LABEL version=3.0.0-dev.5 17:45:05 ---> Running in b1ec6f4e622c 17:45:06 Removing intermediate container b1ec6f4e622c 17:45:06 ---> c0c331571c9a 17:45:06 [Warning] One or more build-args [ARCH] were not consumed 17:45:06 Successfully built c0c331571c9a 17:45:06 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 17:45:06 provisioning config files... 17:45:06 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/76@tmp/config9016009516731100669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:45:06 ---> docker-login.sh 17:45:06 nexus3.edgexfoundry.org:10001 17:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:06 Configure a credential helper to remove this warning. See 17:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:06 17:45:06 Login Succeeded 17:45:06 nexus3.edgexfoundry.org:10002 17:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:07 Configure a credential helper to remove this warning. See 17:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:07 17:45:07 Login Succeeded 17:45:07 nexus3.edgexfoundry.org:10003 17:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:07 Configure a credential helper to remove this warning. See 17:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:07 17:45:07 Login Succeeded 17:45:07 nexus3.edgexfoundry.org:10004 17:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:07 Configure a credential helper to remove this warning. See 17:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:07 17:45:07 Login Succeeded 17:45:07 docker.io 17:45:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:45:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:45:08 Configure a credential helper to remove this warning. See 17:45:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:45:08 17:45:08 Login Succeeded 17:45:08 ---> docker-login.sh ends [Pipeline] } 17:45:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:45:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:45:08 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 17:45:08 ad81b6791089a5483c30c2e43f91131867ddea47 17:45:08 latest 17:45:08 3.0.0-dev.5 17:45:08 ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:45:08 main 17:45:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:08 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47 17:45:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 17:45:09 a6ce3e3de8f7: Preparing 17:45:09 c6bea97d8787: Preparing 17:45:09 76afc1d04e10: Preparing 17:45:09 a43932d1df72: Preparing 17:45:09 1207169bf42c: Preparing 17:45:09 3644f2bde4bb: Preparing 17:45:09 f5f2373b9d8d: Preparing 17:45:09 3e4ddb0d5c8b: Preparing 17:45:09 763a974f97b4: Preparing 17:45:09 69c3e0447b90: Preparing 17:45:09 f385fa552a95: Preparing 17:45:09 17bec77d7fdc: Preparing 17:45:09 3644f2bde4bb: Waiting 17:45:09 f5f2373b9d8d: Waiting 17:45:09 3e4ddb0d5c8b: Waiting 17:45:09 763a974f97b4: Waiting 17:45:09 69c3e0447b90: Waiting 17:45:09 f385fa552a95: Waiting 17:45:09 17bec77d7fdc: Waiting 17:45:09 1207169bf42c: Pushed 17:45:09 c6bea97d8787: Pushed 17:45:09 a6ce3e3de8f7: Pushed 17:45:09 76afc1d04e10: Pushed 17:45:09 3644f2bde4bb: Pushed 17:45:09 f5f2373b9d8d: Pushed 17:45:09 3e4ddb0d5c8b: Pushed 17:45:09 763a974f97b4: Pushed 17:45:09 17bec77d7fdc: Layer already exists 17:45:14 a43932d1df72: Pushed 17:45:15 69c3e0447b90: Pushed 17:45:27 f385fa552a95: Pushed 17:45:27 ad81b6791089a5483c30c2e43f91131867ddea47: digest: sha256:1dd55cd73852a91ebf3248c79b7bc652ba9d25fdf67e6d8e0843c22fd8b5781d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:28 + 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 17:45:28 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 17:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 17:45:28 a6ce3e3de8f7: Preparing 17:45:28 c6bea97d8787: Preparing 17:45:28 76afc1d04e10: Preparing 17:45:28 a43932d1df72: Preparing 17:45:28 1207169bf42c: Preparing 17:45:28 3644f2bde4bb: Preparing 17:45:28 f5f2373b9d8d: Preparing 17:45:28 3e4ddb0d5c8b: Preparing 17:45:28 763a974f97b4: Preparing 17:45:28 69c3e0447b90: Preparing 17:45:28 f385fa552a95: Preparing 17:45:28 17bec77d7fdc: Preparing 17:45:28 763a974f97b4: Waiting 17:45:28 69c3e0447b90: Waiting 17:45:28 f385fa552a95: Waiting 17:45:28 f5f2373b9d8d: Waiting 17:45:28 3644f2bde4bb: Waiting 17:45:28 3e4ddb0d5c8b: Waiting 17:45:28 1207169bf42c: Layer already exists 17:45:28 c6bea97d8787: Layer already exists 17:45:28 a6ce3e3de8f7: Layer already exists 17:45:28 76afc1d04e10: Layer already exists 17:45:28 a43932d1df72: Layer already exists 17:45:28 f5f2373b9d8d: Layer already exists 17:45:28 3e4ddb0d5c8b: Layer already exists 17:45:28 3644f2bde4bb: Layer already exists 17:45:28 69c3e0447b90: Layer already exists 17:45:28 763a974f97b4: Layer already exists 17:45:28 f385fa552a95: Layer already exists 17:45:28 17bec77d7fdc: Layer already exists 17:45:28 latest: digest: sha256:1dd55cd73852a91ebf3248c79b7bc652ba9d25fdf67e6d8e0843c22fd8b5781d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:29 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:29 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 17:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 17:45:29 a6ce3e3de8f7: Preparing 17:45:29 c6bea97d8787: Preparing 17:45:29 76afc1d04e10: Preparing 17:45:29 a43932d1df72: Preparing 17:45:29 1207169bf42c: Preparing 17:45:29 3644f2bde4bb: Preparing 17:45:29 f5f2373b9d8d: Preparing 17:45:29 3e4ddb0d5c8b: Preparing 17:45:29 763a974f97b4: Preparing 17:45:29 69c3e0447b90: Preparing 17:45:29 f385fa552a95: Preparing 17:45:29 17bec77d7fdc: Preparing 17:45:29 3e4ddb0d5c8b: Waiting 17:45:29 763a974f97b4: Waiting 17:45:29 69c3e0447b90: Waiting 17:45:29 f385fa552a95: Waiting 17:45:29 3644f2bde4bb: Waiting 17:45:29 f5f2373b9d8d: Waiting 17:45:29 17bec77d7fdc: Waiting 17:45:29 a6ce3e3de8f7: Layer already exists 17:45:29 76afc1d04e10: Layer already exists 17:45:29 c6bea97d8787: Layer already exists 17:45:29 a43932d1df72: Layer already exists 17:45:29 1207169bf42c: Layer already exists 17:45:29 3644f2bde4bb: Layer already exists 17:45:29 763a974f97b4: Layer already exists 17:45:29 f5f2373b9d8d: Layer already exists 17:45:29 3e4ddb0d5c8b: Layer already exists 17:45:29 69c3e0447b90: Layer already exists 17:45:29 f385fa552a95: Layer already exists 17:45:29 17bec77d7fdc: Layer already exists 17:45:29 3.0.0-dev.5: digest: sha256:1dd55cd73852a91ebf3248c79b7bc652ba9d25fdf67e6d8e0843c22fd8b5781d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:30 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:30 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:45:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 17:45:30 a6ce3e3de8f7: Preparing 17:45:30 c6bea97d8787: Preparing 17:45:30 76afc1d04e10: Preparing 17:45:30 a43932d1df72: Preparing 17:45:30 1207169bf42c: Preparing 17:45:30 3644f2bde4bb: Preparing 17:45:30 f5f2373b9d8d: Preparing 17:45:30 3e4ddb0d5c8b: Preparing 17:45:30 763a974f97b4: Preparing 17:45:30 69c3e0447b90: Preparing 17:45:30 f385fa552a95: Preparing 17:45:30 17bec77d7fdc: Preparing 17:45:30 3644f2bde4bb: Waiting 17:45:30 f5f2373b9d8d: Waiting 17:45:30 763a974f97b4: Waiting 17:45:30 69c3e0447b90: Waiting 17:45:30 f385fa552a95: Waiting 17:45:30 17bec77d7fdc: Waiting 17:45:30 3e4ddb0d5c8b: Waiting 17:45:30 a6ce3e3de8f7: Layer already exists 17:45:30 76afc1d04e10: Layer already exists 17:45:30 c6bea97d8787: Layer already exists 17:45:30 1207169bf42c: Layer already exists 17:45:30 a43932d1df72: Layer already exists 17:45:30 3e4ddb0d5c8b: Layer already exists 17:45:30 3644f2bde4bb: Layer already exists 17:45:30 f5f2373b9d8d: Layer already exists 17:45:30 69c3e0447b90: Layer already exists 17:45:30 763a974f97b4: Layer already exists 17:45:30 f385fa552a95: Layer already exists 17:45:30 17bec77d7fdc: Layer already exists 17:45:30 ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5: digest: sha256:1dd55cd73852a91ebf3248c79b7bc652ba9d25fdf67e6d8e0843c22fd8b5781d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:31 + 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 17:45:31 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 17:45:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 17:45:31 a6ce3e3de8f7: Preparing 17:45:31 c6bea97d8787: Preparing 17:45:31 76afc1d04e10: Preparing 17:45:31 a43932d1df72: Preparing 17:45:31 1207169bf42c: Preparing 17:45:31 3644f2bde4bb: Preparing 17:45:31 f5f2373b9d8d: Preparing 17:45:31 3e4ddb0d5c8b: Preparing 17:45:31 763a974f97b4: Preparing 17:45:31 69c3e0447b90: Preparing 17:45:31 f385fa552a95: Preparing 17:45:31 17bec77d7fdc: Preparing 17:45:31 3644f2bde4bb: Waiting 17:45:31 763a974f97b4: Waiting 17:45:31 f385fa552a95: Waiting 17:45:31 17bec77d7fdc: Waiting 17:45:31 f5f2373b9d8d: Waiting 17:45:31 69c3e0447b90: Waiting 17:45:31 3e4ddb0d5c8b: Waiting 17:45:31 76afc1d04e10: Layer already exists 17:45:31 c6bea97d8787: Layer already exists 17:45:31 a6ce3e3de8f7: Layer already exists 17:45:31 a43932d1df72: Layer already exists 17:45:31 1207169bf42c: Layer already exists 17:45:31 3644f2bde4bb: Layer already exists 17:45:31 69c3e0447b90: Layer already exists 17:45:31 f5f2373b9d8d: Layer already exists 17:45:31 763a974f97b4: Layer already exists 17:45:31 3e4ddb0d5c8b: Layer already exists 17:45:31 17bec77d7fdc: Layer already exists 17:45:31 f385fa552a95: Layer already exists 17:45:31 main: digest: sha256:1dd55cd73852a91ebf3248c79b7bc652ba9d25fdf67e6d8e0843c22fd8b5781d size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:45:31 ===================================================== [Pipeline] echo 17:45:31 taggedImages: 17:45:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47 17:45:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 17:45:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 17:45:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:ad81b6791089a5483c30c2e43f91131867ddea47-3.0.0-dev.5 17:45:31 - 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 17:45:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:45:32 17:45:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:45:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:45:32 arm64: Pulling from edgex-lftools-log-publisher 17:45:32 8998bd30e6a1: Pulling fs layer 17:45:32 04944245beec: Pulling fs layer 17:45:32 699f458cf7ca: Pulling fs layer 17:45:32 765212b225bb: Pulling fs layer 17:45:32 f23df028b6ca: Pulling fs layer 17:45:32 d65c8cfc05b1: Pulling fs layer 17:45:32 2437ff75d9bd: Pulling fs layer 17:45:32 f23df028b6ca: Waiting 17:45:32 d65c8cfc05b1: Waiting 17:45:32 765212b225bb: Waiting 17:45:32 2437ff75d9bd: Waiting 17:45:32 04944245beec: Verifying Checksum 17:45:32 04944245beec: Download complete 17:45:32 765212b225bb: Verifying Checksum 17:45:32 765212b225bb: Download complete 17:45:32 f23df028b6ca: Verifying Checksum 17:45:32 f23df028b6ca: Download complete 17:45:32 d65c8cfc05b1: Verifying Checksum 17:45:32 d65c8cfc05b1: Download complete 17:45:32 699f458cf7ca: Verifying Checksum 17:45:32 699f458cf7ca: Download complete 17:45:33 8998bd30e6a1: Download complete 17:45:35 2437ff75d9bd: Verifying Checksum 17:45:35 2437ff75d9bd: Download complete 17:45:37 8998bd30e6a1: Pull complete 17:45:37 04944245beec: Pull complete 17:45:38 699f458cf7ca: Pull complete 17:45:38 765212b225bb: Pull complete 17:45:39 f23df028b6ca: Pull complete 17:45:39 d65c8cfc05b1: Pull complete 17:45:54 2437ff75d9bd: Pull complete 17:45:54 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:45:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:45:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:45:54 prd-ubuntu20.04-docker-arm64-4c-16g-2756 does not seem to be running inside a container 17:45:55 $ 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/76 -v /w/workspace/device-usb-camera/76:/w/workspace/device-usb-camera/76:rw,z -v /w/workspace/device-usb-camera/76@tmp:/w/workspace/device-usb-camera/76@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 17:45:57 $ docker top 596901d3cec04442a9427b209628680b5467726d57baef15df35fbaad3955d65 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:45:58 ---> job-cost.sh 17:45:58 lf-activate-venv: SKIPPING 17:45:58 INFO: No Stack... 17:45:59 INFO: Retrieving Pricing Info for: v3-standard-4 17:46:00 INFO: Archiving Costs [Pipeline] sh 17:46:00 + cat /w/workspace/device-usb-camera/76/archives/cost.csv 17:46:00 + cut -d, -f6 [Pipeline] lock 17:46:00 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] 17:46:00 Resource [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] did not exist. Created. 17:46:00 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:46:01 /w/workspace/device-usb-camera/76@tmp/durable-5cec974e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:46:01 + echo total: 0.10999999940395355 [Pipeline] stash 17:46:02 Warning: overwriting stash ‘stack-cost’ 17:46:02 Stashed 1 file(s) [Pipeline] } 17:46:02 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-76-stack-cost] [Pipeline] // lock [Pipeline] } 17:46:02 $ docker stop --time=1 596901d3cec04442a9427b209628680b5467726d57baef15df35fbaad3955d65 17:46:05 $ docker rm -f --volumes 596901d3cec04442a9427b209628680b5467726d57baef15df35fbaad3955d65 [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 17:46:05 provisioning config files... 17:46:05 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17101672411776525850tmp [Pipeline] { [Pipeline] sh 17:46:05 + set +x 17:46:05 + bash -s -- 17:46:05 + curl -s https://codecov.io/bash 17:46:05 17:46:05 _____ _ 17:46:05 / ____| | | 17:46:05 | | ___ __| | ___ ___ _____ __ 17:46:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:46:05 | |___| (_) | (_| | __/ (_| (_) \ V / 17:46:05 \_____\___/ \__,_|\___|\___\___/ \_/ 17:46:05 Bash-1.0.6 17:46:05 17:46:05 17:46:05 ==> git version 2.25.1 found 17:46:05 ==> 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 17:46:05 Release-Date: 2020-01-08 17:46:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:46:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:46:05 ==> Jenkins CI detected. 17:46:05 current dir:  /w/workspace/exfoundry_device-usb-camera_main 17:46:05 project root: . 17:46:05 --> token set from env 17:46:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:46:05 ==> Running gcov in . (disable via -X gcov) 17:46:05 ==> Python coveragepy not found 17:46:05 ==> Searching for coverage reports in: 17:46:05 + . 17:46:05 -> Found 1 reports 17:46:05 ==> Detecting git/mercurial file structure 17:46:05 ==> Reading reports 17:46:05 + ./coverage.out bytes=30666 17:46:06 ==> Appending adjustments 17:46:06 https://docs.codecov.io/docs/fixing-reports 17:46:06 + Found adjustments 17:46:06 ==> Gzipping contents 17:46:06 8.0K /tmp/codecov.fViFCH.gz 17:46:06 ==> Uploading reports 17:46:06 url: https://codecov.io 17:46:06 query: branch=main&commit=ad81b6791089a5483c30c2e43f91131867ddea47&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 17:46:06 -> Pinging Codecov 17:46:06 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=ad81b6791089a5483c30c2e43f91131867ddea47&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F76%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 17:46:06 -> Uploading to 17:46:06 https://storage.googleapis.com/codecov/v4/raw/2023-01-17/73D8F5FF140700D3E01443B452E23636/ad81b6791089a5483c30c2e43f91131867ddea47/12e80c85-de1a-404b-bdeb-3737060e974f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230117T174606Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d38ab637fe18e011cb0bad114e0c0f703cadaa2c078038361b8608042ff4eb0b 17:46:06 % Total % Received % Xferd Average Speed Time Time Time Current 17:46:06 Dload Upload Total Spent Left Speed 17:46:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4290 0 0 100 4290 0 60422 --:--:-- --:--:-- --:--:-- 59583 100 4290 0 0 100 4290 0 14205 --:--:-- --:--:-- --:--:-- 14158 17:46:06 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] } 17:46:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:46:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:46:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:46:07 17:46:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:46:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:46:07 df9b9388f04a: Pulling fs layer 17:46:07 52dc419b0ee2: Pulling fs layer 17:46:07 25bc292e5bac: Pulling fs layer 17:46:07 114826534d7a: Pulling fs layer 17:46:07 4657fd5d0bcf: Pulling fs layer 17:46:07 6ad1cebc031e: Pulling fs layer 17:46:07 8a3aa393b2d8: Pulling fs layer 17:46:07 114826534d7a: Waiting 17:46:07 6ad1cebc031e: Waiting 17:46:07 4657fd5d0bcf: Waiting 17:46:07 25bc292e5bac: Verifying Checksum 17:46:07 25bc292e5bac: Download complete 17:46:07 52dc419b0ee2: Verifying Checksum 17:46:07 52dc419b0ee2: Download complete 17:46:07 4657fd5d0bcf: Verifying Checksum 17:46:07 4657fd5d0bcf: Download complete 17:46:07 df9b9388f04a: Download complete 17:46:07 df9b9388f04a: Pull complete 17:46:07 52dc419b0ee2: Pull complete 17:46:08 25bc292e5bac: Pull complete 17:46:08 6ad1cebc031e: Download complete 17:46:09 114826534d7a: Verifying Checksum 17:46:09 114826534d7a: Download complete 17:46:09 8a3aa393b2d8: Verifying Checksum 17:46:09 8a3aa393b2d8: Download complete 17:46:12 114826534d7a: Pull complete 17:46:12 4657fd5d0bcf: Pull complete 17:46:13 6ad1cebc031e: Pull complete 17:46:15 8a3aa393b2d8: Pull complete 17:46:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:46:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:16 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:46:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:46:18 $ docker top 1e242c7f68d8c7ba21a9e951c80ab99b0e5c056eac79d2c79eb551fb179e4b39 -eo pid,comm [Pipeline] { [Pipeline] echo 17:46:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 17:46:18 + set -o pipefail 17:46:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 17:46:25 17:46:25 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 17:46:25 17:46:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/df55a0b9-00c8-4a05-b22b-2db144270f75 17:46:25 17:46:25 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:46:25 17:46:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:46:25 17:46:25 17:46:25 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:46:25 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:46:25 More details here: https://snyk.co/ue1NS [Pipeline] } 17:46:25 $ docker stop --time=1 1e242c7f68d8c7ba21a9e951c80ab99b0e5c056eac79d2c79eb551fb179e4b39 17:46:27 $ docker rm -f --volumes 1e242c7f68d8c7ba21a9e951c80ab99b0e5c056eac79d2c79eb551fb179e4b39 [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 17:46:28 + git log --format=format:%s -1 ad81b6791089a5483c30c2e43f91131867ddea47 [Pipeline] sh 17:46:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:46:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:46:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:29 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:46:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:46:29 $ docker top 739c9b1b8a7e9792c5f387a7af037ac2e0ff164a4eb2e450b57c61013c579838 -eo pid,comm 17:46:29 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). 17:46:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:46:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:46:29 [ssh-agent] Looking for ssh-agent implementation... 17:46:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:46:29 $ docker exec 739c9b1b8a7e9792c5f387a7af037ac2e0ff164a4eb2e450b57c61013c579838 ssh-agent 17:46:30 SSH_AUTH_SOCK=/tmp/ssh-gWVN7BfMbbk9/agent.32 17:46:30 SSH_AGENT_PID=38 17:46:30 Running ssh-add (command line suppressed) 17:46:30 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3697612835928339306.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3697612835928339306.key) 17:46:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:46:30 + git semver tag 17:46:30 2023-01-17 17:46:30,631 [run_tag] DEBUG tag force:False 17:46:30 2023-01-17 17:46:30,631 [check_head_tag] DEBUG check head tag 17:46:30 2023-01-17 17:46:30,632 [execute] INFO git cat-file --batch-check 17:46:30 2023-01-17 17:46:30,632 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 17:46:30 2023-01-17 17:46:30,636 [execute] INFO git cat-file --batch 17:46:30 2023-01-17 17:46:30,637 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 17:46:30 2023-01-17 17:46:30,658 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:30 2023-01-17 17:46:30,658 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 17:46:30 2023-01-17 17:46:30,659 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 17:46:30 2023-01-17 17:46:30,663 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:30 3.0.0-dev.5 [Pipeline] } 17:46:30 $ docker exec --env ******** --env ******** 739c9b1b8a7e9792c5f387a7af037ac2e0ff164a4eb2e450b57c61013c579838 ssh-agent -k 17:46:30 unset SSH_AUTH_SOCK; 17:46:30 unset SSH_AGENT_PID; 17:46:30 echo Agent pid 38 killed; 17:46:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:46:31 + git semver [Pipeline] } 17:46:31 $ docker stop --time=1 739c9b1b8a7e9792c5f387a7af037ac2e0ff164a4eb2e450b57c61013c579838 17:46:32 $ docker rm -f --volumes 739c9b1b8a7e9792c5f387a7af037ac2e0ff164a4eb2e450b57c61013c579838 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:46:33 17:46:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:46:33 0.23.1-centos7: Pulling from edgex-lftools 17:46:33 ab5ef0e58194: Pulling fs layer 17:46:33 9712f1f96733: Pulling fs layer 17:46:33 63f879dbbcfc: Pulling fs layer 17:46:33 0d9ebad4ef96: Pulling fs layer 17:46:33 e9a5061849ea: Pulling fs layer 17:46:33 d747dcd14b5f: Pulling fs layer 17:46:33 2de7ff778b66: Pulling fs layer 17:46:33 e9a5061849ea: Waiting 17:46:33 d747dcd14b5f: Waiting 17:46:33 2de7ff778b66: Waiting 17:46:33 0d9ebad4ef96: Waiting 17:46:33 9712f1f96733: Verifying Checksum 17:46:33 9712f1f96733: Download complete 17:46:34 63f879dbbcfc: Verifying Checksum 17:46:34 63f879dbbcfc: Download complete 17:46:34 ab5ef0e58194: Verifying Checksum 17:46:34 ab5ef0e58194: Download complete 17:46:34 d747dcd14b5f: Verifying Checksum 17:46:34 d747dcd14b5f: Download complete 17:46:34 e9a5061849ea: Verifying Checksum 17:46:34 0d9ebad4ef96: Verifying Checksum 17:46:34 e9a5061849ea: Download complete 17:46:34 0d9ebad4ef96: Download complete 17:46:34 2de7ff778b66: Verifying Checksum 17:46:34 2de7ff778b66: Download complete 17:46:37 ab5ef0e58194: Pull complete 17:46:37 9712f1f96733: Pull complete 17:46:38 63f879dbbcfc: Pull complete 17:46:42 0d9ebad4ef96: Pull complete 17:46:42 e9a5061849ea: Pull complete 17:46:42 d747dcd14b5f: Pull complete 17:46:43 2de7ff778b66: Pull complete 17:46:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:46:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:44 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:46:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:46:46 $ docker top 6b8a41cc71cb775ca9341968ed039b3d1c9ef05dbc2b842cba7545ac76a1bbfb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:46:46 provisioning config files... 17:46:46 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10230265573244030864tmp 17:46:46 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4470440279524206141tmp 17:46:46 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17463908410874634397tmp [Pipeline] { [Pipeline] echo 17:46:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:46:47 ---> sigul-configuration.sh 17:46:47 gpg: directory `/root/.gnupg' created 17:46:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:46:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:46:47 gpg: keyring `/root/.gnupg/secring.gpg' created 17:46:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:46:47 gpg: CAST5 encrypted data 17:46:47 gpg: encrypted with 1 passphrase 17:46:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:46:47 + mkdir /home/jenkins 17:46:47 + mkdir /home/jenkins/sigul [Pipeline] sh 17:46:47 + 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 17:46:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:46:47 ---> sigul-install.sh 17:46:47 Sigul already installed; skipping installation. [Pipeline] sh 17:46:48 + git tag --list 17:46:48 v0.0.0 17:46:48 v0.0.1-dev.1 17:46:48 v0.0.1-dev.10 17:46:48 v0.0.1-dev.11 17:46:48 v0.0.1-dev.12 17:46:48 v0.0.1-dev.13 17:46:48 v0.0.1-dev.14 17:46:48 v0.0.1-dev.15 17:46:48 v0.0.1-dev.16 17:46:48 v0.0.1-dev.2 17:46:48 v0.0.1-dev.3 17:46:48 v0.0.1-dev.4 17:46:48 v0.0.1-dev.5 17:46:48 v0.0.1-dev.6 17:46:48 v0.0.1-dev.7 17:46:48 v0.0.1-dev.8 17:46:48 v0.0.1-dev.9 17:46:48 v2.2.0 17:46:48 v2.2.0-dev.17 17:46:48 v2.2.0-dev.18 17:46:48 v2.2.0-dev.19 17:46:48 v2.2.0-dev.20 17:46:48 v2.2.0-dev.21 17:46:48 v2.2.0-dev.22 17:46:48 v2.2.0-dev.23 17:46:48 v2.2.0-dev.24 17:46:48 v2.2.0-dev.25 17:46:48 v2.2.0-dev.26 17:46:48 v2.2.0-dev.27 17:46:48 v2.3.0 17:46:48 v2.3.0-dev.1 17:46:48 v2.3.0-dev.10 17:46:48 v2.3.0-dev.11 17:46:48 v2.3.0-dev.12 17:46:48 v2.3.0-dev.13 17:46:48 v2.3.0-dev.14 17:46:48 v2.3.0-dev.15 17:46:48 v2.3.0-dev.16 17:46:48 v2.3.0-dev.17 17:46:48 v2.3.0-dev.18 17:46:48 v2.3.0-dev.19 17:46:48 v2.3.0-dev.2 17:46:48 v2.3.0-dev.20 17:46:48 v2.3.0-dev.21 17:46:48 v2.3.0-dev.22 17:46:48 v2.3.0-dev.23 17:46:48 v2.3.0-dev.24 17:46:48 v2.3.0-dev.25 17:46:48 v2.3.0-dev.26 17:46:48 v2.3.0-dev.27 17:46:48 v2.3.0-dev.28 17:46:48 v2.3.0-dev.3 17:46:48 v2.3.0-dev.4 17:46:48 v2.3.0-dev.5 17:46:48 v2.3.0-dev.6 17:46:48 v2.3.0-dev.7 17:46:48 v2.3.0-dev.8 17:46:48 v2.3.0-dev.9 17:46:48 v3.0.0-dev.1 17:46:48 v3.0.0-dev.2 17:46:48 v3.0.0-dev.3 17:46:48 v3.0.0-dev.4 17:46:48 v3.0.0-dev.5 [Pipeline] sh 17:46:48 + lftools sign git-tag v3.0.0-dev.5 17:46:49 Signing Git tag with Sigul... 17:46:49 Signing v3.0.0-dev.5 [Pipeline] echo 17:46:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:46:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:46:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:46:49 $ docker stop --time=1 6b8a41cc71cb775ca9341968ed039b3d1c9ef05dbc2b842cba7545ac76a1bbfb 17:46:50 $ docker rm -f --volumes 6b8a41cc71cb775ca9341968ed039b3d1c9ef05dbc2b842cba7545ac76a1bbfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:46:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:46:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:46:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:51 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:46:51 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:46:52 $ docker top e8f26459cb07aeadffdf6d4288a2cb0773a22e3855c688c12997d1fbbeaf4038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:46:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:46:52 [ssh-agent] Looking for ssh-agent implementation... 17:46:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:46:52 $ docker exec e8f26459cb07aeadffdf6d4288a2cb0773a22e3855c688c12997d1fbbeaf4038 ssh-agent 17:46:52 SSH_AUTH_SOCK=/tmp/ssh-enOmPxZUx1xy/agent.31 17:46:52 SSH_AGENT_PID=37 17:46:52 Running ssh-add (command line suppressed) 17:46:52 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12416411655901423954.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12416411655901423954.key) 17:46:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:46:52 + git semver bump pre 17:46:53 2023-01-17 17:46:53,107 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:53 2023-01-17 17:46:53,107 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev 17:46:53 2023-01-17 17:46:53,107 [bump_version] DEBUG bumped version:3.0.0-dev.6 17:46:53 2023-01-17 17:46:53,107 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 17:46:53 2023-01-17 17:46:53,107 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:53 2023-01-17 17:46:53,107 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:53 2023-01-17 17:46:53,109 [execute] INFO git cat-file --batch-check 17:46:53 2023-01-17 17:46:53,109 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 17:46:53 2023-01-17 17:46:53,115 [execute] INFO git cat-file --batch 17:46:53 2023-01-17 17:46:53,115 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 17:46:53 2023-01-17 17:46:53,121 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:53 3.0.0-dev.6 [Pipeline] } 17:46:53 $ docker exec --env ******** --env ******** e8f26459cb07aeadffdf6d4288a2cb0773a22e3855c688c12997d1fbbeaf4038 ssh-agent -k 17:46:53 unset SSH_AUTH_SOCK; 17:46:53 unset SSH_AGENT_PID; 17:46:53 echo Agent pid 37 killed; 17:46:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:46:53 + git semver [Pipeline] } 17:46:53 $ docker stop --time=1 e8f26459cb07aeadffdf6d4288a2cb0773a22e3855c688c12997d1fbbeaf4038 17:46:55 $ docker rm -f --volumes e8f26459cb07aeadffdf6d4288a2cb0773a22e3855c688c12997d1fbbeaf4038 [Pipeline] // withDockerContainer [Pipeline] sh 17:46:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:46:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:46:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:46:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:46:55 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:46:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:46:56 $ docker top 2d75099a12364038cf3779ef4030d83eacf62bc5e16215a029a89c64d91823ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:46:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:46:56 [ssh-agent] Looking for ssh-agent implementation... 17:46:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:46:56 $ docker exec 2d75099a12364038cf3779ef4030d83eacf62bc5e16215a029a89c64d91823ba ssh-agent 17:46:56 SSH_AUTH_SOCK=/tmp/ssh-sOhfEq9jo1f0/agent.33 17:46:56 SSH_AGENT_PID=39 17:46:56 Running ssh-add (command line suppressed) 17:46:56 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9351301881942528611.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9351301881942528611.key) 17:46:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:46:57 + git semver push 17:46:57 2023-01-17 17:46:57,305 [run_push] DEBUG push 17:46:57 2023-01-17 17:46:57,307 [execute] INFO git cat-file --batch-check 17:46:57 2023-01-17 17:46:57,307 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 17:46:57 2023-01-17 17:46:57,311 [execute] INFO git rev-list 26230f79be7f1fb8ac0007d6452052fdea125575 -- 17:46:57 2023-01-17 17:46:57,312 [execute] DEBUG Popen(['git', 'rev-list', '26230f79be7f1fb8ac0007d6452052fdea125575', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 17:46:57 2023-01-17 17:46:57,319 [execute] INFO git fetch -v origin 17:46:57 2023-01-17 17:46:57,319 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 17:46:57 2023-01-17 17:46:57,843 [run_push] DEBUG no remote changes detected 17:46:57 2023-01-17 17:46:57,843 [execute] INFO git push origin semver 17:46:57 2023-01-17 17:46:57,844 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 17:46:58 2023-01-17 17:46:58,665 [run_push] DEBUG push all version tags 17:46:58 2023-01-17 17:46:58,666 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:46:58 2023-01-17 17:46:58,666 [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) 17:46:59 2023-01-17 17:46:59,459 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:46:59 3.0.0-dev.6 [Pipeline] } 17:46:59 $ docker exec --env ******** --env ******** 2d75099a12364038cf3779ef4030d83eacf62bc5e16215a029a89c64d91823ba ssh-agent -k 17:46:59 unset SSH_AUTH_SOCK; 17:46:59 unset SSH_AGENT_PID; 17:46:59 echo Agent pid 39 killed; 17:46:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:00 + git semver [Pipeline] } 17:47:00 $ docker stop --time=1 2d75099a12364038cf3779ef4030d83eacf62bc5e16215a029a89c64d91823ba 17:47:01 $ docker rm -f --volumes 2d75099a12364038cf3779ef4030d83eacf62bc5e16215a029a89c64d91823ba [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 17:47:02 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 17:47:02 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 17:47:02 total 16 17:47:02 drwxr-xr-x 3 root root 4096 Jan 17 17:36 . 17:47:02 drwxrwxr-x 11 jenkins jenkins 4096 Jan 17 17:46 .. 17:47:02 drwxr-xr-x 2 root root 4096 Jan 17 17:36 cost 17:47:02 -rw-r--r-- 1 root root 88 Jan 17 17:36 cost.csv 17:47:02 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 17:47:02 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 17:47:02 total 16 17:47:02 drwxr-xr-x 3 jenkins jenkins 4096 Jan 17 17:36 . 17:47:02 drwxrwxr-x 11 jenkins jenkins 4096 Jan 17 17:46 .. 17:47:02 drwxr-xr-x 2 jenkins jenkins 4096 Jan 17 17:36 cost 17:47:02 -rw-r--r-- 1 jenkins jenkins 88 Jan 17 17:36 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:47:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:47:03 ---> package-listing.sh 17:47:03 ++ facter osfamily 17:47:03 ++ tr '[:upper:]' '[:lower:]' 17:47:03 + OS_FAMILY=debian 17:47:03 + workspace=/w/workspace/exfoundry_device-usb-camera_main 17:47:03 + START_PACKAGES=/tmp/packages_start.txt 17:47:03 + END_PACKAGES=/tmp/packages_end.txt 17:47:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:47:03 + PACKAGES=/tmp/packages_start.txt 17:47:03 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 17:47:03 + PACKAGES=/tmp/packages_end.txt 17:47:03 + case "${OS_FAMILY}" in 17:47:03 + dpkg -l 17:47:03 + grep '^ii' 17:47:03 + '[' -f /tmp/packages_start.txt ']' 17:47:03 + '[' -f /tmp/packages_end.txt ']' 17:47:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:47:03 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 17:47:03 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 17:47:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 17:47:03 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 17:47:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:47:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:47:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:47:04 prd-ubuntu20.04-docker-8c-8g-2752 does not seem to be running inside a container 17:47:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:47:04 $ docker top f987ba01792785224547c344d1488b38f82f6e1075e1440ae0836d284bc6fbd2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:05 + touch /tmp/pre-build-complete [Pipeline] sh 17:47:05 + mkdir -p /var/log/sysstat [Pipeline] sh 17:47:05 + ls /var/log/sa-host 17:47:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:47:05 provisioning config files... 17:47:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5274443169760750445tmp [Pipeline] { [Pipeline] echo 17:47:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:47:06 ---> create-netrc.sh [Pipeline] } 17:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:47:06 ---> python-tools-install.sh [Pipeline] echo 17:47:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:47:06 ---> sudo-logs.sh 17:47:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:47:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:47:07 ---> job-cost.sh 17:47:07 lf-activate-venv: SKIPPING 17:47:07 DEBUG: total: 0.2199999988079071 17:47:07 INFO: Retrieving Stack Cost... 17:47:07 INFO: Retrieving Pricing Info for: v3-standard-8 17:47:07 INFO: Archiving Costs [Pipeline] echo 17:47:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:47:08 ---> logs-deploy.sh 17:47:08 lf-activate-venv: SKIPPING 17:47:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/76 17:47:08 INFO: archiving workspace using pattern(s): 17:47:09 Archives upload complete. 17:47:09 INFO: archiving logs to Nexus 17:47:10 ---> uname -a: 17:47:10 Linux prd-ubuntu20-04-docker-8c-8g-2752 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:47:10 17:47:10 17:47:10 ---> lscpu: 17:47:10 Architecture: x86_64 17:47:10 CPU op-mode(s): 32-bit, 64-bit 17:47:10 Byte Order: Little Endian 17:47:10 Address sizes: 40 bits physical, 48 bits virtual 17:47:10 CPU(s): 8 17:47:10 On-line CPU(s) list: 0-7 17:47:10 Thread(s) per core: 1 17:47:10 Core(s) per socket: 1 17:47:10 Socket(s): 8 17:47:10 NUMA node(s): 1 17:47:10 Vendor ID: AuthenticAMD 17:47:10 CPU family: 23 17:47:10 Model: 49 17:47:10 Model name: AMD EPYC-Rome Processor 17:47:10 Stepping: 0 17:47:10 CPU MHz: 2800.002 17:47:10 BogoMIPS: 5600.00 17:47:10 Virtualization: AMD-V 17:47:10 Hypervisor vendor: KVM 17:47:10 Virtualization type: full 17:47:10 L1d cache: 256 KiB 17:47:10 L1i cache: 256 KiB 17:47:10 L2 cache: 4 MiB 17:47:10 L3 cache: 128 MiB 17:47:10 NUMA node0 CPU(s): 0-7 17:47:10 Vulnerability Itlb multihit: Not affected 17:47:10 Vulnerability L1tf: Not affected 17:47:10 Vulnerability Mds: Not affected 17:47:10 Vulnerability Meltdown: Not affected 17:47:10 Vulnerability Mmio stale data: Not affected 17:47:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:47:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:47:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:47:10 Vulnerability Srbds: Not affected 17:47:10 Vulnerability Tsx async abort: Not affected 17:47:10 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 17:47:10 17:47:10 17:47:10 ---> nproc: 17:47:10 8 17:47:10 17:47:10 17:47:10 ---> df -h: 17:47:10 Filesystem Size Used Avail Use% Mounted on 17:47:10 overlay 155G 13G 143G 9% / 17:47:10 tmpfs 64M 0 64M 0% /dev 17:47:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:47:10 shm 64M 0 64M 0% /dev/shm 17:47:10 /dev/vda1 155G 13G 143G 9% /facter-os 17:47:10 17:47:10 17:47:10 ---> sar -b -r -n DEV: 17:47:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2752) 01/17/23 _x86_64_ (8 CPU) 17:47:10 17:47:10 17:33:10 LINUX RESTART (8 CPU) 17:47:10 17:47:10 17:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:47:10 17:35:01 201.05 1.85 199.20 0.00 61.28 138864.06 0.00 17:47:10 17:36:01 219.83 0.25 219.58 0.00 12.66 68833.46 0.00 17:47:10 17:37:01 36.03 0.03 35.99 0.00 2.80 16778.94 0.00 17:47:10 17:38:01 1.47 0.00 1.47 0.00 0.00 16.95 0.00 17:47:10 17:39:01 53.93 10.60 43.34 0.00 5154.15 8756.55 0.00 17:47:10 17:40:01 6.05 0.02 6.03 0.00 0.13 121.71 0.00 17:47:10 17:41:01 1.40 0.00 1.40 0.00 0.00 14.93 0.00 17:47:10 17:42:01 4.82 2.63 2.18 0.00 58.26 33.19 0.00 17:47:10 17:43:01 0.90 0.00 0.90 0.00 0.00 10.00 0.00 17:47:10 17:44:01 1.88 0.00 1.88 0.00 0.00 22.39 0.00 17:47:10 17:45:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 17:47:10 17:46:01 1.97 0.00 1.97 0.00 0.00 22.66 0.00 17:47:10 17:47:01 124.01 0.32 123.69 0.00 19.33 60060.91 0.00 17:47:10 Average: 50.17 1.21 48.96 0.00 408.84 22431.90 0.00 17:47:10 17:47:10 17:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:47:10 17:35:01 27950840 31265740 1028984 3.13 140772 3375436 2454376 7.23 1518408 2956968 164188 17:47:10 17:36:01 28052940 31579060 716376 2.18 147908 3575772 1877936 5.53 1211184 3156852 944 17:47:10 17:37:01 27556848 31592584 701492 2.13 155528 4027812 1768176 5.21 1218524 3596272 168 17:47:10 17:38:01 27556672 31592412 701332 2.13 155560 4027812 1768176 5.21 1218176 3596272 16 17:47:10 17:39:01 27033864 31577968 704748 2.14 188888 4482712 1822824 5.37 1534436 3767868 1048 17:47:10 17:40:01 27040124 31579364 703844 2.14 187408 4479456 1780556 5.25 1532840 3764660 152 17:47:10 17:41:01 27043920 31583216 699964 2.13 187424 4479460 1780556 5.25 1529040 3764668 16 17:47:10 17:42:01 27032836 31575472 707440 2.15 187520 4481296 1790380 5.28 1540168 3765524 164 17:47:10 17:43:01 27032852 31576240 707400 2.15 187540 4481296 1790380 5.28 1538832 3766240 8 17:47:10 17:44:01 27032692 31576128 707356 2.15 187584 4481304 1790380 5.28 1539400 3766248 8 17:47:10 17:45:01 27032636 31576232 707280 2.15 187648 4481304 1790380 5.28 1539232 3766356 8 17:47:10 17:46:01 27032620 31576284 707164 2.15 187712 4481308 1790380 5.28 1539292 3766364 8 17:47:10 17:47:01 25498988 31523580 754028 2.29 229300 5789656 1937576 5.71 1692200 5013704 888 17:47:10 Average: 27145987 31551868 734416 2.23 179292 4357279 1857083 5.47 1473210 3726769 12894 17:47:10 17:47:10 17:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:47:10 17:35:01 vethe3048b9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:47:10 17:35:01 docker0 154.41 240.55 13.37 2532.47 0.00 0.00 0.00 0.00 17:47:10 17:35:01 ens3 456.13 319.83 6658.35 48.81 0.00 0.00 0.00 0.00 17:47:10 17:35:01 lo 2.78 2.78 0.27 0.27 0.00 0.00 0.00 0.00 17:47:10 17:36:01 docker0 21.58 42.17 1.46 636.58 0.00 0.00 0.00 0.00 17:47:10 17:36:01 ens3 189.29 162.31 891.21 648.25 0.00 0.00 0.00 0.00 17:47:10 17:36:01 lo 6.26 6.26 0.61 0.61 0.00 0.00 0.00 0.00 17:47:10 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:37:01 ens3 154.74 134.13 2548.00 405.97 0.00 0.00 0.00 0.00 17:47:10 17:37:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 17:47:10 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:38:01 ens3 1.33 0.38 0.41 0.27 0.00 0.00 0.00 0.00 17:47:10 17:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:47:10 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:39:01 ens3 150.13 90.50 2753.06 6.77 0.00 0.00 0.00 0.00 17:47:10 17:39:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 17:47:10 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:40:01 ens3 0.43 0.22 0.03 0.02 0.00 0.00 0.00 0.00 17:47:10 17:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:47:10 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:41:01 ens3 0.32 0.13 0.07 0.01 0.00 0.00 0.00 0.00 17:47:10 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:42:01 ens3 8.22 6.63 5.11 6.07 0.00 0.00 0.00 0.00 17:47:10 17:42:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 17:47:10 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:43:01 ens3 0.47 0.00 0.05 0.00 0.00 0.00 0.00 0.00 17:47:10 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:44:01 ens3 0.98 0.85 0.49 0.37 0.00 0.00 0.00 0.00 17:47:10 17:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:47:10 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:45:01 ens3 0.28 0.07 0.07 0.00 0.00 0.00 0.00 0.00 17:47:10 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:10 17:46:01 ens3 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:47:10 17:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:47:10 17:47:01 docker0 37.84 55.31 3.68 697.57 0.00 0.00 0.00 0.00 17:47:10 17:47:01 ens3 376.44 328.17 7917.15 165.33 0.00 0.00 0.00 0.00 17:47:10 17:47:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 17:47:10 Average: docker0 16.27 25.73 1.41 294.56 0.00 0.00 0.00 0.00 17:47:10 Average: ens3 102.55 79.95 1591.55 98.67 0.00 0.00 0.00 0.00 17:47:10 Average: lo 1.41 1.41 0.14 0.14 0.00 0.00 0.00 0.00 17:47:10 17:47:10 17:47:10 ---> sar -P ALL: 17:47:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2752) 01/17/23 _x86_64_ (8 CPU) 17:47:10 17:47:10 17:33:10 LINUX RESTART (8 CPU) 17:47:10 17:47:10 17:34:02 CPU %user %nice %system %iowait %steal %idle 17:47:10 17:35:01 all 16.74 0.00 5.29 2.96 0.08 74.93 17:47:10 17:35:01 0 16.32 0.00 4.87 1.06 0.05 77.70 17:47:10 17:35:01 1 17.87 0.00 4.79 1.09 0.07 76.18 17:47:10 17:35:01 2 16.24 0.00 5.85 8.98 0.09 68.84 17:47:10 17:35:01 3 14.92 0.00 6.01 7.49 0.09 71.49 17:47:10 17:35:01 4 17.56 0.00 5.86 3.46 0.10 73.02 17:47:10 17:35:01 5 16.98 0.00 5.15 1.31 0.05 76.51 17:47:10 17:35:01 6 15.76 0.00 4.17 0.17 0.07 79.82 17:47:10 17:35:01 7 18.26 0.00 5.66 0.10 0.09 75.89 17:47:10 17:36:01 all 34.68 0.00 6.15 1.37 0.07 57.73 17:47:10 17:36:01 0 35.44 0.00 6.55 1.11 0.08 56.81 17:47:10 17:36:01 1 37.58 0.00 6.57 0.59 0.07 55.19 17:47:10 17:36:01 2 34.89 0.00 5.80 0.08 0.07 59.15 17:47:10 17:36:01 3 33.19 0.00 5.54 0.46 0.08 60.73 17:47:10 17:36:01 4 34.86 0.00 6.86 5.56 0.07 52.66 17:47:10 17:36:01 5 33.83 0.00 6.32 0.62 0.07 59.16 17:47:10 17:36:01 6 32.61 0.00 5.46 2.29 0.07 59.57 17:47:10 17:36:01 7 35.02 0.00 6.08 0.22 0.07 58.62 17:47:10 17:37:01 all 4.31 0.00 1.32 0.51 0.02 93.84 17:47:10 17:37:01 0 4.92 0.00 1.07 0.03 0.02 93.96 17:47:10 17:37:01 1 3.53 0.00 1.19 0.03 0.02 95.24 17:47:10 17:37:01 2 3.44 0.00 1.54 0.03 0.02 94.97 17:47:10 17:37:01 3 4.54 0.00 0.97 0.87 0.03 93.59 17:47:10 17:37:01 4 5.11 0.00 1.67 2.72 0.03 90.47 17:47:10 17:37:01 5 3.08 0.00 1.40 0.00 0.02 95.50 17:47:10 17:37:01 6 4.46 0.00 0.91 0.31 0.02 94.30 17:47:10 17:37:01 7 5.43 0.00 1.80 0.07 0.03 92.67 17:47:10 17:38:01 all 0.08 0.00 0.01 0.02 0.00 99.89 17:47:10 17:38:01 0 0.00 0.00 0.03 0.00 0.00 99.97 17:47:10 17:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:47:10 17:38:01 2 0.00 0.00 0.02 0.00 0.00 99.98 17:47:10 17:38:01 3 0.03 0.00 0.02 0.13 0.00 99.82 17:47:10 17:38:01 4 0.02 0.00 0.00 0.03 0.00 99.95 17:47:10 17:38:01 5 0.03 0.00 0.02 0.00 0.00 99.95 17:47:10 17:38:01 6 0.52 0.00 0.03 0.00 0.00 99.45 17:47:10 17:38:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:39:01 all 2.27 0.00 1.45 0.55 0.02 95.71 17:47:10 17:39:01 0 3.34 0.00 1.64 0.50 0.02 94.51 17:47:10 17:39:01 1 2.33 0.00 1.48 0.37 0.03 95.79 17:47:10 17:39:01 2 1.10 0.00 0.92 0.02 0.02 97.95 17:47:10 17:39:01 3 3.36 0.00 1.00 0.42 0.03 95.18 17:47:10 17:39:01 4 2.12 0.00 3.24 1.39 0.03 93.21 17:47:10 17:39:01 5 1.74 0.00 0.95 0.55 0.02 96.74 17:47:10 17:39:01 6 1.89 0.00 1.21 1.07 0.02 95.82 17:47:10 17:39:01 7 2.30 0.00 1.19 0.05 0.02 96.45 17:47:10 17:40:01 all 0.06 0.00 0.05 0.02 0.01 99.85 17:47:10 17:40:01 0 0.03 0.00 0.03 0.00 0.02 99.92 17:47:10 17:40:01 1 0.05 0.00 0.03 0.02 0.00 99.90 17:47:10 17:40:01 2 0.02 0.00 0.05 0.00 0.00 99.93 17:47:10 17:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:47:10 17:40:01 4 0.28 0.00 0.15 0.02 0.00 99.55 17:47:10 17:40:01 5 0.02 0.00 0.03 0.08 0.00 99.87 17:47:10 17:40:01 6 0.10 0.00 0.07 0.00 0.02 99.82 17:47:10 17:40:01 7 0.02 0.00 0.05 0.05 0.02 99.87 17:47:10 17:41:01 all 0.02 0.00 0.01 0.00 0.00 99.96 17:47:10 17:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:47:10 17:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:47:10 17:41:01 4 0.03 0.00 0.03 0.00 0.02 99.92 17:47:10 17:41:01 5 0.02 0.00 0.02 0.02 0.00 99.95 17:47:10 17:41:01 6 0.03 0.00 0.02 0.00 0.00 99.95 17:47:10 17:41:01 7 0.00 0.00 0.02 0.02 0.00 99.97 17:47:10 17:42:01 all 0.36 0.00 0.06 0.03 0.00 99.55 17:47:10 17:42:01 0 0.55 0.00 0.08 0.05 0.00 99.32 17:47:10 17:42:01 1 0.07 0.00 0.03 0.00 0.00 99.90 17:47:10 17:42:01 2 0.33 0.00 0.07 0.00 0.00 99.60 17:47:10 17:42:01 3 1.03 0.00 0.05 0.00 0.00 98.92 17:47:10 17:42:01 4 0.05 0.00 0.10 0.00 0.02 99.83 17:47:10 17:42:01 5 0.45 0.00 0.07 0.12 0.02 99.35 17:47:10 17:42:01 6 0.37 0.00 0.03 0.00 0.00 99.60 17:47:10 17:42:01 7 0.03 0.00 0.03 0.08 0.00 99.85 17:47:10 17:43:01 all 0.03 0.00 0.01 0.00 0.01 99.96 17:47:10 17:43:01 0 0.03 0.00 0.00 0.00 0.00 99.97 17:47:10 17:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:47:10 17:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:47:10 17:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 17:47:10 17:43:01 4 0.03 0.00 0.05 0.00 0.02 99.90 17:47:10 17:43:01 5 0.02 0.00 0.00 0.02 0.00 99.97 17:47:10 17:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:43:01 7 0.02 0.00 0.00 0.02 0.00 99.97 17:47:10 17:44:01 all 0.01 0.00 0.01 0.01 0.00 99.97 17:47:10 17:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:47:10 17:44:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:47:10 17:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 17:47:10 17:44:01 4 0.03 0.00 0.05 0.00 0.00 99.92 17:47:10 17:44:01 5 0.00 0.00 0.00 0.05 0.00 99.95 17:47:10 17:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 17:47:10 17:45:01 all 0.03 0.00 0.01 0.01 0.01 99.95 17:47:10 17:45:01 0 0.05 0.00 0.02 0.00 0.02 99.92 17:47:10 17:45:01 1 0.03 0.00 0.00 0.00 0.00 99.97 17:47:10 17:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:47:10 17:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:45:01 4 0.05 0.00 0.02 0.00 0.02 99.92 17:47:10 17:45:01 5 0.00 0.00 0.00 0.05 0.00 99.95 17:47:10 17:45:01 6 0.07 0.00 0.00 0.02 0.02 99.90 17:47:10 17:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:47:10 17:47:10 17:45:01 CPU %user %nice %system %iowait %steal %idle 17:47:10 17:46:01 all 0.19 0.00 0.01 0.01 0.00 99.78 17:47:10 17:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:47:10 17:46:01 1 1.42 0.00 0.07 0.00 0.00 98.52 17:47:10 17:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:47:10 17:46:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:47:10 17:46:01 4 0.03 0.00 0.02 0.00 0.02 99.93 17:47:10 17:46:01 5 0.02 0.00 0.00 0.05 0.00 99.93 17:47:10 17:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 17:47:10 17:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:47:10 17:47:01 all 9.89 0.00 4.51 1.40 0.05 84.15 17:47:10 17:47:01 0 10.84 0.00 4.69 0.17 0.05 84.25 17:47:10 17:47:01 1 8.74 0.00 3.93 0.27 0.05 87.01 17:47:10 17:47:01 2 9.55 0.00 6.29 4.02 0.05 80.09 17:47:10 17:47:01 3 9.44 0.00 3.91 0.59 0.05 86.01 17:47:10 17:47:01 4 12.24 0.00 4.01 0.12 0.05 83.59 17:47:10 17:47:01 5 9.34 0.00 4.36 2.96 0.05 83.29 17:47:10 17:47:01 6 9.20 0.00 4.39 2.68 0.05 83.69 17:47:10 17:47:01 7 9.76 0.00 4.53 0.39 0.08 85.24 17:47:10 Average: all 5.23 0.00 1.44 0.52 0.02 92.79 17:47:10 Average: 0 5.46 0.00 1.45 0.22 0.02 92.85 17:47:10 Average: 1 5.47 0.00 1.38 0.18 0.02 92.95 17:47:10 Average: 2 5.00 0.00 1.56 0.99 0.02 92.43 17:47:10 Average: 3 5.06 0.00 1.33 0.75 0.02 92.84 17:47:10 Average: 4 5.52 0.00 1.68 1.01 0.03 91.75 17:47:10 Average: 5 4.98 0.00 1.39 0.44 0.02 93.17 17:47:10 Average: 6 4.95 0.00 1.24 0.50 0.02 93.29 17:47:10 Average: 7 5.39 0.00 1.47 0.08 0.02 93.03 17:47:10 17:47:10 17:47:10