Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 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-ssh16516684246448541444.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh1155893130583940292.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh8523753047552164277.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4967741955721195092.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-ssh10765792688443127176.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8441 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 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c (main) Commit message: "Merge pull request #214 from jinlinGuan/issue-207" > 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 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c # timeout=10 > git rev-list --no-walk 6092c9085675b91a8d413abdbfedf2a2dc879208 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-13T09:44:03.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-13T09:44:03.730Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-13T09:44:03.750Z] ========================================================= [2023-04-13T09:44:03.750Z] EdgeX Global Pipelines Version Info [2023-04-13T09:44:03.750Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:44:04.453Z] ------------------- [2023-04-13T09:44:04.453Z] stable info: [2023-04-13T09:44:04.453Z] ------------------- [2023-04-13T09:44:04.453Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-13T09:44:04.453Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-13T09:44:04.453Z] Message: update stable to v1.0.248 [2023-04-13T09:44:05.022Z] ------------------- [2023-04-13T09:44:05.022Z] experimental info: [2023-04-13T09:44:05.022Z] ------------------- [2023-04-13T09:44:05.022Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-13T09:44:05.022Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-13T09:44:05.022Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-13T09:44:05.193Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-04-13T09:44:05.207Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-04-13T09:44:05.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-13T09:44:05.231Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-13T09:44:05.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-13T09:44:05.254Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-13T09:44:05.262Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-13T09:44:05.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-13T09:44:05.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-13T09:44:05.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-13T09:44:05.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-13T09:44:05.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-04-13T09:44:05.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-13T09:44:05.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-13T09:44:05.330Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-13T09:44:05.341Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-13T09:44:05.351Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-13T09:44:05.362Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-13T09:44:05.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-13T09:44:05.391Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-13T09:44:05.402Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-13T09:44:05.414Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-13T09:44:05.426Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-13T09:44:05.437Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-13T09:44:05.448Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-13T09:44:05.459Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-13T09:44:05.483Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-13T09:44:05.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-13T09:44:05.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-13T09:44:05.523Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-13T09:44:05.535Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo [2023-04-13T09:44:05.548Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f17400 [Pipeline] echo [2023-04-13T09:44:05.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T09:44:05.591Z] provisioning config files... [2023-04-13T09:44:05.604Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config9723369910549718412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:44:05.906Z] ---> docker-login.sh [2023-04-13T09:44:05.906Z] nexus3.edgexfoundry.org:10001 [2023-04-13T09:44:06.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:06.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:06.168Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:06.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:06.168Z] [2023-04-13T09:44:06.168Z] Login Succeeded [2023-04-13T09:44:06.168Z] nexus3.edgexfoundry.org:10002 [2023-04-13T09:44:06.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:06.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:06.428Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:06.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:06.428Z] [2023-04-13T09:44:06.428Z] Login Succeeded [2023-04-13T09:44:06.428Z] nexus3.edgexfoundry.org:10003 [2023-04-13T09:44:06.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:06.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:06.428Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:06.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:06.428Z] [2023-04-13T09:44:06.428Z] Login Succeeded [2023-04-13T09:44:06.428Z] nexus3.edgexfoundry.org:10004 [2023-04-13T09:44:06.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:06.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:06.687Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:06.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:06.687Z] [2023-04-13T09:44:06.687Z] Login Succeeded [2023-04-13T09:44:06.687Z] docker.io [2023-04-13T09:44:06.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:06.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:06.947Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:06.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:06.947Z] [2023-04-13T09:44:06.947Z] Login Succeeded [2023-04-13T09:44:06.947Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T09:44:06.956Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-13T09:44:07.328Z] + git rev-list -1 --merges 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c~1..1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo [2023-04-13T09:44:07.372Z] -----------> git rev-list -1 --merges 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c~1..1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:44:07.372Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [false] [Pipeline] sh [2023-04-13T09:44:07.658Z] + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo [2023-04-13T09:44:07.673Z] ========================================================= [2023-04-13T09:44:07.673Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-13T09:44:07.673Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T09:44:07.998Z] + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo [2023-04-13T09:44:08.009Z] [semverPrep] GIT_COMMIT: 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c, Commit Message: Merge pull request #214 from jinlinGuan/issue-207 [Pipeline] echo [2023-04-13T09:44:08.017Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-13T09:44:08.367Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-13T09:44:08.367Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-13T09:44:08.367Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-13T09:44:08.367Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-13T09:44:08.367Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-13T09:44:08.367Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-13T09:44:08.367Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:44:08.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:44:08.774Z] [2023-04-13T09:44:08.774Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:44:09.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:44:09.070Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-13T09:44:09.070Z] b85a868b505f: Pulling fs layer [2023-04-13T09:44:09.071Z] e2be974225ed: Pulling fs layer [2023-04-13T09:44:09.071Z] 339a4e72a1f5: Pulling fs layer [2023-04-13T09:44:09.071Z] 988bab9f4d93: Pulling fs layer [2023-04-13T09:44:09.071Z] 1469e6f7b9e6: Pulling fs layer [2023-04-13T09:44:09.071Z] eaf3925da568: Pulling fs layer [2023-04-13T09:44:09.071Z] bab4dde63d76: Pulling fs layer [2023-04-13T09:44:09.071Z] bde34c3a00c8: Pulling fs layer [2023-04-13T09:44:09.071Z] b352a97aabf1: Pulling fs layer [2023-04-13T09:44:09.071Z] 4872d77fe225: Pulling fs layer [2023-04-13T09:44:09.071Z] 5851b861e8e6: Pulling fs layer [2023-04-13T09:44:09.071Z] 988bab9f4d93: Waiting [2023-04-13T09:44:09.071Z] 1469e6f7b9e6: Waiting [2023-04-13T09:44:09.071Z] eaf3925da568: Waiting [2023-04-13T09:44:09.071Z] bab4dde63d76: Waiting [2023-04-13T09:44:09.071Z] bde34c3a00c8: Waiting [2023-04-13T09:44:09.071Z] b352a97aabf1: Waiting [2023-04-13T09:44:09.071Z] 5851b861e8e6: Waiting [2023-04-13T09:44:09.071Z] 4872d77fe225: Waiting [2023-04-13T09:44:09.071Z] e2be974225ed: Verifying Checksum [2023-04-13T09:44:09.071Z] e2be974225ed: Download complete [2023-04-13T09:44:09.071Z] 988bab9f4d93: Verifying Checksum [2023-04-13T09:44:09.071Z] 988bab9f4d93: Download complete [2023-04-13T09:44:09.071Z] 1469e6f7b9e6: Verifying Checksum [2023-04-13T09:44:09.071Z] 1469e6f7b9e6: Download complete [2023-04-13T09:44:09.071Z] eaf3925da568: Download complete [2023-04-13T09:44:09.071Z] 339a4e72a1f5: Verifying Checksum [2023-04-13T09:44:09.071Z] 339a4e72a1f5: Download complete [2023-04-13T09:44:09.330Z] bde34c3a00c8: Download complete [2023-04-13T09:44:09.330Z] b352a97aabf1: Verifying Checksum [2023-04-13T09:44:09.330Z] b352a97aabf1: Download complete [2023-04-13T09:44:09.330Z] 4872d77fe225: Verifying Checksum [2023-04-13T09:44:09.330Z] 4872d77fe225: Download complete [2023-04-13T09:44:09.330Z] 5851b861e8e6: Download complete [2023-04-13T09:44:09.330Z] b85a868b505f: Download complete [2023-04-13T09:44:09.590Z] bab4dde63d76: Download complete [2023-04-13T09:44:10.528Z] b85a868b505f: Pull complete [2023-04-13T09:44:10.788Z] e2be974225ed: Pull complete [2023-04-13T09:44:11.048Z] 339a4e72a1f5: Pull complete [2023-04-13T09:44:11.325Z] 988bab9f4d93: Pull complete [2023-04-13T09:44:11.608Z] 1469e6f7b9e6: Pull complete [2023-04-13T09:44:11.608Z] eaf3925da568: Pull complete [2023-04-13T09:44:13.541Z] bab4dde63d76: Pull complete [2023-04-13T09:44:13.541Z] bde34c3a00c8: Pull complete [2023-04-13T09:44:13.801Z] b352a97aabf1: Pull complete [2023-04-13T09:44:13.801Z] 4872d77fe225: Pull complete [2023-04-13T09:44:14.062Z] 5851b861e8e6: Pull complete [2023-04-13T09:44:14.062Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-13T09:44:14.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:44:14.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:44:14.152Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:44:14.193Z] $ 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-04-13T09:44:16.548Z] $ docker top 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f -eo pid,comm [2023-04-13T09:44:16.599Z] 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-04-13T09:44:16.599Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-13T09:44:16.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T09:44:16.638Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T09:44:16.761Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T09:44:16.765Z] $ docker exec 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent [2023-04-13T09:44:16.868Z] SSH_AUTH_SOCK=/tmp/ssh-xUwseOVHWfPR/agent.33 [2023-04-13T09:44:16.868Z] SSH_AGENT_PID=40 [2023-04-13T09:44:16.876Z] Running ssh-add (command line suppressed) [2023-04-13T09:44:16.979Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_15333354338962028519.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_15333354338962028519.key) [2023-04-13T09:44:16.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T09:44:17.278Z] + git tag --points-at HEAD [Pipeline] } [2023-04-13T09:44:17.294Z] $ docker exec --env ******** --env ******** 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent -k [2023-04-13T09:44:17.388Z] unset SSH_AUTH_SOCK; [2023-04-13T09:44:17.388Z] unset SSH_AGENT_PID; [2023-04-13T09:44:17.388Z] echo Agent pid 40 killed; [2023-04-13T09:44:17.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-13T09:44:17.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T09:44:17.426Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T09:44:17.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T09:44:17.540Z] $ docker exec 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent [2023-04-13T09:44:17.652Z] SSH_AUTH_SOCK=/tmp/ssh-pwRfPKh9NjRn/agent.72 [2023-04-13T09:44:17.652Z] SSH_AGENT_PID=78 [2023-04-13T09:44:17.657Z] Running ssh-add (command line suppressed) [2023-04-13T09:44:17.758Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_812894205297499560.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_812894205297499560.key) [2023-04-13T09:44:17.771Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T09:44:18.060Z] + git semver init [2023-04-13T09:44:18.320Z] 2023-04-13 09:44:18,239 [run_init] DEBUG init version:0.0.0 force:False [2023-04-13T09:44:18.320Z] 2023-04-13 09:44:18,240 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-04-13T09:44:18.320Z] 2023-04-13 09:44:18,241 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-04-13T09:44:18.320Z] 2023-04-13 09:44:18,241 [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-04-13T09:44:19.259Z] 2023-04-13 09:44:18,896 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-04-13T09:44:19.259Z] 2023-04-13 09:44:18,896 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-04-13T09:44:19.259Z] 2023-04-13 09:44:18,896 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:44:19.259Z] 2023-04-13 09:44:18,896 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:44:19.259Z] 3.0.0-dev.25 [Pipeline] } [2023-04-13T09:44:19.269Z] $ docker exec --env ******** --env ******** 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent -k [2023-04-13T09:44:19.364Z] unset SSH_AUTH_SOCK; [2023-04-13T09:44:19.364Z] unset SSH_AGENT_PID; [2023-04-13T09:44:19.365Z] echo Agent pid 78 killed; [2023-04-13T09:44:19.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-13T09:44:19.684Z] + git semver [Pipeline] } [2023-04-13T09:44:19.958Z] $ docker stop --time=1 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f [2023-04-13T09:44:21.278Z] $ docker rm -f --volumes 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T09:44:21.614Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-13T09:44:21.841Z] Stashed 1 file(s) [Pipeline] echo [2023-04-13T09:44:21.844Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.25 [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-04-13T09:44:21.984Z] provisioning config files... [2023-04-13T09:44:21.995Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5162529889218660418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:44:22.290Z] ---> docker-login.sh [2023-04-13T09:44:22.290Z] nexus3.edgexfoundry.org:10001 [2023-04-13T09:44:22.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:22.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:22.290Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:22.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:22.290Z] [2023-04-13T09:44:22.290Z] Login Succeeded [2023-04-13T09:44:22.290Z] nexus3.edgexfoundry.org:10002 [2023-04-13T09:44:22.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:22.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:22.290Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:22.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:22.290Z] [2023-04-13T09:44:22.290Z] Login Succeeded [2023-04-13T09:44:22.290Z] nexus3.edgexfoundry.org:10003 [2023-04-13T09:44:22.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:22.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:22.549Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:22.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:22.549Z] [2023-04-13T09:44:22.549Z] Login Succeeded [2023-04-13T09:44:22.549Z] nexus3.edgexfoundry.org:10004 [2023-04-13T09:44:22.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:22.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:22.549Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:22.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:22.549Z] [2023-04-13T09:44:22.549Z] Login Succeeded [2023-04-13T09:44:22.549Z] docker.io [2023-04-13T09:44:22.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:44:22.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:44:22.809Z] Configure a credential helper to remove this warning. See [2023-04-13T09:44:22.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:44:22.809Z] [2023-04-13T09:44:22.809Z] Login Succeeded [2023-04-13T09:44:22.809Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T09:44:22.816Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-13T09:44:22.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:44:22.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:44:22.899Z] ========================================================= [2023-04-13T09:44:22.899Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-13T09:44:22.899Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:44:23.209Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-13T09:44:23.209Z] Sending build context to Docker daemon 1.862MB [2023-04-13T09:44:23.209Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T09:44:23.209Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-13T09:44:23.209Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-13T09:44:23.209Z] 63b65145d645: Pulling fs layer [2023-04-13T09:44:23.209Z] a2d21d5440eb: Pulling fs layer [2023-04-13T09:44:23.209Z] 935e6c44a52c: Pulling fs layer [2023-04-13T09:44:23.209Z] 94cc34f8dd06: Pulling fs layer [2023-04-13T09:44:23.209Z] 30dea6a524f1: Pulling fs layer [2023-04-13T09:44:23.209Z] a2aff8979fd8: Pulling fs layer [2023-04-13T09:44:23.209Z] 6808be2612f2: Pulling fs layer [2023-04-13T09:44:23.209Z] f25807f1079a: Pulling fs layer [2023-04-13T09:44:23.209Z] a2aff8979fd8: Waiting [2023-04-13T09:44:23.209Z] 6808be2612f2: Waiting [2023-04-13T09:44:23.209Z] f25807f1079a: Waiting [2023-04-13T09:44:23.209Z] 94cc34f8dd06: Waiting [2023-04-13T09:44:23.209Z] 30dea6a524f1: Waiting [2023-04-13T09:44:23.209Z] a2d21d5440eb: Download complete [2023-04-13T09:44:23.209Z] 94cc34f8dd06: Verifying Checksum [2023-04-13T09:44:23.209Z] 94cc34f8dd06: Download complete [2023-04-13T09:44:23.209Z] 30dea6a524f1: Verifying Checksum [2023-04-13T09:44:23.209Z] 63b65145d645: Verifying Checksum [2023-04-13T09:44:23.209Z] 63b65145d645: Download complete [2023-04-13T09:44:23.474Z] a2aff8979fd8: Verifying Checksum [2023-04-13T09:44:23.474Z] a2aff8979fd8: Download complete [2023-04-13T09:44:23.474Z] 63b65145d645: Pull complete [2023-04-13T09:44:23.474Z] a2d21d5440eb: Pull complete [2023-04-13T09:44:23.732Z] f25807f1079a: Verifying Checksum [2023-04-13T09:44:23.732Z] f25807f1079a: Download complete [2023-04-13T09:44:23.991Z] 935e6c44a52c: Download complete [2023-04-13T09:44:23.991Z] 6808be2612f2: Verifying Checksum [2023-04-13T09:44:23.991Z] 6808be2612f2: Download complete [2023-04-13T09:44:27.272Z] 935e6c44a52c: Pull complete [2023-04-13T09:44:27.272Z] 94cc34f8dd06: Pull complete [2023-04-13T09:44:27.272Z] 30dea6a524f1: Pull complete [2023-04-13T09:44:27.530Z] a2aff8979fd8: Pull complete [2023-04-13T09:44:30.057Z] 6808be2612f2: Pull complete [2023-04-13T09:44:30.623Z] f25807f1079a: Pull complete [2023-04-13T09:44:30.623Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-13T09:44:30.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-13T09:44:30.881Z] ---> 3b553350e43f [2023-04-13T09:44:30.881Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-13T09:44:34.287Z] ---> Running in 512b1e308cba [2023-04-13T09:44:34.287Z] Removing intermediate container 512b1e308cba [2023-04-13T09:44:34.287Z] ---> 18f0573a753d [2023-04-13T09:44:34.287Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T09:44:34.287Z] ---> Running in 3c281453179b [2023-04-13T09:44:34.287Z] Removing intermediate container 3c281453179b [2023-04-13T09:44:34.287Z] ---> 605b5d21a820 [2023-04-13T09:44:34.287Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-13T09:44:34.287Z] ---> Running in 13d771a25341 [2023-04-13T09:44:34.287Z] Removing intermediate container 13d771a25341 [2023-04-13T09:44:34.287Z] ---> fc6d0ded2de1 [2023-04-13T09:44:34.287Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-13T09:44:34.287Z] ---> Running in 6dba96adbf38 [2023-04-13T09:44:34.287Z] Removing intermediate container 6dba96adbf38 [2023-04-13T09:44:34.287Z] ---> c24de33a1697 [2023-04-13T09:44:34.287Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T09:44:34.287Z] ---> Running in a08737f49ebe [2023-04-13T09:44:34.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T09:44:34.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T09:44:35.063Z] (1/14) Installing libintl (0.21.1-r1) [2023-04-13T09:44:35.063Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-04-13T09:44:35.063Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-04-13T09:44:35.063Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-04-13T09:44:35.322Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-04-13T09:44:35.580Z] (6/14) Installing udev-init-scripts (35-r1) [2023-04-13T09:44:35.580Z] (7/14) Installing libblkid (2.38.1-r1) [2023-04-13T09:44:35.581Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-04-13T09:44:35.581Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-04-13T09:44:35.581Z] (10/14) Installing kmod-libs (30-r1) [2023-04-13T09:44:35.581Z] (11/14) Installing eudev (3.2.11-r4) [2023-04-13T09:44:35.581Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-04-13T09:44:35.581Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-04-13T09:44:35.581Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-04-13T09:44:35.581Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T09:44:35.581Z] Executing eudev-3.2.11-r4.trigger [2023-04-13T09:44:35.581Z] OK: 272 MiB in 67 packages [2023-04-13T09:44:36.148Z] Removing intermediate container a08737f49ebe [2023-04-13T09:44:36.148Z] ---> 8d8aa375c89e [2023-04-13T09:44:36.148Z] Step 8/13 : WORKDIR /device-usb-camera [2023-04-13T09:44:36.148Z] ---> Running in 325e675458bc [2023-04-13T09:44:36.148Z] Removing intermediate container 325e675458bc [2023-04-13T09:44:36.148Z] ---> 3bff916de25e [2023-04-13T09:44:36.148Z] Step 9/13 : COPY go.mod vendor* ./ [2023-04-13T09:44:36.405Z] ---> 139a1b61fd77 [2023-04-13T09:44:36.405Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T09:44:36.405Z] ---> Running in 9fb8eeea2a6b [2023-04-13T09:44:36.950Z] Still waiting to schedule task [2023-04-13T09:44:36.950Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-13T09:45:08.486Z] Removing intermediate container 9fb8eeea2a6b [2023-04-13T09:45:08.487Z] ---> db9105b7cfbc [2023-04-13T09:45:08.487Z] Step 11/13 : COPY . . [2023-04-13T09:45:08.487Z] ---> 9d643ab97759 [2023-04-13T09:45:08.487Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-13T09:45:08.487Z] ---> Running in 8b3a3205e3ee [2023-04-13T09:45:08.487Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:45:08.487Z] Dload Upload Total Spent Left Speed [2023-04-13T09:45:08.487Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7294 0 --:--:-- --:--:-- --:--:-- 7324 [2023-04-13T09:45:08.487Z] Removing intermediate container 8b3a3205e3ee [2023-04-13T09:45:08.487Z] ---> 3c14f36d091c [2023-04-13T09:45:08.487Z] Step 13/13 : RUN ${MAKE} [2023-04-13T09:45:08.487Z] ---> Running in 0ed706258381 [2023-04-13T09:45:08.487Z] noop [2023-04-13T09:45:08.487Z] Removing intermediate container 0ed706258381 [2023-04-13T09:45:08.487Z] ---> 1941998a215b [2023-04-13T09:45:08.487Z] Successfully built 1941998a215b [2023-04-13T09:45:08.487Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:45:08.798Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-13T09:45:08.798Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:45:08.868Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:45:08.898Z] $ 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-04-13T09:45:09.274Z] $ docker top 9190d8f957fd67ac01c7f61f601e7807e0d32bbf10cb4f774def491bc98a8007 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T09:45:09.624Z] + go version [2023-04-13T09:45:09.624Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-13T09:45:09.636Z] $ docker stop --time=1 9190d8f957fd67ac01c7f61f601e7807e0d32bbf10cb4f774def491bc98a8007 [2023-04-13T09:45:10.885Z] $ docker rm -f --volumes 9190d8f957fd67ac01c7f61f601e7807e0d32bbf10cb4f774def491bc98a8007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:45:11.278Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-13T09:45:11.278Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:45:11.351Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:45:11.382Z] $ 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-04-13T09:45:11.751Z] $ docker top 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T09:45:12.095Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-04-13T09:45:12.391Z] + make test [2023-04-13T09:45:12.391Z] go test ./... -coverprofile=coverage.out ./... [2023-04-13T09:45:18.311Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-04-13T09:45:28.273Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-04-13T09:45:28.273Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 2.0% of statements [2023-04-13T09:45:36.394Z] go vet ./... [2023-04-13T09:45:39.676Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-13T09:45:39.676Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-13T09:45:39.676Z] ./bin/test-attribution-txt.sh [2023-04-13T09:45:39.676Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-13T09:45:39.689Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-13T09:45:39.705Z] $ docker stop --time=1 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 [2023-04-13T09:45:42.641Z] $ docker rm -f --volumes 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T09:45:43.105Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-13T09:45:43.159Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-13T09:45:43.654Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-13T09:45:43.976Z] + ls -al . [2023-04-13T09:45:43.976Z] total 188 [2023-04-13T09:45:43.976Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 09:45 . [2023-04-13T09:45:43.976Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 .. [2023-04-13T09:45:43.976Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 09:44 .git [2023-04-13T09:45:43.976Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 .github [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 414 Apr 13 09:44 .gitignore [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 09:44 .golangci.yml [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 77 Apr 13 09:44 .hadolint.yml [2023-04-13T09:45:43.976Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 09:44 .semver [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 9535 Apr 13 09:44 Attribution.txt [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 6219 Apr 13 09:44 CHANGELOG.md [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 2328 Apr 13 09:44 Dockerfile [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 13 09:44 GOVERNANCE.md [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 659 Apr 13 09:44 Jenkinsfile [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 09:44 LICENSE [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 2364 Apr 13 09:44 Makefile [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 622 Apr 13 09:44 OWNERS.md [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 5681 Apr 13 09:44 README.md [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 09:44 VERSION [2023-04-13T09:45:43.976Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 09:44 bin [2023-04-13T09:45:43.976Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 cmd [2023-04-13T09:45:43.976Z] -rw-r--r-- 1 jenkins jenkins 28352 Apr 13 09:45 coverage.out [2023-04-13T09:45:43.976Z] -rwxrwxr-x 1 jenkins jenkins 140 Apr 13 09:44 docker-entrypoint.sh [2023-04-13T09:45:43.976Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 docs [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 3443 Apr 13 09:44 go.mod [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 31713 Apr 13 09:44 go.sum [2023-04-13T09:45:43.976Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 internal [2023-04-13T09:45:43.976Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 snap [2023-04-13T09:45:43.976Z] -rw-rw-r-- 1 jenkins jenkins 231 Apr 13 09:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:45:44.348Z] + 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=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c --label arch=amd64 --label version=3.0.0-dev.25 . [2023-04-13T09:45:44.348Z] Sending build context to Docker daemon 1.891MB [2023-04-13T09:45:44.348Z] Step 1/35 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T09:45:44.348Z] Step 2/35 : FROM ${BASE} AS builder [2023-04-13T09:45:44.348Z] ---> 1941998a215b [2023-04-13T09:45:44.348Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-04-13T09:45:44.348Z] ---> Running in 6ebe0cb4cb27 [2023-04-13T09:45:44.624Z] Removing intermediate container 6ebe0cb4cb27 [2023-04-13T09:45:44.624Z] ---> 44e5df12803e [2023-04-13T09:45:44.624Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T09:45:44.624Z] ---> Running in c38313f3a623 [2023-04-13T09:45:44.624Z] Removing intermediate container c38313f3a623 [2023-04-13T09:45:44.624Z] ---> c2a90b2b30d5 [2023-04-13T09:45:44.624Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-13T09:45:44.624Z] ---> Running in 682d80b3e524 [2023-04-13T09:45:44.624Z] Removing intermediate container 682d80b3e524 [2023-04-13T09:45:44.624Z] ---> 019a8b394e97 [2023-04-13T09:45:44.624Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-13T09:45:44.624Z] ---> Running in 9d0cfc1623b5 [2023-04-13T09:45:44.911Z] Removing intermediate container 9d0cfc1623b5 [2023-04-13T09:45:44.911Z] ---> c9576c1b224e [2023-04-13T09:45:44.911Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T09:45:44.911Z] ---> Running in 4e3712dfe24c [2023-04-13T09:45:45.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T09:45:45.437Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T09:45:45.696Z] OK: 272 MiB in 67 packages [2023-04-13T09:45:45.954Z] Removing intermediate container 4e3712dfe24c [2023-04-13T09:45:45.954Z] ---> 2a19c561a5ff [2023-04-13T09:45:45.954Z] Step 8/35 : WORKDIR /device-usb-camera [2023-04-13T09:45:45.954Z] ---> Running in f442a7852356 [2023-04-13T09:45:45.954Z] Removing intermediate container f442a7852356 [2023-04-13T09:45:45.954Z] ---> 538091877575 [2023-04-13T09:45:45.954Z] Step 9/35 : COPY go.mod vendor* ./ [2023-04-13T09:45:46.212Z] ---> 7cc9e306bacf [2023-04-13T09:45:46.212Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T09:45:46.212Z] ---> Running in aa62f6fb7c50 [2023-04-13T09:45:47.167Z] Removing intermediate container aa62f6fb7c50 [2023-04-13T09:45:47.167Z] ---> b0da89a5ea87 [2023-04-13T09:45:47.167Z] Step 11/35 : COPY . . [2023-04-13T09:45:47.426Z] ---> dfa457b397d2 [2023-04-13T09:45:47.426Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-13T09:45:47.426Z] ---> Running in d93d3ed46f66 [2023-04-13T09:45:47.684Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:45:47.684Z] Dload Upload Total Spent Left Speed [2023-04-13T09:45:47.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 20337 0 --:--:-- --:--:-- --:--:-- 20823 [2023-04-13T09:45:47.945Z] Removing intermediate container d93d3ed46f66 [2023-04-13T09:45:47.945Z] ---> b4798d81a382 [2023-04-13T09:45:47.945Z] Step 13/35 : RUN ${MAKE} [2023-04-13T09:45:47.945Z] ---> Running in 43671edfdeee [2023-04-13T09:45:48.203Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.25" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-04-13T09:46:10.110Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8443 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-04-13T09:46:10.122Z] Running in /w/workspace/device-usb-camera/97 [Pipeline] { [Pipeline] checkout [2023-04-13T09:46:10.154Z] Selected Git installation does not exist. Using Default [2023-04-13T09:46:10.154Z] The recommended git tool is: NONE [2023-04-13T09:46:10.164Z] Removing intermediate container 43671edfdeee [2023-04-13T09:46:10.164Z] ---> 25408d8b6886 [2023-04-13T09:46:10.164Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-04-13T09:46:10.424Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-04-13T09:46:10.424Z] 4acc49c71d14: Pulling fs layer [2023-04-13T09:46:10.682Z] 4acc49c71d14: Verifying Checksum [2023-04-13T09:46:10.682Z] 4acc49c71d14: Download complete [2023-04-13T09:46:10.941Z] 4acc49c71d14: Pull complete [2023-04-13T09:46:10.941Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-04-13T09:46:10.941Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-04-13T09:46:10.941Z] ---> 01a2bd3e5fff [2023-04-13T09:46:10.941Z] Step 15/35 : FROM alpine:3.17 [2023-04-13T09:46:11.201Z] 3.17: Pulling from library/alpine [2023-04-13T09:46:11.459Z] f56be85fc22e: Pulling fs layer [2023-04-13T09:46:11.459Z] f56be85fc22e: Verifying Checksum [2023-04-13T09:46:11.459Z] f56be85fc22e: Download complete [2023-04-13T09:46:11.717Z] f56be85fc22e: Pull complete [2023-04-13T09:46:11.717Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-13T09:46:11.717Z] Status: Downloaded newer image for alpine:3.17 [2023-04-13T09:46:11.717Z] ---> 9ed4aefc74f6 [2023-04-13T09:46:11.717Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-13T09:46:12.286Z] ---> Running in e77a488244e9 [2023-04-13T09:46:12.286Z] Removing intermediate container e77a488244e9 [2023-04-13T09:46:12.286Z] ---> b1e6203daa16 [2023-04-13T09:46:12.286Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-04-13T09:46:12.286Z] ---> Running in e9776ef0257c [2023-04-13T09:46:12.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T09:46:12.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T09:46:13.061Z] (1/86) Installing dumb-init (1.2.5-r2) [2023-04-13T09:46:13.061Z] (2/86) Installing sdl2 (2.26.5-r0) [2023-04-13T09:46:13.061Z] (3/86) Installing svt-av1-libs (1.3.0-r0) [2023-04-13T09:46:13.061Z] (4/86) Installing libxau (1.0.10-r0) [2023-04-13T09:46:13.061Z] (5/86) Installing libmd (1.0.4-r0) [2023-04-13T09:46:13.061Z] (6/86) Installing libbsd (0.11.7-r0) [2023-04-13T09:46:13.061Z] (7/86) Installing libxdmcp (1.1.4-r0) [2023-04-13T09:46:13.061Z] (8/86) Installing libxcb (1.15-r0) [2023-04-13T09:46:13.061Z] (9/86) Installing libx11 (1.8.4-r0) [2023-04-13T09:46:13.319Z] (10/86) Installing aom-libs (3.5.0-r0) [2023-04-13T09:46:13.319Z] (11/86) Installing alsa-lib (1.2.8-r0) [2023-04-13T09:46:13.319Z] (12/86) Installing libexpat (2.5.0-r0) [2023-04-13T09:46:13.319Z] (13/86) Installing brotli-libs (1.0.9-r9) [2023-04-13T09:46:13.319Z] (14/86) Installing libbz2 (1.0.8-r4) [2023-04-13T09:46:13.319Z] (15/86) Installing libpng (1.6.38-r0) [2023-04-13T09:46:13.319Z] (16/86) Installing freetype (2.12.1-r0) [2023-04-13T09:46:13.319Z] (17/86) Installing fontconfig (2.14.1-r0) [2023-04-13T09:46:13.319Z] (18/86) Installing fribidi (1.0.12-r0) [2023-04-13T09:46:13.319Z] (19/86) Installing libffi (3.4.4-r0) [2023-04-13T09:46:13.319Z] (20/86) Installing libintl (0.21.1-r1) [2023-04-13T09:46:13.319Z] (21/86) Installing libblkid (2.38.1-r1) [2023-04-13T09:46:13.319Z] (22/86) Installing libmount (2.38.1-r1) [2023-04-13T09:46:13.319Z] (23/86) Installing pcre2 (10.42-r0) [2023-04-13T09:46:13.319Z] (24/86) Installing glib (2.74.6-r0) [2023-04-13T09:46:13.319Z] (25/86) Installing graphite2 (1.3.14-r2) [2023-04-13T09:46:13.319Z] (26/86) Installing harfbuzz (5.3.1-r1) [2023-04-13T09:46:13.319Z] (27/86) Installing libass (0.16.0-r1) [2023-04-13T09:46:13.319Z] (28/86) Installing libdav1d (1.0.0-r2) [2023-04-13T09:46:13.319Z] (29/86) Installing hwdata-pci (0.364-r0) [2023-04-13T09:46:13.319Z] (30/86) Installing libpciaccess (0.17-r0) [2023-04-13T09:46:13.319Z] (31/86) Installing libdrm (2.4.114-r0) [2023-04-13T09:46:13.319Z] (32/86) Installing gmp (6.2.1-r2) [2023-04-13T09:46:13.319Z] (33/86) Installing nettle (3.8.1-r0) [2023-04-13T09:46:13.319Z] (34/86) Installing p11-kit (0.24.1-r1) [2023-04-13T09:46:13.577Z] (35/86) Installing libtasn1 (4.19.0-r0) [2023-04-13T09:46:13.577Z] (36/86) Installing libunistring (1.1-r0) [2023-04-13T09:46:13.577Z] (37/86) Installing gnutls (3.7.8-r3) [2023-04-13T09:46:13.577Z] (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-04-13T09:46:13.577Z] (39/86) Installing ncurses-libs (6.3_p20221119-r0) [2023-04-13T09:46:13.577Z] (40/86) Installing lame (3.100-r2) [2023-04-13T09:46:13.577Z] (41/86) Installing opus (1.3.1-r1) [2023-04-13T09:46:13.577Z] (42/86) Installing libasyncns (0.8-r1) [2023-04-13T09:46:13.577Z] (43/86) Installing dbus-libs (1.14.4-r0) [2023-04-13T09:46:13.577Z] (44/86) Installing libltdl (2.4.7-r1) [2023-04-13T09:46:13.577Z] (45/86) Installing orc (0.4.33-r0) [2023-04-13T09:46:13.577Z] (46/86) Installing libgcc (12.2.1_git20220924-r4) [2023-04-13T09:46:13.577Z] (47/86) Installing libogg (1.3.5-r2) [2023-04-13T09:46:13.577Z] (48/86) Installing libstdc++ (12.2.1_git20220924-r4) [2023-04-13T09:46:13.577Z] (49/86) Installing flac-libs (1.4.2-r0) [2023-04-13T09:46:13.577Z] (50/86) Installing libvorbis (1.3.7-r0) [2023-04-13T09:46:13.577Z] (51/86) Installing libsndfile (1.1.0-r2) [2023-04-13T09:46:13.577Z] (52/86) Installing libgomp (12.2.1_git20220924-r4) [2023-04-13T09:46:13.577Z] (53/86) Installing soxr (0.1.3-r3) [2023-04-13T09:46:13.577Z] (54/86) Installing speexdsp (1.2.1-r0) [2023-04-13T09:46:13.577Z] (55/86) Installing tdb-libs (1.4.6-r0) [2023-04-13T09:46:13.577Z] (56/86) Installing libpulse (16.1-r6) [2023-04-13T09:46:13.577Z] (57/86) Installing cjson (1.7.15-r3) [2023-04-13T09:46:13.577Z] (58/86) Installing mbedtls (2.28.3-r0) [2023-04-13T09:46:13.577Z] (59/86) Installing librist (0.2.7-r0) [2023-04-13T09:46:13.577Z] (60/86) Installing libsrt (1.5.1-r0) [2023-04-13T09:46:13.577Z] (61/86) Installing libssh (0.10.4-r0) [2023-04-13T09:46:13.577Z] (62/86) Installing libtheora (1.1.1-r16) [2023-04-13T09:46:13.577Z] (63/86) Installing libjpeg-turbo (2.1.4-r0) [2023-04-13T09:46:13.577Z] (64/86) Installing v4l-utils-libs (1.22.1-r2) [2023-04-13T09:46:13.577Z] (65/86) Installing libxext (1.3.5-r0) [2023-04-13T09:46:13.577Z] (66/86) Installing libxfixes (6.0.0-r0) [2023-04-13T09:46:13.577Z] (67/86) Installing wayland-libs-client (1.21.0-r1) [2023-04-13T09:46:13.577Z] (68/86) Installing libva (2.16.0-r0) [2023-04-13T09:46:13.577Z] (69/86) Installing libvdpau (1.5-r0) [2023-04-13T09:46:13.836Z] (70/86) Installing vidstab (1.1.0-r2) [2023-04-13T09:46:13.836Z] (71/86) Installing libvpx (1.12.0-r1) [2023-04-13T09:46:13.836Z] (72/86) Installing libwebp (1.2.4-r1) [2023-04-13T09:46:13.836Z] (73/86) Installing x264-libs (0.164_git20220602-r0) [2023-04-13T09:46:13.836Z] (74/86) Installing numactl (2.0.16-r1) [2023-04-13T09:46:13.836Z] (75/86) Installing x265-libs (3.5-r3) [2023-04-13T09:46:13.836Z] (76/86) Installing xvidcore (1.3.7-r1) [2023-04-13T09:46:13.836Z] (77/86) Installing libsodium (1.0.18-r2) [2023-04-13T09:46:13.836Z] (78/86) Installing libzmq (4.3.4-r1) [2023-04-13T09:46:13.836Z] (79/86) Installing ffmpeg-libs (5.1.3-r0) [2023-04-13T09:46:14.095Z] (80/86) Installing ffmpeg (5.1.3-r0) [2023-04-13T09:46:14.095Z] (81/86) Installing udev-init-scripts (35-r1) [2023-04-13T09:46:14.095Z] (82/86) Installing eudev-libs (3.2.11-r4) [2023-04-13T09:46:14.095Z] (83/86) Installing xz-libs (5.2.9-r0) [2023-04-13T09:46:14.095Z] (84/86) Installing zstd-libs (1.5.5-r0) [2023-04-13T09:46:14.095Z] (85/86) Installing kmod-libs (30-r1) [2023-04-13T09:46:14.095Z] (86/86) Installing eudev (3.2.11-r4) [2023-04-13T09:46:14.095Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T09:46:14.095Z] Executing eudev-3.2.11-r4.trigger [2023-04-13T09:46:14.095Z] OK: 112 MiB in 101 packages [2023-04-13T09:46:15.357Z] using credential edgex-jenkins-ssh [2023-04-13T09:46:15.372Z] Cloning the remote Git repository [2023-04-13T09:46:15.419Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-04-13T09:46:15.507Z] > git init /w/workspace/device-usb-camera/97 # timeout=10 [2023-04-13T09:46:15.661Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-04-13T09:46:15.662Z] > git --version # timeout=10 [2023-04-13T09:46:15.685Z] > git --version # 'git version 2.25.1' [2023-04-13T09:46:15.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-13T09:46:15.833Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-13T09:46:16.664Z] Removing intermediate container e9776ef0257c [2023-04-13T09:46:16.664Z] ---> bb1b10e125bc [2023-04-13T09:46:16.664Z] Step 18/35 : WORKDIR / [2023-04-13T09:46:16.664Z] ---> Running in c493adb54e35 [2023-04-13T09:46:16.664Z] Removing intermediate container c493adb54e35 [2023-04-13T09:46:16.664Z] ---> 0c1191e786a9 [2023-04-13T09:46:16.664Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-04-13T09:46:16.610Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-04-13T09:46:16.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-13T09:46:17.594Z] Avoid second fetch [2023-04-13T09:46:17.595Z] Checking out Revision 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c (main) [2023-04-13T09:46:17.597Z] ---> b17cd65a9fc1 [2023-04-13T09:46:17.597Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-04-13T09:46:17.597Z] ---> 2bbef7911dd2 [2023-04-13T09:46:17.597Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-04-13T09:46:17.597Z] ---> 83ac34fd1d47 [2023-04-13T09:46:17.597Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-04-13T09:46:17.854Z] ---> cb69b47446d5 [2023-04-13T09:46:17.854Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-04-13T09:46:17.854Z] ---> 7c1a35f8ef44 [2023-04-13T09:46:17.854Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-04-13T09:46:18.111Z] ---> 3171e1c074ff [2023-04-13T09:46:18.111Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-04-13T09:46:18.167Z] Commit message: "Merge pull request #214 from jinlinGuan/issue-207" [2023-04-13T09:46:18.679Z] ---> 058551fceaac [2023-04-13T09:46:18.679Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-04-13T09:46:18.679Z] ---> Running in d6b04224858c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T09:46:17.616Z] > git config core.sparsecheckout # timeout=10 [2023-04-13T09:46:17.682Z] > git checkout -f 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c # timeout=10 [2023-04-13T09:46:19.247Z] Removing intermediate container d6b04224858c [2023-04-13T09:46:19.247Z] ---> 577dbd952dff [2023-04-13T09:46:19.247Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-04-13T09:46:19.247Z] ---> Running in f72932c8c63d [2023-04-13T09:46:19.387Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-13T09:46:19.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:46:19.387Z] Dload Upload Total Spent Left Speed [2023-04-13T09:46:19.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 97335 [2023-04-13T09:46:19.812Z] Removing intermediate container f72932c8c63d [2023-04-13T09:46:19.812Z] ---> 916610eef6cf [2023-04-13T09:46:19.812Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-04-13T09:46:19.812Z] ---> Running in ea7ee034d186 [Pipeline] sh [2023-04-13T09:46:20.173Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-13T09:46:20.379Z] Removing intermediate container ea7ee034d186 [2023-04-13T09:46:20.379Z] ---> b5f643bfb10f [2023-04-13T09:46:20.379Z] Step 29/35 : EXPOSE 59983 [2023-04-13T09:46:20.379Z] ---> Running in de7fee08e1d2 [2023-04-13T09:46:20.379Z] Removing intermediate container de7fee08e1d2 [2023-04-13T09:46:20.379Z] ---> e5fdfd3e6159 [2023-04-13T09:46:20.379Z] Step 30/35 : EXPOSE 8554 [2023-04-13T09:46:20.379Z] ---> Running in cd08fec9c8a8 [2023-04-13T09:46:20.504Z] + sudo tee /etc/docker/daemon.new [2023-04-13T09:46:20.504Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-13T09:46:20.504Z] { [2023-04-13T09:46:20.504Z] "registry-mirrors": [ [2023-04-13T09:46:20.505Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-13T09:46:20.505Z] ], [2023-04-13T09:46:20.505Z] "bip": "10.250.0.254/24", [2023-04-13T09:46:20.505Z] "hosts": [ [2023-04-13T09:46:20.505Z] "tcp://0.0.0.0:5555", [2023-04-13T09:46:20.505Z] "unix:///var/run/docker.sock" [2023-04-13T09:46:20.505Z] ], [2023-04-13T09:46:20.505Z] "mtu": 1458, [2023-04-13T09:46:20.505Z] "selinux-enabled": true, [2023-04-13T09:46:20.505Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-13T09:46:20.505Z] } [Pipeline] sh [2023-04-13T09:46:20.639Z] Removing intermediate container cd08fec9c8a8 [2023-04-13T09:46:20.639Z] ---> cae2c28f901c [2023-04-13T09:46:20.639Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-04-13T09:46:20.639Z] ---> Running in 6e829986d001 [2023-04-13T09:46:20.639Z] Removing intermediate container 6e829986d001 [2023-04-13T09:46:20.639Z] ---> d55874dbd43f [2023-04-13T09:46:20.639Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-04-13T09:46:20.639Z] ---> Running in b8b846b1a8d0 [2023-04-13T09:46:20.639Z] Removing intermediate container b8b846b1a8d0 [2023-04-13T09:46:20.639Z] ---> e3e10f158b26 [2023-04-13T09:46:20.639Z] Step 33/35 : LABEL arch=amd64 [2023-04-13T09:46:20.837Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-13T09:46:20.898Z] ---> Running in 083294fdd956 [2023-04-13T09:46:20.898Z] Removing intermediate container 083294fdd956 [2023-04-13T09:46:20.898Z] ---> bc7fdc9364c8 [2023-04-13T09:46:20.898Z] Step 34/35 : LABEL git_sha=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:46:20.898Z] ---> Running in 6d68f3a237e6 [2023-04-13T09:46:20.898Z] Removing intermediate container 6d68f3a237e6 [2023-04-13T09:46:20.898Z] ---> 0316a9e43c86 [2023-04-13T09:46:20.898Z] Step 35/35 : LABEL version=3.0.0-dev.25 [2023-04-13T09:46:20.898Z] ---> Running in 8049926e5c4d [2023-04-13T09:46:21.157Z] Removing intermediate container 8049926e5c4d [2023-04-13T09:46:21.157Z] ---> 8ff035bfea86 [2023-04-13T09:46:21.157Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-13T09:46:21.157Z] Successfully built 8ff035bfea86 [2023-04-13T09:46:21.157Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-04-13T09:46:21.186Z] + sudo service docker restart [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T09:46:21.268Z] provisioning config files... [2023-04-13T09:46:21.277Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config15561784226857671226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:46:21.569Z] ---> docker-login.sh [2023-04-13T09:46:21.569Z] nexus3.edgexfoundry.org:10001 [2023-04-13T09:46:21.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:21.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:21.569Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:21.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:21.569Z] [2023-04-13T09:46:21.569Z] Login Succeeded [2023-04-13T09:46:21.569Z] nexus3.edgexfoundry.org:10002 [2023-04-13T09:46:21.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:21.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:21.569Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:21.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:21.569Z] [2023-04-13T09:46:21.569Z] Login Succeeded [2023-04-13T09:46:21.569Z] nexus3.edgexfoundry.org:10003 [2023-04-13T09:46:21.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:21.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:21.829Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:21.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:21.829Z] [2023-04-13T09:46:21.829Z] Login Succeeded [2023-04-13T09:46:21.829Z] nexus3.edgexfoundry.org:10004 [2023-04-13T09:46:21.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:21.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:21.829Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:21.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:21.829Z] [2023-04-13T09:46:21.829Z] Login Succeeded [2023-04-13T09:46:21.829Z] docker.io [2023-04-13T09:46:22.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:22.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:22.088Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:22.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:22.088Z] [2023-04-13T09:46:22.088Z] Login Succeeded [2023-04-13T09:46:22.088Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T09:46:22.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-13T09:46:22.126Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:46:22.151Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-04-13T09:46:22.151Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:46:22.151Z] latest [2023-04-13T09:46:22.151Z] 3.0.0-dev.25 [2023-04-13T09:46:22.151Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:46:22.151Z] main [2023-04-13T09:46:22.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:22.481Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:22.780Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:46:22.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-04-13T09:46:22.780Z] 05f75a8b8a72: Preparing [2023-04-13T09:46:22.780Z] f3f7b2f1d7c3: Preparing [2023-04-13T09:46:22.780Z] ed7d416acae3: Preparing [2023-04-13T09:46:22.780Z] 3827b5b91e75: Preparing [2023-04-13T09:46:22.780Z] acc83c6ca332: Preparing [2023-04-13T09:46:22.780Z] de9f6b101989: Preparing [2023-04-13T09:46:22.780Z] 5c6d33ce69f2: Preparing [2023-04-13T09:46:22.780Z] ec1e03fb773f: Preparing [2023-04-13T09:46:22.780Z] 329a78f93b4f: Preparing [2023-04-13T09:46:22.780Z] 84cbe59db162: Preparing [2023-04-13T09:46:22.780Z] df9966c570f5: Preparing [2023-04-13T09:46:22.780Z] f1417ff83b31: Preparing [2023-04-13T09:46:22.780Z] 84cbe59db162: Waiting [2023-04-13T09:46:22.780Z] df9966c570f5: Waiting [2023-04-13T09:46:22.780Z] 5c6d33ce69f2: Waiting [2023-04-13T09:46:22.780Z] f1417ff83b31: Waiting [2023-04-13T09:46:22.780Z] ec1e03fb773f: Waiting [2023-04-13T09:46:22.780Z] 329a78f93b4f: Waiting [2023-04-13T09:46:22.780Z] de9f6b101989: Waiting [2023-04-13T09:46:22.780Z] 05f75a8b8a72: Pushed [2023-04-13T09:46:22.780Z] f3f7b2f1d7c3: Pushed [2023-04-13T09:46:22.780Z] acc83c6ca332: Pushed [2023-04-13T09:46:22.780Z] ed7d416acae3: Pushed [2023-04-13T09:46:23.038Z] de9f6b101989: Pushed [2023-04-13T09:46:23.038Z] 5c6d33ce69f2: Pushed [2023-04-13T09:46:23.038Z] 329a78f93b4f: Pushed [2023-04-13T09:46:23.038Z] ec1e03fb773f: Pushed [2023-04-13T09:46:23.038Z] f1417ff83b31: Layer already exists [2023-04-13T09:46:25.570Z] 3827b5b91e75: Pushed [2023-04-13T09:46:25.828Z] 84cbe59db162: Pushed [2023-04-13T09:46:33.947Z] df9966c570f5: Pushed [2023-04-13T09:46:33.947Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:34.256Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:34.559Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-04-13T09:46:34.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-04-13T09:46:34.559Z] 05f75a8b8a72: Preparing [2023-04-13T09:46:34.559Z] f3f7b2f1d7c3: Preparing [2023-04-13T09:46:34.559Z] ed7d416acae3: Preparing [2023-04-13T09:46:34.559Z] 3827b5b91e75: Preparing [2023-04-13T09:46:34.559Z] acc83c6ca332: Preparing [2023-04-13T09:46:34.559Z] de9f6b101989: Preparing [2023-04-13T09:46:34.559Z] 5c6d33ce69f2: Preparing [2023-04-13T09:46:34.559Z] ec1e03fb773f: Preparing [2023-04-13T09:46:34.559Z] 329a78f93b4f: Preparing [2023-04-13T09:46:34.559Z] 84cbe59db162: Preparing [2023-04-13T09:46:34.559Z] df9966c570f5: Preparing [2023-04-13T09:46:34.559Z] f1417ff83b31: Preparing [2023-04-13T09:46:34.559Z] de9f6b101989: Waiting [2023-04-13T09:46:34.559Z] 5c6d33ce69f2: Waiting [2023-04-13T09:46:34.559Z] ec1e03fb773f: Waiting [2023-04-13T09:46:34.559Z] 329a78f93b4f: Waiting [2023-04-13T09:46:34.559Z] 84cbe59db162: Waiting [2023-04-13T09:46:34.559Z] df9966c570f5: Waiting [2023-04-13T09:46:34.559Z] f1417ff83b31: Waiting [2023-04-13T09:46:34.559Z] 05f75a8b8a72: Layer already exists [2023-04-13T09:46:34.559Z] acc83c6ca332: Layer already exists [2023-04-13T09:46:34.559Z] ed7d416acae3: Layer already exists [2023-04-13T09:46:34.559Z] f3f7b2f1d7c3: Layer already exists [2023-04-13T09:46:34.559Z] 3827b5b91e75: Layer already exists [2023-04-13T09:46:34.559Z] de9f6b101989: Layer already exists [2023-04-13T09:46:34.559Z] 329a78f93b4f: Layer already exists [2023-04-13T09:46:34.559Z] ec1e03fb773f: Layer already exists [2023-04-13T09:46:34.559Z] 5c6d33ce69f2: Layer already exists [2023-04-13T09:46:34.559Z] 84cbe59db162: Layer already exists [2023-04-13T09:46:34.559Z] df9966c570f5: Layer already exists [2023-04-13T09:46:34.559Z] f1417ff83b31: Layer already exists [2023-04-13T09:46:34.559Z] latest: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:34.863Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:35.166Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.25 [2023-04-13T09:46:35.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-04-13T09:46:35.166Z] 05f75a8b8a72: Preparing [2023-04-13T09:46:35.166Z] f3f7b2f1d7c3: Preparing [2023-04-13T09:46:35.166Z] ed7d416acae3: Preparing [2023-04-13T09:46:35.166Z] 3827b5b91e75: Preparing [2023-04-13T09:46:35.166Z] acc83c6ca332: Preparing [2023-04-13T09:46:35.166Z] de9f6b101989: Preparing [2023-04-13T09:46:35.166Z] 5c6d33ce69f2: Preparing [2023-04-13T09:46:35.166Z] ec1e03fb773f: Preparing [2023-04-13T09:46:35.166Z] 329a78f93b4f: Preparing [2023-04-13T09:46:35.166Z] 84cbe59db162: Preparing [2023-04-13T09:46:35.166Z] df9966c570f5: Preparing [2023-04-13T09:46:35.166Z] f1417ff83b31: Preparing [2023-04-13T09:46:35.166Z] ec1e03fb773f: Waiting [2023-04-13T09:46:35.166Z] 329a78f93b4f: Waiting [2023-04-13T09:46:35.166Z] f1417ff83b31: Waiting [2023-04-13T09:46:35.166Z] df9966c570f5: Waiting [2023-04-13T09:46:35.166Z] de9f6b101989: Waiting [2023-04-13T09:46:35.166Z] 5c6d33ce69f2: Waiting [2023-04-13T09:46:35.166Z] f3f7b2f1d7c3: Layer already exists [2023-04-13T09:46:35.166Z] ed7d416acae3: Layer already exists [2023-04-13T09:46:35.166Z] 3827b5b91e75: Layer already exists [2023-04-13T09:46:35.166Z] 05f75a8b8a72: Layer already exists [2023-04-13T09:46:35.166Z] acc83c6ca332: Layer already exists [2023-04-13T09:46:35.166Z] 329a78f93b4f: Layer already exists [2023-04-13T09:46:35.166Z] 84cbe59db162: Layer already exists [2023-04-13T09:46:35.166Z] ec1e03fb773f: Layer already exists [2023-04-13T09:46:35.166Z] 5c6d33ce69f2: Layer already exists [2023-04-13T09:46:35.166Z] de9f6b101989: Layer already exists [2023-04-13T09:46:35.166Z] df9966c570f5: Layer already exists [2023-04-13T09:46:35.166Z] f1417ff83b31: Layer already exists [2023-04-13T09:46:35.166Z] 3.0.0-dev.25: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:35.470Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:35.770Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:46:35.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-04-13T09:46:35.770Z] 05f75a8b8a72: Preparing [2023-04-13T09:46:35.770Z] f3f7b2f1d7c3: Preparing [2023-04-13T09:46:35.770Z] ed7d416acae3: Preparing [2023-04-13T09:46:35.770Z] 3827b5b91e75: Preparing [2023-04-13T09:46:35.770Z] acc83c6ca332: Preparing [2023-04-13T09:46:35.770Z] de9f6b101989: Preparing [2023-04-13T09:46:35.770Z] 5c6d33ce69f2: Preparing [2023-04-13T09:46:35.770Z] ec1e03fb773f: Preparing [2023-04-13T09:46:35.770Z] 329a78f93b4f: Preparing [2023-04-13T09:46:35.770Z] 84cbe59db162: Preparing [2023-04-13T09:46:35.770Z] df9966c570f5: Preparing [2023-04-13T09:46:35.770Z] f1417ff83b31: Preparing [2023-04-13T09:46:35.770Z] 5c6d33ce69f2: Waiting [2023-04-13T09:46:35.770Z] ec1e03fb773f: Waiting [2023-04-13T09:46:35.770Z] 329a78f93b4f: Waiting [2023-04-13T09:46:35.770Z] 84cbe59db162: Waiting [2023-04-13T09:46:35.770Z] df9966c570f5: Waiting [2023-04-13T09:46:35.770Z] de9f6b101989: Waiting [2023-04-13T09:46:35.770Z] 05f75a8b8a72: Layer already exists [2023-04-13T09:46:35.770Z] 3827b5b91e75: Layer already exists [2023-04-13T09:46:35.770Z] ed7d416acae3: Layer already exists [2023-04-13T09:46:35.770Z] f3f7b2f1d7c3: Layer already exists [2023-04-13T09:46:35.770Z] acc83c6ca332: Layer already exists [2023-04-13T09:46:35.770Z] de9f6b101989: Layer already exists [2023-04-13T09:46:35.770Z] ec1e03fb773f: Layer already exists [2023-04-13T09:46:35.770Z] 5c6d33ce69f2: Layer already exists [2023-04-13T09:46:35.770Z] 84cbe59db162: Layer already exists [2023-04-13T09:46:35.770Z] 329a78f93b4f: Layer already exists [2023-04-13T09:46:35.770Z] df9966c570f5: Layer already exists [2023-04-13T09:46:35.770Z] f1417ff83b31: Layer already exists [2023-04-13T09:46:35.770Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:36.073Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:36.378Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-04-13T09:46:36.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-04-13T09:46:36.378Z] 05f75a8b8a72: Preparing [2023-04-13T09:46:36.378Z] f3f7b2f1d7c3: Preparing [2023-04-13T09:46:36.378Z] ed7d416acae3: Preparing [2023-04-13T09:46:36.378Z] 3827b5b91e75: Preparing [2023-04-13T09:46:36.378Z] acc83c6ca332: Preparing [2023-04-13T09:46:36.378Z] de9f6b101989: Preparing [2023-04-13T09:46:36.378Z] 5c6d33ce69f2: Preparing [2023-04-13T09:46:36.378Z] ec1e03fb773f: Preparing [2023-04-13T09:46:36.378Z] 329a78f93b4f: Preparing [2023-04-13T09:46:36.378Z] 84cbe59db162: Preparing [2023-04-13T09:46:36.378Z] df9966c570f5: Preparing [2023-04-13T09:46:36.378Z] f1417ff83b31: Preparing [2023-04-13T09:46:36.378Z] de9f6b101989: Waiting [2023-04-13T09:46:36.378Z] 5c6d33ce69f2: Waiting [2023-04-13T09:46:36.378Z] 329a78f93b4f: Waiting [2023-04-13T09:46:36.378Z] ec1e03fb773f: Waiting [2023-04-13T09:46:36.378Z] 84cbe59db162: Waiting [2023-04-13T09:46:36.378Z] f1417ff83b31: Waiting [2023-04-13T09:46:36.378Z] df9966c570f5: Waiting [2023-04-13T09:46:36.378Z] 05f75a8b8a72: Layer already exists [2023-04-13T09:46:36.378Z] f3f7b2f1d7c3: Layer already exists [2023-04-13T09:46:36.378Z] acc83c6ca332: Layer already exists [2023-04-13T09:46:36.378Z] 3827b5b91e75: Layer already exists [2023-04-13T09:46:36.378Z] ed7d416acae3: Layer already exists [2023-04-13T09:46:36.378Z] de9f6b101989: Layer already exists [2023-04-13T09:46:36.378Z] 5c6d33ce69f2: Layer already exists [2023-04-13T09:46:36.378Z] ec1e03fb773f: Layer already exists [2023-04-13T09:46:36.378Z] 329a78f93b4f: Layer already exists [2023-04-13T09:46:36.378Z] 84cbe59db162: Layer already exists [2023-04-13T09:46:36.378Z] df9966c570f5: Layer already exists [2023-04-13T09:46:36.378Z] f1417ff83b31: Layer already exists [2023-04-13T09:46:36.378Z] main: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-13T09:46:36.420Z] ===================================================== [Pipeline] echo [2023-04-13T09:46:36.425Z] taggedImages: [2023-04-13T09:46:36.425Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:46:36.425Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-04-13T09:46:36.425Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.25 [2023-04-13T09:46:36.425Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:46:36.425Z] - 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-04-13T09:46:36.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T09:46:36.783Z] [2023-04-13T09:46:36.783Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:37.081Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T09:46:37.081Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-13T09:46:37.081Z] 5eb5b503b376: Pulling fs layer [2023-04-13T09:46:37.081Z] 5c69ac0246d0: Pulling fs layer [2023-04-13T09:46:37.081Z] ec43610c2a17: Pulling fs layer [2023-04-13T09:46:37.081Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-13T09:46:37.081Z] 33b1e0a273af: Pulling fs layer [2023-04-13T09:46:37.081Z] 5d3b04190fa2: Pulling fs layer [2023-04-13T09:46:37.081Z] 2f39f015ded8: Pulling fs layer [2023-04-13T09:46:37.081Z] 33b1e0a273af: Waiting [2023-04-13T09:46:37.081Z] 5d3b04190fa2: Waiting [2023-04-13T09:46:37.081Z] 2f39f015ded8: Waiting [2023-04-13T09:46:37.081Z] 3a2ae6a8a46f: Waiting [2023-04-13T09:46:37.081Z] 5c69ac0246d0: Download complete [2023-04-13T09:46:37.081Z] 3a2ae6a8a46f: Download complete [2023-04-13T09:46:37.081Z] 33b1e0a273af: Verifying Checksum [2023-04-13T09:46:37.081Z] 33b1e0a273af: Download complete [2023-04-13T09:46:37.081Z] ec43610c2a17: Verifying Checksum [2023-04-13T09:46:37.081Z] ec43610c2a17: Download complete [2023-04-13T09:46:37.081Z] 5d3b04190fa2: Verifying Checksum [2023-04-13T09:46:37.081Z] 5d3b04190fa2: Download complete [2023-04-13T09:46:37.340Z] 5eb5b503b376: Verifying Checksum [2023-04-13T09:46:37.340Z] 5eb5b503b376: Download complete [2023-04-13T09:46:37.906Z] 2f39f015ded8: Verifying Checksum [2023-04-13T09:46:37.906Z] 2f39f015ded8: Download complete [2023-04-13T09:46:38.479Z] 5eb5b503b376: Pull complete [2023-04-13T09:46:38.739Z] 5c69ac0246d0: Pull complete [2023-04-13T09:46:39.309Z] ec43610c2a17: Pull complete [2023-04-13T09:46:39.309Z] 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T09:46:39.463Z] provisioning config files... [2023-04-13T09:46:39.491Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/97@tmp/config2428827777942148160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:46:39.567Z] 33b1e0a273af: Pull complete [2023-04-13T09:46:39.568Z] 5d3b04190fa2: Pull complete [2023-04-13T09:46:39.847Z] ---> docker-login.sh [2023-04-13T09:46:39.848Z] nexus3.edgexfoundry.org:10001 [2023-04-13T09:46:40.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:40.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:40.441Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:40.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:40.441Z] [2023-04-13T09:46:40.441Z] Login Succeeded [2023-04-13T09:46:40.441Z] nexus3.edgexfoundry.org:10002 [2023-04-13T09:46:40.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:40.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:40.982Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:40.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:40.982Z] [2023-04-13T09:46:40.982Z] Login Succeeded [2023-04-13T09:46:40.982Z] nexus3.edgexfoundry.org:10003 [2023-04-13T09:46:41.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:41.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:41.264Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:41.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:41.264Z] [2023-04-13T09:46:41.264Z] Login Succeeded [2023-04-13T09:46:41.264Z] nexus3.edgexfoundry.org:10004 [2023-04-13T09:46:41.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:41.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:41.537Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:41.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:41.537Z] [2023-04-13T09:46:41.537Z] Login Succeeded [2023-04-13T09:46:41.537Z] docker.io [2023-04-13T09:46:41.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:46:42.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:46:42.077Z] Configure a credential helper to remove this warning. See [2023-04-13T09:46:42.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:46:42.077Z] [2023-04-13T09:46:42.077Z] Login Succeeded [2023-04-13T09:46:42.077Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T09:46:42.092Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-13T09:46:42.377Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:46:42.395Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:46:42.410Z] ========================================================= [2023-04-13T09:46:42.410Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-13T09:46:42.410Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:46:42.773Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-13T09:46:43.046Z] Sending build context to Docker daemon 1.199MB [2023-04-13T09:46:43.047Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T09:46:43.047Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-13T09:46:43.319Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-13T09:46:43.319Z] af6eaf76a39c: Pulling fs layer [2023-04-13T09:46:43.319Z] 55522c791124: Pulling fs layer [2023-04-13T09:46:43.319Z] ce5c4a1c91eb: Pulling fs layer [2023-04-13T09:46:43.319Z] 169dfbe0d373: Pulling fs layer [2023-04-13T09:46:43.319Z] e1ff8fa3b103: Pulling fs layer [2023-04-13T09:46:43.319Z] 52ebb69f0ebf: Pulling fs layer [2023-04-13T09:46:43.319Z] 5abe8eddf0d5: Pulling fs layer [2023-04-13T09:46:43.319Z] 169dfbe0d373: Waiting [2023-04-13T09:46:43.319Z] e1ff8fa3b103: Waiting [2023-04-13T09:46:43.319Z] 52ebb69f0ebf: Waiting [2023-04-13T09:46:43.319Z] 5abe8eddf0d5: Waiting [2023-04-13T09:46:43.319Z] 55522c791124: Verifying Checksum [2023-04-13T09:46:43.319Z] 55522c791124: Download complete [2023-04-13T09:46:43.319Z] 169dfbe0d373: Verifying Checksum [2023-04-13T09:46:43.319Z] 169dfbe0d373: Download complete [2023-04-13T09:46:43.319Z] e1ff8fa3b103: Verifying Checksum [2023-04-13T09:46:43.319Z] e1ff8fa3b103: Download complete [2023-04-13T09:46:43.319Z] af6eaf76a39c: Verifying Checksum [2023-04-13T09:46:43.320Z] af6eaf76a39c: Download complete [2023-04-13T09:46:44.310Z] af6eaf76a39c: Pull complete [2023-04-13T09:46:44.311Z] 5abe8eddf0d5: Verifying Checksum [2023-04-13T09:46:44.311Z] 5abe8eddf0d5: Download complete [2023-04-13T09:46:44.833Z] 2f39f015ded8: Pull complete [2023-04-13T09:46:44.833Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-13T09:46:44.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T09:46:44.833Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:46:44.905Z] 55522c791124: Pull complete [2023-04-13T09:46:44.924Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:46:44.965Z] $ 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-04-13T09:46:45.880Z] 52ebb69f0ebf: Verifying Checksum [2023-04-13T09:46:45.880Z] 52ebb69f0ebf: Download complete [2023-04-13T09:46:45.880Z] ce5c4a1c91eb: Verifying Checksum [2023-04-13T09:46:45.880Z] ce5c4a1c91eb: Download complete [2023-04-13T09:46:48.184Z] $ docker top e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:46:48.573Z] ---> job-cost.sh [2023-04-13T09:46:48.573Z] lf-activate-venv: SKIPPING [2023-04-13T09:46:48.573Z] INFO: No Stack... [2023-04-13T09:46:48.833Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-13T09:46:49.094Z] INFO: Archiving Costs [Pipeline] sh [2023-04-13T09:46:49.383Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-04-13T09:46:49.383Z] + cut -d, -f6 [Pipeline] lock [2023-04-13T09:46:49.396Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [2023-04-13T09:46:49.402Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] did not exist. Created. [2023-04-13T09:46:49.402Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-13T09:46:49.706Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-13T09:46:49.739Z] Stashed 1 file(s) [Pipeline] } [2023-04-13T09:46:49.747Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-13T09:46:49.771Z] $ docker stop --time=1 e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 [2023-04-13T09:46:50.921Z] $ docker rm -f --volumes e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-13T09:46:58.222Z] ce5c4a1c91eb: Pull complete [2023-04-13T09:46:58.222Z] 169dfbe0d373: Pull complete [2023-04-13T09:46:58.222Z] e1ff8fa3b103: Pull complete [2023-04-13T09:47:04.904Z] 52ebb69f0ebf: Pull complete [2023-04-13T09:47:05.869Z] 5abe8eddf0d5: Pull complete [2023-04-13T09:47:05.869Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-13T09:47:05.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-13T09:47:05.869Z] ---> 6cb57ee374ae [2023-04-13T09:47:05.869Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-13T09:47:07.900Z] ---> Running in e1e771b13d25 [2023-04-13T09:47:07.900Z] Removing intermediate container e1e771b13d25 [2023-04-13T09:47:07.900Z] ---> 3af4a4cdee89 [2023-04-13T09:47:07.900Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T09:47:07.900Z] ---> Running in d879d5150056 [2023-04-13T09:47:08.168Z] Removing intermediate container d879d5150056 [2023-04-13T09:47:08.168Z] ---> a9fdd094d4e1 [2023-04-13T09:47:08.168Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-13T09:47:08.436Z] ---> Running in 7c4e619ea152 [2023-04-13T09:47:08.705Z] Removing intermediate container 7c4e619ea152 [2023-04-13T09:47:08.705Z] ---> f68b260e3e53 [2023-04-13T09:47:08.705Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-13T09:47:08.705Z] ---> Running in ca42c05d8b14 [2023-04-13T09:47:08.980Z] Removing intermediate container ca42c05d8b14 [2023-04-13T09:47:08.980Z] ---> 30e44ebedc6a [2023-04-13T09:47:08.980Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T09:47:08.980Z] ---> Running in 9217dfd0910c [2023-04-13T09:47:10.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T09:47:10.664Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T09:47:11.630Z] (1/14) Installing libintl (0.21.1-r1) [2023-04-13T09:47:11.631Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-04-13T09:47:11.631Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-04-13T09:47:11.631Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-04-13T09:47:11.631Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-04-13T09:47:11.903Z] (6/14) Installing udev-init-scripts (35-r1) [2023-04-13T09:47:11.903Z] (7/14) Installing libblkid (2.38.1-r1) [2023-04-13T09:47:11.903Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-04-13T09:47:11.903Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-04-13T09:47:11.903Z] (10/14) Installing kmod-libs (30-r1) [2023-04-13T09:47:11.903Z] (11/14) Installing eudev (3.2.11-r4) [2023-04-13T09:47:11.903Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-04-13T09:47:11.903Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-04-13T09:47:11.903Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-04-13T09:47:11.903Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T09:47:11.903Z] Executing eudev-3.2.11-r4.trigger [2023-04-13T09:47:11.903Z] OK: 271 MiB in 67 packages [2023-04-13T09:47:16.296Z] Removing intermediate container 9217dfd0910c [2023-04-13T09:47:16.296Z] ---> 6a7b2640b9ab [2023-04-13T09:47:16.296Z] Step 8/13 : WORKDIR /device-usb-camera [2023-04-13T09:47:16.296Z] ---> Running in 09f1eeb7cedc [2023-04-13T09:47:16.566Z] Removing intermediate container 09f1eeb7cedc [2023-04-13T09:47:16.566Z] ---> 8ca9553cc7ad [2023-04-13T09:47:16.566Z] Step 9/13 : COPY go.mod vendor* ./ [2023-04-13T09:47:17.153Z] ---> 00e9150dc967 [2023-04-13T09:47:17.153Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T09:47:17.153Z] ---> Running in 28917028fb89 [2023-04-13T09:48:25.015Z] Removing intermediate container 28917028fb89 [2023-04-13T09:48:25.015Z] ---> 65c9f5e62615 [2023-04-13T09:48:25.015Z] Step 11/13 : COPY . . [2023-04-13T09:48:25.015Z] ---> 23a72d491a6d [2023-04-13T09:48:25.015Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-13T09:48:25.015Z] ---> Running in 5471f2eb2c02 [2023-04-13T09:48:25.015Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:48:25.015Z] Dload Upload Total Spent Left Speed [2023-04-13T09:48:25.015Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4031 0 --:--:-- --:--:-- --:--:-- 4053 [2023-04-13T09:48:25.015Z] Removing intermediate container 5471f2eb2c02 [2023-04-13T09:48:25.015Z] ---> 20eec4eeb3bf [2023-04-13T09:48:25.015Z] Step 13/13 : RUN ${MAKE} [2023-04-13T09:48:25.015Z] ---> Running in 6bd7195dce9c [2023-04-13T09:48:25.015Z] noop [2023-04-13T09:48:25.015Z] Removing intermediate container 6bd7195dce9c [2023-04-13T09:48:25.015Z] ---> b567c1b550b4 [2023-04-13T09:48:25.015Z] Successfully built b567c1b550b4 [2023-04-13T09:48:25.015Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:48:25.373Z] + docker inspect -f . ci-base-image-arm64 [2023-04-13T09:48:25.373Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:48:25.548Z] prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container [2023-04-13T09:48:25.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/97 -v /w/workspace/device-usb-camera/97:/w/workspace/device-usb-camera/97:rw,z -v /w/workspace/device-usb-camera/97@tmp:/w/workspace/device-usb-camera/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-13T09:48:26.823Z] $ docker top f514b2b59b0a7e91b96cfb9eb7e80a0fe43e1ee95faf16c97ebe3f59f50c7771 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T09:48:27.665Z] + go version [2023-04-13T09:48:27.665Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-13T09:48:27.688Z] $ docker stop --time=1 f514b2b59b0a7e91b96cfb9eb7e80a0fe43e1ee95faf16c97ebe3f59f50c7771 [2023-04-13T09:48:29.301Z] $ docker rm -f --volumes f514b2b59b0a7e91b96cfb9eb7e80a0fe43e1ee95faf16c97ebe3f59f50c7771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:48:29.856Z] + docker inspect -f . ci-base-image-arm64 [2023-04-13T09:48:29.856Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:48:30.043Z] prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container [2023-04-13T09:48:30.111Z] $ 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/97 -v /w/workspace/device-usb-camera/97:/w/workspace/device-usb-camera/97:rw,z -v /w/workspace/device-usb-camera/97@tmp:/w/workspace/device-usb-camera/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-13T09:48:31.253Z] $ docker top 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T09:48:32.085Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/97 [Pipeline] fileExists [Pipeline] sh [2023-04-13T09:48:32.733Z] + make test [2023-04-13T09:48:32.733Z] go test ./... -coverprofile=coverage.out ./... [2023-04-13T09:49:06.890Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-04-13T09:51:13.593Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-04-13T09:51:13.594Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.061s coverage: 2.0% of statements [2023-04-13T09:51:13.594Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-13T09:51:13.594Z] go vet ./... [2023-04-13T09:51:45.826Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-13T09:51:45.826Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-13T09:51:45.826Z] ./bin/test-attribution-txt.sh [2023-04-13T09:51:45.826Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-13T09:51:45.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-13T09:51:45.856Z] $ docker stop --time=1 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 [2023-04-13T09:51:47.645Z] $ docker rm -f --volumes 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T09:51:48.766Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-13T09:51:48.781Z] Warning: overwriting stash ‘coverage-report’ [2023-04-13T09:51:49.247Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T09:51:49.640Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-13T09:51:49.957Z] + ls -al . [2023-04-13T09:51:49.957Z] total 184 [2023-04-13T09:51:49.957Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 13 09:48 . [2023-04-13T09:51:49.957Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 .. [2023-04-13T09:51:49.957Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 09:46 .git [2023-04-13T09:51:49.957Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 .github [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 414 Apr 13 09:46 .gitignore [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 09:46 .golangci.yml [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 77 Apr 13 09:46 .hadolint.yml [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 9535 Apr 13 09:46 Attribution.txt [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 6219 Apr 13 09:46 CHANGELOG.md [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 2328 Apr 13 09:46 Dockerfile [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 678 Apr 13 09:46 GOVERNANCE.md [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 659 Apr 13 09:46 Jenkinsfile [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 09:46 LICENSE [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 2364 Apr 13 09:46 Makefile [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 622 Apr 13 09:46 OWNERS.md [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 5681 Apr 13 09:46 README.md [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 09:44 VERSION [2023-04-13T09:51:49.957Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 09:46 bin [2023-04-13T09:51:49.957Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 cmd [2023-04-13T09:51:49.957Z] -rw-r--r-- 1 jenkins jenkins 28352 Apr 13 09:51 coverage.out [2023-04-13T09:51:49.957Z] -rwxrwxr-x 1 jenkins jenkins 140 Apr 13 09:46 docker-entrypoint.sh [2023-04-13T09:51:49.957Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 docs [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 3443 Apr 13 09:46 go.mod [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 31713 Apr 13 09:46 go.sum [2023-04-13T09:51:49.957Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 internal [2023-04-13T09:51:49.957Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 snap [2023-04-13T09:51:49.957Z] -rw-rw-r-- 1 jenkins jenkins 231 Apr 13 09:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:51:53.601Z] + 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=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c --label arch=arm64 --label version=3.0.0-dev.25 . [2023-04-13T09:51:53.601Z] Sending build context to Docker daemon 1.228MB [2023-04-13T09:51:53.601Z] Step 1/35 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T09:51:53.601Z] Step 2/35 : FROM ${BASE} AS builder [2023-04-13T09:51:53.601Z] ---> b567c1b550b4 [2023-04-13T09:51:53.601Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-04-13T09:51:53.601Z] ---> Running in d45fa6ac8744 [2023-04-13T09:51:53.601Z] Removing intermediate container d45fa6ac8744 [2023-04-13T09:51:53.601Z] ---> c160ba8c324c [2023-04-13T09:51:53.601Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T09:51:53.601Z] ---> Running in 3f996e8937bb [2023-04-13T09:51:53.601Z] Removing intermediate container 3f996e8937bb [2023-04-13T09:51:53.601Z] ---> 5c80440488e1 [2023-04-13T09:51:53.601Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-04-13T09:51:53.601Z] ---> Running in 063f3237bc9d [2023-04-13T09:51:53.601Z] Removing intermediate container 063f3237bc9d [2023-04-13T09:51:53.601Z] ---> 597becfec768 [2023-04-13T09:51:53.601Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-04-13T09:51:53.601Z] ---> Running in 460b3c2b6ac9 [2023-04-13T09:51:53.601Z] Removing intermediate container 460b3c2b6ac9 [2023-04-13T09:51:53.601Z] ---> 59aec4d634ef [2023-04-13T09:51:53.601Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T09:51:53.601Z] ---> Running in de3b43b80944 [2023-04-13T09:51:53.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T09:51:54.561Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T09:51:55.520Z] OK: 271 MiB in 67 packages [2023-04-13T09:51:56.113Z] Removing intermediate container de3b43b80944 [2023-04-13T09:51:56.113Z] ---> 1632b888bcab [2023-04-13T09:51:56.113Z] Step 8/35 : WORKDIR /device-usb-camera [2023-04-13T09:51:56.380Z] ---> Running in 43e4a34931c3 [2023-04-13T09:51:56.648Z] Removing intermediate container 43e4a34931c3 [2023-04-13T09:51:56.648Z] ---> 6db8c9754eda [2023-04-13T09:51:56.648Z] Step 9/35 : COPY go.mod vendor* ./ [2023-04-13T09:51:57.235Z] ---> a43bb63898cf [2023-04-13T09:51:57.235Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T09:51:57.235Z] ---> Running in 4acbbb34cada [2023-04-13T09:51:59.821Z] Removing intermediate container 4acbbb34cada [2023-04-13T09:51:59.821Z] ---> 0775606b67c7 [2023-04-13T09:51:59.821Z] Step 11/35 : COPY . . [2023-04-13T09:52:00.406Z] ---> 8d08af6a6394 [2023-04-13T09:52:00.407Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-04-13T09:52:00.675Z] ---> Running in bea950b5325a [2023-04-13T09:52:01.647Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:52:01.647Z] Dload Upload Total Spent Left Speed [2023-04-13T09:52:01.916Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 2825 0 --:--:-- --:--:-- --:--:-- 2839 [2023-04-13T09:52:02.505Z] Removing intermediate container bea950b5325a [2023-04-13T09:52:02.505Z] ---> 8f4c75f03a7f [2023-04-13T09:52:02.505Z] Step 13/35 : RUN ${MAKE} [2023-04-13T09:52:02.505Z] ---> Running in 9b28d8c1bf32 [2023-04-13T09:52:03.467Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.25" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-04-13T09:54:40.196Z] Removing intermediate container 9b28d8c1bf32 [2023-04-13T09:54:40.196Z] ---> 83cdabbc2f52 [2023-04-13T09:54:40.196Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-04-13T09:54:40.196Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-04-13T09:54:40.196Z] 8766b47fe142: Pulling fs layer [2023-04-13T09:54:40.196Z] 8766b47fe142: Verifying Checksum [2023-04-13T09:54:40.196Z] 8766b47fe142: Download complete [2023-04-13T09:54:40.196Z] 8766b47fe142: Pull complete [2023-04-13T09:54:40.196Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-04-13T09:54:40.196Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-04-13T09:54:40.196Z] ---> 69d40e2cb93c [2023-04-13T09:54:40.196Z] Step 15/35 : FROM alpine:3.17 [2023-04-13T09:54:40.196Z] 3.17: Pulling from library/alpine [2023-04-13T09:54:40.196Z] c41833b44d91: Pulling fs layer [2023-04-13T09:54:40.196Z] c41833b44d91: Download complete [2023-04-13T09:54:40.196Z] c41833b44d91: Pull complete [2023-04-13T09:54:40.196Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-13T09:54:40.196Z] Status: Downloaded newer image for alpine:3.17 [2023-04-13T09:54:40.196Z] ---> 51e60588ff2c [2023-04-13T09:54:40.196Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-13T09:54:40.196Z] ---> Running in 780b2adc25c7 [2023-04-13T09:54:40.196Z] Removing intermediate container 780b2adc25c7 [2023-04-13T09:54:40.196Z] ---> 9ab9745a222c [2023-04-13T09:54:40.196Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-04-13T09:54:40.196Z] ---> Running in b5f5d8455eaf [2023-04-13T09:54:40.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T09:54:40.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T09:54:40.196Z] (1/83) Installing dumb-init (1.2.5-r2) [2023-04-13T09:54:40.196Z] (2/83) Installing sdl2 (2.26.5-r0) [2023-04-13T09:54:40.196Z] (3/83) Installing libxau (1.0.10-r0) [2023-04-13T09:54:40.196Z] (4/83) Installing libmd (1.0.4-r0) [2023-04-13T09:54:40.196Z] (5/83) Installing libbsd (0.11.7-r0) [2023-04-13T09:54:40.196Z] (6/83) Installing libxdmcp (1.1.4-r0) [2023-04-13T09:54:40.196Z] (7/83) Installing libxcb (1.15-r0) [2023-04-13T09:54:40.196Z] (8/83) Installing libx11 (1.8.4-r0) [2023-04-13T09:54:40.196Z] (9/83) Installing aom-libs (3.5.0-r0) [2023-04-13T09:54:40.196Z] (10/83) Installing alsa-lib (1.2.8-r0) [2023-04-13T09:54:40.196Z] (11/83) Installing libexpat (2.5.0-r0) [2023-04-13T09:54:40.196Z] (12/83) Installing brotli-libs (1.0.9-r9) [2023-04-13T09:54:40.196Z] (13/83) Installing libbz2 (1.0.8-r4) [2023-04-13T09:54:40.196Z] (14/83) Installing libpng (1.6.38-r0) [2023-04-13T09:54:40.196Z] (15/83) Installing freetype (2.12.1-r0) [2023-04-13T09:54:40.196Z] (16/83) Installing fontconfig (2.14.1-r0) [2023-04-13T09:54:40.196Z] (17/83) Installing fribidi (1.0.12-r0) [2023-04-13T09:54:40.196Z] (18/83) Installing libffi (3.4.4-r0) [2023-04-13T09:54:40.196Z] (19/83) Installing libintl (0.21.1-r1) [2023-04-13T09:54:40.196Z] (20/83) Installing libblkid (2.38.1-r1) [2023-04-13T09:54:40.196Z] (21/83) Installing libmount (2.38.1-r1) [2023-04-13T09:54:40.196Z] (22/83) Installing pcre2 (10.42-r0) [2023-04-13T09:54:40.196Z] (23/83) Installing glib (2.74.6-r0) [2023-04-13T09:54:40.196Z] (24/83) Installing graphite2 (1.3.14-r2) [2023-04-13T09:54:40.196Z] (25/83) Installing harfbuzz (5.3.1-r1) [2023-04-13T09:54:40.196Z] (26/83) Installing libass (0.16.0-r1) [2023-04-13T09:54:40.196Z] (27/83) Installing libdav1d (1.0.0-r2) [2023-04-13T09:54:40.196Z] (28/83) Installing libdrm (2.4.114-r0) [2023-04-13T09:54:40.196Z] (29/83) Installing gmp (6.2.1-r2) [2023-04-13T09:54:40.196Z] (30/83) Installing nettle (3.8.1-r0) [2023-04-13T09:54:40.196Z] (31/83) Installing p11-kit (0.24.1-r1) [2023-04-13T09:54:40.196Z] (32/83) Installing libtasn1 (4.19.0-r0) [2023-04-13T09:54:40.196Z] (33/83) Installing libunistring (1.1-r0) [2023-04-13T09:54:40.196Z] (34/83) Installing gnutls (3.7.8-r3) [2023-04-13T09:54:40.196Z] (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r0) [2023-04-13T09:54:40.196Z] (36/83) Installing ncurses-libs (6.3_p20221119-r0) [2023-04-13T09:54:40.196Z] (37/83) Installing lame (3.100-r2) [2023-04-13T09:54:40.196Z] (38/83) Installing opus (1.3.1-r1) [2023-04-13T09:54:40.196Z] (39/83) Installing libasyncns (0.8-r1) [2023-04-13T09:54:40.196Z] (40/83) Installing dbus-libs (1.14.4-r0) [2023-04-13T09:54:40.196Z] (41/83) Installing libltdl (2.4.7-r1) [2023-04-13T09:54:40.196Z] (42/83) Installing orc (0.4.33-r0) [2023-04-13T09:54:40.196Z] (43/83) Installing libgcc (12.2.1_git20220924-r4) [2023-04-13T09:54:40.196Z] (44/83) Installing libogg (1.3.5-r2) [2023-04-13T09:54:40.196Z] (45/83) Installing libstdc++ (12.2.1_git20220924-r4) [2023-04-13T09:54:40.196Z] (46/83) Installing flac-libs (1.4.2-r0) [2023-04-13T09:54:40.196Z] (47/83) Installing libvorbis (1.3.7-r0) [2023-04-13T09:54:40.196Z] (48/83) Installing libsndfile (1.1.0-r2) [2023-04-13T09:54:40.196Z] (49/83) Installing libgomp (12.2.1_git20220924-r4) [2023-04-13T09:54:40.196Z] (50/83) Installing soxr (0.1.3-r3) [2023-04-13T09:54:40.196Z] (51/83) Installing speexdsp (1.2.1-r0) [2023-04-13T09:54:40.197Z] (52/83) Installing tdb-libs (1.4.6-r0) [2023-04-13T09:54:40.197Z] (53/83) Installing libpulse (16.1-r6) [2023-04-13T09:54:40.197Z] (54/83) Installing cjson (1.7.15-r3) [2023-04-13T09:54:40.197Z] (55/83) Installing mbedtls (2.28.3-r0) [2023-04-13T09:54:40.197Z] (56/83) Installing librist (0.2.7-r0) [2023-04-13T09:54:40.197Z] (57/83) Installing libsrt (1.5.1-r0) [2023-04-13T09:54:40.197Z] (58/83) Installing libssh (0.10.4-r0) [2023-04-13T09:54:40.197Z] (59/83) Installing libtheora (1.1.1-r16) [2023-04-13T09:54:40.197Z] (60/83) Installing libjpeg-turbo (2.1.4-r0) [2023-04-13T09:54:40.197Z] (61/83) Installing v4l-utils-libs (1.22.1-r2) [2023-04-13T09:54:40.197Z] (62/83) Installing libxext (1.3.5-r0) [2023-04-13T09:54:40.197Z] (63/83) Installing libxfixes (6.0.0-r0) [2023-04-13T09:54:40.197Z] (64/83) Installing wayland-libs-client (1.21.0-r1) [2023-04-13T09:54:40.197Z] (65/83) Installing libva (2.16.0-r0) [2023-04-13T09:54:40.197Z] (66/83) Installing libvdpau (1.5-r0) [2023-04-13T09:54:40.197Z] (67/83) Installing vidstab (1.1.0-r2) [2023-04-13T09:54:40.197Z] (68/83) Installing libvpx (1.12.0-r1) [2023-04-13T09:54:40.197Z] (69/83) Installing libwebp (1.2.4-r1) [2023-04-13T09:54:40.197Z] (70/83) Installing x264-libs (0.164_git20220602-r0) [2023-04-13T09:54:40.197Z] (71/83) Installing numactl (2.0.16-r1) [2023-04-13T09:54:40.197Z] (72/83) Installing x265-libs (3.5-r3) [2023-04-13T09:54:40.197Z] (73/83) Installing xvidcore (1.3.7-r1) [2023-04-13T09:54:40.197Z] (74/83) Installing libsodium (1.0.18-r2) [2023-04-13T09:54:40.197Z] (75/83) Installing libzmq (4.3.4-r1) [2023-04-13T09:54:40.197Z] (76/83) Installing ffmpeg-libs (5.1.3-r0) [2023-04-13T09:54:40.197Z] (77/83) Installing ffmpeg (5.1.3-r0) [2023-04-13T09:54:40.197Z] (78/83) Installing udev-init-scripts (35-r1) [2023-04-13T09:54:40.197Z] (79/83) Installing eudev-libs (3.2.11-r4) [2023-04-13T09:54:40.197Z] (80/83) Installing xz-libs (5.2.9-r0) [2023-04-13T09:54:40.197Z] (81/83) Installing zstd-libs (1.5.5-r0) [2023-04-13T09:54:40.197Z] (82/83) Installing kmod-libs (30-r1) [2023-04-13T09:54:40.197Z] (83/83) Installing eudev (3.2.11-r4) [2023-04-13T09:54:40.197Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T09:54:40.197Z] Executing eudev-3.2.11-r4.trigger [2023-04-13T09:54:40.197Z] OK: 86 MiB in 98 packages [2023-04-13T09:54:40.197Z] Removing intermediate container b5f5d8455eaf [2023-04-13T09:54:40.197Z] ---> a8814476fcec [2023-04-13T09:54:40.197Z] Step 18/35 : WORKDIR / [2023-04-13T09:54:40.197Z] ---> Running in 1e3af172963b [2023-04-13T09:54:40.197Z] Removing intermediate container 1e3af172963b [2023-04-13T09:54:40.197Z] ---> fa128a2a27ab [2023-04-13T09:54:40.197Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-04-13T09:54:40.197Z] ---> 2957990cbaee [2023-04-13T09:54:40.197Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-04-13T09:54:40.197Z] ---> 6f870cadcb1a [2023-04-13T09:54:40.197Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-04-13T09:54:40.197Z] ---> 9072e773aa31 [2023-04-13T09:54:40.197Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-04-13T09:54:40.197Z] ---> 6c8660a5ad5b [2023-04-13T09:54:40.197Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-04-13T09:54:40.781Z] ---> 9ac03f86268f [2023-04-13T09:54:40.781Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-04-13T09:54:41.059Z] ---> 3d0f555c6c7a [2023-04-13T09:54:41.059Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-04-13T09:54:42.463Z] ---> 1f897c5c6888 [2023-04-13T09:54:42.463Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-04-13T09:54:42.463Z] ---> Running in 262571df87a7 [2023-04-13T09:54:46.823Z] Removing intermediate container 262571df87a7 [2023-04-13T09:54:46.823Z] ---> 0f77452efdf9 [2023-04-13T09:54:46.823Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-04-13T09:54:46.823Z] ---> Running in 32a296fda020 [2023-04-13T09:54:48.802Z] Removing intermediate container 32a296fda020 [2023-04-13T09:54:48.802Z] ---> 63d3cb06460d [2023-04-13T09:54:48.802Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-04-13T09:54:48.802Z] ---> Running in 5c1635027d69 [2023-04-13T09:54:50.245Z] Removing intermediate container 5c1635027d69 [2023-04-13T09:54:50.245Z] ---> d3822a5be4c2 [2023-04-13T09:54:50.245Z] Step 29/35 : EXPOSE 59983 [2023-04-13T09:54:50.245Z] ---> Running in 18e7dc3bfc05 [2023-04-13T09:54:50.515Z] Removing intermediate container 18e7dc3bfc05 [2023-04-13T09:54:50.515Z] ---> 93a6ad32f747 [2023-04-13T09:54:50.515Z] Step 30/35 : EXPOSE 8554 [2023-04-13T09:54:50.515Z] ---> Running in 67f02d5ca267 [2023-04-13T09:54:50.782Z] Removing intermediate container 67f02d5ca267 [2023-04-13T09:54:50.782Z] ---> 72be91062727 [2023-04-13T09:54:50.782Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-04-13T09:54:51.049Z] ---> Running in 2c1da42a83ba [2023-04-13T09:54:51.049Z] Removing intermediate container 2c1da42a83ba [2023-04-13T09:54:51.049Z] ---> bf4923979d85 [2023-04-13T09:54:51.049Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-04-13T09:54:51.315Z] ---> Running in 0234ca796c8a [2023-04-13T09:54:51.581Z] Removing intermediate container 0234ca796c8a [2023-04-13T09:54:51.581Z] ---> aa8aae367bca [2023-04-13T09:54:51.581Z] Step 33/35 : LABEL arch=arm64 [2023-04-13T09:54:51.581Z] ---> Running in 35bad14d3b3b [2023-04-13T09:54:51.848Z] Removing intermediate container 35bad14d3b3b [2023-04-13T09:54:51.848Z] ---> de93f57b2846 [2023-04-13T09:54:51.848Z] Step 34/35 : LABEL git_sha=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:54:51.848Z] ---> Running in 5eed4fc4ee8c [2023-04-13T09:54:52.117Z] Removing intermediate container 5eed4fc4ee8c [2023-04-13T09:54:52.117Z] ---> 9934cbe55065 [2023-04-13T09:54:52.117Z] Step 35/35 : LABEL version=3.0.0-dev.25 [2023-04-13T09:54:52.117Z] ---> Running in 45f4e9b0fb5a [2023-04-13T09:54:52.385Z] Removing intermediate container 45f4e9b0fb5a [2023-04-13T09:54:52.385Z] ---> 6140cc7170a0 [2023-04-13T09:54:52.385Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-13T09:54:52.385Z] Successfully built 6140cc7170a0 [2023-04-13T09:54:52.652Z] 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-04-13T09:54:52.765Z] provisioning config files... [2023-04-13T09:54:52.777Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/97@tmp/config11817043246053923884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:54:53.104Z] ---> docker-login.sh [2023-04-13T09:54:53.104Z] nexus3.edgexfoundry.org:10001 [2023-04-13T09:54:53.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:54:53.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:54:53.373Z] Configure a credential helper to remove this warning. See [2023-04-13T09:54:53.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:54:53.373Z] [2023-04-13T09:54:53.373Z] Login Succeeded [2023-04-13T09:54:53.373Z] nexus3.edgexfoundry.org:10002 [2023-04-13T09:54:53.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:54:53.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:54:53.641Z] Configure a credential helper to remove this warning. See [2023-04-13T09:54:53.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:54:53.641Z] [2023-04-13T09:54:53.641Z] Login Succeeded [2023-04-13T09:54:53.641Z] nexus3.edgexfoundry.org:10003 [2023-04-13T09:54:53.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:54:54.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:54:54.182Z] Configure a credential helper to remove this warning. See [2023-04-13T09:54:54.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:54:54.182Z] [2023-04-13T09:54:54.182Z] Login Succeeded [2023-04-13T09:54:54.182Z] nexus3.edgexfoundry.org:10004 [2023-04-13T09:54:54.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:54:54.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:54:54.448Z] Configure a credential helper to remove this warning. See [2023-04-13T09:54:54.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:54:54.448Z] [2023-04-13T09:54:54.448Z] Login Succeeded [2023-04-13T09:54:54.448Z] docker.io [2023-04-13T09:54:54.713Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T09:54:54.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T09:54:54.978Z] Configure a credential helper to remove this warning. See [2023-04-13T09:54:54.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T09:54:54.978Z] [2023-04-13T09:54:54.978Z] Login Succeeded [2023-04-13T09:54:54.978Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T09:54:54.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-13T09:54:55.017Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T09:54:55.032Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-04-13T09:54:55.032Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:54:55.032Z] latest [2023-04-13T09:54:55.032Z] 3.0.0-dev.25 [2023-04-13T09:54:55.032Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:54:55.032Z] main [2023-04-13T09:54:55.032Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:54:55.364Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:54:55.703Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:54:55.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-04-13T09:54:55.703Z] 59d4f15ec919: Preparing [2023-04-13T09:54:55.703Z] 28064a96c026: Preparing [2023-04-13T09:54:55.703Z] 1030a1a10970: Preparing [2023-04-13T09:54:55.703Z] 608d194cb50c: Preparing [2023-04-13T09:54:55.703Z] acc83c6ca332: Preparing [2023-04-13T09:54:55.703Z] 3ef428888d00: Preparing [2023-04-13T09:54:55.703Z] a54b0c064fc7: Preparing [2023-04-13T09:54:55.703Z] 32ef3334853a: Preparing [2023-04-13T09:54:55.703Z] 180f56c51ea5: Preparing [2023-04-13T09:54:55.703Z] d8a654077878: Preparing [2023-04-13T09:54:55.703Z] 2d71c4c3cb35: Preparing [2023-04-13T09:54:55.703Z] 26cbea5cba74: Preparing [2023-04-13T09:54:55.703Z] a54b0c064fc7: Waiting [2023-04-13T09:54:55.703Z] 180f56c51ea5: Waiting [2023-04-13T09:54:55.703Z] d8a654077878: Waiting [2023-04-13T09:54:55.703Z] 2d71c4c3cb35: Waiting [2023-04-13T09:54:55.703Z] 32ef3334853a: Waiting [2023-04-13T09:54:55.703Z] 3ef428888d00: Waiting [2023-04-13T09:54:55.703Z] 26cbea5cba74: Waiting [2023-04-13T09:54:55.985Z] 1030a1a10970: Pushed [2023-04-13T09:54:55.985Z] acc83c6ca332: Pushed [2023-04-13T09:54:55.985Z] 59d4f15ec919: Pushed [2023-04-13T09:54:55.985Z] 28064a96c026: Pushed [2023-04-13T09:54:56.251Z] 3ef428888d00: Pushed [2023-04-13T09:54:56.251Z] 32ef3334853a: Pushed [2023-04-13T09:54:56.251Z] 180f56c51ea5: Pushed [2023-04-13T09:54:56.251Z] a54b0c064fc7: Pushed [2023-04-13T09:54:56.251Z] 26cbea5cba74: Layer already exists [2023-04-13T09:55:01.589Z] 608d194cb50c: Pushed [2023-04-13T09:55:01.856Z] d8a654077878: Pushed [2023-04-13T09:55:14.159Z] 2d71c4c3cb35: Pushed [2023-04-13T09:55:14.159Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:14.507Z] + 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-04-13T09:55:14.863Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-04-13T09:55:14.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-04-13T09:55:14.863Z] 59d4f15ec919: Preparing [2023-04-13T09:55:14.863Z] 28064a96c026: Preparing [2023-04-13T09:55:14.863Z] 1030a1a10970: Preparing [2023-04-13T09:55:14.863Z] 608d194cb50c: Preparing [2023-04-13T09:55:14.863Z] acc83c6ca332: Preparing [2023-04-13T09:55:14.863Z] 3ef428888d00: Preparing [2023-04-13T09:55:14.863Z] a54b0c064fc7: Preparing [2023-04-13T09:55:14.863Z] 32ef3334853a: Preparing [2023-04-13T09:55:14.863Z] 180f56c51ea5: Preparing [2023-04-13T09:55:14.863Z] d8a654077878: Preparing [2023-04-13T09:55:14.863Z] 2d71c4c3cb35: Preparing [2023-04-13T09:55:14.863Z] 26cbea5cba74: Preparing [2023-04-13T09:55:14.863Z] 3ef428888d00: Waiting [2023-04-13T09:55:14.863Z] a54b0c064fc7: Waiting [2023-04-13T09:55:14.863Z] 32ef3334853a: Waiting [2023-04-13T09:55:14.863Z] 26cbea5cba74: Waiting [2023-04-13T09:55:14.863Z] d8a654077878: Waiting [2023-04-13T09:55:14.863Z] 180f56c51ea5: Waiting [2023-04-13T09:55:14.863Z] 2d71c4c3cb35: Waiting [2023-04-13T09:55:14.863Z] acc83c6ca332: Layer already exists [2023-04-13T09:55:14.863Z] 1030a1a10970: Layer already exists [2023-04-13T09:55:14.863Z] 608d194cb50c: Layer already exists [2023-04-13T09:55:14.863Z] 59d4f15ec919: Layer already exists [2023-04-13T09:55:14.863Z] 28064a96c026: Layer already exists [2023-04-13T09:55:14.863Z] a54b0c064fc7: Layer already exists [2023-04-13T09:55:14.863Z] 32ef3334853a: Layer already exists [2023-04-13T09:55:14.863Z] 3ef428888d00: Layer already exists [2023-04-13T09:55:14.863Z] 180f56c51ea5: Layer already exists [2023-04-13T09:55:14.863Z] d8a654077878: Layer already exists [2023-04-13T09:55:14.863Z] 26cbea5cba74: Layer already exists [2023-04-13T09:55:14.863Z] 2d71c4c3cb35: Layer already exists [2023-04-13T09:55:15.140Z] latest: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:15.490Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:15.824Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.25 [2023-04-13T09:55:15.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-04-13T09:55:15.824Z] 59d4f15ec919: Preparing [2023-04-13T09:55:15.824Z] 28064a96c026: Preparing [2023-04-13T09:55:15.824Z] 1030a1a10970: Preparing [2023-04-13T09:55:15.824Z] 608d194cb50c: Preparing [2023-04-13T09:55:15.824Z] acc83c6ca332: Preparing [2023-04-13T09:55:15.824Z] 3ef428888d00: Preparing [2023-04-13T09:55:15.824Z] a54b0c064fc7: Preparing [2023-04-13T09:55:15.824Z] 32ef3334853a: Preparing [2023-04-13T09:55:15.824Z] 180f56c51ea5: Preparing [2023-04-13T09:55:15.824Z] d8a654077878: Preparing [2023-04-13T09:55:15.824Z] 2d71c4c3cb35: Preparing [2023-04-13T09:55:15.824Z] 26cbea5cba74: Preparing [2023-04-13T09:55:15.824Z] 3ef428888d00: Waiting [2023-04-13T09:55:15.824Z] a54b0c064fc7: Waiting [2023-04-13T09:55:15.824Z] 32ef3334853a: Waiting [2023-04-13T09:55:15.824Z] 180f56c51ea5: Waiting [2023-04-13T09:55:15.824Z] d8a654077878: Waiting [2023-04-13T09:55:15.824Z] 2d71c4c3cb35: Waiting [2023-04-13T09:55:15.824Z] 26cbea5cba74: Waiting [2023-04-13T09:55:15.824Z] 608d194cb50c: Layer already exists [2023-04-13T09:55:15.824Z] 28064a96c026: Layer already exists [2023-04-13T09:55:15.824Z] 1030a1a10970: Layer already exists [2023-04-13T09:55:15.824Z] acc83c6ca332: Layer already exists [2023-04-13T09:55:15.824Z] 59d4f15ec919: Layer already exists [2023-04-13T09:55:15.824Z] a54b0c064fc7: Layer already exists [2023-04-13T09:55:15.824Z] 3ef428888d00: Layer already exists [2023-04-13T09:55:15.824Z] 32ef3334853a: Layer already exists [2023-04-13T09:55:15.824Z] d8a654077878: Layer already exists [2023-04-13T09:55:15.824Z] 180f56c51ea5: Layer already exists [2023-04-13T09:55:15.824Z] 26cbea5cba74: Layer already exists [2023-04-13T09:55:15.824Z] 2d71c4c3cb35: Layer already exists [2023-04-13T09:55:16.091Z] 3.0.0-dev.25: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:16.427Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:16.759Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:55:16.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-04-13T09:55:16.759Z] 59d4f15ec919: Preparing [2023-04-13T09:55:16.759Z] 28064a96c026: Preparing [2023-04-13T09:55:16.759Z] 1030a1a10970: Preparing [2023-04-13T09:55:16.759Z] 608d194cb50c: Preparing [2023-04-13T09:55:16.759Z] acc83c6ca332: Preparing [2023-04-13T09:55:16.759Z] 3ef428888d00: Preparing [2023-04-13T09:55:16.759Z] a54b0c064fc7: Preparing [2023-04-13T09:55:16.759Z] 32ef3334853a: Preparing [2023-04-13T09:55:16.759Z] 180f56c51ea5: Preparing [2023-04-13T09:55:16.759Z] d8a654077878: Preparing [2023-04-13T09:55:16.759Z] 2d71c4c3cb35: Preparing [2023-04-13T09:55:16.759Z] 26cbea5cba74: Preparing [2023-04-13T09:55:16.759Z] 3ef428888d00: Waiting [2023-04-13T09:55:16.759Z] a54b0c064fc7: Waiting [2023-04-13T09:55:16.759Z] 32ef3334853a: Waiting [2023-04-13T09:55:16.759Z] 180f56c51ea5: Waiting [2023-04-13T09:55:16.759Z] d8a654077878: Waiting [2023-04-13T09:55:16.759Z] 2d71c4c3cb35: Waiting [2023-04-13T09:55:16.759Z] 26cbea5cba74: Waiting [2023-04-13T09:55:16.759Z] 28064a96c026: Layer already exists [2023-04-13T09:55:16.759Z] 59d4f15ec919: Layer already exists [2023-04-13T09:55:16.759Z] acc83c6ca332: Layer already exists [2023-04-13T09:55:16.759Z] 1030a1a10970: Layer already exists [2023-04-13T09:55:16.759Z] 608d194cb50c: Layer already exists [2023-04-13T09:55:16.759Z] 180f56c51ea5: Layer already exists [2023-04-13T09:55:16.759Z] 3ef428888d00: Layer already exists [2023-04-13T09:55:16.759Z] 32ef3334853a: Layer already exists [2023-04-13T09:55:16.759Z] a54b0c064fc7: Layer already exists [2023-04-13T09:55:16.759Z] d8a654077878: Layer already exists [2023-04-13T09:55:16.759Z] 26cbea5cba74: Layer already exists [2023-04-13T09:55:16.759Z] 2d71c4c3cb35: Layer already exists [2023-04-13T09:55:17.023Z] 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:17.382Z] + 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-04-13T09:55:17.720Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-04-13T09:55:17.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-04-13T09:55:17.721Z] 59d4f15ec919: Preparing [2023-04-13T09:55:17.721Z] 28064a96c026: Preparing [2023-04-13T09:55:17.721Z] 1030a1a10970: Preparing [2023-04-13T09:55:17.721Z] 608d194cb50c: Preparing [2023-04-13T09:55:17.721Z] acc83c6ca332: Preparing [2023-04-13T09:55:17.721Z] 3ef428888d00: Preparing [2023-04-13T09:55:17.721Z] a54b0c064fc7: Preparing [2023-04-13T09:55:17.721Z] 32ef3334853a: Preparing [2023-04-13T09:55:17.721Z] 180f56c51ea5: Preparing [2023-04-13T09:55:17.721Z] d8a654077878: Preparing [2023-04-13T09:55:17.721Z] 2d71c4c3cb35: Preparing [2023-04-13T09:55:17.721Z] 26cbea5cba74: Preparing [2023-04-13T09:55:17.721Z] 32ef3334853a: Waiting [2023-04-13T09:55:17.721Z] 180f56c51ea5: Waiting [2023-04-13T09:55:17.721Z] 2d71c4c3cb35: Waiting [2023-04-13T09:55:17.721Z] 26cbea5cba74: Waiting [2023-04-13T09:55:17.721Z] 3ef428888d00: Waiting [2023-04-13T09:55:17.721Z] a54b0c064fc7: Waiting [2023-04-13T09:55:17.721Z] d8a654077878: Waiting [2023-04-13T09:55:17.721Z] acc83c6ca332: Layer already exists [2023-04-13T09:55:17.721Z] 28064a96c026: Layer already exists [2023-04-13T09:55:17.721Z] 59d4f15ec919: Layer already exists [2023-04-13T09:55:17.721Z] 1030a1a10970: Layer already exists [2023-04-13T09:55:17.721Z] 608d194cb50c: Layer already exists [2023-04-13T09:55:17.721Z] 3ef428888d00: Layer already exists [2023-04-13T09:55:17.721Z] d8a654077878: Layer already exists [2023-04-13T09:55:17.721Z] a54b0c064fc7: Layer already exists [2023-04-13T09:55:17.721Z] 32ef3334853a: Layer already exists [2023-04-13T09:55:17.721Z] 180f56c51ea5: Layer already exists [2023-04-13T09:55:17.721Z] 2d71c4c3cb35: Layer already exists [2023-04-13T09:55:17.721Z] 26cbea5cba74: Layer already exists [2023-04-13T09:55:17.988Z] main: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-13T09:55:18.047Z] ===================================================== [Pipeline] echo [2023-04-13T09:55:18.056Z] taggedImages: [2023-04-13T09:55:18.056Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [2023-04-13T09:55:18.056Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-04-13T09:55:18.056Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.25 [2023-04-13T09:55:18.056Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 [2023-04-13T09:55:18.056Z] - 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-04-13T09:55:18.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T09:55:18.433Z] [2023-04-13T09:55:18.433Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:18.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T09:55:18.772Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-13T09:55:18.772Z] 8998bd30e6a1: Pulling fs layer [2023-04-13T09:55:18.772Z] 04944245beec: Pulling fs layer [2023-04-13T09:55:18.772Z] 699f458cf7ca: Pulling fs layer [2023-04-13T09:55:18.772Z] 765212b225bb: Pulling fs layer [2023-04-13T09:55:18.772Z] f23df028b6ca: Pulling fs layer [2023-04-13T09:55:18.772Z] d65c8cfc05b1: Pulling fs layer [2023-04-13T09:55:18.772Z] 2437ff75d9bd: Pulling fs layer [2023-04-13T09:55:18.772Z] 765212b225bb: Waiting [2023-04-13T09:55:18.772Z] f23df028b6ca: Waiting [2023-04-13T09:55:18.772Z] 2437ff75d9bd: Waiting [2023-04-13T09:55:18.772Z] d65c8cfc05b1: Waiting [2023-04-13T09:55:19.039Z] 04944245beec: Verifying Checksum [2023-04-13T09:55:19.039Z] 04944245beec: Download complete [2023-04-13T09:55:19.039Z] 765212b225bb: Verifying Checksum [2023-04-13T09:55:19.039Z] 765212b225bb: Download complete [2023-04-13T09:55:19.039Z] f23df028b6ca: Verifying Checksum [2023-04-13T09:55:19.039Z] f23df028b6ca: Download complete [2023-04-13T09:55:19.039Z] d65c8cfc05b1: Verifying Checksum [2023-04-13T09:55:19.039Z] d65c8cfc05b1: Download complete [2023-04-13T09:55:19.039Z] 699f458cf7ca: Verifying Checksum [2023-04-13T09:55:19.039Z] 699f458cf7ca: Download complete [2023-04-13T09:55:19.620Z] 8998bd30e6a1: Verifying Checksum [2023-04-13T09:55:19.620Z] 8998bd30e6a1: Download complete [2023-04-13T09:55:21.558Z] 2437ff75d9bd: Verifying Checksum [2023-04-13T09:55:21.558Z] 2437ff75d9bd: Download complete [2023-04-13T09:55:24.898Z] 8998bd30e6a1: Pull complete [2023-04-13T09:55:25.165Z] 04944245beec: Pull complete [2023-04-13T09:55:26.570Z] 699f458cf7ca: Pull complete [2023-04-13T09:55:26.836Z] 765212b225bb: Pull complete [2023-04-13T09:55:27.796Z] f23df028b6ca: Pull complete [2023-04-13T09:55:27.796Z] d65c8cfc05b1: Pull complete [2023-04-13T09:55:42.790Z] 2437ff75d9bd: Pull complete [2023-04-13T09:55:42.790Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-13T09:55:42.790Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T09:55:42.790Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:55:42.961Z] prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container [2023-04-13T09:55:43.021Z] $ 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/97 -v /w/workspace/device-usb-camera/97:/w/workspace/device-usb-camera/97:rw,z -v /w/workspace/device-usb-camera/97@tmp:/w/workspace/device-usb-camera/97@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:arm64 cat [2023-04-13T09:55:45.301Z] $ docker top 24351b8b70b57284dc0e14e252d532e414b0bd47397aa888b712fb4b80727584 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:55:45.797Z] ---> job-cost.sh [2023-04-13T09:55:46.062Z] lf-activate-venv: SKIPPING [2023-04-13T09:55:46.062Z] INFO: No Stack... [2023-04-13T09:55:46.328Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-13T09:55:47.282Z] INFO: Archiving Costs [Pipeline] sh [2023-04-13T09:55:47.598Z] + cat /w/workspace/device-usb-camera/97/archives/cost.csv [2023-04-13T09:55:47.598Z] + cut -d, -f6 [Pipeline] lock [2023-04-13T09:55:47.898Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [2023-04-13T09:55:47.907Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] did not exist. Created. [2023-04-13T09:55:47.907Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-13T09:55:48.243Z] /w/workspace/device-usb-camera/97@tmp/durable-28e3f8f7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-13T09:55:48.569Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-13T09:55:48.589Z] Warning: overwriting stash ‘stack-cost’ [2023-04-13T09:55:48.636Z] Stashed 1 file(s) [Pipeline] } [2023-04-13T09:55:48.646Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-13T09:55:48.666Z] $ docker stop --time=1 24351b8b70b57284dc0e14e252d532e414b0bd47397aa888b712fb4b80727584 [2023-04-13T09:55:50.134Z] $ docker rm -f --volumes 24351b8b70b57284dc0e14e252d532e414b0bd47397aa888b712fb4b80727584 [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-04-13T09:55:50.513Z] provisioning config files... [2023-04-13T09:55:50.521Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16757616004137335786tmp [Pipeline] { [Pipeline] sh [2023-04-13T09:55:50.826Z] + set +x [2023-04-13T09:55:50.826Z] + curl -s https://codecov.io/bash [2023-04-13T09:55:50.826Z] + bash -s -- [2023-04-13T09:55:50.826Z] [2023-04-13T09:55:50.826Z] _____ _ [2023-04-13T09:55:50.826Z] / ____| | | [2023-04-13T09:55:50.826Z] | | ___ __| | ___ ___ _____ __ [2023-04-13T09:55:50.826Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-13T09:55:50.826Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-13T09:55:50.826Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-13T09:55:50.826Z] Bash-1.0.6 [2023-04-13T09:55:50.826Z] [2023-04-13T09:55:50.826Z] [2023-04-13T09:55:50.826Z] ==> git version 2.25.1 found [2023-04-13T09:55:50.827Z] ==> 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-04-13T09:55:50.827Z] Release-Date: 2020-01-08 [2023-04-13T09:55:50.827Z] 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-04-13T09:55:50.827Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-13T09:55:50.827Z] ==> Jenkins CI detected. [2023-04-13T09:55:50.827Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-04-13T09:55:50.827Z] project root: . [2023-04-13T09:55:50.827Z] --> token set from env [2023-04-13T09:55:50.827Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-13T09:55:51.086Z] ==> Running gcov in . (disable via -X gcov) [2023-04-13T09:55:51.086Z] ==> Python coveragepy not found [2023-04-13T09:55:51.086Z] ==> Searching for coverage reports in: [2023-04-13T09:55:51.086Z] + . [2023-04-13T09:55:51.086Z] -> Found 1 reports [2023-04-13T09:55:51.086Z] ==> Detecting git/mercurial file structure [2023-04-13T09:55:51.086Z] ==> Reading reports [2023-04-13T09:55:51.086Z] + ./coverage.out bytes=28352 [2023-04-13T09:55:51.086Z] ==> Appending adjustments [2023-04-13T09:55:51.086Z] https://docs.codecov.io/docs/fixing-reports [2023-04-13T09:55:51.086Z] + Found adjustments [2023-04-13T09:55:51.086Z] ==> Gzipping contents [2023-04-13T09:55:51.086Z] 4.0K /tmp/codecov.16kPin.gz [2023-04-13T09:55:51.086Z] ==> Uploading reports [2023-04-13T09:55:51.086Z] url: https://codecov.io [2023-04-13T09:55:51.086Z] query: branch=main&commit=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-13T09:55:51.086Z] -> Pinging Codecov [2023-04-13T09:55:51.086Z] 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=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-13T09:55:51.346Z] -> Uploading to [2023-04-13T09:55:51.346Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-13/73D8F5FF140700D3E01443B452E23636/1f17400c5cc4baed943c7e7ed2484b3b5921cf6c/0ce83e33-7dbf-4584-a2d1-70a0e8ab16ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230413T095551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3a629c272e7a353de69b3ab4dafa009697ecb08b27b5139187da0458a350bd5e [2023-04-13T09:55:51.346Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T09:55:51.346Z] Dload Upload Total Spent Left Speed [2023-04-13T09:55:51.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3893 0 0 100 3893 0 14802 --:--:-- --:--:-- --:--:-- 14802 [2023-04-13T09:55:51.606Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] } [2023-04-13T09:55:51.614Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-13T09:55:51.785Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-13T09:55:51.794Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:52.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-13T09:55:52.082Z] [2023-04-13T09:55:52.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:55:52.371Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-13T09:55:52.371Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-13T09:55:52.371Z] df9b9388f04a: Pulling fs layer [2023-04-13T09:55:52.371Z] 52dc419b0ee2: Pulling fs layer [2023-04-13T09:55:52.371Z] 25bc292e5bac: Pulling fs layer [2023-04-13T09:55:52.371Z] 114826534d7a: Pulling fs layer [2023-04-13T09:55:52.371Z] 4657fd5d0bcf: Pulling fs layer [2023-04-13T09:55:52.371Z] 6ad1cebc031e: Pulling fs layer [2023-04-13T09:55:52.371Z] 8a3aa393b2d8: Pulling fs layer [2023-04-13T09:55:52.371Z] 114826534d7a: Waiting [2023-04-13T09:55:52.371Z] 8a3aa393b2d8: Waiting [2023-04-13T09:55:52.371Z] 25bc292e5bac: Verifying Checksum [2023-04-13T09:55:52.371Z] 25bc292e5bac: Download complete [2023-04-13T09:55:52.371Z] 52dc419b0ee2: Verifying Checksum [2023-04-13T09:55:52.371Z] 52dc419b0ee2: Download complete [2023-04-13T09:55:52.371Z] 4657fd5d0bcf: Verifying Checksum [2023-04-13T09:55:52.371Z] 4657fd5d0bcf: Download complete [2023-04-13T09:55:52.371Z] df9b9388f04a: Download complete [2023-04-13T09:55:52.629Z] 6ad1cebc031e: Verifying Checksum [2023-04-13T09:55:52.629Z] 6ad1cebc031e: Download complete [2023-04-13T09:55:52.629Z] df9b9388f04a: Pull complete [2023-04-13T09:55:52.629Z] 52dc419b0ee2: Pull complete [2023-04-13T09:55:52.888Z] 25bc292e5bac: Pull complete [2023-04-13T09:55:53.147Z] 114826534d7a: Download complete [2023-04-13T09:55:53.147Z] 8a3aa393b2d8: Verifying Checksum [2023-04-13T09:55:53.147Z] 8a3aa393b2d8: Download complete [2023-04-13T09:55:57.340Z] 114826534d7a: Pull complete [2023-04-13T09:55:57.340Z] 4657fd5d0bcf: Pull complete [2023-04-13T09:55:57.340Z] 6ad1cebc031e: Pull complete [2023-04-13T09:56:00.627Z] 8a3aa393b2d8: Pull complete [2023-04-13T09:56:00.627Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-13T09:56:00.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-13T09:56:00.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:00.712Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:00.748Z] $ 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-04-13T09:56:04.409Z] $ docker top 0d46c032f67f4fafda9dfcca8e694daf2541486b79204c31aa80d7a529a74a42 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-13T09:56:04.471Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-04-13T09:56:04.748Z] + set -o pipefail [2023-04-13T09:56:04.748Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/0c7e7a84-3bef-4dbd-ba1b-724a895b2941 [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] [2023-04-13T09:56:11.315Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-13T09:56:11.315Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-13T09:56:11.315Z] More details here: https://snyk.co/ue1NS [2023-04-13T09:56:11.315Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-13T09:56:11.315Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-13T09:56:11.330Z] $ docker stop --time=1 0d46c032f67f4fafda9dfcca8e694daf2541486b79204c31aa80d7a529a74a42 [2023-04-13T09:56:14.336Z] $ docker rm -f --volumes 0d46c032f67f4fafda9dfcca8e694daf2541486b79204c31aa80d7a529a74a42 [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-04-13T09:56:15.128Z] + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] sh [2023-04-13T09:56:15.421Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-13T09:56:15.421Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:15.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:56:15.726Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:15.803Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:15.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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-13T09:56:16.280Z] $ docker top 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 -eo pid,comm [2023-04-13T09:56:16.324Z] 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-04-13T09:56:16.324Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-13T09:56:16.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T09:56:16.362Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T09:56:16.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T09:56:16.476Z] $ docker exec 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 ssh-agent [2023-04-13T09:56:16.581Z] SSH_AUTH_SOCK=/tmp/ssh-L6wSH191J068/agent.32 [2023-04-13T09:56:16.581Z] SSH_AGENT_PID=38 [2023-04-13T09:56:16.585Z] Running ssh-add (command line suppressed) [2023-04-13T09:56:16.688Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7754607459741625134.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7754607459741625134.key) [2023-04-13T09:56:16.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T09:56:16.981Z] + git semver tag [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,156 [run_tag] DEBUG tag force:False [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,156 [check_head_tag] DEBUG check head tag [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,157 [execute] INFO git cat-file --batch-check [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,157 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,160 [execute] INFO git cat-file --batch [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,161 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,186 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,186 [execute] INFO git tag -a v3.0.0-dev.25 -m v3.0.0-dev.25 [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,186 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.25', '-m', 'v3.0.0-dev.25'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-04-13T09:56:17.240Z] 2023-04-13 09:56:17,190 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:17.240Z] 3.0.0-dev.25 [Pipeline] } [2023-04-13T09:56:17.254Z] $ docker exec --env ******** --env ******** 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 ssh-agent -k [2023-04-13T09:56:17.359Z] unset SSH_AUTH_SOCK; [2023-04-13T09:56:17.360Z] unset SSH_AGENT_PID; [2023-04-13T09:56:17.360Z] echo Agent pid 38 killed; [2023-04-13T09:56:17.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-13T09:56:17.676Z] + git semver [Pipeline] } [2023-04-13T09:56:17.951Z] $ docker stop --time=1 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 [2023-04-13T09:56:19.213Z] $ docker rm -f --volumes 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:19.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-13T09:56:19.603Z] [2023-04-13T09:56:19.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:19.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-13T09:56:19.910Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-13T09:56:19.910Z] ab5ef0e58194: Pulling fs layer [2023-04-13T09:56:19.910Z] 9712f1f96733: Pulling fs layer [2023-04-13T09:56:19.910Z] 63f879dbbcfc: Pulling fs layer [2023-04-13T09:56:19.910Z] 0d9ebad4ef96: Pulling fs layer [2023-04-13T09:56:19.910Z] e9a5061849ea: Pulling fs layer [2023-04-13T09:56:19.910Z] d747dcd14b5f: Pulling fs layer [2023-04-13T09:56:19.910Z] 0d9ebad4ef96: Waiting [2023-04-13T09:56:19.910Z] e9a5061849ea: Waiting [2023-04-13T09:56:19.910Z] 2de7ff778b66: Pulling fs layer [2023-04-13T09:56:19.910Z] d747dcd14b5f: Waiting [2023-04-13T09:56:19.910Z] 2de7ff778b66: Waiting [2023-04-13T09:56:19.910Z] 9712f1f96733: Download complete [2023-04-13T09:56:20.169Z] 63f879dbbcfc: Verifying Checksum [2023-04-13T09:56:20.169Z] 63f879dbbcfc: Download complete [2023-04-13T09:56:20.169Z] e9a5061849ea: Verifying Checksum [2023-04-13T09:56:20.169Z] e9a5061849ea: Download complete [2023-04-13T09:56:20.427Z] d747dcd14b5f: Verifying Checksum [2023-04-13T09:56:20.427Z] d747dcd14b5f: Download complete [2023-04-13T09:56:20.427Z] 0d9ebad4ef96: Verifying Checksum [2023-04-13T09:56:20.427Z] 0d9ebad4ef96: Download complete [2023-04-13T09:56:20.427Z] ab5ef0e58194: Verifying Checksum [2023-04-13T09:56:20.427Z] ab5ef0e58194: Download complete [2023-04-13T09:56:20.427Z] 2de7ff778b66: Verifying Checksum [2023-04-13T09:56:20.427Z] 2de7ff778b66: Download complete [2023-04-13T09:56:22.954Z] ab5ef0e58194: Pull complete [2023-04-13T09:56:22.954Z] 9712f1f96733: Pull complete [2023-04-13T09:56:23.887Z] 63f879dbbcfc: Pull complete [2023-04-13T09:56:28.110Z] 0d9ebad4ef96: Pull complete [2023-04-13T09:56:28.110Z] e9a5061849ea: Pull complete [2023-04-13T09:56:28.110Z] d747dcd14b5f: Pull complete [2023-04-13T09:56:28.676Z] 2de7ff778b66: Pull complete [2023-04-13T09:56:28.676Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-13T09:56:28.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-13T09:56:28.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:28.764Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:28.795Z] $ 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-04-13T09:56:32.838Z] $ docker top 2f4a91040161325f11fa58898371d2ba418ae85a381b7db6782ea75a7b6d52be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-13T09:56:32.911Z] provisioning config files... [2023-04-13T09:56:32.918Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config189792149322266468tmp [2023-04-13T09:56:32.926Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8459073536091919315tmp [2023-04-13T09:56:32.934Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4471569248723680790tmp [Pipeline] { [Pipeline] echo [2023-04-13T09:56:32.950Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:33.233Z] ---> sigul-configuration.sh [2023-04-13T09:56:33.233Z] gpg: directory `/root/.gnupg' created [2023-04-13T09:56:33.233Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-13T09:56:33.234Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-13T09:56:33.234Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-13T09:56:33.234Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-13T09:56:33.234Z] gpg: CAST5 encrypted data [2023-04-13T09:56:33.234Z] gpg: encrypted with 1 passphrase [2023-04-13T09:56:33.234Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-13T09:56:33.521Z] + mkdir /home/jenkins [2023-04-13T09:56:33.522Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-13T09:56:33.809Z] + 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-04-13T09:56:33.818Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:34.105Z] ---> sigul-install.sh [2023-04-13T09:56:34.106Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-13T09:56:34.393Z] + git tag --list [2023-04-13T09:56:34.393Z] v0.0.0 [2023-04-13T09:56:34.393Z] v0.0.1-dev.1 [2023-04-13T09:56:34.393Z] v0.0.1-dev.10 [2023-04-13T09:56:34.393Z] v0.0.1-dev.11 [2023-04-13T09:56:34.393Z] v0.0.1-dev.12 [2023-04-13T09:56:34.393Z] v0.0.1-dev.13 [2023-04-13T09:56:34.393Z] v0.0.1-dev.14 [2023-04-13T09:56:34.393Z] v0.0.1-dev.15 [2023-04-13T09:56:34.393Z] v0.0.1-dev.16 [2023-04-13T09:56:34.393Z] v0.0.1-dev.2 [2023-04-13T09:56:34.393Z] v0.0.1-dev.3 [2023-04-13T09:56:34.393Z] v0.0.1-dev.4 [2023-04-13T09:56:34.393Z] v0.0.1-dev.5 [2023-04-13T09:56:34.393Z] v0.0.1-dev.6 [2023-04-13T09:56:34.393Z] v0.0.1-dev.7 [2023-04-13T09:56:34.393Z] v0.0.1-dev.8 [2023-04-13T09:56:34.393Z] v0.0.1-dev.9 [2023-04-13T09:56:34.393Z] v2.2.0 [2023-04-13T09:56:34.393Z] v2.2.0-dev.17 [2023-04-13T09:56:34.393Z] v2.2.0-dev.18 [2023-04-13T09:56:34.393Z] v2.2.0-dev.19 [2023-04-13T09:56:34.393Z] v2.2.0-dev.20 [2023-04-13T09:56:34.393Z] v2.2.0-dev.21 [2023-04-13T09:56:34.393Z] v2.2.0-dev.22 [2023-04-13T09:56:34.393Z] v2.2.0-dev.23 [2023-04-13T09:56:34.393Z] v2.2.0-dev.24 [2023-04-13T09:56:34.393Z] v2.2.0-dev.25 [2023-04-13T09:56:34.393Z] v2.2.0-dev.26 [2023-04-13T09:56:34.393Z] v2.2.0-dev.27 [2023-04-13T09:56:34.393Z] v2.3.0 [2023-04-13T09:56:34.393Z] v2.3.0-dev.1 [2023-04-13T09:56:34.393Z] v2.3.0-dev.10 [2023-04-13T09:56:34.393Z] v2.3.0-dev.11 [2023-04-13T09:56:34.393Z] v2.3.0-dev.12 [2023-04-13T09:56:34.393Z] v2.3.0-dev.13 [2023-04-13T09:56:34.393Z] v2.3.0-dev.14 [2023-04-13T09:56:34.393Z] v2.3.0-dev.15 [2023-04-13T09:56:34.393Z] v2.3.0-dev.16 [2023-04-13T09:56:34.393Z] v2.3.0-dev.17 [2023-04-13T09:56:34.393Z] v2.3.0-dev.18 [2023-04-13T09:56:34.393Z] v2.3.0-dev.19 [2023-04-13T09:56:34.393Z] v2.3.0-dev.2 [2023-04-13T09:56:34.393Z] v2.3.0-dev.20 [2023-04-13T09:56:34.393Z] v2.3.0-dev.21 [2023-04-13T09:56:34.393Z] v2.3.0-dev.22 [2023-04-13T09:56:34.393Z] v2.3.0-dev.23 [2023-04-13T09:56:34.393Z] v2.3.0-dev.24 [2023-04-13T09:56:34.393Z] v2.3.0-dev.25 [2023-04-13T09:56:34.393Z] v2.3.0-dev.26 [2023-04-13T09:56:34.393Z] v2.3.0-dev.27 [2023-04-13T09:56:34.393Z] v2.3.0-dev.28 [2023-04-13T09:56:34.393Z] v2.3.0-dev.3 [2023-04-13T09:56:34.393Z] v2.3.0-dev.4 [2023-04-13T09:56:34.393Z] v2.3.0-dev.5 [2023-04-13T09:56:34.393Z] v2.3.0-dev.6 [2023-04-13T09:56:34.393Z] v2.3.0-dev.7 [2023-04-13T09:56:34.393Z] v2.3.0-dev.8 [2023-04-13T09:56:34.393Z] v2.3.0-dev.9 [2023-04-13T09:56:34.393Z] v2.3.1 [2023-04-13T09:56:34.393Z] v2.3.1-dev.4 [2023-04-13T09:56:34.393Z] v2.3.1-dev.5 [2023-04-13T09:56:34.393Z] v2.3.1-dev.6 [2023-04-13T09:56:34.393Z] v3.0.0-dev.1 [2023-04-13T09:56:34.393Z] v3.0.0-dev.10 [2023-04-13T09:56:34.393Z] v3.0.0-dev.11 [2023-04-13T09:56:34.393Z] v3.0.0-dev.12 [2023-04-13T09:56:34.393Z] v3.0.0-dev.13 [2023-04-13T09:56:34.393Z] v3.0.0-dev.14 [2023-04-13T09:56:34.393Z] v3.0.0-dev.15 [2023-04-13T09:56:34.393Z] v3.0.0-dev.16 [2023-04-13T09:56:34.393Z] v3.0.0-dev.17 [2023-04-13T09:56:34.393Z] v3.0.0-dev.18 [2023-04-13T09:56:34.393Z] v3.0.0-dev.19 [2023-04-13T09:56:34.393Z] v3.0.0-dev.2 [2023-04-13T09:56:34.393Z] v3.0.0-dev.20 [2023-04-13T09:56:34.393Z] v3.0.0-dev.21 [2023-04-13T09:56:34.393Z] v3.0.0-dev.22 [2023-04-13T09:56:34.393Z] v3.0.0-dev.23 [2023-04-13T09:56:34.393Z] v3.0.0-dev.24 [2023-04-13T09:56:34.393Z] v3.0.0-dev.25 [2023-04-13T09:56:34.393Z] v3.0.0-dev.3 [2023-04-13T09:56:34.393Z] v3.0.0-dev.4 [2023-04-13T09:56:34.393Z] v3.0.0-dev.5 [2023-04-13T09:56:34.393Z] v3.0.0-dev.6 [2023-04-13T09:56:34.393Z] v3.0.0-dev.7 [2023-04-13T09:56:34.393Z] v3.0.0-dev.8 [2023-04-13T09:56:34.393Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-13T09:56:34.681Z] + lftools sign git-tag v3.0.0-dev.25 [2023-04-13T09:56:35.248Z] Signing Git tag with Sigul... [2023-04-13T09:56:35.248Z] Signing v3.0.0-dev.25 [Pipeline] echo [2023-04-13T09:56:35.517Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:35.802Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-13T09:56:35.810Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-13T09:56:35.834Z] $ docker stop --time=1 2f4a91040161325f11fa58898371d2ba418ae85a381b7db6782ea75a7b6d52be [2023-04-13T09:56:37.177Z] $ docker rm -f --volumes 2f4a91040161325f11fa58898371d2ba418ae85a381b7db6782ea75a7b6d52be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-13T09:56:37.582Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-13T09:56:37.582Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:37.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:56:37.880Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:37.952Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:37.988Z] $ 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-04-13T09:56:38.346Z] $ docker top 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de -eo pid,comm [2023-04-13T09:56:38.388Z] 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-04-13T09:56:38.388Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-13T09:56:38.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T09:56:38.428Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T09:56:38.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T09:56:38.538Z] $ docker exec 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de ssh-agent [2023-04-13T09:56:38.649Z] SSH_AUTH_SOCK=/tmp/ssh-uSxFmHCNSvZ9/agent.33 [2023-04-13T09:56:38.649Z] SSH_AGENT_PID=39 [2023-04-13T09:56:38.654Z] Running ssh-add (command line suppressed) [2023-04-13T09:56:38.747Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_16319554889266033067.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_16319554889266033067.key) [2023-04-13T09:56:38.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T09:56:39.040Z] + git semver bump pre [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,217 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,218 [bump_version] DEBUG bumping version:3.0.0-dev.25 on axis:pre with prefix:dev [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,218 [bump_version] DEBUG bumped version:3.0.0-dev.26 [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,218 [write_version] DEBUG write version:3.0.0-dev.26 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,218 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,218 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,220 [execute] INFO git cat-file --batch-check [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,220 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,225 [execute] INFO git cat-file --batch [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,225 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-13T09:56:39.300Z] 2023-04-13 09:56:39,231 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:39.300Z] 3.0.0-dev.26 [Pipeline] } [2023-04-13T09:56:39.312Z] $ docker exec --env ******** --env ******** 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de ssh-agent -k [2023-04-13T09:56:39.409Z] unset SSH_AUTH_SOCK; [2023-04-13T09:56:39.409Z] unset SSH_AGENT_PID; [2023-04-13T09:56:39.409Z] echo Agent pid 39 killed; [2023-04-13T09:56:39.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-13T09:56:39.706Z] + git semver [Pipeline] } [2023-04-13T09:56:39.981Z] $ docker stop --time=1 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de [2023-04-13T09:56:41.252Z] $ docker rm -f --volumes 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T09:56:41.579Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-13T09:56:41.579Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:41.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T09:56:41.878Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:41.949Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:41.981Z] $ 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-04-13T09:56:42.334Z] $ docker top 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-13T09:56:42.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T09:56:42.429Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T09:56:42.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T09:56:42.564Z] $ docker exec 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e ssh-agent [2023-04-13T09:56:42.665Z] SSH_AUTH_SOCK=/tmp/ssh-NxS0Dr3osKVf/agent.33 [2023-04-13T09:56:42.665Z] SSH_AGENT_PID=40 [2023-04-13T09:56:42.682Z] Running ssh-add (command line suppressed) [2023-04-13T09:56:42.792Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5566619893152740488.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5566619893152740488.key) [2023-04-13T09:56:42.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T09:56:43.140Z] + git semver push [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,319 [run_push] DEBUG push [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,319 [execute] INFO git cat-file --batch-check [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,319 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,322 [execute] INFO git rev-list f640cee2424584bf6c87609391a51661e0539151 -- [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,322 [execute] DEBUG Popen(['git', 'rev-list', 'f640cee2424584bf6c87609391a51661e0539151', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,329 [execute] INFO git fetch -v origin [2023-04-13T09:56:43.400Z] 2023-04-13 09:56:43,329 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-13T09:56:43.971Z] 2023-04-13 09:56:43,810 [run_push] DEBUG no remote changes detected [2023-04-13T09:56:43.971Z] 2023-04-13 09:56:43,810 [execute] INFO git push origin semver [2023-04-13T09:56:43.971Z] 2023-04-13 09:56:43,811 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-13T09:56:44.909Z] 2023-04-13 09:56:44,626 [run_push] DEBUG push all version tags [2023-04-13T09:56:44.909Z] 2023-04-13 09:56:44,626 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-13T09:56:44.909Z] 2023-04-13 09:56:44,627 [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-04-13T09:56:45.480Z] 2023-04-13 09:56:45,354 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-04-13T09:56:45.480Z] 3.0.0-dev.26 [Pipeline] } [2023-04-13T09:56:45.493Z] $ docker exec --env ******** --env ******** 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e ssh-agent -k [2023-04-13T09:56:45.600Z] unset SSH_AUTH_SOCK; [2023-04-13T09:56:45.600Z] unset SSH_AGENT_PID; [2023-04-13T09:56:45.600Z] echo Agent pid 40 killed; [2023-04-13T09:56:45.610Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-13T09:56:45.909Z] + git semver [Pipeline] } [2023-04-13T09:56:46.184Z] $ docker stop --time=1 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e [2023-04-13T09:56:47.472Z] $ docker rm -f --volumes 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e [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-04-13T09:56:48.003Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-04-13T09:56:48.003Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-04-13T09:56:48.003Z] total 16 [2023-04-13T09:56:48.003Z] drwxr-xr-x 3 root root 4096 Apr 13 09:46 . [2023-04-13T09:56:48.003Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 09:56 .. [2023-04-13T09:56:48.003Z] drwxr-xr-x 2 root root 4096 Apr 13 09:46 cost [2023-04-13T09:56:48.003Z] -rw-r--r-- 1 root root 88 Apr 13 09:46 cost.csv [2023-04-13T09:56:48.003Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-04-13T09:56:48.003Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-04-13T09:56:48.003Z] total 16 [2023-04-13T09:56:48.003Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 09:46 . [2023-04-13T09:56:48.003Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 09:56 .. [2023-04-13T09:56:48.003Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 13 09:46 cost [2023-04-13T09:56:48.003Z] -rw-r--r-- 1 jenkins jenkins 88 Apr 13 09:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:48.288Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:49.144Z] ---> package-listing.sh [2023-04-13T09:56:49.144Z] ++ facter osfamily [2023-04-13T09:56:49.144Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-13T09:56:49.403Z] + OS_FAMILY=debian [2023-04-13T09:56:49.403Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-04-13T09:56:49.403Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-13T09:56:49.403Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-13T09:56:49.403Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-13T09:56:49.403Z] + PACKAGES=/tmp/packages_start.txt [2023-04-13T09:56:49.403Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-04-13T09:56:49.403Z] + PACKAGES=/tmp/packages_end.txt [2023-04-13T09:56:49.403Z] + case "${OS_FAMILY}" in [2023-04-13T09:56:49.403Z] + dpkg -l [2023-04-13T09:56:49.403Z] + grep '^ii' [2023-04-13T09:56:49.404Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-13T09:56:49.404Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-13T09:56:49.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-13T09:56:49.404Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-04-13T09:56:49.404Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-04-13T09:56:49.404Z] + 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-04-13T09:56:49.413Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-13T09:56:49.688Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T09:56:50.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T09:56:50.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T09:56:50.313Z] prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container [2023-04-13T09:56:50.344Z] $ 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-04-13T09:56:50.556Z] $ docker top 3bf31b35d66a4752f96b2a23871bc1ea36d85884b4fd6164fbae205cde6946aa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T09:56:50.890Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-13T09:56:51.178Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-13T09:56:51.464Z] + ls /var/log/sa-host [2023-04-13T09:56:51.464Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T09:56:51.537Z] provisioning config files... [2023-04-13T09:56:51.546Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14033404879997295596tmp [Pipeline] { [Pipeline] echo [2023-04-13T09:56:51.560Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:51.841Z] ---> create-netrc.sh [Pipeline] } [2023-04-13T09:56:51.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:52.173Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-13T09:56:52.181Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:52.465Z] ---> sudo-logs.sh [2023-04-13T09:56:52.465Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-13T09:56:52.492Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:52.773Z] ---> job-cost.sh [2023-04-13T09:56:52.773Z] lf-activate-venv: SKIPPING [2023-04-13T09:56:52.773Z] DEBUG: total: 0.2199999988079071 [2023-04-13T09:56:52.773Z] INFO: Retrieving Stack Cost... [2023-04-13T09:56:53.034Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-13T09:56:53.603Z] INFO: Archiving Costs [Pipeline] echo [2023-04-13T09:56:53.613Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T09:56:53.892Z] ---> logs-deploy.sh [2023-04-13T09:56:53.892Z] lf-activate-venv: SKIPPING [2023-04-13T09:56:53.892Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/97 [2023-04-13T09:56:53.892Z] INFO: archiving workspace using pattern(s): [2023-04-13T09:56:54.828Z] Archives upload complete. [2023-04-13T09:56:54.828Z] INFO: archiving logs to Nexus