Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aa9461ff516dbbb31bf7876f6a13f06d431dd475 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-ssh3887091599266761585.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-ssh3493273288960337756.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-ssh13047248155032803138.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-ssh2920804673006253268.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-ssh9690090678842462182.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-936’ Running on prd-ubuntu20.04-docker-8c-8g-939 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 aa9461ff516dbbb31bf7876f6a13f06d431dd475 (main) Commit message: "Merge pull request #121 from EdgeX-Camera-Management/changelog_rediscovery" > 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 aa9461ff516dbbb31bf7876f6a13f06d431dd475 # timeout=10 > git rev-list --no-walk 9bcd451afeb433ee83d3426a4ef1736b40f29807 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T18:43:46.849Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T18:43:46.893Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T18:43:46.907Z] ========================================================= [2023-01-03T18:43:46.907Z] EdgeX Global Pipelines Version Info [2023-01-03T18:43:46.907Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:43:47.625Z] ------------------- [2023-01-03T18:43:47.625Z] stable info: [2023-01-03T18:43:47.625Z] ------------------- [2023-01-03T18:43:47.625Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T18:43:47.625Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T18:43:47.625Z] Message: update stable to v1.0.244 [2023-01-03T18:43:48.198Z] ------------------- [2023-01-03T18:43:48.198Z] experimental info: [2023-01-03T18:43:48.198Z] ------------------- [2023-01-03T18:43:48.198Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T18:43:48.198Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T18:43:48.198Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T18:43:48.354Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-01-03T18:43:48.362Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-01-03T18:43:48.371Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T18:43:48.379Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T18:43:48.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T18:43:48.403Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T18:43:48.418Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T18:43:48.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-03T18:43:48.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T18:43:48.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T18:43:48.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T18:43:48.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-01-03T18:43:48.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T18:43:48.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T18:43:48.521Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T18:43:48.537Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T18:43:48.554Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T18:43:48.571Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T18:43:48.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T18:43:48.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T18:43:48.608Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-03T18:43:48.620Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-03T18:43:48.632Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-03T18:43:48.643Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-03T18:43:48.654Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-03T18:43:48.666Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T18:43:48.677Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T18:43:48.692Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-03T18:43:48.703Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-03T18:43:48.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-03T18:43:48.727Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] echo [2023-01-03T18:43:48.738Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa9461f [Pipeline] echo [2023-01-03T18:43:48.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:43:48.793Z] provisioning config files... [2023-01-03T18:43:48.809Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config15026064373063359629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:43:49.110Z] ---> docker-login.sh [2023-01-03T18:43:49.110Z] nexus3.edgexfoundry.org:10001 [2023-01-03T18:43:49.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:43:49.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:43:49.370Z] Configure a credential helper to remove this warning. See [2023-01-03T18:43:49.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:43:49.370Z] [2023-01-03T18:43:49.370Z] Login Succeeded [2023-01-03T18:43:49.370Z] nexus3.edgexfoundry.org:10002 [2023-01-03T18:43:49.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:43:49.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:43:49.370Z] Configure a credential helper to remove this warning. See [2023-01-03T18:43:49.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:43:49.370Z] [2023-01-03T18:43:49.370Z] Login Succeeded [2023-01-03T18:43:49.370Z] nexus3.edgexfoundry.org:10003 [2023-01-03T18:43:49.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:43:49.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:43:49.630Z] Configure a credential helper to remove this warning. See [2023-01-03T18:43:49.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:43:49.630Z] [2023-01-03T18:43:49.630Z] Login Succeeded [2023-01-03T18:43:49.630Z] nexus3.edgexfoundry.org:10004 [2023-01-03T18:43:49.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:43:49.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:43:49.630Z] Configure a credential helper to remove this warning. See [2023-01-03T18:43:49.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:43:49.630Z] [2023-01-03T18:43:49.630Z] Login Succeeded [2023-01-03T18:43:49.630Z] docker.io [2023-01-03T18:43:49.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:43:49.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:43:49.890Z] Configure a credential helper to remove this warning. See [2023-01-03T18:43:49.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:43:49.890Z] [2023-01-03T18:43:49.890Z] Login Succeeded [2023-01-03T18:43:49.890Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T18:43:49.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-03T18:43:50.235Z] + git rev-list -1 --merges aa9461ff516dbbb31bf7876f6a13f06d431dd475~1..aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] echo [2023-01-03T18:43:50.280Z] -----------> git rev-list -1 --merges aa9461ff516dbbb31bf7876f6a13f06d431dd475~1..aa9461ff516dbbb31bf7876f6a13f06d431dd475 aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:43:50.280Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475 [false] [Pipeline] sh [2023-01-03T18:43:50.567Z] + git log --format=format:%s -1 aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] echo [2023-01-03T18:43:50.582Z] ========================================================= [2023-01-03T18:43:50.582Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T18:43:50.582Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T18:43:50.917Z] + git log --format=format:%s -1 aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] echo [2023-01-03T18:43:50.947Z] [semverPrep] GIT_COMMIT: aa9461ff516dbbb31bf7876f6a13f06d431dd475, Commit Message: Merge pull request #121 from EdgeX-Camera-Management/changelog_rediscovery [Pipeline] echo [2023-01-03T18:43:50.955Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-03T18:43:51.297Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T18:43:51.297Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T18:43:51.297Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T18:43:51.297Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T18:43:51.297Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-03T18:43:51.297Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-03T18:43:51.297Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:43:51.654Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:43:51.654Z] [2023-01-03T18:43:51.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:43:51.966Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:43:51.967Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T18:43:51.967Z] b85a868b505f: Pulling fs layer [2023-01-03T18:43:51.967Z] e2be974225ed: Pulling fs layer [2023-01-03T18:43:51.967Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T18:43:51.967Z] 988bab9f4d93: Pulling fs layer [2023-01-03T18:43:51.967Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T18:43:51.967Z] 988bab9f4d93: Waiting [2023-01-03T18:43:51.967Z] 1469e6f7b9e6: Waiting [2023-01-03T18:43:51.967Z] eaf3925da568: Pulling fs layer [2023-01-03T18:43:51.967Z] bab4dde63d76: Pulling fs layer [2023-01-03T18:43:51.967Z] bde34c3a00c8: Pulling fs layer [2023-01-03T18:43:51.967Z] b352a97aabf1: Pulling fs layer [2023-01-03T18:43:51.967Z] 4872d77fe225: Pulling fs layer [2023-01-03T18:43:51.967Z] 5851b861e8e6: Pulling fs layer [2023-01-03T18:43:51.967Z] eaf3925da568: Waiting [2023-01-03T18:43:51.967Z] b352a97aabf1: Waiting [2023-01-03T18:43:51.967Z] bab4dde63d76: Waiting [2023-01-03T18:43:51.967Z] 4872d77fe225: Waiting [2023-01-03T18:43:51.967Z] 5851b861e8e6: Waiting [2023-01-03T18:43:51.967Z] e2be974225ed: Verifying Checksum [2023-01-03T18:43:51.967Z] e2be974225ed: Download complete [2023-01-03T18:43:51.967Z] 988bab9f4d93: Verifying Checksum [2023-01-03T18:43:52.250Z] 1469e6f7b9e6: Verifying Checksum [2023-01-03T18:43:52.250Z] 1469e6f7b9e6: Download complete [2023-01-03T18:43:52.250Z] eaf3925da568: Verifying Checksum [2023-01-03T18:43:52.250Z] eaf3925da568: Download complete [2023-01-03T18:43:52.250Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T18:43:52.250Z] 339a4e72a1f5: Download complete [2023-01-03T18:43:52.250Z] bde34c3a00c8: Verifying Checksum [2023-01-03T18:43:52.250Z] bde34c3a00c8: Download complete [2023-01-03T18:43:52.250Z] b352a97aabf1: Verifying Checksum [2023-01-03T18:43:52.250Z] b352a97aabf1: Download complete [2023-01-03T18:43:52.250Z] 4872d77fe225: Verifying Checksum [2023-01-03T18:43:52.250Z] 4872d77fe225: Download complete [2023-01-03T18:43:52.250Z] 5851b861e8e6: Download complete [2023-01-03T18:43:52.250Z] b85a868b505f: Verifying Checksum [2023-01-03T18:43:52.250Z] b85a868b505f: Download complete [2023-01-03T18:43:52.511Z] bab4dde63d76: Verifying Checksum [2023-01-03T18:43:52.511Z] bab4dde63d76: Download complete [2023-01-03T18:43:53.888Z] b85a868b505f: Pull complete [2023-01-03T18:43:53.888Z] e2be974225ed: Pull complete [2023-01-03T18:43:54.459Z] 339a4e72a1f5: Pull complete [2023-01-03T18:43:54.459Z] 988bab9f4d93: Pull complete [2023-01-03T18:43:54.723Z] 1469e6f7b9e6: Pull complete [2023-01-03T18:43:54.723Z] eaf3925da568: Pull complete [2023-01-03T18:43:56.627Z] bab4dde63d76: Pull complete [2023-01-03T18:43:56.627Z] bde34c3a00c8: Pull complete [2023-01-03T18:43:56.889Z] b352a97aabf1: Pull complete [2023-01-03T18:43:56.889Z] 4872d77fe225: Pull complete [2023-01-03T18:43:56.889Z] 5851b861e8e6: Pull complete [2023-01-03T18:43:56.889Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T18:43:56.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:43:56.889Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:43:56.992Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:43:57.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T18:43:59.367Z] $ docker top b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b -eo pid,comm [2023-01-03T18:43:59.442Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T18:43:59.442Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T18:43:59.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T18:43:59.481Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T18:43:59.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T18:43:59.628Z] $ docker exec b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b ssh-agent [2023-01-03T18:43:59.745Z] SSH_AUTH_SOCK=/tmp/ssh-ALvsTSiSb2pW/agent.31 [2023-01-03T18:43:59.745Z] SSH_AGENT_PID=37 [2023-01-03T18:43:59.753Z] Running ssh-add (command line suppressed) [2023-01-03T18:43:59.860Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11516672369201269726.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11516672369201269726.key) [2023-01-03T18:43:59.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T18:44:00.169Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T18:44:00.184Z] $ docker exec --env ******** --env ******** b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b ssh-agent -k [2023-01-03T18:44:00.296Z] unset SSH_AUTH_SOCK; [2023-01-03T18:44:00.296Z] unset SSH_AGENT_PID; [2023-01-03T18:44:00.297Z] echo Agent pid 37 killed; [2023-01-03T18:44:00.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T18:44:00.339Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T18:44:00.339Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T18:44:00.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T18:44:00.443Z] $ docker exec b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b ssh-agent [2023-01-03T18:44:00.553Z] SSH_AUTH_SOCK=/tmp/ssh-FdXEJLPVhfxI/agent.69 [2023-01-03T18:44:00.553Z] SSH_AGENT_PID=76 [2023-01-03T18:44:00.558Z] Running ssh-add (command line suppressed) [2023-01-03T18:44:00.666Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12714299973556294355.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12714299973556294355.key) [2023-01-03T18:44:00.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T18:44:00.981Z] + git semver init [2023-01-03T18:44:01.241Z] 2023-01-03 18:44:01,158 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T18:44:01.241Z] 2023-01-03 18:44:01,159 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-01-03T18:44:01.241Z] 2023-01-03 18:44:01,160 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-01-03T18:44:01.241Z] 2023-01-03 18:44:01,160 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T18:44:02.182Z] 2023-01-03 18:44:01,944 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-01-03T18:44:02.182Z] 2023-01-03 18:44:01,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-01-03T18:44:02.182Z] 2023-01-03 18:44:01,945 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:44:02.182Z] 2023-01-03 18:44:01,945 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:44:02.182Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T18:44:02.187Z] $ docker exec --env ******** --env ******** b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b ssh-agent -k [2023-01-03T18:44:02.297Z] unset SSH_AUTH_SOCK; [2023-01-03T18:44:02.298Z] unset SSH_AGENT_PID; [2023-01-03T18:44:02.298Z] echo Agent pid 76 killed; [2023-01-03T18:44:02.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T18:44:02.620Z] + git semver [Pipeline] } [2023-01-03T18:44:02.891Z] $ docker stop --time=1 b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b [2023-01-03T18:44:04.216Z] $ docker rm -f --volumes b0fe553e6886efca09beb71e5d6e94a355a9c48b6256e22a5152121bc53b7d3b [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T18:44:04.551Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T18:44:04.759Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T18:44:04.763Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:44:04.908Z] provisioning config files... [2023-01-03T18:44:04.918Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config15080047663383026407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:44:05.213Z] ---> docker-login.sh [2023-01-03T18:44:05.213Z] nexus3.edgexfoundry.org:10001 [2023-01-03T18:44:05.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:44:05.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:44:05.213Z] Configure a credential helper to remove this warning. See [2023-01-03T18:44:05.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:44:05.213Z] [2023-01-03T18:44:05.213Z] Login Succeeded [2023-01-03T18:44:05.213Z] nexus3.edgexfoundry.org:10002 [2023-01-03T18:44:05.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:44:05.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:44:05.214Z] Configure a credential helper to remove this warning. See [2023-01-03T18:44:05.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:44:05.214Z] [2023-01-03T18:44:05.214Z] Login Succeeded [2023-01-03T18:44:05.473Z] nexus3.edgexfoundry.org:10003 [2023-01-03T18:44:05.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:44:05.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:44:05.474Z] Configure a credential helper to remove this warning. See [2023-01-03T18:44:05.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:44:05.474Z] [2023-01-03T18:44:05.474Z] Login Succeeded [2023-01-03T18:44:05.474Z] nexus3.edgexfoundry.org:10004 [2023-01-03T18:44:05.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:44:05.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:44:05.474Z] Configure a credential helper to remove this warning. See [2023-01-03T18:44:05.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:44:05.474Z] [2023-01-03T18:44:05.474Z] Login Succeeded [2023-01-03T18:44:05.474Z] docker.io [2023-01-03T18:44:05.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:44:05.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:44:05.993Z] Configure a credential helper to remove this warning. See [2023-01-03T18:44:05.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:44:05.993Z] [2023-01-03T18:44:05.993Z] Login Succeeded [2023-01-03T18:44:05.993Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T18:44:06.000Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T18:44:06.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:44:06.072Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:44:06.081Z] ========================================================= [2023-01-03T18:44:06.081Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T18:44:06.081Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:44:06.388Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-03T18:44:06.389Z] Sending build context to Docker daemon 1.623MB [2023-01-03T18:44:06.389Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T18:44:06.389Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T18:44:06.389Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T18:44:06.389Z] 213ec9aee27d: Pulling fs layer [2023-01-03T18:44:06.389Z] 4583459ba037: Pulling fs layer [2023-01-03T18:44:06.389Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T18:44:06.389Z] 53926ce57604: Pulling fs layer [2023-01-03T18:44:06.389Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T18:44:06.389Z] 22ff95d597cd: Pulling fs layer [2023-01-03T18:44:06.389Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T18:44:06.389Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T18:44:06.389Z] a7acece74701: Pulling fs layer [2023-01-03T18:44:06.389Z] 53926ce57604: Waiting [2023-01-03T18:44:06.389Z] 22ff95d597cd: Waiting [2023-01-03T18:44:06.389Z] 12d6caf4c0d1: Waiting [2023-01-03T18:44:06.389Z] 21b2b0c7a3f4: Waiting [2023-01-03T18:44:06.389Z] 96b7cbca73a9: Waiting [2023-01-03T18:44:06.389Z] a7acece74701: Waiting [2023-01-03T18:44:06.389Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T18:44:06.389Z] 93c1e223e6f2: Download complete [2023-01-03T18:44:06.389Z] 4583459ba037: Verifying Checksum [2023-01-03T18:44:06.389Z] 4583459ba037: Download complete [2023-01-03T18:44:06.389Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T18:44:06.389Z] 21b2b0c7a3f4: Download complete [2023-01-03T18:44:06.650Z] 22ff95d597cd: Verifying Checksum [2023-01-03T18:44:06.650Z] 22ff95d597cd: Download complete [2023-01-03T18:44:06.650Z] 213ec9aee27d: Verifying Checksum [2023-01-03T18:44:06.650Z] 213ec9aee27d: Download complete [2023-01-03T18:44:06.650Z] 12d6caf4c0d1: Verifying Checksum [2023-01-03T18:44:06.650Z] 12d6caf4c0d1: Download complete [2023-01-03T18:44:06.650Z] 213ec9aee27d: Pull complete [2023-01-03T18:44:06.916Z] 4583459ba037: Pull complete [2023-01-03T18:44:06.916Z] 93c1e223e6f2: Pull complete [2023-01-03T18:44:06.916Z] a7acece74701: Verifying Checksum [2023-01-03T18:44:06.916Z] a7acece74701: Download complete [2023-01-03T18:44:07.484Z] 96b7cbca73a9: Download complete [2023-01-03T18:44:07.484Z] 53926ce57604: Verifying Checksum [2023-01-03T18:44:07.484Z] 53926ce57604: Download complete [2023-01-03T18:44:11.667Z] 53926ce57604: Pull complete [2023-01-03T18:44:11.667Z] 21b2b0c7a3f4: Pull complete [2023-01-03T18:44:11.667Z] 22ff95d597cd: Pull complete [2023-01-03T18:44:11.667Z] 12d6caf4c0d1: Pull complete [2023-01-03T18:44:14.210Z] 96b7cbca73a9: Pull complete [2023-01-03T18:44:14.777Z] a7acece74701: Pull complete [2023-01-03T18:44:14.777Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T18:44:14.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T18:44:14.777Z] ---> db6d94c90886 [2023-01-03T18:44:14.777Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T18:44:18.079Z] ---> Running in 4bf17bd5fcf6 [2023-01-03T18:44:18.079Z] Removing intermediate container 4bf17bd5fcf6 [2023-01-03T18:44:18.079Z] ---> 8e7fa81f477c [2023-01-03T18:44:18.079Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T18:44:18.079Z] ---> Running in 24f8061e0b25 [2023-01-03T18:44:18.079Z] Removing intermediate container 24f8061e0b25 [2023-01-03T18:44:18.079Z] ---> 67f21bc49488 [2023-01-03T18:44:18.079Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T18:44:18.079Z] ---> Running in 99bd5c232417 [2023-01-03T18:44:18.079Z] Removing intermediate container 99bd5c232417 [2023-01-03T18:44:18.079Z] ---> 75c04854fc71 [2023-01-03T18:44:18.079Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T18:44:18.338Z] ---> Running in 81e8fe49c55e [2023-01-03T18:44:18.338Z] Removing intermediate container 81e8fe49c55e [2023-01-03T18:44:18.338Z] ---> 6d532cb43e5e [2023-01-03T18:44:18.338Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T18:44:18.338Z] ---> Running in 4be455a493cf [2023-01-03T18:44:18.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T18:44:18.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T18:44:19.114Z] (1/80) Installing mesa (21.3.8-r2) [2023-01-03T18:44:19.114Z] (2/80) Installing libxau (1.0.9-r0) [2023-01-03T18:44:19.114Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-01-03T18:44:19.114Z] (4/80) Installing libxcb (1.15-r0) [2023-01-03T18:44:19.114Z] (5/80) Installing libx11 (1.8-r0) [2023-01-03T18:44:19.114Z] (6/80) Installing libxext (1.3.4-r0) [2023-01-03T18:44:19.114Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-01-03T18:44:19.114Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-01-03T18:44:19.114Z] (9/80) Installing libpciaccess (0.16-r0) [2023-01-03T18:44:19.114Z] (10/80) Installing libdrm (2.4.110-r0) [2023-01-03T18:44:19.114Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2023-01-03T18:44:19.114Z] (12/80) Installing libxshmfence (1.3-r1) [2023-01-03T18:44:19.114Z] (13/80) Installing mesa-gl (21.3.8-r2) [2023-01-03T18:44:19.114Z] (14/80) Installing icu-data-full (71.1-r2) [2023-01-03T18:44:19.373Z] (15/80) Installing libice (1.0.10-r0) [2023-01-03T18:44:19.373Z] (16/80) Installing libuuid (2.38-r1) [2023-01-03T18:44:19.373Z] (17/80) Installing libsm (1.2.3-r0) [2023-01-03T18:44:19.373Z] (18/80) Installing libxt (1.2.1-r0) [2023-01-03T18:44:19.373Z] (19/80) Installing libxmu (1.1.3-r0) [2023-01-03T18:44:19.373Z] (20/80) Installing xset (1.2.4-r0) [2023-01-03T18:44:19.373Z] (21/80) Installing xprop (1.2.5-r0) [2023-01-03T18:44:19.373Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-01-03T18:44:19.373Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-01-03T18:44:19.373Z] (24/80) Installing libffi (3.4.2-r1) [2023-01-03T18:44:19.373Z] (25/80) Installing libintl (0.21-r2) [2023-01-03T18:44:19.373Z] (26/80) Installing libblkid (2.38-r1) [2023-01-03T18:44:19.373Z] (27/80) Installing libmount (2.38-r1) [2023-01-03T18:44:19.373Z] (28/80) Installing pcre (8.45-r2) [2023-01-03T18:44:19.373Z] (29/80) Installing glib (2.72.1-r0) [2023-01-03T18:44:19.373Z] (30/80) Installing icu-libs (71.1-r2) [2023-01-03T18:44:19.373Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-01-03T18:44:19.373Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-01-03T18:44:19.373Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-01-03T18:44:19.632Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-01-03T18:44:19.632Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-01-03T18:44:19.632Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2023-01-03T18:44:19.632Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T18:44:19.632Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-01-03T18:44:19.632Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-01-03T18:44:19.632Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-01-03T18:44:19.632Z] (41/80) Installing libpng (1.6.37-r1) [2023-01-03T18:44:19.632Z] (42/80) Installing freetype (2.12.1-r0) [2023-01-03T18:44:19.632Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-01-03T18:44:19.632Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-01-03T18:44:19.632Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-01-03T18:44:19.632Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-01-03T18:44:19.632Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-01-03T18:44:19.861Z] Still waiting to schedule task [2023-01-03T18:44:19.861Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-937’ [2023-01-03T18:44:19.892Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-01-03T18:44:19.892Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-01-03T18:44:19.892Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-01-03T18:44:19.892Z] (51/80) Installing mesa-egl (21.3.8-r2) [2023-01-03T18:44:19.892Z] (52/80) Installing avahi-libs (0.8-r6) [2023-01-03T18:44:19.892Z] (53/80) Installing nettle (3.7.3-r0) [2023-01-03T18:44:19.892Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-01-03T18:44:19.892Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-01-03T18:44:19.892Z] (56/80) Installing libunistring (1.0-r0) [2023-01-03T18:44:19.892Z] (57/80) Installing gnutls (3.7.7-r0) [2023-01-03T18:44:19.892Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-01-03T18:44:19.892Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-01-03T18:44:19.892Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-01-03T18:44:19.892Z] (61/80) Installing libevdev (1.12.1-r0) [2023-01-03T18:44:19.892Z] (62/80) Installing mtdev (1.1.6-r0) [2023-01-03T18:44:19.892Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-01-03T18:44:19.892Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-01-03T18:44:19.892Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T18:44:19.892Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-01-03T18:44:19.892Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-01-03T18:44:19.892Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-01-03T18:44:19.892Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-01-03T18:44:19.892Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-01-03T18:44:19.892Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-01-03T18:44:19.892Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-01-03T18:44:20.152Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T18:44:20.152Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-01-03T18:44:20.152Z] (75/80) Installing udev-init-scripts (35-r0) [2023-01-03T18:44:20.152Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T18:44:20.152Z] (76/80) Installing kmod-libs (29-r2) [2023-01-03T18:44:20.152Z] (77/80) Installing eudev (3.2.11-r0) [2023-01-03T18:44:20.152Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-01-03T18:44:20.152Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-01-03T18:44:20.152Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-01-03T18:44:20.152Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T18:44:20.152Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T18:44:20.152Z] OK: 330 MiB in 131 packages [2023-01-03T18:44:22.687Z] Removing intermediate container 4be455a493cf [2023-01-03T18:44:22.687Z] ---> 64a230ae48db [2023-01-03T18:44:22.687Z] Step 8/13 : WORKDIR /device-usb-camera [2023-01-03T18:44:22.946Z] ---> Running in d0770acc21b6 [2023-01-03T18:44:22.946Z] Removing intermediate container d0770acc21b6 [2023-01-03T18:44:22.946Z] ---> 42c31ed8c87d [2023-01-03T18:44:22.946Z] Step 9/13 : COPY go.mod vendor* ./ [2023-01-03T18:44:22.946Z] ---> 337b457e92eb [2023-01-03T18:44:22.946Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T18:44:22.946Z] ---> Running in 3bd6da6e9161 [2023-01-03T18:44:49.523Z] Removing intermediate container 3bd6da6e9161 [2023-01-03T18:44:49.523Z] ---> 02929c988e6a [2023-01-03T18:44:49.523Z] Step 11/13 : COPY . . [2023-01-03T18:44:49.523Z] ---> d8c82f635967 [2023-01-03T18:44:49.523Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T18:44:49.523Z] ---> Running in 09461817fbf7 [2023-01-03T18:44:49.523Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T18:44:49.523Z] Dload Upload Total Spent Left Speed [2023-01-03T18:44:49.523Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9907 0 --:--:-- --:--:-- --:--:-- 9925 [2023-01-03T18:44:49.523Z] Removing intermediate container 09461817fbf7 [2023-01-03T18:44:49.523Z] ---> d1a11e6890b1 [2023-01-03T18:44:49.523Z] Step 13/13 : RUN ${MAKE} [2023-01-03T18:44:49.523Z] ---> Running in f396b55bd90b [2023-01-03T18:44:49.523Z] noop [2023-01-03T18:44:49.523Z] Removing intermediate container f396b55bd90b [2023-01-03T18:44:49.523Z] ---> 7709f13f69c6 [2023-01-03T18:44:49.523Z] Successfully built 7709f13f69c6 [2023-01-03T18:44:49.523Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:44:49.829Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T18:44:49.829Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:44:49.897Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:44:49.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T18:44:50.308Z] $ docker top 5699188330bc5acbebf05b5ad21934b99515c92c3a24a737d345397dad973350 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T18:44:50.653Z] + go version [2023-01-03T18:44:50.653Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T18:44:50.672Z] $ docker stop --time=1 5699188330bc5acbebf05b5ad21934b99515c92c3a24a737d345397dad973350 [2023-01-03T18:44:51.935Z] $ docker rm -f --volumes 5699188330bc5acbebf05b5ad21934b99515c92c3a24a737d345397dad973350 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:44:52.433Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T18:44:52.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:44:52.513Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:44:52.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-03T18:44:52.891Z] $ docker top a59ab06fb0b98edb62c286990299772a535e7aa80c8647adc3a555fe259df10b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T18:44:53.243Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-01-03T18:44:53.537Z] + make test [2023-01-03T18:44:53.537Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-01-03T18:44:54.102Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-01-03T18:45:04.069Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-01-03T18:45:04.638Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.017s coverage: 1.9% of statements [2023-01-03T18:45:12.785Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-03T18:45:12.785Z] CGO_ENABLED=1 go vet ./... [2023-01-03T18:45:16.068Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T18:45:16.068Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T18:45:16.068Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T18:45:16.080Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T18:45:16.095Z] $ docker stop --time=1 a59ab06fb0b98edb62c286990299772a535e7aa80c8647adc3a555fe259df10b [2023-01-03T18:45:18.647Z] $ docker rm -f --volumes a59ab06fb0b98edb62c286990299772a535e7aa80c8647adc3a555fe259df10b [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T18:45:19.080Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T18:45:19.143Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-03T18:45:19.654Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T18:45:19.938Z] + ls -al . [2023-01-03T18:45:19.938Z] total 204 [2023-01-03T18:45:19.938Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 18:44 . [2023-01-03T18:45:19.938Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:43 .. [2023-01-03T18:45:19.938Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 18:45 .git [2023-01-03T18:45:19.938Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:43 .github [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 414 Jan 3 18:43 .gitignore [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 18:43 .golangci.yml [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 77 Jan 3 18:43 .hadolint.yml [2023-01-03T18:45:19.938Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 18:44 .semver [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 9702 Jan 3 18:43 Attribution.txt [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 6219 Jan 3 18:43 CHANGELOG.md [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 2378 Jan 3 18:43 Dockerfile [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 3 18:43 GOVERNANCE.md [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 659 Jan 3 18:43 Jenkinsfile [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 18:43 LICENSE [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 2554 Jan 3 18:43 Makefile [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 18:43 OWNERS.md [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 5934 Jan 3 18:43 README.md [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 18:44 VERSION [2023-01-03T18:45:19.938Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:43 bin [2023-01-03T18:45:19.938Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:43 cmd [2023-01-03T18:45:19.938Z] -rw-r--r-- 1 jenkins jenkins 30666 Jan 3 18:45 coverage.out [2023-01-03T18:45:19.938Z] -rwxrwxr-x 1 jenkins jenkins 140 Jan 3 18:43 docker-entrypoint.sh [2023-01-03T18:45:19.938Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:43 docs [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 3573 Jan 3 18:43 go.mod [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 45026 Jan 3 18:43 go.sum [2023-01-03T18:45:19.938Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:43 internal [2023-01-03T18:45:19.938Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:43 snap [2023-01-03T18:45:19.938Z] -rw-rw-r-- 1 jenkins jenkins 231 Jan 3 18:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:45:20.239Z] + 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=aa9461ff516dbbb31bf7876f6a13f06d431dd475 --label arch=amd64 --label version=3.0.0-dev.5 . [2023-01-03T18:45:20.239Z] Sending build context to Docker daemon 1.654MB [2023-01-03T18:45:20.239Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T18:45:20.239Z] Step 2/35 : FROM ${BASE} AS builder [2023-01-03T18:45:20.239Z] ---> 7709f13f69c6 [2023-01-03T18:45:20.239Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-01-03T18:45:20.239Z] ---> Running in bde9315d0fe8 [2023-01-03T18:45:20.497Z] Removing intermediate container bde9315d0fe8 [2023-01-03T18:45:20.497Z] ---> f722c792acb8 [2023-01-03T18:45:20.497Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T18:45:20.497Z] ---> Running in ca4d6ec0c082 [2023-01-03T18:45:20.497Z] Removing intermediate container ca4d6ec0c082 [2023-01-03T18:45:20.497Z] ---> a784fe403d4c [2023-01-03T18:45:20.497Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T18:45:20.497Z] ---> Running in 30e342c2686f [2023-01-03T18:45:20.756Z] Removing intermediate container 30e342c2686f [2023-01-03T18:45:20.756Z] ---> 88968a9063c2 [2023-01-03T18:45:20.756Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T18:45:20.756Z] ---> Running in 911adf99864e [2023-01-03T18:45:20.756Z] Removing intermediate container 911adf99864e [2023-01-03T18:45:20.756Z] ---> 86b79be5cab1 [2023-01-03T18:45:20.756Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T18:45:20.756Z] ---> Running in 1163792f5141 [2023-01-03T18:45:21.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T18:45:21.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T18:45:21.288Z] OK: 330 MiB in 131 packages [2023-01-03T18:45:21.547Z] Removing intermediate container 1163792f5141 [2023-01-03T18:45:21.547Z] ---> 8b2fb45bdaf0 [2023-01-03T18:45:21.547Z] Step 8/35 : WORKDIR /device-usb-camera [2023-01-03T18:45:21.547Z] ---> Running in 441bb819d6c1 [2023-01-03T18:45:21.806Z] Removing intermediate container 441bb819d6c1 [2023-01-03T18:45:21.806Z] ---> eb23ae123d73 [2023-01-03T18:45:21.806Z] Step 9/35 : COPY go.mod vendor* ./ [2023-01-03T18:45:21.806Z] ---> 44e9bd11b127 [2023-01-03T18:45:21.806Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T18:45:21.806Z] ---> Running in 0514bc9b6c3f [2023-01-03T18:45:22.741Z] Removing intermediate container 0514bc9b6c3f [2023-01-03T18:45:22.741Z] ---> a6845be509c8 [2023-01-03T18:45:22.741Z] Step 11/35 : COPY . . [2023-01-03T18:45:22.741Z] ---> 208f85ebab1c [2023-01-03T18:45:22.741Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T18:45:22.741Z] ---> Running in bb9239cb7974 [2023-01-03T18:45:23.309Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T18:45:23.309Z] Dload Upload Total Spent Left Speed [2023-01-03T18:45:23.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 41048 0 --:--:-- --:--:-- --:--:-- 42480 [2023-01-03T18:45:23.309Z] Removing intermediate container bb9239cb7974 [2023-01-03T18:45:23.309Z] ---> c21c571b3bbe [2023-01-03T18:45:23.309Z] Step 13/35 : RUN ${MAKE} [2023-01-03T18:45:23.309Z] ---> Running in dc24be377130 [2023-01-03T18:45:23.876Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-01-03T18:45:45.906Z] Removing intermediate container dc24be377130 [2023-01-03T18:45:45.906Z] ---> f9ed266508f4 [2023-01-03T18:45:45.906Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-01-03T18:45:45.906Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-01-03T18:45:46.188Z] af6660deedbd: Pulling fs layer [2023-01-03T18:45:46.188Z] 97cd0a44c592: Pulling fs layer [2023-01-03T18:45:46.188Z] 97cd0a44c592: Verifying Checksum [2023-01-03T18:45:46.188Z] 97cd0a44c592: Download complete [2023-01-03T18:45:46.784Z] af6660deedbd: Verifying Checksum [2023-01-03T18:45:46.784Z] af6660deedbd: Download complete [2023-01-03T18:45:47.053Z] af6660deedbd: Pull complete [2023-01-03T18:45:47.053Z] 97cd0a44c592: Pull complete [2023-01-03T18:45:47.053Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-01-03T18:45:47.053Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-01-03T18:45:47.053Z] ---> fea57e182299 [2023-01-03T18:45:47.053Z] Step 15/35 : FROM alpine:3.16 [2023-01-03T18:45:47.638Z] 3.16: Pulling from library/alpine [2023-01-03T18:45:47.639Z] ca7dd9ec2225: Pulling fs layer [2023-01-03T18:45:47.898Z] ca7dd9ec2225: Verifying Checksum [2023-01-03T18:45:47.898Z] ca7dd9ec2225: Download complete [2023-01-03T18:45:48.158Z] ca7dd9ec2225: Pull complete [2023-01-03T18:45:48.158Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T18:45:48.158Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T18:45:48.158Z] ---> bfe296a52501 [2023-01-03T18:45:48.158Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T18:45:48.417Z] ---> Running in a2144f14c92f [2023-01-03T18:45:48.417Z] Removing intermediate container a2144f14c92f [2023-01-03T18:45:48.417Z] ---> c73ea4c3adde [2023-01-03T18:45:48.417Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-01-03T18:45:48.417Z] ---> Running in 345f2b4f4692 [2023-01-03T18:45:48.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T18:45:48.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T18:45:49.194Z] (1/83) Installing dumb-init (1.2.5-r1) [2023-01-03T18:45:49.194Z] (2/83) Installing sdl2 (2.0.22-r0) [2023-01-03T18:45:49.194Z] (3/83) Installing libxau (1.0.9-r0) [2023-01-03T18:45:49.194Z] (4/83) Installing libxdmcp (1.1.3-r0) [2023-01-03T18:45:49.194Z] (5/83) Installing libxcb (1.15-r0) [2023-01-03T18:45:49.194Z] (6/83) Installing libx11 (1.8-r0) [2023-01-03T18:45:49.194Z] (7/83) Installing aom-libs (3.3.0-r0) [2023-01-03T18:45:49.194Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2023-01-03T18:45:49.453Z] (9/83) Installing expat (2.5.0-r0) [2023-01-03T18:45:49.453Z] (10/83) Installing brotli-libs (1.0.9-r6) [2023-01-03T18:45:49.453Z] (11/83) Installing libbz2 (1.0.8-r1) [2023-01-03T18:45:49.453Z] (12/83) Installing libpng (1.6.37-r1) [2023-01-03T18:45:49.453Z] (13/83) Installing freetype (2.12.1-r0) [2023-01-03T18:45:49.453Z] (14/83) Installing fontconfig (2.14.0-r0) [2023-01-03T18:45:49.453Z] (15/83) Installing fribidi (1.0.12-r0) [2023-01-03T18:45:49.453Z] (16/83) Installing libffi (3.4.2-r1) [2023-01-03T18:45:49.453Z] (17/83) Installing libintl (0.21-r2) [2023-01-03T18:45:49.453Z] (18/83) Installing libblkid (2.38-r1) [2023-01-03T18:45:49.453Z] (19/83) Installing libmount (2.38-r1) [2023-01-03T18:45:49.453Z] (20/83) Installing pcre (8.45-r2) [2023-01-03T18:45:49.453Z] (21/83) Installing glib (2.72.1-r0) [2023-01-03T18:45:49.453Z] (22/83) Installing graphite2 (1.3.14-r1) [2023-01-03T18:45:49.453Z] (23/83) Installing harfbuzz (4.3.0-r0) [2023-01-03T18:45:49.453Z] (24/83) Installing libass (0.16.0-r0) [2023-01-03T18:45:49.453Z] (25/83) Installing libdav1d (1.0.0-r0) [2023-01-03T18:45:49.453Z] (26/83) Installing libpciaccess (0.16-r0) [2023-01-03T18:45:49.453Z] (27/83) Installing libdrm (2.4.110-r0) [2023-01-03T18:45:49.453Z] (28/83) Installing gmp (6.2.1-r2) [2023-01-03T18:45:49.453Z] (29/83) Installing nettle (3.7.3-r0) [2023-01-03T18:45:49.453Z] (30/83) Installing p11-kit (0.24.1-r0) [2023-01-03T18:45:49.453Z] (31/83) Installing libtasn1 (4.18.0-r1) [2023-01-03T18:45:49.453Z] (32/83) Installing libunistring (1.0-r0) [2023-01-03T18:45:49.453Z] (33/83) Installing gnutls (3.7.7-r0) [2023-01-03T18:45:49.712Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T18:45:49.712Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T18:45:49.712Z] (36/83) Installing lame (3.100-r0) [2023-01-03T18:45:49.712Z] (37/83) Installing opus (1.3.1-r1) [2023-01-03T18:45:49.712Z] (38/83) Installing libasyncns (0.8-r1) [2023-01-03T18:45:49.712Z] (39/83) Installing dbus-libs (1.14.4-r0) [2023-01-03T18:45:49.712Z] (40/83) Installing libltdl (2.4.7-r0) [2023-01-03T18:45:49.712Z] (41/83) Installing orc (0.4.32-r0) [2023-01-03T18:45:49.712Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T18:45:49.712Z] (43/83) Installing libogg (1.3.5-r1) [2023-01-03T18:45:49.712Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T18:45:49.712Z] (45/83) Installing flac (1.3.4-r0) [2023-01-03T18:45:49.712Z] (46/83) Installing libvorbis (1.3.7-r0) [2023-01-03T18:45:49.712Z] (47/83) Installing libsndfile (1.1.0-r0) [2023-01-03T18:45:49.712Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2023-01-03T18:45:49.712Z] (49/83) Installing soxr (0.1.3-r2) [2023-01-03T18:45:49.712Z] (50/83) Installing speexdsp (1.2.0-r0) [2023-01-03T18:45:49.712Z] (51/83) Installing tdb-libs (1.4.6-r0) [2023-01-03T18:45:49.712Z] (52/83) Installing libpulse (15.0-r2) [2023-01-03T18:45:49.712Z] (53/83) Installing cjson (1.7.15-r3) [2023-01-03T18:45:49.712Z] (54/83) Installing mbedtls (2.28.2-r0) [2023-01-03T18:45:49.712Z] (55/83) Installing librist (0.2.6-r1) [2023-01-03T18:45:49.712Z] (56/83) Installing libsrt (1.4.4-r0) [2023-01-03T18:45:49.712Z] (57/83) Installing libssh (0.9.6-r1) [2023-01-03T18:45:49.712Z] (58/83) Installing libtheora (1.1.1-r16) [2023-01-03T18:45:49.712Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T18:45:49.712Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T18:45:49.712Z] (61/83) Installing libxext (1.3.4-r0) [2023-01-03T18:45:49.970Z] (62/83) Installing libxfixes (6.0.0-r0) [2023-01-03T18:45:49.970Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T18:45:49.970Z] (64/83) Installing libva (2.14.0-r0) [2023-01-03T18:45:49.970Z] (65/83) Installing libvdpau (1.5-r0) [2023-01-03T18:45:49.970Z] (66/83) Installing vidstab (1.1.0-r1) [2023-01-03T18:45:49.970Z] (67/83) Installing libvpx (1.11.0-r1) [2023-01-03T18:45:49.970Z] (68/83) Installing libwebp (1.2.3-r0) [2023-01-03T18:45:49.970Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2023-01-03T18:45:49.970Z] (70/83) Installing numactl (2.0.14-r0) [2023-01-03T18:45:49.970Z] (71/83) Installing x265-libs (3.5-r3) [2023-01-03T18:45:49.970Z] (72/83) Installing xvidcore (1.3.7-r1) [2023-01-03T18:45:49.970Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2023-01-03T18:45:50.228Z] (74/83) Installing ffmpeg (5.0.1-r1) [2023-01-03T18:45:50.228Z] (75/83) Installing udev-init-scripts (35-r0) [2023-01-03T18:45:50.228Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T18:45:50.228Z] (76/83) Installing eudev-libs (3.2.11-r0) [2023-01-03T18:45:50.228Z] (77/83) Installing xz-libs (5.2.5-r1) [2023-01-03T18:45:50.228Z] (78/83) Installing zstd-libs (1.5.2-r1) [2023-01-03T18:45:50.228Z] (79/83) Installing kmod-libs (29-r2) [2023-01-03T18:45:50.228Z] (80/83) Installing eudev (3.2.11-r0) [2023-01-03T18:45:50.228Z] (81/83) Installing libsodium (1.0.18-r0) [2023-01-03T18:45:50.228Z] (82/83) Installing libzmq (4.3.4-r0) [2023-01-03T18:45:50.228Z] (83/83) Installing zeromq (4.3.4-r0) [2023-01-03T18:45:50.228Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T18:45:50.228Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T18:45:50.228Z] OK: 101 MiB in 97 packages [2023-01-03T18:45:52.763Z] Removing intermediate container 345f2b4f4692 [2023-01-03T18:45:52.763Z] ---> db4ae4cf6001 [2023-01-03T18:45:52.763Z] Step 18/35 : WORKDIR / [2023-01-03T18:45:52.763Z] ---> Running in b7c6fb804e9f [2023-01-03T18:45:52.763Z] Removing intermediate container b7c6fb804e9f [2023-01-03T18:45:52.763Z] ---> eee1ab29506c [2023-01-03T18:45:52.763Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-01-03T18:45:53.329Z] ---> bce8dd277bb8 [2023-01-03T18:45:53.329Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-01-03T18:45:53.589Z] ---> e5a84cd7ecba [2023-01-03T18:45:53.589Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-01-03T18:45:53.589Z] ---> 8f0f69348337 [2023-01-03T18:45:53.589Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-01-03T18:45:53.849Z] ---> 2661c3da4913 [2023-01-03T18:45:53.849Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-01-03T18:45:53.849Z] ---> 3cbf708206e5 [2023-01-03T18:45:53.849Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-01-03T18:45:54.108Z] ---> 2d71f92f9566 [2023-01-03T18:45:54.108Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-01-03T18:45:54.676Z] ---> 200d706c8525 [2023-01-03T18:45:54.676Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-01-03T18:45:54.676Z] ---> Running in 9ca62ac20f31 [2023-01-03T18:45:55.242Z] Removing intermediate container 9ca62ac20f31 [2023-01-03T18:45:55.242Z] ---> d03dc4f835b7 [2023-01-03T18:45:55.242Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-01-03T18:45:55.242Z] ---> Running in ca54fe796bd9 [2023-01-03T18:45:55.809Z] Removing intermediate container ca54fe796bd9 [2023-01-03T18:45:55.809Z] ---> 261c0d092daf [2023-01-03T18:45:55.809Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-01-03T18:45:55.809Z] ---> Running in 0e4775401d00 [2023-01-03T18:45:56.378Z] Removing intermediate container 0e4775401d00 [2023-01-03T18:45:56.378Z] ---> 3e18c5711aca [2023-01-03T18:45:56.378Z] Step 29/35 : EXPOSE 59983 [2023-01-03T18:45:56.378Z] ---> Running in bfe035a8af3e [2023-01-03T18:45:56.378Z] Removing intermediate container bfe035a8af3e [2023-01-03T18:45:56.378Z] ---> 8a0857305fdc [2023-01-03T18:45:56.378Z] Step 30/35 : EXPOSE 8554 [2023-01-03T18:45:56.378Z] ---> Running in 1e46f8351a4e [2023-01-03T18:45:56.378Z] Removing intermediate container 1e46f8351a4e [2023-01-03T18:45:56.378Z] ---> 32dec22e8f54 [2023-01-03T18:45:56.378Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-01-03T18:45:56.378Z] ---> Running in 171581402dc9 [2023-01-03T18:45:56.637Z] Removing intermediate container 171581402dc9 [2023-01-03T18:45:56.637Z] ---> a5ab4fe7eef6 [2023-01-03T18:45:56.637Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-01-03T18:45:56.637Z] ---> Running in 6950e544fdb6 [2023-01-03T18:45:56.637Z] Removing intermediate container 6950e544fdb6 [2023-01-03T18:45:56.637Z] ---> 7491aef77bd7 [2023-01-03T18:45:56.637Z] Step 33/35 : LABEL arch=amd64 [2023-01-03T18:45:56.637Z] ---> Running in 56547603ea4c [2023-01-03T18:45:56.897Z] Removing intermediate container 56547603ea4c [2023-01-03T18:45:56.897Z] ---> 06685e9b89de [2023-01-03T18:45:56.897Z] Step 34/35 : LABEL git_sha=aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:45:56.897Z] ---> Running in c43394455468 [2023-01-03T18:45:56.897Z] Removing intermediate container c43394455468 [2023-01-03T18:45:56.897Z] ---> f0a9031cea92 [2023-01-03T18:45:56.897Z] Step 35/35 : LABEL version=3.0.0-dev.5 [2023-01-03T18:45:56.897Z] ---> Running in 070099bdefeb [2023-01-03T18:45:56.897Z] Removing intermediate container 070099bdefeb [2023-01-03T18:45:56.897Z] ---> 59190a26d8cc [2023-01-03T18:45:56.897Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T18:45:56.897Z] Successfully built 59190a26d8cc [2023-01-03T18:45:56.897Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:45:57.012Z] provisioning config files... [2023-01-03T18:45:57.022Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1043555818022133165tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:45:57.330Z] ---> docker-login.sh [2023-01-03T18:45:57.331Z] nexus3.edgexfoundry.org:10001 [2023-01-03T18:45:57.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:45:57.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:45:57.331Z] Configure a credential helper to remove this warning. See [2023-01-03T18:45:57.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:45:57.331Z] [2023-01-03T18:45:57.331Z] Login Succeeded [2023-01-03T18:45:57.331Z] nexus3.edgexfoundry.org:10002 [2023-01-03T18:45:57.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:45:57.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:45:57.331Z] Configure a credential helper to remove this warning. See [2023-01-03T18:45:57.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:45:57.331Z] [2023-01-03T18:45:57.331Z] Login Succeeded [2023-01-03T18:45:57.592Z] nexus3.edgexfoundry.org:10003 [2023-01-03T18:45:57.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:45:57.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:45:57.592Z] Configure a credential helper to remove this warning. See [2023-01-03T18:45:57.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:45:57.592Z] [2023-01-03T18:45:57.592Z] Login Succeeded [2023-01-03T18:45:57.592Z] nexus3.edgexfoundry.org:10004 [2023-01-03T18:45:57.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:45:57.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:45:57.592Z] Configure a credential helper to remove this warning. See [2023-01-03T18:45:57.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:45:57.592Z] [2023-01-03T18:45:57.592Z] Login Succeeded [2023-01-03T18:45:57.592Z] docker.io [2023-01-03T18:45:57.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:45:57.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:45:57.852Z] Configure a credential helper to remove this warning. See [2023-01-03T18:45:57.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:45:57.852Z] [2023-01-03T18:45:57.852Z] Login Succeeded [2023-01-03T18:45:58.112Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T18:45:58.119Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T18:45:58.152Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:45:58.229Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-01-03T18:45:58.229Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:45:58.229Z] latest [2023-01-03T18:45:58.229Z] 3.0.0-dev.5 [2023-01-03T18:45:58.229Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:45:58.229Z] main [2023-01-03T18:45:58.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:45:58.558Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:45:58.861Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:45:58.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T18:45:58.861Z] fa8932a94a4d: Preparing [2023-01-03T18:45:58.861Z] 1a87e74ebf1b: Preparing [2023-01-03T18:45:58.861Z] b2a4e14b0b8a: Preparing [2023-01-03T18:45:58.861Z] 550e596c6d0e: Preparing [2023-01-03T18:45:58.861Z] 1207169bf42c: Preparing [2023-01-03T18:45:58.861Z] 725239e8516a: Preparing [2023-01-03T18:45:58.861Z] ff5ab1339ee6: Preparing [2023-01-03T18:45:58.861Z] 30e286a4b620: Preparing [2023-01-03T18:45:58.861Z] f284d5f688b5: Preparing [2023-01-03T18:45:58.861Z] d4e5badeeb92: Preparing [2023-01-03T18:45:58.861Z] 69ad5105f942: Preparing [2023-01-03T18:45:58.861Z] e5e13b0c77cb: Preparing [2023-01-03T18:45:58.861Z] f284d5f688b5: Waiting [2023-01-03T18:45:58.861Z] d4e5badeeb92: Waiting [2023-01-03T18:45:58.861Z] 69ad5105f942: Waiting [2023-01-03T18:45:58.861Z] e5e13b0c77cb: Waiting [2023-01-03T18:45:58.861Z] 30e286a4b620: Waiting [2023-01-03T18:45:58.861Z] 725239e8516a: Waiting [2023-01-03T18:45:58.861Z] ff5ab1339ee6: Waiting [2023-01-03T18:45:58.861Z] 1a87e74ebf1b: Pushed [2023-01-03T18:45:58.861Z] fa8932a94a4d: Pushed [2023-01-03T18:45:58.861Z] b2a4e14b0b8a: Pushed [2023-01-03T18:45:58.861Z] 1207169bf42c: Pushed [2023-01-03T18:45:59.121Z] 725239e8516a: Pushed [2023-01-03T18:45:59.121Z] f284d5f688b5: Pushed [2023-01-03T18:45:59.121Z] ff5ab1339ee6: Pushed [2023-01-03T18:45:59.121Z] 30e286a4b620: Pushed [2023-01-03T18:45:59.121Z] e5e13b0c77cb: Layer already exists [2023-01-03T18:46:01.043Z] 550e596c6d0e: Pushed [2023-01-03T18:46:01.614Z] d4e5badeeb92: Pushed [2023-01-03T18:46:08.193Z] 69ad5105f942: Pushed [2023-01-03T18:46:08.193Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475: digest: sha256:4db5d74f6fc038fa6f67bab70dc3c2bc716d202035fe86ed2ccbfc1c55188e79 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:08.520Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:08.829Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-01-03T18:46:08.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T18:46:08.830Z] fa8932a94a4d: Preparing [2023-01-03T18:46:08.830Z] 1a87e74ebf1b: Preparing [2023-01-03T18:46:08.830Z] b2a4e14b0b8a: Preparing [2023-01-03T18:46:08.830Z] 550e596c6d0e: Preparing [2023-01-03T18:46:08.830Z] 1207169bf42c: Preparing [2023-01-03T18:46:08.830Z] 725239e8516a: Preparing [2023-01-03T18:46:08.830Z] ff5ab1339ee6: Preparing [2023-01-03T18:46:08.830Z] 30e286a4b620: Preparing [2023-01-03T18:46:08.830Z] f284d5f688b5: Preparing [2023-01-03T18:46:08.830Z] d4e5badeeb92: Preparing [2023-01-03T18:46:08.830Z] 69ad5105f942: Preparing [2023-01-03T18:46:08.830Z] e5e13b0c77cb: Preparing [2023-01-03T18:46:08.830Z] ff5ab1339ee6: Waiting [2023-01-03T18:46:08.830Z] 30e286a4b620: Waiting [2023-01-03T18:46:08.830Z] d4e5badeeb92: Waiting [2023-01-03T18:46:08.830Z] f284d5f688b5: Waiting [2023-01-03T18:46:08.830Z] 725239e8516a: Waiting [2023-01-03T18:46:08.830Z] 69ad5105f942: Waiting [2023-01-03T18:46:08.830Z] e5e13b0c77cb: Waiting [2023-01-03T18:46:08.830Z] 1a87e74ebf1b: Layer already exists [2023-01-03T18:46:08.830Z] fa8932a94a4d: Layer already exists [2023-01-03T18:46:08.830Z] 550e596c6d0e: Layer already exists [2023-01-03T18:46:08.830Z] 1207169bf42c: Layer already exists [2023-01-03T18:46:08.830Z] b2a4e14b0b8a: Layer already exists [2023-01-03T18:46:08.830Z] 725239e8516a: Layer already exists [2023-01-03T18:46:08.830Z] ff5ab1339ee6: Layer already exists [2023-01-03T18:46:08.830Z] 30e286a4b620: Layer already exists [2023-01-03T18:46:08.830Z] f284d5f688b5: Layer already exists [2023-01-03T18:46:08.830Z] d4e5badeeb92: Layer already exists [2023-01-03T18:46:08.830Z] 69ad5105f942: Layer already exists [2023-01-03T18:46:08.830Z] e5e13b0c77cb: Layer already exists [2023-01-03T18:46:08.830Z] latest: digest: sha256:4db5d74f6fc038fa6f67bab70dc3c2bc716d202035fe86ed2ccbfc1c55188e79 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:09.144Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:09.445Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 [2023-01-03T18:46:09.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T18:46:09.445Z] fa8932a94a4d: Preparing [2023-01-03T18:46:09.445Z] 1a87e74ebf1b: Preparing [2023-01-03T18:46:09.445Z] b2a4e14b0b8a: Preparing [2023-01-03T18:46:09.445Z] 550e596c6d0e: Preparing [2023-01-03T18:46:09.445Z] 1207169bf42c: Preparing [2023-01-03T18:46:09.445Z] 725239e8516a: Preparing [2023-01-03T18:46:09.445Z] ff5ab1339ee6: Preparing [2023-01-03T18:46:09.445Z] 30e286a4b620: Preparing [2023-01-03T18:46:09.445Z] f284d5f688b5: Preparing [2023-01-03T18:46:09.445Z] d4e5badeeb92: Preparing [2023-01-03T18:46:09.445Z] 69ad5105f942: Preparing [2023-01-03T18:46:09.445Z] e5e13b0c77cb: Preparing [2023-01-03T18:46:09.445Z] ff5ab1339ee6: Waiting [2023-01-03T18:46:09.445Z] d4e5badeeb92: Waiting [2023-01-03T18:46:09.445Z] 30e286a4b620: Waiting [2023-01-03T18:46:09.445Z] 69ad5105f942: Waiting [2023-01-03T18:46:09.445Z] f284d5f688b5: Waiting [2023-01-03T18:46:09.445Z] e5e13b0c77cb: Waiting [2023-01-03T18:46:09.445Z] 725239e8516a: Waiting [2023-01-03T18:46:09.445Z] b2a4e14b0b8a: Layer already exists [2023-01-03T18:46:09.445Z] 1207169bf42c: Layer already exists [2023-01-03T18:46:09.445Z] 1a87e74ebf1b: Layer already exists [2023-01-03T18:46:09.445Z] 550e596c6d0e: Layer already exists [2023-01-03T18:46:09.445Z] fa8932a94a4d: Layer already exists [2023-01-03T18:46:09.445Z] f284d5f688b5: Layer already exists [2023-01-03T18:46:09.446Z] 725239e8516a: Layer already exists [2023-01-03T18:46:09.446Z] d4e5badeeb92: Layer already exists [2023-01-03T18:46:09.446Z] 30e286a4b620: Layer already exists [2023-01-03T18:46:09.446Z] ff5ab1339ee6: Layer already exists [2023-01-03T18:46:09.446Z] e5e13b0c77cb: Layer already exists [2023-01-03T18:46:09.446Z] 69ad5105f942: Layer already exists [2023-01-03T18:46:09.446Z] 3.0.0-dev.5: digest: sha256:4db5d74f6fc038fa6f67bab70dc3c2bc716d202035fe86ed2ccbfc1c55188e79 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:09.748Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:10.055Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:46:10.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T18:46:10.056Z] fa8932a94a4d: Preparing [2023-01-03T18:46:10.056Z] 1a87e74ebf1b: Preparing [2023-01-03T18:46:10.056Z] b2a4e14b0b8a: Preparing [2023-01-03T18:46:10.056Z] 550e596c6d0e: Preparing [2023-01-03T18:46:10.056Z] 1207169bf42c: Preparing [2023-01-03T18:46:10.056Z] 725239e8516a: Preparing [2023-01-03T18:46:10.056Z] ff5ab1339ee6: Preparing [2023-01-03T18:46:10.056Z] 30e286a4b620: Preparing [2023-01-03T18:46:10.056Z] f284d5f688b5: Preparing [2023-01-03T18:46:10.056Z] d4e5badeeb92: Preparing [2023-01-03T18:46:10.056Z] 69ad5105f942: Preparing [2023-01-03T18:46:10.056Z] e5e13b0c77cb: Preparing [2023-01-03T18:46:10.056Z] 725239e8516a: Waiting [2023-01-03T18:46:10.056Z] ff5ab1339ee6: Waiting [2023-01-03T18:46:10.056Z] 30e286a4b620: Waiting [2023-01-03T18:46:10.056Z] f284d5f688b5: Waiting [2023-01-03T18:46:10.056Z] e5e13b0c77cb: Waiting [2023-01-03T18:46:10.056Z] d4e5badeeb92: Waiting [2023-01-03T18:46:10.056Z] 69ad5105f942: Waiting [2023-01-03T18:46:10.056Z] b2a4e14b0b8a: Layer already exists [2023-01-03T18:46:10.056Z] 1207169bf42c: Layer already exists [2023-01-03T18:46:10.056Z] 1a87e74ebf1b: Layer already exists [2023-01-03T18:46:10.056Z] 550e596c6d0e: Layer already exists [2023-01-03T18:46:10.056Z] fa8932a94a4d: Layer already exists [2023-01-03T18:46:10.056Z] 725239e8516a: Layer already exists [2023-01-03T18:46:10.056Z] 30e286a4b620: Layer already exists [2023-01-03T18:46:10.056Z] ff5ab1339ee6: Layer already exists [2023-01-03T18:46:10.056Z] f284d5f688b5: Layer already exists [2023-01-03T18:46:10.056Z] d4e5badeeb92: Layer already exists [2023-01-03T18:46:10.056Z] 69ad5105f942: Layer already exists [2023-01-03T18:46:10.056Z] e5e13b0c77cb: Layer already exists [2023-01-03T18:46:10.056Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5: digest: sha256:4db5d74f6fc038fa6f67bab70dc3c2bc716d202035fe86ed2ccbfc1c55188e79 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:10.365Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:10.665Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-01-03T18:46:10.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-01-03T18:46:10.665Z] fa8932a94a4d: Preparing [2023-01-03T18:46:10.665Z] 1a87e74ebf1b: Preparing [2023-01-03T18:46:10.665Z] b2a4e14b0b8a: Preparing [2023-01-03T18:46:10.665Z] 550e596c6d0e: Preparing [2023-01-03T18:46:10.665Z] 1207169bf42c: Preparing [2023-01-03T18:46:10.665Z] 725239e8516a: Preparing [2023-01-03T18:46:10.665Z] ff5ab1339ee6: Preparing [2023-01-03T18:46:10.665Z] 30e286a4b620: Preparing [2023-01-03T18:46:10.665Z] f284d5f688b5: Preparing [2023-01-03T18:46:10.665Z] d4e5badeeb92: Preparing [2023-01-03T18:46:10.665Z] 69ad5105f942: Preparing [2023-01-03T18:46:10.665Z] e5e13b0c77cb: Preparing [2023-01-03T18:46:10.665Z] 30e286a4b620: Waiting [2023-01-03T18:46:10.665Z] f284d5f688b5: Waiting [2023-01-03T18:46:10.665Z] d4e5badeeb92: Waiting [2023-01-03T18:46:10.665Z] 69ad5105f942: Waiting [2023-01-03T18:46:10.665Z] e5e13b0c77cb: Waiting [2023-01-03T18:46:10.665Z] 725239e8516a: Waiting [2023-01-03T18:46:10.665Z] ff5ab1339ee6: Waiting [2023-01-03T18:46:10.665Z] 1a87e74ebf1b: Layer already exists [2023-01-03T18:46:10.665Z] 1207169bf42c: Layer already exists [2023-01-03T18:46:10.665Z] 550e596c6d0e: Layer already exists [2023-01-03T18:46:10.665Z] fa8932a94a4d: Layer already exists [2023-01-03T18:46:10.665Z] b2a4e14b0b8a: Layer already exists [2023-01-03T18:46:10.665Z] ff5ab1339ee6: Layer already exists [2023-01-03T18:46:10.665Z] 30e286a4b620: Layer already exists [2023-01-03T18:46:10.665Z] f284d5f688b5: Layer already exists [2023-01-03T18:46:10.665Z] d4e5badeeb92: Layer already exists [2023-01-03T18:46:10.665Z] 725239e8516a: Layer already exists [2023-01-03T18:46:10.665Z] 69ad5105f942: Layer already exists [2023-01-03T18:46:10.665Z] e5e13b0c77cb: Layer already exists [2023-01-03T18:46:10.665Z] main: digest: sha256:4db5d74f6fc038fa6f67bab70dc3c2bc716d202035fe86ed2ccbfc1c55188e79 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T18:46:10.715Z] ===================================================== [Pipeline] echo [2023-01-03T18:46:10.723Z] taggedImages: [2023-01-03T18:46:10.723Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:46:10.723Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-01-03T18:46:10.723Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.5 [2023-01-03T18:46:10.723Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:46:10.723Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:11.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T18:46:11.102Z] [2023-01-03T18:46:11.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:46:11.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T18:46:11.401Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T18:46:11.401Z] 5eb5b503b376: Pulling fs layer [2023-01-03T18:46:11.401Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T18:46:11.401Z] ec43610c2a17: Pulling fs layer [2023-01-03T18:46:11.401Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T18:46:11.402Z] 33b1e0a273af: Pulling fs layer [2023-01-03T18:46:11.402Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T18:46:11.402Z] 2f39f015ded8: Pulling fs layer [2023-01-03T18:46:11.402Z] 3a2ae6a8a46f: Waiting [2023-01-03T18:46:11.402Z] 5d3b04190fa2: Waiting [2023-01-03T18:46:11.402Z] 33b1e0a273af: Waiting [2023-01-03T18:46:11.402Z] 2f39f015ded8: Waiting [2023-01-03T18:46:11.402Z] 5c69ac0246d0: Download complete [2023-01-03T18:46:11.658Z] 3a2ae6a8a46f: Download complete [2023-01-03T18:46:11.658Z] 33b1e0a273af: Verifying Checksum [2023-01-03T18:46:11.658Z] 33b1e0a273af: Download complete [2023-01-03T18:46:11.658Z] 5d3b04190fa2: Verifying Checksum [2023-01-03T18:46:11.658Z] 5d3b04190fa2: Download complete [2023-01-03T18:46:11.917Z] ec43610c2a17: Verifying Checksum [2023-01-03T18:46:11.917Z] ec43610c2a17: Download complete [2023-01-03T18:46:12.183Z] 5eb5b503b376: Verifying Checksum [2023-01-03T18:46:12.183Z] 5eb5b503b376: Download complete [2023-01-03T18:46:13.570Z] 5eb5b503b376: Pull complete [2023-01-03T18:46:13.570Z] 2f39f015ded8: Download complete [2023-01-03T18:46:13.570Z] 5c69ac0246d0: Pull complete [2023-01-03T18:46:13.828Z] ec43610c2a17: Pull complete [2023-01-03T18:46:13.828Z] 3a2ae6a8a46f: Pull complete [2023-01-03T18:46:14.087Z] 33b1e0a273af: Pull complete [2023-01-03T18:46:14.087Z] 5d3b04190fa2: Pull complete [2023-01-03T18:46:19.345Z] 2f39f015ded8: Pull complete [2023-01-03T18:46:19.345Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T18:46:19.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T18:46:19.345Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:46:19.441Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:46:19.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T18:46:22.916Z] $ docker top 71e7e54446caeabc635fdfcbb82cb3ee1dde0494db2ff17382ce353c55a16d82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:46:23.283Z] ---> job-cost.sh [2023-01-03T18:46:23.283Z] lf-activate-venv: SKIPPING [2023-01-03T18:46:23.283Z] INFO: No Stack... [2023-01-03T18:46:23.542Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T18:46:24.111Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T18:46:24.400Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-01-03T18:46:24.400Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T18:46:24.418Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [2023-01-03T18:46:24.424Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] did not exist. Created. [2023-01-03T18:46:24.425Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T18:46:24.733Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-03T18:46:24.767Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T18:46:24.773Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T18:46:24.793Z] $ docker stop --time=1 71e7e54446caeabc635fdfcbb82cb3ee1dde0494db2ff17382ce353c55a16d82 [2023-01-03T18:46:25.948Z] $ docker rm -f --volumes 71e7e54446caeabc635fdfcbb82cb3ee1dde0494db2ff17382ce353c55a16d82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-03T18:47:13.479Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-942 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-01-03T18:47:13.493Z] Running in /w/workspace/device-usb-camera/69 [Pipeline] { [Pipeline] checkout [2023-01-03T18:47:13.525Z] Selected Git installation does not exist. Using Default [2023-01-03T18:47:13.525Z] The recommended git tool is: NONE [2023-01-03T18:47:19.893Z] using credential edgex-jenkins-ssh [2023-01-03T18:47:19.916Z] Cloning the remote Git repository [2023-01-03T18:47:19.977Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-01-03T18:47:20.070Z] > git init /w/workspace/device-usb-camera/69 # timeout=10 [2023-01-03T18:47:20.270Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-01-03T18:47:20.272Z] > git --version # timeout=10 [2023-01-03T18:47:20.299Z] > git --version # 'git version 2.25.1' [2023-01-03T18:47:20.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T18:47:20.391Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T18:47:22.268Z] Avoid second fetch [2023-01-03T18:47:22.269Z] Checking out Revision aa9461ff516dbbb31bf7876f6a13f06d431dd475 (main) [2023-01-03T18:47:21.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-01-03T18:47:21.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T18:47:22.289Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T18:47:22.308Z] > git checkout -f aa9461ff516dbbb31bf7876f6a13f06d431dd475 # timeout=10 [2023-01-03T18:47:22.883Z] Commit message: "Merge pull request #121 from EdgeX-Camera-Management/changelog_rediscovery" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T18:47:23.788Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T18:47:23.788Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T18:47:23.788Z] Dload Upload Total Spent Left Speed [2023-01-03T18:47:23.788Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 188k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh [2023-01-03T18:47:24.478Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T18:47:24.830Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-03T18:47:24.830Z] + sudo tee /etc/docker/daemon.new [2023-01-03T18:47:24.830Z] { [2023-01-03T18:47:24.830Z] "registry-mirrors": [ [2023-01-03T18:47:24.830Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T18:47:24.830Z] ], [2023-01-03T18:47:24.830Z] "bip": "10.250.0.254/24", [2023-01-03T18:47:24.830Z] "hosts": [ [2023-01-03T18:47:24.830Z] "tcp://0.0.0.0:5555", [2023-01-03T18:47:24.830Z] "unix:///var/run/docker.sock" [2023-01-03T18:47:24.830Z] ], [2023-01-03T18:47:24.830Z] "mtu": 1458, [2023-01-03T18:47:24.830Z] "selinux-enabled": true, [2023-01-03T18:47:24.830Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T18:47:24.830Z] } [Pipeline] sh [2023-01-03T18:47:25.175Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T18:47:25.541Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:47:43.853Z] provisioning config files... [2023-01-03T18:47:43.887Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/69@tmp/config5859916109164777428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:47:44.260Z] ---> docker-login.sh [2023-01-03T18:47:44.261Z] nexus3.edgexfoundry.org:10001 [2023-01-03T18:47:44.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:47:44.856Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:47:44.856Z] Configure a credential helper to remove this warning. See [2023-01-03T18:47:44.856Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:47:44.856Z] [2023-01-03T18:47:44.856Z] Login Succeeded [2023-01-03T18:47:44.856Z] nexus3.edgexfoundry.org:10002 [2023-01-03T18:47:45.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:47:45.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:47:45.408Z] Configure a credential helper to remove this warning. See [2023-01-03T18:47:45.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:47:45.408Z] [2023-01-03T18:47:45.408Z] Login Succeeded [2023-01-03T18:47:45.408Z] nexus3.edgexfoundry.org:10003 [2023-01-03T18:47:45.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:47:45.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:47:45.682Z] Configure a credential helper to remove this warning. See [2023-01-03T18:47:45.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:47:45.682Z] [2023-01-03T18:47:45.682Z] Login Succeeded [2023-01-03T18:47:45.682Z] nexus3.edgexfoundry.org:10004 [2023-01-03T18:47:45.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:47:46.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:47:46.229Z] Configure a credential helper to remove this warning. See [2023-01-03T18:47:46.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:47:46.229Z] [2023-01-03T18:47:46.229Z] Login Succeeded [2023-01-03T18:47:46.229Z] docker.io [2023-01-03T18:47:46.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:47:46.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:47:46.772Z] Configure a credential helper to remove this warning. See [2023-01-03T18:47:46.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:47:46.772Z] [2023-01-03T18:47:46.772Z] Login Succeeded [2023-01-03T18:47:46.772Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T18:47:46.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T18:47:47.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:47:47.093Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:47:47.103Z] ========================================================= [2023-01-03T18:47:47.103Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T18:47:47.103Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:47:47.453Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-03T18:47:47.721Z] Sending build context to Docker daemon 1.069MB [2023-01-03T18:47:47.721Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T18:47:47.721Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T18:47:47.995Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T18:47:47.995Z] 9b18e9b68314: Pulling fs layer [2023-01-03T18:47:47.995Z] 35d82f9e3411: Pulling fs layer [2023-01-03T18:47:47.995Z] e16973657156: Pulling fs layer [2023-01-03T18:47:47.995Z] fc693d55d65f: Pulling fs layer [2023-01-03T18:47:47.995Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T18:47:47.995Z] dda99020689f: Pulling fs layer [2023-01-03T18:47:47.995Z] db1c61fa0a46: Pulling fs layer [2023-01-03T18:47:47.995Z] 891c053d2c06: Pulling fs layer [2023-01-03T18:47:47.995Z] 7e9fc2657dce: Waiting [2023-01-03T18:47:47.995Z] dda99020689f: Waiting [2023-01-03T18:47:47.995Z] db1c61fa0a46: Waiting [2023-01-03T18:47:47.995Z] 891c053d2c06: Waiting [2023-01-03T18:47:47.995Z] e16973657156: Verifying Checksum [2023-01-03T18:47:47.995Z] e16973657156: Download complete [2023-01-03T18:47:47.995Z] 35d82f9e3411: Verifying Checksum [2023-01-03T18:47:47.995Z] 35d82f9e3411: Download complete [2023-01-03T18:47:47.995Z] 7e9fc2657dce: Verifying Checksum [2023-01-03T18:47:47.995Z] 7e9fc2657dce: Download complete [2023-01-03T18:47:47.995Z] dda99020689f: Verifying Checksum [2023-01-03T18:47:47.995Z] dda99020689f: Download complete [2023-01-03T18:47:47.995Z] 9b18e9b68314: Verifying Checksum [2023-01-03T18:47:47.995Z] 9b18e9b68314: Download complete [2023-01-03T18:47:48.983Z] 9b18e9b68314: Pull complete [2023-01-03T18:47:49.262Z] 891c053d2c06: Verifying Checksum [2023-01-03T18:47:49.262Z] 891c053d2c06: Download complete [2023-01-03T18:47:49.536Z] 35d82f9e3411: Pull complete [2023-01-03T18:47:49.805Z] e16973657156: Pull complete [2023-01-03T18:47:50.399Z] db1c61fa0a46: Verifying Checksum [2023-01-03T18:47:50.399Z] db1c61fa0a46: Download complete [2023-01-03T18:47:50.986Z] fc693d55d65f: Verifying Checksum [2023-01-03T18:47:50.986Z] fc693d55d65f: Download complete [2023-01-03T18:48:03.351Z] fc693d55d65f: Pull complete [2023-01-03T18:48:03.623Z] 7e9fc2657dce: Pull complete [2023-01-03T18:48:03.895Z] dda99020689f: Pull complete [2023-01-03T18:48:10.603Z] db1c61fa0a46: Pull complete [2023-01-03T18:48:12.569Z] 891c053d2c06: Pull complete [2023-01-03T18:48:12.569Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T18:48:12.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T18:48:12.569Z] ---> f96f9c87975a [2023-01-03T18:48:12.569Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T18:48:15.172Z] ---> Running in 1f9487e57bfb [2023-01-03T18:48:15.172Z] Removing intermediate container 1f9487e57bfb [2023-01-03T18:48:15.172Z] ---> d8602693250e [2023-01-03T18:48:15.172Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T18:48:15.172Z] ---> Running in 9c2609418c2d [2023-01-03T18:48:15.442Z] Removing intermediate container 9c2609418c2d [2023-01-03T18:48:15.442Z] ---> 7af12eed88fb [2023-01-03T18:48:15.442Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T18:48:15.715Z] ---> Running in 49de91c3fd9f [2023-01-03T18:48:15.985Z] Removing intermediate container 49de91c3fd9f [2023-01-03T18:48:15.985Z] ---> e944e8dd6f96 [2023-01-03T18:48:15.985Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T18:48:15.985Z] ---> Running in aa500aab07ea [2023-01-03T18:48:16.257Z] Removing intermediate container aa500aab07ea [2023-01-03T18:48:16.257Z] ---> 4665a653f30e [2023-01-03T18:48:16.257Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T18:48:16.526Z] ---> Running in d3f258684c7b [2023-01-03T18:48:17.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T18:48:18.086Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T18:48:19.054Z] (1/14) Installing libintl (0.21-r2) [2023-01-03T18:48:19.054Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-01-03T18:48:19.054Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T18:48:19.324Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T18:48:19.324Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-01-03T18:48:19.324Z] (6/14) Installing udev-init-scripts (35-r0) [2023-01-03T18:48:19.324Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T18:48:19.324Z] (7/14) Installing libblkid (2.38-r1) [2023-01-03T18:48:19.324Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-01-03T18:48:19.324Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-01-03T18:48:19.324Z] (10/14) Installing kmod-libs (29-r2) [2023-01-03T18:48:19.324Z] (11/14) Installing eudev (3.2.11-r0) [2023-01-03T18:48:19.324Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-01-03T18:48:19.324Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-01-03T18:48:19.324Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-01-03T18:48:19.594Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T18:48:19.594Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T18:48:19.594Z] OK: 228 MiB in 65 packages [2023-01-03T18:48:21.018Z] Removing intermediate container d3f258684c7b [2023-01-03T18:48:21.018Z] ---> 88cbd6fa0531 [2023-01-03T18:48:21.018Z] Step 8/13 : WORKDIR /device-usb-camera [2023-01-03T18:48:21.018Z] ---> Running in e407eccd31b9 [2023-01-03T18:48:21.357Z] Removing intermediate container e407eccd31b9 [2023-01-03T18:48:21.357Z] ---> 9583429d69d5 [2023-01-03T18:48:21.357Z] Step 9/13 : COPY go.mod vendor* ./ [2023-01-03T18:48:21.979Z] ---> c251ef8a0042 [2023-01-03T18:48:21.979Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T18:48:21.979Z] ---> Running in f4415b5a65c5 [2023-01-03T18:49:18.440Z] Removing intermediate container f4415b5a65c5 [2023-01-03T18:49:18.440Z] ---> 0301ff277320 [2023-01-03T18:49:18.440Z] Step 11/13 : COPY . . [2023-01-03T18:49:18.440Z] ---> b3234d7df15b [2023-01-03T18:49:18.440Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T18:49:18.440Z] ---> Running in a6db29e5a442 [2023-01-03T18:49:19.406Z]  % Total % Received % Xferd Average Speed Time Time  Time Current [2023-01-03T18:49:19.406Z]   Dload Upload Total Spent  Left Speed [2023-01-03T18:49:19.406Z] 0 0 0  0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12596 0 --:--:-- --:--:-- --:--:-- 12795 [2023-01-03T18:49:20.378Z] Removing intermediate container a6db29e5a442 [2023-01-03T18:49:20.378Z] ---> df323f099003 [2023-01-03T18:49:20.378Z] Step 13/13 : RUN ${MAKE} [2023-01-03T18:49:20.378Z] ---> Running in cbc45165c6b8 [2023-01-03T18:49:21.346Z] noop [2023-01-03T18:49:21.935Z] Removing intermediate container cbc45165c6b8 [2023-01-03T18:49:21.935Z] ---> e08559a75bcc [2023-01-03T18:49:21.935Z] Successfully built e08559a75bcc [2023-01-03T18:49:21.935Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:49:22.288Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T18:49:22.289Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:49:22.497Z] prd-ubuntu20.04-docker-arm64-4c-16g-942 does not seem to be running inside a container [2023-01-03T18:49:22.572Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/69 -v /w/workspace/device-usb-camera/69:/w/workspace/device-usb-camera/69:rw,z -v /w/workspace/device-usb-camera/69@tmp:/w/workspace/device-usb-camera/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-03T18:49:23.827Z] $ docker top 350e643782d0d5fc86301a3b21fde30aa681b41b7d6046d70d8292ca355bcf34 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T18:49:24.667Z] + go version [2023-01-03T18:49:24.667Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T18:49:24.691Z] $ docker stop --time=1 350e643782d0d5fc86301a3b21fde30aa681b41b7d6046d70d8292ca355bcf34 [2023-01-03T18:49:26.344Z] $ docker rm -f --volumes 350e643782d0d5fc86301a3b21fde30aa681b41b7d6046d70d8292ca355bcf34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:49:26.909Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T18:49:26.909Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:49:27.107Z] prd-ubuntu20.04-docker-arm64-4c-16g-942 does not seem to be running inside a container [2023-01-03T18:49:27.185Z] $ 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/69 -v /w/workspace/device-usb-camera/69:/w/workspace/device-usb-camera/69:rw,z -v /w/workspace/device-usb-camera/69@tmp:/w/workspace/device-usb-camera/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-03T18:49:28.542Z] $ docker top d4260745c8205b40514231685445a2ef42a2cc323690498a9f7d679eafcd67c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T18:49:29.381Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/69 [Pipeline] fileExists [Pipeline] sh [2023-01-03T18:49:30.030Z] + make test [2023-01-03T18:49:30.030Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-01-03T18:49:31.442Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-01-03T18:51:08.154Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-01-03T18:51:13.510Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.076s coverage: 1.9% of statements [2023-01-03T18:51:13.510Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-03T18:51:13.510Z] CGO_ENABLED=1 go vet ./... [2023-01-03T18:51:45.771Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T18:51:45.771Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T18:51:45.771Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T18:51:45.791Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T18:51:45.808Z] $ docker stop --time=1 d4260745c8205b40514231685445a2ef42a2cc323690498a9f7d679eafcd67c4 [2023-01-03T18:51:47.734Z] $ docker rm -f --volumes d4260745c8205b40514231685445a2ef42a2cc323690498a9f7d679eafcd67c4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T18:51:48.746Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T18:51:48.774Z] Warning: overwriting stash ‘coverage-report’ [2023-01-03T18:51:49.337Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T18:51:49.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T18:51:50.070Z] + ls -al . [2023-01-03T18:51:50.070Z] total 200 [2023-01-03T18:51:50.070Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 18:49 . [2023-01-03T18:51:50.070Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:47 .. [2023-01-03T18:51:50.070Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 18:47 .git [2023-01-03T18:51:50.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 .github [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 414 Jan 3 18:47 .gitignore [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 18:47 .golangci.yml [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 77 Jan 3 18:47 .hadolint.yml [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 9702 Jan 3 18:47 Attribution.txt [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 6219 Jan 3 18:47 CHANGELOG.md [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 2378 Jan 3 18:47 Dockerfile [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 678 Jan 3 18:47 GOVERNANCE.md [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 659 Jan 3 18:47 Jenkinsfile [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 18:47 LICENSE [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 2554 Jan 3 18:47 Makefile [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 622 Jan 3 18:47 OWNERS.md [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 5934 Jan 3 18:47 README.md [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 18:44 VERSION [2023-01-03T18:51:50.070Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 18:47 bin [2023-01-03T18:51:50.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 cmd [2023-01-03T18:51:50.070Z] -rw-r--r-- 1 jenkins jenkins 30666 Jan 3 18:51 coverage.out [2023-01-03T18:51:50.070Z] -rwxrwxr-x 1 jenkins jenkins 140 Jan 3 18:47 docker-entrypoint.sh [2023-01-03T18:51:50.070Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:47 docs [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 3573 Jan 3 18:47 go.mod [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 45026 Jan 3 18:47 go.sum [2023-01-03T18:51:50.070Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 18:47 internal [2023-01-03T18:51:50.070Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 18:47 snap [2023-01-03T18:51:50.070Z] -rw-rw-r-- 1 jenkins jenkins 231 Jan 3 18:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:51:50.421Z] + 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=aa9461ff516dbbb31bf7876f6a13f06d431dd475 --label arch=arm64 --label version=3.0.0-dev.5 . [2023-01-03T18:51:50.689Z] Sending build context to Docker daemon 1.1MB [2023-01-03T18:51:50.689Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T18:51:50.689Z] Step 2/35 : FROM ${BASE} AS builder [2023-01-03T18:51:50.689Z] ---> e08559a75bcc [2023-01-03T18:51:50.689Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-01-03T18:51:50.957Z] ---> Running in dabcbbb8963b [2023-01-03T18:51:51.544Z] Removing intermediate container dabcbbb8963b [2023-01-03T18:51:51.544Z] ---> ef08369b17f5 [2023-01-03T18:51:51.544Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T18:51:51.544Z] ---> Running in 28fe4bb2a523 [2023-01-03T18:51:51.811Z] Removing intermediate container 28fe4bb2a523 [2023-01-03T18:51:51.811Z] ---> 1aee46e654b8 [2023-01-03T18:51:51.811Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-01-03T18:51:52.079Z] ---> Running in 70e9bf0bb5c5 [2023-01-03T18:51:52.348Z] Removing intermediate container 70e9bf0bb5c5 [2023-01-03T18:51:52.348Z] ---> f9daf54e5f03 [2023-01-03T18:51:52.348Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-01-03T18:51:52.348Z] ---> Running in 1c74175537a9 [2023-01-03T18:51:52.936Z] Removing intermediate container 1c74175537a9 [2023-01-03T18:51:52.936Z] ---> 209b65ced788 [2023-01-03T18:51:52.936Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T18:51:52.936Z] ---> Running in d6053ee53830 [2023-01-03T18:51:53.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T18:51:54.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T18:51:55.446Z] OK: 228 MiB in 65 packages [2023-01-03T18:51:56.412Z] Removing intermediate container d6053ee53830 [2023-01-03T18:51:56.412Z] ---> cc97fbb104db [2023-01-03T18:51:56.412Z] Step 8/35 : WORKDIR /device-usb-camera [2023-01-03T18:51:56.412Z] ---> Running in 4bcec31ee092 [2023-01-03T18:51:56.998Z] Removing intermediate container 4bcec31ee092 [2023-01-03T18:51:56.998Z] ---> df79e79542df [2023-01-03T18:51:56.998Z] Step 9/35 : COPY go.mod vendor* ./ [2023-01-03T18:51:57.583Z] ---> 108550f6b9e5 [2023-01-03T18:51:57.583Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T18:51:57.583Z] ---> Running in bb052833fdc5 [2023-01-03T18:52:01.849Z] Removing intermediate container bb052833fdc5 [2023-01-03T18:52:01.849Z] ---> 6dc2c2212516 [2023-01-03T18:52:01.849Z] Step 11/35 : COPY . . [2023-01-03T18:52:02.119Z] ---> 320c30edad1b [2023-01-03T18:52:02.119Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-01-03T18:52:02.390Z] ---> Running in f782ab1d9c5b [2023-01-03T18:52:03.377Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T18:52:03.377Z] Dload Upload Total Spent Left Speed [2023-01-03T18:52:03.646Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6473 0 --:--:-- --:--:-- --:--:-- 6515 [2023-01-03T18:52:04.613Z] Removing intermediate container f782ab1d9c5b [2023-01-03T18:52:04.613Z] ---> 8045a5740081 [2023-01-03T18:52:04.613Z] Step 13/35 : RUN ${MAKE} [2023-01-03T18:52:04.613Z] ---> Running in d7a959f8b385 [2023-01-03T18:52:08.875Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-01-03T18:54:45.631Z] Removing intermediate container d7a959f8b385 [2023-01-03T18:54:45.631Z] ---> cb1b5c1a072a [2023-01-03T18:54:45.631Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-01-03T18:54:45.631Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-01-03T18:54:45.899Z] eab2503cf8f4: Pulling fs layer [2023-01-03T18:54:45.899Z] 97cd0a44c592: Pulling fs layer [2023-01-03T18:54:46.165Z] 97cd0a44c592: Download complete [2023-01-03T18:54:46.435Z] eab2503cf8f4: Verifying Checksum [2023-01-03T18:54:46.435Z] eab2503cf8f4: Download complete [2023-01-03T18:54:49.780Z] eab2503cf8f4: Pull complete [2023-01-03T18:54:50.046Z] 97cd0a44c592: Pull complete [2023-01-03T18:54:50.046Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-01-03T18:54:50.046Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-01-03T18:54:50.046Z] ---> 7f763cca56b3 [2023-01-03T18:54:50.046Z] Step 15/35 : FROM alpine:3.16 [2023-01-03T18:54:50.627Z] 3.16: Pulling from library/alpine [2023-01-03T18:54:50.628Z] 6875df1f5354: Pulling fs layer [2023-01-03T18:54:50.894Z] 6875df1f5354: Verifying Checksum [2023-01-03T18:54:50.894Z] 6875df1f5354: Download complete [2023-01-03T18:54:51.477Z] 6875df1f5354: Pull complete [2023-01-03T18:54:51.477Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T18:54:51.477Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T18:54:51.477Z] ---> 2b4661558fb8 [2023-01-03T18:54:51.477Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T18:54:51.477Z] ---> Running in 7104000909b3 [2023-01-03T18:54:51.744Z] Removing intermediate container 7104000909b3 [2023-01-03T18:54:51.744Z] ---> c92c2114e05d [2023-01-03T18:54:51.744Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-01-03T18:54:52.012Z] ---> Running in 0675411fcc81 [2023-01-03T18:54:52.986Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T18:54:53.253Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T18:54:54.661Z] (1/82) Installing dumb-init (1.2.5-r1) [2023-01-03T18:54:54.661Z] (2/82) Installing sdl2 (2.0.22-r0) [2023-01-03T18:54:54.661Z] (3/82) Installing libxau (1.0.9-r0) [2023-01-03T18:54:54.661Z] (4/82) Installing libxdmcp (1.1.3-r0) [2023-01-03T18:54:54.661Z] (5/82) Installing libxcb (1.15-r0) [2023-01-03T18:54:54.661Z] (6/82) Installing libx11 (1.8-r0) [2023-01-03T18:54:54.661Z] (7/82) Installing aom-libs (3.3.0-r0) [2023-01-03T18:54:54.661Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2023-01-03T18:54:54.927Z] (9/82) Installing expat (2.5.0-r0) [2023-01-03T18:54:54.927Z] (10/82) Installing brotli-libs (1.0.9-r6) [2023-01-03T18:54:54.927Z] (11/82) Installing libbz2 (1.0.8-r1) [2023-01-03T18:54:54.927Z] (12/82) Installing libpng (1.6.37-r1) [2023-01-03T18:54:54.927Z] (13/82) Installing freetype (2.12.1-r0) [2023-01-03T18:54:54.927Z] (14/82) Installing fontconfig (2.14.0-r0) [2023-01-03T18:54:54.927Z] (15/82) Installing fribidi (1.0.12-r0) [2023-01-03T18:54:54.927Z] (16/82) Installing libffi (3.4.2-r1) [2023-01-03T18:54:54.927Z] (17/82) Installing libintl (0.21-r2) [2023-01-03T18:54:54.927Z] (18/82) Installing libblkid (2.38-r1) [2023-01-03T18:54:54.927Z] (19/82) Installing libmount (2.38-r1) [2023-01-03T18:54:54.927Z] (20/82) Installing pcre (8.45-r2) [2023-01-03T18:54:55.193Z] (21/82) Installing glib (2.72.1-r0) [2023-01-03T18:54:55.193Z] (22/82) Installing graphite2 (1.3.14-r1) [2023-01-03T18:54:55.193Z] (23/82) Installing harfbuzz (4.3.0-r0) [2023-01-03T18:54:55.193Z] (24/82) Installing libass (0.16.0-r0) [2023-01-03T18:54:55.193Z] (25/82) Installing libdav1d (1.0.0-r0) [2023-01-03T18:54:55.193Z] (26/82) Installing libdrm (2.4.110-r0) [2023-01-03T18:54:55.193Z] (27/82) Installing gmp (6.2.1-r2) [2023-01-03T18:54:55.193Z] (28/82) Installing nettle (3.7.3-r0) [2023-01-03T18:54:55.193Z] (29/82) Installing p11-kit (0.24.1-r0) [2023-01-03T18:54:55.459Z] (30/82) Installing libtasn1 (4.18.0-r1) [2023-01-03T18:54:55.459Z] (31/82) Installing libunistring (1.0-r0) [2023-01-03T18:54:55.459Z] (32/82) Installing gnutls (3.7.7-r0) [2023-01-03T18:54:55.459Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-01-03T18:54:55.459Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2023-01-03T18:54:55.459Z] (35/82) Installing lame (3.100-r0) [2023-01-03T18:54:55.459Z] (36/82) Installing opus (1.3.1-r1) [2023-01-03T18:54:55.459Z] (37/82) Installing libasyncns (0.8-r1) [2023-01-03T18:54:55.459Z] (38/82) Installing dbus-libs (1.14.4-r0) [2023-01-03T18:54:55.459Z] (39/82) Installing libltdl (2.4.7-r0) [2023-01-03T18:54:55.459Z] (40/82) Installing orc (0.4.32-r0) [2023-01-03T18:54:55.459Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T18:54:55.459Z] (42/82) Installing libogg (1.3.5-r1) [2023-01-03T18:54:55.459Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T18:54:55.727Z] (44/82) Installing flac (1.3.4-r0) [2023-01-03T18:54:55.727Z] (45/82) Installing libvorbis (1.3.7-r0) [2023-01-03T18:54:55.727Z] (46/82) Installing libsndfile (1.1.0-r0) [2023-01-03T18:54:55.727Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2023-01-03T18:54:55.728Z] (48/82) Installing soxr (0.1.3-r2) [2023-01-03T18:54:55.728Z] (49/82) Installing speexdsp (1.2.0-r0) [2023-01-03T18:54:55.728Z] (50/82) Installing tdb-libs (1.4.6-r0) [2023-01-03T18:54:55.728Z] (51/82) Installing libpulse (15.0-r2) [2023-01-03T18:54:55.728Z] (52/82) Installing cjson (1.7.15-r3) [2023-01-03T18:54:55.728Z] (53/82) Installing mbedtls (2.28.2-r0) [2023-01-03T18:54:55.728Z] (54/82) Installing librist (0.2.6-r1) [2023-01-03T18:54:55.728Z] (55/82) Installing libsrt (1.4.4-r0) [2023-01-03T18:54:55.728Z] (56/82) Installing libssh (0.9.6-r1) [2023-01-03T18:54:55.993Z] (57/82) Installing libtheora (1.1.1-r16) [2023-01-03T18:54:55.993Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2023-01-03T18:54:55.993Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2023-01-03T18:54:55.993Z] (60/82) Installing libxext (1.3.4-r0) [2023-01-03T18:54:55.993Z] (61/82) Installing libxfixes (6.0.0-r0) [2023-01-03T18:54:55.993Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2023-01-03T18:54:55.993Z] (63/82) Installing libva (2.14.0-r0) [2023-01-03T18:54:55.993Z] (64/82) Installing libvdpau (1.5-r0) [2023-01-03T18:54:55.993Z] (65/82) Installing vidstab (1.1.0-r1) [2023-01-03T18:54:55.993Z] (66/82) Installing libvpx (1.11.0-r1) [2023-01-03T18:54:55.993Z] (67/82) Installing libwebp (1.2.3-r0) [2023-01-03T18:54:55.993Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2023-01-03T18:54:55.993Z] (69/82) Installing numactl (2.0.14-r0) [2023-01-03T18:54:55.993Z] (70/82) Installing x265-libs (3.5-r3) [2023-01-03T18:54:56.260Z] (71/82) Installing xvidcore (1.3.7-r1) [2023-01-03T18:54:56.260Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2023-01-03T18:54:56.849Z] (73/82) Installing ffmpeg (5.0.1-r1) [2023-01-03T18:54:56.849Z] (74/82) Installing udev-init-scripts (35-r0) [2023-01-03T18:54:56.849Z] Executing udev-init-scripts-35-r0.post-install [2023-01-03T18:54:56.849Z] (75/82) Installing eudev-libs (3.2.11-r0) [2023-01-03T18:54:56.849Z] (76/82) Installing xz-libs (5.2.5-r1) [2023-01-03T18:54:56.849Z] (77/82) Installing zstd-libs (1.5.2-r1) [2023-01-03T18:54:56.849Z] (78/82) Installing kmod-libs (29-r2) [2023-01-03T18:54:56.849Z] (79/82) Installing eudev (3.2.11-r0) [2023-01-03T18:54:56.849Z] (80/82) Installing libsodium (1.0.18-r0) [2023-01-03T18:54:56.849Z] (81/82) Installing libzmq (4.3.4-r0) [2023-01-03T18:54:56.849Z] (82/82) Installing zeromq (4.3.4-r0) [2023-01-03T18:54:56.849Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T18:54:56.849Z] Executing eudev-3.2.11-r0.trigger [2023-01-03T18:54:56.849Z] OK: 78 MiB in 96 packages [2023-01-03T18:55:00.189Z] Removing intermediate container 0675411fcc81 [2023-01-03T18:55:00.189Z] ---> 0fb988685fac [2023-01-03T18:55:00.189Z] Step 18/35 : WORKDIR / [2023-01-03T18:55:00.189Z] ---> Running in f01ef945946a [2023-01-03T18:55:00.189Z] Removing intermediate container f01ef945946a [2023-01-03T18:55:00.189Z] ---> 24b14b399df4 [2023-01-03T18:55:00.189Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-01-03T18:55:02.248Z] ---> 2379f79ca6a6 [2023-01-03T18:55:02.248Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-01-03T18:55:02.518Z] ---> 7a12260eb533 [2023-01-03T18:55:02.518Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-01-03T18:55:03.104Z] ---> 9bd38eb0741c [2023-01-03T18:55:03.104Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-01-03T18:55:03.720Z] ---> 8cbb21b4a87a [2023-01-03T18:55:03.720Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-01-03T18:55:03.986Z] ---> 0d14cd9bbbfb [2023-01-03T18:55:03.986Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-01-03T18:55:04.567Z] ---> e1b38a81f8cd [2023-01-03T18:55:04.567Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-01-03T18:55:05.527Z] ---> 279268909f61 [2023-01-03T18:55:05.527Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-01-03T18:55:05.527Z] ---> Running in c1ea46fb148e [2023-01-03T18:55:07.471Z] Removing intermediate container c1ea46fb148e [2023-01-03T18:55:07.471Z] ---> 7a5383e14061 [2023-01-03T18:55:07.471Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-01-03T18:55:07.471Z] ---> Running in 600b2fc37155 [2023-01-03T18:55:08.881Z] Removing intermediate container 600b2fc37155 [2023-01-03T18:55:08.881Z] ---> 4b70cbec2c61 [2023-01-03T18:55:08.881Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-01-03T18:55:08.881Z] ---> Running in f0d12a959048 [2023-01-03T18:55:10.288Z] Removing intermediate container f0d12a959048 [2023-01-03T18:55:10.289Z] ---> c1785e9e32e7 [2023-01-03T18:55:10.289Z] Step 29/35 : EXPOSE 59983 [2023-01-03T18:55:10.289Z] ---> Running in deccc0b0afdc [2023-01-03T18:55:10.554Z] Removing intermediate container deccc0b0afdc [2023-01-03T18:55:10.554Z] ---> 8e66b31af960 [2023-01-03T18:55:10.554Z] Step 30/35 : EXPOSE 8554 [2023-01-03T18:55:10.554Z] ---> Running in 748f71dba251 [2023-01-03T18:55:10.820Z] Removing intermediate container 748f71dba251 [2023-01-03T18:55:10.820Z] ---> d7537fd58a5e [2023-01-03T18:55:10.820Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-01-03T18:55:10.820Z] ---> Running in 1ac4a3c6e43f [2023-01-03T18:55:11.087Z] Removing intermediate container 1ac4a3c6e43f [2023-01-03T18:55:11.087Z] ---> eb7d54746dfc [2023-01-03T18:55:11.087Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-01-03T18:55:11.087Z] ---> Running in 6a4e7ac220b8 [2023-01-03T18:55:11.357Z] Removing intermediate container 6a4e7ac220b8 [2023-01-03T18:55:11.357Z] ---> 4561ee7afbae [2023-01-03T18:55:11.357Z] Step 33/35 : LABEL arch=arm64 [2023-01-03T18:55:11.622Z] ---> Running in fe18cb9379f8 [2023-01-03T18:55:11.887Z] Removing intermediate container fe18cb9379f8 [2023-01-03T18:55:11.887Z] ---> 302bc9709937 [2023-01-03T18:55:11.887Z] Step 34/35 : LABEL git_sha=aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:55:11.887Z] ---> Running in 2472fbd97bbe [2023-01-03T18:55:12.152Z] Removing intermediate container 2472fbd97bbe [2023-01-03T18:55:12.152Z] ---> 205a275fe978 [2023-01-03T18:55:12.152Z] Step 35/35 : LABEL version=3.0.0-dev.5 [2023-01-03T18:55:12.152Z] ---> Running in c38dcdeb30ca [2023-01-03T18:55:12.419Z] Removing intermediate container c38dcdeb30ca [2023-01-03T18:55:12.419Z] ---> 19240d52d89a [2023-01-03T18:55:12.419Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T18:55:12.419Z] Successfully built 19240d52d89a [2023-01-03T18:55:12.419Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:55:12.539Z] provisioning config files... [2023-01-03T18:55:12.554Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/69@tmp/config15936538681684610921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:55:12.901Z] ---> docker-login.sh [2023-01-03T18:55:12.901Z] nexus3.edgexfoundry.org:10001 [2023-01-03T18:55:12.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:55:13.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:55:13.168Z] Configure a credential helper to remove this warning. See [2023-01-03T18:55:13.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:55:13.168Z] [2023-01-03T18:55:13.168Z] Login Succeeded [2023-01-03T18:55:13.168Z] nexus3.edgexfoundry.org:10002 [2023-01-03T18:55:13.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:55:13.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:55:13.438Z] Configure a credential helper to remove this warning. See [2023-01-03T18:55:13.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:55:13.438Z] [2023-01-03T18:55:13.438Z] Login Succeeded [2023-01-03T18:55:13.438Z] nexus3.edgexfoundry.org:10003 [2023-01-03T18:55:13.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:55:13.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:55:13.976Z] Configure a credential helper to remove this warning. See [2023-01-03T18:55:13.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:55:13.976Z] [2023-01-03T18:55:13.976Z] Login Succeeded [2023-01-03T18:55:13.976Z] nexus3.edgexfoundry.org:10004 [2023-01-03T18:55:14.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:55:14.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:55:14.244Z] Configure a credential helper to remove this warning. See [2023-01-03T18:55:14.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:55:14.244Z] [2023-01-03T18:55:14.244Z] Login Succeeded [2023-01-03T18:55:14.244Z] docker.io [2023-01-03T18:55:14.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T18:55:14.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T18:55:14.778Z] Configure a credential helper to remove this warning. See [2023-01-03T18:55:14.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T18:55:14.778Z] [2023-01-03T18:55:14.778Z] Login Succeeded [2023-01-03T18:55:14.778Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T18:55:14.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T18:55:14.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T18:55:14.831Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-01-03T18:55:14.831Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:55:14.831Z] latest [2023-01-03T18:55:14.831Z] 3.0.0-dev.5 [2023-01-03T18:55:14.831Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:55:14.831Z] main [2023-01-03T18:55:14.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:15.166Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:15.507Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:55:15.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T18:55:15.507Z] a52b5a14af8a: Preparing [2023-01-03T18:55:15.507Z] 8c23aafb12b1: Preparing [2023-01-03T18:55:15.507Z] b71aaca94a8a: Preparing [2023-01-03T18:55:15.507Z] a43932d1df72: Preparing [2023-01-03T18:55:15.507Z] 1207169bf42c: Preparing [2023-01-03T18:55:15.507Z] 10b9b0c8fc16: Preparing [2023-01-03T18:55:15.507Z] 7d1ef1dc1ac5: Preparing [2023-01-03T18:55:15.507Z] 232e42a33ce7: Preparing [2023-01-03T18:55:15.507Z] fb5f29dfd42c: Preparing [2023-01-03T18:55:15.507Z] 8bbdf202f97d: Preparing [2023-01-03T18:55:15.507Z] 5d3691bc8d5b: Preparing [2023-01-03T18:55:15.507Z] 17bec77d7fdc: Preparing [2023-01-03T18:55:15.507Z] 232e42a33ce7: Waiting [2023-01-03T18:55:15.507Z] fb5f29dfd42c: Waiting [2023-01-03T18:55:15.507Z] 8bbdf202f97d: Waiting [2023-01-03T18:55:15.507Z] 5d3691bc8d5b: Waiting [2023-01-03T18:55:15.507Z] 10b9b0c8fc16: Waiting [2023-01-03T18:55:15.507Z] 17bec77d7fdc: Waiting [2023-01-03T18:55:15.507Z] 7d1ef1dc1ac5: Waiting [2023-01-03T18:55:15.774Z] b71aaca94a8a: Pushed [2023-01-03T18:55:15.774Z] 1207169bf42c: Pushed [2023-01-03T18:55:15.774Z] a52b5a14af8a: Pushed [2023-01-03T18:55:15.774Z] 8c23aafb12b1: Pushed [2023-01-03T18:55:16.041Z] 10b9b0c8fc16: Pushed [2023-01-03T18:55:16.041Z] 7d1ef1dc1ac5: Pushed [2023-01-03T18:55:16.041Z] fb5f29dfd42c: Pushed [2023-01-03T18:55:16.041Z] 232e42a33ce7: Pushed [2023-01-03T18:55:16.041Z] 17bec77d7fdc: Layer already exists [2023-01-03T18:55:20.287Z] a43932d1df72: Pushed [2023-01-03T18:55:21.694Z] 8bbdf202f97d: Pushed [2023-01-03T18:55:34.006Z] 5d3691bc8d5b: Pushed [2023-01-03T18:55:34.006Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475: digest: sha256:0491a6e6ecdd5fc06e6e3dc39635a4a1ced73b8cffd826a045a2170bb3c0e25b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:34.341Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:34.674Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-01-03T18:55:34.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T18:55:34.674Z] a52b5a14af8a: Preparing [2023-01-03T18:55:34.674Z] 8c23aafb12b1: Preparing [2023-01-03T18:55:34.674Z] b71aaca94a8a: Preparing [2023-01-03T18:55:34.674Z] a43932d1df72: Preparing [2023-01-03T18:55:34.674Z] 1207169bf42c: Preparing [2023-01-03T18:55:34.674Z] 10b9b0c8fc16: Preparing [2023-01-03T18:55:34.674Z] 7d1ef1dc1ac5: Preparing [2023-01-03T18:55:34.674Z] 232e42a33ce7: Preparing [2023-01-03T18:55:34.674Z] fb5f29dfd42c: Preparing [2023-01-03T18:55:34.674Z] 8bbdf202f97d: Preparing [2023-01-03T18:55:34.674Z] 5d3691bc8d5b: Preparing [2023-01-03T18:55:34.674Z] 17bec77d7fdc: Preparing [2023-01-03T18:55:34.674Z] 10b9b0c8fc16: Waiting [2023-01-03T18:55:34.674Z] 7d1ef1dc1ac5: Waiting [2023-01-03T18:55:34.674Z] 232e42a33ce7: Waiting [2023-01-03T18:55:34.674Z] fb5f29dfd42c: Waiting [2023-01-03T18:55:34.674Z] 8bbdf202f97d: Waiting [2023-01-03T18:55:34.674Z] 5d3691bc8d5b: Waiting [2023-01-03T18:55:34.674Z] 17bec77d7fdc: Waiting [2023-01-03T18:55:34.674Z] b71aaca94a8a: Layer already exists [2023-01-03T18:55:34.674Z] 8c23aafb12b1: Layer already exists [2023-01-03T18:55:34.674Z] 1207169bf42c: Layer already exists [2023-01-03T18:55:34.674Z] a43932d1df72: Layer already exists [2023-01-03T18:55:34.674Z] a52b5a14af8a: Layer already exists [2023-01-03T18:55:34.674Z] 232e42a33ce7: Layer already exists [2023-01-03T18:55:34.674Z] 10b9b0c8fc16: Layer already exists [2023-01-03T18:55:34.674Z] 7d1ef1dc1ac5: Layer already exists [2023-01-03T18:55:34.674Z] 8bbdf202f97d: Layer already exists [2023-01-03T18:55:34.674Z] fb5f29dfd42c: Layer already exists [2023-01-03T18:55:34.674Z] 5d3691bc8d5b: Layer already exists [2023-01-03T18:55:34.674Z] 17bec77d7fdc: Layer already exists [2023-01-03T18:55:34.940Z] latest: digest: sha256:0491a6e6ecdd5fc06e6e3dc39635a4a1ced73b8cffd826a045a2170bb3c0e25b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:35.293Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:35.629Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 [2023-01-03T18:55:35.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T18:55:35.629Z] a52b5a14af8a: Preparing [2023-01-03T18:55:35.629Z] 8c23aafb12b1: Preparing [2023-01-03T18:55:35.629Z] b71aaca94a8a: Preparing [2023-01-03T18:55:35.629Z] a43932d1df72: Preparing [2023-01-03T18:55:35.629Z] 1207169bf42c: Preparing [2023-01-03T18:55:35.629Z] 10b9b0c8fc16: Preparing [2023-01-03T18:55:35.629Z] 7d1ef1dc1ac5: Preparing [2023-01-03T18:55:35.629Z] 232e42a33ce7: Preparing [2023-01-03T18:55:35.629Z] fb5f29dfd42c: Preparing [2023-01-03T18:55:35.629Z] 8bbdf202f97d: Preparing [2023-01-03T18:55:35.629Z] 5d3691bc8d5b: Preparing [2023-01-03T18:55:35.629Z] 17bec77d7fdc: Preparing [2023-01-03T18:55:35.629Z] fb5f29dfd42c: Waiting [2023-01-03T18:55:35.629Z] 8bbdf202f97d: Waiting [2023-01-03T18:55:35.629Z] 10b9b0c8fc16: Waiting [2023-01-03T18:55:35.629Z] 5d3691bc8d5b: Waiting [2023-01-03T18:55:35.629Z] 7d1ef1dc1ac5: Waiting [2023-01-03T18:55:35.629Z] 232e42a33ce7: Waiting [2023-01-03T18:55:35.629Z] a43932d1df72: Layer already exists [2023-01-03T18:55:35.629Z] 8c23aafb12b1: Layer already exists [2023-01-03T18:55:35.629Z] a52b5a14af8a: Layer already exists [2023-01-03T18:55:35.629Z] 1207169bf42c: Layer already exists [2023-01-03T18:55:35.629Z] b71aaca94a8a: Layer already exists [2023-01-03T18:55:35.629Z] 7d1ef1dc1ac5: Layer already exists [2023-01-03T18:55:35.629Z] 10b9b0c8fc16: Layer already exists [2023-01-03T18:55:35.629Z] 8bbdf202f97d: Layer already exists [2023-01-03T18:55:35.629Z] 232e42a33ce7: Layer already exists [2023-01-03T18:55:35.629Z] fb5f29dfd42c: Layer already exists [2023-01-03T18:55:35.629Z] 17bec77d7fdc: Layer already exists [2023-01-03T18:55:35.629Z] 5d3691bc8d5b: Layer already exists [2023-01-03T18:55:35.896Z] 3.0.0-dev.5: digest: sha256:0491a6e6ecdd5fc06e6e3dc39635a4a1ced73b8cffd826a045a2170bb3c0e25b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:36.246Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:36.593Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:55:36.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T18:55:36.593Z] a52b5a14af8a: Preparing [2023-01-03T18:55:36.593Z] 8c23aafb12b1: Preparing [2023-01-03T18:55:36.593Z] b71aaca94a8a: Preparing [2023-01-03T18:55:36.593Z] a43932d1df72: Preparing [2023-01-03T18:55:36.593Z] 1207169bf42c: Preparing [2023-01-03T18:55:36.593Z] 10b9b0c8fc16: Preparing [2023-01-03T18:55:36.593Z] 7d1ef1dc1ac5: Preparing [2023-01-03T18:55:36.593Z] 232e42a33ce7: Preparing [2023-01-03T18:55:36.593Z] fb5f29dfd42c: Preparing [2023-01-03T18:55:36.593Z] 8bbdf202f97d: Preparing [2023-01-03T18:55:36.593Z] 5d3691bc8d5b: Preparing [2023-01-03T18:55:36.593Z] 17bec77d7fdc: Preparing [2023-01-03T18:55:36.593Z] 232e42a33ce7: Waiting [2023-01-03T18:55:36.593Z] fb5f29dfd42c: Waiting [2023-01-03T18:55:36.593Z] 8bbdf202f97d: Waiting [2023-01-03T18:55:36.593Z] 5d3691bc8d5b: Waiting [2023-01-03T18:55:36.593Z] 17bec77d7fdc: Waiting [2023-01-03T18:55:36.593Z] 10b9b0c8fc16: Waiting [2023-01-03T18:55:36.593Z] 7d1ef1dc1ac5: Waiting [2023-01-03T18:55:36.593Z] b71aaca94a8a: Layer already exists [2023-01-03T18:55:36.593Z] 1207169bf42c: Layer already exists [2023-01-03T18:55:36.593Z] a52b5a14af8a: Layer already exists [2023-01-03T18:55:36.593Z] 8c23aafb12b1: Layer already exists [2023-01-03T18:55:36.593Z] a43932d1df72: Layer already exists [2023-01-03T18:55:36.593Z] fb5f29dfd42c: Layer already exists [2023-01-03T18:55:36.593Z] 232e42a33ce7: Layer already exists [2023-01-03T18:55:36.593Z] 7d1ef1dc1ac5: Layer already exists [2023-01-03T18:55:36.593Z] 10b9b0c8fc16: Layer already exists [2023-01-03T18:55:36.593Z] 8bbdf202f97d: Layer already exists [2023-01-03T18:55:36.593Z] 5d3691bc8d5b: Layer already exists [2023-01-03T18:55:36.593Z] 17bec77d7fdc: Layer already exists [2023-01-03T18:55:36.860Z] aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5: digest: sha256:0491a6e6ecdd5fc06e6e3dc39635a4a1ced73b8cffd826a045a2170bb3c0e25b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:37.199Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:37.539Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-01-03T18:55:37.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-01-03T18:55:37.539Z] a52b5a14af8a: Preparing [2023-01-03T18:55:37.539Z] 8c23aafb12b1: Preparing [2023-01-03T18:55:37.539Z] b71aaca94a8a: Preparing [2023-01-03T18:55:37.539Z] a43932d1df72: Preparing [2023-01-03T18:55:37.539Z] 1207169bf42c: Preparing [2023-01-03T18:55:37.539Z] 10b9b0c8fc16: Preparing [2023-01-03T18:55:37.539Z] 7d1ef1dc1ac5: Preparing [2023-01-03T18:55:37.539Z] 232e42a33ce7: Preparing [2023-01-03T18:55:37.539Z] fb5f29dfd42c: Preparing [2023-01-03T18:55:37.539Z] 8bbdf202f97d: Preparing [2023-01-03T18:55:37.539Z] 5d3691bc8d5b: Preparing [2023-01-03T18:55:37.539Z] 17bec77d7fdc: Preparing [2023-01-03T18:55:37.539Z] fb5f29dfd42c: Waiting [2023-01-03T18:55:37.539Z] 8bbdf202f97d: Waiting [2023-01-03T18:55:37.539Z] 5d3691bc8d5b: Waiting [2023-01-03T18:55:37.539Z] 17bec77d7fdc: Waiting [2023-01-03T18:55:37.539Z] 10b9b0c8fc16: Waiting [2023-01-03T18:55:37.539Z] 7d1ef1dc1ac5: Waiting [2023-01-03T18:55:37.539Z] 232e42a33ce7: Waiting [2023-01-03T18:55:37.540Z] b71aaca94a8a: Layer already exists [2023-01-03T18:55:37.540Z] a52b5a14af8a: Layer already exists [2023-01-03T18:55:37.540Z] 8c23aafb12b1: Layer already exists [2023-01-03T18:55:37.540Z] 1207169bf42c: Layer already exists [2023-01-03T18:55:37.540Z] a43932d1df72: Layer already exists [2023-01-03T18:55:37.540Z] 10b9b0c8fc16: Layer already exists [2023-01-03T18:55:37.540Z] 232e42a33ce7: Layer already exists [2023-01-03T18:55:37.540Z] 7d1ef1dc1ac5: Layer already exists [2023-01-03T18:55:37.540Z] fb5f29dfd42c: Layer already exists [2023-01-03T18:55:37.540Z] 8bbdf202f97d: Layer already exists [2023-01-03T18:55:37.540Z] 5d3691bc8d5b: Layer already exists [2023-01-03T18:55:37.540Z] 17bec77d7fdc: Layer already exists [2023-01-03T18:55:37.805Z] main: digest: sha256:0491a6e6ecdd5fc06e6e3dc39635a4a1ced73b8cffd826a045a2170bb3c0e25b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T18:55:37.869Z] ===================================================== [Pipeline] echo [2023-01-03T18:55:37.878Z] taggedImages: [2023-01-03T18:55:37.878Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475 [2023-01-03T18:55:37.878Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-01-03T18:55:37.878Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.5 [2023-01-03T18:55:37.878Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aa9461ff516dbbb31bf7876f6a13f06d431dd475-3.0.0-dev.5 [2023-01-03T18:55:37.878Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:38.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T18:55:38.233Z] [2023-01-03T18:55:38.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:55:38.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T18:55:38.559Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T18:55:38.559Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T18:55:38.559Z] 04944245beec: Pulling fs layer [2023-01-03T18:55:38.559Z] 699f458cf7ca: Pulling fs layer [2023-01-03T18:55:38.559Z] 765212b225bb: Pulling fs layer [2023-01-03T18:55:38.559Z] f23df028b6ca: Pulling fs layer [2023-01-03T18:55:38.559Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T18:55:38.559Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T18:55:38.559Z] 765212b225bb: Waiting [2023-01-03T18:55:38.559Z] f23df028b6ca: Waiting [2023-01-03T18:55:38.559Z] d65c8cfc05b1: Waiting [2023-01-03T18:55:38.559Z] 2437ff75d9bd: Waiting [2023-01-03T18:55:38.828Z] 04944245beec: Verifying Checksum [2023-01-03T18:55:38.828Z] 04944245beec: Download complete [2023-01-03T18:55:38.828Z] 765212b225bb: Verifying Checksum [2023-01-03T18:55:38.828Z] 765212b225bb: Download complete [2023-01-03T18:55:38.828Z] f23df028b6ca: Verifying Checksum [2023-01-03T18:55:38.828Z] f23df028b6ca: Download complete [2023-01-03T18:55:38.828Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T18:55:38.828Z] d65c8cfc05b1: Download complete [2023-01-03T18:55:38.828Z] 699f458cf7ca: Verifying Checksum [2023-01-03T18:55:38.828Z] 699f458cf7ca: Download complete [2023-01-03T18:55:39.412Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T18:55:41.367Z] 2437ff75d9bd: Verifying Checksum [2023-01-03T18:55:41.367Z] 2437ff75d9bd: Download complete [2023-01-03T18:55:42.773Z] 8998bd30e6a1: Pull complete [2023-01-03T18:55:43.355Z] 04944245beec: Pull complete [2023-01-03T18:55:44.761Z] 699f458cf7ca: Pull complete [2023-01-03T18:55:44.761Z] 765212b225bb: Pull complete [2023-01-03T18:55:45.344Z] f23df028b6ca: Pull complete [2023-01-03T18:55:45.609Z] d65c8cfc05b1: Pull complete [2023-01-03T18:55:57.956Z] 2437ff75d9bd: Pull complete [2023-01-03T18:55:57.956Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T18:55:57.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T18:55:57.956Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:55:58.154Z] prd-ubuntu20.04-docker-arm64-4c-16g-942 does not seem to be running inside a container [2023-01-03T18:55:58.222Z] $ 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/69 -v /w/workspace/device-usb-camera/69:/w/workspace/device-usb-camera/69:rw,z -v /w/workspace/device-usb-camera/69@tmp:/w/workspace/device-usb-camera/69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-03T18:56:00.771Z] $ docker top 197aa2bece67f6eafce261012d2dd7f32751d2046a80f524808275bf526e3613 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:56:01.601Z] ---> job-cost.sh [2023-01-03T18:56:01.601Z] lf-activate-venv: SKIPPING [2023-01-03T18:56:01.601Z] INFO: No Stack... [2023-01-03T18:56:02.184Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T18:56:02.761Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T18:56:03.073Z] + cat /w/workspace/device-usb-camera/69/archives/cost.csv [2023-01-03T18:56:03.073Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T18:56:03.131Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [2023-01-03T18:56:03.137Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] did not exist. Created. [2023-01-03T18:56:03.137Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T18:56:03.461Z] /w/workspace/device-usb-camera/69@tmp/durable-25b110d3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-03T18:56:03.792Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T18:56:03.814Z] Warning: overwriting stash ‘stack-cost’ [2023-01-03T18:56:03.861Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T18:56:03.869Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T18:56:03.892Z] $ docker stop --time=1 197aa2bece67f6eafce261012d2dd7f32751d2046a80f524808275bf526e3613 [2023-01-03T18:56:05.308Z] $ docker rm -f --volumes 197aa2bece67f6eafce261012d2dd7f32751d2046a80f524808275bf526e3613 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-03T18:56:05.659Z] provisioning config files... [2023-01-03T18:56:05.665Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16662320653149589269tmp [Pipeline] { [Pipeline] sh [2023-01-03T18:56:05.958Z] + set +x [2023-01-03T18:56:05.958Z] + curl -s https://codecov.io/bash [2023-01-03T18:56:05.958Z] + bash -s -- [2023-01-03T18:56:05.958Z] [2023-01-03T18:56:05.958Z] _____ _ [2023-01-03T18:56:05.958Z] / ____| | | [2023-01-03T18:56:05.958Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T18:56:05.958Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T18:56:05.958Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T18:56:05.958Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T18:56:05.958Z] Bash-1.0.6 [2023-01-03T18:56:05.958Z] [2023-01-03T18:56:05.958Z] [2023-01-03T18:56:05.958Z] ==> git version 2.25.1 found [2023-01-03T18:56:05.958Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-03T18:56:05.958Z] Release-Date: 2020-01-08 [2023-01-03T18:56:05.958Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-03T18:56:05.958Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T18:56:05.958Z] ==> Jenkins CI detected. [2023-01-03T18:56:05.958Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-01-03T18:56:05.958Z] project root: . [2023-01-03T18:56:05.958Z] --> token set from env [2023-01-03T18:56:05.958Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T18:56:05.958Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T18:56:05.958Z] ==> Python coveragepy not found [2023-01-03T18:56:05.958Z] ==> Searching for coverage reports in: [2023-01-03T18:56:05.958Z] + . [2023-01-03T18:56:05.958Z] -> Found 1 reports [2023-01-03T18:56:05.958Z] ==> Detecting git/mercurial file structure [2023-01-03T18:56:05.958Z] ==> Reading reports [2023-01-03T18:56:05.958Z] + ./coverage.out bytes=30666 [2023-01-03T18:56:05.958Z] ==> Appending adjustments [2023-01-03T18:56:05.958Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T18:56:06.218Z] + Found adjustments [2023-01-03T18:56:06.218Z] ==> Gzipping contents [2023-01-03T18:56:06.218Z] 8.0K /tmp/codecov.YMGmbj.gz [2023-01-03T18:56:06.218Z] ==> Uploading reports [2023-01-03T18:56:06.218Z] url: https://codecov.io [2023-01-03T18:56:06.218Z] query: branch=main&commit=aa9461ff516dbbb31bf7876f6a13f06d431dd475&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T18:56:06.218Z] -> Pinging Codecov [2023-01-03T18:56:06.218Z] 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=aa9461ff516dbbb31bf7876f6a13f06d431dd475&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T18:56:06.477Z] -> Uploading to [2023-01-03T18:56:06.477Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/73D8F5FF140700D3E01443B452E23636/aa9461ff516dbbb31bf7876f6a13f06d431dd475/99fb05a4-3743-4589-b002-2ec59626c6c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T185606Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=debcfc0c01e682f7f3ec2eccaa4de0dc41246d50ac6cbd4c9c0d882f3a94bd9d [2023-01-03T18:56:06.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T18:56:06.477Z] Dload Upload Total Spent Left Speed [2023-01-03T18:56:06.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4335 0 0 100 4335 0 21250 --:--:-- --:--:-- --:--:-- 21146 100 4335 0 0 100 4335 0 18847 --:--:-- --:--:-- --:--:-- 18766 [2023-01-03T18:56:06.736Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] } [2023-01-03T18:56:06.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-03T18:56:06.873Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-03T18:56:06.883Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:07.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T18:56:07.186Z] [2023-01-03T18:56:07.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:07.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T18:56:07.484Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-03T18:56:07.484Z] df9b9388f04a: Pulling fs layer [2023-01-03T18:56:07.484Z] 52dc419b0ee2: Pulling fs layer [2023-01-03T18:56:07.484Z] 25bc292e5bac: Pulling fs layer [2023-01-03T18:56:07.484Z] 114826534d7a: Pulling fs layer [2023-01-03T18:56:07.484Z] 4657fd5d0bcf: Pulling fs layer [2023-01-03T18:56:07.484Z] 6ad1cebc031e: Pulling fs layer [2023-01-03T18:56:07.484Z] 8a3aa393b2d8: Pulling fs layer [2023-01-03T18:56:07.484Z] 114826534d7a: Waiting [2023-01-03T18:56:07.484Z] 4657fd5d0bcf: Waiting [2023-01-03T18:56:07.484Z] 6ad1cebc031e: Waiting [2023-01-03T18:56:07.484Z] 25bc292e5bac: Verifying Checksum [2023-01-03T18:56:07.484Z] 25bc292e5bac: Download complete [2023-01-03T18:56:07.484Z] 52dc419b0ee2: Download complete [2023-01-03T18:56:07.484Z] 4657fd5d0bcf: Verifying Checksum [2023-01-03T18:56:07.484Z] 4657fd5d0bcf: Download complete [2023-01-03T18:56:07.484Z] df9b9388f04a: Download complete [2023-01-03T18:56:07.751Z] df9b9388f04a: Pull complete [2023-01-03T18:56:07.751Z] 6ad1cebc031e: Verifying Checksum [2023-01-03T18:56:07.752Z] 6ad1cebc031e: Download complete [2023-01-03T18:56:07.752Z] 52dc419b0ee2: Pull complete [2023-01-03T18:56:07.752Z] 25bc292e5bac: Pull complete [2023-01-03T18:56:08.338Z] 114826534d7a: Verifying Checksum [2023-01-03T18:56:08.338Z] 114826534d7a: Download complete [2023-01-03T18:56:08.907Z] 8a3aa393b2d8: Verifying Checksum [2023-01-03T18:56:08.908Z] 8a3aa393b2d8: Download complete [2023-01-03T18:56:12.182Z] 114826534d7a: Pull complete [2023-01-03T18:56:12.182Z] 4657fd5d0bcf: Pull complete [2023-01-03T18:56:12.182Z] 6ad1cebc031e: Pull complete [2023-01-03T18:56:14.709Z] 8a3aa393b2d8: Pull complete [2023-01-03T18:56:14.709Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-03T18:56:14.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T18:56:14.709Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:56:14.785Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:56:14.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-03T18:56:19.978Z] $ docker top 214765fee6facf1d0a7b82dc11e3e593649828bf90f980d6030a041767617bd4 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T18:56:20.035Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-01-03T18:56:20.311Z] + set -o pipefail [2023-01-03T18:56:20.311Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/8586f56b-49f3-41d4-af81-c3fd918e5750 [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] [2023-01-03T18:56:25.575Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-03T18:56:25.575Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-03T18:56:25.575Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-03T18:56:25.603Z] $ docker stop --time=1 214765fee6facf1d0a7b82dc11e3e593649828bf90f980d6030a041767617bd4 [2023-01-03T18:56:29.396Z] $ docker rm -f --volumes 214765fee6facf1d0a7b82dc11e3e593649828bf90f980d6030a041767617bd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T18:56:30.124Z] + git log --format=format:%s -1 aa9461ff516dbbb31bf7876f6a13f06d431dd475 [Pipeline] sh [2023-01-03T18:56:30.414Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T18:56:30.414Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:30.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:56:30.713Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:56:30.778Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:56:30.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T18:56:31.254Z] $ docker top 6703ed3925c4d28a17a8dcb2a833312ca29e73491f3ccc6486ff28c3065e051e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T18:56:31.338Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T18:56:31.338Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T18:56:31.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T18:56:31.457Z] $ docker exec 6703ed3925c4d28a17a8dcb2a833312ca29e73491f3ccc6486ff28c3065e051e ssh-agent [2023-01-03T18:56:31.573Z] SSH_AUTH_SOCK=/tmp/ssh-KNuT7M1RgbPe/agent.32 [2023-01-03T18:56:31.573Z] SSH_AGENT_PID=38 [2023-01-03T18:56:31.577Z] Running ssh-add (command line suppressed) [2023-01-03T18:56:31.694Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11704735829517980035.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_11704735829517980035.key) [2023-01-03T18:56:31.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T18:56:31.985Z] + git semver tag [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,182 [run_tag] DEBUG tag force:False [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,182 [check_head_tag] DEBUG check head tag [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,183 [execute] INFO git cat-file --batch-check [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,186 [execute] INFO git cat-file --batch [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,186 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,206 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,206 [execute] INFO git tag -a v3.0.0-dev.5 -m v3.0.0-dev.5 [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,206 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.5', '-m', 'v3.0.0-dev.5'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T18:56:32.244Z] 2023-01-03 18:56:32,211 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:32.244Z] 3.0.0-dev.5 [Pipeline] } [2023-01-03T18:56:32.262Z] $ docker exec --env ******** --env ******** 6703ed3925c4d28a17a8dcb2a833312ca29e73491f3ccc6486ff28c3065e051e ssh-agent -k [2023-01-03T18:56:32.349Z] unset SSH_AUTH_SOCK; [2023-01-03T18:56:32.349Z] unset SSH_AGENT_PID; [2023-01-03T18:56:32.349Z] echo Agent pid 38 killed; [2023-01-03T18:56:32.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T18:56:32.668Z] + git semver [Pipeline] } [2023-01-03T18:56:32.949Z] $ docker stop --time=1 6703ed3925c4d28a17a8dcb2a833312ca29e73491f3ccc6486ff28c3065e051e [2023-01-03T18:56:34.223Z] $ docker rm -f --volumes 6703ed3925c4d28a17a8dcb2a833312ca29e73491f3ccc6486ff28c3065e051e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:34.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T18:56:34.605Z] [2023-01-03T18:56:34.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:34.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T18:56:34.908Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-03T18:56:34.908Z] ab5ef0e58194: Pulling fs layer [2023-01-03T18:56:34.908Z] 9712f1f96733: Pulling fs layer [2023-01-03T18:56:34.908Z] 63f879dbbcfc: Pulling fs layer [2023-01-03T18:56:34.908Z] 0d9ebad4ef96: Pulling fs layer [2023-01-03T18:56:34.908Z] e9a5061849ea: Pulling fs layer [2023-01-03T18:56:34.908Z] d747dcd14b5f: Pulling fs layer [2023-01-03T18:56:34.908Z] 2de7ff778b66: Pulling fs layer [2023-01-03T18:56:34.908Z] 0d9ebad4ef96: Waiting [2023-01-03T18:56:34.908Z] e9a5061849ea: Waiting [2023-01-03T18:56:34.908Z] d747dcd14b5f: Waiting [2023-01-03T18:56:34.908Z] 2de7ff778b66: Waiting [2023-01-03T18:56:34.908Z] 9712f1f96733: Verifying Checksum [2023-01-03T18:56:34.908Z] 9712f1f96733: Download complete [2023-01-03T18:56:35.169Z] 63f879dbbcfc: Verifying Checksum [2023-01-03T18:56:35.169Z] 63f879dbbcfc: Download complete [2023-01-03T18:56:35.431Z] e9a5061849ea: Verifying Checksum [2023-01-03T18:56:35.431Z] e9a5061849ea: Download complete [2023-01-03T18:56:35.431Z] d747dcd14b5f: Download complete [2023-01-03T18:56:35.690Z] 0d9ebad4ef96: Verifying Checksum [2023-01-03T18:56:35.690Z] 0d9ebad4ef96: Download complete [2023-01-03T18:56:35.950Z] ab5ef0e58194: Verifying Checksum [2023-01-03T18:56:35.950Z] ab5ef0e58194: Download complete [2023-01-03T18:56:35.950Z] 2de7ff778b66: Verifying Checksum [2023-01-03T18:56:35.950Z] 2de7ff778b66: Download complete [2023-01-03T18:56:39.233Z] ab5ef0e58194: Pull complete [2023-01-03T18:56:39.233Z] 9712f1f96733: Pull complete [2023-01-03T18:56:39.491Z] 63f879dbbcfc: Pull complete [2023-01-03T18:56:42.770Z] 0d9ebad4ef96: Pull complete [2023-01-03T18:56:43.028Z] e9a5061849ea: Pull complete [2023-01-03T18:56:43.028Z] d747dcd14b5f: Pull complete [2023-01-03T18:56:43.960Z] 2de7ff778b66: Pull complete [2023-01-03T18:56:43.960Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-03T18:56:44.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T18:56:44.220Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:56:44.296Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:56:44.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-03T18:56:52.800Z] $ docker top 4468e51d9064c7e639a572fbade66251116f36bd52c0824db3ea37644c646478 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:56:52.853Z] provisioning config files... [2023-01-03T18:56:52.860Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config12471871360084220931tmp [2023-01-03T18:56:52.868Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config9454438786032018323tmp [2023-01-03T18:56:52.877Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16908486993730585299tmp [Pipeline] { [Pipeline] echo [2023-01-03T18:56:52.892Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:56:53.170Z] ---> sigul-configuration.sh [2023-01-03T18:56:53.170Z] gpg: directory `/root/.gnupg' created [2023-01-03T18:56:53.170Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-03T18:56:53.170Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-03T18:56:53.170Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-03T18:56:53.170Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-03T18:56:53.170Z] gpg: CAST5 encrypted data [2023-01-03T18:56:53.170Z] gpg: encrypted with 1 passphrase [2023-01-03T18:56:53.170Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-03T18:56:53.453Z] + mkdir /home/jenkins [2023-01-03T18:56:53.453Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-03T18:56:53.737Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-03T18:56:53.746Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:56:54.029Z] ---> sigul-install.sh [2023-01-03T18:56:54.029Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-03T18:56:54.318Z] + git tag --list [2023-01-03T18:56:54.318Z] v0.0.0 [2023-01-03T18:56:54.318Z] v0.0.1-dev.1 [2023-01-03T18:56:54.318Z] v0.0.1-dev.10 [2023-01-03T18:56:54.318Z] v0.0.1-dev.11 [2023-01-03T18:56:54.318Z] v0.0.1-dev.12 [2023-01-03T18:56:54.318Z] v0.0.1-dev.13 [2023-01-03T18:56:54.318Z] v0.0.1-dev.14 [2023-01-03T18:56:54.318Z] v0.0.1-dev.15 [2023-01-03T18:56:54.318Z] v0.0.1-dev.16 [2023-01-03T18:56:54.318Z] v0.0.1-dev.2 [2023-01-03T18:56:54.318Z] v0.0.1-dev.3 [2023-01-03T18:56:54.318Z] v0.0.1-dev.4 [2023-01-03T18:56:54.318Z] v0.0.1-dev.5 [2023-01-03T18:56:54.318Z] v0.0.1-dev.6 [2023-01-03T18:56:54.318Z] v0.0.1-dev.7 [2023-01-03T18:56:54.318Z] v0.0.1-dev.8 [2023-01-03T18:56:54.318Z] v0.0.1-dev.9 [2023-01-03T18:56:54.318Z] v2.2.0 [2023-01-03T18:56:54.318Z] v2.2.0-dev.17 [2023-01-03T18:56:54.318Z] v2.2.0-dev.18 [2023-01-03T18:56:54.318Z] v2.2.0-dev.19 [2023-01-03T18:56:54.318Z] v2.2.0-dev.20 [2023-01-03T18:56:54.318Z] v2.2.0-dev.21 [2023-01-03T18:56:54.318Z] v2.2.0-dev.22 [2023-01-03T18:56:54.318Z] v2.2.0-dev.23 [2023-01-03T18:56:54.318Z] v2.2.0-dev.24 [2023-01-03T18:56:54.318Z] v2.2.0-dev.25 [2023-01-03T18:56:54.318Z] v2.2.0-dev.26 [2023-01-03T18:56:54.318Z] v2.2.0-dev.27 [2023-01-03T18:56:54.318Z] v2.3.0-dev.1 [2023-01-03T18:56:54.318Z] v2.3.0-dev.10 [2023-01-03T18:56:54.318Z] v2.3.0-dev.11 [2023-01-03T18:56:54.318Z] v2.3.0-dev.12 [2023-01-03T18:56:54.318Z] v2.3.0-dev.13 [2023-01-03T18:56:54.318Z] v2.3.0-dev.14 [2023-01-03T18:56:54.318Z] v2.3.0-dev.15 [2023-01-03T18:56:54.318Z] v2.3.0-dev.16 [2023-01-03T18:56:54.318Z] v2.3.0-dev.17 [2023-01-03T18:56:54.318Z] v2.3.0-dev.18 [2023-01-03T18:56:54.318Z] v2.3.0-dev.19 [2023-01-03T18:56:54.318Z] v2.3.0-dev.2 [2023-01-03T18:56:54.318Z] v2.3.0-dev.20 [2023-01-03T18:56:54.318Z] v2.3.0-dev.21 [2023-01-03T18:56:54.318Z] v2.3.0-dev.22 [2023-01-03T18:56:54.318Z] v2.3.0-dev.23 [2023-01-03T18:56:54.318Z] v2.3.0-dev.3 [2023-01-03T18:56:54.318Z] v2.3.0-dev.4 [2023-01-03T18:56:54.318Z] v2.3.0-dev.5 [2023-01-03T18:56:54.318Z] v2.3.0-dev.6 [2023-01-03T18:56:54.318Z] v2.3.0-dev.7 [2023-01-03T18:56:54.318Z] v2.3.0-dev.8 [2023-01-03T18:56:54.318Z] v2.3.0-dev.9 [2023-01-03T18:56:54.318Z] v3.0.0-dev.1 [2023-01-03T18:56:54.318Z] v3.0.0-dev.2 [2023-01-03T18:56:54.318Z] v3.0.0-dev.3 [2023-01-03T18:56:54.318Z] v3.0.0-dev.4 [2023-01-03T18:56:54.318Z] v3.0.0-dev.5 [Pipeline] sh [2023-01-03T18:56:54.607Z] + lftools sign git-tag v3.0.0-dev.5 [2023-01-03T18:56:55.176Z] Signing Git tag with Sigul... [2023-01-03T18:56:55.176Z] Signing v3.0.0-dev.5 [Pipeline] echo [2023-01-03T18:56:55.753Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:56:56.039Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-03T18:56:56.046Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-03T18:56:56.073Z] $ docker stop --time=1 4468e51d9064c7e639a572fbade66251116f36bd52c0824db3ea37644c646478 [2023-01-03T18:56:57.342Z] $ docker rm -f --volumes 4468e51d9064c7e639a572fbade66251116f36bd52c0824db3ea37644c646478 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-03T18:56:57.742Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T18:56:57.742Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:56:58.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:56:58.045Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:56:58.116Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:56:58.156Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T18:56:58.488Z] $ docker top 45d8434d7ef69fe76669145eaf241a9109c2630450f5dbcc495a384eaa67005d -eo pid,comm [2023-01-03T18:56:58.532Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T18:56:58.532Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T18:56:58.573Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T18:56:58.574Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T18:56:58.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T18:56:58.697Z] $ docker exec 45d8434d7ef69fe76669145eaf241a9109c2630450f5dbcc495a384eaa67005d ssh-agent [2023-01-03T18:56:58.797Z] SSH_AUTH_SOCK=/tmp/ssh-2BwiDWIZc282/agent.32 [2023-01-03T18:56:58.797Z] SSH_AGENT_PID=38 [2023-01-03T18:56:58.801Z] Running ssh-add (command line suppressed) [2023-01-03T18:56:58.916Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6140546708457974493.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6140546708457974493.key) [2023-01-03T18:56:58.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T18:56:59.212Z] + git semver bump pre [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,404 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,404 [bump_version] DEBUG bumping version:3.0.0-dev.5 on axis:pre with prefix:dev [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,404 [bump_version] DEBUG bumped version:3.0.0-dev.6 [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,404 [write_version] DEBUG write version:3.0.0-dev.6 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,404 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,405 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,407 [execute] INFO git cat-file --batch-check [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,407 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,413 [execute] INFO git cat-file --batch [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,413 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T18:56:59.471Z] 2023-01-03 18:56:59,418 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:56:59.471Z] 3.0.0-dev.6 [Pipeline] } [2023-01-03T18:56:59.490Z] $ docker exec --env ******** --env ******** 45d8434d7ef69fe76669145eaf241a9109c2630450f5dbcc495a384eaa67005d ssh-agent -k [2023-01-03T18:56:59.594Z] unset SSH_AUTH_SOCK; [2023-01-03T18:56:59.594Z] unset SSH_AGENT_PID; [2023-01-03T18:56:59.594Z] echo Agent pid 38 killed; [2023-01-03T18:56:59.594Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T18:56:59.897Z] + git semver [Pipeline] } [2023-01-03T18:57:00.177Z] $ docker stop --time=1 45d8434d7ef69fe76669145eaf241a9109c2630450f5dbcc495a384eaa67005d [2023-01-03T18:57:01.422Z] $ docker rm -f --volumes 45d8434d7ef69fe76669145eaf241a9109c2630450f5dbcc495a384eaa67005d [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T18:57:01.752Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T18:57:01.752Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:57:02.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T18:57:02.056Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:57:02.127Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:57:02.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-03T18:57:02.490Z] $ docker top de7360b64e327e9b65ead54350272e070b7dda5c8eaf1e390c7b5bc6d4ecd2e7 -eo pid,comm [2023-01-03T18:57:02.529Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-03T18:57:02.529Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T18:57:02.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T18:57:02.571Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T18:57:02.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T18:57:02.691Z] $ docker exec de7360b64e327e9b65ead54350272e070b7dda5c8eaf1e390c7b5bc6d4ecd2e7 ssh-agent [2023-01-03T18:57:02.784Z] SSH_AUTH_SOCK=/tmp/ssh-ykrmYiTLwGM4/agent.32 [2023-01-03T18:57:02.784Z] SSH_AGENT_PID=38 [2023-01-03T18:57:02.788Z] Running ssh-add (command line suppressed) [2023-01-03T18:57:02.897Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8238809573895745532.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8238809573895745532.key) [2023-01-03T18:57:02.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T18:57:03.186Z] + git semver push [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,369 [run_push] DEBUG push [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,369 [execute] INFO git cat-file --batch-check [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,370 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,373 [execute] INFO git rev-list b5ff1a342980e79fd266414fab3dd0b92fccd253 -- [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,373 [execute] DEBUG Popen(['git', 'rev-list', 'b5ff1a342980e79fd266414fab3dd0b92fccd253', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,379 [execute] INFO git fetch -v origin [2023-01-03T18:57:03.445Z] 2023-01-03 18:57:03,379 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-03T18:57:04.382Z] 2023-01-03 18:57:04,086 [run_push] DEBUG no remote changes detected [2023-01-03T18:57:04.382Z] 2023-01-03 18:57:04,086 [execute] INFO git push origin semver [2023-01-03T18:57:04.382Z] 2023-01-03 18:57:04,087 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T18:57:04.950Z] 2023-01-03 18:57:04,922 [run_push] DEBUG push all version tags [2023-01-03T18:57:04.950Z] 2023-01-03 18:57:04,923 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-03T18:57:04.950Z] 2023-01-03 18:57:04,923 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T18:57:06.328Z] 2023-01-03 18:57:05,917 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-01-03T18:57:06.328Z] 3.0.0-dev.6 [Pipeline] } [2023-01-03T18:57:06.346Z] $ docker exec --env ******** --env ******** de7360b64e327e9b65ead54350272e070b7dda5c8eaf1e390c7b5bc6d4ecd2e7 ssh-agent -k [2023-01-03T18:57:06.436Z] unset SSH_AUTH_SOCK; [2023-01-03T18:57:06.437Z] unset SSH_AGENT_PID; [2023-01-03T18:57:06.437Z] echo Agent pid 38 killed; [2023-01-03T18:57:06.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T18:57:06.740Z] + git semver [Pipeline] } [2023-01-03T18:57:07.020Z] $ docker stop --time=1 de7360b64e327e9b65ead54350272e070b7dda5c8eaf1e390c7b5bc6d4ecd2e7 [2023-01-03T18:57:08.286Z] $ docker rm -f --volumes de7360b64e327e9b65ead54350272e070b7dda5c8eaf1e390c7b5bc6d4ecd2e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-03T18:57:08.826Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-01-03T18:57:08.826Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T18:57:08.826Z] total 16 [2023-01-03T18:57:08.826Z] drwxr-xr-x 3 root root 4096 Jan 3 18:46 . [2023-01-03T18:57:08.826Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 18:56 .. [2023-01-03T18:57:08.826Z] drwxr-xr-x 2 root root 4096 Jan 3 18:46 cost [2023-01-03T18:57:08.826Z] -rw-r--r-- 1 root root 88 Jan 3 18:46 cost.csv [2023-01-03T18:57:08.826Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T18:57:08.826Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-01-03T18:57:08.826Z] total 16 [2023-01-03T18:57:08.826Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 18:46 . [2023-01-03T18:57:08.826Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 18:56 .. [2023-01-03T18:57:08.826Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 18:46 cost [2023-01-03T18:57:08.826Z] -rw-r--r-- 1 jenkins jenkins 88 Jan 3 18:46 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:09.114Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:09.968Z] ---> package-listing.sh [2023-01-03T18:57:09.968Z] ++ facter osfamily [2023-01-03T18:57:09.968Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T18:57:10.226Z] + OS_FAMILY=debian [2023-01-03T18:57:10.226Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-01-03T18:57:10.226Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T18:57:10.226Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T18:57:10.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T18:57:10.226Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T18:57:10.226Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-01-03T18:57:10.226Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T18:57:10.226Z] + case "${OS_FAMILY}" in [2023-01-03T18:57:10.226Z] + dpkg -l [2023-01-03T18:57:10.226Z] + grep '^ii' [2023-01-03T18:57:10.226Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T18:57:10.226Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T18:57:10.226Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T18:57:10.226Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-01-03T18:57:10.226Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-01-03T18:57:10.226Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2023-01-03T18:57:10.234Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-03T18:57:10.510Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T18:57:11.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T18:57:11.074Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T18:57:11.210Z] prd-ubuntu20.04-docker-8c-8g-939 does not seem to be running inside a container [2023-01-03T18:57:11.288Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T18:57:11.487Z] $ docker top 133cf552edd0ab6a32bd98f9a716b0128c88e778fd3faa75e022b07b91325f6d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T18:57:11.852Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T18:57:12.131Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T18:57:12.417Z] + ls /var/log/sa-host [2023-01-03T18:57:12.417Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T18:57:12.480Z] provisioning config files... [2023-01-03T18:57:12.488Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config127943177885995719tmp [Pipeline] { [Pipeline] echo [2023-01-03T18:57:12.503Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:12.784Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T18:57:12.791Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:13.107Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T18:57:13.114Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:13.395Z] ---> sudo-logs.sh [2023-01-03T18:57:13.395Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T18:57:13.422Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:13.701Z] ---> job-cost.sh [2023-01-03T18:57:13.701Z] lf-activate-venv: SKIPPING [2023-01-03T18:57:13.701Z] DEBUG: total: 0.2199999988079071 [2023-01-03T18:57:13.701Z] INFO: Retrieving Stack Cost... [2023-01-03T18:57:14.267Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T18:57:14.526Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T18:57:14.539Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T18:57:14.819Z] ---> logs-deploy.sh [2023-01-03T18:57:14.819Z] lf-activate-venv: SKIPPING [2023-01-03T18:57:14.819Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/69 [2023-01-03T18:57:14.819Z] INFO: archiving workspace using pattern(s): [2023-01-03T18:57:15.754Z] Archives upload complete. [2023-01-03T18:57:15.754Z] INFO: archiving logs to Nexus