Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6531ea4c41f254cf50b7bf163b00c66c5ab1611c Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2176276313221490293.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh827649765101582598.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12645015805154693938.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10504869856338226926.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10889542116055743186.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8183’ Running on prd-ubuntu20.04-docker-8c-8g-8185 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 6531ea4c41f254cf50b7bf163b00c66c5ab1611c (main) Commit message: "docs: change location of nats documentation (#168)" > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 > git rev-list --no-walk 75b826590da898f2794a2a9ca8e49a79136e1d2a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-03T21:18:41.496Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-03T21:18:41.553Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-03T21:18:41.571Z] ========================================================= [2023-03-03T21:18:41.571Z] EdgeX Global Pipelines Version Info [2023-03-03T21:18:41.571Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:18:42.279Z] ------------------- [2023-03-03T21:18:42.279Z] stable info: [2023-03-03T21:18:42.279Z] ------------------- [2023-03-03T21:18:42.279Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-03T21:18:42.279Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-03T21:18:42.279Z] Message: update stable to v1.0.244 [2023-03-03T21:18:42.849Z] ------------------- [2023-03-03T21:18:42.849Z] experimental info: [2023-03-03T21:18:42.849Z] ------------------- [2023-03-03T21:18:42.849Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-03T21:18:42.850Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-03T21:18:42.850Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-03T21:18:43.013Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-03-03T21:18:43.021Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-03-03T21:18:43.029Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-03T21:18:43.037Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-03T21:18:43.046Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-03T21:18:43.063Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-03T21:18:43.074Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-03T21:18:43.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-03T21:18:43.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-03T21:18:43.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-03T21:18:43.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-03T21:18:43.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-03-03T21:18:43.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-03T21:18:43.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-03T21:18:43.170Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-03T21:18:43.182Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-03T21:18:43.194Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-03T21:18:43.205Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-03T21:18:43.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-03T21:18:43.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-03T21:18:43.243Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-03T21:18:43.253Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-03T21:18:43.264Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-03T21:18:43.276Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-03T21:18:43.289Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-03T21:18:43.303Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-03T21:18:43.313Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-03T21:18:43.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-03T21:18:43.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-03T21:18:43.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-03T21:18:43.376Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo [2023-03-03T21:18:43.397Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6531ea4 [Pipeline] echo [2023-03-03T21:18:43.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-03T21:18:43.457Z] provisioning config files... [2023-03-03T21:18:43.471Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4105263457800329407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:18:43.770Z] ---> docker-login.sh [2023-03-03T21:18:43.770Z] nexus3.edgexfoundry.org:10001 [2023-03-03T21:18:44.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:44.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:44.031Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:44.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:44.031Z] [2023-03-03T21:18:44.031Z] Login Succeeded [2023-03-03T21:18:44.031Z] nexus3.edgexfoundry.org:10002 [2023-03-03T21:18:44.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:44.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:44.031Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:44.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:44.031Z] [2023-03-03T21:18:44.031Z] Login Succeeded [2023-03-03T21:18:44.031Z] nexus3.edgexfoundry.org:10003 [2023-03-03T21:18:44.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:44.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:44.292Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:44.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:44.292Z] [2023-03-03T21:18:44.292Z] Login Succeeded [2023-03-03T21:18:44.292Z] nexus3.edgexfoundry.org:10004 [2023-03-03T21:18:44.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:44.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:44.292Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:44.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:44.292Z] [2023-03-03T21:18:44.292Z] Login Succeeded [2023-03-03T21:18:44.292Z] docker.io [2023-03-03T21:18:44.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:44.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:44.811Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:44.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:44.811Z] [2023-03-03T21:18:44.811Z] Login Succeeded [2023-03-03T21:18:44.811Z] ---> docker-login.sh ends [Pipeline] } [2023-03-03T21:18:44.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-03T21:18:45.166Z] + git rev-list -1 --merges 6531ea4c41f254cf50b7bf163b00c66c5ab1611c~1..6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo [2023-03-03T21:18:45.213Z] -----------> git rev-list -1 --merges 6531ea4c41f254cf50b7bf163b00c66c5ab1611c~1..6531ea4c41f254cf50b7bf163b00c66c5ab1611c 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [false] [Pipeline] sh [2023-03-03T21:18:45.503Z] + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo [2023-03-03T21:18:45.533Z] ========================================================= [2023-03-03T21:18:45.533Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-03T21:18:45.533Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-03T21:18:45.858Z] + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] echo [2023-03-03T21:18:45.869Z] [semverPrep] GIT_COMMIT: 6531ea4c41f254cf50b7bf163b00c66c5ab1611c, Commit Message: docs: change location of nats documentation (#168) [Pipeline] echo [2023-03-03T21:18:45.880Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-03T21:18:46.234Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-03T21:18:46.234Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-03T21:18:46.234Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-03T21:18:46.234Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-03T21:18:46.234Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-03T21:18:46.234Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-03T21:18:46.234Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:18:46.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:18:46.587Z] [2023-03-03T21:18:46.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:18:46.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:18:46.895Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-03T21:18:46.895Z] b85a868b505f: Pulling fs layer [2023-03-03T21:18:46.895Z] e2be974225ed: Pulling fs layer [2023-03-03T21:18:46.895Z] 339a4e72a1f5: Pulling fs layer [2023-03-03T21:18:46.895Z] 988bab9f4d93: Pulling fs layer [2023-03-03T21:18:46.895Z] 1469e6f7b9e6: Pulling fs layer [2023-03-03T21:18:46.895Z] eaf3925da568: Pulling fs layer [2023-03-03T21:18:46.895Z] bab4dde63d76: Pulling fs layer [2023-03-03T21:18:46.895Z] bde34c3a00c8: Pulling fs layer [2023-03-03T21:18:46.895Z] b352a97aabf1: Pulling fs layer [2023-03-03T21:18:46.895Z] 4872d77fe225: Pulling fs layer [2023-03-03T21:18:46.895Z] 5851b861e8e6: Pulling fs layer [2023-03-03T21:18:46.895Z] 1469e6f7b9e6: Waiting [2023-03-03T21:18:46.895Z] eaf3925da568: Waiting [2023-03-03T21:18:46.895Z] bab4dde63d76: Waiting [2023-03-03T21:18:46.895Z] bde34c3a00c8: Waiting [2023-03-03T21:18:46.895Z] b352a97aabf1: Waiting [2023-03-03T21:18:46.895Z] 4872d77fe225: Waiting [2023-03-03T21:18:46.895Z] 5851b861e8e6: Waiting [2023-03-03T21:18:46.895Z] 988bab9f4d93: Waiting [2023-03-03T21:18:46.895Z] e2be974225ed: Download complete [2023-03-03T21:18:46.895Z] 988bab9f4d93: Download complete [2023-03-03T21:18:47.155Z] 1469e6f7b9e6: Verifying Checksum [2023-03-03T21:18:47.155Z] 1469e6f7b9e6: Download complete [2023-03-03T21:18:47.155Z] eaf3925da568: Verifying Checksum [2023-03-03T21:18:47.155Z] eaf3925da568: Download complete [2023-03-03T21:18:47.155Z] 339a4e72a1f5: Verifying Checksum [2023-03-03T21:18:47.155Z] 339a4e72a1f5: Download complete [2023-03-03T21:18:47.155Z] bde34c3a00c8: Verifying Checksum [2023-03-03T21:18:47.155Z] bde34c3a00c8: Download complete [2023-03-03T21:18:47.155Z] b352a97aabf1: Verifying Checksum [2023-03-03T21:18:47.155Z] b352a97aabf1: Download complete [2023-03-03T21:18:47.155Z] 4872d77fe225: Verifying Checksum [2023-03-03T21:18:47.155Z] 4872d77fe225: Download complete [2023-03-03T21:18:47.155Z] 5851b861e8e6: Download complete [2023-03-03T21:18:47.155Z] b85a868b505f: Verifying Checksum [2023-03-03T21:18:47.155Z] b85a868b505f: Download complete [2023-03-03T21:18:47.419Z] bab4dde63d76: Verifying Checksum [2023-03-03T21:18:47.419Z] bab4dde63d76: Download complete [2023-03-03T21:18:48.806Z] b85a868b505f: Pull complete [2023-03-03T21:18:48.806Z] e2be974225ed: Pull complete [2023-03-03T21:18:49.067Z] 339a4e72a1f5: Pull complete [2023-03-03T21:18:49.327Z] 988bab9f4d93: Pull complete [2023-03-03T21:18:49.587Z] 1469e6f7b9e6: Pull complete [2023-03-03T21:18:49.587Z] eaf3925da568: Pull complete [2023-03-03T21:18:51.489Z] bab4dde63d76: Pull complete [2023-03-03T21:18:51.489Z] bde34c3a00c8: Pull complete [2023-03-03T21:18:51.747Z] b352a97aabf1: Pull complete [2023-03-03T21:18:51.747Z] 4872d77fe225: Pull complete [2023-03-03T21:18:51.747Z] 5851b861e8e6: Pull complete [2023-03-03T21:18:51.747Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-03T21:18:51.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:18:51.747Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:18:51.844Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:18:51.876Z] $ 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 [2023-03-03T21:18:53.209Z] $ docker top e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 -eo pid,comm [2023-03-03T21:18:53.268Z] 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). [2023-03-03T21:18:53.268Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-03T21:18:53.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-03T21:18:53.305Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-03T21:18:53.425Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-03T21:18:53.428Z] $ docker exec e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent [2023-03-03T21:18:53.541Z] SSH_AUTH_SOCK=/tmp/ssh-hqVdj8o3lM4C/agent.31 [2023-03-03T21:18:53.541Z] SSH_AGENT_PID=37 [2023-03-03T21:18:53.548Z] Running ssh-add (command line suppressed) [2023-03-03T21:18:53.669Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14566976210093645694.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14566976210093645694.key) [2023-03-03T21:18:53.683Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-03T21:18:53.967Z] + git tag --points-at HEAD [Pipeline] } [2023-03-03T21:18:53.977Z] $ docker exec --env ******** --env ******** e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent -k [2023-03-03T21:18:54.084Z] unset SSH_AUTH_SOCK; [2023-03-03T21:18:54.084Z] unset SSH_AGENT_PID; [2023-03-03T21:18:54.085Z] echo Agent pid 37 killed; [2023-03-03T21:18:54.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-03T21:18:54.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-03T21:18:54.122Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-03T21:18:54.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-03T21:18:54.238Z] $ docker exec e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent [2023-03-03T21:18:54.357Z] SSH_AUTH_SOCK=/tmp/ssh-aFOyR66S6Vss/agent.69 [2023-03-03T21:18:54.357Z] SSH_AGENT_PID=75 [2023-03-03T21:18:54.362Z] Running ssh-add (command line suppressed) [2023-03-03T21:18:54.471Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_660153243135153461.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_660153243135153461.key) [2023-03-03T21:18:54.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-03T21:18:54.772Z] + git semver init [2023-03-03T21:18:55.032Z] 2023-03-03 21:18:54,971 [run_init] DEBUG init version:0.0.0 force:False [2023-03-03T21:18:55.032Z] 2023-03-03 21:18:54,972 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-03-03T21:18:55.033Z] 2023-03-03 21:18:54,973 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-03-03T21:18:55.033Z] 2023-03-03 21:18:54,973 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-03-03T21:18:55.973Z] 2023-03-03 21:18:55,800 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-03-03T21:18:55.973Z] 2023-03-03 21:18:55,800 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-03-03T21:18:55.973Z] 2023-03-03 21:18:55,800 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:18:55.973Z] 2023-03-03 21:18:55,801 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:18:55.973Z] 3.0.0-dev.13 [Pipeline] } [2023-03-03T21:18:55.981Z] $ docker exec --env ******** --env ******** e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 ssh-agent -k [2023-03-03T21:18:56.074Z] unset SSH_AUTH_SOCK; [2023-03-03T21:18:56.074Z] unset SSH_AGENT_PID; [2023-03-03T21:18:56.074Z] echo Agent pid 75 killed; [2023-03-03T21:18:56.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-03T21:18:56.390Z] + git semver [Pipeline] } [2023-03-03T21:18:56.665Z] $ docker stop --time=1 e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 [2023-03-03T21:18:58.018Z] $ docker rm -f --volumes e3faae14d32e3d95fd4a7b9ed1350b4437bc9e0d43d58ac23b974195a089a227 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-03T21:18:58.373Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-03T21:18:58.588Z] Stashed 1 file(s) [Pipeline] echo [2023-03-03T21:18:58.592Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-03T21:18:58.698Z] provisioning config files... [2023-03-03T21:18:58.707Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14242476748052174346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:18:59.005Z] ---> docker-login.sh [2023-03-03T21:18:59.005Z] nexus3.edgexfoundry.org:10001 [2023-03-03T21:18:59.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:59.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:59.005Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:59.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:59.005Z] [2023-03-03T21:18:59.005Z] Login Succeeded [2023-03-03T21:18:59.005Z] nexus3.edgexfoundry.org:10002 [2023-03-03T21:18:59.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:59.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:59.005Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:59.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:59.005Z] [2023-03-03T21:18:59.005Z] Login Succeeded [2023-03-03T21:18:59.005Z] nexus3.edgexfoundry.org:10003 [2023-03-03T21:18:59.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:59.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:59.264Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:59.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:59.264Z] [2023-03-03T21:18:59.264Z] Login Succeeded [2023-03-03T21:18:59.264Z] nexus3.edgexfoundry.org:10004 [2023-03-03T21:18:59.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:59.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:59.264Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:59.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:59.264Z] [2023-03-03T21:18:59.264Z] Login Succeeded [2023-03-03T21:18:59.264Z] docker.io [2023-03-03T21:18:59.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:18:59.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:18:59.524Z] Configure a credential helper to remove this warning. See [2023-03-03T21:18:59.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:18:59.524Z] [2023-03-03T21:18:59.524Z] Login Succeeded [2023-03-03T21:18:59.524Z] ---> docker-login.sh ends [Pipeline] } [2023-03-03T21:18:59.532Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-03T21:18:59.588Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:18:59.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:18:59.603Z] ========================================================= [2023-03-03T21:18:59.603Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-03T21:18:59.603Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:18:59.913Z] + 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 . [2023-03-03T21:18:59.913Z] Sending build context to Docker daemon 1.765MB [2023-03-03T21:18:59.913Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-03T21:18:59.913Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-03T21:18:59.913Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-03T21:18:59.913Z] 213ec9aee27d: Pulling fs layer [2023-03-03T21:18:59.913Z] 4583459ba037: Pulling fs layer [2023-03-03T21:18:59.913Z] 93c1e223e6f2: Pulling fs layer [2023-03-03T21:18:59.913Z] 53926ce57604: Pulling fs layer [2023-03-03T21:18:59.913Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-03T21:18:59.913Z] 22ff95d597cd: Pulling fs layer [2023-03-03T21:18:59.913Z] 12d6caf4c0d1: Pulling fs layer [2023-03-03T21:18:59.913Z] 96b7cbca73a9: Pulling fs layer [2023-03-03T21:18:59.913Z] a7acece74701: Pulling fs layer [2023-03-03T21:18:59.913Z] 21b2b0c7a3f4: Waiting [2023-03-03T21:18:59.913Z] 22ff95d597cd: Waiting [2023-03-03T21:18:59.913Z] 12d6caf4c0d1: Waiting [2023-03-03T21:18:59.913Z] 96b7cbca73a9: Waiting [2023-03-03T21:18:59.913Z] a7acece74701: Waiting [2023-03-03T21:18:59.913Z] 53926ce57604: Waiting [2023-03-03T21:18:59.913Z] 93c1e223e6f2: Download complete [2023-03-03T21:18:59.913Z] 4583459ba037: Verifying Checksum [2023-03-03T21:18:59.913Z] 4583459ba037: Download complete [2023-03-03T21:18:59.913Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-03T21:18:59.913Z] 21b2b0c7a3f4: Download complete [2023-03-03T21:19:00.176Z] 22ff95d597cd: Verifying Checksum [2023-03-03T21:19:00.176Z] 22ff95d597cd: Download complete [2023-03-03T21:19:00.176Z] 213ec9aee27d: Verifying Checksum [2023-03-03T21:19:00.176Z] 213ec9aee27d: Download complete [2023-03-03T21:19:00.176Z] 12d6caf4c0d1: Download complete [2023-03-03T21:19:00.176Z] 213ec9aee27d: Pull complete [2023-03-03T21:19:00.436Z] 4583459ba037: Pull complete [2023-03-03T21:19:00.436Z] 93c1e223e6f2: Pull complete [2023-03-03T21:19:00.696Z] a7acece74701: Verifying Checksum [2023-03-03T21:19:00.696Z] a7acece74701: Download complete [2023-03-03T21:19:00.696Z] 96b7cbca73a9: Verifying Checksum [2023-03-03T21:19:00.696Z] 96b7cbca73a9: Download complete [2023-03-03T21:19:00.955Z] 53926ce57604: Verifying Checksum [2023-03-03T21:19:00.955Z] 53926ce57604: Download complete [2023-03-03T21:19:05.142Z] 53926ce57604: Pull complete [2023-03-03T21:19:05.142Z] 21b2b0c7a3f4: Pull complete [2023-03-03T21:19:05.142Z] 22ff95d597cd: Pull complete [2023-03-03T21:19:05.142Z] 12d6caf4c0d1: Pull complete [2023-03-03T21:19:07.673Z] 96b7cbca73a9: Pull complete [2023-03-03T21:19:07.937Z] a7acece74701: Pull complete [2023-03-03T21:19:08.197Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-03T21:19:08.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-03T21:19:08.197Z] ---> db6d94c90886 [2023-03-03T21:19:08.197Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-03T21:19:09.585Z] ---> Running in a8d9722e8eb7 [2023-03-03T21:19:09.846Z] Removing intermediate container a8d9722e8eb7 [2023-03-03T21:19:09.846Z] ---> fdacfb406b85 [2023-03-03T21:19:09.846Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-03T21:19:09.846Z] ---> Running in 204a009db18c [2023-03-03T21:19:09.846Z] Removing intermediate container 204a009db18c [2023-03-03T21:19:09.846Z] ---> 91d525ba9fd1 [2023-03-03T21:19:09.846Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-03T21:19:10.110Z] ---> Running in be5be6c33a08 [2023-03-03T21:19:10.110Z] Removing intermediate container be5be6c33a08 [2023-03-03T21:19:10.110Z] ---> 4a975e6e5b36 [2023-03-03T21:19:10.111Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-03T21:19:10.111Z] ---> Running in fecd7a0d2b40 [2023-03-03T21:19:10.370Z] Removing intermediate container fecd7a0d2b40 [2023-03-03T21:19:10.370Z] ---> 98afb1e7c2e6 [2023-03-03T21:19:10.370Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-03T21:19:10.370Z] ---> Running in 21be51043d10 [2023-03-03T21:19:10.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-03T21:19:10.630Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-03T21:19:10.888Z] (1/80) Installing mesa (21.3.9-r0) [2023-03-03T21:19:10.888Z] (2/80) Installing libxau (1.0.9-r0) [2023-03-03T21:19:10.888Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-03-03T21:19:10.888Z] (4/80) Installing libxcb (1.15-r0) [2023-03-03T21:19:10.888Z] (5/80) Installing libx11 (1.8-r0) [2023-03-03T21:19:10.888Z] (6/80) Installing libxext (1.3.4-r0) [2023-03-03T21:19:10.888Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-03-03T21:19:10.888Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-03-03T21:19:10.888Z] (9/80) Installing libpciaccess (0.16-r0) [2023-03-03T21:19:10.888Z] (10/80) Installing libdrm (2.4.110-r0) [2023-03-03T21:19:10.888Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-03-03T21:19:10.888Z] (12/80) Installing libxshmfence (1.3-r1) [2023-03-03T21:19:11.147Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-03-03T21:19:11.147Z] (14/80) Installing icu-data-full (71.1-r2) [2023-03-03T21:19:11.147Z] (15/80) Installing libice (1.0.10-r0) [2023-03-03T21:19:11.147Z] (16/80) Installing libuuid (2.38-r1) [2023-03-03T21:19:11.147Z] (17/80) Installing libsm (1.2.3-r0) [2023-03-03T21:19:11.147Z] (18/80) Installing libxt (1.2.1-r0) [2023-03-03T21:19:11.147Z] (19/80) Installing libxmu (1.1.3-r0) [2023-03-03T21:19:11.147Z] (20/80) Installing xset (1.2.4-r0) [2023-03-03T21:19:11.147Z] (21/80) Installing xprop (1.2.5-r0) [2023-03-03T21:19:11.147Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-03-03T21:19:11.147Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-03-03T21:19:11.147Z] (24/80) Installing libffi (3.4.2-r1) [2023-03-03T21:19:11.147Z] (25/80) Installing libintl (0.21-r2) [2023-03-03T21:19:11.406Z] (26/80) Installing libblkid (2.38-r1) [2023-03-03T21:19:11.406Z] (27/80) Installing libmount (2.38-r1) [2023-03-03T21:19:11.406Z] (28/80) Installing pcre (8.45-r2) [2023-03-03T21:19:11.406Z] (29/80) Installing glib (2.72.1-r0) [2023-03-03T21:19:11.406Z] (30/80) Installing icu-libs (71.1-r2) [2023-03-03T21:19:11.406Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-03-03T21:19:11.406Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-03-03T21:19:11.406Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-03-03T21:19:11.406Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-03-03T21:19:11.406Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-03-03T21:19:11.406Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-03-03T21:19:11.406Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-03T21:19:11.406Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-03-03T21:19:11.665Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-03-03T21:19:11.665Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-03-03T21:19:11.665Z] (41/80) Installing libpng (1.6.37-r1) [2023-03-03T21:19:11.665Z] (42/80) Installing freetype (2.12.1-r0) [2023-03-03T21:19:11.665Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-03-03T21:19:11.665Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-03T21:19:11.665Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-03-03T21:19:11.665Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-03-03T21:19:11.665Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-03-03T21:19:11.665Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-03-03T21:19:11.665Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-03-03T21:19:11.665Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-03-03T21:19:11.665Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-03-03T21:19:11.665Z] (52/80) Installing avahi-libs (0.8-r6) [2023-03-03T21:19:11.665Z] (53/80) Installing nettle (3.7.3-r0) [2023-03-03T21:19:11.665Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-03-03T21:19:11.665Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-03-03T21:19:11.665Z] (56/80) Installing libunistring (1.0-r0) [2023-03-03T21:19:11.665Z] (57/80) Installing gnutls (3.7.7-r1) [2023-03-03T21:19:11.924Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-03-03T21:19:11.924Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-03-03T21:19:11.924Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-03-03T21:19:11.924Z] (61/80) Installing libevdev (1.12.1-r0) [2023-03-03T21:19:11.924Z] (62/80) Installing mtdev (1.1.6-r0) [2023-03-03T21:19:11.924Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-03-03T21:19:11.924Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-03-03T21:19:11.924Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-03T21:19:11.924Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-03-03T21:19:11.924Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-03-03T21:19:11.924Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-03-03T21:19:11.924Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-03-03T21:19:11.924Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-03-03T21:19:11.924Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-03-03T21:19:11.924Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-03-03T21:19:12.491Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-03T21:19:12.491Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-03-03T21:19:12.491Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-03T21:19:12.491Z] Executing udev-init-scripts-35-r0.post-install [2023-03-03T21:19:12.491Z] (76/80) Installing kmod-libs (29-r2) [2023-03-03T21:19:12.491Z] (77/80) Installing eudev (3.2.11-r0) [2023-03-03T21:19:12.491Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-03-03T21:19:12.491Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-03T21:19:12.749Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-03-03T21:19:12.749Z] Executing busybox-1.35.0-r17.trigger [2023-03-03T21:19:12.749Z] Executing eudev-3.2.11-r0.trigger [2023-03-03T21:19:12.749Z] OK: 331 MiB in 131 packages [2023-03-03T21:19:13.669Z] Still waiting to schedule task [2023-03-03T21:19:13.669Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8184’ is offline [2023-03-03T21:19:14.661Z] Removing intermediate container 21be51043d10 [2023-03-03T21:19:14.661Z] ---> c966ff1839b4 [2023-03-03T21:19:14.661Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-03T21:19:14.661Z] ---> Running in 42a422e968dc [2023-03-03T21:19:14.921Z] Removing intermediate container 42a422e968dc [2023-03-03T21:19:14.921Z] ---> 80be05b19e1b [2023-03-03T21:19:14.921Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-03T21:19:14.921Z] ---> bc58f0ad7e57 [2023-03-03T21:19:14.921Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-03T21:19:15.180Z] ---> Running in 37f7be3308b8 [2023-03-03T21:19:41.741Z] Removing intermediate container 37f7be3308b8 [2023-03-03T21:19:41.741Z] ---> bc64075ec912 [2023-03-03T21:19:41.741Z] Step 11/13 : COPY . . [2023-03-03T21:19:41.741Z] ---> 7c4d6fdf28aa [2023-03-03T21:19:41.741Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-03T21:19:41.741Z] ---> Running in 3103b98ba7bd [2023-03-03T21:19:41.741Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:19:41.741Z] Dload Upload Total Spent Left Speed [2023-03-03T21:19:41.741Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062 100 1062    0     0  10165      0 --:--:-- --:--:-- --:--:-- 10114 100  1062  100  1062    0   0 9446   0 --:--:-- --:--:-- --:--:--  9398 [2023-03-03T21:19:41.741Z] Removing intermediate container 3103b98ba7bd [2023-03-03T21:19:41.741Z] ---> 78ea818bacca [2023-03-03T21:19:41.741Z] Step 13/13 : RUN ${MAKE} [2023-03-03T21:19:41.741Z] ---> Running in b4dc014c7e09 [2023-03-03T21:19:41.741Z] noop [2023-03-03T21:19:42.309Z] Removing intermediate container b4dc014c7e09 [2023-03-03T21:19:42.309Z] ---> 28af909d4f33 [2023-03-03T21:19:42.309Z] Successfully built 28af909d4f33 [2023-03-03T21:19:42.309Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:19:42.623Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-03T21:19:42.623Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:19:42.691Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:19:42.715Z] $ 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 [2023-03-03T21:19:43.079Z] $ docker top 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-03T21:19:43.431Z] + go version [2023-03-03T21:19:43.432Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-03T21:19:43.442Z] $ docker stop --time=1 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 [2023-03-03T21:19:44.748Z] $ docker rm -f --volumes 5f7b716fd59e678a22e3566ddc89db9a1067393477e378d98be1ef4b447b16a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:19:45.156Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-03T21:19:45.156Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:19:45.225Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:19:45.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-03T21:19:45.626Z] $ docker top f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-03T21:19:45.979Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-03-03T21:19:46.276Z] + make test [2023-03-03T21:19:46.276Z] go test ./... -coverprofile=coverage.out ./... [2023-03-03T21:19:46.535Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-03T21:19:56.523Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-03T21:19:57.095Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 2.0% of statements [2023-03-03T21:20:05.222Z] 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." [2023-03-03T21:20:05.222Z] go vet ./... [2023-03-03T21:20:08.508Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-03T21:20:08.508Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-03T21:20:08.508Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-03T21:20:08.520Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-03T21:20:08.609Z] $ docker stop --time=1 f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 [2023-03-03T21:20:10.454Z] $ docker rm -f --volumes f1e8246204cb7ddbe52a5cc4aa77ad4b60720af4b45f100ff4ddc4730f6c9bf4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-03T21:20:10.903Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-03T21:20:10.952Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-03T21:20:11.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-03T21:20:11.808Z] + ls -al . [2023-03-03T21:20:11.808Z] total 188 [2023-03-03T21:20:11.808Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 3 21:19 . [2023-03-03T21:20:11.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 .. [2023-03-03T21:20:11.808Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 21:19 .git [2023-03-03T21:20:11.808Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 .github [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 3 21:18 .gitignore [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 3 21:18 .golangci.yml [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 3 21:18 .hadolint.yml [2023-03-03T21:20:11.808Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 3 21:18 .semver [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 3 21:18 Attribution.txt [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 3 21:18 CHANGELOG.md [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 3 21:18 Dockerfile [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 3 21:18 GOVERNANCE.md [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 3 21:18 Jenkinsfile [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 3 21:18 LICENSE [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 3 21:18 Makefile [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 3 21:18 OWNERS.md [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 3 21:18 README.md [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 3 21:18 VERSION [2023-03-03T21:20:11.808Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 21:18 bin [2023-03-03T21:20:11.808Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 cmd [2023-03-03T21:20:11.808Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 3 21:19 coverage.out [2023-03-03T21:20:11.808Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 3 21:18 docker-entrypoint.sh [2023-03-03T21:20:11.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 docs [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 3 21:18 go.mod [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 31547 Mar 3 21:18 go.sum [2023-03-03T21:20:11.808Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:18 internal [2023-03-03T21:20:11.808Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:18 snap [2023-03-03T21:20:11.808Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 3 21:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:12.106Z] + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c --label arch=amd64 --label version=3.0.0-dev.13 . [2023-03-03T21:20:12.106Z] Sending build context to Docker daemon 1.794MB [2023-03-03T21:20:12.106Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-03T21:20:12.106Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-03T21:20:12.106Z] ---> 28af909d4f33 [2023-03-03T21:20:12.106Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-03T21:20:12.106Z] ---> Running in 9db6f000187a [2023-03-03T21:20:12.378Z] Removing intermediate container 9db6f000187a [2023-03-03T21:20:12.378Z] ---> ff38a971cd80 [2023-03-03T21:20:12.378Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-03T21:20:12.378Z] ---> Running in dd446437fd94 [2023-03-03T21:20:12.378Z] Removing intermediate container dd446437fd94 [2023-03-03T21:20:12.378Z] ---> 4b7c3772f1ff [2023-03-03T21:20:12.378Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-03T21:20:12.378Z] ---> Running in 3b7647e5c528 [2023-03-03T21:20:12.378Z] Removing intermediate container 3b7647e5c528 [2023-03-03T21:20:12.378Z] ---> bbfe146d6422 [2023-03-03T21:20:12.378Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-03T21:20:12.638Z] ---> Running in 9260ec59f944 [2023-03-03T21:20:12.638Z] Removing intermediate container 9260ec59f944 [2023-03-03T21:20:12.638Z] ---> 04f2db04ac16 [2023-03-03T21:20:12.638Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-03T21:20:12.638Z] ---> Running in 678ca9cce885 [2023-03-03T21:20:12.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-03T21:20:13.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-03T21:20:13.415Z] OK: 331 MiB in 131 packages [2023-03-03T21:20:13.674Z] Removing intermediate container 678ca9cce885 [2023-03-03T21:20:13.674Z] ---> 221df0705f55 [2023-03-03T21:20:13.674Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-03T21:20:13.674Z] ---> Running in 67139e546465 [2023-03-03T21:20:13.931Z] Removing intermediate container 67139e546465 [2023-03-03T21:20:13.931Z] ---> fbbbf24a9beb [2023-03-03T21:20:13.931Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-03T21:20:13.931Z] ---> 4756e06fcca5 [2023-03-03T21:20:13.931Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-03T21:20:13.931Z] ---> Running in 75f2388e80d2 [2023-03-03T21:20:14.865Z] Removing intermediate container 75f2388e80d2 [2023-03-03T21:20:14.865Z] ---> e240926343dc [2023-03-03T21:20:14.865Z] Step 11/35 : COPY . . [2023-03-03T21:20:15.123Z] ---> 1467e2483a6e [2023-03-03T21:20:15.123Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-03T21:20:15.123Z] ---> Running in ff384942daca [2023-03-03T21:20:15.381Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:20:15.381Z]  Dload Upload Total Spent Left Speed [2023-03-03T21:20:15.381Z] 0 0 0 0  0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 1062 100 1062 0 0 49485 0 --:--:-- --:--:-- --:--:-- 50571 [2023-03-03T21:20:15.948Z] Removing intermediate container ff384942daca [2023-03-03T21:20:15.948Z] ---> 8e2b57e2449d [2023-03-03T21:20:15.948Z] Step 13/35 : RUN ${MAKE} [2023-03-03T21:20:15.948Z] ---> Running in 87d07cb66e5d [2023-03-03T21:20:16.207Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-03-03T21:20:38.277Z] Removing intermediate container 87d07cb66e5d [2023-03-03T21:20:38.277Z] ---> 2463ec05750f [2023-03-03T21:20:38.277Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-03T21:20:38.277Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-03T21:20:38.277Z] af6660deedbd: Pulling fs layer [2023-03-03T21:20:38.277Z] 97cd0a44c592: Pulling fs layer [2023-03-03T21:20:38.277Z] 97cd0a44c592: Verifying Checksum [2023-03-03T21:20:38.277Z] 97cd0a44c592: Download complete [2023-03-03T21:20:38.277Z] af6660deedbd: Verifying Checksum [2023-03-03T21:20:38.277Z] af6660deedbd: Download complete [2023-03-03T21:20:38.277Z] af6660deedbd: Pull complete [2023-03-03T21:20:38.277Z] 97cd0a44c592: Pull complete [2023-03-03T21:20:38.277Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-03T21:20:38.277Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-03T21:20:38.277Z] ---> fea57e182299 [2023-03-03T21:20:38.277Z] Step 15/35 : FROM alpine:3.16 [2023-03-03T21:20:38.277Z] 3.16: Pulling from library/alpine [2023-03-03T21:20:38.277Z] ef5531b6e74e: Pulling fs layer [2023-03-03T21:20:38.277Z] ef5531b6e74e: Verifying Checksum [2023-03-03T21:20:38.277Z] ef5531b6e74e: Download complete [2023-03-03T21:20:38.277Z] ef5531b6e74e: Pull complete [2023-03-03T21:20:38.277Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-03T21:20:38.277Z] Status: Downloaded newer image for alpine:3.16 [2023-03-03T21:20:38.277Z] ---> dfd21b5a31f5 [2023-03-03T21:20:38.277Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-03T21:20:38.277Z] ---> Running in a81dbb1bbe5a [2023-03-03T21:20:38.277Z] Removing intermediate container a81dbb1bbe5a [2023-03-03T21:20:38.277Z] ---> 6d65980887ab [2023-03-03T21:20:38.277Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-03T21:20:38.277Z] ---> Running in bf480d9d0237 [2023-03-03T21:20:38.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-03T21:20:38.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-03T21:20:38.536Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-03-03T21:20:38.536Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-03-03T21:20:38.536Z] (3/80) Installing libxau (1.0.9-r0) [2023-03-03T21:20:38.536Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-03-03T21:20:38.536Z] (5/80) Installing libxcb (1.15-r0) [2023-03-03T21:20:38.536Z] (6/80) Installing libx11 (1.8-r0) [2023-03-03T21:20:38.536Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-03-03T21:20:38.802Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-03-03T21:20:38.802Z] (9/80) Installing expat (2.5.0-r0) [2023-03-03T21:20:38.802Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-03-03T21:20:38.802Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-03-03T21:20:38.802Z] (12/80) Installing libpng (1.6.37-r1) [2023-03-03T21:20:38.802Z] (13/80) Installing freetype (2.12.1-r0) [2023-03-03T21:20:38.802Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-03-03T21:20:38.802Z] (15/80) Installing fribidi (1.0.12-r0) [2023-03-03T21:20:38.802Z] (16/80) Installing libffi (3.4.2-r1) [2023-03-03T21:20:38.802Z] (17/80) Installing libintl (0.21-r2) [2023-03-03T21:20:38.802Z] (18/80) Installing libblkid (2.38-r1) [2023-03-03T21:20:38.802Z] (19/80) Installing libmount (2.38-r1) [2023-03-03T21:20:38.802Z] (20/80) Installing pcre (8.45-r2) [2023-03-03T21:20:38.802Z] (21/80) Installing glib (2.72.1-r0) [2023-03-03T21:20:38.802Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-03-03T21:20:38.802Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-03-03T21:20:38.802Z] (24/80) Installing libass (0.16.0-r0) [2023-03-03T21:20:38.802Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-03-03T21:20:38.802Z] (26/80) Installing libpciaccess (0.16-r0) [2023-03-03T21:20:38.802Z] (27/80) Installing libdrm (2.4.110-r0) [2023-03-03T21:20:38.802Z] (28/80) Installing gmp (6.2.1-r2) [2023-03-03T21:20:38.802Z] (29/80) Installing nettle (3.7.3-r0) [2023-03-03T21:20:38.802Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-03-03T21:20:38.802Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-03-03T21:20:39.060Z] (32/80) Installing libunistring (1.0-r0) [2023-03-03T21:20:39.060Z] (33/80) Installing gnutls (3.7.7-r1) [2023-03-03T21:20:39.060Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-03T21:20:39.060Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-03T21:20:39.060Z] (36/80) Installing lame (3.100-r0) [2023-03-03T21:20:39.060Z] (37/80) Installing opus (1.3.1-r1) [2023-03-03T21:20:39.060Z] (38/80) Installing libasyncns (0.8-r1) [2023-03-03T21:20:39.060Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-03-03T21:20:39.060Z] (40/80) Installing libltdl (2.4.7-r0) [2023-03-03T21:20:39.060Z] (41/80) Installing orc (0.4.32-r0) [2023-03-03T21:20:39.060Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-03-03T21:20:39.060Z] (43/80) Installing libogg (1.3.5-r1) [2023-03-03T21:20:39.060Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-03T21:20:39.060Z] (45/80) Installing flac (1.3.4-r0) [2023-03-03T21:20:39.060Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-03-03T21:20:39.060Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-03-03T21:20:39.060Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-03-03T21:20:39.060Z] (49/80) Installing soxr (0.1.3-r2) [2023-03-03T21:20:39.060Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-03-03T21:20:39.060Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-03-03T21:20:39.060Z] (52/80) Installing libpulse (15.0-r2) [2023-03-03T21:20:39.319Z] (53/80) Installing cjson (1.7.15-r3) [2023-03-03T21:20:39.319Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-03-03T21:20:39.319Z] (55/80) Installing librist (0.2.6-r1) [2023-03-03T21:20:39.319Z] (56/80) Installing libsrt (1.4.4-r0) [2023-03-03T21:20:39.319Z] (57/80) Installing libssh (0.9.6-r1) [2023-03-03T21:20:39.319Z] (58/80) Installing libtheora (1.1.1-r16) [2023-03-03T21:20:39.319Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-03T21:20:39.319Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-03T21:20:39.319Z] (61/80) Installing libxext (1.3.4-r0) [2023-03-03T21:20:39.319Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-03-03T21:20:39.319Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-03T21:20:39.319Z] (64/80) Installing libva (2.14.0-r0) [2023-03-03T21:20:39.319Z] (65/80) Installing libvdpau (1.5-r0) [2023-03-03T21:20:39.319Z] (66/80) Installing vidstab (1.1.0-r1) [2023-03-03T21:20:39.319Z] (67/80) Installing libvpx (1.11.0-r1) [2023-03-03T21:20:39.319Z] (68/80) Installing libwebp (1.2.3-r0) [2023-03-03T21:20:39.319Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-03-03T21:20:39.319Z] (70/80) Installing numactl (2.0.14-r0) [2023-03-03T21:20:39.319Z] (71/80) Installing x265-libs (3.5-r3) [2023-03-03T21:20:39.578Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-03-03T21:20:39.578Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-03-03T21:20:39.578Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-03-03T21:20:39.578Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-03T21:20:39.578Z] Executing udev-init-scripts-35-r0.post-install [2023-03-03T21:20:39.578Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-03-03T21:20:39.578Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-03-03T21:20:39.578Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-03-03T21:20:39.578Z] (79/80) Installing kmod-libs (29-r2) [2023-03-03T21:20:39.578Z] (80/80) Installing eudev (3.2.11-r0) [2023-03-03T21:20:39.578Z] Executing busybox-1.35.0-r17.trigger [2023-03-03T21:20:39.578Z] Executing eudev-3.2.11-r0.trigger [2023-03-03T21:20:39.578Z] OK: 100 MiB in 94 packages [2023-03-03T21:20:41.480Z] Removing intermediate container bf480d9d0237 [2023-03-03T21:20:41.480Z] ---> f1283cdfaa8c [2023-03-03T21:20:41.480Z] Step 18/35 : WORKDIR / [2023-03-03T21:20:41.480Z] ---> Running in 4e1cb8deba39 [2023-03-03T21:20:41.480Z] Removing intermediate container 4e1cb8deba39 [2023-03-03T21:20:41.480Z] ---> 04a1b6309adf [2023-03-03T21:20:41.480Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-03T21:20:41.739Z] ---> c77ddba958e6 [2023-03-03T21:20:41.739Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-03T21:20:42.001Z] ---> da25b8b45b4f [2023-03-03T21:20:42.001Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-03T21:20:42.001Z] ---> c177de2201ee [2023-03-03T21:20:42.001Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-03T21:20:42.259Z] ---> 120956c154dd [2023-03-03T21:20:42.259Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-03T21:20:42.518Z] ---> 8f374d792ffd [2023-03-03T21:20:42.518Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-03T21:20:42.518Z] ---> 8a5ff7490d78 [2023-03-03T21:20:42.518Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-03T21:20:43.086Z] ---> f7d6c9846a14 [2023-03-03T21:20:43.086Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-03T21:20:43.086Z] ---> Running in 26c64e0d101f [2023-03-03T21:20:43.654Z] Removing intermediate container 26c64e0d101f [2023-03-03T21:20:43.654Z] ---> b830d5fa8c63 [2023-03-03T21:20:43.654Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-03T21:20:43.654Z] ---> Running in c07b29ab3d82 [2023-03-03T21:20:44.224Z] Removing intermediate container c07b29ab3d82 [2023-03-03T21:20:44.224Z] ---> 77080d96a554 [2023-03-03T21:20:44.224Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-03T21:20:44.224Z] ---> Running in e4985b76e6bd [2023-03-03T21:20:45.162Z] Removing intermediate container e4985b76e6bd [2023-03-03T21:20:45.162Z] ---> f6a9068ebfd7 [2023-03-03T21:20:45.162Z] Step 29/35 : EXPOSE 59983 [2023-03-03T21:20:45.162Z] ---> Running in 7ba2fd0893c8 [2023-03-03T21:20:45.162Z] Removing intermediate container 7ba2fd0893c8 [2023-03-03T21:20:45.162Z] ---> bd68d6d9f24d [2023-03-03T21:20:45.162Z] Step 30/35 : EXPOSE 8554 [2023-03-03T21:20:45.162Z] ---> Running in d0e539a680cf [2023-03-03T21:20:45.162Z] Removing intermediate container d0e539a680cf [2023-03-03T21:20:45.162Z] ---> 7ee866ab544a [2023-03-03T21:20:45.162Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-03T21:20:45.162Z] ---> Running in 53b6249012bb [2023-03-03T21:20:45.422Z] Removing intermediate container 53b6249012bb [2023-03-03T21:20:45.422Z] ---> 39e5754ff632 [2023-03-03T21:20:45.422Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-03T21:20:45.422Z] ---> Running in dad5da41ad65 [2023-03-03T21:20:45.422Z] Removing intermediate container dad5da41ad65 [2023-03-03T21:20:45.422Z] ---> c9c600599f56 [2023-03-03T21:20:45.422Z] Step 33/35 : LABEL arch=amd64 [2023-03-03T21:20:45.422Z] ---> Running in fd47d2b395f5 [2023-03-03T21:20:45.681Z] Removing intermediate container fd47d2b395f5 [2023-03-03T21:20:45.681Z] ---> 829735e04b60 [2023-03-03T21:20:45.681Z] Step 34/35 : LABEL git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:20:45.681Z] ---> Running in 5496b803d827 [2023-03-03T21:20:45.681Z] Removing intermediate container 5496b803d827 [2023-03-03T21:20:45.681Z] ---> 3b2a87c83eaf [2023-03-03T21:20:45.681Z] Step 35/35 : LABEL version=3.0.0-dev.13 [2023-03-03T21:20:45.681Z] ---> Running in c7a8c1a516d1 [2023-03-03T21:20:45.940Z] Removing intermediate container c7a8c1a516d1 [2023-03-03T21:20:45.940Z] ---> 6a3f53275964 [2023-03-03T21:20:45.940Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-03T21:20:45.940Z] Successfully built 6a3f53275964 [2023-03-03T21:20:45.940Z] 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 [2023-03-03T21:20:46.071Z] provisioning config files... [2023-03-03T21:20:46.080Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config559741442458596280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:20:46.379Z] ---> docker-login.sh [2023-03-03T21:20:46.379Z] nexus3.edgexfoundry.org:10001 [2023-03-03T21:20:46.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:20:46.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:20:46.379Z] Configure a credential helper to remove this warning. See [2023-03-03T21:20:46.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:20:46.379Z] [2023-03-03T21:20:46.379Z] Login Succeeded [2023-03-03T21:20:46.379Z] nexus3.edgexfoundry.org:10002 [2023-03-03T21:20:46.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:20:46.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:20:46.379Z] Configure a credential helper to remove this warning. See [2023-03-03T21:20:46.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:20:46.379Z] [2023-03-03T21:20:46.379Z] Login Succeeded [2023-03-03T21:20:46.379Z] nexus3.edgexfoundry.org:10003 [2023-03-03T21:20:46.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:20:46.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:20:46.638Z] Configure a credential helper to remove this warning. See [2023-03-03T21:20:46.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:20:46.638Z] [2023-03-03T21:20:46.638Z] Login Succeeded [2023-03-03T21:20:46.638Z] nexus3.edgexfoundry.org:10004 [2023-03-03T21:20:46.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:20:46.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:20:46.638Z] Configure a credential helper to remove this warning. See [2023-03-03T21:20:46.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:20:46.638Z] [2023-03-03T21:20:46.638Z] Login Succeeded [2023-03-03T21:20:46.638Z] docker.io [2023-03-03T21:20:46.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:20:46.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:20:46.898Z] Configure a credential helper to remove this warning. See [2023-03-03T21:20:46.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:20:46.898Z] [2023-03-03T21:20:46.898Z] Login Succeeded [2023-03-03T21:20:46.898Z] ---> docker-login.sh ends [Pipeline] } [2023-03-03T21:20:46.905Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-03T21:20:46.929Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:20:46.944Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-03-03T21:20:46.944Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:20:46.944Z] latest [2023-03-03T21:20:46.944Z] 3.0.0-dev.13 [2023-03-03T21:20:46.944Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:20:46.944Z] main [2023-03-03T21:20:46.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:47.252Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:47.555Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:20:47.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-03T21:20:47.555Z] 107356a3afad: Preparing [2023-03-03T21:20:47.556Z] 54a70d89031a: Preparing [2023-03-03T21:20:47.556Z] 5125e3252d3b: Preparing [2023-03-03T21:20:47.556Z] 550e596c6d0e: Preparing [2023-03-03T21:20:47.556Z] 1207169bf42c: Preparing [2023-03-03T21:20:47.556Z] 42599e04b032: Preparing [2023-03-03T21:20:47.556Z] 6cca56a7285d: Preparing [2023-03-03T21:20:47.556Z] 38cad8b3ffdd: Preparing [2023-03-03T21:20:47.556Z] 1147427f1156: Preparing [2023-03-03T21:20:47.556Z] 6985934a5bf9: Preparing [2023-03-03T21:20:47.556Z] 64bfb5255eaf: Preparing [2023-03-03T21:20:47.556Z] aa5968d388b8: Preparing [2023-03-03T21:20:47.556Z] 42599e04b032: Waiting [2023-03-03T21:20:47.556Z] 6cca56a7285d: Waiting [2023-03-03T21:20:47.556Z] 38cad8b3ffdd: Waiting [2023-03-03T21:20:47.556Z] 1147427f1156: Waiting [2023-03-03T21:20:47.556Z] 6985934a5bf9: Waiting [2023-03-03T21:20:47.556Z] 64bfb5255eaf: Waiting [2023-03-03T21:20:47.556Z] aa5968d388b8: Waiting [2023-03-03T21:20:47.556Z] 1207169bf42c: Pushed [2023-03-03T21:20:47.556Z] 107356a3afad: Pushed [2023-03-03T21:20:47.556Z] 54a70d89031a: Pushed [2023-03-03T21:20:47.556Z] 5125e3252d3b: Pushed [2023-03-03T21:20:47.556Z] 42599e04b032: Pushed [2023-03-03T21:20:47.814Z] 6cca56a7285d: Pushed [2023-03-03T21:20:47.814Z] 38cad8b3ffdd: Pushed [2023-03-03T21:20:47.814Z] 1147427f1156: Pushed [2023-03-03T21:20:47.814Z] aa5968d388b8: Layer already exists [2023-03-03T21:20:49.732Z] 550e596c6d0e: Pushed [2023-03-03T21:20:50.302Z] 6985934a5bf9: Pushed [2023-03-03T21:20:58.423Z] 64bfb5255eaf: Pushed [2023-03-03T21:20:58.423Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:58.732Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:59.033Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-03T21:20:59.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-03T21:20:59.033Z] 107356a3afad: Preparing [2023-03-03T21:20:59.033Z] 54a70d89031a: Preparing [2023-03-03T21:20:59.033Z] 5125e3252d3b: Preparing [2023-03-03T21:20:59.033Z] 550e596c6d0e: Preparing [2023-03-03T21:20:59.033Z] 1207169bf42c: Preparing [2023-03-03T21:20:59.033Z] 42599e04b032: Preparing [2023-03-03T21:20:59.033Z] 6cca56a7285d: Preparing [2023-03-03T21:20:59.033Z] 38cad8b3ffdd: Preparing [2023-03-03T21:20:59.033Z] 1147427f1156: Preparing [2023-03-03T21:20:59.033Z] 6985934a5bf9: Preparing [2023-03-03T21:20:59.033Z] 64bfb5255eaf: Preparing [2023-03-03T21:20:59.033Z] aa5968d388b8: Preparing [2023-03-03T21:20:59.033Z] 42599e04b032: Waiting [2023-03-03T21:20:59.033Z] 38cad8b3ffdd: Waiting [2023-03-03T21:20:59.033Z] aa5968d388b8: Waiting [2023-03-03T21:20:59.033Z] 6cca56a7285d: Waiting [2023-03-03T21:20:59.033Z] 64bfb5255eaf: Waiting [2023-03-03T21:20:59.033Z] 1147427f1156: Waiting [2023-03-03T21:20:59.033Z] 6985934a5bf9: Waiting [2023-03-03T21:20:59.033Z] 107356a3afad: Layer already exists [2023-03-03T21:20:59.033Z] 1207169bf42c: Layer already exists [2023-03-03T21:20:59.033Z] 54a70d89031a: Layer already exists [2023-03-03T21:20:59.033Z] 5125e3252d3b: Layer already exists [2023-03-03T21:20:59.033Z] 550e596c6d0e: Layer already exists [2023-03-03T21:20:59.033Z] 42599e04b032: Layer already exists [2023-03-03T21:20:59.033Z] 1147427f1156: Layer already exists [2023-03-03T21:20:59.033Z] 6985934a5bf9: Layer already exists [2023-03-03T21:20:59.033Z] 6cca56a7285d: Layer already exists [2023-03-03T21:20:59.033Z] 38cad8b3ffdd: Layer already exists [2023-03-03T21:20:59.033Z] 64bfb5255eaf: Layer already exists [2023-03-03T21:20:59.033Z] aa5968d388b8: Layer already exists [2023-03-03T21:20:59.033Z] latest: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:59.335Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:59.635Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 [2023-03-03T21:20:59.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-03T21:20:59.635Z] 107356a3afad: Preparing [2023-03-03T21:20:59.635Z] 54a70d89031a: Preparing [2023-03-03T21:20:59.635Z] 5125e3252d3b: Preparing [2023-03-03T21:20:59.635Z] 550e596c6d0e: Preparing [2023-03-03T21:20:59.635Z] 1207169bf42c: Preparing [2023-03-03T21:20:59.635Z] 42599e04b032: Preparing [2023-03-03T21:20:59.635Z] 6cca56a7285d: Preparing [2023-03-03T21:20:59.635Z] 38cad8b3ffdd: Preparing [2023-03-03T21:20:59.635Z] 1147427f1156: Preparing [2023-03-03T21:20:59.635Z] 6985934a5bf9: Preparing [2023-03-03T21:20:59.635Z] 64bfb5255eaf: Preparing [2023-03-03T21:20:59.635Z] aa5968d388b8: Preparing [2023-03-03T21:20:59.635Z] 38cad8b3ffdd: Waiting [2023-03-03T21:20:59.635Z] 6985934a5bf9: Waiting [2023-03-03T21:20:59.635Z] aa5968d388b8: Waiting [2023-03-03T21:20:59.635Z] 64bfb5255eaf: Waiting [2023-03-03T21:20:59.635Z] 1147427f1156: Waiting [2023-03-03T21:20:59.635Z] 42599e04b032: Waiting [2023-03-03T21:20:59.635Z] 6cca56a7285d: Waiting [2023-03-03T21:20:59.635Z] 1207169bf42c: Layer already exists [2023-03-03T21:20:59.635Z] 54a70d89031a: Layer already exists [2023-03-03T21:20:59.635Z] 107356a3afad: Layer already exists [2023-03-03T21:20:59.635Z] 550e596c6d0e: Layer already exists [2023-03-03T21:20:59.635Z] 5125e3252d3b: Layer already exists [2023-03-03T21:20:59.635Z] 42599e04b032: Layer already exists [2023-03-03T21:20:59.635Z] 6cca56a7285d: Layer already exists [2023-03-03T21:20:59.635Z] 38cad8b3ffdd: Layer already exists [2023-03-03T21:20:59.635Z] 6985934a5bf9: Layer already exists [2023-03-03T21:20:59.635Z] 1147427f1156: Layer already exists [2023-03-03T21:20:59.635Z] 64bfb5255eaf: Layer already exists [2023-03-03T21:20:59.635Z] aa5968d388b8: Layer already exists [2023-03-03T21:20:59.635Z] 3.0.0-dev.13: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:20:59.939Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:21:00.242Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:21:00.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-03T21:21:00.242Z] 107356a3afad: Preparing [2023-03-03T21:21:00.242Z] 54a70d89031a: Preparing [2023-03-03T21:21:00.242Z] 5125e3252d3b: Preparing [2023-03-03T21:21:00.242Z] 550e596c6d0e: Preparing [2023-03-03T21:21:00.242Z] 1207169bf42c: Preparing [2023-03-03T21:21:00.242Z] 42599e04b032: Preparing [2023-03-03T21:21:00.242Z] 6cca56a7285d: Preparing [2023-03-03T21:21:00.242Z] 38cad8b3ffdd: Preparing [2023-03-03T21:21:00.242Z] 1147427f1156: Preparing [2023-03-03T21:21:00.242Z] 6985934a5bf9: Preparing [2023-03-03T21:21:00.242Z] 64bfb5255eaf: Preparing [2023-03-03T21:21:00.242Z] aa5968d388b8: Preparing [2023-03-03T21:21:00.242Z] 6cca56a7285d: Waiting [2023-03-03T21:21:00.242Z] 1147427f1156: Waiting [2023-03-03T21:21:00.242Z] 38cad8b3ffdd: Waiting [2023-03-03T21:21:00.242Z] 6985934a5bf9: Waiting [2023-03-03T21:21:00.242Z] 64bfb5255eaf: Waiting [2023-03-03T21:21:00.242Z] aa5968d388b8: Waiting [2023-03-03T21:21:00.242Z] 42599e04b032: Waiting [2023-03-03T21:21:00.242Z] 550e596c6d0e: Layer already exists [2023-03-03T21:21:00.242Z] 5125e3252d3b: Layer already exists [2023-03-03T21:21:00.242Z] 54a70d89031a: Layer already exists [2023-03-03T21:21:00.242Z] 1207169bf42c: Layer already exists [2023-03-03T21:21:00.242Z] 107356a3afad: Layer already exists [2023-03-03T21:21:00.242Z] 42599e04b032: Layer already exists [2023-03-03T21:21:00.242Z] 6985934a5bf9: Layer already exists [2023-03-03T21:21:00.242Z] 6cca56a7285d: Layer already exists [2023-03-03T21:21:00.242Z] 38cad8b3ffdd: Layer already exists [2023-03-03T21:21:00.242Z] 1147427f1156: Layer already exists [2023-03-03T21:21:00.242Z] 64bfb5255eaf: Layer already exists [2023-03-03T21:21:00.242Z] aa5968d388b8: Layer already exists [2023-03-03T21:21:00.242Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:21:00.547Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:21:00.851Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-03-03T21:21:00.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-03T21:21:00.851Z] 107356a3afad: Preparing [2023-03-03T21:21:00.851Z] 54a70d89031a: Preparing [2023-03-03T21:21:00.851Z] 5125e3252d3b: Preparing [2023-03-03T21:21:00.851Z] 550e596c6d0e: Preparing [2023-03-03T21:21:00.851Z] 1207169bf42c: Preparing [2023-03-03T21:21:00.851Z] 42599e04b032: Preparing [2023-03-03T21:21:00.851Z] 6cca56a7285d: Preparing [2023-03-03T21:21:00.851Z] 38cad8b3ffdd: Preparing [2023-03-03T21:21:00.851Z] 1147427f1156: Preparing [2023-03-03T21:21:00.851Z] 6985934a5bf9: Preparing [2023-03-03T21:21:00.851Z] 64bfb5255eaf: Preparing [2023-03-03T21:21:00.851Z] aa5968d388b8: Preparing [2023-03-03T21:21:00.851Z] 38cad8b3ffdd: Waiting [2023-03-03T21:21:00.851Z] 6985934a5bf9: Waiting [2023-03-03T21:21:00.851Z] 64bfb5255eaf: Waiting [2023-03-03T21:21:00.851Z] aa5968d388b8: Waiting [2023-03-03T21:21:00.851Z] 1147427f1156: Waiting [2023-03-03T21:21:00.851Z] 6cca56a7285d: Waiting [2023-03-03T21:21:00.851Z] 42599e04b032: Waiting [2023-03-03T21:21:00.851Z] 5125e3252d3b: Layer already exists [2023-03-03T21:21:00.851Z] 1207169bf42c: Layer already exists [2023-03-03T21:21:00.851Z] 54a70d89031a: Layer already exists [2023-03-03T21:21:00.851Z] 550e596c6d0e: Layer already exists [2023-03-03T21:21:00.851Z] 107356a3afad: Layer already exists [2023-03-03T21:21:00.851Z] 6cca56a7285d: Layer already exists [2023-03-03T21:21:00.851Z] 42599e04b032: Layer already exists [2023-03-03T21:21:00.851Z] 38cad8b3ffdd: Layer already exists [2023-03-03T21:21:00.851Z] 6985934a5bf9: Layer already exists [2023-03-03T21:21:00.851Z] 1147427f1156: Layer already exists [2023-03-03T21:21:00.851Z] aa5968d388b8: Layer already exists [2023-03-03T21:21:00.851Z] 64bfb5255eaf: Layer already exists [2023-03-03T21:21:00.851Z] main: digest: sha256:a1f767778caf185b15baf25217aeddb96cc9efdee2fc8d0f7d0cea3c88e50e7e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-03T21:21:00.888Z] ===================================================== [Pipeline] echo [2023-03-03T21:21:00.894Z] taggedImages: [2023-03-03T21:21:00.894Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:21:00.894Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-03T21:21:00.894Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.13 [2023-03-03T21:21:00.894Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:21:00.894Z] - 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 [2023-03-03T21:21:01.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-03T21:21:01.262Z] [2023-03-03T21:21:01.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:21:01.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-03T21:21:01.558Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-03T21:21:01.558Z] 5eb5b503b376: Pulling fs layer [2023-03-03T21:21:01.558Z] 5c69ac0246d0: Pulling fs layer [2023-03-03T21:21:01.558Z] ec43610c2a17: Pulling fs layer [2023-03-03T21:21:01.558Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-03T21:21:01.558Z] 33b1e0a273af: Pulling fs layer [2023-03-03T21:21:01.558Z] 5d3b04190fa2: Pulling fs layer [2023-03-03T21:21:01.558Z] 2f39f015ded8: Pulling fs layer [2023-03-03T21:21:01.558Z] 3a2ae6a8a46f: Waiting [2023-03-03T21:21:01.558Z] 33b1e0a273af: Waiting [2023-03-03T21:21:01.558Z] 5d3b04190fa2: Waiting [2023-03-03T21:21:01.558Z] 2f39f015ded8: Waiting [2023-03-03T21:21:01.558Z] 5c69ac0246d0: Download complete [2023-03-03T21:21:01.558Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-03T21:21:01.558Z] 3a2ae6a8a46f: Download complete [2023-03-03T21:21:01.558Z] 33b1e0a273af: Verifying Checksum [2023-03-03T21:21:01.558Z] 33b1e0a273af: Download complete [2023-03-03T21:21:01.558Z] 5d3b04190fa2: Verifying Checksum [2023-03-03T21:21:01.558Z] 5d3b04190fa2: Download complete [2023-03-03T21:21:01.817Z] ec43610c2a17: Verifying Checksum [2023-03-03T21:21:01.817Z] ec43610c2a17: Download complete [2023-03-03T21:21:01.817Z] 5eb5b503b376: Verifying Checksum [2023-03-03T21:21:01.817Z] 5eb5b503b376: Download complete [2023-03-03T21:21:02.389Z] 2f39f015ded8: Download complete [2023-03-03T21:21:02.956Z] 5eb5b503b376: Pull complete [2023-03-03T21:21:03.215Z] 5c69ac0246d0: Pull complete [2023-03-03T21:21:03.781Z] ec43610c2a17: Pull complete [2023-03-03T21:21:03.781Z] 3a2ae6a8a46f: Pull complete [2023-03-03T21:21:04.039Z] 33b1e0a273af: Pull complete [2023-03-03T21:21:04.039Z] 5d3b04190fa2: Pull complete [2023-03-03T21:21:09.304Z] 2f39f015ded8: Pull complete [2023-03-03T21:21:09.304Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-03T21:21:09.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-03T21:21:09.304Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:21:09.376Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:21:09.404Z] $ 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 [2023-03-03T21:21:11.161Z] $ docker top 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:21:11.553Z] ---> job-cost.sh [2023-03-03T21:21:11.553Z] lf-activate-venv: SKIPPING [2023-03-03T21:21:11.553Z] INFO: No Stack... [2023-03-03T21:21:12.122Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-03T21:21:12.381Z] INFO: Archiving Costs [Pipeline] sh [2023-03-03T21:21:12.674Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-03-03T21:21:12.674Z] + cut -d, -f6 [Pipeline] lock [2023-03-03T21:21:12.690Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [2023-03-03T21:21:12.696Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] did not exist. Created. [2023-03-03T21:21:12.696Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-03T21:21:13.003Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-03T21:21:13.031Z] Stashed 1 file(s) [Pipeline] } [2023-03-03T21:21:13.037Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-03T21:21:13.054Z] $ docker stop --time=1 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 [2023-03-03T21:21:14.224Z] $ docker rm -f --volumes 4e32c09faeeb69ba1e5f42ba3d7b68524da42a138c960ce819278d7b4f51c8e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-03T21:21:53.951Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8187 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-03-03T21:21:53.962Z] Running in /w/workspace/device-usb-camera/84 [Pipeline] { [Pipeline] checkout [2023-03-03T21:21:53.991Z] Selected Git installation does not exist. Using Default [2023-03-03T21:21:53.991Z] The recommended git tool is: NONE [2023-03-03T21:21:58.896Z] using credential edgex-jenkins-ssh [2023-03-03T21:21:58.915Z] Cloning the remote Git repository [2023-03-03T21:21:58.957Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-03-03T21:21:59.028Z] > git init /w/workspace/device-usb-camera/84 # timeout=10 [2023-03-03T21:21:59.179Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-03-03T21:21:59.180Z] > git --version # timeout=10 [2023-03-03T21:21:59.205Z] > git --version # 'git version 2.25.1' [2023-03-03T21:21:59.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-03T21:21:59.271Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-03T21:22:00.903Z] Avoid second fetch [2023-03-03T21:22:00.904Z] Checking out Revision 6531ea4c41f254cf50b7bf163b00c66c5ab1611c (main) [2023-03-03T21:22:00.069Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-03-03T21:22:00.092Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-03T21:22:00.925Z] > git config core.sparsecheckout # timeout=10 [2023-03-03T21:22:00.943Z] > git checkout -f 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 [2023-03-03T21:22:01.407Z] Commit message: "docs: change location of nats documentation (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-03T21:22:02.410Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-03T21:22:02.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:22:02.410Z] Dload Upload Total Spent Left Speed [2023-03-03T21:22:02.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 91733 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh [2023-03-03T21:22:03.023Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-03T21:22:03.351Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-03-03T21:22:03.351Z] sudo tee /etc/docker/daemon.new [2023-03-03T21:22:03.351Z] { [2023-03-03T21:22:03.351Z] "registry-mirrors": [ [2023-03-03T21:22:03.351Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-03T21:22:03.351Z] ], [2023-03-03T21:22:03.351Z] "bip": "10.250.0.254/24", [2023-03-03T21:22:03.351Z] "hosts": [ [2023-03-03T21:22:03.351Z] "tcp://0.0.0.0:5555", [2023-03-03T21:22:03.351Z] "unix:///var/run/docker.sock" [2023-03-03T21:22:03.351Z] ], [2023-03-03T21:22:03.351Z] "mtu": 1458, [2023-03-03T21:22:03.351Z] "selinux-enabled": true, [2023-03-03T21:22:03.351Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-03T21:22:03.351Z] } [Pipeline] sh [2023-03-03T21:22:03.676Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-03T21:22:04.001Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-03T21:22:22.235Z] provisioning config files... [2023-03-03T21:22:22.256Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/84@tmp/config18352434977932287663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:22:22.594Z] ---> docker-login.sh [2023-03-03T21:22:22.594Z] nexus3.edgexfoundry.org:10001 [2023-03-03T21:22:22.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:22:23.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:22:23.130Z] Configure a credential helper to remove this warning. See [2023-03-03T21:22:23.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:22:23.130Z] [2023-03-03T21:22:23.130Z] Login Succeeded [2023-03-03T21:22:23.130Z] nexus3.edgexfoundry.org:10002 [2023-03-03T21:22:23.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:22:23.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:22:23.399Z] Configure a credential helper to remove this warning. See [2023-03-03T21:22:23.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:22:23.399Z] [2023-03-03T21:22:23.399Z] Login Succeeded [2023-03-03T21:22:23.399Z] nexus3.edgexfoundry.org:10003 [2023-03-03T21:22:23.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:22:23.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:22:23.666Z] Configure a credential helper to remove this warning. See [2023-03-03T21:22:23.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:22:23.666Z] [2023-03-03T21:22:23.666Z] Login Succeeded [2023-03-03T21:22:23.936Z] nexus3.edgexfoundry.org:10004 [2023-03-03T21:22:23.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:22:24.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:22:24.205Z] Configure a credential helper to remove this warning. See [2023-03-03T21:22:24.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:22:24.205Z] [2023-03-03T21:22:24.205Z] Login Succeeded [2023-03-03T21:22:24.205Z] docker.io [2023-03-03T21:22:24.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:22:24.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:22:24.739Z] Configure a credential helper to remove this warning. See [2023-03-03T21:22:24.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:22:24.739Z] [2023-03-03T21:22:24.739Z] Login Succeeded [2023-03-03T21:22:24.739Z] ---> docker-login.sh ends [Pipeline] } [2023-03-03T21:22:24.752Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-03T21:22:24.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:22:25.000Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:22:25.009Z] ========================================================= [2023-03-03T21:22:25.009Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-03T21:22:25.009Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:22:25.350Z] + 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 . [2023-03-03T21:22:25.617Z] Sending build context to Docker daemon 1.137MB [2023-03-03T21:22:25.617Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-03T21:22:25.617Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-03T21:22:25.888Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-03T21:22:25.888Z] 9b18e9b68314: Pulling fs layer [2023-03-03T21:22:25.888Z] 35d82f9e3411: Pulling fs layer [2023-03-03T21:22:25.888Z] e16973657156: Pulling fs layer [2023-03-03T21:22:25.888Z] fc693d55d65f: Pulling fs layer [2023-03-03T21:22:25.888Z] 7e9fc2657dce: Pulling fs layer [2023-03-03T21:22:25.888Z] dda99020689f: Pulling fs layer [2023-03-03T21:22:25.888Z] db1c61fa0a46: Pulling fs layer [2023-03-03T21:22:25.888Z] 891c053d2c06: Pulling fs layer [2023-03-03T21:22:25.888Z] fc693d55d65f: Waiting [2023-03-03T21:22:25.888Z] 7e9fc2657dce: Waiting [2023-03-03T21:22:25.888Z] dda99020689f: Waiting [2023-03-03T21:22:25.888Z] db1c61fa0a46: Waiting [2023-03-03T21:22:25.888Z] 891c053d2c06: Waiting [2023-03-03T21:22:25.888Z] e16973657156: Verifying Checksum [2023-03-03T21:22:25.888Z] e16973657156: Download complete [2023-03-03T21:22:25.888Z] 35d82f9e3411: Verifying Checksum [2023-03-03T21:22:25.888Z] 35d82f9e3411: Download complete [2023-03-03T21:22:25.888Z] 7e9fc2657dce: Verifying Checksum [2023-03-03T21:22:25.888Z] 7e9fc2657dce: Download complete [2023-03-03T21:22:25.888Z] dda99020689f: Verifying Checksum [2023-03-03T21:22:25.888Z] dda99020689f: Download complete [2023-03-03T21:22:25.888Z] 9b18e9b68314: Verifying Checksum [2023-03-03T21:22:25.888Z] 9b18e9b68314: Download complete [2023-03-03T21:22:26.856Z] 9b18e9b68314: Pull complete [2023-03-03T21:22:26.856Z] 891c053d2c06: Verifying Checksum [2023-03-03T21:22:26.856Z] 891c053d2c06: Download complete [2023-03-03T21:22:27.127Z] 35d82f9e3411: Pull complete [2023-03-03T21:22:27.397Z] e16973657156: Pull complete [2023-03-03T21:22:27.984Z] db1c61fa0a46: Verifying Checksum [2023-03-03T21:22:27.984Z] db1c61fa0a46: Download complete [2023-03-03T21:22:28.567Z] fc693d55d65f: Verifying Checksum [2023-03-03T21:22:28.567Z] fc693d55d65f: Download complete [2023-03-03T21:22:40.907Z] fc693d55d65f: Pull complete [2023-03-03T21:22:40.907Z] 7e9fc2657dce: Pull complete [2023-03-03T21:22:40.907Z] dda99020689f: Pull complete [2023-03-03T21:22:46.270Z] db1c61fa0a46: Pull complete [2023-03-03T21:22:47.692Z] 891c053d2c06: Pull complete [2023-03-03T21:22:47.692Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-03T21:22:47.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-03T21:22:47.957Z] ---> f96f9c87975a [2023-03-03T21:22:47.957Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-03T21:22:49.931Z] ---> Running in c7a91e444843 [2023-03-03T21:22:49.931Z] Removing intermediate container c7a91e444843 [2023-03-03T21:22:49.931Z] ---> 3ad85f1087cd [2023-03-03T21:22:49.931Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-03T21:22:49.931Z] ---> Running in af146817263b [2023-03-03T21:22:50.201Z] Removing intermediate container af146817263b [2023-03-03T21:22:50.201Z] ---> 22e1c69b9438 [2023-03-03T21:22:50.201Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-03T21:22:50.469Z] ---> Running in 9402de61e72b [2023-03-03T21:22:50.736Z] Removing intermediate container 9402de61e72b [2023-03-03T21:22:50.736Z] ---> e38746efed6e [2023-03-03T21:22:50.736Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-03T21:22:50.736Z] ---> Running in 63835c58d1ce [2023-03-03T21:22:51.005Z] Removing intermediate container 63835c58d1ce [2023-03-03T21:22:51.005Z] ---> 7a5a53293369 [2023-03-03T21:22:51.005Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-03T21:22:51.272Z] ---> Running in 484dddaba2f7 [2023-03-03T21:22:52.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-03T21:22:52.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-03T21:22:53.460Z] (1/14) Installing libintl (0.21-r2) [2023-03-03T21:22:53.460Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-03-03T21:22:53.460Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-03-03T21:22:53.460Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-03-03T21:22:53.460Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-03-03T21:22:53.460Z] (6/14) Installing udev-init-scripts (35-r0) [2023-03-03T21:22:53.460Z] Executing udev-init-scripts-35-r0.post-install [2023-03-03T21:22:53.460Z] (7/14) Installing libblkid (2.38-r1) [2023-03-03T21:22:53.460Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-03-03T21:22:53.460Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-03-03T21:22:53.460Z] (10/14) Installing kmod-libs (29-r2) [2023-03-03T21:22:53.460Z] (11/14) Installing eudev (3.2.11-r0) [2023-03-03T21:22:53.728Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-03-03T21:22:53.728Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-03T21:22:53.728Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-03-03T21:22:53.728Z] Executing busybox-1.35.0-r17.trigger [2023-03-03T21:22:53.728Z] Executing eudev-3.2.11-r0.trigger [2023-03-03T21:22:53.728Z] OK: 228 MiB in 65 packages [2023-03-03T21:22:54.701Z] Removing intermediate container 484dddaba2f7 [2023-03-03T21:22:54.701Z] ---> 85b3acbcf089 [2023-03-03T21:22:54.701Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-03T21:22:54.967Z] ---> Running in 2bd05e6168f4 [2023-03-03T21:22:55.303Z] Removing intermediate container 2bd05e6168f4 [2023-03-03T21:22:55.303Z] ---> 8c27ff2134bb [2023-03-03T21:22:55.303Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-03T21:22:55.587Z] ---> 85db6ca101de [2023-03-03T21:22:55.587Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-03T21:22:55.587Z] ---> Running in 643e98380606 [2023-03-03T21:24:03.469Z] Removing intermediate container 643e98380606 [2023-03-03T21:24:03.469Z] ---> a146dcee6b6b [2023-03-03T21:24:03.469Z] Step 11/13 : COPY . . [2023-03-03T21:24:03.469Z] ---> 2f63835c1406 [2023-03-03T21:24:03.469Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-03T21:24:03.469Z] ---> Running in c89acc7f8d9e [2023-03-03T21:24:03.469Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:24:03.469Z] Dload Upload Total   Spent Left Speed [2023-03-03T21:24:03.469Z] 0 0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:--  0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14584 0 --:--:-- --:--:-- --:--:-- 14547 [2023-03-03T21:24:03.469Z] Removing intermediate container c89acc7f8d9e [2023-03-03T21:24:03.469Z] ---> f9ce9acf0a4d [2023-03-03T21:24:03.469Z] Step 13/13 : RUN ${MAKE} [2023-03-03T21:24:03.469Z] ---> Running in 34b9e6481f35 [2023-03-03T21:24:03.469Z] noop [2023-03-03T21:24:03.469Z] Removing intermediate container 34b9e6481f35 [2023-03-03T21:24:03.469Z] ---> b65f070e9763 [2023-03-03T21:24:03.469Z] Successfully built b65f070e9763 [2023-03-03T21:24:03.469Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:24:03.814Z] + docker inspect -f . ci-base-image-arm64 [2023-03-03T21:24:03.814Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:24:03.994Z] prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container [2023-03-03T21:24:04.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-03T21:24:05.191Z] $ docker top 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-03T21:24:05.985Z] + go version [2023-03-03T21:24:05.985Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-03T21:24:06.004Z] $ docker stop --time=1 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb [2023-03-03T21:24:07.589Z] $ docker rm -f --volumes 72b9ade1a7647c0e923558c45e5e4e7f210d000b9ecc09bdffec6a1ff9bd81fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:24:08.090Z] + docker inspect -f . ci-base-image-arm64 [2023-03-03T21:24:08.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:24:08.251Z] prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container [2023-03-03T21:24:08.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-03T21:24:10.216Z] $ docker top 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-03T21:24:10.686Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/84 [Pipeline] fileExists [Pipeline] sh [2023-03-03T21:24:11.007Z] + make test [2023-03-03T21:24:11.007Z] go test ./... -coverprofile=coverage.out ./... [2023-03-03T21:24:12.949Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-03T21:25:34.612Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-03T21:25:36.019Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.061s coverage: 2.0% of statements [2023-03-03T21:25:36.299Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-03T21:25:36.299Z] go vet ./... [2023-03-03T21:25:58.377Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-03T21:25:58.377Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-03T21:25:58.377Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-03T21:25:58.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-03T21:25:58.411Z] $ docker stop --time=1 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 [2023-03-03T21:26:00.114Z] $ docker rm -f --volumes 3ef581a129e545a8cf2496fafbdc72304037f70c2e6a77832b5b4260d1f3f2f3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-03T21:26:01.013Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-03T21:26:01.030Z] Warning: overwriting stash ‘coverage-report’ [2023-03-03T21:26:01.457Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-03T21:26:01.826Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-03T21:26:02.144Z] + ls -al . [2023-03-03T21:26:02.144Z] total 184 [2023-03-03T21:26:02.144Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 3 21:24 . [2023-03-03T21:26:02.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:21 .. [2023-03-03T21:26:02.144Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 21:22 .git [2023-03-03T21:26:02.144Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 .github [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 3 21:22 .gitignore [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 3 21:22 .golangci.yml [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 3 21:22 .hadolint.yml [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 3 21:22 Attribution.txt [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 3 21:22 CHANGELOG.md [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 3 21:22 Dockerfile [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 3 21:22 GOVERNANCE.md [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 3 21:22 Jenkinsfile [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 3 21:22 LICENSE [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 3 21:22 Makefile [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 3 21:22 OWNERS.md [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 3 21:22 README.md [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 3 21:18 VERSION [2023-03-03T21:26:02.144Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 21:22 bin [2023-03-03T21:26:02.144Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 cmd [2023-03-03T21:26:02.144Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 3 21:25 coverage.out [2023-03-03T21:26:02.144Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 3 21:22 docker-entrypoint.sh [2023-03-03T21:26:02.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:22 docs [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 3 21:22 go.mod [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 31547 Mar 3 21:22 go.sum [2023-03-03T21:26:02.144Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 3 21:22 internal [2023-03-03T21:26:02.144Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 21:22 snap [2023-03-03T21:26:02.144Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 3 21:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:26:02.481Z] + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c --label arch=arm64 --label version=3.0.0-dev.13 . [2023-03-03T21:26:02.747Z] Sending build context to Docker daemon 1.166MB [2023-03-03T21:26:02.747Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-03T21:26:02.747Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-03T21:26:02.747Z] ---> b65f070e9763 [2023-03-03T21:26:02.747Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-03T21:26:03.019Z] ---> Running in a8b0a6a4cb3a [2023-03-03T21:26:03.019Z] Removing intermediate container a8b0a6a4cb3a [2023-03-03T21:26:03.019Z] ---> 623d8b6a4d8a [2023-03-03T21:26:03.019Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-03T21:26:03.288Z] ---> Running in 7b837813b977 [2023-03-03T21:26:03.554Z] Removing intermediate container 7b837813b977 [2023-03-03T21:26:03.554Z] ---> 28dffd435b80 [2023-03-03T21:26:03.554Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-03T21:26:03.554Z] ---> Running in 4be18a690bdb [2023-03-03T21:26:03.823Z] Removing intermediate container 4be18a690bdb [2023-03-03T21:26:03.823Z] ---> 9a514d6e071d [2023-03-03T21:26:03.823Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-03T21:26:03.823Z] ---> Running in d9967d8498ca [2023-03-03T21:26:04.089Z] Removing intermediate container d9967d8498ca [2023-03-03T21:26:04.089Z] ---> 146428d4aa33 [2023-03-03T21:26:04.089Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-03T21:26:04.357Z] ---> Running in 46ab568ac6ff [2023-03-03T21:26:05.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-03T21:26:05.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-03T21:26:06.536Z] OK: 228 MiB in 65 packages [2023-03-03T21:26:07.497Z] Removing intermediate container 46ab568ac6ff [2023-03-03T21:26:07.497Z] ---> 73165be11dc8 [2023-03-03T21:26:07.497Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-03T21:26:07.497Z] ---> Running in 060d8c1c928e [2023-03-03T21:26:07.765Z] Removing intermediate container 060d8c1c928e [2023-03-03T21:26:07.765Z] ---> 0323475bc16a [2023-03-03T21:26:07.765Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-03T21:26:08.350Z] ---> 40d7398d5261 [2023-03-03T21:26:08.350Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-03T21:26:08.350Z] ---> Running in a5f6bbd1b37f [2023-03-03T21:26:10.945Z] Removing intermediate container a5f6bbd1b37f [2023-03-03T21:26:10.945Z] ---> cef40c233d40 [2023-03-03T21:26:10.945Z] Step 11/35 : COPY . . [2023-03-03T21:26:11.904Z] ---> a2402fb0e0e2 [2023-03-03T21:26:11.904Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-03T21:26:11.904Z] ---> Running in 232c4a5149d6 [2023-03-03T21:26:12.866Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:26:12.866Z] Dload Upload Total Spent Left Speed [2023-03-03T21:26:13.133Z] 0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7292 0 --:--:-- --:--:-- --:--:-- 7273 [2023-03-03T21:26:13.715Z] Removing intermediate container 232c4a5149d6 [2023-03-03T21:26:13.715Z] ---> e1eef3b981ae [2023-03-03T21:26:13.715Z] Step 13/35 : RUN ${MAKE} [2023-03-03T21:26:13.715Z] ---> Running in 9f1898b91310 [2023-03-03T21:26:15.133Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-03-03T21:28:51.896Z] Removing intermediate container 9f1898b91310 [2023-03-03T21:28:51.896Z] ---> a41fd71dc0b8 [2023-03-03T21:28:51.896Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-03T21:28:51.896Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-03T21:28:51.896Z] eab2503cf8f4: Pulling fs layer [2023-03-03T21:28:51.896Z] 97cd0a44c592: Pulling fs layer [2023-03-03T21:28:51.896Z] 97cd0a44c592: Verifying Checksum [2023-03-03T21:28:51.896Z] 97cd0a44c592: Download complete [2023-03-03T21:28:51.896Z] eab2503cf8f4: Verifying Checksum [2023-03-03T21:28:51.896Z] eab2503cf8f4: Download complete [2023-03-03T21:28:51.896Z] eab2503cf8f4: Pull complete [2023-03-03T21:28:51.896Z] 97cd0a44c592: Pull complete [2023-03-03T21:28:51.896Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-03T21:28:51.896Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-03T21:28:51.896Z] ---> 7f763cca56b3 [2023-03-03T21:28:51.896Z] Step 15/35 : FROM alpine:3.16 [2023-03-03T21:28:51.896Z] 3.16: Pulling from library/alpine [2023-03-03T21:28:51.896Z] 3760b48202b3: Pulling fs layer [2023-03-03T21:28:51.896Z] 3760b48202b3: Verifying Checksum [2023-03-03T21:28:51.896Z] 3760b48202b3: Download complete [2023-03-03T21:28:51.896Z] 3760b48202b3: Pull complete [2023-03-03T21:28:51.896Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-03T21:28:51.896Z] Status: Downloaded newer image for alpine:3.16 [2023-03-03T21:28:51.896Z] ---> 4c81e5bf8899 [2023-03-03T21:28:51.896Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-03T21:28:51.896Z] ---> Running in 1f93483ffddd [2023-03-03T21:28:51.896Z] Removing intermediate container 1f93483ffddd [2023-03-03T21:28:51.896Z] ---> dd91704d427e [2023-03-03T21:28:51.896Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-03T21:28:51.896Z] ---> Running in e8a6604daeb9 [2023-03-03T21:28:51.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-03T21:28:51.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-03T21:28:51.896Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-03-03T21:28:51.896Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-03-03T21:28:51.896Z] (3/79) Installing libxau (1.0.9-r0) [2023-03-03T21:28:51.896Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-03-03T21:28:51.896Z] (5/79) Installing libxcb (1.15-r0) [2023-03-03T21:28:51.896Z] (6/79) Installing libx11 (1.8-r0) [2023-03-03T21:28:51.896Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-03-03T21:28:51.896Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-03-03T21:28:51.896Z] (9/79) Installing expat (2.5.0-r0) [2023-03-03T21:28:51.896Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-03-03T21:28:51.896Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-03-03T21:28:51.896Z] (12/79) Installing libpng (1.6.37-r1) [2023-03-03T21:28:51.896Z] (13/79) Installing freetype (2.12.1-r0) [2023-03-03T21:28:51.896Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-03-03T21:28:51.896Z] (15/79) Installing fribidi (1.0.12-r0) [2023-03-03T21:28:51.896Z] (16/79) Installing libffi (3.4.2-r1) [2023-03-03T21:28:51.896Z] (17/79) Installing libintl (0.21-r2) [2023-03-03T21:28:51.896Z] (18/79) Installing libblkid (2.38-r1) [2023-03-03T21:28:51.896Z] (19/79) Installing libmount (2.38-r1) [2023-03-03T21:28:51.896Z] (20/79) Installing pcre (8.45-r2) [2023-03-03T21:28:51.896Z] (21/79) Installing glib (2.72.1-r0) [2023-03-03T21:28:51.896Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-03-03T21:28:51.896Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-03-03T21:28:51.896Z] (24/79) Installing libass (0.16.0-r0) [2023-03-03T21:28:51.896Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-03-03T21:28:51.896Z] (26/79) Installing libdrm (2.4.110-r0) [2023-03-03T21:28:51.896Z] (27/79) Installing gmp (6.2.1-r2) [2023-03-03T21:28:51.896Z] (28/79) Installing nettle (3.7.3-r0) [2023-03-03T21:28:51.896Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-03-03T21:28:51.896Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-03-03T21:28:51.896Z] (31/79) Installing libunistring (1.0-r0) [2023-03-03T21:28:51.896Z] (32/79) Installing gnutls (3.7.7-r1) [2023-03-03T21:28:51.896Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-03T21:28:51.896Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-03T21:28:51.896Z] (35/79) Installing lame (3.100-r0) [2023-03-03T21:28:51.896Z] (36/79) Installing opus (1.3.1-r1) [2023-03-03T21:28:51.896Z] (37/79) Installing libasyncns (0.8-r1) [2023-03-03T21:28:51.896Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-03-03T21:28:51.896Z] (39/79) Installing libltdl (2.4.7-r0) [2023-03-03T21:28:51.896Z] (40/79) Installing orc (0.4.32-r0) [2023-03-03T21:28:51.896Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-03-03T21:28:51.896Z] (42/79) Installing libogg (1.3.5-r1) [2023-03-03T21:28:51.896Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-03T21:28:51.896Z] (44/79) Installing flac (1.3.4-r0) [2023-03-03T21:28:51.896Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-03-03T21:28:51.896Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-03-03T21:28:51.896Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-03-03T21:28:51.896Z] (48/79) Installing soxr (0.1.3-r2) [2023-03-03T21:28:51.896Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-03-03T21:28:51.896Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-03-03T21:28:51.896Z] (51/79) Installing libpulse (15.0-r2) [2023-03-03T21:28:51.896Z] (52/79) Installing cjson (1.7.15-r3) [2023-03-03T21:28:51.896Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-03-03T21:28:51.896Z] (54/79) Installing librist (0.2.6-r1) [2023-03-03T21:28:51.896Z] (55/79) Installing libsrt (1.4.4-r0) [2023-03-03T21:28:51.896Z] (56/79) Installing libssh (0.9.6-r1) [2023-03-03T21:28:51.896Z] (57/79) Installing libtheora (1.1.1-r16) [2023-03-03T21:28:51.896Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-03-03T21:28:51.896Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-03-03T21:28:51.896Z] (60/79) Installing libxext (1.3.4-r0) [2023-03-03T21:28:51.896Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-03-03T21:28:51.896Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-03-03T21:28:51.896Z] (63/79) Installing libva (2.14.0-r0) [2023-03-03T21:28:51.896Z] (64/79) Installing libvdpau (1.5-r0) [2023-03-03T21:28:51.896Z] (65/79) Installing vidstab (1.1.0-r1) [2023-03-03T21:28:51.896Z] (66/79) Installing libvpx (1.11.0-r1) [2023-03-03T21:28:51.896Z] (67/79) Installing libwebp (1.2.3-r0) [2023-03-03T21:28:51.896Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-03-03T21:28:51.896Z] (69/79) Installing numactl (2.0.14-r0) [2023-03-03T21:28:51.896Z] (70/79) Installing x265-libs (3.5-r3) [2023-03-03T21:28:51.896Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-03-03T21:28:51.896Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-03-03T21:28:52.168Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-03-03T21:28:52.168Z] (74/79) Installing udev-init-scripts (35-r0) [2023-03-03T21:28:52.168Z] Executing udev-init-scripts-35-r0.post-install [2023-03-03T21:28:52.168Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-03-03T21:28:52.168Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-03-03T21:28:52.168Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-03-03T21:28:52.168Z] (78/79) Installing kmod-libs (29-r2) [2023-03-03T21:28:52.168Z] (79/79) Installing eudev (3.2.11-r0) [2023-03-03T21:28:52.168Z] Executing busybox-1.35.0-r17.trigger [2023-03-03T21:28:52.168Z] Executing eudev-3.2.11-r0.trigger [2023-03-03T21:28:52.168Z] OK: 77 MiB in 93 packages [2023-03-03T21:28:56.427Z] Removing intermediate container e8a6604daeb9 [2023-03-03T21:28:56.427Z] ---> ce13310e0802 [2023-03-03T21:28:56.427Z] Step 18/35 : WORKDIR / [2023-03-03T21:28:56.427Z] ---> Running in 39510a259ba9 [2023-03-03T21:28:56.427Z] Removing intermediate container 39510a259ba9 [2023-03-03T21:28:56.427Z] ---> 1a8ddd39166e [2023-03-03T21:28:56.427Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-03T21:28:57.386Z] ---> b2965ff57618 [2023-03-03T21:28:57.386Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-03T21:28:57.968Z] ---> ac4dad9ab170 [2023-03-03T21:28:57.968Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-03T21:28:58.562Z] ---> ca4f6039ac65 [2023-03-03T21:28:58.562Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-03T21:28:58.829Z] ---> 6f26cc9403fd [2023-03-03T21:28:58.829Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-03T21:28:59.412Z] ---> 09bda7ac4630 [2023-03-03T21:28:59.412Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-03T21:28:59.997Z] ---> 69c6b2b1e02b [2023-03-03T21:28:59.997Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-03T21:29:00.975Z] ---> 666d093b0256 [2023-03-03T21:29:00.975Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-03T21:29:00.975Z] ---> Running in 3f8f1a1aca86 [2023-03-03T21:29:02.389Z] Removing intermediate container 3f8f1a1aca86 [2023-03-03T21:29:02.389Z] ---> bb090ba29fed [2023-03-03T21:29:02.389Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-03T21:29:02.663Z] ---> Running in 8f74db41f183 [2023-03-03T21:29:04.080Z] Removing intermediate container 8f74db41f183 [2023-03-03T21:29:04.080Z] ---> 7af80f54305e [2023-03-03T21:29:04.080Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-03T21:29:04.080Z] ---> Running in 1266d1723bce [2023-03-03T21:29:06.028Z] Removing intermediate container 1266d1723bce [2023-03-03T21:29:06.028Z] ---> e944f29d04de [2023-03-03T21:29:06.028Z] Step 29/35 : EXPOSE 59983 [2023-03-03T21:29:06.028Z] ---> Running in 16b88fef41aa [2023-03-03T21:29:06.028Z] Removing intermediate container 16b88fef41aa [2023-03-03T21:29:06.028Z] ---> 2c38f5ef1a10 [2023-03-03T21:29:06.028Z] Step 30/35 : EXPOSE 8554 [2023-03-03T21:29:06.028Z] ---> Running in ca603064c4ea [2023-03-03T21:29:06.295Z] Removing intermediate container ca603064c4ea [2023-03-03T21:29:06.295Z] ---> bb10a7cb3edd [2023-03-03T21:29:06.295Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-03T21:29:06.295Z] ---> Running in ee1d48a85c19 [2023-03-03T21:29:06.563Z] Removing intermediate container ee1d48a85c19 [2023-03-03T21:29:06.563Z] ---> 0a047516f194 [2023-03-03T21:29:06.563Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-03T21:29:06.832Z] ---> Running in ff580c709451 [2023-03-03T21:29:07.100Z] Removing intermediate container ff580c709451 [2023-03-03T21:29:07.100Z] ---> a3c477a7dda6 [2023-03-03T21:29:07.100Z] Step 33/35 : LABEL arch=arm64 [2023-03-03T21:29:07.100Z] ---> Running in 570e5de755d5 [2023-03-03T21:29:07.369Z] Removing intermediate container 570e5de755d5 [2023-03-03T21:29:07.369Z] ---> ce75a184b20b [2023-03-03T21:29:07.369Z] Step 34/35 : LABEL git_sha=6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:29:07.369Z] ---> Running in 7ba811aae8bd [2023-03-03T21:29:07.640Z] Removing intermediate container 7ba811aae8bd [2023-03-03T21:29:07.640Z] ---> 147dde28fa34 [2023-03-03T21:29:07.640Z] Step 35/35 : LABEL version=3.0.0-dev.13 [2023-03-03T21:29:07.912Z] ---> Running in 087b6aa18e67 [2023-03-03T21:29:08.179Z] Removing intermediate container 087b6aa18e67 [2023-03-03T21:29:08.179Z] ---> aa694805c4ea [2023-03-03T21:29:08.179Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-03T21:29:08.179Z] Successfully built aa694805c4ea [2023-03-03T21:29:08.179Z] 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 [2023-03-03T21:29:08.300Z] provisioning config files... [2023-03-03T21:29:08.314Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/84@tmp/config5883236363150353493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:29:08.645Z] ---> docker-login.sh [2023-03-03T21:29:08.645Z] nexus3.edgexfoundry.org:10001 [2023-03-03T21:29:08.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:29:08.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:29:08.915Z] Configure a credential helper to remove this warning. See [2023-03-03T21:29:08.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:29:08.915Z] [2023-03-03T21:29:08.915Z] Login Succeeded [2023-03-03T21:29:08.915Z] nexus3.edgexfoundry.org:10002 [2023-03-03T21:29:09.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:29:09.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:29:09.182Z] Configure a credential helper to remove this warning. See [2023-03-03T21:29:09.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:29:09.182Z] [2023-03-03T21:29:09.182Z] Login Succeeded [2023-03-03T21:29:09.182Z] nexus3.edgexfoundry.org:10003 [2023-03-03T21:29:09.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:29:09.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:29:09.717Z] Configure a credential helper to remove this warning. See [2023-03-03T21:29:09.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:29:09.717Z] [2023-03-03T21:29:09.717Z] Login Succeeded [2023-03-03T21:29:09.717Z] nexus3.edgexfoundry.org:10004 [2023-03-03T21:29:09.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:29:09.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:29:09.983Z] Configure a credential helper to remove this warning. See [2023-03-03T21:29:09.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:29:09.983Z] [2023-03-03T21:29:09.983Z] Login Succeeded [2023-03-03T21:29:09.983Z] docker.io [2023-03-03T21:29:10.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-03T21:29:10.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-03T21:29:10.519Z] Configure a credential helper to remove this warning. See [2023-03-03T21:29:10.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-03T21:29:10.519Z] [2023-03-03T21:29:10.519Z] Login Succeeded [2023-03-03T21:29:10.519Z] ---> docker-login.sh ends [Pipeline] } [2023-03-03T21:29:10.533Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-03T21:29:10.557Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-03T21:29:10.572Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-03-03T21:29:10.572Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:29:10.572Z] latest [2023-03-03T21:29:10.572Z] 3.0.0-dev.13 [2023-03-03T21:29:10.572Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:29:10.572Z] main [2023-03-03T21:29:10.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:10.908Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:11.252Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:29:11.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-03T21:29:11.252Z] 811ce77fb95b: Preparing [2023-03-03T21:29:11.252Z] abe78535461c: Preparing [2023-03-03T21:29:11.252Z] 4b955e8315ee: Preparing [2023-03-03T21:29:11.252Z] a43932d1df72: Preparing [2023-03-03T21:29:11.252Z] 1207169bf42c: Preparing [2023-03-03T21:29:11.252Z] 51c2e924d6c1: Preparing [2023-03-03T21:29:11.252Z] f4eeffe3c7b8: Preparing [2023-03-03T21:29:11.252Z] f858ef964fe7: Preparing [2023-03-03T21:29:11.252Z] 10db12314602: Preparing [2023-03-03T21:29:11.252Z] ce19da3a5a7b: Preparing [2023-03-03T21:29:11.252Z] 5c5d402ca05c: Preparing [2023-03-03T21:29:11.252Z] f70ee36035b9: Preparing [2023-03-03T21:29:11.252Z] f858ef964fe7: Waiting [2023-03-03T21:29:11.252Z] 10db12314602: Waiting [2023-03-03T21:29:11.252Z] ce19da3a5a7b: Waiting [2023-03-03T21:29:11.252Z] 5c5d402ca05c: Waiting [2023-03-03T21:29:11.252Z] f70ee36035b9: Waiting [2023-03-03T21:29:11.252Z] f4eeffe3c7b8: Waiting [2023-03-03T21:29:11.252Z] 51c2e924d6c1: Waiting [2023-03-03T21:29:11.520Z] 811ce77fb95b: Pushed [2023-03-03T21:29:11.520Z] abe78535461c: Pushed [2023-03-03T21:29:11.520Z] 4b955e8315ee: Pushed [2023-03-03T21:29:11.520Z] 1207169bf42c: Pushed [2023-03-03T21:29:11.788Z] 51c2e924d6c1: Pushed [2023-03-03T21:29:11.788Z] 10db12314602: Pushed [2023-03-03T21:29:11.788Z] f858ef964fe7: Pushed [2023-03-03T21:29:11.788Z] f4eeffe3c7b8: Pushed [2023-03-03T21:29:11.788Z] f70ee36035b9: Layer already exists [2023-03-03T21:29:16.042Z] a43932d1df72: Pushed [2023-03-03T21:29:17.451Z] ce19da3a5a7b: Pushed [2023-03-03T21:29:29.761Z] 5c5d402ca05c: Pushed [2023-03-03T21:29:29.761Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:30.161Z] + 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 [2023-03-03T21:29:30.520Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-03T21:29:30.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-03T21:29:30.520Z] 811ce77fb95b: Preparing [2023-03-03T21:29:30.520Z] abe78535461c: Preparing [2023-03-03T21:29:30.520Z] 4b955e8315ee: Preparing [2023-03-03T21:29:30.520Z] a43932d1df72: Preparing [2023-03-03T21:29:30.520Z] 1207169bf42c: Preparing [2023-03-03T21:29:30.520Z] 51c2e924d6c1: Preparing [2023-03-03T21:29:30.520Z] f4eeffe3c7b8: Preparing [2023-03-03T21:29:30.520Z] f858ef964fe7: Preparing [2023-03-03T21:29:30.520Z] 10db12314602: Preparing [2023-03-03T21:29:30.520Z] ce19da3a5a7b: Preparing [2023-03-03T21:29:30.520Z] 5c5d402ca05c: Preparing [2023-03-03T21:29:30.520Z] f70ee36035b9: Preparing [2023-03-03T21:29:30.520Z] 51c2e924d6c1: Waiting [2023-03-03T21:29:30.520Z] f4eeffe3c7b8: Waiting [2023-03-03T21:29:30.520Z] f858ef964fe7: Waiting [2023-03-03T21:29:30.520Z] 10db12314602: Waiting [2023-03-03T21:29:30.520Z] ce19da3a5a7b: Waiting [2023-03-03T21:29:30.520Z] 5c5d402ca05c: Waiting [2023-03-03T21:29:30.520Z] f70ee36035b9: Waiting [2023-03-03T21:29:30.520Z] 1207169bf42c: Layer already exists [2023-03-03T21:29:30.520Z] abe78535461c: Layer already exists [2023-03-03T21:29:30.520Z] a43932d1df72: Layer already exists [2023-03-03T21:29:30.520Z] 811ce77fb95b: Layer already exists [2023-03-03T21:29:30.520Z] 4b955e8315ee: Layer already exists [2023-03-03T21:29:30.520Z] ce19da3a5a7b: Layer already exists [2023-03-03T21:29:30.520Z] f4eeffe3c7b8: Layer already exists [2023-03-03T21:29:30.520Z] f858ef964fe7: Layer already exists [2023-03-03T21:29:30.520Z] 10db12314602: Layer already exists [2023-03-03T21:29:30.520Z] 51c2e924d6c1: Layer already exists [2023-03-03T21:29:30.794Z] f70ee36035b9: Layer already exists [2023-03-03T21:29:30.794Z] 5c5d402ca05c: Layer already exists [2023-03-03T21:29:30.794Z] latest: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:31.144Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:31.501Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 [2023-03-03T21:29:31.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-03T21:29:31.501Z] 811ce77fb95b: Preparing [2023-03-03T21:29:31.501Z] abe78535461c: Preparing [2023-03-03T21:29:31.501Z] 4b955e8315ee: Preparing [2023-03-03T21:29:31.501Z] a43932d1df72: Preparing [2023-03-03T21:29:31.501Z] 1207169bf42c: Preparing [2023-03-03T21:29:31.501Z] 51c2e924d6c1: Preparing [2023-03-03T21:29:31.501Z] f4eeffe3c7b8: Preparing [2023-03-03T21:29:31.501Z] f858ef964fe7: Preparing [2023-03-03T21:29:31.501Z] 10db12314602: Preparing [2023-03-03T21:29:31.501Z] ce19da3a5a7b: Preparing [2023-03-03T21:29:31.501Z] 5c5d402ca05c: Preparing [2023-03-03T21:29:31.501Z] f70ee36035b9: Preparing [2023-03-03T21:29:31.501Z] 10db12314602: Waiting [2023-03-03T21:29:31.501Z] ce19da3a5a7b: Waiting [2023-03-03T21:29:31.501Z] 5c5d402ca05c: Waiting [2023-03-03T21:29:31.501Z] f70ee36035b9: Waiting [2023-03-03T21:29:31.501Z] 51c2e924d6c1: Waiting [2023-03-03T21:29:31.501Z] f4eeffe3c7b8: Waiting [2023-03-03T21:29:31.501Z] f858ef964fe7: Waiting [2023-03-03T21:29:31.501Z] 1207169bf42c: Layer already exists [2023-03-03T21:29:31.501Z] 811ce77fb95b: Layer already exists [2023-03-03T21:29:31.501Z] abe78535461c: Layer already exists [2023-03-03T21:29:31.501Z] a43932d1df72: Layer already exists [2023-03-03T21:29:31.501Z] 4b955e8315ee: Layer already exists [2023-03-03T21:29:31.501Z] 51c2e924d6c1: Layer already exists [2023-03-03T21:29:31.501Z] f858ef964fe7: Layer already exists [2023-03-03T21:29:31.501Z] f4eeffe3c7b8: Layer already exists [2023-03-03T21:29:31.501Z] 10db12314602: Layer already exists [2023-03-03T21:29:31.501Z] ce19da3a5a7b: Layer already exists [2023-03-03T21:29:31.501Z] 5c5d402ca05c: Layer already exists [2023-03-03T21:29:31.501Z] f70ee36035b9: Layer already exists [2023-03-03T21:29:31.773Z] 3.0.0-dev.13: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:32.127Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:32.478Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:29:32.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-03T21:29:32.478Z] 811ce77fb95b: Preparing [2023-03-03T21:29:32.478Z] abe78535461c: Preparing [2023-03-03T21:29:32.478Z] 4b955e8315ee: Preparing [2023-03-03T21:29:32.478Z] a43932d1df72: Preparing [2023-03-03T21:29:32.478Z] 1207169bf42c: Preparing [2023-03-03T21:29:32.478Z] 51c2e924d6c1: Preparing [2023-03-03T21:29:32.478Z] f4eeffe3c7b8: Preparing [2023-03-03T21:29:32.478Z] f858ef964fe7: Preparing [2023-03-03T21:29:32.478Z] 10db12314602: Preparing [2023-03-03T21:29:32.478Z] ce19da3a5a7b: Preparing [2023-03-03T21:29:32.478Z] 5c5d402ca05c: Preparing [2023-03-03T21:29:32.478Z] f70ee36035b9: Preparing [2023-03-03T21:29:32.478Z] 51c2e924d6c1: Waiting [2023-03-03T21:29:32.478Z] f4eeffe3c7b8: Waiting [2023-03-03T21:29:32.478Z] 10db12314602: Waiting [2023-03-03T21:29:32.478Z] f858ef964fe7: Waiting [2023-03-03T21:29:32.478Z] ce19da3a5a7b: Waiting [2023-03-03T21:29:32.478Z] 5c5d402ca05c: Waiting [2023-03-03T21:29:32.478Z] f70ee36035b9: Waiting [2023-03-03T21:29:32.478Z] a43932d1df72: Layer already exists [2023-03-03T21:29:32.478Z] abe78535461c: Layer already exists [2023-03-03T21:29:32.478Z] 1207169bf42c: Layer already exists [2023-03-03T21:29:32.478Z] 4b955e8315ee: Layer already exists [2023-03-03T21:29:32.478Z] 811ce77fb95b: Layer already exists [2023-03-03T21:29:32.478Z] 51c2e924d6c1: Layer already exists [2023-03-03T21:29:32.478Z] 10db12314602: Layer already exists [2023-03-03T21:29:32.478Z] f4eeffe3c7b8: Layer already exists [2023-03-03T21:29:32.478Z] f858ef964fe7: Layer already exists [2023-03-03T21:29:32.478Z] ce19da3a5a7b: Layer already exists [2023-03-03T21:29:32.478Z] 5c5d402ca05c: Layer already exists [2023-03-03T21:29:32.478Z] f70ee36035b9: Layer already exists [2023-03-03T21:29:32.744Z] 6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:33.083Z] + 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 [2023-03-03T21:29:33.420Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-03-03T21:29:33.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-03T21:29:33.421Z] 811ce77fb95b: Preparing [2023-03-03T21:29:33.421Z] abe78535461c: Preparing [2023-03-03T21:29:33.421Z] 4b955e8315ee: Preparing [2023-03-03T21:29:33.421Z] a43932d1df72: Preparing [2023-03-03T21:29:33.421Z] 1207169bf42c: Preparing [2023-03-03T21:29:33.421Z] 51c2e924d6c1: Preparing [2023-03-03T21:29:33.421Z] f4eeffe3c7b8: Preparing [2023-03-03T21:29:33.421Z] f858ef964fe7: Preparing [2023-03-03T21:29:33.421Z] 10db12314602: Preparing [2023-03-03T21:29:33.421Z] ce19da3a5a7b: Preparing [2023-03-03T21:29:33.421Z] 5c5d402ca05c: Preparing [2023-03-03T21:29:33.421Z] f70ee36035b9: Preparing [2023-03-03T21:29:33.421Z] 51c2e924d6c1: Waiting [2023-03-03T21:29:33.421Z] f4eeffe3c7b8: Waiting [2023-03-03T21:29:33.421Z] 10db12314602: Waiting [2023-03-03T21:29:33.421Z] ce19da3a5a7b: Waiting [2023-03-03T21:29:33.421Z] 5c5d402ca05c: Waiting [2023-03-03T21:29:33.421Z] f70ee36035b9: Waiting [2023-03-03T21:29:33.421Z] f858ef964fe7: Waiting [2023-03-03T21:29:33.421Z] 4b955e8315ee: Layer already exists [2023-03-03T21:29:33.421Z] a43932d1df72: Layer already exists [2023-03-03T21:29:33.421Z] 1207169bf42c: Layer already exists [2023-03-03T21:29:33.421Z] 811ce77fb95b: Layer already exists [2023-03-03T21:29:33.421Z] abe78535461c: Layer already exists [2023-03-03T21:29:33.421Z] 51c2e924d6c1: Layer already exists [2023-03-03T21:29:33.421Z] 10db12314602: Layer already exists [2023-03-03T21:29:33.421Z] f4eeffe3c7b8: Layer already exists [2023-03-03T21:29:33.421Z] ce19da3a5a7b: Layer already exists [2023-03-03T21:29:33.421Z] f858ef964fe7: Layer already exists [2023-03-03T21:29:33.421Z] f70ee36035b9: Layer already exists [2023-03-03T21:29:33.421Z] 5c5d402ca05c: Layer already exists [2023-03-03T21:29:33.686Z] main: digest: sha256:5450c0835005e06c75b6e79365e61c0960c79258a210977feddca9127db21209 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-03T21:29:33.728Z] ===================================================== [Pipeline] echo [2023-03-03T21:29:33.734Z] taggedImages: [2023-03-03T21:29:33.734Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c [2023-03-03T21:29:33.734Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-03T21:29:33.734Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.13 [2023-03-03T21:29:33.734Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6531ea4c41f254cf50b7bf163b00c66c5ab1611c-3.0.0-dev.13 [2023-03-03T21:29:33.734Z] - 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 [2023-03-03T21:29:34.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-03T21:29:34.092Z] [2023-03-03T21:29:34.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:29:34.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-03T21:29:34.428Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-03T21:29:34.428Z] 8998bd30e6a1: Pulling fs layer [2023-03-03T21:29:34.428Z] 04944245beec: Pulling fs layer [2023-03-03T21:29:34.428Z] 699f458cf7ca: Pulling fs layer [2023-03-03T21:29:34.428Z] 765212b225bb: Pulling fs layer [2023-03-03T21:29:34.428Z] f23df028b6ca: Pulling fs layer [2023-03-03T21:29:34.428Z] d65c8cfc05b1: Pulling fs layer [2023-03-03T21:29:34.428Z] 2437ff75d9bd: Pulling fs layer [2023-03-03T21:29:34.428Z] 765212b225bb: Waiting [2023-03-03T21:29:34.428Z] f23df028b6ca: Waiting [2023-03-03T21:29:34.428Z] d65c8cfc05b1: Waiting [2023-03-03T21:29:34.428Z] 2437ff75d9bd: Waiting [2023-03-03T21:29:34.696Z] 04944245beec: Verifying Checksum [2023-03-03T21:29:34.696Z] 04944245beec: Download complete [2023-03-03T21:29:34.696Z] 765212b225bb: Verifying Checksum [2023-03-03T21:29:34.696Z] 765212b225bb: Download complete [2023-03-03T21:29:34.696Z] f23df028b6ca: Verifying Checksum [2023-03-03T21:29:34.696Z] f23df028b6ca: Download complete [2023-03-03T21:29:34.696Z] d65c8cfc05b1: Verifying Checksum [2023-03-03T21:29:34.696Z] d65c8cfc05b1: Download complete [2023-03-03T21:29:34.696Z] 699f458cf7ca: Verifying Checksum [2023-03-03T21:29:34.696Z] 699f458cf7ca: Download complete [2023-03-03T21:29:35.283Z] 8998bd30e6a1: Verifying Checksum [2023-03-03T21:29:35.284Z] 8998bd30e6a1: Download complete [2023-03-03T21:29:37.226Z] 2437ff75d9bd: Verifying Checksum [2023-03-03T21:29:37.226Z] 2437ff75d9bd: Download complete [2023-03-03T21:29:39.172Z] 8998bd30e6a1: Pull complete [2023-03-03T21:29:39.440Z] 04944245beec: Pull complete [2023-03-03T21:29:40.852Z] 699f458cf7ca: Pull complete [2023-03-03T21:29:41.118Z] 765212b225bb: Pull complete [2023-03-03T21:29:42.077Z] f23df028b6ca: Pull complete [2023-03-03T21:29:42.077Z] d65c8cfc05b1: Pull complete [2023-03-03T21:29:57.079Z] 2437ff75d9bd: Pull complete [2023-03-03T21:29:57.080Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-03T21:29:57.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-03T21:29:57.080Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:29:57.259Z] prd-ubuntu20.04-docker-arm64-4c-16g-8187 does not seem to be running inside a container [2023-03-03T21:29:57.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/84 -v /w/workspace/device-usb-camera/84:/w/workspace/device-usb-camera/84:rw,z -v /w/workspace/device-usb-camera/84@tmp:/w/workspace/device-usb-camera/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-03T21:30:01.281Z] $ docker top 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:30:01.781Z] ---> job-cost.sh [2023-03-03T21:30:02.045Z] lf-activate-venv: SKIPPING [2023-03-03T21:30:02.045Z] INFO: No Stack... [2023-03-03T21:30:02.622Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-03T21:30:03.574Z] INFO: Archiving Costs [Pipeline] sh [2023-03-03T21:30:03.890Z] + cut -d, -f6 [2023-03-03T21:30:03.890Z] + cat /w/workspace/device-usb-camera/84/archives/cost.csv [Pipeline] lock [2023-03-03T21:30:03.952Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [2023-03-03T21:30:03.961Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] did not exist. Created. [2023-03-03T21:30:03.961Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-03T21:30:04.298Z] /w/workspace/device-usb-camera/84@tmp/durable-062e11c5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-03T21:30:04.628Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-03T21:30:04.655Z] Warning: overwriting stash ‘stack-cost’ [2023-03-03T21:30:04.708Z] Stashed 1 file(s) [Pipeline] } [2023-03-03T21:30:04.714Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-84-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-03T21:30:04.736Z] $ docker stop --time=1 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 [2023-03-03T21:30:06.222Z] $ docker rm -f --volumes 7451b9819318948cb3aa62c29ab16d16341d2ba4e0fd477d2563ce8893aebfd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-03T21:30:06.612Z] provisioning config files... [2023-03-03T21:30:06.619Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config9211930894325971592tmp [Pipeline] { [Pipeline] sh [2023-03-03T21:30:06.912Z] + set +x [2023-03-03T21:30:06.912Z] + bash -s -- [2023-03-03T21:30:06.912Z] + curl -s https://codecov.io/bash [2023-03-03T21:30:06.912Z] [2023-03-03T21:30:06.912Z] _____ _ [2023-03-03T21:30:06.912Z] / ____| | | [2023-03-03T21:30:06.912Z] | | ___ __| | ___ ___ _____ __ [2023-03-03T21:30:06.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-03T21:30:06.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-03T21:30:06.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-03T21:30:06.912Z] Bash-1.0.6 [2023-03-03T21:30:06.912Z] [2023-03-03T21:30:06.912Z] [2023-03-03T21:30:06.912Z] ==> git version 2.25.1 found [2023-03-03T21:30:06.912Z] ==> 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 [2023-03-03T21:30:06.912Z] Release-Date: 2020-01-08 [2023-03-03T21:30:06.912Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-03T21:30:06.912Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-03T21:30:06.912Z] ==> Jenkins CI detected. [2023-03-03T21:30:06.912Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-03-03T21:30:06.912Z] project root: . [2023-03-03T21:30:06.912Z] --> token set from env [2023-03-03T21:30:06.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-03T21:30:06.912Z] ==> Running gcov in . (disable via -X gcov) [2023-03-03T21:30:06.912Z] ==> Python coveragepy not found [2023-03-03T21:30:06.912Z] ==> Searching for coverage reports in: [2023-03-03T21:30:06.912Z] + . [2023-03-03T21:30:06.912Z] -> Found 1 reports [2023-03-03T21:30:06.912Z] ==> Detecting git/mercurial file structure [2023-03-03T21:30:06.912Z] ==> Reading reports [2023-03-03T21:30:06.912Z] + ./coverage.out bytes=28352 [2023-03-03T21:30:06.912Z] ==> Appending adjustments [2023-03-03T21:30:06.912Z] https://docs.codecov.io/docs/fixing-reports [2023-03-03T21:30:07.172Z] + Found adjustments [2023-03-03T21:30:07.172Z] ==> Gzipping contents [2023-03-03T21:30:07.172Z] 4.0K /tmp/codecov.12lq7g.gz [2023-03-03T21:30:07.172Z] ==> Uploading reports [2023-03-03T21:30:07.172Z] url: https://codecov.io [2023-03-03T21:30:07.172Z] query: branch=main&commit=6531ea4c41f254cf50b7bf163b00c66c5ab1611c&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-03T21:30:07.172Z] -> Pinging Codecov [2023-03-03T21:30:07.172Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=6531ea4c41f254cf50b7bf163b00c66c5ab1611c&build=84&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F84%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-03T21:30:07.172Z] -> Uploading to [2023-03-03T21:30:07.172Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-03/73D8F5FF140700D3E01443B452E23636/6531ea4c41f254cf50b7bf163b00c66c5ab1611c/ad0aa46f-30e3-4556-8ce5-32dfb9ae011c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230303T213007Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=986817c5494d3cab7090bf783ecf92d6ef0debceae641ece979cb323f2efe24b [2023-03-03T21:30:07.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-03T21:30:07.172Z] Dload Upload Total Spent Left Speed [2023-03-03T21:30:07.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4001 0 0 100 4001 0 11943 --:--:-- --:--:-- --:--:-- 11943 [2023-03-03T21:30:07.740Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] } [2023-03-03T21:30:07.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-03T21:30:07.883Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-03T21:30:07.893Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:08.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-03T21:30:08.195Z] [2023-03-03T21:30:08.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:08.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-03T21:30:08.501Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-03T21:30:08.501Z] df9b9388f04a: Pulling fs layer [2023-03-03T21:30:08.501Z] 52dc419b0ee2: Pulling fs layer [2023-03-03T21:30:08.501Z] 25bc292e5bac: Pulling fs layer [2023-03-03T21:30:08.501Z] 114826534d7a: Pulling fs layer [2023-03-03T21:30:08.501Z] 4657fd5d0bcf: Pulling fs layer [2023-03-03T21:30:08.501Z] 6ad1cebc031e: Pulling fs layer [2023-03-03T21:30:08.501Z] 8a3aa393b2d8: Pulling fs layer [2023-03-03T21:30:08.501Z] 114826534d7a: Waiting [2023-03-03T21:30:08.501Z] 4657fd5d0bcf: Waiting [2023-03-03T21:30:08.501Z] 6ad1cebc031e: Waiting [2023-03-03T21:30:08.501Z] 8a3aa393b2d8: Waiting [2023-03-03T21:30:08.501Z] 25bc292e5bac: Verifying Checksum [2023-03-03T21:30:08.501Z] 25bc292e5bac: Download complete [2023-03-03T21:30:08.501Z] 52dc419b0ee2: Download complete [2023-03-03T21:30:08.501Z] 4657fd5d0bcf: Verifying Checksum [2023-03-03T21:30:08.501Z] 4657fd5d0bcf: Download complete [2023-03-03T21:30:08.501Z] df9b9388f04a: Download complete [2023-03-03T21:30:08.763Z] df9b9388f04a: Pull complete [2023-03-03T21:30:08.763Z] 52dc419b0ee2: Pull complete [2023-03-03T21:30:08.763Z] 6ad1cebc031e: Verifying Checksum [2023-03-03T21:30:08.763Z] 6ad1cebc031e: Download complete [2023-03-03T21:30:09.024Z] 25bc292e5bac: Pull complete [2023-03-03T21:30:09.592Z] 114826534d7a: Verifying Checksum [2023-03-03T21:30:09.592Z] 114826534d7a: Download complete [2023-03-03T21:30:09.592Z] 8a3aa393b2d8: Verifying Checksum [2023-03-03T21:30:09.592Z] 8a3aa393b2d8: Download complete [2023-03-03T21:30:13.776Z] 114826534d7a: Pull complete [2023-03-03T21:30:13.776Z] 4657fd5d0bcf: Pull complete [2023-03-03T21:30:13.776Z] 6ad1cebc031e: Pull complete [2023-03-03T21:30:16.309Z] 8a3aa393b2d8: Pull complete [2023-03-03T21:30:16.309Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-03T21:30:16.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-03T21:30:16.309Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:30:16.388Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:30:16.418Z] $ 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 [2023-03-03T21:30:18.612Z] $ docker top 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-03T21:30:18.688Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-03-03T21:30:18.969Z] + set -o pipefail [2023-03-03T21:30:18.969Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.538Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.538Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/6e30d35e-31b2-4815-be19-4284af721011 [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.538Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.538Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.538Z] [2023-03-03T21:30:25.539Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-03T21:30:25.539Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-03T21:30:25.539Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-03T21:30:25.547Z] $ docker stop --time=1 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 [2023-03-03T21:30:27.613Z] $ docker rm -f --volumes 633b18ca541012afded4e34b890bd48fda28c1e7808d49a46de1eff5cfdc9580 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-03T21:30:28.308Z] + git log --format=format:%s -1 6531ea4c41f254cf50b7bf163b00c66c5ab1611c [Pipeline] sh [2023-03-03T21:30:28.597Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-03T21:30:28.597Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:28.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:30:28.897Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:30:28.971Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:30:28.996Z] $ 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 [2023-03-03T21:30:29.410Z] $ docker top 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-03T21:30:29.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-03T21:30:29.505Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-03T21:30:29.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-03T21:30:29.630Z] $ docker exec 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec ssh-agent [2023-03-03T21:30:29.749Z] SSH_AUTH_SOCK=/tmp/ssh-2iSYqqMo3bq8/agent.32 [2023-03-03T21:30:29.749Z] SSH_AGENT_PID=38 [2023-03-03T21:30:29.753Z] Running ssh-add (command line suppressed) [2023-03-03T21:30:29.862Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1777233658231095023.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1777233658231095023.key) [2023-03-03T21:30:29.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-03T21:30:30.161Z] + git semver tag [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,322 [run_tag] DEBUG tag force:False [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,322 [check_head_tag] DEBUG check head tag [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,323 [execute] INFO git cat-file --batch-check [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,324 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,327 [execute] INFO git cat-file --batch [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,328 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,351 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,351 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,351 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-03-03T21:30:30.420Z] 2023-03-03 21:30:30,356 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:30.420Z] 3.0.0-dev.13 [Pipeline] } [2023-03-03T21:30:30.427Z] $ docker exec --env ******** --env ******** 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec ssh-agent -k [2023-03-03T21:30:30.527Z] unset SSH_AUTH_SOCK; [2023-03-03T21:30:30.527Z] unset SSH_AGENT_PID; [2023-03-03T21:30:30.527Z] echo Agent pid 38 killed; [2023-03-03T21:30:30.539Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-03T21:30:30.848Z] + git semver [Pipeline] } [2023-03-03T21:30:31.118Z] $ docker stop --time=1 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec [2023-03-03T21:30:32.467Z] $ docker rm -f --volumes 0d9bc0c21d48502806c54bf6214e485d87f76bf72ccf81a9cc03aef6a6e0e1ec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:32.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-03T21:30:32.871Z] [2023-03-03T21:30:32.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:33.180Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-03T21:30:33.180Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-03T21:30:33.180Z] ab5ef0e58194: Pulling fs layer [2023-03-03T21:30:33.180Z] 9712f1f96733: Pulling fs layer [2023-03-03T21:30:33.180Z] 63f879dbbcfc: Pulling fs layer [2023-03-03T21:30:33.180Z] 0d9ebad4ef96: Pulling fs layer [2023-03-03T21:30:33.180Z] e9a5061849ea: Pulling fs layer [2023-03-03T21:30:33.180Z] d747dcd14b5f: Pulling fs layer [2023-03-03T21:30:33.180Z] 2de7ff778b66: Pulling fs layer [2023-03-03T21:30:33.180Z] d747dcd14b5f: Waiting [2023-03-03T21:30:33.180Z] 0d9ebad4ef96: Waiting [2023-03-03T21:30:33.180Z] e9a5061849ea: Waiting [2023-03-03T21:30:33.180Z] 2de7ff778b66: Waiting [2023-03-03T21:30:33.180Z] 9712f1f96733: Verifying Checksum [2023-03-03T21:30:33.180Z] 9712f1f96733: Download complete [2023-03-03T21:30:33.777Z] 63f879dbbcfc: Verifying Checksum [2023-03-03T21:30:33.777Z] 63f879dbbcfc: Download complete [2023-03-03T21:30:34.036Z] e9a5061849ea: Verifying Checksum [2023-03-03T21:30:34.036Z] e9a5061849ea: Download complete [2023-03-03T21:30:34.036Z] 0d9ebad4ef96: Verifying Checksum [2023-03-03T21:30:34.036Z] 0d9ebad4ef96: Download complete [2023-03-03T21:30:34.036Z] d747dcd14b5f: Download complete [2023-03-03T21:30:34.036Z] ab5ef0e58194: Verifying Checksum [2023-03-03T21:30:34.036Z] ab5ef0e58194: Download complete [2023-03-03T21:30:34.036Z] 2de7ff778b66: Verifying Checksum [2023-03-03T21:30:34.036Z] 2de7ff778b66: Download complete [2023-03-03T21:30:36.566Z] ab5ef0e58194: Pull complete [2023-03-03T21:30:36.566Z] 9712f1f96733: Pull complete [2023-03-03T21:30:37.499Z] 63f879dbbcfc: Pull complete [2023-03-03T21:30:41.679Z] 0d9ebad4ef96: Pull complete [2023-03-03T21:30:41.679Z] e9a5061849ea: Pull complete [2023-03-03T21:30:41.679Z] d747dcd14b5f: Pull complete [2023-03-03T21:30:42.247Z] 2de7ff778b66: Pull complete [2023-03-03T21:30:42.247Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-03T21:30:42.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-03T21:30:42.247Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:30:42.323Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:30:42.347Z] $ 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 [2023-03-03T21:30:44.562Z] $ docker top 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-03T21:30:44.635Z] provisioning config files... [2023-03-03T21:30:44.641Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5585668613373103938tmp [2023-03-03T21:30:44.650Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11772578576251383297tmp [2023-03-03T21:30:44.658Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5843643273761787774tmp [Pipeline] { [Pipeline] echo [2023-03-03T21:30:44.675Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:30:44.955Z] ---> sigul-configuration.sh [2023-03-03T21:30:44.955Z] gpg: directory `/root/.gnupg' created [2023-03-03T21:30:44.955Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-03T21:30:44.955Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-03T21:30:44.955Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-03T21:30:44.955Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-03T21:30:44.955Z] gpg: CAST5 encrypted data [2023-03-03T21:30:44.955Z] gpg: encrypted with 1 passphrase [2023-03-03T21:30:44.955Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-03T21:30:45.248Z] + mkdir /home/jenkins [2023-03-03T21:30:45.248Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-03T21:30:45.532Z] + 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 [2023-03-03T21:30:45.542Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:30:45.828Z] ---> sigul-install.sh [2023-03-03T21:30:45.828Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-03T21:30:46.114Z] + git tag --list [2023-03-03T21:30:46.114Z] v0.0.0 [2023-03-03T21:30:46.114Z] v0.0.1-dev.1 [2023-03-03T21:30:46.114Z] v0.0.1-dev.10 [2023-03-03T21:30:46.114Z] v0.0.1-dev.11 [2023-03-03T21:30:46.114Z] v0.0.1-dev.12 [2023-03-03T21:30:46.114Z] v0.0.1-dev.13 [2023-03-03T21:30:46.114Z] v0.0.1-dev.14 [2023-03-03T21:30:46.114Z] v0.0.1-dev.15 [2023-03-03T21:30:46.114Z] v0.0.1-dev.16 [2023-03-03T21:30:46.114Z] v0.0.1-dev.2 [2023-03-03T21:30:46.114Z] v0.0.1-dev.3 [2023-03-03T21:30:46.114Z] v0.0.1-dev.4 [2023-03-03T21:30:46.114Z] v0.0.1-dev.5 [2023-03-03T21:30:46.114Z] v0.0.1-dev.6 [2023-03-03T21:30:46.114Z] v0.0.1-dev.7 [2023-03-03T21:30:46.114Z] v0.0.1-dev.8 [2023-03-03T21:30:46.114Z] v0.0.1-dev.9 [2023-03-03T21:30:46.114Z] v2.2.0 [2023-03-03T21:30:46.114Z] v2.2.0-dev.17 [2023-03-03T21:30:46.114Z] v2.2.0-dev.18 [2023-03-03T21:30:46.114Z] v2.2.0-dev.19 [2023-03-03T21:30:46.114Z] v2.2.0-dev.20 [2023-03-03T21:30:46.114Z] v2.2.0-dev.21 [2023-03-03T21:30:46.114Z] v2.2.0-dev.22 [2023-03-03T21:30:46.114Z] v2.2.0-dev.23 [2023-03-03T21:30:46.114Z] v2.2.0-dev.24 [2023-03-03T21:30:46.114Z] v2.2.0-dev.25 [2023-03-03T21:30:46.114Z] v2.2.0-dev.26 [2023-03-03T21:30:46.114Z] v2.2.0-dev.27 [2023-03-03T21:30:46.114Z] v2.3.0 [2023-03-03T21:30:46.114Z] v2.3.0-dev.1 [2023-03-03T21:30:46.114Z] v2.3.0-dev.10 [2023-03-03T21:30:46.114Z] v2.3.0-dev.11 [2023-03-03T21:30:46.114Z] v2.3.0-dev.12 [2023-03-03T21:30:46.114Z] v2.3.0-dev.13 [2023-03-03T21:30:46.114Z] v2.3.0-dev.14 [2023-03-03T21:30:46.114Z] v2.3.0-dev.15 [2023-03-03T21:30:46.114Z] v2.3.0-dev.16 [2023-03-03T21:30:46.114Z] v2.3.0-dev.17 [2023-03-03T21:30:46.114Z] v2.3.0-dev.18 [2023-03-03T21:30:46.114Z] v2.3.0-dev.19 [2023-03-03T21:30:46.114Z] v2.3.0-dev.2 [2023-03-03T21:30:46.114Z] v2.3.0-dev.20 [2023-03-03T21:30:46.114Z] v2.3.0-dev.21 [2023-03-03T21:30:46.114Z] v2.3.0-dev.22 [2023-03-03T21:30:46.114Z] v2.3.0-dev.23 [2023-03-03T21:30:46.114Z] v2.3.0-dev.24 [2023-03-03T21:30:46.114Z] v2.3.0-dev.25 [2023-03-03T21:30:46.114Z] v2.3.0-dev.26 [2023-03-03T21:30:46.114Z] v2.3.0-dev.27 [2023-03-03T21:30:46.114Z] v2.3.0-dev.28 [2023-03-03T21:30:46.114Z] v2.3.0-dev.3 [2023-03-03T21:30:46.114Z] v2.3.0-dev.4 [2023-03-03T21:30:46.114Z] v2.3.0-dev.5 [2023-03-03T21:30:46.114Z] v2.3.0-dev.6 [2023-03-03T21:30:46.114Z] v2.3.0-dev.7 [2023-03-03T21:30:46.114Z] v2.3.0-dev.8 [2023-03-03T21:30:46.114Z] v2.3.0-dev.9 [2023-03-03T21:30:46.114Z] v3.0.0-dev.1 [2023-03-03T21:30:46.114Z] v3.0.0-dev.10 [2023-03-03T21:30:46.114Z] v3.0.0-dev.11 [2023-03-03T21:30:46.114Z] v3.0.0-dev.12 [2023-03-03T21:30:46.114Z] v3.0.0-dev.13 [2023-03-03T21:30:46.114Z] v3.0.0-dev.2 [2023-03-03T21:30:46.114Z] v3.0.0-dev.3 [2023-03-03T21:30:46.114Z] v3.0.0-dev.4 [2023-03-03T21:30:46.114Z] v3.0.0-dev.5 [2023-03-03T21:30:46.114Z] v3.0.0-dev.6 [2023-03-03T21:30:46.114Z] v3.0.0-dev.7 [2023-03-03T21:30:46.114Z] v3.0.0-dev.8 [2023-03-03T21:30:46.114Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-03T21:30:46.402Z] + lftools sign git-tag v3.0.0-dev.13 [2023-03-03T21:30:46.971Z] Signing Git tag with Sigul... [2023-03-03T21:30:46.971Z] Signing v3.0.0-dev.13 [Pipeline] echo [2023-03-03T21:30:47.241Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:30:47.530Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-03T21:30:47.537Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-03T21:30:47.551Z] $ docker stop --time=1 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e [2023-03-03T21:30:48.861Z] $ docker rm -f --volumes 00eaf2a7502fbe7ab8181da02538c40fee28f1ba1f50aaff227f7a13f309f03e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-03T21:30:49.271Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-03T21:30:49.271Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:49.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:30:49.564Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:30:49.631Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:30:49.658Z] $ 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 [2023-03-03T21:30:50.046Z] $ docker top 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba -eo pid,comm [2023-03-03T21:30:50.097Z] 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). [2023-03-03T21:30:50.097Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-03T21:30:50.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-03T21:30:50.136Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-03T21:30:50.248Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-03T21:30:50.247Z] $ docker exec 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba ssh-agent [2023-03-03T21:30:50.349Z] SSH_AUTH_SOCK=/tmp/ssh-ZiMuewKROxHt/agent.31 [2023-03-03T21:30:50.349Z] SSH_AGENT_PID=37 [2023-03-03T21:30:50.354Z] Running ssh-add (command line suppressed) [2023-03-03T21:30:50.455Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13038733064891821144.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13038733064891821144.key) [2023-03-03T21:30:50.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-03T21:30:50.758Z] + git semver bump pre [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,946 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,946 [bump_version] DEBUG bumped version:3.0.0-dev.14 [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,946 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,946 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,947 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,948 [execute] INFO git cat-file --batch-check [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,948 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,955 [execute] INFO git cat-file --batch [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-03T21:30:51.017Z] 2023-03-03 21:30:50,961 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:51.017Z] 3.0.0-dev.14 [Pipeline] } [2023-03-03T21:30:51.024Z] $ docker exec --env ******** --env ******** 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba ssh-agent -k [2023-03-03T21:30:51.124Z] unset SSH_AUTH_SOCK; [2023-03-03T21:30:51.124Z] unset SSH_AGENT_PID; [2023-03-03T21:30:51.124Z] echo Agent pid 37 killed; [2023-03-03T21:30:51.141Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-03T21:30:51.434Z] + git semver [Pipeline] } [2023-03-03T21:30:51.700Z] $ docker stop --time=1 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba [2023-03-03T21:30:52.976Z] $ docker rm -f --volumes 99ac3df223cff5892e04f1c9760348176abf83a4a5d97a641597c4064e3ab5ba [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-03T21:30:53.319Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-03T21:30:53.319Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:30:53.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-03T21:30:53.624Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:30:53.699Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:30:53.728Z] $ 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 [2023-03-03T21:30:54.125Z] $ docker top 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d -eo pid,comm [2023-03-03T21:30:54.179Z] 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). [2023-03-03T21:30:54.179Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-03T21:30:54.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-03T21:30:54.214Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-03T21:30:54.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-03T21:30:54.319Z] $ docker exec 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d ssh-agent [2023-03-03T21:30:54.424Z] SSH_AUTH_SOCK=/tmp/ssh-kxcjqeBXKBcQ/agent.33 [2023-03-03T21:30:54.424Z] SSH_AGENT_PID=39 [2023-03-03T21:30:54.429Z] Running ssh-add (command line suppressed) [2023-03-03T21:30:54.531Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1912147875122008339.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1912147875122008339.key) [2023-03-03T21:30:54.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-03T21:30:54.837Z] + git semver push [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,022 [run_push] DEBUG push [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,023 [execute] INFO git cat-file --batch-check [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,023 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,028 [execute] INFO git rev-list b973a762173bf3378828e1f216c3e5fea070f0bc -- [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,029 [execute] DEBUG Popen(['git', 'rev-list', 'b973a762173bf3378828e1f216c3e5fea070f0bc', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,036 [execute] INFO git fetch -v origin [2023-03-03T21:30:55.096Z] 2023-03-03 21:30:55,037 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-03T21:30:55.664Z] 2023-03-03 21:30:55,628 [run_push] DEBUG no remote changes detected [2023-03-03T21:30:55.664Z] 2023-03-03 21:30:55,628 [execute] INFO git push origin semver [2023-03-03T21:30:55.664Z] 2023-03-03 21:30:55,629 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-03T21:30:56.600Z] 2023-03-03 21:30:56,483 [run_push] DEBUG push all version tags [2023-03-03T21:30:56.600Z] 2023-03-03 21:30:56,483 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-03T21:30:56.600Z] 2023-03-03 21:30:56,484 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-03-03T21:30:57.536Z] 2023-03-03 21:30:57,367 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-03T21:30:57.536Z] 3.0.0-dev.14 [Pipeline] } [2023-03-03T21:30:57.543Z] $ docker exec --env ******** --env ******** 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d ssh-agent -k [2023-03-03T21:30:57.636Z] unset SSH_AUTH_SOCK; [2023-03-03T21:30:57.637Z] unset SSH_AGENT_PID; [2023-03-03T21:30:57.637Z] echo Agent pid 39 killed; [2023-03-03T21:30:57.649Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-03T21:30:57.947Z] + git semver [Pipeline] } [2023-03-03T21:30:58.212Z] $ docker stop --time=1 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d [2023-03-03T21:30:59.525Z] $ docker rm -f --volumes 9578241709ffb3e5d29afde53e91570a8b89964c6e681cb06576e0820b34c29d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-03T21:31:00.043Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-03-03T21:31:00.043Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-03T21:31:00.043Z] total 16 [2023-03-03T21:31:00.043Z] drwxr-xr-x 3 root root 4096 Mar 3 21:21 . [2023-03-03T21:31:00.043Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 3 21:30 .. [2023-03-03T21:31:00.043Z] drwxr-xr-x 2 root root 4096 Mar 3 21:21 cost [2023-03-03T21:31:00.043Z] -rw-r--r-- 1 root root 88 Mar 3 21:21 cost.csv [2023-03-03T21:31:00.043Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-03T21:31:00.043Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-03T21:31:00.043Z] total 16 [2023-03-03T21:31:00.043Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 3 21:21 . [2023-03-03T21:31:00.043Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 3 21:30 .. [2023-03-03T21:31:00.043Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 3 21:21 cost [2023-03-03T21:31:00.043Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 3 21:21 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:00.330Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:01.187Z] ---> package-listing.sh [2023-03-03T21:31:01.187Z] ++ facter osfamily [2023-03-03T21:31:01.187Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-03T21:31:01.446Z] + OS_FAMILY=debian [2023-03-03T21:31:01.446Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-03-03T21:31:01.446Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-03T21:31:01.446Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-03T21:31:01.446Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-03T21:31:01.446Z] + PACKAGES=/tmp/packages_start.txt [2023-03-03T21:31:01.446Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-03-03T21:31:01.446Z] + PACKAGES=/tmp/packages_end.txt [2023-03-03T21:31:01.446Z] + case "${OS_FAMILY}" in [2023-03-03T21:31:01.446Z] + dpkg -l [2023-03-03T21:31:01.446Z] + grep '^ii' [2023-03-03T21:31:01.446Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-03T21:31:01.446Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-03T21:31:01.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-03T21:31:01.446Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-03-03T21:31:01.446Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-03-03T21:31:01.446Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2023-03-03T21:31:01.456Z] 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 [2023-03-03T21:31:01.733Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-03T21:31:02.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-03T21:31:02.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-03T21:31:02.351Z] prd-ubuntu20.04-docker-8c-8g-8185 does not seem to be running inside a container [2023-03-03T21:31:02.377Z] $ 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 [2023-03-03T21:31:02.647Z] $ docker top 77b73d8ea8a9d0c568719ec059148f36f25f7f4f2d4351fe9a5d77eb7b5c7830 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-03T21:31:03.042Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-03T21:31:03.374Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-03T21:31:03.686Z] + ls /var/log/sa-host [2023-03-03T21:31:03.687Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-03T21:31:03.752Z] provisioning config files... [2023-03-03T21:31:03.759Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3782111341733888571tmp [Pipeline] { [Pipeline] echo [2023-03-03T21:31:03.773Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:04.052Z] ---> create-netrc.sh [Pipeline] } [2023-03-03T21:31:04.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:04.378Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-03T21:31:04.387Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:04.676Z] ---> sudo-logs.sh [2023-03-03T21:31:04.677Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-03T21:31:04.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:04.990Z] ---> job-cost.sh [2023-03-03T21:31:04.990Z] lf-activate-venv: SKIPPING [2023-03-03T21:31:04.990Z] DEBUG: total: 0.2199999988079071 [2023-03-03T21:31:04.990Z] INFO: Retrieving Stack Cost... [2023-03-03T21:31:05.559Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-03T21:31:05.818Z] INFO: Archiving Costs [Pipeline] echo [2023-03-03T21:31:05.831Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-03T21:31:06.118Z] ---> logs-deploy.sh [2023-03-03T21:31:06.119Z] lf-activate-venv: SKIPPING [2023-03-03T21:31:06.119Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/84 [2023-03-03T21:31:06.119Z] INFO: archiving workspace using pattern(s): [2023-03-03T21:31:07.055Z] Archives upload complete. [2023-03-03T21:31:07.314Z] INFO: archiving logs to Nexus [2023-03-03T21:31:07.884Z] ---> uname -a: [2023-03-03T21:31:07.884Z] Linux prd-ubuntu20-04-docker-8c-8g-8185 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] ---> lscpu: [2023-03-03T21:31:07.884Z] Architecture: x86_64 [2023-03-03T21:31:07.884Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-03T21:31:07.884Z] Byte Order: Little Endian [2023-03-03T21:31:07.884Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-03T21:31:07.884Z] CPU(s): 8 [2023-03-03T21:31:07.884Z] On-line CPU(s) list: 0-7 [2023-03-03T21:31:07.884Z] Thread(s) per core: 1 [2023-03-03T21:31:07.884Z] Core(s) per socket: 1 [2023-03-03T21:31:07.884Z] Socket(s): 8 [2023-03-03T21:31:07.884Z] NUMA node(s): 1 [2023-03-03T21:31:07.884Z] Vendor ID: AuthenticAMD [2023-03-03T21:31:07.884Z] CPU family: 23 [2023-03-03T21:31:07.884Z] Model: 49 [2023-03-03T21:31:07.884Z] Model name: AMD EPYC-Rome Processor [2023-03-03T21:31:07.884Z] Stepping: 0 [2023-03-03T21:31:07.884Z] CPU MHz: 2799.996 [2023-03-03T21:31:07.884Z] BogoMIPS: 5599.99 [2023-03-03T21:31:07.884Z] Virtualization: AMD-V [2023-03-03T21:31:07.884Z] Hypervisor vendor: KVM [2023-03-03T21:31:07.884Z] Virtualization type: full [2023-03-03T21:31:07.884Z] L1d cache: 256 KiB [2023-03-03T21:31:07.884Z] L1i cache: 256 KiB [2023-03-03T21:31:07.884Z] L2 cache: 4 MiB [2023-03-03T21:31:07.884Z] L3 cache: 128 MiB [2023-03-03T21:31:07.884Z] NUMA node0 CPU(s): 0-7 [2023-03-03T21:31:07.884Z] Vulnerability Itlb multihit: Not affected [2023-03-03T21:31:07.884Z] Vulnerability L1tf: Not affected [2023-03-03T21:31:07.884Z] Vulnerability Mds: Not affected [2023-03-03T21:31:07.884Z] Vulnerability Meltdown: Not affected [2023-03-03T21:31:07.884Z] Vulnerability Mmio stale data: Not affected [2023-03-03T21:31:07.884Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-03T21:31:07.884Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-03T21:31:07.884Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-03T21:31:07.884Z] Vulnerability Srbds: Not affected [2023-03-03T21:31:07.884Z] Vulnerability Tsx async abort: Not affected [2023-03-03T21:31:07.884Z] 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 [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] ---> nproc: [2023-03-03T21:31:07.884Z] 8 [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] ---> df -h: [2023-03-03T21:31:07.884Z] Filesystem Size Used Avail Use% Mounted on [2023-03-03T21:31:07.884Z] overlay 155G 13G 142G 9% / [2023-03-03T21:31:07.884Z] tmpfs 64M 0 64M 0% /dev [2023-03-03T21:31:07.884Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-03T21:31:07.884Z] shm 64M 0 64M 0% /dev/shm [2023-03-03T21:31:07.884Z] /dev/vda1 155G 13G 142G 9% /facter-os [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] ---> sar -b -r -n DEV: [2023-03-03T21:31:07.884Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8185) 03/03/23 _x86_64_ (8 CPU) [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] 21:17:59 LINUX RESTART (8 CPU) [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] 21:18:07 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-03T21:31:07.884Z] 21:19:00 256.05 124.92 87.30 43.84 10957.87 108041.91 5677090.71 [2023-03-03T21:31:07.884Z] 21:20:02 200.44 1.49 198.95 0.00 45.50 131496.48 0.00 [2023-03-03T21:31:07.884Z] 21:21:01 214.03 0.24 213.79 0.00 16.81 79699.09 0.00 [2023-03-03T21:31:07.884Z] 21:22:01 35.21 0.03 35.18 0.00 8.53 16748.81 0.00 [2023-03-03T21:31:07.884Z] 21:23:01 1.58 0.00 1.58 0.00 0.00 19.21 0.00 [2023-03-03T21:31:07.884Z] 21:24:01 54.17 10.58 43.59 0.00 5154.87 8704.55 0.00 [2023-03-03T21:31:07.884Z] 21:25:01 4.36 0.02 4.35 0.00 0.13 100.08 0.00 [2023-03-03T21:31:07.884Z] 21:26:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 [2023-03-03T21:31:07.884Z] 21:27:01 1.90 0.00 1.90 0.00 0.00 22.53 0.00 [2023-03-03T21:31:07.884Z] 21:28:01 1.42 0.00 1.42 0.00 0.00 17.06 0.00 [2023-03-03T21:31:07.884Z] 21:29:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 [2023-03-03T21:31:07.884Z] 21:30:01 0.83 0.00 0.83 0.00 0.00 10.13 0.00 [2023-03-03T21:31:07.884Z] 21:31:01 119.29 0.47 118.83 0.00 46.65 56860.51 0.00 [2023-03-03T21:31:07.884Z] Average: 67.17 9.71 54.40 3.06 1173.29 30373.23 396115.32 [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] 21:18:07 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-03T21:31:07.884Z] 21:19:00 29665988 31586848 750244 2.28 61420 2160792 2063612 6.08 1002024 1902520 273212 [2023-03-03T21:31:07.884Z] 21:20:02 27759780 31135588 1157668 3.52 148724 3411616 2302636 6.79 1602744 3041388 128976 [2023-03-03T21:31:07.884Z] 21:21:01 27939212 31559508 734780 2.23 155384 3651596 1817876 5.36 1241216 3231728 964 [2023-03-03T21:31:07.884Z] 21:22:01 27428548 31557932 734092 2.23 162308 4103680 1756476 5.18 1258372 3670760 164 [2023-03-03T21:31:07.884Z] 21:23:01 27428568 31558064 733644 2.23 162368 4103676 1756476 5.18 1258008 3670764 28 [2023-03-03T21:31:07.884Z] 21:24:01 26903892 31542652 737796 2.24 195588 4559264 1808688 5.33 1576600 3842808 164 [2023-03-03T21:31:07.884Z] 21:25:01 26908668 31542596 737628 2.24 194136 4556012 1815268 5.35 1574932 3839692 128 [2023-03-03T21:31:07.884Z] 21:26:01 26914424 31548404 731748 2.23 194200 4556012 1815268 5.35 1568940 3839692 8 [2023-03-03T21:31:07.884Z] 21:27:01 26914320 31548804 731528 2.22 194272 4556148 1815268 5.35 1568960 3840116 156 [2023-03-03T21:31:07.884Z] 21:28:01 26914832 31549400 730916 2.22 194360 4556144 1798956 5.30 1568844 3840120 8 [2023-03-03T21:31:07.884Z] 21:29:01 26914720 31549324 730888 2.22 194432 4556152 1798956 5.30 1568980 3840120 8 [2023-03-03T21:31:07.884Z] 21:30:01 26914672 31549416 730852 2.22 194452 4556156 1798956 5.30 1568788 3840216 12 [2023-03-03T21:31:07.884Z] 21:31:01 25386252 31497180 779304 2.37 232892 5865220 1881520 5.55 1716248 5087992 484 [2023-03-03T21:31:07.884Z] Average: 27230298 31517363 770853 2.34 175734 4245574 1863843 5.49 1467281 3652917 31101 [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] 21:18:07 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-03T21:31:07.884Z] 21:19:00 lo 8.81 8.81 0.84 0.84 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:19:00 docker0 1.43 1.46 0.21 10.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:19:00 ens3 710.14 445.95 7119.09 93.41 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:20:02 docker0 201.75 335.13 15.89 2581.02 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:20:02 ens3 374.45 224.57 2616.42 34.45 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:20:02 veth7f27c49 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:21:01 lo 10.78 10.78 1.05 1.05 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:21:01 docker0 15.88 39.26 1.17 647.15 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:21:01 ens3 237.85 200.63 932.55 1055.73 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:22:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:22:01 ens3 102.53 62.37 2524.15 10.73 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:23:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:24:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:24:01 ens3 149.58 73.05 2785.98 5.35 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:25:01 ens3 0.23 0.18 0.02 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:26:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:27:01 ens3 0.57 0.62 0.26 0.23 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:29:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:31:01 lo 2.27 2.27 0.22 0.22 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:31:01 docker0 35.62 64.08 3.24 588.75 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] 21:31:01 ens3 431.31 261.48 7814.53 51.99 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] Average: lo 1.79 1.79 0.17 0.17 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] Average: docker0 19.97 34.47 1.61 299.07 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] Average: ens3 150.26 94.96 1791.44 95.01 0.00 0.00 0.00 0.00 [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] [2023-03-03T21:31:07.884Z] ---> sar -P ALL: [2023-03-03T21:31:07.885Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8185) 03/03/23 _x86_64_ (8 CPU) [2023-03-03T21:31:07.885Z] [2023-03-03T21:31:07.885Z] 21:17:59 LINUX RESTART (8 CPU) [2023-03-03T21:31:07.885Z] [2023-03-03T21:31:07.885Z] 21:18:07 CPU %user %nice %system %iowait %steal %idle [2023-03-03T21:31:07.885Z] 21:19:00 all 8.07 0.02 2.95 2.42 0.04 86.49 [2023-03-03T21:31:07.885Z] 21:19:00 0 8.13 0.00 3.99 4.44 0.04 83.40 [2023-03-03T21:31:07.885Z] 21:19:00 1 7.11 0.06 2.74 2.35 0.04 87.70 [2023-03-03T21:31:07.885Z] 21:19:00 2 6.50 0.00 3.27 5.00 0.06 85.17 [2023-03-03T21:31:07.885Z] 21:19:00 3 7.03 0.09 3.00 1.40 0.04 88.43 [2023-03-03T21:31:07.885Z] 21:19:00 4 10.14 0.00 2.85 2.18 0.04 84.79 [2023-03-03T21:31:07.885Z] 21:19:00 5 6.96 0.00 3.16 1.27 0.04 88.57 [2023-03-03T21:31:07.885Z] 21:19:00 6 12.12 0.00 2.38 1.34 0.04 84.12 [2023-03-03T21:31:07.885Z] 21:19:00 7 6.56 0.04 2.22 1.38 0.04 89.77 [2023-03-03T21:31:07.885Z] 21:20:02 all 24.80 0.00 6.51 1.69 0.06 66.94 [2023-03-03T21:31:07.885Z] 21:20:02 0 25.61 0.00 7.10 3.29 0.07 63.93 [2023-03-03T21:31:07.885Z] 21:20:02 1 25.74 0.00 6.08 0.43 0.07 67.69 [2023-03-03T21:31:07.885Z] 21:20:02 2 23.94 0.00 6.20 4.80 0.05 65.02 [2023-03-03T21:31:07.885Z] 21:20:02 3 27.85 0.00 7.49 0.95 0.07 63.65 [2023-03-03T21:31:07.885Z] 21:20:02 4 24.71 0.00 5.66 2.03 0.07 67.53 [2023-03-03T21:31:07.885Z] 21:20:02 5 24.90 0.00 5.50 1.55 0.07 67.98 [2023-03-03T21:31:07.885Z] 21:20:02 6 21.42 0.00 8.33 0.25 0.05 69.95 [2023-03-03T21:31:07.885Z] 21:20:02 7 24.24 0.00 5.71 0.20 0.08 69.76 [2023-03-03T21:31:07.885Z] 21:21:01 all 26.64 0.00 4.98 1.14 0.07 67.17 [2023-03-03T21:31:07.885Z] 21:21:01 0 24.24 0.00 4.47 0.48 0.05 70.76 [2023-03-03T21:31:07.885Z] 21:21:01 1 27.54 0.00 5.25 4.04 0.07 63.10 [2023-03-03T21:31:07.885Z] 21:21:01 2 26.63 0.00 5.11 0.33 0.07 67.86 [2023-03-03T21:31:07.885Z] 21:21:01 3 26.92 0.00 5.51 1.44 0.09 66.04 [2023-03-03T21:31:07.885Z] 21:21:01 4 28.70 0.00 4.77 0.07 0.07 66.40 [2023-03-03T21:31:07.885Z] 21:21:01 5 26.54 0.00 5.22 1.41 0.09 66.75 [2023-03-03T21:31:07.885Z] 21:21:01 6 25.56 0.00 4.74 0.29 0.07 69.34 [2023-03-03T21:31:07.885Z] 21:21:01 7 26.97 0.00 4.77 1.10 0.07 67.10 [2023-03-03T21:31:07.885Z] 21:22:01 all 2.80 0.00 1.26 0.32 0.02 95.60 [2023-03-03T21:31:07.885Z] 21:22:01 0 2.76 0.00 1.57 0.03 0.02 95.62 [2023-03-03T21:31:07.885Z] 21:22:01 1 2.19 0.00 1.69 0.00 0.02 96.10 [2023-03-03T21:31:07.885Z] 21:22:01 2 3.23 0.00 0.89 0.03 0.02 95.83 [2023-03-03T21:31:07.885Z] 21:22:01 3 3.03 0.00 1.69 2.23 0.02 93.03 [2023-03-03T21:31:07.885Z] 21:22:01 4 2.38 0.00 1.16 0.02 0.02 96.43 [2023-03-03T21:31:07.885Z] 21:22:01 5 2.98 0.00 0.99 0.24 0.02 95.77 [2023-03-03T21:31:07.885Z] 21:22:01 6 2.53 0.00 1.16 0.00 0.02 96.30 [2023-03-03T21:31:07.885Z] 21:22:01 7 3.28 0.00 0.94 0.03 0.02 95.73 [2023-03-03T21:31:07.885Z] 21:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:23:01 3 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:23:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-03T21:31:07.885Z] 21:23:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:23:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:24:01 all 2.27 0.00 1.43 0.40 0.01 95.89 [2023-03-03T21:31:07.885Z] 21:24:01 0 1.48 0.00 2.00 0.12 0.02 96.38 [2023-03-03T21:31:07.885Z] 21:24:01 1 5.13 0.00 1.72 0.40 0.02 92.73 [2023-03-03T21:31:07.885Z] 21:24:01 2 2.72 0.00 1.02 0.23 0.02 96.02 [2023-03-03T21:31:07.885Z] 21:24:01 3 1.22 0.00 0.89 1.57 0.02 96.30 [2023-03-03T21:31:07.885Z] 21:24:01 4 1.57 0.00 1.90 0.05 0.00 96.48 [2023-03-03T21:31:07.885Z] 21:24:01 5 1.52 0.00 1.04 0.32 0.02 97.10 [2023-03-03T21:31:07.885Z] 21:24:01 6 2.97 0.00 1.03 0.17 0.00 95.83 [2023-03-03T21:31:07.885Z] 21:24:01 7 1.52 0.00 1.87 0.32 0.02 96.28 [2023-03-03T21:31:07.885Z] 21:25:01 all 0.14 0.00 0.06 0.02 0.00 99.79 [2023-03-03T21:31:07.885Z] 21:25:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2023-03-03T21:31:07.885Z] 21:25:01 1 0.72 0.00 0.12 0.00 0.00 99.17 [2023-03-03T21:31:07.885Z] 21:25:01 2 0.15 0.00 0.05 0.00 0.00 99.80 [2023-03-03T21:31:07.885Z] 21:25:01 3 0.07 0.00 0.05 0.12 0.00 99.77 [2023-03-03T21:31:07.885Z] 21:25:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-03-03T21:31:07.885Z] 21:25:01 5 0.03 0.00 0.05 0.02 0.00 99.90 [2023-03-03T21:31:07.885Z] 21:25:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2023-03-03T21:31:07.885Z] 21:25:01 7 0.03 0.00 0.03 0.02 0.00 99.92 [2023-03-03T21:31:07.885Z] 21:26:01 all 0.09 0.00 0.01 0.01 0.00 99.89 [2023-03-03T21:31:07.885Z] 21:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:26:01 1 0.62 0.00 0.03 0.00 0.00 99.35 [2023-03-03T21:31:07.885Z] 21:26:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-03T21:31:07.885Z] 21:26:01 3 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:26:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-03T21:31:07.885Z] 21:26:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:27:01 all 0.09 0.00 0.01 0.01 0.00 99.88 [2023-03-03T21:31:07.885Z] 21:27:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:27:01 1 0.55 0.00 0.02 0.00 0.02 99.42 [2023-03-03T21:31:07.885Z] 21:27:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2023-03-03T21:31:07.885Z] 21:27:01 3 0.03 0.00 0.02 0.07 0.00 99.88 [2023-03-03T21:31:07.885Z] 21:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-03T21:31:07.885Z] 21:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:27:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:28:01 all 0.10 0.00 0.01 0.01 0.01 99.88 [2023-03-03T21:31:07.885Z] 21:28:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:28:01 1 0.60 0.00 0.02 0.00 0.00 99.38 [2023-03-03T21:31:07.885Z] 21:28:01 2 0.08 0.00 0.00 0.00 0.02 99.90 [2023-03-03T21:31:07.885Z] 21:28:01 3 0.02 0.00 0.00 0.05 0.02 99.92 [2023-03-03T21:31:07.885Z] 21:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:28:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:28:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-03-03T21:31:07.885Z] 21:28:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:29:01 all 0.05 0.00 0.01 0.01 0.00 99.93 [2023-03-03T21:31:07.885Z] 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:29:01 1 0.30 0.00 0.00 0.00 0.00 99.70 [2023-03-03T21:31:07.885Z] 21:29:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2023-03-03T21:31:07.885Z] 21:29:01 3 0.00 0.00 0.00 0.05 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:29:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-03T21:31:07.885Z] 21:29:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-03T21:31:07.885Z] [2023-03-03T21:31:07.885Z] 21:29:01 CPU %user %nice %system %iowait %steal %idle [2023-03-03T21:31:07.885Z] 21:30:01 all 0.06 0.00 0.01 0.01 0.00 99.92 [2023-03-03T21:31:07.885Z] 21:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-03T21:31:07.885Z] 21:30:01 1 0.35 0.00 0.02 0.00 0.00 99.63 [2023-03-03T21:31:07.885Z] 21:30:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2023-03-03T21:31:07.885Z] 21:30:01 3 0.02 0.00 0.00 0.03 0.00 99.95 [2023-03-03T21:31:07.885Z] 21:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:30:01 5 0.05 0.00 0.00 0.03 0.00 99.92 [2023-03-03T21:31:07.885Z] 21:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-03T21:31:07.885Z] 21:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-03T21:31:07.885Z] 21:31:01 all 9.43 0.00 4.37 1.13 0.05 85.02 [2023-03-03T21:31:07.885Z] 21:31:01 0 7.82 0.00 3.32 0.32 0.03 88.50 [2023-03-03T21:31:07.885Z] 21:31:01 1 9.03 0.00 3.86 0.10 0.05 86.96 [2023-03-03T21:31:07.885Z] 21:31:01 2 9.32 0.00 4.22 0.14 0.05 86.27 [2023-03-03T21:31:07.885Z] 21:31:01 3 11.08 0.00 6.02 6.09 0.05 76.75 [2023-03-03T21:31:07.885Z] 21:31:01 4 9.57 0.00 3.72 0.14 0.05 86.53 [2023-03-03T21:31:07.885Z] 21:31:01 5 10.33 0.00 4.02 0.54 0.07 85.04 [2023-03-03T21:31:07.885Z] 21:31:01 6 7.83 0.00 5.08 1.28 0.03 85.77 [2023-03-03T21:31:07.885Z] 21:31:01 7 10.44 0.00 4.73 0.44 0.05 84.33 [2023-03-03T21:31:07.885Z] Average: all 5.67 0.00 1.64 0.53 0.02 92.12 [2023-03-03T21:31:07.885Z] Average: 0 5.34 0.00 1.71 0.64 0.02 92.29 [2023-03-03T21:31:07.885Z] Average: 1 6.10 0.00 1.64 0.54 0.02 91.69 [2023-03-03T21:31:07.885Z] Average: 2 5.56 0.00 1.59 0.78 0.02 92.05 [2023-03-03T21:31:07.885Z] Average: 3 5.89 0.01 1.88 1.07 0.02 91.13 [2023-03-03T21:31:07.885Z] Average: 4 5.86 0.00 1.53 0.33 0.02 92.26 [2023-03-03T21:31:07.885Z] Average: 5 5.59 0.00 1.52 0.41 0.02 92.47 [2023-03-03T21:31:07.885Z] Average: 6 5.47 0.00 1.74 0.25 0.02 92.52 [2023-03-03T21:31:07.885Z] Average: 7 5.58 0.00 1.55 0.26 0.02 92.59 [2023-03-03T21:31:07.885Z] [2023-03-03T21:31:07.885Z] [2023-03-03T21:31:07.885Z]