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 09:44:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:44:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:44:03 ========================================================= 09:44:03 EdgeX Global Pipelines Version Info 09:44:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:44:04 ------------------- 09:44:04 stable info: 09:44:04 ------------------- 09:44:04 Commited By: Bill Mahoney bill.mahoney@intel.com 09:44:04 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 09:44:04 Message: update stable to v1.0.248 09:44:05 ------------------- 09:44:05 experimental info: 09:44:05 ------------------- 09:44:05 Commited By: **** collab-it+edgex@linuxfoundation.org 09:44:05 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 09:44:05 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f17400 [Pipeline] echo 09:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:44:05 provisioning config files... 09:44:05 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config9723369910549718412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:44:05 ---> docker-login.sh 09:44:05 nexus3.edgexfoundry.org:10001 09:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:06 Configure a credential helper to remove this warning. See 09:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:06 09:44:06 Login Succeeded 09:44:06 nexus3.edgexfoundry.org:10002 09:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:06 Configure a credential helper to remove this warning. See 09:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:06 09:44:06 Login Succeeded 09:44:06 nexus3.edgexfoundry.org:10003 09:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:06 Configure a credential helper to remove this warning. See 09:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:06 09:44:06 Login Succeeded 09:44:06 nexus3.edgexfoundry.org:10004 09:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:06 Configure a credential helper to remove this warning. See 09:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:06 09:44:06 Login Succeeded 09:44:06 docker.io 09:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:06 Configure a credential helper to remove this warning. See 09:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:06 09:44:06 Login Succeeded 09:44:06 ---> docker-login.sh ends [Pipeline] } 09:44:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:44:07 + git rev-list -1 --merges 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c~1..1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo 09:44:07 -----------> git rev-list -1 --merges 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c~1..1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:44:07 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [false] [Pipeline] sh 09:44:07 + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo 09:44:07 ========================================================= 09:44:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:44:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:44:07 + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] echo 09:44:08 [semverPrep] GIT_COMMIT: 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c, Commit Message: Merge pull request #214 from jinlinGuan/issue-207 [Pipeline] echo 09:44:08 [semverPrep] This is not a build commit. [Pipeline] sh 09:44:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:44:08 + grep -v github /etc/ssh/ssh_known_hosts 09:44:08 + [ -e /tmp/ssh_known_hosts ] 09:44:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:44:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:44:08 + sudo tee -a /etc/ssh/ssh_known_hosts 09:44:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:44:08 09:44:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:44:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:44:09 0.1.4: Pulling from edgex-devops/py-git-semver 09:44:09 b85a868b505f: Pulling fs layer 09:44:09 e2be974225ed: Pulling fs layer 09:44:09 339a4e72a1f5: Pulling fs layer 09:44:09 988bab9f4d93: Pulling fs layer 09:44:09 1469e6f7b9e6: Pulling fs layer 09:44:09 eaf3925da568: Pulling fs layer 09:44:09 bab4dde63d76: Pulling fs layer 09:44:09 bde34c3a00c8: Pulling fs layer 09:44:09 b352a97aabf1: Pulling fs layer 09:44:09 4872d77fe225: Pulling fs layer 09:44:09 5851b861e8e6: Pulling fs layer 09:44:09 988bab9f4d93: Waiting 09:44:09 1469e6f7b9e6: Waiting 09:44:09 eaf3925da568: Waiting 09:44:09 bab4dde63d76: Waiting 09:44:09 bde34c3a00c8: Waiting 09:44:09 b352a97aabf1: Waiting 09:44:09 5851b861e8e6: Waiting 09:44:09 4872d77fe225: Waiting 09:44:09 e2be974225ed: Verifying Checksum 09:44:09 e2be974225ed: Download complete 09:44:09 988bab9f4d93: Verifying Checksum 09:44:09 988bab9f4d93: Download complete 09:44:09 1469e6f7b9e6: Verifying Checksum 09:44:09 1469e6f7b9e6: Download complete 09:44:09 eaf3925da568: Download complete 09:44:09 339a4e72a1f5: Verifying Checksum 09:44:09 339a4e72a1f5: Download complete 09:44:09 bde34c3a00c8: Download complete 09:44:09 b352a97aabf1: Verifying Checksum 09:44:09 b352a97aabf1: Download complete 09:44:09 4872d77fe225: Verifying Checksum 09:44:09 4872d77fe225: Download complete 09:44:09 5851b861e8e6: Download complete 09:44:09 b85a868b505f: Download complete 09:44:09 bab4dde63d76: Download complete 09:44:10 b85a868b505f: Pull complete 09:44:10 e2be974225ed: Pull complete 09:44:11 339a4e72a1f5: Pull complete 09:44:11 988bab9f4d93: Pull complete 09:44:11 1469e6f7b9e6: Pull complete 09:44:11 eaf3925da568: Pull complete 09:44:13 bab4dde63d76: Pull complete 09:44:13 bde34c3a00c8: Pull complete 09:44:13 b352a97aabf1: Pull complete 09:44:13 4872d77fe225: Pull complete 09:44:14 5851b861e8e6: Pull complete 09:44:14 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:44:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:44:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:44:14 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:44:14 $ 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 09:44:16 $ docker top 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f -eo pid,comm 09:44:16 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). 09:44:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:44:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:44:16 [ssh-agent] Looking for ssh-agent implementation... 09:44:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:44:16 $ docker exec 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent 09:44:16 SSH_AUTH_SOCK=/tmp/ssh-xUwseOVHWfPR/agent.33 09:44:16 SSH_AGENT_PID=40 09:44:16 Running ssh-add (command line suppressed) 09:44:16 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) 09:44:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:44:17 + git tag --points-at HEAD [Pipeline] } 09:44:17 $ docker exec --env ******** --env ******** 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent -k 09:44:17 unset SSH_AUTH_SOCK; 09:44:17 unset SSH_AGENT_PID; 09:44:17 echo Agent pid 40 killed; 09:44:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:44:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:44:17 [ssh-agent] Looking for ssh-agent implementation... 09:44:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:44:17 $ docker exec 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent 09:44:17 SSH_AUTH_SOCK=/tmp/ssh-pwRfPKh9NjRn/agent.72 09:44:17 SSH_AGENT_PID=78 09:44:17 Running ssh-add (command line suppressed) 09:44:17 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) 09:44:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:44:18 + git semver init 09:44:18 2023-04-13 09:44:18,239 [run_init] DEBUG init version:0.0.0 force:False 09:44:18 2023-04-13 09:44:18,240 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 09:44:18 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 09:44:18 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) 09:44:19 2023-04-13 09:44:18,896 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 09:44:19 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 09:44:19 2023-04-13 09:44:18,896 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:44:19 2023-04-13 09:44:18,896 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:44:19 3.0.0-dev.25 [Pipeline] } 09:44:19 $ docker exec --env ******** --env ******** 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f ssh-agent -k 09:44:19 unset SSH_AUTH_SOCK; 09:44:19 unset SSH_AGENT_PID; 09:44:19 echo Agent pid 78 killed; 09:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:44:19 + git semver [Pipeline] } 09:44:19 $ docker stop --time=1 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f 09:44:21 $ docker rm -f --volumes 32dc4ec34ea8ea0069631faa47a00e2a2428dab2902ee32d8cb2af8e152b156f [Pipeline] // withDockerContainer [Pipeline] sh 09:44:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:44:21 Stashed 1 file(s) [Pipeline] echo 09:44:21 [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 09:44:21 provisioning config files... 09:44:21 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5162529889218660418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:44:22 ---> docker-login.sh 09:44:22 nexus3.edgexfoundry.org:10001 09:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:22 Configure a credential helper to remove this warning. See 09:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:22 09:44:22 Login Succeeded 09:44:22 nexus3.edgexfoundry.org:10002 09:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:22 Configure a credential helper to remove this warning. See 09:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:22 09:44:22 Login Succeeded 09:44:22 nexus3.edgexfoundry.org:10003 09:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:22 Configure a credential helper to remove this warning. See 09:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:22 09:44:22 Login Succeeded 09:44:22 nexus3.edgexfoundry.org:10004 09:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:22 Configure a credential helper to remove this warning. See 09:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:22 09:44:22 Login Succeeded 09:44:22 docker.io 09:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:44:22 Configure a credential helper to remove this warning. See 09:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:44:22 09:44:22 Login Succeeded 09:44:22 ---> docker-login.sh ends [Pipeline] } 09:44:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:44:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:44:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:44:22 ========================================================= 09:44:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 09:44:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:44:23 + 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 . 09:44:23 Sending build context to Docker daemon 1.862MB 09:44:23 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 09:44:23 Step 2/13 : FROM ${BASE} AS builder 09:44:23 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 09:44:23 63b65145d645: Pulling fs layer 09:44:23 a2d21d5440eb: Pulling fs layer 09:44:23 935e6c44a52c: Pulling fs layer 09:44:23 94cc34f8dd06: Pulling fs layer 09:44:23 30dea6a524f1: Pulling fs layer 09:44:23 a2aff8979fd8: Pulling fs layer 09:44:23 6808be2612f2: Pulling fs layer 09:44:23 f25807f1079a: Pulling fs layer 09:44:23 a2aff8979fd8: Waiting 09:44:23 6808be2612f2: Waiting 09:44:23 f25807f1079a: Waiting 09:44:23 94cc34f8dd06: Waiting 09:44:23 30dea6a524f1: Waiting 09:44:23 a2d21d5440eb: Download complete 09:44:23 94cc34f8dd06: Verifying Checksum 09:44:23 94cc34f8dd06: Download complete 09:44:23 30dea6a524f1: Verifying Checksum 09:44:23 63b65145d645: Verifying Checksum 09:44:23 63b65145d645: Download complete 09:44:23 a2aff8979fd8: Verifying Checksum 09:44:23 a2aff8979fd8: Download complete 09:44:23 63b65145d645: Pull complete 09:44:23 a2d21d5440eb: Pull complete 09:44:23 f25807f1079a: Verifying Checksum 09:44:23 f25807f1079a: Download complete 09:44:23 935e6c44a52c: Download complete 09:44:23 6808be2612f2: Verifying Checksum 09:44:23 6808be2612f2: Download complete 09:44:27 935e6c44a52c: Pull complete 09:44:27 94cc34f8dd06: Pull complete 09:44:27 30dea6a524f1: Pull complete 09:44:27 a2aff8979fd8: Pull complete 09:44:30 6808be2612f2: Pull complete 09:44:30 f25807f1079a: Pull complete 09:44:30 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 09:44:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:44:30 ---> 3b553350e43f 09:44:30 Step 3/13 : ARG ADD_BUILD_TAGS="" 09:44:34 ---> Running in 512b1e308cba 09:44:34 Removing intermediate container 512b1e308cba 09:44:34 ---> 18f0573a753d 09:44:34 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:44:34 ---> Running in 3c281453179b 09:44:34 Removing intermediate container 3c281453179b 09:44:34 ---> 605b5d21a820 09:44:34 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 09:44:34 ---> Running in 13d771a25341 09:44:34 Removing intermediate container 13d771a25341 09:44:34 ---> fc6d0ded2de1 09:44:34 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:44:34 ---> Running in 6dba96adbf38 09:44:34 Removing intermediate container 6dba96adbf38 09:44:34 ---> c24de33a1697 09:44:34 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:44:34 ---> Running in a08737f49ebe 09:44:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:44:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:44:35 (1/14) Installing libintl (0.21.1-r1) 09:44:35 (2/14) Installing eudev-libs (3.2.11-r4) 09:44:35 (3/14) Installing libjpeg-turbo (2.1.4-r0) 09:44:35 (4/14) Installing v4l-utils-libs (1.22.1-r2) 09:44:35 (5/14) Installing v4l-utils (1.22.1-r2) 09:44:35 (6/14) Installing udev-init-scripts (35-r1) 09:44:35 (7/14) Installing libblkid (2.38.1-r1) 09:44:35 (8/14) Installing xz-libs (5.2.9-r0) 09:44:35 (9/14) Installing zstd-libs (1.5.5-r0) 09:44:35 (10/14) Installing kmod-libs (30-r1) 09:44:35 (11/14) Installing eudev (3.2.11-r4) 09:44:35 (12/14) Installing eudev-dev (3.2.11-r4) 09:44:35 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 09:44:35 (14/14) Installing v4l-utils-dev (1.22.1-r2) 09:44:35 Executing busybox-1.35.0-r29.trigger 09:44:35 Executing eudev-3.2.11-r4.trigger 09:44:35 OK: 272 MiB in 67 packages 09:44:36 Removing intermediate container a08737f49ebe 09:44:36 ---> 8d8aa375c89e 09:44:36 Step 8/13 : WORKDIR /device-usb-camera 09:44:36 ---> Running in 325e675458bc 09:44:36 Removing intermediate container 325e675458bc 09:44:36 ---> 3bff916de25e 09:44:36 Step 9/13 : COPY go.mod vendor* ./ 09:44:36 ---> 139a1b61fd77 09:44:36 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:44:36 ---> Running in 9fb8eeea2a6b 09:44:36 Still waiting to schedule task 09:44:36 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:45:08 Removing intermediate container 9fb8eeea2a6b 09:45:08 ---> db9105b7cfbc 09:45:08 Step 11/13 : COPY . . 09:45:08 ---> 9d643ab97759 09:45:08 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 09:45:08 ---> Running in 8b3a3205e3ee 09:45:08  % Total % Received % Xferd Average Speed Time Time Time Current 09:45:08 Dload Upload Total Spent Left Speed 09:45:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 7294 0 --:--:-- --:--:-- --:--:-- 7324 09:45:08 Removing intermediate container 8b3a3205e3ee 09:45:08 ---> 3c14f36d091c 09:45:08 Step 13/13 : RUN ${MAKE} 09:45:08 ---> Running in 0ed706258381 09:45:08 noop 09:45:08 Removing intermediate container 0ed706258381 09:45:08 ---> 1941998a215b 09:45:08 Successfully built 1941998a215b 09:45:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:08 + docker inspect -f . ci-base-image-x86_64 09:45:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:45:08 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:45:08 $ 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 09:45:09 $ docker top 9190d8f957fd67ac01c7f61f601e7807e0d32bbf10cb4f774def491bc98a8007 -eo pid,comm [Pipeline] { [Pipeline] sh 09:45:09 + go version 09:45:09 go version go1.20.2 linux/amd64 [Pipeline] } 09:45:09 $ docker stop --time=1 9190d8f957fd67ac01c7f61f601e7807e0d32bbf10cb4f774def491bc98a8007 09:45:10 $ 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 09:45:11 + docker inspect -f . ci-base-image-x86_64 09:45:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:45:11 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:45:11 $ 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 09:45:11 $ docker top 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 -eo pid,comm [Pipeline] { [Pipeline] sh 09:45:12 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 09:45:12 + make test 09:45:12 go test ./... -coverprofile=coverage.out ./... 09:45:18 ? github.com/edgexfoundry/device-usb-camera [no test files] 09:45:28 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 09:45:28 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 2.0% of statements 09:45:36 go vet ./... 09:45:39 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:45:39 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:45:39 ./bin/test-attribution-txt.sh 09:45:39 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 09:45:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:45:39 $ docker stop --time=1 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 09:45:42 $ docker rm -f --volumes 1da39a0b1701e2c34d626c76b4759dcab207fc4502fe9e6c7f5090b33f4c6ef1 [Pipeline] // withDockerContainer [Pipeline] sh 09:45:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:45:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:45:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:45:43 + ls -al . 09:45:43 total 188 09:45:43 drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 09:45 . 09:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 .. 09:45:43 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 09:44 .git 09:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 .github 09:45:43 -rw-rw-r-- 1 jenkins jenkins 414 Apr 13 09:44 .gitignore 09:45:43 -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 09:44 .golangci.yml 09:45:43 -rw-rw-r-- 1 jenkins jenkins 77 Apr 13 09:44 .hadolint.yml 09:45:43 drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 09:44 .semver 09:45:43 -rw-rw-r-- 1 jenkins jenkins 9535 Apr 13 09:44 Attribution.txt 09:45:43 -rw-rw-r-- 1 jenkins jenkins 6219 Apr 13 09:44 CHANGELOG.md 09:45:43 -rw-rw-r-- 1 jenkins jenkins 2328 Apr 13 09:44 Dockerfile 09:45:43 -rw-rw-r-- 1 jenkins jenkins 678 Apr 13 09:44 GOVERNANCE.md 09:45:43 -rw-rw-r-- 1 jenkins jenkins 659 Apr 13 09:44 Jenkinsfile 09:45:43 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 09:44 LICENSE 09:45:43 -rw-rw-r-- 1 jenkins jenkins 2364 Apr 13 09:44 Makefile 09:45:43 -rw-rw-r-- 1 jenkins jenkins 622 Apr 13 09:44 OWNERS.md 09:45:43 -rw-rw-r-- 1 jenkins jenkins 5681 Apr 13 09:44 README.md 09:45:43 -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 09:44 VERSION 09:45:43 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 09:44 bin 09:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 cmd 09:45:43 -rw-r--r-- 1 jenkins jenkins 28352 Apr 13 09:45 coverage.out 09:45:43 -rwxrwxr-x 1 jenkins jenkins 140 Apr 13 09:44 docker-entrypoint.sh 09:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 docs 09:45:43 -rw-rw-r-- 1 jenkins jenkins 3443 Apr 13 09:44 go.mod 09:45:43 -rw-rw-r-- 1 jenkins jenkins 31713 Apr 13 09:44 go.sum 09:45:43 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:44 internal 09:45:43 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:44 snap 09:45:43 -rw-rw-r-- 1 jenkins jenkins 231 Apr 13 09:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:45:44 + 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 . 09:45:44 Sending build context to Docker daemon 1.891MB 09:45:44 Step 1/35 : ARG BASE=golang:1.20-alpine3.17 09:45:44 Step 2/35 : FROM ${BASE} AS builder 09:45:44 ---> 1941998a215b 09:45:44 Step 3/35 : ARG ADD_BUILD_TAGS="" 09:45:44 ---> Running in 6ebe0cb4cb27 09:45:44 Removing intermediate container 6ebe0cb4cb27 09:45:44 ---> 44e5df12803e 09:45:44 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:45:44 ---> Running in c38313f3a623 09:45:44 Removing intermediate container c38313f3a623 09:45:44 ---> c2a90b2b30d5 09:45:44 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 09:45:44 ---> Running in 682d80b3e524 09:45:44 Removing intermediate container 682d80b3e524 09:45:44 ---> 019a8b394e97 09:45:44 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:45:44 ---> Running in 9d0cfc1623b5 09:45:44 Removing intermediate container 9d0cfc1623b5 09:45:44 ---> c9576c1b224e 09:45:44 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:45:44 ---> Running in 4e3712dfe24c 09:45:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:45:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:45:45 OK: 272 MiB in 67 packages 09:45:45 Removing intermediate container 4e3712dfe24c 09:45:45 ---> 2a19c561a5ff 09:45:45 Step 8/35 : WORKDIR /device-usb-camera 09:45:45 ---> Running in f442a7852356 09:45:45 Removing intermediate container f442a7852356 09:45:45 ---> 538091877575 09:45:45 Step 9/35 : COPY go.mod vendor* ./ 09:45:46 ---> 7cc9e306bacf 09:45:46 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:45:46 ---> Running in aa62f6fb7c50 09:45:47 Removing intermediate container aa62f6fb7c50 09:45:47 ---> b0da89a5ea87 09:45:47 Step 11/35 : COPY . . 09:45:47 ---> dfa457b397d2 09:45:47 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 09:45:47 ---> Running in d93d3ed46f66 09:45:47  % Total % Received % Xferd Average Speed Time Time Time Current 09:45:47 Dload Upload Total Spent Left Speed 09:45:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 20337 0 --:--:-- --:--:-- --:--:-- 20823 09:45:47 Removing intermediate container d93d3ed46f66 09:45:47 ---> b4798d81a382 09:45:47 Step 13/35 : RUN ${MAKE} 09:45:47 ---> Running in 43671edfdeee 09:45:48 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 09:46:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8443 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 09:46:10 Running in /w/workspace/device-usb-camera/97 [Pipeline] { [Pipeline] checkout 09:46:10 Selected Git installation does not exist. Using Default 09:46:10 The recommended git tool is: NONE 09:46:10 Removing intermediate container 43671edfdeee 09:46:10 ---> 25408d8b6886 09:46:10 Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 09:46:10 v0.21.6: Pulling from aler9/rtsp-simple-server 09:46:10 4acc49c71d14: Pulling fs layer 09:46:10 4acc49c71d14: Verifying Checksum 09:46:10 4acc49c71d14: Download complete 09:46:10 4acc49c71d14: Pull complete 09:46:10 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 09:46:10 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 09:46:10 ---> 01a2bd3e5fff 09:46:10 Step 15/35 : FROM alpine:3.17 09:46:11 3.17: Pulling from library/alpine 09:46:11 f56be85fc22e: Pulling fs layer 09:46:11 f56be85fc22e: Verifying Checksum 09:46:11 f56be85fc22e: Download complete 09:46:11 f56be85fc22e: Pull complete 09:46:11 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 09:46:11 Status: Downloaded newer image for alpine:3.17 09:46:11 ---> 9ed4aefc74f6 09:46:11 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 09:46:12 ---> Running in e77a488244e9 09:46:12 Removing intermediate container e77a488244e9 09:46:12 ---> b1e6203daa16 09:46:12 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 09:46:12 ---> Running in e9776ef0257c 09:46:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 09:46:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 09:46:13 (1/86) Installing dumb-init (1.2.5-r2) 09:46:13 (2/86) Installing sdl2 (2.26.5-r0) 09:46:13 (3/86) Installing svt-av1-libs (1.3.0-r0) 09:46:13 (4/86) Installing libxau (1.0.10-r0) 09:46:13 (5/86) Installing libmd (1.0.4-r0) 09:46:13 (6/86) Installing libbsd (0.11.7-r0) 09:46:13 (7/86) Installing libxdmcp (1.1.4-r0) 09:46:13 (8/86) Installing libxcb (1.15-r0) 09:46:13 (9/86) Installing libx11 (1.8.4-r0) 09:46:13 (10/86) Installing aom-libs (3.5.0-r0) 09:46:13 (11/86) Installing alsa-lib (1.2.8-r0) 09:46:13 (12/86) Installing libexpat (2.5.0-r0) 09:46:13 (13/86) Installing brotli-libs (1.0.9-r9) 09:46:13 (14/86) Installing libbz2 (1.0.8-r4) 09:46:13 (15/86) Installing libpng (1.6.38-r0) 09:46:13 (16/86) Installing freetype (2.12.1-r0) 09:46:13 (17/86) Installing fontconfig (2.14.1-r0) 09:46:13 (18/86) Installing fribidi (1.0.12-r0) 09:46:13 (19/86) Installing libffi (3.4.4-r0) 09:46:13 (20/86) Installing libintl (0.21.1-r1) 09:46:13 (21/86) Installing libblkid (2.38.1-r1) 09:46:13 (22/86) Installing libmount (2.38.1-r1) 09:46:13 (23/86) Installing pcre2 (10.42-r0) 09:46:13 (24/86) Installing glib (2.74.6-r0) 09:46:13 (25/86) Installing graphite2 (1.3.14-r2) 09:46:13 (26/86) Installing harfbuzz (5.3.1-r1) 09:46:13 (27/86) Installing libass (0.16.0-r1) 09:46:13 (28/86) Installing libdav1d (1.0.0-r2) 09:46:13 (29/86) Installing hwdata-pci (0.364-r0) 09:46:13 (30/86) Installing libpciaccess (0.17-r0) 09:46:13 (31/86) Installing libdrm (2.4.114-r0) 09:46:13 (32/86) Installing gmp (6.2.1-r2) 09:46:13 (33/86) Installing nettle (3.8.1-r0) 09:46:13 (34/86) Installing p11-kit (0.24.1-r1) 09:46:13 (35/86) Installing libtasn1 (4.19.0-r0) 09:46:13 (36/86) Installing libunistring (1.1-r0) 09:46:13 (37/86) Installing gnutls (3.7.8-r3) 09:46:13 (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r0) 09:46:13 (39/86) Installing ncurses-libs (6.3_p20221119-r0) 09:46:13 (40/86) Installing lame (3.100-r2) 09:46:13 (41/86) Installing opus (1.3.1-r1) 09:46:13 (42/86) Installing libasyncns (0.8-r1) 09:46:13 (43/86) Installing dbus-libs (1.14.4-r0) 09:46:13 (44/86) Installing libltdl (2.4.7-r1) 09:46:13 (45/86) Installing orc (0.4.33-r0) 09:46:13 (46/86) Installing libgcc (12.2.1_git20220924-r4) 09:46:13 (47/86) Installing libogg (1.3.5-r2) 09:46:13 (48/86) Installing libstdc++ (12.2.1_git20220924-r4) 09:46:13 (49/86) Installing flac-libs (1.4.2-r0) 09:46:13 (50/86) Installing libvorbis (1.3.7-r0) 09:46:13 (51/86) Installing libsndfile (1.1.0-r2) 09:46:13 (52/86) Installing libgomp (12.2.1_git20220924-r4) 09:46:13 (53/86) Installing soxr (0.1.3-r3) 09:46:13 (54/86) Installing speexdsp (1.2.1-r0) 09:46:13 (55/86) Installing tdb-libs (1.4.6-r0) 09:46:13 (56/86) Installing libpulse (16.1-r6) 09:46:13 (57/86) Installing cjson (1.7.15-r3) 09:46:13 (58/86) Installing mbedtls (2.28.3-r0) 09:46:13 (59/86) Installing librist (0.2.7-r0) 09:46:13 (60/86) Installing libsrt (1.5.1-r0) 09:46:13 (61/86) Installing libssh (0.10.4-r0) 09:46:13 (62/86) Installing libtheora (1.1.1-r16) 09:46:13 (63/86) Installing libjpeg-turbo (2.1.4-r0) 09:46:13 (64/86) Installing v4l-utils-libs (1.22.1-r2) 09:46:13 (65/86) Installing libxext (1.3.5-r0) 09:46:13 (66/86) Installing libxfixes (6.0.0-r0) 09:46:13 (67/86) Installing wayland-libs-client (1.21.0-r1) 09:46:13 (68/86) Installing libva (2.16.0-r0) 09:46:13 (69/86) Installing libvdpau (1.5-r0) 09:46:13 (70/86) Installing vidstab (1.1.0-r2) 09:46:13 (71/86) Installing libvpx (1.12.0-r1) 09:46:13 (72/86) Installing libwebp (1.2.4-r1) 09:46:13 (73/86) Installing x264-libs (0.164_git20220602-r0) 09:46:13 (74/86) Installing numactl (2.0.16-r1) 09:46:13 (75/86) Installing x265-libs (3.5-r3) 09:46:13 (76/86) Installing xvidcore (1.3.7-r1) 09:46:13 (77/86) Installing libsodium (1.0.18-r2) 09:46:13 (78/86) Installing libzmq (4.3.4-r1) 09:46:13 (79/86) Installing ffmpeg-libs (5.1.3-r0) 09:46:14 (80/86) Installing ffmpeg (5.1.3-r0) 09:46:14 (81/86) Installing udev-init-scripts (35-r1) 09:46:14 (82/86) Installing eudev-libs (3.2.11-r4) 09:46:14 (83/86) Installing xz-libs (5.2.9-r0) 09:46:14 (84/86) Installing zstd-libs (1.5.5-r0) 09:46:14 (85/86) Installing kmod-libs (30-r1) 09:46:14 (86/86) Installing eudev (3.2.11-r4) 09:46:14 Executing busybox-1.35.0-r29.trigger 09:46:14 Executing eudev-3.2.11-r4.trigger 09:46:14 OK: 112 MiB in 101 packages 09:46:15 using credential edgex-jenkins-ssh 09:46:15 Cloning the remote Git repository 09:46:15 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 09:46:15 > git init /w/workspace/device-usb-camera/97 # timeout=10 09:46:15 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 09:46:15 > git --version # timeout=10 09:46:15 > git --version # 'git version 2.25.1' 09:46:15 using GIT_SSH to set credentials SSH Credentials for GitHub 09:46:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:46:16 Removing intermediate container e9776ef0257c 09:46:16 ---> bb1b10e125bc 09:46:16 Step 18/35 : WORKDIR / 09:46:16 ---> Running in c493adb54e35 09:46:16 Removing intermediate container c493adb54e35 09:46:16 ---> 0c1191e786a9 09:46:16 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 09:46:16 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 09:46:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:46:17 Avoid second fetch 09:46:17 Checking out Revision 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c (main) 09:46:17 ---> b17cd65a9fc1 09:46:17 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 09:46:17 ---> 2bbef7911dd2 09:46:17 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 09:46:17 ---> 83ac34fd1d47 09:46:17 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 09:46:17 ---> cb69b47446d5 09:46:17 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 09:46:17 ---> 7c1a35f8ef44 09:46:17 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 09:46:18 ---> 3171e1c074ff 09:46:18 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 09:46:18 Commit message: "Merge pull request #214 from jinlinGuan/issue-207" 09:46:18 ---> 058551fceaac 09:46:18 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 09:46:18 ---> Running in d6b04224858c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:46:17 > git config core.sparsecheckout # timeout=10 09:46:17 > git checkout -f 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c # timeout=10 09:46:19 Removing intermediate container d6b04224858c 09:46:19 ---> 577dbd952dff 09:46:19 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 09:46:19 ---> Running in f72932c8c63d 09:46:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:46:19 % Total % Received % Xferd Average Speed Time Time Time Current 09:46:19 Dload Upload Total Spent Left Speed 09:46:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 97335 09:46:19 Removing intermediate container f72932c8c63d 09:46:19 ---> 916610eef6cf 09:46:19 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 09:46:19 ---> Running in ea7ee034d186 [Pipeline] sh 09:46:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:46:20 Removing intermediate container ea7ee034d186 09:46:20 ---> b5f643bfb10f 09:46:20 Step 29/35 : EXPOSE 59983 09:46:20 ---> Running in de7fee08e1d2 09:46:20 Removing intermediate container de7fee08e1d2 09:46:20 ---> e5fdfd3e6159 09:46:20 Step 30/35 : EXPOSE 8554 09:46:20 ---> Running in cd08fec9c8a8 09:46:20 + sudo tee /etc/docker/daemon.new 09:46:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:46:20 { 09:46:20 "registry-mirrors": [ 09:46:20 "https://nexus3.edgexfoundry.org:10001" 09:46:20 ], 09:46:20 "bip": "10.250.0.254/24", 09:46:20 "hosts": [ 09:46:20 "tcp://0.0.0.0:5555", 09:46:20 "unix:///var/run/docker.sock" 09:46:20 ], 09:46:20 "mtu": 1458, 09:46:20 "selinux-enabled": true, 09:46:20 "seccomp-profile": "/etc/docker/seccomp.json" 09:46:20 } [Pipeline] sh 09:46:20 Removing intermediate container cd08fec9c8a8 09:46:20 ---> cae2c28f901c 09:46:20 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 09:46:20 ---> Running in 6e829986d001 09:46:20 Removing intermediate container 6e829986d001 09:46:20 ---> d55874dbd43f 09:46:20 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 09:46:20 ---> Running in b8b846b1a8d0 09:46:20 Removing intermediate container b8b846b1a8d0 09:46:20 ---> e3e10f158b26 09:46:20 Step 33/35 : LABEL arch=amd64 09:46:20 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:46:20 ---> Running in 083294fdd956 09:46:20 Removing intermediate container 083294fdd956 09:46:20 ---> bc7fdc9364c8 09:46:20 Step 34/35 : LABEL git_sha=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:46:20 ---> Running in 6d68f3a237e6 09:46:20 Removing intermediate container 6d68f3a237e6 09:46:20 ---> 0316a9e43c86 09:46:20 Step 35/35 : LABEL version=3.0.0-dev.25 09:46:20 ---> Running in 8049926e5c4d 09:46:21 Removing intermediate container 8049926e5c4d 09:46:21 ---> 8ff035bfea86 09:46:21 [Warning] One or more build-args [ARCH] were not consumed 09:46:21 Successfully built 8ff035bfea86 09:46:21 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:46:21 + sudo service docker restart [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:21 provisioning config files... 09:46:21 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config15561784226857671226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:21 ---> docker-login.sh 09:46:21 nexus3.edgexfoundry.org:10001 09:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:21 Configure a credential helper to remove this warning. See 09:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:21 09:46:21 Login Succeeded 09:46:21 nexus3.edgexfoundry.org:10002 09:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:21 Configure a credential helper to remove this warning. See 09:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:21 09:46:21 Login Succeeded 09:46:21 nexus3.edgexfoundry.org:10003 09:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:21 Configure a credential helper to remove this warning. See 09:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:21 09:46:21 Login Succeeded 09:46:21 nexus3.edgexfoundry.org:10004 09:46:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:21 Configure a credential helper to remove this warning. See 09:46:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:21 09:46:21 Login Succeeded 09:46:21 docker.io 09:46:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:22 Configure a credential helper to remove this warning. See 09:46:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:22 09:46:22 Login Succeeded 09:46:22 ---> docker-login.sh ends [Pipeline] } 09:46:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:46:22 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 09:46:22 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:46:22 latest 09:46:22 3.0.0-dev.25 09:46:22 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:46:22 main 09:46:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:22 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:22 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:46:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 09:46:22 05f75a8b8a72: Preparing 09:46:22 f3f7b2f1d7c3: Preparing 09:46:22 ed7d416acae3: Preparing 09:46:22 3827b5b91e75: Preparing 09:46:22 acc83c6ca332: Preparing 09:46:22 de9f6b101989: Preparing 09:46:22 5c6d33ce69f2: Preparing 09:46:22 ec1e03fb773f: Preparing 09:46:22 329a78f93b4f: Preparing 09:46:22 84cbe59db162: Preparing 09:46:22 df9966c570f5: Preparing 09:46:22 f1417ff83b31: Preparing 09:46:22 84cbe59db162: Waiting 09:46:22 df9966c570f5: Waiting 09:46:22 5c6d33ce69f2: Waiting 09:46:22 f1417ff83b31: Waiting 09:46:22 ec1e03fb773f: Waiting 09:46:22 329a78f93b4f: Waiting 09:46:22 de9f6b101989: Waiting 09:46:22 05f75a8b8a72: Pushed 09:46:22 f3f7b2f1d7c3: Pushed 09:46:22 acc83c6ca332: Pushed 09:46:22 ed7d416acae3: Pushed 09:46:23 de9f6b101989: Pushed 09:46:23 5c6d33ce69f2: Pushed 09:46:23 329a78f93b4f: Pushed 09:46:23 ec1e03fb773f: Pushed 09:46:23 f1417ff83b31: Layer already exists 09:46:25 3827b5b91e75: Pushed 09:46:25 84cbe59db162: Pushed 09:46:33 df9966c570f5: Pushed 09:46:33 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 09:46:34 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 09:46:34 05f75a8b8a72: Preparing 09:46:34 f3f7b2f1d7c3: Preparing 09:46:34 ed7d416acae3: Preparing 09:46:34 3827b5b91e75: Preparing 09:46:34 acc83c6ca332: Preparing 09:46:34 de9f6b101989: Preparing 09:46:34 5c6d33ce69f2: Preparing 09:46:34 ec1e03fb773f: Preparing 09:46:34 329a78f93b4f: Preparing 09:46:34 84cbe59db162: Preparing 09:46:34 df9966c570f5: Preparing 09:46:34 f1417ff83b31: Preparing 09:46:34 de9f6b101989: Waiting 09:46:34 5c6d33ce69f2: Waiting 09:46:34 ec1e03fb773f: Waiting 09:46:34 329a78f93b4f: Waiting 09:46:34 84cbe59db162: Waiting 09:46:34 df9966c570f5: Waiting 09:46:34 f1417ff83b31: Waiting 09:46:34 05f75a8b8a72: Layer already exists 09:46:34 acc83c6ca332: Layer already exists 09:46:34 ed7d416acae3: Layer already exists 09:46:34 f3f7b2f1d7c3: Layer already exists 09:46:34 3827b5b91e75: Layer already exists 09:46:34 de9f6b101989: Layer already exists 09:46:34 329a78f93b4f: Layer already exists 09:46:34 ec1e03fb773f: Layer already exists 09:46:34 5c6d33ce69f2: Layer already exists 09:46:34 84cbe59db162: Layer already exists 09:46:34 df9966c570f5: Layer already exists 09:46:34 f1417ff83b31: Layer already exists 09:46:34 latest: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:34 + 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 09:46:35 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.25 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 09:46:35 05f75a8b8a72: Preparing 09:46:35 f3f7b2f1d7c3: Preparing 09:46:35 ed7d416acae3: Preparing 09:46:35 3827b5b91e75: Preparing 09:46:35 acc83c6ca332: Preparing 09:46:35 de9f6b101989: Preparing 09:46:35 5c6d33ce69f2: Preparing 09:46:35 ec1e03fb773f: Preparing 09:46:35 329a78f93b4f: Preparing 09:46:35 84cbe59db162: Preparing 09:46:35 df9966c570f5: Preparing 09:46:35 f1417ff83b31: Preparing 09:46:35 ec1e03fb773f: Waiting 09:46:35 329a78f93b4f: Waiting 09:46:35 f1417ff83b31: Waiting 09:46:35 df9966c570f5: Waiting 09:46:35 de9f6b101989: Waiting 09:46:35 5c6d33ce69f2: Waiting 09:46:35 f3f7b2f1d7c3: Layer already exists 09:46:35 ed7d416acae3: Layer already exists 09:46:35 3827b5b91e75: Layer already exists 09:46:35 05f75a8b8a72: Layer already exists 09:46:35 acc83c6ca332: Layer already exists 09:46:35 329a78f93b4f: Layer already exists 09:46:35 84cbe59db162: Layer already exists 09:46:35 ec1e03fb773f: Layer already exists 09:46:35 5c6d33ce69f2: Layer already exists 09:46:35 de9f6b101989: Layer already exists 09:46:35 df9966c570f5: Layer already exists 09:46:35 f1417ff83b31: Layer already exists 09:46:35 3.0.0-dev.25: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:35 + 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 09:46:35 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:46:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 09:46:35 05f75a8b8a72: Preparing 09:46:35 f3f7b2f1d7c3: Preparing 09:46:35 ed7d416acae3: Preparing 09:46:35 3827b5b91e75: Preparing 09:46:35 acc83c6ca332: Preparing 09:46:35 de9f6b101989: Preparing 09:46:35 5c6d33ce69f2: Preparing 09:46:35 ec1e03fb773f: Preparing 09:46:35 329a78f93b4f: Preparing 09:46:35 84cbe59db162: Preparing 09:46:35 df9966c570f5: Preparing 09:46:35 f1417ff83b31: Preparing 09:46:35 5c6d33ce69f2: Waiting 09:46:35 ec1e03fb773f: Waiting 09:46:35 329a78f93b4f: Waiting 09:46:35 84cbe59db162: Waiting 09:46:35 df9966c570f5: Waiting 09:46:35 de9f6b101989: Waiting 09:46:35 05f75a8b8a72: Layer already exists 09:46:35 3827b5b91e75: Layer already exists 09:46:35 ed7d416acae3: Layer already exists 09:46:35 f3f7b2f1d7c3: Layer already exists 09:46:35 acc83c6ca332: Layer already exists 09:46:35 de9f6b101989: Layer already exists 09:46:35 ec1e03fb773f: Layer already exists 09:46:35 5c6d33ce69f2: Layer already exists 09:46:35 84cbe59db162: Layer already exists 09:46:35 329a78f93b4f: Layer already exists 09:46:35 df9966c570f5: Layer already exists 09:46:35 f1417ff83b31: Layer already exists 09:46:35 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:36 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:36 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 09:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 09:46:36 05f75a8b8a72: Preparing 09:46:36 f3f7b2f1d7c3: Preparing 09:46:36 ed7d416acae3: Preparing 09:46:36 3827b5b91e75: Preparing 09:46:36 acc83c6ca332: Preparing 09:46:36 de9f6b101989: Preparing 09:46:36 5c6d33ce69f2: Preparing 09:46:36 ec1e03fb773f: Preparing 09:46:36 329a78f93b4f: Preparing 09:46:36 84cbe59db162: Preparing 09:46:36 df9966c570f5: Preparing 09:46:36 f1417ff83b31: Preparing 09:46:36 de9f6b101989: Waiting 09:46:36 5c6d33ce69f2: Waiting 09:46:36 329a78f93b4f: Waiting 09:46:36 ec1e03fb773f: Waiting 09:46:36 84cbe59db162: Waiting 09:46:36 f1417ff83b31: Waiting 09:46:36 df9966c570f5: Waiting 09:46:36 05f75a8b8a72: Layer already exists 09:46:36 f3f7b2f1d7c3: Layer already exists 09:46:36 acc83c6ca332: Layer already exists 09:46:36 3827b5b91e75: Layer already exists 09:46:36 ed7d416acae3: Layer already exists 09:46:36 de9f6b101989: Layer already exists 09:46:36 5c6d33ce69f2: Layer already exists 09:46:36 ec1e03fb773f: Layer already exists 09:46:36 329a78f93b4f: Layer already exists 09:46:36 84cbe59db162: Layer already exists 09:46:36 df9966c570f5: Layer already exists 09:46:36 f1417ff83b31: Layer already exists 09:46:36 main: digest: sha256:fb104cf5023b9de1c6e1bfa2e4e31585fd885a2cfb3d6b194482604d76700b55 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:46:36 ===================================================== [Pipeline] echo 09:46:36 taggedImages: 09:46:36 - nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:46:36 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 09:46:36 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.25 09:46:36 - nexus3.edgexfoundry.org:10004/device-usb-camera:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:46:36 - 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 09:46:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:46:36 09:46:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:46:37 latest: Pulling from edgex-lftools-log-publisher 09:46:37 5eb5b503b376: Pulling fs layer 09:46:37 5c69ac0246d0: Pulling fs layer 09:46:37 ec43610c2a17: Pulling fs layer 09:46:37 3a2ae6a8a46f: Pulling fs layer 09:46:37 33b1e0a273af: Pulling fs layer 09:46:37 5d3b04190fa2: Pulling fs layer 09:46:37 2f39f015ded8: Pulling fs layer 09:46:37 33b1e0a273af: Waiting 09:46:37 5d3b04190fa2: Waiting 09:46:37 2f39f015ded8: Waiting 09:46:37 3a2ae6a8a46f: Waiting 09:46:37 5c69ac0246d0: Download complete 09:46:37 3a2ae6a8a46f: Download complete 09:46:37 33b1e0a273af: Verifying Checksum 09:46:37 33b1e0a273af: Download complete 09:46:37 ec43610c2a17: Verifying Checksum 09:46:37 ec43610c2a17: Download complete 09:46:37 5d3b04190fa2: Verifying Checksum 09:46:37 5d3b04190fa2: Download complete 09:46:37 5eb5b503b376: Verifying Checksum 09:46:37 5eb5b503b376: Download complete 09:46:37 2f39f015ded8: Verifying Checksum 09:46:37 2f39f015ded8: Download complete 09:46:38 5eb5b503b376: Pull complete 09:46:38 5c69ac0246d0: Pull complete 09:46:39 ec43610c2a17: Pull complete 09:46:39 3a2ae6a8a46f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:46:39 provisioning config files... 09:46:39 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/97@tmp/config2428827777942148160tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:39 33b1e0a273af: Pull complete 09:46:39 5d3b04190fa2: Pull complete 09:46:39 ---> docker-login.sh 09:46:39 nexus3.edgexfoundry.org:10001 09:46:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:40 Configure a credential helper to remove this warning. See 09:46:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:40 09:46:40 Login Succeeded 09:46:40 nexus3.edgexfoundry.org:10002 09:46:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:40 Configure a credential helper to remove this warning. See 09:46:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:40 09:46:40 Login Succeeded 09:46:40 nexus3.edgexfoundry.org:10003 09:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:41 Configure a credential helper to remove this warning. See 09:46:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:41 09:46:41 Login Succeeded 09:46:41 nexus3.edgexfoundry.org:10004 09:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:41 Configure a credential helper to remove this warning. See 09:46:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:41 09:46:41 Login Succeeded 09:46:41 docker.io 09:46:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:46:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:46:42 Configure a credential helper to remove this warning. See 09:46:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:46:42 09:46:42 Login Succeeded 09:46:42 ---> docker-login.sh ends [Pipeline] } 09:46:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:46:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:46:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:46:42 ========================================================= 09:46:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 09:46:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:42 + 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 . 09:46:43 Sending build context to Docker daemon 1.199MB 09:46:43 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 09:46:43 Step 2/13 : FROM ${BASE} AS builder 09:46:43 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:46:43 af6eaf76a39c: Pulling fs layer 09:46:43 55522c791124: Pulling fs layer 09:46:43 ce5c4a1c91eb: Pulling fs layer 09:46:43 169dfbe0d373: Pulling fs layer 09:46:43 e1ff8fa3b103: Pulling fs layer 09:46:43 52ebb69f0ebf: Pulling fs layer 09:46:43 5abe8eddf0d5: Pulling fs layer 09:46:43 169dfbe0d373: Waiting 09:46:43 e1ff8fa3b103: Waiting 09:46:43 52ebb69f0ebf: Waiting 09:46:43 5abe8eddf0d5: Waiting 09:46:43 55522c791124: Verifying Checksum 09:46:43 55522c791124: Download complete 09:46:43 169dfbe0d373: Verifying Checksum 09:46:43 169dfbe0d373: Download complete 09:46:43 e1ff8fa3b103: Verifying Checksum 09:46:43 e1ff8fa3b103: Download complete 09:46:43 af6eaf76a39c: Verifying Checksum 09:46:43 af6eaf76a39c: Download complete 09:46:44 af6eaf76a39c: Pull complete 09:46:44 5abe8eddf0d5: Verifying Checksum 09:46:44 5abe8eddf0d5: Download complete 09:46:44 2f39f015ded8: Pull complete 09:46:44 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:46:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:44 55522c791124: Pull complete 09:46:44 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:46:44 $ 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 09:46:45 52ebb69f0ebf: Verifying Checksum 09:46:45 52ebb69f0ebf: Download complete 09:46:45 ce5c4a1c91eb: Verifying Checksum 09:46:45 ce5c4a1c91eb: Download complete 09:46:48 $ docker top e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:46:48 ---> job-cost.sh 09:46:48 lf-activate-venv: SKIPPING 09:46:48 INFO: No Stack... 09:46:48 INFO: Retrieving Pricing Info for: v3-standard-8 09:46:49 INFO: Archiving Costs [Pipeline] sh 09:46:49 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 09:46:49 + cut -d, -f6 [Pipeline] lock 09:46:49 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] 09:46:49 Resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] did not exist. Created. 09:46:49 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:46:49 + echo total: 0.2199999988079071 [Pipeline] stash 09:46:49 Stashed 1 file(s) [Pipeline] } 09:46:49 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 09:46:49 $ docker stop --time=1 e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 09:46:50 $ docker rm -f --volumes e1fb3fe9c565208c7191643781746870472dc4e71af4381d9749682eb1fb1522 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:46:58 ce5c4a1c91eb: Pull complete 09:46:58 169dfbe0d373: Pull complete 09:46:58 e1ff8fa3b103: Pull complete 09:47:04 52ebb69f0ebf: Pull complete 09:47:05 5abe8eddf0d5: Pull complete 09:47:05 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 09:47:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 09:47:05 ---> 6cb57ee374ae 09:47:05 Step 3/13 : ARG ADD_BUILD_TAGS="" 09:47:07 ---> Running in e1e771b13d25 09:47:07 Removing intermediate container e1e771b13d25 09:47:07 ---> 3af4a4cdee89 09:47:07 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:47:07 ---> Running in d879d5150056 09:47:08 Removing intermediate container d879d5150056 09:47:08 ---> a9fdd094d4e1 09:47:08 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 09:47:08 ---> Running in 7c4e619ea152 09:47:08 Removing intermediate container 7c4e619ea152 09:47:08 ---> f68b260e3e53 09:47:08 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:47:08 ---> Running in ca42c05d8b14 09:47:08 Removing intermediate container ca42c05d8b14 09:47:08 ---> 30e44ebedc6a 09:47:08 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:47:08 ---> Running in 9217dfd0910c 09:47:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:47:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:47:11 (1/14) Installing libintl (0.21.1-r1) 09:47:11 (2/14) Installing eudev-libs (3.2.11-r4) 09:47:11 (3/14) Installing libjpeg-turbo (2.1.4-r0) 09:47:11 (4/14) Installing v4l-utils-libs (1.22.1-r2) 09:47:11 (5/14) Installing v4l-utils (1.22.1-r2) 09:47:11 (6/14) Installing udev-init-scripts (35-r1) 09:47:11 (7/14) Installing libblkid (2.38.1-r1) 09:47:11 (8/14) Installing xz-libs (5.2.9-r0) 09:47:11 (9/14) Installing zstd-libs (1.5.5-r0) 09:47:11 (10/14) Installing kmod-libs (30-r1) 09:47:11 (11/14) Installing eudev (3.2.11-r4) 09:47:11 (12/14) Installing eudev-dev (3.2.11-r4) 09:47:11 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 09:47:11 (14/14) Installing v4l-utils-dev (1.22.1-r2) 09:47:11 Executing busybox-1.35.0-r29.trigger 09:47:11 Executing eudev-3.2.11-r4.trigger 09:47:11 OK: 271 MiB in 67 packages 09:47:16 Removing intermediate container 9217dfd0910c 09:47:16 ---> 6a7b2640b9ab 09:47:16 Step 8/13 : WORKDIR /device-usb-camera 09:47:16 ---> Running in 09f1eeb7cedc 09:47:16 Removing intermediate container 09f1eeb7cedc 09:47:16 ---> 8ca9553cc7ad 09:47:16 Step 9/13 : COPY go.mod vendor* ./ 09:47:17 ---> 00e9150dc967 09:47:17 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:17 ---> Running in 28917028fb89 09:48:25 Removing intermediate container 28917028fb89 09:48:25 ---> 65c9f5e62615 09:48:25 Step 11/13 : COPY . . 09:48:25 ---> 23a72d491a6d 09:48:25 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 09:48:25 ---> Running in 5471f2eb2c02 09:48:25  % Total % Received % Xferd Average Speed Time Time Time Current 09:48:25 Dload Upload Total Spent Left Speed 09:48:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4031 0 --:--:-- --:--:-- --:--:-- 4053 09:48:25 Removing intermediate container 5471f2eb2c02 09:48:25 ---> 20eec4eeb3bf 09:48:25 Step 13/13 : RUN ${MAKE} 09:48:25 ---> Running in 6bd7195dce9c 09:48:25 noop 09:48:25 Removing intermediate container 6bd7195dce9c 09:48:25 ---> b567c1b550b4 09:48:25 Successfully built b567c1b550b4 09:48:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:48:25 + docker inspect -f . ci-base-image-arm64 09:48:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:48:25 prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container 09:48:25 $ 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 09:48:26 $ docker top f514b2b59b0a7e91b96cfb9eb7e80a0fe43e1ee95faf16c97ebe3f59f50c7771 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:27 + go version 09:48:27 go version go1.20.2 linux/arm64 [Pipeline] } 09:48:27 $ docker stop --time=1 f514b2b59b0a7e91b96cfb9eb7e80a0fe43e1ee95faf16c97ebe3f59f50c7771 09:48:29 $ 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 09:48:29 + docker inspect -f . ci-base-image-arm64 09:48:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:48:30 prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container 09:48:30 $ 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 09:48:31 $ docker top 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:32 + git config --global --add safe.directory /w/workspace/device-usb-camera/97 [Pipeline] fileExists [Pipeline] sh 09:48:32 + make test 09:48:32 go test ./... -coverprofile=coverage.out ./... 09:49:06 ? github.com/edgexfoundry/device-usb-camera [no test files] 09:51:13 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 09:51:13 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.061s coverage: 2.0% of statements 09:51:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:51:13 go vet ./... 09:51:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:51:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:51:45 ./bin/test-attribution-txt.sh 09:51:45 An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo 09:51:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:51:45 $ docker stop --time=1 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 09:51:47 $ docker rm -f --volumes 3b28116102ee341de5df9b8542f3562044c628e7dd52994028ff55afce2de404 [Pipeline] // withDockerContainer [Pipeline] sh 09:51:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:51:48 Warning: overwriting stash ‘coverage-report’ 09:51:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:51:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:51:49 + ls -al . 09:51:49 total 184 09:51:49 drwxrwxr-x 9 jenkins jenkins 4096 Apr 13 09:48 . 09:51:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 .. 09:51:49 drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 09:46 .git 09:51:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 .github 09:51:49 -rw-rw-r-- 1 jenkins jenkins 414 Apr 13 09:46 .gitignore 09:51:49 -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 09:46 .golangci.yml 09:51:49 -rw-rw-r-- 1 jenkins jenkins 77 Apr 13 09:46 .hadolint.yml 09:51:49 -rw-rw-r-- 1 jenkins jenkins 9535 Apr 13 09:46 Attribution.txt 09:51:49 -rw-rw-r-- 1 jenkins jenkins 6219 Apr 13 09:46 CHANGELOG.md 09:51:49 -rw-rw-r-- 1 jenkins jenkins 2328 Apr 13 09:46 Dockerfile 09:51:49 -rw-rw-r-- 1 jenkins jenkins 678 Apr 13 09:46 GOVERNANCE.md 09:51:49 -rw-rw-r-- 1 jenkins jenkins 659 Apr 13 09:46 Jenkinsfile 09:51:49 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 09:46 LICENSE 09:51:49 -rw-rw-r-- 1 jenkins jenkins 2364 Apr 13 09:46 Makefile 09:51:49 -rw-rw-r-- 1 jenkins jenkins 622 Apr 13 09:46 OWNERS.md 09:51:49 -rw-rw-r-- 1 jenkins jenkins 5681 Apr 13 09:46 README.md 09:51:49 -rw-rw-r-- 1 jenkins jenkins 12 Apr 13 09:44 VERSION 09:51:49 drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 09:46 bin 09:51:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 cmd 09:51:49 -rw-r--r-- 1 jenkins jenkins 28352 Apr 13 09:51 coverage.out 09:51:49 -rwxrwxr-x 1 jenkins jenkins 140 Apr 13 09:46 docker-entrypoint.sh 09:51:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 docs 09:51:49 -rw-rw-r-- 1 jenkins jenkins 3443 Apr 13 09:46 go.mod 09:51:49 -rw-rw-r-- 1 jenkins jenkins 31713 Apr 13 09:46 go.sum 09:51:49 drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 09:46 internal 09:51:49 drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 09:46 snap 09:51:49 -rw-rw-r-- 1 jenkins jenkins 231 Apr 13 09:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:53 + 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 . 09:51:53 Sending build context to Docker daemon 1.228MB 09:51:53 Step 1/35 : ARG BASE=golang:1.20-alpine3.17 09:51:53 Step 2/35 : FROM ${BASE} AS builder 09:51:53 ---> b567c1b550b4 09:51:53 Step 3/35 : ARG ADD_BUILD_TAGS="" 09:51:53 ---> Running in d45fa6ac8744 09:51:53 Removing intermediate container d45fa6ac8744 09:51:53 ---> c160ba8c324c 09:51:53 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 09:51:53 ---> Running in 3f996e8937bb 09:51:53 Removing intermediate container 3f996e8937bb 09:51:53 ---> 5c80440488e1 09:51:53 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 09:51:53 ---> Running in 063f3237bc9d 09:51:53 Removing intermediate container 063f3237bc9d 09:51:53 ---> 597becfec768 09:51:53 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:51:53 ---> Running in 460b3c2b6ac9 09:51:53 Removing intermediate container 460b3c2b6ac9 09:51:53 ---> 59aec4d634ef 09:51:53 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:51:53 ---> Running in de3b43b80944 09:51:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:51:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:51:55 OK: 271 MiB in 67 packages 09:51:56 Removing intermediate container de3b43b80944 09:51:56 ---> 1632b888bcab 09:51:56 Step 8/35 : WORKDIR /device-usb-camera 09:51:56 ---> Running in 43e4a34931c3 09:51:56 Removing intermediate container 43e4a34931c3 09:51:56 ---> 6db8c9754eda 09:51:56 Step 9/35 : COPY go.mod vendor* ./ 09:51:57 ---> a43bb63898cf 09:51:57 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:51:57 ---> Running in 4acbbb34cada 09:51:59 Removing intermediate container 4acbbb34cada 09:51:59 ---> 0775606b67c7 09:51:59 Step 11/35 : COPY . . 09:52:00 ---> 8d08af6a6394 09:52:00 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 09:52:00 ---> Running in bea950b5325a 09:52:01  % Total % Received % Xferd Average Speed Time Time Time Current 09:52:01 Dload Upload Total Spent Left Speed 09:52:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 2825 0 --:--:-- --:--:-- --:--:-- 2839 09:52:02 Removing intermediate container bea950b5325a 09:52:02 ---> 8f4c75f03a7f 09:52:02 Step 13/35 : RUN ${MAKE} 09:52:02 ---> Running in 9b28d8c1bf32 09:52:03 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 09:54:40 Removing intermediate container 9b28d8c1bf32 09:54:40 ---> 83cdabbc2f52 09:54:40 Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 09:54:40 v0.21.6: Pulling from aler9/rtsp-simple-server 09:54:40 8766b47fe142: Pulling fs layer 09:54:40 8766b47fe142: Verifying Checksum 09:54:40 8766b47fe142: Download complete 09:54:40 8766b47fe142: Pull complete 09:54:40 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 09:54:40 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 09:54:40 ---> 69d40e2cb93c 09:54:40 Step 15/35 : FROM alpine:3.17 09:54:40 3.17: Pulling from library/alpine 09:54:40 c41833b44d91: Pulling fs layer 09:54:40 c41833b44d91: Download complete 09:54:40 c41833b44d91: Pull complete 09:54:40 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 09:54:40 Status: Downloaded newer image for alpine:3.17 09:54:40 ---> 51e60588ff2c 09:54:40 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 09:54:40 ---> Running in 780b2adc25c7 09:54:40 Removing intermediate container 780b2adc25c7 09:54:40 ---> 9ab9745a222c 09:54:40 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 09:54:40 ---> Running in b5f5d8455eaf 09:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 09:54:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 09:54:40 (1/83) Installing dumb-init (1.2.5-r2) 09:54:40 (2/83) Installing sdl2 (2.26.5-r0) 09:54:40 (3/83) Installing libxau (1.0.10-r0) 09:54:40 (4/83) Installing libmd (1.0.4-r0) 09:54:40 (5/83) Installing libbsd (0.11.7-r0) 09:54:40 (6/83) Installing libxdmcp (1.1.4-r0) 09:54:40 (7/83) Installing libxcb (1.15-r0) 09:54:40 (8/83) Installing libx11 (1.8.4-r0) 09:54:40 (9/83) Installing aom-libs (3.5.0-r0) 09:54:40 (10/83) Installing alsa-lib (1.2.8-r0) 09:54:40 (11/83) Installing libexpat (2.5.0-r0) 09:54:40 (12/83) Installing brotli-libs (1.0.9-r9) 09:54:40 (13/83) Installing libbz2 (1.0.8-r4) 09:54:40 (14/83) Installing libpng (1.6.38-r0) 09:54:40 (15/83) Installing freetype (2.12.1-r0) 09:54:40 (16/83) Installing fontconfig (2.14.1-r0) 09:54:40 (17/83) Installing fribidi (1.0.12-r0) 09:54:40 (18/83) Installing libffi (3.4.4-r0) 09:54:40 (19/83) Installing libintl (0.21.1-r1) 09:54:40 (20/83) Installing libblkid (2.38.1-r1) 09:54:40 (21/83) Installing libmount (2.38.1-r1) 09:54:40 (22/83) Installing pcre2 (10.42-r0) 09:54:40 (23/83) Installing glib (2.74.6-r0) 09:54:40 (24/83) Installing graphite2 (1.3.14-r2) 09:54:40 (25/83) Installing harfbuzz (5.3.1-r1) 09:54:40 (26/83) Installing libass (0.16.0-r1) 09:54:40 (27/83) Installing libdav1d (1.0.0-r2) 09:54:40 (28/83) Installing libdrm (2.4.114-r0) 09:54:40 (29/83) Installing gmp (6.2.1-r2) 09:54:40 (30/83) Installing nettle (3.8.1-r0) 09:54:40 (31/83) Installing p11-kit (0.24.1-r1) 09:54:40 (32/83) Installing libtasn1 (4.19.0-r0) 09:54:40 (33/83) Installing libunistring (1.1-r0) 09:54:40 (34/83) Installing gnutls (3.7.8-r3) 09:54:40 (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r0) 09:54:40 (36/83) Installing ncurses-libs (6.3_p20221119-r0) 09:54:40 (37/83) Installing lame (3.100-r2) 09:54:40 (38/83) Installing opus (1.3.1-r1) 09:54:40 (39/83) Installing libasyncns (0.8-r1) 09:54:40 (40/83) Installing dbus-libs (1.14.4-r0) 09:54:40 (41/83) Installing libltdl (2.4.7-r1) 09:54:40 (42/83) Installing orc (0.4.33-r0) 09:54:40 (43/83) Installing libgcc (12.2.1_git20220924-r4) 09:54:40 (44/83) Installing libogg (1.3.5-r2) 09:54:40 (45/83) Installing libstdc++ (12.2.1_git20220924-r4) 09:54:40 (46/83) Installing flac-libs (1.4.2-r0) 09:54:40 (47/83) Installing libvorbis (1.3.7-r0) 09:54:40 (48/83) Installing libsndfile (1.1.0-r2) 09:54:40 (49/83) Installing libgomp (12.2.1_git20220924-r4) 09:54:40 (50/83) Installing soxr (0.1.3-r3) 09:54:40 (51/83) Installing speexdsp (1.2.1-r0) 09:54:40 (52/83) Installing tdb-libs (1.4.6-r0) 09:54:40 (53/83) Installing libpulse (16.1-r6) 09:54:40 (54/83) Installing cjson (1.7.15-r3) 09:54:40 (55/83) Installing mbedtls (2.28.3-r0) 09:54:40 (56/83) Installing librist (0.2.7-r0) 09:54:40 (57/83) Installing libsrt (1.5.1-r0) 09:54:40 (58/83) Installing libssh (0.10.4-r0) 09:54:40 (59/83) Installing libtheora (1.1.1-r16) 09:54:40 (60/83) Installing libjpeg-turbo (2.1.4-r0) 09:54:40 (61/83) Installing v4l-utils-libs (1.22.1-r2) 09:54:40 (62/83) Installing libxext (1.3.5-r0) 09:54:40 (63/83) Installing libxfixes (6.0.0-r0) 09:54:40 (64/83) Installing wayland-libs-client (1.21.0-r1) 09:54:40 (65/83) Installing libva (2.16.0-r0) 09:54:40 (66/83) Installing libvdpau (1.5-r0) 09:54:40 (67/83) Installing vidstab (1.1.0-r2) 09:54:40 (68/83) Installing libvpx (1.12.0-r1) 09:54:40 (69/83) Installing libwebp (1.2.4-r1) 09:54:40 (70/83) Installing x264-libs (0.164_git20220602-r0) 09:54:40 (71/83) Installing numactl (2.0.16-r1) 09:54:40 (72/83) Installing x265-libs (3.5-r3) 09:54:40 (73/83) Installing xvidcore (1.3.7-r1) 09:54:40 (74/83) Installing libsodium (1.0.18-r2) 09:54:40 (75/83) Installing libzmq (4.3.4-r1) 09:54:40 (76/83) Installing ffmpeg-libs (5.1.3-r0) 09:54:40 (77/83) Installing ffmpeg (5.1.3-r0) 09:54:40 (78/83) Installing udev-init-scripts (35-r1) 09:54:40 (79/83) Installing eudev-libs (3.2.11-r4) 09:54:40 (80/83) Installing xz-libs (5.2.9-r0) 09:54:40 (81/83) Installing zstd-libs (1.5.5-r0) 09:54:40 (82/83) Installing kmod-libs (30-r1) 09:54:40 (83/83) Installing eudev (3.2.11-r4) 09:54:40 Executing busybox-1.35.0-r29.trigger 09:54:40 Executing eudev-3.2.11-r4.trigger 09:54:40 OK: 86 MiB in 98 packages 09:54:40 Removing intermediate container b5f5d8455eaf 09:54:40 ---> a8814476fcec 09:54:40 Step 18/35 : WORKDIR / 09:54:40 ---> Running in 1e3af172963b 09:54:40 Removing intermediate container 1e3af172963b 09:54:40 ---> fa128a2a27ab 09:54:40 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 09:54:40 ---> 2957990cbaee 09:54:40 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 09:54:40 ---> 6f870cadcb1a 09:54:40 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 09:54:40 ---> 9072e773aa31 09:54:40 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 09:54:40 ---> 6c8660a5ad5b 09:54:40 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 09:54:40 ---> 9ac03f86268f 09:54:40 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 09:54:41 ---> 3d0f555c6c7a 09:54:41 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 09:54:42 ---> 1f897c5c6888 09:54:42 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 09:54:42 ---> Running in 262571df87a7 09:54:46 Removing intermediate container 262571df87a7 09:54:46 ---> 0f77452efdf9 09:54:46 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 09:54:46 ---> Running in 32a296fda020 09:54:48 Removing intermediate container 32a296fda020 09:54:48 ---> 63d3cb06460d 09:54:48 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 09:54:48 ---> Running in 5c1635027d69 09:54:50 Removing intermediate container 5c1635027d69 09:54:50 ---> d3822a5be4c2 09:54:50 Step 29/35 : EXPOSE 59983 09:54:50 ---> Running in 18e7dc3bfc05 09:54:50 Removing intermediate container 18e7dc3bfc05 09:54:50 ---> 93a6ad32f747 09:54:50 Step 30/35 : EXPOSE 8554 09:54:50 ---> Running in 67f02d5ca267 09:54:50 Removing intermediate container 67f02d5ca267 09:54:50 ---> 72be91062727 09:54:50 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 09:54:51 ---> Running in 2c1da42a83ba 09:54:51 Removing intermediate container 2c1da42a83ba 09:54:51 ---> bf4923979d85 09:54:51 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 09:54:51 ---> Running in 0234ca796c8a 09:54:51 Removing intermediate container 0234ca796c8a 09:54:51 ---> aa8aae367bca 09:54:51 Step 33/35 : LABEL arch=arm64 09:54:51 ---> Running in 35bad14d3b3b 09:54:51 Removing intermediate container 35bad14d3b3b 09:54:51 ---> de93f57b2846 09:54:51 Step 34/35 : LABEL git_sha=1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:54:51 ---> Running in 5eed4fc4ee8c 09:54:52 Removing intermediate container 5eed4fc4ee8c 09:54:52 ---> 9934cbe55065 09:54:52 Step 35/35 : LABEL version=3.0.0-dev.25 09:54:52 ---> Running in 45f4e9b0fb5a 09:54:52 Removing intermediate container 45f4e9b0fb5a 09:54:52 ---> 6140cc7170a0 09:54:52 [Warning] One or more build-args [ARCH] were not consumed 09:54:52 Successfully built 6140cc7170a0 09:54:52 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 09:54:52 provisioning config files... 09:54:52 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/97@tmp/config11817043246053923884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:53 ---> docker-login.sh 09:54:53 nexus3.edgexfoundry.org:10001 09:54:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:53 Configure a credential helper to remove this warning. See 09:54:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:53 09:54:53 Login Succeeded 09:54:53 nexus3.edgexfoundry.org:10002 09:54:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:53 Configure a credential helper to remove this warning. See 09:54:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:53 09:54:53 Login Succeeded 09:54:53 nexus3.edgexfoundry.org:10003 09:54:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:54 Configure a credential helper to remove this warning. See 09:54:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:54 09:54:54 Login Succeeded 09:54:54 nexus3.edgexfoundry.org:10004 09:54:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:54 Configure a credential helper to remove this warning. See 09:54:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:54 09:54:54 Login Succeeded 09:54:54 docker.io 09:54:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:54 Configure a credential helper to remove this warning. See 09:54:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:54 09:54:54 Login Succeeded 09:54:54 ---> docker-login.sh ends [Pipeline] } 09:54:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:54:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:54:55 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 09:54:55 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:54:55 latest 09:54:55 3.0.0-dev.25 09:54:55 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:54:55 main 09:54:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:55 + 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 09:54:55 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:54:55 59d4f15ec919: Preparing 09:54:55 28064a96c026: Preparing 09:54:55 1030a1a10970: Preparing 09:54:55 608d194cb50c: Preparing 09:54:55 acc83c6ca332: Preparing 09:54:55 3ef428888d00: Preparing 09:54:55 a54b0c064fc7: Preparing 09:54:55 32ef3334853a: Preparing 09:54:55 180f56c51ea5: Preparing 09:54:55 d8a654077878: Preparing 09:54:55 2d71c4c3cb35: Preparing 09:54:55 26cbea5cba74: Preparing 09:54:55 a54b0c064fc7: Waiting 09:54:55 180f56c51ea5: Waiting 09:54:55 d8a654077878: Waiting 09:54:55 2d71c4c3cb35: Waiting 09:54:55 32ef3334853a: Waiting 09:54:55 3ef428888d00: Waiting 09:54:55 26cbea5cba74: Waiting 09:54:55 1030a1a10970: Pushed 09:54:55 acc83c6ca332: Pushed 09:54:55 59d4f15ec919: Pushed 09:54:55 28064a96c026: Pushed 09:54:56 3ef428888d00: Pushed 09:54:56 32ef3334853a: Pushed 09:54:56 180f56c51ea5: Pushed 09:54:56 a54b0c064fc7: Pushed 09:54:56 26cbea5cba74: Layer already exists 09:55:01 608d194cb50c: Pushed 09:55:01 d8a654077878: Pushed 09:55:14 2d71c4c3cb35: Pushed 09:55:14 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:14 + 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 09:55:14 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 09:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:55:14 59d4f15ec919: Preparing 09:55:14 28064a96c026: Preparing 09:55:14 1030a1a10970: Preparing 09:55:14 608d194cb50c: Preparing 09:55:14 acc83c6ca332: Preparing 09:55:14 3ef428888d00: Preparing 09:55:14 a54b0c064fc7: Preparing 09:55:14 32ef3334853a: Preparing 09:55:14 180f56c51ea5: Preparing 09:55:14 d8a654077878: Preparing 09:55:14 2d71c4c3cb35: Preparing 09:55:14 26cbea5cba74: Preparing 09:55:14 3ef428888d00: Waiting 09:55:14 a54b0c064fc7: Waiting 09:55:14 32ef3334853a: Waiting 09:55:14 26cbea5cba74: Waiting 09:55:14 d8a654077878: Waiting 09:55:14 180f56c51ea5: Waiting 09:55:14 2d71c4c3cb35: Waiting 09:55:14 acc83c6ca332: Layer already exists 09:55:14 1030a1a10970: Layer already exists 09:55:14 608d194cb50c: Layer already exists 09:55:14 59d4f15ec919: Layer already exists 09:55:14 28064a96c026: Layer already exists 09:55:14 a54b0c064fc7: Layer already exists 09:55:14 32ef3334853a: Layer already exists 09:55:14 3ef428888d00: Layer already exists 09:55:14 180f56c51ea5: Layer already exists 09:55:14 d8a654077878: Layer already exists 09:55:14 26cbea5cba74: Layer already exists 09:55:14 2d71c4c3cb35: Layer already exists 09:55:15 latest: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:15 + 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 09:55:15 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.25 09:55:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:55:15 59d4f15ec919: Preparing 09:55:15 28064a96c026: Preparing 09:55:15 1030a1a10970: Preparing 09:55:15 608d194cb50c: Preparing 09:55:15 acc83c6ca332: Preparing 09:55:15 3ef428888d00: Preparing 09:55:15 a54b0c064fc7: Preparing 09:55:15 32ef3334853a: Preparing 09:55:15 180f56c51ea5: Preparing 09:55:15 d8a654077878: Preparing 09:55:15 2d71c4c3cb35: Preparing 09:55:15 26cbea5cba74: Preparing 09:55:15 3ef428888d00: Waiting 09:55:15 a54b0c064fc7: Waiting 09:55:15 32ef3334853a: Waiting 09:55:15 180f56c51ea5: Waiting 09:55:15 d8a654077878: Waiting 09:55:15 2d71c4c3cb35: Waiting 09:55:15 26cbea5cba74: Waiting 09:55:15 608d194cb50c: Layer already exists 09:55:15 28064a96c026: Layer already exists 09:55:15 1030a1a10970: Layer already exists 09:55:15 acc83c6ca332: Layer already exists 09:55:15 59d4f15ec919: Layer already exists 09:55:15 a54b0c064fc7: Layer already exists 09:55:15 3ef428888d00: Layer already exists 09:55:15 32ef3334853a: Layer already exists 09:55:15 d8a654077878: Layer already exists 09:55:15 180f56c51ea5: Layer already exists 09:55:15 26cbea5cba74: Layer already exists 09:55:15 2d71c4c3cb35: Layer already exists 09:55:16 3.0.0-dev.25: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:16 + 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 09:55:16 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:55:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:55:16 59d4f15ec919: Preparing 09:55:16 28064a96c026: Preparing 09:55:16 1030a1a10970: Preparing 09:55:16 608d194cb50c: Preparing 09:55:16 acc83c6ca332: Preparing 09:55:16 3ef428888d00: Preparing 09:55:16 a54b0c064fc7: Preparing 09:55:16 32ef3334853a: Preparing 09:55:16 180f56c51ea5: Preparing 09:55:16 d8a654077878: Preparing 09:55:16 2d71c4c3cb35: Preparing 09:55:16 26cbea5cba74: Preparing 09:55:16 3ef428888d00: Waiting 09:55:16 a54b0c064fc7: Waiting 09:55:16 32ef3334853a: Waiting 09:55:16 180f56c51ea5: Waiting 09:55:16 d8a654077878: Waiting 09:55:16 2d71c4c3cb35: Waiting 09:55:16 26cbea5cba74: Waiting 09:55:16 28064a96c026: Layer already exists 09:55:16 59d4f15ec919: Layer already exists 09:55:16 acc83c6ca332: Layer already exists 09:55:16 1030a1a10970: Layer already exists 09:55:16 608d194cb50c: Layer already exists 09:55:16 180f56c51ea5: Layer already exists 09:55:16 3ef428888d00: Layer already exists 09:55:16 32ef3334853a: Layer already exists 09:55:16 a54b0c064fc7: Layer already exists 09:55:16 d8a654077878: Layer already exists 09:55:16 26cbea5cba74: Layer already exists 09:55:16 2d71c4c3cb35: Layer already exists 09:55:17 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:17 + 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 09:55:17 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 09:55:17 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:55:17 59d4f15ec919: Preparing 09:55:17 28064a96c026: Preparing 09:55:17 1030a1a10970: Preparing 09:55:17 608d194cb50c: Preparing 09:55:17 acc83c6ca332: Preparing 09:55:17 3ef428888d00: Preparing 09:55:17 a54b0c064fc7: Preparing 09:55:17 32ef3334853a: Preparing 09:55:17 180f56c51ea5: Preparing 09:55:17 d8a654077878: Preparing 09:55:17 2d71c4c3cb35: Preparing 09:55:17 26cbea5cba74: Preparing 09:55:17 32ef3334853a: Waiting 09:55:17 180f56c51ea5: Waiting 09:55:17 2d71c4c3cb35: Waiting 09:55:17 26cbea5cba74: Waiting 09:55:17 3ef428888d00: Waiting 09:55:17 a54b0c064fc7: Waiting 09:55:17 d8a654077878: Waiting 09:55:17 acc83c6ca332: Layer already exists 09:55:17 28064a96c026: Layer already exists 09:55:17 59d4f15ec919: Layer already exists 09:55:17 1030a1a10970: Layer already exists 09:55:17 608d194cb50c: Layer already exists 09:55:17 3ef428888d00: Layer already exists 09:55:17 d8a654077878: Layer already exists 09:55:17 a54b0c064fc7: Layer already exists 09:55:17 32ef3334853a: Layer already exists 09:55:17 180f56c51ea5: Layer already exists 09:55:17 2d71c4c3cb35: Layer already exists 09:55:17 26cbea5cba74: Layer already exists 09:55:17 main: digest: sha256:40a70f08b8744814e2e438c185274e3b59471ead70f2d4f2bdf34dba56f39ce7 size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:55:18 ===================================================== [Pipeline] echo 09:55:18 taggedImages: 09:55:18 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c 09:55:18 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 09:55:18 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.25 09:55:18 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1f17400c5cc4baed943c7e7ed2484b3b5921cf6c-3.0.0-dev.25 09:55:18 - 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 09:55:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:55:18 09:55:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:55:18 arm64: Pulling from edgex-lftools-log-publisher 09:55:18 8998bd30e6a1: Pulling fs layer 09:55:18 04944245beec: Pulling fs layer 09:55:18 699f458cf7ca: Pulling fs layer 09:55:18 765212b225bb: Pulling fs layer 09:55:18 f23df028b6ca: Pulling fs layer 09:55:18 d65c8cfc05b1: Pulling fs layer 09:55:18 2437ff75d9bd: Pulling fs layer 09:55:18 765212b225bb: Waiting 09:55:18 f23df028b6ca: Waiting 09:55:18 2437ff75d9bd: Waiting 09:55:18 d65c8cfc05b1: Waiting 09:55:19 04944245beec: Verifying Checksum 09:55:19 04944245beec: Download complete 09:55:19 765212b225bb: Verifying Checksum 09:55:19 765212b225bb: Download complete 09:55:19 f23df028b6ca: Verifying Checksum 09:55:19 f23df028b6ca: Download complete 09:55:19 d65c8cfc05b1: Verifying Checksum 09:55:19 d65c8cfc05b1: Download complete 09:55:19 699f458cf7ca: Verifying Checksum 09:55:19 699f458cf7ca: Download complete 09:55:19 8998bd30e6a1: Verifying Checksum 09:55:19 8998bd30e6a1: Download complete 09:55:21 2437ff75d9bd: Verifying Checksum 09:55:21 2437ff75d9bd: Download complete 09:55:24 8998bd30e6a1: Pull complete 09:55:25 04944245beec: Pull complete 09:55:26 699f458cf7ca: Pull complete 09:55:26 765212b225bb: Pull complete 09:55:27 f23df028b6ca: Pull complete 09:55:27 d65c8cfc05b1: Pull complete 09:55:42 2437ff75d9bd: Pull complete 09:55:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:55:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:55:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:55:42 prd-ubuntu20.04-docker-arm64-4c-16g-8443 does not seem to be running inside a container 09:55:43 $ 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 09:55:45 $ docker top 24351b8b70b57284dc0e14e252d532e414b0bd47397aa888b712fb4b80727584 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:55:45 ---> job-cost.sh 09:55:46 lf-activate-venv: SKIPPING 09:55:46 INFO: No Stack... 09:55:46 INFO: Retrieving Pricing Info for: v3-standard-4 09:55:47 INFO: Archiving Costs [Pipeline] sh 09:55:47 + cat /w/workspace/device-usb-camera/97/archives/cost.csv 09:55:47 + cut -d, -f6 [Pipeline] lock 09:55:47 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] 09:55:47 Resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] did not exist. Created. 09:55:47 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:55:48 /w/workspace/device-usb-camera/97@tmp/durable-28e3f8f7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:55:48 + echo total: 0.10999999940395355 [Pipeline] stash 09:55:48 Warning: overwriting stash ‘stack-cost’ 09:55:48 Stashed 1 file(s) [Pipeline] } 09:55:48 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 09:55:48 $ docker stop --time=1 24351b8b70b57284dc0e14e252d532e414b0bd47397aa888b712fb4b80727584 09:55:50 $ 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 09:55:50 provisioning config files... 09:55:50 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16757616004137335786tmp [Pipeline] { [Pipeline] sh 09:55:50 + set +x 09:55:50 + curl -s https://codecov.io/bash 09:55:50 + bash -s -- 09:55:50 09:55:50 _____ _ 09:55:50 / ____| | | 09:55:50 | | ___ __| | ___ ___ _____ __ 09:55:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:55:50 | |___| (_) | (_| | __/ (_| (_) \ V / 09:55:50 \_____\___/ \__,_|\___|\___\___/ \_/ 09:55:50 Bash-1.0.6 09:55:50 09:55:50 09:55:50 ==> git version 2.25.1 found 09:55:50 ==> 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 09:55:50 Release-Date: 2020-01-08 09:55:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:55:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:55:50 ==> Jenkins CI detected. 09:55:50 current dir:  /w/workspace/exfoundry_device-usb-camera_main 09:55:50 project root: . 09:55:50 --> token set from env 09:55:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:55:51 ==> Running gcov in . (disable via -X gcov) 09:55:51 ==> Python coveragepy not found 09:55:51 ==> Searching for coverage reports in: 09:55:51 + . 09:55:51 -> Found 1 reports 09:55:51 ==> Detecting git/mercurial file structure 09:55:51 ==> Reading reports 09:55:51 + ./coverage.out bytes=28352 09:55:51 ==> Appending adjustments 09:55:51 https://docs.codecov.io/docs/fixing-reports 09:55:51 + Found adjustments 09:55:51 ==> Gzipping contents 09:55:51 4.0K /tmp/codecov.16kPin.gz 09:55:51 ==> Uploading reports 09:55:51 url: https://codecov.io 09:55:51 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= 09:55:51 -> Pinging Codecov 09:55:51 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= 09:55:51 -> Uploading to 09:55:51 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 09:55:51 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:51 Dload Upload Total Spent Left Speed 09:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3893 0 0 100 3893 0 14802 --:--:-- --:--:-- --:--:-- 14802 09:55:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] } 09:55:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:55:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:55:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:55:52 09:55:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:55:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:55:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:55:52 df9b9388f04a: Pulling fs layer 09:55:52 52dc419b0ee2: Pulling fs layer 09:55:52 25bc292e5bac: Pulling fs layer 09:55:52 114826534d7a: Pulling fs layer 09:55:52 4657fd5d0bcf: Pulling fs layer 09:55:52 6ad1cebc031e: Pulling fs layer 09:55:52 8a3aa393b2d8: Pulling fs layer 09:55:52 114826534d7a: Waiting 09:55:52 8a3aa393b2d8: Waiting 09:55:52 25bc292e5bac: Verifying Checksum 09:55:52 25bc292e5bac: Download complete 09:55:52 52dc419b0ee2: Verifying Checksum 09:55:52 52dc419b0ee2: Download complete 09:55:52 4657fd5d0bcf: Verifying Checksum 09:55:52 4657fd5d0bcf: Download complete 09:55:52 df9b9388f04a: Download complete 09:55:52 6ad1cebc031e: Verifying Checksum 09:55:52 6ad1cebc031e: Download complete 09:55:52 df9b9388f04a: Pull complete 09:55:52 52dc419b0ee2: Pull complete 09:55:52 25bc292e5bac: Pull complete 09:55:53 114826534d7a: Download complete 09:55:53 8a3aa393b2d8: Verifying Checksum 09:55:53 8a3aa393b2d8: Download complete 09:55:57 114826534d7a: Pull complete 09:55:57 4657fd5d0bcf: Pull complete 09:55:57 6ad1cebc031e: Pull complete 09:56:00 8a3aa393b2d8: Pull complete 09:56:00 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:56:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:56:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:00 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:00 $ 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 09:56:04 $ docker top 0d46c032f67f4fafda9dfcca8e694daf2541486b79204c31aa80d7a529a74a42 -eo pid,comm [Pipeline] { [Pipeline] echo 09:56:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 09:56:04 + set -o pipefail 09:56:04 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 09:56:11 09:56:11 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 09:56:11 09:56:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/0c7e7a84-3bef-4dbd-ba1b-724a895b2941 09:56:11 09:56:11 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 09:56:11 09:56:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:56:11 09:56:11 09:56:11 A medium severity vulnerability was found in the Snyk CLI versions you are using. 09:56:11 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 09:56:11 More details here: https://snyk.co/ue1NS 09:56:11 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 09:56:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:56:11 $ docker stop --time=1 0d46c032f67f4fafda9dfcca8e694daf2541486b79204c31aa80d7a529a74a42 09:56:14 $ 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 09:56:15 + git log --format=format:%s -1 1f17400c5cc4baed943c7e7ed2484b3b5921cf6c [Pipeline] sh 09:56:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:56:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:56:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:15 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:15 $ 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 09:56:16 $ docker top 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 -eo pid,comm 09:56:16 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). 09:56:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:56:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:56:16 [ssh-agent] Looking for ssh-agent implementation... 09:56:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:56:16 $ docker exec 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 ssh-agent 09:56:16 SSH_AUTH_SOCK=/tmp/ssh-L6wSH191J068/agent.32 09:56:16 SSH_AGENT_PID=38 09:56:16 Running ssh-add (command line suppressed) 09:56:16 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) 09:56:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:56:16 + git semver tag 09:56:17 2023-04-13 09:56:17,156 [run_tag] DEBUG tag force:False 09:56:17 2023-04-13 09:56:17,156 [check_head_tag] DEBUG check head tag 09:56:17 2023-04-13 09:56:17,157 [execute] INFO git cat-file --batch-check 09:56:17 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=) 09:56:17 2023-04-13 09:56:17,160 [execute] INFO git cat-file --batch 09:56:17 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=) 09:56:17 2023-04-13 09:56:17,186 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:17 2023-04-13 09:56:17,186 [execute] INFO git tag -a v3.0.0-dev.25 -m v3.0.0-dev.25 09:56:17 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) 09:56:17 2023-04-13 09:56:17,190 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:17 3.0.0-dev.25 [Pipeline] } 09:56:17 $ docker exec --env ******** --env ******** 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 ssh-agent -k 09:56:17 unset SSH_AUTH_SOCK; 09:56:17 unset SSH_AGENT_PID; 09:56:17 echo Agent pid 38 killed; 09:56:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:56:17 + git semver [Pipeline] } 09:56:17 $ docker stop --time=1 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 09:56:19 $ docker rm -f --volumes 8d17383d256b0837ee9733d49f5ca105284aaff4617f9021ab9d0e5ca4f48aa7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:56:19 09:56:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:56:19 0.23.1-centos7: Pulling from edgex-lftools 09:56:19 ab5ef0e58194: Pulling fs layer 09:56:19 9712f1f96733: Pulling fs layer 09:56:19 63f879dbbcfc: Pulling fs layer 09:56:19 0d9ebad4ef96: Pulling fs layer 09:56:19 e9a5061849ea: Pulling fs layer 09:56:19 d747dcd14b5f: Pulling fs layer 09:56:19 0d9ebad4ef96: Waiting 09:56:19 e9a5061849ea: Waiting 09:56:19 2de7ff778b66: Pulling fs layer 09:56:19 d747dcd14b5f: Waiting 09:56:19 2de7ff778b66: Waiting 09:56:19 9712f1f96733: Download complete 09:56:20 63f879dbbcfc: Verifying Checksum 09:56:20 63f879dbbcfc: Download complete 09:56:20 e9a5061849ea: Verifying Checksum 09:56:20 e9a5061849ea: Download complete 09:56:20 d747dcd14b5f: Verifying Checksum 09:56:20 d747dcd14b5f: Download complete 09:56:20 0d9ebad4ef96: Verifying Checksum 09:56:20 0d9ebad4ef96: Download complete 09:56:20 ab5ef0e58194: Verifying Checksum 09:56:20 ab5ef0e58194: Download complete 09:56:20 2de7ff778b66: Verifying Checksum 09:56:20 2de7ff778b66: Download complete 09:56:22 ab5ef0e58194: Pull complete 09:56:22 9712f1f96733: Pull complete 09:56:23 63f879dbbcfc: Pull complete 09:56:28 0d9ebad4ef96: Pull complete 09:56:28 e9a5061849ea: Pull complete 09:56:28 d747dcd14b5f: Pull complete 09:56:28 2de7ff778b66: Pull complete 09:56:28 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:56:28 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:28 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:28 $ 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 09:56:32 $ docker top 2f4a91040161325f11fa58898371d2ba418ae85a381b7db6782ea75a7b6d52be -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:56:32 provisioning config files... 09:56:32 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config189792149322266468tmp 09:56:32 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8459073536091919315tmp 09:56:32 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4471569248723680790tmp [Pipeline] { [Pipeline] echo 09:56:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:56:33 ---> sigul-configuration.sh 09:56:33 gpg: directory `/root/.gnupg' created 09:56:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:56:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:56:33 gpg: keyring `/root/.gnupg/secring.gpg' created 09:56:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:56:33 gpg: CAST5 encrypted data 09:56:33 gpg: encrypted with 1 passphrase 09:56:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:56:33 + mkdir /home/jenkins 09:56:33 + mkdir /home/jenkins/sigul [Pipeline] sh 09:56:33 + 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 09:56:33 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:56:34 ---> sigul-install.sh 09:56:34 Sigul already installed; skipping installation. [Pipeline] sh 09:56:34 + git tag --list 09:56:34 v0.0.0 09:56:34 v0.0.1-dev.1 09:56:34 v0.0.1-dev.10 09:56:34 v0.0.1-dev.11 09:56:34 v0.0.1-dev.12 09:56:34 v0.0.1-dev.13 09:56:34 v0.0.1-dev.14 09:56:34 v0.0.1-dev.15 09:56:34 v0.0.1-dev.16 09:56:34 v0.0.1-dev.2 09:56:34 v0.0.1-dev.3 09:56:34 v0.0.1-dev.4 09:56:34 v0.0.1-dev.5 09:56:34 v0.0.1-dev.6 09:56:34 v0.0.1-dev.7 09:56:34 v0.0.1-dev.8 09:56:34 v0.0.1-dev.9 09:56:34 v2.2.0 09:56:34 v2.2.0-dev.17 09:56:34 v2.2.0-dev.18 09:56:34 v2.2.0-dev.19 09:56:34 v2.2.0-dev.20 09:56:34 v2.2.0-dev.21 09:56:34 v2.2.0-dev.22 09:56:34 v2.2.0-dev.23 09:56:34 v2.2.0-dev.24 09:56:34 v2.2.0-dev.25 09:56:34 v2.2.0-dev.26 09:56:34 v2.2.0-dev.27 09:56:34 v2.3.0 09:56:34 v2.3.0-dev.1 09:56:34 v2.3.0-dev.10 09:56:34 v2.3.0-dev.11 09:56:34 v2.3.0-dev.12 09:56:34 v2.3.0-dev.13 09:56:34 v2.3.0-dev.14 09:56:34 v2.3.0-dev.15 09:56:34 v2.3.0-dev.16 09:56:34 v2.3.0-dev.17 09:56:34 v2.3.0-dev.18 09:56:34 v2.3.0-dev.19 09:56:34 v2.3.0-dev.2 09:56:34 v2.3.0-dev.20 09:56:34 v2.3.0-dev.21 09:56:34 v2.3.0-dev.22 09:56:34 v2.3.0-dev.23 09:56:34 v2.3.0-dev.24 09:56:34 v2.3.0-dev.25 09:56:34 v2.3.0-dev.26 09:56:34 v2.3.0-dev.27 09:56:34 v2.3.0-dev.28 09:56:34 v2.3.0-dev.3 09:56:34 v2.3.0-dev.4 09:56:34 v2.3.0-dev.5 09:56:34 v2.3.0-dev.6 09:56:34 v2.3.0-dev.7 09:56:34 v2.3.0-dev.8 09:56:34 v2.3.0-dev.9 09:56:34 v2.3.1 09:56:34 v2.3.1-dev.4 09:56:34 v2.3.1-dev.5 09:56:34 v2.3.1-dev.6 09:56:34 v3.0.0-dev.1 09:56:34 v3.0.0-dev.10 09:56:34 v3.0.0-dev.11 09:56:34 v3.0.0-dev.12 09:56:34 v3.0.0-dev.13 09:56:34 v3.0.0-dev.14 09:56:34 v3.0.0-dev.15 09:56:34 v3.0.0-dev.16 09:56:34 v3.0.0-dev.17 09:56:34 v3.0.0-dev.18 09:56:34 v3.0.0-dev.19 09:56:34 v3.0.0-dev.2 09:56:34 v3.0.0-dev.20 09:56:34 v3.0.0-dev.21 09:56:34 v3.0.0-dev.22 09:56:34 v3.0.0-dev.23 09:56:34 v3.0.0-dev.24 09:56:34 v3.0.0-dev.25 09:56:34 v3.0.0-dev.3 09:56:34 v3.0.0-dev.4 09:56:34 v3.0.0-dev.5 09:56:34 v3.0.0-dev.6 09:56:34 v3.0.0-dev.7 09:56:34 v3.0.0-dev.8 09:56:34 v3.0.0-dev.9 [Pipeline] sh 09:56:34 + lftools sign git-tag v3.0.0-dev.25 09:56:35 Signing Git tag with Sigul... 09:56:35 Signing v3.0.0-dev.25 [Pipeline] echo 09:56:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:56:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:56:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:56:35 $ docker stop --time=1 2f4a91040161325f11fa58898371d2ba418ae85a381b7db6782ea75a7b6d52be 09:56:37 $ 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 09:56:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:56:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:56:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:37 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:37 $ 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 09:56:38 $ docker top 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de -eo pid,comm 09:56:38 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). 09:56:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:56:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:56:38 [ssh-agent] Looking for ssh-agent implementation... 09:56:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:56:38 $ docker exec 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de ssh-agent 09:56:38 SSH_AUTH_SOCK=/tmp/ssh-uSxFmHCNSvZ9/agent.33 09:56:38 SSH_AGENT_PID=39 09:56:38 Running ssh-add (command line suppressed) 09:56:38 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) 09:56:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:56:39 + git semver bump pre 09:56:39 2023-04-13 09:56:39,217 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:39 2023-04-13 09:56:39,218 [bump_version] DEBUG bumping version:3.0.0-dev.25 on axis:pre with prefix:dev 09:56:39 2023-04-13 09:56:39,218 [bump_version] DEBUG bumped version:3.0.0-dev.26 09:56:39 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 09:56:39 2023-04-13 09:56:39,218 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:39 2023-04-13 09:56:39,218 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:39 2023-04-13 09:56:39,220 [execute] INFO git cat-file --batch-check 09:56:39 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=) 09:56:39 2023-04-13 09:56:39,225 [execute] INFO git cat-file --batch 09:56:39 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=) 09:56:39 2023-04-13 09:56:39,231 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:39 3.0.0-dev.26 [Pipeline] } 09:56:39 $ docker exec --env ******** --env ******** 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de ssh-agent -k 09:56:39 unset SSH_AUTH_SOCK; 09:56:39 unset SSH_AGENT_PID; 09:56:39 echo Agent pid 39 killed; 09:56:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:56:39 + git semver [Pipeline] } 09:56:39 $ docker stop --time=1 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de 09:56:41 $ docker rm -f --volumes 56fd9cf25afd15369de03f14e02b4d2492b9f7cb8a371007a23638e6aad9f2de [Pipeline] // withDockerContainer [Pipeline] sh 09:56:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:56:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:56:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:41 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:41 $ 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 09:56:42 $ docker top 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:56:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:56:42 [ssh-agent] Looking for ssh-agent implementation... 09:56:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:56:42 $ docker exec 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e ssh-agent 09:56:42 SSH_AUTH_SOCK=/tmp/ssh-NxS0Dr3osKVf/agent.33 09:56:42 SSH_AGENT_PID=40 09:56:42 Running ssh-add (command line suppressed) 09:56:42 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) 09:56:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:56:43 + git semver push 09:56:43 2023-04-13 09:56:43,319 [run_push] DEBUG push 09:56:43 2023-04-13 09:56:43,319 [execute] INFO git cat-file --batch-check 09:56:43 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=) 09:56:43 2023-04-13 09:56:43,322 [execute] INFO git rev-list f640cee2424584bf6c87609391a51661e0539151 -- 09:56:43 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) 09:56:43 2023-04-13 09:56:43,329 [execute] INFO git fetch -v origin 09:56:43 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) 09:56:43 2023-04-13 09:56:43,810 [run_push] DEBUG no remote changes detected 09:56:43 2023-04-13 09:56:43,810 [execute] INFO git push origin semver 09:56:43 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) 09:56:44 2023-04-13 09:56:44,626 [run_push] DEBUG push all version tags 09:56:44 2023-04-13 09:56:44,626 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:56:44 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) 09:56:45 2023-04-13 09:56:45,354 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:56:45 3.0.0-dev.26 [Pipeline] } 09:56:45 $ docker exec --env ******** --env ******** 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e ssh-agent -k 09:56:45 unset SSH_AUTH_SOCK; 09:56:45 unset SSH_AGENT_PID; 09:56:45 echo Agent pid 40 killed; 09:56:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:56:45 + git semver [Pipeline] } 09:56:46 $ docker stop --time=1 116a0483b18f6823e2521e79470fba01bdd9579a591e4d37a4d890303ac3ad5e 09:56:47 $ 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 09:56:48 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 09:56:48 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 09:56:48 total 16 09:56:48 drwxr-xr-x 3 root root 4096 Apr 13 09:46 . 09:56:48 drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 09:56 .. 09:56:48 drwxr-xr-x 2 root root 4096 Apr 13 09:46 cost 09:56:48 -rw-r--r-- 1 root root 88 Apr 13 09:46 cost.csv 09:56:48 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 09:56:48 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 09:56:48 total 16 09:56:48 drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 09:46 . 09:56:48 drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 09:56 .. 09:56:48 drwxr-xr-x 2 jenkins jenkins 4096 Apr 13 09:46 cost 09:56:48 -rw-r--r-- 1 jenkins jenkins 88 Apr 13 09:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:56:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:56:49 ---> package-listing.sh 09:56:49 ++ facter osfamily 09:56:49 ++ tr '[:upper:]' '[:lower:]' 09:56:49 + OS_FAMILY=debian 09:56:49 + workspace=/w/workspace/exfoundry_device-usb-camera_main 09:56:49 + START_PACKAGES=/tmp/packages_start.txt 09:56:49 + END_PACKAGES=/tmp/packages_end.txt 09:56:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:56:49 + PACKAGES=/tmp/packages_start.txt 09:56:49 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 09:56:49 + PACKAGES=/tmp/packages_end.txt 09:56:49 + case "${OS_FAMILY}" in 09:56:49 + dpkg -l 09:56:49 + grep '^ii' 09:56:49 + '[' -f /tmp/packages_start.txt ']' 09:56:49 + '[' -f /tmp/packages_end.txt ']' 09:56:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:56:49 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 09:56:49 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 09:56:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 09:56:49 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 09:56:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:56:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:56:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:56:50 prd-ubuntu20.04-docker-8c-8g-8441 does not seem to be running inside a container 09:56:50 $ 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 09:56:50 $ docker top 3bf31b35d66a4752f96b2a23871bc1ea36d85884b4fd6164fbae205cde6946aa -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:50 + touch /tmp/pre-build-complete [Pipeline] sh 09:56:51 + mkdir -p /var/log/sysstat [Pipeline] sh 09:56:51 + ls /var/log/sa-host 09:56:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:56:51 provisioning config files... 09:56:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14033404879997295596tmp [Pipeline] { [Pipeline] echo 09:56:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:56:51 ---> create-netrc.sh [Pipeline] } 09:56:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:56:52 ---> python-tools-install.sh [Pipeline] echo 09:56:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:56:52 ---> sudo-logs.sh 09:56:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:56:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:56:52 ---> job-cost.sh 09:56:52 lf-activate-venv: SKIPPING 09:56:52 DEBUG: total: 0.2199999988079071 09:56:52 INFO: Retrieving Stack Cost... 09:56:53 INFO: Retrieving Pricing Info for: v3-standard-8 09:56:53 INFO: Archiving Costs [Pipeline] echo 09:56:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:56:53 ---> logs-deploy.sh 09:56:53 lf-activate-venv: SKIPPING 09:56:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/97 09:56:53 INFO: archiving workspace using pattern(s): 09:56:54 Archives upload complete. 09:56:54 INFO: archiving logs to Nexus