Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3323a63d0afd632e576abad22becd63271ca5b86 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-ssh2146110795909529774.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-ssh6763908257092255807.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-ssh16916744901786503165.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-ssh5956052305610313231.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-ssh8790872178951291171.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8878 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 3323a63d0afd632e576abad22becd63271ca5b86 (main) Commit message: "build: update to use latest sdk (#174)" > 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 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 > git rev-list --no-walk 6531ea4c41f254cf50b7bf163b00c66c5ab1611c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-08T20:38:57.884Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-08T20:38:57.926Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-08T20:38:57.937Z] ========================================================= [2023-03-08T20:38:57.937Z] EdgeX Global Pipelines Version Info [2023-03-08T20:38:57.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:38:58.646Z] ------------------- [2023-03-08T20:38:58.646Z] stable info: [2023-03-08T20:38:58.646Z] ------------------- [2023-03-08T20:38:58.646Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-08T20:38:58.646Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T20:38:58.646Z] Message: update stable to v1.0.244 [2023-03-08T20:38:59.213Z] ------------------- [2023-03-08T20:38:59.213Z] experimental info: [2023-03-08T20:38:59.213Z] ------------------- [2023-03-08T20:38:59.213Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-08T20:38:59.213Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-08T20:38:59.213Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-08T20:38:59.397Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-03-08T20:38:59.410Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-03-08T20:38:59.423Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-08T20:38:59.434Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-08T20:38:59.450Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-08T20:38:59.467Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-08T20:38:59.479Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-08T20:38:59.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-08T20:38:59.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-08T20:38:59.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-08T20:38:59.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-08T20:38:59.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-03-08T20:38:59.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-08T20:38:59.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-08T20:38:59.579Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T20:38:59.589Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-08T20:38:59.601Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T20:38:59.612Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-08T20:38:59.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-08T20:38:59.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-08T20:38:59.650Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-08T20:38:59.664Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-08T20:38:59.675Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-08T20:38:59.688Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-08T20:38:59.700Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-08T20:38:59.716Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-08T20:38:59.729Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-08T20:38:59.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-08T20:38:59.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-08T20:38:59.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-08T20:38:59.785Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo [2023-03-08T20:38:59.799Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3323a63 [Pipeline] echo [2023-03-08T20:38:59.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T20:38:59.856Z] provisioning config files... [2023-03-08T20:38:59.869Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7438968599946596512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:39:00.165Z] ---> docker-login.sh [2023-03-08T20:39:00.165Z] nexus3.edgexfoundry.org:10001 [2023-03-08T20:39:00.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:00.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:00.424Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:00.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:00.424Z] [2023-03-08T20:39:00.424Z] Login Succeeded [2023-03-08T20:39:00.424Z] nexus3.edgexfoundry.org:10002 [2023-03-08T20:39:00.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:00.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:00.424Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:00.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:00.424Z] [2023-03-08T20:39:00.424Z] Login Succeeded [2023-03-08T20:39:00.424Z] nexus3.edgexfoundry.org:10003 [2023-03-08T20:39:00.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:00.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:00.684Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:00.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:00.684Z] [2023-03-08T20:39:00.684Z] Login Succeeded [2023-03-08T20:39:00.684Z] nexus3.edgexfoundry.org:10004 [2023-03-08T20:39:00.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:00.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:00.684Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:00.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:00.684Z] [2023-03-08T20:39:00.684Z] Login Succeeded [2023-03-08T20:39:00.684Z] docker.io [2023-03-08T20:39:00.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:00.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:00.946Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:00.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:00.946Z] [2023-03-08T20:39:00.946Z] Login Succeeded [2023-03-08T20:39:00.946Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T20:39:00.954Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-08T20:39:01.321Z] + git rev-list -1 --merges 3323a63d0afd632e576abad22becd63271ca5b86~1..3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo [2023-03-08T20:39:01.366Z] -----------> git rev-list -1 --merges 3323a63d0afd632e576abad22becd63271ca5b86~1..3323a63d0afd632e576abad22becd63271ca5b86 3323a63d0afd632e576abad22becd63271ca5b86 [false] [Pipeline] sh [2023-03-08T20:39:01.649Z] + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo [2023-03-08T20:39:01.662Z] ========================================================= [2023-03-08T20:39:01.662Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-08T20:39:01.662Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T20:39:02.001Z] + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] echo [2023-03-08T20:39:02.017Z] [semverPrep] GIT_COMMIT: 3323a63d0afd632e576abad22becd63271ca5b86, Commit Message: build: update to use latest sdk (#174) [Pipeline] echo [2023-03-08T20:39:02.027Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-08T20:39:02.395Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T20:39:02.395Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-08T20:39:02.395Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-08T20:39:02.395Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-08T20:39:02.395Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-08T20:39:02.395Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-08T20:39:02.395Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:39:02.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:39:02.824Z] [2023-03-08T20:39:02.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:39:03.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:39:03.128Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-08T20:39:03.128Z] b85a868b505f: Pulling fs layer [2023-03-08T20:39:03.128Z] e2be974225ed: Pulling fs layer [2023-03-08T20:39:03.128Z] 339a4e72a1f5: Pulling fs layer [2023-03-08T20:39:03.128Z] 988bab9f4d93: Pulling fs layer [2023-03-08T20:39:03.128Z] 1469e6f7b9e6: Pulling fs layer [2023-03-08T20:39:03.128Z] eaf3925da568: Pulling fs layer [2023-03-08T20:39:03.128Z] bab4dde63d76: Pulling fs layer [2023-03-08T20:39:03.128Z] bde34c3a00c8: Pulling fs layer [2023-03-08T20:39:03.128Z] b352a97aabf1: Pulling fs layer [2023-03-08T20:39:03.128Z] 4872d77fe225: Pulling fs layer [2023-03-08T20:39:03.128Z] 5851b861e8e6: Pulling fs layer [2023-03-08T20:39:03.128Z] 988bab9f4d93: Waiting [2023-03-08T20:39:03.128Z] 1469e6f7b9e6: Waiting [2023-03-08T20:39:03.128Z] eaf3925da568: Waiting [2023-03-08T20:39:03.128Z] bab4dde63d76: Waiting [2023-03-08T20:39:03.128Z] bde34c3a00c8: Waiting [2023-03-08T20:39:03.128Z] b352a97aabf1: Waiting [2023-03-08T20:39:03.128Z] 4872d77fe225: Waiting [2023-03-08T20:39:03.128Z] 5851b861e8e6: Waiting [2023-03-08T20:39:03.128Z] e2be974225ed: Download complete [2023-03-08T20:39:03.128Z] 988bab9f4d93: Verifying Checksum [2023-03-08T20:39:03.128Z] 988bab9f4d93: Download complete [2023-03-08T20:39:03.387Z] 339a4e72a1f5: Verifying Checksum [2023-03-08T20:39:03.387Z] 339a4e72a1f5: Download complete [2023-03-08T20:39:03.387Z] 1469e6f7b9e6: Verifying Checksum [2023-03-08T20:39:03.387Z] 1469e6f7b9e6: Download complete [2023-03-08T20:39:03.387Z] eaf3925da568: Verifying Checksum [2023-03-08T20:39:03.387Z] eaf3925da568: Download complete [2023-03-08T20:39:03.387Z] bde34c3a00c8: Download complete [2023-03-08T20:39:03.387Z] b352a97aabf1: Verifying Checksum [2023-03-08T20:39:03.387Z] b352a97aabf1: Download complete [2023-03-08T20:39:03.387Z] 4872d77fe225: Verifying Checksum [2023-03-08T20:39:03.387Z] 4872d77fe225: Download complete [2023-03-08T20:39:03.387Z] 5851b861e8e6: Verifying Checksum [2023-03-08T20:39:03.387Z] 5851b861e8e6: Download complete [2023-03-08T20:39:03.387Z] b85a868b505f: Verifying Checksum [2023-03-08T20:39:03.387Z] b85a868b505f: Download complete [2023-03-08T20:39:03.953Z] bab4dde63d76: Verifying Checksum [2023-03-08T20:39:03.953Z] bab4dde63d76: Download complete [2023-03-08T20:39:04.890Z] b85a868b505f: Pull complete [2023-03-08T20:39:04.890Z] e2be974225ed: Pull complete [2023-03-08T20:39:05.459Z] 339a4e72a1f5: Pull complete [2023-03-08T20:39:05.459Z] 988bab9f4d93: Pull complete [2023-03-08T20:39:05.716Z] 1469e6f7b9e6: Pull complete [2023-03-08T20:39:05.716Z] eaf3925da568: Pull complete [2023-03-08T20:39:07.618Z] bab4dde63d76: Pull complete [2023-03-08T20:39:07.619Z] bde34c3a00c8: Pull complete [2023-03-08T20:39:07.619Z] b352a97aabf1: Pull complete [2023-03-08T20:39:07.619Z] 4872d77fe225: Pull complete [2023-03-08T20:39:07.878Z] 5851b861e8e6: Pull complete [2023-03-08T20:39:07.878Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-08T20:39:07.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:39:07.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:39:07.982Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:39:08.025Z] $ 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-03-08T20:39:09.409Z] $ docker top 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb -eo pid,comm [2023-03-08T20:39:09.465Z] 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-03-08T20:39:09.465Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T20:39:09.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T20:39:09.499Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T20:39:09.610Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T20:39:09.616Z] $ docker exec 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent [2023-03-08T20:39:09.721Z] SSH_AUTH_SOCK=/tmp/ssh-EIfCL6pYN8Hh/agent.33 [2023-03-08T20:39:09.721Z] SSH_AGENT_PID=39 [2023-03-08T20:39:09.728Z] Running ssh-add (command line suppressed) [2023-03-08T20:39:09.820Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10493167586303972606.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10493167586303972606.key) [2023-03-08T20:39:09.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T20:39:10.121Z] + git tag --points-at HEAD [Pipeline] } [2023-03-08T20:39:10.136Z] $ docker exec --env ******** --env ******** 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent -k [2023-03-08T20:39:10.240Z] unset SSH_AUTH_SOCK; [2023-03-08T20:39:10.241Z] unset SSH_AGENT_PID; [2023-03-08T20:39:10.241Z] echo Agent pid 39 killed; [2023-03-08T20:39:10.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-08T20:39:10.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T20:39:10.270Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T20:39:10.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T20:39:10.394Z] $ docker exec 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent [2023-03-08T20:39:10.506Z] SSH_AUTH_SOCK=/tmp/ssh-ApmgpoyOk6le/agent.71 [2023-03-08T20:39:10.506Z] SSH_AGENT_PID=77 [2023-03-08T20:39:10.511Z] Running ssh-add (command line suppressed) [2023-03-08T20:39:10.614Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1210111841347265860.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1210111841347265860.key) [2023-03-08T20:39:10.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T20:39:10.910Z] + git semver init [2023-03-08T20:39:11.169Z] 2023-03-08 20:39:11,086 [run_init] DEBUG init version:0.0.0 force:False [2023-03-08T20:39:11.169Z] 2023-03-08 20:39:11,087 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-03-08T20:39:11.169Z] 2023-03-08 20:39:11,088 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-03-08T20:39:11.169Z] 2023-03-08 20:39:11,088 [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-03-08T20:39:12.106Z] 2023-03-08 20:39:11,781 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-03-08T20:39:12.106Z] 2023-03-08 20:39:11,781 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-03-08T20:39:12.106Z] 2023-03-08 20:39:11,781 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:39:12.106Z] 2023-03-08 20:39:11,782 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:39:12.106Z] 3.0.0-dev.14 [Pipeline] } [2023-03-08T20:39:12.119Z] $ docker exec --env ******** --env ******** 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb ssh-agent -k [2023-03-08T20:39:12.208Z] unset SSH_AUTH_SOCK; [2023-03-08T20:39:12.208Z] unset SSH_AGENT_PID; [2023-03-08T20:39:12.208Z] echo Agent pid 77 killed; [2023-03-08T20:39:12.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T20:39:12.523Z] + git semver [Pipeline] } [2023-03-08T20:39:12.801Z] $ docker stop --time=1 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb [2023-03-08T20:39:14.109Z] $ docker rm -f --volumes 118225af1b10fc9173be14fa4827c6a3a88462e49cae3cc96349576b818dc5fb [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T20:39:14.450Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-08T20:39:14.662Z] Stashed 1 file(s) [Pipeline] echo [2023-03-08T20:39:14.666Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.14 [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-03-08T20:39:14.879Z] provisioning config files... [2023-03-08T20:39:14.888Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17301420637227240167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:39:15.183Z] ---> docker-login.sh [2023-03-08T20:39:15.183Z] nexus3.edgexfoundry.org:10001 [2023-03-08T20:39:15.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:15.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:15.183Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:15.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:15.183Z] [2023-03-08T20:39:15.183Z] Login Succeeded [2023-03-08T20:39:15.183Z] nexus3.edgexfoundry.org:10002 [2023-03-08T20:39:15.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:15.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:15.183Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:15.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:15.183Z] [2023-03-08T20:39:15.183Z] Login Succeeded [2023-03-08T20:39:15.183Z] nexus3.edgexfoundry.org:10003 [2023-03-08T20:39:15.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:15.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:15.442Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:15.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:15.442Z] [2023-03-08T20:39:15.442Z] Login Succeeded [2023-03-08T20:39:15.442Z] nexus3.edgexfoundry.org:10004 [2023-03-08T20:39:15.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:15.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:15.442Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:15.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:15.442Z] [2023-03-08T20:39:15.442Z] Login Succeeded [2023-03-08T20:39:15.442Z] docker.io [2023-03-08T20:39:15.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:39:15.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:39:15.701Z] Configure a credential helper to remove this warning. See [2023-03-08T20:39:15.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:39:15.701Z] [2023-03-08T20:39:15.701Z] Login Succeeded [2023-03-08T20:39:15.701Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T20:39:15.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T20:39:15.771Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:39:15.784Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:39:15.793Z] ========================================================= [2023-03-08T20:39:15.793Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-08T20:39:15.793Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:39:16.109Z] + 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-03-08T20:39:16.109Z] Sending build context to Docker daemon 1.776MB [2023-03-08T20:39:16.109Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T20:39:16.109Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-08T20:39:16.109Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-08T20:39:16.109Z] 213ec9aee27d: Pulling fs layer [2023-03-08T20:39:16.109Z] 4583459ba037: Pulling fs layer [2023-03-08T20:39:16.109Z] 93c1e223e6f2: Pulling fs layer [2023-03-08T20:39:16.109Z] 53926ce57604: Pulling fs layer [2023-03-08T20:39:16.109Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-08T20:39:16.109Z] 22ff95d597cd: Pulling fs layer [2023-03-08T20:39:16.109Z] 12d6caf4c0d1: Pulling fs layer [2023-03-08T20:39:16.109Z] 96b7cbca73a9: Pulling fs layer [2023-03-08T20:39:16.109Z] a7acece74701: Pulling fs layer [2023-03-08T20:39:16.109Z] 53926ce57604: Waiting [2023-03-08T20:39:16.109Z] 21b2b0c7a3f4: Waiting [2023-03-08T20:39:16.109Z] 22ff95d597cd: Waiting [2023-03-08T20:39:16.109Z] 12d6caf4c0d1: Waiting [2023-03-08T20:39:16.109Z] 96b7cbca73a9: Waiting [2023-03-08T20:39:16.109Z] a7acece74701: Waiting [2023-03-08T20:39:16.109Z] 93c1e223e6f2: Download complete [2023-03-08T20:39:16.382Z] 4583459ba037: Download complete [2023-03-08T20:39:16.382Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-08T20:39:16.382Z] 21b2b0c7a3f4: Download complete [2023-03-08T20:39:16.382Z] 22ff95d597cd: Verifying Checksum [2023-03-08T20:39:16.382Z] 22ff95d597cd: Download complete [2023-03-08T20:39:16.382Z] 213ec9aee27d: Verifying Checksum [2023-03-08T20:39:16.382Z] 213ec9aee27d: Download complete [2023-03-08T20:39:16.382Z] 12d6caf4c0d1: Download complete [2023-03-08T20:39:16.382Z] 213ec9aee27d: Pull complete [2023-03-08T20:39:16.655Z] 4583459ba037: Pull complete [2023-03-08T20:39:16.655Z] 93c1e223e6f2: Pull complete [2023-03-08T20:39:17.244Z] a7acece74701: Verifying Checksum [2023-03-08T20:39:17.244Z] a7acece74701: Download complete [2023-03-08T20:39:17.503Z] 53926ce57604: Verifying Checksum [2023-03-08T20:39:17.503Z] 53926ce57604: Download complete [2023-03-08T20:39:17.503Z] 96b7cbca73a9: Verifying Checksum [2023-03-08T20:39:17.503Z] 96b7cbca73a9: Download complete [2023-03-08T20:39:21.689Z] 53926ce57604: Pull complete [2023-03-08T20:39:21.689Z] 21b2b0c7a3f4: Pull complete [2023-03-08T20:39:21.689Z] 22ff95d597cd: Pull complete [2023-03-08T20:39:21.689Z] 12d6caf4c0d1: Pull complete [2023-03-08T20:39:24.225Z] 96b7cbca73a9: Pull complete [2023-03-08T20:39:24.792Z] a7acece74701: Pull complete [2023-03-08T20:39:24.792Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-08T20:39:24.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-08T20:39:24.792Z] ---> db6d94c90886 [2023-03-08T20:39:24.792Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-08T20:39:26.703Z] ---> Running in bfd3bc6b728c [2023-03-08T20:39:26.966Z] Removing intermediate container bfd3bc6b728c [2023-03-08T20:39:26.966Z] ---> f7dde4164f95 [2023-03-08T20:39:26.966Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T20:39:26.966Z] ---> Running in 2d9e77037824 [2023-03-08T20:39:26.966Z] Removing intermediate container 2d9e77037824 [2023-03-08T20:39:26.966Z] ---> a70ef1fb2a9d [2023-03-08T20:39:26.966Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-08T20:39:27.228Z] ---> Running in 03e1d44e99bc [2023-03-08T20:39:27.228Z] Removing intermediate container 03e1d44e99bc [2023-03-08T20:39:27.228Z] ---> 9f5f47ab3fef [2023-03-08T20:39:27.228Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-08T20:39:27.228Z] ---> Running in f164bb7d9667 [2023-03-08T20:39:27.487Z] Removing intermediate container f164bb7d9667 [2023-03-08T20:39:27.487Z] ---> d6622d43c2da [2023-03-08T20:39:27.488Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T20:39:27.488Z] ---> Running in 6bef99f2be33 [2023-03-08T20:39:27.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T20:39:27.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T20:39:28.006Z] (1/80) Installing mesa (21.3.9-r0) [2023-03-08T20:39:28.006Z] (2/80) Installing libxau (1.0.9-r0) [2023-03-08T20:39:28.006Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-03-08T20:39:28.006Z] (4/80) Installing libxcb (1.15-r0) [2023-03-08T20:39:28.006Z] (5/80) Installing libx11 (1.8-r0) [2023-03-08T20:39:28.265Z] (6/80) Installing libxext (1.3.4-r0) [2023-03-08T20:39:28.265Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-03-08T20:39:28.265Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-03-08T20:39:28.265Z] (9/80) Installing libpciaccess (0.16-r0) [2023-03-08T20:39:28.265Z] (10/80) Installing libdrm (2.4.110-r0) [2023-03-08T20:39:28.265Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-03-08T20:39:28.265Z] (12/80) Installing libxshmfence (1.3-r1) [2023-03-08T20:39:28.265Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-03-08T20:39:28.265Z] (14/80) Installing icu-data-full (71.1-r2) [2023-03-08T20:39:28.524Z] (15/80) Installing libice (1.0.10-r0) [2023-03-08T20:39:28.524Z] (16/80) Installing libuuid (2.38-r1) [2023-03-08T20:39:28.524Z] (17/80) Installing libsm (1.2.3-r0) [2023-03-08T20:39:28.524Z] (18/80) Installing libxt (1.2.1-r0) [2023-03-08T20:39:28.524Z] (19/80) Installing libxmu (1.1.3-r0) [2023-03-08T20:39:28.524Z] (20/80) Installing xset (1.2.4-r0) [2023-03-08T20:39:28.524Z] (21/80) Installing xprop (1.2.5-r0) [2023-03-08T20:39:28.524Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-03-08T20:39:28.524Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-03-08T20:39:28.524Z] (24/80) Installing libffi (3.4.2-r1) [2023-03-08T20:39:28.524Z] (25/80) Installing libintl (0.21-r2) [2023-03-08T20:39:28.524Z] (26/80) Installing libblkid (2.38-r1) [2023-03-08T20:39:28.524Z] (27/80) Installing libmount (2.38-r1) [2023-03-08T20:39:28.524Z] (28/80) Installing pcre (8.45-r2) [2023-03-08T20:39:28.524Z] (29/80) Installing glib (2.72.1-r0) [2023-03-08T20:39:28.524Z] (30/80) Installing icu-libs (71.1-r2) [2023-03-08T20:39:28.524Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-03-08T20:39:28.524Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-03-08T20:39:28.524Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-03-08T20:39:28.524Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-03-08T20:39:28.785Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-03-08T20:39:28.785Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-03-08T20:39:28.785Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-08T20:39:28.785Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-03-08T20:39:28.785Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-03-08T20:39:28.785Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-03-08T20:39:28.785Z] (41/80) Installing libpng (1.6.37-r1) [2023-03-08T20:39:28.785Z] (42/80) Installing freetype (2.12.1-r0) [2023-03-08T20:39:28.785Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-03-08T20:39:28.785Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-08T20:39:28.785Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-03-08T20:39:28.785Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-03-08T20:39:28.785Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-03-08T20:39:28.785Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-03-08T20:39:29.045Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-03-08T20:39:29.045Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-03-08T20:39:29.045Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-03-08T20:39:29.045Z] (52/80) Installing avahi-libs (0.8-r6) [2023-03-08T20:39:29.045Z] (53/80) Installing nettle (3.7.3-r0) [2023-03-08T20:39:29.045Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-03-08T20:39:29.045Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-03-08T20:39:29.045Z] (56/80) Installing libunistring (1.0-r0) [2023-03-08T20:39:29.045Z] (57/80) Installing gnutls (3.7.7-r1) [2023-03-08T20:39:29.045Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-03-08T20:39:29.045Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-03-08T20:39:29.045Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-03-08T20:39:29.045Z] (61/80) Installing libevdev (1.12.1-r0) [2023-03-08T20:39:29.045Z] (62/80) Installing mtdev (1.1.6-r0) [2023-03-08T20:39:29.045Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-03-08T20:39:29.045Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-03-08T20:39:29.045Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-08T20:39:29.045Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-03-08T20:39:29.045Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-03-08T20:39:29.045Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-03-08T20:39:29.045Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-03-08T20:39:29.045Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-03-08T20:39:29.045Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-03-08T20:39:29.306Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-03-08T20:39:29.306Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-08T20:39:29.306Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-03-08T20:39:29.306Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-08T20:39:29.306Z] Executing udev-init-scripts-35-r0.post-install [2023-03-08T20:39:29.306Z] (76/80) Installing kmod-libs (29-r2) [2023-03-08T20:39:29.306Z] (77/80) Installing eudev (3.2.11-r0) [2023-03-08T20:39:29.306Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-03-08T20:39:29.306Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-08T20:39:29.306Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-03-08T20:39:29.306Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T20:39:29.306Z] Executing eudev-3.2.11-r0.trigger [2023-03-08T20:39:29.306Z] OK: 331 MiB in 131 packages [2023-03-08T20:39:29.848Z] Still waiting to schedule task [2023-03-08T20:39:29.848Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-08T20:39:31.872Z] Removing intermediate container 6bef99f2be33 [2023-03-08T20:39:31.873Z] ---> 4e9a4e870b97 [2023-03-08T20:39:31.873Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-08T20:39:31.873Z] ---> Running in 315ed60db8dc [2023-03-08T20:39:31.873Z] Removing intermediate container 315ed60db8dc [2023-03-08T20:39:31.873Z] ---> e3b105d98fab [2023-03-08T20:39:31.873Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-08T20:39:32.133Z] ---> c97381755fd6 [2023-03-08T20:39:32.133Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T20:39:32.133Z] ---> Running in 7fe1e5ee3c75 [2023-03-08T20:39:58.684Z] Removing intermediate container 7fe1e5ee3c75 [2023-03-08T20:39:58.684Z] ---> 9456a9b5e69e [2023-03-08T20:39:58.684Z] Step 11/13 : COPY . . [2023-03-08T20:39:58.684Z] ---> 5791b1c2bb7e [2023-03-08T20:39:58.684Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-08T20:39:58.684Z] ---> Running in 45191251fee7 [2023-03-08T20:39:58.684Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T20:39:58.684Z] Dload Upload Total Spent Left Speed [2023-03-08T20:39:58.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11989 0 --:--:-- --:--:-- --:--:-- 12068 [2023-03-08T20:39:58.684Z] Removing intermediate container 45191251fee7 [2023-03-08T20:39:58.684Z] ---> b2dacead1ec6 [2023-03-08T20:39:58.684Z] Step 13/13 : RUN ${MAKE} [2023-03-08T20:39:58.684Z] ---> Running in 3358e29431e7 [2023-03-08T20:39:58.684Z] noop [2023-03-08T20:39:58.946Z] Removing intermediate container 3358e29431e7 [2023-03-08T20:39:58.946Z] ---> a4e5f62090d1 [2023-03-08T20:39:58.946Z] Successfully built a4e5f62090d1 [2023-03-08T20:39:58.946Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:39:59.255Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T20:39:59.255Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:39:59.321Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:39:59.357Z] $ 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-03-08T20:39:59.728Z] $ docker top d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T20:40:00.069Z] + go version [2023-03-08T20:40:00.069Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-08T20:40:00.082Z] $ docker stop --time=1 d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f [2023-03-08T20:40:01.350Z] $ docker rm -f --volumes d743206448e8c50f9b8049d7b5ab0963f2862a1beb2bf56aef57d309a1b3222f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:40:01.762Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-08T20:40:01.762Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:40:01.828Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:40:01.862Z] $ 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-03-08T20:40:02.220Z] $ docker top 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T20:40:02.565Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-03-08T20:40:02.876Z] + make test [2023-03-08T20:40:02.876Z] go test ./... -coverprofile=coverage.out ./... [2023-03-08T20:40:03.134Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-08T20:40:15.336Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-08T20:40:15.336Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.012s coverage: 2.0% of statements [2023-03-08T20:40:22.085Z] 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-03-08T20:40:22.085Z] go vet ./... [2023-03-08T20:40:25.369Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T20:40:25.369Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T20:40:25.369Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T20:40:25.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T20:40:25.656Z] $ docker stop --time=1 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b [2023-03-08T20:40:27.582Z] $ docker rm -f --volumes 1f8ac7e0c7c028181764189ccd9cb5673e938ae580b073cdc6bca51c23c2cf7b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T20:40:28.047Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T20:40:28.093Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-08T20:40:28.600Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T20:40:28.885Z] + ls -al . [2023-03-08T20:40:28.885Z] total 188 [2023-03-08T20:40:28.885Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 20:40 . [2023-03-08T20:40:28.885Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 .. [2023-03-08T20:40:28.885Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 20:40 .git [2023-03-08T20:40:28.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 .github [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 8 20:38 .gitignore [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 20:38 .golangci.yml [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 8 20:38 .hadolint.yml [2023-03-08T20:40:28.885Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 20:39 .semver [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 8 20:38 Attribution.txt [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 8 20:38 CHANGELOG.md [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 8 20:38 Dockerfile [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 8 20:38 GOVERNANCE.md [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 8 20:38 Jenkinsfile [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 8 20:38 LICENSE [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 8 20:38 Makefile [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 8 20:38 OWNERS.md [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 8 20:38 README.md [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 20:39 VERSION [2023-03-08T20:40:28.885Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 20:38 bin [2023-03-08T20:40:28.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 cmd [2023-03-08T20:40:28.885Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 8 20:40 coverage.out [2023-03-08T20:40:28.885Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 8 20:38 docker-entrypoint.sh [2023-03-08T20:40:28.885Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 docs [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 8 20:38 go.mod [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 31546 Mar 8 20:38 go.sum [2023-03-08T20:40:28.885Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:38 internal [2023-03-08T20:40:28.885Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:38 snap [2023-03-08T20:40:28.885Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 8 20:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:40:29.189Z] + 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=3323a63d0afd632e576abad22becd63271ca5b86 --label arch=amd64 --label version=3.0.0-dev.14 . [2023-03-08T20:40:29.189Z] Sending build context to Docker daemon 1.805MB [2023-03-08T20:40:29.189Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T20:40:29.189Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-08T20:40:29.189Z] ---> a4e5f62090d1 [2023-03-08T20:40:29.189Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-08T20:40:29.189Z] ---> Running in aaeb287866d8 [2023-03-08T20:40:29.449Z] Removing intermediate container aaeb287866d8 [2023-03-08T20:40:29.449Z] ---> d7e1440efca4 [2023-03-08T20:40:29.449Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T20:40:29.449Z] ---> Running in 5c08c6e3f7ad [2023-03-08T20:40:29.449Z] Removing intermediate container 5c08c6e3f7ad [2023-03-08T20:40:29.449Z] ---> 47eebd9b9fe3 [2023-03-08T20:40:29.449Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-08T20:40:29.449Z] ---> Running in e518056ef5db [2023-03-08T20:40:29.707Z] Removing intermediate container e518056ef5db [2023-03-08T20:40:29.707Z] ---> c825ba98176d [2023-03-08T20:40:29.707Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-08T20:40:29.707Z] ---> Running in c4b8bf123811 [2023-03-08T20:40:29.707Z] Removing intermediate container c4b8bf123811 [2023-03-08T20:40:29.707Z] ---> a10a59c52b58 [2023-03-08T20:40:29.707Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T20:40:29.707Z] ---> Running in 79e226adbc76 [2023-03-08T20:40:29.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T20:40:30.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T20:40:30.229Z] OK: 331 MiB in 131 packages [2023-03-08T20:40:30.798Z] Removing intermediate container 79e226adbc76 [2023-03-08T20:40:30.798Z] ---> d1f3f878bc82 [2023-03-08T20:40:30.798Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-08T20:40:30.798Z] ---> Running in a617a88e0890 [2023-03-08T20:40:30.798Z] Removing intermediate container a617a88e0890 [2023-03-08T20:40:30.798Z] ---> 070d6908955f [2023-03-08T20:40:30.798Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-08T20:40:31.056Z] ---> 73d57526e620 [2023-03-08T20:40:31.056Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T20:40:31.056Z] ---> Running in aa78e1b55e86 [2023-03-08T20:40:31.989Z] Removing intermediate container aa78e1b55e86 [2023-03-08T20:40:31.989Z] ---> 1cb4835fc26c [2023-03-08T20:40:31.989Z] Step 11/35 : COPY . . [2023-03-08T20:40:32.246Z] ---> 41fe3cbabcbb [2023-03-08T20:40:32.246Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-08T20:40:32.246Z] ---> Running in b7e11829ba30 [2023-03-08T20:40:32.505Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T20:40:32.505Z] Dload Upload Total Spent Left Speed [2023-03-08T20:40:32.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 41390 0 --:--:-- --:--:-- --:--:-- 42480 [2023-03-08T20:40:32.764Z] Removing intermediate container b7e11829ba30 [2023-03-08T20:40:32.764Z] ---> 6456e3fac52c [2023-03-08T20:40:32.764Z] Step 13/35 : RUN ${MAKE} [2023-03-08T20:40:33.024Z] ---> Running in bcf857deb496 [2023-03-08T20:40:33.284Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-03-08T20:40:59.830Z] Removing intermediate container bcf857deb496 [2023-03-08T20:40:59.830Z] ---> b0e19b35de85 [2023-03-08T20:40:59.830Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-08T20:40:59.830Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-08T20:40:59.830Z] af6660deedbd: Pulling fs layer [2023-03-08T20:40:59.830Z] 97cd0a44c592: Pulling fs layer [2023-03-08T20:40:59.830Z] 97cd0a44c592: Verifying Checksum [2023-03-08T20:40:59.830Z] 97cd0a44c592: Download complete [2023-03-08T20:40:59.830Z] af6660deedbd: Verifying Checksum [2023-03-08T20:40:59.830Z] af6660deedbd: Download complete [2023-03-08T20:40:59.830Z] af6660deedbd: Pull complete [2023-03-08T20:40:59.830Z] 97cd0a44c592: Pull complete [2023-03-08T20:40:59.830Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-08T20:40:59.830Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-08T20:40:59.830Z] ---> fea57e182299 [2023-03-08T20:40:59.830Z] Step 15/35 : FROM alpine:3.16 [2023-03-08T20:40:59.830Z] 3.16: Pulling from library/alpine [2023-03-08T20:40:59.830Z] ef5531b6e74e: Pulling fs layer [2023-03-08T20:40:59.830Z] ef5531b6e74e: Verifying Checksum [2023-03-08T20:40:59.830Z] ef5531b6e74e: Download complete [2023-03-08T20:40:59.830Z] ef5531b6e74e: Pull complete [2023-03-08T20:40:59.830Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T20:40:59.830Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T20:40:59.830Z] ---> dfd21b5a31f5 [2023-03-08T20:40:59.830Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-08T20:40:59.830Z] ---> Running in 8cb1e1e038a1 [2023-03-08T20:40:59.830Z] Removing intermediate container 8cb1e1e038a1 [2023-03-08T20:40:59.830Z] ---> ac39869f3a50 [2023-03-08T20:40:59.830Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-08T20:40:59.830Z] ---> Running in 4d1147e6e419 [2023-03-08T20:40:59.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-08T20:40:59.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-08T20:40:59.830Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-03-08T20:40:59.830Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-03-08T20:40:59.830Z] (3/80) Installing libxau (1.0.9-r0) [2023-03-08T20:40:59.830Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-03-08T20:40:59.830Z] (5/80) Installing libxcb (1.15-r0) [2023-03-08T20:40:59.830Z] (6/80) Installing libx11 (1.8-r0) [2023-03-08T20:40:59.830Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-03-08T20:40:59.830Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-03-08T20:40:59.830Z] (9/80) Installing expat (2.5.0-r0) [2023-03-08T20:40:59.830Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-03-08T20:40:59.830Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-03-08T20:40:59.830Z] (12/80) Installing libpng (1.6.37-r1) [2023-03-08T20:40:59.830Z] (13/80) Installing freetype (2.12.1-r0) [2023-03-08T20:40:59.830Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-03-08T20:40:59.830Z] (15/80) Installing fribidi (1.0.12-r0) [2023-03-08T20:40:59.830Z] (16/80) Installing libffi (3.4.2-r1) [2023-03-08T20:40:59.830Z] (17/80) Installing libintl (0.21-r2) [2023-03-08T20:40:59.830Z] (18/80) Installing libblkid (2.38-r1) [2023-03-08T20:40:59.830Z] (19/80) Installing libmount (2.38-r1) [2023-03-08T20:40:59.830Z] (20/80) Installing pcre (8.45-r2) [2023-03-08T20:40:59.830Z] (21/80) Installing glib (2.72.1-r0) [2023-03-08T20:40:59.830Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-03-08T20:40:59.830Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-03-08T20:40:59.830Z] (24/80) Installing libass (0.16.0-r0) [2023-03-08T20:40:59.830Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-03-08T20:40:59.830Z] (26/80) Installing libpciaccess (0.16-r0) [2023-03-08T20:40:59.830Z] (27/80) Installing libdrm (2.4.110-r0) [2023-03-08T20:40:59.830Z] (28/80) Installing gmp (6.2.1-r2) [2023-03-08T20:40:59.830Z] (29/80) Installing nettle (3.7.3-r0) [2023-03-08T20:40:59.830Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-03-08T20:40:59.830Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-03-08T20:40:59.830Z] (32/80) Installing libunistring (1.0-r0) [2023-03-08T20:40:59.830Z] (33/80) Installing gnutls (3.7.7-r1) [2023-03-08T20:40:59.830Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-08T20:40:59.830Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-08T20:40:59.830Z] (36/80) Installing lame (3.100-r0) [2023-03-08T20:40:59.830Z] (37/80) Installing opus (1.3.1-r1) [2023-03-08T20:40:59.830Z] (38/80) Installing libasyncns (0.8-r1) [2023-03-08T20:40:59.830Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-03-08T20:40:59.830Z] (40/80) Installing libltdl (2.4.7-r0) [2023-03-08T20:40:59.830Z] (41/80) Installing orc (0.4.32-r0) [2023-03-08T20:40:59.830Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-03-08T20:40:59.830Z] (43/80) Installing libogg (1.3.5-r1) [2023-03-08T20:40:59.830Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-08T20:40:59.830Z] (45/80) Installing flac (1.3.4-r0) [2023-03-08T20:40:59.830Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-03-08T20:40:59.830Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-03-08T20:40:59.830Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-03-08T20:40:59.830Z] (49/80) Installing soxr (0.1.3-r2) [2023-03-08T20:40:59.830Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-03-08T20:40:59.830Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-03-08T20:40:59.830Z] (52/80) Installing libpulse (15.0-r2) [2023-03-08T20:40:59.830Z] (53/80) Installing cjson (1.7.15-r3) [2023-03-08T20:40:59.830Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-03-08T20:40:59.830Z] (55/80) Installing librist (0.2.6-r1) [2023-03-08T20:40:59.830Z] (56/80) Installing libsrt (1.4.4-r0) [2023-03-08T20:40:59.830Z] (57/80) Installing libssh (0.9.6-r1) [2023-03-08T20:40:59.831Z] (58/80) Installing libtheora (1.1.1-r16) [2023-03-08T20:40:59.831Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-08T20:40:59.831Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-08T20:40:59.831Z] (61/80) Installing libxext (1.3.4-r0) [2023-03-08T20:40:59.831Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-03-08T20:40:59.831Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-08T20:40:59.831Z] (64/80) Installing libva (2.14.0-r0) [2023-03-08T20:40:59.831Z] (65/80) Installing libvdpau (1.5-r0) [2023-03-08T20:40:59.831Z] (66/80) Installing vidstab (1.1.0-r1) [2023-03-08T20:40:59.831Z] (67/80) Installing libvpx (1.11.0-r1) [2023-03-08T20:40:59.831Z] (68/80) Installing libwebp (1.2.3-r0) [2023-03-08T20:40:59.831Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-03-08T20:40:59.831Z] (70/80) Installing numactl (2.0.14-r0) [2023-03-08T20:40:59.831Z] (71/80) Installing x265-libs (3.5-r3) [2023-03-08T20:40:59.831Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-03-08T20:40:59.831Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-03-08T20:40:59.831Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-03-08T20:40:59.831Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-08T20:40:59.831Z] Executing udev-init-scripts-35-r0.post-install [2023-03-08T20:40:59.831Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-03-08T20:40:59.831Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-03-08T20:40:59.831Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-03-08T20:40:59.831Z] (79/80) Installing kmod-libs (29-r2) [2023-03-08T20:40:59.831Z] (80/80) Installing eudev (3.2.11-r0) [2023-03-08T20:40:59.831Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T20:40:59.831Z] Executing eudev-3.2.11-r0.trigger [2023-03-08T20:40:59.831Z] OK: 100 MiB in 94 packages [2023-03-08T20:41:01.731Z] Removing intermediate container 4d1147e6e419 [2023-03-08T20:41:01.731Z] ---> 46f9104adea6 [2023-03-08T20:41:01.731Z] Step 18/35 : WORKDIR / [2023-03-08T20:41:01.731Z] ---> Running in 1359f4a2d783 [2023-03-08T20:41:01.731Z] Removing intermediate container 1359f4a2d783 [2023-03-08T20:41:01.731Z] ---> f37e8709c4d1 [2023-03-08T20:41:01.731Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-08T20:41:02.306Z] ---> 51f2d570f362 [2023-03-08T20:41:02.306Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-08T20:41:02.306Z] ---> ef917686bae8 [2023-03-08T20:41:02.306Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-08T20:41:02.563Z] ---> a678efef32e3 [2023-03-08T20:41:02.563Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-08T20:41:02.822Z] ---> ad3ef7a34ced [2023-03-08T20:41:02.822Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-08T20:41:02.822Z] ---> 5148d4faedcf [2023-03-08T20:41:02.822Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-08T20:41:03.081Z] ---> 925cc765a904 [2023-03-08T20:41:03.081Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-08T20:41:03.648Z] ---> 6d2febd4c2d8 [2023-03-08T20:41:03.648Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-08T20:41:03.648Z] ---> Running in 81736485f718 [2023-03-08T20:41:04.215Z] Removing intermediate container 81736485f718 [2023-03-08T20:41:04.215Z] ---> e66d44123d5e [2023-03-08T20:41:04.215Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-08T20:41:04.215Z] ---> Running in 306153361c3d [2023-03-08T20:41:04.780Z] Removing intermediate container 306153361c3d [2023-03-08T20:41:04.780Z] ---> 12bcb39ed3fd [2023-03-08T20:41:04.780Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-08T20:41:04.780Z] ---> Running in 2441085fc4fb [2023-03-08T20:41:05.345Z] Removing intermediate container 2441085fc4fb [2023-03-08T20:41:05.346Z] ---> d448ac68b7f1 [2023-03-08T20:41:05.346Z] Step 29/35 : EXPOSE 59983 [2023-03-08T20:41:05.604Z] ---> Running in e2424edf19c7 [2023-03-08T20:41:05.604Z] Removing intermediate container e2424edf19c7 [2023-03-08T20:41:05.604Z] ---> 4c0f01c6ba0d [2023-03-08T20:41:05.604Z] Step 30/35 : EXPOSE 8554 [2023-03-08T20:41:05.604Z] ---> Running in b38b11092a1b [2023-03-08T20:41:05.604Z] Removing intermediate container b38b11092a1b [2023-03-08T20:41:05.604Z] ---> a490b4eff3c5 [2023-03-08T20:41:05.604Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-08T20:41:05.866Z] ---> Running in af851ce42d2a [2023-03-08T20:41:05.866Z] Removing intermediate container af851ce42d2a [2023-03-08T20:41:05.866Z] ---> 1152569ca43d [2023-03-08T20:41:05.866Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-08T20:41:05.866Z] ---> Running in 062142c317b9 [2023-03-08T20:41:05.866Z] Removing intermediate container 062142c317b9 [2023-03-08T20:41:05.866Z] ---> 2655c5951fee [2023-03-08T20:41:05.866Z] Step 33/35 : LABEL arch=amd64 [2023-03-08T20:41:06.124Z] ---> Running in d02d32d2d02e [2023-03-08T20:41:06.124Z] Removing intermediate container d02d32d2d02e [2023-03-08T20:41:06.124Z] ---> 8a023b7d07cb [2023-03-08T20:41:06.124Z] Step 34/35 : LABEL git_sha=3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:41:06.124Z] ---> Running in 1686aac8b03b [2023-03-08T20:41:06.124Z] Removing intermediate container 1686aac8b03b [2023-03-08T20:41:06.124Z] ---> 5a3d49dd2bee [2023-03-08T20:41:06.124Z] Step 35/35 : LABEL version=3.0.0-dev.14 [2023-03-08T20:41:06.124Z] ---> Running in a37239ee6a15 [2023-03-08T20:41:06.382Z] Removing intermediate container a37239ee6a15 [2023-03-08T20:41:06.382Z] ---> 28cbf6bd3885 [2023-03-08T20:41:06.382Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T20:41:06.382Z] Successfully built 28cbf6bd3885 [2023-03-08T20:41:06.382Z] 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-03-08T20:41:06.482Z] provisioning config files... [2023-03-08T20:41:06.491Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1849414226469837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:41:06.780Z] ---> docker-login.sh [2023-03-08T20:41:06.780Z] nexus3.edgexfoundry.org:10001 [2023-03-08T20:41:06.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:41:06.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:41:06.780Z] Configure a credential helper to remove this warning. See [2023-03-08T20:41:06.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:41:06.780Z] [2023-03-08T20:41:06.780Z] Login Succeeded [2023-03-08T20:41:06.780Z] nexus3.edgexfoundry.org:10002 [2023-03-08T20:41:06.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:41:06.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:41:06.780Z] Configure a credential helper to remove this warning. See [2023-03-08T20:41:06.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:41:06.780Z] [2023-03-08T20:41:06.780Z] Login Succeeded [2023-03-08T20:41:06.780Z] nexus3.edgexfoundry.org:10003 [2023-03-08T20:41:07.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:41:07.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:41:07.040Z] Configure a credential helper to remove this warning. See [2023-03-08T20:41:07.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:41:07.040Z] [2023-03-08T20:41:07.040Z] Login Succeeded [2023-03-08T20:41:07.040Z] nexus3.edgexfoundry.org:10004 [2023-03-08T20:41:07.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:41:07.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:41:07.040Z] Configure a credential helper to remove this warning. See [2023-03-08T20:41:07.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:41:07.040Z] [2023-03-08T20:41:07.040Z] Login Succeeded [2023-03-08T20:41:07.040Z] docker.io [2023-03-08T20:41:07.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:41:07.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:41:07.297Z] Configure a credential helper to remove this warning. See [2023-03-08T20:41:07.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:41:07.297Z] [2023-03-08T20:41:07.297Z] Login Succeeded [2023-03-08T20:41:07.297Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T20:41:07.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T20:41:07.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:41:07.341Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-03-08T20:41:07.341Z] 3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:41:07.341Z] latest [2023-03-08T20:41:07.341Z] 3.0.0-dev.14 [2023-03-08T20:41:07.341Z] 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:41:07.341Z] main [2023-03-08T20:41:07.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:07.641Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:07.938Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:41:07.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-08T20:41:07.938Z] acc6be72526b: Preparing [2023-03-08T20:41:07.938Z] 9847ed42adbc: Preparing [2023-03-08T20:41:07.938Z] f0461829b44a: Preparing [2023-03-08T20:41:07.938Z] 550e596c6d0e: Preparing [2023-03-08T20:41:07.938Z] 1207169bf42c: Preparing [2023-03-08T20:41:07.938Z] c515f875d4b2: Preparing [2023-03-08T20:41:07.938Z] 4f9e5eab8cd6: Preparing [2023-03-08T20:41:07.938Z] 72c489be16f4: Preparing [2023-03-08T20:41:07.938Z] 0cd2d509f7b3: Preparing [2023-03-08T20:41:07.938Z] 02f90a3794e3: Preparing [2023-03-08T20:41:07.938Z] 61d3be7bd2f5: Preparing [2023-03-08T20:41:07.938Z] aa5968d388b8: Preparing [2023-03-08T20:41:07.938Z] c515f875d4b2: Waiting [2023-03-08T20:41:07.938Z] 4f9e5eab8cd6: Waiting [2023-03-08T20:41:07.938Z] 0cd2d509f7b3: Waiting [2023-03-08T20:41:07.938Z] 02f90a3794e3: Waiting [2023-03-08T20:41:07.938Z] 72c489be16f4: Waiting [2023-03-08T20:41:07.938Z] aa5968d388b8: Waiting [2023-03-08T20:41:07.938Z] 61d3be7bd2f5: Waiting [2023-03-08T20:41:07.938Z] f0461829b44a: Pushed [2023-03-08T20:41:07.938Z] acc6be72526b: Pushed [2023-03-08T20:41:07.938Z] 1207169bf42c: Pushed [2023-03-08T20:41:07.938Z] 9847ed42adbc: Pushed [2023-03-08T20:41:08.196Z] c515f875d4b2: Pushed [2023-03-08T20:41:08.196Z] 0cd2d509f7b3: Pushed [2023-03-08T20:41:08.196Z] 72c489be16f4: Pushed [2023-03-08T20:41:08.196Z] 4f9e5eab8cd6: Pushed [2023-03-08T20:41:08.196Z] aa5968d388b8: Layer already exists [2023-03-08T20:41:10.108Z] 550e596c6d0e: Pushed [2023-03-08T20:41:10.680Z] 02f90a3794e3: Pushed [2023-03-08T20:41:17.247Z] 61d3be7bd2f5: Pushed [2023-03-08T20:41:17.248Z] 3323a63d0afd632e576abad22becd63271ca5b86: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:17.559Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:17.871Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-08T20:41:17.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-08T20:41:17.872Z] acc6be72526b: Preparing [2023-03-08T20:41:17.872Z] 9847ed42adbc: Preparing [2023-03-08T20:41:17.872Z] f0461829b44a: Preparing [2023-03-08T20:41:17.872Z] 550e596c6d0e: Preparing [2023-03-08T20:41:17.872Z] 1207169bf42c: Preparing [2023-03-08T20:41:17.872Z] c515f875d4b2: Preparing [2023-03-08T20:41:17.872Z] 4f9e5eab8cd6: Preparing [2023-03-08T20:41:17.872Z] 72c489be16f4: Preparing [2023-03-08T20:41:17.872Z] 0cd2d509f7b3: Preparing [2023-03-08T20:41:17.872Z] 02f90a3794e3: Preparing [2023-03-08T20:41:17.872Z] 61d3be7bd2f5: Preparing [2023-03-08T20:41:17.872Z] aa5968d388b8: Preparing [2023-03-08T20:41:17.872Z] c515f875d4b2: Waiting [2023-03-08T20:41:17.872Z] 4f9e5eab8cd6: Waiting [2023-03-08T20:41:17.872Z] 72c489be16f4: Waiting [2023-03-08T20:41:17.872Z] 0cd2d509f7b3: Waiting [2023-03-08T20:41:17.872Z] 61d3be7bd2f5: Waiting [2023-03-08T20:41:17.872Z] 02f90a3794e3: Waiting [2023-03-08T20:41:17.872Z] aa5968d388b8: Waiting [2023-03-08T20:41:17.872Z] 9847ed42adbc: Layer already exists [2023-03-08T20:41:17.872Z] acc6be72526b: Layer already exists [2023-03-08T20:41:17.872Z] f0461829b44a: Layer already exists [2023-03-08T20:41:17.872Z] 1207169bf42c: Layer already exists [2023-03-08T20:41:17.872Z] 550e596c6d0e: Layer already exists [2023-03-08T20:41:17.872Z] c515f875d4b2: Layer already exists [2023-03-08T20:41:17.872Z] 02f90a3794e3: Layer already exists [2023-03-08T20:41:17.872Z] 4f9e5eab8cd6: Layer already exists [2023-03-08T20:41:17.872Z] 0cd2d509f7b3: Layer already exists [2023-03-08T20:41:17.872Z] 72c489be16f4: Layer already exists [2023-03-08T20:41:17.872Z] 61d3be7bd2f5: Layer already exists [2023-03-08T20:41:17.872Z] aa5968d388b8: Layer already exists [2023-03-08T20:41:17.872Z] latest: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:18.187Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:18.493Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 [2023-03-08T20:41:18.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-08T20:41:18.493Z] acc6be72526b: Preparing [2023-03-08T20:41:18.493Z] 9847ed42adbc: Preparing [2023-03-08T20:41:18.493Z] f0461829b44a: Preparing [2023-03-08T20:41:18.493Z] 550e596c6d0e: Preparing [2023-03-08T20:41:18.493Z] 1207169bf42c: Preparing [2023-03-08T20:41:18.493Z] c515f875d4b2: Preparing [2023-03-08T20:41:18.493Z] 4f9e5eab8cd6: Preparing [2023-03-08T20:41:18.493Z] 72c489be16f4: Preparing [2023-03-08T20:41:18.493Z] 0cd2d509f7b3: Preparing [2023-03-08T20:41:18.493Z] 02f90a3794e3: Preparing [2023-03-08T20:41:18.493Z] 61d3be7bd2f5: Preparing [2023-03-08T20:41:18.493Z] aa5968d388b8: Preparing [2023-03-08T20:41:18.493Z] 02f90a3794e3: Waiting [2023-03-08T20:41:18.493Z] 61d3be7bd2f5: Waiting [2023-03-08T20:41:18.493Z] aa5968d388b8: Waiting [2023-03-08T20:41:18.493Z] 0cd2d509f7b3: Waiting [2023-03-08T20:41:18.493Z] 4f9e5eab8cd6: Waiting [2023-03-08T20:41:18.493Z] 72c489be16f4: Waiting [2023-03-08T20:41:18.493Z] c515f875d4b2: Waiting [2023-03-08T20:41:18.493Z] 9847ed42adbc: Layer already exists [2023-03-08T20:41:18.493Z] f0461829b44a: Layer already exists [2023-03-08T20:41:18.493Z] 1207169bf42c: Layer already exists [2023-03-08T20:41:18.493Z] acc6be72526b: Layer already exists [2023-03-08T20:41:18.493Z] 550e596c6d0e: Layer already exists [2023-03-08T20:41:18.493Z] 4f9e5eab8cd6: Layer already exists [2023-03-08T20:41:18.493Z] 02f90a3794e3: Layer already exists [2023-03-08T20:41:18.493Z] c515f875d4b2: Layer already exists [2023-03-08T20:41:18.493Z] 72c489be16f4: Layer already exists [2023-03-08T20:41:18.493Z] 0cd2d509f7b3: Layer already exists [2023-03-08T20:41:18.493Z] aa5968d388b8: Layer already exists [2023-03-08T20:41:18.493Z] 61d3be7bd2f5: Layer already exists [2023-03-08T20:41:18.493Z] 3.0.0-dev.14: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:18.800Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:19.110Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:41:19.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-08T20:41:19.110Z] acc6be72526b: Preparing [2023-03-08T20:41:19.110Z] 9847ed42adbc: Preparing [2023-03-08T20:41:19.110Z] f0461829b44a: Preparing [2023-03-08T20:41:19.110Z] 550e596c6d0e: Preparing [2023-03-08T20:41:19.110Z] 1207169bf42c: Preparing [2023-03-08T20:41:19.110Z] c515f875d4b2: Preparing [2023-03-08T20:41:19.110Z] 4f9e5eab8cd6: Preparing [2023-03-08T20:41:19.110Z] 72c489be16f4: Preparing [2023-03-08T20:41:19.110Z] 0cd2d509f7b3: Preparing [2023-03-08T20:41:19.110Z] 02f90a3794e3: Preparing [2023-03-08T20:41:19.110Z] 61d3be7bd2f5: Preparing [2023-03-08T20:41:19.110Z] aa5968d388b8: Preparing [2023-03-08T20:41:19.110Z] 0cd2d509f7b3: Waiting [2023-03-08T20:41:19.110Z] 72c489be16f4: Waiting [2023-03-08T20:41:19.110Z] c515f875d4b2: Waiting [2023-03-08T20:41:19.110Z] 4f9e5eab8cd6: Waiting [2023-03-08T20:41:19.110Z] 02f90a3794e3: Waiting [2023-03-08T20:41:19.110Z] aa5968d388b8: Waiting [2023-03-08T20:41:19.110Z] 61d3be7bd2f5: Waiting [2023-03-08T20:41:19.110Z] f0461829b44a: Layer already exists [2023-03-08T20:41:19.110Z] 1207169bf42c: Layer already exists [2023-03-08T20:41:19.110Z] acc6be72526b: Layer already exists [2023-03-08T20:41:19.110Z] 550e596c6d0e: Layer already exists [2023-03-08T20:41:19.110Z] 9847ed42adbc: Layer already exists [2023-03-08T20:41:19.110Z] c515f875d4b2: Layer already exists [2023-03-08T20:41:19.110Z] 72c489be16f4: Layer already exists [2023-03-08T20:41:19.110Z] 0cd2d509f7b3: Layer already exists [2023-03-08T20:41:19.110Z] 4f9e5eab8cd6: Layer already exists [2023-03-08T20:41:19.110Z] 02f90a3794e3: Layer already exists [2023-03-08T20:41:19.110Z] 61d3be7bd2f5: Layer already exists [2023-03-08T20:41:19.110Z] aa5968d388b8: Layer already exists [2023-03-08T20:41:19.110Z] 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:19.436Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:19.746Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-03-08T20:41:19.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-08T20:41:19.746Z] acc6be72526b: Preparing [2023-03-08T20:41:19.746Z] 9847ed42adbc: Preparing [2023-03-08T20:41:19.746Z] f0461829b44a: Preparing [2023-03-08T20:41:19.746Z] 550e596c6d0e: Preparing [2023-03-08T20:41:19.746Z] 1207169bf42c: Preparing [2023-03-08T20:41:19.746Z] c515f875d4b2: Preparing [2023-03-08T20:41:19.746Z] 4f9e5eab8cd6: Preparing [2023-03-08T20:41:19.746Z] 72c489be16f4: Preparing [2023-03-08T20:41:19.746Z] 0cd2d509f7b3: Preparing [2023-03-08T20:41:19.746Z] 02f90a3794e3: Preparing [2023-03-08T20:41:19.746Z] 4f9e5eab8cd6: Waiting [2023-03-08T20:41:19.746Z] 72c489be16f4: Waiting [2023-03-08T20:41:19.746Z] 0cd2d509f7b3: Waiting [2023-03-08T20:41:19.746Z] c515f875d4b2: Waiting [2023-03-08T20:41:19.746Z] 61d3be7bd2f5: Preparing [2023-03-08T20:41:19.746Z] aa5968d388b8: Preparing [2023-03-08T20:41:19.746Z] aa5968d388b8: Waiting [2023-03-08T20:41:19.746Z] 02f90a3794e3: Waiting [2023-03-08T20:41:19.746Z] 61d3be7bd2f5: Waiting [2023-03-08T20:41:19.746Z] acc6be72526b: Layer already exists [2023-03-08T20:41:19.746Z] f0461829b44a: Layer already exists [2023-03-08T20:41:19.746Z] 1207169bf42c: Layer already exists [2023-03-08T20:41:19.746Z] 550e596c6d0e: Layer already exists [2023-03-08T20:41:19.746Z] 9847ed42adbc: Layer already exists [2023-03-08T20:41:19.746Z] 72c489be16f4: Layer already exists [2023-03-08T20:41:19.746Z] c515f875d4b2: Layer already exists [2023-03-08T20:41:19.746Z] 02f90a3794e3: Layer already exists [2023-03-08T20:41:19.746Z] 4f9e5eab8cd6: Layer already exists [2023-03-08T20:41:19.746Z] 0cd2d509f7b3: Layer already exists [2023-03-08T20:41:19.746Z] aa5968d388b8: Layer already exists [2023-03-08T20:41:19.746Z] 61d3be7bd2f5: Layer already exists [2023-03-08T20:41:19.746Z] main: digest: sha256:2a110e221941091a2f12311993ff34ddfa5b0082b09643be78691bb8fc38553e size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T20:41:19.786Z] ===================================================== [Pipeline] echo [2023-03-08T20:41:19.793Z] taggedImages: [2023-03-08T20:41:19.793Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:41:19.793Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-08T20:41:19.793Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.14 [2023-03-08T20:41:19.793Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:41:19.793Z] - 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-03-08T20:41:20.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T20:41:20.180Z] [2023-03-08T20:41:20.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:41:20.478Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T20:41:20.478Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-08T20:41:20.478Z] 5eb5b503b376: Pulling fs layer [2023-03-08T20:41:20.478Z] 5c69ac0246d0: Pulling fs layer [2023-03-08T20:41:20.478Z] ec43610c2a17: Pulling fs layer [2023-03-08T20:41:20.478Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-08T20:41:20.478Z] 33b1e0a273af: Pulling fs layer [2023-03-08T20:41:20.478Z] 5d3b04190fa2: Pulling fs layer [2023-03-08T20:41:20.478Z] 2f39f015ded8: Pulling fs layer [2023-03-08T20:41:20.478Z] 2f39f015ded8: Waiting [2023-03-08T20:41:20.478Z] 5d3b04190fa2: Waiting [2023-03-08T20:41:20.478Z] 3a2ae6a8a46f: Waiting [2023-03-08T20:41:20.478Z] 33b1e0a273af: Waiting [2023-03-08T20:41:20.478Z] 5c69ac0246d0: Download complete [2023-03-08T20:41:20.478Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-08T20:41:20.478Z] 3a2ae6a8a46f: Download complete [2023-03-08T20:41:20.738Z] 33b1e0a273af: Verifying Checksum [2023-03-08T20:41:20.738Z] 33b1e0a273af: Download complete [2023-03-08T20:41:20.738Z] ec43610c2a17: Verifying Checksum [2023-03-08T20:41:20.738Z] ec43610c2a17: Download complete [2023-03-08T20:41:20.738Z] 5d3b04190fa2: Download complete [2023-03-08T20:41:20.738Z] 5eb5b503b376: Download complete [2023-03-08T20:41:21.675Z] 2f39f015ded8: Verifying Checksum [2023-03-08T20:41:21.675Z] 2f39f015ded8: Download complete [2023-03-08T20:41:22.241Z] 5eb5b503b376: Pull complete [2023-03-08T20:41:22.241Z] 5c69ac0246d0: Pull complete [2023-03-08T20:41:22.808Z] ec43610c2a17: Pull complete [2023-03-08T20:41:22.808Z] 3a2ae6a8a46f: Pull complete [2023-03-08T20:41:23.065Z] 33b1e0a273af: Pull complete [2023-03-08T20:41:23.331Z] 5d3b04190fa2: Pull complete [2023-03-08T20:41:28.723Z] 2f39f015ded8: Pull complete [2023-03-08T20:41:28.723Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-08T20:41:28.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T20:41:28.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:41:28.815Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:41:28.850Z] $ 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-03-08T20:41:30.776Z] $ docker top 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:41:31.154Z] ---> job-cost.sh [2023-03-08T20:41:31.154Z] lf-activate-venv: SKIPPING [2023-03-08T20:41:31.154Z] INFO: No Stack... [2023-03-08T20:41:31.417Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T20:41:31.676Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T20:41:31.976Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-03-08T20:41:31.976Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T20:41:31.989Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [2023-03-08T20:41:32.005Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] did not exist. Created. [2023-03-08T20:41:32.005Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T20:41:32.309Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-08T20:41:32.340Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T20:41:32.347Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T20:41:32.368Z] $ docker stop --time=1 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 [2023-03-08T20:41:33.518Z] $ docker rm -f --volumes 8d1965551a6d4baace6b0af15fc83b0b93840000919f781e853b45366f046729 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-08T20:41:59.777Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8883 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-03-08T20:41:59.791Z] Running in /w/workspace/device-usb-camera/85 [Pipeline] { [Pipeline] checkout [2023-03-08T20:41:59.825Z] Selected Git installation does not exist. Using Default [2023-03-08T20:41:59.826Z] The recommended git tool is: NONE [2023-03-08T20:42:06.354Z] using credential edgex-jenkins-ssh [2023-03-08T20:42:06.376Z] Cloning the remote Git repository [2023-03-08T20:42:06.451Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-03-08T20:42:06.547Z] > git init /w/workspace/device-usb-camera/85 # timeout=10 [2023-03-08T20:42:06.727Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-03-08T20:42:06.728Z] > git --version # timeout=10 [2023-03-08T20:42:06.770Z] > git --version # 'git version 2.25.1' [2023-03-08T20:42:06.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-08T20:42:06.849Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T20:42:08.623Z] Avoid second fetch [2023-03-08T20:42:08.624Z] Checking out Revision 3323a63d0afd632e576abad22becd63271ca5b86 (main) [2023-03-08T20:42:07.614Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-03-08T20:42:07.637Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-08T20:42:08.644Z] > git config core.sparsecheckout # timeout=10 [2023-03-08T20:42:08.662Z] > git checkout -f 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 [2023-03-08T20:42:09.206Z] Commit message: "build: update to use latest sdk (#174)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T20:42:10.162Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-08T20:42:10.162Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T20:42:10.162Z] Dload Upload Total Spent Left Speed [2023-03-08T20:42:10.162Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 222k 0 --:--:-- --:--:-- --:--:-- 222k [Pipeline] sh [2023-03-08T20:42:10.822Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-08T20:42:11.174Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-08T20:42:11.174Z] + sudo tee /etc/docker/daemon.new [2023-03-08T20:42:11.174Z] { [2023-03-08T20:42:11.174Z] "registry-mirrors": [ [2023-03-08T20:42:11.174Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-08T20:42:11.174Z] ], [2023-03-08T20:42:11.174Z] "bip": "10.250.0.254/24", [2023-03-08T20:42:11.174Z] "hosts": [ [2023-03-08T20:42:11.174Z] "tcp://0.0.0.0:5555", [2023-03-08T20:42:11.174Z] "unix:///var/run/docker.sock" [2023-03-08T20:42:11.174Z] ], [2023-03-08T20:42:11.174Z] "mtu": 1458, [2023-03-08T20:42:11.174Z] "selinux-enabled": true, [2023-03-08T20:42:11.174Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-08T20:42:11.174Z] } [Pipeline] sh [2023-03-08T20:42:11.517Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-08T20:42:11.861Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T20:42:30.202Z] provisioning config files... [2023-03-08T20:42:30.238Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/85@tmp/config591903340706792997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:42:30.613Z] ---> docker-login.sh [2023-03-08T20:42:30.613Z] nexus3.edgexfoundry.org:10001 [2023-03-08T20:42:31.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:42:31.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:42:31.213Z] Configure a credential helper to remove this warning. See [2023-03-08T20:42:31.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:42:31.213Z] [2023-03-08T20:42:31.213Z] Login Succeeded [2023-03-08T20:42:31.213Z] nexus3.edgexfoundry.org:10002 [2023-03-08T20:42:31.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:42:31.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:42:31.762Z] Configure a credential helper to remove this warning. See [2023-03-08T20:42:31.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:42:31.762Z] [2023-03-08T20:42:31.762Z] Login Succeeded [2023-03-08T20:42:31.762Z] nexus3.edgexfoundry.org:10003 [2023-03-08T20:42:32.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:42:32.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:42:32.034Z] Configure a credential helper to remove this warning. See [2023-03-08T20:42:32.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:42:32.034Z] [2023-03-08T20:42:32.034Z] Login Succeeded [2023-03-08T20:42:32.034Z] nexus3.edgexfoundry.org:10004 [2023-03-08T20:42:32.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:42:32.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:42:32.580Z] Configure a credential helper to remove this warning. See [2023-03-08T20:42:32.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:42:32.580Z] [2023-03-08T20:42:32.580Z] Login Succeeded [2023-03-08T20:42:32.580Z] docker.io [2023-03-08T20:42:32.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:42:33.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:42:33.122Z] Configure a credential helper to remove this warning. See [2023-03-08T20:42:33.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:42:33.122Z] [2023-03-08T20:42:33.122Z] Login Succeeded [2023-03-08T20:42:33.122Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T20:42:33.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-08T20:42:33.421Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:42:33.438Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:42:33.447Z] ========================================================= [2023-03-08T20:42:33.447Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-08T20:42:33.447Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:42:33.813Z] + 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-03-08T20:42:34.085Z] Sending build context to Docker daemon 1.146MB [2023-03-08T20:42:34.085Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T20:42:34.085Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-08T20:42:34.357Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-08T20:42:34.357Z] 9b18e9b68314: Pulling fs layer [2023-03-08T20:42:34.357Z] 35d82f9e3411: Pulling fs layer [2023-03-08T20:42:34.357Z] e16973657156: Pulling fs layer [2023-03-08T20:42:34.357Z] fc693d55d65f: Pulling fs layer [2023-03-08T20:42:34.357Z] 7e9fc2657dce: Pulling fs layer [2023-03-08T20:42:34.357Z] dda99020689f: Pulling fs layer [2023-03-08T20:42:34.357Z] db1c61fa0a46: Pulling fs layer [2023-03-08T20:42:34.357Z] 891c053d2c06: Pulling fs layer [2023-03-08T20:42:34.357Z] fc693d55d65f: Waiting [2023-03-08T20:42:34.357Z] 7e9fc2657dce: Waiting [2023-03-08T20:42:34.357Z] dda99020689f: Waiting [2023-03-08T20:42:34.357Z] db1c61fa0a46: Waiting [2023-03-08T20:42:34.357Z] 891c053d2c06: Waiting [2023-03-08T20:42:34.357Z] e16973657156: Verifying Checksum [2023-03-08T20:42:34.357Z] e16973657156: Download complete [2023-03-08T20:42:34.357Z] 35d82f9e3411: Download complete [2023-03-08T20:42:34.357Z] 7e9fc2657dce: Verifying Checksum [2023-03-08T20:42:34.357Z] 7e9fc2657dce: Download complete [2023-03-08T20:42:34.357Z] dda99020689f: Verifying Checksum [2023-03-08T20:42:34.357Z] dda99020689f: Download complete [2023-03-08T20:42:34.357Z] 9b18e9b68314: Verifying Checksum [2023-03-08T20:42:35.804Z] 9b18e9b68314: Pull complete [2023-03-08T20:42:35.804Z] 891c053d2c06: Verifying Checksum [2023-03-08T20:42:35.804Z] 891c053d2c06: Download complete [2023-03-08T20:42:36.420Z] 35d82f9e3411: Pull complete [2023-03-08T20:42:36.703Z] e16973657156: Pull complete [2023-03-08T20:42:36.976Z] db1c61fa0a46: Verifying Checksum [2023-03-08T20:42:37.575Z] fc693d55d65f: Verifying Checksum [2023-03-08T20:42:37.575Z] fc693d55d65f: Download complete [2023-03-08T20:42:52.775Z] fc693d55d65f: Pull complete [2023-03-08T20:42:52.775Z] 7e9fc2657dce: Pull complete [2023-03-08T20:42:52.775Z] dda99020689f: Pull complete [2023-03-08T20:42:59.504Z] db1c61fa0a46: Pull complete [2023-03-08T20:43:00.952Z] 891c053d2c06: Pull complete [2023-03-08T20:43:01.225Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-08T20:43:01.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-08T20:43:01.225Z] ---> f96f9c87975a [2023-03-08T20:43:01.225Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-08T20:43:03.215Z] ---> Running in 036818c53527 [2023-03-08T20:43:03.822Z] Removing intermediate container 036818c53527 [2023-03-08T20:43:03.822Z] ---> ab7f6f1caa00 [2023-03-08T20:43:03.822Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T20:43:03.822Z] ---> Running in 856f92058842 [2023-03-08T20:43:04.108Z] Removing intermediate container 856f92058842 [2023-03-08T20:43:04.108Z] ---> 449922b51920 [2023-03-08T20:43:04.108Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-08T20:43:04.381Z] ---> Running in dca27f8ddf5c [2023-03-08T20:43:04.653Z] Removing intermediate container dca27f8ddf5c [2023-03-08T20:43:04.653Z] ---> 3df8758b0fa1 [2023-03-08T20:43:04.653Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-08T20:43:04.653Z] ---> Running in 07c5358b4069 [2023-03-08T20:43:05.245Z] Removing intermediate container 07c5358b4069 [2023-03-08T20:43:05.245Z] ---> f2bbcafda394 [2023-03-08T20:43:05.245Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T20:43:05.245Z] ---> Running in ae2bafa558ae [2023-03-08T20:43:06.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T20:43:06.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T20:43:08.368Z] (1/14) Installing libintl (0.21-r2) [2023-03-08T20:43:08.368Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-03-08T20:43:08.368Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-03-08T20:43:08.368Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-03-08T20:43:08.368Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-03-08T20:43:08.368Z] (6/14) Installing udev-init-scripts (35-r0) [2023-03-08T20:43:08.368Z] Executing udev-init-scripts-35-r0.post-install [2023-03-08T20:43:08.368Z] (7/14) Installing libblkid (2.38-r1) [2023-03-08T20:43:08.368Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-03-08T20:43:08.368Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-03-08T20:43:08.368Z] (10/14) Installing kmod-libs (29-r2) [2023-03-08T20:43:08.368Z] (11/14) Installing eudev (3.2.11-r0) [2023-03-08T20:43:08.368Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-03-08T20:43:08.368Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-08T20:43:08.368Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-03-08T20:43:08.368Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T20:43:08.368Z] Executing eudev-3.2.11-r0.trigger [2023-03-08T20:43:08.368Z] OK: 228 MiB in 65 packages [2023-03-08T20:43:09.786Z] Removing intermediate container ae2bafa558ae [2023-03-08T20:43:09.786Z] ---> 2f6364a56c28 [2023-03-08T20:43:09.786Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-08T20:43:09.786Z] ---> Running in 064f59feabed [2023-03-08T20:43:10.376Z] Removing intermediate container 064f59feabed [2023-03-08T20:43:10.376Z] ---> 4061cefa0386 [2023-03-08T20:43:10.376Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-08T20:43:10.965Z] ---> d28e8d9f4ffd [2023-03-08T20:43:10.965Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T20:43:10.965Z] ---> Running in d043dc2d59a8 [2023-03-08T20:44:32.657Z] Removing intermediate container d043dc2d59a8 [2023-03-08T20:44:32.657Z] ---> ca10e21daccb [2023-03-08T20:44:32.657Z] Step 11/13 : COPY . . [2023-03-08T20:44:32.657Z] ---> c8965ba37bd6 [2023-03-08T20:44:32.657Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-08T20:44:32.657Z] ---> Running in 4f98d21ee503 [2023-03-08T20:44:32.657Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T20:44:32.657Z]    Dload Upload  Total Spent Left Speed [2023-03-08T20:44:32.657Z] 0  0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12506 0 --:--:-- --:--:-- --:--:-- 12642 [2023-03-08T20:44:32.657Z] Removing intermediate container 4f98d21ee503 [2023-03-08T20:44:32.657Z] ---> 87b633e80a4a [2023-03-08T20:44:32.657Z] Step 13/13 : RUN ${MAKE} [2023-03-08T20:44:32.657Z] ---> Running in e654bfc1f801 [2023-03-08T20:44:32.657Z] noop [2023-03-08T20:44:32.657Z] Removing intermediate container e654bfc1f801 [2023-03-08T20:44:32.657Z] ---> c54f4f8685a8 [2023-03-08T20:44:32.657Z] Successfully built c54f4f8685a8 [2023-03-08T20:44:32.657Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:44:33.017Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T20:44:33.017Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:44:33.235Z] prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container [2023-03-08T20:44:33.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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-03-08T20:44:34.685Z] $ docker top 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T20:44:35.573Z] + go version [2023-03-08T20:44:35.573Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-08T20:44:35.605Z] $ docker stop --time=1 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 [2023-03-08T20:44:37.320Z] $ docker rm -f --volumes 1ba9e55ede4012bd07d3528362dba47cb88acfb3db0073897c9b1d22927c4750 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:44:37.891Z] + docker inspect -f . ci-base-image-arm64 [2023-03-08T20:44:37.891Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:44:38.105Z] prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container [2023-03-08T20:44:38.192Z] $ 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/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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-03-08T20:44:39.533Z] $ docker top e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T20:44:40.392Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/85 [Pipeline] fileExists [Pipeline] sh [2023-03-08T20:44:41.075Z] + make test [2023-03-08T20:44:41.075Z] go test ./... -coverprofile=coverage.out ./... [2023-03-08T20:44:43.038Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-08T20:46:34.800Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-08T20:46:39.084Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.073s coverage: 2.0% of statements [2023-03-08T20:46:39.084Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-08T20:46:39.084Z] go vet ./... [2023-03-08T20:47:18.077Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-08T20:47:18.077Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-08T20:47:18.077Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-08T20:47:18.101Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-08T20:47:18.123Z] $ docker stop --time=1 e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 [2023-03-08T20:47:20.239Z] $ docker rm -f --volumes e477fb54f233aaf52a6b8fecb9332fe0805da940f8e57cb00bc51d6b47a000a0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T20:47:21.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-08T20:47:21.449Z] Warning: overwriting stash ‘coverage-report’ [2023-03-08T20:47:22.160Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-08T20:47:22.567Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-08T20:47:22.930Z] + ls -al . [2023-03-08T20:47:22.930Z] total 184 [2023-03-08T20:47:22.930Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 20:44 . [2023-03-08T20:47:22.930Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 .. [2023-03-08T20:47:22.930Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 20:42 .git [2023-03-08T20:47:22.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 .github [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 8 20:42 .gitignore [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 20:42 .golangci.yml [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 8 20:42 .hadolint.yml [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 9660 Mar 8 20:42 Attribution.txt [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 8 20:42 CHANGELOG.md [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 2328 Mar 8 20:42 Dockerfile [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 8 20:42 GOVERNANCE.md [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 659 Mar 8 20:42 Jenkinsfile [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 8 20:42 LICENSE [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 2329 Mar 8 20:42 Makefile [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 8 20:42 OWNERS.md [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 5271 Mar 8 20:42 README.md [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 8 20:39 VERSION [2023-03-08T20:47:22.930Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 20:42 bin [2023-03-08T20:47:22.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 cmd [2023-03-08T20:47:22.930Z] -rw-r--r-- 1 jenkins jenkins 28352 Mar 8 20:46 coverage.out [2023-03-08T20:47:22.930Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 8 20:42 docker-entrypoint.sh [2023-03-08T20:47:22.930Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 docs [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 3487 Mar 8 20:42 go.mod [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 31546 Mar 8 20:42 go.sum [2023-03-08T20:47:22.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 20:42 internal [2023-03-08T20:47:22.930Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 20:42 snap [2023-03-08T20:47:22.930Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 8 20:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:47:23.279Z] + 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=3323a63d0afd632e576abad22becd63271ca5b86 --label arch=arm64 --label version=3.0.0-dev.14 . [2023-03-08T20:47:24.694Z] Sending build context to Docker daemon 1.176MB [2023-03-08T20:47:24.694Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-08T20:47:24.694Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-08T20:47:24.694Z] ---> c54f4f8685a8 [2023-03-08T20:47:24.694Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-08T20:47:24.694Z] ---> Running in 99d40847197b [2023-03-08T20:47:24.964Z] Removing intermediate container 99d40847197b [2023-03-08T20:47:24.964Z] ---> 2120dc19f872 [2023-03-08T20:47:24.964Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-08T20:47:25.236Z] ---> Running in a60e3fc71b03 [2023-03-08T20:47:27.202Z] Removing intermediate container a60e3fc71b03 [2023-03-08T20:47:27.202Z] ---> 0b125d62872d [2023-03-08T20:47:27.202Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-03-08T20:47:27.202Z] ---> Running in 2f9bf295f84e [2023-03-08T20:47:27.473Z] Removing intermediate container 2f9bf295f84e [2023-03-08T20:47:27.473Z] ---> 7f691a58910e [2023-03-08T20:47:27.473Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-08T20:47:27.473Z] ---> Running in e553dd59e68b [2023-03-08T20:47:27.754Z] Removing intermediate container e553dd59e68b [2023-03-08T20:47:27.754Z] ---> 90fa478fb11c [2023-03-08T20:47:27.754Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-08T20:47:28.032Z] ---> Running in 2530ae55629a [2023-03-08T20:47:29.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T20:47:29.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T20:47:31.163Z] OK: 228 MiB in 65 packages [2023-03-08T20:47:32.130Z] Removing intermediate container 2530ae55629a [2023-03-08T20:47:32.130Z] ---> 134130dd24d0 [2023-03-08T20:47:32.130Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-08T20:47:32.130Z] ---> Running in 1c4eb2dc3986 [2023-03-08T20:47:32.719Z] Removing intermediate container 1c4eb2dc3986 [2023-03-08T20:47:32.719Z] ---> be45e9534207 [2023-03-08T20:47:32.719Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-08T20:47:33.311Z] ---> d616dac3ca9c [2023-03-08T20:47:33.311Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-08T20:47:33.311Z] ---> Running in c01636f05507 [2023-03-08T20:47:36.674Z] Removing intermediate container c01636f05507 [2023-03-08T20:47:36.674Z] ---> bbdeb0184b48 [2023-03-08T20:47:36.674Z] Step 11/35 : COPY . . [2023-03-08T20:47:37.269Z] ---> 45edabdf0c6f [2023-03-08T20:47:37.269Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-08T20:47:37.539Z] ---> Running in 3effc154b368 [2023-03-08T20:47:38.510Z]  % Total % Received % Xferd Average Speed Time  Time Time Current [2023-03-08T20:47:38.510Z] Dload Upload Total Spent Left Speed [2023-03-08T20:47:38.781Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11421 0 --:--:-- --:--:-- --:--:-- 11543 [2023-03-08T20:47:39.375Z] Removing intermediate container 3effc154b368 [2023-03-08T20:47:39.375Z] ---> fe8217bc912d [2023-03-08T20:47:39.375Z] Step 13/35 : RUN ${MAKE} [2023-03-08T20:47:39.649Z] ---> Running in 0542223b492c [2023-03-08T20:47:40.617Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.14" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-03-08T20:50:32.404Z] Removing intermediate container 0542223b492c [2023-03-08T20:50:32.404Z] ---> 3919e4d0ecc4 [2023-03-08T20:50:32.404Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-03-08T20:50:32.404Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-03-08T20:50:32.404Z] eab2503cf8f4: Pulling fs layer [2023-03-08T20:50:32.404Z] 97cd0a44c592: Pulling fs layer [2023-03-08T20:50:32.404Z] eab2503cf8f4: Verifying Checksum [2023-03-08T20:50:32.404Z] eab2503cf8f4: Download complete [2023-03-08T20:50:32.404Z] 97cd0a44c592: Download complete [2023-03-08T20:50:32.404Z] eab2503cf8f4: Pull complete [2023-03-08T20:50:32.404Z] 97cd0a44c592: Pull complete [2023-03-08T20:50:32.404Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-03-08T20:50:32.404Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-03-08T20:50:32.404Z] ---> 7f763cca56b3 [2023-03-08T20:50:32.404Z] Step 15/35 : FROM alpine:3.16 [2023-03-08T20:50:32.404Z] 3.16: Pulling from library/alpine [2023-03-08T20:50:32.404Z] 3760b48202b3: Pulling fs layer [2023-03-08T20:50:32.404Z] 3760b48202b3: Verifying Checksum [2023-03-08T20:50:32.404Z] 3760b48202b3: Download complete [2023-03-08T20:50:32.404Z] 3760b48202b3: Pull complete [2023-03-08T20:50:32.404Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-08T20:50:32.404Z] Status: Downloaded newer image for alpine:3.16 [2023-03-08T20:50:32.404Z] ---> 4c81e5bf8899 [2023-03-08T20:50:32.404Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-08T20:50:32.404Z] ---> Running in 8bdcb3ba3c09 [2023-03-08T20:50:32.404Z] Removing intermediate container 8bdcb3ba3c09 [2023-03-08T20:50:32.404Z] ---> 62b0cb5aad22 [2023-03-08T20:50:32.404Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-03-08T20:50:32.404Z] ---> Running in 2f095288abbe [2023-03-08T20:50:32.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-08T20:50:32.404Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-08T20:50:32.404Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-03-08T20:50:32.404Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-03-08T20:50:32.404Z] (3/79) Installing libxau (1.0.9-r0) [2023-03-08T20:50:32.404Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-03-08T20:50:32.404Z] (5/79) Installing libxcb (1.15-r0) [2023-03-08T20:50:32.404Z] (6/79) Installing libx11 (1.8-r0) [2023-03-08T20:50:32.404Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-03-08T20:50:32.404Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-03-08T20:50:32.404Z] (9/79) Installing expat (2.5.0-r0) [2023-03-08T20:50:32.404Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-03-08T20:50:32.404Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-03-08T20:50:32.404Z] (12/79) Installing libpng (1.6.37-r1) [2023-03-08T20:50:32.404Z] (13/79) Installing freetype (2.12.1-r0) [2023-03-08T20:50:32.404Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-03-08T20:50:32.404Z] (15/79) Installing fribidi (1.0.12-r0) [2023-03-08T20:50:32.404Z] (16/79) Installing libffi (3.4.2-r1) [2023-03-08T20:50:32.404Z] (17/79) Installing libintl (0.21-r2) [2023-03-08T20:50:32.404Z] (18/79) Installing libblkid (2.38-r1) [2023-03-08T20:50:32.404Z] (19/79) Installing libmount (2.38-r1) [2023-03-08T20:50:32.404Z] (20/79) Installing pcre (8.45-r2) [2023-03-08T20:50:32.404Z] (21/79) Installing glib (2.72.1-r0) [2023-03-08T20:50:32.404Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-03-08T20:50:32.404Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-03-08T20:50:32.404Z] (24/79) Installing libass (0.16.0-r0) [2023-03-08T20:50:32.404Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-03-08T20:50:32.404Z] (26/79) Installing libdrm (2.4.110-r0) [2023-03-08T20:50:32.404Z] (27/79) Installing gmp (6.2.1-r2) [2023-03-08T20:50:32.404Z] (28/79) Installing nettle (3.7.3-r0) [2023-03-08T20:50:32.404Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-03-08T20:50:32.404Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-03-08T20:50:32.404Z] (31/79) Installing libunistring (1.0-r0) [2023-03-08T20:50:32.404Z] (32/79) Installing gnutls (3.7.7-r1) [2023-03-08T20:50:32.404Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-08T20:50:32.404Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-08T20:50:32.404Z] (35/79) Installing lame (3.100-r0) [2023-03-08T20:50:32.404Z] (36/79) Installing opus (1.3.1-r1) [2023-03-08T20:50:32.404Z] (37/79) Installing libasyncns (0.8-r1) [2023-03-08T20:50:32.404Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-03-08T20:50:32.404Z] (39/79) Installing libltdl (2.4.7-r0) [2023-03-08T20:50:32.404Z] (40/79) Installing orc (0.4.32-r0) [2023-03-08T20:50:32.404Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-03-08T20:50:32.404Z] (42/79) Installing libogg (1.3.5-r1) [2023-03-08T20:50:32.404Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-08T20:50:32.404Z] (44/79) Installing flac (1.3.4-r0) [2023-03-08T20:50:32.404Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-03-08T20:50:32.404Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-03-08T20:50:32.404Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-03-08T20:50:32.404Z] (48/79) Installing soxr (0.1.3-r2) [2023-03-08T20:50:32.404Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-03-08T20:50:32.404Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-03-08T20:50:32.404Z] (51/79) Installing libpulse (15.0-r2) [2023-03-08T20:50:32.404Z] (52/79) Installing cjson (1.7.15-r3) [2023-03-08T20:50:32.404Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-03-08T20:50:32.404Z] (54/79) Installing librist (0.2.6-r1) [2023-03-08T20:50:32.404Z] (55/79) Installing libsrt (1.4.4-r0) [2023-03-08T20:50:32.404Z] (56/79) Installing libssh (0.9.6-r1) [2023-03-08T20:50:32.404Z] (57/79) Installing libtheora (1.1.1-r16) [2023-03-08T20:50:32.404Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-03-08T20:50:32.404Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-03-08T20:50:32.404Z] (60/79) Installing libxext (1.3.4-r0) [2023-03-08T20:50:32.404Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-03-08T20:50:32.404Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-03-08T20:50:32.404Z] (63/79) Installing libva (2.14.0-r0) [2023-03-08T20:50:32.404Z] (64/79) Installing libvdpau (1.5-r0) [2023-03-08T20:50:32.404Z] (65/79) Installing vidstab (1.1.0-r1) [2023-03-08T20:50:32.404Z] (66/79) Installing libvpx (1.11.0-r1) [2023-03-08T20:50:32.404Z] (67/79) Installing libwebp (1.2.3-r0) [2023-03-08T20:50:32.404Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-03-08T20:50:32.404Z] (69/79) Installing numactl (2.0.14-r0) [2023-03-08T20:50:32.404Z] (70/79) Installing x265-libs (3.5-r3) [2023-03-08T20:50:32.404Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-03-08T20:50:32.404Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-03-08T20:50:32.404Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-03-08T20:50:32.404Z] (74/79) Installing udev-init-scripts (35-r0) [2023-03-08T20:50:32.404Z] Executing udev-init-scripts-35-r0.post-install [2023-03-08T20:50:32.404Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-03-08T20:50:32.404Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-03-08T20:50:32.404Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-03-08T20:50:32.404Z] (78/79) Installing kmod-libs (29-r2) [2023-03-08T20:50:32.404Z] (79/79) Installing eudev (3.2.11-r0) [2023-03-08T20:50:32.404Z] Executing busybox-1.35.0-r17.trigger [2023-03-08T20:50:32.404Z] Executing eudev-3.2.11-r0.trigger [2023-03-08T20:50:32.404Z] OK: 77 MiB in 93 packages [2023-03-08T20:50:33.374Z] Removing intermediate container 2f095288abbe [2023-03-08T20:50:33.374Z] ---> 7b0190e13fa0 [2023-03-08T20:50:33.374Z] Step 18/35 : WORKDIR / [2023-03-08T20:50:33.374Z] ---> Running in 65e2070c0436 [2023-03-08T20:50:33.641Z] Removing intermediate container 65e2070c0436 [2023-03-08T20:50:33.641Z] ---> 330ff48daac9 [2023-03-08T20:50:33.641Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-08T20:50:35.068Z] ---> 083747b208d8 [2023-03-08T20:50:35.068Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-08T20:50:35.769Z] ---> 43937d98fcd9 [2023-03-08T20:50:35.769Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-08T20:50:36.361Z] ---> 7f03499a534f [2023-03-08T20:50:36.361Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-08T20:50:36.632Z] ---> 452572293520 [2023-03-08T20:50:36.632Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-08T20:50:37.232Z] ---> fd43db0f8d9b [2023-03-08T20:50:37.232Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-08T20:50:37.835Z] ---> 0e8036cf4d31 [2023-03-08T20:50:37.835Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-08T20:50:39.271Z] ---> 56f24347986e [2023-03-08T20:50:39.271Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-08T20:50:39.271Z] ---> Running in 883d9dd717ea [2023-03-08T20:50:41.223Z] Removing intermediate container 883d9dd717ea [2023-03-08T20:50:41.223Z] ---> 348f4e69f47f [2023-03-08T20:50:41.223Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-08T20:50:41.223Z] ---> Running in bf6dc7b6fcae [2023-03-08T20:50:43.176Z] Removing intermediate container bf6dc7b6fcae [2023-03-08T20:50:43.176Z] ---> 2e30fbd64366 [2023-03-08T20:50:43.176Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-08T20:50:43.176Z] ---> Running in 4d52ece0c690 [2023-03-08T20:50:45.769Z] Removing intermediate container 4d52ece0c690 [2023-03-08T20:50:45.769Z] ---> b02fb58556f3 [2023-03-08T20:50:45.769Z] Step 29/35 : EXPOSE 59983 [2023-03-08T20:50:45.769Z] ---> Running in 5e75e8ce4b58 [2023-03-08T20:50:46.038Z] Removing intermediate container 5e75e8ce4b58 [2023-03-08T20:50:46.038Z] ---> ef83fd9348ff [2023-03-08T20:50:46.038Z] Step 30/35 : EXPOSE 8554 [2023-03-08T20:50:46.304Z] ---> Running in 10d29601cb87 [2023-03-08T20:50:46.572Z] Removing intermediate container 10d29601cb87 [2023-03-08T20:50:46.572Z] ---> 92ce0d0b4ee2 [2023-03-08T20:50:46.572Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-08T20:50:46.572Z] ---> Running in 53ba4d94d244 [2023-03-08T20:50:46.846Z] Removing intermediate container 53ba4d94d244 [2023-03-08T20:50:46.846Z] ---> 9d40d2bde4b5 [2023-03-08T20:50:46.846Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-03-08T20:50:46.846Z] ---> Running in ef5a679b4280 [2023-03-08T20:50:47.436Z] Removing intermediate container ef5a679b4280 [2023-03-08T20:50:47.436Z] ---> 6d45ea5d4d68 [2023-03-08T20:50:47.436Z] Step 33/35 : LABEL arch=arm64 [2023-03-08T20:50:47.436Z] ---> Running in ce5146650c78 [2023-03-08T20:50:47.705Z] Removing intermediate container ce5146650c78 [2023-03-08T20:50:47.705Z] ---> a3dee89f6078 [2023-03-08T20:50:47.705Z] Step 34/35 : LABEL git_sha=3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:50:47.705Z] ---> Running in f714a4175d0a [2023-03-08T20:50:47.972Z] Removing intermediate container f714a4175d0a [2023-03-08T20:50:47.972Z] ---> e44e790543b0 [2023-03-08T20:50:47.973Z] Step 35/35 : LABEL version=3.0.0-dev.14 [2023-03-08T20:50:48.240Z] ---> Running in 7e4e5c1883c8 [2023-03-08T20:50:48.507Z] Removing intermediate container 7e4e5c1883c8 [2023-03-08T20:50:48.507Z] ---> ec22e8e9dd85 [2023-03-08T20:50:48.507Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-08T20:50:48.507Z] Successfully built ec22e8e9dd85 [2023-03-08T20:50:48.507Z] 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-03-08T20:50:48.601Z] provisioning config files... [2023-03-08T20:50:48.616Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/85@tmp/config14681849993004415142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:50:48.955Z] ---> docker-login.sh [2023-03-08T20:50:48.955Z] nexus3.edgexfoundry.org:10001 [2023-03-08T20:50:48.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:50:49.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:50:49.222Z] Configure a credential helper to remove this warning. See [2023-03-08T20:50:49.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:50:49.222Z] [2023-03-08T20:50:49.222Z] Login Succeeded [2023-03-08T20:50:49.222Z] nexus3.edgexfoundry.org:10002 [2023-03-08T20:50:49.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:50:49.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:50:49.756Z] Configure a credential helper to remove this warning. See [2023-03-08T20:50:49.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:50:49.756Z] [2023-03-08T20:50:49.756Z] Login Succeeded [2023-03-08T20:50:49.756Z] nexus3.edgexfoundry.org:10003 [2023-03-08T20:50:50.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:50:50.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:50:50.024Z] Configure a credential helper to remove this warning. See [2023-03-08T20:50:50.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:50:50.024Z] [2023-03-08T20:50:50.024Z] Login Succeeded [2023-03-08T20:50:50.024Z] nexus3.edgexfoundry.org:10004 [2023-03-08T20:50:50.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:50:50.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:50:50.289Z] Configure a credential helper to remove this warning. See [2023-03-08T20:50:50.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:50:50.289Z] [2023-03-08T20:50:50.289Z] Login Succeeded [2023-03-08T20:50:50.557Z] docker.io [2023-03-08T20:50:50.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-08T20:50:50.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-08T20:50:50.825Z] Configure a credential helper to remove this warning. See [2023-03-08T20:50:50.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-08T20:50:50.825Z] [2023-03-08T20:50:50.825Z] Login Succeeded [2023-03-08T20:50:50.825Z] ---> docker-login.sh ends [Pipeline] } [2023-03-08T20:50:50.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T20:50:50.864Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-08T20:50:50.880Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-03-08T20:50:50.880Z] 3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:50:50.880Z] latest [2023-03-08T20:50:50.880Z] 3.0.0-dev.14 [2023-03-08T20:50:50.880Z] 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:50:50.880Z] main [2023-03-08T20:50:50.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:50:51.228Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:50:51.577Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:50:51.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-08T20:50:51.577Z] c2392c160fbc: Preparing [2023-03-08T20:50:51.577Z] 5a3be295adc1: Preparing [2023-03-08T20:50:51.577Z] bc52b5bf346f: Preparing [2023-03-08T20:50:51.577Z] a43932d1df72: Preparing [2023-03-08T20:50:51.577Z] 1207169bf42c: Preparing [2023-03-08T20:50:51.577Z] ad612144f888: Preparing [2023-03-08T20:50:51.577Z] 5978e39ddeb3: Preparing [2023-03-08T20:50:51.577Z] ac5dd7a135c5: Preparing [2023-03-08T20:50:51.577Z] d713ea429246: Preparing [2023-03-08T20:50:51.577Z] ad612144f888: Waiting [2023-03-08T20:50:51.577Z] b36c85eb2e1b: Preparing [2023-03-08T20:50:51.577Z] ba01d3295196: Preparing [2023-03-08T20:50:51.577Z] f70ee36035b9: Preparing [2023-03-08T20:50:51.577Z] ac5dd7a135c5: Waiting [2023-03-08T20:50:51.577Z] d713ea429246: Waiting [2023-03-08T20:50:51.577Z] b36c85eb2e1b: Waiting [2023-03-08T20:50:51.577Z] ba01d3295196: Waiting [2023-03-08T20:50:51.577Z] f70ee36035b9: Waiting [2023-03-08T20:50:51.577Z] 5978e39ddeb3: Waiting [2023-03-08T20:50:51.852Z] 1207169bf42c: Pushed [2023-03-08T20:50:51.852Z] 5a3be295adc1: Pushed [2023-03-08T20:50:51.852Z] bc52b5bf346f: Pushed [2023-03-08T20:50:51.852Z] c2392c160fbc: Pushed [2023-03-08T20:50:51.852Z] ad612144f888: Pushed [2023-03-08T20:50:52.118Z] d713ea429246: Pushed [2023-03-08T20:50:52.118Z] ac5dd7a135c5: Pushed [2023-03-08T20:50:52.118Z] 5978e39ddeb3: Pushed [2023-03-08T20:50:52.118Z] f70ee36035b9: Layer already exists [2023-03-08T20:50:56.370Z] a43932d1df72: Pushed [2023-03-08T20:50:56.952Z] b36c85eb2e1b: Pushed [2023-03-08T20:51:09.261Z] ba01d3295196: Pushed [2023-03-08T20:51:09.261Z] 3323a63d0afd632e576abad22becd63271ca5b86: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:09.602Z] + 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-03-08T20:51:09.930Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-08T20:51:09.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-08T20:51:09.930Z] c2392c160fbc: Preparing [2023-03-08T20:51:09.930Z] 5a3be295adc1: Preparing [2023-03-08T20:51:09.930Z] bc52b5bf346f: Preparing [2023-03-08T20:51:09.930Z] a43932d1df72: Preparing [2023-03-08T20:51:09.930Z] 1207169bf42c: Preparing [2023-03-08T20:51:09.930Z] ad612144f888: Preparing [2023-03-08T20:51:09.930Z] 5978e39ddeb3: Preparing [2023-03-08T20:51:09.930Z] ac5dd7a135c5: Preparing [2023-03-08T20:51:09.930Z] d713ea429246: Preparing [2023-03-08T20:51:09.930Z] b36c85eb2e1b: Preparing [2023-03-08T20:51:09.930Z] ba01d3295196: Preparing [2023-03-08T20:51:09.930Z] f70ee36035b9: Preparing [2023-03-08T20:51:09.930Z] d713ea429246: Waiting [2023-03-08T20:51:09.930Z] b36c85eb2e1b: Waiting [2023-03-08T20:51:09.930Z] f70ee36035b9: Waiting [2023-03-08T20:51:09.930Z] ba01d3295196: Waiting [2023-03-08T20:51:09.930Z] ad612144f888: Waiting [2023-03-08T20:51:09.930Z] 5978e39ddeb3: Waiting [2023-03-08T20:51:09.930Z] ac5dd7a135c5: Waiting [2023-03-08T20:51:09.930Z] a43932d1df72: Layer already exists [2023-03-08T20:51:09.930Z] 1207169bf42c: Layer already exists [2023-03-08T20:51:09.930Z] bc52b5bf346f: Layer already exists [2023-03-08T20:51:09.930Z] 5a3be295adc1: Layer already exists [2023-03-08T20:51:09.930Z] c2392c160fbc: Layer already exists [2023-03-08T20:51:09.930Z] d713ea429246: Layer already exists [2023-03-08T20:51:09.930Z] ac5dd7a135c5: Layer already exists [2023-03-08T20:51:09.930Z] ad612144f888: Layer already exists [2023-03-08T20:51:09.930Z] 5978e39ddeb3: Layer already exists [2023-03-08T20:51:09.930Z] b36c85eb2e1b: Layer already exists [2023-03-08T20:51:09.930Z] f70ee36035b9: Layer already exists [2023-03-08T20:51:09.930Z] ba01d3295196: Layer already exists [2023-03-08T20:51:10.196Z] latest: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:10.535Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:10.871Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 [2023-03-08T20:51:10.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-08T20:51:10.871Z] c2392c160fbc: Preparing [2023-03-08T20:51:10.871Z] 5a3be295adc1: Preparing [2023-03-08T20:51:10.871Z] bc52b5bf346f: Preparing [2023-03-08T20:51:10.871Z] a43932d1df72: Preparing [2023-03-08T20:51:10.871Z] 1207169bf42c: Preparing [2023-03-08T20:51:10.871Z] ad612144f888: Preparing [2023-03-08T20:51:10.871Z] 5978e39ddeb3: Preparing [2023-03-08T20:51:10.871Z] ac5dd7a135c5: Preparing [2023-03-08T20:51:10.871Z] d713ea429246: Preparing [2023-03-08T20:51:10.871Z] b36c85eb2e1b: Preparing [2023-03-08T20:51:10.871Z] ba01d3295196: Preparing [2023-03-08T20:51:10.871Z] f70ee36035b9: Preparing [2023-03-08T20:51:10.871Z] ac5dd7a135c5: Waiting [2023-03-08T20:51:10.871Z] d713ea429246: Waiting [2023-03-08T20:51:10.871Z] ba01d3295196: Waiting [2023-03-08T20:51:10.871Z] f70ee36035b9: Waiting [2023-03-08T20:51:10.871Z] b36c85eb2e1b: Waiting [2023-03-08T20:51:10.871Z] 5978e39ddeb3: Waiting [2023-03-08T20:51:10.871Z] ad612144f888: Waiting [2023-03-08T20:51:10.871Z] c2392c160fbc: Layer already exists [2023-03-08T20:51:10.871Z] 5a3be295adc1: Layer already exists [2023-03-08T20:51:10.871Z] 1207169bf42c: Layer already exists [2023-03-08T20:51:10.871Z] a43932d1df72: Layer already exists [2023-03-08T20:51:10.871Z] bc52b5bf346f: Layer already exists [2023-03-08T20:51:10.871Z] ac5dd7a135c5: Layer already exists [2023-03-08T20:51:10.871Z] ad612144f888: Layer already exists [2023-03-08T20:51:10.871Z] 5978e39ddeb3: Layer already exists [2023-03-08T20:51:10.871Z] b36c85eb2e1b: Layer already exists [2023-03-08T20:51:10.871Z] d713ea429246: Layer already exists [2023-03-08T20:51:10.871Z] f70ee36035b9: Layer already exists [2023-03-08T20:51:10.871Z] ba01d3295196: Layer already exists [2023-03-08T20:51:11.137Z] 3.0.0-dev.14: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:11.473Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:11.809Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:51:11.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-08T20:51:11.809Z] c2392c160fbc: Preparing [2023-03-08T20:51:11.809Z] 5a3be295adc1: Preparing [2023-03-08T20:51:11.809Z] bc52b5bf346f: Preparing [2023-03-08T20:51:11.809Z] a43932d1df72: Preparing [2023-03-08T20:51:11.809Z] 1207169bf42c: Preparing [2023-03-08T20:51:11.809Z] ad612144f888: Preparing [2023-03-08T20:51:11.809Z] 5978e39ddeb3: Preparing [2023-03-08T20:51:11.809Z] ac5dd7a135c5: Preparing [2023-03-08T20:51:11.809Z] d713ea429246: Preparing [2023-03-08T20:51:11.809Z] b36c85eb2e1b: Preparing [2023-03-08T20:51:11.809Z] ba01d3295196: Preparing [2023-03-08T20:51:11.809Z] f70ee36035b9: Preparing [2023-03-08T20:51:11.809Z] d713ea429246: Waiting [2023-03-08T20:51:11.809Z] b36c85eb2e1b: Waiting [2023-03-08T20:51:11.809Z] ba01d3295196: Waiting [2023-03-08T20:51:11.809Z] ad612144f888: Waiting [2023-03-08T20:51:11.809Z] 5978e39ddeb3: Waiting [2023-03-08T20:51:11.809Z] ac5dd7a135c5: Waiting [2023-03-08T20:51:11.809Z] f70ee36035b9: Waiting [2023-03-08T20:51:11.809Z] 1207169bf42c: Layer already exists [2023-03-08T20:51:11.809Z] bc52b5bf346f: Layer already exists [2023-03-08T20:51:11.809Z] 5a3be295adc1: Layer already exists [2023-03-08T20:51:11.809Z] a43932d1df72: Layer already exists [2023-03-08T20:51:11.809Z] c2392c160fbc: Layer already exists [2023-03-08T20:51:11.809Z] 5978e39ddeb3: Layer already exists [2023-03-08T20:51:11.809Z] ad612144f888: Layer already exists [2023-03-08T20:51:11.809Z] ac5dd7a135c5: Layer already exists [2023-03-08T20:51:11.809Z] d713ea429246: Layer already exists [2023-03-08T20:51:11.809Z] b36c85eb2e1b: Layer already exists [2023-03-08T20:51:11.809Z] f70ee36035b9: Layer already exists [2023-03-08T20:51:11.809Z] ba01d3295196: Layer already exists [2023-03-08T20:51:12.074Z] 3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:12.415Z] + 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-03-08T20:51:12.762Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-03-08T20:51:12.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-08T20:51:12.762Z] c2392c160fbc: Preparing [2023-03-08T20:51:12.762Z] 5a3be295adc1: Preparing [2023-03-08T20:51:12.762Z] bc52b5bf346f: Preparing [2023-03-08T20:51:12.762Z] a43932d1df72: Preparing [2023-03-08T20:51:12.762Z] 1207169bf42c: Preparing [2023-03-08T20:51:12.762Z] ad612144f888: Preparing [2023-03-08T20:51:12.762Z] 5978e39ddeb3: Preparing [2023-03-08T20:51:12.762Z] ac5dd7a135c5: Preparing [2023-03-08T20:51:12.762Z] d713ea429246: Preparing [2023-03-08T20:51:12.762Z] b36c85eb2e1b: Preparing [2023-03-08T20:51:12.762Z] 5978e39ddeb3: Waiting [2023-03-08T20:51:12.762Z] ac5dd7a135c5: Waiting [2023-03-08T20:51:12.762Z] d713ea429246: Waiting [2023-03-08T20:51:12.762Z] ad612144f888: Waiting [2023-03-08T20:51:12.762Z] ba01d3295196: Preparing [2023-03-08T20:51:12.762Z] f70ee36035b9: Preparing [2023-03-08T20:51:12.762Z] ba01d3295196: Waiting [2023-03-08T20:51:12.762Z] f70ee36035b9: Waiting [2023-03-08T20:51:12.762Z] b36c85eb2e1b: Waiting [2023-03-08T20:51:12.762Z] a43932d1df72: Layer already exists [2023-03-08T20:51:12.762Z] 5a3be295adc1: Layer already exists [2023-03-08T20:51:12.762Z] bc52b5bf346f: Layer already exists [2023-03-08T20:51:12.762Z] 1207169bf42c: Layer already exists [2023-03-08T20:51:12.762Z] c2392c160fbc: Layer already exists [2023-03-08T20:51:12.762Z] ac5dd7a135c5: Layer already exists [2023-03-08T20:51:12.762Z] b36c85eb2e1b: Layer already exists [2023-03-08T20:51:12.762Z] ad612144f888: Layer already exists [2023-03-08T20:51:12.762Z] d713ea429246: Layer already exists [2023-03-08T20:51:12.762Z] 5978e39ddeb3: Layer already exists [2023-03-08T20:51:12.762Z] f70ee36035b9: Layer already exists [2023-03-08T20:51:12.762Z] ba01d3295196: Layer already exists [2023-03-08T20:51:13.027Z] main: digest: sha256:b1044aa349192b9a5efa095b4c5ec2293152ce1cff1ecce7f893dc336773a287 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-08T20:51:13.079Z] ===================================================== [Pipeline] echo [2023-03-08T20:51:13.085Z] taggedImages: [2023-03-08T20:51:13.085Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86 [2023-03-08T20:51:13.085Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-08T20:51:13.085Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.14 [2023-03-08T20:51:13.085Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3323a63d0afd632e576abad22becd63271ca5b86-3.0.0-dev.14 [2023-03-08T20:51:13.085Z] - 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-03-08T20:51:13.459Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T20:51:13.459Z] [2023-03-08T20:51:13.459Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:13.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T20:51:13.796Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-08T20:51:13.796Z] 8998bd30e6a1: Pulling fs layer [2023-03-08T20:51:13.796Z] 04944245beec: Pulling fs layer [2023-03-08T20:51:13.796Z] 699f458cf7ca: Pulling fs layer [2023-03-08T20:51:13.796Z] 765212b225bb: Pulling fs layer [2023-03-08T20:51:13.796Z] f23df028b6ca: Pulling fs layer [2023-03-08T20:51:13.796Z] d65c8cfc05b1: Pulling fs layer [2023-03-08T20:51:13.796Z] 2437ff75d9bd: Pulling fs layer [2023-03-08T20:51:13.796Z] 765212b225bb: Waiting [2023-03-08T20:51:13.796Z] d65c8cfc05b1: Waiting [2023-03-08T20:51:13.796Z] f23df028b6ca: Waiting [2023-03-08T20:51:13.796Z] 2437ff75d9bd: Waiting [2023-03-08T20:51:14.065Z] 04944245beec: Verifying Checksum [2023-03-08T20:51:14.065Z] 04944245beec: Download complete [2023-03-08T20:51:14.065Z] 765212b225bb: Verifying Checksum [2023-03-08T20:51:14.065Z] 765212b225bb: Download complete [2023-03-08T20:51:14.065Z] f23df028b6ca: Verifying Checksum [2023-03-08T20:51:14.065Z] f23df028b6ca: Download complete [2023-03-08T20:51:14.065Z] d65c8cfc05b1: Verifying Checksum [2023-03-08T20:51:14.065Z] d65c8cfc05b1: Download complete [2023-03-08T20:51:14.065Z] 699f458cf7ca: Verifying Checksum [2023-03-08T20:51:14.065Z] 699f458cf7ca: Download complete [2023-03-08T20:51:14.658Z] 8998bd30e6a1: Download complete [2023-03-08T20:51:16.597Z] 2437ff75d9bd: Download complete [2023-03-08T20:51:18.539Z] 8998bd30e6a1: Pull complete [2023-03-08T20:51:18.539Z] 04944245beec: Pull complete [2023-03-08T20:51:19.945Z] 699f458cf7ca: Pull complete [2023-03-08T20:51:19.945Z] 765212b225bb: Pull complete [2023-03-08T20:51:20.905Z] f23df028b6ca: Pull complete [2023-03-08T20:51:20.905Z] d65c8cfc05b1: Pull complete [2023-03-08T20:51:35.888Z] 2437ff75d9bd: Pull complete [2023-03-08T20:51:35.888Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-08T20:51:35.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-08T20:51:35.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:51:36.084Z] prd-ubuntu20.04-docker-arm64-4c-16g-8883 does not seem to be running inside a container [2023-03-08T20:51:36.168Z] $ 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/85 -v /w/workspace/device-usb-camera/85:/w/workspace/device-usb-camera/85:rw,z -v /w/workspace/device-usb-camera/85@tmp:/w/workspace/device-usb-camera/85@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-03-08T20:51:39.128Z] $ docker top 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:51:39.978Z] ---> job-cost.sh [2023-03-08T20:51:39.978Z] lf-activate-venv: SKIPPING [2023-03-08T20:51:39.978Z] INFO: No Stack... [2023-03-08T20:51:40.560Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-08T20:51:41.524Z] INFO: Archiving Costs [Pipeline] sh [2023-03-08T20:51:42.167Z] + cat /w/workspace/device-usb-camera/85/archives/cost.csv [2023-03-08T20:51:42.167Z] + cut -d, -f6 [Pipeline] lock [2023-03-08T20:51:42.236Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [2023-03-08T20:51:42.247Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] did not exist. Created. [2023-03-08T20:51:42.247Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-08T20:51:42.903Z] /w/workspace/device-usb-camera/85@tmp/durable-97e8001c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-08T20:51:43.554Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-08T20:51:43.579Z] Warning: overwriting stash ‘stack-cost’ [2023-03-08T20:51:43.629Z] Stashed 1 file(s) [Pipeline] } [2023-03-08T20:51:43.636Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-85-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-08T20:51:43.662Z] $ docker stop --time=1 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede [2023-03-08T20:51:45.157Z] $ docker rm -f --volumes 18acfc7cbcab11c22cac2af04ec2b5fb500f60974fa34f94f40c25b975a3bede [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-03-08T20:51:45.598Z] provisioning config files... [2023-03-08T20:51:45.604Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2105235374882063224tmp [Pipeline] { [Pipeline] sh [2023-03-08T20:51:45.894Z] + set +x [2023-03-08T20:51:45.894Z] + curl -s https://codecov.io/bash [2023-03-08T20:51:45.894Z] + bash -s -- [2023-03-08T20:51:45.894Z] [2023-03-08T20:51:45.894Z] _____ _ [2023-03-08T20:51:45.894Z] / ____| | | [2023-03-08T20:51:45.894Z] | | ___ __| | ___ ___ _____ __ [2023-03-08T20:51:45.894Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-08T20:51:45.894Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-08T20:51:45.894Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-08T20:51:45.894Z] Bash-1.0.6 [2023-03-08T20:51:45.894Z] [2023-03-08T20:51:45.894Z] [2023-03-08T20:51:45.894Z] ==> git version 2.25.1 found [2023-03-08T20:51:45.894Z] ==> 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-03-08T20:51:45.894Z] Release-Date: 2020-01-08 [2023-03-08T20:51:45.894Z] 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-03-08T20:51:45.894Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-08T20:51:45.894Z] ==> Jenkins CI detected. [2023-03-08T20:51:45.894Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-03-08T20:51:45.894Z] project root: . [2023-03-08T20:51:45.894Z] --> token set from env [2023-03-08T20:51:45.894Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-08T20:51:45.894Z] ==> Running gcov in . (disable via -X gcov) [2023-03-08T20:51:45.894Z] ==> Python coveragepy not found [2023-03-08T20:51:45.894Z] ==> Searching for coverage reports in: [2023-03-08T20:51:45.894Z] + . [2023-03-08T20:51:45.894Z] -> Found 1 reports [2023-03-08T20:51:45.894Z] ==> Detecting git/mercurial file structure [2023-03-08T20:51:45.894Z] ==> Reading reports [2023-03-08T20:51:45.894Z] + ./coverage.out bytes=28352 [2023-03-08T20:51:45.894Z] ==> Appending adjustments [2023-03-08T20:51:45.894Z] https://docs.codecov.io/docs/fixing-reports [2023-03-08T20:51:45.894Z] + Found adjustments [2023-03-08T20:51:45.894Z] ==> Gzipping contents [2023-03-08T20:51:46.151Z] 4.0K /tmp/codecov.Rlr5h1.gz [2023-03-08T20:51:46.151Z] ==> Uploading reports [2023-03-08T20:51:46.151Z] url: https://codecov.io [2023-03-08T20:51:46.151Z] query: branch=main&commit=3323a63d0afd632e576abad22becd63271ca5b86&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T20:51:46.151Z] -> Pinging Codecov [2023-03-08T20:51:46.151Z] 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=3323a63d0afd632e576abad22becd63271ca5b86&build=85&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F85%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-08T20:51:46.151Z] -> Uploading to [2023-03-08T20:51:46.151Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-08/73D8F5FF140700D3E01443B452E23636/3323a63d0afd632e576abad22becd63271ca5b86/aa8d9f18-6f40-478a-8cfc-c96fc1380639.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T205146Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=373e3a410bcad00ae355530550dc56966b1f3b5441cc1338e0523dc3ba2214b0 [2023-03-08T20:51:46.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-08T20:51:46.151Z] Dload Upload Total Spent Left Speed [2023-03-08T20:51:46.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4001 0 0 100 4001 0 14985 --:--:-- --:--:-- --:--:-- 14985 [2023-03-08T20:51:46.409Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] } [2023-03-08T20:51:46.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-08T20:51:46.610Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-08T20:51:46.621Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:46.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T20:51:46.910Z] [2023-03-08T20:51:46.910Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:51:47.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T20:51:47.208Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-08T20:51:47.208Z] df9b9388f04a: Pulling fs layer [2023-03-08T20:51:47.208Z] 52dc419b0ee2: Pulling fs layer [2023-03-08T20:51:47.208Z] 25bc292e5bac: Pulling fs layer [2023-03-08T20:51:47.208Z] 114826534d7a: Pulling fs layer [2023-03-08T20:51:47.208Z] 4657fd5d0bcf: Pulling fs layer [2023-03-08T20:51:47.208Z] 6ad1cebc031e: Pulling fs layer [2023-03-08T20:51:47.208Z] 8a3aa393b2d8: Pulling fs layer [2023-03-08T20:51:47.208Z] 4657fd5d0bcf: Waiting [2023-03-08T20:51:47.208Z] 114826534d7a: Waiting [2023-03-08T20:51:47.208Z] 8a3aa393b2d8: Waiting [2023-03-08T20:51:47.208Z] 6ad1cebc031e: Waiting [2023-03-08T20:51:47.208Z] 25bc292e5bac: Download complete [2023-03-08T20:51:47.208Z] 52dc419b0ee2: Verifying Checksum [2023-03-08T20:51:47.208Z] 52dc419b0ee2: Download complete [2023-03-08T20:51:47.208Z] 4657fd5d0bcf: Download complete [2023-03-08T20:51:47.208Z] df9b9388f04a: Download complete [2023-03-08T20:51:47.468Z] df9b9388f04a: Pull complete [2023-03-08T20:51:47.468Z] 6ad1cebc031e: Verifying Checksum [2023-03-08T20:51:47.468Z] 6ad1cebc031e: Download complete [2023-03-08T20:51:47.468Z] 52dc419b0ee2: Pull complete [2023-03-08T20:51:47.726Z] 25bc292e5bac: Pull complete [2023-03-08T20:51:48.293Z] 114826534d7a: Verifying Checksum [2023-03-08T20:51:48.293Z] 114826534d7a: Download complete [2023-03-08T20:51:48.293Z] 8a3aa393b2d8: Verifying Checksum [2023-03-08T20:51:48.293Z] 8a3aa393b2d8: Download complete [2023-03-08T20:51:51.576Z] 114826534d7a: Pull complete [2023-03-08T20:51:51.834Z] 4657fd5d0bcf: Pull complete [2023-03-08T20:51:52.091Z] 6ad1cebc031e: Pull complete [2023-03-08T20:51:55.379Z] 8a3aa393b2d8: Pull complete [2023-03-08T20:51:55.379Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-08T20:51:55.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-08T20:51:55.379Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:51:55.449Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:51:55.478Z] $ 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-03-08T20:51:57.264Z] $ docker top 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-08T20:51:57.328Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-03-08T20:51:57.606Z] + set -o pipefail [2023-03-08T20:51:57.606Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/303bb7fa-cb02-4eab-a0e3-64309bd82a96 [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] [2023-03-08T20:52:02.877Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-08T20:52:02.877Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-08T20:52:02.877Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-08T20:52:02.888Z] $ docker stop --time=1 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 [2023-03-08T20:52:04.848Z] $ docker rm -f --volumes 50f64fec88d932a1096480ac196daa85b5e0513c60292df8cc4743353c1ebf31 [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-03-08T20:52:05.541Z] + git log --format=format:%s -1 3323a63d0afd632e576abad22becd63271ca5b86 [Pipeline] sh [2023-03-08T20:52:05.831Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T20:52:05.831Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:06.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:52:06.124Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:52:06.190Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:52:06.219Z] $ 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-03-08T20:52:06.628Z] $ docker top e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T20:52:06.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T20:52:06.716Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T20:52:06.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T20:52:06.822Z] $ docker exec e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b ssh-agent [2023-03-08T20:52:06.928Z] SSH_AUTH_SOCK=/tmp/ssh-t1brfPme8o1Z/agent.32 [2023-03-08T20:52:06.928Z] SSH_AGENT_PID=38 [2023-03-08T20:52:06.932Z] Running ssh-add (command line suppressed) [2023-03-08T20:52:07.037Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13122750186209099819.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_13122750186209099819.key) [2023-03-08T20:52:07.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T20:52:07.334Z] + git semver tag [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,550 [run_tag] DEBUG tag force:False [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,550 [check_head_tag] DEBUG check head tag [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,552 [execute] INFO git cat-file --batch-check [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,556 [execute] INFO git cat-file --batch [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,556 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,579 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,580 [execute] INFO git tag -a v3.0.0-dev.14 -m v3.0.0-dev.14 [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,580 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.14', '-m', 'v3.0.0-dev.14'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-03-08T20:52:07.594Z] 2023-03-08 20:52:07,584 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:07.594Z] 3.0.0-dev.14 [Pipeline] } [2023-03-08T20:52:07.864Z] $ docker exec --env ******** --env ******** e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b ssh-agent -k [2023-03-08T20:52:07.968Z] unset SSH_AUTH_SOCK; [2023-03-08T20:52:07.968Z] unset SSH_AGENT_PID; [2023-03-08T20:52:07.968Z] echo Agent pid 38 killed; [2023-03-08T20:52:07.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T20:52:08.282Z] + git semver [Pipeline] } [2023-03-08T20:52:08.554Z] $ docker stop --time=1 e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b [2023-03-08T20:52:09.861Z] $ docker rm -f --volumes e14444d9a708ef4e02395a3afc9c51c4cb33ba1927d0c9f9d37f65a5a0b0544b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:10.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T20:52:10.240Z] [2023-03-08T20:52:10.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:10.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T20:52:10.544Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-08T20:52:10.544Z] ab5ef0e58194: Pulling fs layer [2023-03-08T20:52:10.544Z] 9712f1f96733: Pulling fs layer [2023-03-08T20:52:10.544Z] 63f879dbbcfc: Pulling fs layer [2023-03-08T20:52:10.544Z] 0d9ebad4ef96: Pulling fs layer [2023-03-08T20:52:10.544Z] e9a5061849ea: Pulling fs layer [2023-03-08T20:52:10.544Z] d747dcd14b5f: Pulling fs layer [2023-03-08T20:52:10.544Z] 2de7ff778b66: Pulling fs layer [2023-03-08T20:52:10.544Z] 0d9ebad4ef96: Waiting [2023-03-08T20:52:10.544Z] e9a5061849ea: Waiting [2023-03-08T20:52:10.544Z] d747dcd14b5f: Waiting [2023-03-08T20:52:10.544Z] 2de7ff778b66: Waiting [2023-03-08T20:52:10.544Z] 9712f1f96733: Download complete [2023-03-08T20:52:11.119Z] 63f879dbbcfc: Verifying Checksum [2023-03-08T20:52:11.119Z] 63f879dbbcfc: Download complete [2023-03-08T20:52:11.119Z] e9a5061849ea: Verifying Checksum [2023-03-08T20:52:11.119Z] e9a5061849ea: Download complete [2023-03-08T20:52:11.119Z] 0d9ebad4ef96: Verifying Checksum [2023-03-08T20:52:11.119Z] 0d9ebad4ef96: Download complete [2023-03-08T20:52:11.119Z] d747dcd14b5f: Download complete [2023-03-08T20:52:11.119Z] ab5ef0e58194: Verifying Checksum [2023-03-08T20:52:11.119Z] ab5ef0e58194: Download complete [2023-03-08T20:52:11.119Z] 2de7ff778b66: Verifying Checksum [2023-03-08T20:52:11.119Z] 2de7ff778b66: Download complete [2023-03-08T20:52:13.650Z] ab5ef0e58194: Pull complete [2023-03-08T20:52:13.908Z] 9712f1f96733: Pull complete [2023-03-08T20:52:14.474Z] 63f879dbbcfc: Pull complete [2023-03-08T20:52:17.757Z] 0d9ebad4ef96: Pull complete [2023-03-08T20:52:17.757Z] e9a5061849ea: Pull complete [2023-03-08T20:52:18.015Z] d747dcd14b5f: Pull complete [2023-03-08T20:52:18.949Z] 2de7ff778b66: Pull complete [2023-03-08T20:52:18.949Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-08T20:52:18.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-08T20:52:18.949Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:52:19.027Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:52:19.055Z] $ 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-03-08T20:52:21.337Z] $ docker top cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-08T20:52:21.406Z] provisioning config files... [2023-03-08T20:52:21.412Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8710164991151559848tmp [2023-03-08T20:52:21.420Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4817741352332782671tmp [2023-03-08T20:52:21.427Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2565781449893813011tmp [Pipeline] { [Pipeline] echo [2023-03-08T20:52:21.442Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:21.716Z] ---> sigul-configuration.sh [2023-03-08T20:52:21.716Z] gpg: directory `/root/.gnupg' created [2023-03-08T20:52:21.716Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-08T20:52:21.716Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-08T20:52:21.716Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-08T20:52:21.716Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-08T20:52:21.716Z] gpg: CAST5 encrypted data [2023-03-08T20:52:21.716Z] gpg: encrypted with 1 passphrase [2023-03-08T20:52:21.716Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-08T20:52:22.002Z] + mkdir /home/jenkins [2023-03-08T20:52:22.002Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-08T20:52:22.284Z] + 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-03-08T20:52:22.293Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:22.574Z] ---> sigul-install.sh [2023-03-08T20:52:22.574Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-08T20:52:22.853Z] + git tag --list [2023-03-08T20:52:22.853Z] v0.0.0 [2023-03-08T20:52:22.853Z] v0.0.1-dev.1 [2023-03-08T20:52:22.853Z] v0.0.1-dev.10 [2023-03-08T20:52:22.853Z] v0.0.1-dev.11 [2023-03-08T20:52:22.853Z] v0.0.1-dev.12 [2023-03-08T20:52:22.853Z] v0.0.1-dev.13 [2023-03-08T20:52:22.853Z] v0.0.1-dev.14 [2023-03-08T20:52:22.853Z] v0.0.1-dev.15 [2023-03-08T20:52:22.853Z] v0.0.1-dev.16 [2023-03-08T20:52:22.853Z] v0.0.1-dev.2 [2023-03-08T20:52:22.853Z] v0.0.1-dev.3 [2023-03-08T20:52:22.853Z] v0.0.1-dev.4 [2023-03-08T20:52:22.853Z] v0.0.1-dev.5 [2023-03-08T20:52:22.853Z] v0.0.1-dev.6 [2023-03-08T20:52:22.853Z] v0.0.1-dev.7 [2023-03-08T20:52:22.853Z] v0.0.1-dev.8 [2023-03-08T20:52:22.853Z] v0.0.1-dev.9 [2023-03-08T20:52:22.853Z] v2.2.0 [2023-03-08T20:52:22.853Z] v2.2.0-dev.17 [2023-03-08T20:52:22.853Z] v2.2.0-dev.18 [2023-03-08T20:52:22.853Z] v2.2.0-dev.19 [2023-03-08T20:52:22.853Z] v2.2.0-dev.20 [2023-03-08T20:52:22.853Z] v2.2.0-dev.21 [2023-03-08T20:52:22.853Z] v2.2.0-dev.22 [2023-03-08T20:52:22.853Z] v2.2.0-dev.23 [2023-03-08T20:52:22.853Z] v2.2.0-dev.24 [2023-03-08T20:52:22.853Z] v2.2.0-dev.25 [2023-03-08T20:52:22.853Z] v2.2.0-dev.26 [2023-03-08T20:52:22.853Z] v2.2.0-dev.27 [2023-03-08T20:52:22.853Z] v2.3.0 [2023-03-08T20:52:22.853Z] v2.3.0-dev.1 [2023-03-08T20:52:22.853Z] v2.3.0-dev.10 [2023-03-08T20:52:22.853Z] v2.3.0-dev.11 [2023-03-08T20:52:22.853Z] v2.3.0-dev.12 [2023-03-08T20:52:22.853Z] v2.3.0-dev.13 [2023-03-08T20:52:22.853Z] v2.3.0-dev.14 [2023-03-08T20:52:22.853Z] v2.3.0-dev.15 [2023-03-08T20:52:22.853Z] v2.3.0-dev.16 [2023-03-08T20:52:22.853Z] v2.3.0-dev.17 [2023-03-08T20:52:22.853Z] v2.3.0-dev.18 [2023-03-08T20:52:22.853Z] v2.3.0-dev.19 [2023-03-08T20:52:22.853Z] v2.3.0-dev.2 [2023-03-08T20:52:22.853Z] v2.3.0-dev.20 [2023-03-08T20:52:22.853Z] v2.3.0-dev.21 [2023-03-08T20:52:22.853Z] v2.3.0-dev.22 [2023-03-08T20:52:22.853Z] v2.3.0-dev.23 [2023-03-08T20:52:22.853Z] v2.3.0-dev.24 [2023-03-08T20:52:22.853Z] v2.3.0-dev.25 [2023-03-08T20:52:22.853Z] v2.3.0-dev.26 [2023-03-08T20:52:22.853Z] v2.3.0-dev.27 [2023-03-08T20:52:22.853Z] v2.3.0-dev.28 [2023-03-08T20:52:22.853Z] v2.3.0-dev.3 [2023-03-08T20:52:22.853Z] v2.3.0-dev.4 [2023-03-08T20:52:22.853Z] v2.3.0-dev.5 [2023-03-08T20:52:22.853Z] v2.3.0-dev.6 [2023-03-08T20:52:22.853Z] v2.3.0-dev.7 [2023-03-08T20:52:22.853Z] v2.3.0-dev.8 [2023-03-08T20:52:22.853Z] v2.3.0-dev.9 [2023-03-08T20:52:22.853Z] v3.0.0-dev.1 [2023-03-08T20:52:22.853Z] v3.0.0-dev.10 [2023-03-08T20:52:22.853Z] v3.0.0-dev.11 [2023-03-08T20:52:22.853Z] v3.0.0-dev.12 [2023-03-08T20:52:22.853Z] v3.0.0-dev.13 [2023-03-08T20:52:22.853Z] v3.0.0-dev.14 [2023-03-08T20:52:22.853Z] v3.0.0-dev.2 [2023-03-08T20:52:22.853Z] v3.0.0-dev.3 [2023-03-08T20:52:22.853Z] v3.0.0-dev.4 [2023-03-08T20:52:22.853Z] v3.0.0-dev.5 [2023-03-08T20:52:22.853Z] v3.0.0-dev.6 [2023-03-08T20:52:22.853Z] v3.0.0-dev.7 [2023-03-08T20:52:22.853Z] v3.0.0-dev.8 [2023-03-08T20:52:22.853Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-08T20:52:23.137Z] + lftools sign git-tag v3.0.0-dev.14 [2023-03-08T20:52:23.703Z] Signing Git tag with Sigul... [2023-03-08T20:52:23.703Z] Signing v3.0.0-dev.14 [Pipeline] echo [2023-03-08T20:52:23.971Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:24.253Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-08T20:52:24.260Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-08T20:52:24.278Z] $ docker stop --time=1 cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb [2023-03-08T20:52:25.566Z] $ docker rm -f --volumes cd4eb181324ebee483a31433f62adc020c4213549a1a57855fd66425ac95a6bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-08T20:52:25.967Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T20:52:25.967Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:26.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:52:26.265Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:52:26.332Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:52:26.360Z] $ 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-03-08T20:52:26.719Z] $ docker top c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T20:52:26.799Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T20:52:26.799Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T20:52:26.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T20:52:26.905Z] $ docker exec c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 ssh-agent [2023-03-08T20:52:27.019Z] SSH_AUTH_SOCK=/tmp/ssh-JYVM9YtEWCCs/agent.32 [2023-03-08T20:52:27.019Z] SSH_AGENT_PID=38 [2023-03-08T20:52:27.023Z] Running ssh-add (command line suppressed) [2023-03-08T20:52:27.117Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4587849347966852718.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4587849347966852718.key) [2023-03-08T20:52:27.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T20:52:27.412Z] + git semver bump pre [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,686 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,686 [bump_version] DEBUG bumping version:3.0.0-dev.14 on axis:pre with prefix:dev [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,686 [bump_version] DEBUG bumped version:3.0.0-dev.15 [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,686 [write_version] DEBUG write version:3.0.0-dev.15 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,687 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,687 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,688 [execute] INFO git cat-file --batch-check [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,693 [execute] INFO git cat-file --batch [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,693 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T20:52:27.978Z] 2023-03-08 20:52:27,698 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:27.978Z] 3.0.0-dev.15 [Pipeline] } [2023-03-08T20:52:27.989Z] $ docker exec --env ******** --env ******** c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 ssh-agent -k [2023-03-08T20:52:28.079Z] unset SSH_AUTH_SOCK; [2023-03-08T20:52:28.079Z] unset SSH_AGENT_PID; [2023-03-08T20:52:28.080Z] echo Agent pid 38 killed; [2023-03-08T20:52:28.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T20:52:28.385Z] + git semver [Pipeline] } [2023-03-08T20:52:28.658Z] $ docker stop --time=1 c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 [2023-03-08T20:52:29.920Z] $ docker rm -f --volumes c09784f72e0c2edbc84e63aad40e8381e5f05bb875df24aff1b65a29be0e88c6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-08T20:52:30.255Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-08T20:52:30.255Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:30.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-08T20:52:30.555Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:52:30.616Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:52:30.644Z] $ 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-03-08T20:52:31.010Z] $ docker top 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa -eo pid,comm [2023-03-08T20:52:31.058Z] 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-03-08T20:52:31.058Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-08T20:52:31.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-08T20:52:31.096Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-08T20:52:31.202Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-08T20:52:31.206Z] $ docker exec 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa ssh-agent [2023-03-08T20:52:31.334Z] SSH_AUTH_SOCK=/tmp/ssh-0ZpwF300LYkg/agent.32 [2023-03-08T20:52:31.334Z] SSH_AGENT_PID=38 [2023-03-08T20:52:31.340Z] Running ssh-add (command line suppressed) [2023-03-08T20:52:31.437Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_214085906752149433.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_214085906752149433.key) [2023-03-08T20:52:31.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-08T20:52:31.736Z] + git semver push [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,979 [run_push] DEBUG push [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,980 [execute] INFO git cat-file --batch-check [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,980 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,983 [execute] INFO git rev-list ae88f4deea7a5ea25461bdffb59aef14c4e088eb -- [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,984 [execute] DEBUG Popen(['git', 'rev-list', 'ae88f4deea7a5ea25461bdffb59aef14c4e088eb', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,988 [execute] INFO git fetch -v origin [2023-03-08T20:52:31.995Z] 2023-03-08 20:52:31,989 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-08T20:52:32.560Z] 2023-03-08 20:52:32,501 [run_push] DEBUG no remote changes detected [2023-03-08T20:52:32.560Z] 2023-03-08 20:52:32,501 [execute] INFO git push origin semver [2023-03-08T20:52:32.560Z] 2023-03-08 20:52:32,501 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-08T20:52:33.494Z] 2023-03-08 20:52:33,213 [run_push] DEBUG push all version tags [2023-03-08T20:52:33.494Z] 2023-03-08 20:52:33,214 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-08T20:52:33.494Z] 2023-03-08 20:52:33,214 [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-03-08T20:52:34.428Z] 2023-03-08 20:52:34,122 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-03-08T20:52:34.428Z] 3.0.0-dev.15 [Pipeline] } [2023-03-08T20:52:34.438Z] $ docker exec --env ******** --env ******** 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa ssh-agent -k [2023-03-08T20:52:34.532Z] unset SSH_AUTH_SOCK; [2023-03-08T20:52:34.532Z] unset SSH_AGENT_PID; [2023-03-08T20:52:34.532Z] echo Agent pid 38 killed; [2023-03-08T20:52:34.545Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-08T20:52:34.844Z] + git semver [Pipeline] } [2023-03-08T20:52:35.422Z] $ docker stop --time=1 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa [2023-03-08T20:52:36.747Z] $ docker rm -f --volumes 93e0eb426ba766ca498991f299c6d2569ef7001c6aaab1ca6574a849573c9cfa [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-03-08T20:52:37.433Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-03-08T20:52:37.434Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-08T20:52:37.434Z] total 16 [2023-03-08T20:52:37.434Z] drwxr-xr-x 3 root root 4096 Mar 8 20:41 . [2023-03-08T20:52:37.434Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 20:52 .. [2023-03-08T20:52:37.434Z] drwxr-xr-x 2 root root 4096 Mar 8 20:41 cost [2023-03-08T20:52:37.434Z] -rw-r--r-- 1 root root 88 Mar 8 20:41 cost.csv [2023-03-08T20:52:37.434Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-08T20:52:37.434Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-03-08T20:52:37.434Z] total 16 [2023-03-08T20:52:37.434Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 20:41 . [2023-03-08T20:52:37.434Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 20:52 .. [2023-03-08T20:52:37.434Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 20:41 cost [2023-03-08T20:52:37.434Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 8 20:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:37.804Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:38.665Z] ---> package-listing.sh [2023-03-08T20:52:38.665Z] ++ facter osfamily [2023-03-08T20:52:38.665Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-08T20:52:38.925Z] + OS_FAMILY=debian [2023-03-08T20:52:38.925Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-03-08T20:52:38.925Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-08T20:52:38.925Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-08T20:52:38.925Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-08T20:52:38.925Z] + PACKAGES=/tmp/packages_start.txt [2023-03-08T20:52:38.925Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-03-08T20:52:38.925Z] + PACKAGES=/tmp/packages_end.txt [2023-03-08T20:52:38.925Z] + case "${OS_FAMILY}" in [2023-03-08T20:52:38.925Z] + dpkg -l [2023-03-08T20:52:38.925Z] + grep '^ii' [2023-03-08T20:52:38.925Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-08T20:52:38.925Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-08T20:52:38.925Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-08T20:52:38.925Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-03-08T20:52:38.925Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-03-08T20:52:38.925Z] + 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-03-08T20:52:38.938Z] 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-03-08T20:52:39.215Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-08T20:52:39.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-08T20:52:39.770Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-08T20:52:39.835Z] prd-ubuntu20.04-docker-8c-8g-8878 does not seem to be running inside a container [2023-03-08T20:52:39.863Z] $ 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-03-08T20:52:40.065Z] $ docker top 46383f179c57fd06f01930a01e826b75c60f4b2bd0ed9e3cd4cafea4b81bfd51 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-08T20:52:40.397Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-08T20:52:40.682Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-08T20:52:40.967Z] + ls /var/log/sa-host [2023-03-08T20:52:40.967Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-08T20:52:41.118Z] provisioning config files... [2023-03-08T20:52:41.125Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17288726090769511805tmp [Pipeline] { [Pipeline] echo [2023-03-08T20:52:41.140Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:41.424Z] ---> create-netrc.sh [Pipeline] } [2023-03-08T20:52:41.431Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:41.751Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-08T20:52:41.760Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:42.042Z] ---> sudo-logs.sh [2023-03-08T20:52:42.042Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-08T20:52:42.074Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:42.358Z] ---> job-cost.sh [2023-03-08T20:52:42.358Z] lf-activate-venv: SKIPPING [2023-03-08T20:52:42.358Z] DEBUG: total: 0.2199999988079071 [2023-03-08T20:52:42.358Z] INFO: Retrieving Stack Cost... [2023-03-08T20:52:42.616Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-08T20:52:43.182Z] INFO: Archiving Costs [Pipeline] echo [2023-03-08T20:52:43.194Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-08T20:52:43.477Z] ---> logs-deploy.sh [2023-03-08T20:52:43.477Z] lf-activate-venv: SKIPPING [2023-03-08T20:52:43.477Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/85 [2023-03-08T20:52:43.477Z] INFO: archiving workspace using pattern(s): [2023-03-08T20:52:44.408Z] Archives upload complete. [2023-03-08T20:52:44.666Z] INFO: archiving logs to Nexus [2023-03-08T20:52:45.234Z] ---> uname -a: [2023-03-08T20:52:45.234Z] Linux prd-ubuntu20-04-docker-8c-8g-8878 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-08T20:52:45.234Z] [2023-03-08T20:52:45.234Z] [2023-03-08T20:52:45.234Z] ---> lscpu: [2023-03-08T20:52:45.234Z] Architecture: x86_64 [2023-03-08T20:52:45.234Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-08T20:52:45.234Z] Byte Order: Little Endian [2023-03-08T20:52:45.234Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-08T20:52:45.234Z] CPU(s): 8 [2023-03-08T20:52:45.234Z] On-line CPU(s) list: 0-7 [2023-03-08T20:52:45.234Z] Thread(s) per core: 1 [2023-03-08T20:52:45.234Z] Core(s) per socket: 1 [2023-03-08T20:52:45.234Z] Socket(s): 8 [2023-03-08T20:52:45.234Z] NUMA node(s): 1 [2023-03-08T20:52:45.234Z] Vendor ID: AuthenticAMD [2023-03-08T20:52:45.234Z] CPU family: 23 [2023-03-08T20:52:45.234Z] Model: 49 [2023-03-08T20:52:45.234Z] Model name: AMD EPYC-Rome Processor [2023-03-08T20:52:45.234Z] Stepping: 0 [2023-03-08T20:52:45.234Z] CPU MHz: 2799.996 [2023-03-08T20:52:45.234Z] BogoMIPS: 5599.99 [2023-03-08T20:52:45.234Z] Virtualization: AMD-V [2023-03-08T20:52:45.234Z] Hypervisor vendor: KVM [2023-03-08T20:52:45.234Z] Virtualization type: full [2023-03-08T20:52:45.234Z] L1d cache: 256 KiB [2023-03-08T20:52:45.234Z] L1i cache: 256 KiB [2023-03-08T20:52:45.234Z] L2 cache: 4 MiB [2023-03-08T20:52:45.234Z] L3 cache: 128 MiB [2023-03-08T20:52:45.234Z] NUMA node0 CPU(s): 0-7 [2023-03-08T20:52:45.234Z] Vulnerability Itlb multihit: Not affected [2023-03-08T20:52:45.234Z] Vulnerability L1tf: Not affected [2023-03-08T20:52:45.234Z] Vulnerability Mds: Not affected [2023-03-08T20:52:45.234Z] Vulnerability Meltdown: Not affected [2023-03-08T20:52:45.234Z] Vulnerability Mmio stale data: Not affected [2023-03-08T20:52:45.235Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-08T20:52:45.235Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-08T20:52:45.235Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-08T20:52:45.235Z] Vulnerability Srbds: Not affected [2023-03-08T20:52:45.235Z] Vulnerability Tsx async abort: Not affected [2023-03-08T20:52:45.235Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] ---> nproc: [2023-03-08T20:52:45.235Z] 8 [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] ---> df -h: [2023-03-08T20:52:45.235Z] Filesystem Size Used Avail Use% Mounted on [2023-03-08T20:52:45.235Z] overlay 155G 13G 142G 9% / [2023-03-08T20:52:45.235Z] tmpfs 64M 0 64M 0% /dev [2023-03-08T20:52:45.235Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-03-08T20:52:45.235Z] shm 64M 0 64M 0% /dev/shm [2023-03-08T20:52:45.235Z] /dev/vda1 155G 13G 142G 9% /facter-os [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] ---> sar -b -r -n DEV: [2023-03-08T20:52:45.235Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8878) 03/08/23 _x86_64_ (8 CPU) [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:38:22 LINUX RESTART (8 CPU) [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-03-08T20:52:45.235Z] 20:40:01 239.20 5.46 233.74 0.00 508.66 91312.39 0.00 [2023-03-08T20:52:45.235Z] 20:41:01 133.76 1.52 132.24 0.00 37.99 27916.28 0.00 [2023-03-08T20:52:45.235Z] 20:42:01 119.45 0.08 119.36 0.00 8.53 21008.23 0.00 [2023-03-08T20:52:45.235Z] 20:43:01 2.58 0.00 2.58 0.00 0.00 30.14 0.00 [2023-03-08T20:52:45.235Z] 20:44:01 53.91 10.60 43.31 0.00 5155.81 8787.60 0.00 [2023-03-08T20:52:45.235Z] 20:45:01 5.70 0.02 5.68 0.00 0.13 121.98 0.00 [2023-03-08T20:52:45.235Z] 20:46:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 [2023-03-08T20:52:45.235Z] 20:47:01 1.97 0.00 1.97 0.00 0.00 22.26 0.00 [2023-03-08T20:52:45.235Z] 20:48:01 1.40 0.00 1.40 0.00 0.00 15.60 0.00 [2023-03-08T20:52:45.235Z] 20:49:01 2.13 0.00 2.13 0.00 0.00 24.53 0.00 [2023-03-08T20:52:45.235Z] 20:50:01 1.35 0.00 1.35 0.00 0.00 14.66 0.00 [2023-03-08T20:52:45.235Z] 20:51:01 1.95 0.00 1.95 0.00 0.00 21.86 0.00 [2023-03-08T20:52:45.235Z] 20:52:01 30.34 0.20 30.14 0.00 8.93 24804.93 0.00 [2023-03-08T20:52:45.235Z] Average: 45.53 1.37 44.16 0.00 439.91 13291.84 0.00 [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-03-08T20:52:45.235Z] 20:40:01 28340080 31573184 733592 2.23 147468 3289448 1757060 5.18 1082620 3020560 12 [2023-03-08T20:52:45.235Z] 20:41:01 27948620 31531192 771176 2.35 152700 3612772 1889604 5.57 1226996 3240236 660 [2023-03-08T20:52:45.235Z] 20:42:01 27416180 31553532 745916 2.27 162112 4106028 1737832 5.12 1265724 3677400 388 [2023-03-08T20:52:45.235Z] 20:43:01 27415684 31553308 745768 2.27 162156 4106036 1737832 5.12 1265668 3677404 24 [2023-03-08T20:52:45.235Z] 20:44:01 26897740 31539996 744300 2.26 195336 4561268 1807460 5.33 1580964 3845424 984 [2023-03-08T20:52:45.235Z] 20:45:01 26904804 31542064 742444 2.26 193836 4558008 1782784 5.25 1578692 3842184 4 [2023-03-08T20:52:45.235Z] 20:46:01 26907624 31544956 739552 2.25 193908 4558012 1782784 5.25 1575728 3842196 8 [2023-03-08T20:52:45.235Z] 20:47:01 26907568 31544968 739528 2.25 193984 4558016 1782784 5.25 1576120 3842196 8 [2023-03-08T20:52:45.235Z] 20:48:01 26907552 31545020 739412 2.25 194060 4558012 1782784 5.25 1575912 3842208 4 [2023-03-08T20:52:45.235Z] 20:49:01 26907592 31545148 739208 2.25 194124 4558024 1782784 5.25 1576052 3842212 8 [2023-03-08T20:52:45.235Z] 20:50:01 26907804 31545540 738836 2.25 194204 4558024 1782784 5.25 1576056 3842316 8 [2023-03-08T20:52:45.235Z] 20:51:01 26907728 31545552 738996 2.25 194268 4558024 1782784 5.25 1575980 3842324 8 [2023-03-08T20:52:45.235Z] 20:52:01 25766876 31433128 844836 2.57 212320 5480036 1917820 5.65 1779420 4683456 218236 [2023-03-08T20:52:45.235Z] Average: 27087373 31538276 751043 2.28 183883 4389362 1794392 5.29 1479687 3772317 16950 [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-03-08T20:52:45.235Z] 20:40:01 docker0 183.60 356.96 14.88 2694.45 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:40:01 ens3 671.29 365.28 8476.90 52.04 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:40:01 lo 3.93 3.93 0.39 0.39 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:41:01 docker0 17.70 48.94 1.25 637.14 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:41:01 ens3 124.48 80.10 882.03 100.80 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:41:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:42:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:42:01 ens3 244.18 193.43 2567.85 948.58 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:42:01 lo 9.33 9.33 0.92 0.92 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:43:01 ens3 2.17 0.48 1.55 0.21 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:44:01 ens3 211.93 103.58 2805.82 7.64 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:44:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:45:01 ens3 0.77 0.48 0.28 0.22 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:46:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:47:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:48:01 ens3 0.20 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:49:01 ens3 0.42 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:50:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:51:01 ens3 0.35 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:52:01 docker0 33.59 63.19 2.86 588.10 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:52:01 ens3 216.38 117.16 4563.57 15.55 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:52:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] 20:52:01 vethc7d8403 33.59 63.29 3.32 588.11 0.00 0.00 0.00 0.05 [2023-03-08T20:52:45.235Z] Average: docker0 17.86 35.68 1.44 298.44 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] Average: ens3 112.55 65.85 1475.48 86.59 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] Average: lo 1.38 1.38 0.13 0.13 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] Average: vethc7d8403 2.59 4.87 0.26 45.30 0.00 0.00 0.00 0.00 [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] ---> sar -P ALL: [2023-03-08T20:52:45.235Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8878) 03/08/23 _x86_64_ (8 CPU) [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:38:22 LINUX RESTART (8 CPU) [2023-03-08T20:52:45.235Z] [2023-03-08T20:52:45.235Z] 20:39:02 CPU %user %nice %system %iowait %steal %idle [2023-03-08T20:52:45.235Z] 20:40:01 all 11.16 0.00 5.57 2.17 0.11 80.99 [2023-03-08T20:52:45.235Z] 20:40:01 0 12.19 0.00 6.37 0.36 0.12 80.96 [2023-03-08T20:52:45.235Z] 20:40:01 1 11.75 0.00 5.60 2.29 0.10 80.25 [2023-03-08T20:52:45.235Z] 20:40:01 2 12.22 0.00 6.36 3.76 0.10 77.56 [2023-03-08T20:52:45.235Z] 20:40:01 3 10.27 0.00 5.68 0.62 0.10 83.33 [2023-03-08T20:52:45.235Z] 20:40:01 4 10.37 0.00 5.17 3.80 0.10 80.55 [2023-03-08T20:52:45.235Z] 20:40:01 5 10.89 0.00 5.12 2.00 0.10 81.89 [2023-03-08T20:52:45.235Z] 20:40:01 6 10.22 0.00 3.92 0.36 0.09 85.41 [2023-03-08T20:52:45.235Z] 20:40:01 7 11.37 0.00 6.36 4.21 0.14 77.91 [2023-03-08T20:52:45.235Z] 20:41:01 all 43.74 0.00 7.67 0.86 0.12 47.61 [2023-03-08T20:52:45.235Z] 20:41:01 0 44.38 0.00 7.63 0.12 0.13 47.74 [2023-03-08T20:52:45.235Z] 20:41:01 1 44.49 0.00 7.28 1.31 0.10 46.81 [2023-03-08T20:52:45.235Z] 20:41:01 2 43.06 0.00 8.24 3.63 0.14 44.94 [2023-03-08T20:52:45.235Z] 20:41:01 3 43.14 0.00 7.05 0.03 0.12 49.66 [2023-03-08T20:52:45.235Z] 20:41:01 4 43.55 0.00 7.33 0.59 0.14 48.39 [2023-03-08T20:52:45.235Z] 20:41:01 5 43.56 0.00 8.11 0.35 0.14 47.84 [2023-03-08T20:52:45.235Z] 20:41:01 6 42.38 0.00 7.67 0.27 0.12 49.56 [2023-03-08T20:52:45.235Z] 20:41:01 7 45.32 0.00 8.02 0.61 0.12 45.93 [2023-03-08T20:52:45.235Z] 20:42:01 all 6.38 0.00 2.16 0.66 0.05 90.76 [2023-03-08T20:52:45.235Z] 20:42:01 0 5.25 0.00 2.06 0.28 0.05 92.36 [2023-03-08T20:52:45.235Z] 20:42:01 1 5.78 0.00 2.11 0.22 0.05 91.84 [2023-03-08T20:52:45.235Z] 20:42:01 2 7.57 0.00 2.29 2.17 0.07 87.90 [2023-03-08T20:52:45.235Z] 20:42:01 3 8.30 0.00 2.26 0.37 0.05 89.01 [2023-03-08T20:52:45.235Z] 20:42:01 4 7.13 0.00 2.09 0.03 0.03 90.72 [2023-03-08T20:52:45.235Z] 20:42:01 5 3.84 0.00 2.22 0.17 0.05 93.72 [2023-03-08T20:52:45.235Z] 20:42:01 6 7.49 0.00 2.64 1.80 0.05 88.02 [2023-03-08T20:52:45.235Z] 20:42:01 7 5.69 0.00 1.58 0.20 0.07 92.47 [2023-03-08T20:52:45.235Z] 20:43:01 all 0.01 0.00 0.02 0.01 0.00 99.96 [2023-03-08T20:52:45.235Z] 20:43:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2023-03-08T20:52:45.235Z] 20:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-08T20:52:45.235Z] 20:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-08T20:52:45.235Z] 20:43:01 3 0.00 0.00 0.02 0.03 0.00 99.95 [2023-03-08T20:52:45.235Z] 20:43:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-03-08T20:52:45.235Z] 20:43:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-08T20:52:45.235Z] 20:43:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-03-08T20:52:45.235Z] 20:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.235Z] 20:44:01 all 2.33 0.00 1.45 0.35 0.03 95.84 [2023-03-08T20:52:45.236Z] 20:44:01 0 2.04 0.00 1.80 0.08 0.02 96.06 [2023-03-08T20:52:45.236Z] 20:44:01 1 2.98 0.00 1.32 0.42 0.03 95.24 [2023-03-08T20:52:45.236Z] 20:44:01 2 2.67 0.00 1.17 0.12 0.03 96.01 [2023-03-08T20:52:45.236Z] 20:44:01 3 1.80 0.00 1.29 0.03 0.03 96.85 [2023-03-08T20:52:45.236Z] 20:44:01 4 2.44 0.00 1.10 0.75 0.03 95.67 [2023-03-08T20:52:45.236Z] 20:44:01 5 2.71 0.00 2.18 0.08 0.03 94.99 [2023-03-08T20:52:45.236Z] 20:44:01 6 1.57 0.00 1.24 1.10 0.03 96.05 [2023-03-08T20:52:45.236Z] 20:44:01 7 2.44 0.00 1.51 0.20 0.03 95.81 [2023-03-08T20:52:45.236Z] 20:45:01 all 0.09 0.00 0.06 0.02 0.01 99.83 [2023-03-08T20:52:45.236Z] 20:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2023-03-08T20:52:45.236Z] 20:45:01 1 0.08 0.00 0.07 0.00 0.02 99.83 [2023-03-08T20:52:45.236Z] 20:45:01 2 0.07 0.00 0.05 0.02 0.00 99.87 [2023-03-08T20:52:45.236Z] 20:45:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2023-03-08T20:52:45.236Z] 20:45:01 4 0.05 0.00 0.05 0.05 0.02 99.83 [2023-03-08T20:52:45.236Z] 20:45:01 5 0.07 0.00 0.05 0.07 0.02 99.80 [2023-03-08T20:52:45.236Z] 20:45:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:45:01 7 0.30 0.00 0.12 0.00 0.00 99.58 [2023-03-08T20:52:45.236Z] 20:46:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2023-03-08T20:52:45.236Z] 20:46:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-08T20:52:45.236Z] 20:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:46:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:46:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2023-03-08T20:52:45.236Z] 20:46:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:46:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:47:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-03-08T20:52:45.236Z] 20:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:47:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-03-08T20:52:45.236Z] 20:47:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2023-03-08T20:52:45.236Z] 20:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:47:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:48:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2023-03-08T20:52:45.236Z] 20:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-08T20:52:45.236Z] 20:48:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-03-08T20:52:45.236Z] 20:48:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:48:01 4 0.07 0.00 0.02 0.03 0.02 99.87 [2023-03-08T20:52:45.236Z] 20:48:01 5 0.02 0.00 0.00 0.05 0.02 99.92 [2023-03-08T20:52:45.236Z] 20:48:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:49:01 all 0.01 0.00 0.01 0.01 0.00 99.96 [2023-03-08T20:52:45.236Z] 20:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:49:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-03-08T20:52:45.236Z] 20:49:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-03-08T20:52:45.236Z] 20:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:49:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2023-03-08T20:52:45.236Z] 20:49:01 5 0.00 0.00 0.00 0.03 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:49:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:50:01 all 0.06 0.00 0.01 0.01 0.00 99.92 [2023-03-08T20:52:45.236Z] 20:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:50:01 1 0.40 0.00 0.02 0.00 0.00 99.58 [2023-03-08T20:52:45.236Z] 20:50:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2023-03-08T20:52:45.236Z] 20:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:50:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-03-08T20:52:45.236Z] 20:50:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2023-03-08T20:52:45.236Z] 20:50:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-03-08T20:52:45.236Z] 20:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-08T20:52:45.236Z] [2023-03-08T20:52:45.236Z] 20:50:01 CPU %user %nice %system %iowait %steal %idle [2023-03-08T20:52:45.236Z] 20:51:01 all 0.27 0.00 0.01 0.01 0.00 99.70 [2023-03-08T20:52:45.236Z] 20:51:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-03-08T20:52:45.236Z] 20:51:01 1 2.00 0.00 0.02 0.00 0.02 97.97 [2023-03-08T20:52:45.236Z] 20:51:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-03-08T20:52:45.236Z] 20:51:01 4 0.05 0.00 0.02 0.02 0.00 99.92 [2023-03-08T20:52:45.236Z] 20:51:01 5 0.02 0.00 0.02 0.05 0.00 99.92 [2023-03-08T20:52:45.236Z] 20:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-03-08T20:52:45.236Z] 20:51:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-03-08T20:52:45.236Z] 20:52:01 all 4.49 0.00 1.72 0.35 0.02 93.43 [2023-03-08T20:52:45.236Z] 20:52:01 0 6.84 0.00 1.17 0.02 0.03 91.94 [2023-03-08T20:52:45.236Z] 20:52:01 1 5.89 0.00 1.31 0.02 0.02 92.76 [2023-03-08T20:52:45.236Z] 20:52:01 2 3.45 0.00 1.68 1.83 0.03 93.00 [2023-03-08T20:52:45.236Z] 20:52:01 3 5.45 0.00 2.33 0.02 0.02 92.19 [2023-03-08T20:52:45.236Z] 20:52:01 4 3.20 0.00 2.40 0.15 0.03 94.22 [2023-03-08T20:52:45.236Z] 20:52:01 5 3.66 0.00 1.88 0.69 0.02 93.75 [2023-03-08T20:52:45.236Z] 20:52:01 6 3.70 0.00 1.84 0.02 0.02 94.43 [2023-03-08T20:52:45.236Z] 20:52:01 7 3.66 0.00 1.15 0.03 0.02 95.13 [2023-03-08T20:52:45.236Z] Average: all 5.23 0.00 1.42 0.34 0.03 92.99 [2023-03-08T20:52:45.236Z] Average: 0 5.40 0.00 1.46 0.07 0.03 93.04 [2023-03-08T20:52:45.236Z] Average: 1 5.62 0.00 1.35 0.32 0.03 92.68 [2023-03-08T20:52:45.236Z] Average: 2 5.26 0.00 1.50 0.88 0.03 92.33 [2023-03-08T20:52:45.236Z] Average: 3 5.27 0.00 1.42 0.09 0.03 93.20 [2023-03-08T20:52:45.236Z] Average: 4 5.10 0.00 1.39 0.41 0.03 93.06 [2023-03-08T20:52:45.236Z] Average: 5 4.93 0.00 1.49 0.27 0.03 93.28 [2023-03-08T20:52:45.236Z] Average: 6 4.98 0.00 1.32 0.27 0.03 93.40 [2023-03-08T20:52:45.236Z] Average: 7 5.24 0.00 1.43 0.39 0.03 92.91 [2023-03-08T20:52:45.236Z] [2023-03-08T20:52:45.236Z] [2023-03-08T20:52:45.236Z]