Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 99c3e66cd2b563900f26eeb72b7fbc675658f659 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-ssh7831845766392995085.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh3274413324574564950.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh16813980705608707031.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh704178695973228008.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh11087905597829210370.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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-22838’ Running on prd-ubuntu20.04-docker-8c-8g-22841 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 > 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 Avoid second fetch Checking out Revision 99c3e66cd2b563900f26eeb72b7fbc675658f659 (main) > git config core.sparsecheckout # timeout=10 > git checkout -f 99c3e66cd2b563900f26eeb72b7fbc675658f659 # timeout=10 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14" > git rev-list --no-walk 6ecb4ea0e477ad60250bc8b341b5035207dd0610 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:06:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:06:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:06:41 ========================================================= 18:06:41 EdgeX Global Pipelines Version Info 18:06:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:06:42 ------------------- 18:06:42 stable info: 18:06:42 ------------------- 18:06:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:06:42 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 18:06:42 Message: update stable to v1.0.238 18:06:43 ------------------- 18:06:43 experimental info: 18:06:43 ------------------- 18:06:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:06:43 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 18:06:43 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99c3e66 [Pipeline] echo 18:06:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:06:43 provisioning config files... 18:06:43 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8748570860539513083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:06:44 ---> docker-login.sh 18:06:44 nexus3.edgexfoundry.org:10001 18:06:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:44 Configure a credential helper to remove this warning. See 18:06:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:44 18:06:44 Login Succeeded 18:06:44 nexus3.edgexfoundry.org:10002 18:06:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:44 Configure a credential helper to remove this warning. See 18:06:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:44 18:06:44 Login Succeeded 18:06:44 nexus3.edgexfoundry.org:10003 18:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:45 Configure a credential helper to remove this warning. See 18:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:45 18:06:45 Login Succeeded 18:06:45 nexus3.edgexfoundry.org:10004 18:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:45 Configure a credential helper to remove this warning. See 18:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:45 18:06:45 Login Succeeded 18:06:45 docker.io 18:06:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:06:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:06:45 Configure a credential helper to remove this warning. See 18:06:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:06:45 18:06:45 Login Succeeded 18:06:45 ---> docker-login.sh ends [Pipeline] } 18:06:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:06:45 + git rev-list -1 --merges 99c3e66cd2b563900f26eeb72b7fbc675658f659~1..99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo 18:06:45 -----------> git rev-list -1 --merges 99c3e66cd2b563900f26eeb72b7fbc675658f659~1..99c3e66cd2b563900f26eeb72b7fbc675658f659 99c3e66cd2b563900f26eeb72b7fbc675658f659 18:06:45 99c3e66cd2b563900f26eeb72b7fbc675658f659 [false] [Pipeline] sh 18:06:46 + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo 18:06:46 ========================================================= 18:06:46 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:06:46 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:06:46 + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo 18:06:46 [semverPrep] GIT_COMMIT: 99c3e66cd2b563900f26eeb72b7fbc675658f659, Commit Message: Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14 [Pipeline] echo 18:06:46 [semverPrep] This is not a build commit. [Pipeline] sh 18:06:47 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:06:47 + grep -v github /etc/ssh/ssh_known_hosts 18:06:47 + [ -e /tmp/ssh_known_hosts ] 18:06:47 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:06:47 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:06:47 + sudo tee -a /etc/ssh/ssh_known_hosts 18:06:47 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:47 18:06:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:47 0.1.4: Pulling from edgex-devops/py-git-semver 18:06:47 b85a868b505f: Pulling fs layer 18:06:47 e2be974225ed: Pulling fs layer 18:06:47 339a4e72a1f5: Pulling fs layer 18:06:47 988bab9f4d93: Pulling fs layer 18:06:47 1469e6f7b9e6: Pulling fs layer 18:06:47 eaf3925da568: Pulling fs layer 18:06:47 bab4dde63d76: Pulling fs layer 18:06:47 bde34c3a00c8: Pulling fs layer 18:06:47 b352a97aabf1: Pulling fs layer 18:06:47 4872d77fe225: Pulling fs layer 18:06:47 5851b861e8e6: Pulling fs layer 18:06:47 bab4dde63d76: Waiting 18:06:47 1469e6f7b9e6: Waiting 18:06:47 bde34c3a00c8: Waiting 18:06:47 eaf3925da568: Waiting 18:06:47 b352a97aabf1: Waiting 18:06:47 4872d77fe225: Waiting 18:06:47 988bab9f4d93: Waiting 18:06:47 5851b861e8e6: Waiting 18:06:47 e2be974225ed: Download complete 18:06:47 988bab9f4d93: Verifying Checksum 18:06:47 988bab9f4d93: Download complete 18:06:47 1469e6f7b9e6: Verifying Checksum 18:06:47 1469e6f7b9e6: Download complete 18:06:48 eaf3925da568: Verifying Checksum 18:06:48 eaf3925da568: Download complete 18:06:48 339a4e72a1f5: Verifying Checksum 18:06:48 339a4e72a1f5: Download complete 18:06:48 bde34c3a00c8: Download complete 18:06:48 b352a97aabf1: Verifying Checksum 18:06:48 b352a97aabf1: Download complete 18:06:48 4872d77fe225: Verifying Checksum 18:06:48 4872d77fe225: Download complete 18:06:48 5851b861e8e6: Download complete 18:06:48 b85a868b505f: Download complete 18:06:48 bab4dde63d76: Verifying Checksum 18:06:48 bab4dde63d76: Download complete 18:06:49 b85a868b505f: Pull complete 18:06:49 e2be974225ed: Pull complete 18:06:50 339a4e72a1f5: Pull complete 18:06:50 988bab9f4d93: Pull complete 18:06:50 1469e6f7b9e6: Pull complete 18:06:50 eaf3925da568: Pull complete 18:06:52 bab4dde63d76: Pull complete 18:06:52 bde34c3a00c8: Pull complete 18:06:52 b352a97aabf1: Pull complete 18:06:52 4872d77fe225: Pull complete 18:06:53 5851b861e8e6: Pull complete 18:06:53 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:06:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:53 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:53 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:06: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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:06:54 $ docker top 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 -eo pid,comm 18:06: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). 18:06:54 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:06:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:06:54 [ssh-agent] Looking for ssh-agent implementation... 18:06:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:06:55 $ docker exec 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent 18:06:55 SSH_AUTH_SOCK=/tmp/ssh-NGkAVXIwgRIi/agent.32 18:06:55 SSH_AGENT_PID=38 18:06:55 Running ssh-add (command line suppressed) 18:06:55 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3209341385756807340.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3209341385756807340.key) 18:06:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:06:55 + git tag --points-at HEAD [Pipeline] } 18:06:55 $ docker exec --env ******** --env ******** 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent -k 18:06:55 unset SSH_AUTH_SOCK; 18:06:55 unset SSH_AGENT_PID; 18:06:55 echo Agent pid 38 killed; 18:06:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:06:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:06:55 [ssh-agent] Looking for ssh-agent implementation... 18:06:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:06:56 $ docker exec 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent 18:06:56 SSH_AUTH_SOCK=/tmp/ssh-uUp1LlsWj3nu/agent.71 18:06:56 SSH_AGENT_PID=77 18:06:56 Running ssh-add (command line suppressed) 18:06:56 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1769597865856294042.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1769597865856294042.key) 18:06:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:06:56 + git semver init 18:06:56 2022-08-15 18:06:56,836 [run_init] DEBUG init version:0.0.0 force:False 18:06:56 2022-08-15 18:06:56,836 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 18:06:56 2022-08-15 18:06:56,837 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 18:06:56 2022-08-15 18:06:56,837 [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) 18:06:57 2022-08-15 18:06:57,430 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 18:06:57 2022-08-15 18:06:57,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 18:06:57 2022-08-15 18:06:57,431 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:57 2022-08-15 18:06:57,431 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:57 2.3.0-dev.3 [Pipeline] } 18:06:57 $ docker exec --env ******** --env ******** 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent -k 18:06:57 unset SSH_AUTH_SOCK; 18:06:57 unset SSH_AGENT_PID; 18:06:57 echo Agent pid 77 killed; 18:06:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:06:58 + git semver [Pipeline] } 18:06:58 $ docker stop --time=1 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 18:06:59 $ docker rm -f 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 [Pipeline] // withDockerContainer [Pipeline] sh 18:07:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:07:00 Stashed 1 file(s) [Pipeline] echo 18:07:00 [edgeXSemver]: initialized semver on version 2.3.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:07:00 provisioning config files... 18:07:00 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7181273919306782678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:07:00 ---> docker-login.sh 18:07:00 nexus3.edgexfoundry.org:10001 18:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:00 Configure a credential helper to remove this warning. See 18:07:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:00 18:07:00 Login Succeeded 18:07:00 nexus3.edgexfoundry.org:10002 18:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:01 Configure a credential helper to remove this warning. See 18:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:01 18:07:01 Login Succeeded 18:07:01 nexus3.edgexfoundry.org:10003 18:07:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:01 Configure a credential helper to remove this warning. See 18:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:01 18:07:01 Login Succeeded 18:07:01 nexus3.edgexfoundry.org:10004 18:07:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:01 Configure a credential helper to remove this warning. See 18:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:01 18:07:01 Login Succeeded 18:07:01 docker.io 18:07:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:07:01 Configure a credential helper to remove this warning. See 18:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:07:01 18:07:01 Login Succeeded 18:07:01 ---> docker-login.sh ends [Pipeline] } 18:07:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:07:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:07:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:07:01 ========================================================= 18:07:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:07:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:02 + 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 . 18:07:02 Sending build context to Docker daemon 837.6kB 18:07:02 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:07:02 Step 2/13 : FROM ${BASE} AS builder 18:07:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:07:02 2408cc74d12b: Pulling fs layer 18:07:02 ea60b727a1ce: Pulling fs layer 18:07:02 30c4a7721957: Pulling fs layer 18:07:02 370296b7ddb6: Pulling fs layer 18:07:02 7c6cee850709: Pulling fs layer 18:07:02 39a5fcdaea64: Pulling fs layer 18:07:02 d94ebbe4e438: Pulling fs layer 18:07:02 bcfd1f05c69d: Pulling fs layer 18:07:02 59ccb84bbe0f: Pulling fs layer 18:07:02 7c6cee850709: Waiting 18:07:02 39a5fcdaea64: Waiting 18:07:02 d94ebbe4e438: Waiting 18:07:02 bcfd1f05c69d: Waiting 18:07:02 59ccb84bbe0f: Waiting 18:07:02 370296b7ddb6: Waiting 18:07:02 30c4a7721957: Verifying Checksum 18:07:02 30c4a7721957: Download complete 18:07:02 ea60b727a1ce: Download complete 18:07:02 7c6cee850709: Download complete 18:07:02 39a5fcdaea64: Verifying Checksum 18:07:02 39a5fcdaea64: Download complete 18:07:02 2408cc74d12b: Verifying Checksum 18:07:02 2408cc74d12b: Download complete 18:07:02 d94ebbe4e438: Download complete 18:07:02 2408cc74d12b: Pull complete 18:07:02 ea60b727a1ce: Pull complete 18:07:02 30c4a7721957: Pull complete 18:07:02 59ccb84bbe0f: Verifying Checksum 18:07:03 370296b7ddb6: Verifying Checksum 18:07:03 370296b7ddb6: Download complete 18:07:03 bcfd1f05c69d: Verifying Checksum 18:07:03 bcfd1f05c69d: Download complete 18:07:08 370296b7ddb6: Pull complete 18:07:08 7c6cee850709: Pull complete 18:07:08 39a5fcdaea64: Pull complete 18:07:08 d94ebbe4e438: Pull complete 18:07:10 bcfd1f05c69d: Pull complete 18:07:10 59ccb84bbe0f: Pull complete 18:07:10 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 18:07:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:07:10 ---> a4fb48ad2a94 18:07:10 Step 3/13 : ARG MAKE="make build" 18:07:12 ---> Running in 985648d465be 18:07:12 Removing intermediate container 985648d465be 18:07:12 ---> ace5c029a826 18:07:12 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 18:07:12 ---> Running in 083a53bfdf16 18:07:12 Removing intermediate container 083a53bfdf16 18:07:12 ---> 6992ddfd493c 18:07:12 Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:07:12 ---> Running in f8240755d277 18:07:12 Removing intermediate container f8240755d277 18:07:12 ---> a8e2eb8a0d60 18:07:12 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:13 ---> Running in 35b17b75e54d 18:07:13 Removing intermediate container 35b17b75e54d 18:07:13 ---> 2741d62362e3 18:07:13 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:07:13 ---> Running in 6c5aaf5033c5 18:07:13 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:07:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:07:15 (1/80) Installing mesa (21.3.8-r2) 18:07:15 (2/80) Installing libxau (1.0.9-r0) 18:07:15 (3/80) Installing libxdmcp (1.1.3-r0) 18:07:15 (4/80) Installing libxcb (1.15-r0) 18:07:15 (5/80) Installing libx11 (1.8-r0) 18:07:15 Still waiting to schedule task 18:07:15 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22839’ 18:07:15 (6/80) Installing libxext (1.3.4-r0) 18:07:15 (7/80) Installing libxfixes (6.0.0-r0) 18:07:15 (8/80) Installing libxxf86vm (1.1.4-r2) 18:07:15 (9/80) Installing libpciaccess (0.16-r0) 18:07:15 (10/80) Installing libdrm (2.4.110-r0) 18:07:15 (11/80) Installing mesa-glapi (21.3.8-r2) 18:07:16 (12/80) Installing libxshmfence (1.3-r1) 18:07:16 (13/80) Installing mesa-gl (21.3.8-r2) 18:07:16 (14/80) Installing icu-data-full (71.1-r2) 18:07:17 (15/80) Installing libice (1.0.10-r0) 18:07:17 (16/80) Installing libuuid (2.38-r1) 18:07:17 (17/80) Installing libsm (1.2.3-r0) 18:07:17 (18/80) Installing libxt (1.2.1-r0) 18:07:17 (19/80) Installing libxmu (1.1.3-r0) 18:07:17 (20/80) Installing xset (1.2.4-r0) 18:07:17 (21/80) Installing xprop (1.2.5-r0) 18:07:17 (22/80) Installing xdg-utils (1.1.3-r3) 18:07:17 (23/80) Installing dbus-libs (1.14.0-r1) 18:07:17 (24/80) Installing libffi (3.4.2-r1) 18:07:18 (25/80) Installing libintl (0.21-r2) 18:07:18 (26/80) Installing libblkid (2.38-r1) 18:07:18 (27/80) Installing libmount (2.38-r1) 18:07:18 (28/80) Installing pcre (8.45-r2) 18:07:18 (29/80) Installing glib (2.72.1-r0) 18:07:18 (30/80) Installing icu-libs (71.1-r2) 18:07:19 (31/80) Installing libpcre2-16 (10.40-r0) 18:07:19 (32/80) Installing zstd-libs (1.5.2-r1) 18:07:19 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 18:07:21 (34/80) Installing hicolor-icon-theme (0.17-r1) 18:07:21 (35/80) Installing wayland-libs-server (1.20.0-r0) 18:07:21 (36/80) Installing mesa-gbm (21.3.8-r2) 18:07:21 (37/80) Installing wayland-libs-client (1.20.0-r0) 18:07:21 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 18:07:21 (39/80) Installing libxcomposite (0.4.5-r0) 18:07:21 (40/80) Installing libbz2 (1.0.8-r1) 18:07:21 (41/80) Installing libpng (1.6.37-r1) 18:07:21 (42/80) Installing freetype (2.12.1-r0) 18:07:22 (43/80) Installing fontconfig (2.14.0-r0) 18:07:22 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 18:07:22 (45/80) Installing wayland-libs-egl (1.20.0-r0) 18:07:22 (46/80) Installing xkeyboard-config (2.35.1-r0) 18:07:22 (47/80) Installing xz-libs (5.2.5-r1) 18:07:22 (48/80) Installing libxml2 (2.9.14-r0) 18:07:22 (49/80) Installing libxkbcommon (1.4.1-r0) 18:07:22 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 18:07:23 (51/80) Installing mesa-egl (21.3.8-r2) 18:07:23 (52/80) Installing avahi-libs (0.8-r6) 18:07:23 (53/80) Installing nettle (3.7.3-r0) 18:07:23 (54/80) Installing p11-kit (0.24.1-r0) 18:07:23 (55/80) Installing libtasn1 (4.18.0-r0) 18:07:23 (56/80) Installing libunistring (1.0-r0) 18:07:23 (57/80) Installing gnutls (3.7.7-r0) 18:07:23 (58/80) Installing cups-libs (2.4.2-r0) 18:07:23 (59/80) Installing graphite2 (1.3.14-r1) 18:07:23 (60/80) Installing harfbuzz (4.3.0-r0) 18:07:23 (61/80) Installing libevdev (1.12.1-r0) 18:07:24 (62/80) Installing mtdev (1.1.6-r0) 18:07:24 (63/80) Installing eudev-libs (3.2.11-r0) 18:07:24 (64/80) Installing libinput-libs (1.20.1-r0) 18:07:24 (65/80) Installing libjpeg-turbo (2.1.3-r1) 18:07:24 (66/80) Installing xcb-util-wm (0.4.1-r1) 18:07:24 (67/80) Installing xcb-util (0.4.0-r3) 18:07:24 (68/80) Installing xcb-util-image (0.4.0-r1) 18:07:24 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 18:07:24 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 18:07:24 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 18:07:24 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 18:07:25 (73/80) Installing v4l-utils-libs (1.22.1-r1) 18:07:25 (74/80) Installing v4l-utils (1.22.1-r1) 18:07:25 (75/80) Installing udev-init-scripts (35-r0) 18:07:25 Executing udev-init-scripts-35-r0.post-install 18:07:25 (76/80) Installing kmod-libs (29-r2) 18:07:25 (77/80) Installing eudev (3.2.11-r0) 18:07:25 (78/80) Installing eudev-dev (3.2.11-r0) 18:07:26 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 18:07:26 (80/80) Installing v4l-utils-dev (1.22.1-r1) 18:07:26 Executing busybox-1.35.0-r13.trigger 18:07:26 Executing eudev-3.2.11-r0.trigger 18:07:26 OK: 330 MiB in 131 packages 18:07:28 Removing intermediate container 6c5aaf5033c5 18:07:28 ---> 952b5880c8eb 18:07:28 Step 8/13 : WORKDIR /device-usb-camera 18:07:28 ---> Running in 2052e839024a 18:07:28 Removing intermediate container 2052e839024a 18:07:28 ---> c3a831ca2a03 18:07:28 Step 9/13 : COPY go.mod vendor* ./ 18:07:28 ---> faff51f2ca19 18:07:28 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:07:28 ---> Running in 78a65667036a 18:07:46 Removing intermediate container 78a65667036a 18:07:46 ---> 186b3b44d300 18:07:46 Step 11/13 : COPY . . 18:07:46 ---> bab46d70040b 18:07:46 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:07:46 ---> Running in 367282be6cb3 18:07:46  % Total % Received % Xferd Average Speed Time Time Time Current 18:07:46 Dload Upload Total Spent Left Speed 18:07:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11380 0 --:--:-- --:--:-- --:--:-- 11419 18:07:46 Removing intermediate container 367282be6cb3 18:07:46 ---> b1812e8f5d1f 18:07:46 Step 13/13 : RUN ${MAKE} 18:07:46 ---> Running in 17fae388aa40 18:07:46 noop 18:07:46 Removing intermediate container 17fae388aa40 18:07:46 ---> 176b8eebd84b 18:07:46 Successfully built 176b8eebd84b 18:07:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:47 + docker inspect -f . ci-base-image-x86_64 18:07:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:47 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:07:47 $ 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 18:07:47 $ docker top f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:48 + go version 18:07:48 go version go1.18.3 linux/amd64 [Pipeline] } 18:07:48 $ docker stop --time=1 f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf 18:07:49 $ docker rm -f f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:49 + docker inspect -f . ci-base-image-x86_64 18:07:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:50 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:07:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 18:07:50 $ docker top 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:50 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 18:07:51 + make test 18:07:51 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 18:07:51 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:08:03 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 18:08:03 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements 18:08:10 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." 18:08:10 CGO_ENABLED=1 go vet ./... 18:08:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:08:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:08:13 ./bin/test-attribution-txt.sh [Pipeline] echo 18:08:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:08:13 $ docker stop --time=1 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 18:08:15 $ docker rm -f 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 [Pipeline] // withDockerContainer [Pipeline] sh 18:08:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:08:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:08:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:08:16 + ls -al . 18:08:16 total 200 18:08:16 drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 18:07 . 18:08:16 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:06 .. 18:08:16 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:08 .git 18:08:16 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 .github 18:08:16 -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 18:06 .gitignore 18:08:16 -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 18:06 .golangci.yml 18:08:16 -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 18:06 .hadolint.yml 18:08:16 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 18:06 .semver 18:08:16 -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 18:06 Attribution.txt 18:08:16 -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 18:06 CHANGELOG.md 18:08:16 -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 18:06 Dockerfile 18:08:16 -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 18:06 GOVERNANCE.md 18:08:16 -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 18:06 Jenkinsfile 18:08:16 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 18:06 LICENSE 18:08:16 -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 18:06 Makefile 18:08:16 -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 18:06 OWNERS.md 18:08:16 -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 18:06 README.md 18:08:16 -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 18:07 VERSION 18:08:16 drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 18:06 bin 18:08:16 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 cmd 18:08:16 -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 18:08 coverage.out 18:08:16 -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 18:06 docker-entrypoint.sh 18:08:16 -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 18:06 go.mod 18:08:16 -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 18:06 go.sum 18:08:16 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 internal 18:08:16 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:06 snap 18:08:16 -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 18:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:17 + 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=99c3e66cd2b563900f26eeb72b7fbc675658f659 --label arch=amd64 --label version=2.3.0-dev.3 . 18:08:17 Sending build context to Docker daemon 867.8kB 18:08:17 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 18:08:17 Step 2/35 : FROM ${BASE} AS builder 18:08:17 ---> 176b8eebd84b 18:08:17 Step 3/35 : ARG MAKE="make build" 18:08:17 ---> Running in 625fb5e3332f 18:08:17 Removing intermediate container 625fb5e3332f 18:08:17 ---> c907452c4872 18:08:17 Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 18:08:17 ---> Running in d0ccf5242330 18:08:17 Removing intermediate container d0ccf5242330 18:08:17 ---> 8494701e1a31 18:08:17 Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:08:17 ---> Running in 41c5b92d3c40 18:08:17 Removing intermediate container 41c5b92d3c40 18:08:17 ---> fed7a9968243 18:08:17 Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:17 ---> Running in 4ac88c4a4fae 18:08:18 Removing intermediate container 4ac88c4a4fae 18:08:18 ---> c07b8fe1ff8e 18:08:18 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:08:18 ---> Running in 5ab62bada61d 18:08:18 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:08:19 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:08:19 OK: 330 MiB in 131 packages 18:08:20 Removing intermediate container 5ab62bada61d 18:08:20 ---> 702e66ac491c 18:08:20 Step 8/35 : WORKDIR /device-usb-camera 18:08:20 ---> Running in f1ab35132ca5 18:08:20 Removing intermediate container f1ab35132ca5 18:08:20 ---> bf36c0c598e2 18:08:20 Step 9/35 : COPY go.mod vendor* ./ 18:08:20 ---> 674cc77d6746 18:08:20 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:08:20 ---> Running in 71832574c39d 18:08:20 Removing intermediate container 71832574c39d 18:08:20 ---> 13689574859b 18:08:20 Step 11/35 : COPY . . 18:08:21 ---> 2052af6fafbb 18:08:21 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:08:21 ---> Running in c6c942f47c0a 18:08:21  % Total % Received % Xferd Average Speed Time Time Time Current 18:08:21 Dload Upload Total Spent Left Speed 18:08:21 0 0 0 0  0 0  0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 33963 0 --:--:-- --:--:-- --:--:-- 34258 18:08:22 Removing intermediate container c6c942f47c0a 18:08:22 ---> 0c3d150990bf 18:08:22 Step 13/35 : RUN ${MAKE} 18:08:22 ---> Running in c03b297062da 18:08:22 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 18:08:44 Removing intermediate container c03b297062da 18:08:44 ---> 504c988aacb3 18:08:44 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 18:08:44 v0.18.4: Pulling from aler9/rtsp-simple-server 18:08:44 af6660deedbd: Pulling fs layer 18:08:44 97cd0a44c592: Pulling fs layer 18:08:44 97cd0a44c592: Download complete 18:08:44 af6660deedbd: Verifying Checksum 18:08:44 af6660deedbd: Download complete 18:08:44 af6660deedbd: Pull complete 18:08:44 97cd0a44c592: Pull complete 18:08:44 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 18:08:44 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 18:08:44 ---> fea57e182299 18:08:44 Step 15/35 : FROM alpine:3.16 18:08:45 3.16: Pulling from library/alpine 18:08:45 213ec9aee27d: Pulling fs layer 18:08:45 213ec9aee27d: Verifying Checksum 18:08:45 213ec9aee27d: Download complete 18:08:45 213ec9aee27d: Pull complete 18:08:45 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 18:08:45 Status: Downloaded newer image for alpine:3.16 18:08:45 ---> 9c6f07244728 18:08:45 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:08:46 ---> Running in e71a1d56b24e 18:08:46 Removing intermediate container e71a1d56b24e 18:08:46 ---> 91c145b2cf77 18:08:46 Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 18:08:46 ---> Running in c0b63ae5d0d6 18:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 18:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 18:08:46 (1/83) Installing dumb-init (1.2.5-r1) 18:08:46 (2/83) Installing sdl2 (2.0.22-r0) 18:08:46 (3/83) Installing libxau (1.0.9-r0) 18:08:46 (4/83) Installing libxdmcp (1.1.3-r0) 18:08:46 (5/83) Installing libxcb (1.15-r0) 18:08:46 (6/83) Installing libx11 (1.8-r0) 18:08:46 (7/83) Installing aom-libs (3.3.0-r0) 18:08:46 (8/83) Installing alsa-lib (1.2.7.2-r0) 18:08:46 (9/83) Installing expat (2.4.8-r0) 18:08:46 (10/83) Installing brotli-libs (1.0.9-r6) 18:08:46 (11/83) Installing libbz2 (1.0.8-r1) 18:08:46 (12/83) Installing libpng (1.6.37-r1) 18:08:46 (13/83) Installing freetype (2.12.1-r0) 18:08:46 (14/83) Installing fontconfig (2.14.0-r0) 18:08:46 (15/83) Installing fribidi (1.0.12-r0) 18:08:46 (16/83) Installing libffi (3.4.2-r1) 18:08:46 (17/83) Installing libintl (0.21-r2) 18:08:46 (18/83) Installing libblkid (2.38-r1) 18:08:46 (19/83) Installing libmount (2.38-r1) 18:08:46 (20/83) Installing pcre (8.45-r2) 18:08:46 (21/83) Installing glib (2.72.1-r0) 18:08:47 (22/83) Installing graphite2 (1.3.14-r1) 18:08:47 (23/83) Installing harfbuzz (4.3.0-r0) 18:08:47 (24/83) Installing libass (0.16.0-r0) 18:08:47 (25/83) Installing libdav1d (1.0.0-r0) 18:08:47 (26/83) Installing libpciaccess (0.16-r0) 18:08:47 (27/83) Installing libdrm (2.4.110-r0) 18:08:47 (28/83) Installing gmp (6.2.1-r2) 18:08:47 (29/83) Installing nettle (3.7.3-r0) 18:08:47 (30/83) Installing p11-kit (0.24.1-r0) 18:08:47 (31/83) Installing libtasn1 (4.18.0-r0) 18:08:47 (32/83) Installing libunistring (1.0-r0) 18:08:47 (33/83) Installing gnutls (3.7.7-r0) 18:08:47 (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) 18:08:47 (35/83) Installing ncurses-libs (6.3_p20220521-r0) 18:08:47 (36/83) Installing lame (3.100-r0) 18:08:47 (37/83) Installing opus (1.3.1-r1) 18:08:47 (38/83) Installing libasyncns (0.8-r1) 18:08:47 (39/83) Installing dbus-libs (1.14.0-r1) 18:08:47 (40/83) Installing libltdl (2.4.7-r0) 18:08:47 (41/83) Installing orc (0.4.32-r0) 18:08:47 (42/83) Installing libgcc (11.2.1_git20220219-r2) 18:08:47 (43/83) Installing libogg (1.3.5-r1) 18:08:47 (44/83) Installing libstdc++ (11.2.1_git20220219-r2) 18:08:47 (45/83) Installing flac (1.3.4-r0) 18:08:47 (46/83) Installing libvorbis (1.3.7-r0) 18:08:47 (47/83) Installing libsndfile (1.1.0-r0) 18:08:47 (48/83) Installing libgomp (11.2.1_git20220219-r2) 18:08:47 (49/83) Installing soxr (0.1.3-r2) 18:08:47 (50/83) Installing speexdsp (1.2.0-r0) 18:08:47 (51/83) Installing tdb-libs (1.4.6-r0) 18:08:47 (52/83) Installing libpulse (15.0-r2) 18:08:47 (53/83) Installing cjson (1.7.15-r3) 18:08:47 (54/83) Installing mbedtls (2.28.1-r0) 18:08:47 (55/83) Installing librist (0.2.6-r1) 18:08:47 (56/83) Installing libsrt (1.4.4-r0) 18:08:47 (57/83) Installing libssh (0.9.6-r1) 18:08:47 (58/83) Installing libtheora (1.1.1-r16) 18:08:47 (59/83) Installing libjpeg-turbo (2.1.3-r1) 18:08:47 (60/83) Installing v4l-utils-libs (1.22.1-r1) 18:08:47 (61/83) Installing libxext (1.3.4-r0) 18:08:47 (62/83) Installing libxfixes (6.0.0-r0) 18:08:47 (63/83) Installing wayland-libs-client (1.20.0-r0) 18:08:47 (64/83) Installing libva (2.14.0-r0) 18:08:47 (65/83) Installing libvdpau (1.5-r0) 18:08:47 (66/83) Installing vidstab (1.1.0-r1) 18:08:47 (67/83) Installing libvpx (1.11.0-r1) 18:08:47 (68/83) Installing libwebp (1.2.3-r0) 18:08:47 (69/83) Installing x264-libs (0.163_git20210613-r0) 18:08:47 (70/83) Installing numactl (2.0.14-r0) 18:08:47 (71/83) Installing x265-libs (3.5-r3) 18:08:47 (72/83) Installing xvidcore (1.3.7-r1) 18:08:47 (73/83) Installing ffmpeg-libs (5.0.1-r1) 18:08:47 (74/83) Installing ffmpeg (5.0.1-r1) 18:08:47 (75/83) Installing udev-init-scripts (35-r0) 18:08:47 Executing udev-init-scripts-35-r0.post-install 18:08:47 (76/83) Installing eudev-libs (3.2.11-r0) 18:08:47 (77/83) Installing xz-libs (5.2.5-r1) 18:08:47 (78/83) Installing zstd-libs (1.5.2-r1) 18:08:47 (79/83) Installing kmod-libs (29-r2) 18:08:47 (80/83) Installing eudev (3.2.11-r0) 18:08:47 (81/83) Installing libsodium (1.0.18-r0) 18:08:47 (82/83) Installing libzmq (4.3.4-r0) 18:08:47 (83/83) Installing zeromq (4.3.4-r0) 18:08:47 Executing busybox-1.35.0-r17.trigger 18:08:47 Executing eudev-3.2.11-r0.trigger 18:08:47 OK: 101 MiB in 97 packages 18:08:49 Removing intermediate container c0b63ae5d0d6 18:08:49 ---> 4b1f9a012c04 18:08:49 Step 18/35 : WORKDIR / 18:08:49 ---> Running in 821fdb72f0b8 18:08:49 Removing intermediate container 821fdb72f0b8 18:08:49 ---> 45a501d30831 18:08:49 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 18:08:50 ---> 822abb10aad6 18:08:50 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 18:08:50 ---> 13f0e718c3d7 18:08:50 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 18:08:50 ---> cc54d2d9e8fa 18:08:50 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 18:08:50 ---> 301f0d5ff75d 18:08:50 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 18:08:50 ---> b5b467958d7a 18:08:50 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 18:08:51 ---> 65caac8208ab 18:08:51 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 18:08:51 ---> 74a56326490c 18:08:51 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 18:08:51 ---> Running in 350a949cc3e4 18:08:52 Removing intermediate container 350a949cc3e4 18:08:52 ---> f29ffae277d8 18:08:52 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 18:08:52 ---> Running in 832a79135a6f 18:08:52 Removing intermediate container 832a79135a6f 18:08:52 ---> f01b9c01af93 18:08:52 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 18:08:53 ---> Running in 3cecfee3f875 18:08:53 Removing intermediate container 3cecfee3f875 18:08:53 ---> 960b3b19deb2 18:08:53 Step 29/35 : EXPOSE 59983 18:08:53 ---> Running in 5db569ccc8dd 18:08:53 Removing intermediate container 5db569ccc8dd 18:08:53 ---> 1c4012e40b64 18:08:53 Step 30/35 : EXPOSE 8554 18:08:53 ---> Running in 60492f850328 18:08:53 Removing intermediate container 60492f850328 18:08:53 ---> 6b0bb202a4a7 18:08:53 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 18:08:53 ---> Running in 9482c7257495 18:08:54 Removing intermediate container 9482c7257495 18:08:54 ---> f2ee013b6659 18:08:54 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 18:08:54 ---> Running in 17aaaec9788b 18:08:54 Removing intermediate container 17aaaec9788b 18:08:54 ---> f64185140fe7 18:08:54 Step 33/35 : LABEL arch=amd64 18:08:54 ---> Running in e67b0e4c9704 18:08:54 Removing intermediate container e67b0e4c9704 18:08:54 ---> 43fb50defc8f 18:08:54 Step 34/35 : LABEL git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 18:08:54 ---> Running in 9836e5de0b0c 18:08:54 Removing intermediate container 9836e5de0b0c 18:08:54 ---> 492c1eb3a2fa 18:08:54 Step 35/35 : LABEL version=2.3.0-dev.3 18:08:54 ---> Running in 74b6442dbcb1 18:08:54 Removing intermediate container 74b6442dbcb1 18:08:54 ---> 3b4ad7bdc608 18:08:54 [Warning] One or more build-args [ARCH] were not consumed 18:08:54 Successfully built 3b4ad7bdc608 18:08:54 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 18:08:54 provisioning config files... 18:08:54 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6504909334090218348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:08:55 ---> docker-login.sh 18:08:55 nexus3.edgexfoundry.org:10001 18:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:55 Configure a credential helper to remove this warning. See 18:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:55 18:08:55 Login Succeeded 18:08:55 nexus3.edgexfoundry.org:10002 18:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:55 Configure a credential helper to remove this warning. See 18:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:55 18:08:55 Login Succeeded 18:08:55 nexus3.edgexfoundry.org:10003 18:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:55 Configure a credential helper to remove this warning. See 18:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:55 18:08:55 Login Succeeded 18:08:55 nexus3.edgexfoundry.org:10004 18:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:55 Configure a credential helper to remove this warning. See 18:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:55 18:08:55 Login Succeeded 18:08:55 docker.io 18:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:08:55 Configure a credential helper to remove this warning. See 18:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:08:55 18:08:55 Login Succeeded 18:08:56 ---> docker-login.sh ends [Pipeline] } 18:08:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:08:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:08:56 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 18:08:56 99c3e66cd2b563900f26eeb72b7fbc675658f659 18:08:56 latest 18:08:56 2.3.0-dev.3 18:08:56 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:08:56 main 18:08:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:56 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:08:56 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 18:08:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 18:08:56 2aa857d60110: Preparing 18:08:56 4fc8eb0aa239: Preparing 18:08:56 70fea2e39497: Preparing 18:08:56 550e596c6d0e: Preparing 18:08:56 1207169bf42c: Preparing 18:08:56 1d5ca001e293: Preparing 18:08:56 999df0f484f4: Preparing 18:08:56 c07252f40aa5: Preparing 18:08:56 9e21eb5cabd7: Preparing 18:08:56 7e6ddc592ad1: Preparing 18:08:56 068c135e53b4: Preparing 18:08:56 994393dc58e7: Preparing 18:08:56 1d5ca001e293: Waiting 18:08:56 068c135e53b4: Waiting 18:08:56 9e21eb5cabd7: Waiting 18:08:56 999df0f484f4: Waiting 18:08:56 7e6ddc592ad1: Waiting 18:08:56 c07252f40aa5: Waiting 18:08:56 994393dc58e7: Waiting 18:08:56 1207169bf42c: Pushed 18:08:56 2aa857d60110: Pushed 18:08:56 4fc8eb0aa239: Pushed 18:08:56 70fea2e39497: Pushed 18:08:57 1d5ca001e293: Pushed 18:08:57 999df0f484f4: Pushed 18:08:57 c07252f40aa5: Pushed 18:08:57 9e21eb5cabd7: Pushed 18:08:57 994393dc58e7: Layer already exists 18:08:59 550e596c6d0e: Pushed 18:08:59 7e6ddc592ad1: Pushed 18:09:08 068c135e53b4: Pushed 18:09:08 99c3e66cd2b563900f26eeb72b7fbc675658f659: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:08 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:08 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 18:09:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 18:09:08 2aa857d60110: Preparing 18:09:08 4fc8eb0aa239: Preparing 18:09:08 70fea2e39497: Preparing 18:09:08 550e596c6d0e: Preparing 18:09:08 1207169bf42c: Preparing 18:09:08 1d5ca001e293: Preparing 18:09:08 999df0f484f4: Preparing 18:09:08 c07252f40aa5: Preparing 18:09:08 9e21eb5cabd7: Preparing 18:09:08 7e6ddc592ad1: Preparing 18:09:08 068c135e53b4: Preparing 18:09:08 994393dc58e7: Preparing 18:09:08 068c135e53b4: Waiting 18:09:08 994393dc58e7: Waiting 18:09:08 1d5ca001e293: Waiting 18:09:08 999df0f484f4: Waiting 18:09:08 c07252f40aa5: Waiting 18:09:08 4fc8eb0aa239: Layer already exists 18:09:08 550e596c6d0e: Layer already exists 18:09:08 2aa857d60110: Layer already exists 18:09:08 70fea2e39497: Layer already exists 18:09:08 1207169bf42c: Layer already exists 18:09:08 1d5ca001e293: Layer already exists 18:09:08 7e6ddc592ad1: Layer already exists 18:09:08 999df0f484f4: Layer already exists 18:09:08 9e21eb5cabd7: Layer already exists 18:09:08 c07252f40aa5: Layer already exists 18:09:08 068c135e53b4: Layer already exists 18:09:08 994393dc58e7: Layer already exists 18:09:08 latest: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:09 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 18:09:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 18:09:09 2aa857d60110: Preparing 18:09:09 4fc8eb0aa239: Preparing 18:09:09 70fea2e39497: Preparing 18:09:09 550e596c6d0e: Preparing 18:09:09 1207169bf42c: Preparing 18:09:09 1d5ca001e293: Preparing 18:09:09 999df0f484f4: Preparing 18:09:09 c07252f40aa5: Preparing 18:09:09 9e21eb5cabd7: Preparing 18:09:09 7e6ddc592ad1: Preparing 18:09:09 068c135e53b4: Preparing 18:09:09 994393dc58e7: Preparing 18:09:09 c07252f40aa5: Waiting 18:09:09 9e21eb5cabd7: Waiting 18:09:09 7e6ddc592ad1: Waiting 18:09:09 068c135e53b4: Waiting 18:09:09 994393dc58e7: Waiting 18:09:09 1d5ca001e293: Waiting 18:09:09 999df0f484f4: Waiting 18:09:09 1207169bf42c: Layer already exists 18:09:09 550e596c6d0e: Layer already exists 18:09:09 70fea2e39497: Layer already exists 18:09:09 2aa857d60110: Layer already exists 18:09:09 4fc8eb0aa239: Layer already exists 18:09:09 999df0f484f4: Layer already exists 18:09:09 c07252f40aa5: Layer already exists 18:09:09 9e21eb5cabd7: Layer already exists 18:09:09 1d5ca001e293: Layer already exists 18:09:09 7e6ddc592ad1: Layer already exists 18:09:09 068c135e53b4: Layer already exists 18:09:09 994393dc58e7: Layer already exists 18:09:09 2.3.0-dev.3: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:09 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:10 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 18:09:10 2aa857d60110: Preparing 18:09:10 4fc8eb0aa239: Preparing 18:09:10 70fea2e39497: Preparing 18:09:10 550e596c6d0e: Preparing 18:09:10 1207169bf42c: Preparing 18:09:10 1d5ca001e293: Preparing 18:09:10 999df0f484f4: Preparing 18:09:10 c07252f40aa5: Preparing 18:09:10 9e21eb5cabd7: Preparing 18:09:10 7e6ddc592ad1: Preparing 18:09:10 068c135e53b4: Preparing 18:09:10 994393dc58e7: Preparing 18:09:10 1d5ca001e293: Waiting 18:09:10 999df0f484f4: Waiting 18:09:10 9e21eb5cabd7: Waiting 18:09:10 7e6ddc592ad1: Waiting 18:09:10 068c135e53b4: Waiting 18:09:10 994393dc58e7: Waiting 18:09:10 c07252f40aa5: Waiting 18:09:10 550e596c6d0e: Layer already exists 18:09:10 2aa857d60110: Layer already exists 18:09:10 70fea2e39497: Layer already exists 18:09:10 4fc8eb0aa239: Layer already exists 18:09:10 1207169bf42c: Layer already exists 18:09:10 999df0f484f4: Layer already exists 18:09:10 1d5ca001e293: Layer already exists 18:09:10 9e21eb5cabd7: Layer already exists 18:09:10 7e6ddc592ad1: Layer already exists 18:09:10 c07252f40aa5: Layer already exists 18:09:10 068c135e53b4: Layer already exists 18:09:10 994393dc58e7: Layer already exists 18:09:10 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:10 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:10 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 18:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 18:09:10 2aa857d60110: Preparing 18:09:10 4fc8eb0aa239: Preparing 18:09:10 70fea2e39497: Preparing 18:09:10 550e596c6d0e: Preparing 18:09:10 1207169bf42c: Preparing 18:09:10 1d5ca001e293: Preparing 18:09:10 999df0f484f4: Preparing 18:09:10 c07252f40aa5: Preparing 18:09:10 9e21eb5cabd7: Preparing 18:09:10 7e6ddc592ad1: Preparing 18:09:10 068c135e53b4: Preparing 18:09:10 994393dc58e7: Preparing 18:09:10 c07252f40aa5: Waiting 18:09:10 9e21eb5cabd7: Waiting 18:09:10 7e6ddc592ad1: Waiting 18:09:10 068c135e53b4: Waiting 18:09:10 994393dc58e7: Waiting 18:09:10 1d5ca001e293: Waiting 18:09:10 999df0f484f4: Waiting 18:09:10 1207169bf42c: Layer already exists 18:09:10 70fea2e39497: Layer already exists 18:09:10 550e596c6d0e: Layer already exists 18:09:10 4fc8eb0aa239: Layer already exists 18:09:10 2aa857d60110: Layer already exists 18:09:10 1d5ca001e293: Layer already exists 18:09:10 999df0f484f4: Layer already exists 18:09:10 c07252f40aa5: Layer already exists 18:09:10 7e6ddc592ad1: Layer already exists 18:09:10 9e21eb5cabd7: Layer already exists 18:09:10 068c135e53b4: Layer already exists 18:09:10 994393dc58e7: Layer already exists 18:09:10 main: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:09:10 ===================================================== [Pipeline] echo 18:09:10 taggedImages: 18:09:10 - nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 18:09:10 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 18:09:10 - nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 18:09:10 - nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:09:10 - 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 18:09:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:09:11 18:09:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:09:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:09:11 latest: Pulling from edgex-lftools-log-publisher 18:09:11 5eb5b503b376: Pulling fs layer 18:09:11 5c69ac0246d0: Pulling fs layer 18:09:11 ec43610c2a17: Pulling fs layer 18:09:11 3a2ae6a8a46f: Pulling fs layer 18:09:11 33b1e0a273af: Pulling fs layer 18:09:11 5d3b04190fa2: Pulling fs layer 18:09:11 2f39f015ded8: Pulling fs layer 18:09:11 33b1e0a273af: Waiting 18:09:11 2f39f015ded8: Waiting 18:09:11 5d3b04190fa2: Waiting 18:09:11 3a2ae6a8a46f: Waiting 18:09:11 5c69ac0246d0: Download complete 18:09:11 3a2ae6a8a46f: Verifying Checksum 18:09:11 3a2ae6a8a46f: Download complete 18:09:11 33b1e0a273af: Download complete 18:09:11 ec43610c2a17: Verifying Checksum 18:09:11 ec43610c2a17: Download complete 18:09:11 5d3b04190fa2: Verifying Checksum 18:09:11 5d3b04190fa2: Download complete 18:09:11 5eb5b503b376: Verifying Checksum 18:09:11 5eb5b503b376: Download complete 18:09:12 2f39f015ded8: Verifying Checksum 18:09:12 2f39f015ded8: Download complete 18:09:12 5eb5b503b376: Pull complete 18:09:13 5c69ac0246d0: Pull complete 18:09:13 ec43610c2a17: Pull complete 18:09:13 3a2ae6a8a46f: Pull complete 18:09:13 33b1e0a273af: Pull complete 18:09:13 5d3b04190fa2: Pull complete 18:09:19 2f39f015ded8: Pull complete 18:09:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:09:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:09:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:09:19 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:09:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 18:09:21 $ docker top 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:09:21 ---> job-cost.sh 18:09:21 lf-activate-venv: SKIPPING 18:09:21 INFO: No Stack... 18:09:21 INFO: Retrieving Pricing Info for: v3-standard-8 18:09:22 INFO: Archiving Costs [Pipeline] sh 18:09:22 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 18:09:22 + cut -d, -f6 [Pipeline] lock 18:09:22 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] 18:09:22 Resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] did not exist. Created. 18:09:22 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:09:22 + echo total: 0.2199999988079071 [Pipeline] stash 18:09:22 Stashed 1 file(s) [Pipeline] } 18:09:22 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 18:09:22 $ docker stop --time=1 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 18:09:24 $ docker rm -f 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:10:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-22842 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 18:10:42 Running in /w/workspace/device-usb-camera/42 [Pipeline] { [Pipeline] checkout 18:10:42 Selected Git installation does not exist. Using Default 18:10:42 The recommended git tool is: NONE 18:10:49 using credential edgex-jenkins-ssh 18:10:49 Cloning the remote Git repository 18:10:49 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 18:10:49 > git init /w/workspace/device-usb-camera/42 # timeout=10 18:10:50 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 18:10:50 > git --version # timeout=10 18:10:50 > git --version # 'git version 2.25.1' 18:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:10:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:50 Avoid second fetch 18:10:50 Checking out Revision 99c3e66cd2b563900f26eeb72b7fbc675658f659 (main) 18:10:50 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 18:10:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:10:50 > git config core.sparsecheckout # timeout=10 18:10:50 > git checkout -f 99c3e66cd2b563900f26eeb72b7fbc675658f659 # timeout=10 18:10:55 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:10:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:10:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:10:56 Dload Upload Total Spent Left Speed 18:10:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 76123 0 --:--:-- --:--:-- --:--:-- 76123 [Pipeline] sh 18:10:57 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:10:57 + sudo tee /etc/docker/daemon.new 18:10:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:10:57 { 18:10:57 "registry-mirrors": [ 18:10:57 "https://nexus3.edgexfoundry.org:10001" 18:10:57 ], 18:10:57 "bip": "10.250.0.254/24", 18:10:57 "hosts": [ 18:10:57 "tcp://0.0.0.0:5555", 18:10:57 "unix:///var/run/docker.sock" 18:10:57 ], 18:10:57 "mtu": 1458, 18:10:57 "selinux-enabled": true, 18:10:57 "seccomp-profile": "/etc/docker/seccomp.json" 18:10:57 } [Pipeline] sh 18:10:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:10:58 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:11:16 provisioning config files... 18:11:16 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/42@tmp/config6051170447026321739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:11:17 ---> docker-login.sh 18:11:17 nexus3.edgexfoundry.org:10001 18:11:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:18 Configure a credential helper to remove this warning. See 18:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:18 18:11:18 Login Succeeded 18:11:18 nexus3.edgexfoundry.org:10002 18:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:18 Configure a credential helper to remove this warning. See 18:11:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:18 18:11:18 Login Succeeded 18:11:18 nexus3.edgexfoundry.org:10003 18:11:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:19 Configure a credential helper to remove this warning. See 18:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:19 18:11:19 Login Succeeded 18:11:19 nexus3.edgexfoundry.org:10004 18:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:19 Configure a credential helper to remove this warning. See 18:11:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:19 18:11:19 Login Succeeded 18:11:19 docker.io 18:11:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:11:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:11:20 Configure a credential helper to remove this warning. See 18:11:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:11:20 18:11:20 Login Succeeded 18:11:20 ---> docker-login.sh ends [Pipeline] } 18:11:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:11:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:11:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:11:20 ========================================================= 18:11:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:11:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:11:21 + 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 . 18:11:21 Sending build context to Docker daemon 539.6kB 18:11:21 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 18:11:21 Step 2/13 : FROM ${BASE} AS builder 18:11:21 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:11:21 b3c136eddcbf: Pulling fs layer 18:11:21 c0a3192eca97: Pulling fs layer 18:11:21 a050256f5b6f: Pulling fs layer 18:11:21 656be50a0ddc: Pulling fs layer 18:11:21 2bbca73fdf42: Pulling fs layer 18:11:21 46d945488cbd: Pulling fs layer 18:11:21 8a5474983e97: Pulling fs layer 18:11:21 329c88fbcd65: Pulling fs layer 18:11:21 46d945488cbd: Waiting 18:11:21 8a5474983e97: Waiting 18:11:21 329c88fbcd65: Waiting 18:11:21 656be50a0ddc: Waiting 18:11:21 2bbca73fdf42: Waiting 18:11:21 a050256f5b6f: Verifying Checksum 18:11:21 a050256f5b6f: Download complete 18:11:21 c0a3192eca97: Verifying Checksum 18:11:21 c0a3192eca97: Download complete 18:11:21 2bbca73fdf42: Download complete 18:11:22 46d945488cbd: Verifying Checksum 18:11:22 46d945488cbd: Download complete 18:11:22 b3c136eddcbf: Verifying Checksum 18:11:22 b3c136eddcbf: Download complete 18:11:23 b3c136eddcbf: Pull complete 18:11:23 329c88fbcd65: Verifying Checksum 18:11:23 329c88fbcd65: Download complete 18:11:23 c0a3192eca97: Pull complete 18:11:23 a050256f5b6f: Pull complete 18:11:24 8a5474983e97: Verifying Checksum 18:11:24 8a5474983e97: Download complete 18:11:24 656be50a0ddc: Verifying Checksum 18:11:24 656be50a0ddc: Download complete 18:11:37 656be50a0ddc: Pull complete 18:11:37 2bbca73fdf42: Pull complete 18:11:37 46d945488cbd: Pull complete 18:11:42 8a5474983e97: Pull complete 18:11:44 329c88fbcd65: Pull complete 18:11:44 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 18:11:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:11:44 ---> ff4287adb874 18:11:44 Step 3/13 : ARG MAKE="make build" 18:11:46 ---> Running in 896d29f8fdbe 18:11:46 Removing intermediate container 896d29f8fdbe 18:11:46 ---> 8322254e30fa 18:11:46 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 18:11:46 ---> Running in f377e1c31ad0 18:11:46 Removing intermediate container f377e1c31ad0 18:11:46 ---> 0425bc7c2884 18:11:46 Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:11:47 ---> Running in d1742a991886 18:11:47 Removing intermediate container d1742a991886 18:11:47 ---> 644abfa7d355 18:11:47 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:47 ---> Running in 24a907911e36 18:11:50 Removing intermediate container 24a907911e36 18:11:50 ---> 87d734752976 18:11:50 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:11:50 ---> Running in 9e008224cb64 18:11:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:11:52 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:11:53 (1/14) Installing libintl (0.21-r2) 18:11:53 (2/14) Installing eudev-libs (3.2.11-r0) 18:11:53 (3/14) Installing libjpeg-turbo (2.1.3-r1) 18:11:53 (4/14) Installing v4l-utils-libs (1.22.1-r1) 18:11:53 (5/14) Installing v4l-utils (1.22.1-r1) 18:11:53 (6/14) Installing udev-init-scripts (35-r0) 18:11:53 Executing udev-init-scripts-35-r0.post-install 18:11:53 (7/14) Installing libblkid (2.38-r1) 18:11:54 (8/14) Installing xz-libs (5.2.5-r1) 18:11:54 (9/14) Installing zstd-libs (1.5.2-r1) 18:11:54 (10/14) Installing kmod-libs (29-r2) 18:11:54 (11/14) Installing eudev (3.2.11-r0) 18:11:54 (12/14) Installing eudev-dev (3.2.11-r0) 18:11:54 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 18:11:54 (14/14) Installing v4l-utils-dev (1.22.1-r1) 18:11:54 Executing busybox-1.35.0-r13.trigger 18:11:55 Executing eudev-3.2.11-r0.trigger 18:11:55 OK: 228 MiB in 65 packages 18:11:56 Removing intermediate container 9e008224cb64 18:11:56 ---> db4049cae0bc 18:11:56 Step 8/13 : WORKDIR /device-usb-camera 18:11:56 ---> Running in 8c091541eddd 18:11:56 Removing intermediate container 8c091541eddd 18:11:56 ---> 04b5d7db0b26 18:11:56 Step 9/13 : COPY go.mod vendor* ./ 18:11:57 ---> 02c9c4f4ca40 18:11:57 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:11:57 ---> Running in 125652302d6a 18:12:53 Removing intermediate container 125652302d6a 18:12:53 ---> 1253b63d3502 18:12:53 Step 11/13 : COPY . . 18:12:53 ---> 3b91d7ed25f3 18:12:53 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:12:53 ---> Running in 407e706a4716 18:12:53  % Total % Received % Xferd Average Speed Time Time Time Current 18:12:53  Dload Upload Total Spent Left Speed 18:12:53  0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6320 0 --:--:-- --:--:-- --:--:-- 6359 18:12:53 Removing intermediate container 407e706a4716 18:12:53 ---> a994986d30e4 18:12:53 Step 13/13 : RUN ${MAKE} 18:12:53 ---> Running in 0663f96c77f6 18:12:53 noop 18:12:53 Removing intermediate container 0663f96c77f6 18:12:53 ---> c341394e4ce5 18:12:53 Successfully built c341394e4ce5 18:12:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:54 + docker inspect -f . ci-base-image-arm64 18:12:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:12:54 prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container 18:12:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@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 18:12:55 $ docker top c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:56 + go version 18:12:56 go version go1.18.3 linux/arm64 [Pipeline] } 18:12:56 $ docker stop --time=1 c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 18:12:58 $ docker rm -f c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:12:58 + docker inspect -f . ci-base-image-arm64 18:12:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:12:59 prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container 18:12:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-usb-camera/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@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 18:13:00 $ docker top c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:01 + git config --global --add safe.directory /w/workspace/device-usb-camera/42 [Pipeline] fileExists [Pipeline] sh 18:13:02 + make test 18:13:02 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 18:13:03 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:14:40 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 18:14:40 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.074s coverage: 1.9% of statements 18:14:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:14:40 CGO_ENABLED=1 go vet ./... 18:15:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:15:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:15:02 ./bin/test-attribution-txt.sh [Pipeline] echo 18:15:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:15:02 $ docker stop --time=1 c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 18:15:04 $ docker rm -f c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 [Pipeline] // withDockerContainer [Pipeline] sh 18:15:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:15:05 Warning: overwriting stash ‘coverage-report’ 18:15:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:15:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:15:06 + ls -al . 18:15:06 total 196 18:15:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:13 . 18:15:06 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:10 .. 18:15:06 drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:10 .git 18:15:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 .github 18:15:06 -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 18:10 .gitignore 18:15:06 -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 18:10 .golangci.yml 18:15:06 -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 18:10 .hadolint.yml 18:15:06 -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 18:10 Attribution.txt 18:15:06 -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 18:10 CHANGELOG.md 18:15:06 -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 18:10 Dockerfile 18:15:06 -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 18:10 GOVERNANCE.md 18:15:06 -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 18:10 Jenkinsfile 18:15:06 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 18:10 LICENSE 18:15:06 -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 18:10 Makefile 18:15:06 -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 18:10 OWNERS.md 18:15:06 -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 18:10 README.md 18:15:06 -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 18:07 VERSION 18:15:06 drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 18:10 bin 18:15:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 cmd 18:15:06 -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 18:14 coverage.out 18:15:06 -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 18:10 docker-entrypoint.sh 18:15:06 -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 18:10 go.mod 18:15:06 -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 18:10 go.sum 18:15:06 drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 internal 18:15:06 drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:10 snap 18:15:06 -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 18:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:07 + 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=99c3e66cd2b563900f26eeb72b7fbc675658f659 --label arch=arm64 --label version=2.3.0-dev.3 . 18:15:07 Sending build context to Docker daemon 569.9kB 18:15:07 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 18:15:07 Step 2/35 : FROM ${BASE} AS builder 18:15:07 ---> c341394e4ce5 18:15:07 Step 3/35 : ARG MAKE="make build" 18:15:07 ---> Running in bfef01349dd1 18:15:08 Removing intermediate container bfef01349dd1 18:15:08 ---> 1b2902efd6c8 18:15:08 Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 18:15:08 ---> Running in 93849d8de1c9 18:15:08 Removing intermediate container 93849d8de1c9 18:15:08 ---> b6c61c3879e4 18:15:08 Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:15:08 ---> Running in a0d3e9a4222b 18:15:08 Removing intermediate container a0d3e9a4222b 18:15:08 ---> 7e554ddab8f0 18:15:08 Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 18:15:08 ---> Running in 3628bf159990 18:15:10 Removing intermediate container 3628bf159990 18:15:10 ---> 2351125af640 18:15:10 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:15:10 ---> Running in f0413d5cb82e 18:15:11 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:15:12 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:15:13 OK: 228 MiB in 65 packages 18:15:14 Removing intermediate container f0413d5cb82e 18:15:14 ---> 90240c7a2750 18:15:14 Step 8/35 : WORKDIR /device-usb-camera 18:15:14 ---> Running in 1b854f67c2af 18:15:14 Removing intermediate container 1b854f67c2af 18:15:14 ---> 1826d424bbae 18:15:14 Step 9/35 : COPY go.mod vendor* ./ 18:15:15 ---> ded2e5db1ffe 18:15:15 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:15:15 ---> Running in 7274543356cc 18:15:17 Removing intermediate container 7274543356cc 18:15:17 ---> 65b9f3749982 18:15:17 Step 11/35 : COPY . . 18:15:18 ---> 279866422038 18:15:18 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:15:18 ---> Running in d3522ff09cad 18:15:19  % Total % Received % Xferd Average Speed Time Time Time Current 18:15:19 Dload Upload Total Spent Left Speed 18:15:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12493 0 --:--:-- --:--:-- --:--:-- 12642 18:15:20 Removing intermediate container d3522ff09cad 18:15:20 ---> 691bc787ca06 18:15:20 Step 13/35 : RUN ${MAKE} 18:15:20 ---> Running in cbe04e3d690b 18:15:21 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 18:17:58 Removing intermediate container cbe04e3d690b 18:17:58 ---> eb90f993f61b 18:17:58 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 18:17:58 v0.18.4: Pulling from aler9/rtsp-simple-server 18:17:58 eab2503cf8f4: Pulling fs layer 18:17:58 97cd0a44c592: Pulling fs layer 18:17:58 97cd0a44c592: Verifying Checksum 18:17:58 97cd0a44c592: Download complete 18:17:58 eab2503cf8f4: Download complete 18:17:58 eab2503cf8f4: Pull complete 18:17:58 97cd0a44c592: Pull complete 18:17:58 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 18:17:58 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 18:17:58 ---> 7f763cca56b3 18:17:58 Step 15/35 : FROM alpine:3.16 18:17:58 3.16: Pulling from library/alpine 18:17:58 9b18e9b68314: Pulling fs layer 18:17:58 9b18e9b68314: Verifying Checksum 18:17:58 9b18e9b68314: Download complete 18:17:58 9b18e9b68314: Pull complete 18:17:58 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 18:17:58 Status: Downloaded newer image for alpine:3.16 18:17:58 ---> a6215f271958 18:17:58 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:17:58 ---> Running in 7065dafa0852 18:17:58 Removing intermediate container 7065dafa0852 18:17:58 ---> 6e5f4b9b8a80 18:17:58 Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 18:17:58 ---> Running in 78de5dccbfbd 18:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:17:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:17:58 (1/82) Installing dumb-init (1.2.5-r1) 18:17:58 (2/82) Installing sdl2 (2.0.22-r0) 18:17:58 (3/82) Installing libxau (1.0.9-r0) 18:17:58 (4/82) Installing libxdmcp (1.1.3-r0) 18:17:58 (5/82) Installing libxcb (1.15-r0) 18:17:58 (6/82) Installing libx11 (1.8-r0) 18:17:58 (7/82) Installing aom-libs (3.3.0-r0) 18:17:58 (8/82) Installing alsa-lib (1.2.7.2-r0) 18:17:58 (9/82) Installing expat (2.4.8-r0) 18:17:58 (10/82) Installing brotli-libs (1.0.9-r6) 18:17:58 (11/82) Installing libbz2 (1.0.8-r1) 18:17:58 (12/82) Installing libpng (1.6.37-r1) 18:17:58 (13/82) Installing freetype (2.12.1-r0) 18:17:58 (14/82) Installing fontconfig (2.14.0-r0) 18:17:58 (15/82) Installing fribidi (1.0.12-r0) 18:17:58 (16/82) Installing libffi (3.4.2-r1) 18:17:58 (17/82) Installing libintl (0.21-r2) 18:17:58 (18/82) Installing libblkid (2.38-r1) 18:17:58 (19/82) Installing libmount (2.38-r1) 18:17:58 (20/82) Installing pcre (8.45-r2) 18:17:58 (21/82) Installing glib (2.72.1-r0) 18:17:58 (22/82) Installing graphite2 (1.3.14-r1) 18:17:58 (23/82) Installing harfbuzz (4.3.0-r0) 18:17:58 (24/82) Installing libass (0.16.0-r0) 18:17:58 (25/82) Installing libdav1d (1.0.0-r0) 18:17:58 (26/82) Installing libdrm (2.4.110-r0) 18:17:58 (27/82) Installing gmp (6.2.1-r2) 18:17:58 (28/82) Installing nettle (3.7.3-r0) 18:17:58 (29/82) Installing p11-kit (0.24.1-r0) 18:17:58 (30/82) Installing libtasn1 (4.18.0-r0) 18:17:58 (31/82) Installing libunistring (1.0-r0) 18:17:58 (32/82) Installing gnutls (3.7.7-r0) 18:17:58 (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) 18:17:58 (34/82) Installing ncurses-libs (6.3_p20220521-r0) 18:17:58 (35/82) Installing lame (3.100-r0) 18:17:58 (36/82) Installing opus (1.3.1-r1) 18:17:58 (37/82) Installing libasyncns (0.8-r1) 18:17:58 (38/82) Installing dbus-libs (1.14.0-r1) 18:17:58 (39/82) Installing libltdl (2.4.7-r0) 18:17:58 (40/82) Installing orc (0.4.32-r0) 18:17:58 (41/82) Installing libgcc (11.2.1_git20220219-r2) 18:17:58 (42/82) Installing libogg (1.3.5-r1) 18:17:58 (43/82) Installing libstdc++ (11.2.1_git20220219-r2) 18:17:58 (44/82) Installing flac (1.3.4-r0) 18:17:58 (45/82) Installing libvorbis (1.3.7-r0) 18:17:58 (46/82) Installing libsndfile (1.1.0-r0) 18:17:58 (47/82) Installing libgomp (11.2.1_git20220219-r2) 18:17:58 (48/82) Installing soxr (0.1.3-r2) 18:17:58 (49/82) Installing speexdsp (1.2.0-r0) 18:17:58 (50/82) Installing tdb-libs (1.4.6-r0) 18:17:58 (51/82) Installing libpulse (15.0-r2) 18:17:58 (52/82) Installing cjson (1.7.15-r3) 18:17:58 (53/82) Installing mbedtls (2.28.1-r0) 18:17:58 (54/82) Installing librist (0.2.6-r1) 18:17:58 (55/82) Installing libsrt (1.4.4-r0) 18:17:58 (56/82) Installing libssh (0.9.6-r1) 18:17:58 (57/82) Installing libtheora (1.1.1-r16) 18:17:58 (58/82) Installing libjpeg-turbo (2.1.3-r1) 18:17:58 (59/82) Installing v4l-utils-libs (1.22.1-r1) 18:17:58 (60/82) Installing libxext (1.3.4-r0) 18:17:58 (61/82) Installing libxfixes (6.0.0-r0) 18:17:58 (62/82) Installing wayland-libs-client (1.20.0-r0) 18:17:58 (63/82) Installing libva (2.14.0-r0) 18:17:58 (64/82) Installing libvdpau (1.5-r0) 18:17:58 (65/82) Installing vidstab (1.1.0-r1) 18:17:58 (66/82) Installing libvpx (1.11.0-r1) 18:17:58 (67/82) Installing libwebp (1.2.3-r0) 18:17:58 (68/82) Installing x264-libs (0.163_git20210613-r0) 18:17:58 (69/82) Installing numactl (2.0.14-r0) 18:17:58 (70/82) Installing x265-libs (3.5-r3) 18:17:58 (71/82) Installing xvidcore (1.3.7-r1) 18:17:58 (72/82) Installing ffmpeg-libs (5.0.1-r1) 18:17:58 (73/82) Installing ffmpeg (5.0.1-r1) 18:17:58 (74/82) Installing udev-init-scripts (35-r0) 18:17:58 Executing udev-init-scripts-35-r0.post-install 18:17:58 (75/82) Installing eudev-libs (3.2.11-r0) 18:17:58 (76/82) Installing xz-libs (5.2.5-r1) 18:17:58 (77/82) Installing zstd-libs (1.5.2-r1) 18:17:58 (78/82) Installing kmod-libs (29-r2) 18:17:58 (79/82) Installing eudev (3.2.11-r0) 18:17:58 (80/82) Installing libsodium (1.0.18-r0) 18:17:58 (81/82) Installing libzmq (4.3.4-r0) 18:17:58 (82/82) Installing zeromq (4.3.4-r0) 18:17:58 Executing busybox-1.35.0-r17.trigger 18:17:58 Executing eudev-3.2.11-r0.trigger 18:17:58 OK: 78 MiB in 96 packages 18:17:58 Removing intermediate container 78de5dccbfbd 18:17:58 ---> 3a2bf43c4eb7 18:17:58 Step 18/35 : WORKDIR / 18:17:58 ---> Running in 8099151cb648 18:17:58 Removing intermediate container 8099151cb648 18:17:58 ---> aa93db059977 18:17:58 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 18:18:00 ---> bcc0669b81e8 18:18:00 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 18:18:00 ---> 7031cd0fc273 18:18:00 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 18:18:01 ---> ee0f2af822ab 18:18:01 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 18:18:01 ---> 11656e4dfb54 18:18:01 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 18:18:02 ---> be373b13e659 18:18:02 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 18:18:02 ---> f08b1f954620 18:18:02 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 18:18:04 ---> 08e9ea0cb668 18:18:04 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 18:18:04 ---> Running in 59db970bb5c9 18:18:05 Removing intermediate container 59db970bb5c9 18:18:05 ---> 85196f60fd6d 18:18:05 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 18:18:05 ---> Running in 43e4ecff3c1c 18:18:07 Removing intermediate container 43e4ecff3c1c 18:18:07 ---> a6b25f60ee39 18:18:07 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 18:18:07 ---> Running in 71b02605b1de 18:18:09 Removing intermediate container 71b02605b1de 18:18:09 ---> 31f967a5ae66 18:18:09 Step 29/35 : EXPOSE 59983 18:18:09 ---> Running in 047a124dd5bd 18:18:09 Removing intermediate container 047a124dd5bd 18:18:09 ---> 8d87f9502efa 18:18:09 Step 30/35 : EXPOSE 8554 18:18:09 ---> Running in dae9477cb461 18:18:09 Removing intermediate container dae9477cb461 18:18:09 ---> 677762073bd1 18:18:09 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 18:18:09 ---> Running in e3104fca0209 18:18:10 Removing intermediate container e3104fca0209 18:18:10 ---> 9ee5af44d95d 18:18:10 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 18:18:10 ---> Running in c6cbb2ddc9f2 18:18:10 Removing intermediate container c6cbb2ddc9f2 18:18:10 ---> d3943d246bb4 18:18:10 Step 33/35 : LABEL arch=arm64 18:18:10 ---> Running in db77a1fe7f81 18:18:11 Removing intermediate container db77a1fe7f81 18:18:11 ---> ade0d31a4b93 18:18:11 Step 34/35 : LABEL git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 18:18:11 ---> Running in 924e09060b20 18:18:11 Removing intermediate container 924e09060b20 18:18:11 ---> 53f7e1bd858f 18:18:11 Step 35/35 : LABEL version=2.3.0-dev.3 18:18:11 ---> Running in a5be1e2f1b5f 18:18:12 Removing intermediate container a5be1e2f1b5f 18:18:12 ---> 0c513dfc4e58 18:18:12 [Warning] One or more build-args [ARCH] were not consumed 18:18:12 Successfully built 0c513dfc4e58 18:18:12 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 18:18:12 provisioning config files... 18:18:12 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/42@tmp/config2299490634328172040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:12 ---> docker-login.sh 18:18:12 nexus3.edgexfoundry.org:10001 18:18:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:12 Configure a credential helper to remove this warning. See 18:18:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:12 18:18:12 Login Succeeded 18:18:12 nexus3.edgexfoundry.org:10002 18:18:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:13 Configure a credential helper to remove this warning. See 18:18:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:13 18:18:13 Login Succeeded 18:18:13 nexus3.edgexfoundry.org:10003 18:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:14 Configure a credential helper to remove this warning. See 18:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:14 18:18:14 Login Succeeded 18:18:14 nexus3.edgexfoundry.org:10004 18:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:14 Configure a credential helper to remove this warning. See 18:18:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:14 18:18:14 Login Succeeded 18:18:14 docker.io 18:18:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:15 Configure a credential helper to remove this warning. See 18:18:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:15 18:18:15 Login Succeeded 18:18:15 ---> docker-login.sh ends [Pipeline] } 18:18:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:18:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:18:15 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 18:18:15 99c3e66cd2b563900f26eeb72b7fbc675658f659 18:18:15 latest 18:18:15 2.3.0-dev.3 18:18:15 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:18:15 main 18:18:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:15 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:16 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 18:18:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:18:16 25acdff2cf8d: Preparing 18:18:16 a3aa9ceee19f: Preparing 18:18:16 1c66a509ba89: Preparing 18:18:16 a43932d1df72: Preparing 18:18:16 1207169bf42c: Preparing 18:18:16 c1e5680e6d62: Preparing 18:18:16 9333d2e6814c: Preparing 18:18:16 4ecb95255a6b: Preparing 18:18:16 c176037d4ad2: Preparing 18:18:16 e86aa2a2bd57: Preparing 18:18:16 4e9217c01027: Preparing 18:18:16 5d3e392a13a0: Preparing 18:18:16 4ecb95255a6b: Waiting 18:18:16 c176037d4ad2: Waiting 18:18:16 e86aa2a2bd57: Waiting 18:18:16 4e9217c01027: Waiting 18:18:16 5d3e392a13a0: Waiting 18:18:16 c1e5680e6d62: Waiting 18:18:16 9333d2e6814c: Waiting 18:18:16 1207169bf42c: Pushed 18:18:16 1c66a509ba89: Pushed 18:18:16 25acdff2cf8d: Pushed 18:18:16 a3aa9ceee19f: Pushed 18:18:16 c1e5680e6d62: Pushed 18:18:16 c176037d4ad2: Pushed 18:18:16 9333d2e6814c: Pushed 18:18:16 4ecb95255a6b: Pushed 18:18:16 5d3e392a13a0: Layer already exists 18:18:21 a43932d1df72: Pushed 18:18:23 e86aa2a2bd57: Pushed 18:18:35 4e9217c01027: Pushed 18:18:35 99c3e66cd2b563900f26eeb72b7fbc675658f659: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:35 + 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 18:18:36 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 18:18:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:18:36 25acdff2cf8d: Preparing 18:18:36 a3aa9ceee19f: Preparing 18:18:36 1c66a509ba89: Preparing 18:18:36 a43932d1df72: Preparing 18:18:36 1207169bf42c: Preparing 18:18:36 c1e5680e6d62: Preparing 18:18:36 9333d2e6814c: Preparing 18:18:36 4ecb95255a6b: Preparing 18:18:36 c176037d4ad2: Preparing 18:18:36 e86aa2a2bd57: Preparing 18:18:36 4e9217c01027: Preparing 18:18:36 5d3e392a13a0: Preparing 18:18:36 c1e5680e6d62: Waiting 18:18:36 9333d2e6814c: Waiting 18:18:36 4ecb95255a6b: Waiting 18:18:36 c176037d4ad2: Waiting 18:18:36 e86aa2a2bd57: Waiting 18:18:36 5d3e392a13a0: Waiting 18:18:36 a3aa9ceee19f: Layer already exists 18:18:36 1c66a509ba89: Layer already exists 18:18:36 a43932d1df72: Layer already exists 18:18:36 25acdff2cf8d: Layer already exists 18:18:36 1207169bf42c: Layer already exists 18:18:36 4ecb95255a6b: Layer already exists 18:18:36 9333d2e6814c: Layer already exists 18:18:36 c1e5680e6d62: Layer already exists 18:18:36 c176037d4ad2: Layer already exists 18:18:36 e86aa2a2bd57: Layer already exists 18:18:36 5d3e392a13a0: Layer already exists 18:18:36 4e9217c01027: Layer already exists 18:18:36 latest: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:36 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:37 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 18:18:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:18:37 25acdff2cf8d: Preparing 18:18:37 a3aa9ceee19f: Preparing 18:18:37 1c66a509ba89: Preparing 18:18:37 a43932d1df72: Preparing 18:18:37 1207169bf42c: Preparing 18:18:37 c1e5680e6d62: Preparing 18:18:37 9333d2e6814c: Preparing 18:18:37 4ecb95255a6b: Preparing 18:18:37 c176037d4ad2: Preparing 18:18:37 e86aa2a2bd57: Preparing 18:18:37 4e9217c01027: Preparing 18:18:37 5d3e392a13a0: Preparing 18:18:37 c1e5680e6d62: Waiting 18:18:37 c176037d4ad2: Waiting 18:18:37 e86aa2a2bd57: Waiting 18:18:37 4e9217c01027: Waiting 18:18:37 5d3e392a13a0: Waiting 18:18:37 4ecb95255a6b: Waiting 18:18:37 9333d2e6814c: Waiting 18:18:37 1207169bf42c: Layer already exists 18:18:37 a3aa9ceee19f: Layer already exists 18:18:37 1c66a509ba89: Layer already exists 18:18:37 25acdff2cf8d: Layer already exists 18:18:37 a43932d1df72: Layer already exists 18:18:37 4ecb95255a6b: Layer already exists 18:18:37 9333d2e6814c: Layer already exists 18:18:37 c176037d4ad2: Layer already exists 18:18:37 c1e5680e6d62: Layer already exists 18:18:37 e86aa2a2bd57: Layer already exists 18:18:37 4e9217c01027: Layer already exists 18:18:37 5d3e392a13a0: Layer already exists 18:18:37 2.3.0-dev.3: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:38 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:38 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:18:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:18:38 25acdff2cf8d: Preparing 18:18:38 a3aa9ceee19f: Preparing 18:18:38 1c66a509ba89: Preparing 18:18:38 a43932d1df72: Preparing 18:18:38 1207169bf42c: Preparing 18:18:38 c1e5680e6d62: Preparing 18:18:38 9333d2e6814c: Preparing 18:18:38 4ecb95255a6b: Preparing 18:18:38 c176037d4ad2: Preparing 18:18:38 e86aa2a2bd57: Preparing 18:18:38 4e9217c01027: Preparing 18:18:38 5d3e392a13a0: Preparing 18:18:38 c176037d4ad2: Waiting 18:18:38 e86aa2a2bd57: Waiting 18:18:38 c1e5680e6d62: Waiting 18:18:38 4e9217c01027: Waiting 18:18:38 9333d2e6814c: Waiting 18:18:38 5d3e392a13a0: Waiting 18:18:38 4ecb95255a6b: Waiting 18:18:38 1207169bf42c: Layer already exists 18:18:38 a3aa9ceee19f: Layer already exists 18:18:38 25acdff2cf8d: Layer already exists 18:18:38 a43932d1df72: Layer already exists 18:18:38 1c66a509ba89: Layer already exists 18:18:38 c176037d4ad2: Layer already exists 18:18:38 c1e5680e6d62: Layer already exists 18:18:38 9333d2e6814c: Layer already exists 18:18:38 4ecb95255a6b: Layer already exists 18:18:38 e86aa2a2bd57: Layer already exists 18:18:38 4e9217c01027: Layer already exists 18:18:38 5d3e392a13a0: Layer already exists 18:18:38 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:39 + 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 18:18:39 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 18:18:39 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:18:39 25acdff2cf8d: Preparing 18:18:39 a3aa9ceee19f: Preparing 18:18:39 1c66a509ba89: Preparing 18:18:39 a43932d1df72: Preparing 18:18:39 1207169bf42c: Preparing 18:18:39 c1e5680e6d62: Preparing 18:18:39 9333d2e6814c: Preparing 18:18:39 4ecb95255a6b: Preparing 18:18:39 c176037d4ad2: Preparing 18:18:39 e86aa2a2bd57: Preparing 18:18:39 4e9217c01027: Preparing 18:18:39 5d3e392a13a0: Preparing 18:18:39 9333d2e6814c: Waiting 18:18:39 4ecb95255a6b: Waiting 18:18:39 c176037d4ad2: Waiting 18:18:39 e86aa2a2bd57: Waiting 18:18:39 4e9217c01027: Waiting 18:18:39 5d3e392a13a0: Waiting 18:18:39 c1e5680e6d62: Waiting 18:18:39 a3aa9ceee19f: Layer already exists 18:18:39 1207169bf42c: Layer already exists 18:18:39 1c66a509ba89: Layer already exists 18:18:39 a43932d1df72: Layer already exists 18:18:39 25acdff2cf8d: Layer already exists 18:18:39 c1e5680e6d62: Layer already exists 18:18:39 c176037d4ad2: Layer already exists 18:18:39 4ecb95255a6b: Layer already exists 18:18:39 9333d2e6814c: Layer already exists 18:18:39 e86aa2a2bd57: Layer already exists 18:18:39 5d3e392a13a0: Layer already exists 18:18:39 4e9217c01027: Layer already exists 18:18:39 main: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:18:39 ===================================================== [Pipeline] echo 18:18:39 taggedImages: 18:18:39 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 18:18:39 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 18:18:39 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 18:18:39 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 18:18:39 - 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 18:18:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:40 18:18:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:40 arm64: Pulling from edgex-lftools-log-publisher 18:18:40 8998bd30e6a1: Pulling fs layer 18:18:40 04944245beec: Pulling fs layer 18:18:40 699f458cf7ca: Pulling fs layer 18:18:40 765212b225bb: Pulling fs layer 18:18:40 f23df028b6ca: Pulling fs layer 18:18:40 d65c8cfc05b1: Pulling fs layer 18:18:40 2437ff75d9bd: Pulling fs layer 18:18:40 765212b225bb: Waiting 18:18:40 d65c8cfc05b1: Waiting 18:18:40 f23df028b6ca: Waiting 18:18:40 2437ff75d9bd: Waiting 18:18:40 04944245beec: Verifying Checksum 18:18:40 04944245beec: Download complete 18:18:40 765212b225bb: Verifying Checksum 18:18:40 765212b225bb: Download complete 18:18:40 f23df028b6ca: Verifying Checksum 18:18:40 f23df028b6ca: Download complete 18:18:40 d65c8cfc05b1: Verifying Checksum 18:18:40 d65c8cfc05b1: Download complete 18:18:41 699f458cf7ca: Verifying Checksum 18:18:41 699f458cf7ca: Download complete 18:18:41 8998bd30e6a1: Verifying Checksum 18:18:41 8998bd30e6a1: Download complete 18:18:43 2437ff75d9bd: Verifying Checksum 18:18:43 2437ff75d9bd: Download complete 18:18:45 8998bd30e6a1: Pull complete 18:18:46 04944245beec: Pull complete 18:18:47 699f458cf7ca: Pull complete 18:18:47 765212b225bb: Pull complete 18:18:48 f23df028b6ca: Pull complete 18:18:48 d65c8cfc05b1: Pull complete 18:19:03 2437ff75d9bd: Pull complete 18:19:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:19:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:04 prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container 18:19:04 $ 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/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@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 18:19:07 $ docker top 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:08 ---> job-cost.sh 18:19:08 lf-activate-venv: SKIPPING 18:19:08 INFO: No Stack... 18:19:08 INFO: Retrieving Pricing Info for: v3-standard-4 18:19:09 INFO: Archiving Costs [Pipeline] sh 18:19:10 + cat /w/workspace/device-usb-camera/42/archives/cost.csv 18:19:10 + cut -d, -f6 [Pipeline] lock 18:19:10 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] 18:19:10 Resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] did not exist. Created. 18:19:10 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:19:11 /w/workspace/device-usb-camera/42@tmp/durable-8797caa4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:19:11 + echo total: 0.10999999940395355 [Pipeline] stash 18:19:11 Warning: overwriting stash ‘stack-cost’ 18:19:11 Stashed 1 file(s) [Pipeline] } 18:19:11 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 18:19:11 $ docker stop --time=1 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 18:19:13 $ docker rm -f 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 [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 18:19:13 provisioning config files... 18:19:13 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5573661154014409169tmp [Pipeline] { [Pipeline] sh 18:19:14 + set +x 18:19:14 + curl -s https://codecov.io/bash 18:19:14 + bash -s -- 18:19:14 18:19:14 _____ _ 18:19:14 / ____| | | 18:19:14 | | ___ __| | ___ ___ _____ __ 18:19:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:19:14 | |___| (_) | (_| | __/ (_| (_) \ V / 18:19:14 \_____\___/ \__,_|\___|\___\___/ \_/ 18:19:14 Bash-1.0.6 18:19:14 18:19:14 18:19:14 ==> git version 2.25.1 found 18:19:14 ==> 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 18:19:14 Release-Date: 2020-01-08 18:19:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:19:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:19:14 ==> Jenkins CI detected. 18:19:14 current dir:  /w/workspace/exfoundry_device-usb-camera_main 18:19:14 project root: . 18:19:14 --> token set from env 18:19:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:19:14 ==> Running gcov in . (disable via -X gcov) 18:19:14 ==> Python coveragepy not found 18:19:14 ==> Searching for coverage reports in: 18:19:14 + . 18:19:14 -> Found 1 reports 18:19:14 ==> Detecting git/mercurial file structure 18:19:14 ==> Reading reports 18:19:14 + ./coverage.out bytes=29387 18:19:14 ==> Appending adjustments 18:19:14 https://docs.codecov.io/docs/fixing-reports 18:19:14 + Found adjustments 18:19:14 ==> Gzipping contents 18:19:14 8.0K /tmp/codecov.pxBpPM.gz 18:19:14 ==> Uploading reports 18:19:14 url: https://codecov.io 18:19:14 query: branch=main&commit=99c3e66cd2b563900f26eeb72b7fbc675658f659&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 18:19:14 -> Pinging Codecov 18:19:14 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=99c3e66cd2b563900f26eeb72b7fbc675658f659&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 18:19:14 -> Uploading to 18:19:14 https://storage.googleapis.com/codecov/v4/raw/2022-08-15/73D8F5FF140700D3E01443B452E23636/99c3e66cd2b563900f26eeb72b7fbc675658f659/33349f5f-f1f5-4e05-85f8-6a4f50ebc07c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T181914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51091b68ff7a5e5660597441e860a04102ae9b514230c0d3afdb4ccc15df3cff 18:19:14 % Total % Received % Xferd Average Speed Time Time Time Current 18:19:14 Dload Upload Total Spent Left Speed 18:19:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4140 0 0 100 4140 0 17692 --:--:-- --:--:-- --:--:-- 17617 18:19:15 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } 18:19:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:19:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:19:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:19:15 18:19:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:19:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:19:15 df9b9388f04a: Pulling fs layer 18:19:15 52dc419b0ee2: Pulling fs layer 18:19:15 25bc292e5bac: Pulling fs layer 18:19:15 114826534d7a: Pulling fs layer 18:19:15 4657fd5d0bcf: Pulling fs layer 18:19:15 6ad1cebc031e: Pulling fs layer 18:19:15 8a3aa393b2d8: Pulling fs layer 18:19:15 6ad1cebc031e: Waiting 18:19:15 8a3aa393b2d8: Waiting 18:19:15 4657fd5d0bcf: Waiting 18:19:15 114826534d7a: Waiting 18:19:15 25bc292e5bac: Verifying Checksum 18:19:15 25bc292e5bac: Download complete 18:19:15 52dc419b0ee2: Verifying Checksum 18:19:15 52dc419b0ee2: Download complete 18:19:15 4657fd5d0bcf: Download complete 18:19:15 df9b9388f04a: Verifying Checksum 18:19:15 df9b9388f04a: Download complete 18:19:16 6ad1cebc031e: Verifying Checksum 18:19:16 6ad1cebc031e: Download complete 18:19:16 df9b9388f04a: Pull complete 18:19:16 52dc419b0ee2: Pull complete 18:19:16 25bc292e5bac: Pull complete 18:19:16 114826534d7a: Verifying Checksum 18:19:16 114826534d7a: Download complete 18:19:16 8a3aa393b2d8: Verifying Checksum 18:19:16 8a3aa393b2d8: Download complete 18:19:20 114826534d7a: Pull complete 18:19:20 4657fd5d0bcf: Pull complete 18:19:20 6ad1cebc031e: Pull complete 18:19:23 8a3aa393b2d8: Pull complete 18:19:23 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:19:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:19:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:24 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:19:24 $ 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 18:19:26 $ docker top dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 -eo pid,comm [Pipeline] { [Pipeline] echo 18:19:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 18:19:26 + set -o pipefail 18:19:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 18:19:32 18:19:32 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 18:19:32 18:19:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/3dfd2d37-1f38-4195-b91e-1f6a51dee00c 18:19:32 18:19:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:19:32 18:19:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:19:32 18:19:32 [Pipeline] } 18:19:32 $ docker stop --time=1 dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 18:19:34 $ docker rm -f dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 [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 18:19:35 + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] sh 18:19:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:19:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:19:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:35 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:19:35 $ 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 18:19:36 $ docker top 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:36 [ssh-agent] Looking for ssh-agent implementation... 18:19:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:36 $ docker exec 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 ssh-agent 18:19:36 SSH_AUTH_SOCK=/tmp/ssh-sblnUcAmj0WG/agent.34 18:19:36 SSH_AGENT_PID=40 18:19:36 Running ssh-add (command line suppressed) 18:19:36 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2140993916762622415.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2140993916762622415.key) 18:19:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:37 + git semver tag 18:19:37 2022-08-15 18:19:37,258 [run_tag] DEBUG tag force:False 18:19:37 2022-08-15 18:19:37,258 [check_head_tag] DEBUG check head tag 18:19:37 2022-08-15 18:19:37,259 [execute] INFO git cat-file --batch-check 18:19:37 2022-08-15 18:19:37,259 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 18:19:37 2022-08-15 18:19:37,263 [execute] INFO git cat-file --batch 18:19:37 2022-08-15 18:19:37,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 18:19:37 2022-08-15 18:19:37,279 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:19:37 2022-08-15 18:19:37,279 [execute] INFO git tag -a v2.3.0-dev.3 -m v2.3.0-dev.3 18:19:37 2022-08-15 18:19:37,280 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.3', '-m', 'v2.3.0-dev.3'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 18:19:37 2022-08-15 18:19:37,285 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:19:37 2.3.0-dev.3 [Pipeline] } 18:19:37 $ docker exec --env ******** --env ******** 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 ssh-agent -k 18:19:37 unset SSH_AUTH_SOCK; 18:19:37 unset SSH_AGENT_PID; 18:19:37 echo Agent pid 40 killed; 18:19:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:37 + git semver [Pipeline] } 18:19:38 $ docker stop --time=1 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 18:19:39 $ docker rm -f 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:39 18:19:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:40 0.23.1-centos7: Pulling from edgex-lftools 18:19:40 ab5ef0e58194: Pulling fs layer 18:19:40 9712f1f96733: Pulling fs layer 18:19:40 63f879dbbcfc: Pulling fs layer 18:19:40 0d9ebad4ef96: Pulling fs layer 18:19:40 e9a5061849ea: Pulling fs layer 18:19:40 d747dcd14b5f: Pulling fs layer 18:19:40 2de7ff778b66: Pulling fs layer 18:19:40 e9a5061849ea: Waiting 18:19:40 2de7ff778b66: Waiting 18:19:40 d747dcd14b5f: Waiting 18:19:40 0d9ebad4ef96: Waiting 18:19:40 9712f1f96733: Verifying Checksum 18:19:40 9712f1f96733: Download complete 18:19:40 63f879dbbcfc: Verifying Checksum 18:19:40 63f879dbbcfc: Download complete 18:19:40 0d9ebad4ef96: Download complete 18:19:40 d747dcd14b5f: Verifying Checksum 18:19:40 d747dcd14b5f: Download complete 18:19:40 e9a5061849ea: Download complete 18:19:40 ab5ef0e58194: Verifying Checksum 18:19:40 ab5ef0e58194: Download complete 18:19:40 2de7ff778b66: Verifying Checksum 18:19:40 2de7ff778b66: Download complete 18:19:44 ab5ef0e58194: Pull complete 18:19:44 9712f1f96733: Pull complete 18:19:44 63f879dbbcfc: Pull complete 18:19:48 0d9ebad4ef96: Pull complete 18:19:48 e9a5061849ea: Pull complete 18:19:49 d747dcd14b5f: Pull complete 18:19:50 2de7ff778b66: Pull complete 18:19:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:19:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:19:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:50 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:19:50 $ 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 18:19:53 $ docker top d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:19:53 provisioning config files... 18:19:53 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8160954146365888064tmp 18:19:53 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1537537272736223072tmp 18:19:53 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6901116840033692009tmp [Pipeline] { [Pipeline] echo 18:19:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:19:53 ---> sigul-configuration.sh 18:19:53 gpg: directory `/root/.gnupg' created 18:19:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:19:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:19:53 gpg: keyring `/root/.gnupg/secring.gpg' created 18:19:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:19:53 gpg: CAST5 encrypted data 18:19:53 gpg: encrypted with 1 passphrase 18:19:53 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:19:53 + mkdir /home/jenkins 18:19:53 + mkdir /home/jenkins/sigul [Pipeline] sh 18:19:54 + 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 18:19:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:19:54 ---> sigul-install.sh 18:19:54 Sigul already installed; skipping installation. [Pipeline] sh 18:19:54 + git tag --list 18:19:54 v0.0.0 18:19:54 v0.0.1-dev.1 18:19:54 v0.0.1-dev.10 18:19:54 v0.0.1-dev.11 18:19:54 v0.0.1-dev.12 18:19:54 v0.0.1-dev.13 18:19:54 v0.0.1-dev.14 18:19:54 v0.0.1-dev.15 18:19:54 v0.0.1-dev.16 18:19:54 v0.0.1-dev.2 18:19:54 v0.0.1-dev.3 18:19:54 v0.0.1-dev.4 18:19:54 v0.0.1-dev.5 18:19:54 v0.0.1-dev.6 18:19:54 v0.0.1-dev.7 18:19:54 v0.0.1-dev.8 18:19:54 v0.0.1-dev.9 18:19:54 v2.2.0 18:19:54 v2.2.0-dev.17 18:19:54 v2.2.0-dev.18 18:19:54 v2.2.0-dev.19 18:19:54 v2.2.0-dev.20 18:19:54 v2.2.0-dev.21 18:19:54 v2.2.0-dev.22 18:19:54 v2.2.0-dev.23 18:19:54 v2.2.0-dev.24 18:19:54 v2.2.0-dev.25 18:19:54 v2.2.0-dev.26 18:19:54 v2.2.0-dev.27 18:19:54 v2.3.0-dev.1 18:19:54 v2.3.0-dev.2 18:19:54 v2.3.0-dev.3 [Pipeline] sh 18:19:55 + lftools sign git-tag v2.3.0-dev.3 18:19:55 Signing Git tag with Sigul... 18:19:55 Signing v2.3.0-dev.3 [Pipeline] echo 18:19:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:19:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:19:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:19:56 $ docker stop --time=1 d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 18:19:57 $ docker rm -f d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:19:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:19:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:19:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:58 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:19:58 $ 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 18:19:59 $ docker top 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:59 [ssh-agent] Looking for ssh-agent implementation... 18:19:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:59 $ docker exec 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 ssh-agent 18:19:59 SSH_AUTH_SOCK=/tmp/ssh-S2OIdqQAUtVO/agent.33 18:19:59 SSH_AGENT_PID=39 18:19:59 Running ssh-add (command line suppressed) 18:19:59 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8262157395843928847.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8262157395843928847.key) 18:19:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:59 + git semver bump pre 18:20:00 2022-08-15 18:20:00,007 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:20:00 2022-08-15 18:20:00,007 [bump_version] DEBUG bumping version:2.3.0-dev.3 on axis:pre with prefix:dev 18:20:00 2022-08-15 18:20:00,008 [bump_version] DEBUG bumped version:2.3.0-dev.4 18:20:00 2022-08-15 18:20:00,008 [write_version] DEBUG write version:2.3.0-dev.4 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 18:20:00 2022-08-15 18:20:00,008 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:20:00 2022-08-15 18:20:00,008 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:20:00 2022-08-15 18:20:00,009 [execute] INFO git cat-file --batch-check 18:20:00 2022-08-15 18:20:00,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:20:00 2022-08-15 18:20:00,016 [execute] INFO git cat-file --batch 18:20:00 2022-08-15 18:20:00,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:20:00 2022-08-15 18:20:00,021 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:20:00 2.3.0-dev.4 [Pipeline] } 18:20:00 $ docker exec --env ******** --env ******** 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 ssh-agent -k 18:20:00 unset SSH_AUTH_SOCK; 18:20:00 unset SSH_AGENT_PID; 18:20:00 echo Agent pid 39 killed; 18:20:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:00 + git semver [Pipeline] } 18:20:00 $ docker stop --time=1 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 18:20:02 $ docker rm -f 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 [Pipeline] // withDockerContainer [Pipeline] sh 18:20:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:20:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:20:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:02 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:20:02 $ 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 18:20:03 $ docker top d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:20:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:03 [ssh-agent] Looking for ssh-agent implementation... 18:20:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:03 $ docker exec d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 ssh-agent 18:20:03 SSH_AUTH_SOCK=/tmp/ssh-PXnNJEwrpDzH/agent.33 18:20:03 SSH_AGENT_PID=39 18:20:03 Running ssh-add (command line suppressed) 18:20:03 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_583057369825124934.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_583057369825124934.key) 18:20:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:04 + git semver push 18:20:04 2022-08-15 18:20:04,360 [run_push] DEBUG push 18:20:04 2022-08-15 18:20:04,361 [execute] INFO git cat-file --batch-check 18:20:04 2022-08-15 18:20:04,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:20:04 2022-08-15 18:20:04,366 [execute] INFO git rev-list 2c444b9f51899ca4857579087507001c46c4368b -- 18:20:04 2022-08-15 18:20:04,366 [execute] DEBUG Popen(['git', 'rev-list', '2c444b9f51899ca4857579087507001c46c4368b', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 18:20:04 2022-08-15 18:20:04,372 [execute] INFO git fetch -v origin 18:20:04 2022-08-15 18:20:04,373 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 18:20:04 2022-08-15 18:20:04,852 [run_push] DEBUG no remote changes detected 18:20:04 2022-08-15 18:20:04,853 [execute] INFO git push origin semver 18:20:04 2022-08-15 18:20:04,853 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 18:20:05 2022-08-15 18:20:05,725 [run_push] DEBUG push all version tags 18:20:05 2022-08-15 18:20:05,726 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:20:05 2022-08-15 18:20:05,726 [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) 18:20:06 2022-08-15 18:20:06,415 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:20:06 2.3.0-dev.4 [Pipeline] } 18:20:06 $ docker exec --env ******** --env ******** d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 ssh-agent -k 18:20:06 unset SSH_AUTH_SOCK; 18:20:06 unset SSH_AGENT_PID; 18:20:06 echo Agent pid 39 killed; 18:20:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:06 + git semver [Pipeline] } 18:20:07 $ docker stop --time=1 d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 18:20:08 $ docker rm -f d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 [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 18:20:09 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 18:20:09 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 18:20:09 total 16 18:20:09 drwxr-xr-x 3 root root 4096 Aug 15 18:09 . 18:20:09 drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:19 .. 18:20:09 drwxr-xr-x 2 root root 4096 Aug 15 18:09 cost 18:20:09 -rw-r--r-- 1 root root 88 Aug 15 18:09 cost.csv 18:20:09 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 18:20:09 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 18:20:09 total 16 18:20:09 drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 18:09 . 18:20:09 drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:19 .. 18:20:09 drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 18:09 cost 18:20:09 -rw-r--r-- 1 jenkins jenkins 88 Aug 15 18:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:20:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:20:10 ---> package-listing.sh 18:20:10 ++ facter osfamily 18:20:10 ++ tr '[:upper:]' '[:lower:]' 18:20:10 + OS_FAMILY=debian 18:20:10 + workspace=/w/workspace/exfoundry_device-usb-camera_main 18:20:10 + START_PACKAGES=/tmp/packages_start.txt 18:20:10 + END_PACKAGES=/tmp/packages_end.txt 18:20:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:20:10 + PACKAGES=/tmp/packages_start.txt 18:20:10 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 18:20:10 + PACKAGES=/tmp/packages_end.txt 18:20:10 + case "${OS_FAMILY}" in 18:20:10 + dpkg -l 18:20:10 + grep '^ii' 18:20:10 + '[' -f /tmp/packages_start.txt ']' 18:20:10 + '[' -f /tmp/packages_end.txt ']' 18:20:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:20:10 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 18:20:10 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 18:20:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 18:20:10 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 18:20:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:20:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:20:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:20:11 prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container 18:20:11 $ 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 18:20:12 $ docker top 680b2e3aa220e7e7de9610be6fdc542a530c4b0b6290ee498449eef2ce74eb5d -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:12 + touch /tmp/pre-build-complete [Pipeline] sh 18:20:12 + mkdir -p /var/log/sysstat [Pipeline] sh 18:20:13 + ls /var/log/sa-host 18:20:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:13 provisioning config files... 18:20:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5432024952326422758tmp [Pipeline] { [Pipeline] echo 18:20:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:20:13 ---> create-netrc.sh [Pipeline] } 18:20:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:20:13 ---> python-tools-install.sh [Pipeline] echo 18:20:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:20:14 ---> sudo-logs.sh 18:20:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:20:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:20:14 ---> job-cost.sh 18:20:14 lf-activate-venv: SKIPPING 18:20:14 DEBUG: total: 0.2199999988079071 18:20:14 INFO: Retrieving Stack Cost... 18:20:14 INFO: Retrieving Pricing Info for: v3-standard-8 18:20:15 INFO: Archiving Costs [Pipeline] echo 18:20:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:20:15 ---> logs-deploy.sh 18:20:15 lf-activate-venv: SKIPPING 18:20:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/42 18:20:15 INFO: archiving workspace using pattern(s): 18:20:16 Archives upload complete. 18:20:16 INFO: archiving logs to Nexus 18:20:17 ---> uname -a: 18:20:17 Linux prd-ubuntu20-04-docker-8c-8g-22841 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:20:17 18:20:17 18:20:17 ---> lscpu: 18:20:17 Architecture: x86_64 18:20:17 CPU op-mode(s): 32-bit, 64-bit 18:20:17 Byte Order: Little Endian 18:20:17 Address sizes: 40 bits physical, 48 bits virtual 18:20:17 CPU(s): 8 18:20:17 On-line CPU(s) list: 0-7 18:20:17 Thread(s) per core: 1 18:20:17 Core(s) per socket: 1 18:20:17 Socket(s): 8 18:20:17 NUMA node(s): 1 18:20:17 Vendor ID: AuthenticAMD 18:20:17 CPU family: 23 18:20:17 Model: 49 18:20:17 Model name: AMD EPYC-Rome Processor 18:20:17 Stepping: 0 18:20:17 CPU MHz: 2799.998 18:20:17 BogoMIPS: 5599.99 18:20:17 Virtualization: AMD-V 18:20:17 Hypervisor vendor: KVM 18:20:17 Virtualization type: full 18:20:17 L1d cache: 256 KiB 18:20:17 L1i cache: 256 KiB 18:20:17 L2 cache: 4 MiB 18:20:17 L3 cache: 128 MiB 18:20:17 NUMA node0 CPU(s): 0-7 18:20:17 Vulnerability Itlb multihit: Not affected 18:20:17 Vulnerability L1tf: Not affected 18:20:17 Vulnerability Mds: Not affected 18:20:17 Vulnerability Meltdown: Not affected 18:20:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:20:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:20:17 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:20:17 Vulnerability Srbds: Not affected 18:20:17 Vulnerability Tsx async abort: Not affected 18:20:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:20:17 18:20:17 18:20:17 ---> nproc: 18:20:17 8 18:20:17 18:20:17 18:20:17 ---> df -h: 18:20:17 Filesystem Size Used Avail Use% Mounted on 18:20:17 overlay 155G 13G 143G 8% / 18:20:17 tmpfs 64M 0 64M 0% /dev 18:20:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:20:17 shm 64M 0 64M 0% /dev/shm 18:20:17 /dev/vda1 155G 13G 143G 8% /facter-os 18:20:17 18:20:17 18:20:17 ---> sar -b -r -n DEV: 18:20:17 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22841) 08/15/22 _x86_64_ (8 CPU) 18:20:17 18:20:17 18:06:00 LINUX RESTART (8 CPU) 18:20:17 18:20:17 18:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:20:17 18:08:01 182.04 1.27 180.77 0.00 23.99 69504.44 0.00 18:20:17 18:09:01 212.10 0.20 211.90 0.00 22.80 31819.10 0.00 18:20:17 18:10:01 35.18 0.00 35.18 0.00 0.00 16774.69 0.00 18:20:17 18:11:01 1.65 0.00 1.65 0.00 0.00 19.19 0.00 18:20:17 18:12:01 0.98 0.02 0.97 0.00 0.13 12.13 0.00 18:20:17 18:13:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 18:20:17 18:14:01 0.93 0.00 0.93 0.00 0.00 11.46 0.00 18:20:17 18:15:01 1.30 0.00 1.30 0.00 0.00 14.80 0.00 18:20:17 18:16:01 0.92 0.00 0.92 0.00 0.00 10.98 0.00 18:20:17 18:17:01 1.65 0.02 1.63 0.00 0.13 24.53 0.00 18:20:17 18:18:01 1.25 0.00 1.25 0.00 0.00 15.73 0.00 18:20:17 18:19:01 1.33 0.00 1.33 0.00 0.00 15.86 0.00 18:20:17 18:20:01 110.20 0.45 109.75 0.00 17.06 60089.05 0.00 18:20:17 Average: 42.24 0.15 42.09 0.00 4.91 13662.84 0.00 18:20:17 18:20:17 18:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:20:17 18:08:01 27910568 31657080 632428 1.92 164080 3766176 2073624 6.11 1432112 3062940 232236 18:20:17 18:09:01 27851040 31738156 553060 1.68 171252 3900772 2001660 5.90 1314832 3239116 1052 18:20:17 18:10:01 27363880 31759640 529820 1.61 178388 4352592 1824744 5.38 1311572 3678188 20 18:20:17 18:11:01 27365032 31760844 528544 1.61 178424 4352588 1824744 5.38 1311104 3678192 28 18:20:17 18:12:01 27372528 31768352 520940 1.58 178464 4352604 1824744 5.38 1302916 3678200 20 18:20:17 18:13:01 27372724 31768616 520676 1.58 178488 4352604 1824744 5.38 1303316 3678204 16 18:20:17 18:14:01 27374928 31771364 518404 1.58 178512 4352608 1824744 5.38 1300368 3678716 40 18:20:17 18:15:01 27374920 31771360 518324 1.58 178536 4352612 1824744 5.38 1300368 3678720 8 18:20:17 18:16:01 27374964 31771476 518188 1.58 178564 4352612 1824744 5.38 1301064 3678732 12 18:20:17 18:17:01 27374168 31770856 518368 1.58 178628 4352592 1824744 5.38 1301300 3678732 260 18:20:17 18:18:01 27374412 31771104 518092 1.58 178656 4352596 1824744 5.38 1300476 3678736 20 18:20:17 18:19:01 27374764 31771552 517468 1.57 178672 4352596 1824744 5.38 1300300 3678728 20 18:20:17 18:20:01 25844208 31722156 559740 1.70 221040 5660804 2130328 6.28 1444108 4927764 776 18:20:17 Average: 27332934 31754043 534927 1.63 180131 4373366 1881004 5.54 1324910 3693459 18039 18:20:17 18:20:17 18:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:20:17 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:08:01 docker0 200.80 286.28 15.22 2219.71 0.00 0.00 0.00 0.00 18:20:17 18:08:01 veth0b81d69 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 18:20:17 18:08:01 ens3 387.22 275.21 2888.89 99.31 0.00 0.00 0.00 0.00 18:20:17 18:09:01 lo 6.20 6.20 0.60 0.60 0.00 0.00 0.00 0.00 18:20:17 18:09:01 docker0 21.18 41.68 1.48 642.54 0.00 0.00 0.00 0.00 18:20:17 18:09:01 ens3 191.08 155.71 896.41 754.48 0.00 0.00 0.00 0.00 18:20:17 18:10:01 lo 4.93 4.93 0.49 0.49 0.00 0.00 0.00 0.00 18:20:17 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:10:01 ens3 134.88 100.47 2541.94 254.46 0.00 0.00 0.00 0.00 18:20:17 18:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:11:01 ens3 1.12 0.78 0.61 0.49 0.00 0.00 0.00 0.00 18:20:17 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:12:01 ens3 0.53 0.10 0.12 0.07 0.00 0.00 0.00 0.00 18:20:17 18:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:13:01 ens3 0.53 0.33 0.27 0.21 0.00 0.00 0.00 0.00 18:20:17 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:14:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:15:01 ens3 0.62 0.13 0.06 0.01 0.00 0.00 0.00 0.00 18:20:17 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:16:01 ens3 1.14 0.85 4.46 0.25 0.00 0.00 0.00 0.00 18:20:17 18:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:17:01 ens3 0.28 0.20 0.09 0.07 0.00 0.00 0.00 0.00 18:20:17 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:18:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 18:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:20:17 18:20:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 18:20:17 18:20:01 veth4a81feb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:20:17 18:20:01 docker0 39.99 47.33 3.59 688.84 0.00 0.00 0.00 0.00 18:20:17 18:20:01 ens3 381.09 276.40 7896.02 128.18 0.00 0.00 0.00 0.00 18:20:17 Average: lo 1.08 1.08 0.10 0.10 0.00 0.00 0.00 0.00 18:20:17 Average: veth4a81feb 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:20:17 Average: docker0 19.95 28.57 1.55 271.01 0.00 0.00 0.00 0.00 18:20:17 Average: ens3 84.23 62.13 1093.55 95.30 0.00 0.00 0.00 0.00 18:20:17 18:20:17 18:20:17 ---> sar -P ALL: 18:20:17 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-22841) 08/15/22 _x86_64_ (8 CPU) 18:20:17 18:20:17 18:06:00 LINUX RESTART (8 CPU) 18:20:17 18:20:17 18:07:02 CPU %user %nice %system %iowait %steal %idle 18:20:17 18:08:01 all 21.77 0.00 6.29 1.58 0.07 70.29 18:20:17 18:08:01 0 21.08 0.00 5.32 0.58 0.07 72.95 18:20:17 18:08:01 1 21.67 0.00 5.71 0.43 0.07 72.12 18:20:17 18:08:01 2 22.63 0.00 5.94 0.93 0.07 70.44 18:20:17 18:08:01 3 21.12 0.00 6.65 0.24 0.07 71.92 18:20:17 18:08:01 4 20.87 0.00 6.13 0.50 0.07 72.43 18:20:17 18:08:01 5 23.05 0.00 8.12 4.45 0.09 64.29 18:20:17 18:08:01 6 21.70 0.00 6.44 5.41 0.05 66.40 18:20:17 18:08:01 7 22.03 0.00 6.02 0.16 0.09 71.71 18:20:17 18:09:01 all 32.63 0.00 6.05 1.28 0.08 59.97 18:20:17 18:09:01 0 30.44 0.00 5.98 0.22 0.07 63.29 18:20:17 18:09:01 1 31.04 0.00 5.95 2.93 0.07 60.01 18:20:17 18:09:01 2 33.07 0.00 5.65 2.27 0.08 58.93 18:20:17 18:09:01 3 35.18 0.00 6.40 0.25 0.08 58.08 18:20:17 18:09:01 4 33.71 0.00 6.17 0.57 0.08 59.47 18:20:17 18:09:01 5 33.98 0.00 6.15 0.25 0.07 59.55 18:20:17 18:09:01 6 31.32 0.00 6.09 2.93 0.08 59.58 18:20:17 18:09:01 7 32.27 0.00 6.00 0.83 0.07 60.83 18:20:17 18:10:01 all 3.99 0.00 1.40 0.33 0.03 94.25 18:20:17 18:10:01 0 4.79 0.00 1.27 0.39 0.03 93.52 18:20:17 18:10:01 1 5.32 0.00 1.29 0.05 0.02 93.33 18:20:17 18:10:01 2 4.21 0.00 1.26 0.35 0.02 94.17 18:20:17 18:10:01 3 4.78 0.00 1.47 0.02 0.03 93.70 18:20:17 18:10:01 4 3.27 0.00 1.19 0.02 0.02 95.51 18:20:17 18:10:01 5 2.85 0.00 1.58 0.07 0.03 95.47 18:20:17 18:10:01 6 3.62 0.00 1.68 1.68 0.02 93.01 18:20:17 18:10:01 7 3.07 0.00 1.47 0.10 0.03 95.33 18:20:17 18:11:01 all 0.02 0.00 0.02 0.01 0.00 99.95 18:20:17 18:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:20:17 18:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:11:01 2 0.00 0.00 0.03 0.00 0.00 99.97 18:20:17 18:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:11:01 5 0.05 0.00 0.03 0.00 0.00 99.92 18:20:17 18:11:01 6 0.05 0.00 0.03 0.03 0.02 99.87 18:20:17 18:11:01 7 0.03 0.00 0.00 0.02 0.00 99.95 18:20:17 18:12:01 all 0.12 0.00 0.02 0.01 0.00 99.85 18:20:17 18:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:20:17 18:12:01 2 0.08 0.00 0.03 0.00 0.00 99.88 18:20:17 18:12:01 3 0.00 0.00 0.03 0.00 0.00 99.97 18:20:17 18:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:12:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:20:17 18:12:01 7 0.85 0.00 0.05 0.03 0.02 99.05 18:20:17 18:13:01 all 0.11 0.00 0.01 0.01 0.00 99.87 18:20:17 18:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:20:17 18:13:01 1 0.02 0.00 0.02 0.07 0.02 99.88 18:20:17 18:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:13:01 4 0.07 0.00 0.00 0.00 0.00 99.93 18:20:17 18:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:20:17 18:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:20:17 18:13:01 7 0.68 0.00 0.02 0.03 0.00 99.27 18:20:17 18:14:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:20:17 18:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:14:01 1 0.03 0.00 0.02 0.02 0.00 99.93 18:20:17 18:14:01 2 0.05 0.00 0.00 0.00 0.00 99.95 18:20:17 18:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:20:17 18:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:14:01 5 0.02 0.00 0.03 0.00 0.00 99.95 18:20:17 18:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:20:17 18:14:01 7 0.08 0.00 0.02 0.00 0.00 99.90 18:20:17 18:15:01 all 0.03 0.00 0.01 0.00 0.00 99.96 18:20:17 18:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:15:01 1 0.03 0.00 0.00 0.02 0.00 99.95 18:20:17 18:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:20:17 18:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:15:01 5 0.05 0.00 0.03 0.00 0.00 99.92 18:20:17 18:15:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:20:17 18:15:01 7 0.03 0.00 0.02 0.02 0.02 99.92 18:20:17 18:16:01 all 0.03 0.00 0.01 0.01 0.00 99.95 18:20:17 18:16:01 0 0.03 0.00 0.00 0.00 0.02 99.95 18:20:17 18:16:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:20:17 18:16:01 2 0.03 0.00 0.02 0.00 0.02 99.93 18:20:17 18:16:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:20:17 18:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 18:20:17 18:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 18:20:17 18:16:01 7 0.07 0.00 0.02 0.03 0.00 99.88 18:20:17 18:17:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:20:17 18:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:17:01 1 0.00 0.00 0.02 0.02 0.00 99.97 18:20:17 18:17:01 2 0.03 0.00 0.02 0.05 0.00 99.90 18:20:17 18:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:17:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:20:17 18:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:17:01 6 0.05 0.00 0.02 0.00 0.00 99.93 18:20:17 18:17:01 7 0.05 0.00 0.03 0.03 0.02 99.87 18:20:17 18:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:20:17 18:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:20:17 18:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 18:20:17 18:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:20:17 18:18:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:18:01 4 0.08 0.00 0.00 0.00 0.00 99.92 18:20:17 18:18:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:20:17 18:18:01 6 0.10 0.00 0.02 0.00 0.02 99.87 18:20:17 18:18:01 7 0.00 0.00 0.03 0.02 0.00 99.95 18:20:17 18:20:17 18:18:01 CPU %user %nice %system %iowait %steal %idle 18:20:17 18:19:01 all 0.05 0.00 0.01 0.00 0.00 99.94 18:20:17 18:19:01 0 0.05 0.00 0.02 0.00 0.00 99.93 18:20:17 18:19:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:20:17 18:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:20:17 18:19:01 5 0.30 0.00 0.00 0.00 0.00 99.70 18:20:17 18:19:01 6 0.02 0.00 0.02 0.02 0.00 99.95 18:20:17 18:19:01 7 0.02 0.00 0.03 0.02 0.00 99.93 18:20:17 18:20:01 all 9.81 0.00 4.08 1.75 0.05 84.32 18:20:17 18:20:01 0 10.92 0.00 4.07 0.27 0.05 84.69 18:20:17 18:20:01 1 11.89 0.00 5.12 5.27 0.07 77.65 18:20:17 18:20:01 2 10.37 0.00 4.11 0.32 0.05 85.14 18:20:17 18:20:01 3 9.26 0.00 3.87 0.34 0.05 86.49 18:20:17 18:20:01 4 9.13 0.00 4.02 0.32 0.05 86.48 18:20:17 18:20:01 5 9.53 0.00 3.24 0.02 0.03 87.17 18:20:17 18:20:01 6 9.43 0.00 4.18 3.22 0.05 83.13 18:20:17 18:20:01 7 7.92 0.00 4.00 4.29 0.05 83.73 18:20:17 Average: all 5.22 0.00 1.36 0.38 0.02 93.02 18:20:17 Average: 0 5.15 0.00 1.28 0.11 0.02 93.44 18:20:17 Average: 1 5.32 0.00 1.38 0.67 0.02 92.61 18:20:17 Average: 2 5.37 0.00 1.30 0.30 0.02 93.01 18:20:17 Average: 3 5.36 0.00 1.41 0.06 0.02 93.15 18:20:17 Average: 4 5.11 0.00 1.33 0.11 0.02 93.44 18:20:17 Average: 5 5.32 0.00 1.46 0.36 0.02 92.85 18:20:17 Average: 6 5.04 0.00 1.40 1.01 0.02 92.53 18:20:17 Average: 7 5.10 0.00 1.34 0.43 0.02 93.11 18:20:17 18:20:17 18:20:17