Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9bcd451afeb433ee83d3426a4ef1736b40f29807 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-ssh10202439862218511190.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-ssh10154977458391017606.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-ssh6548015369509912548.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-ssh18359608149855486409.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-ssh14027104148818026995.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-905 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 9bcd451afeb433ee83d3426a4ef1736b40f29807 (main) Commit message: "feat: implement rediscovery (#120)" > 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 9bcd451afeb433ee83d3426a4ef1736b40f29807 # timeout=10 > git rev-list --no-walk e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T16:39:05.818Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T16:39:05.868Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T16:39:05.882Z] ========================================================= [2023-01-03T16:39:05.882Z] EdgeX Global Pipelines Version Info [2023-01-03T16:39:05.882Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:39:06.596Z] ------------------- [2023-01-03T16:39:06.596Z] stable info: [2023-01-03T16:39:06.596Z] ------------------- [2023-01-03T16:39:06.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T16:39:06.596Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T16:39:06.596Z] Message: update stable to v1.0.244 [2023-01-03T16:39:07.168Z] ------------------- [2023-01-03T16:39:07.168Z] experimental info: [2023-01-03T16:39:07.168Z] ------------------- [2023-01-03T16:39:07.168Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T16:39:07.168Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T16:39:07.168Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T16:39:07.313Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-01-03T16:39:07.321Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-01-03T16:39:07.329Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T16:39:07.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T16:39:07.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T16:39:07.355Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T16:39:07.372Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T16:39:07.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-03T16:39:07.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T16:39:07.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T16:39:07.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T16:39:07.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-01-03T16:39:07.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T16:39:07.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T16:39:07.477Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T16:39:07.488Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T16:39:07.502Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T16:39:07.513Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T16:39:07.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T16:39:07.538Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T16:39:07.548Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-03T16:39:07.560Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-03T16:39:07.574Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-03T16:39:07.584Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-03T16:39:07.597Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-03T16:39:07.609Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T16:39:07.620Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T16:39:07.632Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-03T16:39:07.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-03T16:39:07.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-03T16:39:07.677Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] echo [2023-01-03T16:39:07.689Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9bcd451 [Pipeline] echo [2023-01-03T16:39:07.702Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T16:39:07.746Z] provisioning config files... [2023-01-03T16:39:07.758Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17984203287772540476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:39:08.063Z] ---> docker-login.sh [2023-01-03T16:39:08.063Z] nexus3.edgexfoundry.org:10001 [2023-01-03T16:39:08.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:08.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:08.585Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:08.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:08.585Z] [2023-01-03T16:39:08.585Z] Login Succeeded [2023-01-03T16:39:08.585Z] nexus3.edgexfoundry.org:10002 [2023-01-03T16:39:08.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:08.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:08.585Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:08.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:08.585Z] [2023-01-03T16:39:08.585Z] Login Succeeded [2023-01-03T16:39:08.585Z] nexus3.edgexfoundry.org:10003 [2023-01-03T16:39:08.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:08.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:08.845Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:08.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:08.845Z] [2023-01-03T16:39:08.845Z] Login Succeeded [2023-01-03T16:39:08.845Z] nexus3.edgexfoundry.org:10004 [2023-01-03T16:39:08.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:08.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:08.845Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:08.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:08.845Z] [2023-01-03T16:39:08.845Z] Login Succeeded [2023-01-03T16:39:08.845Z] docker.io [2023-01-03T16:39:08.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:09.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:09.105Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:09.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:09.105Z] [2023-01-03T16:39:09.105Z] Login Succeeded [2023-01-03T16:39:09.105Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T16:39:09.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-03T16:39:09.485Z] + git rev-list -1 --merges 9bcd451afeb433ee83d3426a4ef1736b40f29807~1..9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] echo [2023-01-03T16:39:09.533Z] -----------> git rev-list -1 --merges 9bcd451afeb433ee83d3426a4ef1736b40f29807~1..9bcd451afeb433ee83d3426a4ef1736b40f29807 9bcd451afeb433ee83d3426a4ef1736b40f29807 [false] [Pipeline] sh [2023-01-03T16:39:09.829Z] + git log --format=format:%s -1 9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] echo [2023-01-03T16:39:09.845Z] ========================================================= [2023-01-03T16:39:09.845Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T16:39:09.845Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T16:39:10.211Z] + git log --format=format:%s -1 9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] echo [2023-01-03T16:39:10.225Z] [semverPrep] GIT_COMMIT: 9bcd451afeb433ee83d3426a4ef1736b40f29807, Commit Message: feat: implement rediscovery (#120) [Pipeline] echo [2023-01-03T16:39:10.237Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-03T16:39:10.597Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T16:39:10.597Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T16:39:10.597Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T16:39:10.597Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T16:39:10.597Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-03T16:39:10.597Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-03T16:39:10.597Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:39:11.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:39:11.058Z] [2023-01-03T16:39:11.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:39:11.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:39:11.363Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T16:39:11.363Z] b85a868b505f: Pulling fs layer [2023-01-03T16:39:11.363Z] e2be974225ed: Pulling fs layer [2023-01-03T16:39:11.363Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T16:39:11.363Z] 988bab9f4d93: Pulling fs layer [2023-01-03T16:39:11.363Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T16:39:11.363Z] eaf3925da568: Pulling fs layer [2023-01-03T16:39:11.363Z] bab4dde63d76: Pulling fs layer [2023-01-03T16:39:11.363Z] bde34c3a00c8: Pulling fs layer [2023-01-03T16:39:11.363Z] b352a97aabf1: Pulling fs layer [2023-01-03T16:39:11.363Z] 4872d77fe225: Pulling fs layer [2023-01-03T16:39:11.363Z] 5851b861e8e6: Pulling fs layer [2023-01-03T16:39:11.363Z] 1469e6f7b9e6: Waiting [2023-01-03T16:39:11.363Z] eaf3925da568: Waiting [2023-01-03T16:39:11.363Z] 4872d77fe225: Waiting [2023-01-03T16:39:11.363Z] 5851b861e8e6: Waiting [2023-01-03T16:39:11.363Z] bab4dde63d76: Waiting [2023-01-03T16:39:11.363Z] bde34c3a00c8: Waiting [2023-01-03T16:39:11.363Z] b352a97aabf1: Waiting [2023-01-03T16:39:11.363Z] 988bab9f4d93: Waiting [2023-01-03T16:39:11.363Z] e2be974225ed: Download complete [2023-01-03T16:39:11.363Z] 988bab9f4d93: Verifying Checksum [2023-01-03T16:39:11.363Z] 988bab9f4d93: Download complete [2023-01-03T16:39:11.630Z] 1469e6f7b9e6: Verifying Checksum [2023-01-03T16:39:11.630Z] 1469e6f7b9e6: Download complete [2023-01-03T16:39:11.630Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T16:39:11.630Z] 339a4e72a1f5: Download complete [2023-01-03T16:39:11.630Z] eaf3925da568: Verifying Checksum [2023-01-03T16:39:11.630Z] eaf3925da568: Download complete [2023-01-03T16:39:11.630Z] bde34c3a00c8: Verifying Checksum [2023-01-03T16:39:11.630Z] bde34c3a00c8: Download complete [2023-01-03T16:39:11.630Z] b352a97aabf1: Verifying Checksum [2023-01-03T16:39:11.630Z] b352a97aabf1: Download complete [2023-01-03T16:39:11.630Z] 4872d77fe225: Verifying Checksum [2023-01-03T16:39:11.630Z] 4872d77fe225: Download complete [2023-01-03T16:39:11.630Z] 5851b861e8e6: Verifying Checksum [2023-01-03T16:39:11.630Z] 5851b861e8e6: Download complete [2023-01-03T16:39:11.630Z] b85a868b505f: Verifying Checksum [2023-01-03T16:39:11.630Z] b85a868b505f: Download complete [2023-01-03T16:39:11.889Z] bab4dde63d76: Verifying Checksum [2023-01-03T16:39:11.889Z] bab4dde63d76: Download complete [2023-01-03T16:39:12.827Z] b85a868b505f: Pull complete [2023-01-03T16:39:13.086Z] e2be974225ed: Pull complete [2023-01-03T16:39:13.652Z] 339a4e72a1f5: Pull complete [2023-01-03T16:39:13.652Z] 988bab9f4d93: Pull complete [2023-01-03T16:39:13.910Z] 1469e6f7b9e6: Pull complete [2023-01-03T16:39:13.910Z] eaf3925da568: Pull complete [2023-01-03T16:39:15.819Z] bab4dde63d76: Pull complete [2023-01-03T16:39:15.819Z] bde34c3a00c8: Pull complete [2023-01-03T16:39:15.819Z] b352a97aabf1: Pull complete [2023-01-03T16:39:15.819Z] 4872d77fe225: Pull complete [2023-01-03T16:39:15.819Z] 5851b861e8e6: Pull complete [2023-01-03T16:39:15.819Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T16:39:15.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:39:15.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:39:15.910Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:39:15.946Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T16:39:18.568Z] $ docker top ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 -eo pid,comm [2023-01-03T16:39:18.621Z] 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-01-03T16:39:18.621Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T16:39:18.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T16:39:18.659Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T16:39:18.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T16:39:18.780Z] $ docker exec ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 ssh-agent [2023-01-03T16:39:18.881Z] SSH_AUTH_SOCK=/tmp/ssh-WxFEQlepnFeW/agent.33 [2023-01-03T16:39:18.882Z] SSH_AGENT_PID=39 [2023-01-03T16:39:18.889Z] Running ssh-add (command line suppressed) [2023-01-03T16:39:18.991Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1847112293226125666.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1847112293226125666.key) [2023-01-03T16:39:19.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T16:39:19.292Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T16:39:19.306Z] $ docker exec --env ******** --env ******** ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 ssh-agent -k [2023-01-03T16:39:19.415Z] unset SSH_AUTH_SOCK; [2023-01-03T16:39:19.415Z] unset SSH_AGENT_PID; [2023-01-03T16:39:19.416Z] echo Agent pid 39 killed; [2023-01-03T16:39:19.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T16:39:19.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T16:39:19.449Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T16:39:19.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T16:39:19.570Z] $ docker exec ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 ssh-agent [2023-01-03T16:39:19.682Z] SSH_AUTH_SOCK=/tmp/ssh-Cv8gl8ewb5wq/agent.72 [2023-01-03T16:39:19.682Z] SSH_AGENT_PID=78 [2023-01-03T16:39:19.687Z] Running ssh-add (command line suppressed) [2023-01-03T16:39:19.790Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4253724188929323570.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4253724188929323570.key) [2023-01-03T16:39:19.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T16:39:20.090Z] + git semver init [2023-01-03T16:39:20.348Z] 2023-01-03 16:39:20,261 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T16:39:20.348Z] 2023-01-03 16:39:20,261 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-01-03T16:39:20.348Z] 2023-01-03 16:39:20,262 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-01-03T16:39:20.348Z] 2023-01-03 16:39:20,262 [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-01-03T16:39:21.288Z] 2023-01-03 16:39:20,961 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-01-03T16:39:21.288Z] 2023-01-03 16:39:20,962 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-01-03T16:39:21.288Z] 2023-01-03 16:39:20,962 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:39:21.288Z] 2023-01-03 16:39:20,962 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:39:21.288Z] 3.0.0-dev.4 [Pipeline] } [2023-01-03T16:39:21.300Z] $ docker exec --env ******** --env ******** ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 ssh-agent -k [2023-01-03T16:39:21.399Z] unset SSH_AUTH_SOCK; [2023-01-03T16:39:21.400Z] unset SSH_AGENT_PID; [2023-01-03T16:39:21.400Z] echo Agent pid 78 killed; [2023-01-03T16:39:21.406Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T16:39:21.711Z] + git semver [Pipeline] } [2023-01-03T16:39:21.987Z] $ docker stop --time=1 ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 [2023-01-03T16:39:23.264Z] $ docker rm -f --volumes ad5680ae178400badd1449e4b84ab1f1c99ba5680fff617ee16471568f0378c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T16:39:23.601Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T16:39:23.804Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T16:39:23.807Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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-01-03T16:39:23.942Z] provisioning config files... [2023-01-03T16:39:23.951Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14944156691399121055tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:39:24.244Z] ---> docker-login.sh [2023-01-03T16:39:24.244Z] nexus3.edgexfoundry.org:10001 [2023-01-03T16:39:24.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:24.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:24.244Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:24.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:24.244Z] [2023-01-03T16:39:24.244Z] Login Succeeded [2023-01-03T16:39:24.244Z] nexus3.edgexfoundry.org:10002 [2023-01-03T16:39:24.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:24.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:24.244Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:24.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:24.244Z] [2023-01-03T16:39:24.244Z] Login Succeeded [2023-01-03T16:39:24.244Z] nexus3.edgexfoundry.org:10003 [2023-01-03T16:39:24.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:24.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:24.504Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:24.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:24.504Z] [2023-01-03T16:39:24.504Z] Login Succeeded [2023-01-03T16:39:24.504Z] nexus3.edgexfoundry.org:10004 [2023-01-03T16:39:24.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:24.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:24.504Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:24.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:24.504Z] [2023-01-03T16:39:24.504Z] Login Succeeded [2023-01-03T16:39:24.504Z] docker.io [2023-01-03T16:39:24.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:39:24.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:39:24.764Z] Configure a credential helper to remove this warning. See [2023-01-03T16:39:24.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:39:24.764Z] [2023-01-03T16:39:24.764Z] Login Succeeded [2023-01-03T16:39:24.764Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T16:39:24.772Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T16:39:24.832Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:39:24.842Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:39:24.848Z] ========================================================= [2023-01-03T16:39:24.848Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T16:39:24.848Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:39:25.159Z] + 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-01-03T16:39:25.159Z] Sending build context to Docker daemon 1.612MB [2023-01-03T16:39:25.159Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T16:39:25.159Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T16:39:25.159Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T16:39:25.159Z] 213ec9aee27d: Pulling fs layer [2023-01-03T16:39:25.159Z] 4583459ba037: Pulling fs layer [2023-01-03T16:39:25.159Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T16:39:25.159Z] 53926ce57604: Pulling fs layer [2023-01-03T16:39:25.159Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T16:39:25.159Z] 22ff95d597cd: Pulling fs layer [2023-01-03T16:39:25.159Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T16:39:25.159Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T16:39:25.159Z] a7acece74701: Pulling fs layer [2023-01-03T16:39:25.159Z] 22ff95d597cd: Waiting [2023-01-03T16:39:25.159Z] 12d6caf4c0d1: Waiting [2023-01-03T16:39:25.159Z] 96b7cbca73a9: Waiting [2023-01-03T16:39:25.159Z] a7acece74701: Waiting [2023-01-03T16:39:25.159Z] 53926ce57604: Waiting [2023-01-03T16:39:25.159Z] 21b2b0c7a3f4: Waiting [2023-01-03T16:39:25.159Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T16:39:25.159Z] 93c1e223e6f2: Download complete [2023-01-03T16:39:25.159Z] 4583459ba037: Download complete [2023-01-03T16:39:25.159Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T16:39:25.159Z] 21b2b0c7a3f4: Download complete [2023-01-03T16:39:25.159Z] 22ff95d597cd: Verifying Checksum [2023-01-03T16:39:25.159Z] 22ff95d597cd: Download complete [2023-01-03T16:39:25.423Z] 213ec9aee27d: Verifying Checksum [2023-01-03T16:39:25.423Z] 213ec9aee27d: Download complete [2023-01-03T16:39:25.423Z] 12d6caf4c0d1: Verifying Checksum [2023-01-03T16:39:25.423Z] 12d6caf4c0d1: Download complete [2023-01-03T16:39:25.423Z] 213ec9aee27d: Pull complete [2023-01-03T16:39:25.705Z] 4583459ba037: Pull complete [2023-01-03T16:39:25.705Z] 93c1e223e6f2: Pull complete [2023-01-03T16:39:26.295Z] a7acece74701: Verifying Checksum [2023-01-03T16:39:26.295Z] a7acece74701: Download complete [2023-01-03T16:39:26.295Z] 53926ce57604: Verifying Checksum [2023-01-03T16:39:26.295Z] 53926ce57604: Download complete [2023-01-03T16:39:26.554Z] 96b7cbca73a9: Verifying Checksum [2023-01-03T16:39:26.554Z] 96b7cbca73a9: Download complete [2023-01-03T16:39:29.837Z] 53926ce57604: Pull complete [2023-01-03T16:39:29.837Z] 21b2b0c7a3f4: Pull complete [2023-01-03T16:39:29.837Z] 22ff95d597cd: Pull complete [2023-01-03T16:39:30.095Z] 12d6caf4c0d1: Pull complete [2023-01-03T16:39:31.993Z] 96b7cbca73a9: Pull complete [2023-01-03T16:39:32.559Z] a7acece74701: Pull complete [2023-01-03T16:39:32.559Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T16:39:32.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T16:39:32.559Z] ---> db6d94c90886 [2023-01-03T16:39:32.559Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T16:39:37.846Z] ---> Running in b2881e19470c [2023-01-03T16:39:37.846Z] Removing intermediate container b2881e19470c [2023-01-03T16:39:37.846Z] ---> 2275488e487c [2023-01-03T16:39:37.846Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T16:39:37.846Z] ---> Running in f18e773312dc [2023-01-03T16:39:37.846Z] Removing intermediate container f18e773312dc [2023-01-03T16:39:37.846Z] ---> b816e54d67e0 [2023-01-03T16:39:37.846Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T16:39:37.846Z] ---> Running in 3c882475fbcf [2023-01-03T16:39:37.846Z] Removing intermediate container 3c882475fbcf [2023-01-03T16:39:37.846Z] ---> 2eeea20f9d84 [2023-01-03T16:39:37.846Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T16:39:37.846Z] ---> Running in 52fc68a51630 [2023-01-03T16:39:37.846Z] Removing intermediate container 52fc68a51630 [2023-01-03T16:39:37.846Z] ---> bbf333663bcc [2023-01-03T16:39:37.846Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T16:39:37.846Z] ---> Running in 6ac0725dda92 [2023-01-03T16:39:37.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T16:39:38.104Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T16:39:38.104Z] (1/80) Installing mesa (21.3.8-r2) [2023-01-03T16:39:38.104Z] (2/80) Installing libxau (1.0.9-r0) [2023-01-03T16:39:38.104Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-01-03T16:39:38.104Z] (4/80) Installing libxcb (1.15-r0) [2023-01-03T16:39:38.363Z] (5/80) Installing libx11 (1.8-r0) [2023-01-03T16:39:38.363Z] (6/80) Installing libxext (1.3.4-r0) [2023-01-03T16:39:38.363Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-01-03T16:39:38.363Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-01-03T16:39:38.363Z] (9/80) Installing libpciaccess (0.16-r0) [2023-01-03T16:39:38.363Z] (10/80) Installing libdrm (2.4.110-r0) [2023-01-03T16:39:38.363Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2023-01-03T16:39:38.363Z] (12/80) Installing libxshmfence (1.3-r1) [2023-01-03T16:39:38.363Z] (13/80) Installing mesa-gl (21.3.8-r2) [2023-01-03T16:39:38.363Z] (14/80) Installing icu-data-full (71.1-r2) [2023-01-03T16:39:38.363Z] (15/80) Installing libice (1.0.10-r0) [2023-01-03T16:39:38.363Z] (16/80) Installing libuuid (2.38-r1) [2023-01-03T16:39:38.363Z] (17/80) Installing libsm (1.2.3-r0) [2023-01-03T16:39:38.363Z] (18/80) Installing libxt (1.2.1-r0) [2023-01-03T16:39:38.623Z] (19/80) Installing libxmu (1.1.3-r0) [2023-01-03T16:39:38.623Z] (20/80) Installing xset (1.2.4-r0) [2023-01-03T16:39:38.623Z] (21/80) Installing xprop (1.2.5-r0) [2023-01-03T16:39:38.623Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-01-03T16:39:38.623Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-01-03T16:39:38.623Z] (24/80) Installing libffi (3.4.2-r1) [2023-01-03T16:39:38.623Z] (25/80) Installing libintl (0.21-r2) [2023-01-03T16:39:38.623Z] (26/80) Installing libblkid (2.38-r1) [2023-01-03T16:39:38.623Z] (27/80) Installing libmount (2.38-r1) [2023-01-03T16:39:38.623Z] (28/80) Installing pcre (8.45-r2) [2023-01-03T16:39:38.623Z] (29/80) Installing glib (2.72.1-r0) [2023-01-03T16:39:38.623Z] (30/80) Installing icu-libs (71.1-r2) [2023-01-03T16:39:38.623Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-01-03T16:39:38.623Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-01-03T16:39:38.623Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-01-03T16:39:38.623Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-01-03T16:39:38.623Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-01-03T16:39:38.623Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2023-01-03T16:39:38.623Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T16:39:38.623Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-01-03T16:39:38.883Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-01-03T16:39:38.883Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-01-03T16:39:38.883Z] (41/80) Installing libpng (1.6.37-r1) [2023-01-03T16:39:38.883Z] (42/80) Installing freetype (2.12.1-r0) [2023-01-03T16:39:38.883Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-01-03T16:39:38.883Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-01-03T16:39:38.883Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-01-03T16:39:38.883Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-01-03T16:39:38.883Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-01-03T16:39:38.883Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-01-03T16:39:38.883Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-01-03T16:39:38.883Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-01-03T16:39:38.883Z] (51/80) Installing mesa-egl (21.3.8-r2) [2023-01-03T16:39:38.883Z] (52/80) Installing avahi-libs (0.8-r6) [2023-01-03T16:39:38.883Z] (53/80) Installing nettle (3.7.3-r0) [2023-01-03T16:39:38.903Z] Still waiting to schedule task [2023-01-03T16:39:38.904Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-03T16:39:39.141Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-01-03T16:39:39.141Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-01-03T16:39:39.141Z] (56/80) Installing libunistring (1.0-r0) [2023-01-03T16:39:39.141Z] (57/80) Installing gnutls (3.7.7-r0) [2023-01-03T16:39:39.141Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-01-03T16:39:39.141Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-01-03T16:39:39.141Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-01-03T16:39:39.141Z] (61/80) Installing libevdev (1.12.1-r0) [2023-01-03T16:39:39.141Z] (62/80) Installing mtdev (1.1.6-r0) [2023-01-03T16:39:39.141Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-01-03T16:39:39.141Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-01-03T16:39:39.141Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T16:39:39.141Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-01-03T16:39:39.141Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-01-03T16:39:39.141Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-01-03T16:39:39.141Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-01-03T16:39:39.141Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-01-03T16:39:39.141Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-01-03T16:39:39.141Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-01-03T16:39:39.400Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T16:39:39.400Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-01-03T16:39:39.400Z] (75/80) Installing udev-init-scripts (35-r0) [2023-01-03T16:39:39.400Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T16:39:39.400Z] (76/80) Installing kmod-libs (29-r2) [2023-01-03T16:39:39.400Z] (77/80) Installing eudev (3.2.11-r0) [2023-01-03T16:39:39.400Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-01-03T16:39:39.400Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-01-03T16:39:39.400Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-01-03T16:39:39.400Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T16:39:39.400Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T16:39:39.400Z] OK: 330 MiB in 131 packages [2023-01-03T16:39:42.687Z] Removing intermediate container 6ac0725dda92 [2023-01-03T16:39:42.687Z] ---> 6cfa9f055506 [2023-01-03T16:39:42.687Z] Step 8/13 : WORKDIR /device-usb-camera [2023-01-03T16:39:42.687Z] ---> Running in e6a25412a58e [2023-01-03T16:39:42.687Z] Removing intermediate container e6a25412a58e [2023-01-03T16:39:42.687Z] ---> 1842ff76659f [2023-01-03T16:39:42.687Z] Step 9/13 : COPY go.mod vendor* ./ [2023-01-03T16:39:42.687Z] ---> 88dab58bbd6e [2023-01-03T16:39:42.687Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T16:39:42.687Z] ---> Running in 137bb12f5da9 [2023-01-03T16:40:09.454Z] Removing intermediate container 137bb12f5da9 [2023-01-03T16:40:09.454Z] ---> 47fc345c6940 [2023-01-03T16:40:09.454Z] Step 11/13 : COPY . . [2023-01-03T16:40:09.454Z] ---> bf6c54303409 [2023-01-03T16:40:09.454Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T16:40:09.454Z] ---> Running in d0b07976ba7a [2023-01-03T16:40:09.454Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:40:09.454Z] Dload Upload Total Spent Left Speed [2023-01-03T16:40:09.454Z]  0  0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7377 0 --:--:-- --:--:-- --:--:-- 7426 [2023-01-03T16:40:09.454Z] Removing intermediate container d0b07976ba7a [2023-01-03T16:40:09.454Z] ---> f59bb2a61f2e [2023-01-03T16:40:09.454Z] Step 13/13 : RUN ${MAKE} [2023-01-03T16:40:09.454Z] ---> Running in 284ca4e03474 [2023-01-03T16:40:09.454Z] noop [2023-01-03T16:40:09.454Z] Removing intermediate container 284ca4e03474 [2023-01-03T16:40:09.454Z] ---> a99d01ea4f0e [2023-01-03T16:40:09.454Z] Successfully built a99d01ea4f0e [2023-01-03T16:40:09.454Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:40:09.761Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T16:40:09.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:40:09.832Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:40:09.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T16:40:10.198Z] $ docker top d03b07666f8d1f3b3d9867be6e0879169a17bc4558a0ded61e1fff178b78a113 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T16:40:10.536Z] + go version [2023-01-03T16:40:10.536Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T16:40:10.551Z] $ docker stop --time=1 d03b07666f8d1f3b3d9867be6e0879169a17bc4558a0ded61e1fff178b78a113 [2023-01-03T16:40:11.836Z] $ docker rm -f --volumes d03b07666f8d1f3b3d9867be6e0879169a17bc4558a0ded61e1fff178b78a113 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:40:12.214Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T16:40:12.214Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:40:12.286Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:40:12.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T16:40:12.632Z] $ docker top e7c641500e35eefd740bc1ac6b0b60b64a7337eae79a6a5a4e8114c881522076 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T16:40:12.968Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-01-03T16:40:13.264Z] + make test [2023-01-03T16:40:13.264Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-01-03T16:40:13.523Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-01-03T16:40:23.496Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-01-03T16:40:23.756Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements [2023-01-03T16:40:31.869Z] 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-01-03T16:40:31.869Z] CGO_ENABLED=1 go vet ./... [2023-01-03T16:40:35.150Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T16:40:35.150Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T16:40:35.150Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T16:40:35.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T16:40:35.179Z] $ docker stop --time=1 e7c641500e35eefd740bc1ac6b0b60b64a7337eae79a6a5a4e8114c881522076 [2023-01-03T16:40:37.656Z] $ docker rm -f --volumes e7c641500e35eefd740bc1ac6b0b60b64a7337eae79a6a5a4e8114c881522076 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T16:40:38.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T16:40:38.126Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-03T16:40:38.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T16:40:38.934Z] + ls -al . [2023-01-03T16:40:38.934Z] total 204 [2023-01-03T16:40:38.934Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 16:40 . [2023-01-03T16:40:38.934Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:39 .. [2023-01-03T16:40:38.934Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 16:40 .git [2023-01-03T16:40:38.934Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:39 .github [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 414 Jan 3 16:39 .gitignore [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 16:39 .golangci.yml [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 77 Jan 3 16:39 .hadolint.yml [2023-01-03T16:40:38.934Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 16:39 .semver [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 9702 Jan 3 16:39 Attribution.txt [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 5460 Jan 3 16:39 CHANGELOG.md [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 2378 Jan 3 16:39 Dockerfile [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 3 16:39 GOVERNANCE.md [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 659 Jan 3 16:39 Jenkinsfile [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 16:39 LICENSE [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 2554 Jan 3 16:39 Makefile [2023-01-03T16:40:38.934Z] -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 16:39 OWNERS.md [2023-01-03T16:40:38.935Z] -rw-rw-r-- 1 jenkins jenkins 5934 Jan 3 16:39 README.md [2023-01-03T16:40:38.935Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 16:39 VERSION [2023-01-03T16:40:38.935Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 16:39 bin [2023-01-03T16:40:38.935Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:39 cmd [2023-01-03T16:40:38.935Z] -rw-r--r-- 1 jenkins jenkins 30666 Jan 3 16:40 coverage.out [2023-01-03T16:40:38.935Z] -rwxrwxr-x 1 jenkins jenkins 140 Jan 3 16:39 docker-entrypoint.sh [2023-01-03T16:40:38.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:39 docs [2023-01-03T16:40:38.935Z] -rw-rw-r-- 1 jenkins jenkins 3573 Jan 3 16:39 go.mod [2023-01-03T16:40:38.935Z] -rw-rw-r-- 1 jenkins jenkins 45026 Jan 3 16:39 go.sum [2023-01-03T16:40:38.935Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:39 internal [2023-01-03T16:40:38.935Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:39 snap [2023-01-03T16:40:38.935Z] -rw-rw-r-- 1 jenkins jenkins 231 Jan 3 16:39 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:40:39.236Z] + 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=9bcd451afeb433ee83d3426a4ef1736b40f29807 --label arch=amd64 --label version=3.0.0-dev.4 . [2023-01-03T16:40:39.236Z] Sending build context to Docker daemon 1.644MB [2023-01-03T16:40:39.236Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T16:40:39.236Z] Step 2/35 : FROM ${BASE} AS builder [2023-01-03T16:40:39.236Z] ---> a99d01ea4f0e [2023-01-03T16:40:39.236Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-01-03T16:40:39.236Z] ---> Running in da40f6be32c7 [2023-01-03T16:40:39.493Z] Removing intermediate container da40f6be32c7 [2023-01-03T16:40:39.493Z] ---> 30e76db41b75 [2023-01-03T16:40:39.493Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T16:40:39.493Z] ---> Running in e9f6e7128a3d [2023-01-03T16:40:39.493Z] Removing intermediate container e9f6e7128a3d [2023-01-03T16:40:39.493Z] ---> ccb4b22d7863 [2023-01-03T16:40:39.493Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T16:40:39.493Z] ---> Running in 43345a778263 [2023-01-03T16:40:39.493Z] Removing intermediate container 43345a778263 [2023-01-03T16:40:39.493Z] ---> 8452a2a87b20 [2023-01-03T16:40:39.493Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T16:40:39.493Z] ---> Running in 388bf9260a1e [2023-01-03T16:40:39.751Z] Removing intermediate container 388bf9260a1e [2023-01-03T16:40:39.751Z] ---> c51d7202c218 [2023-01-03T16:40:39.751Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T16:40:39.751Z] ---> Running in 2e059ae036f9 [2023-01-03T16:40:40.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T16:40:40.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T16:40:40.582Z] OK: 330 MiB in 131 packages [2023-01-03T16:40:40.582Z] Removing intermediate container 2e059ae036f9 [2023-01-03T16:40:40.582Z] ---> 960aefaa65b0 [2023-01-03T16:40:40.582Z] Step 8/35 : WORKDIR /device-usb-camera [2023-01-03T16:40:40.839Z] ---> Running in 55033d09d5de [2023-01-03T16:40:40.839Z] Removing intermediate container 55033d09d5de [2023-01-03T16:40:40.839Z] ---> 3edac637f66a [2023-01-03T16:40:40.839Z] Step 9/35 : COPY go.mod vendor* ./ [2023-01-03T16:40:40.839Z] ---> 69082a3065fb [2023-01-03T16:40:40.839Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T16:40:40.839Z] ---> Running in 85e310787f38 [2023-01-03T16:40:41.772Z] Removing intermediate container 85e310787f38 [2023-01-03T16:40:41.772Z] ---> b2b2bcf4fd6c [2023-01-03T16:40:41.772Z] Step 11/35 : COPY . . [2023-01-03T16:40:41.772Z] ---> 3e733958d5fe [2023-01-03T16:40:41.772Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T16:40:41.772Z] ---> Running in 0c1cd18dc679 [2023-01-03T16:40:42.034Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:40:42.034Z] Dload Upload Total Spent Left Speed [2023-01-03T16:40:42.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 45222 0 --:--:-- --:--:-- --:--:-- 46173 [2023-01-03T16:40:42.297Z] Removing intermediate container 0c1cd18dc679 [2023-01-03T16:40:42.297Z] ---> b7a633cc2b55 [2023-01-03T16:40:42.297Z] Step 13/35 : RUN ${MAKE} [2023-01-03T16:40:42.297Z] ---> Running in a206239bbed1 [2023-01-03T16:40:42.609Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-01-03T16:41:04.672Z] Removing intermediate container a206239bbed1 [2023-01-03T16:41:04.672Z] ---> f8cae48c7a3d [2023-01-03T16:41:04.672Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-01-03T16:41:04.672Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-01-03T16:41:04.672Z] af6660deedbd: Pulling fs layer [2023-01-03T16:41:04.672Z] 97cd0a44c592: Pulling fs layer [2023-01-03T16:41:04.672Z] 97cd0a44c592: Download complete [2023-01-03T16:41:04.672Z] af6660deedbd: Verifying Checksum [2023-01-03T16:41:04.672Z] af6660deedbd: Download complete [2023-01-03T16:41:04.672Z] af6660deedbd: Pull complete [2023-01-03T16:41:04.672Z] 97cd0a44c592: Pull complete [2023-01-03T16:41:04.672Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-01-03T16:41:04.672Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-01-03T16:41:04.672Z] ---> fea57e182299 [2023-01-03T16:41:04.672Z] Step 15/35 : FROM alpine:3.16 [2023-01-03T16:41:04.672Z] 3.16: Pulling from library/alpine [2023-01-03T16:41:04.672Z] ca7dd9ec2225: Pulling fs layer [2023-01-03T16:41:04.672Z] ca7dd9ec2225: Verifying Checksum [2023-01-03T16:41:04.672Z] ca7dd9ec2225: Download complete [2023-01-03T16:41:04.672Z] ca7dd9ec2225: Pull complete [2023-01-03T16:41:04.672Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T16:41:04.672Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T16:41:04.672Z] ---> bfe296a52501 [2023-01-03T16:41:04.672Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T16:41:04.930Z] ---> Running in 81eb3d596f49 [2023-01-03T16:41:04.930Z] Removing intermediate container 81eb3d596f49 [2023-01-03T16:41:04.930Z] ---> 843ddad59648 [2023-01-03T16:41:04.930Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-01-03T16:41:04.930Z] ---> Running in 064b3443c3f0 [2023-01-03T16:41:05.188Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T16:41:05.445Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T16:41:05.703Z] (1/83) Installing dumb-init (1.2.5-r1) [2023-01-03T16:41:05.703Z] (2/83) Installing sdl2 (2.0.22-r0) [2023-01-03T16:41:05.703Z] (3/83) Installing libxau (1.0.9-r0) [2023-01-03T16:41:05.703Z] (4/83) Installing libxdmcp (1.1.3-r0) [2023-01-03T16:41:05.703Z] (5/83) Installing libxcb (1.15-r0) [2023-01-03T16:41:05.703Z] (6/83) Installing libx11 (1.8-r0) [2023-01-03T16:41:05.703Z] (7/83) Installing aom-libs (3.3.0-r0) [2023-01-03T16:41:05.703Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2023-01-03T16:41:05.703Z] (9/83) Installing expat (2.5.0-r0) [2023-01-03T16:41:05.703Z] (10/83) Installing brotli-libs (1.0.9-r6) [2023-01-03T16:41:05.703Z] (11/83) Installing libbz2 (1.0.8-r1) [2023-01-03T16:41:05.703Z] (12/83) Installing libpng (1.6.37-r1) [2023-01-03T16:41:05.703Z] (13/83) Installing freetype (2.12.1-r0) [2023-01-03T16:41:05.703Z] (14/83) Installing fontconfig (2.14.0-r0) [2023-01-03T16:41:05.964Z] (15/83) Installing fribidi (1.0.12-r0) [2023-01-03T16:41:05.964Z] (16/83) Installing libffi (3.4.2-r1) [2023-01-03T16:41:05.964Z] (17/83) Installing libintl (0.21-r2) [2023-01-03T16:41:05.964Z] (18/83) Installing libblkid (2.38-r1) [2023-01-03T16:41:05.964Z] (19/83) Installing libmount (2.38-r1) [2023-01-03T16:41:05.964Z] (20/83) Installing pcre (8.45-r2) [2023-01-03T16:41:05.964Z] (21/83) Installing glib (2.72.1-r0) [2023-01-03T16:41:05.964Z] (22/83) Installing graphite2 (1.3.14-r1) [2023-01-03T16:41:05.964Z] (23/83) Installing harfbuzz (4.3.0-r0) [2023-01-03T16:41:05.964Z] (24/83) Installing libass (0.16.0-r0) [2023-01-03T16:41:05.964Z] (25/83) Installing libdav1d (1.0.0-r0) [2023-01-03T16:41:05.964Z] (26/83) Installing libpciaccess (0.16-r0) [2023-01-03T16:41:05.964Z] (27/83) Installing libdrm (2.4.110-r0) [2023-01-03T16:41:05.964Z] (28/83) Installing gmp (6.2.1-r2) [2023-01-03T16:41:05.964Z] (29/83) Installing nettle (3.7.3-r0) [2023-01-03T16:41:05.964Z] (30/83) Installing p11-kit (0.24.1-r0) [2023-01-03T16:41:05.964Z] (31/83) Installing libtasn1 (4.18.0-r1) [2023-01-03T16:41:05.964Z] (32/83) Installing libunistring (1.0-r0) [2023-01-03T16:41:05.964Z] (33/83) Installing gnutls (3.7.7-r0) [2023-01-03T16:41:05.964Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T16:41:05.964Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T16:41:05.964Z] (36/83) Installing lame (3.100-r0) [2023-01-03T16:41:05.964Z] (37/83) Installing opus (1.3.1-r1) [2023-01-03T16:41:05.964Z] (38/83) Installing libasyncns (0.8-r1) [2023-01-03T16:41:06.221Z] (39/83) Installing dbus-libs (1.14.4-r0) [2023-01-03T16:41:06.221Z] (40/83) Installing libltdl (2.4.7-r0) [2023-01-03T16:41:06.221Z] (41/83) Installing orc (0.4.32-r0) [2023-01-03T16:41:06.221Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T16:41:06.221Z] (43/83) Installing libogg (1.3.5-r1) [2023-01-03T16:41:06.221Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T16:41:06.221Z] (45/83) Installing flac (1.3.4-r0) [2023-01-03T16:41:06.221Z] (46/83) Installing libvorbis (1.3.7-r0) [2023-01-03T16:41:06.221Z] (47/83) Installing libsndfile (1.1.0-r0) [2023-01-03T16:41:06.221Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2023-01-03T16:41:06.221Z] (49/83) Installing soxr (0.1.3-r2) [2023-01-03T16:41:06.221Z] (50/83) Installing speexdsp (1.2.0-r0) [2023-01-03T16:41:06.221Z] (51/83) Installing tdb-libs (1.4.6-r0) [2023-01-03T16:41:06.221Z] (52/83) Installing libpulse (15.0-r2) [2023-01-03T16:41:06.221Z] (53/83) Installing cjson (1.7.15-r3) [2023-01-03T16:41:06.221Z] (54/83) Installing mbedtls (2.28.2-r0) [2023-01-03T16:41:06.221Z] (55/83) Installing librist (0.2.6-r1) [2023-01-03T16:41:06.221Z] (56/83) Installing libsrt (1.4.4-r0) [2023-01-03T16:41:06.221Z] (57/83) Installing libssh (0.9.6-r1) [2023-01-03T16:41:06.221Z] (58/83) Installing libtheora (1.1.1-r16) [2023-01-03T16:41:06.221Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T16:41:06.221Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T16:41:06.221Z] (61/83) Installing libxext (1.3.4-r0) [2023-01-03T16:41:06.221Z] (62/83) Installing libxfixes (6.0.0-r0) [2023-01-03T16:41:06.221Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T16:41:06.221Z] (64/83) Installing libva (2.14.0-r0) [2023-01-03T16:41:06.221Z] (65/83) Installing libvdpau (1.5-r0) [2023-01-03T16:41:06.221Z] (66/83) Installing vidstab (1.1.0-r1) [2023-01-03T16:41:06.221Z] (67/83) Installing libvpx (1.11.0-r1) [2023-01-03T16:41:06.479Z] (68/83) Installing libwebp (1.2.3-r0) [2023-01-03T16:41:06.479Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2023-01-03T16:41:06.479Z] (70/83) Installing numactl (2.0.14-r0) [2023-01-03T16:41:06.479Z] (71/83) Installing x265-libs (3.5-r3) [2023-01-03T16:41:06.479Z] (72/83) Installing xvidcore (1.3.7-r1) [2023-01-03T16:41:06.479Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2023-01-03T16:41:06.737Z] (74/83) Installing ffmpeg (5.0.1-r1) [2023-01-03T16:41:06.737Z] (75/83) Installing udev-init-scripts (35-r0) [2023-01-03T16:41:06.737Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T16:41:06.737Z] (76/83) Installing eudev-libs (3.2.11-r0) [2023-01-03T16:41:06.737Z] (77/83) Installing xz-libs (5.2.5-r1) [2023-01-03T16:41:06.737Z] (78/83) Installing zstd-libs (1.5.2-r1) [2023-01-03T16:41:06.737Z] (79/83) Installing kmod-libs (29-r2) [2023-01-03T16:41:06.737Z] (80/83) Installing eudev (3.2.11-r0) [2023-01-03T16:41:06.737Z] (81/83) Installing libsodium (1.0.18-r0) [2023-01-03T16:41:06.737Z] (82/83) Installing libzmq (4.3.4-r0) [2023-01-03T16:41:06.737Z] (83/83) Installing zeromq (4.3.4-r0) [2023-01-03T16:41:06.737Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T16:41:06.737Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T16:41:06.737Z] OK: 101 MiB in 97 packages [2023-01-03T16:41:09.313Z] Removing intermediate container 064b3443c3f0 [2023-01-03T16:41:09.313Z] ---> 0a75d0f8fcbc [2023-01-03T16:41:09.313Z] Step 18/35 : WORKDIR / [2023-01-03T16:41:09.313Z] ---> Running in 30ec9dc067ad [2023-01-03T16:41:09.313Z] Removing intermediate container 30ec9dc067ad [2023-01-03T16:41:09.313Z] ---> 9f59e767cd66 [2023-01-03T16:41:09.313Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-01-03T16:41:09.894Z] ---> b86b3ac8c4d4 [2023-01-03T16:41:09.894Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-01-03T16:41:09.894Z] ---> 09a3357aa3c7 [2023-01-03T16:41:09.894Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-01-03T16:41:10.152Z] ---> e84700fa8c38 [2023-01-03T16:41:10.152Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-01-03T16:41:10.152Z] ---> ce43264ecc3c [2023-01-03T16:41:10.152Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-01-03T16:41:10.411Z] ---> 9dacdbe63071 [2023-01-03T16:41:10.411Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-01-03T16:41:10.411Z] ---> 23faf0979f02 [2023-01-03T16:41:10.411Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-01-03T16:41:10.978Z] ---> 842d5dfffa69 [2023-01-03T16:41:10.978Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-01-03T16:41:10.978Z] ---> Running in a168af4e57b0 [2023-01-03T16:41:11.543Z] Removing intermediate container a168af4e57b0 [2023-01-03T16:41:11.543Z] ---> a54086da6b61 [2023-01-03T16:41:11.543Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-01-03T16:41:11.543Z] ---> Running in 33e60b1491d9 [2023-01-03T16:41:12.109Z] Removing intermediate container 33e60b1491d9 [2023-01-03T16:41:12.109Z] ---> 42fb82787921 [2023-01-03T16:41:12.109Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-01-03T16:41:12.109Z] ---> Running in 1366f9f7c62d [2023-01-03T16:41:12.678Z] Removing intermediate container 1366f9f7c62d [2023-01-03T16:41:12.678Z] ---> a77b57762583 [2023-01-03T16:41:12.678Z] Step 29/35 : EXPOSE 59983 [2023-01-03T16:41:12.678Z] ---> Running in 3710b768113c [2023-01-03T16:41:12.678Z] Removing intermediate container 3710b768113c [2023-01-03T16:41:12.678Z] ---> 055102a4de37 [2023-01-03T16:41:12.678Z] Step 30/35 : EXPOSE 8554 [2023-01-03T16:41:12.678Z] ---> Running in 0afd430e5149 [2023-01-03T16:41:12.678Z] Removing intermediate container 0afd430e5149 [2023-01-03T16:41:12.678Z] ---> a58c7caff60f [2023-01-03T16:41:12.678Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-01-03T16:41:12.678Z] ---> Running in 5c1fd644b091 [2023-01-03T16:41:12.936Z] Removing intermediate container 5c1fd644b091 [2023-01-03T16:41:12.936Z] ---> 06119448d94f [2023-01-03T16:41:12.936Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-01-03T16:41:12.936Z] ---> Running in a56256d79d91 [2023-01-03T16:41:12.936Z] Removing intermediate container a56256d79d91 [2023-01-03T16:41:12.936Z] ---> 494280169581 [2023-01-03T16:41:12.936Z] Step 33/35 : LABEL arch=amd64 [2023-01-03T16:41:12.936Z] ---> Running in 4b70e796459b [2023-01-03T16:41:12.936Z] Removing intermediate container 4b70e796459b [2023-01-03T16:41:12.936Z] ---> 151989d938b4 [2023-01-03T16:41:12.936Z] Step 34/35 : LABEL git_sha=9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:41:13.194Z] ---> Running in f4825c7ccfe9 [2023-01-03T16:41:13.194Z] Removing intermediate container f4825c7ccfe9 [2023-01-03T16:41:13.194Z] ---> ac3b8bd4aede [2023-01-03T16:41:13.194Z] Step 35/35 : LABEL version=3.0.0-dev.4 [2023-01-03T16:41:13.194Z] ---> Running in 0651688c082c [2023-01-03T16:41:13.194Z] Removing intermediate container 0651688c082c [2023-01-03T16:41:13.194Z] ---> b8c695b668dc [2023-01-03T16:41:13.194Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T16:41:13.194Z] Successfully built b8c695b668dc [2023-01-03T16:41:13.194Z] 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-01-03T16:41:13.279Z] provisioning config files... [2023-01-03T16:41:13.286Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config18374096551406119761tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:41:13.579Z] ---> docker-login.sh [2023-01-03T16:41:13.579Z] nexus3.edgexfoundry.org:10001 [2023-01-03T16:41:13.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:13.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:13.579Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:13.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:13.579Z] [2023-01-03T16:41:13.579Z] Login Succeeded [2023-01-03T16:41:13.579Z] nexus3.edgexfoundry.org:10002 [2023-01-03T16:41:13.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:13.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:13.579Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:13.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:13.579Z] [2023-01-03T16:41:13.579Z] Login Succeeded [2023-01-03T16:41:13.579Z] nexus3.edgexfoundry.org:10003 [2023-01-03T16:41:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:13.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:13.840Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:13.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:13.840Z] [2023-01-03T16:41:13.840Z] Login Succeeded [2023-01-03T16:41:13.840Z] nexus3.edgexfoundry.org:10004 [2023-01-03T16:41:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:13.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:13.840Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:13.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:13.840Z] [2023-01-03T16:41:13.840Z] Login Succeeded [2023-01-03T16:41:13.840Z] docker.io [2023-01-03T16:41:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:14.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:14.097Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:14.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:14.097Z] [2023-01-03T16:41:14.097Z] Login Succeeded [2023-01-03T16:41:14.097Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T16:41:14.103Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T16:41:14.133Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:41:14.156Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-01-03T16:41:14.156Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:41:14.156Z] latest [2023-01-03T16:41:14.156Z] 3.0.0-dev.4 [2023-01-03T16:41:14.156Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:41:14.156Z] main [2023-01-03T16:41:14.156Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:14.471Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:14.773Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:41:14.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T16:41:14.773Z] f59cfd3635cb: Preparing [2023-01-03T16:41:14.773Z] ed38e738fddb: Preparing [2023-01-03T16:41:14.773Z] 7f9eaaa1beb6: Preparing [2023-01-03T16:41:14.773Z] 550e596c6d0e: Preparing [2023-01-03T16:41:14.773Z] 1207169bf42c: Preparing [2023-01-03T16:41:14.773Z] 2c34b81d644c: Preparing [2023-01-03T16:41:14.773Z] e79ba8c90e7b: Preparing [2023-01-03T16:41:14.773Z] 2efbc6451a76: Preparing [2023-01-03T16:41:14.773Z] 345caac56cd5: Preparing [2023-01-03T16:41:14.773Z] cf9f1121c192: Preparing [2023-01-03T16:41:14.773Z] ed645820b01d: Preparing [2023-01-03T16:41:14.773Z] e5e13b0c77cb: Preparing [2023-01-03T16:41:14.773Z] 2c34b81d644c: Waiting [2023-01-03T16:41:14.773Z] e79ba8c90e7b: Waiting [2023-01-03T16:41:14.773Z] 2efbc6451a76: Waiting [2023-01-03T16:41:14.773Z] 345caac56cd5: Waiting [2023-01-03T16:41:14.773Z] cf9f1121c192: Waiting [2023-01-03T16:41:14.773Z] e5e13b0c77cb: Waiting [2023-01-03T16:41:14.773Z] ed645820b01d: Waiting [2023-01-03T16:41:14.773Z] f59cfd3635cb: Pushed [2023-01-03T16:41:14.773Z] 1207169bf42c: Pushed [2023-01-03T16:41:14.773Z] 7f9eaaa1beb6: Pushed [2023-01-03T16:41:14.773Z] ed38e738fddb: Pushed [2023-01-03T16:41:15.035Z] 2c34b81d644c: Pushed [2023-01-03T16:41:15.035Z] 2efbc6451a76: Pushed [2023-01-03T16:41:15.035Z] 345caac56cd5: Pushed [2023-01-03T16:41:15.035Z] e79ba8c90e7b: Pushed [2023-01-03T16:41:15.035Z] e5e13b0c77cb: Layer already exists [2023-01-03T16:41:16.408Z] 550e596c6d0e: Pushed [2023-01-03T16:41:17.353Z] cf9f1121c192: Pushed [2023-01-03T16:41:18.173Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-906 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-01-03T16:41:18.187Z] Running in /w/workspace/device-usb-camera/68 [Pipeline] { [Pipeline] checkout [2023-01-03T16:41:18.219Z] Selected Git installation does not exist. Using Default [2023-01-03T16:41:18.219Z] The recommended git tool is: NONE [2023-01-03T16:41:23.737Z] using credential edgex-jenkins-ssh [2023-01-03T16:41:23.766Z] Cloning the remote Git repository [2023-01-03T16:41:23.918Z] ed645820b01d: Pushed [2023-01-03T16:41:23.918Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807: digest: sha256:62d41ef67406bac9fbd2643d63540df6f364502d20ae1ee0ede82e20afc17593 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:24.231Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:23.825Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-01-03T16:41:23.912Z] > git init /w/workspace/device-usb-camera/68 # timeout=10 [2023-01-03T16:41:24.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-01-03T16:41:24.080Z] > git --version # timeout=10 [2023-01-03T16:41:24.099Z] > git --version # 'git version 2.25.1' [2023-01-03T16:41:24.102Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T16:41:24.162Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T16:41:24.541Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-01-03T16:41:24.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T16:41:24.542Z] f59cfd3635cb: Preparing [2023-01-03T16:41:24.542Z] ed38e738fddb: Preparing [2023-01-03T16:41:24.542Z] 7f9eaaa1beb6: Preparing [2023-01-03T16:41:24.542Z] 550e596c6d0e: Preparing [2023-01-03T16:41:24.542Z] 1207169bf42c: Preparing [2023-01-03T16:41:24.542Z] 2c34b81d644c: Preparing [2023-01-03T16:41:24.542Z] e79ba8c90e7b: Preparing [2023-01-03T16:41:24.542Z] 2efbc6451a76: Preparing [2023-01-03T16:41:24.542Z] 345caac56cd5: Preparing [2023-01-03T16:41:24.542Z] cf9f1121c192: Preparing [2023-01-03T16:41:24.542Z] ed645820b01d: Preparing [2023-01-03T16:41:24.542Z] e5e13b0c77cb: Preparing [2023-01-03T16:41:24.542Z] cf9f1121c192: Waiting [2023-01-03T16:41:24.542Z] ed645820b01d: Waiting [2023-01-03T16:41:24.542Z] e5e13b0c77cb: Waiting [2023-01-03T16:41:24.542Z] 345caac56cd5: Waiting [2023-01-03T16:41:24.542Z] 2c34b81d644c: Waiting [2023-01-03T16:41:24.542Z] e79ba8c90e7b: Waiting [2023-01-03T16:41:24.542Z] 550e596c6d0e: Layer already exists [2023-01-03T16:41:24.542Z] 7f9eaaa1beb6: Layer already exists [2023-01-03T16:41:24.542Z] ed38e738fddb: Layer already exists [2023-01-03T16:41:24.542Z] f59cfd3635cb: Layer already exists [2023-01-03T16:41:24.542Z] 1207169bf42c: Layer already exists [2023-01-03T16:41:24.542Z] 2c34b81d644c: Layer already exists [2023-01-03T16:41:24.542Z] e79ba8c90e7b: Layer already exists [2023-01-03T16:41:24.542Z] 2efbc6451a76: Layer already exists [2023-01-03T16:41:24.542Z] 345caac56cd5: Layer already exists [2023-01-03T16:41:24.542Z] cf9f1121c192: Layer already exists [2023-01-03T16:41:24.542Z] ed645820b01d: Layer already exists [2023-01-03T16:41:24.542Z] e5e13b0c77cb: Layer already exists [2023-01-03T16:41:24.542Z] latest: digest: sha256:62d41ef67406bac9fbd2643d63540df6f364502d20ae1ee0ede82e20afc17593 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:24.845Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:25.147Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.4 [2023-01-03T16:41:25.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T16:41:25.147Z] f59cfd3635cb: Preparing [2023-01-03T16:41:25.147Z] ed38e738fddb: Preparing [2023-01-03T16:41:25.147Z] 7f9eaaa1beb6: Preparing [2023-01-03T16:41:25.147Z] 550e596c6d0e: Preparing [2023-01-03T16:41:25.147Z] 1207169bf42c: Preparing [2023-01-03T16:41:25.147Z] 2c34b81d644c: Preparing [2023-01-03T16:41:25.147Z] e79ba8c90e7b: Preparing [2023-01-03T16:41:25.147Z] 2efbc6451a76: Preparing [2023-01-03T16:41:25.147Z] 345caac56cd5: Preparing [2023-01-03T16:41:25.147Z] cf9f1121c192: Preparing [2023-01-03T16:41:25.147Z] ed645820b01d: Preparing [2023-01-03T16:41:25.147Z] e5e13b0c77cb: Preparing [2023-01-03T16:41:25.147Z] 345caac56cd5: Waiting [2023-01-03T16:41:25.147Z] e79ba8c90e7b: Waiting [2023-01-03T16:41:25.147Z] 2c34b81d644c: Waiting [2023-01-03T16:41:25.147Z] 2efbc6451a76: Waiting [2023-01-03T16:41:25.147Z] e5e13b0c77cb: Waiting [2023-01-03T16:41:25.147Z] ed645820b01d: Waiting [2023-01-03T16:41:25.147Z] ed38e738fddb: Layer already exists [2023-01-03T16:41:25.147Z] 1207169bf42c: Layer already exists [2023-01-03T16:41:25.147Z] 7f9eaaa1beb6: Layer already exists [2023-01-03T16:41:25.147Z] 550e596c6d0e: Layer already exists [2023-01-03T16:41:25.147Z] f59cfd3635cb: Layer already exists [2023-01-03T16:41:25.147Z] 2c34b81d644c: Layer already exists [2023-01-03T16:41:25.147Z] cf9f1121c192: Layer already exists [2023-01-03T16:41:25.147Z] 2efbc6451a76: Layer already exists [2023-01-03T16:41:25.147Z] 345caac56cd5: Layer already exists [2023-01-03T16:41:25.147Z] e79ba8c90e7b: Layer already exists [2023-01-03T16:41:25.147Z] ed645820b01d: Layer already exists [2023-01-03T16:41:25.147Z] e5e13b0c77cb: Layer already exists [2023-01-03T16:41:25.147Z] 3.0.0-dev.4: digest: sha256:62d41ef67406bac9fbd2643d63540df6f364502d20ae1ee0ede82e20afc17593 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:25.456Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:24.850Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-01-03T16:41:24.877Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T16:41:25.744Z] Avoid second fetch [2023-01-03T16:41:25.745Z] Checking out Revision 9bcd451afeb433ee83d3426a4ef1736b40f29807 (main) [2023-01-03T16:41:25.759Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:41:25.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T16:41:25.759Z] f59cfd3635cb: Preparing [2023-01-03T16:41:25.759Z] ed38e738fddb: Preparing [2023-01-03T16:41:25.759Z] 7f9eaaa1beb6: Preparing [2023-01-03T16:41:25.759Z] 550e596c6d0e: Preparing [2023-01-03T16:41:25.759Z] 1207169bf42c: Preparing [2023-01-03T16:41:25.759Z] 2c34b81d644c: Preparing [2023-01-03T16:41:25.759Z] e79ba8c90e7b: Preparing [2023-01-03T16:41:25.759Z] 2efbc6451a76: Preparing [2023-01-03T16:41:25.759Z] 345caac56cd5: Preparing [2023-01-03T16:41:25.759Z] cf9f1121c192: Preparing [2023-01-03T16:41:25.759Z] ed645820b01d: Preparing [2023-01-03T16:41:25.759Z] e5e13b0c77cb: Preparing [2023-01-03T16:41:25.759Z] 2c34b81d644c: Waiting [2023-01-03T16:41:25.759Z] e79ba8c90e7b: Waiting [2023-01-03T16:41:25.759Z] 2efbc6451a76: Waiting [2023-01-03T16:41:25.759Z] 345caac56cd5: Waiting [2023-01-03T16:41:25.759Z] cf9f1121c192: Waiting [2023-01-03T16:41:25.759Z] ed645820b01d: Waiting [2023-01-03T16:41:25.759Z] e5e13b0c77cb: Waiting [2023-01-03T16:41:25.759Z] 7f9eaaa1beb6: Layer already exists [2023-01-03T16:41:25.759Z] 550e596c6d0e: Layer already exists [2023-01-03T16:41:25.759Z] 1207169bf42c: Layer already exists [2023-01-03T16:41:25.759Z] f59cfd3635cb: Layer already exists [2023-01-03T16:41:25.759Z] ed38e738fddb: Layer already exists [2023-01-03T16:41:25.759Z] 2c34b81d644c: Layer already exists [2023-01-03T16:41:25.759Z] 345caac56cd5: Layer already exists [2023-01-03T16:41:25.759Z] 2efbc6451a76: Layer already exists [2023-01-03T16:41:25.759Z] e79ba8c90e7b: Layer already exists [2023-01-03T16:41:25.759Z] cf9f1121c192: Layer already exists [2023-01-03T16:41:25.759Z] ed645820b01d: Layer already exists [2023-01-03T16:41:25.759Z] e5e13b0c77cb: Layer already exists [2023-01-03T16:41:25.759Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4: digest: sha256:62d41ef67406bac9fbd2643d63540df6f364502d20ae1ee0ede82e20afc17593 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:26.061Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:26.288Z] Commit message: "feat: implement rediscovery (#120)" [2023-01-03T16:41:26.370Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-01-03T16:41:26.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T16:41:26.370Z] f59cfd3635cb: Preparing [2023-01-03T16:41:26.370Z] ed38e738fddb: Preparing [2023-01-03T16:41:26.370Z] 7f9eaaa1beb6: Preparing [2023-01-03T16:41:26.370Z] 550e596c6d0e: Preparing [2023-01-03T16:41:26.370Z] 1207169bf42c: Preparing [2023-01-03T16:41:26.370Z] 2c34b81d644c: Preparing [2023-01-03T16:41:26.370Z] e79ba8c90e7b: Preparing [2023-01-03T16:41:26.370Z] 2efbc6451a76: Preparing [2023-01-03T16:41:26.370Z] 345caac56cd5: Preparing [2023-01-03T16:41:26.370Z] cf9f1121c192: Preparing [2023-01-03T16:41:26.370Z] ed645820b01d: Preparing [2023-01-03T16:41:26.370Z] e5e13b0c77cb: Preparing [2023-01-03T16:41:26.370Z] 2c34b81d644c: Waiting [2023-01-03T16:41:26.370Z] e79ba8c90e7b: Waiting [2023-01-03T16:41:26.370Z] 2efbc6451a76: Waiting [2023-01-03T16:41:26.370Z] 345caac56cd5: Waiting [2023-01-03T16:41:26.370Z] cf9f1121c192: Waiting [2023-01-03T16:41:26.370Z] ed645820b01d: Waiting [2023-01-03T16:41:26.370Z] e5e13b0c77cb: Waiting [2023-01-03T16:41:26.370Z] 550e596c6d0e: Layer already exists [2023-01-03T16:41:26.370Z] 7f9eaaa1beb6: Layer already exists [2023-01-03T16:41:26.370Z] 1207169bf42c: Layer already exists [2023-01-03T16:41:26.370Z] f59cfd3635cb: Layer already exists [2023-01-03T16:41:26.370Z] ed38e738fddb: Layer already exists [2023-01-03T16:41:26.370Z] 2c34b81d644c: Layer already exists [2023-01-03T16:41:26.370Z] e79ba8c90e7b: Layer already exists [2023-01-03T16:41:26.370Z] 2efbc6451a76: Layer already exists [2023-01-03T16:41:26.370Z] 345caac56cd5: Layer already exists [2023-01-03T16:41:26.370Z] cf9f1121c192: Layer already exists [2023-01-03T16:41:26.370Z] e5e13b0c77cb: Layer already exists [2023-01-03T16:41:26.370Z] ed645820b01d: Layer already exists [2023-01-03T16:41:26.370Z] main: digest: sha256:62d41ef67406bac9fbd2643d63540df6f364502d20ae1ee0ede82e20afc17593 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T16:41:26.414Z] ===================================================== [Pipeline] echo [2023-01-03T16:41:26.427Z] taggedImages: [2023-01-03T16:41:26.427Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:41:26.427Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-01-03T16:41:26.427Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.4 [2023-01-03T16:41:26.427Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:41:26.427Z] - 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T16:41:26.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T16:41:26.793Z] [2023-01-03T16:41:26.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:25.763Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T16:41:25.787Z] > git checkout -f 9bcd451afeb433ee83d3426a4ef1736b40f29807 # timeout=10 [2023-01-03T16:41:27.173Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T16:41:27.173Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T16:41:27.173Z] 5eb5b503b376: Pulling fs layer [2023-01-03T16:41:27.173Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T16:41:27.173Z] ec43610c2a17: Pulling fs layer [2023-01-03T16:41:27.173Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T16:41:27.173Z] 33b1e0a273af: Pulling fs layer [2023-01-03T16:41:27.173Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T16:41:27.173Z] 2f39f015ded8: Pulling fs layer [2023-01-03T16:41:27.173Z] 3a2ae6a8a46f: Waiting [2023-01-03T16:41:27.173Z] 33b1e0a273af: Waiting [2023-01-03T16:41:27.173Z] 5d3b04190fa2: Waiting [2023-01-03T16:41:27.173Z] 2f39f015ded8: Waiting [2023-01-03T16:41:27.173Z] 5c69ac0246d0: Verifying Checksum [2023-01-03T16:41:27.173Z] 5c69ac0246d0: Download complete [2023-01-03T16:41:27.173Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-03T16:41:27.173Z] 3a2ae6a8a46f: Download complete [2023-01-03T16:41:27.173Z] 33b1e0a273af: Verifying Checksum [2023-01-03T16:41:27.173Z] 33b1e0a273af: Download complete [2023-01-03T16:41:27.173Z] 5d3b04190fa2: Verifying Checksum [2023-01-03T16:41:27.173Z] 5d3b04190fa2: Download complete [2023-01-03T16:41:27.208Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T16:41:27.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:41:27.208Z] Dload Upload Total Spent Left Speed [2023-01-03T16:41:27.208Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78709 0 --:--:-- --:--:-- --:--:-- 78709 [2023-01-03T16:41:27.433Z] ec43610c2a17: Verifying Checksum [2023-01-03T16:41:27.433Z] ec43610c2a17: Download complete [2023-01-03T16:41:27.433Z] 5eb5b503b376: Verifying Checksum [2023-01-03T16:41:27.433Z] 5eb5b503b376: Download complete [Pipeline] sh [2023-01-03T16:41:27.862Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T16:41:28.000Z] 2f39f015ded8: Verifying Checksum [2023-01-03T16:41:28.000Z] 2f39f015ded8: Download complete [2023-01-03T16:41:28.202Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-03T16:41:28.202Z] + sudo tee /etc/docker/daemon.new [2023-01-03T16:41:28.202Z] { [2023-01-03T16:41:28.202Z] "registry-mirrors": [ [2023-01-03T16:41:28.202Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T16:41:28.202Z] ], [2023-01-03T16:41:28.202Z] "bip": "10.250.0.254/24", [2023-01-03T16:41:28.202Z] "hosts": [ [2023-01-03T16:41:28.202Z] "tcp://0.0.0.0:5555", [2023-01-03T16:41:28.202Z] "unix:///var/run/docker.sock" [2023-01-03T16:41:28.202Z] ], [2023-01-03T16:41:28.202Z] "mtu": 1458, [2023-01-03T16:41:28.202Z] "selinux-enabled": true, [2023-01-03T16:41:28.202Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T16:41:28.202Z] } [Pipeline] sh [2023-01-03T16:41:28.529Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T16:41:28.565Z] 5eb5b503b376: Pull complete [2023-01-03T16:41:28.825Z] 5c69ac0246d0: Pull complete [2023-01-03T16:41:28.871Z] + sudo service docker restart [2023-01-03T16:41:29.083Z] ec43610c2a17: Pull complete [2023-01-03T16:41:29.083Z] 3a2ae6a8a46f: Pull complete [2023-01-03T16:41:29.342Z] 33b1e0a273af: Pull complete [2023-01-03T16:41:29.342Z] 5d3b04190fa2: Pull complete [2023-01-03T16:41:33.525Z] 2f39f015ded8: Pull complete [2023-01-03T16:41:33.525Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T16:41:33.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T16:41:33.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:41:33.593Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:41:33.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T16:41:36.932Z] $ docker top 8e86ea5f79312a5c27d6df2dbc3cd9da62e87271942708e0cf342b23939d8cba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:41:37.331Z] ---> job-cost.sh [2023-01-03T16:41:37.331Z] lf-activate-venv: SKIPPING [2023-01-03T16:41:37.331Z] INFO: No Stack... [2023-01-03T16:41:37.901Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T16:41:38.160Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T16:41:38.448Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-01-03T16:41:38.448Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T16:41:38.462Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [2023-01-03T16:41:38.471Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] did not exist. Created. [2023-01-03T16:41:38.471Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T16:41:38.767Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-03T16:41:38.797Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T16:41:38.803Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T16:41:38.821Z] $ docker stop --time=1 8e86ea5f79312a5c27d6df2dbc3cd9da62e87271942708e0cf342b23939d8cba [2023-01-03T16:41:39.963Z] $ docker rm -f --volumes 8e86ea5f79312a5c27d6df2dbc3cd9da62e87271942708e0cf342b23939d8cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T16:41:47.176Z] provisioning config files... [2023-01-03T16:41:47.204Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/68@tmp/config14880702066148516849tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:41:47.574Z] ---> docker-login.sh [2023-01-03T16:41:47.574Z] nexus3.edgexfoundry.org:10001 [2023-01-03T16:41:48.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:48.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:48.168Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:48.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:48.168Z] [2023-01-03T16:41:48.168Z] Login Succeeded [2023-01-03T16:41:48.168Z] nexus3.edgexfoundry.org:10002 [2023-01-03T16:41:48.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:48.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:48.717Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:48.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:48.717Z] [2023-01-03T16:41:48.717Z] Login Succeeded [2023-01-03T16:41:48.717Z] nexus3.edgexfoundry.org:10003 [2023-01-03T16:41:48.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:49.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:49.261Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:49.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:49.261Z] [2023-01-03T16:41:49.261Z] Login Succeeded [2023-01-03T16:41:49.261Z] nexus3.edgexfoundry.org:10004 [2023-01-03T16:41:49.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:49.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:49.534Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:49.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:49.534Z] [2023-01-03T16:41:49.534Z] Login Succeeded [2023-01-03T16:41:49.534Z] docker.io [2023-01-03T16:41:49.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:41:50.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:41:50.078Z] Configure a credential helper to remove this warning. See [2023-01-03T16:41:50.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:41:50.078Z] [2023-01-03T16:41:50.078Z] Login Succeeded [2023-01-03T16:41:50.078Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T16:41:50.093Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T16:41:50.394Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:41:50.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:41:50.418Z] ========================================================= [2023-01-03T16:41:50.418Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T16:41:50.418Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:41:50.780Z] + 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-01-03T16:41:51.051Z] Sending build context to Docker daemon 1.065MB [2023-01-03T16:41:51.051Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T16:41:51.051Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T16:41:51.324Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T16:41:51.324Z] 9b18e9b68314: Pulling fs layer [2023-01-03T16:41:51.325Z] 35d82f9e3411: Pulling fs layer [2023-01-03T16:41:51.325Z] e16973657156: Pulling fs layer [2023-01-03T16:41:51.325Z] fc693d55d65f: Pulling fs layer [2023-01-03T16:41:51.325Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T16:41:51.325Z] dda99020689f: Pulling fs layer [2023-01-03T16:41:51.325Z] db1c61fa0a46: Pulling fs layer [2023-01-03T16:41:51.325Z] 891c053d2c06: Pulling fs layer [2023-01-03T16:41:51.325Z] fc693d55d65f: Waiting [2023-01-03T16:41:51.325Z] 7e9fc2657dce: Waiting [2023-01-03T16:41:51.325Z] dda99020689f: Waiting [2023-01-03T16:41:51.325Z] db1c61fa0a46: Waiting [2023-01-03T16:41:51.325Z] 891c053d2c06: Waiting [2023-01-03T16:41:51.325Z] e16973657156: Verifying Checksum [2023-01-03T16:41:51.325Z] e16973657156: Download complete [2023-01-03T16:41:51.325Z] 35d82f9e3411: Download complete [2023-01-03T16:41:51.325Z] 7e9fc2657dce: Verifying Checksum [2023-01-03T16:41:51.325Z] 7e9fc2657dce: Download complete [2023-01-03T16:41:51.325Z] dda99020689f: Download complete [2023-01-03T16:41:51.325Z] 9b18e9b68314: Verifying Checksum [2023-01-03T16:41:51.325Z] 9b18e9b68314: Download complete [2023-01-03T16:41:52.317Z] 9b18e9b68314: Pull complete [2023-01-03T16:41:52.599Z] 891c053d2c06: Verifying Checksum [2023-01-03T16:41:52.599Z] 891c053d2c06: Download complete [2023-01-03T16:41:52.875Z] 35d82f9e3411: Pull complete [2023-01-03T16:41:53.477Z] e16973657156: Pull complete [2023-01-03T16:41:53.748Z] db1c61fa0a46: Verifying Checksum [2023-01-03T16:41:53.748Z] db1c61fa0a46: Download complete [2023-01-03T16:41:54.725Z] fc693d55d65f: Verifying Checksum [2023-01-03T16:41:54.725Z] fc693d55d65f: Download complete [2023-01-03T16:42:09.774Z] fc693d55d65f: Pull complete [2023-01-03T16:42:09.774Z] 7e9fc2657dce: Pull complete [2023-01-03T16:42:09.774Z] dda99020689f: Pull complete [2023-01-03T16:42:13.138Z] db1c61fa0a46: Pull complete [2023-01-03T16:42:15.108Z] 891c053d2c06: Pull complete [2023-01-03T16:42:15.108Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T16:42:15.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T16:42:15.108Z] ---> f96f9c87975a [2023-01-03T16:42:15.108Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T16:42:17.060Z] ---> Running in 1af2116f6f27 [2023-01-03T16:42:17.328Z] Removing intermediate container 1af2116f6f27 [2023-01-03T16:42:17.328Z] ---> 129219c4f17e [2023-01-03T16:42:17.328Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T16:42:17.598Z] ---> Running in 98cad9bcae44 [2023-01-03T16:42:17.867Z] Removing intermediate container 98cad9bcae44 [2023-01-03T16:42:17.868Z] ---> 9b296ecb6a57 [2023-01-03T16:42:17.868Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T16:42:17.868Z] ---> Running in ff4c20107285 [2023-01-03T16:42:18.134Z] Removing intermediate container ff4c20107285 [2023-01-03T16:42:18.134Z] ---> fd30cf62d5f8 [2023-01-03T16:42:18.134Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T16:42:18.402Z] ---> Running in 1003fe12fb74 [2023-01-03T16:42:19.812Z] Removing intermediate container 1003fe12fb74 [2023-01-03T16:42:19.813Z] ---> 9b4a22c01985 [2023-01-03T16:42:19.813Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T16:42:19.813Z] ---> Running in 3269da7725eb [2023-01-03T16:42:20.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T16:42:21.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T16:42:22.337Z] (1/14) Installing libintl (0.21-r2) [2023-01-03T16:42:22.337Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-01-03T16:42:22.337Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T16:42:22.337Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T16:42:22.337Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-01-03T16:42:22.337Z] (6/14) Installing udev-init-scripts (35-r0) [2023-01-03T16:42:22.337Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T16:42:22.337Z] (7/14) Installing libblkid (2.38-r1) [2023-01-03T16:42:22.337Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-01-03T16:42:22.337Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-01-03T16:42:22.337Z] (10/14) Installing kmod-libs (29-r2) [2023-01-03T16:42:22.337Z] (11/14) Installing eudev (3.2.11-r0) [2023-01-03T16:42:22.337Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-01-03T16:42:22.337Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-01-03T16:42:22.337Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-01-03T16:42:22.609Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T16:42:22.609Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T16:42:22.609Z] OK: 228 MiB in 65 packages [2023-01-03T16:42:24.036Z] Removing intermediate container 3269da7725eb [2023-01-03T16:42:24.036Z] ---> cc26dc798525 [2023-01-03T16:42:24.036Z] Step 8/13 : WORKDIR /device-usb-camera [2023-01-03T16:42:24.036Z] ---> Running in 0658cebaebc8 [2023-01-03T16:42:24.317Z] Removing intermediate container 0658cebaebc8 [2023-01-03T16:42:24.317Z] ---> a04dcd7ea80a [2023-01-03T16:42:24.317Z] Step 9/13 : COPY go.mod vendor* ./ [2023-01-03T16:42:24.905Z] ---> 3cccdfdfa7cc [2023-01-03T16:42:24.905Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T16:42:24.905Z] ---> Running in 3f0c5d3570a0 [2023-01-03T16:43:21.469Z] Removing intermediate container 3f0c5d3570a0 [2023-01-03T16:43:21.469Z] ---> bbe97a71ed49 [2023-01-03T16:43:21.469Z] Step 11/13 : COPY . . [2023-01-03T16:43:21.469Z] ---> eaa46a810682 [2023-01-03T16:43:21.469Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T16:43:21.469Z] ---> Running in c9e50a7e50cc [2023-01-03T16:43:21.469Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:43:21.469Z] Dload Upload Total Spent Left Speed [2023-01-03T16:43:21.469Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14008 0 --:--:-- --:--:-- --:--:-- 14160 [2023-01-03T16:43:21.469Z] Removing intermediate container c9e50a7e50cc [2023-01-03T16:43:21.469Z] ---> 72bad6b5ca4b [2023-01-03T16:43:21.469Z] Step 13/13 : RUN ${MAKE} [2023-01-03T16:43:21.469Z] ---> Running in a202a77a0022 [2023-01-03T16:43:21.469Z] noop [2023-01-03T16:43:21.469Z] Removing intermediate container a202a77a0022 [2023-01-03T16:43:21.469Z] ---> eec24a8e83b9 [2023-01-03T16:43:21.469Z] Successfully built eec24a8e83b9 [2023-01-03T16:43:21.469Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:43:21.823Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T16:43:21.823Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:43:22.011Z] prd-ubuntu20.04-docker-arm64-4c-16g-906 does not seem to be running inside a container [2023-01-03T16:43:22.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/68 -v /w/workspace/device-usb-camera/68:/w/workspace/device-usb-camera/68:rw,z -v /w/workspace/device-usb-camera/68@tmp:/w/workspace/device-usb-camera/68@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-01-03T16:43:23.182Z] $ docker top d2841af6fae5eca0a3dec55092735eda2ec7693fe3f183907be4c092f6152a75 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T16:43:23.990Z] + go version [2023-01-03T16:43:23.990Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T16:43:24.015Z] $ docker stop --time=1 d2841af6fae5eca0a3dec55092735eda2ec7693fe3f183907be4c092f6152a75 [2023-01-03T16:43:25.590Z] $ docker rm -f --volumes d2841af6fae5eca0a3dec55092735eda2ec7693fe3f183907be4c092f6152a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:43:26.083Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T16:43:26.083Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:43:26.244Z] prd-ubuntu20.04-docker-arm64-4c-16g-906 does not seem to be running inside a container [2023-01-03T16:43:26.309Z] $ 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/68 -v /w/workspace/device-usb-camera/68:/w/workspace/device-usb-camera/68:rw,z -v /w/workspace/device-usb-camera/68@tmp:/w/workspace/device-usb-camera/68@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-01-03T16:43:27.379Z] $ docker top 72fb1d4baa1ec2194a7e7abaf3cbc38e4cabb55c0f97ff63946897f3ec91e193 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T16:43:27.862Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/68 [Pipeline] fileExists [Pipeline] sh [2023-01-03T16:43:28.199Z] + make test [2023-01-03T16:43:28.199Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-01-03T16:43:30.147Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-01-03T16:45:06.799Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-01-03T16:45:06.799Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.076s coverage: 1.9% of statements [2023-01-03T16:45:06.799Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-03T16:45:06.799Z] CGO_ENABLED=1 go vet ./... [2023-01-03T16:45:28.889Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T16:45:28.889Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T16:45:29.162Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T16:45:29.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T16:45:29.472Z] $ docker stop --time=1 72fb1d4baa1ec2194a7e7abaf3cbc38e4cabb55c0f97ff63946897f3ec91e193 [2023-01-03T16:45:31.434Z] $ docker rm -f --volumes 72fb1d4baa1ec2194a7e7abaf3cbc38e4cabb55c0f97ff63946897f3ec91e193 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T16:45:32.389Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T16:45:32.414Z] Warning: overwriting stash ‘coverage-report’ [2023-01-03T16:45:32.887Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T16:45:33.268Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T16:45:33.594Z] + ls -al . [2023-01-03T16:45:33.594Z] total 200 [2023-01-03T16:45:33.594Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 16:43 . [2023-01-03T16:45:33.594Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:41 .. [2023-01-03T16:45:33.594Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 16:41 .git [2023-01-03T16:45:33.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:41 .github [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 414 Jan 3 16:41 .gitignore [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 16:41 .golangci.yml [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 77 Jan 3 16:41 .hadolint.yml [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 9702 Jan 3 16:41 Attribution.txt [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 5460 Jan 3 16:41 CHANGELOG.md [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 2378 Jan 3 16:41 Dockerfile [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 3 16:41 GOVERNANCE.md [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 659 Jan 3 16:41 Jenkinsfile [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 16:41 LICENSE [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 2554 Jan 3 16:41 Makefile [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 16:41 OWNERS.md [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 5934 Jan 3 16:41 README.md [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 16:39 VERSION [2023-01-03T16:45:33.594Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 16:41 bin [2023-01-03T16:45:33.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:41 cmd [2023-01-03T16:45:33.594Z] -rw-r--r-- 1 jenkins jenkins 30666 Jan 3 16:45 coverage.out [2023-01-03T16:45:33.594Z] -rwxrwxr-x 1 jenkins jenkins 140 Jan 3 16:41 docker-entrypoint.sh [2023-01-03T16:45:33.594Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:41 docs [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 3573 Jan 3 16:41 go.mod [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 45026 Jan 3 16:41 go.sum [2023-01-03T16:45:33.594Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 16:41 internal [2023-01-03T16:45:33.594Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 16:41 snap [2023-01-03T16:45:33.594Z] -rw-rw-r-- 1 jenkins jenkins 231 Jan 3 16:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:45:33.947Z] + 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=9bcd451afeb433ee83d3426a4ef1736b40f29807 --label arch=arm64 --label version=3.0.0-dev.4 . [2023-01-03T16:45:34.249Z] Sending build context to Docker daemon 1.097MB [2023-01-03T16:45:34.249Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T16:45:34.249Z] Step 2/35 : FROM ${BASE} AS builder [2023-01-03T16:45:34.249Z] ---> eec24a8e83b9 [2023-01-03T16:45:34.249Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-01-03T16:45:34.519Z] ---> Running in bb57f8cb1a43 [2023-01-03T16:45:34.790Z] Removing intermediate container bb57f8cb1a43 [2023-01-03T16:45:34.790Z] ---> 6e59f78b7705 [2023-01-03T16:45:34.790Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T16:45:34.790Z] ---> Running in 8a74b8db09a3 [2023-01-03T16:45:35.376Z] Removing intermediate container 8a74b8db09a3 [2023-01-03T16:45:35.376Z] ---> a3a920841b56 [2023-01-03T16:45:35.376Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T16:45:35.376Z] ---> Running in e4ab6dcfc758 [2023-01-03T16:45:35.644Z] Removing intermediate container e4ab6dcfc758 [2023-01-03T16:45:35.644Z] ---> 08d322eedcf5 [2023-01-03T16:45:35.644Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T16:45:35.644Z] ---> Running in 6b7a2b452f82 [2023-01-03T16:45:36.234Z] Removing intermediate container 6b7a2b452f82 [2023-01-03T16:45:36.234Z] ---> 85b002833224 [2023-01-03T16:45:36.234Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T16:45:36.234Z] ---> Running in 08310a0c601a [2023-01-03T16:45:37.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T16:45:37.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T16:45:38.751Z] OK: 228 MiB in 65 packages [2023-01-03T16:45:39.744Z] Removing intermediate container 08310a0c601a [2023-01-03T16:45:39.744Z] ---> 93f0f1e209c3 [2023-01-03T16:45:39.744Z] Step 8/35 : WORKDIR /device-usb-camera [2023-01-03T16:45:39.744Z] ---> Running in 28e00a5f1034 [2023-01-03T16:45:40.332Z] Removing intermediate container 28e00a5f1034 [2023-01-03T16:45:40.332Z] ---> 88c60525901c [2023-01-03T16:45:40.332Z] Step 9/35 : COPY go.mod vendor* ./ [2023-01-03T16:45:40.917Z] ---> ea243fb2360c [2023-01-03T16:45:40.917Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T16:45:40.917Z] ---> Running in 482b34275fbe [2023-01-03T16:45:45.185Z] Removing intermediate container 482b34275fbe [2023-01-03T16:45:45.185Z] ---> 771d7e052170 [2023-01-03T16:45:45.185Z] Step 11/35 : COPY . . [2023-01-03T16:45:46.154Z] ---> 86edd1c76ede [2023-01-03T16:45:46.154Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T16:45:46.154Z] ---> Running in 483fb9684e9c [2023-01-03T16:45:47.569Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:45:47.569Z] Dload Upload Total Spent Left Speed [2023-01-03T16:45:47.569Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5909 0 --:--:-- --:--:-- --:--:-- 5932 [2023-01-03T16:45:48.156Z] Removing intermediate container 483fb9684e9c [2023-01-03T16:45:48.156Z] ---> f192719236f1 [2023-01-03T16:45:48.156Z] Step 13/35 : RUN ${MAKE} [2023-01-03T16:45:48.426Z] ---> Running in 0cff51670957 [2023-01-03T16:45:49.399Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-01-03T16:48:41.202Z] Removing intermediate container 0cff51670957 [2023-01-03T16:48:41.202Z] ---> 06c5402c3d48 [2023-01-03T16:48:41.202Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-01-03T16:48:41.202Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-01-03T16:48:41.202Z] eab2503cf8f4: Pulling fs layer [2023-01-03T16:48:41.202Z] 97cd0a44c592: Pulling fs layer [2023-01-03T16:48:41.202Z] 97cd0a44c592: Download complete [2023-01-03T16:48:41.202Z] eab2503cf8f4: Verifying Checksum [2023-01-03T16:48:41.202Z] eab2503cf8f4: Download complete [2023-01-03T16:48:41.202Z] eab2503cf8f4: Pull complete [2023-01-03T16:48:41.202Z] 97cd0a44c592: Pull complete [2023-01-03T16:48:41.202Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-01-03T16:48:41.202Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-01-03T16:48:41.202Z] ---> 7f763cca56b3 [2023-01-03T16:48:41.202Z] Step 15/35 : FROM alpine:3.16 [2023-01-03T16:48:41.202Z] 3.16: Pulling from library/alpine [2023-01-03T16:48:41.202Z] 6875df1f5354: Pulling fs layer [2023-01-03T16:48:41.202Z] 6875df1f5354: Download complete [2023-01-03T16:48:41.202Z] 6875df1f5354: Pull complete [2023-01-03T16:48:41.202Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T16:48:41.202Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T16:48:41.202Z] ---> 2b4661558fb8 [2023-01-03T16:48:41.202Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T16:48:41.202Z] ---> Running in 4568a2a37f06 [2023-01-03T16:48:41.202Z] Removing intermediate container 4568a2a37f06 [2023-01-03T16:48:41.202Z] ---> 037e6e49e208 [2023-01-03T16:48:41.202Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-01-03T16:48:41.202Z] ---> Running in 06d2381391e1 [2023-01-03T16:48:41.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T16:48:41.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T16:48:41.202Z] (1/82) Installing dumb-init (1.2.5-r1) [2023-01-03T16:48:41.202Z] (2/82) Installing sdl2 (2.0.22-r0) [2023-01-03T16:48:41.202Z] (3/82) Installing libxau (1.0.9-r0) [2023-01-03T16:48:41.202Z] (4/82) Installing libxdmcp (1.1.3-r0) [2023-01-03T16:48:41.202Z] (5/82) Installing libxcb (1.15-r0) [2023-01-03T16:48:41.202Z] (6/82) Installing libx11 (1.8-r0) [2023-01-03T16:48:41.202Z] (7/82) Installing aom-libs (3.3.0-r0) [2023-01-03T16:48:41.202Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2023-01-03T16:48:41.202Z] (9/82) Installing expat (2.5.0-r0) [2023-01-03T16:48:41.202Z] (10/82) Installing brotli-libs (1.0.9-r6) [2023-01-03T16:48:41.202Z] (11/82) Installing libbz2 (1.0.8-r1) [2023-01-03T16:48:41.202Z] (12/82) Installing libpng (1.6.37-r1) [2023-01-03T16:48:41.202Z] (13/82) Installing freetype (2.12.1-r0) [2023-01-03T16:48:41.202Z] (14/82) Installing fontconfig (2.14.0-r0) [2023-01-03T16:48:41.202Z] (15/82) Installing fribidi (1.0.12-r0) [2023-01-03T16:48:41.202Z] (16/82) Installing libffi (3.4.2-r1) [2023-01-03T16:48:41.202Z] (17/82) Installing libintl (0.21-r2) [2023-01-03T16:48:41.202Z] (18/82) Installing libblkid (2.38-r1) [2023-01-03T16:48:41.202Z] (19/82) Installing libmount (2.38-r1) [2023-01-03T16:48:41.202Z] (20/82) Installing pcre (8.45-r2) [2023-01-03T16:48:41.202Z] (21/82) Installing glib (2.72.1-r0) [2023-01-03T16:48:41.202Z] (22/82) Installing graphite2 (1.3.14-r1) [2023-01-03T16:48:41.203Z] (23/82) Installing harfbuzz (4.3.0-r0) [2023-01-03T16:48:41.203Z] (24/82) Installing libass (0.16.0-r0) [2023-01-03T16:48:41.203Z] (25/82) Installing libdav1d (1.0.0-r0) [2023-01-03T16:48:41.203Z] (26/82) Installing libdrm (2.4.110-r0) [2023-01-03T16:48:41.203Z] (27/82) Installing gmp (6.2.1-r2) [2023-01-03T16:48:41.203Z] (28/82) Installing nettle (3.7.3-r0) [2023-01-03T16:48:41.203Z] (29/82) Installing p11-kit (0.24.1-r0) [2023-01-03T16:48:41.203Z] (30/82) Installing libtasn1 (4.18.0-r1) [2023-01-03T16:48:41.203Z] (31/82) Installing libunistring (1.0-r0) [2023-01-03T16:48:41.203Z] (32/82) Installing gnutls (3.7.7-r0) [2023-01-03T16:48:41.203Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T16:48:41.203Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T16:48:41.203Z] (35/82) Installing lame (3.100-r0) [2023-01-03T16:48:41.203Z] (36/82) Installing opus (1.3.1-r1) [2023-01-03T16:48:41.203Z] (37/82) Installing libasyncns (0.8-r1) [2023-01-03T16:48:41.203Z] (38/82) Installing dbus-libs (1.14.4-r0) [2023-01-03T16:48:41.203Z] (39/82) Installing libltdl (2.4.7-r0) [2023-01-03T16:48:41.203Z] (40/82) Installing orc (0.4.32-r0) [2023-01-03T16:48:41.203Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T16:48:41.203Z] (42/82) Installing libogg (1.3.5-r1) [2023-01-03T16:48:41.203Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T16:48:41.203Z] (44/82) Installing flac (1.3.4-r0) [2023-01-03T16:48:41.203Z] (45/82) Installing libvorbis (1.3.7-r0) [2023-01-03T16:48:41.203Z] (46/82) Installing libsndfile (1.1.0-r0) [2023-01-03T16:48:41.203Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2023-01-03T16:48:41.203Z] (48/82) Installing soxr (0.1.3-r2) [2023-01-03T16:48:41.203Z] (49/82) Installing speexdsp (1.2.0-r0) [2023-01-03T16:48:41.203Z] (50/82) Installing tdb-libs (1.4.6-r0) [2023-01-03T16:48:41.203Z] (51/82) Installing libpulse (15.0-r2) [2023-01-03T16:48:41.203Z] (52/82) Installing cjson (1.7.15-r3) [2023-01-03T16:48:41.203Z] (53/82) Installing mbedtls (2.28.2-r0) [2023-01-03T16:48:41.203Z] (54/82) Installing librist (0.2.6-r1) [2023-01-03T16:48:41.203Z] (55/82) Installing libsrt (1.4.4-r0) [2023-01-03T16:48:41.203Z] (56/82) Installing libssh (0.9.6-r1) [2023-01-03T16:48:41.203Z] (57/82) Installing libtheora (1.1.1-r16) [2023-01-03T16:48:41.203Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T16:48:41.203Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T16:48:41.203Z] (60/82) Installing libxext (1.3.4-r0) [2023-01-03T16:48:41.203Z] (61/82) Installing libxfixes (6.0.0-r0) [2023-01-03T16:48:41.203Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T16:48:41.203Z] (63/82) Installing libva (2.14.0-r0) [2023-01-03T16:48:41.203Z] (64/82) Installing libvdpau (1.5-r0) [2023-01-03T16:48:41.203Z] (65/82) Installing vidstab (1.1.0-r1) [2023-01-03T16:48:41.203Z] (66/82) Installing libvpx (1.11.0-r1) [2023-01-03T16:48:41.203Z] (67/82) Installing libwebp (1.2.3-r0) [2023-01-03T16:48:41.203Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2023-01-03T16:48:41.203Z] (69/82) Installing numactl (2.0.14-r0) [2023-01-03T16:48:41.203Z] (70/82) Installing x265-libs (3.5-r3) [2023-01-03T16:48:41.203Z] (71/82) Installing xvidcore (1.3.7-r1) [2023-01-03T16:48:41.203Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2023-01-03T16:48:41.203Z] (73/82) Installing ffmpeg (5.0.1-r1) [2023-01-03T16:48:41.203Z] (74/82) Installing udev-init-scripts (35-r0) [2023-01-03T16:48:41.203Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T16:48:41.203Z] (75/82) Installing eudev-libs (3.2.11-r0) [2023-01-03T16:48:41.203Z] (76/82) Installing xz-libs (5.2.5-r1) [2023-01-03T16:48:41.203Z] (77/82) Installing zstd-libs (1.5.2-r1) [2023-01-03T16:48:41.203Z] (78/82) Installing kmod-libs (29-r2) [2023-01-03T16:48:41.203Z] (79/82) Installing eudev (3.2.11-r0) [2023-01-03T16:48:41.203Z] (80/82) Installing libsodium (1.0.18-r0) [2023-01-03T16:48:41.203Z] (81/82) Installing libzmq (4.3.4-r0) [2023-01-03T16:48:41.203Z] (82/82) Installing zeromq (4.3.4-r0) [2023-01-03T16:48:41.203Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T16:48:41.203Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T16:48:41.203Z] OK: 78 MiB in 96 packages [2023-01-03T16:48:41.203Z] Removing intermediate container 06d2381391e1 [2023-01-03T16:48:41.203Z] ---> 3648bb94068e [2023-01-03T16:48:41.203Z] Step 18/35 : WORKDIR / [2023-01-03T16:48:41.203Z] ---> Running in 9c9ef9c8079b [2023-01-03T16:48:41.788Z] Removing intermediate container 9c9ef9c8079b [2023-01-03T16:48:41.788Z] ---> 73f4639e51a5 [2023-01-03T16:48:41.788Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-01-03T16:48:43.197Z] ---> baaca1cc27f3 [2023-01-03T16:48:43.197Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-01-03T16:48:43.464Z] ---> 7437e53bdc48 [2023-01-03T16:48:43.464Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-01-03T16:48:44.047Z] ---> 1c8c0ad6d9f2 [2023-01-03T16:48:44.047Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-01-03T16:48:44.631Z] ---> 77c32157d0a9 [2023-01-03T16:48:44.631Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-01-03T16:48:44.900Z] ---> 01a304ad977f [2023-01-03T16:48:44.900Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-01-03T16:48:45.482Z] ---> b99c2824ece5 [2023-01-03T16:48:45.482Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-01-03T16:48:46.441Z] ---> f35771de51ca [2023-01-03T16:48:46.441Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-01-03T16:48:46.711Z] ---> Running in f8bbc75a9240 [2023-01-03T16:48:48.128Z] Removing intermediate container f8bbc75a9240 [2023-01-03T16:48:48.128Z] ---> a4f802267ed0 [2023-01-03T16:48:48.128Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-01-03T16:48:48.128Z] ---> Running in 4f2f3946c11d [2023-01-03T16:48:52.384Z] Removing intermediate container 4f2f3946c11d [2023-01-03T16:48:52.384Z] ---> 06a9d72fbd43 [2023-01-03T16:48:52.384Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-01-03T16:48:52.384Z] ---> Running in 6b2ff27ed3a3 [2023-01-03T16:48:53.799Z] Removing intermediate container 6b2ff27ed3a3 [2023-01-03T16:48:53.799Z] ---> 7ad4f48033e1 [2023-01-03T16:48:53.799Z] Step 29/35 : EXPOSE 59983 [2023-01-03T16:48:53.799Z] ---> Running in ebe95d68e6f6 [2023-01-03T16:48:54.067Z] Removing intermediate container ebe95d68e6f6 [2023-01-03T16:48:54.067Z] ---> 43f5c361f3fa [2023-01-03T16:48:54.067Z] Step 30/35 : EXPOSE 8554 [2023-01-03T16:48:54.335Z] ---> Running in a2aee23f452f [2023-01-03T16:48:54.602Z] Removing intermediate container a2aee23f452f [2023-01-03T16:48:54.602Z] ---> a72eabd0a02d [2023-01-03T16:48:54.602Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-01-03T16:48:54.602Z] ---> Running in 2145c25286b8 [2023-01-03T16:48:54.868Z] Removing intermediate container 2145c25286b8 [2023-01-03T16:48:54.868Z] ---> 3b3f91d0994c [2023-01-03T16:48:54.868Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-01-03T16:48:54.868Z] ---> Running in 08be4690789b [2023-01-03T16:48:55.140Z] Removing intermediate container 08be4690789b [2023-01-03T16:48:55.140Z] ---> 9003f227abc8 [2023-01-03T16:48:55.140Z] Step 33/35 : LABEL arch=arm64 [2023-01-03T16:48:55.407Z] ---> Running in 65b39feb0a7c [2023-01-03T16:48:55.407Z] Removing intermediate container 65b39feb0a7c [2023-01-03T16:48:55.407Z] ---> 91dab97a02a0 [2023-01-03T16:48:55.407Z] Step 34/35 : LABEL git_sha=9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:48:55.674Z] ---> Running in 10d4649903b9 [2023-01-03T16:48:55.941Z] Removing intermediate container 10d4649903b9 [2023-01-03T16:48:55.941Z] ---> 066cd53bd7b6 [2023-01-03T16:48:55.941Z] Step 35/35 : LABEL version=3.0.0-dev.4 [2023-01-03T16:48:55.941Z] ---> Running in 91e256134cff [2023-01-03T16:48:56.206Z] Removing intermediate container 91e256134cff [2023-01-03T16:48:56.206Z] ---> 541aec0ed80a [2023-01-03T16:48:56.206Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T16:48:56.206Z] Successfully built 541aec0ed80a [2023-01-03T16:48:56.206Z] 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-01-03T16:48:56.317Z] provisioning config files... [2023-01-03T16:48:56.332Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/68@tmp/config8196231664463442280tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:48:56.657Z] ---> docker-login.sh [2023-01-03T16:48:56.657Z] nexus3.edgexfoundry.org:10001 [2023-01-03T16:48:56.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:48:56.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:48:56.925Z] Configure a credential helper to remove this warning. See [2023-01-03T16:48:56.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:48:56.925Z] [2023-01-03T16:48:56.925Z] Login Succeeded [2023-01-03T16:48:56.925Z] nexus3.edgexfoundry.org:10002 [2023-01-03T16:48:57.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:48:57.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:48:57.193Z] Configure a credential helper to remove this warning. See [2023-01-03T16:48:57.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:48:57.193Z] [2023-01-03T16:48:57.193Z] Login Succeeded [2023-01-03T16:48:57.193Z] nexus3.edgexfoundry.org:10003 [2023-01-03T16:48:57.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:48:57.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:48:57.729Z] Configure a credential helper to remove this warning. See [2023-01-03T16:48:57.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:48:57.729Z] [2023-01-03T16:48:57.729Z] Login Succeeded [2023-01-03T16:48:57.729Z] nexus3.edgexfoundry.org:10004 [2023-01-03T16:48:57.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:48:57.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:48:57.995Z] Configure a credential helper to remove this warning. See [2023-01-03T16:48:57.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:48:57.995Z] [2023-01-03T16:48:57.995Z] Login Succeeded [2023-01-03T16:48:57.995Z] docker.io [2023-01-03T16:48:58.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T16:48:58.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T16:48:58.526Z] Configure a credential helper to remove this warning. See [2023-01-03T16:48:58.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T16:48:58.526Z] [2023-01-03T16:48:58.526Z] Login Succeeded [2023-01-03T16:48:58.526Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T16:48:58.539Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T16:48:58.563Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T16:48:58.578Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-01-03T16:48:58.578Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:48:58.578Z] latest [2023-01-03T16:48:58.578Z] 3.0.0-dev.4 [2023-01-03T16:48:58.578Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:48:58.578Z] main [2023-01-03T16:48:58.578Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:48:58.908Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:48:59.250Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:48:59.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T16:48:59.250Z] e8a7851f5cb8: Preparing [2023-01-03T16:48:59.250Z] 62bbf7460038: Preparing [2023-01-03T16:48:59.250Z] a282ed6407ab: Preparing [2023-01-03T16:48:59.250Z] a43932d1df72: Preparing [2023-01-03T16:48:59.250Z] 1207169bf42c: Preparing [2023-01-03T16:48:59.250Z] 72d7f2dc11e0: Preparing [2023-01-03T16:48:59.250Z] 0bb39a068a08: Preparing [2023-01-03T16:48:59.250Z] c78717e6ca94: Preparing [2023-01-03T16:48:59.250Z] fd8800c16d40: Preparing [2023-01-03T16:48:59.250Z] 34f120ba7ded: Preparing [2023-01-03T16:48:59.250Z] 6870d1cec430: Preparing [2023-01-03T16:48:59.250Z] 17bec77d7fdc: Preparing [2023-01-03T16:48:59.250Z] c78717e6ca94: Waiting [2023-01-03T16:48:59.250Z] fd8800c16d40: Waiting [2023-01-03T16:48:59.250Z] 34f120ba7ded: Waiting [2023-01-03T16:48:59.250Z] 6870d1cec430: Waiting [2023-01-03T16:48:59.250Z] 17bec77d7fdc: Waiting [2023-01-03T16:48:59.250Z] 0bb39a068a08: Waiting [2023-01-03T16:48:59.518Z] 1207169bf42c: Pushed [2023-01-03T16:48:59.518Z] 62bbf7460038: Pushed [2023-01-03T16:48:59.518Z] e8a7851f5cb8: Pushed [2023-01-03T16:48:59.518Z] a282ed6407ab: Pushed [2023-01-03T16:48:59.783Z] 72d7f2dc11e0: Pushed [2023-01-03T16:48:59.783Z] 0bb39a068a08: Pushed [2023-01-03T16:48:59.783Z] c78717e6ca94: Pushed [2023-01-03T16:48:59.783Z] fd8800c16d40: Pushed [2023-01-03T16:48:59.783Z] 17bec77d7fdc: Layer already exists [2023-01-03T16:49:04.034Z] a43932d1df72: Pushed [2023-01-03T16:49:05.441Z] 34f120ba7ded: Pushed [2023-01-03T16:49:15.513Z] 6870d1cec430: Pushed [2023-01-03T16:49:15.513Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807: digest: sha256:3819ef58d0c16690c7374b655f8dd1c7f9a7f242c8a715c7ef22ee32a758b932 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:15.964Z] + 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-01-03T16:49:16.365Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-01-03T16:49:16.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T16:49:16.365Z] e8a7851f5cb8: Preparing [2023-01-03T16:49:16.365Z] 62bbf7460038: Preparing [2023-01-03T16:49:16.365Z] a282ed6407ab: Preparing [2023-01-03T16:49:16.365Z] a43932d1df72: Preparing [2023-01-03T16:49:16.365Z] 1207169bf42c: Preparing [2023-01-03T16:49:16.365Z] 72d7f2dc11e0: Preparing [2023-01-03T16:49:16.365Z] 0bb39a068a08: Preparing [2023-01-03T16:49:16.365Z] c78717e6ca94: Preparing [2023-01-03T16:49:16.365Z] fd8800c16d40: Preparing [2023-01-03T16:49:16.365Z] 34f120ba7ded: Preparing [2023-01-03T16:49:16.365Z] 6870d1cec430: Preparing [2023-01-03T16:49:16.365Z] 17bec77d7fdc: Preparing [2023-01-03T16:49:16.365Z] 72d7f2dc11e0: Waiting [2023-01-03T16:49:16.365Z] 0bb39a068a08: Waiting [2023-01-03T16:49:16.365Z] c78717e6ca94: Waiting [2023-01-03T16:49:16.365Z] fd8800c16d40: Waiting [2023-01-03T16:49:16.365Z] 6870d1cec430: Waiting [2023-01-03T16:49:16.365Z] 34f120ba7ded: Waiting [2023-01-03T16:49:16.365Z] 17bec77d7fdc: Waiting [2023-01-03T16:49:16.365Z] a282ed6407ab: Layer already exists [2023-01-03T16:49:16.365Z] 62bbf7460038: Layer already exists [2023-01-03T16:49:16.365Z] e8a7851f5cb8: Layer already exists [2023-01-03T16:49:16.365Z] 1207169bf42c: Layer already exists [2023-01-03T16:49:16.365Z] a43932d1df72: Layer already exists [2023-01-03T16:49:16.365Z] 72d7f2dc11e0: Layer already exists [2023-01-03T16:49:16.365Z] 0bb39a068a08: Layer already exists [2023-01-03T16:49:16.365Z] fd8800c16d40: Layer already exists [2023-01-03T16:49:16.365Z] c78717e6ca94: Layer already exists [2023-01-03T16:49:16.365Z] 34f120ba7ded: Layer already exists [2023-01-03T16:49:16.643Z] 17bec77d7fdc: Layer already exists [2023-01-03T16:49:16.643Z] 6870d1cec430: Layer already exists [2023-01-03T16:49:16.643Z] latest: digest: sha256:3819ef58d0c16690c7374b655f8dd1c7f9a7f242c8a715c7ef22ee32a758b932 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:17.005Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:17.389Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.4 [2023-01-03T16:49:17.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T16:49:17.389Z] e8a7851f5cb8: Preparing [2023-01-03T16:49:17.389Z] 62bbf7460038: Preparing [2023-01-03T16:49:17.389Z] a282ed6407ab: Preparing [2023-01-03T16:49:17.389Z] a43932d1df72: Preparing [2023-01-03T16:49:17.389Z] 1207169bf42c: Preparing [2023-01-03T16:49:17.389Z] 72d7f2dc11e0: Preparing [2023-01-03T16:49:17.389Z] 0bb39a068a08: Preparing [2023-01-03T16:49:17.389Z] c78717e6ca94: Preparing [2023-01-03T16:49:17.389Z] fd8800c16d40: Preparing [2023-01-03T16:49:17.389Z] 34f120ba7ded: Preparing [2023-01-03T16:49:17.389Z] 72d7f2dc11e0: Waiting [2023-01-03T16:49:17.389Z] 0bb39a068a08: Waiting [2023-01-03T16:49:17.389Z] c78717e6ca94: Waiting [2023-01-03T16:49:17.389Z] fd8800c16d40: Waiting [2023-01-03T16:49:17.389Z] 34f120ba7ded: Waiting [2023-01-03T16:49:17.389Z] 6870d1cec430: Preparing [2023-01-03T16:49:17.389Z] 17bec77d7fdc: Preparing [2023-01-03T16:49:17.389Z] 17bec77d7fdc: Waiting [2023-01-03T16:49:17.389Z] 6870d1cec430: Waiting [2023-01-03T16:49:17.389Z] 62bbf7460038: Layer already exists [2023-01-03T16:49:17.389Z] a282ed6407ab: Layer already exists [2023-01-03T16:49:17.389Z] 1207169bf42c: Layer already exists [2023-01-03T16:49:17.389Z] a43932d1df72: Layer already exists [2023-01-03T16:49:17.389Z] e8a7851f5cb8: Layer already exists [2023-01-03T16:49:17.662Z] 72d7f2dc11e0: Layer already exists [2023-01-03T16:49:17.662Z] fd8800c16d40: Layer already exists [2023-01-03T16:49:17.662Z] c78717e6ca94: Layer already exists [2023-01-03T16:49:17.662Z] 34f120ba7ded: Layer already exists [2023-01-03T16:49:17.662Z] 0bb39a068a08: Layer already exists [2023-01-03T16:49:17.662Z] 17bec77d7fdc: Layer already exists [2023-01-03T16:49:17.662Z] 6870d1cec430: Layer already exists [2023-01-03T16:49:17.662Z] 3.0.0-dev.4: digest: sha256:3819ef58d0c16690c7374b655f8dd1c7f9a7f242c8a715c7ef22ee32a758b932 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:18.018Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:18.360Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:49:18.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T16:49:18.360Z] e8a7851f5cb8: Preparing [2023-01-03T16:49:18.360Z] 62bbf7460038: Preparing [2023-01-03T16:49:18.360Z] a282ed6407ab: Preparing [2023-01-03T16:49:18.360Z] a43932d1df72: Preparing [2023-01-03T16:49:18.360Z] 1207169bf42c: Preparing [2023-01-03T16:49:18.360Z] 72d7f2dc11e0: Preparing [2023-01-03T16:49:18.360Z] 0bb39a068a08: Preparing [2023-01-03T16:49:18.360Z] c78717e6ca94: Preparing [2023-01-03T16:49:18.360Z] fd8800c16d40: Preparing [2023-01-03T16:49:18.360Z] 34f120ba7ded: Preparing [2023-01-03T16:49:18.360Z] 6870d1cec430: Preparing [2023-01-03T16:49:18.360Z] 17bec77d7fdc: Preparing [2023-01-03T16:49:18.360Z] fd8800c16d40: Waiting [2023-01-03T16:49:18.360Z] c78717e6ca94: Waiting [2023-01-03T16:49:18.360Z] 34f120ba7ded: Waiting [2023-01-03T16:49:18.360Z] 6870d1cec430: Waiting [2023-01-03T16:49:18.360Z] 17bec77d7fdc: Waiting [2023-01-03T16:49:18.360Z] 72d7f2dc11e0: Waiting [2023-01-03T16:49:18.360Z] 0bb39a068a08: Waiting [2023-01-03T16:49:18.360Z] 1207169bf42c: Layer already exists [2023-01-03T16:49:18.360Z] a43932d1df72: Layer already exists [2023-01-03T16:49:18.360Z] e8a7851f5cb8: Layer already exists [2023-01-03T16:49:18.360Z] 62bbf7460038: Layer already exists [2023-01-03T16:49:18.360Z] a282ed6407ab: Layer already exists [2023-01-03T16:49:18.360Z] 72d7f2dc11e0: Layer already exists [2023-01-03T16:49:18.360Z] c78717e6ca94: Layer already exists [2023-01-03T16:49:18.360Z] 34f120ba7ded: Layer already exists [2023-01-03T16:49:18.360Z] 0bb39a068a08: Layer already exists [2023-01-03T16:49:18.360Z] fd8800c16d40: Layer already exists [2023-01-03T16:49:18.629Z] 17bec77d7fdc: Layer already exists [2023-01-03T16:49:18.630Z] 6870d1cec430: Layer already exists [2023-01-03T16:49:18.630Z] 9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4: digest: sha256:3819ef58d0c16690c7374b655f8dd1c7f9a7f242c8a715c7ef22ee32a758b932 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:18.975Z] + 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-01-03T16:49:19.314Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-01-03T16:49:19.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T16:49:19.314Z] e8a7851f5cb8: Preparing [2023-01-03T16:49:19.314Z] 62bbf7460038: Preparing [2023-01-03T16:49:19.314Z] a282ed6407ab: Preparing [2023-01-03T16:49:19.314Z] a43932d1df72: Preparing [2023-01-03T16:49:19.314Z] 1207169bf42c: Preparing [2023-01-03T16:49:19.314Z] 72d7f2dc11e0: Preparing [2023-01-03T16:49:19.314Z] 0bb39a068a08: Preparing [2023-01-03T16:49:19.314Z] c78717e6ca94: Preparing [2023-01-03T16:49:19.314Z] fd8800c16d40: Preparing [2023-01-03T16:49:19.314Z] 34f120ba7ded: Preparing [2023-01-03T16:49:19.314Z] 6870d1cec430: Preparing [2023-01-03T16:49:19.314Z] 17bec77d7fdc: Preparing [2023-01-03T16:49:19.314Z] 72d7f2dc11e0: Waiting [2023-01-03T16:49:19.314Z] fd8800c16d40: Waiting [2023-01-03T16:49:19.314Z] 34f120ba7ded: Waiting [2023-01-03T16:49:19.314Z] 6870d1cec430: Waiting [2023-01-03T16:49:19.314Z] 17bec77d7fdc: Waiting [2023-01-03T16:49:19.314Z] c78717e6ca94: Waiting [2023-01-03T16:49:19.314Z] 0bb39a068a08: Waiting [2023-01-03T16:49:19.314Z] a43932d1df72: Layer already exists [2023-01-03T16:49:19.314Z] e8a7851f5cb8: Layer already exists [2023-01-03T16:49:19.314Z] a282ed6407ab: Layer already exists [2023-01-03T16:49:19.314Z] 1207169bf42c: Layer already exists [2023-01-03T16:49:19.314Z] 62bbf7460038: Layer already exists [2023-01-03T16:49:19.314Z] 0bb39a068a08: Layer already exists [2023-01-03T16:49:19.314Z] 72d7f2dc11e0: Layer already exists [2023-01-03T16:49:19.314Z] c78717e6ca94: Layer already exists [2023-01-03T16:49:19.314Z] 34f120ba7ded: Layer already exists [2023-01-03T16:49:19.314Z] fd8800c16d40: Layer already exists [2023-01-03T16:49:19.314Z] 6870d1cec430: Layer already exists [2023-01-03T16:49:19.314Z] 17bec77d7fdc: Layer already exists [2023-01-03T16:49:19.582Z] main: digest: sha256:3819ef58d0c16690c7374b655f8dd1c7f9a7f242c8a715c7ef22ee32a758b932 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T16:49:19.642Z] ===================================================== [Pipeline] echo [2023-01-03T16:49:19.651Z] taggedImages: [2023-01-03T16:49:19.651Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807 [2023-01-03T16:49:19.651Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-01-03T16:49:19.651Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.4 [2023-01-03T16:49:19.651Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:9bcd451afeb433ee83d3426a4ef1736b40f29807-3.0.0-dev.4 [2023-01-03T16:49:19.651Z] - 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-01-03T16:49:20.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T16:49:20.020Z] [2023-01-03T16:49:20.020Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:20.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T16:49:20.624Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T16:49:20.624Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T16:49:20.624Z] 04944245beec: Pulling fs layer [2023-01-03T16:49:20.624Z] 699f458cf7ca: Pulling fs layer [2023-01-03T16:49:20.624Z] 765212b225bb: Pulling fs layer [2023-01-03T16:49:20.624Z] f23df028b6ca: Pulling fs layer [2023-01-03T16:49:20.624Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T16:49:20.624Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T16:49:20.624Z] f23df028b6ca: Waiting [2023-01-03T16:49:20.624Z] d65c8cfc05b1: Waiting [2023-01-03T16:49:20.624Z] 2437ff75d9bd: Waiting [2023-01-03T16:49:20.624Z] 765212b225bb: Waiting [2023-01-03T16:49:20.624Z] 04944245beec: Verifying Checksum [2023-01-03T16:49:20.624Z] 04944245beec: Download complete [2023-01-03T16:49:20.624Z] 765212b225bb: Verifying Checksum [2023-01-03T16:49:20.624Z] 765212b225bb: Download complete [2023-01-03T16:49:20.624Z] f23df028b6ca: Verifying Checksum [2023-01-03T16:49:20.624Z] f23df028b6ca: Download complete [2023-01-03T16:49:20.624Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T16:49:20.624Z] d65c8cfc05b1: Download complete [2023-01-03T16:49:20.892Z] 699f458cf7ca: Verifying Checksum [2023-01-03T16:49:20.892Z] 699f458cf7ca: Download complete [2023-01-03T16:49:21.161Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T16:49:21.161Z] 8998bd30e6a1: Download complete [2023-01-03T16:49:23.758Z] 2437ff75d9bd: Verifying Checksum [2023-01-03T16:49:23.758Z] 2437ff75d9bd: Download complete [2023-01-03T16:49:25.708Z] 8998bd30e6a1: Pull complete [2023-01-03T16:49:25.708Z] 04944245beec: Pull complete [2023-01-03T16:49:27.123Z] 699f458cf7ca: Pull complete [2023-01-03T16:49:27.711Z] 765212b225bb: Pull complete [2023-01-03T16:49:28.298Z] f23df028b6ca: Pull complete [2023-01-03T16:49:28.569Z] d65c8cfc05b1: Pull complete [2023-01-03T16:49:43.581Z] 2437ff75d9bd: Pull complete [2023-01-03T16:49:43.581Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T16:49:43.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T16:49:43.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:49:43.783Z] prd-ubuntu20.04-docker-arm64-4c-16g-906 does not seem to be running inside a container [2023-01-03T16:49:43.856Z] $ 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/68 -v /w/workspace/device-usb-camera/68:/w/workspace/device-usb-camera/68:rw,z -v /w/workspace/device-usb-camera/68@tmp:/w/workspace/device-usb-camera/68@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-01-03T16:49:46.420Z] $ docker top 401a2add8567401a74497f49fa4f73d51ccd92ae6358300e28ea4878ce1b6df7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:49:47.242Z] ---> job-cost.sh [2023-01-03T16:49:47.242Z] lf-activate-venv: SKIPPING [2023-01-03T16:49:47.242Z] INFO: No Stack... [2023-01-03T16:49:47.509Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T16:49:48.474Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T16:49:48.796Z] + cat /w/workspace/device-usb-camera/68/archives/cost.csv [2023-01-03T16:49:48.796Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T16:49:49.128Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [2023-01-03T16:49:49.137Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] did not exist. Created. [2023-01-03T16:49:49.137Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T16:49:49.792Z] /w/workspace/device-usb-camera/68@tmp/durable-00f8354d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-03T16:49:50.462Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T16:49:50.484Z] Warning: overwriting stash ‘stack-cost’ [2023-01-03T16:49:50.539Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T16:49:50.545Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T16:49:50.568Z] $ docker stop --time=1 401a2add8567401a74497f49fa4f73d51ccd92ae6358300e28ea4878ce1b6df7 [2023-01-03T16:49:52.121Z] $ docker rm -f --volumes 401a2add8567401a74497f49fa4f73d51ccd92ae6358300e28ea4878ce1b6df7 [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-01-03T16:49:52.535Z] provisioning config files... [2023-01-03T16:49:52.542Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16759446806029624624tmp [Pipeline] { [Pipeline] sh [2023-01-03T16:49:52.828Z] + set +x [2023-01-03T16:49:52.829Z] + curl -s https://codecov.io/bash [2023-01-03T16:49:52.829Z] + bash -s -- [2023-01-03T16:49:52.829Z] [2023-01-03T16:49:52.829Z] _____ _ [2023-01-03T16:49:52.829Z] / ____| | | [2023-01-03T16:49:52.829Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T16:49:52.829Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T16:49:52.829Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T16:49:52.829Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T16:49:52.829Z] Bash-1.0.6 [2023-01-03T16:49:52.829Z] [2023-01-03T16:49:52.829Z] [2023-01-03T16:49:52.829Z] ==> git version 2.25.1 found [2023-01-03T16:49:52.829Z] ==> 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-01-03T16:49:52.829Z] Release-Date: 2020-01-08 [2023-01-03T16:49:52.829Z] 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-01-03T16:49:52.829Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T16:49:52.829Z] ==> Jenkins CI detected. [2023-01-03T16:49:52.829Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-01-03T16:49:52.829Z] project root: . [2023-01-03T16:49:52.829Z] --> token set from env [2023-01-03T16:49:52.829Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T16:49:52.829Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T16:49:52.829Z] ==> Python coveragepy not found [2023-01-03T16:49:52.829Z] ==> Searching for coverage reports in: [2023-01-03T16:49:52.829Z] + . [2023-01-03T16:49:52.829Z] -> Found 1 reports [2023-01-03T16:49:52.829Z] ==> Detecting git/mercurial file structure [2023-01-03T16:49:53.089Z] ==> Reading reports [2023-01-03T16:49:53.089Z] + ./coverage.out bytes=30666 [2023-01-03T16:49:53.089Z] ==> Appending adjustments [2023-01-03T16:49:53.089Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T16:49:53.089Z] + Found adjustments [2023-01-03T16:49:53.089Z] ==> Gzipping contents [2023-01-03T16:49:53.089Z] 8.0K /tmp/codecov.0g8beS.gz [2023-01-03T16:49:53.089Z] ==> Uploading reports [2023-01-03T16:49:53.089Z] url: https://codecov.io [2023-01-03T16:49:53.089Z] query: branch=main&commit=9bcd451afeb433ee83d3426a4ef1736b40f29807&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T16:49:53.089Z] -> Pinging Codecov [2023-01-03T16:49:53.089Z] 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=9bcd451afeb433ee83d3426a4ef1736b40f29807&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T16:49:53.348Z] -> Uploading to [2023-01-03T16:49:53.348Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/73D8F5FF140700D3E01443B452E23636/9bcd451afeb433ee83d3426a4ef1736b40f29807/baaa1c78-eb91-4c3b-82ea-c555c211243b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T164953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=35a128953918388e42017afded98d598512189ab5a0fc424c2f84b46c8e313e3 [2023-01-03T16:49:53.348Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T16:49:53.348Z] Dload Upload Total Spent Left Speed [2023-01-03T16:49:53.607Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4338 0 0 100 4338 0 18779 --:--:-- --:--:-- --:--:-- 18860 [2023-01-03T16:49:53.607Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] } [2023-01-03T16:49:53.614Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-03T16:49:53.792Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-03T16:49:53.802Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:54.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T16:49:54.096Z] [2023-01-03T16:49:54.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:49:54.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T16:49:54.393Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-03T16:49:54.393Z] df9b9388f04a: Pulling fs layer [2023-01-03T16:49:54.393Z] 52dc419b0ee2: Pulling fs layer [2023-01-03T16:49:54.393Z] 25bc292e5bac: Pulling fs layer [2023-01-03T16:49:54.393Z] 114826534d7a: Pulling fs layer [2023-01-03T16:49:54.393Z] 4657fd5d0bcf: Pulling fs layer [2023-01-03T16:49:54.393Z] 114826534d7a: Waiting [2023-01-03T16:49:54.393Z] 6ad1cebc031e: Pulling fs layer [2023-01-03T16:49:54.393Z] 4657fd5d0bcf: Waiting [2023-01-03T16:49:54.393Z] 8a3aa393b2d8: Pulling fs layer [2023-01-03T16:49:54.393Z] 6ad1cebc031e: Waiting [2023-01-03T16:49:54.393Z] 8a3aa393b2d8: Waiting [2023-01-03T16:49:54.393Z] 25bc292e5bac: Download complete [2023-01-03T16:49:54.393Z] 52dc419b0ee2: Verifying Checksum [2023-01-03T16:49:54.393Z] 52dc419b0ee2: Download complete [2023-01-03T16:49:54.393Z] 4657fd5d0bcf: Verifying Checksum [2023-01-03T16:49:54.393Z] 4657fd5d0bcf: Download complete [2023-01-03T16:49:54.393Z] df9b9388f04a: Download complete [2023-01-03T16:49:54.655Z] df9b9388f04a: Pull complete [2023-01-03T16:49:54.655Z] 6ad1cebc031e: Verifying Checksum [2023-01-03T16:49:54.655Z] 6ad1cebc031e: Download complete [2023-01-03T16:49:54.655Z] 52dc419b0ee2: Pull complete [2023-01-03T16:49:54.917Z] 25bc292e5bac: Pull complete [2023-01-03T16:49:55.175Z] 114826534d7a: Download complete [2023-01-03T16:49:55.175Z] 8a3aa393b2d8: Verifying Checksum [2023-01-03T16:49:55.175Z] 8a3aa393b2d8: Download complete [2023-01-03T16:49:59.381Z] 114826534d7a: Pull complete [2023-01-03T16:49:59.381Z] 4657fd5d0bcf: Pull complete [2023-01-03T16:49:59.381Z] 6ad1cebc031e: Pull complete [2023-01-03T16:50:01.921Z] 8a3aa393b2d8: Pull complete [2023-01-03T16:50:01.921Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-03T16:50:01.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T16:50:01.921Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:02.000Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:02.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-03T16:50:05.866Z] $ docker top 527fced103ef159639ccede260149cbd155e46704b0dd34eddd1002aab0f9898 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T16:50:05.927Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-01-03T16:50:06.205Z] + set -o pipefail [2023-01-03T16:50:06.205Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/53ec3f26-43c4-46d2-b371-f31faaca7c9f [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] [2023-01-03T16:50:14.323Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-03T16:50:14.323Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-03T16:50:14.323Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-03T16:50:14.338Z] $ docker stop --time=1 527fced103ef159639ccede260149cbd155e46704b0dd34eddd1002aab0f9898 [2023-01-03T16:50:17.884Z] $ docker rm -f --volumes 527fced103ef159639ccede260149cbd155e46704b0dd34eddd1002aab0f9898 [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-01-03T16:50:18.583Z] + git log --format=format:%s -1 9bcd451afeb433ee83d3426a4ef1736b40f29807 [Pipeline] sh [2023-01-03T16:50:18.873Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T16:50:18.873Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:19.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:50:19.177Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:19.246Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:19.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T16:50:19.661Z] $ docker top 3c631b6f51ab73aa1850e044d7b64444d92bb9ca0e64d8f44a3eba6cb31e6768 -eo pid,comm [2023-01-03T16:50:19.706Z] 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-01-03T16:50:19.706Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T16:50:19.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T16:50:19.744Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T16:50:19.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T16:50:19.862Z] $ docker exec 3c631b6f51ab73aa1850e044d7b64444d92bb9ca0e64d8f44a3eba6cb31e6768 ssh-agent [2023-01-03T16:50:19.972Z] SSH_AUTH_SOCK=/tmp/ssh-4ruhQqaxl1tu/agent.32 [2023-01-03T16:50:19.972Z] SSH_AGENT_PID=38 [2023-01-03T16:50:19.976Z] Running ssh-add (command line suppressed) [2023-01-03T16:50:20.086Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11671115081582768046.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11671115081582768046.key) [2023-01-03T16:50:20.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T16:50:20.378Z] + git semver tag [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,563 [run_tag] DEBUG tag force:False [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,563 [check_head_tag] DEBUG check head tag [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,564 [execute] INFO git cat-file --batch-check [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,565 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,568 [execute] INFO git cat-file --batch [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,569 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,590 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,590 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,590 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T16:50:20.641Z] 2023-01-03 16:50:20,595 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:20.641Z] 3.0.0-dev.4 [Pipeline] } [2023-01-03T16:50:20.653Z] $ docker exec --env ******** --env ******** 3c631b6f51ab73aa1850e044d7b64444d92bb9ca0e64d8f44a3eba6cb31e6768 ssh-agent -k [2023-01-03T16:50:20.740Z] unset SSH_AUTH_SOCK; [2023-01-03T16:50:20.740Z] unset SSH_AGENT_PID; [2023-01-03T16:50:20.740Z] echo Agent pid 38 killed; [2023-01-03T16:50:20.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T16:50:21.043Z] + git semver [Pipeline] } [2023-01-03T16:50:21.318Z] $ docker stop --time=1 3c631b6f51ab73aa1850e044d7b64444d92bb9ca0e64d8f44a3eba6cb31e6768 [2023-01-03T16:50:22.598Z] $ docker rm -f --volumes 3c631b6f51ab73aa1850e044d7b64444d92bb9ca0e64d8f44a3eba6cb31e6768 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:22.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T16:50:22.967Z] [2023-01-03T16:50:22.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:23.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T16:50:23.264Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-03T16:50:23.264Z] ab5ef0e58194: Pulling fs layer [2023-01-03T16:50:23.264Z] 9712f1f96733: Pulling fs layer [2023-01-03T16:50:23.264Z] 63f879dbbcfc: Pulling fs layer [2023-01-03T16:50:23.264Z] 0d9ebad4ef96: Pulling fs layer [2023-01-03T16:50:23.264Z] e9a5061849ea: Pulling fs layer [2023-01-03T16:50:23.264Z] d747dcd14b5f: Pulling fs layer [2023-01-03T16:50:23.264Z] 2de7ff778b66: Pulling fs layer [2023-01-03T16:50:23.264Z] 0d9ebad4ef96: Waiting [2023-01-03T16:50:23.264Z] e9a5061849ea: Waiting [2023-01-03T16:50:23.264Z] 2de7ff778b66: Waiting [2023-01-03T16:50:23.264Z] 9712f1f96733: Verifying Checksum [2023-01-03T16:50:23.264Z] 9712f1f96733: Download complete [2023-01-03T16:50:23.528Z] 63f879dbbcfc: Verifying Checksum [2023-01-03T16:50:23.528Z] 63f879dbbcfc: Download complete [2023-01-03T16:50:23.787Z] 0d9ebad4ef96: Verifying Checksum [2023-01-03T16:50:23.787Z] 0d9ebad4ef96: Download complete [2023-01-03T16:50:23.787Z] d747dcd14b5f: Verifying Checksum [2023-01-03T16:50:23.787Z] d747dcd14b5f: Download complete [2023-01-03T16:50:23.787Z] e9a5061849ea: Verifying Checksum [2023-01-03T16:50:23.787Z] e9a5061849ea: Download complete [2023-01-03T16:50:23.787Z] ab5ef0e58194: Verifying Checksum [2023-01-03T16:50:23.787Z] ab5ef0e58194: Download complete [2023-01-03T16:50:24.045Z] 2de7ff778b66: Verifying Checksum [2023-01-03T16:50:24.045Z] 2de7ff778b66: Download complete [2023-01-03T16:50:26.571Z] ab5ef0e58194: Pull complete [2023-01-03T16:50:26.571Z] 9712f1f96733: Pull complete [2023-01-03T16:50:27.504Z] 63f879dbbcfc: Pull complete [2023-01-03T16:50:30.791Z] 0d9ebad4ef96: Pull complete [2023-01-03T16:50:31.359Z] e9a5061849ea: Pull complete [2023-01-03T16:50:31.359Z] d747dcd14b5f: Pull complete [2023-01-03T16:50:32.300Z] 2de7ff778b66: Pull complete [2023-01-03T16:50:32.300Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-03T16:50:32.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T16:50:32.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:32.379Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:32.407Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-03T16:50:37.030Z] $ docker top 614a4b190a1ee5e0650f3cf2c60d6d859d3708a30e17b5a924e206870ece2221 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-03T16:50:37.098Z] provisioning config files... [2023-01-03T16:50:37.105Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11852220419169044212tmp [2023-01-03T16:50:37.114Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8111194033292804216tmp [2023-01-03T16:50:37.122Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1249137687360824395tmp [Pipeline] { [Pipeline] echo [2023-01-03T16:50:37.136Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:37.413Z] ---> sigul-configuration.sh [2023-01-03T16:50:37.413Z] gpg: directory `/root/.gnupg' created [2023-01-03T16:50:37.413Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-03T16:50:37.413Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-03T16:50:37.413Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-03T16:50:37.413Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-03T16:50:37.413Z] gpg: CAST5 encrypted data [2023-01-03T16:50:37.413Z] gpg: encrypted with 1 passphrase [2023-01-03T16:50:37.413Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-03T16:50:37.698Z] + mkdir /home/jenkins [2023-01-03T16:50:37.698Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-03T16:50:37.979Z] + 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-01-03T16:50:37.988Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:38.269Z] ---> sigul-install.sh [2023-01-03T16:50:38.270Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-03T16:50:38.554Z] + git tag --list [2023-01-03T16:50:38.554Z] v0.0.0 [2023-01-03T16:50:38.554Z] v0.0.1-dev.1 [2023-01-03T16:50:38.554Z] v0.0.1-dev.10 [2023-01-03T16:50:38.554Z] v0.0.1-dev.11 [2023-01-03T16:50:38.554Z] v0.0.1-dev.12 [2023-01-03T16:50:38.554Z] v0.0.1-dev.13 [2023-01-03T16:50:38.554Z] v0.0.1-dev.14 [2023-01-03T16:50:38.554Z] v0.0.1-dev.15 [2023-01-03T16:50:38.554Z] v0.0.1-dev.16 [2023-01-03T16:50:38.554Z] v0.0.1-dev.2 [2023-01-03T16:50:38.554Z] v0.0.1-dev.3 [2023-01-03T16:50:38.554Z] v0.0.1-dev.4 [2023-01-03T16:50:38.554Z] v0.0.1-dev.5 [2023-01-03T16:50:38.554Z] v0.0.1-dev.6 [2023-01-03T16:50:38.554Z] v0.0.1-dev.7 [2023-01-03T16:50:38.554Z] v0.0.1-dev.8 [2023-01-03T16:50:38.554Z] v0.0.1-dev.9 [2023-01-03T16:50:38.554Z] v2.2.0 [2023-01-03T16:50:38.554Z] v2.2.0-dev.17 [2023-01-03T16:50:38.554Z] v2.2.0-dev.18 [2023-01-03T16:50:38.554Z] v2.2.0-dev.19 [2023-01-03T16:50:38.554Z] v2.2.0-dev.20 [2023-01-03T16:50:38.554Z] v2.2.0-dev.21 [2023-01-03T16:50:38.554Z] v2.2.0-dev.22 [2023-01-03T16:50:38.554Z] v2.2.0-dev.23 [2023-01-03T16:50:38.554Z] v2.2.0-dev.24 [2023-01-03T16:50:38.554Z] v2.2.0-dev.25 [2023-01-03T16:50:38.554Z] v2.2.0-dev.26 [2023-01-03T16:50:38.554Z] v2.2.0-dev.27 [2023-01-03T16:50:38.554Z] v2.3.0-dev.1 [2023-01-03T16:50:38.554Z] v2.3.0-dev.10 [2023-01-03T16:50:38.554Z] v2.3.0-dev.11 [2023-01-03T16:50:38.554Z] v2.3.0-dev.12 [2023-01-03T16:50:38.554Z] v2.3.0-dev.13 [2023-01-03T16:50:38.554Z] v2.3.0-dev.14 [2023-01-03T16:50:38.554Z] v2.3.0-dev.15 [2023-01-03T16:50:38.554Z] v2.3.0-dev.16 [2023-01-03T16:50:38.554Z] v2.3.0-dev.17 [2023-01-03T16:50:38.554Z] v2.3.0-dev.18 [2023-01-03T16:50:38.554Z] v2.3.0-dev.19 [2023-01-03T16:50:38.554Z] v2.3.0-dev.2 [2023-01-03T16:50:38.554Z] v2.3.0-dev.20 [2023-01-03T16:50:38.554Z] v2.3.0-dev.21 [2023-01-03T16:50:38.554Z] v2.3.0-dev.22 [2023-01-03T16:50:38.554Z] v2.3.0-dev.23 [2023-01-03T16:50:38.554Z] v2.3.0-dev.3 [2023-01-03T16:50:38.554Z] v2.3.0-dev.4 [2023-01-03T16:50:38.554Z] v2.3.0-dev.5 [2023-01-03T16:50:38.554Z] v2.3.0-dev.6 [2023-01-03T16:50:38.554Z] v2.3.0-dev.7 [2023-01-03T16:50:38.554Z] v2.3.0-dev.8 [2023-01-03T16:50:38.554Z] v2.3.0-dev.9 [2023-01-03T16:50:38.554Z] v3.0.0-dev.1 [2023-01-03T16:50:38.554Z] v3.0.0-dev.2 [2023-01-03T16:50:38.554Z] v3.0.0-dev.3 [2023-01-03T16:50:38.554Z] v3.0.0-dev.4 [Pipeline] sh [2023-01-03T16:50:38.846Z] + lftools sign git-tag v3.0.0-dev.4 [2023-01-03T16:50:39.414Z] Signing Git tag with Sigul... [2023-01-03T16:50:39.414Z] Signing v3.0.0-dev.4 [Pipeline] echo [2023-01-03T16:50:39.680Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:39.964Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-03T16:50:39.972Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-03T16:50:39.992Z] $ docker stop --time=1 614a4b190a1ee5e0650f3cf2c60d6d859d3708a30e17b5a924e206870ece2221 [2023-01-03T16:50:41.292Z] $ docker rm -f --volumes 614a4b190a1ee5e0650f3cf2c60d6d859d3708a30e17b5a924e206870ece2221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-03T16:50:41.693Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T16:50:41.693Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:41.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:50:41.997Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:42.067Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:42.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T16:50:42.419Z] $ docker top a348d85631fcdbfb3f7a0219237b7b79e0a941994e66d6ef8b8ccb03ecb62e16 -eo pid,comm [2023-01-03T16:50:42.463Z] 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-01-03T16:50:42.463Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T16:50:42.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T16:50:42.495Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T16:50:42.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T16:50:42.609Z] $ docker exec a348d85631fcdbfb3f7a0219237b7b79e0a941994e66d6ef8b8ccb03ecb62e16 ssh-agent [2023-01-03T16:50:42.731Z] SSH_AUTH_SOCK=/tmp/ssh-jlxZrR67b156/agent.32 [2023-01-03T16:50:42.731Z] SSH_AGENT_PID=38 [2023-01-03T16:50:42.735Z] Running ssh-add (command line suppressed) [2023-01-03T16:50:42.843Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7590393602469747461.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7590393602469747461.key) [2023-01-03T16:50:42.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T16:50:43.140Z] + git semver bump pre [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,323 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,323 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,324 [bump_version] DEBUG bumped version:3.0.0-dev.5 [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,324 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,324 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,324 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,325 [execute] INFO git cat-file --batch-check [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,326 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,332 [execute] INFO git cat-file --batch [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,332 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T16:50:43.399Z] 2023-01-03 16:50:43,337 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:43.399Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T16:50:43.411Z] $ docker exec --env ******** --env ******** a348d85631fcdbfb3f7a0219237b7b79e0a941994e66d6ef8b8ccb03ecb62e16 ssh-agent -k [2023-01-03T16:50:43.511Z] unset SSH_AUTH_SOCK; [2023-01-03T16:50:43.511Z] unset SSH_AGENT_PID; [2023-01-03T16:50:43.511Z] echo Agent pid 38 killed; [2023-01-03T16:50:43.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T16:50:43.816Z] + git semver [Pipeline] } [2023-01-03T16:50:44.091Z] $ docker stop --time=1 a348d85631fcdbfb3f7a0219237b7b79e0a941994e66d6ef8b8ccb03ecb62e16 [2023-01-03T16:50:45.369Z] $ docker rm -f --volumes a348d85631fcdbfb3f7a0219237b7b79e0a941994e66d6ef8b8ccb03ecb62e16 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T16:50:45.697Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T16:50:45.697Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:45.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T16:50:45.993Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:46.060Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:46.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T16:50:46.419Z] $ docker top e427ad5a7a856c50707222dcbc1b8fe576549ace43553657c946425c1e7062b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T16:50:46.510Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T16:50:46.510Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T16:50:46.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T16:50:46.624Z] $ docker exec e427ad5a7a856c50707222dcbc1b8fe576549ace43553657c946425c1e7062b9 ssh-agent [2023-01-03T16:50:46.729Z] SSH_AUTH_SOCK=/tmp/ssh-Qkxu0hBcq3bR/agent.32 [2023-01-03T16:50:46.729Z] SSH_AGENT_PID=38 [2023-01-03T16:50:46.734Z] Running ssh-add (command line suppressed) [2023-01-03T16:50:46.838Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8294611139374208187.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8294611139374208187.key) [2023-01-03T16:50:46.848Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T16:50:47.132Z] + git semver push [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,304 [run_push] DEBUG push [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,305 [execute] INFO git cat-file --batch-check [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,309 [execute] INFO git rev-list ffe025818ad56c86a946b9a83fdc7d3e8d812d10 -- [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,309 [execute] DEBUG Popen(['git', 'rev-list', 'ffe025818ad56c86a946b9a83fdc7d3e8d812d10', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,315 [execute] INFO git fetch -v origin [2023-01-03T16:50:47.391Z] 2023-01-03 16:50:47,315 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-03T16:50:47.960Z] 2023-01-03 16:50:47,822 [run_push] DEBUG no remote changes detected [2023-01-03T16:50:47.960Z] 2023-01-03 16:50:47,822 [execute] INFO git push origin semver [2023-01-03T16:50:47.960Z] 2023-01-03 16:50:47,823 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T16:50:48.894Z] 2023-01-03 16:50:48,598 [run_push] DEBUG push all version tags [2023-01-03T16:50:48.894Z] 2023-01-03 16:50:48,598 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-03T16:50:48.894Z] 2023-01-03 16:50:48,599 [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-01-03T16:50:49.461Z] 2023-01-03 16:50:49,336 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T16:50:49.461Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T16:50:49.473Z] $ docker exec --env ******** --env ******** e427ad5a7a856c50707222dcbc1b8fe576549ace43553657c946425c1e7062b9 ssh-agent -k [2023-01-03T16:50:49.575Z] unset SSH_AUTH_SOCK; [2023-01-03T16:50:49.576Z] unset SSH_AGENT_PID; [2023-01-03T16:50:49.576Z] echo Agent pid 38 killed; [2023-01-03T16:50:49.582Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T16:50:49.890Z] + git semver [Pipeline] } [2023-01-03T16:50:50.166Z] $ docker stop --time=1 e427ad5a7a856c50707222dcbc1b8fe576549ace43553657c946425c1e7062b9 [2023-01-03T16:50:51.453Z] $ docker rm -f --volumes e427ad5a7a856c50707222dcbc1b8fe576549ace43553657c946425c1e7062b9 [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-01-03T16:50:51.994Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-01-03T16:50:51.994Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T16:50:51.994Z] total 16 [2023-01-03T16:50:51.994Z] drwxr-xr-x 3 root root 4096 Jan 3 16:41 . [2023-01-03T16:50:51.995Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 16:50 .. [2023-01-03T16:50:51.995Z] drwxr-xr-x 2 root root 4096 Jan 3 16:41 cost [2023-01-03T16:50:51.995Z] -rw-r--r-- 1 root root 88 Jan 3 16:41 cost.csv [2023-01-03T16:50:51.995Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T16:50:51.995Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T16:50:51.995Z] total 16 [2023-01-03T16:50:51.995Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 16:41 . [2023-01-03T16:50:51.995Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 16:50 .. [2023-01-03T16:50:51.995Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 16:41 cost [2023-01-03T16:50:51.995Z] -rw-r--r-- 1 jenkins jenkins 88 Jan 3 16:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:52.284Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:53.144Z] ---> package-listing.sh [2023-01-03T16:50:53.144Z] ++ facter osfamily [2023-01-03T16:50:53.144Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T16:50:53.402Z] + OS_FAMILY=debian [2023-01-03T16:50:53.402Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-01-03T16:50:53.402Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T16:50:53.402Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T16:50:53.402Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T16:50:53.402Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T16:50:53.402Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-01-03T16:50:53.402Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T16:50:53.402Z] + case "${OS_FAMILY}" in [2023-01-03T16:50:53.402Z] + dpkg -l [2023-01-03T16:50:53.402Z] + grep '^ii' [2023-01-03T16:50:53.402Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T16:50:53.402Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T16:50:53.402Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T16:50:53.402Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-01-03T16:50:53.402Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-01-03T16:50:53.402Z] + 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-01-03T16:50:53.413Z] 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-01-03T16:50:53.689Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T16:50:54.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T16:50:54.112Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T16:50:54.214Z] prd-ubuntu20.04-docker-8c-8g-905 does not seem to be running inside a container [2023-01-03T16:50:54.243Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T16:50:54.448Z] $ docker top c05cecd125b779e4610de79213c061292377362bd2c218d036a33e4996d3aac1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T16:50:54.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T16:50:55.066Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T16:50:55.357Z] + ls /var/log/sa-host [2023-01-03T16:50:55.357Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T16:50:55.548Z] provisioning config files... [2023-01-03T16:50:55.556Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6306209062905183940tmp [Pipeline] { [Pipeline] echo [2023-01-03T16:50:55.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:55.844Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T16:50:55.850Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:56.176Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T16:50:56.185Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:56.464Z] ---> sudo-logs.sh [2023-01-03T16:50:56.464Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T16:50:56.488Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:56.768Z] ---> job-cost.sh [2023-01-03T16:50:56.768Z] lf-activate-venv: SKIPPING [2023-01-03T16:50:56.768Z] DEBUG: total: 0.2199999988079071 [2023-01-03T16:50:56.768Z] INFO: Retrieving Stack Cost... [2023-01-03T16:50:57.028Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T16:50:57.596Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T16:50:57.610Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T16:50:57.893Z] ---> logs-deploy.sh [2023-01-03T16:50:57.893Z] lf-activate-venv: SKIPPING [2023-01-03T16:50:57.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/68 [2023-01-03T16:50:57.893Z] INFO: archiving workspace using pattern(s): [2023-01-03T16:50:58.829Z] Archives upload complete. [2023-01-03T16:50:58.829Z] INFO: archiving logs to Nexus