Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6531ea4c41f254cf50b7bf163b00c66c5ab1611c 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-ssh2176276313221490293.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-ssh827649765101582598.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-ssh12645015805154693938.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-ssh10504869856338226926.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-ssh10889542116055743186.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8183’ Running on prd-ubuntu20.04-docker-8c-8g-8185 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 6531ea4c41f254cf50b7bf163b00c66c5ab1611c (main) Commit message: "docs: change location of nats documentation (#168)" > 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 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 > git rev-list --no-walk 75b826590da898f2794a2a9ca8e49a79136e1d2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:18:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:18:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:18:41 ========================================================= 21:18:41 EdgeX Global Pipelines Version Info 21:18:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:18:42 ------------------- 21:18:42 stable info: 21:18:42 ------------------- 21:18:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:18:42 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:18:42 Message: update stable to v1.0.244 21:18:42 ------------------- 21:18:42 experimental info: 21:18:42 ------------------- 21:18:42 Commited By: **** collab-it+edgex@linuxfoundation.org 21:18:42 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:18:42 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6531ea4 [Pipeline] echo 21:18:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:18:43 provisioning config files... 21:18:43 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4105263457800329407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:43 ---> docker-login.sh 21:18:43 nexus3.edgexfoundry.org:10001 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 nexus3.edgexfoundry.org:10002 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 nexus3.edgexfoundry.org:10003 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 nexus3.edgexfoundry.org:10004 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 docker.io 21:18:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:44 Configure a credential helper to remove this warning. See 21:18:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:44 21:18:44 Login Succeeded 21:18:44 ---> docker-login.sh ends [Pipeline] } 21:18:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:18:45 + git rev-list -1 --merges 6531ea4c41f254cf50b7bf163b00c66c5ab1611c~1..6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo 21:18:45 -----------> git rev-list -1 --merges 6531ea4c41f254cf50b7bf163b00c66c5ab1611c~1..6531ea4c41f254cf50b7bf163b00c66c5ab1611c 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [false] [Pipeline] sh 21:18:45 + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo 21:18:45 ========================================================= 21:18:45 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:18:45 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:18:45 + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo 21:18:45 [semverPrep] GIT_COMMIT: 6531ea4c41f254cf50b7bf163b00c66c5ab1611c, Commit Message: docs: change location of nats documentation (#168) [Pipeline] echo 21:18:45 [semverPrep] This is not a build commit. [Pipeline] sh 21:18:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:18:46 + grep -v github /etc/ssh/ssh_known_hosts 21:18:46 + [ -e /tmp/ssh_known_hosts ] 21:18:46 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:18:46 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:18:46 + sudo tee -a /etc/ssh/ssh_known_hosts 21:18:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:18:46 21:18:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:18:46 0.1.4: Pulling from edgex-devops/py-git-semver 21:18:46 b85a868b505f: Pulling fs layer 21:18:46 e2be974225ed: Pulling fs layer 21:18:46 339a4e72a1f5: Pulling fs layer 21:18:46 988bab9f4d93: Pulling fs layer 21:18:46 1469e6f7b9e6: Pulling fs layer 21:18:46 eaf3925da568: Pulling fs layer 21:18:46 bab4dde63d76: Pulling fs layer 21:18:46 bde34c3a00c8: Pulling fs layer 21:18:46 b352a97aabf1: Pulling fs layer 21:18:46 4872d77fe225: Pulling fs layer 21:18:46 5851b861e8e6: Pulling fs layer 21:18:46 1469e6f7b9e6: Waiting 21:18:46 eaf3925da568: Waiting 21:18:46 bab4dde63d76: Waiting 21:18:46 bde34c3a00c8: Waiting 21:18:46 b352a97aabf1: Waiting 21:18:46 4872d77fe225: Waiting 21:18:46 5851b861e8e6: Waiting 21:18:46 988bab9f4d93: Waiting 21:18:46 e2be974225ed: Download complete 21:18:46 988bab9f4d93: Download complete 21:18:47 1469e6f7b9e6: Verifying Checksum 21:18:47 1469e6f7b9e6: Download complete 21:18:47 eaf3925da568: Verifying Checksum 21:18:47 eaf3925da568: Download complete 21:18:47 339a4e72a1f5: Verifying Checksum 21:18:47 339a4e72a1f5: Download complete 21:18:47 bde34c3a00c8: Verifying Checksum 21:18:47 bde34c3a00c8: Download complete 21:18:47 b352a97aabf1: Verifying Checksum 21:18:47 b352a97aabf1: Download complete 21:18:47 4872d77fe225: Verifying Checksum 21:18:47 4872d77fe225: Download complete 21:18:47 5851b861e8e6: Download complete 21:18:47 b85a868b505f: Verifying Checksum 21:18:47 b85a868b505f: Download complete 21:18:47 bab4dde63d76: Verifying Checksum 21:18:47 bab4dde63d76: Download complete 21:18:48 b85a868b505f: Pull complete 21:18:48 e2be974225ed: Pull complete 21:18:49 339a4e72a1f5: Pull complete 21:18:49 988bab9f4d93: Pull complete 21:18:49 1469e6f7b9e6: Pull complete 21:18:49 eaf3925da568: Pull complete 21:18:51 bab4dde63d76: Pull complete 21:18:51 bde34c3a00c8: Pull complete 21:18:51 b352a97aabf1: Pull complete 21:18:51 4872d77fe225: Pull complete 21:18:51 5851b861e8e6: Pull complete 21:18:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:18:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:18:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:51 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:18: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:18:53 $ docker top e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 -eo pid,comm 21:18:53 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). 21:18:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:18:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:18:53 [ssh-agent] Looking for ssh-agent implementation... 21:18:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:18:53 $ docker exec e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent 21:18:53 SSH_AUTH_SOCK=/tmp/ssh-hqVdj8o3lM4C/agent.31 21:18:53 SSH_AGENT_PID=37 21:18:53 Running ssh-add (command line suppressed) 21:18:53 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14566976210093645694.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14566976210093645694.key) 21:18:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:18:53 + git tag --points-at HEAD [Pipeline] } 21:18:53 $ docker exec --env ******** --env ******** e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent -k 21:18:54 unset SSH_AUTH_SOCK; 21:18:54 unset SSH_AGENT_PID; 21:18:54 echo Agent pid 37 killed; 21:18:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:18:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:18:54 [ssh-agent] Looking for ssh-agent implementation... 21:18:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:18:54 $ docker exec e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent 21:18:54 SSH_AUTH_SOCK=/tmp/ssh-aFOyR66S6Vss/agent.69 21:18:54 SSH_AGENT_PID=75 21:18:54 Running ssh-add (command line suppressed) 21:18:54 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_660153243135153461.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_660153243135153461.key) 21:18:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:18:54 + git semver init 21:18:55 2023-03-03 21:18:54,971 [run_init] DEBUG init version:0.0.0 force:False 21:18:55 2023-03-03 21:18:54,972 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 21:18:55 2023-03-03 21:18:54,973 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 21:18:55 2023-03-03 21:18:54,973 [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) 21:18:55 2023-03-03 21:18:55,800 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 21:18:55 2023-03-03 21:18:55,800 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 21:18:55 2023-03-03 21:18:55,800 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:18:55 2023-03-03 21:18:55,801 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:18:55 3.0.0-dev.13 [Pipeline] } 21:18:55 $ docker exec --env ******** --env ******** e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent -k 21:18:56 unset SSH_AUTH_SOCK; 21:18:56 unset SSH_AGENT_PID; 21:18:56 echo Agent pid 75 killed; 21:18:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:18:56 + git semver [Pipeline] } 21:18:56 $ docker stop --time=1 e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 21:18:58 $ docker rm -f --volumes e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 [Pipeline] // withDockerContainer [Pipeline] sh 21:18:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:18:58 Stashed 1 file(s) [Pipeline] echo 21:18:58 [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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 21:18:58 provisioning config files... 21:18:58 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14242476748052174346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:18:59 ---> docker-login.sh 21:18:59 nexus3.edgexfoundry.org:10001 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 nexus3.edgexfoundry.org:10002 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 nexus3.edgexfoundry.org:10003 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 nexus3.edgexfoundry.org:10004 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 docker.io 21:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:18:59 Configure a credential helper to remove this warning. See 21:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:18:59 21:18:59 Login Succeeded 21:18:59 ---> docker-login.sh ends [Pipeline] } 21:18:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:18:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:18:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:18:59 ========================================================= 21:18:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:18:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:59 + 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 . 21:18:59 Sending build context to Docker daemon 1.765MB 21:18:59 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 21:18:59 Step 2/13 : FROM ${BASE} AS builder 21:18:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:18:59 213ec9aee27d: Pulling fs layer 21:18:59 4583459ba037: Pulling fs layer 21:18:59 93c1e223e6f2: Pulling fs layer 21:18:59 53926ce57604: Pulling fs layer 21:18:59 21b2b0c7a3f4: Pulling fs layer 21:18:59 22ff95d597cd: Pulling fs layer 21:18:59 12d6caf4c0d1: Pulling fs layer 21:18:59 96b7cbca73a9: Pulling fs layer 21:18:59 a7acece74701: Pulling fs layer 21:18:59 21b2b0c7a3f4: Waiting 21:18:59 22ff95d597cd: Waiting 21:18:59 12d6caf4c0d1: Waiting 21:18:59 96b7cbca73a9: Waiting 21:18:59 a7acece74701: Waiting 21:18:59 53926ce57604: Waiting 21:18:59 93c1e223e6f2: Download complete 21:18:59 4583459ba037: Verifying Checksum 21:18:59 4583459ba037: Download complete 21:18:59 21b2b0c7a3f4: Verifying Checksum 21:18:59 21b2b0c7a3f4: Download complete 21:19:00 22ff95d597cd: Verifying Checksum 21:19:00 22ff95d597cd: Download complete 21:19:00 213ec9aee27d: Verifying Checksum 21:19:00 213ec9aee27d: Download complete 21:19:00 12d6caf4c0d1: Download complete 21:19:00 213ec9aee27d: Pull complete 21:19:00 4583459ba037: Pull complete 21:19:00 93c1e223e6f2: Pull complete 21:19:00 a7acece74701: Verifying Checksum 21:19:00 a7acece74701: Download complete 21:19:00 96b7cbca73a9: Verifying Checksum 21:19:00 96b7cbca73a9: Download complete 21:19:00 53926ce57604: Verifying Checksum 21:19:00 53926ce57604: Download complete 21:19:05 53926ce57604: Pull complete 21:19:05 21b2b0c7a3f4: Pull complete 21:19:05 22ff95d597cd: Pull complete 21:19:05 12d6caf4c0d1: Pull complete 21:19:07 96b7cbca73a9: Pull complete 21:19:07 a7acece74701: Pull complete 21:19:08 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:19:08 ---> db6d94c90886 21:19:08 Step 3/13 : ARG ADD_BUILD_TAGS="" 21:19:09 ---> Running in a8d9722e8eb7 21:19:09 Removing intermediate container a8d9722e8eb7 21:19:09 ---> fdacfb406b85 21:19:09 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:19:09 ---> Running in 204a009db18c 21:19:09 Removing intermediate container 204a009db18c 21:19:09 ---> 91d525ba9fd1 21:19:09 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 21:19:10 ---> Running in be5be6c33a08 21:19:10 Removing intermediate container be5be6c33a08 21:19:10 ---> 4a975e6e5b36 21:19:10 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:19:10 ---> Running in fecd7a0d2b40 21:19:10 Removing intermediate container fecd7a0d2b40 21:19:10 ---> 98afb1e7c2e6 21:19:10 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:19:10 ---> Running in 21be51043d10 21:19:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:19:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:19:10 (1/80) Installing mesa (21.3.9-r0) 21:19:10 (2/80) Installing libxau (1.0.9-r0) 21:19:10 (3/80) Installing libxdmcp (1.1.3-r0) 21:19:10 (4/80) Installing libxcb (1.15-r0) 21:19:10 (5/80) Installing libx11 (1.8-r0) 21:19:10 (6/80) Installing libxext (1.3.4-r0) 21:19:10 (7/80) Installing libxfixes (6.0.0-r0) 21:19:10 (8/80) Installing libxxf86vm (1.1.4-r2) 21:19:10 (9/80) Installing libpciaccess (0.16-r0) 21:19:10 (10/80) Installing libdrm (2.4.110-r0) 21:19:10 (11/80) Installing mesa-glapi (21.3.9-r0) 21:19:10 (12/80) Installing libxshmfence (1.3-r1) 21:19:11 (13/80) Installing mesa-gl (21.3.9-r0) 21:19:11 (14/80) Installing icu-data-full (71.1-r2) 21:19:11 (15/80) Installing libice (1.0.10-r0) 21:19:11 (16/80) Installing libuuid (2.38-r1) 21:19:11 (17/80) Installing libsm (1.2.3-r0) 21:19:11 (18/80) Installing libxt (1.2.1-r0) 21:19:11 (19/80) Installing libxmu (1.1.3-r0) 21:19:11 (20/80) Installing xset (1.2.4-r0) 21:19:11 (21/80) Installing xprop (1.2.5-r0) 21:19:11 (22/80) Installing xdg-utils (1.1.3-r3) 21:19:11 (23/80) Installing dbus-libs (1.14.4-r0) 21:19:11 (24/80) Installing libffi (3.4.2-r1) 21:19:11 (25/80) Installing libintl (0.21-r2) 21:19:11 (26/80) Installing libblkid (2.38-r1) 21:19:11 (27/80) Installing libmount (2.38-r1) 21:19:11 (28/80) Installing pcre (8.45-r2) 21:19:11 (29/80) Installing glib (2.72.1-r0) 21:19:11 (30/80) Installing icu-libs (71.1-r2) 21:19:11 (31/80) Installing libpcre2-16 (10.40-r0) 21:19:11 (32/80) Installing zstd-libs (1.5.2-r1) 21:19:11 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 21:19:11 (34/80) Installing hicolor-icon-theme (0.17-r1) 21:19:11 (35/80) Installing wayland-libs-server (1.20.0-r0) 21:19:11 (36/80) Installing mesa-gbm (21.3.9-r0) 21:19:11 (37/80) Installing wayland-libs-client (1.20.0-r0) 21:19:11 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 21:19:11 (39/80) Installing libxcomposite (0.4.5-r0) 21:19:11 (40/80) Installing libbz2 (1.0.8-r1) 21:19:11 (41/80) Installing libpng (1.6.37-r1) 21:19:11 (42/80) Installing freetype (2.12.1-r0) 21:19:11 (43/80) Installing fontconfig (2.14.0-r0) 21:19:11 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 21:19:11 (45/80) Installing wayland-libs-egl (1.20.0-r0) 21:19:11 (46/80) Installing xkeyboard-config (2.35.1-r0) 21:19:11 (47/80) Installing xz-libs (5.2.5-r1) 21:19:11 (48/80) Installing libxml2 (2.9.14-r2) 21:19:11 (49/80) Installing libxkbcommon (1.4.1-r0) 21:19:11 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 21:19:11 (51/80) Installing mesa-egl (21.3.9-r0) 21:19:11 (52/80) Installing avahi-libs (0.8-r6) 21:19:11 (53/80) Installing nettle (3.7.3-r0) 21:19:11 (54/80) Installing p11-kit (0.24.1-r0) 21:19:11 (55/80) Installing libtasn1 (4.18.0-r1) 21:19:11 (56/80) Installing libunistring (1.0-r0) 21:19:11 (57/80) Installing gnutls (3.7.7-r1) 21:19:11 (58/80) Installing cups-libs (2.4.2-r0) 21:19:11 (59/80) Installing graphite2 (1.3.14-r1) 21:19:11 (60/80) Installing harfbuzz (4.3.0-r0) 21:19:11 (61/80) Installing libevdev (1.12.1-r0) 21:19:11 (62/80) Installing mtdev (1.1.6-r0) 21:19:11 (63/80) Installing eudev-libs (3.2.11-r0) 21:19:11 (64/80) Installing libinput-libs (1.20.1-r0) 21:19:11 (65/80) Installing libjpeg-turbo (2.1.3-r1) 21:19:11 (66/80) Installing xcb-util-wm (0.4.1-r1) 21:19:11 (67/80) Installing xcb-util (0.4.0-r3) 21:19:11 (68/80) Installing xcb-util-image (0.4.0-r1) 21:19:11 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 21:19:11 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 21:19:11 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 21:19:11 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 21:19:12 (73/80) Installing v4l-utils-libs (1.22.1-r1) 21:19:12 (74/80) Installing v4l-utils (1.22.1-r1) 21:19:12 (75/80) Installing udev-init-scripts (35-r0) 21:19:12 Executing udev-init-scripts-35-r0.post-install 21:19:12 (76/80) Installing kmod-libs (29-r2) 21:19:12 (77/80) Installing eudev (3.2.11-r0) 21:19:12 (78/80) Installing eudev-dev (3.2.11-r0) 21:19:12 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 21:19:12 (80/80) Installing v4l-utils-dev (1.22.1-r1) 21:19:12 Executing busybox-1.35.0-r17.trigger 21:19:12 Executing eudev-3.2.11-r0.trigger 21:19:12 OK: 331 MiB in 131 packages 21:19:13 Still waiting to schedule task 21:19:13 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8184’ is offline 21:19:14 Removing intermediate container 21be51043d10 21:19:14 ---> c966ff1839b4 21:19:14 Step 8/13 : WORKDIR /device-usb-camera 21:19:14 ---> Running in 42a422e968dc 21:19:14 Removing intermediate container 42a422e968dc 21:19:14 ---> 80be05b19e1b 21:19:14 Step 9/13 : COPY go.mod vendor* ./ 21:19:14 ---> bc58f0ad7e57 21:19:14 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:19:15 ---> Running in 37f7be3308b8 21:19:41 Removing intermediate container 37f7be3308b8 21:19:41 ---> bc64075ec912 21:19:41 Step 11/13 : COPY . . 21:19:41 ---> 7c4d6fdf28aa 21:19:41 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:19:41 ---> Running in 3103b98ba7bd 21:19:41  % Total % Received % Xferd Average Speed Time Time Time Current 21:19:41 Dload Upload Total Spent Left Speed 21:19:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062 100 1062    0     0  10165      0 --:--:-- --:--:-- --:--:-- 10114 100  1062  100  1062    0   0 9446   0 --:--:-- --:--:-- --:--:--  9398 21:19:41 Removing intermediate container 3103b98ba7bd 21:19:41 ---> 78ea818bacca 21:19:41 Step 13/13 : RUN ${MAKE} 21:19:41 ---> Running in b4dc014c7e09 21:19:41 noop 21:19:42 Removing intermediate container b4dc014c7e09 21:19:42 ---> 28af909d4f33 21:19:42 Successfully built 28af909d4f33 21:19:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:42 + docker inspect -f . ci-base-image-x86_64 21:19:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:42 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:19:42 $ 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 21:19:43 $ docker top 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:43 + go version 21:19:43 go version go1.18.7 linux/amd64 [Pipeline] } 21:19:43 $ docker stop --time=1 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 21:19:44 $ docker rm -f --volumes 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:45 + docker inspect -f . ci-base-image-x86_64 21:19:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:19:45 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:19:45 $ 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 21:19:45 $ docker top f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:45 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 21:19:46 + make test 21:19:46 go test ./... -coverprofile=coverage.out ./... 21:19:46 ? github.com/edgexfoundry/device-usb-camera [no test files] 21:19:56 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 21:19:57 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 2.0% of statements 21:20:05 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." 21:20:05 go vet ./... 21:20:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:20:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:20:08 ./bin/test-attribution-txt.sh [Pipeline] echo 21:20:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:20:08 $ docker stop --time=1 f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 21:20:10 $ docker rm -f --volumes f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 [Pipeline] // withDockerContainer [Pipeline] sh 21:20:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:20:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:20:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:20:11 + ls -al . 21:20:11 total 188 21:20:11 drwxrwxr-x 10 jenkins jenkins 4096 Mar 3 21:19 . 21:20:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 .. 21:20:11 drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 21:19 .git 21:20:11 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 .github 21:20:11 -rw-rw-r-- 1 jenkins jenkins 414 Mar 3 21:18 .gitignore 21:20:11 -rw-rw-r-- 1 jenkins jenkins 42 Mar 3 21:18 .golangci.yml 21:20:11 -rw-rw-r-- 1 jenkins jenkins 77 Mar 3 21:18 .hadolint.yml 21:20:11 drwxr-xr-x 3 jenkins jenkins 4096 Mar 3 21:18 .semver 21:20:11 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 3 21:18 Attribution.txt 21:20:11 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 3 21:18 CHANGELOG.md 21:20:11 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 3 21:18 Dockerfile 21:20:11 -rw-rw-r-- 1 jenkins jenkins 678 Mar 3 21:18 GOVERNANCE.md 21:20:11 -rw-rw-r-- 1 jenkins jenkins 659 Mar 3 21:18 Jenkinsfile 21:20:11 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 3 21:18 LICENSE 21:20:11 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 3 21:18 Makefile 21:20:11 -rw-rw-r-- 1 jenkins jenkins 622 Mar 3 21:18 OWNERS.md 21:20:11 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 3 21:18 README.md 21:20:11 -rw-rw-r-- 1 jenkins jenkins 12 Mar 3 21:18 VERSION 21:20:11 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 21:18 bin 21:20:11 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 cmd 21:20:11 -rw-r--r-- 1 jenkins jenkins 28352 Mar 3 21:19 coverage.out 21:20:11 -rwxrwxr-x 1 jenkins jenkins 140 Mar 3 21:18 docker-entrypoint.sh 21:20:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 docs 21:20:11 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 3 21:18 go.mod 21:20:11 -rw-rw-r-- 1 jenkins jenkins 31547 Mar 3 21:18 go.sum 21:20:11 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 internal 21:20:11 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 snap 21:20:11 -rw-rw-r-- 1 jenkins jenkins 231 Mar 3 21:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:12 + 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=6531ea4c41f254cf50b7bf163b00c66c5ab1611c --label arch=amd64 --label version=3.0.0-dev.13 . 21:20:12 Sending build context to Docker daemon 1.794MB 21:20:12 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 21:20:12 Step 2/35 : FROM ${BASE} AS builder 21:20:12 ---> 28af909d4f33 21:20:12 Step 3/35 : ARG ADD_BUILD_TAGS="" 21:20:12 ---> Running in 9db6f000187a 21:20:12 Removing intermediate container 9db6f000187a 21:20:12 ---> ff38a971cd80 21:20:12 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:20:12 ---> Running in dd446437fd94 21:20:12 Removing intermediate container dd446437fd94 21:20:12 ---> 4b7c3772f1ff 21:20:12 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 21:20:12 ---> Running in 3b7647e5c528 21:20:12 Removing intermediate container 3b7647e5c528 21:20:12 ---> bbfe146d6422 21:20:12 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:20:12 ---> Running in 9260ec59f944 21:20:12 Removing intermediate container 9260ec59f944 21:20:12 ---> 04f2db04ac16 21:20:12 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:20:12 ---> Running in 678ca9cce885 21:20:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:13 OK: 331 MiB in 131 packages 21:20:13 Removing intermediate container 678ca9cce885 21:20:13 ---> 221df0705f55 21:20:13 Step 8/35 : WORKDIR /device-usb-camera 21:20:13 ---> Running in 67139e546465 21:20:13 Removing intermediate container 67139e546465 21:20:13 ---> fbbbf24a9beb 21:20:13 Step 9/35 : COPY go.mod vendor* ./ 21:20:13 ---> 4756e06fcca5 21:20:13 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:13 ---> Running in 75f2388e80d2 21:20:14 Removing intermediate container 75f2388e80d2 21:20:14 ---> e240926343dc 21:20:14 Step 11/35 : COPY . . 21:20:15 ---> 1467e2483a6e 21:20:15 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:20:15 ---> Running in ff384942daca 21:20:15  % Total % Received % Xferd Average Speed Time Time Time Current 21:20:15  Dload Upload Total Spent Left Speed 21:20:15 0 0 0 0  0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 1062 100 1062 0 0 49485 0 --:--:-- --:--:-- --:--:-- 50571 21:20:15 Removing intermediate container ff384942daca 21:20:15 ---> 8e2b57e2449d 21:20:15 Step 13/35 : RUN ${MAKE} 21:20:15 ---> Running in 87d07cb66e5d 21:20:16 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 21:20:38 Removing intermediate container 87d07cb66e5d 21:20:38 ---> 2463ec05750f 21:20:38 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 21:20:38 v0.18.4: Pulling from aler9/rtsp-simple-server 21:20:38 af6660deedbd: Pulling fs layer 21:20:38 97cd0a44c592: Pulling fs layer 21:20:38 97cd0a44c592: Verifying Checksum 21:20:38 97cd0a44c592: Download complete 21:20:38 af6660deedbd: Verifying Checksum 21:20:38 af6660deedbd: Download complete 21:20:38 af6660deedbd: Pull complete 21:20:38 97cd0a44c592: Pull complete 21:20:38 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 21:20:38 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 21:20:38 ---> fea57e182299 21:20:38 Step 15/35 : FROM alpine:3.16 21:20:38 3.16: Pulling from library/alpine 21:20:38 ef5531b6e74e: Pulling fs layer 21:20:38 ef5531b6e74e: Verifying Checksum 21:20:38 ef5531b6e74e: Download complete 21:20:38 ef5531b6e74e: Pull complete 21:20:38 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:20:38 Status: Downloaded newer image for alpine:3.16 21:20:38 ---> dfd21b5a31f5 21:20:38 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:20:38 ---> Running in a81dbb1bbe5a 21:20:38 Removing intermediate container a81dbb1bbe5a 21:20:38 ---> 6d65980887ab 21:20:38 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 21:20:38 ---> Running in bf480d9d0237 21:20:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:38 (1/80) Installing dumb-init (1.2.5-r1) 21:20:38 (2/80) Installing sdl2 (2.0.22-r0) 21:20:38 (3/80) Installing libxau (1.0.9-r0) 21:20:38 (4/80) Installing libxdmcp (1.1.3-r0) 21:20:38 (5/80) Installing libxcb (1.15-r0) 21:20:38 (6/80) Installing libx11 (1.8-r0) 21:20:38 (7/80) Installing aom-libs (3.3.0-r0) 21:20:38 (8/80) Installing alsa-lib (1.2.7.2-r0) 21:20:38 (9/80) Installing expat (2.5.0-r0) 21:20:38 (10/80) Installing brotli-libs (1.0.9-r6) 21:20:38 (11/80) Installing libbz2 (1.0.8-r1) 21:20:38 (12/80) Installing libpng (1.6.37-r1) 21:20:38 (13/80) Installing freetype (2.12.1-r0) 21:20:38 (14/80) Installing fontconfig (2.14.0-r0) 21:20:38 (15/80) Installing fribidi (1.0.12-r0) 21:20:38 (16/80) Installing libffi (3.4.2-r1) 21:20:38 (17/80) Installing libintl (0.21-r2) 21:20:38 (18/80) Installing libblkid (2.38-r1) 21:20:38 (19/80) Installing libmount (2.38-r1) 21:20:38 (20/80) Installing pcre (8.45-r2) 21:20:38 (21/80) Installing glib (2.72.1-r0) 21:20:38 (22/80) Installing graphite2 (1.3.14-r1) 21:20:38 (23/80) Installing harfbuzz (4.3.0-r0) 21:20:38 (24/80) Installing libass (0.16.0-r0) 21:20:38 (25/80) Installing libdav1d (1.0.0-r0) 21:20:38 (26/80) Installing libpciaccess (0.16-r0) 21:20:38 (27/80) Installing libdrm (2.4.110-r0) 21:20:38 (28/80) Installing gmp (6.2.1-r2) 21:20:38 (29/80) Installing nettle (3.7.3-r0) 21:20:38 (30/80) Installing p11-kit (0.24.1-r0) 21:20:38 (31/80) Installing libtasn1 (4.18.0-r1) 21:20:39 (32/80) Installing libunistring (1.0-r0) 21:20:39 (33/80) Installing gnutls (3.7.7-r1) 21:20:39 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 21:20:39 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 21:20:39 (36/80) Installing lame (3.100-r0) 21:20:39 (37/80) Installing opus (1.3.1-r1) 21:20:39 (38/80) Installing libasyncns (0.8-r1) 21:20:39 (39/80) Installing dbus-libs (1.14.4-r0) 21:20:39 (40/80) Installing libltdl (2.4.7-r0) 21:20:39 (41/80) Installing orc (0.4.32-r0) 21:20:39 (42/80) Installing libgcc (11.2.1_git20220219-r2) 21:20:39 (43/80) Installing libogg (1.3.5-r1) 21:20:39 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 21:20:39 (45/80) Installing flac (1.3.4-r0) 21:20:39 (46/80) Installing libvorbis (1.3.7-r0) 21:20:39 (47/80) Installing libsndfile (1.1.0-r0) 21:20:39 (48/80) Installing libgomp (11.2.1_git20220219-r2) 21:20:39 (49/80) Installing soxr (0.1.3-r2) 21:20:39 (50/80) Installing speexdsp (1.2.0-r0) 21:20:39 (51/80) Installing tdb-libs (1.4.6-r0) 21:20:39 (52/80) Installing libpulse (15.0-r2) 21:20:39 (53/80) Installing cjson (1.7.15-r3) 21:20:39 (54/80) Installing mbedtls (2.28.2-r0) 21:20:39 (55/80) Installing librist (0.2.6-r1) 21:20:39 (56/80) Installing libsrt (1.4.4-r0) 21:20:39 (57/80) Installing libssh (0.9.6-r1) 21:20:39 (58/80) Installing libtheora (1.1.1-r16) 21:20:39 (59/80) Installing libjpeg-turbo (2.1.3-r1) 21:20:39 (60/80) Installing v4l-utils-libs (1.22.1-r1) 21:20:39 (61/80) Installing libxext (1.3.4-r0) 21:20:39 (62/80) Installing libxfixes (6.0.0-r0) 21:20:39 (63/80) Installing wayland-libs-client (1.20.0-r0) 21:20:39 (64/80) Installing libva (2.14.0-r0) 21:20:39 (65/80) Installing libvdpau (1.5-r0) 21:20:39 (66/80) Installing vidstab (1.1.0-r1) 21:20:39 (67/80) Installing libvpx (1.11.0-r1) 21:20:39 (68/80) Installing libwebp (1.2.3-r0) 21:20:39 (69/80) Installing x264-libs (0.163_git20210613-r0) 21:20:39 (70/80) Installing numactl (2.0.14-r0) 21:20:39 (71/80) Installing x265-libs (3.5-r3) 21:20:39 (72/80) Installing xvidcore (1.3.7-r1) 21:20:39 (73/80) Installing ffmpeg-libs (5.0.1-r1) 21:20:39 (74/80) Installing ffmpeg (5.0.1-r1) 21:20:39 (75/80) Installing udev-init-scripts (35-r0) 21:20:39 Executing udev-init-scripts-35-r0.post-install 21:20:39 (76/80) Installing eudev-libs (3.2.11-r0) 21:20:39 (77/80) Installing xz-libs (5.2.5-r1) 21:20:39 (78/80) Installing zstd-libs (1.5.2-r1) 21:20:39 (79/80) Installing kmod-libs (29-r2) 21:20:39 (80/80) Installing eudev (3.2.11-r0) 21:20:39 Executing busybox-1.35.0-r17.trigger 21:20:39 Executing eudev-3.2.11-r0.trigger 21:20:39 OK: 100 MiB in 94 packages 21:20:41 Removing intermediate container bf480d9d0237 21:20:41 ---> f1283cdfaa8c 21:20:41 Step 18/35 : WORKDIR / 21:20:41 ---> Running in 4e1cb8deba39 21:20:41 Removing intermediate container 4e1cb8deba39 21:20:41 ---> 04a1b6309adf 21:20:41 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 21:20:41 ---> c77ddba958e6 21:20:41 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 21:20:42 ---> da25b8b45b4f 21:20:42 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 21:20:42 ---> c177de2201ee 21:20:42 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 21:20:42 ---> 120956c154dd 21:20:42 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 21:20:42 ---> 8f374d792ffd 21:20:42 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 21:20:42 ---> 8a5ff7490d78 21:20:42 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 21:20:43 ---> f7d6c9846a14 21:20:43 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 21:20:43 ---> Running in 26c64e0d101f 21:20:43 Removing intermediate container 26c64e0d101f 21:20:43 ---> b830d5fa8c63 21:20:43 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 21:20:43 ---> Running in c07b29ab3d82 21:20:44 Removing intermediate container c07b29ab3d82 21:20:44 ---> 77080d96a554 21:20:44 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 21:20:44 ---> Running in e4985b76e6bd 21:20:45 Removing intermediate container e4985b76e6bd 21:20:45 ---> f6a9068ebfd7 21:20:45 Step 29/35 : EXPOSE 59983 21:20:45 ---> Running in 7ba2fd0893c8 21:20:45 Removing intermediate container 7ba2fd0893c8 21:20:45 ---> bd68d6d9f24d 21:20:45 Step 30/35 : EXPOSE 8554 21:20:45 ---> Running in d0e539a680cf 21:20:45 Removing intermediate container d0e539a680cf 21:20:45 ---> 7ee866ab544a 21:20:45 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 21:20:45 ---> Running in 53b6249012bb 21:20:45 Removing intermediate container 53b6249012bb 21:20:45 ---> 39e5754ff632 21:20:45 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 21:20:45 ---> Running in dad5da41ad65 21:20:45 Removing intermediate container dad5da41ad65 21:20:45 ---> c9c600599f56 21:20:45 Step 33/35 : LABEL arch=amd64 21:20:45 ---> Running in fd47d2b395f5 21:20:45 Removing intermediate container fd47d2b395f5 21:20:45 ---> 829735e04b60 21:20:45 Step 34/35 : LABEL git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:20:45 ---> Running in 5496b803d827 21:20:45 Removing intermediate container 5496b803d827 21:20:45 ---> 3b2a87c83eaf 21:20:45 Step 35/35 : LABEL version=3.0.0-dev.13 21:20:45 ---> Running in c7a8c1a516d1 21:20:45 Removing intermediate container c7a8c1a516d1 21:20:45 ---> 6a3f53275964 21:20:45 [Warning] One or more build-args [ARCH] were not consumed 21:20:45 Successfully built 6a3f53275964 21:20:45 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 21:20:46 provisioning config files... 21:20:46 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config559741442458596280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:20:46 ---> docker-login.sh 21:20:46 nexus3.edgexfoundry.org:10001 21:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:46 Configure a credential helper to remove this warning. See 21:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:46 21:20:46 Login Succeeded 21:20:46 nexus3.edgexfoundry.org:10002 21:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:46 Configure a credential helper to remove this warning. See 21:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:46 21:20:46 Login Succeeded 21:20:46 nexus3.edgexfoundry.org:10003 21:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:46 Configure a credential helper to remove this warning. See 21:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:46 21:20:46 Login Succeeded 21:20:46 nexus3.edgexfoundry.org:10004 21:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:46 Configure a credential helper to remove this warning. See 21:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:46 21:20:46 Login Succeeded 21:20:46 docker.io 21:20:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:46 Configure a credential helper to remove this warning. See 21:20:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:46 21:20:46 Login Succeeded 21:20:46 ---> docker-login.sh ends [Pipeline] } 21:20:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:20:46 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 21:20:46 6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:20:46 latest 21:20:46 3.0.0-dev.13 21:20:46 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:20:46 main 21:20:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:47 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:47 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 21:20:47 107356a3afad: Preparing 21:20:47 54a70d89031a: Preparing 21:20:47 5125e3252d3b: Preparing 21:20:47 550e596c6d0e: Preparing 21:20:47 1207169bf42c: Preparing 21:20:47 42599e04b032: Preparing 21:20:47 6cca56a7285d: Preparing 21:20:47 38cad8b3ffdd: Preparing 21:20:47 1147427f1156: Preparing 21:20:47 6985934a5bf9: Preparing 21:20:47 64bfb5255eaf: Preparing 21:20:47 aa5968d388b8: Preparing 21:20:47 42599e04b032: Waiting 21:20:47 6cca56a7285d: Waiting 21:20:47 38cad8b3ffdd: Waiting 21:20:47 1147427f1156: Waiting 21:20:47 6985934a5bf9: Waiting 21:20:47 64bfb5255eaf: Waiting 21:20:47 aa5968d388b8: Waiting 21:20:47 1207169bf42c: Pushed 21:20:47 107356a3afad: Pushed 21:20:47 54a70d89031a: Pushed 21:20:47 5125e3252d3b: Pushed 21:20:47 42599e04b032: Pushed 21:20:47 6cca56a7285d: Pushed 21:20:47 38cad8b3ffdd: Pushed 21:20:47 1147427f1156: Pushed 21:20:47 aa5968d388b8: Layer already exists 21:20:49 550e596c6d0e: Pushed 21:20:50 6985934a5bf9: Pushed 21:20:58 64bfb5255eaf: Pushed 21:20:58 6531ea4c41f254cf50b7bf163b00c66c5ab1611c: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:58 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:59 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 21:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 21:20:59 107356a3afad: Preparing 21:20:59 54a70d89031a: Preparing 21:20:59 5125e3252d3b: Preparing 21:20:59 550e596c6d0e: Preparing 21:20:59 1207169bf42c: Preparing 21:20:59 42599e04b032: Preparing 21:20:59 6cca56a7285d: Preparing 21:20:59 38cad8b3ffdd: Preparing 21:20:59 1147427f1156: Preparing 21:20:59 6985934a5bf9: Preparing 21:20:59 64bfb5255eaf: Preparing 21:20:59 aa5968d388b8: Preparing 21:20:59 42599e04b032: Waiting 21:20:59 38cad8b3ffdd: Waiting 21:20:59 aa5968d388b8: Waiting 21:20:59 6cca56a7285d: Waiting 21:20:59 64bfb5255eaf: Waiting 21:20:59 1147427f1156: Waiting 21:20:59 6985934a5bf9: Waiting 21:20:59 107356a3afad: Layer already exists 21:20:59 1207169bf42c: Layer already exists 21:20:59 54a70d89031a: Layer already exists 21:20:59 5125e3252d3b: Layer already exists 21:20:59 550e596c6d0e: Layer already exists 21:20:59 42599e04b032: Layer already exists 21:20:59 1147427f1156: Layer already exists 21:20:59 6985934a5bf9: Layer already exists 21:20:59 6cca56a7285d: Layer already exists 21:20:59 38cad8b3ffdd: Layer already exists 21:20:59 64bfb5255eaf: Layer already exists 21:20:59 aa5968d388b8: Layer already exists 21:20:59 latest: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:59 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:59 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 21:20:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 21:20:59 107356a3afad: Preparing 21:20:59 54a70d89031a: Preparing 21:20:59 5125e3252d3b: Preparing 21:20:59 550e596c6d0e: Preparing 21:20:59 1207169bf42c: Preparing 21:20:59 42599e04b032: Preparing 21:20:59 6cca56a7285d: Preparing 21:20:59 38cad8b3ffdd: Preparing 21:20:59 1147427f1156: Preparing 21:20:59 6985934a5bf9: Preparing 21:20:59 64bfb5255eaf: Preparing 21:20:59 aa5968d388b8: Preparing 21:20:59 38cad8b3ffdd: Waiting 21:20:59 6985934a5bf9: Waiting 21:20:59 aa5968d388b8: Waiting 21:20:59 64bfb5255eaf: Waiting 21:20:59 1147427f1156: Waiting 21:20:59 42599e04b032: Waiting 21:20:59 6cca56a7285d: Waiting 21:20:59 1207169bf42c: Layer already exists 21:20:59 54a70d89031a: Layer already exists 21:20:59 107356a3afad: Layer already exists 21:20:59 550e596c6d0e: Layer already exists 21:20:59 5125e3252d3b: Layer already exists 21:20:59 42599e04b032: Layer already exists 21:20:59 6cca56a7285d: Layer already exists 21:20:59 38cad8b3ffdd: Layer already exists 21:20:59 6985934a5bf9: Layer already exists 21:20:59 1147427f1156: Layer already exists 21:20:59 64bfb5255eaf: Layer already exists 21:20:59 aa5968d388b8: Layer already exists 21:20:59 3.0.0-dev.13: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:59 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:00 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 21:21:00 107356a3afad: Preparing 21:21:00 54a70d89031a: Preparing 21:21:00 5125e3252d3b: Preparing 21:21:00 550e596c6d0e: Preparing 21:21:00 1207169bf42c: Preparing 21:21:00 42599e04b032: Preparing 21:21:00 6cca56a7285d: Preparing 21:21:00 38cad8b3ffdd: Preparing 21:21:00 1147427f1156: Preparing 21:21:00 6985934a5bf9: Preparing 21:21:00 64bfb5255eaf: Preparing 21:21:00 aa5968d388b8: Preparing 21:21:00 6cca56a7285d: Waiting 21:21:00 1147427f1156: Waiting 21:21:00 38cad8b3ffdd: Waiting 21:21:00 6985934a5bf9: Waiting 21:21:00 64bfb5255eaf: Waiting 21:21:00 aa5968d388b8: Waiting 21:21:00 42599e04b032: Waiting 21:21:00 550e596c6d0e: Layer already exists 21:21:00 5125e3252d3b: Layer already exists 21:21:00 54a70d89031a: Layer already exists 21:21:00 1207169bf42c: Layer already exists 21:21:00 107356a3afad: Layer already exists 21:21:00 42599e04b032: Layer already exists 21:21:00 6985934a5bf9: Layer already exists 21:21:00 6cca56a7285d: Layer already exists 21:21:00 38cad8b3ffdd: Layer already exists 21:21:00 1147427f1156: Layer already exists 21:21:00 64bfb5255eaf: Layer already exists 21:21:00 aa5968d388b8: Layer already exists 21:21:00 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:00 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:00 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 21:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 21:21:00 107356a3afad: Preparing 21:21:00 54a70d89031a: Preparing 21:21:00 5125e3252d3b: Preparing 21:21:00 550e596c6d0e: Preparing 21:21:00 1207169bf42c: Preparing 21:21:00 42599e04b032: Preparing 21:21:00 6cca56a7285d: Preparing 21:21:00 38cad8b3ffdd: Preparing 21:21:00 1147427f1156: Preparing 21:21:00 6985934a5bf9: Preparing 21:21:00 64bfb5255eaf: Preparing 21:21:00 aa5968d388b8: Preparing 21:21:00 38cad8b3ffdd: Waiting 21:21:00 6985934a5bf9: Waiting 21:21:00 64bfb5255eaf: Waiting 21:21:00 aa5968d388b8: Waiting 21:21:00 1147427f1156: Waiting 21:21:00 6cca56a7285d: Waiting 21:21:00 42599e04b032: Waiting 21:21:00 5125e3252d3b: Layer already exists 21:21:00 1207169bf42c: Layer already exists 21:21:00 54a70d89031a: Layer already exists 21:21:00 550e596c6d0e: Layer already exists 21:21:00 107356a3afad: Layer already exists 21:21:00 6cca56a7285d: Layer already exists 21:21:00 42599e04b032: Layer already exists 21:21:00 38cad8b3ffdd: Layer already exists 21:21:00 6985934a5bf9: Layer already exists 21:21:00 1147427f1156: Layer already exists 21:21:00 aa5968d388b8: Layer already exists 21:21:00 64bfb5255eaf: Layer already exists 21:21:00 main: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:00 ===================================================== [Pipeline] echo 21:21:00 taggedImages: 21:21:00 - nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:21:00 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 21:21:00 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 21:21:00 - nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:21:00 - 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 21:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:21:01 21:21:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:21:01 latest: Pulling from edgex-lftools-log-publisher 21:21:01 5eb5b503b376: Pulling fs layer 21:21:01 5c69ac0246d0: Pulling fs layer 21:21:01 ec43610c2a17: Pulling fs layer 21:21:01 3a2ae6a8a46f: Pulling fs layer 21:21:01 33b1e0a273af: Pulling fs layer 21:21:01 5d3b04190fa2: Pulling fs layer 21:21:01 2f39f015ded8: Pulling fs layer 21:21:01 3a2ae6a8a46f: Waiting 21:21:01 33b1e0a273af: Waiting 21:21:01 5d3b04190fa2: Waiting 21:21:01 2f39f015ded8: Waiting 21:21:01 5c69ac0246d0: Download complete 21:21:01 3a2ae6a8a46f: Verifying Checksum 21:21:01 3a2ae6a8a46f: Download complete 21:21:01 33b1e0a273af: Verifying Checksum 21:21:01 33b1e0a273af: Download complete 21:21:01 5d3b04190fa2: Verifying Checksum 21:21:01 5d3b04190fa2: Download complete 21:21:01 ec43610c2a17: Verifying Checksum 21:21:01 ec43610c2a17: Download complete 21:21:01 5eb5b503b376: Verifying Checksum 21:21:01 5eb5b503b376: Download complete 21:21:02 2f39f015ded8: Download complete 21:21:02 5eb5b503b376: Pull complete 21:21:03 5c69ac0246d0: Pull complete 21:21:03 ec43610c2a17: Pull complete 21:21:03 3a2ae6a8a46f: Pull complete 21:21:04 33b1e0a273af: Pull complete 21:21:04 5d3b04190fa2: Pull complete 21:21:09 2f39f015ded8: Pull complete 21:21:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:21:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:21:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:21:09 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:21:09 $ 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 21:21:11 $ docker top 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:11 ---> job-cost.sh 21:21:11 lf-activate-venv: SKIPPING 21:21:11 INFO: No Stack... 21:21:12 INFO: Retrieving Pricing Info for: v3-standard-8 21:21:12 INFO: Archiving Costs [Pipeline] sh 21:21:12 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 21:21:12 + cut -d, -f6 [Pipeline] lock 21:21:12 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] 21:21:12 Resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] did not exist. Created. 21:21:12 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:21:13 + echo total: 0.2199999988079071 [Pipeline] stash 21:21:13 Stashed 1 file(s) [Pipeline] } 21:21:13 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] // lock [Pipeline] } 21:21:13 $ docker stop --time=1 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 21:21:14 $ docker rm -f --volumes 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:21:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8187 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 21:21:53 Running in /w/workspace/device-usb-camera/84 [Pipeline] { [Pipeline] checkout 21:21:53 Selected Git installation does not exist. Using Default 21:21:53 The recommended git tool is: NONE 21:21:58 using credential edgex-jenkins-ssh 21:21:58 Cloning the remote Git repository 21:21:58 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 21:21:59 > git init /w/workspace/device-usb-camera/84 # timeout=10 21:21:59 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 21:21:59 > git --version # timeout=10 21:21:59 > git --version # 'git version 2.25.1' 21:21:59 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:22:00 Avoid second fetch 21:22:00 Checking out Revision 6531ea4c41f254cf50b7bf163b00c66c5ab1611c (main) 21:22:00 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 21:22:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:22:00 > git config core.sparsecheckout # timeout=10 21:22:00 > git checkout -f 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 21:22:01 Commit message: "docs: change location of nats documentation (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:22:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:22:02 % Total % Received % Xferd Average Speed Time Time Time Current 21:22:02 Dload Upload Total Spent Left Speed 21:22:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh 21:22:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:22:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 21:22:03 sudo tee /etc/docker/daemon.new 21:22:03 { 21:22:03 "registry-mirrors": [ 21:22:03 "https://nexus3.edgexfoundry.org:10001" 21:22:03 ], 21:22:03 "bip": "10.250.0.254/24", 21:22:03 "hosts": [ 21:22:03 "tcp://0.0.0.0:5555", 21:22:03 "unix:///var/run/docker.sock" 21:22:03 ], 21:22:03 "mtu": 1458, 21:22:03 "selinux-enabled": true, 21:22:03 "seccomp-profile": "/etc/docker/seccomp.json" 21:22:03 } [Pipeline] sh 21:22:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:22:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:22:22 provisioning config files... 21:22:22 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/84@tmp/config18352434977932287663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:22:22 ---> docker-login.sh 21:22:22 nexus3.edgexfoundry.org:10001 21:22:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:23 Configure a credential helper to remove this warning. See 21:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:23 21:22:23 Login Succeeded 21:22:23 nexus3.edgexfoundry.org:10002 21:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:23 Configure a credential helper to remove this warning. See 21:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:23 21:22:23 Login Succeeded 21:22:23 nexus3.edgexfoundry.org:10003 21:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:23 Configure a credential helper to remove this warning. See 21:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:23 21:22:23 Login Succeeded 21:22:23 nexus3.edgexfoundry.org:10004 21:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:24 Configure a credential helper to remove this warning. See 21:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:24 21:22:24 Login Succeeded 21:22:24 docker.io 21:22:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:24 Configure a credential helper to remove this warning. See 21:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:24 21:22:24 Login Succeeded 21:22:24 ---> docker-login.sh ends [Pipeline] } 21:22:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:22:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:22:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:22:25 ========================================================= 21:22:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:22:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:25 + 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 . 21:22:25 Sending build context to Docker daemon 1.137MB 21:22:25 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 21:22:25 Step 2/13 : FROM ${BASE} AS builder 21:22:25 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:22:25 9b18e9b68314: Pulling fs layer 21:22:25 35d82f9e3411: Pulling fs layer 21:22:25 e16973657156: Pulling fs layer 21:22:25 fc693d55d65f: Pulling fs layer 21:22:25 7e9fc2657dce: Pulling fs layer 21:22:25 dda99020689f: Pulling fs layer 21:22:25 db1c61fa0a46: Pulling fs layer 21:22:25 891c053d2c06: Pulling fs layer 21:22:25 fc693d55d65f: Waiting 21:22:25 7e9fc2657dce: Waiting 21:22:25 dda99020689f: Waiting 21:22:25 db1c61fa0a46: Waiting 21:22:25 891c053d2c06: Waiting 21:22:25 e16973657156: Verifying Checksum 21:22:25 e16973657156: Download complete 21:22:25 35d82f9e3411: Verifying Checksum 21:22:25 35d82f9e3411: Download complete 21:22:25 7e9fc2657dce: Verifying Checksum 21:22:25 7e9fc2657dce: Download complete 21:22:25 dda99020689f: Verifying Checksum 21:22:25 dda99020689f: Download complete 21:22:25 9b18e9b68314: Verifying Checksum 21:22:25 9b18e9b68314: Download complete 21:22:26 9b18e9b68314: Pull complete 21:22:26 891c053d2c06: Verifying Checksum 21:22:26 891c053d2c06: Download complete 21:22:27 35d82f9e3411: Pull complete 21:22:27 e16973657156: Pull complete 21:22:27 db1c61fa0a46: Verifying Checksum 21:22:27 db1c61fa0a46: Download complete 21:22:28 fc693d55d65f: Verifying Checksum 21:22:28 fc693d55d65f: Download complete 21:22:40 fc693d55d65f: Pull complete 21:22:40 7e9fc2657dce: Pull complete 21:22:40 dda99020689f: Pull complete 21:22:46 db1c61fa0a46: Pull complete 21:22:47 891c053d2c06: Pull complete 21:22:47 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:22:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:22:47 ---> f96f9c87975a 21:22:47 Step 3/13 : ARG ADD_BUILD_TAGS="" 21:22:49 ---> Running in c7a91e444843 21:22:49 Removing intermediate container c7a91e444843 21:22:49 ---> 3ad85f1087cd 21:22:49 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:22:49 ---> Running in af146817263b 21:22:50 Removing intermediate container af146817263b 21:22:50 ---> 22e1c69b9438 21:22:50 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 21:22:50 ---> Running in 9402de61e72b 21:22:50 Removing intermediate container 9402de61e72b 21:22:50 ---> e38746efed6e 21:22:50 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:22:50 ---> Running in 63835c58d1ce 21:22:51 Removing intermediate container 63835c58d1ce 21:22:51 ---> 7a5a53293369 21:22:51 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:22:51 ---> Running in 484dddaba2f7 21:22:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:53 (1/14) Installing libintl (0.21-r2) 21:22:53 (2/14) Installing eudev-libs (3.2.11-r0) 21:22:53 (3/14) Installing libjpeg-turbo (2.1.3-r1) 21:22:53 (4/14) Installing v4l-utils-libs (1.22.1-r1) 21:22:53 (5/14) Installing v4l-utils (1.22.1-r1) 21:22:53 (6/14) Installing udev-init-scripts (35-r0) 21:22:53 Executing udev-init-scripts-35-r0.post-install 21:22:53 (7/14) Installing libblkid (2.38-r1) 21:22:53 (8/14) Installing xz-libs (5.2.5-r1) 21:22:53 (9/14) Installing zstd-libs (1.5.2-r1) 21:22:53 (10/14) Installing kmod-libs (29-r2) 21:22:53 (11/14) Installing eudev (3.2.11-r0) 21:22:53 (12/14) Installing eudev-dev (3.2.11-r0) 21:22:53 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 21:22:53 (14/14) Installing v4l-utils-dev (1.22.1-r1) 21:22:53 Executing busybox-1.35.0-r17.trigger 21:22:53 Executing eudev-3.2.11-r0.trigger 21:22:53 OK: 228 MiB in 65 packages 21:22:54 Removing intermediate container 484dddaba2f7 21:22:54 ---> 85b3acbcf089 21:22:54 Step 8/13 : WORKDIR /device-usb-camera 21:22:54 ---> Running in 2bd05e6168f4 21:22:55 Removing intermediate container 2bd05e6168f4 21:22:55 ---> 8c27ff2134bb 21:22:55 Step 9/13 : COPY go.mod vendor* ./ 21:22:55 ---> 85db6ca101de 21:22:55 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:55 ---> Running in 643e98380606 21:24:03 Removing intermediate container 643e98380606 21:24:03 ---> a146dcee6b6b 21:24:03 Step 11/13 : COPY . . 21:24:03 ---> 2f63835c1406 21:24:03 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:24:03 ---> Running in c89acc7f8d9e 21:24:03  % Total % Received % Xferd Average Speed Time Time Time Current 21:24:03 Dload Upload Total   Spent Left Speed 21:24:03 0 0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:--  0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14584 0 --:--:-- --:--:-- --:--:-- 14547 21:24:03 Removing intermediate container c89acc7f8d9e 21:24:03 ---> f9ce9acf0a4d 21:24:03 Step 13/13 : RUN ${MAKE} 21:24:03 ---> Running in 34b9e6481f35 21:24:03 noop 21:24:03 Removing intermediate container 34b9e6481f35 21:24:03 ---> b65f070e9763 21:24:03 Successfully built b65f070e9763 21:24:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:03 + docker inspect -f . ci-base-image-arm64 21:24:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:03 prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container 21:24:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@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 21:24:05 $ docker top 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:05 + go version 21:24:05 go version go1.18.7 linux/arm64 [Pipeline] } 21:24:06 $ docker stop --time=1 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb 21:24:07 $ docker rm -f --volumes 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:08 + docker inspect -f . ci-base-image-arm64 21:24:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:08 prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container 21:24:08 $ 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/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@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 21:24:10 $ docker top 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:10 + git config --global --add safe.directory /w/workspace/device-usb-camera/84 [Pipeline] fileExists [Pipeline] sh 21:24:11 + make test 21:24:11 go test ./... -coverprofile=coverage.out ./... 21:24:12 ? github.com/edgexfoundry/device-usb-camera [no test files] 21:25:34 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 21:25:36 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.061s coverage: 2.0% of statements 21:25:36 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:25:36 go vet ./... 21:25:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:25:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:25:58 ./bin/test-attribution-txt.sh [Pipeline] echo 21:25:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:25:58 $ docker stop --time=1 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 21:26:00 $ docker rm -f --volumes 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 [Pipeline] // withDockerContainer [Pipeline] sh 21:26:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:26:01 Warning: overwriting stash ‘coverage-report’ 21:26:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:26:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:26:02 + ls -al . 21:26:02 total 184 21:26:02 drwxrwxr-x 9 jenkins jenkins 4096 Mar 3 21:24 . 21:26:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:21 .. 21:26:02 drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 21:22 .git 21:26:02 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 .github 21:26:02 -rw-rw-r-- 1 jenkins jenkins 414 Mar 3 21:22 .gitignore 21:26:02 -rw-rw-r-- 1 jenkins jenkins 42 Mar 3 21:22 .golangci.yml 21:26:02 -rw-rw-r-- 1 jenkins jenkins 77 Mar 3 21:22 .hadolint.yml 21:26:02 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 3 21:22 Attribution.txt 21:26:02 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 3 21:22 CHANGELOG.md 21:26:02 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 3 21:22 Dockerfile 21:26:02 -rw-rw-r-- 1 jenkins jenkins 678 Mar 3 21:22 GOVERNANCE.md 21:26:02 -rw-rw-r-- 1 jenkins jenkins 659 Mar 3 21:22 Jenkinsfile 21:26:02 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 3 21:22 LICENSE 21:26:02 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 3 21:22 Makefile 21:26:02 -rw-rw-r-- 1 jenkins jenkins 622 Mar 3 21:22 OWNERS.md 21:26:02 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 3 21:22 README.md 21:26:02 -rw-rw-r-- 1 jenkins jenkins 12 Mar 3 21:18 VERSION 21:26:02 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 21:22 bin 21:26:02 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 cmd 21:26:02 -rw-r--r-- 1 jenkins jenkins 28352 Mar 3 21:25 coverage.out 21:26:02 -rwxrwxr-x 1 jenkins jenkins 140 Mar 3 21:22 docker-entrypoint.sh 21:26:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:22 docs 21:26:02 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 3 21:22 go.mod 21:26:02 -rw-rw-r-- 1 jenkins jenkins 31547 Mar 3 21:22 go.sum 21:26:02 drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 internal 21:26:02 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:22 snap 21:26:02 -rw-rw-r-- 1 jenkins jenkins 231 Mar 3 21:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:26:02 + 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=6531ea4c41f254cf50b7bf163b00c66c5ab1611c --label arch=arm64 --label version=3.0.0-dev.13 . 21:26:02 Sending build context to Docker daemon 1.166MB 21:26:02 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 21:26:02 Step 2/35 : FROM ${BASE} AS builder 21:26:02 ---> b65f070e9763 21:26:02 Step 3/35 : ARG ADD_BUILD_TAGS="" 21:26:03 ---> Running in a8b0a6a4cb3a 21:26:03 Removing intermediate container a8b0a6a4cb3a 21:26:03 ---> 623d8b6a4d8a 21:26:03 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:26:03 ---> Running in 7b837813b977 21:26:03 Removing intermediate container 7b837813b977 21:26:03 ---> 28dffd435b80 21:26:03 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 21:26:03 ---> Running in 4be18a690bdb 21:26:03 Removing intermediate container 4be18a690bdb 21:26:03 ---> 9a514d6e071d 21:26:03 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 21:26:03 ---> Running in d9967d8498ca 21:26:04 Removing intermediate container d9967d8498ca 21:26:04 ---> 146428d4aa33 21:26:04 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:26:04 ---> Running in 46ab568ac6ff 21:26:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:26:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:26:06 OK: 228 MiB in 65 packages 21:26:07 Removing intermediate container 46ab568ac6ff 21:26:07 ---> 73165be11dc8 21:26:07 Step 8/35 : WORKDIR /device-usb-camera 21:26:07 ---> Running in 060d8c1c928e 21:26:07 Removing intermediate container 060d8c1c928e 21:26:07 ---> 0323475bc16a 21:26:07 Step 9/35 : COPY go.mod vendor* ./ 21:26:08 ---> 40d7398d5261 21:26:08 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:26:08 ---> Running in a5f6bbd1b37f 21:26:10 Removing intermediate container a5f6bbd1b37f 21:26:10 ---> cef40c233d40 21:26:10 Step 11/35 : COPY . . 21:26:11 ---> a2402fb0e0e2 21:26:11 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 21:26:11 ---> Running in 232c4a5149d6 21:26:12  % Total % Received % Xferd Average Speed Time Time Time Current 21:26:12 Dload Upload Total Spent Left Speed 21:26:13 0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7292 0 --:--:-- --:--:-- --:--:-- 7273 21:26:13 Removing intermediate container 232c4a5149d6 21:26:13 ---> e1eef3b981ae 21:26:13 Step 13/35 : RUN ${MAKE} 21:26:13 ---> Running in 9f1898b91310 21:26:15 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 21:28:51 Removing intermediate container 9f1898b91310 21:28:51 ---> a41fd71dc0b8 21:28:51 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 21:28:51 v0.18.4: Pulling from aler9/rtsp-simple-server 21:28:51 eab2503cf8f4: Pulling fs layer 21:28:51 97cd0a44c592: Pulling fs layer 21:28:51 97cd0a44c592: Verifying Checksum 21:28:51 97cd0a44c592: Download complete 21:28:51 eab2503cf8f4: Verifying Checksum 21:28:51 eab2503cf8f4: Download complete 21:28:51 eab2503cf8f4: Pull complete 21:28:51 97cd0a44c592: Pull complete 21:28:51 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 21:28:51 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 21:28:51 ---> 7f763cca56b3 21:28:51 Step 15/35 : FROM alpine:3.16 21:28:51 3.16: Pulling from library/alpine 21:28:51 3760b48202b3: Pulling fs layer 21:28:51 3760b48202b3: Verifying Checksum 21:28:51 3760b48202b3: Download complete 21:28:51 3760b48202b3: Pull complete 21:28:51 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:28:51 Status: Downloaded newer image for alpine:3.16 21:28:51 ---> 4c81e5bf8899 21:28:51 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:28:51 ---> Running in 1f93483ffddd 21:28:51 Removing intermediate container 1f93483ffddd 21:28:51 ---> dd91704d427e 21:28:51 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 21:28:51 ---> Running in e8a6604daeb9 21:28:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:28:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:28:51 (1/79) Installing dumb-init (1.2.5-r1) 21:28:51 (2/79) Installing sdl2 (2.0.22-r0) 21:28:51 (3/79) Installing libxau (1.0.9-r0) 21:28:51 (4/79) Installing libxdmcp (1.1.3-r0) 21:28:51 (5/79) Installing libxcb (1.15-r0) 21:28:51 (6/79) Installing libx11 (1.8-r0) 21:28:51 (7/79) Installing aom-libs (3.3.0-r0) 21:28:51 (8/79) Installing alsa-lib (1.2.7.2-r0) 21:28:51 (9/79) Installing expat (2.5.0-r0) 21:28:51 (10/79) Installing brotli-libs (1.0.9-r6) 21:28:51 (11/79) Installing libbz2 (1.0.8-r1) 21:28:51 (12/79) Installing libpng (1.6.37-r1) 21:28:51 (13/79) Installing freetype (2.12.1-r0) 21:28:51 (14/79) Installing fontconfig (2.14.0-r0) 21:28:51 (15/79) Installing fribidi (1.0.12-r0) 21:28:51 (16/79) Installing libffi (3.4.2-r1) 21:28:51 (17/79) Installing libintl (0.21-r2) 21:28:51 (18/79) Installing libblkid (2.38-r1) 21:28:51 (19/79) Installing libmount (2.38-r1) 21:28:51 (20/79) Installing pcre (8.45-r2) 21:28:51 (21/79) Installing glib (2.72.1-r0) 21:28:51 (22/79) Installing graphite2 (1.3.14-r1) 21:28:51 (23/79) Installing harfbuzz (4.3.0-r0) 21:28:51 (24/79) Installing libass (0.16.0-r0) 21:28:51 (25/79) Installing libdav1d (1.0.0-r0) 21:28:51 (26/79) Installing libdrm (2.4.110-r0) 21:28:51 (27/79) Installing gmp (6.2.1-r2) 21:28:51 (28/79) Installing nettle (3.7.3-r0) 21:28:51 (29/79) Installing p11-kit (0.24.1-r0) 21:28:51 (30/79) Installing libtasn1 (4.18.0-r1) 21:28:51 (31/79) Installing libunistring (1.0-r0) 21:28:51 (32/79) Installing gnutls (3.7.7-r1) 21:28:51 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 21:28:51 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 21:28:51 (35/79) Installing lame (3.100-r0) 21:28:51 (36/79) Installing opus (1.3.1-r1) 21:28:51 (37/79) Installing libasyncns (0.8-r1) 21:28:51 (38/79) Installing dbus-libs (1.14.4-r0) 21:28:51 (39/79) Installing libltdl (2.4.7-r0) 21:28:51 (40/79) Installing orc (0.4.32-r0) 21:28:51 (41/79) Installing libgcc (11.2.1_git20220219-r2) 21:28:51 (42/79) Installing libogg (1.3.5-r1) 21:28:51 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 21:28:51 (44/79) Installing flac (1.3.4-r0) 21:28:51 (45/79) Installing libvorbis (1.3.7-r0) 21:28:51 (46/79) Installing libsndfile (1.1.0-r0) 21:28:51 (47/79) Installing libgomp (11.2.1_git20220219-r2) 21:28:51 (48/79) Installing soxr (0.1.3-r2) 21:28:51 (49/79) Installing speexdsp (1.2.0-r0) 21:28:51 (50/79) Installing tdb-libs (1.4.6-r0) 21:28:51 (51/79) Installing libpulse (15.0-r2) 21:28:51 (52/79) Installing cjson (1.7.15-r3) 21:28:51 (53/79) Installing mbedtls (2.28.2-r0) 21:28:51 (54/79) Installing librist (0.2.6-r1) 21:28:51 (55/79) Installing libsrt (1.4.4-r0) 21:28:51 (56/79) Installing libssh (0.9.6-r1) 21:28:51 (57/79) Installing libtheora (1.1.1-r16) 21:28:51 (58/79) Installing libjpeg-turbo (2.1.3-r1) 21:28:51 (59/79) Installing v4l-utils-libs (1.22.1-r1) 21:28:51 (60/79) Installing libxext (1.3.4-r0) 21:28:51 (61/79) Installing libxfixes (6.0.0-r0) 21:28:51 (62/79) Installing wayland-libs-client (1.20.0-r0) 21:28:51 (63/79) Installing libva (2.14.0-r0) 21:28:51 (64/79) Installing libvdpau (1.5-r0) 21:28:51 (65/79) Installing vidstab (1.1.0-r1) 21:28:51 (66/79) Installing libvpx (1.11.0-r1) 21:28:51 (67/79) Installing libwebp (1.2.3-r0) 21:28:51 (68/79) Installing x264-libs (0.163_git20210613-r0) 21:28:51 (69/79) Installing numactl (2.0.14-r0) 21:28:51 (70/79) Installing x265-libs (3.5-r3) 21:28:51 (71/79) Installing xvidcore (1.3.7-r1) 21:28:51 (72/79) Installing ffmpeg-libs (5.0.1-r1) 21:28:52 (73/79) Installing ffmpeg (5.0.1-r1) 21:28:52 (74/79) Installing udev-init-scripts (35-r0) 21:28:52 Executing udev-init-scripts-35-r0.post-install 21:28:52 (75/79) Installing eudev-libs (3.2.11-r0) 21:28:52 (76/79) Installing xz-libs (5.2.5-r1) 21:28:52 (77/79) Installing zstd-libs (1.5.2-r1) 21:28:52 (78/79) Installing kmod-libs (29-r2) 21:28:52 (79/79) Installing eudev (3.2.11-r0) 21:28:52 Executing busybox-1.35.0-r17.trigger 21:28:52 Executing eudev-3.2.11-r0.trigger 21:28:52 OK: 77 MiB in 93 packages 21:28:56 Removing intermediate container e8a6604daeb9 21:28:56 ---> ce13310e0802 21:28:56 Step 18/35 : WORKDIR / 21:28:56 ---> Running in 39510a259ba9 21:28:56 Removing intermediate container 39510a259ba9 21:28:56 ---> 1a8ddd39166e 21:28:56 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 21:28:57 ---> b2965ff57618 21:28:57 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 21:28:57 ---> ac4dad9ab170 21:28:57 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 21:28:58 ---> ca4f6039ac65 21:28:58 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 21:28:58 ---> 6f26cc9403fd 21:28:58 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 21:28:59 ---> 09bda7ac4630 21:28:59 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 21:28:59 ---> 69c6b2b1e02b 21:28:59 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 21:29:00 ---> 666d093b0256 21:29:00 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 21:29:00 ---> Running in 3f8f1a1aca86 21:29:02 Removing intermediate container 3f8f1a1aca86 21:29:02 ---> bb090ba29fed 21:29:02 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 21:29:02 ---> Running in 8f74db41f183 21:29:04 Removing intermediate container 8f74db41f183 21:29:04 ---> 7af80f54305e 21:29:04 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 21:29:04 ---> Running in 1266d1723bce 21:29:06 Removing intermediate container 1266d1723bce 21:29:06 ---> e944f29d04de 21:29:06 Step 29/35 : EXPOSE 59983 21:29:06 ---> Running in 16b88fef41aa 21:29:06 Removing intermediate container 16b88fef41aa 21:29:06 ---> 2c38f5ef1a10 21:29:06 Step 30/35 : EXPOSE 8554 21:29:06 ---> Running in ca603064c4ea 21:29:06 Removing intermediate container ca603064c4ea 21:29:06 ---> bb10a7cb3edd 21:29:06 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 21:29:06 ---> Running in ee1d48a85c19 21:29:06 Removing intermediate container ee1d48a85c19 21:29:06 ---> 0a047516f194 21:29:06 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 21:29:06 ---> Running in ff580c709451 21:29:07 Removing intermediate container ff580c709451 21:29:07 ---> a3c477a7dda6 21:29:07 Step 33/35 : LABEL arch=arm64 21:29:07 ---> Running in 570e5de755d5 21:29:07 Removing intermediate container 570e5de755d5 21:29:07 ---> ce75a184b20b 21:29:07 Step 34/35 : LABEL git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:29:07 ---> Running in 7ba811aae8bd 21:29:07 Removing intermediate container 7ba811aae8bd 21:29:07 ---> 147dde28fa34 21:29:07 Step 35/35 : LABEL version=3.0.0-dev.13 21:29:07 ---> Running in 087b6aa18e67 21:29:08 Removing intermediate container 087b6aa18e67 21:29:08 ---> aa694805c4ea 21:29:08 [Warning] One or more build-args [ARCH] were not consumed 21:29:08 Successfully built aa694805c4ea 21:29:08 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 21:29:08 provisioning config files... 21:29:08 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/84@tmp/config5883236363150353493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:29:08 ---> docker-login.sh 21:29:08 nexus3.edgexfoundry.org:10001 21:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:08 Configure a credential helper to remove this warning. See 21:29:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:08 21:29:08 Login Succeeded 21:29:08 nexus3.edgexfoundry.org:10002 21:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:09 Configure a credential helper to remove this warning. See 21:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:09 21:29:09 Login Succeeded 21:29:09 nexus3.edgexfoundry.org:10003 21:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:09 Configure a credential helper to remove this warning. See 21:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:09 21:29:09 Login Succeeded 21:29:09 nexus3.edgexfoundry.org:10004 21:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:09 Configure a credential helper to remove this warning. See 21:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:09 21:29:09 Login Succeeded 21:29:09 docker.io 21:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:29:10 Configure a credential helper to remove this warning. See 21:29:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:29:10 21:29:10 Login Succeeded 21:29:10 ---> docker-login.sh ends [Pipeline] } 21:29:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:29:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:29:10 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 21:29:10 6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:29:10 latest 21:29:10 3.0.0-dev.13 21:29:10 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:29:10 main 21:29:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:10 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:11 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:29:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 21:29:11 811ce77fb95b: Preparing 21:29:11 abe78535461c: Preparing 21:29:11 4b955e8315ee: Preparing 21:29:11 a43932d1df72: Preparing 21:29:11 1207169bf42c: Preparing 21:29:11 51c2e924d6c1: Preparing 21:29:11 f4eeffe3c7b8: Preparing 21:29:11 f858ef964fe7: Preparing 21:29:11 10db12314602: Preparing 21:29:11 ce19da3a5a7b: Preparing 21:29:11 5c5d402ca05c: Preparing 21:29:11 f70ee36035b9: Preparing 21:29:11 f858ef964fe7: Waiting 21:29:11 10db12314602: Waiting 21:29:11 ce19da3a5a7b: Waiting 21:29:11 5c5d402ca05c: Waiting 21:29:11 f70ee36035b9: Waiting 21:29:11 f4eeffe3c7b8: Waiting 21:29:11 51c2e924d6c1: Waiting 21:29:11 811ce77fb95b: Pushed 21:29:11 abe78535461c: Pushed 21:29:11 4b955e8315ee: Pushed 21:29:11 1207169bf42c: Pushed 21:29:11 51c2e924d6c1: Pushed 21:29:11 10db12314602: Pushed 21:29:11 f858ef964fe7: Pushed 21:29:11 f4eeffe3c7b8: Pushed 21:29:11 f70ee36035b9: Layer already exists 21:29:16 a43932d1df72: Pushed 21:29:17 ce19da3a5a7b: Pushed 21:29:29 5c5d402ca05c: Pushed 21:29:29 6531ea4c41f254cf50b7bf163b00c66c5ab1611c: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:30 + 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 21:29:30 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 21:29:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 21:29:30 811ce77fb95b: Preparing 21:29:30 abe78535461c: Preparing 21:29:30 4b955e8315ee: Preparing 21:29:30 a43932d1df72: Preparing 21:29:30 1207169bf42c: Preparing 21:29:30 51c2e924d6c1: Preparing 21:29:30 f4eeffe3c7b8: Preparing 21:29:30 f858ef964fe7: Preparing 21:29:30 10db12314602: Preparing 21:29:30 ce19da3a5a7b: Preparing 21:29:30 5c5d402ca05c: Preparing 21:29:30 f70ee36035b9: Preparing 21:29:30 51c2e924d6c1: Waiting 21:29:30 f4eeffe3c7b8: Waiting 21:29:30 f858ef964fe7: Waiting 21:29:30 10db12314602: Waiting 21:29:30 ce19da3a5a7b: Waiting 21:29:30 5c5d402ca05c: Waiting 21:29:30 f70ee36035b9: Waiting 21:29:30 1207169bf42c: Layer already exists 21:29:30 abe78535461c: Layer already exists 21:29:30 a43932d1df72: Layer already exists 21:29:30 811ce77fb95b: Layer already exists 21:29:30 4b955e8315ee: Layer already exists 21:29:30 ce19da3a5a7b: Layer already exists 21:29:30 f4eeffe3c7b8: Layer already exists 21:29:30 f858ef964fe7: Layer already exists 21:29:30 10db12314602: Layer already exists 21:29:30 51c2e924d6c1: Layer already exists 21:29:30 f70ee36035b9: Layer already exists 21:29:30 5c5d402ca05c: Layer already exists 21:29:30 latest: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:31 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:31 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 21:29:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 21:29:31 811ce77fb95b: Preparing 21:29:31 abe78535461c: Preparing 21:29:31 4b955e8315ee: Preparing 21:29:31 a43932d1df72: Preparing 21:29:31 1207169bf42c: Preparing 21:29:31 51c2e924d6c1: Preparing 21:29:31 f4eeffe3c7b8: Preparing 21:29:31 f858ef964fe7: Preparing 21:29:31 10db12314602: Preparing 21:29:31 ce19da3a5a7b: Preparing 21:29:31 5c5d402ca05c: Preparing 21:29:31 f70ee36035b9: Preparing 21:29:31 10db12314602: Waiting 21:29:31 ce19da3a5a7b: Waiting 21:29:31 5c5d402ca05c: Waiting 21:29:31 f70ee36035b9: Waiting 21:29:31 51c2e924d6c1: Waiting 21:29:31 f4eeffe3c7b8: Waiting 21:29:31 f858ef964fe7: Waiting 21:29:31 1207169bf42c: Layer already exists 21:29:31 811ce77fb95b: Layer already exists 21:29:31 abe78535461c: Layer already exists 21:29:31 a43932d1df72: Layer already exists 21:29:31 4b955e8315ee: Layer already exists 21:29:31 51c2e924d6c1: Layer already exists 21:29:31 f858ef964fe7: Layer already exists 21:29:31 f4eeffe3c7b8: Layer already exists 21:29:31 10db12314602: Layer already exists 21:29:31 ce19da3a5a7b: Layer already exists 21:29:31 5c5d402ca05c: Layer already exists 21:29:31 f70ee36035b9: Layer already exists 21:29:31 3.0.0-dev.13: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:32 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:32 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:29:32 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 21:29:32 811ce77fb95b: Preparing 21:29:32 abe78535461c: Preparing 21:29:32 4b955e8315ee: Preparing 21:29:32 a43932d1df72: Preparing 21:29:32 1207169bf42c: Preparing 21:29:32 51c2e924d6c1: Preparing 21:29:32 f4eeffe3c7b8: Preparing 21:29:32 f858ef964fe7: Preparing 21:29:32 10db12314602: Preparing 21:29:32 ce19da3a5a7b: Preparing 21:29:32 5c5d402ca05c: Preparing 21:29:32 f70ee36035b9: Preparing 21:29:32 51c2e924d6c1: Waiting 21:29:32 f4eeffe3c7b8: Waiting 21:29:32 10db12314602: Waiting 21:29:32 f858ef964fe7: Waiting 21:29:32 ce19da3a5a7b: Waiting 21:29:32 5c5d402ca05c: Waiting 21:29:32 f70ee36035b9: Waiting 21:29:32 a43932d1df72: Layer already exists 21:29:32 abe78535461c: Layer already exists 21:29:32 1207169bf42c: Layer already exists 21:29:32 4b955e8315ee: Layer already exists 21:29:32 811ce77fb95b: Layer already exists 21:29:32 51c2e924d6c1: Layer already exists 21:29:32 10db12314602: Layer already exists 21:29:32 f4eeffe3c7b8: Layer already exists 21:29:32 f858ef964fe7: Layer already exists 21:29:32 ce19da3a5a7b: Layer already exists 21:29:32 5c5d402ca05c: Layer already exists 21:29:32 f70ee36035b9: Layer already exists 21:29:32 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:33 + 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 21:29:33 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 21:29:33 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 21:29:33 811ce77fb95b: Preparing 21:29:33 abe78535461c: Preparing 21:29:33 4b955e8315ee: Preparing 21:29:33 a43932d1df72: Preparing 21:29:33 1207169bf42c: Preparing 21:29:33 51c2e924d6c1: Preparing 21:29:33 f4eeffe3c7b8: Preparing 21:29:33 f858ef964fe7: Preparing 21:29:33 10db12314602: Preparing 21:29:33 ce19da3a5a7b: Preparing 21:29:33 5c5d402ca05c: Preparing 21:29:33 f70ee36035b9: Preparing 21:29:33 51c2e924d6c1: Waiting 21:29:33 f4eeffe3c7b8: Waiting 21:29:33 10db12314602: Waiting 21:29:33 ce19da3a5a7b: Waiting 21:29:33 5c5d402ca05c: Waiting 21:29:33 f70ee36035b9: Waiting 21:29:33 f858ef964fe7: Waiting 21:29:33 4b955e8315ee: Layer already exists 21:29:33 a43932d1df72: Layer already exists 21:29:33 1207169bf42c: Layer already exists 21:29:33 811ce77fb95b: Layer already exists 21:29:33 abe78535461c: Layer already exists 21:29:33 51c2e924d6c1: Layer already exists 21:29:33 10db12314602: Layer already exists 21:29:33 f4eeffe3c7b8: Layer already exists 21:29:33 ce19da3a5a7b: Layer already exists 21:29:33 f858ef964fe7: Layer already exists 21:29:33 f70ee36035b9: Layer already exists 21:29:33 5c5d402ca05c: Layer already exists 21:29:33 main: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:29:33 ===================================================== [Pipeline] echo 21:29:33 taggedImages: 21:29:33 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c 21:29:33 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 21:29:33 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 21:29:33 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 21:29:33 - 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 21:29:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:29:34 21:29:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:29:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:29:34 arm64: Pulling from edgex-lftools-log-publisher 21:29:34 8998bd30e6a1: Pulling fs layer 21:29:34 04944245beec: Pulling fs layer 21:29:34 699f458cf7ca: Pulling fs layer 21:29:34 765212b225bb: Pulling fs layer 21:29:34 f23df028b6ca: Pulling fs layer 21:29:34 d65c8cfc05b1: Pulling fs layer 21:29:34 2437ff75d9bd: Pulling fs layer 21:29:34 765212b225bb: Waiting 21:29:34 f23df028b6ca: Waiting 21:29:34 d65c8cfc05b1: Waiting 21:29:34 2437ff75d9bd: Waiting 21:29:34 04944245beec: Verifying Checksum 21:29:34 04944245beec: Download complete 21:29:34 765212b225bb: Verifying Checksum 21:29:34 765212b225bb: Download complete 21:29:34 f23df028b6ca: Verifying Checksum 21:29:34 f23df028b6ca: Download complete 21:29:34 d65c8cfc05b1: Verifying Checksum 21:29:34 d65c8cfc05b1: Download complete 21:29:34 699f458cf7ca: Verifying Checksum 21:29:34 699f458cf7ca: Download complete 21:29:35 8998bd30e6a1: Verifying Checksum 21:29:35 8998bd30e6a1: Download complete 21:29:37 2437ff75d9bd: Verifying Checksum 21:29:37 2437ff75d9bd: Download complete 21:29:39 8998bd30e6a1: Pull complete 21:29:39 04944245beec: Pull complete 21:29:40 699f458cf7ca: Pull complete 21:29:41 765212b225bb: Pull complete 21:29:42 f23df028b6ca: Pull complete 21:29:42 d65c8cfc05b1: Pull complete 21:29:57 2437ff75d9bd: Pull complete 21:29:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:29:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:29:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:29:57 prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container 21:29:57 $ 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/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@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 21:30:01 $ docker top 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:30:01 ---> job-cost.sh 21:30:02 lf-activate-venv: SKIPPING 21:30:02 INFO: No Stack... 21:30:02 INFO: Retrieving Pricing Info for: v3-standard-4 21:30:03 INFO: Archiving Costs [Pipeline] sh 21:30:03 + cut -d, -f6 21:30:03 + cat /w/workspace/device-usb-camera/84/archives/cost.csv [Pipeline] lock 21:30:03 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] 21:30:03 Resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] did not exist. Created. 21:30:03 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:30:04 /w/workspace/device-usb-camera/84@tmp/durable-062e11c5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:30:04 + echo total: 0.10999999940395355 [Pipeline] stash 21:30:04 Warning: overwriting stash ‘stack-cost’ 21:30:04 Stashed 1 file(s) [Pipeline] } 21:30:04 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] // lock [Pipeline] } 21:30:04 $ docker stop --time=1 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 21:30:06 $ docker rm -f --volumes 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 [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 21:30:06 provisioning config files... 21:30:06 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config9211930894325971592tmp [Pipeline] { [Pipeline] sh 21:30:06 + set +x 21:30:06 + bash -s -- 21:30:06 + curl -s https://codecov.io/bash 21:30:06 21:30:06 _____ _ 21:30:06 / ____| | | 21:30:06 | | ___ __| | ___ ___ _____ __ 21:30:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:30:06 | |___| (_) | (_| | __/ (_| (_) \ V / 21:30:06 \_____\___/ \__,_|\___|\___\___/ \_/ 21:30:06 Bash-1.0.6 21:30:06 21:30:06 21:30:06 ==> git version 2.25.1 found 21:30:06 ==> 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 21:30:06 Release-Date: 2020-01-08 21:30:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:30:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:30:06 ==> Jenkins CI detected. 21:30:06 current dir:  /w/workspace/exfoundry_device-usb-camera_main 21:30:06 project root: . 21:30:06 --> token set from env 21:30:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:30:06 ==> Running gcov in . (disable via -X gcov) 21:30:06 ==> Python coveragepy not found 21:30:06 ==> Searching for coverage reports in: 21:30:06 + . 21:30:06 -> Found 1 reports 21:30:06 ==> Detecting git/mercurial file structure 21:30:06 ==> Reading reports 21:30:06 + ./coverage.out bytes=28352 21:30:06 ==> Appending adjustments 21:30:06 https://docs.codecov.io/docs/fixing-reports 21:30:07 + Found adjustments 21:30:07 ==> Gzipping contents 21:30:07 4.0K /tmp/codecov.12lq7g.gz 21:30:07 ==> Uploading reports 21:30:07 url: https://codecov.io 21:30:07 query: branch=main&commit=6531ea4c41f254cf50b7bf163b00c66c5ab1611c&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 21:30:07 -> Pinging Codecov 21:30:07 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=6531ea4c41f254cf50b7bf163b00c66c5ab1611c&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 21:30:07 -> Uploading to 21:30:07 https://storage.googleapis.com/codecov/v4/raw/2023-03-03/73D8F5FF140700D3E01443B452E23636/6531ea4c41f254cf50b7bf163b00c66c5ab1611c/ad0aa46f-30e3-4556-8ce5-32dfb9ae011c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230303T213007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=986817c5494d3cab7090bf783ecf92d6ef0debceae641ece979cb323f2efe24b 21:30:07 % Total % Received % Xferd Average Speed Time Time Time Current 21:30:07 Dload Upload Total Spent Left Speed 21:30:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4001 0 0 100 4001 0 11943 --:--:-- --:--:-- --:--:-- 11943 21:30:07 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } 21:30:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:30:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:30:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:30:08 21:30:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:30:08 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:30:08 df9b9388f04a: Pulling fs layer 21:30:08 52dc419b0ee2: Pulling fs layer 21:30:08 25bc292e5bac: Pulling fs layer 21:30:08 114826534d7a: Pulling fs layer 21:30:08 4657fd5d0bcf: Pulling fs layer 21:30:08 6ad1cebc031e: Pulling fs layer 21:30:08 8a3aa393b2d8: Pulling fs layer 21:30:08 114826534d7a: Waiting 21:30:08 4657fd5d0bcf: Waiting 21:30:08 6ad1cebc031e: Waiting 21:30:08 8a3aa393b2d8: Waiting 21:30:08 25bc292e5bac: Verifying Checksum 21:30:08 25bc292e5bac: Download complete 21:30:08 52dc419b0ee2: Download complete 21:30:08 4657fd5d0bcf: Verifying Checksum 21:30:08 4657fd5d0bcf: Download complete 21:30:08 df9b9388f04a: Download complete 21:30:08 df9b9388f04a: Pull complete 21:30:08 52dc419b0ee2: Pull complete 21:30:08 6ad1cebc031e: Verifying Checksum 21:30:08 6ad1cebc031e: Download complete 21:30:09 25bc292e5bac: Pull complete 21:30:09 114826534d7a: Verifying Checksum 21:30:09 114826534d7a: Download complete 21:30:09 8a3aa393b2d8: Verifying Checksum 21:30:09 8a3aa393b2d8: Download complete 21:30:13 114826534d7a: Pull complete 21:30:13 4657fd5d0bcf: Pull complete 21:30:13 6ad1cebc031e: Pull complete 21:30:16 8a3aa393b2d8: Pull complete 21:30:16 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:30:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:16 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:30: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 21:30:18 $ docker top 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 -eo pid,comm [Pipeline] { [Pipeline] echo 21:30:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 21:30:18 + set -o pipefail 21:30:18 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 21:30:25 21:30:25 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 21:30:25 21:30:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/6e30d35e-31b2-4815-be19-4284af721011 21:30:25 21:30:25 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:30:25 21:30:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:30:25 21:30:25 21:30:25 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:30:25 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:30:25 More details here: https://snyk.co/ue1NS [Pipeline] } 21:30:25 $ docker stop --time=1 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 21:30:27 $ docker rm -f --volumes 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 [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 21:30:28 + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] sh 21:30:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:30:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:30:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:28 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:30:28 $ 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 21:30:29 $ docker top 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:30:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:30:29 [ssh-agent] Looking for ssh-agent implementation... 21:30:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:30:29 $ docker exec 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec ssh-agent 21:30:29 SSH_AUTH_SOCK=/tmp/ssh-2iSYqqMo3bq8/agent.32 21:30:29 SSH_AGENT_PID=38 21:30:29 Running ssh-add (command line suppressed) 21:30:29 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1777233658231095023.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1777233658231095023.key) 21:30:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:30:30 + git semver tag 21:30:30 2023-03-03 21:30:30,322 [run_tag] DEBUG tag force:False 21:30:30 2023-03-03 21:30:30,322 [check_head_tag] DEBUG check head tag 21:30:30 2023-03-03 21:30:30,323 [execute] INFO git cat-file --batch-check 21:30:30 2023-03-03 21:30:30,324 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 21:30:30 2023-03-03 21:30:30,327 [execute] INFO git cat-file --batch 21:30:30 2023-03-03 21:30:30,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 21:30:30 2023-03-03 21:30:30,351 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:30 2023-03-03 21:30:30,351 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 21:30:30 2023-03-03 21:30:30,351 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 21:30:30 2023-03-03 21:30:30,356 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:30 3.0.0-dev.13 [Pipeline] } 21:30:30 $ docker exec --env ******** --env ******** 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec ssh-agent -k 21:30:30 unset SSH_AUTH_SOCK; 21:30:30 unset SSH_AGENT_PID; 21:30:30 echo Agent pid 38 killed; 21:30:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:30:30 + git semver [Pipeline] } 21:30:31 $ docker stop --time=1 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec 21:30:32 $ docker rm -f --volumes 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:30:32 21:30:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:30:33 0.23.1-centos7: Pulling from edgex-lftools 21:30:33 ab5ef0e58194: Pulling fs layer 21:30:33 9712f1f96733: Pulling fs layer 21:30:33 63f879dbbcfc: Pulling fs layer 21:30:33 0d9ebad4ef96: Pulling fs layer 21:30:33 e9a5061849ea: Pulling fs layer 21:30:33 d747dcd14b5f: Pulling fs layer 21:30:33 2de7ff778b66: Pulling fs layer 21:30:33 d747dcd14b5f: Waiting 21:30:33 0d9ebad4ef96: Waiting 21:30:33 e9a5061849ea: Waiting 21:30:33 2de7ff778b66: Waiting 21:30:33 9712f1f96733: Verifying Checksum 21:30:33 9712f1f96733: Download complete 21:30:33 63f879dbbcfc: Verifying Checksum 21:30:33 63f879dbbcfc: Download complete 21:30:34 e9a5061849ea: Verifying Checksum 21:30:34 e9a5061849ea: Download complete 21:30:34 0d9ebad4ef96: Verifying Checksum 21:30:34 0d9ebad4ef96: Download complete 21:30:34 d747dcd14b5f: Download complete 21:30:34 ab5ef0e58194: Verifying Checksum 21:30:34 ab5ef0e58194: Download complete 21:30:34 2de7ff778b66: Verifying Checksum 21:30:34 2de7ff778b66: Download complete 21:30:36 ab5ef0e58194: Pull complete 21:30:36 9712f1f96733: Pull complete 21:30:37 63f879dbbcfc: Pull complete 21:30:41 0d9ebad4ef96: Pull complete 21:30:41 e9a5061849ea: Pull complete 21:30:41 d747dcd14b5f: Pull complete 21:30:42 2de7ff778b66: Pull complete 21:30:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:30:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:30:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:42 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:30:42 $ 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 21:30:44 $ docker top 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:30:44 provisioning config files... 21:30:44 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5585668613373103938tmp 21:30:44 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11772578576251383297tmp 21:30:44 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5843643273761787774tmp [Pipeline] { [Pipeline] echo 21:30:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:30:44 ---> sigul-configuration.sh 21:30:44 gpg: directory `/root/.gnupg' created 21:30:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:30:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:30:44 gpg: keyring `/root/.gnupg/secring.gpg' created 21:30:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:30:44 gpg: CAST5 encrypted data 21:30:44 gpg: encrypted with 1 passphrase 21:30:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:30:45 + mkdir /home/jenkins 21:30:45 + mkdir /home/jenkins/sigul [Pipeline] sh 21:30:45 + 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 21:30:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:30:45 ---> sigul-install.sh 21:30:45 Sigul already installed; skipping installation. [Pipeline] sh 21:30:46 + git tag --list 21:30:46 v0.0.0 21:30:46 v0.0.1-dev.1 21:30:46 v0.0.1-dev.10 21:30:46 v0.0.1-dev.11 21:30:46 v0.0.1-dev.12 21:30:46 v0.0.1-dev.13 21:30:46 v0.0.1-dev.14 21:30:46 v0.0.1-dev.15 21:30:46 v0.0.1-dev.16 21:30:46 v0.0.1-dev.2 21:30:46 v0.0.1-dev.3 21:30:46 v0.0.1-dev.4 21:30:46 v0.0.1-dev.5 21:30:46 v0.0.1-dev.6 21:30:46 v0.0.1-dev.7 21:30:46 v0.0.1-dev.8 21:30:46 v0.0.1-dev.9 21:30:46 v2.2.0 21:30:46 v2.2.0-dev.17 21:30:46 v2.2.0-dev.18 21:30:46 v2.2.0-dev.19 21:30:46 v2.2.0-dev.20 21:30:46 v2.2.0-dev.21 21:30:46 v2.2.0-dev.22 21:30:46 v2.2.0-dev.23 21:30:46 v2.2.0-dev.24 21:30:46 v2.2.0-dev.25 21:30:46 v2.2.0-dev.26 21:30:46 v2.2.0-dev.27 21:30:46 v2.3.0 21:30:46 v2.3.0-dev.1 21:30:46 v2.3.0-dev.10 21:30:46 v2.3.0-dev.11 21:30:46 v2.3.0-dev.12 21:30:46 v2.3.0-dev.13 21:30:46 v2.3.0-dev.14 21:30:46 v2.3.0-dev.15 21:30:46 v2.3.0-dev.16 21:30:46 v2.3.0-dev.17 21:30:46 v2.3.0-dev.18 21:30:46 v2.3.0-dev.19 21:30:46 v2.3.0-dev.2 21:30:46 v2.3.0-dev.20 21:30:46 v2.3.0-dev.21 21:30:46 v2.3.0-dev.22 21:30:46 v2.3.0-dev.23 21:30:46 v2.3.0-dev.24 21:30:46 v2.3.0-dev.25 21:30:46 v2.3.0-dev.26 21:30:46 v2.3.0-dev.27 21:30:46 v2.3.0-dev.28 21:30:46 v2.3.0-dev.3 21:30:46 v2.3.0-dev.4 21:30:46 v2.3.0-dev.5 21:30:46 v2.3.0-dev.6 21:30:46 v2.3.0-dev.7 21:30:46 v2.3.0-dev.8 21:30:46 v2.3.0-dev.9 21:30:46 v3.0.0-dev.1 21:30:46 v3.0.0-dev.10 21:30:46 v3.0.0-dev.11 21:30:46 v3.0.0-dev.12 21:30:46 v3.0.0-dev.13 21:30:46 v3.0.0-dev.2 21:30:46 v3.0.0-dev.3 21:30:46 v3.0.0-dev.4 21:30:46 v3.0.0-dev.5 21:30:46 v3.0.0-dev.6 21:30:46 v3.0.0-dev.7 21:30:46 v3.0.0-dev.8 21:30:46 v3.0.0-dev.9 [Pipeline] sh 21:30:46 + lftools sign git-tag v3.0.0-dev.13 21:30:46 Signing Git tag with Sigul... 21:30:46 Signing v3.0.0-dev.13 [Pipeline] echo 21:30:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:30:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:30:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:30:47 $ docker stop --time=1 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e 21:30:48 $ docker rm -f --volumes 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:30:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:30:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:30:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:49 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:30:49 $ 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 21:30:50 $ docker top 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba -eo pid,comm 21:30:50 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). 21:30:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:30:50 [ssh-agent] Looking for ssh-agent implementation... 21:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:30:50 $ docker exec 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba ssh-agent 21:30:50 SSH_AUTH_SOCK=/tmp/ssh-ZiMuewKROxHt/agent.31 21:30:50 SSH_AGENT_PID=37 21:30:50 Running ssh-add (command line suppressed) 21:30:50 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13038733064891821144.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13038733064891821144.key) 21:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:30:50 + git semver bump pre 21:30:51 2023-03-03 21:30:50,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:51 2023-03-03 21:30:50,946 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev 21:30:51 2023-03-03 21:30:50,946 [bump_version] DEBUG bumped version:3.0.0-dev.14 21:30:51 2023-03-03 21:30:50,946 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 21:30:51 2023-03-03 21:30:50,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:51 2023-03-03 21:30:50,947 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:51 2023-03-03 21:30:50,948 [execute] INFO git cat-file --batch-check 21:30:51 2023-03-03 21:30:50,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 21:30:51 2023-03-03 21:30:50,955 [execute] INFO git cat-file --batch 21:30:51 2023-03-03 21:30:50,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 21:30:51 2023-03-03 21:30:50,961 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:51 3.0.0-dev.14 [Pipeline] } 21:30:51 $ docker exec --env ******** --env ******** 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba ssh-agent -k 21:30:51 unset SSH_AUTH_SOCK; 21:30:51 unset SSH_AGENT_PID; 21:30:51 echo Agent pid 37 killed; 21:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:30:51 + git semver [Pipeline] } 21:30:51 $ docker stop --time=1 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba 21:30:52 $ docker rm -f --volumes 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba [Pipeline] // withDockerContainer [Pipeline] sh 21:30:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:30:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:30:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:30:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:30:53 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:30:53 $ 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 21:30:54 $ docker top 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d -eo pid,comm 21:30:54 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). 21:30:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:30:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:30:54 [ssh-agent] Looking for ssh-agent implementation... 21:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:30:54 $ docker exec 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d ssh-agent 21:30:54 SSH_AUTH_SOCK=/tmp/ssh-kxcjqeBXKBcQ/agent.33 21:30:54 SSH_AGENT_PID=39 21:30:54 Running ssh-add (command line suppressed) 21:30:54 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1912147875122008339.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1912147875122008339.key) 21:30:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:30:54 + git semver push 21:30:55 2023-03-03 21:30:55,022 [run_push] DEBUG push 21:30:55 2023-03-03 21:30:55,023 [execute] INFO git cat-file --batch-check 21:30:55 2023-03-03 21:30:55,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 21:30:55 2023-03-03 21:30:55,028 [execute] INFO git rev-list b973a762173bf3378828e1f216c3e5fea070f0bc -- 21:30:55 2023-03-03 21:30:55,029 [execute] DEBUG Popen(['git', 'rev-list', 'b973a762173bf3378828e1f216c3e5fea070f0bc', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 21:30:55 2023-03-03 21:30:55,036 [execute] INFO git fetch -v origin 21:30:55 2023-03-03 21:30:55,037 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 21:30:55 2023-03-03 21:30:55,628 [run_push] DEBUG no remote changes detected 21:30:55 2023-03-03 21:30:55,628 [execute] INFO git push origin semver 21:30:55 2023-03-03 21:30:55,629 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 21:30:56 2023-03-03 21:30:56,483 [run_push] DEBUG push all version tags 21:30:56 2023-03-03 21:30:56,483 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:30:56 2023-03-03 21:30:56,484 [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) 21:30:57 2023-03-03 21:30:57,367 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 21:30:57 3.0.0-dev.14 [Pipeline] } 21:30:57 $ docker exec --env ******** --env ******** 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d ssh-agent -k 21:30:57 unset SSH_AUTH_SOCK; 21:30:57 unset SSH_AGENT_PID; 21:30:57 echo Agent pid 39 killed; 21:30:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:30:57 + git semver [Pipeline] } 21:30:58 $ docker stop --time=1 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d 21:30:59 $ docker rm -f --volumes 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d [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 21:31:00 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 21:31:00 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 21:31:00 total 16 21:31:00 drwxr-xr-x 3 root root 4096 Mar 3 21:21 . 21:31:00 drwxrwxr-x 11 jenkins jenkins 4096 Mar 3 21:30 .. 21:31:00 drwxr-xr-x 2 root root 4096 Mar 3 21:21 cost 21:31:00 -rw-r--r-- 1 root root 88 Mar 3 21:21 cost.csv 21:31:00 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 21:31:00 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 21:31:00 total 16 21:31:00 drwxr-xr-x 3 jenkins jenkins 4096 Mar 3 21:21 . 21:31:00 drwxrwxr-x 11 jenkins jenkins 4096 Mar 3 21:30 .. 21:31:00 drwxr-xr-x 2 jenkins jenkins 4096 Mar 3 21:21 cost 21:31:00 -rw-r--r-- 1 jenkins jenkins 88 Mar 3 21:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:31:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:31:01 ---> package-listing.sh 21:31:01 ++ facter osfamily 21:31:01 ++ tr '[:upper:]' '[:lower:]' 21:31:01 + OS_FAMILY=debian 21:31:01 + workspace=/w/workspace/exfoundry_device-usb-camera_main 21:31:01 + START_PACKAGES=/tmp/packages_start.txt 21:31:01 + END_PACKAGES=/tmp/packages_end.txt 21:31:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:31:01 + PACKAGES=/tmp/packages_start.txt 21:31:01 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 21:31:01 + PACKAGES=/tmp/packages_end.txt 21:31:01 + case "${OS_FAMILY}" in 21:31:01 + dpkg -l 21:31:01 + grep '^ii' 21:31:01 + '[' -f /tmp/packages_start.txt ']' 21:31:01 + '[' -f /tmp/packages_end.txt ']' 21:31:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:31:01 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 21:31:01 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 21:31:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 21:31:01 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 21:31:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:31:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:31:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:31:02 prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container 21:31:02 $ 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 21:31:02 $ docker top 77b73d8ea8a9d0c568719ec059148f36f25f7f4f2d4351fe9a5d77eb7b5c7830 -eo pid,comm [Pipeline] { [Pipeline] sh 21:31:03 + touch /tmp/pre-build-complete [Pipeline] sh 21:31:03 + mkdir -p /var/log/sysstat [Pipeline] sh 21:31:03 + ls /var/log/sa-host 21:31:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:31:03 provisioning config files... 21:31:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3782111341733888571tmp [Pipeline] { [Pipeline] echo 21:31:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> create-netrc.sh [Pipeline] } 21:31:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> python-tools-install.sh [Pipeline] echo 21:31:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> sudo-logs.sh 21:31:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:31:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:31:04 ---> job-cost.sh 21:31:04 lf-activate-venv: SKIPPING 21:31:04 DEBUG: total: 0.2199999988079071 21:31:04 INFO: Retrieving Stack Cost... 21:31:05 INFO: Retrieving Pricing Info for: v3-standard-8 21:31:05 INFO: Archiving Costs [Pipeline] echo 21:31:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:31:06 ---> logs-deploy.sh 21:31:06 lf-activate-venv: SKIPPING 21:31:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/84 21:31:06 INFO: archiving workspace using pattern(s): 21:31:07 Archives upload complete. 21:31:07 INFO: archiving logs to Nexus 21:31:07 ---> uname -a: 21:31:07 Linux prd-ubuntu20-04-docker-8c-8g-8185 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:31:07 21:31:07 21:31:07 ---> lscpu: 21:31:07 Architecture: x86_64 21:31:07 CPU op-mode(s): 32-bit, 64-bit 21:31:07 Byte Order: Little Endian 21:31:07 Address sizes: 40 bits physical, 48 bits virtual 21:31:07 CPU(s): 8 21:31:07 On-line CPU(s) list: 0-7 21:31:07 Thread(s) per core: 1 21:31:07 Core(s) per socket: 1 21:31:07 Socket(s): 8 21:31:07 NUMA node(s): 1 21:31:07 Vendor ID: AuthenticAMD 21:31:07 CPU family: 23 21:31:07 Model: 49 21:31:07 Model name: AMD EPYC-Rome Processor 21:31:07 Stepping: 0 21:31:07 CPU MHz: 2799.996 21:31:07 BogoMIPS: 5599.99 21:31:07 Virtualization: AMD-V 21:31:07 Hypervisor vendor: KVM 21:31:07 Virtualization type: full 21:31:07 L1d cache: 256 KiB 21:31:07 L1i cache: 256 KiB 21:31:07 L2 cache: 4 MiB 21:31:07 L3 cache: 128 MiB 21:31:07 NUMA node0 CPU(s): 0-7 21:31:07 Vulnerability Itlb multihit: Not affected 21:31:07 Vulnerability L1tf: Not affected 21:31:07 Vulnerability Mds: Not affected 21:31:07 Vulnerability Meltdown: Not affected 21:31:07 Vulnerability Mmio stale data: Not affected 21:31:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:31:07 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:31:07 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:31:07 Vulnerability Srbds: Not affected 21:31:07 Vulnerability Tsx async abort: Not affected 21:31:07 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 21:31:07 21:31:07 21:31:07 ---> nproc: 21:31:07 8 21:31:07 21:31:07 21:31:07 ---> df -h: 21:31:07 Filesystem Size Used Avail Use% Mounted on 21:31:07 overlay 155G 13G 142G 9% / 21:31:07 tmpfs 64M 0 64M 0% /dev 21:31:07 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:31:07 shm 64M 0 64M 0% /dev/shm 21:31:07 /dev/vda1 155G 13G 142G 9% /facter-os 21:31:07 21:31:07 21:31:07 ---> sar -b -r -n DEV: 21:31:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8185) 03/03/23 _x86_64_ (8 CPU) 21:31:07 21:31:07 21:17:59 LINUX RESTART (8 CPU) 21:31:07 21:31:07 21:18:07 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:31:07 21:19:00 256.05 124.92 87.30 43.84 10957.87 108041.91 5677090.71 21:31:07 21:20:02 200.44 1.49 198.95 0.00 45.50 131496.48 0.00 21:31:07 21:21:01 214.03 0.24 213.79 0.00 16.81 79699.09 0.00 21:31:07 21:22:01 35.21 0.03 35.18 0.00 8.53 16748.81 0.00 21:31:07 21:23:01 1.58 0.00 1.58 0.00 0.00 19.21 0.00 21:31:07 21:24:01 54.17 10.58 43.59 0.00 5154.87 8704.55 0.00 21:31:07 21:25:01 4.36 0.02 4.35 0.00 0.13 100.08 0.00 21:31:07 21:26:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 21:31:07 21:27:01 1.90 0.00 1.90 0.00 0.00 22.53 0.00 21:31:07 21:28:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 21:31:07 21:29:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 21:31:07 21:30:01 0.83 0.00 0.83 0.00 0.00 10.13 0.00 21:31:07 21:31:01 119.29 0.47 118.83 0.00 46.65 56860.51 0.00 21:31:07 Average: 67.17 9.71 54.40 3.06 1173.29 30373.23 396115.32 21:31:07 21:31:07 21:18:07 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:31:07 21:19:00 29665988 31586848 750244 2.28 61420 2160792 2063612 6.08 1002024 1902520 273212 21:31:07 21:20:02 27759780 31135588 1157668 3.52 148724 3411616 2302636 6.79 1602744 3041388 128976 21:31:07 21:21:01 27939212 31559508 734780 2.23 155384 3651596 1817876 5.36 1241216 3231728 964 21:31:07 21:22:01 27428548 31557932 734092 2.23 162308 4103680 1756476 5.18 1258372 3670760 164 21:31:07 21:23:01 27428568 31558064 733644 2.23 162368 4103676 1756476 5.18 1258008 3670764 28 21:31:07 21:24:01 26903892 31542652 737796 2.24 195588 4559264 1808688 5.33 1576600 3842808 164 21:31:07 21:25:01 26908668 31542596 737628 2.24 194136 4556012 1815268 5.35 1574932 3839692 128 21:31:07 21:26:01 26914424 31548404 731748 2.23 194200 4556012 1815268 5.35 1568940 3839692 8 21:31:07 21:27:01 26914320 31548804 731528 2.22 194272 4556148 1815268 5.35 1568960 3840116 156 21:31:07 21:28:01 26914832 31549400 730916 2.22 194360 4556144 1798956 5.30 1568844 3840120 8 21:31:07 21:29:01 26914720 31549324 730888 2.22 194432 4556152 1798956 5.30 1568980 3840120 8 21:31:07 21:30:01 26914672 31549416 730852 2.22 194452 4556156 1798956 5.30 1568788 3840216 12 21:31:07 21:31:01 25386252 31497180 779304 2.37 232892 5865220 1881520 5.55 1716248 5087992 484 21:31:07 Average: 27230298 31517363 770853 2.34 175734 4245574 1863843 5.49 1467281 3652917 31101 21:31:07 21:31:07 21:18:07 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:31:07 21:19:00 lo 8.81 8.81 0.84 0.84 0.00 0.00 0.00 0.00 21:31:07 21:19:00 docker0 1.43 1.46 0.21 10.01 0.00 0.00 0.00 0.00 21:31:07 21:19:00 ens3 710.14 445.95 7119.09 93.41 0.00 0.00 0.00 0.00 21:31:07 21:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:20:02 docker0 201.75 335.13 15.89 2581.02 0.00 0.00 0.00 0.00 21:31:07 21:20:02 ens3 374.45 224.57 2616.42 34.45 0.00 0.00 0.00 0.00 21:31:07 21:20:02 veth7f27c49 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 21:31:07 21:21:01 lo 10.78 10.78 1.05 1.05 0.00 0.00 0.00 0.00 21:31:07 21:21:01 docker0 15.88 39.26 1.17 647.15 0.00 0.00 0.00 0.00 21:31:07 21:21:01 ens3 237.85 200.63 932.55 1055.73 0.00 0.00 0.00 0.00 21:31:07 21:22:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 21:31:07 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:22:01 ens3 102.53 62.37 2524.15 10.73 0.00 0.00 0.00 0.00 21:31:07 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:31:07 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:23:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:31:07 21:24:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:31:07 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:24:01 ens3 149.58 73.05 2785.98 5.35 0.00 0.00 0.00 0.00 21:31:07 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:31:07 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:25:01 ens3 0.23 0.18 0.02 0.01 0.00 0.00 0.00 0.00 21:31:07 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:31:07 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:27:01 ens3 0.57 0.62 0.26 0.23 0.00 0.00 0.00 0.00 21:31:07 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:31:07 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:29:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:31:07 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:31:07 21:31:01 lo 2.27 2.27 0.22 0.22 0.00 0.00 0.00 0.00 21:31:07 21:31:01 docker0 35.62 64.08 3.24 588.75 0.00 0.00 0.00 0.00 21:31:07 21:31:01 ens3 431.31 261.48 7814.53 51.99 0.00 0.00 0.00 0.00 21:31:07 Average: lo 1.79 1.79 0.17 0.17 0.00 0.00 0.00 0.00 21:31:07 Average: docker0 19.97 34.47 1.61 299.07 0.00 0.00 0.00 0.00 21:31:07 Average: ens3 150.26 94.96 1791.44 95.01 0.00 0.00 0.00 0.00 21:31:07 21:31:07 21:31:07 ---> sar -P ALL: 21:31:07 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8185) 03/03/23 _x86_64_ (8 CPU) 21:31:07 21:31:07 21:17:59 LINUX RESTART (8 CPU) 21:31:07 21:31:07 21:18:07 CPU %user %nice %system %iowait %steal %idle 21:31:07 21:19:00 all 8.07 0.02 2.95 2.42 0.04 86.49 21:31:07 21:19:00 0 8.13 0.00 3.99 4.44 0.04 83.40 21:31:07 21:19:00 1 7.11 0.06 2.74 2.35 0.04 87.70 21:31:07 21:19:00 2 6.50 0.00 3.27 5.00 0.06 85.17 21:31:07 21:19:00 3 7.03 0.09 3.00 1.40 0.04 88.43 21:31:07 21:19:00 4 10.14 0.00 2.85 2.18 0.04 84.79 21:31:07 21:19:00 5 6.96 0.00 3.16 1.27 0.04 88.57 21:31:07 21:19:00 6 12.12 0.00 2.38 1.34 0.04 84.12 21:31:07 21:19:00 7 6.56 0.04 2.22 1.38 0.04 89.77 21:31:07 21:20:02 all 24.80 0.00 6.51 1.69 0.06 66.94 21:31:07 21:20:02 0 25.61 0.00 7.10 3.29 0.07 63.93 21:31:07 21:20:02 1 25.74 0.00 6.08 0.43 0.07 67.69 21:31:07 21:20:02 2 23.94 0.00 6.20 4.80 0.05 65.02 21:31:07 21:20:02 3 27.85 0.00 7.49 0.95 0.07 63.65 21:31:07 21:20:02 4 24.71 0.00 5.66 2.03 0.07 67.53 21:31:07 21:20:02 5 24.90 0.00 5.50 1.55 0.07 67.98 21:31:07 21:20:02 6 21.42 0.00 8.33 0.25 0.05 69.95 21:31:07 21:20:02 7 24.24 0.00 5.71 0.20 0.08 69.76 21:31:07 21:21:01 all 26.64 0.00 4.98 1.14 0.07 67.17 21:31:07 21:21:01 0 24.24 0.00 4.47 0.48 0.05 70.76 21:31:07 21:21:01 1 27.54 0.00 5.25 4.04 0.07 63.10 21:31:07 21:21:01 2 26.63 0.00 5.11 0.33 0.07 67.86 21:31:07 21:21:01 3 26.92 0.00 5.51 1.44 0.09 66.04 21:31:07 21:21:01 4 28.70 0.00 4.77 0.07 0.07 66.40 21:31:07 21:21:01 5 26.54 0.00 5.22 1.41 0.09 66.75 21:31:07 21:21:01 6 25.56 0.00 4.74 0.29 0.07 69.34 21:31:07 21:21:01 7 26.97 0.00 4.77 1.10 0.07 67.10 21:31:07 21:22:01 all 2.80 0.00 1.26 0.32 0.02 95.60 21:31:07 21:22:01 0 2.76 0.00 1.57 0.03 0.02 95.62 21:31:07 21:22:01 1 2.19 0.00 1.69 0.00 0.02 96.10 21:31:07 21:22:01 2 3.23 0.00 0.89 0.03 0.02 95.83 21:31:07 21:22:01 3 3.03 0.00 1.69 2.23 0.02 93.03 21:31:07 21:22:01 4 2.38 0.00 1.16 0.02 0.02 96.43 21:31:07 21:22:01 5 2.98 0.00 0.99 0.24 0.02 95.77 21:31:07 21:22:01 6 2.53 0.00 1.16 0.00 0.02 96.30 21:31:07 21:22:01 7 3.28 0.00 0.94 0.03 0.02 95.73 21:31:07 21:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 21:31:07 21:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:31:07 21:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:31:07 21:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:31:07 21:23:01 3 0.00 0.00 0.02 0.03 0.00 99.95 21:31:07 21:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 21:31:07 21:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:31:07 21:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:31:07 21:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:31:07 21:24:01 all 2.27 0.00 1.43 0.40 0.01 95.89 21:31:07 21:24:01 0 1.48 0.00 2.00 0.12 0.02 96.38 21:31:07 21:24:01 1 5.13 0.00 1.72 0.40 0.02 92.73 21:31:07 21:24:01 2 2.72 0.00 1.02 0.23 0.02 96.02 21:31:07 21:24:01 3 1.22 0.00 0.89 1.57 0.02 96.30 21:31:07 21:24:01 4 1.57 0.00 1.90 0.05 0.00 96.48 21:31:07 21:24:01 5 1.52 0.00 1.04 0.32 0.02 97.10 21:31:07 21:24:01 6 2.97 0.00 1.03 0.17 0.00 95.83 21:31:07 21:24:01 7 1.52 0.00 1.87 0.32 0.02 96.28 21:31:07 21:25:01 all 0.14 0.00 0.06 0.02 0.00 99.79 21:31:07 21:25:01 0 0.07 0.00 0.05 0.00 0.00 99.88 21:31:07 21:25:01 1 0.72 0.00 0.12 0.00 0.00 99.17 21:31:07 21:25:01 2 0.15 0.00 0.05 0.00 0.00 99.80 21:31:07 21:25:01 3 0.07 0.00 0.05 0.12 0.00 99.77 21:31:07 21:25:01 4 0.02 0.00 0.05 0.00 0.00 99.93 21:31:07 21:25:01 5 0.03 0.00 0.05 0.02 0.00 99.90 21:31:07 21:25:01 6 0.02 0.00 0.05 0.00 0.00 99.93 21:31:07 21:25:01 7 0.03 0.00 0.03 0.02 0.00 99.92 21:31:07 21:26:01 all 0.09 0.00 0.01 0.01 0.00 99.89 21:31:07 21:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:31:07 21:26:01 1 0.62 0.00 0.03 0.00 0.00 99.35 21:31:07 21:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 21:31:07 21:26:01 3 0.02 0.00 0.00 0.03 0.00 99.95 21:31:07 21:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:31:07 21:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:31:07 21:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:31:07 21:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 21:31:07 21:27:01 all 0.09 0.00 0.01 0.01 0.00 99.88 21:31:07 21:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:31:07 21:27:01 1 0.55 0.00 0.02 0.00 0.02 99.42 21:31:07 21:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 21:31:07 21:27:01 3 0.03 0.00 0.02 0.07 0.00 99.88 21:31:07 21:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:31:07 21:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 21:31:07 21:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:31:07 21:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 21:31:07 21:28:01 all 0.10 0.00 0.01 0.01 0.01 99.88 21:31:07 21:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:31:07 21:28:01 1 0.60 0.00 0.02 0.00 0.00 99.38 21:31:07 21:28:01 2 0.08 0.00 0.00 0.00 0.02 99.90 21:31:07 21:28:01 3 0.02 0.00 0.00 0.05 0.02 99.92 21:31:07 21:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 21:31:07 21:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:31:07 21:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 21:31:07 21:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 21:31:07 21:29:01 all 0.05 0.00 0.01 0.01 0.00 99.93 21:31:07 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:31:07 21:29:01 1 0.30 0.00 0.00 0.00 0.00 99.70 21:31:07 21:29:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:31:07 21:29:01 3 0.00 0.00 0.00 0.05 0.00 99.95 21:31:07 21:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:31:07 21:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:31:07 21:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:31:07 21:29:01 7 0.00 0.00 0.00 0.02 0.00 99.98 21:31:07 21:31:07 21:29:01 CPU %user %nice %system %iowait %steal %idle 21:31:07 21:30:01 all 0.06 0.00 0.01 0.01 0.00 99.92 21:31:07 21:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:31:07 21:30:01 1 0.35 0.00 0.02 0.00 0.00 99.63 21:31:07 21:30:01 2 0.08 0.00 0.02 0.00 0.00 99.90 21:31:07 21:30:01 3 0.02 0.00 0.00 0.03 0.00 99.95 21:31:07 21:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:31:07 21:30:01 5 0.05 0.00 0.00 0.03 0.00 99.92 21:31:07 21:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:31:07 21:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:31:07 21:31:01 all 9.43 0.00 4.37 1.13 0.05 85.02 21:31:07 21:31:01 0 7.82 0.00 3.32 0.32 0.03 88.50 21:31:07 21:31:01 1 9.03 0.00 3.86 0.10 0.05 86.96 21:31:07 21:31:01 2 9.32 0.00 4.22 0.14 0.05 86.27 21:31:07 21:31:01 3 11.08 0.00 6.02 6.09 0.05 76.75 21:31:07 21:31:01 4 9.57 0.00 3.72 0.14 0.05 86.53 21:31:07 21:31:01 5 10.33 0.00 4.02 0.54 0.07 85.04 21:31:07 21:31:01 6 7.83 0.00 5.08 1.28 0.03 85.77 21:31:07 21:31:01 7 10.44 0.00 4.73 0.44 0.05 84.33 21:31:07 Average: all 5.67 0.00 1.64 0.53 0.02 92.12 21:31:07 Average: 0 5.34 0.00 1.71 0.64 0.02 92.29 21:31:07 Average: 1 6.10 0.00 1.64 0.54 0.02 91.69 21:31:07 Average: 2 5.56 0.00 1.59 0.78 0.02 92.05 21:31:07 Average: 3 5.89 0.01 1.88 1.07 0.02 91.13 21:31:07 Average: 4 5.86 0.00 1.53 0.33 0.02 92.26 21:31:07 Average: 5 5.59 0.00 1.52 0.41 0.02 92.47 21:31:07 Average: 6 5.47 0.00 1.74 0.25 0.02 92.52 21:31:07 Average: 7 5.58 0.00 1.55 0.26 0.02 92.59 21:31:07 21:31:07 21:31:07