Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d43df4097523a2749be68cc9a7c29d8397ed8c11 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-ssh11359857379069638541.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14683017198914309206.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12002212710963498589.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh580644804096264784.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14417091654886483109.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6309 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 d43df4097523a2749be68cc9a7c29d8397ed8c11 (main) Commit message: "feat(snap): Copy provision watcher files in snapcraft (#150)" > git config core.sparsecheckout # timeout=10 > git checkout -f d43df4097523a2749be68cc9a7c29d8397ed8c11 # timeout=10 > git rev-list --no-walk c4833ecb71a5b036c07645cdd3981a69f5c223ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-16T15:17:32.827Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-16T15:17:32.871Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-16T15:17:32.891Z] ========================================================= [2023-02-16T15:17:32.891Z] EdgeX Global Pipelines Version Info [2023-02-16T15:17:32.891Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:17:33.603Z] ------------------- [2023-02-16T15:17:33.603Z] stable info: [2023-02-16T15:17:33.603Z] ------------------- [2023-02-16T15:17:33.603Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-16T15:17:33.603Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T15:17:33.603Z] Message: update stable to v1.0.244 [2023-02-16T15:17:34.172Z] ------------------- [2023-02-16T15:17:34.172Z] experimental info: [2023-02-16T15:17:34.172Z] ------------------- [2023-02-16T15:17:34.172Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-16T15:17:34.172Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-16T15:17:34.172Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-16T15:17:34.342Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-02-16T15:17:34.357Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-02-16T15:17:34.367Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-16T15:17:34.378Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-16T15:17:34.392Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-16T15:17:34.406Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-16T15:17:34.416Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-16T15:17:34.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-16T15:17:34.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-16T15:17:34.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-16T15:17:34.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-16T15:17:34.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-02-16T15:17:34.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-16T15:17:34.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-16T15:17:34.512Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T15:17:34.530Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-16T15:17:34.545Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-16T15:17:34.554Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-16T15:17:34.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-16T15:17:34.579Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-16T15:17:34.593Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-16T15:17:34.604Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-16T15:17:34.614Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-16T15:17:34.626Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-16T15:17:34.638Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-16T15:17:34.650Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-16T15:17:34.662Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-16T15:17:34.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-16T15:17:34.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-16T15:17:34.700Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-16T15:17:34.714Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] echo [2023-02-16T15:17:34.726Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d43df40 [Pipeline] echo [2023-02-16T15:17:34.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:17:34.783Z] provisioning config files... [2023-02-16T15:17:34.797Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config11451720455849756349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:17:35.107Z] ---> docker-login.sh [2023-02-16T15:17:35.107Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:17:35.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:35.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:35.368Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:35.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:35.368Z] [2023-02-16T15:17:35.368Z] Login Succeeded [2023-02-16T15:17:35.368Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:17:35.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:35.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:35.368Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:35.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:35.368Z] [2023-02-16T15:17:35.368Z] Login Succeeded [2023-02-16T15:17:35.368Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:17:35.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:35.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:35.627Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:35.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:35.627Z] [2023-02-16T15:17:35.627Z] Login Succeeded [2023-02-16T15:17:35.627Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:17:35.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:35.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:35.627Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:35.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:35.627Z] [2023-02-16T15:17:35.627Z] Login Succeeded [2023-02-16T15:17:35.627Z] docker.io [2023-02-16T15:17:35.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:36.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:36.197Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:36.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:36.197Z] [2023-02-16T15:17:36.197Z] Login Succeeded [2023-02-16T15:17:36.197Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:17:36.205Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-16T15:17:36.587Z] + git rev-list -1 --merges d43df4097523a2749be68cc9a7c29d8397ed8c11~1..d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] echo [2023-02-16T15:17:36.643Z] -----------> git rev-list -1 --merges d43df4097523a2749be68cc9a7c29d8397ed8c11~1..d43df4097523a2749be68cc9a7c29d8397ed8c11 d43df4097523a2749be68cc9a7c29d8397ed8c11 [false] [Pipeline] sh [2023-02-16T15:17:36.930Z] + git log --format=format:%s -1 d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] echo [2023-02-16T15:17:36.946Z] ========================================================= [2023-02-16T15:17:36.946Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-16T15:17:36.946Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T15:17:37.263Z] + git log --format=format:%s -1 d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] echo [2023-02-16T15:17:37.275Z] [semverPrep] GIT_COMMIT: d43df4097523a2749be68cc9a7c29d8397ed8c11, Commit Message: feat(snap): Copy provision watcher files in snapcraft (#150) [Pipeline] echo [2023-02-16T15:17:37.284Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-16T15:17:37.726Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:17:37.726Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-16T15:17:37.726Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-16T15:17:37.726Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-16T15:17:37.726Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2023-02-16T15:17:37.726Z] tee -a /etc/ssh/ssh_known_hosts [2023-02-16T15:17:37.726Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:17:38.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:17:38.144Z] [2023-02-16T15:17:38.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:17:38.453Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:17:38.453Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-16T15:17:38.453Z] b85a868b505f: Pulling fs layer [2023-02-16T15:17:38.453Z] e2be974225ed: Pulling fs layer [2023-02-16T15:17:38.453Z] 339a4e72a1f5: Pulling fs layer [2023-02-16T15:17:38.453Z] 988bab9f4d93: Pulling fs layer [2023-02-16T15:17:38.453Z] 1469e6f7b9e6: Pulling fs layer [2023-02-16T15:17:38.453Z] eaf3925da568: Pulling fs layer [2023-02-16T15:17:38.453Z] bab4dde63d76: Pulling fs layer [2023-02-16T15:17:38.453Z] bde34c3a00c8: Pulling fs layer [2023-02-16T15:17:38.453Z] b352a97aabf1: Pulling fs layer [2023-02-16T15:17:38.453Z] 4872d77fe225: Pulling fs layer [2023-02-16T15:17:38.453Z] 5851b861e8e6: Pulling fs layer [2023-02-16T15:17:38.453Z] eaf3925da568: Waiting [2023-02-16T15:17:38.453Z] 988bab9f4d93: Waiting [2023-02-16T15:17:38.453Z] 1469e6f7b9e6: Waiting [2023-02-16T15:17:38.453Z] 4872d77fe225: Waiting [2023-02-16T15:17:38.453Z] bab4dde63d76: Waiting [2023-02-16T15:17:38.453Z] bde34c3a00c8: Waiting [2023-02-16T15:17:38.453Z] b352a97aabf1: Waiting [2023-02-16T15:17:38.453Z] 5851b861e8e6: Waiting [2023-02-16T15:17:38.718Z] e2be974225ed: Verifying Checksum [2023-02-16T15:17:38.718Z] e2be974225ed: Download complete [2023-02-16T15:17:38.719Z] 988bab9f4d93: Verifying Checksum [2023-02-16T15:17:38.719Z] 988bab9f4d93: Download complete [2023-02-16T15:17:38.719Z] 1469e6f7b9e6: Verifying Checksum [2023-02-16T15:17:38.719Z] 1469e6f7b9e6: Download complete [2023-02-16T15:17:38.719Z] eaf3925da568: Verifying Checksum [2023-02-16T15:17:38.719Z] eaf3925da568: Download complete [2023-02-16T15:17:38.981Z] 339a4e72a1f5: Verifying Checksum [2023-02-16T15:17:38.981Z] 339a4e72a1f5: Download complete [2023-02-16T15:17:38.981Z] bde34c3a00c8: Download complete [2023-02-16T15:17:38.981Z] b352a97aabf1: Verifying Checksum [2023-02-16T15:17:38.981Z] b352a97aabf1: Download complete [2023-02-16T15:17:38.981Z] 4872d77fe225: Verifying Checksum [2023-02-16T15:17:38.981Z] 4872d77fe225: Download complete [2023-02-16T15:17:38.981Z] 5851b861e8e6: Download complete [2023-02-16T15:17:39.242Z] b85a868b505f: Verifying Checksum [2023-02-16T15:17:39.243Z] b85a868b505f: Download complete [2023-02-16T15:17:39.503Z] bab4dde63d76: Verifying Checksum [2023-02-16T15:17:39.503Z] bab4dde63d76: Download complete [2023-02-16T15:17:40.438Z] b85a868b505f: Pull complete [2023-02-16T15:17:40.438Z] e2be974225ed: Pull complete [2023-02-16T15:17:41.006Z] 339a4e72a1f5: Pull complete [2023-02-16T15:17:41.006Z] 988bab9f4d93: Pull complete [2023-02-16T15:17:41.266Z] 1469e6f7b9e6: Pull complete [2023-02-16T15:17:41.524Z] eaf3925da568: Pull complete [2023-02-16T15:17:42.899Z] bab4dde63d76: Pull complete [2023-02-16T15:17:42.899Z] bde34c3a00c8: Pull complete [2023-02-16T15:17:43.158Z] b352a97aabf1: Pull complete [2023-02-16T15:17:43.158Z] 4872d77fe225: Pull complete [2023-02-16T15:17:43.158Z] 5851b861e8e6: Pull complete [2023-02-16T15:17:43.158Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-16T15:17:43.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:17:43.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:17:43.242Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:17:43.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:17:45.084Z] $ docker top ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa -eo pid,comm [2023-02-16T15:17:45.129Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:17:45.129Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:17:45.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:17:45.168Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:17:45.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:17:45.300Z] $ docker exec ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa ssh-agent [2023-02-16T15:17:45.395Z] SSH_AUTH_SOCK=/tmp/ssh-Ijf7luEAagHB/agent.33 [2023-02-16T15:17:45.395Z] SSH_AGENT_PID=39 [2023-02-16T15:17:45.403Z] Running ssh-add (command line suppressed) [2023-02-16T15:17:45.507Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2984274008616347585.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2984274008616347585.key) [2023-02-16T15:17:45.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:17:45.804Z] + git tag --points-at HEAD [Pipeline] } [2023-02-16T15:17:45.825Z] $ docker exec --env ******** --env ******** ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa ssh-agent -k [2023-02-16T15:17:45.918Z] unset SSH_AUTH_SOCK; [2023-02-16T15:17:45.918Z] unset SSH_AGENT_PID; [2023-02-16T15:17:45.919Z] echo Agent pid 39 killed; [2023-02-16T15:17:45.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-16T15:17:45.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:17:45.940Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:17:46.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:17:46.051Z] $ docker exec ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa ssh-agent [2023-02-16T15:17:46.150Z] SSH_AUTH_SOCK=/tmp/ssh-dPnDxtnE2Oy6/agent.71 [2023-02-16T15:17:46.150Z] SSH_AGENT_PID=77 [2023-02-16T15:17:46.156Z] Running ssh-add (command line suppressed) [2023-02-16T15:17:46.264Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_446472933598514636.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_446472933598514636.key) [2023-02-16T15:17:46.271Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:17:46.562Z] + git semver init [2023-02-16T15:17:46.823Z] 2023-02-16 15:17:46,778 [run_init] DEBUG init version:0.0.0 force:False [2023-02-16T15:17:46.823Z] 2023-02-16 15:17:46,779 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-16T15:17:46.823Z] 2023-02-16 15:17:46,779 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-16T15:17:46.823Z] 2023-02-16 15:17:46,780 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:17:47.762Z] 2023-02-16 15:17:47,604 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-02-16T15:17:47.762Z] 2023-02-16 15:17:47,605 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-02-16T15:17:47.762Z] 2023-02-16 15:17:47,605 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:17:47.762Z] 2023-02-16 15:17:47,605 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:17:47.762Z] 3.0.0-dev.7 [Pipeline] } [2023-02-16T15:17:47.781Z] $ docker exec --env ******** --env ******** ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa ssh-agent -k [2023-02-16T15:17:47.895Z] unset SSH_AUTH_SOCK; [2023-02-16T15:17:47.895Z] unset SSH_AGENT_PID; [2023-02-16T15:17:47.895Z] echo Agent pid 77 killed; [2023-02-16T15:17:47.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:17:48.201Z] + git semver [Pipeline] } [2023-02-16T15:17:48.483Z] $ docker stop --time=1 ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa [2023-02-16T15:17:49.888Z] $ docker rm -f --volumes ebc40b15e6890e905601ed58c10bf96a98b8be15b10bb9f765fcb55d626ae5fa [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:17:50.218Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-16T15:17:50.428Z] Stashed 1 file(s) [Pipeline] echo [2023-02-16T15:17:50.430Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:17:50.568Z] provisioning config files... [2023-02-16T15:17:50.576Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3329910568640588735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:17:50.874Z] ---> docker-login.sh [2023-02-16T15:17:50.874Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:17:50.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:50.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:50.874Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:50.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:50.874Z] [2023-02-16T15:17:50.874Z] Login Succeeded [2023-02-16T15:17:50.874Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:17:50.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:50.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:50.874Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:50.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:50.874Z] [2023-02-16T15:17:50.874Z] Login Succeeded [2023-02-16T15:17:50.874Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:17:51.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:51.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:51.133Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:51.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:51.133Z] [2023-02-16T15:17:51.133Z] Login Succeeded [2023-02-16T15:17:51.133Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:17:51.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:51.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:51.133Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:51.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:51.133Z] [2023-02-16T15:17:51.133Z] Login Succeeded [2023-02-16T15:17:51.133Z] docker.io [2023-02-16T15:17:51.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:17:51.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:17:51.653Z] Configure a credential helper to remove this warning. See [2023-02-16T15:17:51.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:17:51.653Z] [2023-02-16T15:17:51.653Z] Login Succeeded [2023-02-16T15:17:51.653Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:17:51.661Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-16T15:17:51.725Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:17:51.741Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:17:51.750Z] ========================================================= [2023-02-16T15:17:51.750Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-16T15:17:51.750Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:17:52.069Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-16T15:17:52.069Z] Sending build context to Docker daemon 1.736MB [2023-02-16T15:17:52.069Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T15:17:52.069Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-16T15:17:52.069Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-16T15:17:52.069Z] 213ec9aee27d: Pulling fs layer [2023-02-16T15:17:52.069Z] 4583459ba037: Pulling fs layer [2023-02-16T15:17:52.069Z] 93c1e223e6f2: Pulling fs layer [2023-02-16T15:17:52.069Z] 53926ce57604: Pulling fs layer [2023-02-16T15:17:52.069Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-16T15:17:52.069Z] 22ff95d597cd: Pulling fs layer [2023-02-16T15:17:52.069Z] 12d6caf4c0d1: Pulling fs layer [2023-02-16T15:17:52.069Z] 96b7cbca73a9: Pulling fs layer [2023-02-16T15:17:52.069Z] a7acece74701: Pulling fs layer [2023-02-16T15:17:52.069Z] 22ff95d597cd: Waiting [2023-02-16T15:17:52.069Z] 12d6caf4c0d1: Waiting [2023-02-16T15:17:52.069Z] 96b7cbca73a9: Waiting [2023-02-16T15:17:52.069Z] a7acece74701: Waiting [2023-02-16T15:17:52.069Z] 53926ce57604: Waiting [2023-02-16T15:17:52.069Z] 93c1e223e6f2: Download complete [2023-02-16T15:17:52.069Z] 4583459ba037: Download complete [2023-02-16T15:17:52.069Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-16T15:17:52.069Z] 21b2b0c7a3f4: Download complete [2023-02-16T15:17:52.336Z] 22ff95d597cd: Verifying Checksum [2023-02-16T15:17:52.336Z] 22ff95d597cd: Download complete [2023-02-16T15:17:52.336Z] 213ec9aee27d: Verifying Checksum [2023-02-16T15:17:52.336Z] 213ec9aee27d: Download complete [2023-02-16T15:17:52.336Z] 12d6caf4c0d1: Verifying Checksum [2023-02-16T15:17:52.336Z] 12d6caf4c0d1: Download complete [2023-02-16T15:17:52.336Z] 213ec9aee27d: Pull complete [2023-02-16T15:17:52.609Z] 4583459ba037: Pull complete [2023-02-16T15:17:52.609Z] 93c1e223e6f2: Pull complete [2023-02-16T15:17:53.260Z] a7acece74701: Verifying Checksum [2023-02-16T15:17:53.260Z] a7acece74701: Download complete [2023-02-16T15:17:53.883Z] 53926ce57604: Download complete [2023-02-16T15:17:53.883Z] 96b7cbca73a9: Verifying Checksum [2023-02-16T15:17:53.883Z] 96b7cbca73a9: Download complete [2023-02-16T15:17:57.167Z] 53926ce57604: Pull complete [2023-02-16T15:17:57.167Z] 21b2b0c7a3f4: Pull complete [2023-02-16T15:17:57.167Z] 22ff95d597cd: Pull complete [2023-02-16T15:17:57.167Z] 12d6caf4c0d1: Pull complete [2023-02-16T15:17:59.066Z] 96b7cbca73a9: Pull complete [2023-02-16T15:17:59.632Z] a7acece74701: Pull complete [2023-02-16T15:17:59.892Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-16T15:17:59.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-16T15:17:59.892Z] ---> db6d94c90886 [2023-02-16T15:17:59.892Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:18:02.428Z] ---> Running in a7361e9ecea4 [2023-02-16T15:18:02.428Z] Removing intermediate container a7361e9ecea4 [2023-02-16T15:18:02.428Z] ---> f3417735df4c [2023-02-16T15:18:02.428Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T15:18:02.428Z] ---> Running in 9987232bf24d [2023-02-16T15:18:02.696Z] Removing intermediate container 9987232bf24d [2023-02-16T15:18:02.696Z] ---> c5f70229d515 [2023-02-16T15:18:02.696Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-16T15:18:02.696Z] ---> Running in 08ae130ef002 [2023-02-16T15:18:02.955Z] Removing intermediate container 08ae130ef002 [2023-02-16T15:18:02.955Z] ---> 02ad140dfe50 [2023-02-16T15:18:02.955Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-16T15:18:02.955Z] ---> Running in 06815d03f6b3 [2023-02-16T15:18:02.955Z] Removing intermediate container 06815d03f6b3 [2023-02-16T15:18:02.955Z] ---> 52da32531eb1 [2023-02-16T15:18:02.955Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T15:18:02.955Z] ---> Running in f9e88dbc8493 [2023-02-16T15:18:03.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:18:03.522Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:18:03.783Z] (1/80) Installing mesa (21.3.9-r0) [2023-02-16T15:18:03.783Z] (2/80) Installing libxau (1.0.9-r0) [2023-02-16T15:18:03.783Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-02-16T15:18:03.783Z] (4/80) Installing libxcb (1.15-r0) [2023-02-16T15:18:03.783Z] (5/80) Installing libx11 (1.8-r0) [2023-02-16T15:18:03.783Z] (6/80) Installing libxext (1.3.4-r0) [2023-02-16T15:18:03.783Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-02-16T15:18:03.783Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-02-16T15:18:03.783Z] (9/80) Installing libpciaccess (0.16-r0) [2023-02-16T15:18:03.783Z] (10/80) Installing libdrm (2.4.110-r0) [2023-02-16T15:18:03.783Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-02-16T15:18:03.783Z] (12/80) Installing libxshmfence (1.3-r1) [2023-02-16T15:18:03.783Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-02-16T15:18:04.041Z] (14/80) Installing icu-data-full (71.1-r2) [2023-02-16T15:18:04.042Z] (15/80) Installing libice (1.0.10-r0) [2023-02-16T15:18:04.042Z] (16/80) Installing libuuid (2.38-r1) [2023-02-16T15:18:04.042Z] (17/80) Installing libsm (1.2.3-r0) [2023-02-16T15:18:04.042Z] (18/80) Installing libxt (1.2.1-r0) [2023-02-16T15:18:04.042Z] (19/80) Installing libxmu (1.1.3-r0) [2023-02-16T15:18:04.042Z] (20/80) Installing xset (1.2.4-r0) [2023-02-16T15:18:04.042Z] (21/80) Installing xprop (1.2.5-r0) [2023-02-16T15:18:04.042Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-02-16T15:18:04.042Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-02-16T15:18:04.042Z] (24/80) Installing libffi (3.4.2-r1) [2023-02-16T15:18:04.042Z] (25/80) Installing libintl (0.21-r2) [2023-02-16T15:18:04.299Z] (26/80) Installing libblkid (2.38-r1) [2023-02-16T15:18:04.299Z] (27/80) Installing libmount (2.38-r1) [2023-02-16T15:18:04.299Z] (28/80) Installing pcre (8.45-r2) [2023-02-16T15:18:04.299Z] (29/80) Installing glib (2.72.1-r0) [2023-02-16T15:18:04.299Z] (30/80) Installing icu-libs (71.1-r2) [2023-02-16T15:18:04.299Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-02-16T15:18:04.299Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-02-16T15:18:04.300Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-02-16T15:18:04.300Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-02-16T15:18:04.300Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-02-16T15:18:04.300Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-02-16T15:18:04.300Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-16T15:18:04.300Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-02-16T15:18:04.559Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-02-16T15:18:04.559Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-02-16T15:18:04.559Z] (41/80) Installing libpng (1.6.37-r1) [2023-02-16T15:18:04.559Z] (42/80) Installing freetype (2.12.1-r0) [2023-02-16T15:18:04.559Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-02-16T15:18:04.559Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-02-16T15:18:04.559Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-02-16T15:18:04.559Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-02-16T15:18:04.559Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-02-16T15:18:04.559Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-02-16T15:18:04.559Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-02-16T15:18:04.559Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-02-16T15:18:04.559Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-02-16T15:18:04.559Z] (52/80) Installing avahi-libs (0.8-r6) [2023-02-16T15:18:04.559Z] (53/80) Installing nettle (3.7.3-r0) [2023-02-16T15:18:04.817Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-02-16T15:18:04.817Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-02-16T15:18:04.817Z] (56/80) Installing libunistring (1.0-r0) [2023-02-16T15:18:04.817Z] (57/80) Installing gnutls (3.7.7-r1) [2023-02-16T15:18:04.817Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-02-16T15:18:04.817Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-02-16T15:18:04.818Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-02-16T15:18:04.818Z] (61/80) Installing libevdev (1.12.1-r0) [2023-02-16T15:18:04.818Z] (62/80) Installing mtdev (1.1.6-r0) [2023-02-16T15:18:04.818Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-02-16T15:18:04.818Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-02-16T15:18:04.818Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-16T15:18:04.818Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-02-16T15:18:04.818Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-02-16T15:18:04.818Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-02-16T15:18:04.818Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-02-16T15:18:04.818Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-02-16T15:18:04.818Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-02-16T15:18:04.818Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-02-16T15:18:05.076Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-16T15:18:05.076Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-02-16T15:18:05.076Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-16T15:18:05.076Z] Executing udev-init-scripts-35-r0.post-install [2023-02-16T15:18:05.076Z] (76/80) Installing kmod-libs (29-r2) [2023-02-16T15:18:05.076Z] (77/80) Installing eudev (3.2.11-r0) [2023-02-16T15:18:05.076Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-02-16T15:18:05.076Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-16T15:18:05.076Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-02-16T15:18:05.076Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:18:05.076Z] Executing eudev-3.2.11-r0.trigger [2023-02-16T15:18:05.076Z] OK: 331 MiB in 131 packages [2023-02-16T15:18:05.525Z] Still waiting to schedule task [2023-02-16T15:18:05.526Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-02-16T15:18:07.612Z] Removing intermediate container f9e88dbc8493 [2023-02-16T15:18:07.612Z] ---> 985f0000db3e [2023-02-16T15:18:07.612Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-16T15:18:07.612Z] ---> Running in 0eadb4e33456 [2023-02-16T15:18:07.612Z] Removing intermediate container 0eadb4e33456 [2023-02-16T15:18:07.612Z] ---> b3825671e4a6 [2023-02-16T15:18:07.612Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-16T15:18:07.612Z] ---> 3703348c0a79 [2023-02-16T15:18:07.612Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:18:07.612Z] ---> Running in 7c13b81ebb38 [2023-02-16T15:18:34.187Z] Removing intermediate container 7c13b81ebb38 [2023-02-16T15:18:34.187Z] ---> 897e7b51a74b [2023-02-16T15:18:34.187Z] Step 11/13 : COPY . . [2023-02-16T15:18:34.187Z] ---> b3fbc9197e65 [2023-02-16T15:18:34.187Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-16T15:18:34.187Z] ---> Running in 366120cf4d5e [2023-02-16T15:18:34.187Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:18:34.187Z] Dload Upload Total Spent Left Speed [2023-02-16T15:18:34.187Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8770      0 --:--:-- --:--:-- --:--:--  8850 [2023-02-16T15:18:34.187Z] Removing intermediate container 366120cf4d5e [2023-02-16T15:18:34.187Z] ---> cf47465a15bd [2023-02-16T15:18:34.187Z] Step 13/13 : RUN ${MAKE} [2023-02-16T15:18:34.187Z] ---> Running in f85245f8981c [2023-02-16T15:18:34.187Z] noop [2023-02-16T15:18:34.187Z] Removing intermediate container f85245f8981c [2023-02-16T15:18:34.187Z] ---> de8eec6b5f25 [2023-02-16T15:18:34.187Z] Successfully built de8eec6b5f25 [2023-02-16T15:18:34.187Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:18:34.499Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T15:18:34.499Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:18:34.566Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:18:34.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T15:18:34.951Z] $ docker top 869ae8cc3e6d63a6682430d0d6d944f1d2917772b85a42b76d585b7a1d979a06 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:18:35.273Z] + go version [2023-02-16T15:18:35.273Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-16T15:18:35.294Z] $ docker stop --time=1 869ae8cc3e6d63a6682430d0d6d944f1d2917772b85a42b76d585b7a1d979a06 [2023-02-16T15:18:36.606Z] $ docker rm -f --volumes 869ae8cc3e6d63a6682430d0d6d944f1d2917772b85a42b76d585b7a1d979a06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:18:37.029Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-16T15:18:37.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:18:37.096Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:18:37.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-16T15:18:37.505Z] $ docker top 84648ef181e4b4eac1a7464805db4a8b53c91c55789161dd23b450f7d4cd15b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:18:37.838Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:18:38.136Z] + make test [2023-02-16T15:18:38.136Z] go test ./... -coverprofile=coverage.out ./... [2023-02-16T15:18:38.394Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-16T15:18:48.356Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-16T15:18:48.356Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements [2023-02-16T15:18:53.625Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-16T15:18:53.625Z] go vet ./... [2023-02-16T15:18:56.903Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T15:18:56.903Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T15:18:56.903Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T15:18:56.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-16T15:18:56.937Z] $ docker stop --time=1 84648ef181e4b4eac1a7464805db4a8b53c91c55789161dd23b450f7d4cd15b6 [2023-02-16T15:18:58.947Z] $ docker rm -f --volumes 84648ef181e4b4eac1a7464805db4a8b53c91c55789161dd23b450f7d4cd15b6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:18:59.364Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-16T15:18:59.409Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-16T15:18:59.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-16T15:19:00.235Z] + ls -al . [2023-02-16T15:19:00.235Z] total 208 [2023-02-16T15:19:00.235Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 16 15:18 . [2023-02-16T15:19:00.235Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:17 .. [2023-02-16T15:19:00.235Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 15:18 .git [2023-02-16T15:19:00.235Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:17 .github [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 16 15:17 .gitignore [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 16 15:17 .golangci.yml [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 16 15:17 .hadolint.yml [2023-02-16T15:19:00.235Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 16 15:17 .semver [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 16 15:17 Attribution.txt [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 16 15:17 CHANGELOG.md [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 16 15:17 Dockerfile [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 16 15:17 GOVERNANCE.md [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 16 15:17 Jenkinsfile [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 16 15:17 LICENSE [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 16 15:17 Makefile [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 16 15:17 OWNERS.md [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 16 15:17 README.md [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 16 15:17 VERSION [2023-02-16T15:19:00.235Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 15:17 bin [2023-02-16T15:19:00.235Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:17 cmd [2023-02-16T15:19:00.235Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 16 15:18 coverage.out [2023-02-16T15:19:00.235Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 16 15:17 docker-entrypoint.sh [2023-02-16T15:19:00.235Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:17 docs [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 3574 Feb 16 15:17 go.mod [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 45170 Feb 16 15:17 go.sum [2023-02-16T15:19:00.235Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:17 internal [2023-02-16T15:19:00.235Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:17 snap [2023-02-16T15:19:00.235Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 16 15:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:00.538Z] + 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=d43df4097523a2749be68cc9a7c29d8397ed8c11 --label arch=amd64 --label version=3.0.0-dev.7 . [2023-02-16T15:19:00.538Z] Sending build context to Docker daemon 1.767MB [2023-02-16T15:19:00.538Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T15:19:00.538Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-16T15:19:00.538Z] ---> de8eec6b5f25 [2023-02-16T15:19:00.538Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:19:00.538Z] ---> Running in 8a9e043e068b [2023-02-16T15:19:00.796Z] Removing intermediate container 8a9e043e068b [2023-02-16T15:19:00.796Z] ---> 99519df48446 [2023-02-16T15:19:00.796Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T15:19:00.796Z] ---> Running in fb6573c57d2c [2023-02-16T15:19:00.796Z] Removing intermediate container fb6573c57d2c [2023-02-16T15:19:00.796Z] ---> 3049dd223d1a [2023-02-16T15:19:00.796Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-16T15:19:00.796Z] ---> Running in 09c430e5c31b [2023-02-16T15:19:01.055Z] Removing intermediate container 09c430e5c31b [2023-02-16T15:19:01.055Z] ---> 6c5b6d3bb545 [2023-02-16T15:19:01.055Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-16T15:19:01.055Z] ---> Running in 39fea071f7d1 [2023-02-16T15:19:01.055Z] Removing intermediate container 39fea071f7d1 [2023-02-16T15:19:01.055Z] ---> 4c95c3c566b1 [2023-02-16T15:19:01.055Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T15:19:01.055Z] ---> Running in d0c3a7fa4a46 [2023-02-16T15:19:01.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:19:01.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:19:01.832Z] OK: 331 MiB in 131 packages [2023-02-16T15:19:02.091Z] Removing intermediate container d0c3a7fa4a46 [2023-02-16T15:19:02.091Z] ---> 201cb4cd0e7e [2023-02-16T15:19:02.091Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-16T15:19:02.354Z] ---> Running in 7de0cc057106 [2023-02-16T15:19:02.354Z] Removing intermediate container 7de0cc057106 [2023-02-16T15:19:02.354Z] ---> d58197b96b09 [2023-02-16T15:19:02.354Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-16T15:19:02.612Z] ---> b01052abe31d [2023-02-16T15:19:02.612Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:19:02.612Z] ---> Running in 004530776f12 [2023-02-16T15:19:03.180Z] Removing intermediate container 004530776f12 [2023-02-16T15:19:03.180Z] ---> 00f896a1c741 [2023-02-16T15:19:03.180Z] Step 11/35 : COPY . . [2023-02-16T15:19:03.438Z] ---> eb5c809393ac [2023-02-16T15:19:03.438Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-16T15:19:03.438Z] ---> Running in 66ca241396dc [2023-02-16T15:19:03.695Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:19:03.695Z]  Dload Upload Total Spent Left Speed [2023-02-16T15:19:03.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 42947 0 --:--:-- --:--:-- --:--:-- 44250 [2023-02-16T15:19:04.212Z] Removing intermediate container 66ca241396dc [2023-02-16T15:19:04.212Z] ---> bab29f3895be [2023-02-16T15:19:04.212Z] Step 13/35 : RUN ${MAKE} [2023-02-16T15:19:04.212Z] ---> Running in 376b5ed35da8 [2023-02-16T15:19:04.469Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-16T15:19:26.493Z] Removing intermediate container 376b5ed35da8 [2023-02-16T15:19:26.493Z] ---> 6469a93f724d [2023-02-16T15:19:26.493Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-16T15:19:26.493Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-16T15:19:26.493Z] af6660deedbd: Pulling fs layer [2023-02-16T15:19:26.493Z] 97cd0a44c592: Pulling fs layer [2023-02-16T15:19:26.493Z] 97cd0a44c592: Download complete [2023-02-16T15:19:26.493Z] af6660deedbd: Verifying Checksum [2023-02-16T15:19:26.493Z] af6660deedbd: Download complete [2023-02-16T15:19:26.493Z] af6660deedbd: Pull complete [2023-02-16T15:19:26.493Z] 97cd0a44c592: Pull complete [2023-02-16T15:19:26.493Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-16T15:19:26.493Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-16T15:19:26.493Z] ---> fea57e182299 [2023-02-16T15:19:26.493Z] Step 15/35 : FROM alpine:3.16 [2023-02-16T15:19:26.493Z] 3.16: Pulling from library/alpine [2023-02-16T15:19:26.493Z] ef5531b6e74e: Pulling fs layer [2023-02-16T15:19:26.493Z] ef5531b6e74e: Verifying Checksum [2023-02-16T15:19:26.493Z] ef5531b6e74e: Download complete [2023-02-16T15:19:26.493Z] ef5531b6e74e: Pull complete [2023-02-16T15:19:26.493Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:19:26.493Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:19:26.493Z] ---> dfd21b5a31f5 [2023-02-16T15:19:26.493Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-16T15:19:26.493Z] ---> Running in ce8bd9312259 [2023-02-16T15:19:26.493Z] Removing intermediate container ce8bd9312259 [2023-02-16T15:19:26.493Z] ---> a4083ed9f2e8 [2023-02-16T15:19:26.493Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-16T15:19:26.493Z] ---> Running in a6dbef463c14 [2023-02-16T15:19:26.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-16T15:19:26.493Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-16T15:19:26.493Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-02-16T15:19:26.493Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-02-16T15:19:26.493Z] (3/80) Installing libxau (1.0.9-r0) [2023-02-16T15:19:26.493Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-02-16T15:19:26.493Z] (5/80) Installing libxcb (1.15-r0) [2023-02-16T15:19:26.493Z] (6/80) Installing libx11 (1.8-r0) [2023-02-16T15:19:26.493Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-02-16T15:19:26.753Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-02-16T15:19:26.753Z] (9/80) Installing expat (2.5.0-r0) [2023-02-16T15:19:26.753Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-02-16T15:19:26.753Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-02-16T15:19:26.753Z] (12/80) Installing libpng (1.6.37-r1) [2023-02-16T15:19:26.753Z] (13/80) Installing freetype (2.12.1-r0) [2023-02-16T15:19:26.753Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-02-16T15:19:26.753Z] (15/80) Installing fribidi (1.0.12-r0) [2023-02-16T15:19:26.753Z] (16/80) Installing libffi (3.4.2-r1) [2023-02-16T15:19:26.753Z] (17/80) Installing libintl (0.21-r2) [2023-02-16T15:19:26.753Z] (18/80) Installing libblkid (2.38-r1) [2023-02-16T15:19:26.753Z] (19/80) Installing libmount (2.38-r1) [2023-02-16T15:19:26.753Z] (20/80) Installing pcre (8.45-r2) [2023-02-16T15:19:26.753Z] (21/80) Installing glib (2.72.1-r0) [2023-02-16T15:19:26.753Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-02-16T15:19:26.753Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-02-16T15:19:26.753Z] (24/80) Installing libass (0.16.0-r0) [2023-02-16T15:19:26.753Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-02-16T15:19:26.753Z] (26/80) Installing libpciaccess (0.16-r0) [2023-02-16T15:19:26.753Z] (27/80) Installing libdrm (2.4.110-r0) [2023-02-16T15:19:26.753Z] (28/80) Installing gmp (6.2.1-r2) [2023-02-16T15:19:26.753Z] (29/80) Installing nettle (3.7.3-r0) [2023-02-16T15:19:26.753Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-02-16T15:19:26.753Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-02-16T15:19:26.753Z] (32/80) Installing libunistring (1.0-r0) [2023-02-16T15:19:27.013Z] (33/80) Installing gnutls (3.7.7-r1) [2023-02-16T15:19:27.013Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-16T15:19:27.013Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-16T15:19:27.013Z] (36/80) Installing lame (3.100-r0) [2023-02-16T15:19:27.013Z] (37/80) Installing opus (1.3.1-r1) [2023-02-16T15:19:27.013Z] (38/80) Installing libasyncns (0.8-r1) [2023-02-16T15:19:27.013Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-02-16T15:19:27.013Z] (40/80) Installing libltdl (2.4.7-r0) [2023-02-16T15:19:27.013Z] (41/80) Installing orc (0.4.32-r0) [2023-02-16T15:19:27.013Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-02-16T15:19:27.013Z] (43/80) Installing libogg (1.3.5-r1) [2023-02-16T15:19:27.013Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-16T15:19:27.013Z] (45/80) Installing flac (1.3.4-r0) [2023-02-16T15:19:27.013Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-02-16T15:19:27.013Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-02-16T15:19:27.013Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-02-16T15:19:27.013Z] (49/80) Installing soxr (0.1.3-r2) [2023-02-16T15:19:27.013Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-02-16T15:19:27.013Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-02-16T15:19:27.013Z] (52/80) Installing libpulse (15.0-r2) [2023-02-16T15:19:27.013Z] (53/80) Installing cjson (1.7.15-r3) [2023-02-16T15:19:27.013Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-02-16T15:19:27.272Z] (55/80) Installing librist (0.2.6-r1) [2023-02-16T15:19:27.272Z] (56/80) Installing libsrt (1.4.4-r0) [2023-02-16T15:19:27.272Z] (57/80) Installing libssh (0.9.6-r1) [2023-02-16T15:19:27.272Z] (58/80) Installing libtheora (1.1.1-r16) [2023-02-16T15:19:27.272Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-16T15:19:27.272Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-16T15:19:27.272Z] (61/80) Installing libxext (1.3.4-r0) [2023-02-16T15:19:27.272Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-02-16T15:19:27.272Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-16T15:19:27.272Z] (64/80) Installing libva (2.14.0-r0) [2023-02-16T15:19:27.272Z] (65/80) Installing libvdpau (1.5-r0) [2023-02-16T15:19:27.272Z] (66/80) Installing vidstab (1.1.0-r1) [2023-02-16T15:19:27.272Z] (67/80) Installing libvpx (1.11.0-r1) [2023-02-16T15:19:27.272Z] (68/80) Installing libwebp (1.2.3-r0) [2023-02-16T15:19:27.272Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-02-16T15:19:27.272Z] (70/80) Installing numactl (2.0.14-r0) [2023-02-16T15:19:27.272Z] (71/80) Installing x265-libs (3.5-r3) [2023-02-16T15:19:27.272Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-02-16T15:19:27.272Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-02-16T15:19:27.532Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-02-16T15:19:27.532Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-16T15:19:27.532Z] Executing udev-init-scripts-35-r0.post-install [2023-02-16T15:19:27.532Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-02-16T15:19:27.532Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-02-16T15:19:27.532Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-02-16T15:19:27.532Z] (79/80) Installing kmod-libs (29-r2) [2023-02-16T15:19:27.532Z] (80/80) Installing eudev (3.2.11-r0) [2023-02-16T15:19:27.532Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:19:27.532Z] Executing eudev-3.2.11-r0.trigger [2023-02-16T15:19:27.532Z] OK: 100 MiB in 94 packages [2023-02-16T15:19:29.432Z] Removing intermediate container a6dbef463c14 [2023-02-16T15:19:29.432Z] ---> e2c97c9cb25b [2023-02-16T15:19:29.432Z] Step 18/35 : WORKDIR / [2023-02-16T15:19:29.432Z] ---> Running in 0a4c3c0604c9 [2023-02-16T15:19:29.432Z] Removing intermediate container 0a4c3c0604c9 [2023-02-16T15:19:29.432Z] ---> d03d3295cc76 [2023-02-16T15:19:29.432Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-16T15:19:30.001Z] ---> 23a3ae4704a6 [2023-02-16T15:19:30.001Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-16T15:19:30.001Z] ---> 4bfe91a3ee4f [2023-02-16T15:19:30.001Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-16T15:19:30.259Z] ---> 9a02e666a3df [2023-02-16T15:19:30.259Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-16T15:19:30.259Z] ---> f539f564c5be [2023-02-16T15:19:30.259Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-16T15:19:30.517Z] ---> 5135a1db47f5 [2023-02-16T15:19:30.517Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-16T15:19:30.517Z] ---> a49627c2c356 [2023-02-16T15:19:30.517Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-16T15:19:31.082Z] ---> 401072ace348 [2023-02-16T15:19:31.082Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-16T15:19:31.082Z] ---> Running in fbcdf6a176b2 [2023-02-16T15:19:31.649Z] Removing intermediate container fbcdf6a176b2 [2023-02-16T15:19:31.649Z] ---> a45e87f8494a [2023-02-16T15:19:31.649Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-16T15:19:31.649Z] ---> Running in 0438a95e53bc [2023-02-16T15:19:32.214Z] Removing intermediate container 0438a95e53bc [2023-02-16T15:19:32.214Z] ---> af63af950980 [2023-02-16T15:19:32.214Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-16T15:19:32.472Z] ---> Running in f3619e794784 [2023-02-16T15:19:33.039Z] Removing intermediate container f3619e794784 [2023-02-16T15:19:33.039Z] ---> 976625cfbbd2 [2023-02-16T15:19:33.039Z] Step 29/35 : EXPOSE 59983 [2023-02-16T15:19:33.039Z] ---> Running in 2bd8869cd7b7 [2023-02-16T15:19:33.039Z] Removing intermediate container 2bd8869cd7b7 [2023-02-16T15:19:33.039Z] ---> 8ca95d69bb8f [2023-02-16T15:19:33.039Z] Step 30/35 : EXPOSE 8554 [2023-02-16T15:19:33.039Z] ---> Running in c0fd62d5cd3d [2023-02-16T15:19:33.297Z] Removing intermediate container c0fd62d5cd3d [2023-02-16T15:19:33.297Z] ---> 172df3bfdb98 [2023-02-16T15:19:33.297Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-16T15:19:33.297Z] ---> Running in d54dd73bb5c1 [2023-02-16T15:19:33.297Z] Removing intermediate container d54dd73bb5c1 [2023-02-16T15:19:33.297Z] ---> b98078ec3b55 [2023-02-16T15:19:33.297Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-16T15:19:33.297Z] ---> Running in cfac1f1794fa [2023-02-16T15:19:33.558Z] Removing intermediate container cfac1f1794fa [2023-02-16T15:19:33.558Z] ---> a7b8c12e20b1 [2023-02-16T15:19:33.558Z] Step 33/35 : LABEL arch=amd64 [2023-02-16T15:19:33.558Z] ---> Running in f4bf9e0c35c6 [2023-02-16T15:19:33.558Z] Removing intermediate container f4bf9e0c35c6 [2023-02-16T15:19:33.558Z] ---> 52a90b4e7ab4 [2023-02-16T15:19:33.558Z] Step 34/35 : LABEL git_sha=d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:19:33.558Z] ---> Running in f610c9ddb9d3 [2023-02-16T15:19:33.816Z] Removing intermediate container f610c9ddb9d3 [2023-02-16T15:19:33.816Z] ---> c6a8566e1100 [2023-02-16T15:19:33.816Z] Step 35/35 : LABEL version=3.0.0-dev.7 [2023-02-16T15:19:33.816Z] ---> Running in 008e0e35a493 [2023-02-16T15:19:33.816Z] Removing intermediate container 008e0e35a493 [2023-02-16T15:19:33.816Z] ---> b80678fc30b2 [2023-02-16T15:19:33.816Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-16T15:19:33.816Z] Successfully built b80678fc30b2 [2023-02-16T15:19:33.816Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:19:33.938Z] provisioning config files... [2023-02-16T15:19:33.946Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10173755726575806092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:19:34.240Z] ---> docker-login.sh [2023-02-16T15:19:34.240Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:19:34.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:19:34.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:19:34.240Z] Configure a credential helper to remove this warning. See [2023-02-16T15:19:34.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:19:34.240Z] [2023-02-16T15:19:34.240Z] Login Succeeded [2023-02-16T15:19:34.240Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:19:34.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:19:34.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:19:34.501Z] Configure a credential helper to remove this warning. See [2023-02-16T15:19:34.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:19:34.501Z] [2023-02-16T15:19:34.501Z] Login Succeeded [2023-02-16T15:19:34.501Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:19:34.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:19:34.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:19:34.501Z] Configure a credential helper to remove this warning. See [2023-02-16T15:19:34.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:19:34.501Z] [2023-02-16T15:19:34.501Z] Login Succeeded [2023-02-16T15:19:34.501Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:19:34.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:19:34.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:19:34.501Z] Configure a credential helper to remove this warning. See [2023-02-16T15:19:34.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:19:34.501Z] [2023-02-16T15:19:34.501Z] Login Succeeded [2023-02-16T15:19:34.501Z] docker.io [2023-02-16T15:19:34.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:19:34.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:19:34.760Z] Configure a credential helper to remove this warning. See [2023-02-16T15:19:34.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:19:34.760Z] [2023-02-16T15:19:34.760Z] Login Succeeded [2023-02-16T15:19:34.760Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:19:34.767Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:19:34.795Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:19:34.814Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-02-16T15:19:34.814Z] d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:19:34.814Z] latest [2023-02-16T15:19:34.814Z] 3.0.0-dev.7 [2023-02-16T15:19:34.814Z] d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:19:34.814Z] main [2023-02-16T15:19:34.814Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:35.122Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:35.440Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:19:35.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-16T15:19:35.440Z] 689ca6604ea3: Preparing [2023-02-16T15:19:35.440Z] 674d40ab27c6: Preparing [2023-02-16T15:19:35.440Z] 50d0cd82fc50: Preparing [2023-02-16T15:19:35.440Z] 550e596c6d0e: Preparing [2023-02-16T15:19:35.440Z] 1207169bf42c: Preparing [2023-02-16T15:19:35.440Z] 1019894a8124: Preparing [2023-02-16T15:19:35.440Z] 446768498cbf: Preparing [2023-02-16T15:19:35.440Z] 6003d9c09541: Preparing [2023-02-16T15:19:35.440Z] 06c9810f8b79: Preparing [2023-02-16T15:19:35.440Z] 1451081c1f5f: Preparing [2023-02-16T15:19:35.440Z] 44016cef668c: Preparing [2023-02-16T15:19:35.440Z] aa5968d388b8: Preparing [2023-02-16T15:19:35.440Z] 06c9810f8b79: Waiting [2023-02-16T15:19:35.440Z] 44016cef668c: Waiting [2023-02-16T15:19:35.440Z] aa5968d388b8: Waiting [2023-02-16T15:19:35.440Z] 1451081c1f5f: Waiting [2023-02-16T15:19:35.440Z] 6003d9c09541: Waiting [2023-02-16T15:19:35.704Z] 50d0cd82fc50: Pushed [2023-02-16T15:19:35.704Z] 674d40ab27c6: Pushed [2023-02-16T15:19:35.704Z] 1207169bf42c: Pushed [2023-02-16T15:19:35.704Z] 689ca6604ea3: Pushed [2023-02-16T15:19:35.704Z] 06c9810f8b79: Pushed [2023-02-16T15:19:35.704Z] 446768498cbf: Pushed [2023-02-16T15:19:35.704Z] 1019894a8124: Pushed [2023-02-16T15:19:35.704Z] 6003d9c09541: Pushed [2023-02-16T15:19:35.704Z] aa5968d388b8: Layer already exists [2023-02-16T15:19:37.631Z] 550e596c6d0e: Pushed [2023-02-16T15:19:38.202Z] 1451081c1f5f: Pushed [2023-02-16T15:19:44.782Z] 44016cef668c: Pushed [2023-02-16T15:19:44.782Z] d43df4097523a2749be68cc9a7c29d8397ed8c11: digest: sha256:31c587fb8421dbdd67c9ae2d961b4b5adf04ede42c636b9ce12ec01491a57f3c size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:45.102Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:45.420Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-16T15:19:45.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-16T15:19:45.420Z] 689ca6604ea3: Preparing [2023-02-16T15:19:45.420Z] 674d40ab27c6: Preparing [2023-02-16T15:19:45.420Z] 50d0cd82fc50: Preparing [2023-02-16T15:19:45.420Z] 550e596c6d0e: Preparing [2023-02-16T15:19:45.420Z] 1207169bf42c: Preparing [2023-02-16T15:19:45.420Z] 1019894a8124: Preparing [2023-02-16T15:19:45.420Z] 446768498cbf: Preparing [2023-02-16T15:19:45.420Z] 6003d9c09541: Preparing [2023-02-16T15:19:45.420Z] 06c9810f8b79: Preparing [2023-02-16T15:19:45.420Z] 1451081c1f5f: Preparing [2023-02-16T15:19:45.420Z] 44016cef668c: Preparing [2023-02-16T15:19:45.420Z] aa5968d388b8: Preparing [2023-02-16T15:19:45.420Z] 1019894a8124: Waiting [2023-02-16T15:19:45.420Z] 446768498cbf: Waiting [2023-02-16T15:19:45.420Z] 6003d9c09541: Waiting [2023-02-16T15:19:45.420Z] aa5968d388b8: Waiting [2023-02-16T15:19:45.420Z] 06c9810f8b79: Waiting [2023-02-16T15:19:45.420Z] 1451081c1f5f: Waiting [2023-02-16T15:19:45.420Z] 44016cef668c: Waiting [2023-02-16T15:19:45.420Z] 1207169bf42c: Layer already exists [2023-02-16T15:19:45.420Z] 674d40ab27c6: Layer already exists [2023-02-16T15:19:45.420Z] 550e596c6d0e: Layer already exists [2023-02-16T15:19:45.420Z] 689ca6604ea3: Layer already exists [2023-02-16T15:19:45.420Z] 50d0cd82fc50: Layer already exists [2023-02-16T15:19:45.420Z] 446768498cbf: Layer already exists [2023-02-16T15:19:45.420Z] 6003d9c09541: Layer already exists [2023-02-16T15:19:45.420Z] 1019894a8124: Layer already exists [2023-02-16T15:19:45.420Z] 06c9810f8b79: Layer already exists [2023-02-16T15:19:45.420Z] 1451081c1f5f: Layer already exists [2023-02-16T15:19:45.420Z] 44016cef668c: Layer already exists [2023-02-16T15:19:45.420Z] aa5968d388b8: Layer already exists [2023-02-16T15:19:45.420Z] latest: digest: sha256:31c587fb8421dbdd67c9ae2d961b4b5adf04ede42c636b9ce12ec01491a57f3c size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:45.741Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:46.058Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.7 [2023-02-16T15:19:46.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-16T15:19:46.058Z] 689ca6604ea3: Preparing [2023-02-16T15:19:46.058Z] 674d40ab27c6: Preparing [2023-02-16T15:19:46.058Z] 50d0cd82fc50: Preparing [2023-02-16T15:19:46.058Z] 550e596c6d0e: Preparing [2023-02-16T15:19:46.058Z] 1207169bf42c: Preparing [2023-02-16T15:19:46.058Z] 1019894a8124: Preparing [2023-02-16T15:19:46.058Z] 446768498cbf: Preparing [2023-02-16T15:19:46.058Z] 6003d9c09541: Preparing [2023-02-16T15:19:46.058Z] 06c9810f8b79: Preparing [2023-02-16T15:19:46.058Z] 1451081c1f5f: Preparing [2023-02-16T15:19:46.058Z] 44016cef668c: Preparing [2023-02-16T15:19:46.058Z] aa5968d388b8: Preparing [2023-02-16T15:19:46.058Z] 1019894a8124: Waiting [2023-02-16T15:19:46.058Z] 446768498cbf: Waiting [2023-02-16T15:19:46.058Z] 1451081c1f5f: Waiting [2023-02-16T15:19:46.058Z] 6003d9c09541: Waiting [2023-02-16T15:19:46.058Z] 06c9810f8b79: Waiting [2023-02-16T15:19:46.058Z] 44016cef668c: Waiting [2023-02-16T15:19:46.058Z] 674d40ab27c6: Layer already exists [2023-02-16T15:19:46.058Z] 689ca6604ea3: Layer already exists [2023-02-16T15:19:46.058Z] 550e596c6d0e: Layer already exists [2023-02-16T15:19:46.058Z] 50d0cd82fc50: Layer already exists [2023-02-16T15:19:46.058Z] 1207169bf42c: Layer already exists [2023-02-16T15:19:46.058Z] 1019894a8124: Layer already exists [2023-02-16T15:19:46.058Z] 6003d9c09541: Layer already exists [2023-02-16T15:19:46.058Z] 06c9810f8b79: Layer already exists [2023-02-16T15:19:46.058Z] 446768498cbf: Layer already exists [2023-02-16T15:19:46.058Z] 1451081c1f5f: Layer already exists [2023-02-16T15:19:46.058Z] 44016cef668c: Layer already exists [2023-02-16T15:19:46.058Z] aa5968d388b8: Layer already exists [2023-02-16T15:19:46.058Z] 3.0.0-dev.7: digest: sha256:31c587fb8421dbdd67c9ae2d961b4b5adf04ede42c636b9ce12ec01491a57f3c size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:46.380Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:46.713Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:19:46.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-16T15:19:46.713Z] 689ca6604ea3: Preparing [2023-02-16T15:19:46.713Z] 674d40ab27c6: Preparing [2023-02-16T15:19:46.713Z] 50d0cd82fc50: Preparing [2023-02-16T15:19:46.713Z] 550e596c6d0e: Preparing [2023-02-16T15:19:46.713Z] 1207169bf42c: Preparing [2023-02-16T15:19:46.713Z] 1019894a8124: Preparing [2023-02-16T15:19:46.713Z] 446768498cbf: Preparing [2023-02-16T15:19:46.713Z] 6003d9c09541: Preparing [2023-02-16T15:19:46.713Z] 06c9810f8b79: Preparing [2023-02-16T15:19:46.713Z] 1451081c1f5f: Preparing [2023-02-16T15:19:46.713Z] 44016cef668c: Preparing [2023-02-16T15:19:46.713Z] aa5968d388b8: Preparing [2023-02-16T15:19:46.713Z] 6003d9c09541: Waiting [2023-02-16T15:19:46.713Z] 06c9810f8b79: Waiting [2023-02-16T15:19:46.713Z] 1451081c1f5f: Waiting [2023-02-16T15:19:46.713Z] 44016cef668c: Waiting [2023-02-16T15:19:46.713Z] 1019894a8124: Waiting [2023-02-16T15:19:46.713Z] 446768498cbf: Waiting [2023-02-16T15:19:46.713Z] aa5968d388b8: Waiting [2023-02-16T15:19:46.713Z] 50d0cd82fc50: Layer already exists [2023-02-16T15:19:46.713Z] 1207169bf42c: Layer already exists [2023-02-16T15:19:46.713Z] 674d40ab27c6: Layer already exists [2023-02-16T15:19:46.713Z] 689ca6604ea3: Layer already exists [2023-02-16T15:19:46.713Z] 550e596c6d0e: Layer already exists [2023-02-16T15:19:46.713Z] 1019894a8124: Layer already exists [2023-02-16T15:19:46.713Z] 6003d9c09541: Layer already exists [2023-02-16T15:19:46.713Z] 06c9810f8b79: Layer already exists [2023-02-16T15:19:46.713Z] 446768498cbf: Layer already exists [2023-02-16T15:19:46.713Z] 1451081c1f5f: Layer already exists [2023-02-16T15:19:46.713Z] 44016cef668c: Layer already exists [2023-02-16T15:19:46.713Z] aa5968d388b8: Layer already exists [2023-02-16T15:19:46.713Z] d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7: digest: sha256:31c587fb8421dbdd67c9ae2d961b4b5adf04ede42c636b9ce12ec01491a57f3c size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:47.030Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:47.354Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-02-16T15:19:47.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-16T15:19:47.354Z] 689ca6604ea3: Preparing [2023-02-16T15:19:47.354Z] 674d40ab27c6: Preparing [2023-02-16T15:19:47.354Z] 50d0cd82fc50: Preparing [2023-02-16T15:19:47.354Z] 550e596c6d0e: Preparing [2023-02-16T15:19:47.354Z] 1207169bf42c: Preparing [2023-02-16T15:19:47.354Z] 1019894a8124: Preparing [2023-02-16T15:19:47.354Z] 446768498cbf: Preparing [2023-02-16T15:19:47.354Z] 6003d9c09541: Preparing [2023-02-16T15:19:47.354Z] 06c9810f8b79: Preparing [2023-02-16T15:19:47.354Z] 1451081c1f5f: Preparing [2023-02-16T15:19:47.354Z] 44016cef668c: Preparing [2023-02-16T15:19:47.354Z] aa5968d388b8: Preparing [2023-02-16T15:19:47.354Z] 446768498cbf: Waiting [2023-02-16T15:19:47.354Z] 1451081c1f5f: Waiting [2023-02-16T15:19:47.354Z] 6003d9c09541: Waiting [2023-02-16T15:19:47.354Z] aa5968d388b8: Waiting [2023-02-16T15:19:47.354Z] 06c9810f8b79: Waiting [2023-02-16T15:19:47.354Z] 44016cef668c: Waiting [2023-02-16T15:19:47.354Z] 550e596c6d0e: Layer already exists [2023-02-16T15:19:47.354Z] 50d0cd82fc50: Layer already exists [2023-02-16T15:19:47.354Z] 1207169bf42c: Layer already exists [2023-02-16T15:19:47.354Z] 674d40ab27c6: Layer already exists [2023-02-16T15:19:47.354Z] 689ca6604ea3: Layer already exists [2023-02-16T15:19:47.354Z] 446768498cbf: Layer already exists [2023-02-16T15:19:47.354Z] 6003d9c09541: Layer already exists [2023-02-16T15:19:47.354Z] 1019894a8124: Layer already exists [2023-02-16T15:19:47.354Z] 06c9810f8b79: Layer already exists [2023-02-16T15:19:47.354Z] 1451081c1f5f: Layer already exists [2023-02-16T15:19:47.354Z] aa5968d388b8: Layer already exists [2023-02-16T15:19:47.354Z] 44016cef668c: Layer already exists [2023-02-16T15:19:47.354Z] main: digest: sha256:31c587fb8421dbdd67c9ae2d961b4b5adf04ede42c636b9ce12ec01491a57f3c size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:19:47.393Z] ===================================================== [Pipeline] echo [2023-02-16T15:19:47.399Z] taggedImages: [2023-02-16T15:19:47.399Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:19:47.399Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-16T15:19:47.399Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.7 [2023-02-16T15:19:47.399Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:19:47.399Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:47.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:19:47.764Z] [2023-02-16T15:19:47.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:19:48.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:19:48.103Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-16T15:19:48.103Z] 5eb5b503b376: Pulling fs layer [2023-02-16T15:19:48.103Z] 5c69ac0246d0: Pulling fs layer [2023-02-16T15:19:48.103Z] ec43610c2a17: Pulling fs layer [2023-02-16T15:19:48.103Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-16T15:19:48.103Z] 33b1e0a273af: Pulling fs layer [2023-02-16T15:19:48.103Z] 5d3b04190fa2: Pulling fs layer [2023-02-16T15:19:48.103Z] 2f39f015ded8: Pulling fs layer [2023-02-16T15:19:48.103Z] 33b1e0a273af: Waiting [2023-02-16T15:19:48.103Z] 5d3b04190fa2: Waiting [2023-02-16T15:19:48.103Z] 3a2ae6a8a46f: Waiting [2023-02-16T15:19:48.103Z] 2f39f015ded8: Waiting [2023-02-16T15:19:48.103Z] 5c69ac0246d0: Verifying Checksum [2023-02-16T15:19:48.103Z] 5c69ac0246d0: Download complete [2023-02-16T15:19:48.103Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-16T15:19:48.103Z] 3a2ae6a8a46f: Download complete [2023-02-16T15:19:48.371Z] 33b1e0a273af: Verifying Checksum [2023-02-16T15:19:48.371Z] 33b1e0a273af: Download complete [2023-02-16T15:19:48.645Z] ec43610c2a17: Verifying Checksum [2023-02-16T15:19:48.645Z] ec43610c2a17: Download complete [2023-02-16T15:19:48.916Z] 5eb5b503b376: Download complete [2023-02-16T15:19:49.916Z] 5eb5b503b376: Pull complete [2023-02-16T15:19:49.916Z] 5c69ac0246d0: Pull complete [2023-02-16T15:19:50.479Z] ec43610c2a17: Pull complete [2023-02-16T15:19:50.479Z] 3a2ae6a8a46f: Pull complete [2023-02-16T15:19:50.737Z] 33b1e0a273af: Pull complete [2023-02-16T15:19:50.737Z] 5d3b04190fa2: Pull complete [2023-02-16T15:19:54.951Z] 2f39f015ded8: Pull complete [2023-02-16T15:19:54.951Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-16T15:19:54.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:19:54.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:19:55.035Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:19:55.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T15:19:57.005Z] $ docker top 5d545f84bc9d78a0978136a30dfc0bbaa5d73d2d0e88c98c228e6fef7ab6b0f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:19:57.375Z] ---> job-cost.sh [2023-02-16T15:19:57.375Z] lf-activate-venv: SKIPPING [2023-02-16T15:19:57.375Z] INFO: No Stack... [2023-02-16T15:19:59.278Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T15:19:59.536Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T15:19:59.828Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-02-16T15:19:59.829Z] + cut -d, -f6 [Pipeline] lock [2023-02-16T15:19:59.843Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [2023-02-16T15:19:59.849Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] did not exist. Created. [2023-02-16T15:19:59.849Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T15:20:00.144Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-16T15:20:00.174Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T15:20:00.181Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T15:20:00.203Z] $ docker stop --time=1 5d545f84bc9d78a0978136a30dfc0bbaa5d73d2d0e88c98c228e6fef7ab6b0f5 [2023-02-16T15:20:01.370Z] $ docker rm -f --volumes 5d545f84bc9d78a0978136a30dfc0bbaa5d73d2d0e88c98c228e6fef7ab6b0f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-16T15:21:54.242Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6311 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-02-16T15:21:54.255Z] Running in /w/workspace/device-usb-camera/78 [Pipeline] { [Pipeline] checkout [2023-02-16T15:21:54.287Z] Selected Git installation does not exist. Using Default [2023-02-16T15:21:54.287Z] The recommended git tool is: NONE [2023-02-16T15:21:59.403Z] using credential edgex-jenkins-ssh [2023-02-16T15:21:59.420Z] Cloning the remote Git repository [2023-02-16T15:21:59.479Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-02-16T15:21:59.567Z] > git init /w/workspace/device-usb-camera/78 # timeout=10 [2023-02-16T15:21:59.733Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-02-16T15:21:59.734Z] > git --version # timeout=10 [2023-02-16T15:21:59.755Z] > git --version # 'git version 2.25.1' [2023-02-16T15:21:59.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-16T15:21:59.823Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T15:22:01.642Z] Avoid second fetch [2023-02-16T15:22:01.643Z] Checking out Revision d43df4097523a2749be68cc9a7c29d8397ed8c11 (main) [2023-02-16T15:22:00.652Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-02-16T15:22:00.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-16T15:22:01.667Z] > git config core.sparsecheckout # timeout=10 [2023-02-16T15:22:01.693Z] > git checkout -f d43df4097523a2749be68cc9a7c29d8397ed8c11 # timeout=10 [2023-02-16T15:22:02.191Z] Commit message: "feat(snap): Copy provision watcher files in snapcraft (#150)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T15:22:03.566Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-16T15:22:03.566Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:22:03.566Z] Dload Upload Total Spent Left Speed [2023-02-16T15:22:03.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87937 0 --:--:-- --:--:-- --:--:-- 87937 [Pipeline] sh [2023-02-16T15:22:04.170Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-16T15:22:04.516Z] + sudo tee /etc/docker/daemon.new [2023-02-16T15:22:04.516Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-16T15:22:04.516Z] { [2023-02-16T15:22:04.516Z] "registry-mirrors": [ [2023-02-16T15:22:04.516Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-16T15:22:04.516Z] ], [2023-02-16T15:22:04.516Z] "bip": "10.250.0.254/24", [2023-02-16T15:22:04.516Z] "hosts": [ [2023-02-16T15:22:04.516Z] "tcp://0.0.0.0:5555", [2023-02-16T15:22:04.516Z] "unix:///var/run/docker.sock" [2023-02-16T15:22:04.516Z] ], [2023-02-16T15:22:04.516Z] "mtu": 1458, [2023-02-16T15:22:04.516Z] "selinux-enabled": true, [2023-02-16T15:22:04.516Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-16T15:22:04.516Z] } [Pipeline] sh [2023-02-16T15:22:04.859Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-16T15:22:05.215Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:22:23.513Z] provisioning config files... [2023-02-16T15:22:23.542Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/78@tmp/config14938826552119720683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:22:23.904Z] ---> docker-login.sh [2023-02-16T15:22:23.904Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:22:24.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:22:24.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:22:24.452Z] Configure a credential helper to remove this warning. See [2023-02-16T15:22:24.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:22:24.452Z] [2023-02-16T15:22:24.452Z] Login Succeeded [2023-02-16T15:22:24.452Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:22:24.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:22:24.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:22:24.990Z] Configure a credential helper to remove this warning. See [2023-02-16T15:22:24.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:22:24.990Z] [2023-02-16T15:22:24.990Z] Login Succeeded [2023-02-16T15:22:24.990Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:22:25.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:22:25.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:22:25.261Z] Configure a credential helper to remove this warning. See [2023-02-16T15:22:25.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:22:25.261Z] [2023-02-16T15:22:25.261Z] Login Succeeded [2023-02-16T15:22:25.261Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:22:25.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:22:25.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:22:25.801Z] Configure a credential helper to remove this warning. See [2023-02-16T15:22:25.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:22:25.801Z] [2023-02-16T15:22:25.801Z] Login Succeeded [2023-02-16T15:22:25.801Z] docker.io [2023-02-16T15:22:26.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:22:26.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:22:26.341Z] Configure a credential helper to remove this warning. See [2023-02-16T15:22:26.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:22:26.341Z] [2023-02-16T15:22:26.341Z] Login Succeeded [2023-02-16T15:22:26.341Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:22:26.357Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-16T15:22:26.649Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:22:26.669Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:22:26.682Z] ========================================================= [2023-02-16T15:22:26.682Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-16T15:22:26.682Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:22:27.040Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-16T15:22:27.309Z] Sending build context to Docker daemon 1.132MB [2023-02-16T15:22:27.309Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T15:22:27.309Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-16T15:22:27.585Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-16T15:22:27.585Z] 9b18e9b68314: Pulling fs layer [2023-02-16T15:22:27.585Z] 35d82f9e3411: Pulling fs layer [2023-02-16T15:22:27.585Z] e16973657156: Pulling fs layer [2023-02-16T15:22:27.585Z] fc693d55d65f: Pulling fs layer [2023-02-16T15:22:27.585Z] 7e9fc2657dce: Pulling fs layer [2023-02-16T15:22:27.585Z] dda99020689f: Pulling fs layer [2023-02-16T15:22:27.585Z] db1c61fa0a46: Pulling fs layer [2023-02-16T15:22:27.585Z] 891c053d2c06: Pulling fs layer [2023-02-16T15:22:27.585Z] fc693d55d65f: Waiting [2023-02-16T15:22:27.585Z] db1c61fa0a46: Waiting [2023-02-16T15:22:27.585Z] dda99020689f: Waiting [2023-02-16T15:22:27.585Z] 891c053d2c06: Waiting [2023-02-16T15:22:27.585Z] 7e9fc2657dce: Waiting [2023-02-16T15:22:27.585Z] e16973657156: Download complete [2023-02-16T15:22:27.585Z] 35d82f9e3411: Verifying Checksum [2023-02-16T15:22:27.585Z] 35d82f9e3411: Download complete [2023-02-16T15:22:27.585Z] 7e9fc2657dce: Verifying Checksum [2023-02-16T15:22:27.585Z] 7e9fc2657dce: Download complete [2023-02-16T15:22:27.585Z] dda99020689f: Verifying Checksum [2023-02-16T15:22:27.585Z] dda99020689f: Download complete [2023-02-16T15:22:27.585Z] 9b18e9b68314: Verifying Checksum [2023-02-16T15:22:27.585Z] 9b18e9b68314: Download complete [2023-02-16T15:22:28.558Z] 9b18e9b68314: Pull complete [2023-02-16T15:22:28.848Z] 891c053d2c06: Verifying Checksum [2023-02-16T15:22:28.848Z] 891c053d2c06: Download complete [2023-02-16T15:22:29.119Z] 35d82f9e3411: Pull complete [2023-02-16T15:22:29.391Z] e16973657156: Pull complete [2023-02-16T15:22:29.983Z] db1c61fa0a46: Verifying Checksum [2023-02-16T15:22:29.983Z] db1c61fa0a46: Download complete [2023-02-16T15:22:30.573Z] fc693d55d65f: Verifying Checksum [2023-02-16T15:22:30.573Z] fc693d55d65f: Download complete [2023-02-16T15:22:42.913Z] fc693d55d65f: Pull complete [2023-02-16T15:22:42.913Z] 7e9fc2657dce: Pull complete [2023-02-16T15:22:42.913Z] dda99020689f: Pull complete [2023-02-16T15:22:47.198Z] db1c61fa0a46: Pull complete [2023-02-16T15:22:48.643Z] 891c053d2c06: Pull complete [2023-02-16T15:22:48.643Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-16T15:22:48.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-16T15:22:48.643Z] ---> f96f9c87975a [2023-02-16T15:22:48.643Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:22:50.604Z] ---> Running in 221c3e133162 [2023-02-16T15:22:51.194Z] Removing intermediate container 221c3e133162 [2023-02-16T15:22:51.194Z] ---> b6ba92d28bf2 [2023-02-16T15:22:51.194Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T15:22:51.194Z] ---> Running in 6e7ce2517791 [2023-02-16T15:22:51.464Z] Removing intermediate container 6e7ce2517791 [2023-02-16T15:22:51.464Z] ---> e65e9930583c [2023-02-16T15:22:51.464Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-16T15:22:51.464Z] ---> Running in 05bbb92555ef [2023-02-16T15:22:52.050Z] Removing intermediate container 05bbb92555ef [2023-02-16T15:22:52.050Z] ---> 16370dc2121f [2023-02-16T15:22:52.050Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-16T15:22:52.050Z] ---> Running in 2a7d8cfba648 [2023-02-16T15:22:52.322Z] Removing intermediate container 2a7d8cfba648 [2023-02-16T15:22:52.322Z] ---> 61aee1b4c815 [2023-02-16T15:22:52.322Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T15:22:52.322Z] ---> Running in 3630fe12530e [2023-02-16T15:22:53.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:22:54.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:22:54.972Z] (1/14) Installing libintl (0.21-r2) [2023-02-16T15:22:54.972Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-02-16T15:22:54.972Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-02-16T15:22:54.972Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-02-16T15:22:54.972Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-02-16T15:22:54.972Z] (6/14) Installing udev-init-scripts (35-r0) [2023-02-16T15:22:54.972Z] Executing udev-init-scripts-35-r0.post-install [2023-02-16T15:22:54.972Z] (7/14) Installing libblkid (2.38-r1) [2023-02-16T15:22:54.972Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-02-16T15:22:54.972Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-02-16T15:22:54.972Z] (10/14) Installing kmod-libs (29-r2) [2023-02-16T15:22:54.972Z] (11/14) Installing eudev (3.2.11-r0) [2023-02-16T15:22:55.241Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-02-16T15:22:55.241Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-16T15:22:55.241Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-02-16T15:22:55.241Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:22:55.241Z] Executing eudev-3.2.11-r0.trigger [2023-02-16T15:22:55.241Z] OK: 228 MiB in 65 packages [2023-02-16T15:22:58.605Z] Removing intermediate container 3630fe12530e [2023-02-16T15:22:58.605Z] ---> 984ac162a596 [2023-02-16T15:22:58.605Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-16T15:22:58.605Z] ---> Running in 8706ac733a12 [2023-02-16T15:22:58.605Z] Removing intermediate container 8706ac733a12 [2023-02-16T15:22:58.605Z] ---> cff472177cea [2023-02-16T15:22:58.605Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-16T15:22:58.887Z] ---> 5bbde55360b0 [2023-02-16T15:22:58.887Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:22:59.158Z] ---> Running in aec10385edaa [2023-02-16T15:24:07.178Z] Removing intermediate container aec10385edaa [2023-02-16T15:24:07.178Z] ---> 29bf3c37348d [2023-02-16T15:24:07.178Z] Step 11/13 : COPY . . [2023-02-16T15:24:07.178Z] ---> 735427114d56 [2023-02-16T15:24:07.178Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-16T15:24:07.178Z] ---> Running in 800c37336d99 [2023-02-16T15:24:07.178Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:24:07.178Z] Dload Upload Total Spent Left Speed [2023-02-16T15:24:07.178Z] 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6175 0 --:--:-- --:--:-- --:--:-- 6210 [2023-02-16T15:24:07.178Z] Removing intermediate container 800c37336d99 [2023-02-16T15:24:07.178Z] ---> 093f085808a0 [2023-02-16T15:24:07.178Z] Step 13/13 : RUN ${MAKE} [2023-02-16T15:24:07.178Z] ---> Running in b1a7fa770184 [2023-02-16T15:24:07.178Z] noop [2023-02-16T15:24:07.178Z] Removing intermediate container b1a7fa770184 [2023-02-16T15:24:07.178Z] ---> 9c6748ba6144 [2023-02-16T15:24:07.178Z] Successfully built 9c6748ba6144 [2023-02-16T15:24:07.178Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:24:07.548Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T15:24:07.548Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:24:07.751Z] prd-ubuntu20.04-docker-arm64-4c-16g-6311 does not seem to be running inside a container [2023-02-16T15:24:07.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/78 -v /w/workspace/device-usb-camera/78:/w/workspace/device-usb-camera/78:rw,z -v /w/workspace/device-usb-camera/78@tmp:/w/workspace/device-usb-camera/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-16T15:24:09.147Z] $ docker top ac290e4dfd416f435d100ffde0205e7cb5d9146e8f3872809754355662cd1b0f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:24:09.993Z] + go version [2023-02-16T15:24:09.993Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-16T15:24:10.020Z] $ docker stop --time=1 ac290e4dfd416f435d100ffde0205e7cb5d9146e8f3872809754355662cd1b0f [2023-02-16T15:24:11.656Z] $ docker rm -f --volumes ac290e4dfd416f435d100ffde0205e7cb5d9146e8f3872809754355662cd1b0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:24:12.217Z] + docker inspect -f . ci-base-image-arm64 [2023-02-16T15:24:12.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:24:12.406Z] prd-ubuntu20.04-docker-arm64-4c-16g-6311 does not seem to be running inside a container [2023-02-16T15:24:12.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/78 -v /w/workspace/device-usb-camera/78:/w/workspace/device-usb-camera/78:rw,z -v /w/workspace/device-usb-camera/78@tmp:/w/workspace/device-usb-camera/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-16T15:24:13.661Z] $ docker top 4b15250f934d1d1a5521ea6b67e4577318d88d4c57fed1e109eb7b4735d872ed -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:24:14.176Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/78 [Pipeline] fileExists [Pipeline] sh [2023-02-16T15:24:15.104Z] + make test [2023-02-16T15:24:15.104Z] go test ./... -coverprofile=coverage.out ./... [2023-02-16T15:24:17.053Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-16T15:25:53.710Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-16T15:25:53.710Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.064s coverage: 1.9% of statements [2023-02-16T15:25:53.710Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-16T15:25:53.710Z] go vet ./... [2023-02-16T15:26:11.925Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-16T15:26:11.925Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-16T15:26:11.925Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-16T15:26:11.947Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-16T15:26:11.967Z] $ docker stop --time=1 4b15250f934d1d1a5521ea6b67e4577318d88d4c57fed1e109eb7b4735d872ed [2023-02-16T15:26:13.718Z] $ docker rm -f --volumes 4b15250f934d1d1a5521ea6b67e4577318d88d4c57fed1e109eb7b4735d872ed [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:26:14.671Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-16T15:26:14.693Z] Warning: overwriting stash ‘coverage-report’ [2023-02-16T15:26:15.189Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-16T15:26:15.583Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-16T15:26:15.905Z] + ls -al . [2023-02-16T15:26:15.905Z] total 204 [2023-02-16T15:26:15.905Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 16 15:24 . [2023-02-16T15:26:15.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:21 .. [2023-02-16T15:26:15.905Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 16 15:22 .git [2023-02-16T15:26:15.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:22 .github [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 16 15:22 .gitignore [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 16 15:22 .golangci.yml [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 16 15:22 .hadolint.yml [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 16 15:22 Attribution.txt [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 16 15:22 CHANGELOG.md [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 16 15:22 Dockerfile [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 16 15:22 GOVERNANCE.md [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 16 15:22 Jenkinsfile [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 16 15:22 LICENSE [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 16 15:22 Makefile [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 16 15:22 OWNERS.md [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 16 15:22 README.md [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 16 15:17 VERSION [2023-02-16T15:26:15.905Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 16 15:22 bin [2023-02-16T15:26:15.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:22 cmd [2023-02-16T15:26:15.905Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 16 15:25 coverage.out [2023-02-16T15:26:15.905Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 16 15:22 docker-entrypoint.sh [2023-02-16T15:26:15.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:22 docs [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 3574 Feb 16 15:22 go.mod [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 45170 Feb 16 15:22 go.sum [2023-02-16T15:26:15.905Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 16 15:22 internal [2023-02-16T15:26:15.905Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 16 15:22 snap [2023-02-16T15:26:15.905Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 16 15:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:26:16.246Z] + 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=d43df4097523a2749be68cc9a7c29d8397ed8c11 --label arch=arm64 --label version=3.0.0-dev.7 . [2023-02-16T15:26:16.511Z] Sending build context to Docker daemon 1.163MB [2023-02-16T15:26:16.511Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-16T15:26:16.511Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-16T15:26:16.511Z] ---> 9c6748ba6144 [2023-02-16T15:26:16.511Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-16T15:26:16.778Z] ---> Running in c52e4c79fc6f [2023-02-16T15:26:17.047Z] Removing intermediate container c52e4c79fc6f [2023-02-16T15:26:17.047Z] ---> f9ee14df59a7 [2023-02-16T15:26:17.047Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-16T15:26:17.047Z] ---> Running in 9af958b92535 [2023-02-16T15:26:17.313Z] Removing intermediate container 9af958b92535 [2023-02-16T15:26:17.313Z] ---> 6de53c147910 [2023-02-16T15:26:17.313Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-16T15:26:17.313Z] ---> Running in ab5bfdc28826 [2023-02-16T15:26:17.583Z] Removing intermediate container ab5bfdc28826 [2023-02-16T15:26:17.583Z] ---> 877666d3ac56 [2023-02-16T15:26:17.583Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-16T15:26:17.852Z] ---> Running in 74699d5928d0 [2023-02-16T15:26:18.130Z] Removing intermediate container 74699d5928d0 [2023-02-16T15:26:18.130Z] ---> 4fd23bf32d06 [2023-02-16T15:26:18.130Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-16T15:26:18.130Z] ---> Running in e715e52cdec5 [2023-02-16T15:26:19.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:19.359Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:26:20.324Z] OK: 228 MiB in 65 packages [2023-02-16T15:26:21.288Z] Removing intermediate container e715e52cdec5 [2023-02-16T15:26:21.288Z] ---> e9d37a6d9c68 [2023-02-16T15:26:21.288Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-16T15:26:21.288Z] ---> Running in 6c2f5b73c548 [2023-02-16T15:26:21.288Z] Removing intermediate container 6c2f5b73c548 [2023-02-16T15:26:21.288Z] ---> aa3be788189b [2023-02-16T15:26:21.288Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-16T15:26:21.886Z] ---> 7830ddb1c5da [2023-02-16T15:26:21.886Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-16T15:26:21.886Z] ---> Running in 38a9d6a34b8d [2023-02-16T15:26:25.234Z] Removing intermediate container 38a9d6a34b8d [2023-02-16T15:26:25.234Z] ---> f2cb2aeebb37 [2023-02-16T15:26:25.234Z] Step 11/35 : COPY . . [2023-02-16T15:26:26.193Z] ---> 135690dd1a1d [2023-02-16T15:26:26.193Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-16T15:26:26.193Z] ---> Running in 2dee1283b8d7 [2023-02-16T15:26:27.152Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:26:27.152Z]    Dload Upload Total Spent  Left  Speed [2023-02-16T15:26:27.152Z] 0  0  0  0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12763 0 --:--:-- --:--:-- --:--:-- 12951 [2023-02-16T15:26:27.735Z] Removing intermediate container 2dee1283b8d7 [2023-02-16T15:26:27.735Z] ---> 13cbc725c8a3 [2023-02-16T15:26:27.735Z] Step 13/35 : RUN ${MAKE} [2023-02-16T15:26:27.735Z] ---> Running in 91f166a6c947 [2023-02-16T15:26:28.693Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.7" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-16T15:28:50.436Z] Removing intermediate container 91f166a6c947 [2023-02-16T15:28:50.436Z] ---> acb4267bbe08 [2023-02-16T15:28:50.436Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-16T15:28:50.436Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-16T15:28:50.436Z] eab2503cf8f4: Pulling fs layer [2023-02-16T15:28:50.436Z] 97cd0a44c592: Pulling fs layer [2023-02-16T15:28:50.436Z] 97cd0a44c592: Verifying Checksum [2023-02-16T15:28:50.436Z] 97cd0a44c592: Download complete [2023-02-16T15:28:50.436Z] eab2503cf8f4: Download complete [2023-02-16T15:28:50.436Z] eab2503cf8f4: Pull complete [2023-02-16T15:28:50.436Z] 97cd0a44c592: Pull complete [2023-02-16T15:28:50.436Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-16T15:28:50.436Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-16T15:28:50.436Z] ---> 7f763cca56b3 [2023-02-16T15:28:50.436Z] Step 15/35 : FROM alpine:3.16 [2023-02-16T15:28:50.436Z] 3.16: Pulling from library/alpine [2023-02-16T15:28:50.436Z] 3760b48202b3: Pulling fs layer [2023-02-16T15:28:50.436Z] 3760b48202b3: Verifying Checksum [2023-02-16T15:28:50.436Z] 3760b48202b3: Download complete [2023-02-16T15:28:50.436Z] 3760b48202b3: Pull complete [2023-02-16T15:28:50.436Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-16T15:28:50.436Z] Status: Downloaded newer image for alpine:3.16 [2023-02-16T15:28:50.436Z] ---> 4c81e5bf8899 [2023-02-16T15:28:50.436Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-16T15:28:50.436Z] ---> Running in ab709681ca56 [2023-02-16T15:28:50.436Z] Removing intermediate container ab709681ca56 [2023-02-16T15:28:50.436Z] ---> de6759b04d4b [2023-02-16T15:28:50.436Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-16T15:28:50.436Z] ---> Running in 853566449f32 [2023-02-16T15:28:51.391Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-16T15:28:51.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-16T15:28:52.612Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-02-16T15:28:52.612Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-02-16T15:28:52.612Z] (3/79) Installing libxau (1.0.9-r0) [2023-02-16T15:28:52.612Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-02-16T15:28:52.612Z] (5/79) Installing libxcb (1.15-r0) [2023-02-16T15:28:52.612Z] (6/79) Installing libx11 (1.8-r0) [2023-02-16T15:28:52.878Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-02-16T15:28:52.878Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-02-16T15:28:52.878Z] (9/79) Installing expat (2.5.0-r0) [2023-02-16T15:28:52.878Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-02-16T15:28:52.878Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-02-16T15:28:53.144Z] (12/79) Installing libpng (1.6.37-r1) [2023-02-16T15:28:53.144Z] (13/79) Installing freetype (2.12.1-r0) [2023-02-16T15:28:53.144Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-02-16T15:28:53.144Z] (15/79) Installing fribidi (1.0.12-r0) [2023-02-16T15:28:53.144Z] (16/79) Installing libffi (3.4.2-r1) [2023-02-16T15:28:53.144Z] (17/79) Installing libintl (0.21-r2) [2023-02-16T15:28:53.144Z] (18/79) Installing libblkid (2.38-r1) [2023-02-16T15:28:53.144Z] (19/79) Installing libmount (2.38-r1) [2023-02-16T15:28:53.144Z] (20/79) Installing pcre (8.45-r2) [2023-02-16T15:28:53.144Z] (21/79) Installing glib (2.72.1-r0) [2023-02-16T15:28:53.144Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-02-16T15:28:53.144Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-02-16T15:28:53.409Z] (24/79) Installing libass (0.16.0-r0) [2023-02-16T15:28:53.409Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-02-16T15:28:53.409Z] (26/79) Installing libdrm (2.4.110-r0) [2023-02-16T15:28:53.409Z] (27/79) Installing gmp (6.2.1-r2) [2023-02-16T15:28:53.409Z] (28/79) Installing nettle (3.7.3-r0) [2023-02-16T15:28:53.409Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-02-16T15:28:53.409Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-02-16T15:28:53.409Z] (31/79) Installing libunistring (1.0-r0) [2023-02-16T15:28:53.409Z] (32/79) Installing gnutls (3.7.7-r1) [2023-02-16T15:28:53.409Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-16T15:28:53.409Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-16T15:28:53.409Z] (35/79) Installing lame (3.100-r0) [2023-02-16T15:28:53.674Z] (36/79) Installing opus (1.3.1-r1) [2023-02-16T15:28:53.674Z] (37/79) Installing libasyncns (0.8-r1) [2023-02-16T15:28:53.674Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-02-16T15:28:53.674Z] (39/79) Installing libltdl (2.4.7-r0) [2023-02-16T15:28:53.674Z] (40/79) Installing orc (0.4.32-r0) [2023-02-16T15:28:53.674Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-02-16T15:28:53.674Z] (42/79) Installing libogg (1.3.5-r1) [2023-02-16T15:28:53.674Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-16T15:28:53.674Z] (44/79) Installing flac (1.3.4-r0) [2023-02-16T15:28:53.674Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-02-16T15:28:53.674Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-02-16T15:28:53.674Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-02-16T15:28:53.674Z] (48/79) Installing soxr (0.1.3-r2) [2023-02-16T15:28:53.674Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-02-16T15:28:53.674Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-02-16T15:28:53.674Z] (51/79) Installing libpulse (15.0-r2) [2023-02-16T15:28:53.674Z] (52/79) Installing cjson (1.7.15-r3) [2023-02-16T15:28:53.674Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-02-16T15:28:53.939Z] (54/79) Installing librist (0.2.6-r1) [2023-02-16T15:28:53.939Z] (55/79) Installing libsrt (1.4.4-r0) [2023-02-16T15:28:53.939Z] (56/79) Installing libssh (0.9.6-r1) [2023-02-16T15:28:53.939Z] (57/79) Installing libtheora (1.1.1-r16) [2023-02-16T15:28:53.939Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-02-16T15:28:53.939Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-02-16T15:28:53.939Z] (60/79) Installing libxext (1.3.4-r0) [2023-02-16T15:28:53.939Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-02-16T15:28:53.939Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-02-16T15:28:53.939Z] (63/79) Installing libva (2.14.0-r0) [2023-02-16T15:28:53.939Z] (64/79) Installing libvdpau (1.5-r0) [2023-02-16T15:28:53.939Z] (65/79) Installing vidstab (1.1.0-r1) [2023-02-16T15:28:53.939Z] (66/79) Installing libvpx (1.11.0-r1) [2023-02-16T15:28:53.939Z] (67/79) Installing libwebp (1.2.3-r0) [2023-02-16T15:28:53.939Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-02-16T15:28:54.203Z] (69/79) Installing numactl (2.0.14-r0) [2023-02-16T15:28:54.203Z] (70/79) Installing x265-libs (3.5-r3) [2023-02-16T15:28:54.203Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-02-16T15:28:54.203Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-02-16T15:28:54.788Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-02-16T15:28:54.788Z] (74/79) Installing udev-init-scripts (35-r0) [2023-02-16T15:28:54.788Z] Executing udev-init-scripts-35-r0.post-install [2023-02-16T15:28:54.788Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-02-16T15:28:54.788Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-02-16T15:28:54.788Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-02-16T15:28:54.788Z] (78/79) Installing kmod-libs (29-r2) [2023-02-16T15:28:54.788Z] (79/79) Installing eudev (3.2.11-r0) [2023-02-16T15:28:54.788Z] Executing busybox-1.35.0-r17.trigger [2023-02-16T15:28:54.788Z] Executing eudev-3.2.11-r0.trigger [2023-02-16T15:28:54.788Z] OK: 77 MiB in 93 packages [2023-02-16T15:28:59.037Z] Removing intermediate container 853566449f32 [2023-02-16T15:28:59.037Z] ---> afb8e4ec037a [2023-02-16T15:28:59.037Z] Step 18/35 : WORKDIR / [2023-02-16T15:28:59.037Z] ---> Running in a9c0d75dce84 [2023-02-16T15:28:59.305Z] Removing intermediate container a9c0d75dce84 [2023-02-16T15:28:59.305Z] ---> 611119754b63 [2023-02-16T15:28:59.305Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-16T15:29:00.716Z] ---> 8cdeb2b9ad02 [2023-02-16T15:29:00.716Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-16T15:29:00.982Z] ---> da47a51c6ee4 [2023-02-16T15:29:00.982Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-16T15:29:01.563Z] ---> 6f2df1d11346 [2023-02-16T15:29:01.563Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-16T15:29:01.831Z] ---> 4afad05ea503 [2023-02-16T15:29:01.831Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-16T15:29:02.414Z] ---> e575804f340e [2023-02-16T15:29:02.414Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-16T15:29:02.997Z] ---> 8270274ae9f3 [2023-02-16T15:29:02.997Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-16T15:29:04.403Z] ---> e8a65c6caa27 [2023-02-16T15:29:04.403Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-16T15:29:04.403Z] ---> Running in 68456bfe389c [2023-02-16T15:29:05.817Z] Removing intermediate container 68456bfe389c [2023-02-16T15:29:05.817Z] ---> 6635b3e91573 [2023-02-16T15:29:05.817Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-16T15:29:05.817Z] ---> Running in 12b6da663e29 [2023-02-16T15:29:07.769Z] Removing intermediate container 12b6da663e29 [2023-02-16T15:29:07.769Z] ---> f8efb41b098d [2023-02-16T15:29:07.769Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-16T15:29:07.769Z] ---> Running in fb146ad0d710 [2023-02-16T15:29:09.181Z] Removing intermediate container fb146ad0d710 [2023-02-16T15:29:09.181Z] ---> a648b9d2be88 [2023-02-16T15:29:09.181Z] Step 29/35 : EXPOSE 59983 [2023-02-16T15:29:09.451Z] ---> Running in e2fa3ffb46df [2023-02-16T15:29:09.719Z] Removing intermediate container e2fa3ffb46df [2023-02-16T15:29:09.719Z] ---> 88ba1f20d952 [2023-02-16T15:29:09.719Z] Step 30/35 : EXPOSE 8554 [2023-02-16T15:29:09.719Z] ---> Running in 1164b77e37bd [2023-02-16T15:29:09.988Z] Removing intermediate container 1164b77e37bd [2023-02-16T15:29:09.988Z] ---> 6e824da784ba [2023-02-16T15:29:09.988Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-16T15:29:10.256Z] ---> Running in f6ad3293c9ef [2023-02-16T15:29:10.525Z] Removing intermediate container f6ad3293c9ef [2023-02-16T15:29:10.525Z] ---> 2287b7a74911 [2023-02-16T15:29:10.525Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-16T15:29:10.525Z] ---> Running in 17d91ae530f6 [2023-02-16T15:29:10.795Z] Removing intermediate container 17d91ae530f6 [2023-02-16T15:29:10.795Z] ---> 312b7ec0ce3d [2023-02-16T15:29:10.795Z] Step 33/35 : LABEL arch=arm64 [2023-02-16T15:29:11.063Z] ---> Running in 287a911adbe3 [2023-02-16T15:29:11.331Z] Removing intermediate container 287a911adbe3 [2023-02-16T15:29:11.331Z] ---> 6373ac02c0fb [2023-02-16T15:29:11.331Z] Step 34/35 : LABEL git_sha=d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:29:11.331Z] ---> Running in 468db08a24fe [2023-02-16T15:29:11.607Z] Removing intermediate container 468db08a24fe [2023-02-16T15:29:11.607Z] ---> 1f726db9444c [2023-02-16T15:29:11.607Z] Step 35/35 : LABEL version=3.0.0-dev.7 [2023-02-16T15:29:11.875Z] ---> Running in c51fce87a382 [2023-02-16T15:29:12.143Z] Removing intermediate container c51fce87a382 [2023-02-16T15:29:12.143Z] ---> 9fc08f3756bb [2023-02-16T15:29:12.143Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-16T15:29:12.143Z] Successfully built 9fc08f3756bb [2023-02-16T15:29:12.143Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:29:12.256Z] provisioning config files... [2023-02-16T15:29:12.273Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/78@tmp/config11483920905600558920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:29:12.642Z] ---> docker-login.sh [2023-02-16T15:29:12.642Z] nexus3.edgexfoundry.org:10001 [2023-02-16T15:29:12.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:29:12.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:29:12.986Z] Configure a credential helper to remove this warning. See [2023-02-16T15:29:12.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:29:12.986Z] [2023-02-16T15:29:12.986Z] Login Succeeded [2023-02-16T15:29:12.986Z] nexus3.edgexfoundry.org:10002 [2023-02-16T15:29:13.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:29:13.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:29:13.532Z] Configure a credential helper to remove this warning. See [2023-02-16T15:29:13.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:29:13.532Z] [2023-02-16T15:29:13.532Z] Login Succeeded [2023-02-16T15:29:13.532Z] nexus3.edgexfoundry.org:10003 [2023-02-16T15:29:13.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:29:13.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:29:13.804Z] Configure a credential helper to remove this warning. See [2023-02-16T15:29:13.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:29:13.804Z] [2023-02-16T15:29:13.804Z] Login Succeeded [2023-02-16T15:29:13.804Z] nexus3.edgexfoundry.org:10004 [2023-02-16T15:29:14.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:29:14.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:29:14.354Z] Configure a credential helper to remove this warning. See [2023-02-16T15:29:14.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:29:14.354Z] [2023-02-16T15:29:14.354Z] Login Succeeded [2023-02-16T15:29:14.354Z] docker.io [2023-02-16T15:29:14.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-16T15:29:14.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-16T15:29:14.897Z] Configure a credential helper to remove this warning. See [2023-02-16T15:29:14.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-16T15:29:14.897Z] [2023-02-16T15:29:14.897Z] Login Succeeded [2023-02-16T15:29:14.897Z] ---> docker-login.sh ends [Pipeline] } [2023-02-16T15:29:14.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:29:14.941Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-16T15:29:14.956Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-02-16T15:29:14.956Z] d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:29:14.956Z] latest [2023-02-16T15:29:14.956Z] 3.0.0-dev.7 [2023-02-16T15:29:14.956Z] d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:29:14.956Z] main [2023-02-16T15:29:14.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:15.317Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:15.664Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:29:15.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-16T15:29:15.664Z] d0ee4db72fd5: Preparing [2023-02-16T15:29:15.664Z] 633d1ba14b0b: Preparing [2023-02-16T15:29:15.664Z] c50f583e46fe: Preparing [2023-02-16T15:29:15.664Z] a43932d1df72: Preparing [2023-02-16T15:29:15.664Z] 1207169bf42c: Preparing [2023-02-16T15:29:15.664Z] 28ce63644956: Preparing [2023-02-16T15:29:15.664Z] 70aebe132498: Preparing [2023-02-16T15:29:15.664Z] ee43f63f354d: Preparing [2023-02-16T15:29:15.664Z] 39a7511798de: Preparing [2023-02-16T15:29:15.664Z] 0756da97b709: Preparing [2023-02-16T15:29:15.664Z] fe49734b1670: Preparing [2023-02-16T15:29:15.664Z] f70ee36035b9: Preparing [2023-02-16T15:29:15.664Z] 70aebe132498: Waiting [2023-02-16T15:29:15.664Z] 39a7511798de: Waiting [2023-02-16T15:29:15.664Z] 0756da97b709: Waiting [2023-02-16T15:29:15.664Z] fe49734b1670: Waiting [2023-02-16T15:29:15.664Z] f70ee36035b9: Waiting [2023-02-16T15:29:15.664Z] ee43f63f354d: Waiting [2023-02-16T15:29:15.664Z] 28ce63644956: Waiting [2023-02-16T15:29:15.932Z] 1207169bf42c: Pushed [2023-02-16T15:29:16.203Z] 633d1ba14b0b: Pushed [2023-02-16T15:29:16.203Z] c50f583e46fe: Pushed [2023-02-16T15:29:16.203Z] d0ee4db72fd5: Pushed [2023-02-16T15:29:16.203Z] 28ce63644956: Pushed [2023-02-16T15:29:16.203Z] 70aebe132498: Pushed [2023-02-16T15:29:16.203Z] ee43f63f354d: Pushed [2023-02-16T15:29:16.499Z] 39a7511798de: Pushed [2023-02-16T15:29:16.499Z] f70ee36035b9: Layer already exists [2023-02-16T15:29:20.756Z] a43932d1df72: Pushed [2023-02-16T15:29:21.717Z] 0756da97b709: Pushed [2023-02-16T15:29:34.034Z] fe49734b1670: Pushed [2023-02-16T15:29:34.034Z] d43df4097523a2749be68cc9a7c29d8397ed8c11: digest: sha256:a7df5359e23968b3e6aa99adedf4d7d8f7254edbf8c84614ffe59240d2f79965 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:34.386Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:34.736Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-16T15:29:34.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-16T15:29:34.736Z] d0ee4db72fd5: Preparing [2023-02-16T15:29:34.736Z] 633d1ba14b0b: Preparing [2023-02-16T15:29:34.736Z] c50f583e46fe: Preparing [2023-02-16T15:29:34.736Z] a43932d1df72: Preparing [2023-02-16T15:29:34.736Z] 1207169bf42c: Preparing [2023-02-16T15:29:34.736Z] 28ce63644956: Preparing [2023-02-16T15:29:34.736Z] 70aebe132498: Preparing [2023-02-16T15:29:34.736Z] ee43f63f354d: Preparing [2023-02-16T15:29:34.736Z] 39a7511798de: Preparing [2023-02-16T15:29:34.736Z] 0756da97b709: Preparing [2023-02-16T15:29:34.736Z] fe49734b1670: Preparing [2023-02-16T15:29:34.736Z] f70ee36035b9: Preparing [2023-02-16T15:29:34.736Z] ee43f63f354d: Waiting [2023-02-16T15:29:34.736Z] 39a7511798de: Waiting [2023-02-16T15:29:34.736Z] 0756da97b709: Waiting [2023-02-16T15:29:34.736Z] fe49734b1670: Waiting [2023-02-16T15:29:34.736Z] f70ee36035b9: Waiting [2023-02-16T15:29:34.736Z] 28ce63644956: Waiting [2023-02-16T15:29:34.736Z] 70aebe132498: Waiting [2023-02-16T15:29:34.736Z] 633d1ba14b0b: Layer already exists [2023-02-16T15:29:34.736Z] 1207169bf42c: Layer already exists [2023-02-16T15:29:34.736Z] c50f583e46fe: Layer already exists [2023-02-16T15:29:34.736Z] a43932d1df72: Layer already exists [2023-02-16T15:29:34.736Z] d0ee4db72fd5: Layer already exists [2023-02-16T15:29:34.736Z] 28ce63644956: Layer already exists [2023-02-16T15:29:34.736Z] 0756da97b709: Layer already exists [2023-02-16T15:29:34.736Z] 70aebe132498: Layer already exists [2023-02-16T15:29:34.736Z] ee43f63f354d: Layer already exists [2023-02-16T15:29:34.736Z] 39a7511798de: Layer already exists [2023-02-16T15:29:34.736Z] f70ee36035b9: Layer already exists [2023-02-16T15:29:34.736Z] fe49734b1670: Layer already exists [2023-02-16T15:29:35.001Z] latest: digest: sha256:a7df5359e23968b3e6aa99adedf4d7d8f7254edbf8c84614ffe59240d2f79965 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:35.351Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:35.687Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.7 [2023-02-16T15:29:35.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-16T15:29:35.687Z] d0ee4db72fd5: Preparing [2023-02-16T15:29:35.687Z] 633d1ba14b0b: Preparing [2023-02-16T15:29:35.687Z] c50f583e46fe: Preparing [2023-02-16T15:29:35.687Z] a43932d1df72: Preparing [2023-02-16T15:29:35.687Z] 1207169bf42c: Preparing [2023-02-16T15:29:35.687Z] 28ce63644956: Preparing [2023-02-16T15:29:35.687Z] 70aebe132498: Preparing [2023-02-16T15:29:35.687Z] ee43f63f354d: Preparing [2023-02-16T15:29:35.687Z] 39a7511798de: Preparing [2023-02-16T15:29:35.687Z] 0756da97b709: Preparing [2023-02-16T15:29:35.687Z] fe49734b1670: Preparing [2023-02-16T15:29:35.687Z] f70ee36035b9: Preparing [2023-02-16T15:29:35.687Z] ee43f63f354d: Waiting [2023-02-16T15:29:35.687Z] fe49734b1670: Waiting [2023-02-16T15:29:35.687Z] f70ee36035b9: Waiting [2023-02-16T15:29:35.687Z] 39a7511798de: Waiting [2023-02-16T15:29:35.687Z] 0756da97b709: Waiting [2023-02-16T15:29:35.687Z] 28ce63644956: Waiting [2023-02-16T15:29:35.687Z] 70aebe132498: Waiting [2023-02-16T15:29:35.687Z] 1207169bf42c: Layer already exists [2023-02-16T15:29:35.687Z] d0ee4db72fd5: Layer already exists [2023-02-16T15:29:35.687Z] c50f583e46fe: Layer already exists [2023-02-16T15:29:35.687Z] 633d1ba14b0b: Layer already exists [2023-02-16T15:29:35.687Z] a43932d1df72: Layer already exists [2023-02-16T15:29:35.687Z] 70aebe132498: Layer already exists [2023-02-16T15:29:35.687Z] 28ce63644956: Layer already exists [2023-02-16T15:29:35.687Z] 0756da97b709: Layer already exists [2023-02-16T15:29:35.687Z] 39a7511798de: Layer already exists [2023-02-16T15:29:35.687Z] ee43f63f354d: Layer already exists [2023-02-16T15:29:35.687Z] f70ee36035b9: Layer already exists [2023-02-16T15:29:35.687Z] fe49734b1670: Layer already exists [2023-02-16T15:29:35.954Z] 3.0.0-dev.7: digest: sha256:a7df5359e23968b3e6aa99adedf4d7d8f7254edbf8c84614ffe59240d2f79965 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:36.303Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:36.645Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:29:36.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-16T15:29:36.645Z] d0ee4db72fd5: Preparing [2023-02-16T15:29:36.645Z] 633d1ba14b0b: Preparing [2023-02-16T15:29:36.645Z] c50f583e46fe: Preparing [2023-02-16T15:29:36.645Z] a43932d1df72: Preparing [2023-02-16T15:29:36.645Z] 1207169bf42c: Preparing [2023-02-16T15:29:36.645Z] 28ce63644956: Preparing [2023-02-16T15:29:36.645Z] 70aebe132498: Preparing [2023-02-16T15:29:36.645Z] ee43f63f354d: Preparing [2023-02-16T15:29:36.645Z] 39a7511798de: Preparing [2023-02-16T15:29:36.645Z] 0756da97b709: Preparing [2023-02-16T15:29:36.645Z] fe49734b1670: Preparing [2023-02-16T15:29:36.645Z] f70ee36035b9: Preparing [2023-02-16T15:29:36.645Z] ee43f63f354d: Waiting [2023-02-16T15:29:36.645Z] 39a7511798de: Waiting [2023-02-16T15:29:36.645Z] 0756da97b709: Waiting [2023-02-16T15:29:36.645Z] fe49734b1670: Waiting [2023-02-16T15:29:36.645Z] f70ee36035b9: Waiting [2023-02-16T15:29:36.645Z] 28ce63644956: Waiting [2023-02-16T15:29:36.645Z] 70aebe132498: Waiting [2023-02-16T15:29:36.645Z] a43932d1df72: Layer already exists [2023-02-16T15:29:36.645Z] 1207169bf42c: Layer already exists [2023-02-16T15:29:36.645Z] 633d1ba14b0b: Layer already exists [2023-02-16T15:29:36.645Z] d0ee4db72fd5: Layer already exists [2023-02-16T15:29:36.645Z] c50f583e46fe: Layer already exists [2023-02-16T15:29:36.645Z] 28ce63644956: Layer already exists [2023-02-16T15:29:36.645Z] 70aebe132498: Layer already exists [2023-02-16T15:29:36.645Z] ee43f63f354d: Layer already exists [2023-02-16T15:29:36.645Z] 0756da97b709: Layer already exists [2023-02-16T15:29:36.645Z] 39a7511798de: Layer already exists [2023-02-16T15:29:36.645Z] f70ee36035b9: Layer already exists [2023-02-16T15:29:36.645Z] fe49734b1670: Layer already exists [2023-02-16T15:29:36.914Z] d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7: digest: sha256:a7df5359e23968b3e6aa99adedf4d7d8f7254edbf8c84614ffe59240d2f79965 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:37.254Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:37.589Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-02-16T15:29:37.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-16T15:29:37.590Z] d0ee4db72fd5: Preparing [2023-02-16T15:29:37.590Z] 633d1ba14b0b: Preparing [2023-02-16T15:29:37.590Z] c50f583e46fe: Preparing [2023-02-16T15:29:37.590Z] a43932d1df72: Preparing [2023-02-16T15:29:37.590Z] 1207169bf42c: Preparing [2023-02-16T15:29:37.590Z] 28ce63644956: Preparing [2023-02-16T15:29:37.590Z] 70aebe132498: Preparing [2023-02-16T15:29:37.590Z] ee43f63f354d: Preparing [2023-02-16T15:29:37.590Z] 39a7511798de: Preparing [2023-02-16T15:29:37.590Z] 0756da97b709: Preparing [2023-02-16T15:29:37.590Z] fe49734b1670: Preparing [2023-02-16T15:29:37.590Z] f70ee36035b9: Preparing [2023-02-16T15:29:37.590Z] ee43f63f354d: Waiting [2023-02-16T15:29:37.590Z] 39a7511798de: Waiting [2023-02-16T15:29:37.590Z] 0756da97b709: Waiting [2023-02-16T15:29:37.590Z] fe49734b1670: Waiting [2023-02-16T15:29:37.590Z] f70ee36035b9: Waiting [2023-02-16T15:29:37.590Z] 28ce63644956: Waiting [2023-02-16T15:29:37.590Z] 70aebe132498: Waiting [2023-02-16T15:29:37.590Z] a43932d1df72: Layer already exists [2023-02-16T15:29:37.590Z] 633d1ba14b0b: Layer already exists [2023-02-16T15:29:37.590Z] c50f583e46fe: Layer already exists [2023-02-16T15:29:37.590Z] d0ee4db72fd5: Layer already exists [2023-02-16T15:29:37.590Z] 1207169bf42c: Layer already exists [2023-02-16T15:29:37.590Z] 28ce63644956: Layer already exists [2023-02-16T15:29:37.590Z] 70aebe132498: Layer already exists [2023-02-16T15:29:37.590Z] 0756da97b709: Layer already exists [2023-02-16T15:29:37.590Z] ee43f63f354d: Layer already exists [2023-02-16T15:29:37.590Z] 39a7511798de: Layer already exists [2023-02-16T15:29:37.590Z] fe49734b1670: Layer already exists [2023-02-16T15:29:37.590Z] f70ee36035b9: Layer already exists [2023-02-16T15:29:37.856Z] main: digest: sha256:a7df5359e23968b3e6aa99adedf4d7d8f7254edbf8c84614ffe59240d2f79965 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-16T15:29:37.900Z] ===================================================== [Pipeline] echo [2023-02-16T15:29:37.906Z] taggedImages: [2023-02-16T15:29:37.906Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11 [2023-02-16T15:29:37.906Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-16T15:29:37.906Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.7 [2023-02-16T15:29:37.906Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:d43df4097523a2749be68cc9a7c29d8397ed8c11-3.0.0-dev.7 [2023-02-16T15:29:37.906Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:38.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:29:38.251Z] [2023-02-16T15:29:38.251Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:29:38.579Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:29:38.579Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-16T15:29:38.579Z] 8998bd30e6a1: Pulling fs layer [2023-02-16T15:29:38.579Z] 04944245beec: Pulling fs layer [2023-02-16T15:29:38.579Z] 699f458cf7ca: Pulling fs layer [2023-02-16T15:29:38.579Z] 765212b225bb: Pulling fs layer [2023-02-16T15:29:38.579Z] f23df028b6ca: Pulling fs layer [2023-02-16T15:29:38.579Z] d65c8cfc05b1: Pulling fs layer [2023-02-16T15:29:38.579Z] 2437ff75d9bd: Pulling fs layer [2023-02-16T15:29:38.579Z] 765212b225bb: Waiting [2023-02-16T15:29:38.579Z] d65c8cfc05b1: Waiting [2023-02-16T15:29:38.850Z] 04944245beec: Verifying Checksum [2023-02-16T15:29:38.850Z] 04944245beec: Download complete [2023-02-16T15:29:38.850Z] 765212b225bb: Verifying Checksum [2023-02-16T15:29:38.850Z] 765212b225bb: Download complete [2023-02-16T15:29:38.850Z] f23df028b6ca: Download complete [2023-02-16T15:29:38.850Z] d65c8cfc05b1: Verifying Checksum [2023-02-16T15:29:38.850Z] d65c8cfc05b1: Download complete [2023-02-16T15:29:38.850Z] 699f458cf7ca: Verifying Checksum [2023-02-16T15:29:38.850Z] 699f458cf7ca: Download complete [2023-02-16T15:29:39.435Z] 8998bd30e6a1: Verifying Checksum [2023-02-16T15:29:39.435Z] 8998bd30e6a1: Download complete [2023-02-16T15:29:42.020Z] 2437ff75d9bd: Verifying Checksum [2023-02-16T15:29:42.020Z] 2437ff75d9bd: Download complete [2023-02-16T15:29:43.429Z] 8998bd30e6a1: Pull complete [2023-02-16T15:29:43.696Z] 04944245beec: Pull complete [2023-02-16T15:29:45.103Z] 699f458cf7ca: Pull complete [2023-02-16T15:29:45.103Z] 765212b225bb: Pull complete [2023-02-16T15:29:46.059Z] f23df028b6ca: Pull complete [2023-02-16T15:29:46.059Z] d65c8cfc05b1: Pull complete [2023-02-16T15:30:01.044Z] 2437ff75d9bd: Pull complete [2023-02-16T15:30:01.044Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-16T15:30:01.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-16T15:30:01.044Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:01.247Z] prd-ubuntu20.04-docker-arm64-4c-16g-6311 does not seem to be running inside a container [2023-02-16T15:30:01.310Z] $ 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/78 -v /w/workspace/device-usb-camera/78:/w/workspace/device-usb-camera/78:rw,z -v /w/workspace/device-usb-camera/78@tmp:/w/workspace/device-usb-camera/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-16T15:30:02.811Z] $ docker top 51e99531ba24195a0753c3e08583af9f101e95d8f3dd6b7e0fa8d18bb0f136d8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:03.650Z] ---> job-cost.sh [2023-02-16T15:30:03.650Z] lf-activate-venv: SKIPPING [2023-02-16T15:30:03.650Z] INFO: No Stack... [2023-02-16T15:30:04.230Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-16T15:30:04.810Z] INFO: Archiving Costs [Pipeline] sh [2023-02-16T15:30:05.131Z] + + cutcat -d, /w/workspace/device-usb-camera/78/archives/cost.csv -f6 [2023-02-16T15:30:05.131Z] [Pipeline] lock [2023-02-16T15:30:05.194Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [2023-02-16T15:30:05.203Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] did not exist. Created. [2023-02-16T15:30:05.203Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T15:30:05.878Z] /w/workspace/device-usb-camera/78@tmp/durable-d544284f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-16T15:30:06.296Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-16T15:30:06.334Z] Warning: overwriting stash ‘stack-cost’ [2023-02-16T15:30:06.388Z] Stashed 1 file(s) [Pipeline] } [2023-02-16T15:30:06.394Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-78-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-16T15:30:06.412Z] $ docker stop --time=1 51e99531ba24195a0753c3e08583af9f101e95d8f3dd6b7e0fa8d18bb0f136d8 [2023-02-16T15:30:07.884Z] $ docker rm -f --volumes 51e99531ba24195a0753c3e08583af9f101e95d8f3dd6b7e0fa8d18bb0f136d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-16T15:30:08.225Z] provisioning config files... [2023-02-16T15:30:08.231Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4012141371344177427tmp [Pipeline] { [Pipeline] sh [2023-02-16T15:30:08.518Z] + set +x [2023-02-16T15:30:08.518Z] + curl -s https://codecov.io/bash [2023-02-16T15:30:08.518Z] + bash -s -- [2023-02-16T15:30:08.518Z] [2023-02-16T15:30:08.518Z] _____ _ [2023-02-16T15:30:08.518Z] / ____| | | [2023-02-16T15:30:08.518Z] | | ___ __| | ___ ___ _____ __ [2023-02-16T15:30:08.518Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-16T15:30:08.518Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-16T15:30:08.518Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-16T15:30:08.518Z] Bash-1.0.6 [2023-02-16T15:30:08.518Z] [2023-02-16T15:30:08.518Z] [2023-02-16T15:30:08.518Z] ==> git version 2.25.1 found [2023-02-16T15:30:08.518Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-16T15:30:08.518Z] Release-Date: 2020-01-08 [2023-02-16T15:30:08.518Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-16T15:30:08.518Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-16T15:30:08.518Z] ==> Jenkins CI detected. [2023-02-16T15:30:08.518Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-02-16T15:30:08.518Z] project root: . [2023-02-16T15:30:08.518Z] --> token set from env [2023-02-16T15:30:08.518Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-16T15:30:08.518Z] ==> Running gcov in . (disable via -X gcov) [2023-02-16T15:30:08.518Z] ==> Python coveragepy not found [2023-02-16T15:30:08.518Z] ==> Searching for coverage reports in: [2023-02-16T15:30:08.518Z] + . [2023-02-16T15:30:08.518Z] -> Found 1 reports [2023-02-16T15:30:08.518Z] ==> Detecting git/mercurial file structure [2023-02-16T15:30:08.518Z] ==> Reading reports [2023-02-16T15:30:08.518Z] + ./coverage.out bytes=30666 [2023-02-16T15:30:08.518Z] ==> Appending adjustments [2023-02-16T15:30:08.518Z] https://docs.codecov.io/docs/fixing-reports [2023-02-16T15:30:08.777Z] + Found adjustments [2023-02-16T15:30:08.777Z] ==> Gzipping contents [2023-02-16T15:30:08.777Z] 8.0K /tmp/codecov.3Jh1gO.gz [2023-02-16T15:30:08.777Z] ==> Uploading reports [2023-02-16T15:30:08.777Z] url: https://codecov.io [2023-02-16T15:30:08.777Z] query: branch=main&commit=d43df4097523a2749be68cc9a7c29d8397ed8c11&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T15:30:08.777Z] -> Pinging Codecov [2023-02-16T15:30:08.777Z] 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=d43df4097523a2749be68cc9a7c29d8397ed8c11&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F78%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-16T15:30:08.777Z] -> Uploading to [2023-02-16T15:30:08.777Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-16/73D8F5FF140700D3E01443B452E23636/d43df4097523a2749be68cc9a7c29d8397ed8c11/e577bb75-a722-4862-b58c-d4d2e3881239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230216T153008Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fce1b13a5eafa7e693fd204ecbdd3917692d7d210f7424c4f07c2a795b5c22be [2023-02-16T15:30:08.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-16T15:30:08.777Z] Dload Upload Total Spent Left Speed [2023-02-16T15:30:09.036Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4290 0 0 100 4290 0 21133 --:--:-- --:--:-- --:--:-- 21029 100 4290 0 0 100 4290 0 17298 --:--:-- --:--:-- --:--:-- 17228 [2023-02-16T15:30:09.036Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] } [2023-02-16T15:30:09.043Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-16T15:30:09.142Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-16T15:30:09.153Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:09.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:30:09.449Z] [2023-02-16T15:30:09.449Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:09.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:30:09.756Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-16T15:30:09.756Z] df9b9388f04a: Pulling fs layer [2023-02-16T15:30:09.756Z] 52dc419b0ee2: Pulling fs layer [2023-02-16T15:30:09.756Z] 25bc292e5bac: Pulling fs layer [2023-02-16T15:30:09.756Z] 114826534d7a: Pulling fs layer [2023-02-16T15:30:09.756Z] 4657fd5d0bcf: Pulling fs layer [2023-02-16T15:30:09.756Z] 6ad1cebc031e: Pulling fs layer [2023-02-16T15:30:09.756Z] 8a3aa393b2d8: Pulling fs layer [2023-02-16T15:30:09.756Z] 4657fd5d0bcf: Waiting [2023-02-16T15:30:09.756Z] 8a3aa393b2d8: Waiting [2023-02-16T15:30:09.756Z] 114826534d7a: Waiting [2023-02-16T15:30:09.756Z] 6ad1cebc031e: Waiting [2023-02-16T15:30:09.756Z] 25bc292e5bac: Verifying Checksum [2023-02-16T15:30:09.756Z] 25bc292e5bac: Download complete [2023-02-16T15:30:09.756Z] 52dc419b0ee2: Verifying Checksum [2023-02-16T15:30:09.756Z] 52dc419b0ee2: Download complete [2023-02-16T15:30:09.756Z] 4657fd5d0bcf: Verifying Checksum [2023-02-16T15:30:09.756Z] 4657fd5d0bcf: Download complete [2023-02-16T15:30:09.756Z] df9b9388f04a: Verifying Checksum [2023-02-16T15:30:09.756Z] df9b9388f04a: Download complete [2023-02-16T15:30:10.032Z] df9b9388f04a: Pull complete [2023-02-16T15:30:10.032Z] 52dc419b0ee2: Pull complete [2023-02-16T15:30:10.302Z] 25bc292e5bac: Pull complete [2023-02-16T15:30:10.302Z] 6ad1cebc031e: Verifying Checksum [2023-02-16T15:30:10.302Z] 6ad1cebc031e: Download complete [2023-02-16T15:30:10.906Z] 114826534d7a: Verifying Checksum [2023-02-16T15:30:10.906Z] 114826534d7a: Download complete [2023-02-16T15:30:11.471Z] 8a3aa393b2d8: Verifying Checksum [2023-02-16T15:30:11.471Z] 8a3aa393b2d8: Download complete [2023-02-16T15:30:14.751Z] 114826534d7a: Pull complete [2023-02-16T15:30:14.751Z] 4657fd5d0bcf: Pull complete [2023-02-16T15:30:14.751Z] 6ad1cebc031e: Pull complete [2023-02-16T15:30:17.276Z] 8a3aa393b2d8: Pull complete [2023-02-16T15:30:17.276Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-16T15:30:17.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-16T15:30:17.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:17.352Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:30:17.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-16T15:30:19.599Z] $ docker top 4e3d949c4b5a05277c01471f76bef80b8ce73f17ab52d5114c97f2e16df62f62 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-16T15:30:19.652Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-02-16T15:30:19.929Z] + set -o pipefail [2023-02-16T15:30:19.929Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-02-16T15:30:26.489Z] [2023-02-16T15:30:26.489Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-02-16T15:30:26.489Z] [2023-02-16T15:30:26.489Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/f7436758-2291-4edc-b92a-8de0ee97326f [2023-02-16T15:30:26.489Z] [2023-02-16T15:30:26.489Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-16T15:30:26.489Z] [2023-02-16T15:30:26.489Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-16T15:30:26.489Z] [2023-02-16T15:30:27.422Z] [2023-02-16T15:30:27.422Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-16T15:30:27.423Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-16T15:30:27.423Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-16T15:30:27.440Z] $ docker stop --time=1 4e3d949c4b5a05277c01471f76bef80b8ce73f17ab52d5114c97f2e16df62f62 [2023-02-16T15:30:30.009Z] $ docker rm -f --volumes 4e3d949c4b5a05277c01471f76bef80b8ce73f17ab52d5114c97f2e16df62f62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-16T15:30:30.685Z] + git log --format=format:%s -1 d43df4097523a2749be68cc9a7c29d8397ed8c11 [Pipeline] sh [2023-02-16T15:30:30.975Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:30:30.975Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:31.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:31.272Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:31.340Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:30:31.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:31.801Z] $ docker top 9f7216e418131242c504ccf53ec68cfab8700841be0b2abcbe44937ade3dae27 -eo pid,comm [2023-02-16T15:30:31.849Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:30:31.849Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:31.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:31.881Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:31.997Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:32.006Z] $ docker exec 9f7216e418131242c504ccf53ec68cfab8700841be0b2abcbe44937ade3dae27 ssh-agent [2023-02-16T15:30:32.109Z] SSH_AUTH_SOCK=/tmp/ssh-1fo4XHWMWdqH/agent.33 [2023-02-16T15:30:32.109Z] SSH_AGENT_PID=39 [2023-02-16T15:30:32.113Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:32.225Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17983522407818714739.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17983522407818714739.key) [2023-02-16T15:30:32.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:32.520Z] + git semver tag [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,723 [run_tag] DEBUG tag force:False [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,724 [check_head_tag] DEBUG check head tag [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,725 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,725 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,729 [execute] INFO git cat-file --batch [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,729 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,750 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,750 [execute] INFO git tag -a v3.0.0-dev.7 -m v3.0.0-dev.7 [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,751 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.7', '-m', 'v3.0.0-dev.7'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:32.780Z] 2023-02-16 15:30:32,756 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:32.780Z] 3.0.0-dev.7 [Pipeline] } [2023-02-16T15:30:32.795Z] $ docker exec --env ******** --env ******** 9f7216e418131242c504ccf53ec68cfab8700841be0b2abcbe44937ade3dae27 ssh-agent -k [2023-02-16T15:30:32.892Z] unset SSH_AUTH_SOCK; [2023-02-16T15:30:32.892Z] unset SSH_AGENT_PID; [2023-02-16T15:30:32.892Z] echo Agent pid 39 killed; [2023-02-16T15:30:32.895Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:30:33.204Z] + git semver [Pipeline] } [2023-02-16T15:30:33.480Z] $ docker stop --time=1 9f7216e418131242c504ccf53ec68cfab8700841be0b2abcbe44937ade3dae27 [2023-02-16T15:30:34.795Z] $ docker rm -f --volumes 9f7216e418131242c504ccf53ec68cfab8700841be0b2abcbe44937ade3dae27 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:35.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:35.155Z] [2023-02-16T15:30:35.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:35.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:35.461Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-16T15:30:35.461Z] ab5ef0e58194: Pulling fs layer [2023-02-16T15:30:35.461Z] 9712f1f96733: Pulling fs layer [2023-02-16T15:30:35.461Z] 63f879dbbcfc: Pulling fs layer [2023-02-16T15:30:35.461Z] 0d9ebad4ef96: Pulling fs layer [2023-02-16T15:30:35.461Z] e9a5061849ea: Pulling fs layer [2023-02-16T15:30:35.461Z] d747dcd14b5f: Pulling fs layer [2023-02-16T15:30:35.461Z] 2de7ff778b66: Pulling fs layer [2023-02-16T15:30:35.461Z] 0d9ebad4ef96: Waiting [2023-02-16T15:30:35.461Z] e9a5061849ea: Waiting [2023-02-16T15:30:35.461Z] d747dcd14b5f: Waiting [2023-02-16T15:30:35.461Z] 2de7ff778b66: Waiting [2023-02-16T15:30:35.461Z] 9712f1f96733: Verifying Checksum [2023-02-16T15:30:35.461Z] 9712f1f96733: Download complete [2023-02-16T15:30:36.447Z] 63f879dbbcfc: Verifying Checksum [2023-02-16T15:30:36.447Z] 63f879dbbcfc: Download complete [2023-02-16T15:30:36.447Z] e9a5061849ea: Verifying Checksum [2023-02-16T15:30:36.447Z] e9a5061849ea: Download complete [2023-02-16T15:30:36.447Z] d747dcd14b5f: Verifying Checksum [2023-02-16T15:30:36.447Z] d747dcd14b5f: Download complete [2023-02-16T15:30:36.711Z] 0d9ebad4ef96: Verifying Checksum [2023-02-16T15:30:36.711Z] 0d9ebad4ef96: Download complete [2023-02-16T15:30:36.711Z] ab5ef0e58194: Verifying Checksum [2023-02-16T15:30:36.711Z] ab5ef0e58194: Download complete [2023-02-16T15:30:36.711Z] 2de7ff778b66: Verifying Checksum [2023-02-16T15:30:36.711Z] 2de7ff778b66: Download complete [2023-02-16T15:30:39.238Z] ab5ef0e58194: Pull complete [2023-02-16T15:30:39.496Z] 9712f1f96733: Pull complete [2023-02-16T15:30:40.061Z] 63f879dbbcfc: Pull complete [2023-02-16T15:30:43.347Z] 0d9ebad4ef96: Pull complete [2023-02-16T15:30:43.914Z] e9a5061849ea: Pull complete [2023-02-16T15:30:43.914Z] d747dcd14b5f: Pull complete [2023-02-16T15:30:44.849Z] 2de7ff778b66: Pull complete [2023-02-16T15:30:44.849Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-16T15:30:44.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-16T15:30:44.849Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:44.927Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:30:44.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-16T15:30:47.640Z] $ docker top e4826c1252f654f909f09c7b9278de2945962ffe9e8305135fe324c8014fa1b5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:30:47.711Z] provisioning config files... [2023-02-16T15:30:47.718Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config10681729782913349952tmp [2023-02-16T15:30:47.728Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3762202540750696504tmp [2023-02-16T15:30:47.738Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8614159029224778960tmp [Pipeline] { [Pipeline] echo [2023-02-16T15:30:47.749Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:48.030Z] ---> sigul-configuration.sh [2023-02-16T15:30:48.031Z] gpg: directory `/root/.gnupg' created [2023-02-16T15:30:48.031Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-16T15:30:48.031Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-16T15:30:48.031Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-16T15:30:48.031Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-16T15:30:48.031Z] gpg: CAST5 encrypted data [2023-02-16T15:30:48.031Z] gpg: encrypted with 1 passphrase [2023-02-16T15:30:48.031Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-16T15:30:48.315Z] + mkdir /home/jenkins [2023-02-16T15:30:48.315Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-16T15:30:48.601Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-02-16T15:30:48.610Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:48.895Z] ---> sigul-install.sh [2023-02-16T15:30:48.895Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-16T15:30:49.184Z] + git tag --list [2023-02-16T15:30:49.184Z] v0.0.0 [2023-02-16T15:30:49.184Z] v0.0.1-dev.1 [2023-02-16T15:30:49.184Z] v0.0.1-dev.10 [2023-02-16T15:30:49.184Z] v0.0.1-dev.11 [2023-02-16T15:30:49.184Z] v0.0.1-dev.12 [2023-02-16T15:30:49.184Z] v0.0.1-dev.13 [2023-02-16T15:30:49.184Z] v0.0.1-dev.14 [2023-02-16T15:30:49.184Z] v0.0.1-dev.15 [2023-02-16T15:30:49.184Z] v0.0.1-dev.16 [2023-02-16T15:30:49.184Z] v0.0.1-dev.2 [2023-02-16T15:30:49.184Z] v0.0.1-dev.3 [2023-02-16T15:30:49.184Z] v0.0.1-dev.4 [2023-02-16T15:30:49.184Z] v0.0.1-dev.5 [2023-02-16T15:30:49.184Z] v0.0.1-dev.6 [2023-02-16T15:30:49.184Z] v0.0.1-dev.7 [2023-02-16T15:30:49.184Z] v0.0.1-dev.8 [2023-02-16T15:30:49.184Z] v0.0.1-dev.9 [2023-02-16T15:30:49.184Z] v2.2.0 [2023-02-16T15:30:49.184Z] v2.2.0-dev.17 [2023-02-16T15:30:49.184Z] v2.2.0-dev.18 [2023-02-16T15:30:49.184Z] v2.2.0-dev.19 [2023-02-16T15:30:49.184Z] v2.2.0-dev.20 [2023-02-16T15:30:49.184Z] v2.2.0-dev.21 [2023-02-16T15:30:49.184Z] v2.2.0-dev.22 [2023-02-16T15:30:49.184Z] v2.2.0-dev.23 [2023-02-16T15:30:49.184Z] v2.2.0-dev.24 [2023-02-16T15:30:49.184Z] v2.2.0-dev.25 [2023-02-16T15:30:49.184Z] v2.2.0-dev.26 [2023-02-16T15:30:49.184Z] v2.2.0-dev.27 [2023-02-16T15:30:49.184Z] v2.3.0 [2023-02-16T15:30:49.184Z] v2.3.0-dev.1 [2023-02-16T15:30:49.184Z] v2.3.0-dev.10 [2023-02-16T15:30:49.184Z] v2.3.0-dev.11 [2023-02-16T15:30:49.184Z] v2.3.0-dev.12 [2023-02-16T15:30:49.184Z] v2.3.0-dev.13 [2023-02-16T15:30:49.184Z] v2.3.0-dev.14 [2023-02-16T15:30:49.184Z] v2.3.0-dev.15 [2023-02-16T15:30:49.184Z] v2.3.0-dev.16 [2023-02-16T15:30:49.184Z] v2.3.0-dev.17 [2023-02-16T15:30:49.184Z] v2.3.0-dev.18 [2023-02-16T15:30:49.184Z] v2.3.0-dev.19 [2023-02-16T15:30:49.184Z] v2.3.0-dev.2 [2023-02-16T15:30:49.184Z] v2.3.0-dev.20 [2023-02-16T15:30:49.184Z] v2.3.0-dev.21 [2023-02-16T15:30:49.184Z] v2.3.0-dev.22 [2023-02-16T15:30:49.184Z] v2.3.0-dev.23 [2023-02-16T15:30:49.184Z] v2.3.0-dev.24 [2023-02-16T15:30:49.184Z] v2.3.0-dev.25 [2023-02-16T15:30:49.184Z] v2.3.0-dev.26 [2023-02-16T15:30:49.184Z] v2.3.0-dev.27 [2023-02-16T15:30:49.184Z] v2.3.0-dev.28 [2023-02-16T15:30:49.184Z] v2.3.0-dev.3 [2023-02-16T15:30:49.184Z] v2.3.0-dev.4 [2023-02-16T15:30:49.184Z] v2.3.0-dev.5 [2023-02-16T15:30:49.184Z] v2.3.0-dev.6 [2023-02-16T15:30:49.184Z] v2.3.0-dev.7 [2023-02-16T15:30:49.184Z] v2.3.0-dev.8 [2023-02-16T15:30:49.184Z] v2.3.0-dev.9 [2023-02-16T15:30:49.184Z] v3.0.0-dev.1 [2023-02-16T15:30:49.184Z] v3.0.0-dev.2 [2023-02-16T15:30:49.184Z] v3.0.0-dev.3 [2023-02-16T15:30:49.184Z] v3.0.0-dev.4 [2023-02-16T15:30:49.184Z] v3.0.0-dev.5 [2023-02-16T15:30:49.184Z] v3.0.0-dev.6 [2023-02-16T15:30:49.184Z] v3.0.0-dev.7 [Pipeline] sh [2023-02-16T15:30:49.468Z] + lftools sign git-tag v3.0.0-dev.7 [2023-02-16T15:30:50.036Z] Signing Git tag with Sigul... [2023-02-16T15:30:50.036Z] Signing v3.0.0-dev.7 [Pipeline] echo [2023-02-16T15:30:50.612Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:30:50.894Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-16T15:30:50.901Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-16T15:30:50.926Z] $ docker stop --time=1 e4826c1252f654f909f09c7b9278de2945962ffe9e8305135fe324c8014fa1b5 [2023-02-16T15:30:52.247Z] $ docker rm -f --volumes e4826c1252f654f909f09c7b9278de2945962ffe9e8305135fe324c8014fa1b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-16T15:30:52.635Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:30:52.635Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:52.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:52.932Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:52.999Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:30:53.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:53.377Z] $ docker top af93c6b5a62eb55a0ed2f25d8c83eb1f7c98cc66e6b9e62b578310b97a27e8c6 -eo pid,comm [2023-02-16T15:30:53.417Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:30:53.417Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:53.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:53.457Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:53.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:53.573Z] $ docker exec af93c6b5a62eb55a0ed2f25d8c83eb1f7c98cc66e6b9e62b578310b97a27e8c6 ssh-agent [2023-02-16T15:30:53.665Z] SSH_AUTH_SOCK=/tmp/ssh-zMDwjcpdQXTj/agent.33 [2023-02-16T15:30:53.665Z] SSH_AGENT_PID=39 [2023-02-16T15:30:53.670Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:53.782Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13309958916566558214.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13309958916566558214.key) [2023-02-16T15:30:53.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:54.074Z] + git semver bump pre [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [bump_version] DEBUG bumping version:3.0.0-dev.7 on axis:pre with prefix:dev [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [bump_version] DEBUG bumped version:3.0.0-dev.8 [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [write_version] DEBUG write version:3.0.0-dev.8 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,303 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,305 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,310 [execute] INFO git cat-file --batch [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,310 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:54.333Z] 2023-02-16 15:30:54,315 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:30:54.333Z] 3.0.0-dev.8 [Pipeline] } [2023-02-16T15:30:54.348Z] $ docker exec --env ******** --env ******** af93c6b5a62eb55a0ed2f25d8c83eb1f7c98cc66e6b9e62b578310b97a27e8c6 ssh-agent -k [2023-02-16T15:30:54.448Z] unset SSH_AUTH_SOCK; [2023-02-16T15:30:54.449Z] unset SSH_AGENT_PID; [2023-02-16T15:30:54.449Z] echo Agent pid 39 killed; [2023-02-16T15:30:54.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:30:54.758Z] + git semver [Pipeline] } [2023-02-16T15:30:55.034Z] $ docker stop --time=1 af93c6b5a62eb55a0ed2f25d8c83eb1f7c98cc66e6b9e62b578310b97a27e8c6 [2023-02-16T15:30:56.332Z] $ docker rm -f --volumes af93c6b5a62eb55a0ed2f25d8c83eb1f7c98cc66e6b9e62b578310b97a27e8c6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-16T15:30:56.660Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-16T15:30:56.660Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:30:56.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-16T15:30:56.960Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:30:57.043Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:30:57.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-16T15:30:57.434Z] $ docker top 1d002db63f5ac029b434571e50327192c2a707f78b9ede56a6c52f86c42d701c -eo pid,comm [2023-02-16T15:30:57.474Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-16T15:30:57.474Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-16T15:30:57.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-16T15:30:57.505Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-16T15:30:57.611Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-16T15:30:57.619Z] $ docker exec 1d002db63f5ac029b434571e50327192c2a707f78b9ede56a6c52f86c42d701c ssh-agent [2023-02-16T15:30:57.723Z] SSH_AUTH_SOCK=/tmp/ssh-6XdP27WVUxiB/agent.33 [2023-02-16T15:30:57.723Z] SSH_AGENT_PID=39 [2023-02-16T15:30:57.729Z] Running ssh-add (command line suppressed) [2023-02-16T15:30:57.844Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_18056323020136040453.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_18056323020136040453.key) [2023-02-16T15:30:57.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-16T15:30:58.137Z] + git semver push [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,378 [run_push] DEBUG push [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,379 [execute] INFO git cat-file --batch-check [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,379 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,383 [execute] INFO git rev-list b106f0be520bb78b5297ba2cb0be5125d0dc0f66 -- [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,384 [execute] DEBUG Popen(['git', 'rev-list', 'b106f0be520bb78b5297ba2cb0be5125d0dc0f66', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,391 [execute] INFO git fetch -v origin [2023-02-16T15:30:58.396Z] 2023-02-16 15:30:58,391 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-16T15:30:59.333Z] 2023-02-16 15:30:58,994 [run_push] DEBUG no remote changes detected [2023-02-16T15:30:59.333Z] 2023-02-16 15:30:58,994 [execute] INFO git push origin semver [2023-02-16T15:30:59.333Z] 2023-02-16 15:30:58,995 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:30:59.902Z] 2023-02-16 15:30:59,819 [run_push] DEBUG push all version tags [2023-02-16T15:30:59.902Z] 2023-02-16 15:30:59,820 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-16T15:30:59.902Z] 2023-02-16 15:30:59,820 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-16T15:31:00.849Z] 2023-02-16 15:31:00,654 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-16T15:31:00.849Z] 3.0.0-dev.8 [Pipeline] } [2023-02-16T15:31:00.864Z] $ docker exec --env ******** --env ******** 1d002db63f5ac029b434571e50327192c2a707f78b9ede56a6c52f86c42d701c ssh-agent -k [2023-02-16T15:31:00.957Z] unset SSH_AUTH_SOCK; [2023-02-16T15:31:00.957Z] unset SSH_AGENT_PID; [2023-02-16T15:31:00.957Z] echo Agent pid 39 killed; [2023-02-16T15:31:00.963Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-16T15:31:01.261Z] + git semver [Pipeline] } [2023-02-16T15:31:01.536Z] $ docker stop --time=1 1d002db63f5ac029b434571e50327192c2a707f78b9ede56a6c52f86c42d701c [2023-02-16T15:31:02.862Z] $ docker rm -f --volumes 1d002db63f5ac029b434571e50327192c2a707f78b9ede56a6c52f86c42d701c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-16T15:31:03.415Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-02-16T15:31:03.415Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-16T15:31:03.415Z] total 16 [2023-02-16T15:31:03.415Z] drwxr-xr-x 3 root root 4096 Feb 16 15:19 . [2023-02-16T15:31:03.415Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 16 15:30 .. [2023-02-16T15:31:03.415Z] drwxr-xr-x 2 root root 4096 Feb 16 15:19 cost [2023-02-16T15:31:03.415Z] -rw-r--r-- 1 root root 88 Feb 16 15:19 cost.csv [2023-02-16T15:31:03.415Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-16T15:31:03.415Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-16T15:31:03.415Z] total 16 [2023-02-16T15:31:03.415Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 16 15:19 . [2023-02-16T15:31:03.415Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 16 15:30 .. [2023-02-16T15:31:03.415Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 16 15:19 cost [2023-02-16T15:31:03.415Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 16 15:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:03.704Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:04.561Z] ---> package-listing.sh [2023-02-16T15:31:04.561Z] ++ facter osfamily [2023-02-16T15:31:04.561Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-16T15:31:04.819Z] + OS_FAMILY=debian [2023-02-16T15:31:04.820Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-02-16T15:31:04.820Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-16T15:31:04.820Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-16T15:31:04.820Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-16T15:31:04.820Z] + PACKAGES=/tmp/packages_start.txt [2023-02-16T15:31:04.820Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-16T15:31:04.820Z] + PACKAGES=/tmp/packages_end.txt [2023-02-16T15:31:04.820Z] + case "${OS_FAMILY}" in [2023-02-16T15:31:04.820Z] + dpkg -l [2023-02-16T15:31:04.820Z] + grep '^ii' [2023-02-16T15:31:04.820Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-16T15:31:04.820Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-16T15:31:04.820Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-16T15:31:04.820Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-16T15:31:04.820Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-02-16T15:31:04.820Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2023-02-16T15:31:04.830Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-16T15:31:05.107Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-16T15:31:05.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-16T15:31:05.669Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-16T15:31:05.810Z] prd-ubuntu20.04-docker-8c-8g-6309 does not seem to be running inside a container [2023-02-16T15:31:05.866Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-16T15:31:06.111Z] $ docker top 1e158ab9693644b32b2df44dfb8fe0bb7a289e0b3dad08782ef29c5d455c5c61 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-16T15:31:06.491Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-16T15:31:06.786Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-16T15:31:07.090Z] + ls /var/log/sa-host [2023-02-16T15:31:07.090Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-16T15:31:07.157Z] provisioning config files... [2023-02-16T15:31:07.172Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config13419351797097918376tmp [Pipeline] { [Pipeline] echo [2023-02-16T15:31:07.194Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:07.491Z] ---> create-netrc.sh [Pipeline] } [2023-02-16T15:31:07.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:07.835Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-16T15:31:07.845Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:08.130Z] ---> sudo-logs.sh [2023-02-16T15:31:08.130Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-16T15:31:08.168Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:08.455Z] ---> job-cost.sh [2023-02-16T15:31:08.455Z] lf-activate-venv: SKIPPING [2023-02-16T15:31:08.455Z] DEBUG: total: 0.2199999988079071 [2023-02-16T15:31:08.455Z] INFO: Retrieving Stack Cost... [2023-02-16T15:31:09.836Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-16T15:31:09.836Z] INFO: Archiving Costs [Pipeline] echo [2023-02-16T15:31:09.850Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-16T15:31:10.133Z] ---> logs-deploy.sh [2023-02-16T15:31:10.133Z] lf-activate-venv: SKIPPING [2023-02-16T15:31:10.133Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/78 [2023-02-16T15:31:10.133Z] INFO: archiving workspace using pattern(s): [2023-02-16T15:31:11.069Z] Archives upload complete. [2023-02-16T15:31:11.069Z] INFO: archiving logs to Nexus