Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6ecb4ea0e477ad60250bc8b341b5035207dd0610 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-ssh2082100580689818278.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2963432793433441798.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17761352242832306554.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6247828179563172150.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2292911789538401376.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-22832’ Running on prd-ubuntu20.04-docker-8c-8g-22834 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 Avoid second fetch Checking out Revision 6ecb4ea0e477ad60250bc8b341b5035207dd0610 (main) Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ecb4ea0e477ad60250bc8b341b5035207dd0610 # timeout=10 Commit message: "Merge pull request #78 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.19" > git rev-list --no-walk bc08c07b2fcd2a11c96a474f97a869fa8c75de0c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-15T17:49:06.821Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-15T17:49:06.883Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-15T17:49:06.903Z] ========================================================= [2022-08-15T17:49:06.903Z] EdgeX Global Pipelines Version Info [2022-08-15T17:49:06.903Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:49:07.688Z] ------------------- [2022-08-15T17:49:07.688Z] stable info: [2022-08-15T17:49:07.689Z] ------------------- [2022-08-15T17:49:07.689Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T17:49:07.689Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T17:49:07.689Z] Message: update stable to v1.0.238 [2022-08-15T17:49:08.264Z] ------------------- [2022-08-15T17:49:08.264Z] experimental info: [2022-08-15T17:49:08.264Z] ------------------- [2022-08-15T17:49:08.265Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T17:49:08.265Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T17:49:08.265Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-15T17:49:08.527Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-08-15T17:49:08.539Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-08-15T17:49:08.549Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-15T17:49:08.560Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-15T17:49:08.573Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-15T17:49:08.584Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-15T17:49:08.596Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-15T17:49:08.607Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-15T17:49:08.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-15T17:49:08.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-15T17:49:08.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-15T17:49:08.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-08-15T17:49:08.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-15T17:49:08.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-15T17:49:08.693Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T17:49:08.707Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T17:49:08.719Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:49:08.735Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T17:49:08.751Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-15T17:49:08.766Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-15T17:49:08.777Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-15T17:49:08.788Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-15T17:49:08.807Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-15T17:49:08.824Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-15T17:49:08.836Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-15T17:49:08.856Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-15T17:49:08.870Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-15T17:49:08.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-15T17:49:08.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-15T17:49:08.904Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-15T17:49:08.914Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] echo [2022-08-15T17:49:08.928Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ecb4ea [Pipeline] echo [2022-08-15T17:49:08.939Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T17:49:08.985Z] provisioning config files... [2022-08-15T17:49:09.003Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1610125776711180759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:49:09.316Z] ---> docker-login.sh [2022-08-15T17:49:09.316Z] nexus3.edgexfoundry.org:10001 [2022-08-15T17:49:09.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:09.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:09.579Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:09.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:09.579Z] [2022-08-15T17:49:09.579Z] Login Succeeded [2022-08-15T17:49:09.579Z] nexus3.edgexfoundry.org:10002 [2022-08-15T17:49:09.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:09.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:09.841Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:09.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:09.841Z] [2022-08-15T17:49:09.841Z] Login Succeeded [2022-08-15T17:49:09.841Z] nexus3.edgexfoundry.org:10003 [2022-08-15T17:49:09.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:10.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:10.102Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:10.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:10.102Z] [2022-08-15T17:49:10.102Z] Login Succeeded [2022-08-15T17:49:10.102Z] nexus3.edgexfoundry.org:10004 [2022-08-15T17:49:10.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:10.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:10.102Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:10.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:10.102Z] [2022-08-15T17:49:10.102Z] Login Succeeded [2022-08-15T17:49:10.102Z] docker.io [2022-08-15T17:49:10.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:10.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:10.629Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:10.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:10.629Z] [2022-08-15T17:49:10.629Z] Login Succeeded [2022-08-15T17:49:10.629Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T17:49:10.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-15T17:49:11.016Z] + git rev-list -1 --merges 6ecb4ea0e477ad60250bc8b341b5035207dd0610~1..6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] echo [2022-08-15T17:49:11.049Z] -----------> git rev-list -1 --merges 6ecb4ea0e477ad60250bc8b341b5035207dd0610~1..6ecb4ea0e477ad60250bc8b341b5035207dd0610 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:49:11.049Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [false] [Pipeline] sh [2022-08-15T17:49:11.354Z] + git log --format=format:%s -1 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] echo [2022-08-15T17:49:11.372Z] ========================================================= [2022-08-15T17:49:11.372Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-15T17:49:11.372Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T17:49:11.710Z] + git log --format=format:%s -1 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] echo [2022-08-15T17:49:11.724Z] [semverPrep] GIT_COMMIT: 6ecb4ea0e477ad60250bc8b341b5035207dd0610, Commit Message: Merge pull request #78 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.19 [Pipeline] echo [2022-08-15T17:49:11.732Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-15T17:49:12.082Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T17:49:12.082Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-15T17:49:12.082Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-15T17:49:12.082Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-15T17:49:12.082Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-15T17:49:12.082Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-15T17:49:12.082Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:49:12.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:49:12.444Z] [2022-08-15T17:49:12.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:49:12.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:49:12.750Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-15T17:49:12.750Z] b85a868b505f: Pulling fs layer [2022-08-15T17:49:12.750Z] e2be974225ed: Pulling fs layer [2022-08-15T17:49:12.750Z] 339a4e72a1f5: Pulling fs layer [2022-08-15T17:49:12.750Z] 988bab9f4d93: Pulling fs layer [2022-08-15T17:49:12.750Z] 1469e6f7b9e6: Pulling fs layer [2022-08-15T17:49:12.750Z] eaf3925da568: Pulling fs layer [2022-08-15T17:49:12.750Z] bab4dde63d76: Pulling fs layer [2022-08-15T17:49:12.750Z] bde34c3a00c8: Pulling fs layer [2022-08-15T17:49:12.750Z] b352a97aabf1: Pulling fs layer [2022-08-15T17:49:12.750Z] 4872d77fe225: Pulling fs layer [2022-08-15T17:49:12.750Z] 5851b861e8e6: Pulling fs layer [2022-08-15T17:49:12.750Z] 988bab9f4d93: Waiting [2022-08-15T17:49:12.750Z] b352a97aabf1: Waiting [2022-08-15T17:49:12.750Z] 1469e6f7b9e6: Waiting [2022-08-15T17:49:12.750Z] eaf3925da568: Waiting [2022-08-15T17:49:12.750Z] bab4dde63d76: Waiting [2022-08-15T17:49:12.750Z] 4872d77fe225: Waiting [2022-08-15T17:49:12.750Z] 5851b861e8e6: Waiting [2022-08-15T17:49:12.750Z] bde34c3a00c8: Waiting [2022-08-15T17:49:12.750Z] e2be974225ed: Verifying Checksum [2022-08-15T17:49:12.750Z] e2be974225ed: Download complete [2022-08-15T17:49:12.750Z] 988bab9f4d93: Download complete [2022-08-15T17:49:13.010Z] 1469e6f7b9e6: Verifying Checksum [2022-08-15T17:49:13.010Z] 1469e6f7b9e6: Download complete [2022-08-15T17:49:13.010Z] eaf3925da568: Verifying Checksum [2022-08-15T17:49:13.010Z] eaf3925da568: Download complete [2022-08-15T17:49:13.010Z] 339a4e72a1f5: Verifying Checksum [2022-08-15T17:49:13.010Z] 339a4e72a1f5: Download complete [2022-08-15T17:49:13.010Z] bde34c3a00c8: Download complete [2022-08-15T17:49:13.010Z] b352a97aabf1: Download complete [2022-08-15T17:49:13.010Z] 4872d77fe225: Download complete [2022-08-15T17:49:13.010Z] 5851b861e8e6: Download complete [2022-08-15T17:49:13.010Z] b85a868b505f: Download complete [2022-08-15T17:49:13.271Z] bab4dde63d76: Verifying Checksum [2022-08-15T17:49:13.271Z] bab4dde63d76: Download complete [2022-08-15T17:49:14.669Z] b85a868b505f: Pull complete [2022-08-15T17:49:14.669Z] e2be974225ed: Pull complete [2022-08-15T17:49:15.239Z] 339a4e72a1f5: Pull complete [2022-08-15T17:49:15.239Z] 988bab9f4d93: Pull complete [2022-08-15T17:49:15.503Z] 1469e6f7b9e6: Pull complete [2022-08-15T17:49:15.503Z] eaf3925da568: Pull complete [2022-08-15T17:49:18.051Z] bab4dde63d76: Pull complete [2022-08-15T17:49:18.051Z] bde34c3a00c8: Pull complete [2022-08-15T17:49:18.051Z] b352a97aabf1: Pull complete [2022-08-15T17:49:18.051Z] 4872d77fe225: Pull complete [2022-08-15T17:49:18.313Z] 5851b861e8e6: Pull complete [2022-08-15T17:49:18.313Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-15T17:49:18.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T17:49:18.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:49:18.426Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T17:49:18.476Z] $ 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 [2022-08-15T17:49:20.017Z] $ docker top dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f -eo pid,comm [2022-08-15T17:49:20.078Z] 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). [2022-08-15T17:49:20.078Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T17:49:20.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:49:20.118Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:49:20.251Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:49:20.261Z] $ docker exec dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f ssh-agent [2022-08-15T17:49:20.380Z] SSH_AUTH_SOCK=/tmp/ssh-vPUwlmxBbY5K/agent.33 [2022-08-15T17:49:20.380Z] SSH_AGENT_PID=40 [2022-08-15T17:49:20.388Z] Running ssh-add (command line suppressed) [2022-08-15T17:49:20.523Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1509438635582257481.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1509438635582257481.key) [2022-08-15T17:49:20.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:49:20.828Z] + git tag --points-at HEAD [Pipeline] } [2022-08-15T17:49:20.854Z] $ docker exec --env ******** --env ******** dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f ssh-agent -k [2022-08-15T17:49:20.972Z] unset SSH_AUTH_SOCK; [2022-08-15T17:49:20.972Z] unset SSH_AGENT_PID; [2022-08-15T17:49:20.972Z] echo Agent pid 40 killed; [2022-08-15T17:49:20.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-15T17:49:21.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T17:49:21.009Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T17:49:21.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T17:49:21.144Z] $ docker exec dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f ssh-agent [2022-08-15T17:49:21.276Z] SSH_AUTH_SOCK=/tmp/ssh-eO47hXcNvxmI/agent.72 [2022-08-15T17:49:21.276Z] SSH_AGENT_PID=78 [2022-08-15T17:49:21.282Z] Running ssh-add (command line suppressed) [2022-08-15T17:49:21.416Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5576673879975055765.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5576673879975055765.key) [2022-08-15T17:49:21.427Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T17:49:21.720Z] + git semver init [2022-08-15T17:49:21.982Z] 2022-08-15 17:49:21,915 [run_init] DEBUG init version:0.0.0 force:False [2022-08-15T17:49:21.982Z] 2022-08-15 17:49:21,915 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2022-08-15T17:49:21.982Z] 2022-08-15 17:49:21,916 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2022-08-15T17:49:21.982Z] 2022-08-15 17:49:21,916 [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) [2022-08-15T17:49:22.556Z] 2022-08-15 17:49:22,538 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2022-08-15T17:49:22.556Z] 2022-08-15 17:49:22,539 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2022-08-15T17:49:22.556Z] 2022-08-15 17:49:22,539 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T17:49:22.556Z] 2022-08-15 17:49:22,539 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T17:49:22.556Z] 2.3.0-dev.2 [Pipeline] } [2022-08-15T17:49:22.573Z] $ docker exec --env ******** --env ******** dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f ssh-agent -k [2022-08-15T17:49:22.704Z] unset SSH_AUTH_SOCK; [2022-08-15T17:49:22.704Z] unset SSH_AGENT_PID; [2022-08-15T17:49:22.704Z] echo Agent pid 78 killed; [2022-08-15T17:49:22.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T17:49:23.017Z] + git semver [Pipeline] } [2022-08-15T17:49:23.299Z] $ docker stop --time=1 dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f [2022-08-15T17:49:24.644Z] $ docker rm -f dc66ed88405d2bd09d848e1fc8d0f2693fb7ac3f1ce26c6a141bc49658fad98f [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:49:25.001Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-15T17:49:25.261Z] Stashed 1 file(s) [Pipeline] echo [2022-08-15T17:49:25.263Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.2 [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 [2022-08-15T17:49:25.410Z] provisioning config files... [2022-08-15T17:49:25.420Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2262137080377220272tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:49:25.722Z] ---> docker-login.sh [2022-08-15T17:49:25.722Z] nexus3.edgexfoundry.org:10001 [2022-08-15T17:49:25.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:25.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:25.722Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:25.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:25.722Z] [2022-08-15T17:49:25.722Z] Login Succeeded [2022-08-15T17:49:25.722Z] nexus3.edgexfoundry.org:10002 [2022-08-15T17:49:25.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:25.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:25.983Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:25.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:25.983Z] [2022-08-15T17:49:25.983Z] Login Succeeded [2022-08-15T17:49:25.983Z] nexus3.edgexfoundry.org:10003 [2022-08-15T17:49:25.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:25.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:25.983Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:25.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:25.983Z] [2022-08-15T17:49:25.983Z] Login Succeeded [2022-08-15T17:49:25.983Z] nexus3.edgexfoundry.org:10004 [2022-08-15T17:49:26.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:26.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:26.244Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:26.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:26.244Z] [2022-08-15T17:49:26.244Z] Login Succeeded [2022-08-15T17:49:26.244Z] docker.io [2022-08-15T17:49:26.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:49:26.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:49:26.506Z] Configure a credential helper to remove this warning. See [2022-08-15T17:49:26.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:49:26.506Z] [2022-08-15T17:49:26.506Z] Login Succeeded [2022-08-15T17:49:26.506Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T17:49:26.515Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-15T17:49:26.588Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:49:26.601Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:49:26.610Z] ========================================================= [2022-08-15T17:49:26.610Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-15T17:49:26.610Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:49:26.931Z] + 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 . [2022-08-15T17:49:26.931Z] Sending build context to Docker daemon 839.7kB [2022-08-15T17:49:26.931Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T17:49:26.931Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-15T17:49:26.931Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-15T17:49:26.931Z] 2408cc74d12b: Pulling fs layer [2022-08-15T17:49:26.931Z] ea60b727a1ce: Pulling fs layer [2022-08-15T17:49:26.931Z] 30c4a7721957: Pulling fs layer [2022-08-15T17:49:26.931Z] 370296b7ddb6: Pulling fs layer [2022-08-15T17:49:26.931Z] 7c6cee850709: Pulling fs layer [2022-08-15T17:49:26.931Z] 39a5fcdaea64: Pulling fs layer [2022-08-15T17:49:26.931Z] d94ebbe4e438: Pulling fs layer [2022-08-15T17:49:26.931Z] bcfd1f05c69d: Pulling fs layer [2022-08-15T17:49:26.931Z] 59ccb84bbe0f: Pulling fs layer [2022-08-15T17:49:26.931Z] 370296b7ddb6: Waiting [2022-08-15T17:49:26.931Z] 7c6cee850709: Waiting [2022-08-15T17:49:26.931Z] d94ebbe4e438: Waiting [2022-08-15T17:49:26.931Z] bcfd1f05c69d: Waiting [2022-08-15T17:49:26.931Z] 39a5fcdaea64: Waiting [2022-08-15T17:49:26.931Z] 59ccb84bbe0f: Waiting [2022-08-15T17:49:26.931Z] 30c4a7721957: Download complete [2022-08-15T17:49:26.931Z] ea60b727a1ce: Download complete [2022-08-15T17:49:26.931Z] 7c6cee850709: Verifying Checksum [2022-08-15T17:49:26.931Z] 7c6cee850709: Download complete [2022-08-15T17:49:26.931Z] 39a5fcdaea64: Verifying Checksum [2022-08-15T17:49:26.931Z] 39a5fcdaea64: Download complete [2022-08-15T17:49:26.931Z] 2408cc74d12b: Verifying Checksum [2022-08-15T17:49:26.931Z] 2408cc74d12b: Download complete [2022-08-15T17:49:27.192Z] d94ebbe4e438: Download complete [2022-08-15T17:49:27.192Z] 2408cc74d12b: Pull complete [2022-08-15T17:49:27.455Z] ea60b727a1ce: Pull complete [2022-08-15T17:49:27.455Z] 30c4a7721957: Pull complete [2022-08-15T17:49:27.455Z] 59ccb84bbe0f: Verifying Checksum [2022-08-15T17:49:27.455Z] 59ccb84bbe0f: Download complete [2022-08-15T17:49:27.715Z] bcfd1f05c69d: Verifying Checksum [2022-08-15T17:49:27.715Z] bcfd1f05c69d: Download complete [2022-08-15T17:49:27.715Z] 370296b7ddb6: Verifying Checksum [2022-08-15T17:49:27.715Z] 370296b7ddb6: Download complete [2022-08-15T17:49:32.997Z] 370296b7ddb6: Pull complete [2022-08-15T17:49:32.997Z] 7c6cee850709: Pull complete [2022-08-15T17:49:32.997Z] 39a5fcdaea64: Pull complete [2022-08-15T17:49:32.997Z] d94ebbe4e438: Pull complete [2022-08-15T17:49:34.917Z] bcfd1f05c69d: Pull complete [2022-08-15T17:49:35.486Z] 59ccb84bbe0f: Pull complete [2022-08-15T17:49:35.486Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-15T17:49:35.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T17:49:35.486Z] ---> a4fb48ad2a94 [2022-08-15T17:49:35.486Z] Step 3/13 : ARG MAKE="make build" [2022-08-15T17:49:37.403Z] ---> Running in 5155e5f2da94 [2022-08-15T17:49:37.403Z] Removing intermediate container 5155e5f2da94 [2022-08-15T17:49:37.403Z] ---> 4f036006df91 [2022-08-15T17:49:37.403Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T17:49:37.403Z] ---> Running in 1da19eff4c3e [2022-08-15T17:49:37.403Z] Removing intermediate container 1da19eff4c3e [2022-08-15T17:49:37.403Z] ---> 88d2e38ebb4b [2022-08-15T17:49:37.403Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T17:49:37.403Z] ---> Running in 0ab3f6604986 [2022-08-15T17:49:37.403Z] Removing intermediate container 0ab3f6604986 [2022-08-15T17:49:37.403Z] ---> 756b58277ebe [2022-08-15T17:49:37.403Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T17:49:37.403Z] ---> Running in bd4675d5db7f [2022-08-15T17:49:37.983Z] Removing intermediate container bd4675d5db7f [2022-08-15T17:49:37.983Z] ---> 138e389dcc11 [2022-08-15T17:49:37.983Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T17:49:38.246Z] ---> Running in b2a233e877c5 [2022-08-15T17:49:38.507Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T17:49:39.446Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T17:49:39.705Z] (1/80) Installing mesa (21.3.8-r2) [2022-08-15T17:49:39.705Z] (2/80) Installing libxau (1.0.9-r0) [2022-08-15T17:49:39.705Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-08-15T17:49:39.965Z] (4/80) Installing libxcb (1.15-r0) [2022-08-15T17:49:39.965Z] (5/80) Installing libx11 (1.8-r0) [2022-08-15T17:49:40.225Z] (6/80) Installing libxext (1.3.4-r0) [2022-08-15T17:49:40.225Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-08-15T17:49:40.225Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-08-15T17:49:40.366Z] Still waiting to schedule task [2022-08-15T17:49:40.367Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22833’ [2022-08-15T17:49:40.484Z] (9/80) Installing libpciaccess (0.16-r0) [2022-08-15T17:49:40.484Z] (10/80) Installing libdrm (2.4.110-r0) [2022-08-15T17:49:40.484Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2022-08-15T17:49:40.745Z] (12/80) Installing libxshmfence (1.3-r1) [2022-08-15T17:49:40.745Z] (13/80) Installing mesa-gl (21.3.8-r2) [2022-08-15T17:49:40.745Z] (14/80) Installing icu-data-full (71.1-r2) [2022-08-15T17:49:41.688Z] (15/80) Installing libice (1.0.10-r0) [2022-08-15T17:49:41.688Z] (16/80) Installing libuuid (2.38-r1) [2022-08-15T17:49:41.688Z] (17/80) Installing libsm (1.2.3-r0) [2022-08-15T17:49:41.950Z] (18/80) Installing libxt (1.2.1-r0) [2022-08-15T17:49:41.950Z] (19/80) Installing libxmu (1.1.3-r0) [2022-08-15T17:49:41.950Z] (20/80) Installing xset (1.2.4-r0) [2022-08-15T17:49:42.212Z] (21/80) Installing xprop (1.2.5-r0) [2022-08-15T17:49:42.212Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-08-15T17:49:42.212Z] (23/80) Installing dbus-libs (1.14.0-r1) [2022-08-15T17:49:42.474Z] (24/80) Installing libffi (3.4.2-r1) [2022-08-15T17:49:42.474Z] (25/80) Installing libintl (0.21-r2) [2022-08-15T17:49:42.474Z] (26/80) Installing libblkid (2.38-r1) [2022-08-15T17:49:42.734Z] (27/80) Installing libmount (2.38-r1) [2022-08-15T17:49:42.734Z] (28/80) Installing pcre (8.45-r2) [2022-08-15T17:49:42.734Z] (29/80) Installing glib (2.72.1-r0) [2022-08-15T17:49:42.996Z] (30/80) Installing icu-libs (71.1-r2) [2022-08-15T17:49:44.386Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-08-15T17:49:44.386Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-08-15T17:49:44.668Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2022-08-15T17:49:44.930Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-08-15T17:49:44.930Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-08-15T17:49:44.930Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2022-08-15T17:49:45.199Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T17:49:45.199Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2022-08-15T17:49:45.772Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-08-15T17:49:45.772Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-08-15T17:49:45.772Z] (41/80) Installing libpng (1.6.37-r1) [2022-08-15T17:49:46.034Z] (42/80) Installing freetype (2.12.1-r0) [2022-08-15T17:49:46.034Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-08-15T17:49:46.034Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-08-15T17:49:46.296Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-08-15T17:49:46.296Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-08-15T17:49:46.296Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-08-15T17:49:46.558Z] (48/80) Installing libxml2 (2.9.14-r0) [2022-08-15T17:49:46.558Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-08-15T17:49:46.819Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-08-15T17:49:46.819Z] (51/80) Installing mesa-egl (21.3.8-r2) [2022-08-15T17:49:47.081Z] (52/80) Installing avahi-libs (0.8-r6) [2022-08-15T17:49:47.081Z] (53/80) Installing nettle (3.7.3-r0) [2022-08-15T17:49:47.081Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-08-15T17:49:47.344Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-08-15T17:49:47.344Z] (56/80) Installing libunistring (1.0-r0) [2022-08-15T17:49:47.344Z] (57/80) Installing gnutls (3.7.7-r0) [2022-08-15T17:49:47.604Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-08-15T17:49:47.604Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-08-15T17:49:47.866Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-08-15T17:49:47.866Z] (61/80) Installing libevdev (1.12.1-r0) [2022-08-15T17:49:47.866Z] (62/80) Installing mtdev (1.1.6-r0) [2022-08-15T17:49:48.126Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-08-15T17:49:48.127Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-08-15T17:49:48.127Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T17:49:48.388Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-08-15T17:49:48.388Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-08-15T17:49:48.388Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-08-15T17:49:48.647Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-08-15T17:49:48.647Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-08-15T17:49:48.647Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-08-15T17:49:48.908Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2022-08-15T17:49:49.480Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T17:49:49.480Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-08-15T17:49:49.754Z] (75/80) Installing udev-init-scripts (35-r0) [2022-08-15T17:49:49.754Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T17:49:49.754Z] (76/80) Installing kmod-libs (29-r2) [2022-08-15T17:49:49.754Z] (77/80) Installing eudev (3.2.11-r0) [2022-08-15T17:49:50.016Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-08-15T17:49:50.016Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-08-15T17:49:50.016Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-08-15T17:49:50.277Z] Executing busybox-1.35.0-r13.trigger [2022-08-15T17:49:50.277Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T17:49:50.277Z] OK: 330 MiB in 131 packages [2022-08-15T17:49:52.190Z] Removing intermediate container b2a233e877c5 [2022-08-15T17:49:52.190Z] ---> 8e8860689905 [2022-08-15T17:49:52.190Z] Step 8/13 : WORKDIR /device-usb-camera [2022-08-15T17:49:52.190Z] ---> Running in aa6cd10195bc [2022-08-15T17:49:52.451Z] Removing intermediate container aa6cd10195bc [2022-08-15T17:49:52.451Z] ---> 4e105e491928 [2022-08-15T17:49:52.451Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-15T17:49:52.451Z] ---> fbb3a42a5fb3 [2022-08-15T17:49:52.451Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T17:49:52.451Z] ---> Running in 9b22b8ec9379 [2022-08-15T17:50:10.602Z] Removing intermediate container 9b22b8ec9379 [2022-08-15T17:50:10.602Z] ---> af9f4e69b5f5 [2022-08-15T17:50:10.602Z] Step 11/13 : COPY . . [2022-08-15T17:50:10.602Z] ---> 4fa6d0d18b8f [2022-08-15T17:50:10.602Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T17:50:10.602Z] ---> Running in 3f4bc92ae48c [2022-08-15T17:50:10.602Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:50:10.602Z] Dload Upload Total Spent Left Speed [2022-08-15T17:50:10.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0  10722      0 --:--:-- --:--:-- --:--:-- 10836 [2022-08-15T17:50:10.602Z] Removing intermediate container 3f4bc92ae48c [2022-08-15T17:50:10.602Z] ---> 932733e4523a [2022-08-15T17:50:10.602Z] Step 13/13 : RUN ${MAKE} [2022-08-15T17:50:10.602Z] ---> Running in 2d6e4f49afde [2022-08-15T17:50:10.862Z] noop [2022-08-15T17:50:11.123Z] Removing intermediate container 2d6e4f49afde [2022-08-15T17:50:11.123Z] ---> ccae421b3b2b [2022-08-15T17:50:11.123Z] Successfully built ccae421b3b2b [2022-08-15T17:50:11.123Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:50:11.456Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T17:50:11.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:50:11.604Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T17:50:11.672Z] $ 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 [2022-08-15T17:50:12.112Z] $ docker top 8b85d91bb2a53467eed805e33ca4f1a64de7454c224b65930158196e48ca5dd3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:50:12.474Z] + go version [2022-08-15T17:50:12.474Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-15T17:50:12.492Z] $ docker stop --time=1 8b85d91bb2a53467eed805e33ca4f1a64de7454c224b65930158196e48ca5dd3 [2022-08-15T17:50:13.830Z] $ docker rm -f 8b85d91bb2a53467eed805e33ca4f1a64de7454c224b65930158196e48ca5dd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:50:14.251Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T17:50:14.251Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:50:14.339Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T17:50:14.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-15T17:50:14.788Z] $ docker top c43148de587f606aeeced87c40302225896ea97b718fc2c67ead1eab7428c149 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:50:15.141Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:50:15.441Z] + make test [2022-08-15T17:50:15.441Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-08-15T17:50:15.700Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-08-15T17:50:25.688Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-08-15T17:50:26.259Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements [2022-08-15T17:50:34.397Z] 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." [2022-08-15T17:50:34.397Z] CGO_ENABLED=1 go vet ./... [2022-08-15T17:50:37.689Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:50:37.689Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:50:37.689Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-08-15T17:50:37.702Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T17:50:37.719Z] $ docker stop --time=1 c43148de587f606aeeced87c40302225896ea97b718fc2c67ead1eab7428c149 [2022-08-15T17:50:39.483Z] $ docker rm -f c43148de587f606aeeced87c40302225896ea97b718fc2c67ead1eab7428c149 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:50:39.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T17:50:39.995Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-15T17:50:40.524Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-15T17:50:40.814Z] + ls -al . [2022-08-15T17:50:40.814Z] total 200 [2022-08-15T17:50:40.815Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 17:50 . [2022-08-15T17:50:40.815Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 17:49 .. [2022-08-15T17:50:40.815Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 17:50 .git [2022-08-15T17:50:40.815Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:49 .github [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 17:49 .gitignore [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 17:49 .golangci.yml [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 17:49 .hadolint.yml [2022-08-15T17:50:40.815Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 17:49 .semver [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 17:49 Attribution.txt [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 17:49 CHANGELOG.md [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 17:49 Dockerfile [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 17:49 GOVERNANCE.md [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 17:49 Jenkinsfile [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 17:49 LICENSE [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 17:49 Makefile [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 17:49 OWNERS.md [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 17:49 README.md [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 17:49 VERSION [2022-08-15T17:50:40.815Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 17:49 bin [2022-08-15T17:50:40.815Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:49 cmd [2022-08-15T17:50:40.815Z] -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 17:50 coverage.out [2022-08-15T17:50:40.815Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 17:49 docker-entrypoint.sh [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 17:49 go.mod [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 17:49 go.sum [2022-08-15T17:50:40.815Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:49 internal [2022-08-15T17:50:40.815Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 17:49 snap [2022-08-15T17:50:40.815Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 17:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:50:41.120Z] + 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=6ecb4ea0e477ad60250bc8b341b5035207dd0610 --label arch=amd64 --label version=2.3.0-dev.2 . [2022-08-15T17:50:41.120Z] Sending build context to Docker daemon 869.9kB [2022-08-15T17:50:41.120Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T17:50:41.120Z] Step 2/35 : FROM ${BASE} AS builder [2022-08-15T17:50:41.120Z] ---> ccae421b3b2b [2022-08-15T17:50:41.120Z] Step 3/35 : ARG MAKE="make build" [2022-08-15T17:50:41.120Z] ---> Running in ac5050fdf167 [2022-08-15T17:50:41.380Z] Removing intermediate container ac5050fdf167 [2022-08-15T17:50:41.380Z] ---> ab683e44dd13 [2022-08-15T17:50:41.380Z] Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T17:50:41.380Z] ---> Running in 886fe92a3e4c [2022-08-15T17:50:41.380Z] Removing intermediate container 886fe92a3e4c [2022-08-15T17:50:41.380Z] ---> 8ec14d6dc515 [2022-08-15T17:50:41.380Z] Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T17:50:41.380Z] ---> Running in 888ea82ff5b6 [2022-08-15T17:50:41.641Z] Removing intermediate container 888ea82ff5b6 [2022-08-15T17:50:41.641Z] ---> 1ef6837228d8 [2022-08-15T17:50:41.641Z] Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T17:50:41.641Z] ---> Running in 2e521a5e167e [2022-08-15T17:50:42.212Z] Removing intermediate container 2e521a5e167e [2022-08-15T17:50:42.212Z] ---> 6cb56eab61d4 [2022-08-15T17:50:42.212Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T17:50:42.212Z] ---> Running in ecf48acce65b [2022-08-15T17:50:42.471Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T17:50:43.418Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T17:50:43.678Z] OK: 330 MiB in 131 packages [2022-08-15T17:50:43.937Z] Removing intermediate container ecf48acce65b [2022-08-15T17:50:43.937Z] ---> 42fe4a498a1b [2022-08-15T17:50:43.937Z] Step 8/35 : WORKDIR /device-usb-camera [2022-08-15T17:50:43.937Z] ---> Running in ca24da47dd66 [2022-08-15T17:50:44.213Z] Removing intermediate container ca24da47dd66 [2022-08-15T17:50:44.213Z] ---> fe01606610df [2022-08-15T17:50:44.213Z] Step 9/35 : COPY go.mod vendor* ./ [2022-08-15T17:50:44.213Z] ---> aac995a4795b [2022-08-15T17:50:44.213Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T17:50:44.473Z] ---> Running in ba612e214a21 [2022-08-15T17:50:45.045Z] Removing intermediate container ba612e214a21 [2022-08-15T17:50:45.045Z] ---> 52266bd269cb [2022-08-15T17:50:45.045Z] Step 11/35 : COPY . . [2022-08-15T17:50:45.304Z] ---> 8c3d8ff0dc94 [2022-08-15T17:50:45.304Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T17:50:45.304Z] ---> Running in 5e1281ce3df5 [2022-08-15T17:50:45.564Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:50:45.564Z] Dload Upload Total Spent Left Speed [2022-08-15T17:50:45.825Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 45392 0 --:--:-- --:--:-- --:--:-- 46173 [2022-08-15T17:50:46.084Z] Removing intermediate container 5e1281ce3df5 [2022-08-15T17:50:46.084Z] ---> 71b0d056cbf2 [2022-08-15T17:50:46.084Z] Step 13/35 : RUN ${MAKE} [2022-08-15T17:50:46.084Z] ---> Running in 57e9b1c77ea9 [2022-08-15T17:50:46.345Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-08-15T17:51:08.296Z] Removing intermediate container 57e9b1c77ea9 [2022-08-15T17:51:08.296Z] ---> 939228d7ebab [2022-08-15T17:51:08.296Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-08-15T17:51:08.296Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-08-15T17:51:08.296Z] af6660deedbd: Pulling fs layer [2022-08-15T17:51:08.296Z] 97cd0a44c592: Pulling fs layer [2022-08-15T17:51:08.296Z] 97cd0a44c592: Verifying Checksum [2022-08-15T17:51:08.296Z] 97cd0a44c592: Download complete [2022-08-15T17:51:08.296Z] af6660deedbd: Verifying Checksum [2022-08-15T17:51:08.296Z] af6660deedbd: Download complete [2022-08-15T17:51:08.296Z] af6660deedbd: Pull complete [2022-08-15T17:51:08.296Z] 97cd0a44c592: Pull complete [2022-08-15T17:51:08.296Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-08-15T17:51:08.296Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-08-15T17:51:08.296Z] ---> fea57e182299 [2022-08-15T17:51:08.296Z] Step 15/35 : FROM alpine:3.16 [2022-08-15T17:51:08.296Z] 3.16: Pulling from library/alpine [2022-08-15T17:51:08.556Z] 213ec9aee27d: Pulling fs layer [2022-08-15T17:51:08.816Z] 213ec9aee27d: Verifying Checksum [2022-08-15T17:51:08.816Z] 213ec9aee27d: Download complete [2022-08-15T17:51:08.816Z] 213ec9aee27d: Pull complete [2022-08-15T17:51:08.816Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T17:51:08.816Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T17:51:08.816Z] ---> 9c6f07244728 [2022-08-15T17:51:08.816Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-08-15T17:51:09.078Z] ---> Running in cbc905bb41f4 [2022-08-15T17:51:09.078Z] Removing intermediate container cbc905bb41f4 [2022-08-15T17:51:09.078Z] ---> 671f8c87ac56 [2022-08-15T17:51:09.078Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-08-15T17:51:09.078Z] ---> Running in a81d807a9841 [2022-08-15T17:51:09.338Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T17:51:09.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T17:51:09.858Z] (1/83) Installing dumb-init (1.2.5-r1) [2022-08-15T17:51:09.858Z] (2/83) Installing sdl2 (2.0.22-r0) [2022-08-15T17:51:09.858Z] (3/83) Installing libxau (1.0.9-r0) [2022-08-15T17:51:09.858Z] (4/83) Installing libxdmcp (1.1.3-r0) [2022-08-15T17:51:09.858Z] (5/83) Installing libxcb (1.15-r0) [2022-08-15T17:51:09.858Z] (6/83) Installing libx11 (1.8-r0) [2022-08-15T17:51:09.858Z] (7/83) Installing aom-libs (3.3.0-r0) [2022-08-15T17:51:09.858Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2022-08-15T17:51:09.858Z] (9/83) Installing expat (2.4.8-r0) [2022-08-15T17:51:09.858Z] (10/83) Installing brotli-libs (1.0.9-r6) [2022-08-15T17:51:09.858Z] (11/83) Installing libbz2 (1.0.8-r1) [2022-08-15T17:51:09.858Z] (12/83) Installing libpng (1.6.37-r1) [2022-08-15T17:51:09.858Z] (13/83) Installing freetype (2.12.1-r0) [2022-08-15T17:51:09.858Z] (14/83) Installing fontconfig (2.14.0-r0) [2022-08-15T17:51:09.858Z] (15/83) Installing fribidi (1.0.12-r0) [2022-08-15T17:51:09.858Z] (16/83) Installing libffi (3.4.2-r1) [2022-08-15T17:51:09.858Z] (17/83) Installing libintl (0.21-r2) [2022-08-15T17:51:09.858Z] (18/83) Installing libblkid (2.38-r1) [2022-08-15T17:51:09.858Z] (19/83) Installing libmount (2.38-r1) [2022-08-15T17:51:09.858Z] (20/83) Installing pcre (8.45-r2) [2022-08-15T17:51:09.858Z] (21/83) Installing glib (2.72.1-r0) [2022-08-15T17:51:10.118Z] (22/83) Installing graphite2 (1.3.14-r1) [2022-08-15T17:51:10.118Z] (23/83) Installing harfbuzz (4.3.0-r0) [2022-08-15T17:51:10.118Z] (24/83) Installing libass (0.16.0-r0) [2022-08-15T17:51:10.118Z] (25/83) Installing libdav1d (1.0.0-r0) [2022-08-15T17:51:10.118Z] (26/83) Installing libpciaccess (0.16-r0) [2022-08-15T17:51:10.118Z] (27/83) Installing libdrm (2.4.110-r0) [2022-08-15T17:51:10.118Z] (28/83) Installing gmp (6.2.1-r2) [2022-08-15T17:51:10.118Z] (29/83) Installing nettle (3.7.3-r0) [2022-08-15T17:51:10.118Z] (30/83) Installing p11-kit (0.24.1-r0) [2022-08-15T17:51:10.118Z] (31/83) Installing libtasn1 (4.18.0-r0) [2022-08-15T17:51:10.118Z] (32/83) Installing libunistring (1.0-r0) [2022-08-15T17:51:10.118Z] (33/83) Installing gnutls (3.7.7-r0) [2022-08-15T17:51:10.118Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T17:51:10.118Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T17:51:10.118Z] (36/83) Installing lame (3.100-r0) [2022-08-15T17:51:10.118Z] (37/83) Installing opus (1.3.1-r1) [2022-08-15T17:51:10.118Z] (38/83) Installing libasyncns (0.8-r1) [2022-08-15T17:51:10.118Z] (39/83) Installing dbus-libs (1.14.0-r1) [2022-08-15T17:51:10.118Z] (40/83) Installing libltdl (2.4.7-r0) [2022-08-15T17:51:10.118Z] (41/83) Installing orc (0.4.32-r0) [2022-08-15T17:51:10.118Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T17:51:10.380Z] (43/83) Installing libogg (1.3.5-r1) [2022-08-15T17:51:10.380Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T17:51:10.380Z] (45/83) Installing flac (1.3.4-r0) [2022-08-15T17:51:10.380Z] (46/83) Installing libvorbis (1.3.7-r0) [2022-08-15T17:51:10.380Z] (47/83) Installing libsndfile (1.1.0-r0) [2022-08-15T17:51:10.380Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2022-08-15T17:51:10.380Z] (49/83) Installing soxr (0.1.3-r2) [2022-08-15T17:51:10.380Z] (50/83) Installing speexdsp (1.2.0-r0) [2022-08-15T17:51:10.380Z] (51/83) Installing tdb-libs (1.4.6-r0) [2022-08-15T17:51:10.380Z] (52/83) Installing libpulse (15.0-r2) [2022-08-15T17:51:10.380Z] (53/83) Installing cjson (1.7.15-r3) [2022-08-15T17:51:10.380Z] (54/83) Installing mbedtls (2.28.1-r0) [2022-08-15T17:51:10.380Z] (55/83) Installing librist (0.2.6-r1) [2022-08-15T17:51:10.380Z] (56/83) Installing libsrt (1.4.4-r0) [2022-08-15T17:51:10.380Z] (57/83) Installing libssh (0.9.6-r1) [2022-08-15T17:51:10.380Z] (58/83) Installing libtheora (1.1.1-r16) [2022-08-15T17:51:10.380Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T17:51:10.380Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T17:51:10.380Z] (61/83) Installing libxext (1.3.4-r0) [2022-08-15T17:51:10.380Z] (62/83) Installing libxfixes (6.0.0-r0) [2022-08-15T17:51:10.380Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T17:51:10.380Z] (64/83) Installing libva (2.14.0-r0) [2022-08-15T17:51:10.380Z] (65/83) Installing libvdpau (1.5-r0) [2022-08-15T17:51:10.380Z] (66/83) Installing vidstab (1.1.0-r1) [2022-08-15T17:51:10.380Z] (67/83) Installing libvpx (1.11.0-r1) [2022-08-15T17:51:10.380Z] (68/83) Installing libwebp (1.2.3-r0) [2022-08-15T17:51:10.640Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2022-08-15T17:51:10.640Z] (70/83) Installing numactl (2.0.14-r0) [2022-08-15T17:51:10.640Z] (71/83) Installing x265-libs (3.5-r3) [2022-08-15T17:51:10.640Z] (72/83) Installing xvidcore (1.3.7-r1) [2022-08-15T17:51:10.640Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2022-08-15T17:51:10.900Z] (74/83) Installing ffmpeg (5.0.1-r1) [2022-08-15T17:51:10.900Z] (75/83) Installing udev-init-scripts (35-r0) [2022-08-15T17:51:10.900Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T17:51:10.900Z] (76/83) Installing eudev-libs (3.2.11-r0) [2022-08-15T17:51:10.900Z] (77/83) Installing xz-libs (5.2.5-r1) [2022-08-15T17:51:10.900Z] (78/83) Installing zstd-libs (1.5.2-r1) [2022-08-15T17:51:10.900Z] (79/83) Installing kmod-libs (29-r2) [2022-08-15T17:51:10.900Z] (80/83) Installing eudev (3.2.11-r0) [2022-08-15T17:51:10.900Z] (81/83) Installing libsodium (1.0.18-r0) [2022-08-15T17:51:10.900Z] (82/83) Installing libzmq (4.3.4-r0) [2022-08-15T17:51:10.900Z] (83/83) Installing zeromq (4.3.4-r0) [2022-08-15T17:51:10.900Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T17:51:10.900Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T17:51:10.900Z] OK: 101 MiB in 97 packages [2022-08-15T17:51:12.810Z] Removing intermediate container a81d807a9841 [2022-08-15T17:51:12.810Z] ---> e9f9306d4bc4 [2022-08-15T17:51:12.810Z] Step 18/35 : WORKDIR / [2022-08-15T17:51:12.810Z] ---> Running in fe180acbdc23 [2022-08-15T17:51:12.810Z] Removing intermediate container fe180acbdc23 [2022-08-15T17:51:12.810Z] ---> 2792f10db5c2 [2022-08-15T17:51:12.810Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-08-15T17:51:13.070Z] ---> 6c2550ee824b [2022-08-15T17:51:13.070Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-08-15T17:51:13.334Z] ---> 9f14bd6a7e8e [2022-08-15T17:51:13.334Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-08-15T17:51:13.594Z] ---> 5a5dce085f43 [2022-08-15T17:51:13.594Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-08-15T17:51:13.594Z] ---> fa1daeb2ef76 [2022-08-15T17:51:13.594Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-08-15T17:51:13.859Z] ---> cca2258d4936 [2022-08-15T17:51:13.859Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-08-15T17:51:14.119Z] ---> a16e23ca1e1a [2022-08-15T17:51:14.119Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-08-15T17:51:14.380Z] ---> c604cb0d6bb5 [2022-08-15T17:51:14.380Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-08-15T17:51:14.642Z] ---> Running in 12203849cb0b [2022-08-15T17:51:15.212Z] Removing intermediate container 12203849cb0b [2022-08-15T17:51:15.212Z] ---> 810aac7bc0ba [2022-08-15T17:51:15.212Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-08-15T17:51:15.212Z] ---> Running in 60d77b38ea34 [2022-08-15T17:51:15.782Z] Removing intermediate container 60d77b38ea34 [2022-08-15T17:51:15.782Z] ---> 79e72be324e7 [2022-08-15T17:51:15.782Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-08-15T17:51:15.782Z] ---> Running in 051834185bf9 [2022-08-15T17:51:16.352Z] Removing intermediate container 051834185bf9 [2022-08-15T17:51:16.352Z] ---> 8a523d552913 [2022-08-15T17:51:16.352Z] Step 29/35 : EXPOSE 59983 [2022-08-15T17:51:16.352Z] ---> Running in f82a5b4ef0a4 [2022-08-15T17:51:16.612Z] Removing intermediate container f82a5b4ef0a4 [2022-08-15T17:51:16.612Z] ---> 22b4f8b3332e [2022-08-15T17:51:16.612Z] Step 30/35 : EXPOSE 8554 [2022-08-15T17:51:16.612Z] ---> Running in 9e2d2e0ff015 [2022-08-15T17:51:16.612Z] Removing intermediate container 9e2d2e0ff015 [2022-08-15T17:51:16.612Z] ---> 8d67cb198553 [2022-08-15T17:51:16.612Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-08-15T17:51:16.612Z] ---> Running in fb6514c1bc35 [2022-08-15T17:51:16.872Z] Removing intermediate container fb6514c1bc35 [2022-08-15T17:51:16.872Z] ---> 3e660b935e7a [2022-08-15T17:51:16.872Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-08-15T17:51:16.872Z] ---> Running in 3f680dadbf18 [2022-08-15T17:51:17.132Z] Removing intermediate container 3f680dadbf18 [2022-08-15T17:51:17.132Z] ---> b0891cb08002 [2022-08-15T17:51:17.132Z] Step 33/35 : LABEL arch=amd64 [2022-08-15T17:51:17.132Z] ---> Running in 7d3a547115ff [2022-08-15T17:51:17.132Z] Removing intermediate container 7d3a547115ff [2022-08-15T17:51:17.132Z] ---> 973556ee9d23 [2022-08-15T17:51:17.132Z] Step 34/35 : LABEL git_sha=6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:51:17.132Z] ---> Running in a1b803ca83b0 [2022-08-15T17:51:17.391Z] Removing intermediate container a1b803ca83b0 [2022-08-15T17:51:17.391Z] ---> 6b91e22b795e [2022-08-15T17:51:17.391Z] Step 35/35 : LABEL version=2.3.0-dev.2 [2022-08-15T17:51:17.391Z] ---> Running in 9bb32aa52d52 [2022-08-15T17:51:17.391Z] Removing intermediate container 9bb32aa52d52 [2022-08-15T17:51:17.391Z] ---> e8d608e8fa24 [2022-08-15T17:51:17.391Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-15T17:51:17.391Z] Successfully built e8d608e8fa24 [2022-08-15T17:51:17.391Z] 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 [2022-08-15T17:51:17.492Z] provisioning config files... [2022-08-15T17:51:17.501Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config185375890123079194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:51:17.800Z] ---> docker-login.sh [2022-08-15T17:51:17.800Z] nexus3.edgexfoundry.org:10001 [2022-08-15T17:51:17.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:51:17.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:51:17.800Z] Configure a credential helper to remove this warning. See [2022-08-15T17:51:17.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:51:17.800Z] [2022-08-15T17:51:17.800Z] Login Succeeded [2022-08-15T17:51:17.800Z] nexus3.edgexfoundry.org:10002 [2022-08-15T17:51:17.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:51:18.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:51:18.061Z] Configure a credential helper to remove this warning. See [2022-08-15T17:51:18.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:51:18.061Z] [2022-08-15T17:51:18.061Z] Login Succeeded [2022-08-15T17:51:18.061Z] nexus3.edgexfoundry.org:10003 [2022-08-15T17:51:18.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:51:18.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:51:18.061Z] Configure a credential helper to remove this warning. See [2022-08-15T17:51:18.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:51:18.061Z] [2022-08-15T17:51:18.061Z] Login Succeeded [2022-08-15T17:51:18.061Z] nexus3.edgexfoundry.org:10004 [2022-08-15T17:51:18.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:51:18.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:51:18.321Z] Configure a credential helper to remove this warning. See [2022-08-15T17:51:18.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:51:18.321Z] [2022-08-15T17:51:18.321Z] Login Succeeded [2022-08-15T17:51:18.321Z] docker.io [2022-08-15T17:51:18.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:51:18.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:51:18.581Z] Configure a credential helper to remove this warning. See [2022-08-15T17:51:18.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:51:18.581Z] [2022-08-15T17:51:18.581Z] Login Succeeded [2022-08-15T17:51:18.581Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T17:51:18.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T17:51:18.616Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:51:18.638Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2022-08-15T17:51:18.638Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:51:18.638Z] latest [2022-08-15T17:51:18.638Z] 2.3.0-dev.2 [2022-08-15T17:51:18.638Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T17:51:18.638Z] main [2022-08-15T17:51:18.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:18.961Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:19.322Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:51:19.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T17:51:19.322Z] f590ff689995: Preparing [2022-08-15T17:51:19.322Z] f4bf627ed680: Preparing [2022-08-15T17:51:19.322Z] 61df7d1faafd: Preparing [2022-08-15T17:51:19.322Z] 550e596c6d0e: Preparing [2022-08-15T17:51:19.322Z] 1207169bf42c: Preparing [2022-08-15T17:51:19.322Z] 5c7bc313fa06: Preparing [2022-08-15T17:51:19.322Z] 6d662fb7deb9: Preparing [2022-08-15T17:51:19.322Z] 4b3c59b2cb71: Preparing [2022-08-15T17:51:19.322Z] 9b5c6277ab39: Preparing [2022-08-15T17:51:19.322Z] caa1c28b89bc: Preparing [2022-08-15T17:51:19.322Z] de0b17c5ec8e: Preparing [2022-08-15T17:51:19.322Z] 994393dc58e7: Preparing [2022-08-15T17:51:19.322Z] 4b3c59b2cb71: Waiting [2022-08-15T17:51:19.322Z] 5c7bc313fa06: Waiting [2022-08-15T17:51:19.322Z] caa1c28b89bc: Waiting [2022-08-15T17:51:19.322Z] 9b5c6277ab39: Waiting [2022-08-15T17:51:19.322Z] 6d662fb7deb9: Waiting [2022-08-15T17:51:19.322Z] de0b17c5ec8e: Waiting [2022-08-15T17:51:19.322Z] 994393dc58e7: Waiting [2022-08-15T17:51:19.322Z] f590ff689995: Pushed [2022-08-15T17:51:19.322Z] f4bf627ed680: Pushed [2022-08-15T17:51:19.322Z] 1207169bf42c: Pushed [2022-08-15T17:51:19.322Z] 61df7d1faafd: Pushed [2022-08-15T17:51:19.617Z] 5c7bc313fa06: Pushed [2022-08-15T17:51:19.617Z] 6d662fb7deb9: Pushed [2022-08-15T17:51:19.617Z] 9b5c6277ab39: Pushed [2022-08-15T17:51:19.617Z] 4b3c59b2cb71: Pushed [2022-08-15T17:51:19.617Z] 994393dc58e7: Layer already exists [2022-08-15T17:51:21.558Z] 550e596c6d0e: Pushed [2022-08-15T17:51:22.498Z] caa1c28b89bc: Pushed [2022-08-15T17:51:29.085Z] de0b17c5ec8e: Pushed [2022-08-15T17:51:29.085Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610: digest: sha256:8fd30bf41bf17787dcd413d988db2216cb8a713daf6eba05d723dcb89d26eead size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:29.404Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:29.714Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-08-15T17:51:29.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T17:51:29.714Z] f590ff689995: Preparing [2022-08-15T17:51:29.714Z] f4bf627ed680: Preparing [2022-08-15T17:51:29.714Z] 61df7d1faafd: Preparing [2022-08-15T17:51:29.714Z] 550e596c6d0e: Preparing [2022-08-15T17:51:29.714Z] 1207169bf42c: Preparing [2022-08-15T17:51:29.714Z] 5c7bc313fa06: Preparing [2022-08-15T17:51:29.714Z] 6d662fb7deb9: Preparing [2022-08-15T17:51:29.714Z] 4b3c59b2cb71: Preparing [2022-08-15T17:51:29.714Z] 9b5c6277ab39: Preparing [2022-08-15T17:51:29.714Z] caa1c28b89bc: Preparing [2022-08-15T17:51:29.714Z] de0b17c5ec8e: Preparing [2022-08-15T17:51:29.714Z] 994393dc58e7: Preparing [2022-08-15T17:51:29.714Z] 6d662fb7deb9: Waiting [2022-08-15T17:51:29.714Z] 4b3c59b2cb71: Waiting [2022-08-15T17:51:29.714Z] 9b5c6277ab39: Waiting [2022-08-15T17:51:29.714Z] caa1c28b89bc: Waiting [2022-08-15T17:51:29.714Z] de0b17c5ec8e: Waiting [2022-08-15T17:51:29.714Z] 994393dc58e7: Waiting [2022-08-15T17:51:29.714Z] 5c7bc313fa06: Waiting [2022-08-15T17:51:29.714Z] f590ff689995: Layer already exists [2022-08-15T17:51:29.714Z] f4bf627ed680: Layer already exists [2022-08-15T17:51:29.714Z] 550e596c6d0e: Layer already exists [2022-08-15T17:51:29.714Z] 1207169bf42c: Layer already exists [2022-08-15T17:51:29.714Z] 61df7d1faafd: Layer already exists [2022-08-15T17:51:29.714Z] 6d662fb7deb9: Layer already exists [2022-08-15T17:51:29.714Z] 4b3c59b2cb71: Layer already exists [2022-08-15T17:51:29.714Z] 5c7bc313fa06: Layer already exists [2022-08-15T17:51:29.714Z] caa1c28b89bc: Layer already exists [2022-08-15T17:51:29.714Z] 9b5c6277ab39: Layer already exists [2022-08-15T17:51:29.714Z] de0b17c5ec8e: Layer already exists [2022-08-15T17:51:29.714Z] 994393dc58e7: Layer already exists [2022-08-15T17:51:29.714Z] latest: digest: sha256:8fd30bf41bf17787dcd413d988db2216cb8a713daf6eba05d723dcb89d26eead size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:30.032Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:30.342Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.2 [2022-08-15T17:51:30.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T17:51:30.342Z] f590ff689995: Preparing [2022-08-15T17:51:30.342Z] f4bf627ed680: Preparing [2022-08-15T17:51:30.342Z] 61df7d1faafd: Preparing [2022-08-15T17:51:30.342Z] 550e596c6d0e: Preparing [2022-08-15T17:51:30.342Z] 1207169bf42c: Preparing [2022-08-15T17:51:30.342Z] 5c7bc313fa06: Preparing [2022-08-15T17:51:30.342Z] 6d662fb7deb9: Preparing [2022-08-15T17:51:30.342Z] 4b3c59b2cb71: Preparing [2022-08-15T17:51:30.342Z] 9b5c6277ab39: Preparing [2022-08-15T17:51:30.342Z] caa1c28b89bc: Preparing [2022-08-15T17:51:30.342Z] de0b17c5ec8e: Preparing [2022-08-15T17:51:30.342Z] 994393dc58e7: Preparing [2022-08-15T17:51:30.342Z] 5c7bc313fa06: Waiting [2022-08-15T17:51:30.342Z] 6d662fb7deb9: Waiting [2022-08-15T17:51:30.342Z] de0b17c5ec8e: Waiting [2022-08-15T17:51:30.342Z] 9b5c6277ab39: Waiting [2022-08-15T17:51:30.342Z] caa1c28b89bc: Waiting [2022-08-15T17:51:30.342Z] f4bf627ed680: Layer already exists [2022-08-15T17:51:30.342Z] f590ff689995: Layer already exists [2022-08-15T17:51:30.342Z] 550e596c6d0e: Layer already exists [2022-08-15T17:51:30.342Z] 61df7d1faafd: Layer already exists [2022-08-15T17:51:30.342Z] 1207169bf42c: Layer already exists [2022-08-15T17:51:30.342Z] 5c7bc313fa06: Layer already exists [2022-08-15T17:51:30.342Z] 4b3c59b2cb71: Layer already exists [2022-08-15T17:51:30.342Z] 6d662fb7deb9: Layer already exists [2022-08-15T17:51:30.342Z] caa1c28b89bc: Layer already exists [2022-08-15T17:51:30.342Z] de0b17c5ec8e: Layer already exists [2022-08-15T17:51:30.342Z] 9b5c6277ab39: Layer already exists [2022-08-15T17:51:30.342Z] 994393dc58e7: Layer already exists [2022-08-15T17:51:30.342Z] 2.3.0-dev.2: digest: sha256:8fd30bf41bf17787dcd413d988db2216cb8a713daf6eba05d723dcb89d26eead size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:30.661Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:30.974Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T17:51:30.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T17:51:30.974Z] f590ff689995: Preparing [2022-08-15T17:51:30.974Z] f4bf627ed680: Preparing [2022-08-15T17:51:30.974Z] 61df7d1faafd: Preparing [2022-08-15T17:51:30.974Z] 550e596c6d0e: Preparing [2022-08-15T17:51:30.974Z] 1207169bf42c: Preparing [2022-08-15T17:51:30.974Z] 5c7bc313fa06: Preparing [2022-08-15T17:51:30.974Z] 6d662fb7deb9: Preparing [2022-08-15T17:51:30.974Z] 4b3c59b2cb71: Preparing [2022-08-15T17:51:30.974Z] 9b5c6277ab39: Preparing [2022-08-15T17:51:30.974Z] caa1c28b89bc: Preparing [2022-08-15T17:51:30.974Z] de0b17c5ec8e: Preparing [2022-08-15T17:51:30.974Z] 994393dc58e7: Preparing [2022-08-15T17:51:30.974Z] 4b3c59b2cb71: Waiting [2022-08-15T17:51:30.974Z] 5c7bc313fa06: Waiting [2022-08-15T17:51:30.974Z] 6d662fb7deb9: Waiting [2022-08-15T17:51:30.974Z] 9b5c6277ab39: Waiting [2022-08-15T17:51:30.974Z] caa1c28b89bc: Waiting [2022-08-15T17:51:30.974Z] f590ff689995: Layer already exists [2022-08-15T17:51:30.974Z] 61df7d1faafd: Layer already exists [2022-08-15T17:51:30.974Z] 550e596c6d0e: Layer already exists [2022-08-15T17:51:30.974Z] 1207169bf42c: Layer already exists [2022-08-15T17:51:30.974Z] f4bf627ed680: Layer already exists [2022-08-15T17:51:30.974Z] 4b3c59b2cb71: Layer already exists [2022-08-15T17:51:30.974Z] 5c7bc313fa06: Layer already exists [2022-08-15T17:51:30.974Z] 9b5c6277ab39: Layer already exists [2022-08-15T17:51:30.974Z] 6d662fb7deb9: Layer already exists [2022-08-15T17:51:30.974Z] caa1c28b89bc: Layer already exists [2022-08-15T17:51:30.974Z] de0b17c5ec8e: Layer already exists [2022-08-15T17:51:30.974Z] 994393dc58e7: Layer already exists [2022-08-15T17:51:30.974Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2: digest: sha256:8fd30bf41bf17787dcd413d988db2216cb8a713daf6eba05d723dcb89d26eead size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:31.302Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:31.616Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2022-08-15T17:51:31.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T17:51:31.616Z] f590ff689995: Preparing [2022-08-15T17:51:31.616Z] f4bf627ed680: Preparing [2022-08-15T17:51:31.616Z] 61df7d1faafd: Preparing [2022-08-15T17:51:31.616Z] 550e596c6d0e: Preparing [2022-08-15T17:51:31.616Z] 1207169bf42c: Preparing [2022-08-15T17:51:31.616Z] 5c7bc313fa06: Preparing [2022-08-15T17:51:31.616Z] 6d662fb7deb9: Preparing [2022-08-15T17:51:31.616Z] 4b3c59b2cb71: Preparing [2022-08-15T17:51:31.616Z] 9b5c6277ab39: Preparing [2022-08-15T17:51:31.616Z] caa1c28b89bc: Preparing [2022-08-15T17:51:31.616Z] de0b17c5ec8e: Preparing [2022-08-15T17:51:31.616Z] 994393dc58e7: Preparing [2022-08-15T17:51:31.616Z] 6d662fb7deb9: Waiting [2022-08-15T17:51:31.616Z] 4b3c59b2cb71: Waiting [2022-08-15T17:51:31.616Z] 9b5c6277ab39: Waiting [2022-08-15T17:51:31.616Z] caa1c28b89bc: Waiting [2022-08-15T17:51:31.616Z] 994393dc58e7: Waiting [2022-08-15T17:51:31.616Z] 550e596c6d0e: Layer already exists [2022-08-15T17:51:31.616Z] f590ff689995: Layer already exists [2022-08-15T17:51:31.616Z] 61df7d1faafd: Layer already exists [2022-08-15T17:51:31.616Z] 1207169bf42c: Layer already exists [2022-08-15T17:51:31.616Z] f4bf627ed680: Layer already exists [2022-08-15T17:51:31.616Z] 6d662fb7deb9: Layer already exists [2022-08-15T17:51:31.616Z] 5c7bc313fa06: Layer already exists [2022-08-15T17:51:31.616Z] 4b3c59b2cb71: Layer already exists [2022-08-15T17:51:31.616Z] 9b5c6277ab39: Layer already exists [2022-08-15T17:51:31.616Z] caa1c28b89bc: Layer already exists [2022-08-15T17:51:31.616Z] de0b17c5ec8e: Layer already exists [2022-08-15T17:51:31.616Z] 994393dc58e7: Layer already exists [2022-08-15T17:51:31.616Z] main: digest: sha256:8fd30bf41bf17787dcd413d988db2216cb8a713daf6eba05d723dcb89d26eead size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T17:51:31.711Z] ===================================================== [Pipeline] echo [2022-08-15T17:51:31.719Z] taggedImages: [2022-08-15T17:51:31.719Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:51:31.719Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-08-15T17:51:31.719Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.2 [2022-08-15T17:51:31.719Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T17:51:31.719Z] - 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 [2022-08-15T17:51:32.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:51:32.074Z] [2022-08-15T17:51:32.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:51:32.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:51:32.377Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-15T17:51:32.377Z] 5eb5b503b376: Pulling fs layer [2022-08-15T17:51:32.377Z] 5c69ac0246d0: Pulling fs layer [2022-08-15T17:51:32.377Z] ec43610c2a17: Pulling fs layer [2022-08-15T17:51:32.377Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-15T17:51:32.377Z] 33b1e0a273af: Pulling fs layer [2022-08-15T17:51:32.377Z] 5d3b04190fa2: Pulling fs layer [2022-08-15T17:51:32.377Z] 33b1e0a273af: Waiting [2022-08-15T17:51:32.377Z] 2f39f015ded8: Pulling fs layer [2022-08-15T17:51:32.377Z] 5d3b04190fa2: Waiting [2022-08-15T17:51:32.377Z] 2f39f015ded8: Waiting [2022-08-15T17:51:32.377Z] 5c69ac0246d0: Verifying Checksum [2022-08-15T17:51:32.377Z] 5c69ac0246d0: Download complete [2022-08-15T17:51:32.377Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-15T17:51:32.377Z] 3a2ae6a8a46f: Download complete [2022-08-15T17:51:32.377Z] 33b1e0a273af: Verifying Checksum [2022-08-15T17:51:32.377Z] 33b1e0a273af: Download complete [2022-08-15T17:51:32.377Z] ec43610c2a17: Verifying Checksum [2022-08-15T17:51:32.377Z] ec43610c2a17: Download complete [2022-08-15T17:51:32.377Z] 5d3b04190fa2: Verifying Checksum [2022-08-15T17:51:32.377Z] 5d3b04190fa2: Download complete [2022-08-15T17:51:32.637Z] 5eb5b503b376: Verifying Checksum [2022-08-15T17:51:32.637Z] 5eb5b503b376: Download complete [2022-08-15T17:51:33.209Z] 2f39f015ded8: Download complete [2022-08-15T17:51:33.778Z] 5eb5b503b376: Pull complete [2022-08-15T17:51:34.038Z] 5c69ac0246d0: Pull complete [2022-08-15T17:51:34.608Z] ec43610c2a17: Pull complete [2022-08-15T17:51:34.608Z] 3a2ae6a8a46f: Pull complete [2022-08-15T17:51:34.868Z] 33b1e0a273af: Pull complete [2022-08-15T17:51:34.868Z] 5d3b04190fa2: Pull complete [2022-08-15T17:51:40.147Z] 2f39f015ded8: Pull complete [2022-08-15T17:51:40.147Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-15T17:51:40.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T17:51:40.147Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:51:40.240Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T17:51:40.285Z] $ 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 [2022-08-15T17:51:42.087Z] $ docker top 28da9db8ec3509485f806ee65e3ed5ccacd969c4ffe659077532bb62bbb4b449 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:51:42.476Z] ---> job-cost.sh [2022-08-15T17:51:42.476Z] lf-activate-venv: SKIPPING [2022-08-15T17:51:42.476Z] INFO: No Stack... [2022-08-15T17:51:43.048Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T17:51:43.309Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T17:51:43.603Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2022-08-15T17:51:43.603Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T17:51:43.619Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [2022-08-15T17:51:43.627Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] did not exist. Created. [2022-08-15T17:51:43.627Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T17:51:43.936Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-15T17:51:43.967Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T17:51:43.974Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T17:51:43.998Z] $ docker stop --time=1 28da9db8ec3509485f806ee65e3ed5ccacd969c4ffe659077532bb62bbb4b449 [2022-08-15T17:51:45.180Z] $ docker rm -f 28da9db8ec3509485f806ee65e3ed5ccacd969c4ffe659077532bb62bbb4b449 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-15T17:52:23.631Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22836 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2022-08-15T17:52:23.643Z] Running in /w/workspace/device-usb-camera/41 [Pipeline] { [Pipeline] checkout [2022-08-15T17:52:23.679Z] Selected Git installation does not exist. Using Default [2022-08-15T17:52:23.679Z] The recommended git tool is: NONE [2022-08-15T17:52:31.537Z] using credential edgex-jenkins-ssh [2022-08-15T17:52:31.556Z] Cloning the remote Git repository [2022-08-15T17:52:32.807Z] Avoid second fetch [2022-08-15T17:52:32.807Z] Checking out Revision 6ecb4ea0e477ad60250bc8b341b5035207dd0610 (main) [2022-08-15T17:52:31.649Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-08-15T17:52:31.737Z] > git init /w/workspace/device-usb-camera/41 # timeout=10 [2022-08-15T17:52:31.855Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-08-15T17:52:31.856Z] > git --version # timeout=10 [2022-08-15T17:52:31.901Z] > git --version # 'git version 2.25.1' [2022-08-15T17:52:31.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T17:52:31.996Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T17:52:32.759Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-08-15T17:52:32.784Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T17:52:32.839Z] > git config core.sparsecheckout # timeout=10 [2022-08-15T17:52:32.870Z] > git checkout -f 6ecb4ea0e477ad60250bc8b341b5035207dd0610 # timeout=10 [2022-08-15T17:52:37.158Z] Commit message: "Merge pull request #78 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.3.0-dev.19" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T17:52:38.117Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-15T17:52:38.117Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:52:38.117Z] Dload Upload Total Spent Left Speed [2022-08-15T17:52:38.117Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 211k 0 --:--:-- --:--:-- --:--:-- 207k [Pipeline] sh [2022-08-15T17:52:38.798Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-15T17:52:39.156Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-15T17:52:39.156Z] + sudo tee /etc/docker/daemon.new [2022-08-15T17:52:39.156Z] { [2022-08-15T17:52:39.156Z] "registry-mirrors": [ [2022-08-15T17:52:39.156Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-15T17:52:39.156Z] ], [2022-08-15T17:52:39.156Z] "bip": "10.250.0.254/24", [2022-08-15T17:52:39.156Z] "hosts": [ [2022-08-15T17:52:39.156Z] "tcp://0.0.0.0:5555", [2022-08-15T17:52:39.156Z] "unix:///var/run/docker.sock" [2022-08-15T17:52:39.156Z] ], [2022-08-15T17:52:39.156Z] "mtu": 1458, [2022-08-15T17:52:39.156Z] "selinux-enabled": true, [2022-08-15T17:52:39.156Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-15T17:52:39.156Z] } [Pipeline] sh [2022-08-15T17:52:39.512Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-15T17:52:39.985Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T17:52:58.406Z] provisioning config files... [2022-08-15T17:52:58.433Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/41@tmp/config2713407384685567204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:52:58.803Z] ---> docker-login.sh [2022-08-15T17:52:58.803Z] nexus3.edgexfoundry.org:10001 [2022-08-15T17:52:59.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:52:59.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:52:59.682Z] Configure a credential helper to remove this warning. See [2022-08-15T17:52:59.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:52:59.682Z] [2022-08-15T17:52:59.682Z] Login Succeeded [2022-08-15T17:52:59.682Z] nexus3.edgexfoundry.org:10002 [2022-08-15T17:53:00.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:53:00.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:53:00.286Z] Configure a credential helper to remove this warning. See [2022-08-15T17:53:00.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:53:00.286Z] [2022-08-15T17:53:00.286Z] Login Succeeded [2022-08-15T17:53:00.286Z] nexus3.edgexfoundry.org:10003 [2022-08-15T17:53:00.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:53:00.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:53:00.849Z] Configure a credential helper to remove this warning. See [2022-08-15T17:53:00.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:53:00.849Z] [2022-08-15T17:53:00.849Z] Login Succeeded [2022-08-15T17:53:00.849Z] nexus3.edgexfoundry.org:10004 [2022-08-15T17:53:01.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:53:01.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:53:01.415Z] Configure a credential helper to remove this warning. See [2022-08-15T17:53:01.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:53:01.415Z] [2022-08-15T17:53:01.415Z] Login Succeeded [2022-08-15T17:53:01.415Z] docker.io [2022-08-15T17:53:01.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:53:02.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:53:02.305Z] Configure a credential helper to remove this warning. See [2022-08-15T17:53:02.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:53:02.305Z] [2022-08-15T17:53:02.305Z] Login Succeeded [2022-08-15T17:53:02.305Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T17:53:02.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-15T17:53:02.890Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:53:02.904Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:53:02.914Z] ========================================================= [2022-08-15T17:53:02.914Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-15T17:53:02.914Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:53:03.298Z] + 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 . [2022-08-15T17:53:03.572Z] Sending build context to Docker daemon 543.7kB [2022-08-15T17:53:03.572Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T17:53:03.572Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-15T17:53:03.855Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-15T17:53:03.855Z] b3c136eddcbf: Pulling fs layer [2022-08-15T17:53:03.855Z] c0a3192eca97: Pulling fs layer [2022-08-15T17:53:03.855Z] a050256f5b6f: Pulling fs layer [2022-08-15T17:53:03.855Z] 656be50a0ddc: Pulling fs layer [2022-08-15T17:53:03.855Z] 2bbca73fdf42: Pulling fs layer [2022-08-15T17:53:03.855Z] 46d945488cbd: Pulling fs layer [2022-08-15T17:53:03.855Z] 8a5474983e97: Pulling fs layer [2022-08-15T17:53:03.855Z] 329c88fbcd65: Pulling fs layer [2022-08-15T17:53:03.855Z] 2bbca73fdf42: Waiting [2022-08-15T17:53:03.855Z] 46d945488cbd: Waiting [2022-08-15T17:53:03.855Z] 8a5474983e97: Waiting [2022-08-15T17:53:03.855Z] 329c88fbcd65: Waiting [2022-08-15T17:53:03.855Z] 656be50a0ddc: Waiting [2022-08-15T17:53:03.855Z] a050256f5b6f: Download complete [2022-08-15T17:53:03.855Z] c0a3192eca97: Download complete [2022-08-15T17:53:03.855Z] 2bbca73fdf42: Verifying Checksum [2022-08-15T17:53:03.855Z] 2bbca73fdf42: Download complete [2022-08-15T17:53:03.855Z] 46d945488cbd: Verifying Checksum [2022-08-15T17:53:03.855Z] 46d945488cbd: Download complete [2022-08-15T17:53:03.855Z] b3c136eddcbf: Verifying Checksum [2022-08-15T17:53:03.855Z] b3c136eddcbf: Download complete [2022-08-15T17:53:04.870Z] b3c136eddcbf: Pull complete [2022-08-15T17:53:05.150Z] 329c88fbcd65: Verifying Checksum [2022-08-15T17:53:05.150Z] 329c88fbcd65: Download complete [2022-08-15T17:53:05.428Z] c0a3192eca97: Pull complete [2022-08-15T17:53:06.041Z] a050256f5b6f: Pull complete [2022-08-15T17:53:06.647Z] 8a5474983e97: Verifying Checksum [2022-08-15T17:53:06.647Z] 8a5474983e97: Download complete [2022-08-15T17:53:07.252Z] 656be50a0ddc: Verifying Checksum [2022-08-15T17:53:19.666Z] 656be50a0ddc: Pull complete [2022-08-15T17:53:19.942Z] 2bbca73fdf42: Pull complete [2022-08-15T17:53:20.217Z] 46d945488cbd: Pull complete [2022-08-15T17:53:26.952Z] 8a5474983e97: Pull complete [2022-08-15T17:53:28.937Z] 329c88fbcd65: Pull complete [2022-08-15T17:53:28.937Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-15T17:53:28.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T17:53:28.937Z] ---> ff4287adb874 [2022-08-15T17:53:28.937Z] Step 3/13 : ARG MAKE="make build" [2022-08-15T17:53:29.536Z] ---> Running in 2f9161aa224f [2022-08-15T17:53:30.146Z] Removing intermediate container 2f9161aa224f [2022-08-15T17:53:30.146Z] ---> 507370af6939 [2022-08-15T17:53:30.146Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T17:53:30.146Z] ---> Running in a6ed977741e6 [2022-08-15T17:53:30.419Z] Removing intermediate container a6ed977741e6 [2022-08-15T17:53:30.419Z] ---> a6daf0dd951a [2022-08-15T17:53:30.419Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T17:53:30.419Z] ---> Running in b6026793f191 [2022-08-15T17:53:30.699Z] Removing intermediate container b6026793f191 [2022-08-15T17:53:30.699Z] ---> 66fc0cf4f92a [2022-08-15T17:53:30.699Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T17:53:30.976Z] ---> Running in 42936e90e3f2 [2022-08-15T17:53:32.962Z] Removing intermediate container 42936e90e3f2 [2022-08-15T17:53:32.962Z] ---> 09059dc36d0e [2022-08-15T17:53:32.962Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T17:53:32.962Z] ---> Running in a0f1c02be1a3 [2022-08-15T17:53:34.978Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T17:53:35.958Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T17:53:36.949Z] (1/14) Installing libintl (0.21-r2) [2022-08-15T17:53:36.949Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-08-15T17:53:36.949Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T17:53:36.949Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T17:53:37.223Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-08-15T17:53:37.497Z] (6/14) Installing udev-init-scripts (35-r0) [2022-08-15T17:53:37.497Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T17:53:37.497Z] (7/14) Installing libblkid (2.38-r1) [2022-08-15T17:53:37.497Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-08-15T17:53:37.771Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-08-15T17:53:37.771Z] (10/14) Installing kmod-libs (29-r2) [2022-08-15T17:53:37.771Z] (11/14) Installing eudev (3.2.11-r0) [2022-08-15T17:53:38.044Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-08-15T17:53:38.044Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-08-15T17:53:38.044Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-08-15T17:53:38.320Z] Executing busybox-1.35.0-r13.trigger [2022-08-15T17:53:38.320Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T17:53:38.320Z] OK: 228 MiB in 65 packages [2022-08-15T17:53:39.769Z] Removing intermediate container a0f1c02be1a3 [2022-08-15T17:53:39.770Z] ---> dd16f1b2e6d7 [2022-08-15T17:53:39.770Z] Step 8/13 : WORKDIR /device-usb-camera [2022-08-15T17:53:39.770Z] ---> Running in daff9b9f0f67 [2022-08-15T17:53:39.770Z] Removing intermediate container daff9b9f0f67 [2022-08-15T17:53:39.770Z] ---> be46e8ad6d82 [2022-08-15T17:53:39.770Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-15T17:53:40.389Z] ---> b9f6ab35f02b [2022-08-15T17:53:40.389Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T17:53:40.668Z] ---> Running in 3c0f974576a9 [2022-08-15T17:54:37.233Z] Removing intermediate container 3c0f974576a9 [2022-08-15T17:54:37.233Z] ---> 58d4369acf82 [2022-08-15T17:54:37.233Z] Step 11/13 : COPY . . [2022-08-15T17:54:37.233Z] ---> eec334813ff8 [2022-08-15T17:54:37.233Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T17:54:37.233Z] ---> Running in b913841102e4 [2022-08-15T17:54:37.233Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T17:54:37.233Z] Dload Upload Total Spent Left Speed [2022-08-15T17:54:37.233Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14044 0 --:--:-- --:--:-- --:--:-- 14160 [2022-08-15T17:54:37.233Z] Removing intermediate container b913841102e4 [2022-08-15T17:54:37.233Z] ---> a1fba383027b [2022-08-15T17:54:37.233Z] Step 13/13 : RUN ${MAKE} [2022-08-15T17:54:37.233Z] ---> Running in 4d05cdce615a [2022-08-15T17:54:37.233Z] noop [2022-08-15T17:54:37.233Z] Removing intermediate container 4d05cdce615a [2022-08-15T17:54:37.233Z] ---> b3fdf99109ba [2022-08-15T17:54:37.233Z] Successfully built b3fdf99109ba [2022-08-15T17:54:37.233Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:54:37.602Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T17:54:37.602Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:54:37.850Z] prd-ubuntu20.04-docker-arm64-4c-16g-22836 does not seem to be running inside a container [2022-08-15T17:54:37.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/41 -v /w/workspace/device-usb-camera/41:/w/workspace/device-usb-camera/41:rw,z -v /w/workspace/device-usb-camera/41@tmp:/w/workspace/device-usb-camera/41@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 [2022-08-15T17:54:39.233Z] $ docker top 0b480a6e736796bb7000bd663d8a5e7bd6f5e483b740e643c1b233ba23bbc785 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:54:40.142Z] + go version [2022-08-15T17:54:40.142Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-15T17:54:40.167Z] $ docker stop --time=1 0b480a6e736796bb7000bd663d8a5e7bd6f5e483b740e643c1b233ba23bbc785 [2022-08-15T17:54:41.781Z] $ docker rm -f 0b480a6e736796bb7000bd663d8a5e7bd6f5e483b740e643c1b233ba23bbc785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:54:42.378Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T17:54:42.378Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T17:54:42.616Z] prd-ubuntu20.04-docker-arm64-4c-16g-22836 does not seem to be running inside a container [2022-08-15T17:54:42.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-usb-camera/41 -v /w/workspace/device-usb-camera/41:/w/workspace/device-usb-camera/41:rw,z -v /w/workspace/device-usb-camera/41@tmp:/w/workspace/device-usb-camera/41@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 [2022-08-15T17:54:43.958Z] $ docker top df4c80a35e8acf7b8b060b803a1f0eb30a734a5f42fc37d4c68fa6ca505ccce3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T17:54:44.864Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/41 [Pipeline] fileExists [Pipeline] sh [2022-08-15T17:54:45.536Z] + make test [2022-08-15T17:54:45.536Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-08-15T17:54:47.526Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-08-15T17:56:24.421Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-08-15T17:56:24.421Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.075s coverage: 1.9% of statements [2022-08-15T17:56:24.421Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-15T17:56:24.421Z] CGO_ENABLED=1 go vet ./... [2022-08-15T17:56:46.625Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T17:56:46.625Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T17:56:46.625Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-08-15T17:56:46.646Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T17:56:46.663Z] $ docker stop --time=1 df4c80a35e8acf7b8b060b803a1f0eb30a734a5f42fc37d4c68fa6ca505ccce3 [2022-08-15T17:56:48.529Z] $ docker rm -f df4c80a35e8acf7b8b060b803a1f0eb30a734a5f42fc37d4c68fa6ca505ccce3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T17:56:49.583Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T17:56:49.611Z] Warning: overwriting stash ‘coverage-report’ [2022-08-15T17:56:50.152Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T17:56:50.541Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-15T17:56:50.877Z] + ls -al . [2022-08-15T17:56:50.877Z] total 196 [2022-08-15T17:56:50.877Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 17:54 . [2022-08-15T17:56:50.877Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 17:52 .. [2022-08-15T17:56:50.877Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 17:52 .git [2022-08-15T17:56:50.877Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:52 .github [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 17:52 .gitignore [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 17:52 .golangci.yml [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 17:52 .hadolint.yml [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 17:52 Attribution.txt [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 17:52 CHANGELOG.md [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 17:52 Dockerfile [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 17:52 GOVERNANCE.md [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 17:52 Jenkinsfile [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 17:52 LICENSE [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 17:52 Makefile [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 17:52 OWNERS.md [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 17:52 README.md [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 17:49 VERSION [2022-08-15T17:56:50.877Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 17:52 bin [2022-08-15T17:56:50.877Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:52 cmd [2022-08-15T17:56:50.877Z] -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 17:56 coverage.out [2022-08-15T17:56:50.877Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 17:52 docker-entrypoint.sh [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 17:52 go.mod [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 17:52 go.sum [2022-08-15T17:56:50.877Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 17:52 internal [2022-08-15T17:56:50.877Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 17:52 snap [2022-08-15T17:56:50.877Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 17:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:56:51.237Z] + 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=6ecb4ea0e477ad60250bc8b341b5035207dd0610 --label arch=arm64 --label version=2.3.0-dev.2 . [2022-08-15T17:56:51.512Z] Sending build context to Docker daemon 574kB [2022-08-15T17:56:51.512Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T17:56:51.512Z] Step 2/35 : FROM ${BASE} AS builder [2022-08-15T17:56:51.512Z] ---> b3fdf99109ba [2022-08-15T17:56:51.512Z] Step 3/35 : ARG MAKE="make build" [2022-08-15T17:56:51.786Z] ---> Running in 7e2fc1f8915a [2022-08-15T17:56:52.059Z] Removing intermediate container 7e2fc1f8915a [2022-08-15T17:56:52.059Z] ---> 231bcf27a76f [2022-08-15T17:56:52.059Z] Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T17:56:52.059Z] ---> Running in 78c4178fd597 [2022-08-15T17:56:52.656Z] Removing intermediate container 78c4178fd597 [2022-08-15T17:56:52.656Z] ---> d17b490fc254 [2022-08-15T17:56:52.656Z] Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T17:56:52.656Z] ---> Running in 5d590c321529 [2022-08-15T17:56:52.930Z] Removing intermediate container 5d590c321529 [2022-08-15T17:56:52.930Z] ---> ff766311d0b7 [2022-08-15T17:56:52.930Z] Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T17:56:52.930Z] ---> Running in 017e0815d3d3 [2022-08-15T17:56:54.911Z] Removing intermediate container 017e0815d3d3 [2022-08-15T17:56:54.911Z] ---> 4a1a2791ca11 [2022-08-15T17:56:54.911Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T17:56:54.911Z] ---> Running in 7733b958acae [2022-08-15T17:56:55.902Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T17:56:56.879Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T17:56:57.855Z] OK: 228 MiB in 65 packages [2022-08-15T17:56:58.831Z] Removing intermediate container 7733b958acae [2022-08-15T17:56:58.831Z] ---> 4db280714216 [2022-08-15T17:56:58.831Z] Step 8/35 : WORKDIR /device-usb-camera [2022-08-15T17:56:58.831Z] ---> Running in 391aa8a1c08e [2022-08-15T17:56:59.103Z] Removing intermediate container 391aa8a1c08e [2022-08-15T17:56:59.103Z] ---> fcd798564304 [2022-08-15T17:56:59.103Z] Step 9/35 : COPY go.mod vendor* ./ [2022-08-15T17:56:59.700Z] ---> df4ab14fc236 [2022-08-15T17:56:59.700Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T17:56:59.700Z] ---> Running in 545f180d0e86 [2022-08-15T17:57:01.694Z] Removing intermediate container 545f180d0e86 [2022-08-15T17:57:01.694Z] ---> b5ca471fef43 [2022-08-15T17:57:01.694Z] Step 11/35 : COPY . . [2022-08-15T17:57:02.674Z] ---> ed10dd243efa [2022-08-15T17:57:02.674Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T17:57:02.674Z] ---> Running in 17c3c7191159 [2022-08-15T17:57:03.658Z]  % Total % Received % Xferd Average Speed  Time Time Time Current [2022-08-15T17:57:03.658Z] Dload Upload Total Spent Left Speed [2022-08-15T17:57:03.934Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14101 0 --:--:-- --:--:-- --:--:-- 14351 [2022-08-15T17:57:04.536Z] Removing intermediate container 17c3c7191159 [2022-08-15T17:57:04.536Z] ---> 1ebf3e061f90 [2022-08-15T17:57:04.536Z] Step 13/35 : RUN ${MAKE} [2022-08-15T17:57:04.536Z] ---> Running in 30791c66ff9e [2022-08-15T17:57:05.519Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-08-15T17:59:27.435Z] Removing intermediate container 30791c66ff9e [2022-08-15T17:59:27.435Z] ---> 9aa90b1abf93 [2022-08-15T17:59:27.435Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-08-15T17:59:28.032Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-08-15T17:59:28.032Z] eab2503cf8f4: Pulling fs layer [2022-08-15T17:59:28.032Z] 97cd0a44c592: Pulling fs layer [2022-08-15T17:59:28.308Z] 97cd0a44c592: Verifying Checksum [2022-08-15T17:59:28.308Z] 97cd0a44c592: Download complete [2022-08-15T17:59:28.906Z] eab2503cf8f4: Verifying Checksum [2022-08-15T17:59:28.906Z] eab2503cf8f4: Download complete [2022-08-15T17:59:29.180Z] eab2503cf8f4: Pull complete [2022-08-15T17:59:29.457Z] 97cd0a44c592: Pull complete [2022-08-15T17:59:29.731Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-08-15T17:59:29.731Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-08-15T17:59:29.731Z] ---> 7f763cca56b3 [2022-08-15T17:59:29.731Z] Step 15/35 : FROM alpine:3.16 [2022-08-15T17:59:30.330Z] 3.16: Pulling from library/alpine [2022-08-15T17:59:30.330Z] 9b18e9b68314: Pulling fs layer [2022-08-15T17:59:30.606Z] 9b18e9b68314: Verifying Checksum [2022-08-15T17:59:30.606Z] 9b18e9b68314: Download complete [2022-08-15T17:59:31.202Z] 9b18e9b68314: Pull complete [2022-08-15T17:59:31.202Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T17:59:31.202Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T17:59:31.202Z] ---> a6215f271958 [2022-08-15T17:59:31.202Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-08-15T17:59:31.202Z] ---> Running in 620516ebb1f5 [2022-08-15T17:59:31.807Z] Removing intermediate container 620516ebb1f5 [2022-08-15T17:59:31.807Z] ---> c012beb58837 [2022-08-15T17:59:31.807Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-08-15T17:59:31.807Z] ---> Running in c43635544fdd [2022-08-15T17:59:32.793Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T17:59:33.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T17:59:34.046Z] (1/82) Installing dumb-init (1.2.5-r1) [2022-08-15T17:59:34.046Z] (2/82) Installing sdl2 (2.0.22-r0) [2022-08-15T17:59:34.046Z] (3/82) Installing libxau (1.0.9-r0) [2022-08-15T17:59:34.046Z] (4/82) Installing libxdmcp (1.1.3-r0) [2022-08-15T17:59:34.046Z] (5/82) Installing libxcb (1.15-r0) [2022-08-15T17:59:34.319Z] (6/82) Installing libx11 (1.8-r0) [2022-08-15T17:59:34.319Z] (7/82) Installing aom-libs (3.3.0-r0) [2022-08-15T17:59:34.594Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2022-08-15T17:59:34.594Z] (9/82) Installing expat (2.4.8-r0) [2022-08-15T17:59:34.594Z] (10/82) Installing brotli-libs (1.0.9-r6) [2022-08-15T17:59:34.594Z] (11/82) Installing libbz2 (1.0.8-r1) [2022-08-15T17:59:34.594Z] (12/82) Installing libpng (1.6.37-r1) [2022-08-15T17:59:34.594Z] (13/82) Installing freetype (2.12.1-r0) [2022-08-15T17:59:34.594Z] (14/82) Installing fontconfig (2.14.0-r0) [2022-08-15T17:59:34.594Z] (15/82) Installing fribidi (1.0.12-r0) [2022-08-15T17:59:34.594Z] (16/82) Installing libffi (3.4.2-r1) [2022-08-15T17:59:34.594Z] (17/82) Installing libintl (0.21-r2) [2022-08-15T17:59:34.594Z] (18/82) Installing libblkid (2.38-r1) [2022-08-15T17:59:34.594Z] (19/82) Installing libmount (2.38-r1) [2022-08-15T17:59:34.594Z] (20/82) Installing pcre (8.45-r2) [2022-08-15T17:59:34.869Z] (21/82) Installing glib (2.72.1-r0) [2022-08-15T17:59:34.869Z] (22/82) Installing graphite2 (1.3.14-r1) [2022-08-15T17:59:34.869Z] (23/82) Installing harfbuzz (4.3.0-r0) [2022-08-15T17:59:34.869Z] (24/82) Installing libass (0.16.0-r0) [2022-08-15T17:59:34.869Z] (25/82) Installing libdav1d (1.0.0-r0) [2022-08-15T17:59:34.869Z] (26/82) Installing libdrm (2.4.110-r0) [2022-08-15T17:59:34.869Z] (27/82) Installing gmp (6.2.1-r2) [2022-08-15T17:59:34.869Z] (28/82) Installing nettle (3.7.3-r0) [2022-08-15T17:59:34.869Z] (29/82) Installing p11-kit (0.24.1-r0) [2022-08-15T17:59:34.869Z] (30/82) Installing libtasn1 (4.18.0-r0) [2022-08-15T17:59:34.869Z] (31/82) Installing libunistring (1.0-r0) [2022-08-15T17:59:35.145Z] (32/82) Installing gnutls (3.7.7-r0) [2022-08-15T17:59:35.145Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T17:59:35.145Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T17:59:35.145Z] (35/82) Installing lame (3.100-r0) [2022-08-15T17:59:35.145Z] (36/82) Installing opus (1.3.1-r1) [2022-08-15T17:59:35.145Z] (37/82) Installing libasyncns (0.8-r1) [2022-08-15T17:59:35.145Z] (38/82) Installing dbus-libs (1.14.0-r1) [2022-08-15T17:59:35.145Z] (39/82) Installing libltdl (2.4.7-r0) [2022-08-15T17:59:35.145Z] (40/82) Installing orc (0.4.32-r0) [2022-08-15T17:59:35.145Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T17:59:35.145Z] (42/82) Installing libogg (1.3.5-r1) [2022-08-15T17:59:35.145Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T17:59:35.145Z] (44/82) Installing flac (1.3.4-r0) [2022-08-15T17:59:35.419Z] (45/82) Installing libvorbis (1.3.7-r0) [2022-08-15T17:59:35.419Z] (46/82) Installing libsndfile (1.1.0-r0) [2022-08-15T17:59:35.419Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2022-08-15T17:59:35.419Z] (48/82) Installing soxr (0.1.3-r2) [2022-08-15T17:59:35.419Z] (49/82) Installing speexdsp (1.2.0-r0) [2022-08-15T17:59:35.419Z] (50/82) Installing tdb-libs (1.4.6-r0) [2022-08-15T17:59:35.419Z] (51/82) Installing libpulse (15.0-r2) [2022-08-15T17:59:35.419Z] (52/82) Installing cjson (1.7.15-r3) [2022-08-15T17:59:35.419Z] (53/82) Installing mbedtls (2.28.1-r0) [2022-08-15T17:59:35.419Z] (54/82) Installing librist (0.2.6-r1) [2022-08-15T17:59:35.419Z] (55/82) Installing libsrt (1.4.4-r0) [2022-08-15T17:59:35.419Z] (56/82) Installing libssh (0.9.6-r1) [2022-08-15T17:59:35.419Z] (57/82) Installing libtheora (1.1.1-r16) [2022-08-15T17:59:35.419Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T17:59:35.419Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T17:59:35.419Z] (60/82) Installing libxext (1.3.4-r0) [2022-08-15T17:59:35.695Z] (61/82) Installing libxfixes (6.0.0-r0) [2022-08-15T17:59:35.695Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T17:59:35.695Z] (63/82) Installing libva (2.14.0-r0) [2022-08-15T17:59:35.695Z] (64/82) Installing libvdpau (1.5-r0) [2022-08-15T17:59:35.695Z] (65/82) Installing vidstab (1.1.0-r1) [2022-08-15T17:59:35.695Z] (66/82) Installing libvpx (1.11.0-r1) [2022-08-15T17:59:35.695Z] (67/82) Installing libwebp (1.2.3-r0) [2022-08-15T17:59:35.695Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2022-08-15T17:59:35.695Z] (69/82) Installing numactl (2.0.14-r0) [2022-08-15T17:59:35.695Z] (70/82) Installing x265-libs (3.5-r3) [2022-08-15T17:59:35.969Z] (71/82) Installing xvidcore (1.3.7-r1) [2022-08-15T17:59:35.969Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2022-08-15T17:59:36.567Z] (73/82) Installing ffmpeg (5.0.1-r1) [2022-08-15T17:59:36.567Z] (74/82) Installing udev-init-scripts (35-r0) [2022-08-15T17:59:36.567Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T17:59:36.567Z] (75/82) Installing eudev-libs (3.2.11-r0) [2022-08-15T17:59:36.567Z] (76/82) Installing xz-libs (5.2.5-r1) [2022-08-15T17:59:36.567Z] (77/82) Installing zstd-libs (1.5.2-r1) [2022-08-15T17:59:36.567Z] (78/82) Installing kmod-libs (29-r2) [2022-08-15T17:59:36.567Z] (79/82) Installing eudev (3.2.11-r0) [2022-08-15T17:59:36.567Z] (80/82) Installing libsodium (1.0.18-r0) [2022-08-15T17:59:36.567Z] (81/82) Installing libzmq (4.3.4-r0) [2022-08-15T17:59:36.567Z] (82/82) Installing zeromq (4.3.4-r0) [2022-08-15T17:59:36.567Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T17:59:36.567Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T17:59:36.567Z] OK: 78 MiB in 96 packages [2022-08-15T17:59:39.969Z] Removing intermediate container c43635544fdd [2022-08-15T17:59:39.969Z] ---> 04cc266ab751 [2022-08-15T17:59:39.969Z] Step 18/35 : WORKDIR / [2022-08-15T17:59:39.969Z] ---> Running in 78b4153dba3f [2022-08-15T17:59:40.246Z] Removing intermediate container 78b4153dba3f [2022-08-15T17:59:40.246Z] ---> 4c56b11a8aaf [2022-08-15T17:59:40.246Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-08-15T17:59:41.704Z] ---> ea4e35e31ebf [2022-08-15T17:59:41.704Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-08-15T17:59:42.302Z] ---> 37cb6d45bac9 [2022-08-15T17:59:42.302Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-08-15T17:59:42.904Z] ---> c7e4273ddeee [2022-08-15T17:59:42.904Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-08-15T17:59:43.507Z] ---> 76e5a0091f68 [2022-08-15T17:59:43.507Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-08-15T17:59:44.113Z] ---> d072ff1cde76 [2022-08-15T17:59:44.113Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-08-15T17:59:44.716Z] ---> 5871f760dfb2 [2022-08-15T17:59:44.716Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-08-15T17:59:45.704Z] ---> 78d43c4a2d85 [2022-08-15T17:59:45.704Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-08-15T17:59:45.990Z] ---> Running in 73b38908a4a0 [2022-08-15T17:59:47.981Z] Removing intermediate container 73b38908a4a0 [2022-08-15T17:59:47.981Z] ---> 7048dc69b5ef [2022-08-15T17:59:47.981Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-08-15T17:59:47.981Z] ---> Running in a160b32b5340 [2022-08-15T17:59:49.423Z] Removing intermediate container a160b32b5340 [2022-08-15T17:59:49.423Z] ---> 77b374a18b9f [2022-08-15T17:59:49.423Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-08-15T17:59:49.423Z] ---> Running in c54a445f3e53 [2022-08-15T17:59:51.412Z] Removing intermediate container c54a445f3e53 [2022-08-15T17:59:51.412Z] ---> 6e809dc003dd [2022-08-15T17:59:51.412Z] Step 29/35 : EXPOSE 59983 [2022-08-15T17:59:51.412Z] ---> Running in 06e9698452e2 [2022-08-15T17:59:51.412Z] Removing intermediate container 06e9698452e2 [2022-08-15T17:59:51.412Z] ---> fd8c22c29bd9 [2022-08-15T17:59:51.412Z] Step 30/35 : EXPOSE 8554 [2022-08-15T17:59:51.412Z] ---> Running in 4dfe5ed55da9 [2022-08-15T17:59:51.696Z] Removing intermediate container 4dfe5ed55da9 [2022-08-15T17:59:51.696Z] ---> b153e3c43387 [2022-08-15T17:59:51.696Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-08-15T17:59:51.972Z] ---> Running in 928878adfcc9 [2022-08-15T17:59:52.245Z] Removing intermediate container 928878adfcc9 [2022-08-15T17:59:52.245Z] ---> 9a3141113024 [2022-08-15T17:59:52.245Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-08-15T17:59:52.245Z] ---> Running in 081b2f069a3b [2022-08-15T17:59:52.522Z] Removing intermediate container 081b2f069a3b [2022-08-15T17:59:52.522Z] ---> 6e5708b06ac7 [2022-08-15T17:59:52.522Z] Step 33/35 : LABEL arch=arm64 [2022-08-15T17:59:52.522Z] ---> Running in 9ef95f27b3d2 [2022-08-15T17:59:53.122Z] Removing intermediate container 9ef95f27b3d2 [2022-08-15T17:59:53.122Z] ---> b490d196b2cb [2022-08-15T17:59:53.122Z] Step 34/35 : LABEL git_sha=6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:59:53.122Z] ---> Running in 8431a3bb1697 [2022-08-15T17:59:53.399Z] Removing intermediate container 8431a3bb1697 [2022-08-15T17:59:53.399Z] ---> 9db4a1753826 [2022-08-15T17:59:53.399Z] Step 35/35 : LABEL version=2.3.0-dev.2 [2022-08-15T17:59:53.399Z] ---> Running in ce6ac4721c9a [2022-08-15T17:59:53.675Z] Removing intermediate container ce6ac4721c9a [2022-08-15T17:59:53.675Z] ---> 6d1b79efa719 [2022-08-15T17:59:53.675Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-15T17:59:53.950Z] Successfully built 6d1b79efa719 [2022-08-15T17:59:53.950Z] 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 [2022-08-15T17:59:54.051Z] provisioning config files... [2022-08-15T17:59:54.070Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/41@tmp/config7482245026188658694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T17:59:54.430Z] ---> docker-login.sh [2022-08-15T17:59:54.430Z] nexus3.edgexfoundry.org:10001 [2022-08-15T17:59:54.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:59:54.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:59:54.705Z] Configure a credential helper to remove this warning. See [2022-08-15T17:59:54.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:59:54.705Z] [2022-08-15T17:59:54.978Z] Login Succeeded [2022-08-15T17:59:54.978Z] nexus3.edgexfoundry.org:10002 [2022-08-15T17:59:55.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:59:55.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:59:55.253Z] Configure a credential helper to remove this warning. See [2022-08-15T17:59:55.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:59:55.253Z] [2022-08-15T17:59:55.253Z] Login Succeeded [2022-08-15T17:59:55.253Z] nexus3.edgexfoundry.org:10003 [2022-08-15T17:59:55.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:59:55.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:59:55.857Z] Configure a credential helper to remove this warning. See [2022-08-15T17:59:55.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:59:55.857Z] [2022-08-15T17:59:55.857Z] Login Succeeded [2022-08-15T17:59:55.857Z] nexus3.edgexfoundry.org:10004 [2022-08-15T17:59:56.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:59:56.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:59:56.458Z] Configure a credential helper to remove this warning. See [2022-08-15T17:59:56.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:59:56.458Z] [2022-08-15T17:59:56.458Z] Login Succeeded [2022-08-15T17:59:56.458Z] docker.io [2022-08-15T17:59:56.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T17:59:57.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T17:59:57.326Z] Configure a credential helper to remove this warning. See [2022-08-15T17:59:57.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T17:59:57.326Z] [2022-08-15T17:59:57.326Z] Login Succeeded [2022-08-15T17:59:57.326Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T17:59:57.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T17:59:57.379Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T17:59:57.401Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2022-08-15T17:59:57.401Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:59:57.401Z] latest [2022-08-15T17:59:57.401Z] 2.3.0-dev.2 [2022-08-15T17:59:57.401Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T17:59:57.401Z] main [2022-08-15T17:59:57.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:59:57.777Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T17:59:58.144Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T17:59:58.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T17:59:58.144Z] 73f093646efd: Preparing [2022-08-15T17:59:58.144Z] 5dd9d827030c: Preparing [2022-08-15T17:59:58.144Z] c34261954ed6: Preparing [2022-08-15T17:59:58.144Z] a43932d1df72: Preparing [2022-08-15T17:59:58.144Z] 1207169bf42c: Preparing [2022-08-15T17:59:58.144Z] 03061bed494d: Preparing [2022-08-15T17:59:58.144Z] b490716d7a5a: Preparing [2022-08-15T17:59:58.144Z] d863ef1427a1: Preparing [2022-08-15T17:59:58.144Z] 30bea2d49a95: Preparing [2022-08-15T17:59:58.144Z] 19800a9a0d07: Preparing [2022-08-15T17:59:58.144Z] 2b5a63c09f1c: Preparing [2022-08-15T17:59:58.144Z] 5d3e392a13a0: Preparing [2022-08-15T17:59:58.144Z] d863ef1427a1: Waiting [2022-08-15T17:59:58.144Z] 30bea2d49a95: Waiting [2022-08-15T17:59:58.144Z] 19800a9a0d07: Waiting [2022-08-15T17:59:58.144Z] 2b5a63c09f1c: Waiting [2022-08-15T17:59:58.144Z] 03061bed494d: Waiting [2022-08-15T17:59:58.144Z] b490716d7a5a: Waiting [2022-08-15T17:59:58.144Z] 5d3e392a13a0: Waiting [2022-08-15T17:59:58.427Z] 1207169bf42c: Pushed [2022-08-15T17:59:58.427Z] 73f093646efd: Pushed [2022-08-15T17:59:58.427Z] c34261954ed6: Pushed [2022-08-15T17:59:58.427Z] 5dd9d827030c: Pushed [2022-08-15T17:59:58.704Z] 03061bed494d: Pushed [2022-08-15T17:59:58.704Z] b490716d7a5a: Pushed [2022-08-15T17:59:58.704Z] d863ef1427a1: Pushed [2022-08-15T17:59:58.704Z] 30bea2d49a95: Pushed [2022-08-15T17:59:58.704Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:00:03.052Z] a43932d1df72: Pushed [2022-08-15T18:00:05.030Z] 19800a9a0d07: Pushed [2022-08-15T18:00:17.423Z] 2b5a63c09f1c: Pushed [2022-08-15T18:00:17.423Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610: digest: sha256:2197ec81313cc31416f124d8de96df84f5ca8b3089e905d79e992d4d820c0c86 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:17.791Z] + 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 [2022-08-15T18:00:18.155Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-08-15T18:00:18.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:00:18.155Z] 73f093646efd: Preparing [2022-08-15T18:00:18.155Z] 5dd9d827030c: Preparing [2022-08-15T18:00:18.155Z] c34261954ed6: Preparing [2022-08-15T18:00:18.155Z] a43932d1df72: Preparing [2022-08-15T18:00:18.155Z] 1207169bf42c: Preparing [2022-08-15T18:00:18.155Z] 03061bed494d: Preparing [2022-08-15T18:00:18.155Z] b490716d7a5a: Preparing [2022-08-15T18:00:18.155Z] d863ef1427a1: Preparing [2022-08-15T18:00:18.155Z] 30bea2d49a95: Preparing [2022-08-15T18:00:18.155Z] 19800a9a0d07: Preparing [2022-08-15T18:00:18.155Z] 2b5a63c09f1c: Preparing [2022-08-15T18:00:18.155Z] 5d3e392a13a0: Preparing [2022-08-15T18:00:18.155Z] 03061bed494d: Waiting [2022-08-15T18:00:18.155Z] b490716d7a5a: Waiting [2022-08-15T18:00:18.155Z] 30bea2d49a95: Waiting [2022-08-15T18:00:18.155Z] 19800a9a0d07: Waiting [2022-08-15T18:00:18.155Z] 2b5a63c09f1c: Waiting [2022-08-15T18:00:18.155Z] 5d3e392a13a0: Waiting [2022-08-15T18:00:18.155Z] d863ef1427a1: Waiting [2022-08-15T18:00:18.155Z] a43932d1df72: Layer already exists [2022-08-15T18:00:18.432Z] 5dd9d827030c: Layer already exists [2022-08-15T18:00:18.432Z] c34261954ed6: Layer already exists [2022-08-15T18:00:18.432Z] 73f093646efd: Layer already exists [2022-08-15T18:00:18.432Z] 1207169bf42c: Layer already exists [2022-08-15T18:00:18.432Z] 03061bed494d: Layer already exists [2022-08-15T18:00:18.432Z] d863ef1427a1: Layer already exists [2022-08-15T18:00:18.432Z] 30bea2d49a95: Layer already exists [2022-08-15T18:00:18.432Z] b490716d7a5a: Layer already exists [2022-08-15T18:00:18.432Z] 19800a9a0d07: Layer already exists [2022-08-15T18:00:18.432Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:00:18.432Z] 2b5a63c09f1c: Layer already exists [2022-08-15T18:00:18.432Z] latest: digest: sha256:2197ec81313cc31416f124d8de96df84f5ca8b3089e905d79e992d4d820c0c86 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:18.798Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:19.159Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.2 [2022-08-15T18:00:19.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:00:19.159Z] 73f093646efd: Preparing [2022-08-15T18:00:19.159Z] 5dd9d827030c: Preparing [2022-08-15T18:00:19.159Z] c34261954ed6: Preparing [2022-08-15T18:00:19.159Z] a43932d1df72: Preparing [2022-08-15T18:00:19.159Z] 1207169bf42c: Preparing [2022-08-15T18:00:19.159Z] 03061bed494d: Preparing [2022-08-15T18:00:19.159Z] b490716d7a5a: Preparing [2022-08-15T18:00:19.159Z] d863ef1427a1: Preparing [2022-08-15T18:00:19.159Z] 30bea2d49a95: Preparing [2022-08-15T18:00:19.159Z] 19800a9a0d07: Preparing [2022-08-15T18:00:19.159Z] 2b5a63c09f1c: Preparing [2022-08-15T18:00:19.159Z] 5d3e392a13a0: Preparing [2022-08-15T18:00:19.159Z] 03061bed494d: Waiting [2022-08-15T18:00:19.159Z] b490716d7a5a: Waiting [2022-08-15T18:00:19.159Z] d863ef1427a1: Waiting [2022-08-15T18:00:19.159Z] 30bea2d49a95: Waiting [2022-08-15T18:00:19.159Z] 19800a9a0d07: Waiting [2022-08-15T18:00:19.159Z] 2b5a63c09f1c: Waiting [2022-08-15T18:00:19.159Z] 5d3e392a13a0: Waiting [2022-08-15T18:00:19.159Z] 5dd9d827030c: Layer already exists [2022-08-15T18:00:19.159Z] c34261954ed6: Layer already exists [2022-08-15T18:00:19.159Z] a43932d1df72: Layer already exists [2022-08-15T18:00:19.159Z] 1207169bf42c: Layer already exists [2022-08-15T18:00:19.159Z] 73f093646efd: Layer already exists [2022-08-15T18:00:19.431Z] b490716d7a5a: Layer already exists [2022-08-15T18:00:19.431Z] 03061bed494d: Layer already exists [2022-08-15T18:00:19.431Z] 30bea2d49a95: Layer already exists [2022-08-15T18:00:19.431Z] d863ef1427a1: Layer already exists [2022-08-15T18:00:19.431Z] 19800a9a0d07: Layer already exists [2022-08-15T18:00:19.431Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:00:19.431Z] 2b5a63c09f1c: Layer already exists [2022-08-15T18:00:19.431Z] 2.3.0-dev.2: digest: sha256:2197ec81313cc31416f124d8de96df84f5ca8b3089e905d79e992d4d820c0c86 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:19.811Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:20.182Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T18:00:20.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:00:20.182Z] 73f093646efd: Preparing [2022-08-15T18:00:20.182Z] 5dd9d827030c: Preparing [2022-08-15T18:00:20.182Z] c34261954ed6: Preparing [2022-08-15T18:00:20.182Z] a43932d1df72: Preparing [2022-08-15T18:00:20.182Z] 1207169bf42c: Preparing [2022-08-15T18:00:20.182Z] 03061bed494d: Preparing [2022-08-15T18:00:20.182Z] b490716d7a5a: Preparing [2022-08-15T18:00:20.182Z] d863ef1427a1: Preparing [2022-08-15T18:00:20.182Z] 30bea2d49a95: Preparing [2022-08-15T18:00:20.182Z] 19800a9a0d07: Preparing [2022-08-15T18:00:20.182Z] 2b5a63c09f1c: Preparing [2022-08-15T18:00:20.182Z] 5d3e392a13a0: Preparing [2022-08-15T18:00:20.182Z] 03061bed494d: Waiting [2022-08-15T18:00:20.182Z] b490716d7a5a: Waiting [2022-08-15T18:00:20.182Z] 30bea2d49a95: Waiting [2022-08-15T18:00:20.182Z] d863ef1427a1: Waiting [2022-08-15T18:00:20.182Z] 19800a9a0d07: Waiting [2022-08-15T18:00:20.182Z] 5d3e392a13a0: Waiting [2022-08-15T18:00:20.182Z] 2b5a63c09f1c: Waiting [2022-08-15T18:00:20.182Z] 1207169bf42c: Layer already exists [2022-08-15T18:00:20.182Z] 73f093646efd: Layer already exists [2022-08-15T18:00:20.182Z] c34261954ed6: Layer already exists [2022-08-15T18:00:20.182Z] 5dd9d827030c: Layer already exists [2022-08-15T18:00:20.182Z] a43932d1df72: Layer already exists [2022-08-15T18:00:20.182Z] b490716d7a5a: Layer already exists [2022-08-15T18:00:20.182Z] 30bea2d49a95: Layer already exists [2022-08-15T18:00:20.182Z] d863ef1427a1: Layer already exists [2022-08-15T18:00:20.182Z] 19800a9a0d07: Layer already exists [2022-08-15T18:00:20.182Z] 03061bed494d: Layer already exists [2022-08-15T18:00:20.455Z] 2b5a63c09f1c: Layer already exists [2022-08-15T18:00:20.455Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:00:20.455Z] 6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2: digest: sha256:2197ec81313cc31416f124d8de96df84f5ca8b3089e905d79e992d4d820c0c86 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:20.833Z] + 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 [2022-08-15T18:00:21.196Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2022-08-15T18:00:21.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:00:21.196Z] 73f093646efd: Preparing [2022-08-15T18:00:21.196Z] 5dd9d827030c: Preparing [2022-08-15T18:00:21.196Z] c34261954ed6: Preparing [2022-08-15T18:00:21.196Z] a43932d1df72: Preparing [2022-08-15T18:00:21.196Z] 1207169bf42c: Preparing [2022-08-15T18:00:21.196Z] 03061bed494d: Preparing [2022-08-15T18:00:21.196Z] b490716d7a5a: Preparing [2022-08-15T18:00:21.196Z] d863ef1427a1: Preparing [2022-08-15T18:00:21.196Z] 30bea2d49a95: Preparing [2022-08-15T18:00:21.196Z] 19800a9a0d07: Preparing [2022-08-15T18:00:21.196Z] 2b5a63c09f1c: Preparing [2022-08-15T18:00:21.196Z] 5d3e392a13a0: Preparing [2022-08-15T18:00:21.196Z] 30bea2d49a95: Waiting [2022-08-15T18:00:21.196Z] 19800a9a0d07: Waiting [2022-08-15T18:00:21.196Z] 2b5a63c09f1c: Waiting [2022-08-15T18:00:21.196Z] 5d3e392a13a0: Waiting [2022-08-15T18:00:21.196Z] 03061bed494d: Waiting [2022-08-15T18:00:21.196Z] d863ef1427a1: Waiting [2022-08-15T18:00:21.196Z] b490716d7a5a: Waiting [2022-08-15T18:00:21.196Z] 1207169bf42c: Layer already exists [2022-08-15T18:00:21.196Z] 73f093646efd: Layer already exists [2022-08-15T18:00:21.196Z] c34261954ed6: Layer already exists [2022-08-15T18:00:21.196Z] a43932d1df72: Layer already exists [2022-08-15T18:00:21.196Z] 5dd9d827030c: Layer already exists [2022-08-15T18:00:21.196Z] 03061bed494d: Layer already exists [2022-08-15T18:00:21.196Z] b490716d7a5a: Layer already exists [2022-08-15T18:00:21.196Z] d863ef1427a1: Layer already exists [2022-08-15T18:00:21.196Z] 19800a9a0d07: Layer already exists [2022-08-15T18:00:21.196Z] 30bea2d49a95: Layer already exists [2022-08-15T18:00:21.470Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:00:21.470Z] 2b5a63c09f1c: Layer already exists [2022-08-15T18:00:21.470Z] main: digest: sha256:2197ec81313cc31416f124d8de96df84f5ca8b3089e905d79e992d4d820c0c86 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T18:00:21.519Z] ===================================================== [Pipeline] echo [2022-08-15T18:00:21.526Z] taggedImages: [2022-08-15T18:00:21.526Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610 [2022-08-15T18:00:21.526Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-08-15T18:00:21.526Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.2 [2022-08-15T18:00:21.526Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:6ecb4ea0e477ad60250bc8b341b5035207dd0610-2.3.0-dev.2 [2022-08-15T18:00:21.526Z] - 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 [2022-08-15T18:00:21.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:00:21.907Z] [2022-08-15T18:00:21.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:00:22.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:00:22.539Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-15T18:00:22.539Z] 8998bd30e6a1: Pulling fs layer [2022-08-15T18:00:22.539Z] 04944245beec: Pulling fs layer [2022-08-15T18:00:22.539Z] 699f458cf7ca: Pulling fs layer [2022-08-15T18:00:22.539Z] 765212b225bb: Pulling fs layer [2022-08-15T18:00:22.539Z] f23df028b6ca: Pulling fs layer [2022-08-15T18:00:22.539Z] d65c8cfc05b1: Pulling fs layer [2022-08-15T18:00:22.539Z] 2437ff75d9bd: Pulling fs layer [2022-08-15T18:00:22.539Z] f23df028b6ca: Waiting [2022-08-15T18:00:22.539Z] d65c8cfc05b1: Waiting [2022-08-15T18:00:22.539Z] 765212b225bb: Waiting [2022-08-15T18:00:22.539Z] 2437ff75d9bd: Waiting [2022-08-15T18:00:22.539Z] 04944245beec: Verifying Checksum [2022-08-15T18:00:22.539Z] 04944245beec: Download complete [2022-08-15T18:00:22.539Z] 765212b225bb: Verifying Checksum [2022-08-15T18:00:22.539Z] 765212b225bb: Download complete [2022-08-15T18:00:22.539Z] f23df028b6ca: Download complete [2022-08-15T18:00:22.816Z] d65c8cfc05b1: Download complete [2022-08-15T18:00:22.816Z] 699f458cf7ca: Verifying Checksum [2022-08-15T18:00:22.816Z] 699f458cf7ca: Download complete [2022-08-15T18:00:23.175Z] 8998bd30e6a1: Verifying Checksum [2022-08-15T18:00:23.175Z] 8998bd30e6a1: Download complete [2022-08-15T18:00:26.697Z] 2437ff75d9bd: Verifying Checksum [2022-08-15T18:00:26.697Z] 2437ff75d9bd: Download complete [2022-08-15T18:00:29.401Z] 8998bd30e6a1: Pull complete [2022-08-15T18:00:29.691Z] 04944245beec: Pull complete [2022-08-15T18:00:31.145Z] 699f458cf7ca: Pull complete [2022-08-15T18:00:31.420Z] 765212b225bb: Pull complete [2022-08-15T18:00:32.402Z] f23df028b6ca: Pull complete [2022-08-15T18:00:32.402Z] d65c8cfc05b1: Pull complete [2022-08-15T18:00:50.706Z] 2437ff75d9bd: Pull complete [2022-08-15T18:00:50.706Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-15T18:00:50.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:00:50.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:00:50.967Z] prd-ubuntu20.04-docker-arm64-4c-16g-22836 does not seem to be running inside a container [2022-08-15T18:00:51.062Z] $ 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/41 -v /w/workspace/device-usb-camera/41:/w/workspace/device-usb-camera/41:rw,z -v /w/workspace/device-usb-camera/41@tmp:/w/workspace/device-usb-camera/41@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 [2022-08-15T18:00:52.606Z] $ docker top 14334d9c8323fa2e805c168136e3c45bb1c74a8e338331c6354e2f5c247cd330 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:00:53.572Z] ---> job-cost.sh [2022-08-15T18:00:53.573Z] lf-activate-venv: SKIPPING [2022-08-15T18:00:53.573Z] INFO: No Stack... [2022-08-15T18:00:53.845Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-15T18:00:54.822Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T18:00:55.486Z] + cat /w/workspace/device-usb-camera/41/archives/cost.csv [2022-08-15T18:00:55.486Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T18:00:55.551Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [2022-08-15T18:00:55.557Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] did not exist. Created. [2022-08-15T18:00:55.557Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T18:00:56.234Z] /w/workspace/device-usb-camera/41@tmp/durable-c29f37f9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-15T18:00:56.915Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-15T18:00:56.943Z] Warning: overwriting stash ‘stack-cost’ [2022-08-15T18:00:56.992Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T18:00:56.999Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-41-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T18:00:57.023Z] $ docker stop --time=1 14334d9c8323fa2e805c168136e3c45bb1c74a8e338331c6354e2f5c247cd330 [2022-08-15T18:00:58.578Z] $ docker rm -f 14334d9c8323fa2e805c168136e3c45bb1c74a8e338331c6354e2f5c247cd330 [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 [2022-08-15T18:00:59.029Z] provisioning config files... [2022-08-15T18:00:59.037Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5185709204873538918tmp [Pipeline] { [Pipeline] sh [2022-08-15T18:00:59.332Z] + set +x [2022-08-15T18:00:59.332Z] + curl -s https://codecov.io/bash [2022-08-15T18:00:59.332Z] + bash -s -- [2022-08-15T18:00:59.332Z] [2022-08-15T18:00:59.332Z] _____ _ [2022-08-15T18:00:59.332Z] / ____| | | [2022-08-15T18:00:59.332Z] | | ___ __| | ___ ___ _____ __ [2022-08-15T18:00:59.332Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-15T18:00:59.332Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-15T18:00:59.332Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-15T18:00:59.332Z] Bash-1.0.6 [2022-08-15T18:00:59.332Z] [2022-08-15T18:00:59.332Z] [2022-08-15T18:00:59.332Z] ==> git version 2.25.1 found [2022-08-15T18:00:59.332Z] ==> 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 [2022-08-15T18:00:59.332Z] Release-Date: 2020-01-08 [2022-08-15T18:00:59.332Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-15T18:00:59.332Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-15T18:00:59.332Z] ==> Jenkins CI detected. [2022-08-15T18:00:59.332Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2022-08-15T18:00:59.332Z] project root: . [2022-08-15T18:00:59.332Z] --> token set from env [2022-08-15T18:00:59.332Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-15T18:00:59.332Z] ==> Running gcov in . (disable via -X gcov) [2022-08-15T18:00:59.332Z] ==> Python coveragepy not found [2022-08-15T18:00:59.332Z] ==> Searching for coverage reports in: [2022-08-15T18:00:59.332Z] + . [2022-08-15T18:00:59.332Z] -> Found 1 reports [2022-08-15T18:00:59.332Z] ==> Detecting git/mercurial file structure [2022-08-15T18:00:59.332Z] ==> Reading reports [2022-08-15T18:00:59.332Z] + ./coverage.out bytes=29387 [2022-08-15T18:00:59.332Z] ==> Appending adjustments [2022-08-15T18:00:59.332Z] https://docs.codecov.io/docs/fixing-reports [2022-08-15T18:00:59.593Z] + Found adjustments [2022-08-15T18:00:59.593Z] ==> Gzipping contents [2022-08-15T18:00:59.593Z] 8.0K /tmp/codecov.IbwdkD.gz [2022-08-15T18:00:59.593Z] ==> Uploading reports [2022-08-15T18:00:59.593Z] url: https://codecov.io [2022-08-15T18:00:59.593Z] query: branch=main&commit=6ecb4ea0e477ad60250bc8b341b5035207dd0610&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-15T18:00:59.593Z] -> Pinging Codecov [2022-08-15T18:00:59.593Z] 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=6ecb4ea0e477ad60250bc8b341b5035207dd0610&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-15T18:00:59.854Z] -> Uploading to [2022-08-15T18:00:59.854Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-15/73D8F5FF140700D3E01443B452E23636/6ecb4ea0e477ad60250bc8b341b5035207dd0610/7ff55932-76c8-4b57-a49c-4b5a4ea505fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T180059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d7dbfe9e9a212cbf352ee8cefa38d203b9021722773f92bada5e36598303360c [2022-08-15T18:00:59.854Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:00:59.854Z] Dload Upload Total Spent Left Speed [2022-08-15T18:01:00.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4139 0 0 100 4139 0 18233 --:--:-- --:--:-- --:--:-- 18233 [2022-08-15T18:01:00.115Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] } [2022-08-15T18:01:00.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-15T18:01:00.244Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-15T18:01:00.253Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:00.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:01:00.555Z] [2022-08-15T18:01:00.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:00.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:01:00.861Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-15T18:01:00.861Z] df9b9388f04a: Pulling fs layer [2022-08-15T18:01:00.861Z] 52dc419b0ee2: Pulling fs layer [2022-08-15T18:01:00.861Z] 25bc292e5bac: Pulling fs layer [2022-08-15T18:01:00.861Z] 114826534d7a: Pulling fs layer [2022-08-15T18:01:00.861Z] 4657fd5d0bcf: Pulling fs layer [2022-08-15T18:01:00.861Z] 6ad1cebc031e: Pulling fs layer [2022-08-15T18:01:00.861Z] 8a3aa393b2d8: Pulling fs layer [2022-08-15T18:01:00.861Z] 114826534d7a: Waiting [2022-08-15T18:01:00.861Z] 4657fd5d0bcf: Waiting [2022-08-15T18:01:00.861Z] 6ad1cebc031e: Waiting [2022-08-15T18:01:00.861Z] 8a3aa393b2d8: Waiting [2022-08-15T18:01:00.861Z] 25bc292e5bac: Verifying Checksum [2022-08-15T18:01:00.861Z] 25bc292e5bac: Download complete [2022-08-15T18:01:00.861Z] 52dc419b0ee2: Verifying Checksum [2022-08-15T18:01:00.861Z] 52dc419b0ee2: Download complete [2022-08-15T18:01:00.861Z] 4657fd5d0bcf: Verifying Checksum [2022-08-15T18:01:00.861Z] 4657fd5d0bcf: Download complete [2022-08-15T18:01:00.861Z] df9b9388f04a: Verifying Checksum [2022-08-15T18:01:00.861Z] df9b9388f04a: Download complete [2022-08-15T18:01:01.124Z] df9b9388f04a: Pull complete [2022-08-15T18:01:01.124Z] 6ad1cebc031e: Verifying Checksum [2022-08-15T18:01:01.124Z] 6ad1cebc031e: Download complete [2022-08-15T18:01:01.124Z] 52dc419b0ee2: Pull complete [2022-08-15T18:01:01.124Z] 25bc292e5bac: Pull complete [2022-08-15T18:01:01.695Z] 114826534d7a: Verifying Checksum [2022-08-15T18:01:01.695Z] 114826534d7a: Download complete [2022-08-15T18:01:01.695Z] 8a3aa393b2d8: Verifying Checksum [2022-08-15T18:01:01.695Z] 8a3aa393b2d8: Download complete [2022-08-15T18:01:05.067Z] 114826534d7a: Pull complete [2022-08-15T18:01:05.067Z] 4657fd5d0bcf: Pull complete [2022-08-15T18:01:05.634Z] 6ad1cebc031e: Pull complete [2022-08-15T18:01:08.928Z] 8a3aa393b2d8: Pull complete [2022-08-15T18:01:08.928Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-15T18:01:08.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:01:08.928Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:09.016Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:09.059Z] $ 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 [2022-08-15T18:01:10.550Z] $ docker top ab85f88b2b2ab1c2d05f5ee6f10e6ba0990ff3fc80867afe435b97fc8a580ffe -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-15T18:01:10.625Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2022-08-15T18:01:10.906Z] + set -o pipefail [2022-08-15T18:01:10.907Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2022-08-15T18:01:16.185Z] [2022-08-15T18:01:16.185Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2022-08-15T18:01:16.185Z] [2022-08-15T18:01:16.185Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/d28525dc-ecd1-4bdb-84cf-f296f6003a62 [2022-08-15T18:01:16.185Z] [2022-08-15T18:01:16.185Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-15T18:01:16.185Z] [2022-08-15T18:01:16.185Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-15T18:01:16.185Z] [2022-08-15T18:01:16.185Z] [Pipeline] } [2022-08-15T18:01:16.207Z] $ docker stop --time=1 ab85f88b2b2ab1c2d05f5ee6f10e6ba0990ff3fc80867afe435b97fc8a580ffe [2022-08-15T18:01:18.446Z] $ docker rm -f ab85f88b2b2ab1c2d05f5ee6f10e6ba0990ff3fc80867afe435b97fc8a580ffe [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 [2022-08-15T18:01:19.147Z] + git log --format=format:%s -1 6ecb4ea0e477ad60250bc8b341b5035207dd0610 [Pipeline] sh [2022-08-15T18:01:19.438Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:01:19.438Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:19.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:01:19.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:19.837Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:19.874Z] $ 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 [2022-08-15T18:01:20.275Z] $ docker top f6e4a760734fc3467782704c2cc713a023fc8bca4b6ce720d03be0ce0c74c420 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:01:20.367Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:01:20.367Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:01:20.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:01:20.499Z] $ docker exec f6e4a760734fc3467782704c2cc713a023fc8bca4b6ce720d03be0ce0c74c420 ssh-agent [2022-08-15T18:01:20.610Z] SSH_AUTH_SOCK=/tmp/ssh-J8vfnYGodjyF/agent.33 [2022-08-15T18:01:20.610Z] SSH_AGENT_PID=39 [2022-08-15T18:01:20.615Z] Running ssh-add (command line suppressed) [2022-08-15T18:01:20.722Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2037047955947060379.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2037047955947060379.key) [2022-08-15T18:01:20.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:01:21.016Z] + git semver tag [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,192 [run_tag] DEBUG tag force:False [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,192 [check_head_tag] DEBUG check head tag [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,193 [execute] INFO git cat-file --batch-check [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,194 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,197 [execute] INFO git cat-file --batch [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,197 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,211 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,212 [execute] INFO git tag -a v2.3.0-dev.2 -m v2.3.0-dev.2 [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,212 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.2', '-m', 'v2.3.0-dev.2'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:01:21.275Z] 2022-08-15 18:01:21,217 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:21.275Z] 2.3.0-dev.2 [Pipeline] } [2022-08-15T18:01:21.290Z] $ docker exec --env ******** --env ******** f6e4a760734fc3467782704c2cc713a023fc8bca4b6ce720d03be0ce0c74c420 ssh-agent -k [2022-08-15T18:01:21.391Z] unset SSH_AUTH_SOCK; [2022-08-15T18:01:21.391Z] unset SSH_AGENT_PID; [2022-08-15T18:01:21.391Z] echo Agent pid 39 killed; [2022-08-15T18:01:21.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:01:21.706Z] + git semver [Pipeline] } [2022-08-15T18:01:21.984Z] $ docker stop --time=1 f6e4a760734fc3467782704c2cc713a023fc8bca4b6ce720d03be0ce0c74c420 [2022-08-15T18:01:23.300Z] $ docker rm -f f6e4a760734fc3467782704c2cc713a023fc8bca4b6ce720d03be0ce0c74c420 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:23.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:01:23.696Z] [2022-08-15T18:01:23.696Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:23.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:01:24.255Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-15T18:01:24.255Z] ab5ef0e58194: Pulling fs layer [2022-08-15T18:01:24.255Z] 9712f1f96733: Pulling fs layer [2022-08-15T18:01:24.255Z] 63f879dbbcfc: Pulling fs layer [2022-08-15T18:01:24.255Z] 0d9ebad4ef96: Pulling fs layer [2022-08-15T18:01:24.255Z] e9a5061849ea: Pulling fs layer [2022-08-15T18:01:24.255Z] d747dcd14b5f: Pulling fs layer [2022-08-15T18:01:24.255Z] 2de7ff778b66: Pulling fs layer [2022-08-15T18:01:24.255Z] 0d9ebad4ef96: Waiting [2022-08-15T18:01:24.255Z] e9a5061849ea: Waiting [2022-08-15T18:01:24.255Z] d747dcd14b5f: Waiting [2022-08-15T18:01:24.255Z] 2de7ff778b66: Waiting [2022-08-15T18:01:24.255Z] 9712f1f96733: Verifying Checksum [2022-08-15T18:01:24.255Z] 9712f1f96733: Download complete [2022-08-15T18:01:24.521Z] 63f879dbbcfc: Verifying Checksum [2022-08-15T18:01:24.521Z] 63f879dbbcfc: Download complete [2022-08-15T18:01:24.782Z] 0d9ebad4ef96: Verifying Checksum [2022-08-15T18:01:24.782Z] 0d9ebad4ef96: Download complete [2022-08-15T18:01:24.782Z] d747dcd14b5f: Download complete [2022-08-15T18:01:24.782Z] e9a5061849ea: Verifying Checksum [2022-08-15T18:01:24.782Z] e9a5061849ea: Download complete [2022-08-15T18:01:24.782Z] ab5ef0e58194: Verifying Checksum [2022-08-15T18:01:24.782Z] ab5ef0e58194: Download complete [2022-08-15T18:01:24.782Z] 2de7ff778b66: Verifying Checksum [2022-08-15T18:01:24.782Z] 2de7ff778b66: Download complete [2022-08-15T18:01:28.071Z] ab5ef0e58194: Pull complete [2022-08-15T18:01:28.071Z] 9712f1f96733: Pull complete [2022-08-15T18:01:28.330Z] 63f879dbbcfc: Pull complete [2022-08-15T18:01:32.519Z] 0d9ebad4ef96: Pull complete [2022-08-15T18:01:32.519Z] e9a5061849ea: Pull complete [2022-08-15T18:01:32.519Z] d747dcd14b5f: Pull complete [2022-08-15T18:01:33.458Z] 2de7ff778b66: Pull complete [2022-08-15T18:01:33.458Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-15T18:01:33.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:01:33.458Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:33.553Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:33.595Z] $ 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 [2022-08-15T18:01:35.681Z] $ docker top b13e1491fd69be5a141bb5f2abdc8a56f79bcb09ccb4b21f478232a2234a3076 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:01:35.753Z] provisioning config files... [2022-08-15T18:01:35.763Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3672707986667479498tmp [2022-08-15T18:01:35.774Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6331133016717916503tmp [2022-08-15T18:01:35.785Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3287145834275221609tmp [Pipeline] { [Pipeline] echo [2022-08-15T18:01:35.801Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:36.085Z] ---> sigul-configuration.sh [2022-08-15T18:01:36.085Z] gpg: directory `/root/.gnupg' created [2022-08-15T18:01:36.085Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-15T18:01:36.085Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-15T18:01:36.085Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-15T18:01:36.085Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-15T18:01:36.085Z] gpg: CAST5 encrypted data [2022-08-15T18:01:36.085Z] gpg: encrypted with 1 passphrase [2022-08-15T18:01:36.085Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-15T18:01:36.372Z] + mkdir /home/jenkins [2022-08-15T18:01:36.372Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-15T18:01:36.659Z] + 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 [2022-08-15T18:01:36.669Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:36.956Z] ---> sigul-install.sh [2022-08-15T18:01:36.956Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-15T18:01:37.245Z] + git tag --list [2022-08-15T18:01:37.245Z] v0.0.0 [2022-08-15T18:01:37.245Z] v0.0.1-dev.1 [2022-08-15T18:01:37.245Z] v0.0.1-dev.10 [2022-08-15T18:01:37.245Z] v0.0.1-dev.11 [2022-08-15T18:01:37.245Z] v0.0.1-dev.12 [2022-08-15T18:01:37.245Z] v0.0.1-dev.13 [2022-08-15T18:01:37.245Z] v0.0.1-dev.14 [2022-08-15T18:01:37.245Z] v0.0.1-dev.15 [2022-08-15T18:01:37.245Z] v0.0.1-dev.16 [2022-08-15T18:01:37.245Z] v0.0.1-dev.2 [2022-08-15T18:01:37.245Z] v0.0.1-dev.3 [2022-08-15T18:01:37.245Z] v0.0.1-dev.4 [2022-08-15T18:01:37.245Z] v0.0.1-dev.5 [2022-08-15T18:01:37.245Z] v0.0.1-dev.6 [2022-08-15T18:01:37.245Z] v0.0.1-dev.7 [2022-08-15T18:01:37.245Z] v0.0.1-dev.8 [2022-08-15T18:01:37.245Z] v0.0.1-dev.9 [2022-08-15T18:01:37.245Z] v2.2.0 [2022-08-15T18:01:37.245Z] v2.2.0-dev.17 [2022-08-15T18:01:37.245Z] v2.2.0-dev.18 [2022-08-15T18:01:37.245Z] v2.2.0-dev.19 [2022-08-15T18:01:37.245Z] v2.2.0-dev.20 [2022-08-15T18:01:37.245Z] v2.2.0-dev.21 [2022-08-15T18:01:37.245Z] v2.2.0-dev.22 [2022-08-15T18:01:37.245Z] v2.2.0-dev.23 [2022-08-15T18:01:37.245Z] v2.2.0-dev.24 [2022-08-15T18:01:37.245Z] v2.2.0-dev.25 [2022-08-15T18:01:37.245Z] v2.2.0-dev.26 [2022-08-15T18:01:37.245Z] v2.2.0-dev.27 [2022-08-15T18:01:37.245Z] v2.3.0-dev.1 [2022-08-15T18:01:37.245Z] v2.3.0-dev.2 [Pipeline] sh [2022-08-15T18:01:37.533Z] + lftools sign git-tag v2.3.0-dev.2 [2022-08-15T18:01:38.103Z] Signing Git tag with Sigul... [2022-08-15T18:01:38.103Z] Signing v2.3.0-dev.2 [Pipeline] echo [2022-08-15T18:01:38.372Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:38.657Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-15T18:01:38.665Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-15T18:01:38.691Z] $ docker stop --time=1 b13e1491fd69be5a141bb5f2abdc8a56f79bcb09ccb4b21f478232a2234a3076 [2022-08-15T18:01:40.021Z] $ docker rm -f b13e1491fd69be5a141bb5f2abdc8a56f79bcb09ccb4b21f478232a2234a3076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-15T18:01:40.514Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:01:40.514Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:40.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:01:40.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:40.896Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:40.938Z] $ 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 [2022-08-15T18:01:41.340Z] $ docker top e2da5d1ead51cdd2ad9fcb214f4d76806cc18c658832195d4db9771d110a8a30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:01:41.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:01:41.428Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:01:41.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:01:41.559Z] $ docker exec e2da5d1ead51cdd2ad9fcb214f4d76806cc18c658832195d4db9771d110a8a30 ssh-agent [2022-08-15T18:01:41.667Z] SSH_AUTH_SOCK=/tmp/ssh-xMV5UKim2M4g/agent.33 [2022-08-15T18:01:41.667Z] SSH_AGENT_PID=40 [2022-08-15T18:01:41.671Z] Running ssh-add (command line suppressed) [2022-08-15T18:01:41.787Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1450096162648726277.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1450096162648726277.key) [2022-08-15T18:01:41.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:01:42.087Z] + git semver bump pre [2022-08-15T18:01:42.347Z] 2022-08-15 18:01:42,272 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,272 [bump_version] DEBUG bumping version:2.3.0-dev.2 on axis:pre with prefix:dev [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,272 [bump_version] DEBUG bumped version:2.3.0-dev.3 [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,272 [write_version] DEBUG write version:2.3.0-dev.3 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,272 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,272 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,274 [execute] INFO git cat-file --batch-check [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,274 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,279 [execute] INFO git cat-file --batch [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,279 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:01:42.348Z] 2022-08-15 18:01:42,284 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:42.348Z] 2.3.0-dev.3 [Pipeline] } [2022-08-15T18:01:42.363Z] $ docker exec --env ******** --env ******** e2da5d1ead51cdd2ad9fcb214f4d76806cc18c658832195d4db9771d110a8a30 ssh-agent -k [2022-08-15T18:01:42.475Z] unset SSH_AUTH_SOCK; [2022-08-15T18:01:42.476Z] unset SSH_AGENT_PID; [2022-08-15T18:01:42.476Z] echo Agent pid 40 killed; [2022-08-15T18:01:42.482Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:01:42.789Z] + git semver [Pipeline] } [2022-08-15T18:01:43.067Z] $ docker stop --time=1 e2da5d1ead51cdd2ad9fcb214f4d76806cc18c658832195d4db9771d110a8a30 [2022-08-15T18:01:44.356Z] $ docker rm -f e2da5d1ead51cdd2ad9fcb214f4d76806cc18c658832195d4db9771d110a8a30 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T18:01:44.728Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:01:44.728Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:45.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:01:45.034Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:45.115Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:45.154Z] $ 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 [2022-08-15T18:01:45.537Z] $ docker top f124fc4ed5629858e5dbecd948d96cc070ca0dd0df5f9b2fccae54127e2d3db8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:01:45.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:01:45.629Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:01:45.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:01:45.753Z] $ docker exec f124fc4ed5629858e5dbecd948d96cc070ca0dd0df5f9b2fccae54127e2d3db8 ssh-agent [2022-08-15T18:01:45.871Z] SSH_AUTH_SOCK=/tmp/ssh-ZyANPU3DmFry/agent.33 [2022-08-15T18:01:45.871Z] SSH_AGENT_PID=39 [2022-08-15T18:01:45.876Z] Running ssh-add (command line suppressed) [2022-08-15T18:01:45.993Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6502165987632995462.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6502165987632995462.key) [2022-08-15T18:01:46.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:01:46.295Z] + git semver push [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,470 [run_push] DEBUG push [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,471 [execute] INFO git cat-file --batch-check [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,472 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,475 [execute] INFO git rev-list e423c5633b28bab388c02f5658a96acb56ed5580 -- [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,475 [execute] DEBUG Popen(['git', 'rev-list', 'e423c5633b28bab388c02f5658a96acb56ed5580', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,481 [execute] INFO git fetch -v origin [2022-08-15T18:01:46.555Z] 2022-08-15 18:01:46,481 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-15T18:01:47.127Z] 2022-08-15 18:01:46,914 [run_push] DEBUG no remote changes detected [2022-08-15T18:01:47.127Z] 2022-08-15 18:01:46,914 [execute] INFO git push origin semver [2022-08-15T18:01:47.127Z] 2022-08-15 18:01:46,915 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:01:47.699Z] 2022-08-15 18:01:47,607 [run_push] DEBUG push all version tags [2022-08-15T18:01:47.699Z] 2022-08-15 18:01:47,607 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-15T18:01:47.699Z] 2022-08-15 18:01:47,608 [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) [2022-08-15T18:01:48.641Z] 2022-08-15 18:01:48,295 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:01:48.641Z] 2.3.0-dev.3 [Pipeline] } [2022-08-15T18:01:48.657Z] $ docker exec --env ******** --env ******** f124fc4ed5629858e5dbecd948d96cc070ca0dd0df5f9b2fccae54127e2d3db8 ssh-agent -k [2022-08-15T18:01:48.764Z] unset SSH_AUTH_SOCK; [2022-08-15T18:01:48.764Z] unset SSH_AGENT_PID; [2022-08-15T18:01:48.765Z] echo Agent pid 39 killed; [2022-08-15T18:01:48.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:01:49.073Z] + git semver [Pipeline] } [2022-08-15T18:01:49.351Z] $ docker stop --time=1 f124fc4ed5629858e5dbecd948d96cc070ca0dd0df5f9b2fccae54127e2d3db8 [2022-08-15T18:01:50.734Z] $ docker rm -f f124fc4ed5629858e5dbecd948d96cc070ca0dd0df5f9b2fccae54127e2d3db8 [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 [2022-08-15T18:01:51.273Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2022-08-15T18:01:51.273Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:01:51.273Z] total 16 [2022-08-15T18:01:51.273Z] drwxr-xr-x 3 root root 4096 Aug 15 17:51 . [2022-08-15T18:01:51.273Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:01 .. [2022-08-15T18:01:51.273Z] drwxr-xr-x 2 root root 4096 Aug 15 17:51 cost [2022-08-15T18:01:51.273Z] -rw-r--r-- 1 root root 88 Aug 15 17:51 cost.csv [2022-08-15T18:01:51.273Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:01:51.273Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:01:51.273Z] total 16 [2022-08-15T18:01:51.273Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 17:51 . [2022-08-15T18:01:51.273Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:01 .. [2022-08-15T18:01:51.273Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 17:51 cost [2022-08-15T18:01:51.273Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 15 17:51 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:51.564Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:52.429Z] ---> package-listing.sh [2022-08-15T18:01:52.430Z] ++ facter osfamily [2022-08-15T18:01:52.430Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-15T18:01:52.690Z] + OS_FAMILY=debian [2022-08-15T18:01:52.690Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2022-08-15T18:01:52.690Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-15T18:01:52.690Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-15T18:01:52.690Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-15T18:01:52.690Z] + PACKAGES=/tmp/packages_start.txt [2022-08-15T18:01:52.690Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-08-15T18:01:52.690Z] + PACKAGES=/tmp/packages_end.txt [2022-08-15T18:01:52.690Z] + case "${OS_FAMILY}" in [2022-08-15T18:01:52.690Z] + dpkg -l [2022-08-15T18:01:52.690Z] + grep '^ii' [2022-08-15T18:01:52.690Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-15T18:01:52.690Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-15T18:01:52.690Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-15T18:01:52.690Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-08-15T18:01:52.690Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2022-08-15T18:01:52.690Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2022-08-15T18:01:52.700Z] 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 [2022-08-15T18:01:52.980Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:01:53.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T18:01:53.542Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:01:53.624Z] prd-ubuntu20.04-docker-8c-8g-22834 does not seem to be running inside a container [2022-08-15T18:01:53.662Z] $ 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 [2022-08-15T18:01:53.956Z] $ docker top c606ac45cc4869d753fa99ba632b0a3c9697d7b19e95550d6c22393b99e24c4a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:01:54.310Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-15T18:01:54.627Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-15T18:01:54.916Z] + ls /var/log/sa-host [2022-08-15T18:01:54.916Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:01:54.983Z] provisioning config files... [2022-08-15T18:01:54.991Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2420564831898720060tmp [Pipeline] { [Pipeline] echo [2022-08-15T18:01:55.004Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:55.287Z] ---> create-netrc.sh [Pipeline] } [2022-08-15T18:01:55.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:55.641Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-15T18:01:55.651Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:55.937Z] ---> sudo-logs.sh [2022-08-15T18:01:55.937Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-15T18:01:55.968Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:56.254Z] ---> job-cost.sh [2022-08-15T18:01:56.254Z] lf-activate-venv: SKIPPING [2022-08-15T18:01:56.254Z] DEBUG: total: 0.2199999988079071 [2022-08-15T18:01:56.254Z] INFO: Retrieving Stack Cost... [2022-08-15T18:01:56.847Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T18:01:57.165Z] INFO: Archiving Costs [Pipeline] echo [2022-08-15T18:01:57.175Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:01:57.462Z] ---> logs-deploy.sh [2022-08-15T18:01:57.462Z] lf-activate-venv: SKIPPING [2022-08-15T18:01:57.462Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/41 [2022-08-15T18:01:57.462Z] INFO: archiving workspace using pattern(s): [2022-08-15T18:01:58.402Z] Archives upload complete. [2022-08-15T18:01:58.402Z] INFO: archiving logs to Nexus