Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8b62b64e9680a6df61e12b3c0a704648afc4bcdc 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-ssh1293871109942086373.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-ssh8436140946083942051.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-ssh11830160690686597701.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-ssh723359479293983666.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-ssh9232406880117107867.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7754’ Running on prd-ubuntu20.04-docker-8c-8g-7756 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8b62b64e9680a6df61e12b3c0a704648afc4bcdc (main) Commit message: "Merge pull request #161 from lenny-intel/common-config" > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 > git rev-list --no-walk d43df4097523a2749be68cc9a7c29d8397ed8c11 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-28T16:54:21.993Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-28T16:54:22.063Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-28T16:54:22.081Z] ========================================================= [2023-02-28T16:54:22.081Z] EdgeX Global Pipelines Version Info [2023-02-28T16:54:22.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:54:22.808Z] ------------------- [2023-02-28T16:54:22.808Z] stable info: [2023-02-28T16:54:22.808Z] ------------------- [2023-02-28T16:54:22.808Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-28T16:54:22.808Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-28T16:54:22.808Z] Message: update stable to v1.0.244 [2023-02-28T16:54:23.378Z] ------------------- [2023-02-28T16:54:23.378Z] experimental info: [2023-02-28T16:54:23.378Z] ------------------- [2023-02-28T16:54:23.378Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-28T16:54:23.379Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-28T16:54:23.379Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-28T16:54:23.556Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-02-28T16:54:23.569Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-02-28T16:54:23.581Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-28T16:54:23.593Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-28T16:54:23.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-28T16:54:23.617Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-28T16:54:23.628Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-28T16:54:23.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-28T16:54:23.654Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-28T16:54:23.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-28T16:54:23.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-28T16:54:23.691Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-02-28T16:54:23.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-28T16:54:23.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-28T16:54:23.728Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-28T16:54:23.741Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-28T16:54:23.758Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-28T16:54:23.775Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-28T16:54:23.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-28T16:54:23.801Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-28T16:54:23.816Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-28T16:54:23.828Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-28T16:54:23.843Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-28T16:54:23.854Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-28T16:54:23.867Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-28T16:54:23.879Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-28T16:54:23.890Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-28T16:54:23.905Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-28T16:54:23.918Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-28T16:54:23.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-28T16:54:23.944Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] echo [2023-02-28T16:54:23.955Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b62b64 [Pipeline] echo [2023-02-28T16:54:23.965Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T16:54:24.010Z] provisioning config files... [2023-02-28T16:54:24.025Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5224364478078140244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:54:24.349Z] ---> docker-login.sh [2023-02-28T16:54:24.350Z] nexus3.edgexfoundry.org:10001 [2023-02-28T16:54:24.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:25.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:25.566Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:25.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:25.566Z] [2023-02-28T16:54:25.566Z] Login Succeeded [2023-02-28T16:54:25.566Z] nexus3.edgexfoundry.org:10002 [2023-02-28T16:54:25.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:25.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:25.825Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:25.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:25.826Z] [2023-02-28T16:54:25.826Z] Login Succeeded [2023-02-28T16:54:25.826Z] nexus3.edgexfoundry.org:10003 [2023-02-28T16:54:25.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:25.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:25.826Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:25.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:25.826Z] [2023-02-28T16:54:25.826Z] Login Succeeded [2023-02-28T16:54:25.826Z] nexus3.edgexfoundry.org:10004 [2023-02-28T16:54:25.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:26.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:26.086Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:26.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:26.086Z] [2023-02-28T16:54:26.086Z] Login Succeeded [2023-02-28T16:54:26.086Z] docker.io [2023-02-28T16:54:26.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:26.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:26.347Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:26.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:26.347Z] [2023-02-28T16:54:26.347Z] Login Succeeded [2023-02-28T16:54:26.347Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T16:54:26.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-28T16:54:26.748Z] + git rev-list -1 --merges 8b62b64e9680a6df61e12b3c0a704648afc4bcdc~1..8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] echo [2023-02-28T16:54:26.799Z] -----------> git rev-list -1 --merges 8b62b64e9680a6df61e12b3c0a704648afc4bcdc~1..8b62b64e9680a6df61e12b3c0a704648afc4bcdc 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T16:54:26.799Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [false] [Pipeline] sh [2023-02-28T16:54:27.086Z] + git log --format=format:%s -1 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] echo [2023-02-28T16:54:27.103Z] ========================================================= [2023-02-28T16:54:27.103Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-28T16:54:27.103Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T16:54:27.448Z] + git log --format=format:%s -1 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] echo [2023-02-28T16:54:27.462Z] [semverPrep] GIT_COMMIT: 8b62b64e9680a6df61e12b3c0a704648afc4bcdc, Commit Message: Merge pull request #161 from lenny-intel/common-config [Pipeline] echo [2023-02-28T16:54:27.472Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-28T16:54:27.852Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T16:54:27.852Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-28T16:54:27.852Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-28T16:54:27.852Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-28T16:54:27.852Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-28T16:54:27.852Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-28T16:54:27.853Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:54:28.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T16:54:28.273Z] [2023-02-28T16:54:28.273Z] 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-28T16:54:28.588Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T16:54:28.588Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-28T16:54:28.588Z] b85a868b505f: Pulling fs layer [2023-02-28T16:54:28.588Z] e2be974225ed: Pulling fs layer [2023-02-28T16:54:28.588Z] 339a4e72a1f5: Pulling fs layer [2023-02-28T16:54:28.588Z] 988bab9f4d93: Pulling fs layer [2023-02-28T16:54:28.588Z] 1469e6f7b9e6: Pulling fs layer [2023-02-28T16:54:28.588Z] eaf3925da568: Pulling fs layer [2023-02-28T16:54:28.588Z] bab4dde63d76: Pulling fs layer [2023-02-28T16:54:28.588Z] bde34c3a00c8: Pulling fs layer [2023-02-28T16:54:28.588Z] b352a97aabf1: Pulling fs layer [2023-02-28T16:54:28.588Z] 4872d77fe225: Pulling fs layer [2023-02-28T16:54:28.588Z] 5851b861e8e6: Pulling fs layer [2023-02-28T16:54:28.588Z] eaf3925da568: Waiting [2023-02-28T16:54:28.588Z] bab4dde63d76: Waiting [2023-02-28T16:54:28.588Z] 1469e6f7b9e6: Waiting [2023-02-28T16:54:28.588Z] bde34c3a00c8: Waiting [2023-02-28T16:54:28.588Z] b352a97aabf1: Waiting [2023-02-28T16:54:28.588Z] 4872d77fe225: Waiting [2023-02-28T16:54:28.588Z] 5851b861e8e6: Waiting [2023-02-28T16:54:28.588Z] 988bab9f4d93: Waiting [2023-02-28T16:54:28.588Z] e2be974225ed: Download complete [2023-02-28T16:54:28.588Z] 988bab9f4d93: Verifying Checksum [2023-02-28T16:54:28.588Z] 988bab9f4d93: Download complete [2023-02-28T16:54:28.851Z] 1469e6f7b9e6: Verifying Checksum [2023-02-28T16:54:28.851Z] 1469e6f7b9e6: Download complete [2023-02-28T16:54:28.851Z] 339a4e72a1f5: Verifying Checksum [2023-02-28T16:54:28.851Z] 339a4e72a1f5: Download complete [2023-02-28T16:54:28.851Z] eaf3925da568: Download complete [2023-02-28T16:54:28.851Z] bde34c3a00c8: Download complete [2023-02-28T16:54:28.851Z] b352a97aabf1: Download complete [2023-02-28T16:54:28.851Z] 4872d77fe225: Download complete [2023-02-28T16:54:28.851Z] 5851b861e8e6: Download complete [2023-02-28T16:54:28.851Z] b85a868b505f: Download complete [2023-02-28T16:54:29.111Z] bab4dde63d76: Verifying Checksum [2023-02-28T16:54:29.111Z] bab4dde63d76: Download complete [2023-02-28T16:54:30.495Z] b85a868b505f: Pull complete [2023-02-28T16:54:30.495Z] e2be974225ed: Pull complete [2023-02-28T16:54:30.756Z] 339a4e72a1f5: Pull complete [2023-02-28T16:54:31.015Z] 988bab9f4d93: Pull complete [2023-02-28T16:54:31.275Z] 1469e6f7b9e6: Pull complete [2023-02-28T16:54:31.276Z] eaf3925da568: Pull complete [2023-02-28T16:54:33.178Z] bab4dde63d76: Pull complete [2023-02-28T16:54:33.178Z] bde34c3a00c8: Pull complete [2023-02-28T16:54:33.438Z] b352a97aabf1: Pull complete [2023-02-28T16:54:33.438Z] 4872d77fe225: Pull complete [2023-02-28T16:54:33.698Z] 5851b861e8e6: Pull complete [2023-02-28T16:54:33.698Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-28T16:54:33.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T16:54:33.698Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:54:33.798Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T16:54:33.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-28T16:54:35.112Z] $ docker top ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a -eo pid,comm [2023-02-28T16:54:35.167Z] 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-28T16:54:35.167Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T16:54:35.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T16:54:35.208Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T16:54:35.337Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T16:54:35.341Z] $ docker exec ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a ssh-agent [2023-02-28T16:54:35.460Z] SSH_AUTH_SOCK=/tmp/ssh-xYkbdR0LxabO/agent.32 [2023-02-28T16:54:35.460Z] SSH_AGENT_PID=38 [2023-02-28T16:54:35.467Z] Running ssh-add (command line suppressed) [2023-02-28T16:54:35.576Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10443352495952794110.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10443352495952794110.key) [2023-02-28T16:54:35.590Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T16:54:35.881Z] + git tag --points-at HEAD [Pipeline] } [2023-02-28T16:54:35.899Z] $ docker exec --env ******** --env ******** ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a ssh-agent -k [2023-02-28T16:54:36.005Z] unset SSH_AUTH_SOCK; [2023-02-28T16:54:36.006Z] unset SSH_AGENT_PID; [2023-02-28T16:54:36.006Z] echo Agent pid 38 killed; [2023-02-28T16:54:36.016Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-28T16:54:36.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T16:54:36.046Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T16:54:36.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T16:54:36.175Z] $ docker exec ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a ssh-agent [2023-02-28T16:54:36.297Z] SSH_AUTH_SOCK=/tmp/ssh-o9dDxz5JkIOQ/agent.70 [2023-02-28T16:54:36.297Z] SSH_AGENT_PID=76 [2023-02-28T16:54:36.302Z] Running ssh-add (command line suppressed) [2023-02-28T16:54:36.413Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_627394146791115133.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_627394146791115133.key) [2023-02-28T16:54:36.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T16:54:36.715Z] + git semver init [2023-02-28T16:54:36.975Z] 2023-02-28 16:54:36,918 [run_init] DEBUG init version:0.0.0 force:False [2023-02-28T16:54:36.975Z] 2023-02-28 16:54:36,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-28T16:54:36.975Z] 2023-02-28 16:54:36,919 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-28T16:54:36.975Z] 2023-02-28 16:54:36,919 [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-28T16:54:37.913Z] 2023-02-28 16:54:37,747 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-02-28T16:54:37.913Z] 2023-02-28 16:54:37,747 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-02-28T16:54:37.913Z] 2023-02-28 16:54:37,748 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T16:54:37.913Z] 2023-02-28 16:54:37,748 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T16:54:37.913Z] 3.0.0-dev.8 [Pipeline] } [2023-02-28T16:54:37.925Z] $ docker exec --env ******** --env ******** ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a ssh-agent -k [2023-02-28T16:54:38.023Z] unset SSH_AUTH_SOCK; [2023-02-28T16:54:38.023Z] unset SSH_AGENT_PID; [2023-02-28T16:54:38.023Z] echo Agent pid 76 killed; [2023-02-28T16:54:38.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T16:54:38.335Z] + git semver [Pipeline] } [2023-02-28T16:54:38.612Z] $ docker stop --time=1 ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a [2023-02-28T16:54:39.986Z] $ docker rm -f --volumes ed858224e2c1c2b7f7fbb4b4c6410c1cc929911f60156f5fecb5cab8c2102f0a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T16:54:40.330Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-28T16:54:40.548Z] Stashed 1 file(s) [Pipeline] echo [2023-02-28T16:54:40.553Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.8 [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-28T16:54:40.708Z] provisioning config files... [2023-02-28T16:54:40.720Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config18270718499884375175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:54:41.015Z] ---> docker-login.sh [2023-02-28T16:54:41.016Z] nexus3.edgexfoundry.org:10001 [2023-02-28T16:54:41.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:41.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:41.016Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:41.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:41.016Z] [2023-02-28T16:54:41.016Z] Login Succeeded [2023-02-28T16:54:41.016Z] nexus3.edgexfoundry.org:10002 [2023-02-28T16:54:41.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:41.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:41.016Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:41.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:41.016Z] [2023-02-28T16:54:41.016Z] Login Succeeded [2023-02-28T16:54:41.016Z] nexus3.edgexfoundry.org:10003 [2023-02-28T16:54:41.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:41.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:41.275Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:41.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:41.275Z] [2023-02-28T16:54:41.275Z] Login Succeeded [2023-02-28T16:54:41.275Z] nexus3.edgexfoundry.org:10004 [2023-02-28T16:54:41.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:41.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:41.275Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:41.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:41.275Z] [2023-02-28T16:54:41.275Z] Login Succeeded [2023-02-28T16:54:41.275Z] docker.io [2023-02-28T16:54:41.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:54:41.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:54:41.534Z] Configure a credential helper to remove this warning. See [2023-02-28T16:54:41.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:54:41.534Z] [2023-02-28T16:54:41.534Z] Login Succeeded [2023-02-28T16:54:41.534Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T16:54:41.541Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-28T16:54:41.602Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T16:54:41.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T16:54:41.617Z] ========================================================= [2023-02-28T16:54:41.617Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-28T16:54:41.617Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:54:41.922Z] + 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-28T16:54:41.922Z] Sending build context to Docker daemon 1.734MB [2023-02-28T16:54:41.922Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T16:54:41.922Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-28T16:54:41.922Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-28T16:54:41.922Z] 213ec9aee27d: Pulling fs layer [2023-02-28T16:54:41.922Z] 4583459ba037: Pulling fs layer [2023-02-28T16:54:41.922Z] 93c1e223e6f2: Pulling fs layer [2023-02-28T16:54:41.922Z] 53926ce57604: Pulling fs layer [2023-02-28T16:54:41.922Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-28T16:54:41.922Z] 22ff95d597cd: Pulling fs layer [2023-02-28T16:54:41.922Z] 12d6caf4c0d1: Pulling fs layer [2023-02-28T16:54:41.922Z] 96b7cbca73a9: Pulling fs layer [2023-02-28T16:54:41.922Z] a7acece74701: Pulling fs layer [2023-02-28T16:54:41.922Z] 12d6caf4c0d1: Waiting [2023-02-28T16:54:41.922Z] 21b2b0c7a3f4: Waiting [2023-02-28T16:54:41.922Z] 96b7cbca73a9: Waiting [2023-02-28T16:54:41.922Z] 53926ce57604: Waiting [2023-02-28T16:54:41.922Z] 93c1e223e6f2: Verifying Checksum [2023-02-28T16:54:41.922Z] 93c1e223e6f2: Download complete [2023-02-28T16:54:41.922Z] 4583459ba037: Download complete [2023-02-28T16:54:41.922Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-28T16:54:41.922Z] 21b2b0c7a3f4: Download complete [2023-02-28T16:54:41.922Z] 22ff95d597cd: Download complete [2023-02-28T16:54:42.182Z] 213ec9aee27d: Download complete [2023-02-28T16:54:42.182Z] 12d6caf4c0d1: Download complete [2023-02-28T16:54:42.182Z] 213ec9aee27d: Pull complete [2023-02-28T16:54:42.444Z] 4583459ba037: Pull complete [2023-02-28T16:54:42.444Z] 93c1e223e6f2: Pull complete [2023-02-28T16:54:42.703Z] a7acece74701: Verifying Checksum [2023-02-28T16:54:42.962Z] 96b7cbca73a9: Verifying Checksum [2023-02-28T16:54:42.962Z] 96b7cbca73a9: Download complete [2023-02-28T16:54:42.962Z] 53926ce57604: Verifying Checksum [2023-02-28T16:54:42.962Z] 53926ce57604: Download complete [2023-02-28T16:54:47.167Z] 53926ce57604: Pull complete [2023-02-28T16:54:47.167Z] 21b2b0c7a3f4: Pull complete [2023-02-28T16:54:47.427Z] 22ff95d597cd: Pull complete [2023-02-28T16:54:47.427Z] 12d6caf4c0d1: Pull complete [2023-02-28T16:54:49.957Z] 96b7cbca73a9: Pull complete [2023-02-28T16:54:50.216Z] a7acece74701: Pull complete [2023-02-28T16:54:50.476Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-28T16:54:50.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-28T16:54:50.476Z] ---> db6d94c90886 [2023-02-28T16:54:50.476Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-28T16:54:51.850Z] ---> Running in a08393d3103d [2023-02-28T16:54:51.850Z] Removing intermediate container a08393d3103d [2023-02-28T16:54:51.850Z] ---> 66d5b6238a3f [2023-02-28T16:54:51.850Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T16:54:52.108Z] ---> Running in 5a276ecae244 [2023-02-28T16:54:52.108Z] Removing intermediate container 5a276ecae244 [2023-02-28T16:54:52.108Z] ---> af0f8bb1c4f8 [2023-02-28T16:54:52.108Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T16:54:52.108Z] ---> Running in 9550b0ac79dc [2023-02-28T16:54:52.366Z] Removing intermediate container 9550b0ac79dc [2023-02-28T16:54:52.366Z] ---> 178b9b257940 [2023-02-28T16:54:52.366Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T16:54:52.366Z] ---> Running in 701129b67002 [2023-02-28T16:54:52.366Z] Removing intermediate container 701129b67002 [2023-02-28T16:54:52.366Z] ---> faefb52ce3c3 [2023-02-28T16:54:52.366Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T16:54:52.366Z] ---> Running in 90236cf638f9 [2023-02-28T16:54:52.623Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T16:54:52.882Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T16:54:53.142Z] (1/80) Installing mesa (21.3.9-r0) [2023-02-28T16:54:53.142Z] (2/80) Installing libxau (1.0.9-r0) [2023-02-28T16:54:53.142Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-02-28T16:54:53.142Z] (4/80) Installing libxcb (1.15-r0) [2023-02-28T16:54:53.142Z] (5/80) Installing libx11 (1.8-r0) [2023-02-28T16:54:53.142Z] (6/80) Installing libxext (1.3.4-r0) [2023-02-28T16:54:53.142Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-02-28T16:54:53.142Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-02-28T16:54:53.142Z] (9/80) Installing libpciaccess (0.16-r0) [2023-02-28T16:54:53.142Z] (10/80) Installing libdrm (2.4.110-r0) [2023-02-28T16:54:53.142Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-02-28T16:54:53.142Z] (12/80) Installing libxshmfence (1.3-r1) [2023-02-28T16:54:53.142Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-02-28T16:54:53.142Z] (14/80) Installing icu-data-full (71.1-r2) [2023-02-28T16:54:53.401Z] (15/80) Installing libice (1.0.10-r0) [2023-02-28T16:54:53.401Z] (16/80) Installing libuuid (2.38-r1) [2023-02-28T16:54:53.401Z] (17/80) Installing libsm (1.2.3-r0) [2023-02-28T16:54:53.401Z] (18/80) Installing libxt (1.2.1-r0) [2023-02-28T16:54:53.401Z] (19/80) Installing libxmu (1.1.3-r0) [2023-02-28T16:54:53.401Z] (20/80) Installing xset (1.2.4-r0) [2023-02-28T16:54:53.401Z] (21/80) Installing xprop (1.2.5-r0) [2023-02-28T16:54:53.401Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-02-28T16:54:53.401Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-02-28T16:54:53.401Z] (24/80) Installing libffi (3.4.2-r1) [2023-02-28T16:54:53.401Z] (25/80) Installing libintl (0.21-r2) [2023-02-28T16:54:53.401Z] (26/80) Installing libblkid (2.38-r1) [2023-02-28T16:54:53.401Z] (27/80) Installing libmount (2.38-r1) [2023-02-28T16:54:53.401Z] (28/80) Installing pcre (8.45-r2) [2023-02-28T16:54:53.401Z] (29/80) Installing glib (2.72.1-r0) [2023-02-28T16:54:53.401Z] (30/80) Installing icu-libs (71.1-r2) [2023-02-28T16:54:53.660Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-02-28T16:54:53.660Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-02-28T16:54:53.660Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-02-28T16:54:53.660Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-02-28T16:54:53.660Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-02-28T16:54:53.660Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-02-28T16:54:53.660Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T16:54:53.660Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-02-28T16:54:53.660Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-02-28T16:54:53.660Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-02-28T16:54:53.660Z] (41/80) Installing libpng (1.6.37-r1) [2023-02-28T16:54:53.660Z] (42/80) Installing freetype (2.12.1-r0) [2023-02-28T16:54:53.660Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-02-28T16:54:53.918Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-02-28T16:54:53.918Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-02-28T16:54:53.918Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-02-28T16:54:53.918Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-02-28T16:54:53.918Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-02-28T16:54:53.918Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-02-28T16:54:53.918Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-02-28T16:54:53.918Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-02-28T16:54:53.918Z] (52/80) Installing avahi-libs (0.8-r6) [2023-02-28T16:54:53.918Z] (53/80) Installing nettle (3.7.3-r0) [2023-02-28T16:54:53.918Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-02-28T16:54:53.918Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-02-28T16:54:53.918Z] (56/80) Installing libunistring (1.0-r0) [2023-02-28T16:54:53.918Z] (57/80) Installing gnutls (3.7.7-r1) [2023-02-28T16:54:53.918Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-02-28T16:54:53.918Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-02-28T16:54:53.918Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-02-28T16:54:53.918Z] (61/80) Installing libevdev (1.12.1-r0) [2023-02-28T16:54:53.918Z] (62/80) Installing mtdev (1.1.6-r0) [2023-02-28T16:54:53.918Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-02-28T16:54:53.918Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-02-28T16:54:54.177Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T16:54:54.177Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-02-28T16:54:54.177Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-02-28T16:54:54.177Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-02-28T16:54:54.177Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-02-28T16:54:54.177Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-02-28T16:54:54.177Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-02-28T16:54:54.177Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-02-28T16:54:54.177Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T16:54:54.177Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-02-28T16:54:54.177Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-28T16:54:54.177Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T16:54:54.177Z] (76/80) Installing kmod-libs (29-r2) [2023-02-28T16:54:54.177Z] (77/80) Installing eudev (3.2.11-r0) [2023-02-28T16:54:54.177Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-02-28T16:54:54.177Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-28T16:54:54.177Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-02-28T16:54:54.177Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T16:54:54.177Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T16:54:54.177Z] OK: 331 MiB in 131 packages [2023-02-28T16:54:55.660Z] Still waiting to schedule task [2023-02-28T16:54:55.661Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-7755’ is offline [2023-02-28T16:54:56.078Z] Removing intermediate container 90236cf638f9 [2023-02-28T16:54:56.078Z] ---> 0c15b6bbf2e5 [2023-02-28T16:54:56.078Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-28T16:54:56.078Z] ---> Running in 2506df89dcc3 [2023-02-28T16:54:56.336Z] Removing intermediate container 2506df89dcc3 [2023-02-28T16:54:56.336Z] ---> 6fbf7ca1b7ee [2023-02-28T16:54:56.336Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-28T16:54:56.336Z] ---> 602ba0df7dc3 [2023-02-28T16:54:56.336Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T16:54:56.595Z] ---> Running in 9542c13ef169 [2023-02-28T16:55:23.163Z] Removing intermediate container 9542c13ef169 [2023-02-28T16:55:23.163Z] ---> 3ee1a00cd31f [2023-02-28T16:55:23.163Z] Step 11/13 : COPY . . [2023-02-28T16:55:23.163Z] ---> 75d844368f5a [2023-02-28T16:55:23.163Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T16:55:23.163Z] ---> Running in 3d5ee750196a [2023-02-28T16:55:23.163Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T16:55:23.163Z] Dload Upload Total Spent Left Speed [2023-02-28T16:55:23.163Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10867 0 --:--:-- --:--:-- --:--:-- 10948 [2023-02-28T16:55:23.163Z] Removing intermediate container 3d5ee750196a [2023-02-28T16:55:23.163Z] ---> 92da313e5d06 [2023-02-28T16:55:23.163Z] Step 13/13 : RUN ${MAKE} [2023-02-28T16:55:23.163Z] ---> Running in 718cffb29047 [2023-02-28T16:55:23.163Z] noop [2023-02-28T16:55:23.163Z] Removing intermediate container 718cffb29047 [2023-02-28T16:55:23.163Z] ---> 0ebf86100f1c [2023-02-28T16:55:23.163Z] Successfully built 0ebf86100f1c [2023-02-28T16:55:23.163Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:55:23.475Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-28T16:55:23.475Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:55:23.547Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T16:55:23.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-28T16:55:23.978Z] $ docker top c804e5024554dc58b7b76e5b1a962c217d8d7b218af79574c89b16120c19c90b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T16:55:24.328Z] + go version [2023-02-28T16:55:24.328Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-28T16:55:24.340Z] $ docker stop --time=1 c804e5024554dc58b7b76e5b1a962c217d8d7b218af79574c89b16120c19c90b [2023-02-28T16:55:25.643Z] $ docker rm -f --volumes c804e5024554dc58b7b76e5b1a962c217d8d7b218af79574c89b16120c19c90b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:55:26.027Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-28T16:55:26.027Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:55:26.108Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T16:55:26.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-28T16:55:26.503Z] $ docker top c0eb6183aab1e171ba58200956348f5c304c2f2da62b5095436bdb2d5deb7817 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T16:55:26.845Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-02-28T16:55:27.141Z] + make test [2023-02-28T16:55:27.141Z] go test ./... -coverprofile=coverage.out ./... [2023-02-28T16:55:27.398Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-28T16:55:37.372Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-28T16:55:38.307Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements [2023-02-28T16:55:46.419Z] 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-28T16:55:46.419Z] go vet ./... [2023-02-28T16:55:48.949Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-28T16:55:48.949Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-28T16:55:49.207Z] ./bin/test-attribution-txt.sh [2023-02-28T16:55:49.207Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-28T16:55:49.207Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-28T16:55:49.218Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-28T16:55:49.230Z] $ docker stop --time=1 c0eb6183aab1e171ba58200956348f5c304c2f2da62b5095436bdb2d5deb7817 [2023-02-28T16:55:50.883Z] $ docker rm -f --volumes c0eb6183aab1e171ba58200956348f5c304c2f2da62b5095436bdb2d5deb7817 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T16:55:51.317Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-28T16:55:51.377Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-28T16:55:51.904Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-28T16:55:52.198Z] + ls -al . [2023-02-28T16:55:52.198Z] total 196 [2023-02-28T16:55:52.198Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 28 16:55 . [2023-02-28T16:55:52.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:54 .. [2023-02-28T16:55:52.198Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 16:55 .git [2023-02-28T16:55:52.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:54 .github [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 16:54 .gitignore [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 16:54 .golangci.yml [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 16:54 .hadolint.yml [2023-02-28T16:55:52.198Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 16:54 .semver [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 28 16:54 Attribution.txt [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 16:54 CHANGELOG.md [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 16:54 Dockerfile [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 16:54 GOVERNANCE.md [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 16:54 Jenkinsfile [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 16:54 LICENSE [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 16:54 Makefile [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 16:54 OWNERS.md [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 16:54 README.md [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 16:54 VERSION [2023-02-28T16:55:52.198Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 16:54 bin [2023-02-28T16:55:52.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:54 cmd [2023-02-28T16:55:52.198Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 16:55 coverage.out [2023-02-28T16:55:52.198Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 16:54 docker-entrypoint.sh [2023-02-28T16:55:52.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:54 docs [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 16:54 go.mod [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 16:54 go.sum [2023-02-28T16:55:52.198Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:54 internal [2023-02-28T16:55:52.198Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:54 snap [2023-02-28T16:55:52.198Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 16:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:55:52.500Z] + 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=8b62b64e9680a6df61e12b3c0a704648afc4bcdc --label arch=amd64 --label version=3.0.0-dev.8 . [2023-02-28T16:55:52.500Z] Sending build context to Docker daemon 1.765MB [2023-02-28T16:55:52.500Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T16:55:52.500Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-28T16:55:52.500Z] ---> 0ebf86100f1c [2023-02-28T16:55:52.500Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-28T16:55:52.500Z] ---> Running in 9ed50e0f5faf [2023-02-28T16:55:52.500Z] Removing intermediate container 9ed50e0f5faf [2023-02-28T16:55:52.500Z] ---> 972750c46551 [2023-02-28T16:55:52.500Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T16:55:52.760Z] ---> Running in 3c39766b6438 [2023-02-28T16:55:52.760Z] Removing intermediate container 3c39766b6438 [2023-02-28T16:55:52.760Z] ---> 88499a30caf0 [2023-02-28T16:55:52.760Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T16:55:52.761Z] ---> Running in 94db24f5291e [2023-02-28T16:55:52.761Z] Removing intermediate container 94db24f5291e [2023-02-28T16:55:52.761Z] ---> cfc6009adbd9 [2023-02-28T16:55:52.761Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T16:55:52.761Z] ---> Running in 0daf4fbbad15 [2023-02-28T16:55:53.019Z] Removing intermediate container 0daf4fbbad15 [2023-02-28T16:55:53.019Z] ---> 49e24a4a2fef [2023-02-28T16:55:53.019Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T16:55:53.019Z] ---> Running in dc6b670b99ee [2023-02-28T16:55:53.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T16:55:53.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T16:55:53.535Z] OK: 331 MiB in 131 packages [2023-02-28T16:55:53.794Z] Removing intermediate container dc6b670b99ee [2023-02-28T16:55:53.794Z] ---> 97c784c19745 [2023-02-28T16:55:53.794Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-28T16:55:53.794Z] ---> Running in 9e4ec7d0ec9b [2023-02-28T16:55:54.054Z] Removing intermediate container 9e4ec7d0ec9b [2023-02-28T16:55:54.054Z] ---> 9ea345e8cedf [2023-02-28T16:55:54.054Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-28T16:55:54.054Z] ---> 3525a8f383f9 [2023-02-28T16:55:54.054Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T16:55:54.054Z] ---> Running in 1f4310c4594a [2023-02-28T16:55:54.993Z] Removing intermediate container 1f4310c4594a [2023-02-28T16:55:54.993Z] ---> 709f772c4f05 [2023-02-28T16:55:54.993Z] Step 11/35 : COPY . . [2023-02-28T16:55:55.252Z] ---> 26016e8046a0 [2023-02-28T16:55:55.252Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T16:55:55.252Z] ---> Running in 3652672751e4 [2023-02-28T16:55:55.511Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T16:55:55.511Z] Dload Upload Total Spent Left Speed [2023-02-28T16:55:55.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 45593 0 --:--:-- --:--:-- --:--:-- 46173 [2023-02-28T16:55:55.770Z] Removing intermediate container 3652672751e4 [2023-02-28T16:55:55.770Z] ---> 366992f2da72 [2023-02-28T16:55:55.770Z] Step 13/35 : RUN ${MAKE} [2023-02-28T16:55:56.030Z] ---> Running in 5e62dfaa61b8 [2023-02-28T16:55:56.341Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.8" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-28T16:56:18.360Z] Removing intermediate container 5e62dfaa61b8 [2023-02-28T16:56:18.360Z] ---> d771e36eee2b [2023-02-28T16:56:18.360Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-28T16:56:18.360Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-28T16:56:18.360Z] af6660deedbd: Pulling fs layer [2023-02-28T16:56:18.360Z] 97cd0a44c592: Pulling fs layer [2023-02-28T16:56:18.360Z] af6660deedbd: Verifying Checksum [2023-02-28T16:56:18.360Z] af6660deedbd: Download complete [2023-02-28T16:56:18.360Z] af6660deedbd: Pull complete [2023-02-28T16:56:18.360Z] 97cd0a44c592: Pull complete [2023-02-28T16:56:18.360Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-28T16:56:18.360Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-28T16:56:18.360Z] ---> fea57e182299 [2023-02-28T16:56:18.360Z] Step 15/35 : FROM alpine:3.16 [2023-02-28T16:56:18.360Z] 3.16: Pulling from library/alpine [2023-02-28T16:56:18.360Z] ef5531b6e74e: Pulling fs layer [2023-02-28T16:56:18.360Z] ef5531b6e74e: Verifying Checksum [2023-02-28T16:56:18.360Z] ef5531b6e74e: Download complete [2023-02-28T16:56:18.360Z] ef5531b6e74e: Pull complete [2023-02-28T16:56:18.360Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-28T16:56:18.360Z] Status: Downloaded newer image for alpine:3.16 [2023-02-28T16:56:18.360Z] ---> dfd21b5a31f5 [2023-02-28T16:56:18.360Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-28T16:56:18.360Z] ---> Running in a3622e5fcbe1 [2023-02-28T16:56:18.360Z] Removing intermediate container a3622e5fcbe1 [2023-02-28T16:56:18.360Z] ---> a99ca542acf6 [2023-02-28T16:56:18.360Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-28T16:56:18.360Z] ---> Running in 5a7b08c560be [2023-02-28T16:56:18.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T16:56:18.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T16:56:18.360Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-02-28T16:56:18.360Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-02-28T16:56:18.360Z] (3/80) Installing libxau (1.0.9-r0) [2023-02-28T16:56:18.360Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-02-28T16:56:18.360Z] (5/80) Installing libxcb (1.15-r0) [2023-02-28T16:56:18.360Z] (6/80) Installing libx11 (1.8-r0) [2023-02-28T16:56:18.619Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-02-28T16:56:18.619Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-02-28T16:56:18.619Z] (9/80) Installing expat (2.5.0-r0) [2023-02-28T16:56:18.619Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-02-28T16:56:18.619Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-02-28T16:56:18.619Z] (12/80) Installing libpng (1.6.37-r1) [2023-02-28T16:56:18.619Z] (13/80) Installing freetype (2.12.1-r0) [2023-02-28T16:56:18.619Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-02-28T16:56:18.619Z] (15/80) Installing fribidi (1.0.12-r0) [2023-02-28T16:56:18.619Z] (16/80) Installing libffi (3.4.2-r1) [2023-02-28T16:56:18.619Z] (17/80) Installing libintl (0.21-r2) [2023-02-28T16:56:18.619Z] (18/80) Installing libblkid (2.38-r1) [2023-02-28T16:56:18.619Z] (19/80) Installing libmount (2.38-r1) [2023-02-28T16:56:18.619Z] (20/80) Installing pcre (8.45-r2) [2023-02-28T16:56:18.619Z] (21/80) Installing glib (2.72.1-r0) [2023-02-28T16:56:18.619Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-02-28T16:56:18.619Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-02-28T16:56:18.619Z] (24/80) Installing libass (0.16.0-r0) [2023-02-28T16:56:18.619Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-02-28T16:56:18.619Z] (26/80) Installing libpciaccess (0.16-r0) [2023-02-28T16:56:18.619Z] (27/80) Installing libdrm (2.4.110-r0) [2023-02-28T16:56:18.878Z] (28/80) Installing gmp (6.2.1-r2) [2023-02-28T16:56:18.878Z] (29/80) Installing nettle (3.7.3-r0) [2023-02-28T16:56:18.878Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-02-28T16:56:18.878Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-02-28T16:56:18.878Z] (32/80) Installing libunistring (1.0-r0) [2023-02-28T16:56:18.878Z] (33/80) Installing gnutls (3.7.7-r1) [2023-02-28T16:56:18.878Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-28T16:56:18.878Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-28T16:56:18.878Z] (36/80) Installing lame (3.100-r0) [2023-02-28T16:56:18.878Z] (37/80) Installing opus (1.3.1-r1) [2023-02-28T16:56:18.878Z] (38/80) Installing libasyncns (0.8-r1) [2023-02-28T16:56:18.878Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-02-28T16:56:18.878Z] (40/80) Installing libltdl (2.4.7-r0) [2023-02-28T16:56:18.878Z] (41/80) Installing orc (0.4.32-r0) [2023-02-28T16:56:18.878Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-02-28T16:56:18.878Z] (43/80) Installing libogg (1.3.5-r1) [2023-02-28T16:56:18.878Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-28T16:56:18.878Z] (45/80) Installing flac (1.3.4-r0) [2023-02-28T16:56:18.878Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-02-28T16:56:18.878Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-02-28T16:56:18.878Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-02-28T16:56:18.878Z] (49/80) Installing soxr (0.1.3-r2) [2023-02-28T16:56:18.878Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-02-28T16:56:18.878Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-02-28T16:56:18.878Z] (52/80) Installing libpulse (15.0-r2) [2023-02-28T16:56:18.878Z] (53/80) Installing cjson (1.7.15-r3) [2023-02-28T16:56:19.137Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-02-28T16:56:19.137Z] (55/80) Installing librist (0.2.6-r1) [2023-02-28T16:56:19.137Z] (56/80) Installing libsrt (1.4.4-r0) [2023-02-28T16:56:19.137Z] (57/80) Installing libssh (0.9.6-r1) [2023-02-28T16:56:19.137Z] (58/80) Installing libtheora (1.1.1-r16) [2023-02-28T16:56:19.137Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T16:56:19.137Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T16:56:19.137Z] (61/80) Installing libxext (1.3.4-r0) [2023-02-28T16:56:19.137Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-02-28T16:56:19.137Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T16:56:19.137Z] (64/80) Installing libva (2.14.0-r0) [2023-02-28T16:56:19.137Z] (65/80) Installing libvdpau (1.5-r0) [2023-02-28T16:56:19.137Z] (66/80) Installing vidstab (1.1.0-r1) [2023-02-28T16:56:19.137Z] (67/80) Installing libvpx (1.11.0-r1) [2023-02-28T16:56:19.397Z] (68/80) Installing libwebp (1.2.3-r0) [2023-02-28T16:56:19.397Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-02-28T16:56:19.397Z] (70/80) Installing numactl (2.0.14-r0) [2023-02-28T16:56:19.397Z] (71/80) Installing x265-libs (3.5-r3) [2023-02-28T16:56:19.397Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-02-28T16:56:19.397Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-02-28T16:56:19.656Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-02-28T16:56:19.656Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-28T16:56:19.656Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T16:56:19.656Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-02-28T16:56:19.656Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-02-28T16:56:19.917Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-02-28T16:56:19.917Z] (79/80) Installing kmod-libs (29-r2) [2023-02-28T16:56:19.917Z] (80/80) Installing eudev (3.2.11-r0) [2023-02-28T16:56:19.917Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T16:56:19.917Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T16:56:19.917Z] OK: 100 MiB in 94 packages [2023-02-28T16:56:21.292Z] Removing intermediate container 5a7b08c560be [2023-02-28T16:56:21.292Z] ---> 10e48d842376 [2023-02-28T16:56:21.292Z] Step 18/35 : WORKDIR / [2023-02-28T16:56:21.292Z] ---> Running in 6dce4f604ea7 [2023-02-28T16:56:21.550Z] Removing intermediate container 6dce4f604ea7 [2023-02-28T16:56:21.551Z] ---> 367ecde377a7 [2023-02-28T16:56:21.551Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-28T16:56:22.119Z] ---> fb1a98b7bd8e [2023-02-28T16:56:22.119Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-28T16:56:22.119Z] ---> 86f7dac806e1 [2023-02-28T16:56:22.119Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-28T16:56:22.119Z] ---> 6743089bfc87 [2023-02-28T16:56:22.119Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-28T16:56:22.378Z] ---> a8c02be4d6d9 [2023-02-28T16:56:22.378Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-28T16:56:22.645Z] ---> ec0f759d2267 [2023-02-28T16:56:22.645Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-28T16:56:22.645Z] ---> 4f2341e567fc [2023-02-28T16:56:22.645Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-28T16:56:23.213Z] ---> fa3e05ddd28e [2023-02-28T16:56:23.213Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-28T16:56:23.213Z] ---> Running in bff0d882ac51 [2023-02-28T16:56:23.781Z] Removing intermediate container bff0d882ac51 [2023-02-28T16:56:23.781Z] ---> a1a5967960ca [2023-02-28T16:56:23.781Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-28T16:56:23.781Z] ---> Running in 7590c0d936f2 [2023-02-28T16:56:24.348Z] Removing intermediate container 7590c0d936f2 [2023-02-28T16:56:24.348Z] ---> 5856f6c41139 [2023-02-28T16:56:24.348Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-28T16:56:24.348Z] ---> Running in 5efb1697c13e [2023-02-28T16:56:24.922Z] Removing intermediate container 5efb1697c13e [2023-02-28T16:56:24.922Z] ---> da30fbd06202 [2023-02-28T16:56:24.922Z] Step 29/35 : EXPOSE 59983 [2023-02-28T16:56:24.922Z] ---> Running in bcc14c6eaa19 [2023-02-28T16:56:24.922Z] Removing intermediate container bcc14c6eaa19 [2023-02-28T16:56:24.922Z] ---> 008886a342e8 [2023-02-28T16:56:24.922Z] Step 30/35 : EXPOSE 8554 [2023-02-28T16:56:24.922Z] ---> Running in b287413a0284 [2023-02-28T16:56:24.922Z] Removing intermediate container b287413a0284 [2023-02-28T16:56:24.922Z] ---> 591c7ccd705a [2023-02-28T16:56:24.922Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-28T16:56:24.922Z] ---> Running in cf0f0eb64f69 [2023-02-28T16:56:25.180Z] Removing intermediate container cf0f0eb64f69 [2023-02-28T16:56:25.180Z] ---> 3accba4371df [2023-02-28T16:56:25.180Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-28T16:56:25.180Z] ---> Running in e76fd9643cce [2023-02-28T16:56:25.180Z] Removing intermediate container e76fd9643cce [2023-02-28T16:56:25.180Z] ---> 8179d42fcf2c [2023-02-28T16:56:25.180Z] Step 33/35 : LABEL arch=amd64 [2023-02-28T16:56:25.180Z] ---> Running in 618f15bd5c07 [2023-02-28T16:56:25.439Z] Removing intermediate container 618f15bd5c07 [2023-02-28T16:56:25.439Z] ---> 7b274ca356d6 [2023-02-28T16:56:25.439Z] Step 34/35 : LABEL git_sha=8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T16:56:25.439Z] ---> Running in 271feece1512 [2023-02-28T16:56:25.439Z] Removing intermediate container 271feece1512 [2023-02-28T16:56:25.439Z] ---> 48e0bc4fd150 [2023-02-28T16:56:25.439Z] Step 35/35 : LABEL version=3.0.0-dev.8 [2023-02-28T16:56:25.439Z] ---> Running in d39b208846fb [2023-02-28T16:56:25.439Z] Removing intermediate container d39b208846fb [2023-02-28T16:56:25.439Z] ---> 21b19cbe0fc8 [2023-02-28T16:56:25.439Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-28T16:56:25.708Z] Successfully built 21b19cbe0fc8 [2023-02-28T16:56:25.708Z] 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-28T16:56:25.803Z] provisioning config files... [2023-02-28T16:56:25.814Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7595035288267853944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:56:26.135Z] ---> docker-login.sh [2023-02-28T16:56:26.135Z] nexus3.edgexfoundry.org:10001 [2023-02-28T16:56:26.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:56:26.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:56:26.135Z] Configure a credential helper to remove this warning. See [2023-02-28T16:56:26.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:56:26.135Z] [2023-02-28T16:56:26.135Z] Login Succeeded [2023-02-28T16:56:26.135Z] nexus3.edgexfoundry.org:10002 [2023-02-28T16:56:26.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:56:26.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:56:26.135Z] Configure a credential helper to remove this warning. See [2023-02-28T16:56:26.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:56:26.135Z] [2023-02-28T16:56:26.135Z] Login Succeeded [2023-02-28T16:56:26.135Z] nexus3.edgexfoundry.org:10003 [2023-02-28T16:56:26.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:56:26.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:56:26.395Z] Configure a credential helper to remove this warning. See [2023-02-28T16:56:26.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:56:26.395Z] [2023-02-28T16:56:26.395Z] Login Succeeded [2023-02-28T16:56:26.395Z] nexus3.edgexfoundry.org:10004 [2023-02-28T16:56:26.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:56:26.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:56:26.395Z] Configure a credential helper to remove this warning. See [2023-02-28T16:56:26.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:56:26.395Z] [2023-02-28T16:56:26.395Z] Login Succeeded [2023-02-28T16:56:26.395Z] docker.io [2023-02-28T16:56:26.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:56:26.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:56:26.664Z] Configure a credential helper to remove this warning. See [2023-02-28T16:56:26.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:56:26.664Z] [2023-02-28T16:56:26.664Z] Login Succeeded [2023-02-28T16:56:26.664Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T16:56:26.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T16:56:26.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T16:56:26.731Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-02-28T16:56:26.731Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T16:56:26.731Z] latest [2023-02-28T16:56:26.731Z] 3.0.0-dev.8 [2023-02-28T16:56:26.731Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T16:56:26.731Z] main [2023-02-28T16:56:26.731Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:27.055Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:27.362Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T16:56:27.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T16:56:27.362Z] ba45f0972750: Preparing [2023-02-28T16:56:27.362Z] d7b3a3e1cbcf: Preparing [2023-02-28T16:56:27.362Z] d51b3c5fa586: Preparing [2023-02-28T16:56:27.362Z] 550e596c6d0e: Preparing [2023-02-28T16:56:27.362Z] 1207169bf42c: Preparing [2023-02-28T16:56:27.362Z] dd76828bc46a: Preparing [2023-02-28T16:56:27.362Z] fe14dcd96a78: Preparing [2023-02-28T16:56:27.362Z] d5ef91fbe4c6: Preparing [2023-02-28T16:56:27.362Z] 6694693fd04e: Preparing [2023-02-28T16:56:27.362Z] dc3eb08f209d: Preparing [2023-02-28T16:56:27.362Z] 8023acc7a358: Preparing [2023-02-28T16:56:27.362Z] aa5968d388b8: Preparing [2023-02-28T16:56:27.363Z] fe14dcd96a78: Waiting [2023-02-28T16:56:27.363Z] d5ef91fbe4c6: Waiting [2023-02-28T16:56:27.363Z] 6694693fd04e: Waiting [2023-02-28T16:56:27.363Z] aa5968d388b8: Waiting [2023-02-28T16:56:27.363Z] 8023acc7a358: Waiting [2023-02-28T16:56:27.363Z] dc3eb08f209d: Waiting [2023-02-28T16:56:27.363Z] dd76828bc46a: Waiting [2023-02-28T16:56:27.363Z] 1207169bf42c: Pushed [2023-02-28T16:56:27.363Z] ba45f0972750: Pushed [2023-02-28T16:56:27.363Z] d51b3c5fa586: Pushed [2023-02-28T16:56:27.363Z] d7b3a3e1cbcf: Pushed [2023-02-28T16:56:27.622Z] dd76828bc46a: Pushed [2023-02-28T16:56:27.622Z] 6694693fd04e: Pushed [2023-02-28T16:56:27.622Z] fe14dcd96a78: Pushed [2023-02-28T16:56:27.622Z] d5ef91fbe4c6: Pushed [2023-02-28T16:56:27.622Z] aa5968d388b8: Layer already exists [2023-02-28T16:56:30.156Z] 550e596c6d0e: Pushed [2023-02-28T16:56:31.086Z] dc3eb08f209d: Pushed [2023-02-28T16:56:33.584Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7761 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-02-28T16:56:33.592Z] Running in /w/workspace/device-usb-camera/79 [Pipeline] { [Pipeline] checkout [2023-02-28T16:56:33.622Z] Selected Git installation does not exist. Using Default [2023-02-28T16:56:33.622Z] The recommended git tool is: NONE [2023-02-28T16:56:36.355Z] 8023acc7a358: Pushed [2023-02-28T16:56:36.613Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc: digest: sha256:995b52b89902cb5496a98ae85460d21902f49b6849f3f0ff73a3d3d476037a56 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:36.933Z] + 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-28T16:56:37.249Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-28T16:56:37.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T16:56:37.249Z] ba45f0972750: Preparing [2023-02-28T16:56:37.249Z] d7b3a3e1cbcf: Preparing [2023-02-28T16:56:37.249Z] d51b3c5fa586: Preparing [2023-02-28T16:56:37.249Z] 550e596c6d0e: Preparing [2023-02-28T16:56:37.249Z] 1207169bf42c: Preparing [2023-02-28T16:56:37.249Z] dd76828bc46a: Preparing [2023-02-28T16:56:37.249Z] fe14dcd96a78: Preparing [2023-02-28T16:56:37.249Z] d5ef91fbe4c6: Preparing [2023-02-28T16:56:37.249Z] 6694693fd04e: Preparing [2023-02-28T16:56:37.249Z] dc3eb08f209d: Preparing [2023-02-28T16:56:37.249Z] 8023acc7a358: Preparing [2023-02-28T16:56:37.249Z] aa5968d388b8: Preparing [2023-02-28T16:56:37.249Z] dc3eb08f209d: Waiting [2023-02-28T16:56:37.249Z] 6694693fd04e: Waiting [2023-02-28T16:56:37.249Z] d5ef91fbe4c6: Waiting [2023-02-28T16:56:37.249Z] dd76828bc46a: Waiting [2023-02-28T16:56:37.249Z] 8023acc7a358: Waiting [2023-02-28T16:56:37.249Z] aa5968d388b8: Waiting [2023-02-28T16:56:37.249Z] fe14dcd96a78: Waiting [2023-02-28T16:56:37.249Z] d51b3c5fa586: Layer already exists [2023-02-28T16:56:37.249Z] ba45f0972750: Layer already exists [2023-02-28T16:56:37.249Z] 550e596c6d0e: Layer already exists [2023-02-28T16:56:37.249Z] 1207169bf42c: Layer already exists [2023-02-28T16:56:37.249Z] d7b3a3e1cbcf: Layer already exists [2023-02-28T16:56:37.249Z] dd76828bc46a: Layer already exists [2023-02-28T16:56:37.249Z] d5ef91fbe4c6: Layer already exists [2023-02-28T16:56:37.249Z] dc3eb08f209d: Layer already exists [2023-02-28T16:56:37.249Z] fe14dcd96a78: Layer already exists [2023-02-28T16:56:37.249Z] 6694693fd04e: Layer already exists [2023-02-28T16:56:37.249Z] 8023acc7a358: Layer already exists [2023-02-28T16:56:37.249Z] aa5968d388b8: Layer already exists [2023-02-28T16:56:37.249Z] latest: digest: sha256:995b52b89902cb5496a98ae85460d21902f49b6849f3f0ff73a3d3d476037a56 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:37.565Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:37.870Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.8 [2023-02-28T16:56:37.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T16:56:37.870Z] ba45f0972750: Preparing [2023-02-28T16:56:37.870Z] d7b3a3e1cbcf: Preparing [2023-02-28T16:56:37.870Z] d51b3c5fa586: Preparing [2023-02-28T16:56:37.870Z] 550e596c6d0e: Preparing [2023-02-28T16:56:37.870Z] 1207169bf42c: Preparing [2023-02-28T16:56:37.870Z] dd76828bc46a: Preparing [2023-02-28T16:56:37.870Z] fe14dcd96a78: Preparing [2023-02-28T16:56:37.870Z] d5ef91fbe4c6: Preparing [2023-02-28T16:56:37.870Z] 6694693fd04e: Preparing [2023-02-28T16:56:37.870Z] dc3eb08f209d: Preparing [2023-02-28T16:56:37.870Z] 8023acc7a358: Preparing [2023-02-28T16:56:37.870Z] aa5968d388b8: Preparing [2023-02-28T16:56:37.870Z] fe14dcd96a78: Waiting [2023-02-28T16:56:37.870Z] d5ef91fbe4c6: Waiting [2023-02-28T16:56:37.870Z] 6694693fd04e: Waiting [2023-02-28T16:56:37.870Z] dc3eb08f209d: Waiting [2023-02-28T16:56:37.870Z] 8023acc7a358: Waiting [2023-02-28T16:56:37.870Z] aa5968d388b8: Waiting [2023-02-28T16:56:37.870Z] dd76828bc46a: Waiting [2023-02-28T16:56:37.870Z] 1207169bf42c: Layer already exists [2023-02-28T16:56:37.870Z] d51b3c5fa586: Layer already exists [2023-02-28T16:56:37.870Z] d7b3a3e1cbcf: Layer already exists [2023-02-28T16:56:37.870Z] 550e596c6d0e: Layer already exists [2023-02-28T16:56:37.870Z] ba45f0972750: Layer already exists [2023-02-28T16:56:37.870Z] fe14dcd96a78: Layer already exists [2023-02-28T16:56:37.870Z] 6694693fd04e: Layer already exists [2023-02-28T16:56:37.870Z] dd76828bc46a: Layer already exists [2023-02-28T16:56:37.870Z] d5ef91fbe4c6: Layer already exists [2023-02-28T16:56:37.870Z] dc3eb08f209d: Layer already exists [2023-02-28T16:56:37.870Z] 8023acc7a358: Layer already exists [2023-02-28T16:56:37.870Z] aa5968d388b8: Layer already exists [2023-02-28T16:56:37.870Z] 3.0.0-dev.8: digest: sha256:995b52b89902cb5496a98ae85460d21902f49b6849f3f0ff73a3d3d476037a56 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:38.184Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:38.492Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T16:56:38.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T16:56:38.492Z] ba45f0972750: Preparing [2023-02-28T16:56:38.492Z] d7b3a3e1cbcf: Preparing [2023-02-28T16:56:38.492Z] d51b3c5fa586: Preparing [2023-02-28T16:56:38.492Z] 550e596c6d0e: Preparing [2023-02-28T16:56:38.492Z] 1207169bf42c: Preparing [2023-02-28T16:56:38.492Z] dd76828bc46a: Preparing [2023-02-28T16:56:38.492Z] fe14dcd96a78: Preparing [2023-02-28T16:56:38.492Z] d5ef91fbe4c6: Preparing [2023-02-28T16:56:38.492Z] 6694693fd04e: Preparing [2023-02-28T16:56:38.492Z] dc3eb08f209d: Preparing [2023-02-28T16:56:38.492Z] 8023acc7a358: Preparing [2023-02-28T16:56:38.492Z] aa5968d388b8: Preparing [2023-02-28T16:56:38.492Z] fe14dcd96a78: Waiting [2023-02-28T16:56:38.492Z] d5ef91fbe4c6: Waiting [2023-02-28T16:56:38.492Z] 6694693fd04e: Waiting [2023-02-28T16:56:38.492Z] dc3eb08f209d: Waiting [2023-02-28T16:56:38.492Z] 8023acc7a358: Waiting [2023-02-28T16:56:38.492Z] aa5968d388b8: Waiting [2023-02-28T16:56:38.492Z] dd76828bc46a: Waiting [2023-02-28T16:56:38.492Z] ba45f0972750: Layer already exists [2023-02-28T16:56:38.492Z] d7b3a3e1cbcf: Layer already exists [2023-02-28T16:56:38.492Z] d51b3c5fa586: Layer already exists [2023-02-28T16:56:38.492Z] 1207169bf42c: Layer already exists [2023-02-28T16:56:38.492Z] 550e596c6d0e: Layer already exists [2023-02-28T16:56:38.492Z] fe14dcd96a78: Layer already exists [2023-02-28T16:56:38.492Z] 6694693fd04e: Layer already exists [2023-02-28T16:56:38.492Z] d5ef91fbe4c6: Layer already exists [2023-02-28T16:56:38.492Z] dd76828bc46a: Layer already exists [2023-02-28T16:56:38.492Z] dc3eb08f209d: Layer already exists [2023-02-28T16:56:38.492Z] 8023acc7a358: Layer already exists [2023-02-28T16:56:38.492Z] aa5968d388b8: Layer already exists [2023-02-28T16:56:38.492Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8: digest: sha256:995b52b89902cb5496a98ae85460d21902f49b6849f3f0ff73a3d3d476037a56 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:38.795Z] using credential edgex-jenkins-ssh [2023-02-28T16:56:38.804Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [2023-02-28T16:56:38.812Z] Cloning the remote Git repository [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:39.118Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-02-28T16:56:39.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T16:56:39.118Z] ba45f0972750: Preparing [2023-02-28T16:56:39.118Z] d7b3a3e1cbcf: Preparing [2023-02-28T16:56:39.118Z] d51b3c5fa586: Preparing [2023-02-28T16:56:39.118Z] 550e596c6d0e: Preparing [2023-02-28T16:56:39.118Z] 1207169bf42c: Preparing [2023-02-28T16:56:39.118Z] dd76828bc46a: Preparing [2023-02-28T16:56:39.118Z] fe14dcd96a78: Preparing [2023-02-28T16:56:39.118Z] d5ef91fbe4c6: Preparing [2023-02-28T16:56:39.118Z] 6694693fd04e: Preparing [2023-02-28T16:56:39.118Z] dc3eb08f209d: Preparing [2023-02-28T16:56:39.118Z] 8023acc7a358: Preparing [2023-02-28T16:56:39.118Z] aa5968d388b8: Preparing [2023-02-28T16:56:39.118Z] d5ef91fbe4c6: Waiting [2023-02-28T16:56:39.118Z] 6694693fd04e: Waiting [2023-02-28T16:56:39.118Z] dc3eb08f209d: Waiting [2023-02-28T16:56:39.118Z] 8023acc7a358: Waiting [2023-02-28T16:56:39.118Z] aa5968d388b8: Waiting [2023-02-28T16:56:39.118Z] dd76828bc46a: Waiting [2023-02-28T16:56:39.118Z] d7b3a3e1cbcf: Layer already exists [2023-02-28T16:56:39.118Z] 1207169bf42c: Layer already exists [2023-02-28T16:56:39.118Z] 550e596c6d0e: Layer already exists [2023-02-28T16:56:39.118Z] d51b3c5fa586: Layer already exists [2023-02-28T16:56:39.118Z] ba45f0972750: Layer already exists [2023-02-28T16:56:39.118Z] fe14dcd96a78: Layer already exists [2023-02-28T16:56:39.118Z] dc3eb08f209d: Layer already exists [2023-02-28T16:56:39.118Z] d5ef91fbe4c6: Layer already exists [2023-02-28T16:56:39.118Z] 6694693fd04e: Layer already exists [2023-02-28T16:56:39.118Z] dd76828bc46a: Layer already exists [2023-02-28T16:56:39.118Z] 8023acc7a358: Layer already exists [2023-02-28T16:56:39.118Z] aa5968d388b8: Layer already exists [2023-02-28T16:56:39.118Z] main: digest: sha256:995b52b89902cb5496a98ae85460d21902f49b6849f3f0ff73a3d3d476037a56 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T16:56:39.168Z] ===================================================== [Pipeline] echo [2023-02-28T16:56:39.178Z] taggedImages: [2023-02-28T16:56:39.178Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T16:56:39.178Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-28T16:56:39.178Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.8 [2023-02-28T16:56:39.178Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T16:56:39.178Z] - 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-28T16:56:39.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T16:56:39.558Z] [2023-02-28T16:56:39.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:56:38.858Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-02-28T16:56:38.939Z] > git init /w/workspace/device-usb-camera/79 # timeout=10 [2023-02-28T16:56:39.093Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-02-28T16:56:39.094Z] > git --version # timeout=10 [2023-02-28T16:56:39.118Z] > git --version # 'git version 2.25.1' [2023-02-28T16:56:39.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-28T16:56:39.184Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-28T16:56:39.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T16:56:39.861Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-28T16:56:39.861Z] 5eb5b503b376: Pulling fs layer [2023-02-28T16:56:39.861Z] 5c69ac0246d0: Pulling fs layer [2023-02-28T16:56:39.861Z] ec43610c2a17: Pulling fs layer [2023-02-28T16:56:39.861Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-28T16:56:39.861Z] 33b1e0a273af: Pulling fs layer [2023-02-28T16:56:39.861Z] 5d3b04190fa2: Pulling fs layer [2023-02-28T16:56:39.861Z] 2f39f015ded8: Pulling fs layer [2023-02-28T16:56:39.861Z] 5d3b04190fa2: Waiting [2023-02-28T16:56:39.861Z] 2f39f015ded8: Waiting [2023-02-28T16:56:39.861Z] 33b1e0a273af: Waiting [2023-02-28T16:56:39.861Z] 3a2ae6a8a46f: Waiting [2023-02-28T16:56:39.861Z] 5c69ac0246d0: Verifying Checksum [2023-02-28T16:56:39.861Z] 5c69ac0246d0: Download complete [2023-02-28T16:56:39.861Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-28T16:56:39.861Z] 3a2ae6a8a46f: Download complete [2023-02-28T16:56:40.120Z] 33b1e0a273af: Verifying Checksum [2023-02-28T16:56:40.120Z] 33b1e0a273af: Download complete [2023-02-28T16:56:40.120Z] ec43610c2a17: Verifying Checksum [2023-02-28T16:56:40.120Z] ec43610c2a17: Download complete [2023-02-28T16:56:40.120Z] 5d3b04190fa2: Download complete [2023-02-28T16:56:40.120Z] 5eb5b503b376: Verifying Checksum [2023-02-28T16:56:40.120Z] 5eb5b503b376: Download complete [2023-02-28T16:56:40.928Z] Avoid second fetch [2023-02-28T16:56:40.929Z] Checking out Revision 8b62b64e9680a6df61e12b3c0a704648afc4bcdc (main) [2023-02-28T16:56:41.056Z] 2f39f015ded8: Download complete [2023-02-28T16:56:40.022Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-02-28T16:56:40.049Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-28T16:56:40.948Z] > git config core.sparsecheckout # timeout=10 [2023-02-28T16:56:40.965Z] > git checkout -f 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 [2023-02-28T16:56:41.312Z] 5eb5b503b376: Pull complete [2023-02-28T16:56:41.312Z] 5c69ac0246d0: Pull complete [2023-02-28T16:56:41.406Z] Commit message: "Merge pull request #161 from lenny-intel/common-config" [2023-02-28T16:56:41.776Z] [2023-02-28T16:56:41.776Z] GitHub has been notified of this commit’s build result [2023-02-28T16:56:41.776Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T16:56:41.875Z] ec43610c2a17: Pull complete [2023-02-28T16:56:41.875Z] 3a2ae6a8a46f: Pull complete [2023-02-28T16:56:42.136Z] 33b1e0a273af: Pull complete [2023-02-28T16:56:42.136Z] 5d3b04190fa2: Pull complete [2023-02-28T16:56:42.449Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-28T16:56:42.449Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T16:56:42.449Z] Dload Upload Total Spent Left Speed [2023-02-28T16:56:42.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh [2023-02-28T16:56:43.099Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-28T16:56:43.461Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-28T16:56:43.461Z] + sudo tee /etc/docker/daemon.new [2023-02-28T16:56:43.461Z] { [2023-02-28T16:56:43.461Z] "registry-mirrors": [ [2023-02-28T16:56:43.461Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-28T16:56:43.461Z] ], [2023-02-28T16:56:43.461Z] "bip": "10.250.0.254/24", [2023-02-28T16:56:43.461Z] "hosts": [ [2023-02-28T16:56:43.461Z] "tcp://0.0.0.0:5555", [2023-02-28T16:56:43.461Z] "unix:///var/run/docker.sock" [2023-02-28T16:56:43.461Z] ], [2023-02-28T16:56:43.461Z] "mtu": 1458, [2023-02-28T16:56:43.461Z] "selinux-enabled": true, [2023-02-28T16:56:43.461Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-28T16:56:43.461Z] } [Pipeline] sh [2023-02-28T16:56:43.807Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-28T16:56:44.153Z] + sudo service docker restart [2023-02-28T16:56:46.315Z] 2f39f015ded8: Pull complete [2023-02-28T16:56:46.315Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-28T16:56:46.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T16:56:46.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:56:46.405Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T16:56:46.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-28T16:56:47.849Z] $ docker top 05221c63eae3380935b23056f510e7d1315cf01099c27510b279322c0b1d59c6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:56:48.238Z] ---> job-cost.sh [2023-02-28T16:56:48.238Z] lf-activate-venv: SKIPPING [2023-02-28T16:56:48.238Z] INFO: No Stack... [2023-02-28T16:56:48.497Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-28T16:56:48.760Z] INFO: Archiving Costs [Pipeline] sh [2023-02-28T16:56:49.049Z] + cut -d, -f6 [2023-02-28T16:56:49.049Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [Pipeline] lock [2023-02-28T16:56:49.064Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [2023-02-28T16:56:49.071Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] did not exist. Created. [2023-02-28T16:56:49.071Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-28T16:56:49.380Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-28T16:56:49.411Z] Stashed 1 file(s) [Pipeline] } [2023-02-28T16:56:49.418Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-28T16:56:49.441Z] $ docker stop --time=1 05221c63eae3380935b23056f510e7d1315cf01099c27510b279322c0b1d59c6 [2023-02-28T16:56:50.612Z] $ docker rm -f --volumes 05221c63eae3380935b23056f510e7d1315cf01099c27510b279322c0b1d59c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T16:57:02.457Z] provisioning config files... [2023-02-28T16:57:02.484Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/79@tmp/config13964849751190125774tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T16:57:02.855Z] ---> docker-login.sh [2023-02-28T16:57:02.855Z] nexus3.edgexfoundry.org:10001 [2023-02-28T16:57:03.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:57:03.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:57:03.441Z] Configure a credential helper to remove this warning. See [2023-02-28T16:57:03.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:57:03.441Z] [2023-02-28T16:57:03.441Z] Login Succeeded [2023-02-28T16:57:03.441Z] nexus3.edgexfoundry.org:10002 [2023-02-28T16:57:03.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:57:03.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:57:03.999Z] Configure a credential helper to remove this warning. See [2023-02-28T16:57:03.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:57:03.999Z] [2023-02-28T16:57:03.999Z] Login Succeeded [2023-02-28T16:57:03.999Z] nexus3.edgexfoundry.org:10003 [2023-02-28T16:57:04.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:57:04.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:57:04.283Z] Configure a credential helper to remove this warning. See [2023-02-28T16:57:04.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:57:04.283Z] [2023-02-28T16:57:04.283Z] Login Succeeded [2023-02-28T16:57:04.283Z] nexus3.edgexfoundry.org:10004 [2023-02-28T16:57:04.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:57:04.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:57:04.837Z] Configure a credential helper to remove this warning. See [2023-02-28T16:57:04.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:57:04.837Z] [2023-02-28T16:57:04.837Z] Login Succeeded [2023-02-28T16:57:04.837Z] docker.io [2023-02-28T16:57:05.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T16:57:05.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T16:57:05.378Z] Configure a credential helper to remove this warning. See [2023-02-28T16:57:05.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T16:57:05.378Z] [2023-02-28T16:57:05.378Z] Login Succeeded [2023-02-28T16:57:05.378Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T16:57:05.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-28T16:57:05.656Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T16:57:05.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T16:57:05.681Z] ========================================================= [2023-02-28T16:57:05.681Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-28T16:57:05.681Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:57:06.051Z] + 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-28T16:57:06.321Z] Sending build context to Docker daemon 1.126MB [2023-02-28T16:57:06.321Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T16:57:06.321Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-28T16:57:06.592Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-28T16:57:06.592Z] 9b18e9b68314: Pulling fs layer [2023-02-28T16:57:06.592Z] 35d82f9e3411: Pulling fs layer [2023-02-28T16:57:06.592Z] e16973657156: Pulling fs layer [2023-02-28T16:57:06.592Z] fc693d55d65f: Pulling fs layer [2023-02-28T16:57:06.592Z] 7e9fc2657dce: Pulling fs layer [2023-02-28T16:57:06.592Z] dda99020689f: Pulling fs layer [2023-02-28T16:57:06.592Z] db1c61fa0a46: Pulling fs layer [2023-02-28T16:57:06.592Z] 891c053d2c06: Pulling fs layer [2023-02-28T16:57:06.592Z] dda99020689f: Waiting [2023-02-28T16:57:06.592Z] db1c61fa0a46: Waiting [2023-02-28T16:57:06.592Z] 891c053d2c06: Waiting [2023-02-28T16:57:06.592Z] fc693d55d65f: Waiting [2023-02-28T16:57:06.592Z] 7e9fc2657dce: Waiting [2023-02-28T16:57:06.592Z] e16973657156: Verifying Checksum [2023-02-28T16:57:06.592Z] e16973657156: Download complete [2023-02-28T16:57:06.592Z] 35d82f9e3411: Download complete [2023-02-28T16:57:06.592Z] 7e9fc2657dce: Verifying Checksum [2023-02-28T16:57:06.592Z] 7e9fc2657dce: Download complete [2023-02-28T16:57:06.592Z] 9b18e9b68314: Verifying Checksum [2023-02-28T16:57:06.592Z] 9b18e9b68314: Download complete [2023-02-28T16:57:06.592Z] dda99020689f: Verifying Checksum [2023-02-28T16:57:06.592Z] dda99020689f: Download complete [2023-02-28T16:57:08.068Z] 9b18e9b68314: Pull complete [2023-02-28T16:57:08.068Z] 891c053d2c06: Verifying Checksum [2023-02-28T16:57:08.068Z] 891c053d2c06: Download complete [2023-02-28T16:57:08.343Z] 35d82f9e3411: Pull complete [2023-02-28T16:57:09.340Z] e16973657156: Pull complete [2023-02-28T16:57:09.340Z] db1c61fa0a46: Verifying Checksum [2023-02-28T16:57:09.340Z] db1c61fa0a46: Download complete [2023-02-28T16:57:09.929Z] fc693d55d65f: Verifying Checksum [2023-02-28T16:57:09.929Z] fc693d55d65f: Download complete [2023-02-28T16:57:20.075Z] fc693d55d65f: Pull complete [2023-02-28T16:57:20.347Z] 7e9fc2657dce: Pull complete [2023-02-28T16:57:20.619Z] dda99020689f: Pull complete [2023-02-28T16:57:25.973Z] db1c61fa0a46: Pull complete [2023-02-28T16:57:27.925Z] 891c053d2c06: Pull complete [2023-02-28T16:57:27.925Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-28T16:57:27.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-28T16:57:27.925Z] ---> f96f9c87975a [2023-02-28T16:57:27.925Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-28T16:57:29.875Z] ---> Running in 05e64cdc5f3b [2023-02-28T16:57:30.145Z] Removing intermediate container 05e64cdc5f3b [2023-02-28T16:57:30.145Z] ---> cf73ddb1a22b [2023-02-28T16:57:30.145Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T16:57:30.145Z] ---> Running in 9c485c6c5ec2 [2023-02-28T16:57:30.415Z] Removing intermediate container 9c485c6c5ec2 [2023-02-28T16:57:30.415Z] ---> 6897ef1082d9 [2023-02-28T16:57:30.415Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T16:57:30.415Z] ---> Running in c68dbfd515a2 [2023-02-28T16:57:31.026Z] Removing intermediate container c68dbfd515a2 [2023-02-28T16:57:31.026Z] ---> 6bfced01524e [2023-02-28T16:57:31.026Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T16:57:31.026Z] ---> Running in 80c84a9b3d0c [2023-02-28T16:57:31.300Z] Removing intermediate container 80c84a9b3d0c [2023-02-28T16:57:31.300Z] ---> 83114d6d9ffb [2023-02-28T16:57:31.300Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T16:57:31.300Z] ---> Running in bf028fa4d398 [2023-02-28T16:57:32.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T16:57:32.713Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T16:57:33.679Z] (1/14) Installing libintl (0.21-r2) [2023-02-28T16:57:33.679Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-02-28T16:57:33.679Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T16:57:33.679Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T16:57:33.949Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-02-28T16:57:33.949Z] (6/14) Installing udev-init-scripts (35-r0) [2023-02-28T16:57:33.949Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T16:57:33.949Z] (7/14) Installing libblkid (2.38-r1) [2023-02-28T16:57:33.949Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-02-28T16:57:33.949Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-02-28T16:57:33.949Z] (10/14) Installing kmod-libs (29-r2) [2023-02-28T16:57:33.949Z] (11/14) Installing eudev (3.2.11-r0) [2023-02-28T16:57:33.949Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-02-28T16:57:33.949Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-28T16:57:33.949Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-02-28T16:57:34.217Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T16:57:34.217Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T16:57:34.217Z] OK: 228 MiB in 65 packages [2023-02-28T16:57:35.636Z] Removing intermediate container bf028fa4d398 [2023-02-28T16:57:35.636Z] ---> 1f7c846f7913 [2023-02-28T16:57:35.636Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-28T16:57:35.636Z] ---> Running in e68630771d4c [2023-02-28T16:57:35.905Z] Removing intermediate container e68630771d4c [2023-02-28T16:57:35.905Z] ---> bcb7135618b7 [2023-02-28T16:57:35.905Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-28T16:57:36.496Z] ---> b03cad97d781 [2023-02-28T16:57:36.496Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T16:57:36.496Z] ---> Running in c15f16544549 [2023-02-28T16:58:44.409Z] Removing intermediate container c15f16544549 [2023-02-28T16:58:44.409Z] ---> 91ef54bffb61 [2023-02-28T16:58:44.409Z] Step 11/13 : COPY . . [2023-02-28T16:58:44.409Z] ---> e9d123dde330 [2023-02-28T16:58:44.409Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T16:58:44.409Z] ---> Running in 8f0f48cfbe13 [2023-02-28T16:58:44.409Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T16:58:44.409Z] Dload Upload Total Spent Left Speed [2023-02-28T16:58:44.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 13136 0 --:--:-- --:--:-- --:--:-- 13275 [2023-02-28T16:58:44.409Z] Removing intermediate container 8f0f48cfbe13 [2023-02-28T16:58:44.409Z] ---> 141a41bbd786 [2023-02-28T16:58:44.409Z] Step 13/13 : RUN ${MAKE} [2023-02-28T16:58:44.409Z] ---> Running in 12013bb0f68a [2023-02-28T16:58:45.473Z] noop [2023-02-28T16:58:46.062Z] Removing intermediate container 12013bb0f68a [2023-02-28T16:58:46.062Z] ---> 96f40e91c0ef [2023-02-28T16:58:46.062Z] Successfully built 96f40e91c0ef [2023-02-28T16:58:46.062Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:58:46.432Z] + docker inspect -f . ci-base-image-arm64 [2023-02-28T16:58:46.432Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:58:46.649Z] prd-ubuntu20.04-docker-arm64-4c-16g-7761 does not seem to be running inside a container [2023-02-28T16:58:46.737Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/79 -v /w/workspace/device-usb-camera/79:/w/workspace/device-usb-camera/79:rw,z -v /w/workspace/device-usb-camera/79@tmp:/w/workspace/device-usb-camera/79@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-28T16:58:48.104Z] $ docker top f9da79c84ea7422376d6a142a11ef8419da784b06599645940062fb64bacde76 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T16:58:48.977Z] + go version [2023-02-28T16:58:48.977Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-28T16:58:49.005Z] $ docker stop --time=1 f9da79c84ea7422376d6a142a11ef8419da784b06599645940062fb64bacde76 [2023-02-28T16:58:50.702Z] $ docker rm -f --volumes f9da79c84ea7422376d6a142a11ef8419da784b06599645940062fb64bacde76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T16:58:51.288Z] + docker inspect -f . ci-base-image-arm64 [2023-02-28T16:58:51.288Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T16:58:51.493Z] prd-ubuntu20.04-docker-arm64-4c-16g-7761 does not seem to be running inside a container [2023-02-28T16:58:51.588Z] $ 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/79 -v /w/workspace/device-usb-camera/79:/w/workspace/device-usb-camera/79:rw,z -v /w/workspace/device-usb-camera/79@tmp:/w/workspace/device-usb-camera/79@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-28T16:58:52.892Z] $ docker top f78d4bd08f38fa959f9b77a3ef12cf926778ee58a4bd6b3e0f9bafe2b550d157 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T16:58:53.754Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/79 [Pipeline] fileExists [Pipeline] sh [2023-02-28T16:58:54.434Z] + make test [2023-02-28T16:58:54.434Z] go test ./... -coverprofile=coverage.out ./... [2023-02-28T16:58:56.390Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-28T17:00:33.743Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-28T17:00:36.378Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.073s coverage: 1.9% of statements [2023-02-28T17:00:36.651Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-28T17:00:36.651Z] go vet ./... [2023-02-28T17:01:08.986Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-28T17:01:08.986Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-28T17:01:08.986Z] ./bin/test-attribution-txt.sh [2023-02-28T17:01:08.986Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-02-28T17:01:08.986Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-02-28T17:01:09.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-28T17:01:09.027Z] $ docker stop --time=1 f78d4bd08f38fa959f9b77a3ef12cf926778ee58a4bd6b3e0f9bafe2b550d157 [2023-02-28T17:01:11.010Z] $ docker rm -f --volumes f78d4bd08f38fa959f9b77a3ef12cf926778ee58a4bd6b3e0f9bafe2b550d157 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T17:01:12.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-28T17:01:12.203Z] Warning: overwriting stash ‘coverage-report’ [2023-02-28T17:01:13.264Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T17:01:13.706Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-28T17:01:14.038Z] + ls -al . [2023-02-28T17:01:14.038Z] total 192 [2023-02-28T17:01:14.038Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 16:58 . [2023-02-28T17:01:14.038Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:56 .. [2023-02-28T17:01:14.038Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 16:56 .git [2023-02-28T17:01:14.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:56 .github [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 16:56 .gitignore [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 16:56 .golangci.yml [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 16:56 .hadolint.yml [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 28 16:56 Attribution.txt [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 16:56 CHANGELOG.md [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 16:56 Dockerfile [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 16:56 GOVERNANCE.md [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 16:56 Jenkinsfile [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 16:56 LICENSE [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 16:56 Makefile [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 16:56 OWNERS.md [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 16:56 README.md [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 16:54 VERSION [2023-02-28T17:01:14.038Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 16:56 bin [2023-02-28T17:01:14.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:56 cmd [2023-02-28T17:01:14.038Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 17:00 coverage.out [2023-02-28T17:01:14.038Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 16:56 docker-entrypoint.sh [2023-02-28T17:01:14.038Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:56 docs [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 16:56 go.mod [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 16:56 go.sum [2023-02-28T17:01:14.038Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:56 internal [2023-02-28T17:01:14.038Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:56 snap [2023-02-28T17:01:14.038Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 16:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:01:14.416Z] + 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=8b62b64e9680a6df61e12b3c0a704648afc4bcdc --label arch=arm64 --label version=3.0.0-dev.8 . [2023-02-28T17:01:15.014Z] Sending build context to Docker daemon 1.158MB [2023-02-28T17:01:15.014Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T17:01:15.014Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-28T17:01:15.014Z] ---> 96f40e91c0ef [2023-02-28T17:01:15.014Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-28T17:01:15.287Z] ---> Running in 4435f40f8819 [2023-02-28T17:01:15.563Z] Removing intermediate container 4435f40f8819 [2023-02-28T17:01:15.563Z] ---> 1728ac085f56 [2023-02-28T17:01:15.563Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T17:01:15.836Z] ---> Running in 1f7f48ff5a1a [2023-02-28T17:01:16.131Z] Removing intermediate container 1f7f48ff5a1a [2023-02-28T17:01:16.131Z] ---> 388a2907dcca [2023-02-28T17:01:16.131Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T17:01:16.401Z] ---> Running in d8976674a726 [2023-02-28T17:01:16.677Z] Removing intermediate container d8976674a726 [2023-02-28T17:01:16.677Z] ---> cc541b54b384 [2023-02-28T17:01:16.677Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T17:01:16.946Z] ---> Running in 635ff43275b2 [2023-02-28T17:01:17.216Z] Removing intermediate container 635ff43275b2 [2023-02-28T17:01:17.216Z] ---> 76264508e9cf [2023-02-28T17:01:17.216Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T17:01:17.216Z] ---> Running in 20b4d78bad43 [2023-02-28T17:01:18.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T17:01:18.911Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T17:01:20.337Z] OK: 228 MiB in 65 packages [2023-02-28T17:01:21.307Z] Removing intermediate container 20b4d78bad43 [2023-02-28T17:01:21.307Z] ---> cab901b6aee7 [2023-02-28T17:01:21.307Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-28T17:01:21.307Z] ---> Running in ff88d4ba7b35 [2023-02-28T17:01:21.901Z] Removing intermediate container ff88d4ba7b35 [2023-02-28T17:01:21.901Z] ---> 907e5c56e62a [2023-02-28T17:01:21.901Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-28T17:01:22.494Z] ---> 0d832c8ea00c [2023-02-28T17:01:22.494Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T17:01:22.494Z] ---> Running in 37b07e1f3bf9 [2023-02-28T17:01:25.858Z] Removing intermediate container 37b07e1f3bf9 [2023-02-28T17:01:25.858Z] ---> d9ecf7a5773e [2023-02-28T17:01:25.858Z] Step 11/35 : COPY . . [2023-02-28T17:01:26.821Z] ---> e671f3d7b9bc [2023-02-28T17:01:26.821Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T17:01:26.821Z] ---> Running in 5b262fd6c8ce [2023-02-28T17:01:27.783Z]  % Total  % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:01:27.783Z] Dload Upload Total Spent Left Speed [2023-02-28T17:01:27.783Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 1062 100 1062 0 0 12017 0 --:--:-- --:--:-- --:--:-- 12206 [2023-02-28T17:01:28.771Z] Removing intermediate container 5b262fd6c8ce [2023-02-28T17:01:28.771Z] ---> ff3cc76fddc9 [2023-02-28T17:01:28.771Z] Step 13/35 : RUN ${MAKE} [2023-02-28T17:01:28.771Z] ---> Running in 391bb477bf28 [2023-02-28T17:01:31.368Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.8" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-28T17:04:38.557Z] Removing intermediate container 391bb477bf28 [2023-02-28T17:04:38.557Z] ---> 9e59fe64e61d [2023-02-28T17:04:38.557Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-28T17:04:38.557Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-28T17:04:38.557Z] eab2503cf8f4: Pulling fs layer [2023-02-28T17:04:38.557Z] 97cd0a44c592: Pulling fs layer [2023-02-28T17:04:38.557Z] 97cd0a44c592: Verifying Checksum [2023-02-28T17:04:38.557Z] 97cd0a44c592: Download complete [2023-02-28T17:04:38.557Z] eab2503cf8f4: Verifying Checksum [2023-02-28T17:04:38.557Z] eab2503cf8f4: Download complete [2023-02-28T17:04:38.557Z] eab2503cf8f4: Pull complete [2023-02-28T17:04:38.557Z] 97cd0a44c592: Pull complete [2023-02-28T17:04:38.557Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-28T17:04:38.557Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-28T17:04:38.557Z] ---> 7f763cca56b3 [2023-02-28T17:04:38.557Z] Step 15/35 : FROM alpine:3.16 [2023-02-28T17:04:38.557Z] 3.16: Pulling from library/alpine [2023-02-28T17:04:38.557Z] 3760b48202b3: Pulling fs layer [2023-02-28T17:04:38.557Z] 3760b48202b3: Verifying Checksum [2023-02-28T17:04:38.557Z] 3760b48202b3: Download complete [2023-02-28T17:04:38.557Z] 3760b48202b3: Pull complete [2023-02-28T17:04:38.557Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-28T17:04:38.557Z] Status: Downloaded newer image for alpine:3.16 [2023-02-28T17:04:38.557Z] ---> 4c81e5bf8899 [2023-02-28T17:04:38.557Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-28T17:04:38.557Z] ---> Running in 27cf89f017cf [2023-02-28T17:04:38.557Z] Removing intermediate container 27cf89f017cf [2023-02-28T17:04:38.557Z] ---> 5faf5eaf1d5f [2023-02-28T17:04:38.557Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-28T17:04:38.557Z] ---> Running in 2f03c3123f8e [2023-02-28T17:04:38.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T17:04:38.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T17:04:38.557Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-02-28T17:04:38.557Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-02-28T17:04:38.557Z] (3/79) Installing libxau (1.0.9-r0) [2023-02-28T17:04:38.557Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-02-28T17:04:38.557Z] (5/79) Installing libxcb (1.15-r0) [2023-02-28T17:04:38.557Z] (6/79) Installing libx11 (1.8-r0) [2023-02-28T17:04:38.557Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-02-28T17:04:38.557Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-02-28T17:04:38.557Z] (9/79) Installing expat (2.5.0-r0) [2023-02-28T17:04:38.557Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-02-28T17:04:38.557Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-02-28T17:04:38.557Z] (12/79) Installing libpng (1.6.37-r1) [2023-02-28T17:04:38.557Z] (13/79) Installing freetype (2.12.1-r0) [2023-02-28T17:04:38.557Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-02-28T17:04:38.557Z] (15/79) Installing fribidi (1.0.12-r0) [2023-02-28T17:04:38.557Z] (16/79) Installing libffi (3.4.2-r1) [2023-02-28T17:04:38.557Z] (17/79) Installing libintl (0.21-r2) [2023-02-28T17:04:38.557Z] (18/79) Installing libblkid (2.38-r1) [2023-02-28T17:04:38.557Z] (19/79) Installing libmount (2.38-r1) [2023-02-28T17:04:38.557Z] (20/79) Installing pcre (8.45-r2) [2023-02-28T17:04:38.557Z] (21/79) Installing glib (2.72.1-r0) [2023-02-28T17:04:38.557Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-02-28T17:04:38.557Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-02-28T17:04:38.557Z] (24/79) Installing libass (0.16.0-r0) [2023-02-28T17:04:38.557Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-02-28T17:04:38.557Z] (26/79) Installing libdrm (2.4.110-r0) [2023-02-28T17:04:38.557Z] (27/79) Installing gmp (6.2.1-r2) [2023-02-28T17:04:38.557Z] (28/79) Installing nettle (3.7.3-r0) [2023-02-28T17:04:38.557Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-02-28T17:04:38.557Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-02-28T17:04:38.557Z] (31/79) Installing libunistring (1.0-r0) [2023-02-28T17:04:38.557Z] (32/79) Installing gnutls (3.7.7-r1) [2023-02-28T17:04:38.557Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-28T17:04:38.557Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-28T17:04:38.557Z] (35/79) Installing lame (3.100-r0) [2023-02-28T17:04:38.557Z] (36/79) Installing opus (1.3.1-r1) [2023-02-28T17:04:38.557Z] (37/79) Installing libasyncns (0.8-r1) [2023-02-28T17:04:38.557Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-02-28T17:04:38.557Z] (39/79) Installing libltdl (2.4.7-r0) [2023-02-28T17:04:38.557Z] (40/79) Installing orc (0.4.32-r0) [2023-02-28T17:04:38.557Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-02-28T17:04:38.557Z] (42/79) Installing libogg (1.3.5-r1) [2023-02-28T17:04:38.557Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-28T17:04:38.557Z] (44/79) Installing flac (1.3.4-r0) [2023-02-28T17:04:38.557Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-02-28T17:04:38.557Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-02-28T17:04:38.557Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-02-28T17:04:38.557Z] (48/79) Installing soxr (0.1.3-r2) [2023-02-28T17:04:38.557Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-02-28T17:04:38.557Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-02-28T17:04:38.557Z] (51/79) Installing libpulse (15.0-r2) [2023-02-28T17:04:38.557Z] (52/79) Installing cjson (1.7.15-r3) [2023-02-28T17:04:38.558Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-02-28T17:04:38.558Z] (54/79) Installing librist (0.2.6-r1) [2023-02-28T17:04:38.558Z] (55/79) Installing libsrt (1.4.4-r0) [2023-02-28T17:04:38.558Z] (56/79) Installing libssh (0.9.6-r1) [2023-02-28T17:04:38.558Z] (57/79) Installing libtheora (1.1.1-r16) [2023-02-28T17:04:38.558Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T17:04:38.558Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T17:04:38.558Z] (60/79) Installing libxext (1.3.4-r0) [2023-02-28T17:04:38.558Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-02-28T17:04:38.558Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T17:04:38.558Z] (63/79) Installing libva (2.14.0-r0) [2023-02-28T17:04:38.558Z] (64/79) Installing libvdpau (1.5-r0) [2023-02-28T17:04:38.558Z] (65/79) Installing vidstab (1.1.0-r1) [2023-02-28T17:04:38.558Z] (66/79) Installing libvpx (1.11.0-r1) [2023-02-28T17:04:38.558Z] (67/79) Installing libwebp (1.2.3-r0) [2023-02-28T17:04:38.558Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-02-28T17:04:38.558Z] (69/79) Installing numactl (2.0.14-r0) [2023-02-28T17:04:38.558Z] (70/79) Installing x265-libs (3.5-r3) [2023-02-28T17:04:38.558Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-02-28T17:04:38.558Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-02-28T17:04:38.558Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-02-28T17:04:38.558Z] (74/79) Installing udev-init-scripts (35-r0) [2023-02-28T17:04:38.558Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T17:04:38.558Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-02-28T17:04:38.558Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-02-28T17:04:38.558Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-02-28T17:04:38.558Z] (78/79) Installing kmod-libs (29-r2) [2023-02-28T17:04:38.558Z] (79/79) Installing eudev (3.2.11-r0) [2023-02-28T17:04:38.558Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T17:04:38.558Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T17:04:38.558Z] OK: 77 MiB in 93 packages [2023-02-28T17:04:38.558Z] Removing intermediate container 2f03c3123f8e [2023-02-28T17:04:38.558Z] ---> 7b7c3de1761a [2023-02-28T17:04:38.558Z] Step 18/35 : WORKDIR / [2023-02-28T17:04:38.558Z] ---> Running in 99ca038a16cd [2023-02-28T17:04:38.558Z] Removing intermediate container 99ca038a16cd [2023-02-28T17:04:38.558Z] ---> cf2acc91b812 [2023-02-28T17:04:38.558Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-28T17:04:38.839Z] ---> 6fcaced48f40 [2023-02-28T17:04:38.839Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-28T17:04:39.426Z] ---> bea30c499338 [2023-02-28T17:04:39.426Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-28T17:04:40.014Z] ---> 3ae78b575c13 [2023-02-28T17:04:40.014Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-28T17:04:40.608Z] ---> 89ca04b711a7 [2023-02-28T17:04:40.608Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-28T17:04:41.198Z] ---> 3df6ba70e066 [2023-02-28T17:04:41.198Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-28T17:04:41.784Z] ---> 00ff1182d409 [2023-02-28T17:04:41.784Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-28T17:04:46.042Z] ---> 14880723cbe4 [2023-02-28T17:04:46.042Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-28T17:04:46.042Z] ---> Running in 80becde7e57d [2023-02-28T17:04:47.007Z] Removing intermediate container 80becde7e57d [2023-02-28T17:04:47.007Z] ---> 39e696a53234 [2023-02-28T17:04:47.007Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-28T17:04:47.275Z] ---> Running in 144145449c0c [2023-02-28T17:04:49.226Z] Removing intermediate container 144145449c0c [2023-02-28T17:04:49.226Z] ---> 338a5f138a6a [2023-02-28T17:04:49.226Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-28T17:04:49.226Z] ---> Running in 68270c5294c6 [2023-02-28T17:04:50.642Z] Removing intermediate container 68270c5294c6 [2023-02-28T17:04:50.642Z] ---> 572f58582e59 [2023-02-28T17:04:50.642Z] Step 29/35 : EXPOSE 59983 [2023-02-28T17:04:50.642Z] ---> Running in 2a33daff82c7 [2023-02-28T17:04:50.910Z] Removing intermediate container 2a33daff82c7 [2023-02-28T17:04:50.910Z] ---> 63296d3ba2e9 [2023-02-28T17:04:50.910Z] Step 30/35 : EXPOSE 8554 [2023-02-28T17:04:51.177Z] ---> Running in 7c61d996818a [2023-02-28T17:04:51.444Z] Removing intermediate container 7c61d996818a [2023-02-28T17:04:51.444Z] ---> a5153648d163 [2023-02-28T17:04:51.444Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-28T17:04:51.444Z] ---> Running in 8458ecf4ffa3 [2023-02-28T17:04:51.712Z] Removing intermediate container 8458ecf4ffa3 [2023-02-28T17:04:51.712Z] ---> 1c40b1cd2427 [2023-02-28T17:04:51.712Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-28T17:04:51.712Z] ---> Running in 33eab73b1ea7 [2023-02-28T17:04:51.987Z] Removing intermediate container 33eab73b1ea7 [2023-02-28T17:04:51.987Z] ---> e3383c508398 [2023-02-28T17:04:51.987Z] Step 33/35 : LABEL arch=arm64 [2023-02-28T17:04:52.256Z] ---> Running in 9a1c207332d0 [2023-02-28T17:04:52.526Z] Removing intermediate container 9a1c207332d0 [2023-02-28T17:04:52.526Z] ---> 3f198755c9ec [2023-02-28T17:04:52.526Z] Step 34/35 : LABEL git_sha=8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T17:04:52.526Z] ---> Running in c8dc950f74e2 [2023-02-28T17:04:52.795Z] Removing intermediate container c8dc950f74e2 [2023-02-28T17:04:52.795Z] ---> e5a89fac9f56 [2023-02-28T17:04:52.795Z] Step 35/35 : LABEL version=3.0.0-dev.8 [2023-02-28T17:04:53.065Z] ---> Running in 552d3fb9f98a [2023-02-28T17:04:53.335Z] Removing intermediate container 552d3fb9f98a [2023-02-28T17:04:53.335Z] ---> 1c519fb5fd72 [2023-02-28T17:04:53.335Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-28T17:04:53.335Z] Successfully built 1c519fb5fd72 [2023-02-28T17:04:53.335Z] 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-28T17:04:53.463Z] provisioning config files... [2023-02-28T17:04:53.479Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/79@tmp/config166387702075443798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:04:53.825Z] ---> docker-login.sh [2023-02-28T17:04:53.825Z] nexus3.edgexfoundry.org:10001 [2023-02-28T17:04:54.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:04:54.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:04:54.112Z] Configure a credential helper to remove this warning. See [2023-02-28T17:04:54.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:04:54.112Z] [2023-02-28T17:04:54.112Z] Login Succeeded [2023-02-28T17:04:54.112Z] nexus3.edgexfoundry.org:10002 [2023-02-28T17:04:54.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:04:54.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:04:54.653Z] Configure a credential helper to remove this warning. See [2023-02-28T17:04:54.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:04:54.653Z] [2023-02-28T17:04:54.653Z] Login Succeeded [2023-02-28T17:04:54.653Z] nexus3.edgexfoundry.org:10003 [2023-02-28T17:04:54.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:04:54.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:04:54.921Z] Configure a credential helper to remove this warning. See [2023-02-28T17:04:54.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:04:54.921Z] [2023-02-28T17:04:54.921Z] Login Succeeded [2023-02-28T17:04:54.921Z] nexus3.edgexfoundry.org:10004 [2023-02-28T17:04:55.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:04:55.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:04:55.189Z] Configure a credential helper to remove this warning. See [2023-02-28T17:04:55.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:04:55.189Z] [2023-02-28T17:04:55.189Z] Login Succeeded [2023-02-28T17:04:55.459Z] docker.io [2023-02-28T17:04:55.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:04:55.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:04:55.737Z] Configure a credential helper to remove this warning. See [2023-02-28T17:04:55.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:04:55.737Z] [2023-02-28T17:04:55.737Z] Login Succeeded [2023-02-28T17:04:56.005Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T17:04:56.019Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T17:04:56.053Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T17:04:56.076Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-02-28T17:04:56.076Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T17:04:56.076Z] latest [2023-02-28T17:04:56.076Z] 3.0.0-dev.8 [2023-02-28T17:04:56.076Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T17:04:56.076Z] main [2023-02-28T17:04:56.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:04:56.439Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:04:56.794Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T17:04:56.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T17:04:56.794Z] 778814769ede: Preparing [2023-02-28T17:04:56.794Z] 11b7bf8703ae: Preparing [2023-02-28T17:04:56.794Z] 11ae16471e1d: Preparing [2023-02-28T17:04:56.794Z] a43932d1df72: Preparing [2023-02-28T17:04:56.794Z] 1207169bf42c: Preparing [2023-02-28T17:04:56.794Z] 129b3c2dfb15: Preparing [2023-02-28T17:04:56.794Z] d03fa9b919f3: Preparing [2023-02-28T17:04:56.794Z] 869d2c0cf972: Preparing [2023-02-28T17:04:56.794Z] 6a730a824e1c: Preparing [2023-02-28T17:04:56.794Z] 89c40499c7e2: Preparing [2023-02-28T17:04:56.794Z] 2e1a4e627d2e: Preparing [2023-02-28T17:04:56.794Z] f70ee36035b9: Preparing [2023-02-28T17:04:56.794Z] 869d2c0cf972: Waiting [2023-02-28T17:04:56.794Z] 6a730a824e1c: Waiting [2023-02-28T17:04:56.794Z] 89c40499c7e2: Waiting [2023-02-28T17:04:56.794Z] 2e1a4e627d2e: Waiting [2023-02-28T17:04:56.794Z] 129b3c2dfb15: Waiting [2023-02-28T17:04:56.794Z] d03fa9b919f3: Waiting [2023-02-28T17:04:56.794Z] f70ee36035b9: Waiting [2023-02-28T17:04:57.063Z] 778814769ede: Pushed [2023-02-28T17:04:57.063Z] 1207169bf42c: Pushed [2023-02-28T17:04:57.063Z] 11ae16471e1d: Pushed [2023-02-28T17:04:57.063Z] 11b7bf8703ae: Pushed [2023-02-28T17:04:57.334Z] 129b3c2dfb15: Pushed [2023-02-28T17:04:57.334Z] d03fa9b919f3: Pushed [2023-02-28T17:04:59.316Z] 869d2c0cf972: Pushed [2023-02-28T17:04:59.316Z] 6a730a824e1c: Pushed [2023-02-28T17:04:59.316Z] f70ee36035b9: Layer already exists [2023-02-28T17:05:01.909Z] a43932d1df72: Pushed [2023-02-28T17:05:05.281Z] 89c40499c7e2: Pushed [2023-02-28T17:05:17.607Z] 2e1a4e627d2e: Pushed [2023-02-28T17:05:17.607Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc: digest: sha256:f9f3aa7640d20b176473db7d747f5a778bbbfb3f139380a2eb0e80f653e3e381 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:17.961Z] + 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-28T17:05:18.308Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-28T17:05:18.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T17:05:18.308Z] 778814769ede: Preparing [2023-02-28T17:05:18.308Z] 11b7bf8703ae: Preparing [2023-02-28T17:05:18.308Z] 11ae16471e1d: Preparing [2023-02-28T17:05:18.308Z] a43932d1df72: Preparing [2023-02-28T17:05:18.308Z] 1207169bf42c: Preparing [2023-02-28T17:05:18.308Z] 129b3c2dfb15: Preparing [2023-02-28T17:05:18.308Z] d03fa9b919f3: Preparing [2023-02-28T17:05:18.308Z] 869d2c0cf972: Preparing [2023-02-28T17:05:18.308Z] 6a730a824e1c: Preparing [2023-02-28T17:05:18.308Z] 89c40499c7e2: Preparing [2023-02-28T17:05:18.308Z] 2e1a4e627d2e: Preparing [2023-02-28T17:05:18.308Z] f70ee36035b9: Preparing [2023-02-28T17:05:18.308Z] 129b3c2dfb15: Waiting [2023-02-28T17:05:18.308Z] d03fa9b919f3: Waiting [2023-02-28T17:05:18.308Z] 6a730a824e1c: Waiting [2023-02-28T17:05:18.308Z] 869d2c0cf972: Waiting [2023-02-28T17:05:18.308Z] 89c40499c7e2: Waiting [2023-02-28T17:05:18.308Z] f70ee36035b9: Waiting [2023-02-28T17:05:18.308Z] 2e1a4e627d2e: Waiting [2023-02-28T17:05:18.308Z] 11ae16471e1d: Layer already exists [2023-02-28T17:05:18.308Z] 778814769ede: Layer already exists [2023-02-28T17:05:18.308Z] a43932d1df72: Layer already exists [2023-02-28T17:05:18.308Z] 11b7bf8703ae: Layer already exists [2023-02-28T17:05:18.308Z] 1207169bf42c: Layer already exists [2023-02-28T17:05:18.308Z] 869d2c0cf972: Layer already exists [2023-02-28T17:05:18.308Z] d03fa9b919f3: Layer already exists [2023-02-28T17:05:18.308Z] 129b3c2dfb15: Layer already exists [2023-02-28T17:05:18.308Z] 89c40499c7e2: Layer already exists [2023-02-28T17:05:18.308Z] 6a730a824e1c: Layer already exists [2023-02-28T17:05:18.308Z] 2e1a4e627d2e: Layer already exists [2023-02-28T17:05:18.308Z] f70ee36035b9: Layer already exists [2023-02-28T17:05:18.575Z] latest: digest: sha256:f9f3aa7640d20b176473db7d747f5a778bbbfb3f139380a2eb0e80f653e3e381 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:18.933Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:19.287Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.8 [2023-02-28T17:05:19.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T17:05:19.287Z] 778814769ede: Preparing [2023-02-28T17:05:19.287Z] 11b7bf8703ae: Preparing [2023-02-28T17:05:19.287Z] 11ae16471e1d: Preparing [2023-02-28T17:05:19.287Z] a43932d1df72: Preparing [2023-02-28T17:05:19.287Z] 1207169bf42c: Preparing [2023-02-28T17:05:19.287Z] 129b3c2dfb15: Preparing [2023-02-28T17:05:19.287Z] d03fa9b919f3: Preparing [2023-02-28T17:05:19.287Z] 869d2c0cf972: Preparing [2023-02-28T17:05:19.287Z] 6a730a824e1c: Preparing [2023-02-28T17:05:19.287Z] 89c40499c7e2: Preparing [2023-02-28T17:05:19.287Z] 2e1a4e627d2e: Preparing [2023-02-28T17:05:19.287Z] f70ee36035b9: Preparing [2023-02-28T17:05:19.287Z] 869d2c0cf972: Waiting [2023-02-28T17:05:19.287Z] 6a730a824e1c: Waiting [2023-02-28T17:05:19.287Z] 89c40499c7e2: Waiting [2023-02-28T17:05:19.287Z] 129b3c2dfb15: Waiting [2023-02-28T17:05:19.287Z] d03fa9b919f3: Waiting [2023-02-28T17:05:19.287Z] f70ee36035b9: Waiting [2023-02-28T17:05:19.287Z] 2e1a4e627d2e: Waiting [2023-02-28T17:05:19.287Z] 11b7bf8703ae: Layer already exists [2023-02-28T17:05:19.287Z] 778814769ede: Layer already exists [2023-02-28T17:05:19.287Z] 11ae16471e1d: Layer already exists [2023-02-28T17:05:19.287Z] a43932d1df72: Layer already exists [2023-02-28T17:05:19.287Z] 1207169bf42c: Layer already exists [2023-02-28T17:05:19.287Z] 129b3c2dfb15: Layer already exists [2023-02-28T17:05:19.287Z] d03fa9b919f3: Layer already exists [2023-02-28T17:05:19.287Z] 869d2c0cf972: Layer already exists [2023-02-28T17:05:19.287Z] 89c40499c7e2: Layer already exists [2023-02-28T17:05:19.287Z] 6a730a824e1c: Layer already exists [2023-02-28T17:05:19.287Z] f70ee36035b9: Layer already exists [2023-02-28T17:05:19.287Z] 2e1a4e627d2e: Layer already exists [2023-02-28T17:05:19.552Z] 3.0.0-dev.8: digest: sha256:f9f3aa7640d20b176473db7d747f5a778bbbfb3f139380a2eb0e80f653e3e381 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:19.907Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:20.251Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T17:05:20.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T17:05:20.251Z] 778814769ede: Preparing [2023-02-28T17:05:20.251Z] 11b7bf8703ae: Preparing [2023-02-28T17:05:20.251Z] 11ae16471e1d: Preparing [2023-02-28T17:05:20.251Z] a43932d1df72: Preparing [2023-02-28T17:05:20.251Z] 1207169bf42c: Preparing [2023-02-28T17:05:20.251Z] 129b3c2dfb15: Preparing [2023-02-28T17:05:20.251Z] d03fa9b919f3: Preparing [2023-02-28T17:05:20.251Z] 869d2c0cf972: Preparing [2023-02-28T17:05:20.251Z] 6a730a824e1c: Preparing [2023-02-28T17:05:20.251Z] 89c40499c7e2: Preparing [2023-02-28T17:05:20.251Z] 2e1a4e627d2e: Preparing [2023-02-28T17:05:20.251Z] f70ee36035b9: Preparing [2023-02-28T17:05:20.251Z] 6a730a824e1c: Waiting [2023-02-28T17:05:20.251Z] 89c40499c7e2: Waiting [2023-02-28T17:05:20.251Z] 2e1a4e627d2e: Waiting [2023-02-28T17:05:20.251Z] f70ee36035b9: Waiting [2023-02-28T17:05:20.251Z] 129b3c2dfb15: Waiting [2023-02-28T17:05:20.251Z] d03fa9b919f3: Waiting [2023-02-28T17:05:20.251Z] 869d2c0cf972: Waiting [2023-02-28T17:05:20.251Z] 11ae16471e1d: Layer already exists [2023-02-28T17:05:20.251Z] 11b7bf8703ae: Layer already exists [2023-02-28T17:05:20.251Z] 1207169bf42c: Layer already exists [2023-02-28T17:05:20.251Z] a43932d1df72: Layer already exists [2023-02-28T17:05:20.251Z] 778814769ede: Layer already exists [2023-02-28T17:05:20.251Z] 129b3c2dfb15: Layer already exists [2023-02-28T17:05:20.251Z] 6a730a824e1c: Layer already exists [2023-02-28T17:05:20.251Z] 869d2c0cf972: Layer already exists [2023-02-28T17:05:20.251Z] d03fa9b919f3: Layer already exists [2023-02-28T17:05:20.251Z] 89c40499c7e2: Layer already exists [2023-02-28T17:05:20.251Z] f70ee36035b9: Layer already exists [2023-02-28T17:05:20.251Z] 2e1a4e627d2e: Layer already exists [2023-02-28T17:05:20.518Z] 8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8: digest: sha256:f9f3aa7640d20b176473db7d747f5a778bbbfb3f139380a2eb0e80f653e3e381 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:20.866Z] + 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-28T17:05:21.221Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-02-28T17:05:21.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T17:05:21.221Z] 778814769ede: Preparing [2023-02-28T17:05:21.221Z] 11b7bf8703ae: Preparing [2023-02-28T17:05:21.221Z] 11ae16471e1d: Preparing [2023-02-28T17:05:21.221Z] a43932d1df72: Preparing [2023-02-28T17:05:21.221Z] 1207169bf42c: Preparing [2023-02-28T17:05:21.221Z] 129b3c2dfb15: Preparing [2023-02-28T17:05:21.221Z] d03fa9b919f3: Preparing [2023-02-28T17:05:21.221Z] 869d2c0cf972: Preparing [2023-02-28T17:05:21.221Z] 6a730a824e1c: Preparing [2023-02-28T17:05:21.221Z] 89c40499c7e2: Preparing [2023-02-28T17:05:21.221Z] 2e1a4e627d2e: Preparing [2023-02-28T17:05:21.221Z] f70ee36035b9: Preparing [2023-02-28T17:05:21.221Z] 129b3c2dfb15: Waiting [2023-02-28T17:05:21.221Z] 6a730a824e1c: Waiting [2023-02-28T17:05:21.221Z] 89c40499c7e2: Waiting [2023-02-28T17:05:21.221Z] 2e1a4e627d2e: Waiting [2023-02-28T17:05:21.221Z] f70ee36035b9: Waiting [2023-02-28T17:05:21.221Z] d03fa9b919f3: Waiting [2023-02-28T17:05:21.221Z] 869d2c0cf972: Waiting [2023-02-28T17:05:21.221Z] 11ae16471e1d: Layer already exists [2023-02-28T17:05:21.221Z] 778814769ede: Layer already exists [2023-02-28T17:05:21.221Z] 11b7bf8703ae: Layer already exists [2023-02-28T17:05:21.221Z] 1207169bf42c: Layer already exists [2023-02-28T17:05:21.221Z] a43932d1df72: Layer already exists [2023-02-28T17:05:21.221Z] 129b3c2dfb15: Layer already exists [2023-02-28T17:05:21.221Z] 869d2c0cf972: Layer already exists [2023-02-28T17:05:21.221Z] d03fa9b919f3: Layer already exists [2023-02-28T17:05:21.221Z] 6a730a824e1c: Layer already exists [2023-02-28T17:05:21.221Z] 89c40499c7e2: Layer already exists [2023-02-28T17:05:21.221Z] f70ee36035b9: Layer already exists [2023-02-28T17:05:21.221Z] 2e1a4e627d2e: Layer already exists [2023-02-28T17:05:21.490Z] main: digest: sha256:f9f3aa7640d20b176473db7d747f5a778bbbfb3f139380a2eb0e80f653e3e381 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T17:05:21.533Z] ===================================================== [Pipeline] echo [2023-02-28T17:05:21.539Z] taggedImages: [2023-02-28T17:05:21.539Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc [2023-02-28T17:05:21.539Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-28T17:05:21.539Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.8 [2023-02-28T17:05:21.539Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:8b62b64e9680a6df61e12b3c0a704648afc4bcdc-3.0.0-dev.8 [2023-02-28T17:05:21.539Z] - 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-28T17:05:21.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T17:05:21.918Z] [2023-02-28T17:05:21.918Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:22.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T17:05:22.527Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-28T17:05:22.527Z] 8998bd30e6a1: Pulling fs layer [2023-02-28T17:05:22.527Z] 04944245beec: Pulling fs layer [2023-02-28T17:05:22.527Z] 699f458cf7ca: Pulling fs layer [2023-02-28T17:05:22.527Z] 765212b225bb: Pulling fs layer [2023-02-28T17:05:22.527Z] f23df028b6ca: Pulling fs layer [2023-02-28T17:05:22.527Z] d65c8cfc05b1: Pulling fs layer [2023-02-28T17:05:22.527Z] 2437ff75d9bd: Pulling fs layer [2023-02-28T17:05:22.527Z] 765212b225bb: Waiting [2023-02-28T17:05:22.527Z] f23df028b6ca: Waiting [2023-02-28T17:05:22.527Z] d65c8cfc05b1: Waiting [2023-02-28T17:05:22.527Z] 2437ff75d9bd: Waiting [2023-02-28T17:05:22.527Z] 04944245beec: Verifying Checksum [2023-02-28T17:05:22.527Z] 04944245beec: Download complete [2023-02-28T17:05:22.527Z] 765212b225bb: Verifying Checksum [2023-02-28T17:05:22.527Z] 765212b225bb: Download complete [2023-02-28T17:05:22.527Z] f23df028b6ca: Verifying Checksum [2023-02-28T17:05:22.527Z] f23df028b6ca: Download complete [2023-02-28T17:05:22.527Z] d65c8cfc05b1: Verifying Checksum [2023-02-28T17:05:22.527Z] d65c8cfc05b1: Download complete [2023-02-28T17:05:22.798Z] 699f458cf7ca: Verifying Checksum [2023-02-28T17:05:22.798Z] 699f458cf7ca: Download complete [2023-02-28T17:05:23.066Z] 8998bd30e6a1: Verifying Checksum [2023-02-28T17:05:23.066Z] 8998bd30e6a1: Download complete [2023-02-28T17:05:25.652Z] 2437ff75d9bd: Verifying Checksum [2023-02-28T17:05:25.652Z] 2437ff75d9bd: Download complete [2023-02-28T17:05:27.601Z] 8998bd30e6a1: Pull complete [2023-02-28T17:05:27.867Z] 04944245beec: Pull complete [2023-02-28T17:05:29.278Z] 699f458cf7ca: Pull complete [2023-02-28T17:05:29.547Z] 765212b225bb: Pull complete [2023-02-28T17:05:30.132Z] f23df028b6ca: Pull complete [2023-02-28T17:05:30.399Z] d65c8cfc05b1: Pull complete [2023-02-28T17:05:45.398Z] 2437ff75d9bd: Pull complete [2023-02-28T17:05:45.398Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-28T17:05:45.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T17:05:45.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:05:45.612Z] prd-ubuntu20.04-docker-arm64-4c-16g-7761 does not seem to be running inside a container [2023-02-28T17:05:45.688Z] $ 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/79 -v /w/workspace/device-usb-camera/79:/w/workspace/device-usb-camera/79:rw,z -v /w/workspace/device-usb-camera/79@tmp:/w/workspace/device-usb-camera/79@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-28T17:05:48.378Z] $ docker top 80c5358c5e24dd366d90cd3ca2994518e3ee11ad2a4fe5b45db40f85b51f0b4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:05:49.247Z] ---> job-cost.sh [2023-02-28T17:05:49.247Z] lf-activate-venv: SKIPPING [2023-02-28T17:05:49.247Z] INFO: No Stack... [2023-02-28T17:05:49.830Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-28T17:05:50.413Z] INFO: Archiving Costs [Pipeline] sh [2023-02-28T17:05:51.064Z] + + cat /w/workspace/device-usb-camera/79/archives/cost.csvcut [2023-02-28T17:05:51.064Z] -d, -f6 [Pipeline] lock [2023-02-28T17:05:51.101Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [2023-02-28T17:05:51.108Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] did not exist. Created. [2023-02-28T17:05:51.108Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-28T17:05:51.767Z] /w/workspace/device-usb-camera/79@tmp/durable-6a18ec83/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-28T17:05:52.433Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-28T17:05:52.451Z] Warning: overwriting stash ‘stack-cost’ [2023-02-28T17:05:52.505Z] Stashed 1 file(s) [Pipeline] } [2023-02-28T17:05:52.515Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-79-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-28T17:05:52.535Z] $ docker stop --time=1 80c5358c5e24dd366d90cd3ca2994518e3ee11ad2a4fe5b45db40f85b51f0b4e [2023-02-28T17:05:54.673Z] $ docker rm -f --volumes 80c5358c5e24dd366d90cd3ca2994518e3ee11ad2a4fe5b45db40f85b51f0b4e [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-28T17:05:55.086Z] provisioning config files... [2023-02-28T17:05:55.095Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8445084871074054158tmp [Pipeline] { [Pipeline] sh [2023-02-28T17:05:55.388Z] + set +x [2023-02-28T17:05:55.388Z] + curl -s https://codecov.io/bash [2023-02-28T17:05:55.388Z] + bash -s -- [2023-02-28T17:05:55.388Z] [2023-02-28T17:05:55.388Z] _____ _ [2023-02-28T17:05:55.388Z] / ____| | | [2023-02-28T17:05:55.388Z] | | ___ __| | ___ ___ _____ __ [2023-02-28T17:05:55.388Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-28T17:05:55.388Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-28T17:05:55.388Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-28T17:05:55.388Z] Bash-1.0.6 [2023-02-28T17:05:55.388Z] [2023-02-28T17:05:55.388Z] [2023-02-28T17:05:55.388Z] ==> git version 2.25.1 found [2023-02-28T17:05:55.388Z] ==> 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-28T17:05:55.388Z] Release-Date: 2020-01-08 [2023-02-28T17:05:55.388Z] 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-28T17:05:55.388Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-28T17:05:55.388Z] ==> Jenkins CI detected. [2023-02-28T17:05:55.388Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-02-28T17:05:55.388Z] project root: . [2023-02-28T17:05:55.388Z] --> token set from env [2023-02-28T17:05:55.388Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-28T17:05:55.388Z] ==> Running gcov in . (disable via -X gcov) [2023-02-28T17:05:55.388Z] ==> Python coveragepy not found [2023-02-28T17:05:55.388Z] ==> Searching for coverage reports in: [2023-02-28T17:05:55.388Z] + . [2023-02-28T17:05:55.648Z] -> Found 1 reports [2023-02-28T17:05:55.648Z] ==> Detecting git/mercurial file structure [2023-02-28T17:05:55.648Z] ==> Reading reports [2023-02-28T17:05:55.648Z] + ./coverage.out bytes=30666 [2023-02-28T17:05:55.648Z] ==> Appending adjustments [2023-02-28T17:05:55.648Z] https://docs.codecov.io/docs/fixing-reports [2023-02-28T17:05:55.648Z] + Found adjustments [2023-02-28T17:05:55.648Z] ==> Gzipping contents [2023-02-28T17:05:55.648Z] 8.0K /tmp/codecov.Bkvjzq.gz [2023-02-28T17:05:55.648Z] ==> Uploading reports [2023-02-28T17:05:55.648Z] url: https://codecov.io [2023-02-28T17:05:55.648Z] query: branch=main&commit=8b62b64e9680a6df61e12b3c0a704648afc4bcdc&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F79%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-28T17:05:55.648Z] -> Pinging Codecov [2023-02-28T17:05:55.648Z] 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=8b62b64e9680a6df61e12b3c0a704648afc4bcdc&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F79%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-28T17:05:55.908Z] -> Uploading to [2023-02-28T17:05:55.908Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-28/73D8F5FF140700D3E01443B452E23636/8b62b64e9680a6df61e12b3c0a704648afc4bcdc/e2d77ce7-95dd-40cd-84b7-de799dc431ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230228T170555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=225f029bc59ceecbaebf2286719a0bf88ab48405f740d2f01da5dea0c517d976 [2023-02-28T17:05:55.908Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:05:55.908Z] Dload Upload Total Spent Left Speed [2023-02-28T17:05:56.167Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4290 0 0 100 4290 0 15159 --:--:-- --:--:-- --:--:-- 15159 [2023-02-28T17:05:56.167Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] } [2023-02-28T17:05:56.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-28T17:05:56.305Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-28T17:05:56.315Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:05:56.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T17:05:56.603Z] [2023-02-28T17:05:56.603Z] 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-28T17:05:56.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T17:05:56.907Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-28T17:05:56.907Z] df9b9388f04a: Pulling fs layer [2023-02-28T17:05:56.907Z] 52dc419b0ee2: Pulling fs layer [2023-02-28T17:05:56.907Z] 25bc292e5bac: Pulling fs layer [2023-02-28T17:05:56.907Z] 114826534d7a: Pulling fs layer [2023-02-28T17:05:56.907Z] 4657fd5d0bcf: Pulling fs layer [2023-02-28T17:05:56.907Z] 6ad1cebc031e: Pulling fs layer [2023-02-28T17:05:56.907Z] 8a3aa393b2d8: Pulling fs layer [2023-02-28T17:05:56.907Z] 114826534d7a: Waiting [2023-02-28T17:05:56.907Z] 4657fd5d0bcf: Waiting [2023-02-28T17:05:56.907Z] 6ad1cebc031e: Waiting [2023-02-28T17:05:56.907Z] 8a3aa393b2d8: Waiting [2023-02-28T17:05:56.907Z] 25bc292e5bac: Download complete [2023-02-28T17:05:56.907Z] 52dc419b0ee2: Download complete [2023-02-28T17:05:56.907Z] 4657fd5d0bcf: Verifying Checksum [2023-02-28T17:05:56.907Z] 4657fd5d0bcf: Download complete [2023-02-28T17:05:56.907Z] df9b9388f04a: Verifying Checksum [2023-02-28T17:05:57.167Z] df9b9388f04a: Pull complete [2023-02-28T17:05:57.167Z] 52dc419b0ee2: Pull complete [2023-02-28T17:05:57.167Z] 6ad1cebc031e: Verifying Checksum [2023-02-28T17:05:57.167Z] 6ad1cebc031e: Download complete [2023-02-28T17:05:57.167Z] 25bc292e5bac: Pull complete [2023-02-28T17:05:57.735Z] 114826534d7a: Verifying Checksum [2023-02-28T17:05:57.735Z] 114826534d7a: Download complete [2023-02-28T17:05:57.992Z] 8a3aa393b2d8: Verifying Checksum [2023-02-28T17:05:57.993Z] 8a3aa393b2d8: Download complete [2023-02-28T17:06:01.277Z] 114826534d7a: Pull complete [2023-02-28T17:06:01.277Z] 4657fd5d0bcf: Pull complete [2023-02-28T17:06:01.277Z] 6ad1cebc031e: Pull complete [2023-02-28T17:06:03.806Z] 8a3aa393b2d8: Pull complete [2023-02-28T17:06:03.806Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-28T17:06:03.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T17:06:03.806Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:03.889Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:03.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-28T17:06:05.536Z] $ docker top da91bc055b82e31ceb030e2e5be424689d82c672f1bfa6f15451a2cc245179fa -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-28T17:06:05.601Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-02-28T17:06:05.878Z] + set -o pipefail [2023-02-28T17:06:05.879Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-02-28T17:06:11.151Z] [2023-02-28T17:06:11.152Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-02-28T17:06:11.152Z] [2023-02-28T17:06:11.152Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/b0d63b0b-2488-47c5-88a3-f5d126444591 [2023-02-28T17:06:11.152Z] [2023-02-28T17:06:11.152Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-28T17:06:11.152Z] [2023-02-28T17:06:11.152Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-28T17:06:11.152Z] [2023-02-28T17:06:11.152Z] [2023-02-28T17:06:11.152Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-28T17:06:11.152Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-28T17:06:11.152Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-28T17:06:11.163Z] $ docker stop --time=1 da91bc055b82e31ceb030e2e5be424689d82c672f1bfa6f15451a2cc245179fa [2023-02-28T17:06:13.056Z] $ docker rm -f --volumes da91bc055b82e31ceb030e2e5be424689d82c672f1bfa6f15451a2cc245179fa [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-28T17:06:13.718Z] + git log --format=format:%s -1 8b62b64e9680a6df61e12b3c0a704648afc4bcdc [Pipeline] sh [2023-02-28T17:06:14.005Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T17:06:14.005Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:14.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:06:14.301Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:14.370Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:14.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-28T17:06:14.751Z] $ docker top 6c15f94d94232e6fe67b81f2dabd5f89221470a17a9c2b4c7e8e243c794eb60a -eo pid,comm [2023-02-28T17:06:14.798Z] 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-28T17:06:14.798Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T17:06:14.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T17:06:14.844Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T17:06:14.957Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T17:06:14.959Z] $ docker exec 6c15f94d94232e6fe67b81f2dabd5f89221470a17a9c2b4c7e8e243c794eb60a ssh-agent [2023-02-28T17:06:15.074Z] SSH_AUTH_SOCK=/tmp/ssh-oB2FQjHyg6O8/agent.31 [2023-02-28T17:06:15.074Z] SSH_AGENT_PID=37 [2023-02-28T17:06:15.079Z] Running ssh-add (command line suppressed) [2023-02-28T17:06:15.180Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8985575669757991098.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8985575669757991098.key) [2023-02-28T17:06:15.194Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T17:06:15.481Z] + git semver tag [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,658 [run_tag] DEBUG tag force:False [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,658 [check_head_tag] DEBUG check head tag [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,659 [execute] INFO git cat-file --batch-check [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,659 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,662 [execute] INFO git cat-file --batch [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,662 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,681 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,681 [execute] INFO git tag -a v3.0.0-dev.8 -m v3.0.0-dev.8 [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,682 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.8', '-m', 'v3.0.0-dev.8'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-28T17:06:15.740Z] 2023-02-28 17:06:15,684 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:15.740Z] 3.0.0-dev.8 [Pipeline] } [2023-02-28T17:06:15.750Z] $ docker exec --env ******** --env ******** 6c15f94d94232e6fe67b81f2dabd5f89221470a17a9c2b4c7e8e243c794eb60a ssh-agent -k [2023-02-28T17:06:15.849Z] unset SSH_AUTH_SOCK; [2023-02-28T17:06:15.849Z] unset SSH_AGENT_PID; [2023-02-28T17:06:15.849Z] echo Agent pid 37 killed; [2023-02-28T17:06:15.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T17:06:16.157Z] + git semver [Pipeline] } [2023-02-28T17:06:16.428Z] $ docker stop --time=1 6c15f94d94232e6fe67b81f2dabd5f89221470a17a9c2b4c7e8e243c794eb60a [2023-02-28T17:06:17.716Z] $ docker rm -f --volumes 6c15f94d94232e6fe67b81f2dabd5f89221470a17a9c2b4c7e8e243c794eb60a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:18.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T17:06:18.099Z] [2023-02-28T17:06:18.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:18.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T17:06:18.398Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-28T17:06:18.398Z] ab5ef0e58194: Pulling fs layer [2023-02-28T17:06:18.398Z] 9712f1f96733: Pulling fs layer [2023-02-28T17:06:18.398Z] 63f879dbbcfc: Pulling fs layer [2023-02-28T17:06:18.398Z] 0d9ebad4ef96: Pulling fs layer [2023-02-28T17:06:18.398Z] e9a5061849ea: Pulling fs layer [2023-02-28T17:06:18.398Z] d747dcd14b5f: Pulling fs layer [2023-02-28T17:06:18.398Z] 2de7ff778b66: Pulling fs layer [2023-02-28T17:06:18.398Z] d747dcd14b5f: Waiting [2023-02-28T17:06:18.398Z] e9a5061849ea: Waiting [2023-02-28T17:06:18.398Z] 2de7ff778b66: Waiting [2023-02-28T17:06:18.398Z] 0d9ebad4ef96: Waiting [2023-02-28T17:06:18.398Z] 9712f1f96733: Verifying Checksum [2023-02-28T17:06:18.999Z] 63f879dbbcfc: Verifying Checksum [2023-02-28T17:06:18.999Z] 63f879dbbcfc: Download complete [2023-02-28T17:06:18.999Z] e9a5061849ea: Verifying Checksum [2023-02-28T17:06:18.999Z] e9a5061849ea: Download complete [2023-02-28T17:06:18.999Z] d747dcd14b5f: Download complete [2023-02-28T17:06:19.275Z] ab5ef0e58194: Download complete [2023-02-28T17:06:19.536Z] 0d9ebad4ef96: Verifying Checksum [2023-02-28T17:06:19.536Z] 0d9ebad4ef96: Download complete [2023-02-28T17:06:19.536Z] 2de7ff778b66: Verifying Checksum [2023-02-28T17:06:19.536Z] 2de7ff778b66: Download complete [2023-02-28T17:06:22.064Z] ab5ef0e58194: Pull complete [2023-02-28T17:06:22.064Z] 9712f1f96733: Pull complete [2023-02-28T17:06:22.628Z] 63f879dbbcfc: Pull complete [2023-02-28T17:06:25.907Z] 0d9ebad4ef96: Pull complete [2023-02-28T17:06:26.166Z] e9a5061849ea: Pull complete [2023-02-28T17:06:26.166Z] d747dcd14b5f: Pull complete [2023-02-28T17:06:27.540Z] 2de7ff778b66: Pull complete [2023-02-28T17:06:27.540Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-28T17:06:27.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T17:06:27.540Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:27.622Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:27.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-28T17:06:29.482Z] $ docker top df76b1f4f6ffb1826aba2cd6997368a6da91f21621d3c0f8be378234d929cbe3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:06:29.548Z] provisioning config files... [2023-02-28T17:06:29.556Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4197734541028253176tmp [2023-02-28T17:06:29.565Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config12488732839611918655tmp [2023-02-28T17:06:29.575Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3204009340711955647tmp [Pipeline] { [Pipeline] echo [2023-02-28T17:06:29.589Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:29.872Z] ---> sigul-configuration.sh [2023-02-28T17:06:29.872Z] gpg: directory `/root/.gnupg' created [2023-02-28T17:06:29.872Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-28T17:06:29.872Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-28T17:06:29.872Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-28T17:06:29.872Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-28T17:06:29.872Z] gpg: CAST5 encrypted data [2023-02-28T17:06:29.872Z] gpg: encrypted with 1 passphrase [2023-02-28T17:06:29.872Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-28T17:06:30.160Z] + mkdir /home/jenkins [2023-02-28T17:06:30.160Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-28T17:06:30.445Z] + 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-28T17:06:30.453Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:30.737Z] ---> sigul-install.sh [2023-02-28T17:06:30.737Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-28T17:06:31.016Z] + git tag --list [2023-02-28T17:06:31.016Z] v0.0.0 [2023-02-28T17:06:31.017Z] v0.0.1-dev.1 [2023-02-28T17:06:31.017Z] v0.0.1-dev.10 [2023-02-28T17:06:31.017Z] v0.0.1-dev.11 [2023-02-28T17:06:31.017Z] v0.0.1-dev.12 [2023-02-28T17:06:31.017Z] v0.0.1-dev.13 [2023-02-28T17:06:31.017Z] v0.0.1-dev.14 [2023-02-28T17:06:31.017Z] v0.0.1-dev.15 [2023-02-28T17:06:31.017Z] v0.0.1-dev.16 [2023-02-28T17:06:31.017Z] v0.0.1-dev.2 [2023-02-28T17:06:31.017Z] v0.0.1-dev.3 [2023-02-28T17:06:31.017Z] v0.0.1-dev.4 [2023-02-28T17:06:31.017Z] v0.0.1-dev.5 [2023-02-28T17:06:31.017Z] v0.0.1-dev.6 [2023-02-28T17:06:31.017Z] v0.0.1-dev.7 [2023-02-28T17:06:31.017Z] v0.0.1-dev.8 [2023-02-28T17:06:31.017Z] v0.0.1-dev.9 [2023-02-28T17:06:31.017Z] v2.2.0 [2023-02-28T17:06:31.017Z] v2.2.0-dev.17 [2023-02-28T17:06:31.017Z] v2.2.0-dev.18 [2023-02-28T17:06:31.017Z] v2.2.0-dev.19 [2023-02-28T17:06:31.017Z] v2.2.0-dev.20 [2023-02-28T17:06:31.017Z] v2.2.0-dev.21 [2023-02-28T17:06:31.017Z] v2.2.0-dev.22 [2023-02-28T17:06:31.017Z] v2.2.0-dev.23 [2023-02-28T17:06:31.017Z] v2.2.0-dev.24 [2023-02-28T17:06:31.017Z] v2.2.0-dev.25 [2023-02-28T17:06:31.017Z] v2.2.0-dev.26 [2023-02-28T17:06:31.017Z] v2.2.0-dev.27 [2023-02-28T17:06:31.017Z] v2.3.0 [2023-02-28T17:06:31.017Z] v2.3.0-dev.1 [2023-02-28T17:06:31.017Z] v2.3.0-dev.10 [2023-02-28T17:06:31.017Z] v2.3.0-dev.11 [2023-02-28T17:06:31.017Z] v2.3.0-dev.12 [2023-02-28T17:06:31.017Z] v2.3.0-dev.13 [2023-02-28T17:06:31.017Z] v2.3.0-dev.14 [2023-02-28T17:06:31.017Z] v2.3.0-dev.15 [2023-02-28T17:06:31.017Z] v2.3.0-dev.16 [2023-02-28T17:06:31.017Z] v2.3.0-dev.17 [2023-02-28T17:06:31.017Z] v2.3.0-dev.18 [2023-02-28T17:06:31.017Z] v2.3.0-dev.19 [2023-02-28T17:06:31.017Z] v2.3.0-dev.2 [2023-02-28T17:06:31.017Z] v2.3.0-dev.20 [2023-02-28T17:06:31.017Z] v2.3.0-dev.21 [2023-02-28T17:06:31.017Z] v2.3.0-dev.22 [2023-02-28T17:06:31.017Z] v2.3.0-dev.23 [2023-02-28T17:06:31.017Z] v2.3.0-dev.24 [2023-02-28T17:06:31.017Z] v2.3.0-dev.25 [2023-02-28T17:06:31.017Z] v2.3.0-dev.26 [2023-02-28T17:06:31.017Z] v2.3.0-dev.27 [2023-02-28T17:06:31.017Z] v2.3.0-dev.28 [2023-02-28T17:06:31.017Z] v2.3.0-dev.3 [2023-02-28T17:06:31.017Z] v2.3.0-dev.4 [2023-02-28T17:06:31.017Z] v2.3.0-dev.5 [2023-02-28T17:06:31.017Z] v2.3.0-dev.6 [2023-02-28T17:06:31.017Z] v2.3.0-dev.7 [2023-02-28T17:06:31.017Z] v2.3.0-dev.8 [2023-02-28T17:06:31.017Z] v2.3.0-dev.9 [2023-02-28T17:06:31.017Z] v3.0.0-dev.1 [2023-02-28T17:06:31.017Z] v3.0.0-dev.2 [2023-02-28T17:06:31.017Z] v3.0.0-dev.3 [2023-02-28T17:06:31.017Z] v3.0.0-dev.4 [2023-02-28T17:06:31.017Z] v3.0.0-dev.5 [2023-02-28T17:06:31.017Z] v3.0.0-dev.6 [2023-02-28T17:06:31.017Z] v3.0.0-dev.7 [2023-02-28T17:06:31.017Z] v3.0.0-dev.8 [Pipeline] sh [2023-02-28T17:06:31.298Z] + lftools sign git-tag v3.0.0-dev.8 [2023-02-28T17:06:31.867Z] Signing Git tag with Sigul... [2023-02-28T17:06:31.867Z] Signing v3.0.0-dev.8 [Pipeline] echo [2023-02-28T17:06:32.134Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:32.417Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-28T17:06:32.423Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-28T17:06:32.441Z] $ docker stop --time=1 df76b1f4f6ffb1826aba2cd6997368a6da91f21621d3c0f8be378234d929cbe3 [2023-02-28T17:06:33.746Z] $ docker rm -f --volumes df76b1f4f6ffb1826aba2cd6997368a6da91f21621d3c0f8be378234d929cbe3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-28T17:06:34.159Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T17:06:34.159Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:34.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:06:34.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:34.527Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:34.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-28T17:06:34.941Z] $ docker top 68d2697d2f1da1a754b54b3300e0b4f6f6e5c0eede4dc2d65736264ae80ad238 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T17:06:35.024Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T17:06:35.024Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T17:06:35.148Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T17:06:35.151Z] $ docker exec 68d2697d2f1da1a754b54b3300e0b4f6f6e5c0eede4dc2d65736264ae80ad238 ssh-agent [2023-02-28T17:06:35.254Z] SSH_AUTH_SOCK=/tmp/ssh-S5WNB7FMAptH/agent.32 [2023-02-28T17:06:35.254Z] SSH_AGENT_PID=38 [2023-02-28T17:06:35.258Z] Running ssh-add (command line suppressed) [2023-02-28T17:06:35.364Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14555600066317430718.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_14555600066317430718.key) [2023-02-28T17:06:35.378Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T17:06:35.667Z] + git semver bump pre [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [bump_version] DEBUG bumping version:3.0.0-dev.8 on axis:pre with prefix:dev [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [bump_version] DEBUG bumped version:3.0.0-dev.9 [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [write_version] DEBUG write version:3.0.0-dev.9 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,854 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,856 [execute] INFO git cat-file --batch-check [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,856 [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-28T17:06:35.926Z] 2023-02-28 17:06:35,861 [execute] INFO git cat-file --batch [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,861 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-28T17:06:35.926Z] 2023-02-28 17:06:35,866 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:35.926Z] 3.0.0-dev.9 [Pipeline] } [2023-02-28T17:06:35.935Z] $ docker exec --env ******** --env ******** 68d2697d2f1da1a754b54b3300e0b4f6f6e5c0eede4dc2d65736264ae80ad238 ssh-agent -k [2023-02-28T17:06:36.039Z] unset SSH_AUTH_SOCK; [2023-02-28T17:06:36.039Z] unset SSH_AGENT_PID; [2023-02-28T17:06:36.039Z] echo Agent pid 38 killed; [2023-02-28T17:06:36.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T17:06:36.347Z] + git semver [Pipeline] } [2023-02-28T17:06:36.619Z] $ docker stop --time=1 68d2697d2f1da1a754b54b3300e0b4f6f6e5c0eede4dc2d65736264ae80ad238 [2023-02-28T17:06:37.936Z] $ docker rm -f --volumes 68d2697d2f1da1a754b54b3300e0b4f6f6e5c0eede4dc2d65736264ae80ad238 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T17:06:38.277Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T17:06:38.277Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:38.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:06:38.571Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:38.640Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:38.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-28T17:06:39.036Z] $ docker top f7951bb64a0662978330d09feea31794975b9201768603af1f22fe67bcf270f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T17:06:39.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T17:06:39.124Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T17:06:39.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T17:06:39.242Z] $ docker exec f7951bb64a0662978330d09feea31794975b9201768603af1f22fe67bcf270f5 ssh-agent [2023-02-28T17:06:39.355Z] SSH_AUTH_SOCK=/tmp/ssh-h9ewoRYnfHkb/agent.32 [2023-02-28T17:06:39.355Z] SSH_AGENT_PID=38 [2023-02-28T17:06:39.359Z] Running ssh-add (command line suppressed) [2023-02-28T17:06:39.474Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17650588635285871036.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_17650588635285871036.key) [2023-02-28T17:06:39.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T17:06:39.773Z] + git semver push [2023-02-28T17:06:40.031Z] 2023-02-28 17:06:40,005 [run_push] DEBUG push [2023-02-28T17:06:40.031Z] 2023-02-28 17:06:40,006 [execute] INFO git cat-file --batch-check [2023-02-28T17:06:40.031Z] 2023-02-28 17:06:40,006 [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-28T17:06:40.031Z] 2023-02-28 17:06:40,010 [execute] INFO git rev-list c79741e4783a507b43b903421ab233a286df30c3 -- [2023-02-28T17:06:40.032Z] 2023-02-28 17:06:40,011 [execute] DEBUG Popen(['git', 'rev-list', 'c79741e4783a507b43b903421ab233a286df30c3', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-28T17:06:40.032Z] 2023-02-28 17:06:40,018 [execute] INFO git fetch -v origin [2023-02-28T17:06:40.032Z] 2023-02-28 17:06:40,019 [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-28T17:06:40.966Z] 2023-02-28 17:06:40,617 [run_push] DEBUG no remote changes detected [2023-02-28T17:06:40.966Z] 2023-02-28 17:06:40,617 [execute] INFO git push origin semver [2023-02-28T17:06:40.966Z] 2023-02-28 17:06:40,618 [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-28T17:06:41.533Z] 2023-02-28 17:06:41,402 [run_push] DEBUG push all version tags [2023-02-28T17:06:41.533Z] 2023-02-28 17:06:41,402 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-28T17:06:41.533Z] 2023-02-28 17:06:41,403 [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-28T17:06:42.471Z] 2023-02-28 17:06:42,218 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:06:42.471Z] 3.0.0-dev.9 [Pipeline] } [2023-02-28T17:06:42.480Z] $ docker exec --env ******** --env ******** f7951bb64a0662978330d09feea31794975b9201768603af1f22fe67bcf270f5 ssh-agent -k [2023-02-28T17:06:42.595Z] unset SSH_AUTH_SOCK; [2023-02-28T17:06:42.596Z] unset SSH_AGENT_PID; [2023-02-28T17:06:42.596Z] echo Agent pid 38 killed; [2023-02-28T17:06:42.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T17:06:42.911Z] + git semver [Pipeline] } [2023-02-28T17:06:43.222Z] $ docker stop --time=1 f7951bb64a0662978330d09feea31794975b9201768603af1f22fe67bcf270f5 [2023-02-28T17:06:44.500Z] $ docker rm -f --volumes f7951bb64a0662978330d09feea31794975b9201768603af1f22fe67bcf270f5 [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-28T17:06:45.085Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-02-28T17:06:45.085Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T17:06:45.085Z] total 16 [2023-02-28T17:06:45.085Z] drwxr-xr-x 3 root root 4096 Feb 28 16:56 . [2023-02-28T17:06:45.085Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 17:06 .. [2023-02-28T17:06:45.085Z] drwxr-xr-x 2 root root 4096 Feb 28 16:56 cost [2023-02-28T17:06:45.085Z] -rw-r--r-- 1 root root 88 Feb 28 16:56 cost.csv [2023-02-28T17:06:45.085Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T17:06:45.085Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T17:06:45.085Z] total 16 [2023-02-28T17:06:45.085Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 16:56 . [2023-02-28T17:06:45.085Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 17:06 .. [2023-02-28T17:06:45.085Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 16:56 cost [2023-02-28T17:06:45.085Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 28 16:56 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:45.463Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:46.326Z] ---> package-listing.sh [2023-02-28T17:06:46.326Z] ++ facter osfamily [2023-02-28T17:06:46.326Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-28T17:06:46.585Z] + OS_FAMILY=debian [2023-02-28T17:06:46.585Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-02-28T17:06:46.585Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-28T17:06:46.585Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-28T17:06:46.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-28T17:06:46.585Z] + PACKAGES=/tmp/packages_start.txt [2023-02-28T17:06:46.585Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-28T17:06:46.585Z] + PACKAGES=/tmp/packages_end.txt [2023-02-28T17:06:46.585Z] + case "${OS_FAMILY}" in [2023-02-28T17:06:46.585Z] + grep '^ii' [2023-02-28T17:06:46.585Z] + dpkg -l [2023-02-28T17:06:46.585Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-28T17:06:46.585Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-28T17:06:46.585Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-28T17:06:46.585Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-28T17:06:46.585Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-02-28T17:06:46.585Z] + 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-28T17:06:46.597Z] 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-28T17:06:46.875Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:06:47.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T17:06:47.438Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:06:47.520Z] prd-ubuntu20.04-docker-8c-8g-7756 does not seem to be running inside a container [2023-02-28T17:06:47.550Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-28T17:06:47.758Z] $ docker top c1cb82719a7db72c7117f8e7202dd8c9fa2f4ac5718a5fd44d7e4376ffa6e5a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T17:06:48.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-28T17:06:48.391Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-28T17:06:48.676Z] + ls /var/log/sa-host [2023-02-28T17:06:48.676Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:06:48.745Z] provisioning config files... [2023-02-28T17:06:48.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config157453906567128230tmp [Pipeline] { [Pipeline] echo [2023-02-28T17:06:48.767Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:49.049Z] ---> create-netrc.sh [Pipeline] } [2023-02-28T17:06:49.056Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:49.394Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-28T17:06:49.402Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:49.686Z] ---> sudo-logs.sh [2023-02-28T17:06:49.686Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-28T17:06:49.709Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:49.996Z] ---> job-cost.sh [2023-02-28T17:06:49.996Z] lf-activate-venv: SKIPPING [2023-02-28T17:06:49.996Z] DEBUG: total: 0.2199999988079071 [2023-02-28T17:06:49.996Z] INFO: Retrieving Stack Cost... [2023-02-28T17:06:50.563Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-28T17:06:50.823Z] INFO: Archiving Costs [Pipeline] echo [2023-02-28T17:06:50.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:06:51.123Z] ---> logs-deploy.sh [2023-02-28T17:06:51.123Z] lf-activate-venv: SKIPPING [2023-02-28T17:06:51.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/79 [2023-02-28T17:06:51.123Z] INFO: archiving workspace using pattern(s): [2023-02-28T17:06:52.061Z] Archives upload complete. [2023-02-28T17:06:52.061Z] INFO: archiving logs to Nexus