Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 99c3e66cd2b563900f26eeb72b7fbc675658f659 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7831845766392995085.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3274413324574564950.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16813980705608707031.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh704178695973228008.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11087905597829210370.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-22838’ Running on prd-ubuntu20.04-docker-8c-8g-22841 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 99c3e66cd2b563900f26eeb72b7fbc675658f659 (main) > git config core.sparsecheckout # timeout=10 > git checkout -f 99c3e66cd2b563900f26eeb72b7fbc675658f659 # timeout=10 Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14" > git rev-list --no-walk 6ecb4ea0e477ad60250bc8b341b5035207dd0610 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-15T18:06:41.823Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-15T18:06:41.888Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-15T18:06:41.906Z] ========================================================= [2022-08-15T18:06:41.906Z] EdgeX Global Pipelines Version Info [2022-08-15T18:06:41.906Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:06:42.677Z] ------------------- [2022-08-15T18:06:42.677Z] stable info: [2022-08-15T18:06:42.677Z] ------------------- [2022-08-15T18:06:42.677Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T18:06:42.677Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T18:06:42.677Z] Message: update stable to v1.0.238 [2022-08-15T18:06:43.254Z] ------------------- [2022-08-15T18:06:43.254Z] experimental info: [2022-08-15T18:06:43.254Z] ------------------- [2022-08-15T18:06:43.254Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-15T18:06:43.254Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-15T18:06:43.254Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-15T18:06:43.499Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-08-15T18:06:43.507Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-08-15T18:06:43.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-15T18:06:43.523Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-15T18:06:43.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-15T18:06:43.538Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-15T18:06:43.546Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-15T18:06:43.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-15T18:06:43.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-15T18:06:43.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-15T18:06:43.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-15T18:06:43.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-08-15T18:06:43.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-15T18:06:43.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-15T18:06:43.657Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T18:06:43.674Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-15T18:06:43.687Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T18:06:43.703Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-15T18:06:43.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-15T18:06:43.728Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-15T18:06:43.738Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-15T18:06:43.752Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-15T18:06:43.765Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-15T18:06:43.780Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-15T18:06:43.796Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-15T18:06:43.806Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-15T18:06:43.818Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-15T18:06:43.831Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-15T18:06:43.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-15T18:06:43.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-15T18:06:43.875Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo [2022-08-15T18:06:43.886Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99c3e66 [Pipeline] echo [2022-08-15T18:06:43.899Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:06:43.948Z] provisioning config files... [2022-08-15T18:06:43.962Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8748570860539513083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:06:44.270Z] ---> docker-login.sh [2022-08-15T18:06:44.270Z] nexus3.edgexfoundry.org:10001 [2022-08-15T18:06:44.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:06:44.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:06:44.796Z] Configure a credential helper to remove this warning. See [2022-08-15T18:06:44.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:06:44.796Z] [2022-08-15T18:06:44.796Z] Login Succeeded [2022-08-15T18:06:44.796Z] nexus3.edgexfoundry.org:10002 [2022-08-15T18:06:44.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:06:44.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:06:44.796Z] Configure a credential helper to remove this warning. See [2022-08-15T18:06:44.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:06:44.796Z] [2022-08-15T18:06:44.796Z] Login Succeeded [2022-08-15T18:06:44.796Z] nexus3.edgexfoundry.org:10003 [2022-08-15T18:06:45.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:06:45.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:06:45.059Z] Configure a credential helper to remove this warning. See [2022-08-15T18:06:45.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:06:45.059Z] [2022-08-15T18:06:45.059Z] Login Succeeded [2022-08-15T18:06:45.059Z] nexus3.edgexfoundry.org:10004 [2022-08-15T18:06:45.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:06:45.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:06:45.321Z] Configure a credential helper to remove this warning. See [2022-08-15T18:06:45.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:06:45.321Z] [2022-08-15T18:06:45.321Z] Login Succeeded [2022-08-15T18:06:45.321Z] docker.io [2022-08-15T18:06:45.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:06:45.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:06:45.583Z] Configure a credential helper to remove this warning. See [2022-08-15T18:06:45.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:06:45.583Z] [2022-08-15T18:06:45.583Z] Login Succeeded [2022-08-15T18:06:45.583Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T18:06:45.594Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-15T18:06:45.970Z] + git rev-list -1 --merges 99c3e66cd2b563900f26eeb72b7fbc675658f659~1..99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo [2022-08-15T18:06:45.998Z] -----------> git rev-list -1 --merges 99c3e66cd2b563900f26eeb72b7fbc675658f659~1..99c3e66cd2b563900f26eeb72b7fbc675658f659 99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:06:45.998Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659 [false] [Pipeline] sh [2022-08-15T18:06:46.295Z] + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo [2022-08-15T18:06:46.313Z] ========================================================= [2022-08-15T18:06:46.313Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-15T18:06:46.313Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T18:06:46.652Z] + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] echo [2022-08-15T18:06:46.666Z] [semverPrep] GIT_COMMIT: 99c3e66cd2b563900f26eeb72b7fbc675658f659, Commit Message: Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14 [Pipeline] echo [2022-08-15T18:06:46.677Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-15T18:06:47.024Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:06:47.024Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-15T18:06:47.024Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-15T18:06:47.024Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-15T18:06:47.024Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-15T18:06:47.024Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-15T18:06:47.024Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:06:47.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:06:47.444Z] [2022-08-15T18:06:47.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-15T18:06:47.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:06:47.748Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-15T18:06:47.748Z] b85a868b505f: Pulling fs layer [2022-08-15T18:06:47.748Z] e2be974225ed: Pulling fs layer [2022-08-15T18:06:47.748Z] 339a4e72a1f5: Pulling fs layer [2022-08-15T18:06:47.748Z] 988bab9f4d93: Pulling fs layer [2022-08-15T18:06:47.748Z] 1469e6f7b9e6: Pulling fs layer [2022-08-15T18:06:47.748Z] eaf3925da568: Pulling fs layer [2022-08-15T18:06:47.748Z] bab4dde63d76: Pulling fs layer [2022-08-15T18:06:47.748Z] bde34c3a00c8: Pulling fs layer [2022-08-15T18:06:47.748Z] b352a97aabf1: Pulling fs layer [2022-08-15T18:06:47.748Z] 4872d77fe225: Pulling fs layer [2022-08-15T18:06:47.748Z] 5851b861e8e6: Pulling fs layer [2022-08-15T18:06:47.748Z] bab4dde63d76: Waiting [2022-08-15T18:06:47.748Z] 1469e6f7b9e6: Waiting [2022-08-15T18:06:47.748Z] bde34c3a00c8: Waiting [2022-08-15T18:06:47.748Z] eaf3925da568: Waiting [2022-08-15T18:06:47.748Z] b352a97aabf1: Waiting [2022-08-15T18:06:47.748Z] 4872d77fe225: Waiting [2022-08-15T18:06:47.748Z] 988bab9f4d93: Waiting [2022-08-15T18:06:47.748Z] 5851b861e8e6: Waiting [2022-08-15T18:06:47.748Z] e2be974225ed: Download complete [2022-08-15T18:06:47.749Z] 988bab9f4d93: Verifying Checksum [2022-08-15T18:06:47.749Z] 988bab9f4d93: Download complete [2022-08-15T18:06:47.749Z] 1469e6f7b9e6: Verifying Checksum [2022-08-15T18:06:47.749Z] 1469e6f7b9e6: Download complete [2022-08-15T18:06:48.011Z] eaf3925da568: Verifying Checksum [2022-08-15T18:06:48.011Z] eaf3925da568: Download complete [2022-08-15T18:06:48.011Z] 339a4e72a1f5: Verifying Checksum [2022-08-15T18:06:48.011Z] 339a4e72a1f5: Download complete [2022-08-15T18:06:48.011Z] bde34c3a00c8: Download complete [2022-08-15T18:06:48.011Z] b352a97aabf1: Verifying Checksum [2022-08-15T18:06:48.011Z] b352a97aabf1: Download complete [2022-08-15T18:06:48.011Z] 4872d77fe225: Verifying Checksum [2022-08-15T18:06:48.011Z] 4872d77fe225: Download complete [2022-08-15T18:06:48.011Z] 5851b861e8e6: Download complete [2022-08-15T18:06:48.011Z] b85a868b505f: Download complete [2022-08-15T18:06:48.271Z] bab4dde63d76: Verifying Checksum [2022-08-15T18:06:48.271Z] bab4dde63d76: Download complete [2022-08-15T18:06:49.655Z] b85a868b505f: Pull complete [2022-08-15T18:06:49.655Z] e2be974225ed: Pull complete [2022-08-15T18:06:50.227Z] 339a4e72a1f5: Pull complete [2022-08-15T18:06:50.227Z] 988bab9f4d93: Pull complete [2022-08-15T18:06:50.488Z] 1469e6f7b9e6: Pull complete [2022-08-15T18:06:50.749Z] eaf3925da568: Pull complete [2022-08-15T18:06:52.669Z] bab4dde63d76: Pull complete [2022-08-15T18:06:52.669Z] bde34c3a00c8: Pull complete [2022-08-15T18:06:52.931Z] b352a97aabf1: Pull complete [2022-08-15T18:06:52.931Z] 4872d77fe225: Pull complete [2022-08-15T18:06:53.193Z] 5851b861e8e6: Pull complete [2022-08-15T18:06:53.193Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-15T18:06:53.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:06:53.193Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:06:53.308Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:06:53.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-15T18:06:54.855Z] $ docker top 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 -eo pid,comm [2022-08-15T18:06:54.921Z] 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-15T18:06:54.921Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:06:54.959Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:06:54.959Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:06:55.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:06:55.099Z] $ docker exec 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent [2022-08-15T18:06:55.243Z] SSH_AUTH_SOCK=/tmp/ssh-NGkAVXIwgRIi/agent.32 [2022-08-15T18:06:55.243Z] SSH_AGENT_PID=38 [2022-08-15T18:06:55.250Z] Running ssh-add (command line suppressed) [2022-08-15T18:06:55.388Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3209341385756807340.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3209341385756807340.key) [2022-08-15T18:06:55.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:06:55.693Z] + git tag --points-at HEAD [Pipeline] } [2022-08-15T18:06:55.721Z] $ docker exec --env ******** --env ******** 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent -k [2022-08-15T18:06:55.852Z] unset SSH_AUTH_SOCK; [2022-08-15T18:06:55.852Z] unset SSH_AGENT_PID; [2022-08-15T18:06:55.852Z] echo Agent pid 38 killed; [2022-08-15T18:06:55.861Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-15T18:06:55.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:06:55.884Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:06:56.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:06:56.026Z] $ docker exec 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent [2022-08-15T18:06:56.156Z] SSH_AUTH_SOCK=/tmp/ssh-uUp1LlsWj3nu/agent.71 [2022-08-15T18:06:56.156Z] SSH_AGENT_PID=77 [2022-08-15T18:06:56.161Z] Running ssh-add (command line suppressed) [2022-08-15T18:06:56.293Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1769597865856294042.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1769597865856294042.key) [2022-08-15T18:06:56.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:06:56.595Z] + git semver init [2022-08-15T18:06:56.856Z] 2022-08-15 18:06:56,836 [run_init] DEBUG init version:0.0.0 force:False [2022-08-15T18:06:56.856Z] 2022-08-15 18:06:56,836 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2022-08-15T18:06:56.856Z] 2022-08-15 18:06:56,837 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2022-08-15T18:06:56.856Z] 2022-08-15 18:06:56,837 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:06:57.429Z] 2022-08-15 18:06:57,430 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2022-08-15T18:06:57.429Z] 2022-08-15 18:06:57,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2022-08-15T18:06:57.429Z] 2022-08-15 18:06:57,431 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:06:57.429Z] 2022-08-15 18:06:57,431 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:06:57.429Z] 2.3.0-dev.3 [Pipeline] } [2022-08-15T18:06:57.707Z] $ docker exec --env ******** --env ******** 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 ssh-agent -k [2022-08-15T18:06:57.829Z] unset SSH_AUTH_SOCK; [2022-08-15T18:06:57.829Z] unset SSH_AGENT_PID; [2022-08-15T18:06:57.829Z] echo Agent pid 77 killed; [2022-08-15T18:06:57.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:06:58.141Z] + git semver [Pipeline] } [2022-08-15T18:06:58.422Z] $ docker stop --time=1 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 [2022-08-15T18:06:59.792Z] $ docker rm -f 5f98bb5adce5de9eb919519539ffb212721813de9a08cdd24d01c71f9fd50b94 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T18:07:00.142Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-15T18:07:00.389Z] Stashed 1 file(s) [Pipeline] echo [2022-08-15T18:07:00.393Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:07:00.535Z] provisioning config files... [2022-08-15T18:07:00.545Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7181273919306782678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:07:00.847Z] ---> docker-login.sh [2022-08-15T18:07:00.848Z] nexus3.edgexfoundry.org:10001 [2022-08-15T18:07:00.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:07:00.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:07:00.848Z] Configure a credential helper to remove this warning. See [2022-08-15T18:07:00.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:07:00.848Z] [2022-08-15T18:07:00.848Z] Login Succeeded [2022-08-15T18:07:00.848Z] nexus3.edgexfoundry.org:10002 [2022-08-15T18:07:00.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:07:01.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:07:01.110Z] Configure a credential helper to remove this warning. See [2022-08-15T18:07:01.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:07:01.110Z] [2022-08-15T18:07:01.110Z] Login Succeeded [2022-08-15T18:07:01.110Z] nexus3.edgexfoundry.org:10003 [2022-08-15T18:07:01.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:07:01.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:07:01.110Z] Configure a credential helper to remove this warning. See [2022-08-15T18:07:01.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:07:01.110Z] [2022-08-15T18:07:01.110Z] Login Succeeded [2022-08-15T18:07:01.110Z] nexus3.edgexfoundry.org:10004 [2022-08-15T18:07:01.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:07:01.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:07:01.372Z] Configure a credential helper to remove this warning. See [2022-08-15T18:07:01.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:07:01.372Z] [2022-08-15T18:07:01.372Z] Login Succeeded [2022-08-15T18:07:01.372Z] docker.io [2022-08-15T18:07:01.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:07:01.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:07:01.635Z] Configure a credential helper to remove this warning. See [2022-08-15T18:07:01.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:07:01.635Z] [2022-08-15T18:07:01.635Z] Login Succeeded [2022-08-15T18:07:01.635Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T18:07:01.645Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-15T18:07:01.712Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:07:01.726Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:07:01.732Z] ========================================================= [2022-08-15T18:07:01.732Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-15T18:07:01.732Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:07:02.054Z] + 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-15T18:07:02.054Z] Sending build context to Docker daemon 837.6kB [2022-08-15T18:07:02.054Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T18:07:02.054Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-15T18:07:02.054Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-15T18:07:02.054Z] 2408cc74d12b: Pulling fs layer [2022-08-15T18:07:02.054Z] ea60b727a1ce: Pulling fs layer [2022-08-15T18:07:02.054Z] 30c4a7721957: Pulling fs layer [2022-08-15T18:07:02.054Z] 370296b7ddb6: Pulling fs layer [2022-08-15T18:07:02.054Z] 7c6cee850709: Pulling fs layer [2022-08-15T18:07:02.054Z] 39a5fcdaea64: Pulling fs layer [2022-08-15T18:07:02.054Z] d94ebbe4e438: Pulling fs layer [2022-08-15T18:07:02.054Z] bcfd1f05c69d: Pulling fs layer [2022-08-15T18:07:02.054Z] 59ccb84bbe0f: Pulling fs layer [2022-08-15T18:07:02.054Z] 7c6cee850709: Waiting [2022-08-15T18:07:02.054Z] 39a5fcdaea64: Waiting [2022-08-15T18:07:02.054Z] d94ebbe4e438: Waiting [2022-08-15T18:07:02.054Z] bcfd1f05c69d: Waiting [2022-08-15T18:07:02.054Z] 59ccb84bbe0f: Waiting [2022-08-15T18:07:02.054Z] 370296b7ddb6: Waiting [2022-08-15T18:07:02.054Z] 30c4a7721957: Verifying Checksum [2022-08-15T18:07:02.054Z] 30c4a7721957: Download complete [2022-08-15T18:07:02.054Z] ea60b727a1ce: Download complete [2022-08-15T18:07:02.054Z] 7c6cee850709: Download complete [2022-08-15T18:07:02.054Z] 39a5fcdaea64: Verifying Checksum [2022-08-15T18:07:02.054Z] 39a5fcdaea64: Download complete [2022-08-15T18:07:02.313Z] 2408cc74d12b: Verifying Checksum [2022-08-15T18:07:02.313Z] 2408cc74d12b: Download complete [2022-08-15T18:07:02.313Z] d94ebbe4e438: Download complete [2022-08-15T18:07:02.313Z] 2408cc74d12b: Pull complete [2022-08-15T18:07:02.579Z] ea60b727a1ce: Pull complete [2022-08-15T18:07:02.579Z] 30c4a7721957: Pull complete [2022-08-15T18:07:02.842Z] 59ccb84bbe0f: Verifying Checksum [2022-08-15T18:07:03.101Z] 370296b7ddb6: Verifying Checksum [2022-08-15T18:07:03.101Z] 370296b7ddb6: Download complete [2022-08-15T18:07:03.101Z] bcfd1f05c69d: Verifying Checksum [2022-08-15T18:07:03.101Z] bcfd1f05c69d: Download complete [2022-08-15T18:07:08.386Z] 370296b7ddb6: Pull complete [2022-08-15T18:07:08.386Z] 7c6cee850709: Pull complete [2022-08-15T18:07:08.386Z] 39a5fcdaea64: Pull complete [2022-08-15T18:07:08.386Z] d94ebbe4e438: Pull complete [2022-08-15T18:07:10.298Z] bcfd1f05c69d: Pull complete [2022-08-15T18:07:10.869Z] 59ccb84bbe0f: Pull complete [2022-08-15T18:07:10.869Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-15T18:07:10.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-15T18:07:10.869Z] ---> a4fb48ad2a94 [2022-08-15T18:07:10.869Z] Step 3/13 : ARG MAKE="make build" [2022-08-15T18:07:12.788Z] ---> Running in 985648d465be [2022-08-15T18:07:12.788Z] Removing intermediate container 985648d465be [2022-08-15T18:07:12.788Z] ---> ace5c029a826 [2022-08-15T18:07:12.788Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T18:07:12.788Z] ---> Running in 083a53bfdf16 [2022-08-15T18:07:12.788Z] Removing intermediate container 083a53bfdf16 [2022-08-15T18:07:12.788Z] ---> 6992ddfd493c [2022-08-15T18:07:12.788Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T18:07:12.788Z] ---> Running in f8240755d277 [2022-08-15T18:07:12.788Z] Removing intermediate container f8240755d277 [2022-08-15T18:07:12.788Z] ---> a8e2eb8a0d60 [2022-08-15T18:07:12.788Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T18:07:13.049Z] ---> Running in 35b17b75e54d [2022-08-15T18:07:13.621Z] Removing intermediate container 35b17b75e54d [2022-08-15T18:07:13.621Z] ---> 2741d62362e3 [2022-08-15T18:07:13.621Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T18:07:13.621Z] ---> Running in 6c5aaf5033c5 [2022-08-15T18:07:13.882Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T18:07:14.825Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T18:07:15.087Z] (1/80) Installing mesa (21.3.8-r2) [2022-08-15T18:07:15.087Z] (2/80) Installing libxau (1.0.9-r0) [2022-08-15T18:07:15.087Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-08-15T18:07:15.349Z] (4/80) Installing libxcb (1.15-r0) [2022-08-15T18:07:15.349Z] (5/80) Installing libx11 (1.8-r0) [2022-08-15T18:07:15.494Z] Still waiting to schedule task [2022-08-15T18:07:15.494Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22839’ [2022-08-15T18:07:15.611Z] (6/80) Installing libxext (1.3.4-r0) [2022-08-15T18:07:15.611Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-08-15T18:07:15.611Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-08-15T18:07:15.872Z] (9/80) Installing libpciaccess (0.16-r0) [2022-08-15T18:07:15.872Z] (10/80) Installing libdrm (2.4.110-r0) [2022-08-15T18:07:15.872Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2022-08-15T18:07:16.133Z] (12/80) Installing libxshmfence (1.3-r1) [2022-08-15T18:07:16.133Z] (13/80) Installing mesa-gl (21.3.8-r2) [2022-08-15T18:07:16.133Z] (14/80) Installing icu-data-full (71.1-r2) [2022-08-15T18:07:17.087Z] (15/80) Installing libice (1.0.10-r0) [2022-08-15T18:07:17.087Z] (16/80) Installing libuuid (2.38-r1) [2022-08-15T18:07:17.349Z] (17/80) Installing libsm (1.2.3-r0) [2022-08-15T18:07:17.349Z] (18/80) Installing libxt (1.2.1-r0) [2022-08-15T18:07:17.611Z] (19/80) Installing libxmu (1.1.3-r0) [2022-08-15T18:07:17.611Z] (20/80) Installing xset (1.2.4-r0) [2022-08-15T18:07:17.611Z] (21/80) Installing xprop (1.2.5-r0) [2022-08-15T18:07:17.874Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-08-15T18:07:17.874Z] (23/80) Installing dbus-libs (1.14.0-r1) [2022-08-15T18:07:17.874Z] (24/80) Installing libffi (3.4.2-r1) [2022-08-15T18:07:18.135Z] (25/80) Installing libintl (0.21-r2) [2022-08-15T18:07:18.135Z] (26/80) Installing libblkid (2.38-r1) [2022-08-15T18:07:18.135Z] (27/80) Installing libmount (2.38-r1) [2022-08-15T18:07:18.397Z] (28/80) Installing pcre (8.45-r2) [2022-08-15T18:07:18.397Z] (29/80) Installing glib (2.72.1-r0) [2022-08-15T18:07:18.397Z] (30/80) Installing icu-libs (71.1-r2) [2022-08-15T18:07:19.787Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-08-15T18:07:19.787Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-08-15T18:07:19.787Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2022-08-15T18:07:21.174Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-08-15T18:07:21.174Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-08-15T18:07:21.174Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2022-08-15T18:07:21.435Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T18:07:21.435Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2022-08-15T18:07:21.697Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-08-15T18:07:21.958Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-08-15T18:07:21.958Z] (41/80) Installing libpng (1.6.37-r1) [2022-08-15T18:07:21.958Z] (42/80) Installing freetype (2.12.1-r0) [2022-08-15T18:07:22.219Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-08-15T18:07:22.219Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-08-15T18:07:22.219Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-08-15T18:07:22.481Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-08-15T18:07:22.481Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-08-15T18:07:22.744Z] (48/80) Installing libxml2 (2.9.14-r0) [2022-08-15T18:07:22.744Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-08-15T18:07:22.744Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-08-15T18:07:23.005Z] (51/80) Installing mesa-egl (21.3.8-r2) [2022-08-15T18:07:23.005Z] (52/80) Installing avahi-libs (0.8-r6) [2022-08-15T18:07:23.005Z] (53/80) Installing nettle (3.7.3-r0) [2022-08-15T18:07:23.266Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-08-15T18:07:23.266Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-08-15T18:07:23.527Z] (56/80) Installing libunistring (1.0-r0) [2022-08-15T18:07:23.527Z] (57/80) Installing gnutls (3.7.7-r0) [2022-08-15T18:07:23.527Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-08-15T18:07:23.789Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-08-15T18:07:23.789Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-08-15T18:07:23.789Z] (61/80) Installing libevdev (1.12.1-r0) [2022-08-15T18:07:24.050Z] (62/80) Installing mtdev (1.1.6-r0) [2022-08-15T18:07:24.050Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-08-15T18:07:24.310Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-08-15T18:07:24.310Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T18:07:24.310Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-08-15T18:07:24.572Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-08-15T18:07:24.572Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-08-15T18:07:24.572Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-08-15T18:07:24.833Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-08-15T18:07:24.833Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-08-15T18:07:24.833Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2022-08-15T18:07:25.409Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T18:07:25.674Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-08-15T18:07:25.674Z] (75/80) Installing udev-init-scripts (35-r0) [2022-08-15T18:07:25.674Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T18:07:25.674Z] (76/80) Installing kmod-libs (29-r2) [2022-08-15T18:07:25.937Z] (77/80) Installing eudev (3.2.11-r0) [2022-08-15T18:07:25.937Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-08-15T18:07:26.199Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-08-15T18:07:26.199Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-08-15T18:07:26.199Z] Executing busybox-1.35.0-r13.trigger [2022-08-15T18:07:26.199Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T18:07:26.199Z] OK: 330 MiB in 131 packages [2022-08-15T18:07:28.741Z] Removing intermediate container 6c5aaf5033c5 [2022-08-15T18:07:28.741Z] ---> 952b5880c8eb [2022-08-15T18:07:28.741Z] Step 8/13 : WORKDIR /device-usb-camera [2022-08-15T18:07:28.741Z] ---> Running in 2052e839024a [2022-08-15T18:07:28.741Z] Removing intermediate container 2052e839024a [2022-08-15T18:07:28.741Z] ---> c3a831ca2a03 [2022-08-15T18:07:28.741Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-15T18:07:28.741Z] ---> faff51f2ca19 [2022-08-15T18:07:28.741Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T18:07:28.741Z] ---> Running in 78a65667036a [2022-08-15T18:07:46.861Z] Removing intermediate container 78a65667036a [2022-08-15T18:07:46.861Z] ---> 186b3b44d300 [2022-08-15T18:07:46.861Z] Step 11/13 : COPY . . [2022-08-15T18:07:46.861Z] ---> bab46d70040b [2022-08-15T18:07:46.861Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T18:07:46.861Z] ---> Running in 367282be6cb3 [2022-08-15T18:07:46.861Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:07:46.861Z] Dload Upload Total Spent Left Speed [2022-08-15T18:07:46.861Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11380 0 --:--:-- --:--:-- --:--:-- 11419 [2022-08-15T18:07:46.861Z] Removing intermediate container 367282be6cb3 [2022-08-15T18:07:46.861Z] ---> b1812e8f5d1f [2022-08-15T18:07:46.861Z] Step 13/13 : RUN ${MAKE} [2022-08-15T18:07:46.861Z] ---> Running in 17fae388aa40 [2022-08-15T18:07:46.861Z] noop [2022-08-15T18:07:46.861Z] Removing intermediate container 17fae388aa40 [2022-08-15T18:07:46.861Z] ---> 176b8eebd84b [2022-08-15T18:07:46.861Z] Successfully built 176b8eebd84b [2022-08-15T18:07:46.861Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:07:47.175Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T18:07:47.175Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:07:47.282Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:07:47.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-15T18:07:47.742Z] $ docker top f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:07:48.137Z] + go version [2022-08-15T18:07:48.137Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-15T18:07:48.162Z] $ docker stop --time=1 f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf [2022-08-15T18:07:49.488Z] $ docker rm -f f7319e8b9a0f0f11dba2781003e60d40f0d662db914da81b72f778eeef4b0dcf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:07:49.980Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-15T18:07:49.980Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:07:50.071Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:07:50.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-15T18:07:50.487Z] $ docker top 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:07:50.859Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2022-08-15T18:07:51.156Z] + make test [2022-08-15T18:07:51.156Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-08-15T18:07:51.415Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-08-15T18:08:03.632Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-08-15T18:08:03.632Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements [2022-08-15T18:08:10.213Z] 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-15T18:08:10.213Z] CGO_ENABLED=1 go vet ./... [2022-08-15T18:08:13.514Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T18:08:13.514Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T18:08:13.514Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-08-15T18:08:13.528Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T18:08:13.544Z] $ docker stop --time=1 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 [2022-08-15T18:08:15.395Z] $ docker rm -f 4970fd7534b47ac0a321a2397f6517af22c14931739ebf99c9fb227069c16511 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T18:08:15.869Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T18:08:15.917Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-15T18:08:16.402Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-15T18:08:16.694Z] + ls -al . [2022-08-15T18:08:16.694Z] total 200 [2022-08-15T18:08:16.694Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 15 18:07 . [2022-08-15T18:08:16.694Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:06 .. [2022-08-15T18:08:16.694Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:08 .git [2022-08-15T18:08:16.695Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 .github [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 18:06 .gitignore [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 18:06 .golangci.yml [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 18:06 .hadolint.yml [2022-08-15T18:08:16.695Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 18:06 .semver [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 18:06 Attribution.txt [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 18:06 CHANGELOG.md [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 18:06 Dockerfile [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 18:06 GOVERNANCE.md [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 18:06 Jenkinsfile [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 18:06 LICENSE [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 18:06 Makefile [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 18:06 OWNERS.md [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 18:06 README.md [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 18:07 VERSION [2022-08-15T18:08:16.695Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 18:06 bin [2022-08-15T18:08:16.695Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 cmd [2022-08-15T18:08:16.695Z] -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 18:08 coverage.out [2022-08-15T18:08:16.695Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 18:06 docker-entrypoint.sh [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 18:06 go.mod [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 18:06 go.sum [2022-08-15T18:08:16.695Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:06 internal [2022-08-15T18:08:16.695Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:06 snap [2022-08-15T18:08:16.695Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 18:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:08:17.016Z] + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 --label arch=amd64 --label version=2.3.0-dev.3 . [2022-08-15T18:08:17.016Z] Sending build context to Docker daemon 867.8kB [2022-08-15T18:08:17.016Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T18:08:17.016Z] Step 2/35 : FROM ${BASE} AS builder [2022-08-15T18:08:17.016Z] ---> 176b8eebd84b [2022-08-15T18:08:17.016Z] Step 3/35 : ARG MAKE="make build" [2022-08-15T18:08:17.016Z] ---> Running in 625fb5e3332f [2022-08-15T18:08:17.276Z] Removing intermediate container 625fb5e3332f [2022-08-15T18:08:17.276Z] ---> c907452c4872 [2022-08-15T18:08:17.276Z] Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T18:08:17.276Z] ---> Running in d0ccf5242330 [2022-08-15T18:08:17.276Z] Removing intermediate container d0ccf5242330 [2022-08-15T18:08:17.276Z] ---> 8494701e1a31 [2022-08-15T18:08:17.276Z] Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T18:08:17.276Z] ---> Running in 41c5b92d3c40 [2022-08-15T18:08:17.538Z] Removing intermediate container 41c5b92d3c40 [2022-08-15T18:08:17.538Z] ---> fed7a9968243 [2022-08-15T18:08:17.538Z] Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T18:08:17.538Z] ---> Running in 4ac88c4a4fae [2022-08-15T18:08:18.108Z] Removing intermediate container 4ac88c4a4fae [2022-08-15T18:08:18.108Z] ---> c07b8fe1ff8e [2022-08-15T18:08:18.108Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T18:08:18.108Z] ---> Running in 5ab62bada61d [2022-08-15T18:08:18.369Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T18:08:19.312Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T18:08:19.571Z] OK: 330 MiB in 131 packages [2022-08-15T18:08:20.150Z] Removing intermediate container 5ab62bada61d [2022-08-15T18:08:20.150Z] ---> 702e66ac491c [2022-08-15T18:08:20.150Z] Step 8/35 : WORKDIR /device-usb-camera [2022-08-15T18:08:20.150Z] ---> Running in f1ab35132ca5 [2022-08-15T18:08:20.150Z] Removing intermediate container f1ab35132ca5 [2022-08-15T18:08:20.150Z] ---> bf36c0c598e2 [2022-08-15T18:08:20.150Z] Step 9/35 : COPY go.mod vendor* ./ [2022-08-15T18:08:20.425Z] ---> 674cc77d6746 [2022-08-15T18:08:20.425Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T18:08:20.425Z] ---> Running in 71832574c39d [2022-08-15T18:08:20.997Z] Removing intermediate container 71832574c39d [2022-08-15T18:08:20.997Z] ---> 13689574859b [2022-08-15T18:08:20.997Z] Step 11/35 : COPY . . [2022-08-15T18:08:21.258Z] ---> 2052af6fafbb [2022-08-15T18:08:21.258Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T18:08:21.258Z] ---> Running in c6c942f47c0a [2022-08-15T18:08:21.521Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:08:21.521Z] Dload Upload Total Spent Left Speed [2022-08-15T18:08:21.783Z] 0 0 0 0  0 0  0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 33963 0 --:--:-- --:--:-- --:--:-- 34258 [2022-08-15T18:08:22.044Z] Removing intermediate container c6c942f47c0a [2022-08-15T18:08:22.044Z] ---> 0c3d150990bf [2022-08-15T18:08:22.044Z] Step 13/35 : RUN ${MAKE} [2022-08-15T18:08:22.044Z] ---> Running in c03b297062da [2022-08-15T18:08:22.304Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-08-15T18:08:44.271Z] Removing intermediate container c03b297062da [2022-08-15T18:08:44.271Z] ---> 504c988aacb3 [2022-08-15T18:08:44.271Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-08-15T18:08:44.271Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-08-15T18:08:44.271Z] af6660deedbd: Pulling fs layer [2022-08-15T18:08:44.271Z] 97cd0a44c592: Pulling fs layer [2022-08-15T18:08:44.532Z] 97cd0a44c592: Download complete [2022-08-15T18:08:44.532Z] af6660deedbd: Verifying Checksum [2022-08-15T18:08:44.532Z] af6660deedbd: Download complete [2022-08-15T18:08:44.792Z] af6660deedbd: Pull complete [2022-08-15T18:08:44.792Z] 97cd0a44c592: Pull complete [2022-08-15T18:08:44.792Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-08-15T18:08:44.792Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-08-15T18:08:44.792Z] ---> fea57e182299 [2022-08-15T18:08:44.792Z] Step 15/35 : FROM alpine:3.16 [2022-08-15T18:08:45.362Z] 3.16: Pulling from library/alpine [2022-08-15T18:08:45.621Z] 213ec9aee27d: Pulling fs layer [2022-08-15T18:08:45.621Z] 213ec9aee27d: Verifying Checksum [2022-08-15T18:08:45.621Z] 213ec9aee27d: Download complete [2022-08-15T18:08:45.890Z] 213ec9aee27d: Pull complete [2022-08-15T18:08:45.890Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T18:08:45.890Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T18:08:45.890Z] ---> 9c6f07244728 [2022-08-15T18:08:45.890Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-08-15T18:08:46.150Z] ---> Running in e71a1d56b24e [2022-08-15T18:08:46.150Z] Removing intermediate container e71a1d56b24e [2022-08-15T18:08:46.150Z] ---> 91c145b2cf77 [2022-08-15T18:08:46.150Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-08-15T18:08:46.150Z] ---> Running in c0b63ae5d0d6 [2022-08-15T18:08:46.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-15T18:08:46.672Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-15T18:08:46.933Z] (1/83) Installing dumb-init (1.2.5-r1) [2022-08-15T18:08:46.933Z] (2/83) Installing sdl2 (2.0.22-r0) [2022-08-15T18:08:46.933Z] (3/83) Installing libxau (1.0.9-r0) [2022-08-15T18:08:46.933Z] (4/83) Installing libxdmcp (1.1.3-r0) [2022-08-15T18:08:46.933Z] (5/83) Installing libxcb (1.15-r0) [2022-08-15T18:08:46.933Z] (6/83) Installing libx11 (1.8-r0) [2022-08-15T18:08:46.933Z] (7/83) Installing aom-libs (3.3.0-r0) [2022-08-15T18:08:46.933Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2022-08-15T18:08:46.933Z] (9/83) Installing expat (2.4.8-r0) [2022-08-15T18:08:46.933Z] (10/83) Installing brotli-libs (1.0.9-r6) [2022-08-15T18:08:46.933Z] (11/83) Installing libbz2 (1.0.8-r1) [2022-08-15T18:08:46.933Z] (12/83) Installing libpng (1.6.37-r1) [2022-08-15T18:08:46.933Z] (13/83) Installing freetype (2.12.1-r0) [2022-08-15T18:08:46.933Z] (14/83) Installing fontconfig (2.14.0-r0) [2022-08-15T18:08:46.933Z] (15/83) Installing fribidi (1.0.12-r0) [2022-08-15T18:08:46.933Z] (16/83) Installing libffi (3.4.2-r1) [2022-08-15T18:08:46.933Z] (17/83) Installing libintl (0.21-r2) [2022-08-15T18:08:46.933Z] (18/83) Installing libblkid (2.38-r1) [2022-08-15T18:08:46.933Z] (19/83) Installing libmount (2.38-r1) [2022-08-15T18:08:46.933Z] (20/83) Installing pcre (8.45-r2) [2022-08-15T18:08:46.933Z] (21/83) Installing glib (2.72.1-r0) [2022-08-15T18:08:47.195Z] (22/83) Installing graphite2 (1.3.14-r1) [2022-08-15T18:08:47.195Z] (23/83) Installing harfbuzz (4.3.0-r0) [2022-08-15T18:08:47.195Z] (24/83) Installing libass (0.16.0-r0) [2022-08-15T18:08:47.195Z] (25/83) Installing libdav1d (1.0.0-r0) [2022-08-15T18:08:47.195Z] (26/83) Installing libpciaccess (0.16-r0) [2022-08-15T18:08:47.195Z] (27/83) Installing libdrm (2.4.110-r0) [2022-08-15T18:08:47.195Z] (28/83) Installing gmp (6.2.1-r2) [2022-08-15T18:08:47.195Z] (29/83) Installing nettle (3.7.3-r0) [2022-08-15T18:08:47.195Z] (30/83) Installing p11-kit (0.24.1-r0) [2022-08-15T18:08:47.195Z] (31/83) Installing libtasn1 (4.18.0-r0) [2022-08-15T18:08:47.195Z] (32/83) Installing libunistring (1.0-r0) [2022-08-15T18:08:47.195Z] (33/83) Installing gnutls (3.7.7-r0) [2022-08-15T18:08:47.195Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T18:08:47.195Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T18:08:47.195Z] (36/83) Installing lame (3.100-r0) [2022-08-15T18:08:47.195Z] (37/83) Installing opus (1.3.1-r1) [2022-08-15T18:08:47.195Z] (38/83) Installing libasyncns (0.8-r1) [2022-08-15T18:08:47.195Z] (39/83) Installing dbus-libs (1.14.0-r1) [2022-08-15T18:08:47.195Z] (40/83) Installing libltdl (2.4.7-r0) [2022-08-15T18:08:47.195Z] (41/83) Installing orc (0.4.32-r0) [2022-08-15T18:08:47.195Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T18:08:47.195Z] (43/83) Installing libogg (1.3.5-r1) [2022-08-15T18:08:47.195Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T18:08:47.195Z] (45/83) Installing flac (1.3.4-r0) [2022-08-15T18:08:47.195Z] (46/83) Installing libvorbis (1.3.7-r0) [2022-08-15T18:08:47.455Z] (47/83) Installing libsndfile (1.1.0-r0) [2022-08-15T18:08:47.455Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2022-08-15T18:08:47.455Z] (49/83) Installing soxr (0.1.3-r2) [2022-08-15T18:08:47.455Z] (50/83) Installing speexdsp (1.2.0-r0) [2022-08-15T18:08:47.455Z] (51/83) Installing tdb-libs (1.4.6-r0) [2022-08-15T18:08:47.455Z] (52/83) Installing libpulse (15.0-r2) [2022-08-15T18:08:47.455Z] (53/83) Installing cjson (1.7.15-r3) [2022-08-15T18:08:47.455Z] (54/83) Installing mbedtls (2.28.1-r0) [2022-08-15T18:08:47.455Z] (55/83) Installing librist (0.2.6-r1) [2022-08-15T18:08:47.455Z] (56/83) Installing libsrt (1.4.4-r0) [2022-08-15T18:08:47.455Z] (57/83) Installing libssh (0.9.6-r1) [2022-08-15T18:08:47.455Z] (58/83) Installing libtheora (1.1.1-r16) [2022-08-15T18:08:47.455Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T18:08:47.455Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T18:08:47.455Z] (61/83) Installing libxext (1.3.4-r0) [2022-08-15T18:08:47.455Z] (62/83) Installing libxfixes (6.0.0-r0) [2022-08-15T18:08:47.455Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T18:08:47.455Z] (64/83) Installing libva (2.14.0-r0) [2022-08-15T18:08:47.455Z] (65/83) Installing libvdpau (1.5-r0) [2022-08-15T18:08:47.455Z] (66/83) Installing vidstab (1.1.0-r1) [2022-08-15T18:08:47.455Z] (67/83) Installing libvpx (1.11.0-r1) [2022-08-15T18:08:47.455Z] (68/83) Installing libwebp (1.2.3-r0) [2022-08-15T18:08:47.455Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2022-08-15T18:08:47.455Z] (70/83) Installing numactl (2.0.14-r0) [2022-08-15T18:08:47.455Z] (71/83) Installing x265-libs (3.5-r3) [2022-08-15T18:08:47.716Z] (72/83) Installing xvidcore (1.3.7-r1) [2022-08-15T18:08:47.716Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2022-08-15T18:08:47.716Z] (74/83) Installing ffmpeg (5.0.1-r1) [2022-08-15T18:08:47.716Z] (75/83) Installing udev-init-scripts (35-r0) [2022-08-15T18:08:47.716Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T18:08:47.716Z] (76/83) Installing eudev-libs (3.2.11-r0) [2022-08-15T18:08:47.716Z] (77/83) Installing xz-libs (5.2.5-r1) [2022-08-15T18:08:47.716Z] (78/83) Installing zstd-libs (1.5.2-r1) [2022-08-15T18:08:47.716Z] (79/83) Installing kmod-libs (29-r2) [2022-08-15T18:08:47.716Z] (80/83) Installing eudev (3.2.11-r0) [2022-08-15T18:08:47.716Z] (81/83) Installing libsodium (1.0.18-r0) [2022-08-15T18:08:47.716Z] (82/83) Installing libzmq (4.3.4-r0) [2022-08-15T18:08:47.716Z] (83/83) Installing zeromq (4.3.4-r0) [2022-08-15T18:08:47.976Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T18:08:47.977Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T18:08:47.977Z] OK: 101 MiB in 97 packages [2022-08-15T18:08:49.990Z] Removing intermediate container c0b63ae5d0d6 [2022-08-15T18:08:49.990Z] ---> 4b1f9a012c04 [2022-08-15T18:08:49.990Z] Step 18/35 : WORKDIR / [2022-08-15T18:08:49.990Z] ---> Running in 821fdb72f0b8 [2022-08-15T18:08:49.990Z] Removing intermediate container 821fdb72f0b8 [2022-08-15T18:08:49.990Z] ---> 45a501d30831 [2022-08-15T18:08:49.990Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-08-15T18:08:50.312Z] ---> 822abb10aad6 [2022-08-15T18:08:50.312Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-08-15T18:08:50.312Z] ---> 13f0e718c3d7 [2022-08-15T18:08:50.312Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-08-15T18:08:50.580Z] ---> cc54d2d9e8fa [2022-08-15T18:08:50.580Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-08-15T18:08:50.840Z] ---> 301f0d5ff75d [2022-08-15T18:08:50.840Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-08-15T18:08:50.840Z] ---> b5b467958d7a [2022-08-15T18:08:50.840Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-08-15T18:08:51.100Z] ---> 65caac8208ab [2022-08-15T18:08:51.100Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-08-15T18:08:51.672Z] ---> 74a56326490c [2022-08-15T18:08:51.672Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-08-15T18:08:51.672Z] ---> Running in 350a949cc3e4 [2022-08-15T18:08:52.244Z] Removing intermediate container 350a949cc3e4 [2022-08-15T18:08:52.244Z] ---> f29ffae277d8 [2022-08-15T18:08:52.244Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-08-15T18:08:52.244Z] ---> Running in 832a79135a6f [2022-08-15T18:08:52.816Z] Removing intermediate container 832a79135a6f [2022-08-15T18:08:52.816Z] ---> f01b9c01af93 [2022-08-15T18:08:52.816Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-08-15T18:08:53.077Z] ---> Running in 3cecfee3f875 [2022-08-15T18:08:53.650Z] Removing intermediate container 3cecfee3f875 [2022-08-15T18:08:53.651Z] ---> 960b3b19deb2 [2022-08-15T18:08:53.651Z] Step 29/35 : EXPOSE 59983 [2022-08-15T18:08:53.651Z] ---> Running in 5db569ccc8dd [2022-08-15T18:08:53.651Z] Removing intermediate container 5db569ccc8dd [2022-08-15T18:08:53.651Z] ---> 1c4012e40b64 [2022-08-15T18:08:53.651Z] Step 30/35 : EXPOSE 8554 [2022-08-15T18:08:53.912Z] ---> Running in 60492f850328 [2022-08-15T18:08:53.912Z] Removing intermediate container 60492f850328 [2022-08-15T18:08:53.912Z] ---> 6b0bb202a4a7 [2022-08-15T18:08:53.912Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-08-15T18:08:53.912Z] ---> Running in 9482c7257495 [2022-08-15T18:08:54.171Z] Removing intermediate container 9482c7257495 [2022-08-15T18:08:54.172Z] ---> f2ee013b6659 [2022-08-15T18:08:54.172Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-08-15T18:08:54.172Z] ---> Running in 17aaaec9788b [2022-08-15T18:08:54.172Z] Removing intermediate container 17aaaec9788b [2022-08-15T18:08:54.172Z] ---> f64185140fe7 [2022-08-15T18:08:54.172Z] Step 33/35 : LABEL arch=amd64 [2022-08-15T18:08:54.473Z] ---> Running in e67b0e4c9704 [2022-08-15T18:08:54.473Z] Removing intermediate container e67b0e4c9704 [2022-08-15T18:08:54.473Z] ---> 43fb50defc8f [2022-08-15T18:08:54.473Z] Step 34/35 : LABEL git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:08:54.473Z] ---> Running in 9836e5de0b0c [2022-08-15T18:08:54.473Z] Removing intermediate container 9836e5de0b0c [2022-08-15T18:08:54.473Z] ---> 492c1eb3a2fa [2022-08-15T18:08:54.473Z] Step 35/35 : LABEL version=2.3.0-dev.3 [2022-08-15T18:08:54.735Z] ---> Running in 74b6442dbcb1 [2022-08-15T18:08:54.735Z] Removing intermediate container 74b6442dbcb1 [2022-08-15T18:08:54.735Z] ---> 3b4ad7bdc608 [2022-08-15T18:08:54.735Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-15T18:08:54.735Z] Successfully built 3b4ad7bdc608 [2022-08-15T18:08:54.735Z] 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-15T18:08:54.819Z] provisioning config files... [2022-08-15T18:08:54.829Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6504909334090218348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:08:55.125Z] ---> docker-login.sh [2022-08-15T18:08:55.125Z] nexus3.edgexfoundry.org:10001 [2022-08-15T18:08:55.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:08:55.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:08:55.125Z] Configure a credential helper to remove this warning. See [2022-08-15T18:08:55.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:08:55.125Z] [2022-08-15T18:08:55.125Z] Login Succeeded [2022-08-15T18:08:55.125Z] nexus3.edgexfoundry.org:10002 [2022-08-15T18:08:55.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:08:55.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:08:55.386Z] Configure a credential helper to remove this warning. See [2022-08-15T18:08:55.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:08:55.386Z] [2022-08-15T18:08:55.386Z] Login Succeeded [2022-08-15T18:08:55.386Z] nexus3.edgexfoundry.org:10003 [2022-08-15T18:08:55.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:08:55.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:08:55.386Z] Configure a credential helper to remove this warning. See [2022-08-15T18:08:55.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:08:55.386Z] [2022-08-15T18:08:55.386Z] Login Succeeded [2022-08-15T18:08:55.386Z] nexus3.edgexfoundry.org:10004 [2022-08-15T18:08:55.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:08:55.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:08:55.648Z] Configure a credential helper to remove this warning. See [2022-08-15T18:08:55.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:08:55.648Z] [2022-08-15T18:08:55.648Z] Login Succeeded [2022-08-15T18:08:55.648Z] docker.io [2022-08-15T18:08:55.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:08:55.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:08:55.908Z] Configure a credential helper to remove this warning. See [2022-08-15T18:08:55.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:08:55.908Z] [2022-08-15T18:08:55.908Z] Login Succeeded [2022-08-15T18:08:56.169Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T18:08:56.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T18:08:56.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:08:56.235Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2022-08-15T18:08:56.235Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:08:56.235Z] latest [2022-08-15T18:08:56.235Z] 2.3.0-dev.3 [2022-08-15T18:08:56.235Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:08:56.235Z] main [2022-08-15T18:08:56.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:08:56.560Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:08:56.873Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:08:56.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T18:08:56.873Z] 2aa857d60110: Preparing [2022-08-15T18:08:56.873Z] 4fc8eb0aa239: Preparing [2022-08-15T18:08:56.873Z] 70fea2e39497: Preparing [2022-08-15T18:08:56.873Z] 550e596c6d0e: Preparing [2022-08-15T18:08:56.873Z] 1207169bf42c: Preparing [2022-08-15T18:08:56.873Z] 1d5ca001e293: Preparing [2022-08-15T18:08:56.873Z] 999df0f484f4: Preparing [2022-08-15T18:08:56.873Z] c07252f40aa5: Preparing [2022-08-15T18:08:56.873Z] 9e21eb5cabd7: Preparing [2022-08-15T18:08:56.873Z] 7e6ddc592ad1: Preparing [2022-08-15T18:08:56.873Z] 068c135e53b4: Preparing [2022-08-15T18:08:56.873Z] 994393dc58e7: Preparing [2022-08-15T18:08:56.873Z] 1d5ca001e293: Waiting [2022-08-15T18:08:56.873Z] 068c135e53b4: Waiting [2022-08-15T18:08:56.873Z] 9e21eb5cabd7: Waiting [2022-08-15T18:08:56.873Z] 999df0f484f4: Waiting [2022-08-15T18:08:56.873Z] 7e6ddc592ad1: Waiting [2022-08-15T18:08:56.873Z] c07252f40aa5: Waiting [2022-08-15T18:08:56.873Z] 994393dc58e7: Waiting [2022-08-15T18:08:56.873Z] 1207169bf42c: Pushed [2022-08-15T18:08:56.873Z] 2aa857d60110: Pushed [2022-08-15T18:08:56.873Z] 4fc8eb0aa239: Pushed [2022-08-15T18:08:56.873Z] 70fea2e39497: Pushed [2022-08-15T18:08:57.133Z] 1d5ca001e293: Pushed [2022-08-15T18:08:57.133Z] 999df0f484f4: Pushed [2022-08-15T18:08:57.133Z] c07252f40aa5: Pushed [2022-08-15T18:08:57.133Z] 9e21eb5cabd7: Pushed [2022-08-15T18:08:57.133Z] 994393dc58e7: Layer already exists [2022-08-15T18:08:59.038Z] 550e596c6d0e: Pushed [2022-08-15T18:08:59.980Z] 7e6ddc592ad1: Pushed [2022-08-15T18:09:08.120Z] 068c135e53b4: Pushed [2022-08-15T18:09:08.120Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:08.438Z] + 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-15T18:09:08.749Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-08-15T18:09:08.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T18:09:08.749Z] 2aa857d60110: Preparing [2022-08-15T18:09:08.749Z] 4fc8eb0aa239: Preparing [2022-08-15T18:09:08.749Z] 70fea2e39497: Preparing [2022-08-15T18:09:08.749Z] 550e596c6d0e: Preparing [2022-08-15T18:09:08.749Z] 1207169bf42c: Preparing [2022-08-15T18:09:08.749Z] 1d5ca001e293: Preparing [2022-08-15T18:09:08.749Z] 999df0f484f4: Preparing [2022-08-15T18:09:08.749Z] c07252f40aa5: Preparing [2022-08-15T18:09:08.749Z] 9e21eb5cabd7: Preparing [2022-08-15T18:09:08.749Z] 7e6ddc592ad1: Preparing [2022-08-15T18:09:08.749Z] 068c135e53b4: Preparing [2022-08-15T18:09:08.749Z] 994393dc58e7: Preparing [2022-08-15T18:09:08.749Z] 068c135e53b4: Waiting [2022-08-15T18:09:08.749Z] 994393dc58e7: Waiting [2022-08-15T18:09:08.749Z] 1d5ca001e293: Waiting [2022-08-15T18:09:08.749Z] 999df0f484f4: Waiting [2022-08-15T18:09:08.749Z] c07252f40aa5: Waiting [2022-08-15T18:09:08.749Z] 4fc8eb0aa239: Layer already exists [2022-08-15T18:09:08.749Z] 550e596c6d0e: Layer already exists [2022-08-15T18:09:08.749Z] 2aa857d60110: Layer already exists [2022-08-15T18:09:08.749Z] 70fea2e39497: Layer already exists [2022-08-15T18:09:08.749Z] 1207169bf42c: Layer already exists [2022-08-15T18:09:08.749Z] 1d5ca001e293: Layer already exists [2022-08-15T18:09:08.749Z] 7e6ddc592ad1: Layer already exists [2022-08-15T18:09:08.749Z] 999df0f484f4: Layer already exists [2022-08-15T18:09:08.749Z] 9e21eb5cabd7: Layer already exists [2022-08-15T18:09:08.749Z] c07252f40aa5: Layer already exists [2022-08-15T18:09:08.749Z] 068c135e53b4: Layer already exists [2022-08-15T18:09:08.749Z] 994393dc58e7: Layer already exists [2022-08-15T18:09:08.749Z] latest: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:09.062Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:09.372Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 [2022-08-15T18:09:09.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T18:09:09.373Z] 2aa857d60110: Preparing [2022-08-15T18:09:09.373Z] 4fc8eb0aa239: Preparing [2022-08-15T18:09:09.373Z] 70fea2e39497: Preparing [2022-08-15T18:09:09.373Z] 550e596c6d0e: Preparing [2022-08-15T18:09:09.373Z] 1207169bf42c: Preparing [2022-08-15T18:09:09.373Z] 1d5ca001e293: Preparing [2022-08-15T18:09:09.373Z] 999df0f484f4: Preparing [2022-08-15T18:09:09.373Z] c07252f40aa5: Preparing [2022-08-15T18:09:09.373Z] 9e21eb5cabd7: Preparing [2022-08-15T18:09:09.373Z] 7e6ddc592ad1: Preparing [2022-08-15T18:09:09.373Z] 068c135e53b4: Preparing [2022-08-15T18:09:09.373Z] 994393dc58e7: Preparing [2022-08-15T18:09:09.373Z] c07252f40aa5: Waiting [2022-08-15T18:09:09.373Z] 9e21eb5cabd7: Waiting [2022-08-15T18:09:09.373Z] 7e6ddc592ad1: Waiting [2022-08-15T18:09:09.373Z] 068c135e53b4: Waiting [2022-08-15T18:09:09.373Z] 994393dc58e7: Waiting [2022-08-15T18:09:09.373Z] 1d5ca001e293: Waiting [2022-08-15T18:09:09.373Z] 999df0f484f4: Waiting [2022-08-15T18:09:09.373Z] 1207169bf42c: Layer already exists [2022-08-15T18:09:09.373Z] 550e596c6d0e: Layer already exists [2022-08-15T18:09:09.373Z] 70fea2e39497: Layer already exists [2022-08-15T18:09:09.373Z] 2aa857d60110: Layer already exists [2022-08-15T18:09:09.373Z] 4fc8eb0aa239: Layer already exists [2022-08-15T18:09:09.373Z] 999df0f484f4: Layer already exists [2022-08-15T18:09:09.373Z] c07252f40aa5: Layer already exists [2022-08-15T18:09:09.373Z] 9e21eb5cabd7: Layer already exists [2022-08-15T18:09:09.373Z] 1d5ca001e293: Layer already exists [2022-08-15T18:09:09.373Z] 7e6ddc592ad1: Layer already exists [2022-08-15T18:09:09.373Z] 068c135e53b4: Layer already exists [2022-08-15T18:09:09.373Z] 994393dc58e7: Layer already exists [2022-08-15T18:09:09.373Z] 2.3.0-dev.3: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:09.695Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:10.009Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:09:10.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T18:09:10.009Z] 2aa857d60110: Preparing [2022-08-15T18:09:10.009Z] 4fc8eb0aa239: Preparing [2022-08-15T18:09:10.009Z] 70fea2e39497: Preparing [2022-08-15T18:09:10.009Z] 550e596c6d0e: Preparing [2022-08-15T18:09:10.009Z] 1207169bf42c: Preparing [2022-08-15T18:09:10.009Z] 1d5ca001e293: Preparing [2022-08-15T18:09:10.009Z] 999df0f484f4: Preparing [2022-08-15T18:09:10.009Z] c07252f40aa5: Preparing [2022-08-15T18:09:10.009Z] 9e21eb5cabd7: Preparing [2022-08-15T18:09:10.009Z] 7e6ddc592ad1: Preparing [2022-08-15T18:09:10.009Z] 068c135e53b4: Preparing [2022-08-15T18:09:10.009Z] 994393dc58e7: Preparing [2022-08-15T18:09:10.009Z] 1d5ca001e293: Waiting [2022-08-15T18:09:10.009Z] 999df0f484f4: Waiting [2022-08-15T18:09:10.009Z] 9e21eb5cabd7: Waiting [2022-08-15T18:09:10.009Z] 7e6ddc592ad1: Waiting [2022-08-15T18:09:10.009Z] 068c135e53b4: Waiting [2022-08-15T18:09:10.009Z] 994393dc58e7: Waiting [2022-08-15T18:09:10.009Z] c07252f40aa5: Waiting [2022-08-15T18:09:10.009Z] 550e596c6d0e: Layer already exists [2022-08-15T18:09:10.009Z] 2aa857d60110: Layer already exists [2022-08-15T18:09:10.009Z] 70fea2e39497: Layer already exists [2022-08-15T18:09:10.009Z] 4fc8eb0aa239: Layer already exists [2022-08-15T18:09:10.009Z] 1207169bf42c: Layer already exists [2022-08-15T18:09:10.009Z] 999df0f484f4: Layer already exists [2022-08-15T18:09:10.009Z] 1d5ca001e293: Layer already exists [2022-08-15T18:09:10.009Z] 9e21eb5cabd7: Layer already exists [2022-08-15T18:09:10.009Z] 7e6ddc592ad1: Layer already exists [2022-08-15T18:09:10.009Z] c07252f40aa5: Layer already exists [2022-08-15T18:09:10.009Z] 068c135e53b4: Layer already exists [2022-08-15T18:09:10.009Z] 994393dc58e7: Layer already exists [2022-08-15T18:09:10.009Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:10.336Z] + 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-15T18:09:10.653Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2022-08-15T18:09:10.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-08-15T18:09:10.653Z] 2aa857d60110: Preparing [2022-08-15T18:09:10.653Z] 4fc8eb0aa239: Preparing [2022-08-15T18:09:10.653Z] 70fea2e39497: Preparing [2022-08-15T18:09:10.653Z] 550e596c6d0e: Preparing [2022-08-15T18:09:10.653Z] 1207169bf42c: Preparing [2022-08-15T18:09:10.653Z] 1d5ca001e293: Preparing [2022-08-15T18:09:10.653Z] 999df0f484f4: Preparing [2022-08-15T18:09:10.653Z] c07252f40aa5: Preparing [2022-08-15T18:09:10.653Z] 9e21eb5cabd7: Preparing [2022-08-15T18:09:10.653Z] 7e6ddc592ad1: Preparing [2022-08-15T18:09:10.653Z] 068c135e53b4: Preparing [2022-08-15T18:09:10.653Z] 994393dc58e7: Preparing [2022-08-15T18:09:10.653Z] c07252f40aa5: Waiting [2022-08-15T18:09:10.653Z] 9e21eb5cabd7: Waiting [2022-08-15T18:09:10.653Z] 7e6ddc592ad1: Waiting [2022-08-15T18:09:10.653Z] 068c135e53b4: Waiting [2022-08-15T18:09:10.653Z] 994393dc58e7: Waiting [2022-08-15T18:09:10.653Z] 1d5ca001e293: Waiting [2022-08-15T18:09:10.653Z] 999df0f484f4: Waiting [2022-08-15T18:09:10.653Z] 1207169bf42c: Layer already exists [2022-08-15T18:09:10.653Z] 70fea2e39497: Layer already exists [2022-08-15T18:09:10.653Z] 550e596c6d0e: Layer already exists [2022-08-15T18:09:10.653Z] 4fc8eb0aa239: Layer already exists [2022-08-15T18:09:10.653Z] 2aa857d60110: Layer already exists [2022-08-15T18:09:10.653Z] 1d5ca001e293: Layer already exists [2022-08-15T18:09:10.653Z] 999df0f484f4: Layer already exists [2022-08-15T18:09:10.653Z] c07252f40aa5: Layer already exists [2022-08-15T18:09:10.653Z] 7e6ddc592ad1: Layer already exists [2022-08-15T18:09:10.653Z] 9e21eb5cabd7: Layer already exists [2022-08-15T18:09:10.653Z] 068c135e53b4: Layer already exists [2022-08-15T18:09:10.653Z] 994393dc58e7: Layer already exists [2022-08-15T18:09:10.653Z] main: digest: sha256:e44701b3b16153577fb7e1d51cc905b0061c553bb821107c896ed4afcd7a37f6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T18:09:10.700Z] ===================================================== [Pipeline] echo [2022-08-15T18:09:10.709Z] taggedImages: [2022-08-15T18:09:10.709Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:09:10.709Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-08-15T18:09:10.709Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.0-dev.3 [2022-08-15T18:09:10.709Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:09:10.709Z] - 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-15T18:09:11.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T18:09:11.073Z] [2022-08-15T18:09:11.073Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:09:11.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T18:09:11.375Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-15T18:09:11.375Z] 5eb5b503b376: Pulling fs layer [2022-08-15T18:09:11.375Z] 5c69ac0246d0: Pulling fs layer [2022-08-15T18:09:11.375Z] ec43610c2a17: Pulling fs layer [2022-08-15T18:09:11.375Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-15T18:09:11.375Z] 33b1e0a273af: Pulling fs layer [2022-08-15T18:09:11.375Z] 5d3b04190fa2: Pulling fs layer [2022-08-15T18:09:11.375Z] 2f39f015ded8: Pulling fs layer [2022-08-15T18:09:11.375Z] 33b1e0a273af: Waiting [2022-08-15T18:09:11.375Z] 2f39f015ded8: Waiting [2022-08-15T18:09:11.375Z] 5d3b04190fa2: Waiting [2022-08-15T18:09:11.375Z] 3a2ae6a8a46f: Waiting [2022-08-15T18:09:11.375Z] 5c69ac0246d0: Download complete [2022-08-15T18:09:11.375Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-15T18:09:11.375Z] 3a2ae6a8a46f: Download complete [2022-08-15T18:09:11.375Z] 33b1e0a273af: Download complete [2022-08-15T18:09:11.375Z] ec43610c2a17: Verifying Checksum [2022-08-15T18:09:11.375Z] ec43610c2a17: Download complete [2022-08-15T18:09:11.375Z] 5d3b04190fa2: Verifying Checksum [2022-08-15T18:09:11.375Z] 5d3b04190fa2: Download complete [2022-08-15T18:09:11.635Z] 5eb5b503b376: Verifying Checksum [2022-08-15T18:09:11.635Z] 5eb5b503b376: Download complete [2022-08-15T18:09:12.205Z] 2f39f015ded8: Verifying Checksum [2022-08-15T18:09:12.205Z] 2f39f015ded8: Download complete [2022-08-15T18:09:12.774Z] 5eb5b503b376: Pull complete [2022-08-15T18:09:13.033Z] 5c69ac0246d0: Pull complete [2022-08-15T18:09:13.603Z] ec43610c2a17: Pull complete [2022-08-15T18:09:13.603Z] 3a2ae6a8a46f: Pull complete [2022-08-15T18:09:13.863Z] 33b1e0a273af: Pull complete [2022-08-15T18:09:13.863Z] 5d3b04190fa2: Pull complete [2022-08-15T18:09:19.142Z] 2f39f015ded8: Pull complete [2022-08-15T18:09:19.142Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-15T18:09:19.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T18:09:19.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:09:19.230Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:09:19.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-15T18:09:21.001Z] $ docker top 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:09:21.412Z] ---> job-cost.sh [2022-08-15T18:09:21.412Z] lf-activate-venv: SKIPPING [2022-08-15T18:09:21.412Z] INFO: No Stack... [2022-08-15T18:09:21.672Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T18:09:22.243Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T18:09:22.536Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2022-08-15T18:09:22.536Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T18:09:22.551Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [2022-08-15T18:09:22.557Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] did not exist. Created. [2022-08-15T18:09:22.557Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T18:09:22.862Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-15T18:09:22.895Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T18:09:22.901Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T18:09:22.925Z] $ docker stop --time=1 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 [2022-08-15T18:09:24.133Z] $ docker rm -f 9e26a251d43aaa16756685b9cbfa7d26dae266f90b1284280c4a6ca1e21f1146 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-15T18:10:42.930Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22842 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2022-08-15T18:10:42.942Z] Running in /w/workspace/device-usb-camera/42 [Pipeline] { [Pipeline] checkout [2022-08-15T18:10:42.969Z] Selected Git installation does not exist. Using Default [2022-08-15T18:10:42.969Z] The recommended git tool is: NONE [2022-08-15T18:10:49.576Z] using credential edgex-jenkins-ssh [2022-08-15T18:10:49.594Z] Cloning the remote Git repository [2022-08-15T18:10:49.767Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-08-15T18:10:49.998Z] > git init /w/workspace/device-usb-camera/42 # timeout=10 [2022-08-15T18:10:50.071Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-08-15T18:10:50.072Z] > git --version # timeout=10 [2022-08-15T18:10:50.091Z] > git --version # 'git version 2.25.1' [2022-08-15T18:10:50.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-15T18:10:50.211Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T18:10:50.879Z] Avoid second fetch [2022-08-15T18:10:50.879Z] Checking out Revision 99c3e66cd2b563900f26eeb72b7fbc675658f659 (main) [2022-08-15T18:10:50.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-08-15T18:10:50.855Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-15T18:10:50.910Z] > git config core.sparsecheckout # timeout=10 [2022-08-15T18:10:50.940Z] > git checkout -f 99c3e66cd2b563900f26eeb72b7fbc675658f659 # timeout=10 [2022-08-15T18:10:55.257Z] Commit message: "Merge pull request #79 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.3.0-dev.14" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T18:10:56.250Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-15T18:10:56.250Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:10:56.250Z] Dload Upload Total Spent Left Speed [2022-08-15T18:10:56.250Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 76123 0 --:--:-- --:--:-- --:--:-- 76123 [Pipeline] sh [2022-08-15T18:10:57.034Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-15T18:10:57.429Z] + sudo tee /etc/docker/daemon.new [2022-08-15T18:10:57.430Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-15T18:10:57.430Z] { [2022-08-15T18:10:57.430Z] "registry-mirrors": [ [2022-08-15T18:10:57.430Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-15T18:10:57.430Z] ], [2022-08-15T18:10:57.430Z] "bip": "10.250.0.254/24", [2022-08-15T18:10:57.430Z] "hosts": [ [2022-08-15T18:10:57.430Z] "tcp://0.0.0.0:5555", [2022-08-15T18:10:57.430Z] "unix:///var/run/docker.sock" [2022-08-15T18:10:57.430Z] ], [2022-08-15T18:10:57.430Z] "mtu": 1458, [2022-08-15T18:10:57.430Z] "selinux-enabled": true, [2022-08-15T18:10:57.430Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-15T18:10:57.430Z] } [Pipeline] sh [2022-08-15T18:10:57.843Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-15T18:10:58.189Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:11:16.561Z] provisioning config files... [2022-08-15T18:11:16.585Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/42@tmp/config6051170447026321739tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:11:17.150Z] ---> docker-login.sh [2022-08-15T18:11:17.150Z] nexus3.edgexfoundry.org:10001 [2022-08-15T18:11:17.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:11:18.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:11:18.042Z] Configure a credential helper to remove this warning. See [2022-08-15T18:11:18.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:11:18.042Z] [2022-08-15T18:11:18.042Z] Login Succeeded [2022-08-15T18:11:18.042Z] nexus3.edgexfoundry.org:10002 [2022-08-15T18:11:18.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:11:18.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:11:18.593Z] Configure a credential helper to remove this warning. See [2022-08-15T18:11:18.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:11:18.593Z] [2022-08-15T18:11:18.593Z] Login Succeeded [2022-08-15T18:11:18.593Z] nexus3.edgexfoundry.org:10003 [2022-08-15T18:11:18.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:11:19.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:11:19.147Z] Configure a credential helper to remove this warning. See [2022-08-15T18:11:19.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:11:19.147Z] [2022-08-15T18:11:19.147Z] Login Succeeded [2022-08-15T18:11:19.147Z] nexus3.edgexfoundry.org:10004 [2022-08-15T18:11:19.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:11:19.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:11:19.693Z] Configure a credential helper to remove this warning. See [2022-08-15T18:11:19.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:11:19.693Z] [2022-08-15T18:11:19.693Z] Login Succeeded [2022-08-15T18:11:19.693Z] docker.io [2022-08-15T18:11:19.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:11:20.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:11:20.238Z] Configure a credential helper to remove this warning. See [2022-08-15T18:11:20.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:11:20.238Z] [2022-08-15T18:11:20.238Z] Login Succeeded [2022-08-15T18:11:20.238Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T18:11:20.533Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-15T18:11:20.809Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:11:20.820Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:11:20.827Z] ========================================================= [2022-08-15T18:11:20.827Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-15T18:11:20.827Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:11:21.194Z] + 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-15T18:11:21.478Z] Sending build context to Docker daemon 539.6kB [2022-08-15T18:11:21.478Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T18:11:21.478Z] Step 2/13 : FROM ${BASE} AS builder [2022-08-15T18:11:21.756Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-15T18:11:21.756Z] b3c136eddcbf: Pulling fs layer [2022-08-15T18:11:21.756Z] c0a3192eca97: Pulling fs layer [2022-08-15T18:11:21.756Z] a050256f5b6f: Pulling fs layer [2022-08-15T18:11:21.756Z] 656be50a0ddc: Pulling fs layer [2022-08-15T18:11:21.756Z] 2bbca73fdf42: Pulling fs layer [2022-08-15T18:11:21.756Z] 46d945488cbd: Pulling fs layer [2022-08-15T18:11:21.756Z] 8a5474983e97: Pulling fs layer [2022-08-15T18:11:21.756Z] 329c88fbcd65: Pulling fs layer [2022-08-15T18:11:21.756Z] 46d945488cbd: Waiting [2022-08-15T18:11:21.756Z] 8a5474983e97: Waiting [2022-08-15T18:11:21.756Z] 329c88fbcd65: Waiting [2022-08-15T18:11:21.756Z] 656be50a0ddc: Waiting [2022-08-15T18:11:21.756Z] 2bbca73fdf42: Waiting [2022-08-15T18:11:21.756Z] a050256f5b6f: Verifying Checksum [2022-08-15T18:11:21.756Z] a050256f5b6f: Download complete [2022-08-15T18:11:21.756Z] c0a3192eca97: Verifying Checksum [2022-08-15T18:11:21.757Z] c0a3192eca97: Download complete [2022-08-15T18:11:21.757Z] 2bbca73fdf42: Download complete [2022-08-15T18:11:22.035Z] 46d945488cbd: Verifying Checksum [2022-08-15T18:11:22.035Z] 46d945488cbd: Download complete [2022-08-15T18:11:22.035Z] b3c136eddcbf: Verifying Checksum [2022-08-15T18:11:22.035Z] b3c136eddcbf: Download complete [2022-08-15T18:11:23.039Z] b3c136eddcbf: Pull complete [2022-08-15T18:11:23.039Z] 329c88fbcd65: Verifying Checksum [2022-08-15T18:11:23.039Z] 329c88fbcd65: Download complete [2022-08-15T18:11:23.656Z] c0a3192eca97: Pull complete [2022-08-15T18:11:23.936Z] a050256f5b6f: Pull complete [2022-08-15T18:11:24.214Z] 8a5474983e97: Verifying Checksum [2022-08-15T18:11:24.214Z] 8a5474983e97: Download complete [2022-08-15T18:11:24.813Z] 656be50a0ddc: Verifying Checksum [2022-08-15T18:11:24.813Z] 656be50a0ddc: Download complete [2022-08-15T18:11:37.212Z] 656be50a0ddc: Pull complete [2022-08-15T18:11:37.212Z] 2bbca73fdf42: Pull complete [2022-08-15T18:11:37.212Z] 46d945488cbd: Pull complete [2022-08-15T18:11:42.632Z] 8a5474983e97: Pull complete [2022-08-15T18:11:44.611Z] 329c88fbcd65: Pull complete [2022-08-15T18:11:44.611Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-15T18:11:44.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-15T18:11:44.611Z] ---> ff4287adb874 [2022-08-15T18:11:44.611Z] Step 3/13 : ARG MAKE="make build" [2022-08-15T18:11:46.587Z] ---> Running in 896d29f8fdbe [2022-08-15T18:11:46.587Z] Removing intermediate container 896d29f8fdbe [2022-08-15T18:11:46.587Z] ---> 8322254e30fa [2022-08-15T18:11:46.587Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T18:11:46.587Z] ---> Running in f377e1c31ad0 [2022-08-15T18:11:46.863Z] Removing intermediate container f377e1c31ad0 [2022-08-15T18:11:46.863Z] ---> 0425bc7c2884 [2022-08-15T18:11:46.863Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T18:11:47.141Z] ---> Running in d1742a991886 [2022-08-15T18:11:47.413Z] Removing intermediate container d1742a991886 [2022-08-15T18:11:47.413Z] ---> 644abfa7d355 [2022-08-15T18:11:47.413Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T18:11:47.413Z] ---> Running in 24a907911e36 [2022-08-15T18:11:50.832Z] Removing intermediate container 24a907911e36 [2022-08-15T18:11:50.832Z] ---> 87d734752976 [2022-08-15T18:11:50.832Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T18:11:50.832Z] ---> Running in 9e008224cb64 [2022-08-15T18:11:51.435Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T18:11:52.420Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T18:11:53.401Z] (1/14) Installing libintl (0.21-r2) [2022-08-15T18:11:53.401Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-08-15T18:11:53.676Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T18:11:53.676Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T18:11:53.676Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-08-15T18:11:53.951Z] (6/14) Installing udev-init-scripts (35-r0) [2022-08-15T18:11:53.951Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T18:11:53.951Z] (7/14) Installing libblkid (2.38-r1) [2022-08-15T18:11:54.225Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-08-15T18:11:54.225Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-08-15T18:11:54.225Z] (10/14) Installing kmod-libs (29-r2) [2022-08-15T18:11:54.499Z] (11/14) Installing eudev (3.2.11-r0) [2022-08-15T18:11:54.499Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-08-15T18:11:54.773Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-08-15T18:11:54.773Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-08-15T18:11:54.773Z] Executing busybox-1.35.0-r13.trigger [2022-08-15T18:11:55.059Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T18:11:55.059Z] OK: 228 MiB in 65 packages [2022-08-15T18:11:56.054Z] Removing intermediate container 9e008224cb64 [2022-08-15T18:11:56.054Z] ---> db4049cae0bc [2022-08-15T18:11:56.054Z] Step 8/13 : WORKDIR /device-usb-camera [2022-08-15T18:11:56.329Z] ---> Running in 8c091541eddd [2022-08-15T18:11:56.602Z] Removing intermediate container 8c091541eddd [2022-08-15T18:11:56.602Z] ---> 04b5d7db0b26 [2022-08-15T18:11:56.602Z] Step 9/13 : COPY go.mod vendor* ./ [2022-08-15T18:11:57.206Z] ---> 02c9c4f4ca40 [2022-08-15T18:11:57.206Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T18:11:57.206Z] ---> Running in 125652302d6a [2022-08-15T18:12:53.765Z] Removing intermediate container 125652302d6a [2022-08-15T18:12:53.765Z] ---> 1253b63d3502 [2022-08-15T18:12:53.765Z] Step 11/13 : COPY . . [2022-08-15T18:12:53.765Z] ---> 3b91d7ed25f3 [2022-08-15T18:12:53.765Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T18:12:53.766Z] ---> Running in 407e706a4716 [2022-08-15T18:12:53.766Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:12:53.766Z]  Dload Upload Total Spent Left Speed [2022-08-15T18:12:53.766Z]  0 0 0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6320 0 --:--:-- --:--:-- --:--:-- 6359 [2022-08-15T18:12:53.766Z] Removing intermediate container 407e706a4716 [2022-08-15T18:12:53.766Z] ---> a994986d30e4 [2022-08-15T18:12:53.766Z] Step 13/13 : RUN ${MAKE} [2022-08-15T18:12:53.766Z] ---> Running in 0663f96c77f6 [2022-08-15T18:12:53.766Z] noop [2022-08-15T18:12:53.766Z] Removing intermediate container 0663f96c77f6 [2022-08-15T18:12:53.766Z] ---> c341394e4ce5 [2022-08-15T18:12:53.766Z] Successfully built c341394e4ce5 [2022-08-15T18:12:53.766Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:12:54.133Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T18:12:54.133Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:12:54.370Z] prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container [2022-08-15T18:12:54.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-15T18:12:55.741Z] $ docker top c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:12:56.644Z] + go version [2022-08-15T18:12:56.645Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-15T18:12:56.673Z] $ docker stop --time=1 c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 [2022-08-15T18:12:58.327Z] $ docker rm -f c8099ead5aaac4b835d80dfcad06925fa28da94438069d645082d8856710efc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:12:58.940Z] + docker inspect -f . ci-base-image-arm64 [2022-08-15T18:12:58.940Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:12:59.184Z] prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container [2022-08-15T18:12:59.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-usb-camera/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-15T18:13:00.576Z] $ docker top c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:13:01.508Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/42 [Pipeline] fileExists [Pipeline] sh [2022-08-15T18:13:02.190Z] + make test [2022-08-15T18:13:02.190Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-08-15T18:13:03.643Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-08-15T18:14:40.499Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-08-15T18:14:40.499Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.074s coverage: 1.9% of statements [2022-08-15T18:14:40.499Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-15T18:14:40.499Z] CGO_ENABLED=1 go vet ./... [2022-08-15T18:15:02.730Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-15T18:15:02.730Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-15T18:15:02.730Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-08-15T18:15:02.752Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-15T18:15:02.770Z] $ docker stop --time=1 c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 [2022-08-15T18:15:04.554Z] $ docker rm -f c69e67459a785cba3a936757e11b5689957d7b0d76319b326970c621ae2deb35 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T18:15:05.586Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-15T18:15:05.615Z] Warning: overwriting stash ‘coverage-report’ [2022-08-15T18:15:06.134Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-15T18:15:06.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-15T18:15:06.881Z] + ls -al . [2022-08-15T18:15:06.881Z] total 196 [2022-08-15T18:15:06.881Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:13 . [2022-08-15T18:15:06.881Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:10 .. [2022-08-15T18:15:06.881Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 15 18:10 .git [2022-08-15T18:15:06.881Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 .github [2022-08-15T18:15:06.881Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 15 18:10 .gitignore [2022-08-15T18:15:06.881Z] -rw-rw-r-- 1 jenkins jenkins 42 Aug 15 18:10 .golangci.yml [2022-08-15T18:15:06.881Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 15 18:10 .hadolint.yml [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 9569 Aug 15 18:10 Attribution.txt [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 1206 Aug 15 18:10 CHANGELOG.md [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 2410 Aug 15 18:10 Dockerfile [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 15 18:10 GOVERNANCE.md [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 15 18:10 Jenkinsfile [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 15 18:10 LICENSE [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 2345 Aug 15 18:10 Makefile [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 15 18:10 OWNERS.md [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 12817 Aug 15 18:10 README.md [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 15 18:07 VERSION [2022-08-15T18:15:06.882Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 15 18:10 bin [2022-08-15T18:15:06.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 cmd [2022-08-15T18:15:06.882Z] -rw-r--r-- 1 jenkins jenkins 29387 Aug 15 18:14 coverage.out [2022-08-15T18:15:06.882Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 15 18:10 docker-entrypoint.sh [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 3606 Aug 15 18:10 go.mod [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 37073 Aug 15 18:10 go.sum [2022-08-15T18:15:06.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 15 18:10 internal [2022-08-15T18:15:06.882Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 15 18:10 snap [2022-08-15T18:15:06.882Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 15 18:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:15:07.239Z] + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 --label arch=arm64 --label version=2.3.0-dev.3 . [2022-08-15T18:15:07.514Z] Sending build context to Docker daemon 569.9kB [2022-08-15T18:15:07.514Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2022-08-15T18:15:07.514Z] Step 2/35 : FROM ${BASE} AS builder [2022-08-15T18:15:07.514Z] ---> c341394e4ce5 [2022-08-15T18:15:07.514Z] Step 3/35 : ARG MAKE="make build" [2022-08-15T18:15:07.792Z] ---> Running in bfef01349dd1 [2022-08-15T18:15:08.067Z] Removing intermediate container bfef01349dd1 [2022-08-15T18:15:08.067Z] ---> 1b2902efd6c8 [2022-08-15T18:15:08.067Z] Step 4/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-08-15T18:15:08.067Z] ---> Running in 93849d8de1c9 [2022-08-15T18:15:08.346Z] Removing intermediate container 93849d8de1c9 [2022-08-15T18:15:08.346Z] ---> b6c61c3879e4 [2022-08-15T18:15:08.346Z] Step 5/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-08-15T18:15:08.619Z] ---> Running in a0d3e9a4222b [2022-08-15T18:15:08.894Z] Removing intermediate container a0d3e9a4222b [2022-08-15T18:15:08.894Z] ---> 7e554ddab8f0 [2022-08-15T18:15:08.894Z] Step 6/35 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-15T18:15:08.894Z] ---> Running in 3628bf159990 [2022-08-15T18:15:10.869Z] Removing intermediate container 3628bf159990 [2022-08-15T18:15:10.869Z] ---> 2351125af640 [2022-08-15T18:15:10.869Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-15T18:15:10.869Z] ---> Running in f0413d5cb82e [2022-08-15T18:15:11.983Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T18:15:12.584Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T18:15:13.569Z] OK: 228 MiB in 65 packages [2022-08-15T18:15:14.558Z] Removing intermediate container f0413d5cb82e [2022-08-15T18:15:14.558Z] ---> 90240c7a2750 [2022-08-15T18:15:14.558Z] Step 8/35 : WORKDIR /device-usb-camera [2022-08-15T18:15:14.558Z] ---> Running in 1b854f67c2af [2022-08-15T18:15:14.839Z] Removing intermediate container 1b854f67c2af [2022-08-15T18:15:14.839Z] ---> 1826d424bbae [2022-08-15T18:15:14.839Z] Step 9/35 : COPY go.mod vendor* ./ [2022-08-15T18:15:15.448Z] ---> ded2e5db1ffe [2022-08-15T18:15:15.448Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-15T18:15:15.728Z] ---> Running in 7274543356cc [2022-08-15T18:15:17.715Z] Removing intermediate container 7274543356cc [2022-08-15T18:15:17.715Z] ---> 65b9f3749982 [2022-08-15T18:15:17.715Z] Step 11/35 : COPY . . [2022-08-15T18:15:18.315Z] ---> 279866422038 [2022-08-15T18:15:18.315Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-08-15T18:15:18.600Z] ---> Running in d3522ff09cad [2022-08-15T18:15:19.586Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:15:19.586Z] Dload Upload Total Spent Left Speed [2022-08-15T18:15:19.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12493 0 --:--:-- --:--:-- --:--:-- 12642 [2022-08-15T18:15:20.474Z] Removing intermediate container d3522ff09cad [2022-08-15T18:15:20.474Z] ---> 691bc787ca06 [2022-08-15T18:15:20.474Z] Step 13/35 : RUN ${MAKE} [2022-08-15T18:15:20.474Z] ---> Running in cbe04e3d690b [2022-08-15T18:15:21.459Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.0-dev.3 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.19" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-08-15T18:17:58.469Z] Removing intermediate container cbe04e3d690b [2022-08-15T18:17:58.469Z] ---> eb90f993f61b [2022-08-15T18:17:58.469Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-08-15T18:17:58.469Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-08-15T18:17:58.469Z] eab2503cf8f4: Pulling fs layer [2022-08-15T18:17:58.469Z] 97cd0a44c592: Pulling fs layer [2022-08-15T18:17:58.469Z] 97cd0a44c592: Verifying Checksum [2022-08-15T18:17:58.469Z] 97cd0a44c592: Download complete [2022-08-15T18:17:58.469Z] eab2503cf8f4: Download complete [2022-08-15T18:17:58.469Z] eab2503cf8f4: Pull complete [2022-08-15T18:17:58.469Z] 97cd0a44c592: Pull complete [2022-08-15T18:17:58.469Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-08-15T18:17:58.469Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-08-15T18:17:58.469Z] ---> 7f763cca56b3 [2022-08-15T18:17:58.469Z] Step 15/35 : FROM alpine:3.16 [2022-08-15T18:17:58.469Z] 3.16: Pulling from library/alpine [2022-08-15T18:17:58.469Z] 9b18e9b68314: Pulling fs layer [2022-08-15T18:17:58.469Z] 9b18e9b68314: Verifying Checksum [2022-08-15T18:17:58.469Z] 9b18e9b68314: Download complete [2022-08-15T18:17:58.469Z] 9b18e9b68314: Pull complete [2022-08-15T18:17:58.469Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-15T18:17:58.469Z] Status: Downloaded newer image for alpine:3.16 [2022-08-15T18:17:58.469Z] ---> a6215f271958 [2022-08-15T18:17:58.469Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-08-15T18:17:58.469Z] ---> Running in 7065dafa0852 [2022-08-15T18:17:58.469Z] Removing intermediate container 7065dafa0852 [2022-08-15T18:17:58.469Z] ---> 6e5f4b9b8a80 [2022-08-15T18:17:58.469Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-08-15T18:17:58.469Z] ---> Running in 78de5dccbfbd [2022-08-15T18:17:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-15T18:17:58.469Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-15T18:17:58.469Z] (1/82) Installing dumb-init (1.2.5-r1) [2022-08-15T18:17:58.469Z] (2/82) Installing sdl2 (2.0.22-r0) [2022-08-15T18:17:58.469Z] (3/82) Installing libxau (1.0.9-r0) [2022-08-15T18:17:58.469Z] (4/82) Installing libxdmcp (1.1.3-r0) [2022-08-15T18:17:58.469Z] (5/82) Installing libxcb (1.15-r0) [2022-08-15T18:17:58.469Z] (6/82) Installing libx11 (1.8-r0) [2022-08-15T18:17:58.469Z] (7/82) Installing aom-libs (3.3.0-r0) [2022-08-15T18:17:58.469Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2022-08-15T18:17:58.469Z] (9/82) Installing expat (2.4.8-r0) [2022-08-15T18:17:58.469Z] (10/82) Installing brotli-libs (1.0.9-r6) [2022-08-15T18:17:58.469Z] (11/82) Installing libbz2 (1.0.8-r1) [2022-08-15T18:17:58.469Z] (12/82) Installing libpng (1.6.37-r1) [2022-08-15T18:17:58.469Z] (13/82) Installing freetype (2.12.1-r0) [2022-08-15T18:17:58.469Z] (14/82) Installing fontconfig (2.14.0-r0) [2022-08-15T18:17:58.469Z] (15/82) Installing fribidi (1.0.12-r0) [2022-08-15T18:17:58.469Z] (16/82) Installing libffi (3.4.2-r1) [2022-08-15T18:17:58.469Z] (17/82) Installing libintl (0.21-r2) [2022-08-15T18:17:58.469Z] (18/82) Installing libblkid (2.38-r1) [2022-08-15T18:17:58.469Z] (19/82) Installing libmount (2.38-r1) [2022-08-15T18:17:58.469Z] (20/82) Installing pcre (8.45-r2) [2022-08-15T18:17:58.469Z] (21/82) Installing glib (2.72.1-r0) [2022-08-15T18:17:58.469Z] (22/82) Installing graphite2 (1.3.14-r1) [2022-08-15T18:17:58.469Z] (23/82) Installing harfbuzz (4.3.0-r0) [2022-08-15T18:17:58.469Z] (24/82) Installing libass (0.16.0-r0) [2022-08-15T18:17:58.469Z] (25/82) Installing libdav1d (1.0.0-r0) [2022-08-15T18:17:58.469Z] (26/82) Installing libdrm (2.4.110-r0) [2022-08-15T18:17:58.469Z] (27/82) Installing gmp (6.2.1-r2) [2022-08-15T18:17:58.469Z] (28/82) Installing nettle (3.7.3-r0) [2022-08-15T18:17:58.469Z] (29/82) Installing p11-kit (0.24.1-r0) [2022-08-15T18:17:58.469Z] (30/82) Installing libtasn1 (4.18.0-r0) [2022-08-15T18:17:58.469Z] (31/82) Installing libunistring (1.0-r0) [2022-08-15T18:17:58.469Z] (32/82) Installing gnutls (3.7.7-r0) [2022-08-15T18:17:58.469Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-15T18:17:58.469Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-15T18:17:58.469Z] (35/82) Installing lame (3.100-r0) [2022-08-15T18:17:58.469Z] (36/82) Installing opus (1.3.1-r1) [2022-08-15T18:17:58.469Z] (37/82) Installing libasyncns (0.8-r1) [2022-08-15T18:17:58.469Z] (38/82) Installing dbus-libs (1.14.0-r1) [2022-08-15T18:17:58.469Z] (39/82) Installing libltdl (2.4.7-r0) [2022-08-15T18:17:58.469Z] (40/82) Installing orc (0.4.32-r0) [2022-08-15T18:17:58.469Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2022-08-15T18:17:58.469Z] (42/82) Installing libogg (1.3.5-r1) [2022-08-15T18:17:58.469Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-15T18:17:58.469Z] (44/82) Installing flac (1.3.4-r0) [2022-08-15T18:17:58.469Z] (45/82) Installing libvorbis (1.3.7-r0) [2022-08-15T18:17:58.469Z] (46/82) Installing libsndfile (1.1.0-r0) [2022-08-15T18:17:58.469Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2022-08-15T18:17:58.469Z] (48/82) Installing soxr (0.1.3-r2) [2022-08-15T18:17:58.469Z] (49/82) Installing speexdsp (1.2.0-r0) [2022-08-15T18:17:58.469Z] (50/82) Installing tdb-libs (1.4.6-r0) [2022-08-15T18:17:58.469Z] (51/82) Installing libpulse (15.0-r2) [2022-08-15T18:17:58.469Z] (52/82) Installing cjson (1.7.15-r3) [2022-08-15T18:17:58.469Z] (53/82) Installing mbedtls (2.28.1-r0) [2022-08-15T18:17:58.469Z] (54/82) Installing librist (0.2.6-r1) [2022-08-15T18:17:58.469Z] (55/82) Installing libsrt (1.4.4-r0) [2022-08-15T18:17:58.469Z] (56/82) Installing libssh (0.9.6-r1) [2022-08-15T18:17:58.469Z] (57/82) Installing libtheora (1.1.1-r16) [2022-08-15T18:17:58.469Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2022-08-15T18:17:58.469Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2022-08-15T18:17:58.469Z] (60/82) Installing libxext (1.3.4-r0) [2022-08-15T18:17:58.469Z] (61/82) Installing libxfixes (6.0.0-r0) [2022-08-15T18:17:58.469Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2022-08-15T18:17:58.469Z] (63/82) Installing libva (2.14.0-r0) [2022-08-15T18:17:58.469Z] (64/82) Installing libvdpau (1.5-r0) [2022-08-15T18:17:58.469Z] (65/82) Installing vidstab (1.1.0-r1) [2022-08-15T18:17:58.469Z] (66/82) Installing libvpx (1.11.0-r1) [2022-08-15T18:17:58.469Z] (67/82) Installing libwebp (1.2.3-r0) [2022-08-15T18:17:58.469Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2022-08-15T18:17:58.469Z] (69/82) Installing numactl (2.0.14-r0) [2022-08-15T18:17:58.469Z] (70/82) Installing x265-libs (3.5-r3) [2022-08-15T18:17:58.469Z] (71/82) Installing xvidcore (1.3.7-r1) [2022-08-15T18:17:58.469Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2022-08-15T18:17:58.469Z] (73/82) Installing ffmpeg (5.0.1-r1) [2022-08-15T18:17:58.469Z] (74/82) Installing udev-init-scripts (35-r0) [2022-08-15T18:17:58.469Z] Executing udev-init-scripts-35-r0.post-install [2022-08-15T18:17:58.469Z] (75/82) Installing eudev-libs (3.2.11-r0) [2022-08-15T18:17:58.469Z] (76/82) Installing xz-libs (5.2.5-r1) [2022-08-15T18:17:58.469Z] (77/82) Installing zstd-libs (1.5.2-r1) [2022-08-15T18:17:58.469Z] (78/82) Installing kmod-libs (29-r2) [2022-08-15T18:17:58.469Z] (79/82) Installing eudev (3.2.11-r0) [2022-08-15T18:17:58.469Z] (80/82) Installing libsodium (1.0.18-r0) [2022-08-15T18:17:58.469Z] (81/82) Installing libzmq (4.3.4-r0) [2022-08-15T18:17:58.469Z] (82/82) Installing zeromq (4.3.4-r0) [2022-08-15T18:17:58.469Z] Executing busybox-1.35.0-r17.trigger [2022-08-15T18:17:58.469Z] Executing eudev-3.2.11-r0.trigger [2022-08-15T18:17:58.469Z] OK: 78 MiB in 96 packages [2022-08-15T18:17:58.470Z] Removing intermediate container 78de5dccbfbd [2022-08-15T18:17:58.470Z] ---> 3a2bf43c4eb7 [2022-08-15T18:17:58.470Z] Step 18/35 : WORKDIR / [2022-08-15T18:17:58.470Z] ---> Running in 8099151cb648 [2022-08-15T18:17:58.743Z] Removing intermediate container 8099151cb648 [2022-08-15T18:17:58.743Z] ---> aa93db059977 [2022-08-15T18:17:58.743Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2022-08-15T18:18:00.180Z] ---> bcc0669b81e8 [2022-08-15T18:18:00.180Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2022-08-15T18:18:00.777Z] ---> 7031cd0fc273 [2022-08-15T18:18:00.777Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2022-08-15T18:18:01.377Z] ---> ee0f2af822ab [2022-08-15T18:18:01.377Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-08-15T18:18:01.981Z] ---> 11656e4dfb54 [2022-08-15T18:18:01.981Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-08-15T18:18:02.256Z] ---> be373b13e659 [2022-08-15T18:18:02.256Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-08-15T18:18:02.866Z] ---> f08b1f954620 [2022-08-15T18:18:02.866Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2022-08-15T18:18:04.310Z] ---> 08e9ea0cb668 [2022-08-15T18:18:04.310Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2022-08-15T18:18:04.310Z] ---> Running in 59db970bb5c9 [2022-08-15T18:18:05.762Z] Removing intermediate container 59db970bb5c9 [2022-08-15T18:18:05.762Z] ---> 85196f60fd6d [2022-08-15T18:18:05.762Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2022-08-15T18:18:05.762Z] ---> Running in 43e4ecff3c1c [2022-08-15T18:18:07.744Z] Removing intermediate container 43e4ecff3c1c [2022-08-15T18:18:07.744Z] ---> a6b25f60ee39 [2022-08-15T18:18:07.744Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2022-08-15T18:18:07.745Z] ---> Running in 71b02605b1de [2022-08-15T18:18:09.178Z] Removing intermediate container 71b02605b1de [2022-08-15T18:18:09.178Z] ---> 31f967a5ae66 [2022-08-15T18:18:09.178Z] Step 29/35 : EXPOSE 59983 [2022-08-15T18:18:09.178Z] ---> Running in 047a124dd5bd [2022-08-15T18:18:09.454Z] Removing intermediate container 047a124dd5bd [2022-08-15T18:18:09.454Z] ---> 8d87f9502efa [2022-08-15T18:18:09.454Z] Step 30/35 : EXPOSE 8554 [2022-08-15T18:18:09.726Z] ---> Running in dae9477cb461 [2022-08-15T18:18:09.999Z] Removing intermediate container dae9477cb461 [2022-08-15T18:18:09.999Z] ---> 677762073bd1 [2022-08-15T18:18:09.999Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-08-15T18:18:09.999Z] ---> Running in e3104fca0209 [2022-08-15T18:18:10.277Z] Removing intermediate container e3104fca0209 [2022-08-15T18:18:10.277Z] ---> 9ee5af44d95d [2022-08-15T18:18:10.277Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-08-15T18:18:10.277Z] ---> Running in c6cbb2ddc9f2 [2022-08-15T18:18:10.889Z] Removing intermediate container c6cbb2ddc9f2 [2022-08-15T18:18:10.890Z] ---> d3943d246bb4 [2022-08-15T18:18:10.890Z] Step 33/35 : LABEL arch=arm64 [2022-08-15T18:18:10.890Z] ---> Running in db77a1fe7f81 [2022-08-15T18:18:11.169Z] Removing intermediate container db77a1fe7f81 [2022-08-15T18:18:11.169Z] ---> ade0d31a4b93 [2022-08-15T18:18:11.169Z] Step 34/35 : LABEL git_sha=99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:18:11.169Z] ---> Running in 924e09060b20 [2022-08-15T18:18:11.447Z] Removing intermediate container 924e09060b20 [2022-08-15T18:18:11.447Z] ---> 53f7e1bd858f [2022-08-15T18:18:11.447Z] Step 35/35 : LABEL version=2.3.0-dev.3 [2022-08-15T18:18:11.447Z] ---> Running in a5be1e2f1b5f [2022-08-15T18:18:12.050Z] Removing intermediate container a5be1e2f1b5f [2022-08-15T18:18:12.050Z] ---> 0c513dfc4e58 [2022-08-15T18:18:12.050Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-15T18:18:12.050Z] Successfully built 0c513dfc4e58 [2022-08-15T18:18:12.050Z] 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-15T18:18:12.167Z] provisioning config files... [2022-08-15T18:18:12.189Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/42@tmp/config2299490634328172040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:18:12.573Z] ---> docker-login.sh [2022-08-15T18:18:12.573Z] nexus3.edgexfoundry.org:10001 [2022-08-15T18:18:12.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:18:12.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:18:12.848Z] Configure a credential helper to remove this warning. See [2022-08-15T18:18:12.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:18:12.848Z] [2022-08-15T18:18:12.848Z] Login Succeeded [2022-08-15T18:18:12.848Z] nexus3.edgexfoundry.org:10002 [2022-08-15T18:18:13.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:18:13.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:18:13.448Z] Configure a credential helper to remove this warning. See [2022-08-15T18:18:13.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:18:13.448Z] [2022-08-15T18:18:13.448Z] Login Succeeded [2022-08-15T18:18:13.448Z] nexus3.edgexfoundry.org:10003 [2022-08-15T18:18:14.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:18:14.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:18:14.049Z] Configure a credential helper to remove this warning. See [2022-08-15T18:18:14.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:18:14.049Z] [2022-08-15T18:18:14.049Z] Login Succeeded [2022-08-15T18:18:14.049Z] nexus3.edgexfoundry.org:10004 [2022-08-15T18:18:14.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:18:14.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:18:14.609Z] Configure a credential helper to remove this warning. See [2022-08-15T18:18:14.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:18:14.609Z] [2022-08-15T18:18:14.609Z] Login Succeeded [2022-08-15T18:18:14.609Z] docker.io [2022-08-15T18:18:14.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-15T18:18:15.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-15T18:18:15.163Z] Configure a credential helper to remove this warning. See [2022-08-15T18:18:15.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-15T18:18:15.163Z] [2022-08-15T18:18:15.163Z] Login Succeeded [2022-08-15T18:18:15.441Z] ---> docker-login.sh ends [Pipeline] } [2022-08-15T18:18:15.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T18:18:15.496Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-15T18:18:15.520Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2022-08-15T18:18:15.520Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:18:15.520Z] latest [2022-08-15T18:18:15.520Z] 2.3.0-dev.3 [2022-08-15T18:18:15.520Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:18:15.520Z] main [2022-08-15T18:18:15.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:15.892Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:16.271Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:18:16.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:18:16.271Z] 25acdff2cf8d: Preparing [2022-08-15T18:18:16.271Z] a3aa9ceee19f: Preparing [2022-08-15T18:18:16.271Z] 1c66a509ba89: Preparing [2022-08-15T18:18:16.271Z] a43932d1df72: Preparing [2022-08-15T18:18:16.271Z] 1207169bf42c: Preparing [2022-08-15T18:18:16.271Z] c1e5680e6d62: Preparing [2022-08-15T18:18:16.271Z] 9333d2e6814c: Preparing [2022-08-15T18:18:16.271Z] 4ecb95255a6b: Preparing [2022-08-15T18:18:16.271Z] c176037d4ad2: Preparing [2022-08-15T18:18:16.271Z] e86aa2a2bd57: Preparing [2022-08-15T18:18:16.271Z] 4e9217c01027: Preparing [2022-08-15T18:18:16.271Z] 5d3e392a13a0: Preparing [2022-08-15T18:18:16.271Z] 4ecb95255a6b: Waiting [2022-08-15T18:18:16.271Z] c176037d4ad2: Waiting [2022-08-15T18:18:16.272Z] e86aa2a2bd57: Waiting [2022-08-15T18:18:16.272Z] 4e9217c01027: Waiting [2022-08-15T18:18:16.272Z] 5d3e392a13a0: Waiting [2022-08-15T18:18:16.272Z] c1e5680e6d62: Waiting [2022-08-15T18:18:16.272Z] 9333d2e6814c: Waiting [2022-08-15T18:18:16.556Z] 1207169bf42c: Pushed [2022-08-15T18:18:16.556Z] 1c66a509ba89: Pushed [2022-08-15T18:18:16.556Z] 25acdff2cf8d: Pushed [2022-08-15T18:18:16.556Z] a3aa9ceee19f: Pushed [2022-08-15T18:18:16.848Z] c1e5680e6d62: Pushed [2022-08-15T18:18:16.848Z] c176037d4ad2: Pushed [2022-08-15T18:18:16.848Z] 9333d2e6814c: Pushed [2022-08-15T18:18:16.848Z] 4ecb95255a6b: Pushed [2022-08-15T18:18:16.848Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:18:21.191Z] a43932d1df72: Pushed [2022-08-15T18:18:23.168Z] e86aa2a2bd57: Pushed [2022-08-15T18:18:35.580Z] 4e9217c01027: Pushed [2022-08-15T18:18:35.581Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:35.959Z] + 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:18:36.332Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-08-15T18:18:36.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:18:36.332Z] 25acdff2cf8d: Preparing [2022-08-15T18:18:36.332Z] a3aa9ceee19f: Preparing [2022-08-15T18:18:36.332Z] 1c66a509ba89: Preparing [2022-08-15T18:18:36.332Z] a43932d1df72: Preparing [2022-08-15T18:18:36.332Z] 1207169bf42c: Preparing [2022-08-15T18:18:36.333Z] c1e5680e6d62: Preparing [2022-08-15T18:18:36.333Z] 9333d2e6814c: Preparing [2022-08-15T18:18:36.333Z] 4ecb95255a6b: Preparing [2022-08-15T18:18:36.333Z] c176037d4ad2: Preparing [2022-08-15T18:18:36.333Z] e86aa2a2bd57: Preparing [2022-08-15T18:18:36.333Z] 4e9217c01027: Preparing [2022-08-15T18:18:36.333Z] 5d3e392a13a0: Preparing [2022-08-15T18:18:36.333Z] c1e5680e6d62: Waiting [2022-08-15T18:18:36.333Z] 9333d2e6814c: Waiting [2022-08-15T18:18:36.333Z] 4ecb95255a6b: Waiting [2022-08-15T18:18:36.333Z] c176037d4ad2: Waiting [2022-08-15T18:18:36.333Z] e86aa2a2bd57: Waiting [2022-08-15T18:18:36.333Z] 5d3e392a13a0: Waiting [2022-08-15T18:18:36.333Z] a3aa9ceee19f: Layer already exists [2022-08-15T18:18:36.333Z] 1c66a509ba89: Layer already exists [2022-08-15T18:18:36.333Z] a43932d1df72: Layer already exists [2022-08-15T18:18:36.333Z] 25acdff2cf8d: Layer already exists [2022-08-15T18:18:36.333Z] 1207169bf42c: Layer already exists [2022-08-15T18:18:36.608Z] 4ecb95255a6b: Layer already exists [2022-08-15T18:18:36.608Z] 9333d2e6814c: Layer already exists [2022-08-15T18:18:36.608Z] c1e5680e6d62: Layer already exists [2022-08-15T18:18:36.608Z] c176037d4ad2: Layer already exists [2022-08-15T18:18:36.608Z] e86aa2a2bd57: Layer already exists [2022-08-15T18:18:36.608Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:18:36.608Z] 4e9217c01027: Layer already exists [2022-08-15T18:18:36.608Z] latest: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:36.982Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:37.349Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 [2022-08-15T18:18:37.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:18:37.349Z] 25acdff2cf8d: Preparing [2022-08-15T18:18:37.349Z] a3aa9ceee19f: Preparing [2022-08-15T18:18:37.349Z] 1c66a509ba89: Preparing [2022-08-15T18:18:37.349Z] a43932d1df72: Preparing [2022-08-15T18:18:37.349Z] 1207169bf42c: Preparing [2022-08-15T18:18:37.349Z] c1e5680e6d62: Preparing [2022-08-15T18:18:37.349Z] 9333d2e6814c: Preparing [2022-08-15T18:18:37.349Z] 4ecb95255a6b: Preparing [2022-08-15T18:18:37.349Z] c176037d4ad2: Preparing [2022-08-15T18:18:37.349Z] e86aa2a2bd57: Preparing [2022-08-15T18:18:37.349Z] 4e9217c01027: Preparing [2022-08-15T18:18:37.349Z] 5d3e392a13a0: Preparing [2022-08-15T18:18:37.349Z] c1e5680e6d62: Waiting [2022-08-15T18:18:37.349Z] c176037d4ad2: Waiting [2022-08-15T18:18:37.349Z] e86aa2a2bd57: Waiting [2022-08-15T18:18:37.349Z] 4e9217c01027: Waiting [2022-08-15T18:18:37.349Z] 5d3e392a13a0: Waiting [2022-08-15T18:18:37.349Z] 4ecb95255a6b: Waiting [2022-08-15T18:18:37.349Z] 9333d2e6814c: Waiting [2022-08-15T18:18:37.349Z] 1207169bf42c: Layer already exists [2022-08-15T18:18:37.349Z] a3aa9ceee19f: Layer already exists [2022-08-15T18:18:37.349Z] 1c66a509ba89: Layer already exists [2022-08-15T18:18:37.349Z] 25acdff2cf8d: Layer already exists [2022-08-15T18:18:37.349Z] a43932d1df72: Layer already exists [2022-08-15T18:18:37.625Z] 4ecb95255a6b: Layer already exists [2022-08-15T18:18:37.625Z] 9333d2e6814c: Layer already exists [2022-08-15T18:18:37.625Z] c176037d4ad2: Layer already exists [2022-08-15T18:18:37.625Z] c1e5680e6d62: Layer already exists [2022-08-15T18:18:37.625Z] e86aa2a2bd57: Layer already exists [2022-08-15T18:18:37.625Z] 4e9217c01027: Layer already exists [2022-08-15T18:18:37.625Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:18:37.625Z] 2.3.0-dev.3: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:38.001Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:38.378Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:18:38.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:18:38.378Z] 25acdff2cf8d: Preparing [2022-08-15T18:18:38.378Z] a3aa9ceee19f: Preparing [2022-08-15T18:18:38.378Z] 1c66a509ba89: Preparing [2022-08-15T18:18:38.378Z] a43932d1df72: Preparing [2022-08-15T18:18:38.378Z] 1207169bf42c: Preparing [2022-08-15T18:18:38.378Z] c1e5680e6d62: Preparing [2022-08-15T18:18:38.378Z] 9333d2e6814c: Preparing [2022-08-15T18:18:38.378Z] 4ecb95255a6b: Preparing [2022-08-15T18:18:38.378Z] c176037d4ad2: Preparing [2022-08-15T18:18:38.378Z] e86aa2a2bd57: Preparing [2022-08-15T18:18:38.378Z] 4e9217c01027: Preparing [2022-08-15T18:18:38.378Z] 5d3e392a13a0: Preparing [2022-08-15T18:18:38.378Z] c176037d4ad2: Waiting [2022-08-15T18:18:38.378Z] e86aa2a2bd57: Waiting [2022-08-15T18:18:38.378Z] c1e5680e6d62: Waiting [2022-08-15T18:18:38.378Z] 4e9217c01027: Waiting [2022-08-15T18:18:38.378Z] 9333d2e6814c: Waiting [2022-08-15T18:18:38.378Z] 5d3e392a13a0: Waiting [2022-08-15T18:18:38.378Z] 4ecb95255a6b: Waiting [2022-08-15T18:18:38.378Z] 1207169bf42c: Layer already exists [2022-08-15T18:18:38.378Z] a3aa9ceee19f: Layer already exists [2022-08-15T18:18:38.378Z] 25acdff2cf8d: Layer already exists [2022-08-15T18:18:38.378Z] a43932d1df72: Layer already exists [2022-08-15T18:18:38.378Z] 1c66a509ba89: Layer already exists [2022-08-15T18:18:38.378Z] c176037d4ad2: Layer already exists [2022-08-15T18:18:38.654Z] c1e5680e6d62: Layer already exists [2022-08-15T18:18:38.654Z] 9333d2e6814c: Layer already exists [2022-08-15T18:18:38.654Z] 4ecb95255a6b: Layer already exists [2022-08-15T18:18:38.654Z] e86aa2a2bd57: Layer already exists [2022-08-15T18:18:38.654Z] 4e9217c01027: Layer already exists [2022-08-15T18:18:38.654Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:18:38.654Z] 99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:39.033Z] + 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:18:39.407Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2022-08-15T18:18:39.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-08-15T18:18:39.407Z] 25acdff2cf8d: Preparing [2022-08-15T18:18:39.407Z] a3aa9ceee19f: Preparing [2022-08-15T18:18:39.407Z] 1c66a509ba89: Preparing [2022-08-15T18:18:39.407Z] a43932d1df72: Preparing [2022-08-15T18:18:39.407Z] 1207169bf42c: Preparing [2022-08-15T18:18:39.407Z] c1e5680e6d62: Preparing [2022-08-15T18:18:39.407Z] 9333d2e6814c: Preparing [2022-08-15T18:18:39.407Z] 4ecb95255a6b: Preparing [2022-08-15T18:18:39.407Z] c176037d4ad2: Preparing [2022-08-15T18:18:39.407Z] e86aa2a2bd57: Preparing [2022-08-15T18:18:39.407Z] 4e9217c01027: Preparing [2022-08-15T18:18:39.407Z] 5d3e392a13a0: Preparing [2022-08-15T18:18:39.407Z] 9333d2e6814c: Waiting [2022-08-15T18:18:39.407Z] 4ecb95255a6b: Waiting [2022-08-15T18:18:39.407Z] c176037d4ad2: Waiting [2022-08-15T18:18:39.407Z] e86aa2a2bd57: Waiting [2022-08-15T18:18:39.407Z] 4e9217c01027: Waiting [2022-08-15T18:18:39.407Z] 5d3e392a13a0: Waiting [2022-08-15T18:18:39.407Z] c1e5680e6d62: Waiting [2022-08-15T18:18:39.407Z] a3aa9ceee19f: Layer already exists [2022-08-15T18:18:39.407Z] 1207169bf42c: Layer already exists [2022-08-15T18:18:39.407Z] 1c66a509ba89: Layer already exists [2022-08-15T18:18:39.407Z] a43932d1df72: Layer already exists [2022-08-15T18:18:39.407Z] 25acdff2cf8d: Layer already exists [2022-08-15T18:18:39.686Z] c1e5680e6d62: Layer already exists [2022-08-15T18:18:39.686Z] c176037d4ad2: Layer already exists [2022-08-15T18:18:39.686Z] 4ecb95255a6b: Layer already exists [2022-08-15T18:18:39.686Z] 9333d2e6814c: Layer already exists [2022-08-15T18:18:39.686Z] e86aa2a2bd57: Layer already exists [2022-08-15T18:18:39.686Z] 5d3e392a13a0: Layer already exists [2022-08-15T18:18:39.686Z] 4e9217c01027: Layer already exists [2022-08-15T18:18:39.686Z] main: digest: sha256:52f89e484c611040bede7a67b288a6b21dad091f39f660f3b5def686b8097a7a size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-15T18:18:39.750Z] ===================================================== [Pipeline] echo [2022-08-15T18:18:39.758Z] taggedImages: [2022-08-15T18:18:39.758Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659 [2022-08-15T18:18:39.758Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-08-15T18:18:39.758Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.0-dev.3 [2022-08-15T18:18:39.758Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:99c3e66cd2b563900f26eeb72b7fbc675658f659-2.3.0-dev.3 [2022-08-15T18:18:39.758Z] - 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:18:40.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:18:40.141Z] [2022-08-15T18:18:40.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:18:40.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:18:40.777Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-15T18:18:40.777Z] 8998bd30e6a1: Pulling fs layer [2022-08-15T18:18:40.777Z] 04944245beec: Pulling fs layer [2022-08-15T18:18:40.777Z] 699f458cf7ca: Pulling fs layer [2022-08-15T18:18:40.777Z] 765212b225bb: Pulling fs layer [2022-08-15T18:18:40.777Z] f23df028b6ca: Pulling fs layer [2022-08-15T18:18:40.777Z] d65c8cfc05b1: Pulling fs layer [2022-08-15T18:18:40.777Z] 2437ff75d9bd: Pulling fs layer [2022-08-15T18:18:40.777Z] 765212b225bb: Waiting [2022-08-15T18:18:40.777Z] d65c8cfc05b1: Waiting [2022-08-15T18:18:40.777Z] f23df028b6ca: Waiting [2022-08-15T18:18:40.777Z] 2437ff75d9bd: Waiting [2022-08-15T18:18:40.777Z] 04944245beec: Verifying Checksum [2022-08-15T18:18:40.777Z] 04944245beec: Download complete [2022-08-15T18:18:40.777Z] 765212b225bb: Verifying Checksum [2022-08-15T18:18:40.777Z] 765212b225bb: Download complete [2022-08-15T18:18:40.777Z] f23df028b6ca: Verifying Checksum [2022-08-15T18:18:40.777Z] f23df028b6ca: Download complete [2022-08-15T18:18:40.777Z] d65c8cfc05b1: Verifying Checksum [2022-08-15T18:18:40.777Z] d65c8cfc05b1: Download complete [2022-08-15T18:18:41.059Z] 699f458cf7ca: Verifying Checksum [2022-08-15T18:18:41.059Z] 699f458cf7ca: Download complete [2022-08-15T18:18:41.335Z] 8998bd30e6a1: Verifying Checksum [2022-08-15T18:18:41.335Z] 8998bd30e6a1: Download complete [2022-08-15T18:18:43.966Z] 2437ff75d9bd: Verifying Checksum [2022-08-15T18:18:43.966Z] 2437ff75d9bd: Download complete [2022-08-15T18:18:45.944Z] 8998bd30e6a1: Pull complete [2022-08-15T18:18:46.218Z] 04944245beec: Pull complete [2022-08-15T18:18:47.657Z] 699f458cf7ca: Pull complete [2022-08-15T18:18:47.931Z] 765212b225bb: Pull complete [2022-08-15T18:18:48.535Z] f23df028b6ca: Pull complete [2022-08-15T18:18:48.810Z] d65c8cfc05b1: Pull complete [2022-08-15T18:19:03.922Z] 2437ff75d9bd: Pull complete [2022-08-15T18:19:03.922Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-15T18:19:03.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-15T18:19:03.922Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:19:04.191Z] prd-ubuntu20.04-docker-arm64-4c-16g-22842 does not seem to be running inside a container [2022-08-15T18:19:04.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/42 -v /w/workspace/device-usb-camera/42:/w/workspace/device-usb-camera/42:rw,z -v /w/workspace/device-usb-camera/42@tmp:/w/workspace/device-usb-camera/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-15T18:19:07.193Z] $ docker top 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:19:08.197Z] ---> job-cost.sh [2022-08-15T18:19:08.197Z] lf-activate-venv: SKIPPING [2022-08-15T18:19:08.197Z] INFO: No Stack... [2022-08-15T18:19:08.486Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-15T18:19:09.484Z] INFO: Archiving Costs [Pipeline] sh [2022-08-15T18:19:10.196Z] + cat /w/workspace/device-usb-camera/42/archives/cost.csv [2022-08-15T18:19:10.196Z] + cut -d, -f6 [Pipeline] lock [2022-08-15T18:19:10.293Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [2022-08-15T18:19:10.300Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] did not exist. Created. [2022-08-15T18:19:10.300Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T18:19:11.032Z] /w/workspace/device-usb-camera/42@tmp/durable-8797caa4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-15T18:19:11.747Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-15T18:19:11.775Z] Warning: overwriting stash ‘stack-cost’ [2022-08-15T18:19:11.824Z] Stashed 1 file(s) [Pipeline] } [2022-08-15T18:19:11.830Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-42-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-15T18:19:11.855Z] $ docker stop --time=1 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 [2022-08-15T18:19:13.433Z] $ docker rm -f 6fd93fc2a2e127613428f853924a104e91dcd76d298ae6c24a653cd5c23f5fa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-08-15T18:19:13.930Z] provisioning config files... [2022-08-15T18:19:13.938Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5573661154014409169tmp [Pipeline] { [Pipeline] sh [2022-08-15T18:19:14.233Z] + set +x [2022-08-15T18:19:14.233Z] + curl -s https://codecov.io/bash [2022-08-15T18:19:14.233Z] + bash -s -- [2022-08-15T18:19:14.233Z] [2022-08-15T18:19:14.233Z] _____ _ [2022-08-15T18:19:14.233Z] / ____| | | [2022-08-15T18:19:14.233Z] | | ___ __| | ___ ___ _____ __ [2022-08-15T18:19:14.233Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-15T18:19:14.233Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-15T18:19:14.233Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-15T18:19:14.233Z] Bash-1.0.6 [2022-08-15T18:19:14.233Z] [2022-08-15T18:19:14.233Z] [2022-08-15T18:19:14.233Z] ==> git version 2.25.1 found [2022-08-15T18:19:14.233Z] ==> 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:19:14.233Z] Release-Date: 2020-01-08 [2022-08-15T18:19:14.233Z] 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:19:14.233Z] 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:19:14.233Z] ==> Jenkins CI detected. [2022-08-15T18:19:14.233Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2022-08-15T18:19:14.233Z] project root: . [2022-08-15T18:19:14.233Z] --> token set from env [2022-08-15T18:19:14.233Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-15T18:19:14.233Z] ==> Running gcov in . (disable via -X gcov) [2022-08-15T18:19:14.233Z] ==> Python coveragepy not found [2022-08-15T18:19:14.233Z] ==> Searching for coverage reports in: [2022-08-15T18:19:14.233Z] + . [2022-08-15T18:19:14.233Z] -> Found 1 reports [2022-08-15T18:19:14.233Z] ==> Detecting git/mercurial file structure [2022-08-15T18:19:14.233Z] ==> Reading reports [2022-08-15T18:19:14.233Z] + ./coverage.out bytes=29387 [2022-08-15T18:19:14.233Z] ==> Appending adjustments [2022-08-15T18:19:14.233Z] https://docs.codecov.io/docs/fixing-reports [2022-08-15T18:19:14.494Z] + Found adjustments [2022-08-15T18:19:14.494Z] ==> Gzipping contents [2022-08-15T18:19:14.494Z] 8.0K /tmp/codecov.pxBpPM.gz [2022-08-15T18:19:14.494Z] ==> Uploading reports [2022-08-15T18:19:14.494Z] url: https://codecov.io [2022-08-15T18:19:14.494Z] query: branch=main&commit=99c3e66cd2b563900f26eeb72b7fbc675658f659&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-15T18:19:14.494Z] -> Pinging Codecov [2022-08-15T18:19:14.494Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=99c3e66cd2b563900f26eeb72b7fbc675658f659&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-15T18:19:14.754Z] -> Uploading to [2022-08-15T18:19:14.754Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-15/73D8F5FF140700D3E01443B452E23636/99c3e66cd2b563900f26eeb72b7fbc675658f659/33349f5f-f1f5-4e05-85f8-6a4f50ebc07c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220815%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220815T181914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51091b68ff7a5e5660597441e860a04102ae9b514230c0d3afdb4ccc15df3cff [2022-08-15T18:19:14.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-15T18:19:14.754Z] Dload Upload Total Spent Left Speed [2022-08-15T18:19:15.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4140 0 0 100 4140 0 17692 --:--:-- --:--:-- --:--:-- 17617 [2022-08-15T18:19:15.014Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] } [2022-08-15T18:19:15.023Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-15T18:19:15.208Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-15T18:19:15.218Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:19:15.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:19:15.509Z] [2022-08-15T18:19:15.509Z] 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:19:15.810Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:19:15.810Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-15T18:19:15.810Z] df9b9388f04a: Pulling fs layer [2022-08-15T18:19:15.810Z] 52dc419b0ee2: Pulling fs layer [2022-08-15T18:19:15.810Z] 25bc292e5bac: Pulling fs layer [2022-08-15T18:19:15.810Z] 114826534d7a: Pulling fs layer [2022-08-15T18:19:15.810Z] 4657fd5d0bcf: Pulling fs layer [2022-08-15T18:19:15.810Z] 6ad1cebc031e: Pulling fs layer [2022-08-15T18:19:15.810Z] 8a3aa393b2d8: Pulling fs layer [2022-08-15T18:19:15.810Z] 6ad1cebc031e: Waiting [2022-08-15T18:19:15.810Z] 8a3aa393b2d8: Waiting [2022-08-15T18:19:15.810Z] 4657fd5d0bcf: Waiting [2022-08-15T18:19:15.810Z] 114826534d7a: Waiting [2022-08-15T18:19:15.810Z] 25bc292e5bac: Verifying Checksum [2022-08-15T18:19:15.810Z] 25bc292e5bac: Download complete [2022-08-15T18:19:15.810Z] 52dc419b0ee2: Verifying Checksum [2022-08-15T18:19:15.810Z] 52dc419b0ee2: Download complete [2022-08-15T18:19:15.810Z] 4657fd5d0bcf: Download complete [2022-08-15T18:19:15.810Z] df9b9388f04a: Verifying Checksum [2022-08-15T18:19:15.810Z] df9b9388f04a: Download complete [2022-08-15T18:19:16.071Z] 6ad1cebc031e: Verifying Checksum [2022-08-15T18:19:16.071Z] 6ad1cebc031e: Download complete [2022-08-15T18:19:16.071Z] df9b9388f04a: Pull complete [2022-08-15T18:19:16.071Z] 52dc419b0ee2: Pull complete [2022-08-15T18:19:16.333Z] 25bc292e5bac: Pull complete [2022-08-15T18:19:16.592Z] 114826534d7a: Verifying Checksum [2022-08-15T18:19:16.592Z] 114826534d7a: Download complete [2022-08-15T18:19:16.592Z] 8a3aa393b2d8: Verifying Checksum [2022-08-15T18:19:16.592Z] 8a3aa393b2d8: Download complete [2022-08-15T18:19:20.396Z] 114826534d7a: Pull complete [2022-08-15T18:19:20.396Z] 4657fd5d0bcf: Pull complete [2022-08-15T18:19:20.667Z] 6ad1cebc031e: Pull complete [2022-08-15T18:19:23.961Z] 8a3aa393b2d8: Pull complete [2022-08-15T18:19:23.961Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-15T18:19:23.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-15T18:19:23.961Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:19:24.061Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:19:24.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-15T18:19:26.336Z] $ docker top dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-15T18:19:26.413Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2022-08-15T18:19:26.695Z] + set -o pipefail [2022-08-15T18:19:26.695Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2022-08-15T18:19:32.185Z] [2022-08-15T18:19:32.185Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2022-08-15T18:19:32.185Z] [2022-08-15T18:19:32.185Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/3dfd2d37-1f38-4195-b91e-1f6a51dee00c [2022-08-15T18:19:32.185Z] [2022-08-15T18:19:32.185Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-15T18:19:32.185Z] [2022-08-15T18:19:32.185Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-15T18:19:32.185Z] [2022-08-15T18:19:32.185Z] [Pipeline] } [2022-08-15T18:19:32.201Z] $ docker stop --time=1 dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 [2022-08-15T18:19:34.389Z] $ docker rm -f dd01118c1cc5466321006ca09f48424ff0b1736b305eafb3f9a64e01ac54f118 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-15T18:19:35.087Z] + git log --format=format:%s -1 99c3e66cd2b563900f26eeb72b7fbc675658f659 [Pipeline] sh [2022-08-15T18:19:35.381Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:19:35.381Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:19:35.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:19:35.686Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:19:35.770Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:19:35.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-15T18:19:36.265Z] $ docker top 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:19:36.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:19:36.360Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:19:36.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:19:36.498Z] $ docker exec 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 ssh-agent [2022-08-15T18:19:36.617Z] SSH_AUTH_SOCK=/tmp/ssh-sblnUcAmj0WG/agent.34 [2022-08-15T18:19:36.617Z] SSH_AGENT_PID=40 [2022-08-15T18:19:36.622Z] Running ssh-add (command line suppressed) [2022-08-15T18:19:36.753Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2140993916762622415.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2140993916762622415.key) [2022-08-15T18:19:36.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:19:37.060Z] + git semver tag [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,258 [run_tag] DEBUG tag force:False [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,258 [check_head_tag] DEBUG check head tag [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,259 [execute] INFO git cat-file --batch-check [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,259 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,263 [execute] INFO git cat-file --batch [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,279 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,279 [execute] INFO git tag -a v2.3.0-dev.3 -m v2.3.0-dev.3 [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,280 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.3', '-m', 'v2.3.0-dev.3'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:19:37.320Z] 2022-08-15 18:19:37,285 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:19:37.320Z] 2.3.0-dev.3 [Pipeline] } [2022-08-15T18:19:37.331Z] $ docker exec --env ******** --env ******** 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 ssh-agent -k [2022-08-15T18:19:37.449Z] unset SSH_AUTH_SOCK; [2022-08-15T18:19:37.450Z] unset SSH_AGENT_PID; [2022-08-15T18:19:37.451Z] echo Agent pid 40 killed; [2022-08-15T18:19:37.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:19:37.765Z] + git semver [Pipeline] } [2022-08-15T18:19:38.041Z] $ docker stop --time=1 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 [2022-08-15T18:19:39.341Z] $ docker rm -f 3629917d2c08c2d3bd806df239fbb03dfb3c3efc37dd8ef84ad80c480a6349d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:19:39.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:19:39.732Z] [2022-08-15T18:19:39.732Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:19:40.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:19:40.034Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-15T18:19:40.034Z] ab5ef0e58194: Pulling fs layer [2022-08-15T18:19:40.034Z] 9712f1f96733: Pulling fs layer [2022-08-15T18:19:40.034Z] 63f879dbbcfc: Pulling fs layer [2022-08-15T18:19:40.034Z] 0d9ebad4ef96: Pulling fs layer [2022-08-15T18:19:40.034Z] e9a5061849ea: Pulling fs layer [2022-08-15T18:19:40.034Z] d747dcd14b5f: Pulling fs layer [2022-08-15T18:19:40.034Z] 2de7ff778b66: Pulling fs layer [2022-08-15T18:19:40.034Z] e9a5061849ea: Waiting [2022-08-15T18:19:40.034Z] 2de7ff778b66: Waiting [2022-08-15T18:19:40.034Z] d747dcd14b5f: Waiting [2022-08-15T18:19:40.034Z] 0d9ebad4ef96: Waiting [2022-08-15T18:19:40.034Z] 9712f1f96733: Verifying Checksum [2022-08-15T18:19:40.034Z] 9712f1f96733: Download complete [2022-08-15T18:19:40.293Z] 63f879dbbcfc: Verifying Checksum [2022-08-15T18:19:40.293Z] 63f879dbbcfc: Download complete [2022-08-15T18:19:40.553Z] 0d9ebad4ef96: Download complete [2022-08-15T18:19:40.813Z] d747dcd14b5f: Verifying Checksum [2022-08-15T18:19:40.813Z] d747dcd14b5f: Download complete [2022-08-15T18:19:40.813Z] e9a5061849ea: Download complete [2022-08-15T18:19:40.813Z] ab5ef0e58194: Verifying Checksum [2022-08-15T18:19:40.813Z] ab5ef0e58194: Download complete [2022-08-15T18:19:40.813Z] 2de7ff778b66: Verifying Checksum [2022-08-15T18:19:40.813Z] 2de7ff778b66: Download complete [2022-08-15T18:19:44.124Z] ab5ef0e58194: Pull complete [2022-08-15T18:19:44.124Z] 9712f1f96733: Pull complete [2022-08-15T18:19:44.386Z] 63f879dbbcfc: Pull complete [2022-08-15T18:19:48.580Z] 0d9ebad4ef96: Pull complete [2022-08-15T18:19:48.840Z] e9a5061849ea: Pull complete [2022-08-15T18:19:49.100Z] d747dcd14b5f: Pull complete [2022-08-15T18:19:50.481Z] 2de7ff778b66: Pull complete [2022-08-15T18:19:50.481Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-15T18:19:50.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-15T18:19:50.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:19:50.583Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:19:50.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-15T18:19:53.197Z] $ docker top d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:19:53.279Z] provisioning config files... [2022-08-15T18:19:53.286Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8160954146365888064tmp [2022-08-15T18:19:53.297Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1537537272736223072tmp [2022-08-15T18:19:53.307Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6901116840033692009tmp [Pipeline] { [Pipeline] echo [2022-08-15T18:19:53.322Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:19:53.606Z] ---> sigul-configuration.sh [2022-08-15T18:19:53.606Z] gpg: directory `/root/.gnupg' created [2022-08-15T18:19:53.606Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-15T18:19:53.606Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-15T18:19:53.606Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-15T18:19:53.606Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-15T18:19:53.606Z] gpg: CAST5 encrypted data [2022-08-15T18:19:53.606Z] gpg: encrypted with 1 passphrase [2022-08-15T18:19:53.606Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-15T18:19:53.892Z] + mkdir /home/jenkins [2022-08-15T18:19:53.892Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-15T18:19:54.181Z] + 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:19:54.192Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:19:54.480Z] ---> sigul-install.sh [2022-08-15T18:19:54.480Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-15T18:19:54.776Z] + git tag --list [2022-08-15T18:19:54.776Z] v0.0.0 [2022-08-15T18:19:54.776Z] v0.0.1-dev.1 [2022-08-15T18:19:54.776Z] v0.0.1-dev.10 [2022-08-15T18:19:54.776Z] v0.0.1-dev.11 [2022-08-15T18:19:54.776Z] v0.0.1-dev.12 [2022-08-15T18:19:54.776Z] v0.0.1-dev.13 [2022-08-15T18:19:54.776Z] v0.0.1-dev.14 [2022-08-15T18:19:54.776Z] v0.0.1-dev.15 [2022-08-15T18:19:54.776Z] v0.0.1-dev.16 [2022-08-15T18:19:54.776Z] v0.0.1-dev.2 [2022-08-15T18:19:54.776Z] v0.0.1-dev.3 [2022-08-15T18:19:54.776Z] v0.0.1-dev.4 [2022-08-15T18:19:54.776Z] v0.0.1-dev.5 [2022-08-15T18:19:54.776Z] v0.0.1-dev.6 [2022-08-15T18:19:54.776Z] v0.0.1-dev.7 [2022-08-15T18:19:54.776Z] v0.0.1-dev.8 [2022-08-15T18:19:54.776Z] v0.0.1-dev.9 [2022-08-15T18:19:54.776Z] v2.2.0 [2022-08-15T18:19:54.776Z] v2.2.0-dev.17 [2022-08-15T18:19:54.776Z] v2.2.0-dev.18 [2022-08-15T18:19:54.776Z] v2.2.0-dev.19 [2022-08-15T18:19:54.776Z] v2.2.0-dev.20 [2022-08-15T18:19:54.776Z] v2.2.0-dev.21 [2022-08-15T18:19:54.776Z] v2.2.0-dev.22 [2022-08-15T18:19:54.776Z] v2.2.0-dev.23 [2022-08-15T18:19:54.776Z] v2.2.0-dev.24 [2022-08-15T18:19:54.776Z] v2.2.0-dev.25 [2022-08-15T18:19:54.776Z] v2.2.0-dev.26 [2022-08-15T18:19:54.776Z] v2.2.0-dev.27 [2022-08-15T18:19:54.776Z] v2.3.0-dev.1 [2022-08-15T18:19:54.776Z] v2.3.0-dev.2 [2022-08-15T18:19:54.776Z] v2.3.0-dev.3 [Pipeline] sh [2022-08-15T18:19:55.108Z] + lftools sign git-tag v2.3.0-dev.3 [2022-08-15T18:19:55.738Z] Signing Git tag with Sigul... [2022-08-15T18:19:55.738Z] Signing v2.3.0-dev.3 [Pipeline] echo [2022-08-15T18:19:56.006Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:19:56.291Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-15T18:19:56.301Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-15T18:19:56.321Z] $ docker stop --time=1 d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 [2022-08-15T18:19:57.696Z] $ docker rm -f d783ccb58ddc40637a37d5bd23564ce6444baa7dd5a256ea619b875d14d28022 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-15T18:19:58.131Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:19:58.131Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:19:58.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:19:58.429Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:19:58.513Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:19:58.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-15T18:19:59.026Z] $ docker top 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:19:59.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:19:59.124Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:19:59.246Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:19:59.252Z] $ docker exec 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 ssh-agent [2022-08-15T18:19:59.371Z] SSH_AUTH_SOCK=/tmp/ssh-S2OIdqQAUtVO/agent.33 [2022-08-15T18:19:59.371Z] SSH_AGENT_PID=39 [2022-08-15T18:19:59.376Z] Running ssh-add (command line suppressed) [2022-08-15T18:19:59.506Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8262157395843928847.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8262157395843928847.key) [2022-08-15T18:19:59.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:19:59.807Z] + git semver bump pre [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,007 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,007 [bump_version] DEBUG bumping version:2.3.0-dev.3 on axis:pre with prefix:dev [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,008 [bump_version] DEBUG bumped version:2.3.0-dev.4 [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,008 [write_version] DEBUG write version:2.3.0-dev.4 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,008 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,008 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,009 [execute] INFO git cat-file --batch-check [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,016 [execute] INFO git cat-file --batch [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:20:00.069Z] 2022-08-15 18:20:00,021 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:20:00.069Z] 2.3.0-dev.4 [Pipeline] } [2022-08-15T18:20:00.082Z] $ docker exec --env ******** --env ******** 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 ssh-agent -k [2022-08-15T18:20:00.193Z] unset SSH_AUTH_SOCK; [2022-08-15T18:20:00.193Z] unset SSH_AGENT_PID; [2022-08-15T18:20:00.193Z] echo Agent pid 39 killed; [2022-08-15T18:20:00.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:20:00.503Z] + git semver [Pipeline] } [2022-08-15T18:20:00.781Z] $ docker stop --time=1 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 [2022-08-15T18:20:02.165Z] $ docker rm -f 2f4633b53c8d14e7d20fd6d8e0d732c955fd36859386047e7b57d66c5fb01e64 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-15T18:20:02.516Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-15T18:20:02.516Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:20:02.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-15T18:20:02.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:20:02.899Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:20:02.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-15T18:20:03.371Z] $ docker top d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-15T18:20:03.470Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-15T18:20:03.470Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-15T18:20:03.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-15T18:20:03.611Z] $ docker exec d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 ssh-agent [2022-08-15T18:20:03.738Z] SSH_AUTH_SOCK=/tmp/ssh-PXnNJEwrpDzH/agent.33 [2022-08-15T18:20:03.738Z] SSH_AGENT_PID=39 [2022-08-15T18:20:03.744Z] Running ssh-add (command line suppressed) [2022-08-15T18:20:03.864Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_583057369825124934.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_583057369825124934.key) [2022-08-15T18:20:03.879Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-15T18:20:04.167Z] + git semver push [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,360 [run_push] DEBUG push [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,361 [execute] INFO git cat-file --batch-check [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,366 [execute] INFO git rev-list 2c444b9f51899ca4857579087507001c46c4368b -- [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,366 [execute] DEBUG Popen(['git', 'rev-list', '2c444b9f51899ca4857579087507001c46c4368b', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,372 [execute] INFO git fetch -v origin [2022-08-15T18:20:04.427Z] 2022-08-15 18:20:04,373 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-15T18:20:04.998Z] 2022-08-15 18:20:04,852 [run_push] DEBUG no remote changes detected [2022-08-15T18:20:04.998Z] 2022-08-15 18:20:04,853 [execute] INFO git push origin semver [2022-08-15T18:20:04.998Z] 2022-08-15 18:20:04,853 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:20:05.940Z] 2022-08-15 18:20:05,725 [run_push] DEBUG push all version tags [2022-08-15T18:20:05.940Z] 2022-08-15 18:20:05,726 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-15T18:20:05.940Z] 2022-08-15 18:20:05,726 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-08-15T18:20:06.512Z] 2022-08-15 18:20:06,415 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-08-15T18:20:06.512Z] 2.3.0-dev.4 [Pipeline] } [2022-08-15T18:20:06.526Z] $ docker exec --env ******** --env ******** d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 ssh-agent -k [2022-08-15T18:20:06.625Z] unset SSH_AUTH_SOCK; [2022-08-15T18:20:06.625Z] unset SSH_AGENT_PID; [2022-08-15T18:20:06.625Z] echo Agent pid 39 killed; [2022-08-15T18:20:06.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-15T18:20:06.933Z] + git semver [Pipeline] } [2022-08-15T18:20:07.206Z] $ docker stop --time=1 d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 [2022-08-15T18:20:08.552Z] $ docker rm -f d02e7b3849a27e7ef25f200df640fec55aa39cd4cd84c13384b5cf656d2dfdd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-08-15T18:20:09.165Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2022-08-15T18:20:09.165Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:20:09.165Z] total 16 [2022-08-15T18:20:09.166Z] drwxr-xr-x 3 root root 4096 Aug 15 18:09 . [2022-08-15T18:20:09.166Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:19 .. [2022-08-15T18:20:09.166Z] drwxr-xr-x 2 root root 4096 Aug 15 18:09 cost [2022-08-15T18:20:09.166Z] -rw-r--r-- 1 root root 88 Aug 15 18:09 cost.csv [2022-08-15T18:20:09.166Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:20:09.426Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-08-15T18:20:09.426Z] total 16 [2022-08-15T18:20:09.426Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 15 18:09 . [2022-08-15T18:20:09.426Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 15 18:19 .. [2022-08-15T18:20:09.426Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 15 18:09 cost [2022-08-15T18:20:09.426Z] -rw-r--r-- 1 jenkins jenkins 88 Aug 15 18:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:09.719Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:10.584Z] ---> package-listing.sh [2022-08-15T18:20:10.584Z] ++ facter osfamily [2022-08-15T18:20:10.584Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-15T18:20:10.844Z] + OS_FAMILY=debian [2022-08-15T18:20:10.844Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2022-08-15T18:20:10.844Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-15T18:20:10.844Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-15T18:20:10.844Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-15T18:20:10.844Z] + PACKAGES=/tmp/packages_start.txt [2022-08-15T18:20:10.845Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-08-15T18:20:10.845Z] + PACKAGES=/tmp/packages_end.txt [2022-08-15T18:20:10.845Z] + case "${OS_FAMILY}" in [2022-08-15T18:20:10.845Z] + dpkg -l [2022-08-15T18:20:10.845Z] + grep '^ii' [2022-08-15T18:20:10.845Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-15T18:20:10.845Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-15T18:20:10.845Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-15T18:20:10.845Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-08-15T18:20:10.845Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2022-08-15T18:20:10.845Z] + 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:20:10.858Z] 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:20:11.136Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-15T18:20:11.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-15T18:20:11.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-15T18:20:11.788Z] prd-ubuntu20.04-docker-8c-8g-22841 does not seem to be running inside a container [2022-08-15T18:20:11.824Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-15T18:20:12.070Z] $ docker top 680b2e3aa220e7e7de9610be6fdc542a530c4b0b6290ee498449eef2ce74eb5d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-15T18:20:12.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-15T18:20:12.717Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-15T18:20:13.012Z] + ls /var/log/sa-host [2022-08-15T18:20:13.012Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-15T18:20:13.081Z] provisioning config files... [2022-08-15T18:20:13.090Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5432024952326422758tmp [Pipeline] { [Pipeline] echo [2022-08-15T18:20:13.103Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:13.467Z] ---> create-netrc.sh [Pipeline] } [2022-08-15T18:20:13.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:13.811Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-15T18:20:13.819Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:14.111Z] ---> sudo-logs.sh [2022-08-15T18:20:14.111Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-15T18:20:14.140Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:14.425Z] ---> job-cost.sh [2022-08-15T18:20:14.425Z] lf-activate-venv: SKIPPING [2022-08-15T18:20:14.425Z] DEBUG: total: 0.2199999988079071 [2022-08-15T18:20:14.425Z] INFO: Retrieving Stack Cost... [2022-08-15T18:20:14.684Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-15T18:20:15.254Z] INFO: Archiving Costs [Pipeline] echo [2022-08-15T18:20:15.266Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-15T18:20:15.550Z] ---> logs-deploy.sh [2022-08-15T18:20:15.550Z] lf-activate-venv: SKIPPING [2022-08-15T18:20:15.550Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/42 [2022-08-15T18:20:15.550Z] INFO: archiving workspace using pattern(s): [2022-08-15T18:20:16.491Z] Archives upload complete. [2022-08-15T18:20:16.491Z] INFO: archiving logs to Nexus