Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 87705a392df95c720bda82ac1b9f5f1497326bc3 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-ssh11355156623638617937.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh412960457482250927.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15159745233033354514.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14768956776047801906.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-ssh9135068920220512669.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7770 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 87705a392df95c720bda82ac1b9f5f1497326bc3 (main) Commit message: "Merge pull request #164 from lenny-intel/topic-constants" > 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 87705a392df95c720bda82ac1b9f5f1497326bc3 # timeout=10 > git rev-list --no-walk 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:54:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:54:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:54:46 ========================================================= 17:54:46 EdgeX Global Pipelines Version Info 17:54:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:54:47 ------------------- 17:54:47 stable info: 17:54:47 ------------------- 17:54:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:54:47 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:54:47 Message: update stable to v1.0.244 17:54:48 ------------------- 17:54:48 experimental info: 17:54:48 ------------------- 17:54:48 Commited By: **** collab-it+edgex@linuxfoundation.org 17:54:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:54:48 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87705a3 [Pipeline] echo 17:54:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:54:48 provisioning config files... 17:54:48 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1868264988534400137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:54:49 ---> docker-login.sh 17:54:49 nexus3.edgexfoundry.org:10001 17:54:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:49 Configure a credential helper to remove this warning. See 17:54:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:49 17:54:49 Login Succeeded 17:54:49 nexus3.edgexfoundry.org:10002 17:54:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:49 Configure a credential helper to remove this warning. See 17:54:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:49 17:54:49 Login Succeeded 17:54:49 nexus3.edgexfoundry.org:10003 17:54:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:49 Configure a credential helper to remove this warning. See 17:54:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:49 17:54:49 Login Succeeded 17:54:49 nexus3.edgexfoundry.org:10004 17:54:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:49 Configure a credential helper to remove this warning. See 17:54:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:49 17:54:49 Login Succeeded 17:54:49 docker.io 17:54:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:50 Configure a credential helper to remove this warning. See 17:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:50 17:54:50 Login Succeeded 17:54:50 ---> docker-login.sh ends [Pipeline] } 17:54:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:54:50 + git rev-list -1 --merges 87705a392df95c720bda82ac1b9f5f1497326bc3~1..87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo 17:54:50 -----------> git rev-list -1 --merges 87705a392df95c720bda82ac1b9f5f1497326bc3~1..87705a392df95c720bda82ac1b9f5f1497326bc3 87705a392df95c720bda82ac1b9f5f1497326bc3 17:54:50 87705a392df95c720bda82ac1b9f5f1497326bc3 [false] [Pipeline] sh 17:54:50 + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo 17:54:50 ========================================================= 17:54:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:54:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:51 + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo 17:54:51 [semverPrep] GIT_COMMIT: 87705a392df95c720bda82ac1b9f5f1497326bc3, Commit Message: Merge pull request #164 from lenny-intel/topic-constants [Pipeline] echo 17:54:51 [semverPrep] This is not a build commit. [Pipeline] sh 17:54:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:54:51 + grep -v github /etc/ssh/ssh_known_hosts 17:54:51 + [ -e /tmp/ssh_known_hosts ] 17:54:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:54:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:54:51 + sudo tee -a /etc/ssh/ssh_known_hosts 17:54:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:54:52 17:54:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:54:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:54:52 0.1.4: Pulling from edgex-devops/py-git-semver 17:54:52 b85a868b505f: Pulling fs layer 17:54:52 e2be974225ed: Pulling fs layer 17:54:52 339a4e72a1f5: Pulling fs layer 17:54:52 988bab9f4d93: Pulling fs layer 17:54:52 1469e6f7b9e6: Pulling fs layer 17:54:52 eaf3925da568: Pulling fs layer 17:54:52 bab4dde63d76: Pulling fs layer 17:54:52 bde34c3a00c8: Pulling fs layer 17:54:52 b352a97aabf1: Pulling fs layer 17:54:52 4872d77fe225: Pulling fs layer 17:54:52 5851b861e8e6: Pulling fs layer 17:54:52 bab4dde63d76: Waiting 17:54:52 bde34c3a00c8: Waiting 17:54:52 988bab9f4d93: Waiting 17:54:52 b352a97aabf1: Waiting 17:54:52 4872d77fe225: Waiting 17:54:52 1469e6f7b9e6: Waiting 17:54:52 eaf3925da568: Waiting 17:54:52 5851b861e8e6: Waiting 17:54:52 e2be974225ed: Download complete 17:54:52 988bab9f4d93: Verifying Checksum 17:54:52 988bab9f4d93: Download complete 17:54:52 1469e6f7b9e6: Verifying Checksum 17:54:52 1469e6f7b9e6: Download complete 17:54:52 339a4e72a1f5: Verifying Checksum 17:54:52 339a4e72a1f5: Download complete 17:54:52 eaf3925da568: Verifying Checksum 17:54:52 eaf3925da568: Download complete 17:54:52 bde34c3a00c8: Download complete 17:54:52 b352a97aabf1: Verifying Checksum 17:54:52 b352a97aabf1: Download complete 17:54:52 4872d77fe225: Verifying Checksum 17:54:52 4872d77fe225: Download complete 17:54:52 5851b861e8e6: Download complete 17:54:52 b85a868b505f: Download complete 17:54:53 bab4dde63d76: Verifying Checksum 17:54:53 bab4dde63d76: Download complete 17:54:54 b85a868b505f: Pull complete 17:54:54 e2be974225ed: Pull complete 17:54:54 339a4e72a1f5: Pull complete 17:54:54 988bab9f4d93: Pull complete 17:54:55 1469e6f7b9e6: Pull complete 17:54:55 eaf3925da568: Pull complete 17:54:56 bab4dde63d76: Pull complete 17:54:56 bde34c3a00c8: Pull complete 17:54:57 b352a97aabf1: Pull complete 17:54:57 4872d77fe225: Pull complete 17:54:57 5851b861e8e6: Pull complete 17:54:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:54:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:54:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:54:57 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 17:54:57 $ 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 17:54:59 $ docker top 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 -eo pid,comm 17:54:59 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). 17:54:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:54:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:54:59 [ssh-agent] Looking for ssh-agent implementation... 17:55:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:00 $ docker exec 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent 17:55:00 SSH_AUTH_SOCK=/tmp/ssh-d376qae3HIj9/agent.32 17:55:00 SSH_AGENT_PID=37 17:55:00 Running ssh-add (command line suppressed) 17:55:00 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6908134005088115668.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6908134005088115668.key) 17:55:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:00 + git tag --points-at HEAD [Pipeline] } 17:55:00 $ docker exec --env ******** --env ******** 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent -k 17:55:00 unset SSH_AUTH_SOCK; 17:55:00 unset SSH_AGENT_PID; 17:55:00 echo Agent pid 37 killed; 17:55:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:55:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:00 [ssh-agent] Looking for ssh-agent implementation... 17:55:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:00 $ docker exec 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent 17:55:01 SSH_AUTH_SOCK=/tmp/ssh-0JMeJ1tBt3Kh/agent.69 17:55:01 SSH_AGENT_PID=75 17:55:01 Running ssh-add (command line suppressed) 17:55:01 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_937878479425939131.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_937878479425939131.key) 17:55:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:01 + git semver init 17:55:01 2023-02-28 17:55:01,634 [run_init] DEBUG init version:0.0.0 force:False 17:55:01 2023-02-28 17:55:01,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 17:55:01 2023-02-28 17:55:01,636 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 17:55:01 2023-02-28 17:55:01,636 [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) 17:55:02 2023-02-28 17:55:02,519 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 17:55:02 2023-02-28 17:55:02,520 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 17:55:02 2023-02-28 17:55:02,520 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:55:02 2023-02-28 17:55:02,520 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 17:55:02 3.0.0-dev.9 [Pipeline] } 17:55:02 $ docker exec --env ******** --env ******** 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent -k 17:55:02 unset SSH_AUTH_SOCK; 17:55:02 unset SSH_AGENT_PID; 17:55:02 echo Agent pid 75 killed; 17:55:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:55:03 + git semver [Pipeline] } 17:55:03 $ docker stop --time=1 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 17:55:04 $ docker rm -f --volumes 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 [Pipeline] // withDockerContainer [Pipeline] sh 17:55:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:55:05 Stashed 1 file(s) [Pipeline] echo 17:55:05 [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [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 17:55:05 provisioning config files... 17:55:05 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1457443004580673556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:05 ---> docker-login.sh 17:55:05 nexus3.edgexfoundry.org:10001 17:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:05 Configure a credential helper to remove this warning. See 17:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:05 17:55:05 Login Succeeded 17:55:05 nexus3.edgexfoundry.org:10002 17:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:05 Configure a credential helper to remove this warning. See 17:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:05 17:55:05 Login Succeeded 17:55:05 nexus3.edgexfoundry.org:10003 17:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:05 Configure a credential helper to remove this warning. See 17:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:05 17:55:05 Login Succeeded 17:55:05 nexus3.edgexfoundry.org:10004 17:55:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:05 Configure a credential helper to remove this warning. See 17:55:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:05 17:55:05 Login Succeeded 17:55:05 docker.io 17:55:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:06 Configure a credential helper to remove this warning. See 17:55:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:06 17:55:06 Login Succeeded 17:55:06 ---> docker-login.sh ends [Pipeline] } 17:55:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:55:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:55:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:55:06 ========================================================= 17:55:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:55:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:55:06 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:55:06 Sending build context to Docker daemon 1.747MB 17:55:06 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:55:06 Step 2/13 : FROM ${BASE} AS builder 17:55:06 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:55:06 213ec9aee27d: Pulling fs layer 17:55:06 4583459ba037: Pulling fs layer 17:55:06 93c1e223e6f2: Pulling fs layer 17:55:06 53926ce57604: Pulling fs layer 17:55:06 21b2b0c7a3f4: Pulling fs layer 17:55:06 22ff95d597cd: Pulling fs layer 17:55:06 12d6caf4c0d1: Pulling fs layer 17:55:06 96b7cbca73a9: Pulling fs layer 17:55:06 a7acece74701: Pulling fs layer 17:55:06 53926ce57604: Waiting 17:55:06 21b2b0c7a3f4: Waiting 17:55:06 22ff95d597cd: Waiting 17:55:06 12d6caf4c0d1: Waiting 17:55:06 96b7cbca73a9: Waiting 17:55:06 a7acece74701: Waiting 17:55:06 93c1e223e6f2: Verifying Checksum 17:55:06 93c1e223e6f2: Download complete 17:55:06 4583459ba037: Download complete 17:55:06 21b2b0c7a3f4: Verifying Checksum 17:55:06 21b2b0c7a3f4: Download complete 17:55:06 22ff95d597cd: Download complete 17:55:06 213ec9aee27d: Verifying Checksum 17:55:06 213ec9aee27d: Download complete 17:55:06 12d6caf4c0d1: Verifying Checksum 17:55:06 12d6caf4c0d1: Download complete 17:55:06 213ec9aee27d: Pull complete 17:55:07 4583459ba037: Pull complete 17:55:07 93c1e223e6f2: Pull complete 17:55:07 a7acece74701: Verifying Checksum 17:55:07 a7acece74701: Download complete 17:55:07 53926ce57604: Verifying Checksum 17:55:07 53926ce57604: Download complete 17:55:07 96b7cbca73a9: Verifying Checksum 17:55:07 96b7cbca73a9: Download complete 17:55:11 53926ce57604: Pull complete 17:55:11 21b2b0c7a3f4: Pull complete 17:55:11 22ff95d597cd: Pull complete 17:55:11 12d6caf4c0d1: Pull complete 17:55:14 96b7cbca73a9: Pull complete 17:55:14 a7acece74701: Pull complete 17:55:14 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:55:14 ---> db6d94c90886 17:55:14 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:55:18 ---> Running in 269122de7b56 17:55:18 Removing intermediate container 269122de7b56 17:55:18 ---> 41df1c0e7631 17:55:18 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:55:18 ---> Running in f90f5693c047 17:55:18 Removing intermediate container f90f5693c047 17:55:18 ---> 339ba68be2ff 17:55:18 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:55:18 ---> Running in d6c0f143d7b4 17:55:18 Removing intermediate container d6c0f143d7b4 17:55:18 ---> 8837ce1bd9a2 17:55:18 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:55:18 ---> Running in 1c82dbaf49f4 17:55:18 Removing intermediate container 1c82dbaf49f4 17:55:18 ---> e24afa346ef4 17:55:18 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:55:18 ---> Running in 56623819d7b2 17:55:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:55:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:55:19 (1/80) Installing mesa (21.3.9-r0) 17:55:19 (2/80) Installing libxau (1.0.9-r0) 17:55:19 (3/80) Installing libxdmcp (1.1.3-r0) 17:55:19 (4/80) Installing libxcb (1.15-r0) 17:55:19 (5/80) Installing libx11 (1.8-r0) 17:55:19 (6/80) Installing libxext (1.3.4-r0) 17:55:19 (7/80) Installing libxfixes (6.0.0-r0) 17:55:19 (8/80) Installing libxxf86vm (1.1.4-r2) 17:55:19 (9/80) Installing libpciaccess (0.16-r0) 17:55:19 (10/80) Installing libdrm (2.4.110-r0) 17:55:19 (11/80) Installing mesa-glapi (21.3.9-r0) 17:55:19 (12/80) Installing libxshmfence (1.3-r1) 17:55:19 (13/80) Installing mesa-gl (21.3.9-r0) 17:55:19 (14/80) Installing icu-data-full (71.1-r2) 17:55:19 (15/80) Installing libice (1.0.10-r0) 17:55:19 (16/80) Installing libuuid (2.38-r1) 17:55:19 (17/80) Installing libsm (1.2.3-r0) 17:55:19 (18/80) Installing libxt (1.2.1-r0) 17:55:19 (19/80) Installing libxmu (1.1.3-r0) 17:55:19 (20/80) Installing xset (1.2.4-r0) 17:55:19 (21/80) Installing xprop (1.2.5-r0) 17:55:19 (22/80) Installing xdg-utils (1.1.3-r3) 17:55:19 (23/80) Installing dbus-libs (1.14.4-r0) 17:55:19 (24/80) Installing libffi (3.4.2-r1) 17:55:19 (25/80) Installing libintl (0.21-r2) 17:55:19 (26/80) Installing libblkid (2.38-r1) 17:55:19 (27/80) Installing libmount (2.38-r1) 17:55:19 (28/80) Installing pcre (8.45-r2) 17:55:19 (29/80) Installing glib (2.72.1-r0) 17:55:19 (30/80) Installing icu-libs (71.1-r2) 17:55:19 (31/80) Installing libpcre2-16 (10.40-r0) 17:55:19 (32/80) Installing zstd-libs (1.5.2-r1) 17:55:19 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 17:55:19 (34/80) Installing hicolor-icon-theme (0.17-r1) 17:55:19 (35/80) Installing wayland-libs-server (1.20.0-r0) 17:55:19 (36/80) Installing mesa-gbm (21.3.9-r0) 17:55:19 (37/80) Installing wayland-libs-client (1.20.0-r0) 17:55:19 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 17:55:19 (39/80) Installing libxcomposite (0.4.5-r0) 17:55:19 (40/80) Installing libbz2 (1.0.8-r1) 17:55:19 (41/80) Installing libpng (1.6.37-r1) 17:55:19 (42/80) Installing freetype (2.12.1-r0) 17:55:19 (43/80) Installing fontconfig (2.14.0-r0) 17:55:19 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 17:55:19 (45/80) Installing wayland-libs-egl (1.20.0-r0) 17:55:19 (46/80) Installing xkeyboard-config (2.35.1-r0) 17:55:19 (47/80) Installing xz-libs (5.2.5-r1) 17:55:19 (48/80) Installing libxml2 (2.9.14-r2) 17:55:19 (49/80) Installing libxkbcommon (1.4.1-r0) 17:55:19 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 17:55:19 (51/80) Installing mesa-egl (21.3.9-r0) 17:55:19 (52/80) Installing avahi-libs (0.8-r6) 17:55:19 (53/80) Installing nettle (3.7.3-r0) 17:55:19 (54/80) Installing p11-kit (0.24.1-r0) 17:55:20 (55/80) Installing libtasn1 (4.18.0-r1) 17:55:20 (56/80) Installing libunistring (1.0-r0) 17:55:20 (57/80) Installing gnutls (3.7.7-r1) 17:55:20 (58/80) Installing cups-libs (2.4.2-r0) 17:55:20 (59/80) Installing graphite2 (1.3.14-r1) 17:55:20 (60/80) Installing harfbuzz (4.3.0-r0) 17:55:20 (61/80) Installing libevdev (1.12.1-r0) 17:55:20 (62/80) Installing mtdev (1.1.6-r0) 17:55:20 (63/80) Installing eudev-libs (3.2.11-r0) 17:55:20 (64/80) Installing libinput-libs (1.20.1-r0) 17:55:20 (65/80) Installing libjpeg-turbo (2.1.3-r1) 17:55:20 (66/80) Installing xcb-util-wm (0.4.1-r1) 17:55:20 (67/80) Installing xcb-util (0.4.0-r3) 17:55:20 (68/80) Installing xcb-util-image (0.4.0-r1) 17:55:20 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 17:55:20 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 17:55:20 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 17:55:20 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 17:55:20 Still waiting to schedule task 17:55:20 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:55:20 (73/80) Installing v4l-utils-libs (1.22.1-r1) 17:55:20 (74/80) Installing v4l-utils (1.22.1-r1) 17:55:20 (75/80) Installing udev-init-scripts (35-r0) 17:55:20 Executing udev-init-scripts-35-r0.post-install 17:55:20 (76/80) Installing kmod-libs (29-r2) 17:55:20 (77/80) Installing eudev (3.2.11-r0) 17:55:20 (78/80) Installing eudev-dev (3.2.11-r0) 17:55:20 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:55:20 (80/80) Installing v4l-utils-dev (1.22.1-r1) 17:55:20 Executing busybox-1.35.0-r17.trigger 17:55:20 Executing eudev-3.2.11-r0.trigger 17:55:20 OK: 331 MiB in 131 packages 17:55:22 Removing intermediate container 56623819d7b2 17:55:22 ---> a9db85a455ca 17:55:22 Step 8/13 : WORKDIR /device-usb-camera 17:55:22 ---> Running in 1bd4a2c93e95 17:55:22 Removing intermediate container 1bd4a2c93e95 17:55:22 ---> 9fa03ac8fd97 17:55:22 Step 9/13 : COPY go.mod vendor* ./ 17:55:22 ---> 8280e43a7c47 17:55:22 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:55:22 ---> Running in 3d1e9542a6e0 17:56:01 Removing intermediate container 3d1e9542a6e0 17:56:01 ---> 98f907035961 17:56:01 Step 11/13 : COPY . . 17:56:01 ---> 662c0079ca10 17:56:01 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:56:01 ---> Running in eeb7f61909d9 17:56:01  % Total % Received % Xferd Average Speed Time Time Time Current 17:56:01 Dload Upload Total Spent Left Speed 17:56:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10324 0 --:--:-- --:--:-- --:--:-- 10411 17:56:01 Removing intermediate container eeb7f61909d9 17:56:01 ---> 5cf40a69a9a0 17:56:01 Step 13/13 : RUN ${MAKE} 17:56:01 ---> Running in cdbc25ba74aa 17:56:01 noop 17:56:01 Removing intermediate container cdbc25ba74aa 17:56:01 ---> b6fa3435988d 17:56:01 Successfully built b6fa3435988d 17:56:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:01 + docker inspect -f . ci-base-image-x86_64 17:56:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:02 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 17:56:02 $ 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 17:56:02 $ docker top ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:02 + go version 17:56:02 go version go1.18.7 linux/amd64 [Pipeline] } 17:56:02 $ docker stop --time=1 ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e 17:56:04 $ docker rm -f --volumes ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:04 + docker inspect -f . ci-base-image-x86_64 17:56:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:56:04 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 17:56:04 $ 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 17:56:04 $ docker top ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:05 + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh 17:56:05 + make test 17:56:05 go test ./... -coverprofile=coverage.out ./... 17:56:05 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:56:15 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:56:16 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements 17:56:24 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 17:56:24 go vet ./... 17:56:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:56:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:56:27 ./bin/test-attribution-txt.sh [Pipeline] echo 17:56:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:56:27 $ docker stop --time=1 ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 17:56:29 $ docker rm -f --volumes ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 [Pipeline] // withDockerContainer [Pipeline] sh 17:56:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:56:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:56:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:56:30 + ls -al . 17:56:30 total 196 17:56:30 drwxrwxr-x 10 jenkins jenkins 4096 Feb 28 17:56 . 17:56:30 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 .. 17:56:30 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:56 .git 17:56:30 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 .github 17:56:30 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:54 .gitignore 17:56:30 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:54 .golangci.yml 17:56:30 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:54 .hadolint.yml 17:56:30 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:55 .semver 17:56:30 -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:54 Attribution.txt 17:56:30 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:54 CHANGELOG.md 17:56:30 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:54 Dockerfile 17:56:30 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:54 GOVERNANCE.md 17:56:30 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:54 Jenkinsfile 17:56:30 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:54 LICENSE 17:56:30 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:54 Makefile 17:56:30 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:54 OWNERS.md 17:56:30 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:54 README.md 17:56:30 -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 17:55 VERSION 17:56:30 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:54 bin 17:56:30 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 cmd 17:56:30 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 17:56 coverage.out 17:56:30 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:54 docker-entrypoint.sh 17:56:30 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 docs 17:56:30 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:54 go.mod 17:56:30 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:54 go.sum 17:56:30 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 internal 17:56:30 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 snap 17:56:30 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:56:31 + 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=87705a392df95c720bda82ac1b9f5f1497326bc3 --label arch=amd64 --label version=3.0.0-dev.9 . 17:56:31 Sending build context to Docker daemon 1.778MB 17:56:31 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:56:31 Step 2/35 : FROM ${BASE} AS builder 17:56:31 ---> b6fa3435988d 17:56:31 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:56:31 ---> Running in b50850be76f7 17:56:31 Removing intermediate container b50850be76f7 17:56:31 ---> 2b74c150fb2e 17:56:31 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:56:31 ---> Running in df4c0514469c 17:56:31 Removing intermediate container df4c0514469c 17:56:31 ---> 506ae4395f53 17:56:31 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:56:31 ---> Running in 394fce8b780a 17:56:31 Removing intermediate container 394fce8b780a 17:56:31 ---> 3bd5fb2b4afa 17:56:31 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:56:31 ---> Running in 5cb62b0ca69d 17:56:31 Removing intermediate container 5cb62b0ca69d 17:56:31 ---> a2c0f8b0d13f 17:56:31 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:56:31 ---> Running in 530ba9d35798 17:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:56:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:56:32 OK: 331 MiB in 131 packages 17:56:32 Removing intermediate container 530ba9d35798 17:56:32 ---> 28f0926d0ce9 17:56:32 Step 8/35 : WORKDIR /device-usb-camera 17:56:32 ---> Running in 70fbe2f83790 17:56:32 Removing intermediate container 70fbe2f83790 17:56:32 ---> 135b620f8556 17:56:32 Step 9/35 : COPY go.mod vendor* ./ 17:56:32 ---> 4baba15eb032 17:56:32 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:56:32 ---> Running in c93922c5b9e0 17:56:33 Removing intermediate container c93922c5b9e0 17:56:33 ---> a6df615a6864 17:56:33 Step 11/35 : COPY . . 17:56:34 ---> 715bbef790f2 17:56:34 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:56:34 ---> Running in 2b2d7343ddf8 17:56:34  % Total % Received % Xferd Average Speed Time Time Time Current 17:56:34 Dload Upload Total Spent Left Speed 17:56:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062  100  1062  0   0  49938   0 --:--:-- --:--:-- --:--:-- 50571 17:56:34 Removing intermediate container 2b2d7343ddf8 17:56:34 ---> 0b65a1adb99e 17:56:34 Step 13/35 : RUN ${MAKE} 17:56:34 ---> Running in 5ce348370763 17:56:34 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:56:56 Removing intermediate container 5ce348370763 17:56:56 ---> fd6ce3d0c81c 17:56:56 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:56:57 v0.18.4: Pulling from aler9/rtsp-simple-server 17:56:57 af6660deedbd: Pulling fs layer 17:56:57 97cd0a44c592: Pulling fs layer 17:56:57 97cd0a44c592: Verifying Checksum 17:56:57 97cd0a44c592: Download complete 17:56:57 af6660deedbd: Verifying Checksum 17:56:57 af6660deedbd: Download complete 17:56:57 af6660deedbd: Pull complete 17:56:57 97cd0a44c592: Pull complete 17:56:57 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:56:57 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:56:57 ---> fea57e182299 17:56:57 Step 15/35 : FROM alpine:3.16 17:56:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7773 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 17:56:58 Running in /w/workspace/device-usb-camera/80 [Pipeline] { [Pipeline] checkout 17:56:58 Selected Git installation does not exist. Using Default 17:56:58 The recommended git tool is: NONE 17:56:58 3.16: Pulling from library/alpine 17:56:58 ef5531b6e74e: Pulling fs layer 17:56:58 ef5531b6e74e: Download complete 17:56:58 ef5531b6e74e: Pull complete 17:56:58 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 17:56:59 Status: Downloaded newer image for alpine:3.16 17:56:59 ---> dfd21b5a31f5 17:56:59 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:56:59 ---> Running in 3f4b049c492f 17:56:59 Removing intermediate container 3f4b049c492f 17:56:59 ---> de34b01388ea 17:56:59 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:56:59 ---> Running in 34e19fa1b052 17:57:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:57:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:57:00 (1/80) Installing dumb-init (1.2.5-r1) 17:57:00 (2/80) Installing sdl2 (2.0.22-r0) 17:57:00 (3/80) Installing libxau (1.0.9-r0) 17:57:00 (4/80) Installing libxdmcp (1.1.3-r0) 17:57:00 (5/80) Installing libxcb (1.15-r0) 17:57:00 (6/80) Installing libx11 (1.8-r0) 17:57:00 (7/80) Installing aom-libs (3.3.0-r0) 17:57:00 (8/80) Installing alsa-lib (1.2.7.2-r0) 17:57:00 (9/80) Installing expat (2.5.0-r0) 17:57:00 (10/80) Installing brotli-libs (1.0.9-r6) 17:57:00 (11/80) Installing libbz2 (1.0.8-r1) 17:57:00 (12/80) Installing libpng (1.6.37-r1) 17:57:00 (13/80) Installing freetype (2.12.1-r0) 17:57:00 (14/80) Installing fontconfig (2.14.0-r0) 17:57:00 (15/80) Installing fribidi (1.0.12-r0) 17:57:00 (16/80) Installing libffi (3.4.2-r1) 17:57:00 (17/80) Installing libintl (0.21-r2) 17:57:00 (18/80) Installing libblkid (2.38-r1) 17:57:00 (19/80) Installing libmount (2.38-r1) 17:57:00 (20/80) Installing pcre (8.45-r2) 17:57:00 (21/80) Installing glib (2.72.1-r0) 17:57:00 (22/80) Installing graphite2 (1.3.14-r1) 17:57:00 (23/80) Installing harfbuzz (4.3.0-r0) 17:57:00 (24/80) Installing libass (0.16.0-r0) 17:57:00 (25/80) Installing libdav1d (1.0.0-r0) 17:57:00 (26/80) Installing libpciaccess (0.16-r0) 17:57:00 (27/80) Installing libdrm (2.4.110-r0) 17:57:00 (28/80) Installing gmp (6.2.1-r2) 17:57:00 (29/80) Installing nettle (3.7.3-r0) 17:57:00 (30/80) Installing p11-kit (0.24.1-r0) 17:57:00 (31/80) Installing libtasn1 (4.18.0-r1) 17:57:00 (32/80) Installing libunistring (1.0-r0) 17:57:00 (33/80) Installing gnutls (3.7.7-r1) 17:57:00 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:57:00 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 17:57:00 (36/80) Installing lame (3.100-r0) 17:57:00 (37/80) Installing opus (1.3.1-r1) 17:57:00 (38/80) Installing libasyncns (0.8-r1) 17:57:00 (39/80) Installing dbus-libs (1.14.4-r0) 17:57:00 (40/80) Installing libltdl (2.4.7-r0) 17:57:00 (41/80) Installing orc (0.4.32-r0) 17:57:00 (42/80) Installing libgcc (11.2.1_git20220219-r2) 17:57:01 (43/80) Installing libogg (1.3.5-r1) 17:57:01 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 17:57:01 (45/80) Installing flac (1.3.4-r0) 17:57:01 (46/80) Installing libvorbis (1.3.7-r0) 17:57:01 (47/80) Installing libsndfile (1.1.0-r0) 17:57:01 (48/80) Installing libgomp (11.2.1_git20220219-r2) 17:57:01 (49/80) Installing soxr (0.1.3-r2) 17:57:01 (50/80) Installing speexdsp (1.2.0-r0) 17:57:01 (51/80) Installing tdb-libs (1.4.6-r0) 17:57:01 (52/80) Installing libpulse (15.0-r2) 17:57:01 (53/80) Installing cjson (1.7.15-r3) 17:57:01 (54/80) Installing mbedtls (2.28.2-r0) 17:57:01 (55/80) Installing librist (0.2.6-r1) 17:57:01 (56/80) Installing libsrt (1.4.4-r0) 17:57:01 (57/80) Installing libssh (0.9.6-r1) 17:57:01 (58/80) Installing libtheora (1.1.1-r16) 17:57:01 (59/80) Installing libjpeg-turbo (2.1.3-r1) 17:57:01 (60/80) Installing v4l-utils-libs (1.22.1-r1) 17:57:01 (61/80) Installing libxext (1.3.4-r0) 17:57:01 (62/80) Installing libxfixes (6.0.0-r0) 17:57:01 (63/80) Installing wayland-libs-client (1.20.0-r0) 17:57:01 (64/80) Installing libva (2.14.0-r0) 17:57:01 (65/80) Installing libvdpau (1.5-r0) 17:57:01 (66/80) Installing vidstab (1.1.0-r1) 17:57:01 (67/80) Installing libvpx (1.11.0-r1) 17:57:01 (68/80) Installing libwebp (1.2.3-r0) 17:57:01 (69/80) Installing x264-libs (0.163_git20210613-r0) 17:57:01 (70/80) Installing numactl (2.0.14-r0) 17:57:01 (71/80) Installing x265-libs (3.5-r3) 17:57:01 (72/80) Installing xvidcore (1.3.7-r1) 17:57:01 (73/80) Installing ffmpeg-libs (5.0.1-r1) 17:57:01 (74/80) Installing ffmpeg (5.0.1-r1) 17:57:01 (75/80) Installing udev-init-scripts (35-r0) 17:57:01 Executing udev-init-scripts-35-r0.post-install 17:57:01 (76/80) Installing eudev-libs (3.2.11-r0) 17:57:01 (77/80) Installing xz-libs (5.2.5-r1) 17:57:01 (78/80) Installing zstd-libs (1.5.2-r1) 17:57:01 (79/80) Installing kmod-libs (29-r2) 17:57:01 (80/80) Installing eudev (3.2.11-r0) 17:57:01 Executing busybox-1.35.0-r17.trigger 17:57:01 Executing eudev-3.2.11-r0.trigger 17:57:01 OK: 100 MiB in 94 packages 17:57:03 using credential edgex-jenkins-ssh 17:57:03 Cloning the remote Git repository 17:57:03 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 17:57:04 Removing intermediate container 34e19fa1b052 17:57:04 ---> c3218abd92a8 17:57:04 Step 18/35 : WORKDIR / 17:57:04 ---> Running in 03925cf26288 17:57:04 Removing intermediate container 03925cf26288 17:57:04 ---> 3f62d2978a35 17:57:04 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:57:03 > git init /w/workspace/device-usb-camera/80 # timeout=10 17:57:03 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:57:03 > git --version # timeout=10 17:57:03 > git --version # 'git version 2.25.1' 17:57:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:04 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:57:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:04 ---> ef0bdfd3ef54 17:57:04 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:57:04 ---> c3d0df8454e5 17:57:04 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:57:04 ---> d58ce7806ff4 17:57:04 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:57:04 ---> 5a610f5aff29 17:57:04 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:57:04 Avoid second fetch 17:57:04 Checking out Revision 87705a392df95c720bda82ac1b9f5f1497326bc3 (main) 17:57:04 ---> e72659dc0b7f 17:57:04 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:57:04 ---> 7446a9f4b8b5 17:57:04 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:57:05 Commit message: "Merge pull request #164 from lenny-intel/topic-constants" 17:57:05 ---> 9ee40cbba639 17:57:05 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:57:05 ---> Running in 81ac5f1b297c 17:57:04 > git config core.sparsecheckout # timeout=10 17:57:04 > git checkout -f 87705a392df95c720bda82ac1b9f5f1497326bc3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:57:06 Removing intermediate container 81ac5f1b297c 17:57:06 ---> a1a4a24ba3f9 17:57:06 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:57:06 ---> Running in 68096d1fe638 17:57:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:57:06 % Total % Received % Xferd Average Speed Time Time Time Current 17:57:06 Dload Upload Total Spent Left Speed 17:57:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh 17:57:06 Removing intermediate container 68096d1fe638 17:57:06 ---> 059738a2bf50 17:57:06 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:57:06 ---> Running in 2cda2a5a55bd 17:57:06 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:57:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:57:07 + sudo tee /etc/docker/daemon.new 17:57:07 { 17:57:07 "registry-mirrors": [ 17:57:07 "https://nexus3.edgexfoundry.org:10001" 17:57:07 ], 17:57:07 "bip": "10.250.0.254/24", 17:57:07 "hosts": [ 17:57:07 "tcp://0.0.0.0:5555", 17:57:07 "unix:///var/run/docker.sock" 17:57:07 ], 17:57:07 "mtu": 1458, 17:57:07 "selinux-enabled": true, 17:57:07 "seccomp-profile": "/etc/docker/seccomp.json" 17:57:07 } [Pipeline] sh 17:57:07 Removing intermediate container 2cda2a5a55bd 17:57:07 ---> cff30cb490eb 17:57:07 Step 29/35 : EXPOSE 59983 17:57:07 ---> Running in 307b2115a8d4 17:57:07 Removing intermediate container 307b2115a8d4 17:57:07 ---> e6b5775f198e 17:57:07 Step 30/35 : EXPOSE 8554 17:57:07 ---> Running in c4650b1de785 17:57:07 Removing intermediate container c4650b1de785 17:57:07 ---> 0f3a8a9586bd 17:57:07 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:57:07 ---> Running in 3e39c5274adc 17:57:07 Removing intermediate container 3e39c5274adc 17:57:07 ---> 7ca359872916 17:57:07 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:57:07 ---> Running in 0fd8a0b0757b 17:57:07 Removing intermediate container 0fd8a0b0757b 17:57:07 ---> b053a4ad6259 17:57:07 Step 33/35 : LABEL arch=amd64 17:57:07 ---> Running in 4285e4583f00 17:57:07 Removing intermediate container 4285e4583f00 17:57:07 ---> 5bc19f0c0b10 17:57:07 Step 34/35 : LABEL git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 17:57:07 ---> Running in 1ad3a8f43591 17:57:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:57:07 Removing intermediate container 1ad3a8f43591 17:57:07 ---> f4bd5e6660a5 17:57:07 Step 35/35 : LABEL version=3.0.0-dev.9 17:57:07 ---> Running in c802a9700ebc 17:57:07 Removing intermediate container c802a9700ebc 17:57:07 ---> 19092083128a 17:57:07 [Warning] One or more build-args [ARCH] were not consumed 17:57:07 Successfully built 19092083128a 17:57:07 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 17:57:07 + sudo service docker restart [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:57:07 provisioning config files... 17:57:07 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5577803921857002342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:08 ---> docker-login.sh 17:57:08 nexus3.edgexfoundry.org:10001 17:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:08 Configure a credential helper to remove this warning. See 17:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:08 17:57:08 Login Succeeded 17:57:08 nexus3.edgexfoundry.org:10002 17:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:08 Configure a credential helper to remove this warning. See 17:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:08 17:57:08 Login Succeeded 17:57:08 nexus3.edgexfoundry.org:10003 17:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:08 Configure a credential helper to remove this warning. See 17:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:08 17:57:08 Login Succeeded 17:57:08 nexus3.edgexfoundry.org:10004 17:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:08 Configure a credential helper to remove this warning. See 17:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:08 17:57:08 Login Succeeded 17:57:08 docker.io 17:57:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:08 Configure a credential helper to remove this warning. See 17:57:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:08 17:57:08 Login Succeeded 17:57:08 ---> docker-login.sh ends [Pipeline] } 17:57:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:57:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:57:08 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 17:57:08 87705a392df95c720bda82ac1b9f5f1497326bc3 17:57:08 latest 17:57:08 3.0.0-dev.9 17:57:08 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 17:57:08 main 17:57:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:09 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 17:57:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:57:09 47b3ea86d22b: Preparing 17:57:09 1ecf49014f7e: Preparing 17:57:09 2148c52fae94: Preparing 17:57:09 550e596c6d0e: Preparing 17:57:09 1207169bf42c: Preparing 17:57:09 c7b3b2478044: Preparing 17:57:09 cb28e968e29b: Preparing 17:57:09 e2484cb29a24: Preparing 17:57:09 b75121d8cc72: Preparing 17:57:09 56a54c266537: Preparing 17:57:09 2c67441f3888: Preparing 17:57:09 aa5968d388b8: Preparing 17:57:09 c7b3b2478044: Waiting 17:57:09 cb28e968e29b: Waiting 17:57:09 e2484cb29a24: Waiting 17:57:09 b75121d8cc72: Waiting 17:57:09 56a54c266537: Waiting 17:57:09 2c67441f3888: Waiting 17:57:09 aa5968d388b8: Waiting 17:57:09 47b3ea86d22b: Pushed 17:57:09 1ecf49014f7e: Pushed 17:57:09 1207169bf42c: Pushed 17:57:09 2148c52fae94: Pushed 17:57:09 c7b3b2478044: Pushed 17:57:09 cb28e968e29b: Pushed 17:57:09 e2484cb29a24: Pushed 17:57:09 b75121d8cc72: Pushed 17:57:09 aa5968d388b8: Layer already exists 17:57:11 550e596c6d0e: Pushed 17:57:12 56a54c266537: Pushed 17:57:18 2c67441f3888: Pushed 17:57:18 87705a392df95c720bda82ac1b9f5f1497326bc3: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:19 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 17:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:57:19 47b3ea86d22b: Preparing 17:57:19 1ecf49014f7e: Preparing 17:57:19 2148c52fae94: Preparing 17:57:19 550e596c6d0e: Preparing 17:57:19 1207169bf42c: Preparing 17:57:19 c7b3b2478044: Preparing 17:57:19 cb28e968e29b: Preparing 17:57:19 e2484cb29a24: Preparing 17:57:19 b75121d8cc72: Preparing 17:57:19 56a54c266537: Preparing 17:57:19 2c67441f3888: Preparing 17:57:19 aa5968d388b8: Preparing 17:57:19 b75121d8cc72: Waiting 17:57:19 2c67441f3888: Waiting 17:57:19 c7b3b2478044: Waiting 17:57:19 cb28e968e29b: Waiting 17:57:19 aa5968d388b8: Waiting 17:57:19 e2484cb29a24: Waiting 17:57:19 56a54c266537: Waiting 17:57:19 1ecf49014f7e: Layer already exists 17:57:19 550e596c6d0e: Layer already exists 17:57:19 47b3ea86d22b: Layer already exists 17:57:19 1207169bf42c: Layer already exists 17:57:19 2148c52fae94: Layer already exists 17:57:19 c7b3b2478044: Layer already exists 17:57:19 cb28e968e29b: Layer already exists 17:57:19 b75121d8cc72: Layer already exists 17:57:19 e2484cb29a24: Layer already exists 17:57:19 56a54c266537: Layer already exists 17:57:19 2c67441f3888: Layer already exists 17:57:19 aa5968d388b8: Layer already exists 17:57:19 latest: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:19 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:19 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 17:57:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:57:19 47b3ea86d22b: Preparing 17:57:19 1ecf49014f7e: Preparing 17:57:19 2148c52fae94: Preparing 17:57:19 550e596c6d0e: Preparing 17:57:19 1207169bf42c: Preparing 17:57:19 c7b3b2478044: Preparing 17:57:19 cb28e968e29b: Preparing 17:57:19 e2484cb29a24: Preparing 17:57:19 b75121d8cc72: Preparing 17:57:19 56a54c266537: Preparing 17:57:19 2c67441f3888: Preparing 17:57:19 aa5968d388b8: Preparing 17:57:19 b75121d8cc72: Waiting 17:57:19 56a54c266537: Waiting 17:57:19 2c67441f3888: Waiting 17:57:19 aa5968d388b8: Waiting 17:57:19 c7b3b2478044: Waiting 17:57:19 cb28e968e29b: Waiting 17:57:19 e2484cb29a24: Waiting 17:57:19 550e596c6d0e: Layer already exists 17:57:19 47b3ea86d22b: Layer already exists 17:57:19 2148c52fae94: Layer already exists 17:57:19 1ecf49014f7e: Layer already exists 17:57:19 1207169bf42c: Layer already exists 17:57:19 c7b3b2478044: Layer already exists 17:57:19 cb28e968e29b: Layer already exists 17:57:19 e2484cb29a24: Layer already exists 17:57:19 56a54c266537: Layer already exists 17:57:19 b75121d8cc72: Layer already exists 17:57:19 aa5968d388b8: Layer already exists 17:57:19 2c67441f3888: Layer already exists 17:57:19 3.0.0-dev.9: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:20 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:20 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 17:57:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:57:20 47b3ea86d22b: Preparing 17:57:20 1ecf49014f7e: Preparing 17:57:20 2148c52fae94: Preparing 17:57:20 550e596c6d0e: Preparing 17:57:20 1207169bf42c: Preparing 17:57:20 c7b3b2478044: Preparing 17:57:20 cb28e968e29b: Preparing 17:57:20 e2484cb29a24: Preparing 17:57:20 b75121d8cc72: Preparing 17:57:20 56a54c266537: Preparing 17:57:20 2c67441f3888: Preparing 17:57:20 aa5968d388b8: Preparing 17:57:20 56a54c266537: Waiting 17:57:20 2c67441f3888: Waiting 17:57:20 cb28e968e29b: Waiting 17:57:20 aa5968d388b8: Waiting 17:57:20 b75121d8cc72: Waiting 17:57:20 e2484cb29a24: Waiting 17:57:20 1207169bf42c: Layer already exists 17:57:20 1ecf49014f7e: Layer already exists 17:57:20 47b3ea86d22b: Layer already exists 17:57:20 550e596c6d0e: Layer already exists 17:57:20 2148c52fae94: Layer already exists 17:57:20 c7b3b2478044: Layer already exists 17:57:20 cb28e968e29b: Layer already exists 17:57:20 56a54c266537: Layer already exists 17:57:20 b75121d8cc72: Layer already exists 17:57:20 e2484cb29a24: Layer already exists 17:57:20 2c67441f3888: Layer already exists 17:57:20 aa5968d388b8: Layer already exists 17:57:20 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:20 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:21 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 17:57:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 17:57:21 47b3ea86d22b: Preparing 17:57:21 1ecf49014f7e: Preparing 17:57:21 2148c52fae94: Preparing 17:57:21 550e596c6d0e: Preparing 17:57:21 1207169bf42c: Preparing 17:57:21 c7b3b2478044: Preparing 17:57:21 cb28e968e29b: Preparing 17:57:21 e2484cb29a24: Preparing 17:57:21 b75121d8cc72: Preparing 17:57:21 56a54c266537: Preparing 17:57:21 2c67441f3888: Preparing 17:57:21 aa5968d388b8: Preparing 17:57:21 e2484cb29a24: Waiting 17:57:21 b75121d8cc72: Waiting 17:57:21 aa5968d388b8: Waiting 17:57:21 56a54c266537: Waiting 17:57:21 2c67441f3888: Waiting 17:57:21 c7b3b2478044: Waiting 17:57:21 cb28e968e29b: Waiting 17:57:21 2148c52fae94: Layer already exists 17:57:21 1207169bf42c: Layer already exists 17:57:21 47b3ea86d22b: Layer already exists 17:57:21 550e596c6d0e: Layer already exists 17:57:21 1ecf49014f7e: Layer already exists 17:57:21 c7b3b2478044: Layer already exists 17:57:21 cb28e968e29b: Layer already exists 17:57:21 e2484cb29a24: Layer already exists 17:57:21 b75121d8cc72: Layer already exists 17:57:21 56a54c266537: Layer already exists 17:57:21 2c67441f3888: Layer already exists 17:57:21 aa5968d388b8: Layer already exists 17:57:21 main: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:57:21 ===================================================== [Pipeline] echo 17:57:21 taggedImages: 17:57:21 - nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 17:57:21 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 17:57:21 - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 17:57:21 - nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 17:57:21 - 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 17:57:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:57:21 17:57:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:57:21 latest: Pulling from edgex-lftools-log-publisher 17:57:21 5eb5b503b376: Pulling fs layer 17:57:21 5c69ac0246d0: Pulling fs layer 17:57:21 ec43610c2a17: Pulling fs layer 17:57:21 3a2ae6a8a46f: Pulling fs layer 17:57:21 33b1e0a273af: Pulling fs layer 17:57:21 5d3b04190fa2: Pulling fs layer 17:57:21 2f39f015ded8: Pulling fs layer 17:57:21 2f39f015ded8: Waiting 17:57:21 3a2ae6a8a46f: Waiting 17:57:21 33b1e0a273af: Waiting 17:57:21 5d3b04190fa2: Waiting 17:57:21 5c69ac0246d0: Verifying Checksum 17:57:21 5c69ac0246d0: Download complete 17:57:21 3a2ae6a8a46f: Verifying Checksum 17:57:21 3a2ae6a8a46f: Download complete 17:57:22 33b1e0a273af: Download complete 17:57:22 5d3b04190fa2: Verifying Checksum 17:57:22 5d3b04190fa2: Download complete 17:57:22 ec43610c2a17: Verifying Checksum 17:57:22 ec43610c2a17: Download complete 17:57:22 5eb5b503b376: Verifying Checksum 17:57:22 5eb5b503b376: Download complete 17:57:22 2f39f015ded8: Download complete 17:57:23 5eb5b503b376: Pull complete 17:57:23 5c69ac0246d0: Pull complete 17:57:23 ec43610c2a17: Pull complete 17:57:24 3a2ae6a8a46f: Pull complete 17:57:24 33b1e0a273af: Pull complete 17:57:24 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:57:26 provisioning config files... 17:57:26 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/80@tmp/config14066290490172568033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:26 ---> docker-login.sh 17:57:26 nexus3.edgexfoundry.org:10001 17:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:26 Configure a credential helper to remove this warning. See 17:57:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:26 17:57:26 Login Succeeded 17:57:26 nexus3.edgexfoundry.org:10002 17:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:27 Configure a credential helper to remove this warning. See 17:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:27 17:57:27 Login Succeeded 17:57:27 nexus3.edgexfoundry.org:10003 17:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:27 Configure a credential helper to remove this warning. See 17:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:27 17:57:27 Login Succeeded 17:57:27 nexus3.edgexfoundry.org:10004 17:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:28 Configure a credential helper to remove this warning. See 17:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:28 17:57:28 Login Succeeded 17:57:28 docker.io 17:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:28 2f39f015ded8: Pull complete 17:57:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:57:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:57:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:28 Configure a credential helper to remove this warning. See 17:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:28 17:57:28 Login Succeeded 17:57:28 ---> docker-login.sh ends [Pipeline] // withEnv [Pipeline] withDockerContainer 17:57:28 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 17:57:28 $ 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 17:57:33 $ docker top 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc -eo pid,comm [Pipeline] { [Pipeline] } 17:57:33 Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:57:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:57:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] 17:57:33 ---> job-cost.sh 17:57:33 lf-activate-venv: SKIPPING 17:57:33 INFO: No Stack... [Pipeline] echo 17:57:33 ========================================================= 17:57:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:57:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:57:34 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:57:34 INFO: Retrieving Pricing Info for: v3-standard-8 17:57:34 Sending build context to Docker daemon 1.132MB 17:57:34 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:57:34 Step 2/13 : FROM ${BASE} AS builder 17:57:34 INFO: Archiving Costs [Pipeline] sh 17:57:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:57:34 9b18e9b68314: Pulling fs layer 17:57:34 35d82f9e3411: Pulling fs layer 17:57:34 e16973657156: Pulling fs layer 17:57:34 fc693d55d65f: Pulling fs layer 17:57:34 7e9fc2657dce: Pulling fs layer 17:57:34 dda99020689f: Pulling fs layer 17:57:34 db1c61fa0a46: Pulling fs layer 17:57:34 891c053d2c06: Pulling fs layer 17:57:34 dda99020689f: Waiting 17:57:34 fc693d55d65f: Waiting 17:57:34 db1c61fa0a46: Waiting 17:57:34 891c053d2c06: Waiting 17:57:34 7e9fc2657dce: Waiting 17:57:34 e16973657156: Verifying Checksum 17:57:34 e16973657156: Download complete 17:57:34 35d82f9e3411: Verifying Checksum 17:57:34 35d82f9e3411: Download complete 17:57:34 7e9fc2657dce: Verifying Checksum 17:57:34 7e9fc2657dce: Download complete 17:57:34 dda99020689f: Verifying Checksum 17:57:34 dda99020689f: Download complete 17:57:34 9b18e9b68314: Verifying Checksum 17:57:34 9b18e9b68314: Download complete 17:57:34 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 17:57:34 + cut -d, -f6 [Pipeline] lock 17:57:34 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] 17:57:34 Resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] did not exist. Created. 17:57:34 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:57:35 + echo total: 0.2199999988079071 [Pipeline] stash 17:57:35 Stashed 1 file(s) [Pipeline] } 17:57:35 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] // lock [Pipeline] } 17:57:35 $ docker stop --time=1 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc 17:57:35 9b18e9b68314: Pull complete 17:57:35 891c053d2c06: Verifying Checksum 17:57:35 891c053d2c06: Download complete 17:57:36 35d82f9e3411: Pull complete 17:57:36 $ docker rm -f --volumes 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:57:36 e16973657156: Pull complete [Pipeline] // stage [Pipeline] } 17:57:36 db1c61fa0a46: Verifying Checksum 17:57:36 db1c61fa0a46: Download complete 17:57:37 fc693d55d65f: Verifying Checksum 17:57:37 fc693d55d65f: Download complete 17:57:47 fc693d55d65f: Pull complete 17:57:47 7e9fc2657dce: Pull complete 17:57:47 dda99020689f: Pull complete 17:57:56 db1c61fa0a46: Pull complete 17:57:56 891c053d2c06: Pull complete 17:57:57 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:57:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:57:57 ---> f96f9c87975a 17:57:57 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:57:58 ---> Running in 22ae7f2415b4 17:57:59 Removing intermediate container 22ae7f2415b4 17:57:59 ---> df29ad4ee4dc 17:57:59 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:57:59 ---> Running in c830e3bb8791 17:57:59 Removing intermediate container c830e3bb8791 17:57:59 ---> 48fc545b100c 17:57:59 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:57:59 ---> Running in c8610f9e5de4 17:58:00 Removing intermediate container c8610f9e5de4 17:58:00 ---> 4013d473c421 17:58:00 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:58:00 ---> Running in 8f54584af4e4 17:58:00 Removing intermediate container 8f54584af4e4 17:58:00 ---> 7ed0526d0232 17:58:00 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:58:00 ---> Running in 85129b660fe6 17:58:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:58:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:58:03 (1/14) Installing libintl (0.21-r2) 17:58:03 (2/14) Installing eudev-libs (3.2.11-r0) 17:58:03 (3/14) Installing libjpeg-turbo (2.1.3-r1) 17:58:03 (4/14) Installing v4l-utils-libs (1.22.1-r1) 17:58:03 (5/14) Installing v4l-utils (1.22.1-r1) 17:58:03 (6/14) Installing udev-init-scripts (35-r0) 17:58:03 Executing udev-init-scripts-35-r0.post-install 17:58:03 (7/14) Installing libblkid (2.38-r1) 17:58:03 (8/14) Installing xz-libs (5.2.5-r1) 17:58:03 (9/14) Installing zstd-libs (1.5.2-r1) 17:58:03 (10/14) Installing kmod-libs (29-r2) 17:58:03 (11/14) Installing eudev (3.2.11-r0) 17:58:03 (12/14) Installing eudev-dev (3.2.11-r0) 17:58:03 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:58:03 (14/14) Installing v4l-utils-dev (1.22.1-r1) 17:58:03 Executing busybox-1.35.0-r17.trigger 17:58:03 Executing eudev-3.2.11-r0.trigger 17:58:03 OK: 228 MiB in 65 packages 17:58:04 Removing intermediate container 85129b660fe6 17:58:04 ---> 32510d2a275c 17:58:04 Step 8/13 : WORKDIR /device-usb-camera 17:58:04 ---> Running in c63e0339138b 17:58:04 Removing intermediate container c63e0339138b 17:58:04 ---> 74bd8f426515 17:58:04 Step 9/13 : COPY go.mod vendor* ./ 17:58:05 ---> 395bf5f35f26 17:58:05 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:58:05 ---> Running in d5e521233bd8 17:59:13 Removing intermediate container d5e521233bd8 17:59:13 ---> 455c176f6f34 17:59:13 Step 11/13 : COPY . . 17:59:13 ---> 06fdf17c6fc3 17:59:13 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:59:13 ---> Running in d19aa60737d4 17:59:14  % Total % Received % Xferd Average Speed Time Time Time Current 17:59:14 Dload Upload Total Spent Left Speed 17:59:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12977 0 --:--:-- --:--:-- --:--:-- 13111 17:59:15 Removing intermediate container d19aa60737d4 17:59:15 ---> 5936f5beedce 17:59:15 Step 13/13 : RUN ${MAKE} 17:59:15 ---> Running in 460cfc50f662 17:59:16 noop 17:59:17 Removing intermediate container 460cfc50f662 17:59:17 ---> f5dec0dc3d07 17:59:17 Successfully built f5dec0dc3d07 17:59:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:17 + docker inspect -f . ci-base-image-arm64 17:59:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:59:17 prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container 17:59:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@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 17:59:19 $ docker top 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:20 + go version 17:59:20 go version go1.18.7 linux/arm64 [Pipeline] } 17:59:20 $ docker stop --time=1 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 17:59:21 $ docker rm -f --volumes 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:59:22 + docker inspect -f . ci-base-image-arm64 17:59:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:59:22 prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container 17:59:22 $ 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/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@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 17:59:23 $ docker top 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:24 + git config --global --add safe.directory /w/workspace/device-usb-camera/80 [Pipeline] fileExists [Pipeline] sh 17:59:25 + make test 17:59:25 go test ./... -coverprofile=coverage.out ./... 17:59:26 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:01:03 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 18:01:05 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.069s coverage: 1.9% of statements 18:01:06 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:01:06 go vet ./... 18:01:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:01:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:01:38 ./bin/test-attribution-txt.sh [Pipeline] echo 18:01:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:01:38 $ docker stop --time=1 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 18:01:40 $ docker rm -f --volumes 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 [Pipeline] // withDockerContainer [Pipeline] sh 18:01:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:01:41 Warning: overwriting stash ‘coverage-report’ 18:01:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:01:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:01:43 + ls -al . 18:01:43 total 192 18:01:43 drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 17:59 . 18:01:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 .. 18:01:43 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:57 .git 18:01:43 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 .github 18:01:43 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:57 .gitignore 18:01:43 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:57 .golangci.yml 18:01:43 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:57 .hadolint.yml 18:01:43 -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:57 Attribution.txt 18:01:43 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:57 CHANGELOG.md 18:01:43 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:57 Dockerfile 18:01:43 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:57 GOVERNANCE.md 18:01:43 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:57 Jenkinsfile 18:01:43 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:57 LICENSE 18:01:43 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:57 Makefile 18:01:43 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:57 OWNERS.md 18:01:43 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:57 README.md 18:01:43 -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 17:55 VERSION 18:01:43 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:57 bin 18:01:43 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 cmd 18:01:43 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 18:01 coverage.out 18:01:43 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:57 docker-entrypoint.sh 18:01:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 docs 18:01:43 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:57 go.mod 18:01:43 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:57 go.sum 18:01:43 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 internal 18:01:43 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 snap 18:01:43 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:43 + 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=87705a392df95c720bda82ac1b9f5f1497326bc3 --label arch=arm64 --label version=3.0.0-dev.9 . 18:01:43 Sending build context to Docker daemon 1.163MB 18:01:43 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 18:01:43 Step 2/35 : FROM ${BASE} AS builder 18:01:43 ---> f5dec0dc3d07 18:01:43 Step 3/35 : ARG ADD_BUILD_TAGS="" 18:01:44 ---> Running in 63ff2f9f1194 18:01:44 Removing intermediate container 63ff2f9f1194 18:01:44 ---> 6a3265ffeda7 18:01:44 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:01:44 ---> Running in 6540c1cf5a92 18:01:45 Removing intermediate container 6540c1cf5a92 18:01:45 ---> 8d99e6c857e2 18:01:45 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:01:45 ---> Running in a6b8decb92c5 18:01:45 Removing intermediate container a6b8decb92c5 18:01:45 ---> 675485eaf6db 18:01:45 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:01:45 ---> Running in 60837dc004eb 18:01:45 Removing intermediate container 60837dc004eb 18:01:45 ---> 2de9e5c81b98 18:01:45 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:01:46 ---> Running in 347a0c90d69d 18:01:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:01:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:01:50 OK: 228 MiB in 65 packages 18:01:51 Removing intermediate container 347a0c90d69d 18:01:51 ---> 3086ae6811d4 18:01:51 Step 8/35 : WORKDIR /device-usb-camera 18:01:51 ---> Running in 8174c073db45 18:01:52 Removing intermediate container 8174c073db45 18:01:52 ---> 9d4740b1adc9 18:01:52 Step 9/35 : COPY go.mod vendor* ./ 18:01:53 ---> e3ffe411e5b9 18:01:53 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:01:53 ---> Running in e5bd4e3779fd 18:01:57 Removing intermediate container e5bd4e3779fd 18:01:57 ---> f7aba36bfbc9 18:01:57 Step 11/35 : COPY . . 18:02:00 ---> 0fffdb179e7b 18:02:00 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:02:00 ---> Running in 1f565ea8127b 18:02:01  % Total % Received % Xferd Average Speed Time Time Time Current 18:02:01  Dload Upload  Total  Spent Left Speed 18:02:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10877 0 --:--:-- --:--:-- --:--:-- 11062 18:02:02 Removing intermediate container 1f565ea8127b 18:02:02 ---> 6b3bd6bb129f 18:02:02 Step 13/35 : RUN ${MAKE} 18:02:02 ---> Running in 2e11325ec2e7 18:02:03 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 18:04:40 Removing intermediate container 2e11325ec2e7 18:04:40 ---> 5bb27c90d86e 18:04:40 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 18:04:40 v0.18.4: Pulling from aler9/rtsp-simple-server 18:04:40 eab2503cf8f4: Pulling fs layer 18:04:40 97cd0a44c592: Pulling fs layer 18:04:40 97cd0a44c592: Verifying Checksum 18:04:40 97cd0a44c592: Download complete 18:04:40 eab2503cf8f4: Verifying Checksum 18:04:40 eab2503cf8f4: Download complete 18:04:40 eab2503cf8f4: Pull complete 18:04:40 97cd0a44c592: Pull complete 18:04:40 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 18:04:40 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 18:04:40 ---> 7f763cca56b3 18:04:40 Step 15/35 : FROM alpine:3.16 18:04:41 3.16: Pulling from library/alpine 18:04:41 3760b48202b3: Pulling fs layer 18:04:41 3760b48202b3: Verifying Checksum 18:04:41 3760b48202b3: Download complete 18:04:42 3760b48202b3: Pull complete 18:04:42 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 18:04:42 Status: Downloaded newer image for alpine:3.16 18:04:42 ---> 4c81e5bf8899 18:04:42 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:04:42 ---> Running in 69928060d0ef 18:04:42 Removing intermediate container 69928060d0ef 18:04:42 ---> 2557038b6a48 18:04:42 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 18:04:42 ---> Running in 3516a02d7804 18:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 18:04:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 18:04:45 (1/79) Installing dumb-init (1.2.5-r1) 18:04:45 (2/79) Installing sdl2 (2.0.22-r0) 18:04:45 (3/79) Installing libxau (1.0.9-r0) 18:04:45 (4/79) Installing libxdmcp (1.1.3-r0) 18:04:45 (5/79) Installing libxcb (1.15-r0) 18:04:45 (6/79) Installing libx11 (1.8-r0) 18:04:46 (7/79) Installing aom-libs (3.3.0-r0) 18:04:46 (8/79) Installing alsa-lib (1.2.7.2-r0) 18:04:46 (9/79) Installing expat (2.5.0-r0) 18:04:46 (10/79) Installing brotli-libs (1.0.9-r6) 18:04:46 (11/79) Installing libbz2 (1.0.8-r1) 18:04:46 (12/79) Installing libpng (1.6.37-r1) 18:04:46 (13/79) Installing freetype (2.12.1-r0) 18:04:46 (14/79) Installing fontconfig (2.14.0-r0) 18:04:46 (15/79) Installing fribidi (1.0.12-r0) 18:04:46 (16/79) Installing libffi (3.4.2-r1) 18:04:46 (17/79) Installing libintl (0.21-r2) 18:04:46 (18/79) Installing libblkid (2.38-r1) 18:04:46 (19/79) Installing libmount (2.38-r1) 18:04:46 (20/79) Installing pcre (8.45-r2) 18:04:46 (21/79) Installing glib (2.72.1-r0) 18:04:46 (22/79) Installing graphite2 (1.3.14-r1) 18:04:46 (23/79) Installing harfbuzz (4.3.0-r0) 18:04:46 (24/79) Installing libass (0.16.0-r0) 18:04:46 (25/79) Installing libdav1d (1.0.0-r0) 18:04:46 (26/79) Installing libdrm (2.4.110-r0) 18:04:46 (27/79) Installing gmp (6.2.1-r2) 18:04:46 (28/79) Installing nettle (3.7.3-r0) 18:04:46 (29/79) Installing p11-kit (0.24.1-r0) 18:04:46 (30/79) Installing libtasn1 (4.18.0-r1) 18:04:46 (31/79) Installing libunistring (1.0-r0) 18:04:46 (32/79) Installing gnutls (3.7.7-r1) 18:04:46 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 18:04:46 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 18:04:46 (35/79) Installing lame (3.100-r0) 18:04:46 (36/79) Installing opus (1.3.1-r1) 18:04:46 (37/79) Installing libasyncns (0.8-r1) 18:04:46 (38/79) Installing dbus-libs (1.14.4-r0) 18:04:46 (39/79) Installing libltdl (2.4.7-r0) 18:04:46 (40/79) Installing orc (0.4.32-r0) 18:04:46 (41/79) Installing libgcc (11.2.1_git20220219-r2) 18:04:46 (42/79) Installing libogg (1.3.5-r1) 18:04:46 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 18:04:46 (44/79) Installing flac (1.3.4-r0) 18:04:47 (45/79) Installing libvorbis (1.3.7-r0) 18:04:47 (46/79) Installing libsndfile (1.1.0-r0) 18:04:47 (47/79) Installing libgomp (11.2.1_git20220219-r2) 18:04:47 (48/79) Installing soxr (0.1.3-r2) 18:04:47 (49/79) Installing speexdsp (1.2.0-r0) 18:04:47 (50/79) Installing tdb-libs (1.4.6-r0) 18:04:47 (51/79) Installing libpulse (15.0-r2) 18:04:47 (52/79) Installing cjson (1.7.15-r3) 18:04:47 (53/79) Installing mbedtls (2.28.2-r0) 18:04:47 (54/79) Installing librist (0.2.6-r1) 18:04:47 (55/79) Installing libsrt (1.4.4-r0) 18:04:47 (56/79) Installing libssh (0.9.6-r1) 18:04:47 (57/79) Installing libtheora (1.1.1-r16) 18:04:47 (58/79) Installing libjpeg-turbo (2.1.3-r1) 18:04:47 (59/79) Installing v4l-utils-libs (1.22.1-r1) 18:04:47 (60/79) Installing libxext (1.3.4-r0) 18:04:47 (61/79) Installing libxfixes (6.0.0-r0) 18:04:47 (62/79) Installing wayland-libs-client (1.20.0-r0) 18:04:47 (63/79) Installing libva (2.14.0-r0) 18:04:47 (64/79) Installing libvdpau (1.5-r0) 18:04:47 (65/79) Installing vidstab (1.1.0-r1) 18:04:47 (66/79) Installing libvpx (1.11.0-r1) 18:04:47 (67/79) Installing libwebp (1.2.3-r0) 18:04:47 (68/79) Installing x264-libs (0.163_git20210613-r0) 18:04:47 (69/79) Installing numactl (2.0.14-r0) 18:04:47 (70/79) Installing x265-libs (3.5-r3) 18:04:47 (71/79) Installing xvidcore (1.3.7-r1) 18:04:47 (72/79) Installing ffmpeg-libs (5.0.1-r1) 18:04:48 (73/79) Installing ffmpeg (5.0.1-r1) 18:04:48 (74/79) Installing udev-init-scripts (35-r0) 18:04:48 Executing udev-init-scripts-35-r0.post-install 18:04:48 (75/79) Installing eudev-libs (3.2.11-r0) 18:04:48 (76/79) Installing xz-libs (5.2.5-r1) 18:04:48 (77/79) Installing zstd-libs (1.5.2-r1) 18:04:48 (78/79) Installing kmod-libs (29-r2) 18:04:48 (79/79) Installing eudev (3.2.11-r0) 18:04:48 Executing busybox-1.35.0-r17.trigger 18:04:48 Executing eudev-3.2.11-r0.trigger 18:04:48 OK: 77 MiB in 93 packages 18:04:51 Removing intermediate container 3516a02d7804 18:04:51 ---> 0460f8836eb7 18:04:51 Step 18/35 : WORKDIR / 18:04:51 ---> Running in a8f9e07137a0 18:04:51 Removing intermediate container a8f9e07137a0 18:04:51 ---> 88e49ecb1935 18:04:51 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 18:04:53 ---> 4557252eb4aa 18:04:53 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 18:04:54 ---> e212a7d89f10 18:04:54 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 18:04:54 ---> 1d5fd2b1d9dc 18:04:54 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 18:04:55 ---> 6948e67651bf 18:04:55 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 18:04:55 ---> 28a29284bf2b 18:04:55 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 18:04:56 ---> 1ee1745e0e90 18:04:56 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 18:04:57 ---> c33c6c9004d1 18:04:57 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 18:04:57 ---> Running in 2dca93e2d87a 18:04:59 Removing intermediate container 2dca93e2d87a 18:04:59 ---> 26db7c37b2f7 18:04:59 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 18:04:59 ---> Running in 9e9ed31d769c 18:05:01 Removing intermediate container 9e9ed31d769c 18:05:01 ---> e034e0fb7ba7 18:05:01 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 18:05:01 ---> Running in a627142121bf 18:05:03 Removing intermediate container a627142121bf 18:05:03 ---> 08ce5c9acbc6 18:05:03 Step 29/35 : EXPOSE 59983 18:05:03 ---> Running in 5cfcf4361615 18:05:03 Removing intermediate container 5cfcf4361615 18:05:03 ---> ff2066aa624c 18:05:03 Step 30/35 : EXPOSE 8554 18:05:03 ---> Running in 3e5c2efb6e04 18:05:03 Removing intermediate container 3e5c2efb6e04 18:05:03 ---> 955d8d299ce9 18:05:03 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 18:05:03 ---> Running in df2bf7ca23bd 18:05:04 Removing intermediate container df2bf7ca23bd 18:05:04 ---> 3481d1cdd582 18:05:04 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 18:05:04 ---> Running in a39e0916a426 18:05:04 Removing intermediate container a39e0916a426 18:05:04 ---> 10af0c1ee931 18:05:04 Step 33/35 : LABEL arch=arm64 18:05:04 ---> Running in 31c56c323dd5 18:05:05 Removing intermediate container 31c56c323dd5 18:05:05 ---> ca26ba5309f1 18:05:05 Step 34/35 : LABEL git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 18:05:05 ---> Running in b37a3155977b 18:05:05 Removing intermediate container b37a3155977b 18:05:05 ---> f4d0075f6907 18:05:05 Step 35/35 : LABEL version=3.0.0-dev.9 18:05:05 ---> Running in d5d75a06fbb9 18:05:05 Removing intermediate container d5d75a06fbb9 18:05:05 ---> 40aa58edd9f6 18:05:05 [Warning] One or more build-args [ARCH] were not consumed 18:05:05 Successfully built 40aa58edd9f6 18:05:05 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 18:05:05 provisioning config files... 18:05:05 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/80@tmp/config6307414058923328068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:06 ---> docker-login.sh 18:05:06 nexus3.edgexfoundry.org:10001 18:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:06 Configure a credential helper to remove this warning. See 18:05:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:06 18:05:06 Login Succeeded 18:05:06 nexus3.edgexfoundry.org:10002 18:05:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:07 Configure a credential helper to remove this warning. See 18:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:07 18:05:07 Login Succeeded 18:05:07 nexus3.edgexfoundry.org:10003 18:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:07 Configure a credential helper to remove this warning. See 18:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:07 18:05:07 Login Succeeded 18:05:07 nexus3.edgexfoundry.org:10004 18:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:07 Configure a credential helper to remove this warning. See 18:05:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:07 18:05:07 Login Succeeded 18:05:07 docker.io 18:05:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:05:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:05:08 Configure a credential helper to remove this warning. See 18:05:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:05:08 18:05:08 Login Succeeded 18:05:08 ---> docker-login.sh ends [Pipeline] } 18:05:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:05:08 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 18:05:08 87705a392df95c720bda82ac1b9f5f1497326bc3 18:05:08 latest 18:05:08 3.0.0-dev.9 18:05:08 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 18:05:08 main 18:05:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:08 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:09 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 18:05:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:05:09 1bee64fad784: Preparing 18:05:09 045ccab064bc: Preparing 18:05:09 a66dd101cefe: Preparing 18:05:09 a43932d1df72: Preparing 18:05:09 1207169bf42c: Preparing 18:05:09 ecb9f392b665: Preparing 18:05:09 5bbdc774170d: Preparing 18:05:09 143487cac1ba: Preparing 18:05:09 3149cc3b13ae: Preparing 18:05:09 474ff915a301: Preparing 18:05:09 3301dede809b: Preparing 18:05:09 f70ee36035b9: Preparing 18:05:09 5bbdc774170d: Waiting 18:05:09 143487cac1ba: Waiting 18:05:09 3149cc3b13ae: Waiting 18:05:09 474ff915a301: Waiting 18:05:09 3301dede809b: Waiting 18:05:09 f70ee36035b9: Waiting 18:05:09 ecb9f392b665: Waiting 18:05:09 1207169bf42c: Pushed 18:05:09 045ccab064bc: Pushed 18:05:09 a66dd101cefe: Pushed 18:05:09 1bee64fad784: Pushed 18:05:09 ecb9f392b665: Pushed 18:05:09 5bbdc774170d: Pushed 18:05:09 143487cac1ba: Pushed 18:05:09 3149cc3b13ae: Pushed 18:05:09 f70ee36035b9: Layer already exists 18:05:13 a43932d1df72: Pushed 18:05:15 474ff915a301: Pushed 18:05:27 3301dede809b: Pushed 18:05:27 87705a392df95c720bda82ac1b9f5f1497326bc3: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:28 + 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 18:05:28 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 18:05:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:05:28 1bee64fad784: Preparing 18:05:28 045ccab064bc: Preparing 18:05:28 a66dd101cefe: Preparing 18:05:28 a43932d1df72: Preparing 18:05:28 1207169bf42c: Preparing 18:05:28 ecb9f392b665: Preparing 18:05:28 5bbdc774170d: Preparing 18:05:28 143487cac1ba: Preparing 18:05:28 3149cc3b13ae: Preparing 18:05:28 474ff915a301: Preparing 18:05:28 3301dede809b: Preparing 18:05:28 f70ee36035b9: Preparing 18:05:28 3149cc3b13ae: Waiting 18:05:28 474ff915a301: Waiting 18:05:28 3301dede809b: Waiting 18:05:28 5bbdc774170d: Waiting 18:05:28 ecb9f392b665: Waiting 18:05:28 143487cac1ba: Waiting 18:05:28 a66dd101cefe: Layer already exists 18:05:28 1207169bf42c: Layer already exists 18:05:28 a43932d1df72: Layer already exists 18:05:28 1bee64fad784: Layer already exists 18:05:28 045ccab064bc: Layer already exists 18:05:28 ecb9f392b665: Layer already exists 18:05:28 5bbdc774170d: Layer already exists 18:05:28 143487cac1ba: Layer already exists 18:05:28 474ff915a301: Layer already exists 18:05:28 3149cc3b13ae: Layer already exists 18:05:28 3301dede809b: Layer already exists 18:05:28 f70ee36035b9: Layer already exists 18:05:28 latest: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:29 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:29 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 18:05:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:05:29 1bee64fad784: Preparing 18:05:29 045ccab064bc: Preparing 18:05:29 a66dd101cefe: Preparing 18:05:29 a43932d1df72: Preparing 18:05:29 1207169bf42c: Preparing 18:05:29 ecb9f392b665: Preparing 18:05:29 5bbdc774170d: Preparing 18:05:29 143487cac1ba: Preparing 18:05:29 ecb9f392b665: Waiting 18:05:29 3149cc3b13ae: Preparing 18:05:29 5bbdc774170d: Waiting 18:05:29 143487cac1ba: Waiting 18:05:29 3149cc3b13ae: Waiting 18:05:29 474ff915a301: Preparing 18:05:29 3301dede809b: Preparing 18:05:29 f70ee36035b9: Preparing 18:05:29 474ff915a301: Waiting 18:05:29 f70ee36035b9: Waiting 18:05:29 3301dede809b: Waiting 18:05:29 1bee64fad784: Layer already exists 18:05:29 a66dd101cefe: Layer already exists 18:05:29 1207169bf42c: Layer already exists 18:05:29 045ccab064bc: Layer already exists 18:05:29 a43932d1df72: Layer already exists 18:05:29 5bbdc774170d: Layer already exists 18:05:29 ecb9f392b665: Layer already exists 18:05:29 3149cc3b13ae: Layer already exists 18:05:29 143487cac1ba: Layer already exists 18:05:29 474ff915a301: Layer already exists 18:05:29 f70ee36035b9: Layer already exists 18:05:29 3301dede809b: Layer already exists 18:05:29 3.0.0-dev.9: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:30 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:30 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 18:05:30 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:05:30 1bee64fad784: Preparing 18:05:30 045ccab064bc: Preparing 18:05:30 a66dd101cefe: Preparing 18:05:30 a43932d1df72: Preparing 18:05:30 1207169bf42c: Preparing 18:05:30 ecb9f392b665: Preparing 18:05:30 5bbdc774170d: Preparing 18:05:30 143487cac1ba: Preparing 18:05:30 3149cc3b13ae: Preparing 18:05:30 474ff915a301: Preparing 18:05:30 3301dede809b: Preparing 18:05:30 f70ee36035b9: Preparing 18:05:30 143487cac1ba: Waiting 18:05:30 3149cc3b13ae: Waiting 18:05:30 474ff915a301: Waiting 18:05:30 3301dede809b: Waiting 18:05:30 f70ee36035b9: Waiting 18:05:30 ecb9f392b665: Waiting 18:05:30 5bbdc774170d: Waiting 18:05:30 a66dd101cefe: Layer already exists 18:05:30 1207169bf42c: Layer already exists 18:05:30 a43932d1df72: Layer already exists 18:05:30 1bee64fad784: Layer already exists 18:05:30 045ccab064bc: Layer already exists 18:05:30 5bbdc774170d: Layer already exists 18:05:30 143487cac1ba: Layer already exists 18:05:30 ecb9f392b665: Layer already exists 18:05:30 474ff915a301: Layer already exists 18:05:30 3149cc3b13ae: Layer already exists 18:05:30 3301dede809b: Layer already exists 18:05:30 f70ee36035b9: Layer already exists 18:05:30 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:31 + 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 18:05:31 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 18:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 18:05:31 1bee64fad784: Preparing 18:05:31 045ccab064bc: Preparing 18:05:31 a66dd101cefe: Preparing 18:05:31 a43932d1df72: Preparing 18:05:31 1207169bf42c: Preparing 18:05:31 ecb9f392b665: Preparing 18:05:31 5bbdc774170d: Preparing 18:05:31 143487cac1ba: Preparing 18:05:31 3149cc3b13ae: Preparing 18:05:31 474ff915a301: Preparing 18:05:31 3301dede809b: Preparing 18:05:31 f70ee36035b9: Preparing 18:05:31 ecb9f392b665: Waiting 18:05:31 5bbdc774170d: Waiting 18:05:31 143487cac1ba: Waiting 18:05:31 3149cc3b13ae: Waiting 18:05:31 474ff915a301: Waiting 18:05:31 3301dede809b: Waiting 18:05:31 f70ee36035b9: Waiting 18:05:31 a43932d1df72: Layer already exists 18:05:31 1bee64fad784: Layer already exists 18:05:31 a66dd101cefe: Layer already exists 18:05:31 1207169bf42c: Layer already exists 18:05:31 045ccab064bc: Layer already exists 18:05:31 143487cac1ba: Layer already exists 18:05:31 3149cc3b13ae: Layer already exists 18:05:31 5bbdc774170d: Layer already exists 18:05:31 ecb9f392b665: Layer already exists 18:05:31 474ff915a301: Layer already exists 18:05:31 f70ee36035b9: Layer already exists 18:05:31 3301dede809b: Layer already exists 18:05:31 main: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:05:31 ===================================================== [Pipeline] echo 18:05:31 taggedImages: 18:05:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 18:05:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 18:05:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 18:05:31 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 18:05:31 - 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 18:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:05:32 18:05:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:05:32 arm64: Pulling from edgex-lftools-log-publisher 18:05:32 8998bd30e6a1: Pulling fs layer 18:05:32 04944245beec: Pulling fs layer 18:05:32 699f458cf7ca: Pulling fs layer 18:05:32 765212b225bb: Pulling fs layer 18:05:32 f23df028b6ca: Pulling fs layer 18:05:32 d65c8cfc05b1: Pulling fs layer 18:05:32 2437ff75d9bd: Pulling fs layer 18:05:32 f23df028b6ca: Waiting 18:05:32 d65c8cfc05b1: Waiting 18:05:32 2437ff75d9bd: Waiting 18:05:32 765212b225bb: Waiting 18:05:32 04944245beec: Verifying Checksum 18:05:32 04944245beec: Download complete 18:05:32 765212b225bb: Verifying Checksum 18:05:32 765212b225bb: Download complete 18:05:32 f23df028b6ca: Verifying Checksum 18:05:32 f23df028b6ca: Download complete 18:05:32 d65c8cfc05b1: Verifying Checksum 18:05:32 d65c8cfc05b1: Download complete 18:05:33 699f458cf7ca: Verifying Checksum 18:05:33 699f458cf7ca: Download complete 18:05:33 8998bd30e6a1: Verifying Checksum 18:05:33 8998bd30e6a1: Download complete 18:05:35 2437ff75d9bd: Verifying Checksum 18:05:35 2437ff75d9bd: Download complete 18:05:37 8998bd30e6a1: Pull complete 18:05:38 04944245beec: Pull complete 18:05:39 699f458cf7ca: Pull complete 18:05:39 765212b225bb: Pull complete 18:05:40 f23df028b6ca: Pull complete 18:05:40 d65c8cfc05b1: Pull complete 18:05:55 2437ff75d9bd: Pull complete 18:05:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:05:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:05:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:05:55 prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container 18:05:55 $ 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/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@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 18:05:58 $ docker top 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:59 ---> job-cost.sh 18:05:59 lf-activate-venv: SKIPPING 18:05:59 INFO: No Stack... 18:05:59 INFO: Retrieving Pricing Info for: v3-standard-4 18:06:00 INFO: Archiving Costs [Pipeline] sh 18:06:01 + + cutcat -d, /w/workspace/device-usb-camera/80/archives/cost.csv -f6 18:06:01 [Pipeline] lock 18:06:01 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] 18:06:01 Resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] did not exist. Created. 18:06:01 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:06:01 /w/workspace/device-usb-camera/80@tmp/durable-22ae9d3e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:06:02 + echo total: 0.10999999940395355 [Pipeline] stash 18:06:02 Warning: overwriting stash ‘stack-cost’ 18:06:02 Stashed 1 file(s) [Pipeline] } 18:06:02 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] // lock [Pipeline] } 18:06:02 $ docker stop --time=1 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab 18:06:04 $ docker rm -f --volumes 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab [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 18:06:04 provisioning config files... 18:06:04 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1660891745930494403tmp [Pipeline] { [Pipeline] sh 18:06:04 + set +x 18:06:04 + curl -s https://codecov.io/bash 18:06:04 + bash -s -- 18:06:04 18:06:04 _____ _ 18:06:04 / ____| | | 18:06:04 | | ___ __| | ___ ___ _____ __ 18:06:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:06:04 | |___| (_) | (_| | __/ (_| (_) \ V / 18:06:04 \_____\___/ \__,_|\___|\___\___/ \_/ 18:06:04 Bash-1.0.6 18:06:04 18:06:04 18:06:04 ==> git version 2.25.1 found 18:06:04 ==> 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 18:06:04 Release-Date: 2020-01-08 18:06:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:06:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:06:04 ==> Jenkins CI detected. 18:06:04 current dir:  /w/workspace/exfoundry_device-usb-camera_main 18:06:04 project root: . 18:06:04 --> token set from env 18:06:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:06:05 ==> Running gcov in . (disable via -X gcov) 18:06:05 ==> Python coveragepy not found 18:06:05 ==> Searching for coverage reports in: 18:06:05 + . 18:06:05 -> Found 1 reports 18:06:05 ==> Detecting git/mercurial file structure 18:06:05 ==> Reading reports 18:06:05 + ./coverage.out bytes=30666 18:06:05 ==> Appending adjustments 18:06:05 https://docs.codecov.io/docs/fixing-reports 18:06:05 + Found adjustments 18:06:05 ==> Gzipping contents 18:06:05 8.0K /tmp/codecov.J9ZFlu.gz 18:06:05 ==> Uploading reports 18:06:05 url: https://codecov.io 18:06:05 query: branch=main&commit=87705a392df95c720bda82ac1b9f5f1497326bc3&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 18:06:05 -> Pinging Codecov 18:06:05 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=87705a392df95c720bda82ac1b9f5f1497326bc3&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 18:06:05 -> Uploading to 18:06:05 https://storage.googleapis.com/codecov/v4/raw/2023-02-28/73D8F5FF140700D3E01443B452E23636/87705a392df95c720bda82ac1b9f5f1497326bc3/3cf1fbee-32a9-4f51-ae44-607e9484f67a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230228T180605Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20a81cd32a24659c8fbbe817c5ec416151643ef576efc139b0f2ba0f9aa27d0a 18:06:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:06:05 Dload Upload Total Spent Left Speed 18:06:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4286 0 0 100 4286 0 13228 --:--:-- --:--:-- --:--:-- 13269 18:06:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } 18:06:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:06:05 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:06:05 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:06:06 18:06:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:06:06 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:06:06 df9b9388f04a: Pulling fs layer 18:06:06 52dc419b0ee2: Pulling fs layer 18:06:06 25bc292e5bac: Pulling fs layer 18:06:06 114826534d7a: Pulling fs layer 18:06:06 4657fd5d0bcf: Pulling fs layer 18:06:06 6ad1cebc031e: Pulling fs layer 18:06:06 8a3aa393b2d8: Pulling fs layer 18:06:06 4657fd5d0bcf: Waiting 18:06:06 114826534d7a: Waiting 18:06:06 6ad1cebc031e: Waiting 18:06:06 8a3aa393b2d8: Waiting 18:06:06 25bc292e5bac: Verifying Checksum 18:06:06 25bc292e5bac: Download complete 18:06:06 52dc419b0ee2: Verifying Checksum 18:06:06 52dc419b0ee2: Download complete 18:06:06 4657fd5d0bcf: Verifying Checksum 18:06:06 4657fd5d0bcf: Download complete 18:06:06 df9b9388f04a: Download complete 18:06:06 df9b9388f04a: Pull complete 18:06:06 52dc419b0ee2: Pull complete 18:06:06 6ad1cebc031e: Verifying Checksum 18:06:06 6ad1cebc031e: Download complete 18:06:06 25bc292e5bac: Pull complete 18:06:07 114826534d7a: Download complete 18:06:07 8a3aa393b2d8: Verifying Checksum 18:06:07 8a3aa393b2d8: Download complete 18:06:10 114826534d7a: Pull complete 18:06:10 4657fd5d0bcf: Pull complete 18:06:11 6ad1cebc031e: Pull complete 18:06:13 8a3aa393b2d8: Pull complete 18:06:14 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:06:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:14 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:06:14 $ 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 18:06:17 $ docker top 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 -eo pid,comm [Pipeline] { [Pipeline] echo 18:06:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 18:06:17 + set -o pipefail 18:06:17 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 18:06:22 18:06:22 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 18:06:22 18:06:22 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/086ca8ac-ed7f-4c24-a670-57b3ee72fa38 18:06:22 18:06:22 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:06:22 18:06:22 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:06:22 18:06:23 18:06:23 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:06:23 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:06:23 More details here: https://snyk.co/ue1NS [Pipeline] } 18:06:23 $ docker stop --time=1 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 18:06:26 $ docker rm -f --volumes 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 [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 18:06:26 + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] sh 18:06:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:06:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:27 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:06:27 $ 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 18:06:27 $ docker top 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f -eo pid,comm 18:06:27 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). 18:06:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:06:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:06:28 [ssh-agent] Looking for ssh-agent implementation... 18:06:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:06:28 $ docker exec 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f ssh-agent 18:06:28 SSH_AUTH_SOCK=/tmp/ssh-HkiOcS4duKMW/agent.31 18:06:28 SSH_AGENT_PID=37 18:06:28 Running ssh-add (command line suppressed) 18:06:28 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10554685142771160009.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10554685142771160009.key) 18:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:06:28 + git semver tag 18:06:28 2023-02-28 18:06:28,787 [run_tag] DEBUG tag force:False 18:06:28 2023-02-28 18:06:28,787 [check_head_tag] DEBUG check head tag 18:06:28 2023-02-28 18:06:28,788 [execute] INFO git cat-file --batch-check 18:06:28 2023-02-28 18:06:28,789 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 18:06:28 2023-02-28 18:06:28,792 [execute] INFO git cat-file --batch 18:06:28 2023-02-28 18:06:28,793 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 18:06:28 2023-02-28 18:06:28,813 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:28 2023-02-28 18:06:28,813 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 18:06:28 2023-02-28 18:06:28,813 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 18:06:28 2023-02-28 18:06:28,818 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:28 3.0.0-dev.9 [Pipeline] } 18:06:28 $ docker exec --env ******** --env ******** 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f ssh-agent -k 18:06:28 unset SSH_AUTH_SOCK; 18:06:28 unset SSH_AGENT_PID; 18:06:28 echo Agent pid 37 killed; 18:06:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:06:29 + git semver [Pipeline] } 18:06:29 $ docker stop --time=1 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f 18:06:30 $ docker rm -f --volumes 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:06:31 18:06:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:06:31 0.23.1-centos7: Pulling from edgex-lftools 18:06:31 ab5ef0e58194: Pulling fs layer 18:06:31 9712f1f96733: Pulling fs layer 18:06:31 63f879dbbcfc: Pulling fs layer 18:06:31 0d9ebad4ef96: Pulling fs layer 18:06:31 e9a5061849ea: Pulling fs layer 18:06:31 d747dcd14b5f: Pulling fs layer 18:06:31 2de7ff778b66: Pulling fs layer 18:06:31 d747dcd14b5f: Waiting 18:06:31 0d9ebad4ef96: Waiting 18:06:31 e9a5061849ea: Waiting 18:06:31 2de7ff778b66: Waiting 18:06:31 9712f1f96733: Verifying Checksum 18:06:31 9712f1f96733: Download complete 18:06:31 63f879dbbcfc: Verifying Checksum 18:06:31 63f879dbbcfc: Download complete 18:06:32 e9a5061849ea: Verifying Checksum 18:06:32 e9a5061849ea: Download complete 18:06:32 d747dcd14b5f: Verifying Checksum 18:06:32 d747dcd14b5f: Download complete 18:06:32 ab5ef0e58194: Verifying Checksum 18:06:32 ab5ef0e58194: Download complete 18:06:32 2de7ff778b66: Verifying Checksum 18:06:32 2de7ff778b66: Download complete 18:06:32 0d9ebad4ef96: Verifying Checksum 18:06:32 0d9ebad4ef96: Download complete 18:06:34 ab5ef0e58194: Pull complete 18:06:34 9712f1f96733: Pull complete 18:06:35 63f879dbbcfc: Pull complete 18:06:38 0d9ebad4ef96: Pull complete 18:06:38 e9a5061849ea: Pull complete 18:06:38 d747dcd14b5f: Pull complete 18:06:39 2de7ff778b66: Pull complete 18:06:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:06:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:39 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:06:39 $ 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 18:06:46 $ docker top 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:06:46 provisioning config files... 18:06:46 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config12722243732754629104tmp 18:06:46 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7252042714566546030tmp 18:06:46 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17467236429651574504tmp [Pipeline] { [Pipeline] echo 18:06:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:06:47 ---> sigul-configuration.sh 18:06:47 gpg: directory `/root/.gnupg' created 18:06:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:06:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:06:47 gpg: keyring `/root/.gnupg/secring.gpg' created 18:06:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:06:47 gpg: CAST5 encrypted data 18:06:47 gpg: encrypted with 1 passphrase 18:06:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:06:47 + mkdir /home/jenkins 18:06:47 + mkdir /home/jenkins/sigul [Pipeline] sh 18:06:47 + 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 18:06:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:06:47 ---> sigul-install.sh 18:06:47 Sigul already installed; skipping installation. [Pipeline] sh 18:06:48 + git tag --list 18:06:48 v0.0.0 18:06:48 v0.0.1-dev.1 18:06:48 v0.0.1-dev.10 18:06:48 v0.0.1-dev.11 18:06:48 v0.0.1-dev.12 18:06:48 v0.0.1-dev.13 18:06:48 v0.0.1-dev.14 18:06:48 v0.0.1-dev.15 18:06:48 v0.0.1-dev.16 18:06:48 v0.0.1-dev.2 18:06:48 v0.0.1-dev.3 18:06:48 v0.0.1-dev.4 18:06:48 v0.0.1-dev.5 18:06:48 v0.0.1-dev.6 18:06:48 v0.0.1-dev.7 18:06:48 v0.0.1-dev.8 18:06:48 v0.0.1-dev.9 18:06:48 v2.2.0 18:06:48 v2.2.0-dev.17 18:06:48 v2.2.0-dev.18 18:06:48 v2.2.0-dev.19 18:06:48 v2.2.0-dev.20 18:06:48 v2.2.0-dev.21 18:06:48 v2.2.0-dev.22 18:06:48 v2.2.0-dev.23 18:06:48 v2.2.0-dev.24 18:06:48 v2.2.0-dev.25 18:06:48 v2.2.0-dev.26 18:06:48 v2.2.0-dev.27 18:06:48 v2.3.0 18:06:48 v2.3.0-dev.1 18:06:48 v2.3.0-dev.10 18:06:48 v2.3.0-dev.11 18:06:48 v2.3.0-dev.12 18:06:48 v2.3.0-dev.13 18:06:48 v2.3.0-dev.14 18:06:48 v2.3.0-dev.15 18:06:48 v2.3.0-dev.16 18:06:48 v2.3.0-dev.17 18:06:48 v2.3.0-dev.18 18:06:48 v2.3.0-dev.19 18:06:48 v2.3.0-dev.2 18:06:48 v2.3.0-dev.20 18:06:48 v2.3.0-dev.21 18:06:48 v2.3.0-dev.22 18:06:48 v2.3.0-dev.23 18:06:48 v2.3.0-dev.24 18:06:48 v2.3.0-dev.25 18:06:48 v2.3.0-dev.26 18:06:48 v2.3.0-dev.27 18:06:48 v2.3.0-dev.28 18:06:48 v2.3.0-dev.3 18:06:48 v2.3.0-dev.4 18:06:48 v2.3.0-dev.5 18:06:48 v2.3.0-dev.6 18:06:48 v2.3.0-dev.7 18:06:48 v2.3.0-dev.8 18:06:48 v2.3.0-dev.9 18:06:48 v3.0.0-dev.1 18:06:48 v3.0.0-dev.2 18:06:48 v3.0.0-dev.3 18:06:48 v3.0.0-dev.4 18:06:48 v3.0.0-dev.5 18:06:48 v3.0.0-dev.6 18:06:48 v3.0.0-dev.7 18:06:48 v3.0.0-dev.8 18:06:48 v3.0.0-dev.9 [Pipeline] sh 18:06:48 + lftools sign git-tag v3.0.0-dev.9 18:06:49 Signing Git tag with Sigul... 18:06:49 Signing v3.0.0-dev.9 [Pipeline] echo 18:06:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:06:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:06:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:06:50 $ docker stop --time=1 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 18:06:51 $ docker rm -f --volumes 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:06:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:06:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:52 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:06:52 $ 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 18:06:52 $ docker top 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a -eo pid,comm 18:06:52 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). 18:06:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:06:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:06:52 [ssh-agent] Looking for ssh-agent implementation... 18:06:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:06:52 $ docker exec 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a ssh-agent 18:06:52 SSH_AUTH_SOCK=/tmp/ssh-KChx05bngeuG/agent.32 18:06:52 SSH_AGENT_PID=38 18:06:52 Running ssh-add (command line suppressed) 18:06:52 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12171660296244411780.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12171660296244411780.key) 18:06:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:06:53 + git semver bump pre 18:06:53 2023-02-28 18:06:53,434 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:53 2023-02-28 18:06:53,434 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev 18:06:53 2023-02-28 18:06:53,434 [bump_version] DEBUG bumped version:3.0.0-dev.10 18:06:53 2023-02-28 18:06:53,434 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 18:06:53 2023-02-28 18:06:53,434 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:53 2023-02-28 18:06:53,434 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:53 2023-02-28 18:06:53,436 [execute] INFO git cat-file --batch-check 18:06:53 2023-02-28 18:06:53,436 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:06:53 2023-02-28 18:06:53,441 [execute] INFO git cat-file --batch 18:06:53 2023-02-28 18:06:53,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:06:53 2023-02-28 18:06:53,445 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:06:53 3.0.0-dev.10 [Pipeline] } 18:06:53 $ docker exec --env ******** --env ******** 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a ssh-agent -k 18:06:53 unset SSH_AUTH_SOCK; 18:06:53 unset SSH_AGENT_PID; 18:06:53 echo Agent pid 38 killed; 18:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:06:53 + git semver [Pipeline] } 18:06:54 $ docker stop --time=1 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a 18:06:55 $ docker rm -f --volumes 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a [Pipeline] // withDockerContainer [Pipeline] sh 18:06:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:06:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:06:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:56 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:06:56 $ 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 18:06:56 $ docker top e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 -eo pid,comm 18:06:56 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). 18:06:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:06:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:06:56 [ssh-agent] Looking for ssh-agent implementation... 18:06:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:06:56 $ docker exec e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 ssh-agent 18:06:57 SSH_AUTH_SOCK=/tmp/ssh-EfI9gDtuE6WB/agent.32 18:06:57 SSH_AGENT_PID=38 18:06:57 Running ssh-add (command line suppressed) 18:06:57 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10404013730293770585.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10404013730293770585.key) 18:06:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:06:57 + git semver push 18:06:57 2023-02-28 18:06:57,597 [run_push] DEBUG push 18:06:57 2023-02-28 18:06:57,598 [execute] INFO git cat-file --batch-check 18:06:57 2023-02-28 18:06:57,598 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 18:06:57 2023-02-28 18:06:57,602 [execute] INFO git rev-list 31e9b4897f3b4af910ef6d250c6406c1b5431467 -- 18:06:57 2023-02-28 18:06:57,602 [execute] DEBUG Popen(['git', 'rev-list', '31e9b4897f3b4af910ef6d250c6406c1b5431467', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 18:06:57 2023-02-28 18:06:57,608 [execute] INFO git fetch -v origin 18:06:57 2023-02-28 18:06:57,608 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 18:06:58 2023-02-28 18:06:58,204 [run_push] DEBUG no remote changes detected 18:06:58 2023-02-28 18:06:58,204 [execute] INFO git push origin semver 18:06:58 2023-02-28 18:06:58,205 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 18:06:59 2023-02-28 18:06:59,023 [run_push] DEBUG push all version tags 18:06:59 2023-02-28 18:06:59,024 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:06:59 2023-02-28 18:06:59,024 [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) 18:07:00 2023-02-28 18:06:59,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 18:07:00 3.0.0-dev.10 [Pipeline] } 18:07:00 $ docker exec --env ******** --env ******** e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 ssh-agent -k 18:07:00 unset SSH_AUTH_SOCK; 18:07:00 unset SSH_AGENT_PID; 18:07:00 echo Agent pid 38 killed; 18:07:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:07:00 + git semver [Pipeline] } 18:07:00 $ docker stop --time=1 e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 18:07:02 $ docker rm -f --volumes e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 [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 18:07:02 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 18:07:02 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 18:07:02 total 16 18:07:02 drwxr-xr-x 3 root root 4096 Feb 28 17:57 . 18:07:02 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 18:06 .. 18:07:02 drwxr-xr-x 2 root root 4096 Feb 28 17:57 cost 18:07:02 -rw-r--r-- 1 root root 88 Feb 28 17:57 cost.csv 18:07:02 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 18:07:02 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 18:07:02 total 16 18:07:02 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:57 . 18:07:02 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 18:06 .. 18:07:02 drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 17:57 cost 18:07:02 -rw-r--r-- 1 jenkins jenkins 88 Feb 28 17:57 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:07:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:07:04 ---> package-listing.sh 18:07:04 ++ tr '[:upper:]' '[:lower:]' 18:07:04 ++ facter osfamily 18:07:04 + OS_FAMILY=debian 18:07:04 + workspace=/w/workspace/exfoundry_device-usb-camera_main 18:07:04 + START_PACKAGES=/tmp/packages_start.txt 18:07:04 + END_PACKAGES=/tmp/packages_end.txt 18:07:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:07:04 + PACKAGES=/tmp/packages_start.txt 18:07:04 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 18:07:04 + PACKAGES=/tmp/packages_end.txt 18:07:04 + case "${OS_FAMILY}" in 18:07:04 + dpkg -l 18:07:04 + grep '^ii' 18:07:04 + '[' -f /tmp/packages_start.txt ']' 18:07:04 + '[' -f /tmp/packages_end.txt ']' 18:07:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:07:04 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 18:07:04 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 18:07:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 18:07:04 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 18:07:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:07:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:07:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:07:05 prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container 18:07:05 $ 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 18:07:05 $ docker top 2db7bfc7c040d17e882d9ae81f507e38dfdde8430e6edc8a12c1657f2774fb9a -eo pid,comm [Pipeline] { [Pipeline] sh 18:07:05 + touch /tmp/pre-build-complete [Pipeline] sh 18:07:06 + mkdir -p /var/log/sysstat [Pipeline] sh 18:07:06 + ls /var/log/sa-host 18:07:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:07:06 provisioning config files... 18:07:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3021094383884986946tmp [Pipeline] { [Pipeline] echo 18:07:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:07:06 ---> create-netrc.sh [Pipeline] } 18:07:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:07:07 ---> python-tools-install.sh [Pipeline] echo 18:07:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:07:07 ---> sudo-logs.sh 18:07:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:07:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:07:07 ---> job-cost.sh 18:07:07 lf-activate-venv: SKIPPING 18:07:07 DEBUG: total: 0.2199999988079071 18:07:07 INFO: Retrieving Stack Cost... 18:07:08 INFO: Retrieving Pricing Info for: v3-standard-8 18:07:08 INFO: Archiving Costs [Pipeline] echo 18:07:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:07:09 ---> logs-deploy.sh 18:07:09 lf-activate-venv: SKIPPING 18:07:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/80 18:07:09 INFO: archiving workspace using pattern(s): 18:07:10 Archives upload complete. 18:07:10 INFO: archiving logs to Nexus