Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 87705a392df95c720bda82ac1b9f5f1497326bc3 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11355156623638617937.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh412960457482250927.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15159745233033354514.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14768956776047801906.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9135068920220512669.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7770 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 87705a392df95c720bda82ac1b9f5f1497326bc3 (main) Commit message: "Merge pull request #164 from lenny-intel/topic-constants" > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87705a392df95c720bda82ac1b9f5f1497326bc3 # timeout=10 > git rev-list --no-walk 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-28T17:54:46.886Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-28T17:54:46.936Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-28T17:54:46.958Z] ========================================================= [2023-02-28T17:54:46.958Z] EdgeX Global Pipelines Version Info [2023-02-28T17:54:46.958Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:54:47.710Z] ------------------- [2023-02-28T17:54:47.710Z] stable info: [2023-02-28T17:54:47.710Z] ------------------- [2023-02-28T17:54:47.710Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-28T17:54:47.710Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-28T17:54:47.710Z] Message: update stable to v1.0.244 [2023-02-28T17:54:48.281Z] ------------------- [2023-02-28T17:54:48.281Z] experimental info: [2023-02-28T17:54:48.281Z] ------------------- [2023-02-28T17:54:48.281Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-28T17:54:48.281Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-28T17:54:48.281Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-28T17:54:48.446Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-02-28T17:54:48.458Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-02-28T17:54:48.468Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-28T17:54:48.477Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-28T17:54:48.485Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-28T17:54:48.494Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-28T17:54:48.510Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-28T17:54:48.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-28T17:54:48.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-28T17:54:48.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-28T17:54:48.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-28T17:54:48.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-02-28T17:54:48.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-28T17:54:48.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-28T17:54:48.591Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-28T17:54:48.603Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-28T17:54:48.614Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-28T17:54:48.628Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-28T17:54:48.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-28T17:54:48.658Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-28T17:54:48.671Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-28T17:54:48.682Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-28T17:54:48.693Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-28T17:54:48.705Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-28T17:54:48.716Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-28T17:54:48.727Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-28T17:54:48.739Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-28T17:54:48.750Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-28T17:54:48.765Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-28T17:54:48.780Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-28T17:54:48.794Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo [2023-02-28T17:54:48.813Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87705a3 [Pipeline] echo [2023-02-28T17:54:48.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:54:48.876Z] provisioning config files... [2023-02-28T17:54:48.889Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1868264988534400137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:54:49.189Z] ---> docker-login.sh [2023-02-28T17:54:49.189Z] nexus3.edgexfoundry.org:10001 [2023-02-28T17:54:49.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:54:49.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:54:49.710Z] Configure a credential helper to remove this warning. See [2023-02-28T17:54:49.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:54:49.710Z] [2023-02-28T17:54:49.710Z] Login Succeeded [2023-02-28T17:54:49.710Z] nexus3.edgexfoundry.org:10002 [2023-02-28T17:54:49.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:54:49.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:54:49.710Z] Configure a credential helper to remove this warning. See [2023-02-28T17:54:49.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:54:49.710Z] [2023-02-28T17:54:49.710Z] Login Succeeded [2023-02-28T17:54:49.710Z] nexus3.edgexfoundry.org:10003 [2023-02-28T17:54:49.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:54:49.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:54:49.710Z] Configure a credential helper to remove this warning. See [2023-02-28T17:54:49.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:54:49.710Z] [2023-02-28T17:54:49.710Z] Login Succeeded [2023-02-28T17:54:49.710Z] nexus3.edgexfoundry.org:10004 [2023-02-28T17:54:49.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:54:49.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:54:49.972Z] Configure a credential helper to remove this warning. See [2023-02-28T17:54:49.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:54:49.972Z] [2023-02-28T17:54:49.972Z] Login Succeeded [2023-02-28T17:54:49.972Z] docker.io [2023-02-28T17:54:49.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:54:50.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:54:50.231Z] Configure a credential helper to remove this warning. See [2023-02-28T17:54:50.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:54:50.231Z] [2023-02-28T17:54:50.231Z] Login Succeeded [2023-02-28T17:54:50.231Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T17:54:50.239Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-28T17:54:50.619Z] + git rev-list -1 --merges 87705a392df95c720bda82ac1b9f5f1497326bc3~1..87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo [2023-02-28T17:54:50.667Z] -----------> git rev-list -1 --merges 87705a392df95c720bda82ac1b9f5f1497326bc3~1..87705a392df95c720bda82ac1b9f5f1497326bc3 87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T17:54:50.667Z] 87705a392df95c720bda82ac1b9f5f1497326bc3 [false] [Pipeline] sh [2023-02-28T17:54:50.957Z] + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo [2023-02-28T17:54:50.979Z] ========================================================= [2023-02-28T17:54:50.979Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-28T17:54:50.979Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T17:54:51.322Z] + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] echo [2023-02-28T17:54:51.333Z] [semverPrep] GIT_COMMIT: 87705a392df95c720bda82ac1b9f5f1497326bc3, Commit Message: Merge pull request #164 from lenny-intel/topic-constants [Pipeline] echo [2023-02-28T17:54:51.344Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-28T17:54:51.706Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T17:54:51.707Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-28T17:54:51.707Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-28T17:54:51.707Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-28T17:54:51.707Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-28T17:54:51.707Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-28T17:54:51.707Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:54:52.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:54:52.123Z] [2023-02-28T17:54:52.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:54:52.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:54:52.427Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-28T17:54:52.427Z] b85a868b505f: Pulling fs layer [2023-02-28T17:54:52.427Z] e2be974225ed: Pulling fs layer [2023-02-28T17:54:52.427Z] 339a4e72a1f5: Pulling fs layer [2023-02-28T17:54:52.427Z] 988bab9f4d93: Pulling fs layer [2023-02-28T17:54:52.427Z] 1469e6f7b9e6: Pulling fs layer [2023-02-28T17:54:52.427Z] eaf3925da568: Pulling fs layer [2023-02-28T17:54:52.427Z] bab4dde63d76: Pulling fs layer [2023-02-28T17:54:52.427Z] bde34c3a00c8: Pulling fs layer [2023-02-28T17:54:52.427Z] b352a97aabf1: Pulling fs layer [2023-02-28T17:54:52.427Z] 4872d77fe225: Pulling fs layer [2023-02-28T17:54:52.427Z] 5851b861e8e6: Pulling fs layer [2023-02-28T17:54:52.427Z] bab4dde63d76: Waiting [2023-02-28T17:54:52.427Z] bde34c3a00c8: Waiting [2023-02-28T17:54:52.427Z] 988bab9f4d93: Waiting [2023-02-28T17:54:52.427Z] b352a97aabf1: Waiting [2023-02-28T17:54:52.427Z] 4872d77fe225: Waiting [2023-02-28T17:54:52.427Z] 1469e6f7b9e6: Waiting [2023-02-28T17:54:52.427Z] eaf3925da568: Waiting [2023-02-28T17:54:52.427Z] 5851b861e8e6: Waiting [2023-02-28T17:54:52.427Z] e2be974225ed: Download complete [2023-02-28T17:54:52.427Z] 988bab9f4d93: Verifying Checksum [2023-02-28T17:54:52.427Z] 988bab9f4d93: Download complete [2023-02-28T17:54:52.688Z] 1469e6f7b9e6: Verifying Checksum [2023-02-28T17:54:52.688Z] 1469e6f7b9e6: Download complete [2023-02-28T17:54:52.688Z] 339a4e72a1f5: Verifying Checksum [2023-02-28T17:54:52.688Z] 339a4e72a1f5: Download complete [2023-02-28T17:54:52.688Z] eaf3925da568: Verifying Checksum [2023-02-28T17:54:52.688Z] eaf3925da568: Download complete [2023-02-28T17:54:52.688Z] bde34c3a00c8: Download complete [2023-02-28T17:54:52.688Z] b352a97aabf1: Verifying Checksum [2023-02-28T17:54:52.688Z] b352a97aabf1: Download complete [2023-02-28T17:54:52.688Z] 4872d77fe225: Verifying Checksum [2023-02-28T17:54:52.688Z] 4872d77fe225: Download complete [2023-02-28T17:54:52.688Z] 5851b861e8e6: Download complete [2023-02-28T17:54:52.688Z] b85a868b505f: Download complete [2023-02-28T17:54:53.254Z] bab4dde63d76: Verifying Checksum [2023-02-28T17:54:53.254Z] bab4dde63d76: Download complete [2023-02-28T17:54:54.234Z] b85a868b505f: Pull complete [2023-02-28T17:54:54.234Z] e2be974225ed: Pull complete [2023-02-28T17:54:54.805Z] 339a4e72a1f5: Pull complete [2023-02-28T17:54:54.805Z] 988bab9f4d93: Pull complete [2023-02-28T17:54:55.067Z] 1469e6f7b9e6: Pull complete [2023-02-28T17:54:55.067Z] eaf3925da568: Pull complete [2023-02-28T17:54:56.971Z] bab4dde63d76: Pull complete [2023-02-28T17:54:56.971Z] bde34c3a00c8: Pull complete [2023-02-28T17:54:57.231Z] b352a97aabf1: Pull complete [2023-02-28T17:54:57.231Z] 4872d77fe225: Pull complete [2023-02-28T17:54:57.231Z] 5851b861e8e6: Pull complete [2023-02-28T17:54:57.231Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-28T17:54:57.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T17:54:57.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:54:57.322Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T17:54:57.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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-28T17:54:59.880Z] $ docker top 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 -eo pid,comm [2023-02-28T17:54:59.933Z] 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-02-28T17:54:59.933Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T17:54:59.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T17:54:59.975Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T17:55:00.091Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T17:55:00.098Z] $ docker exec 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent [2023-02-28T17:55:00.204Z] SSH_AUTH_SOCK=/tmp/ssh-d376qae3HIj9/agent.32 [2023-02-28T17:55:00.204Z] SSH_AGENT_PID=37 [2023-02-28T17:55:00.213Z] Running ssh-add (command line suppressed) [2023-02-28T17:55:00.315Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6908134005088115668.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6908134005088115668.key) [2023-02-28T17:55:00.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T17:55:00.611Z] + git tag --points-at HEAD [Pipeline] } [2023-02-28T17:55:00.632Z] $ docker exec --env ******** --env ******** 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent -k [2023-02-28T17:55:00.749Z] unset SSH_AUTH_SOCK; [2023-02-28T17:55:00.749Z] unset SSH_AGENT_PID; [2023-02-28T17:55:00.749Z] echo Agent pid 37 killed; [2023-02-28T17:55:00.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-28T17:55:00.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T17:55:00.787Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T17:55:00.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T17:55:00.906Z] $ docker exec 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent [2023-02-28T17:55:01.017Z] SSH_AUTH_SOCK=/tmp/ssh-0JMeJ1tBt3Kh/agent.69 [2023-02-28T17:55:01.017Z] SSH_AGENT_PID=75 [2023-02-28T17:55:01.022Z] Running ssh-add (command line suppressed) [2023-02-28T17:55:01.145Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_937878479425939131.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_937878479425939131.key) [2023-02-28T17:55:01.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T17:55:01.446Z] + git semver init [2023-02-28T17:55:01.720Z] 2023-02-28 17:55:01,634 [run_init] DEBUG init version:0.0.0 force:False [2023-02-28T17:55:01.720Z] 2023-02-28 17:55:01,635 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-28T17:55:01.720Z] 2023-02-28 17:55:01,636 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-28T17:55:01.720Z] 2023-02-28 17:55:01,636 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-28T17:55:02.657Z] 2023-02-28 17:55:02,519 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-02-28T17:55:02.657Z] 2023-02-28 17:55:02,520 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-02-28T17:55:02.657Z] 2023-02-28 17:55:02,520 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:55:02.657Z] 2023-02-28 17:55:02,520 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T17:55:02.657Z] 3.0.0-dev.9 [Pipeline] } [2023-02-28T17:55:02.671Z] $ docker exec --env ******** --env ******** 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 ssh-agent -k [2023-02-28T17:55:02.780Z] unset SSH_AUTH_SOCK; [2023-02-28T17:55:02.780Z] unset SSH_AGENT_PID; [2023-02-28T17:55:02.781Z] echo Agent pid 75 killed; [2023-02-28T17:55:02.786Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T17:55:03.084Z] + git semver [Pipeline] } [2023-02-28T17:55:03.360Z] $ docker stop --time=1 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 [2023-02-28T17:55:04.655Z] $ docker rm -f --volumes 63073a487848db3f5bfa06cf114d0fd34d5620c5056af5480a0141ba6cc55dd5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T17:55:04.989Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-28T17:55:05.207Z] Stashed 1 file(s) [Pipeline] echo [2023-02-28T17:55:05.211Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:55:05.335Z] provisioning config files... [2023-02-28T17:55:05.345Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1457443004580673556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:55:05.640Z] ---> docker-login.sh [2023-02-28T17:55:05.640Z] nexus3.edgexfoundry.org:10001 [2023-02-28T17:55:05.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:55:05.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:55:05.640Z] Configure a credential helper to remove this warning. See [2023-02-28T17:55:05.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:55:05.640Z] [2023-02-28T17:55:05.640Z] Login Succeeded [2023-02-28T17:55:05.640Z] nexus3.edgexfoundry.org:10002 [2023-02-28T17:55:05.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:55:05.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:55:05.640Z] Configure a credential helper to remove this warning. See [2023-02-28T17:55:05.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:55:05.640Z] [2023-02-28T17:55:05.640Z] Login Succeeded [2023-02-28T17:55:05.640Z] nexus3.edgexfoundry.org:10003 [2023-02-28T17:55:05.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:55:05.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:55:05.899Z] Configure a credential helper to remove this warning. See [2023-02-28T17:55:05.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:55:05.899Z] [2023-02-28T17:55:05.899Z] Login Succeeded [2023-02-28T17:55:05.899Z] nexus3.edgexfoundry.org:10004 [2023-02-28T17:55:05.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:55:05.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:55:05.899Z] Configure a credential helper to remove this warning. See [2023-02-28T17:55:05.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:55:05.899Z] [2023-02-28T17:55:05.899Z] Login Succeeded [2023-02-28T17:55:05.899Z] docker.io [2023-02-28T17:55:06.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:55:06.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:55:06.160Z] Configure a credential helper to remove this warning. See [2023-02-28T17:55:06.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:55:06.160Z] [2023-02-28T17:55:06.160Z] Login Succeeded [2023-02-28T17:55:06.160Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T17:55:06.167Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-28T17:55:06.226Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T17:55:06.237Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T17:55:06.243Z] ========================================================= [2023-02-28T17:55:06.243Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-28T17:55:06.243Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:55:06.546Z] + 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-02-28T17:55:06.546Z] Sending build context to Docker daemon 1.747MB [2023-02-28T17:55:06.546Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T17:55:06.546Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-28T17:55:06.546Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-28T17:55:06.546Z] 213ec9aee27d: Pulling fs layer [2023-02-28T17:55:06.546Z] 4583459ba037: Pulling fs layer [2023-02-28T17:55:06.546Z] 93c1e223e6f2: Pulling fs layer [2023-02-28T17:55:06.546Z] 53926ce57604: Pulling fs layer [2023-02-28T17:55:06.546Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-28T17:55:06.546Z] 22ff95d597cd: Pulling fs layer [2023-02-28T17:55:06.546Z] 12d6caf4c0d1: Pulling fs layer [2023-02-28T17:55:06.546Z] 96b7cbca73a9: Pulling fs layer [2023-02-28T17:55:06.546Z] a7acece74701: Pulling fs layer [2023-02-28T17:55:06.546Z] 53926ce57604: Waiting [2023-02-28T17:55:06.546Z] 21b2b0c7a3f4: Waiting [2023-02-28T17:55:06.546Z] 22ff95d597cd: Waiting [2023-02-28T17:55:06.546Z] 12d6caf4c0d1: Waiting [2023-02-28T17:55:06.546Z] 96b7cbca73a9: Waiting [2023-02-28T17:55:06.546Z] a7acece74701: Waiting [2023-02-28T17:55:06.546Z] 93c1e223e6f2: Verifying Checksum [2023-02-28T17:55:06.546Z] 93c1e223e6f2: Download complete [2023-02-28T17:55:06.546Z] 4583459ba037: Download complete [2023-02-28T17:55:06.546Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-28T17:55:06.546Z] 21b2b0c7a3f4: Download complete [2023-02-28T17:55:06.546Z] 22ff95d597cd: Download complete [2023-02-28T17:55:06.546Z] 213ec9aee27d: Verifying Checksum [2023-02-28T17:55:06.546Z] 213ec9aee27d: Download complete [2023-02-28T17:55:06.806Z] 12d6caf4c0d1: Verifying Checksum [2023-02-28T17:55:06.806Z] 12d6caf4c0d1: Download complete [2023-02-28T17:55:06.806Z] 213ec9aee27d: Pull complete [2023-02-28T17:55:07.075Z] 4583459ba037: Pull complete [2023-02-28T17:55:07.075Z] 93c1e223e6f2: Pull complete [2023-02-28T17:55:07.336Z] a7acece74701: Verifying Checksum [2023-02-28T17:55:07.336Z] a7acece74701: Download complete [2023-02-28T17:55:07.594Z] 53926ce57604: Verifying Checksum [2023-02-28T17:55:07.594Z] 53926ce57604: Download complete [2023-02-28T17:55:07.594Z] 96b7cbca73a9: Verifying Checksum [2023-02-28T17:55:07.594Z] 96b7cbca73a9: Download complete [2023-02-28T17:55:11.786Z] 53926ce57604: Pull complete [2023-02-28T17:55:11.786Z] 21b2b0c7a3f4: Pull complete [2023-02-28T17:55:11.786Z] 22ff95d597cd: Pull complete [2023-02-28T17:55:11.786Z] 12d6caf4c0d1: Pull complete [2023-02-28T17:55:14.318Z] 96b7cbca73a9: Pull complete [2023-02-28T17:55:14.576Z] a7acece74701: Pull complete [2023-02-28T17:55:14.576Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-28T17:55:14.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-28T17:55:14.576Z] ---> db6d94c90886 [2023-02-28T17:55:14.576Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-28T17:55:18.774Z] ---> Running in 269122de7b56 [2023-02-28T17:55:18.774Z] Removing intermediate container 269122de7b56 [2023-02-28T17:55:18.774Z] ---> 41df1c0e7631 [2023-02-28T17:55:18.774Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T17:55:18.774Z] ---> Running in f90f5693c047 [2023-02-28T17:55:18.774Z] Removing intermediate container f90f5693c047 [2023-02-28T17:55:18.774Z] ---> 339ba68be2ff [2023-02-28T17:55:18.774Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T17:55:18.774Z] ---> Running in d6c0f143d7b4 [2023-02-28T17:55:18.774Z] Removing intermediate container d6c0f143d7b4 [2023-02-28T17:55:18.774Z] ---> 8837ce1bd9a2 [2023-02-28T17:55:18.774Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T17:55:18.774Z] ---> Running in 1c82dbaf49f4 [2023-02-28T17:55:18.774Z] Removing intermediate container 1c82dbaf49f4 [2023-02-28T17:55:18.774Z] ---> e24afa346ef4 [2023-02-28T17:55:18.774Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T17:55:18.774Z] ---> Running in 56623819d7b2 [2023-02-28T17:55:18.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T17:55:19.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T17:55:19.033Z] (1/80) Installing mesa (21.3.9-r0) [2023-02-28T17:55:19.033Z] (2/80) Installing libxau (1.0.9-r0) [2023-02-28T17:55:19.033Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-02-28T17:55:19.033Z] (4/80) Installing libxcb (1.15-r0) [2023-02-28T17:55:19.033Z] (5/80) Installing libx11 (1.8-r0) [2023-02-28T17:55:19.294Z] (6/80) Installing libxext (1.3.4-r0) [2023-02-28T17:55:19.294Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-02-28T17:55:19.294Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-02-28T17:55:19.294Z] (9/80) Installing libpciaccess (0.16-r0) [2023-02-28T17:55:19.294Z] (10/80) Installing libdrm (2.4.110-r0) [2023-02-28T17:55:19.294Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-02-28T17:55:19.294Z] (12/80) Installing libxshmfence (1.3-r1) [2023-02-28T17:55:19.294Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-02-28T17:55:19.294Z] (14/80) Installing icu-data-full (71.1-r2) [2023-02-28T17:55:19.294Z] (15/80) Installing libice (1.0.10-r0) [2023-02-28T17:55:19.294Z] (16/80) Installing libuuid (2.38-r1) [2023-02-28T17:55:19.294Z] (17/80) Installing libsm (1.2.3-r0) [2023-02-28T17:55:19.294Z] (18/80) Installing libxt (1.2.1-r0) [2023-02-28T17:55:19.294Z] (19/80) Installing libxmu (1.1.3-r0) [2023-02-28T17:55:19.294Z] (20/80) Installing xset (1.2.4-r0) [2023-02-28T17:55:19.294Z] (21/80) Installing xprop (1.2.5-r0) [2023-02-28T17:55:19.553Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-02-28T17:55:19.553Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-02-28T17:55:19.553Z] (24/80) Installing libffi (3.4.2-r1) [2023-02-28T17:55:19.553Z] (25/80) Installing libintl (0.21-r2) [2023-02-28T17:55:19.553Z] (26/80) Installing libblkid (2.38-r1) [2023-02-28T17:55:19.553Z] (27/80) Installing libmount (2.38-r1) [2023-02-28T17:55:19.553Z] (28/80) Installing pcre (8.45-r2) [2023-02-28T17:55:19.553Z] (29/80) Installing glib (2.72.1-r0) [2023-02-28T17:55:19.553Z] (30/80) Installing icu-libs (71.1-r2) [2023-02-28T17:55:19.553Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-02-28T17:55:19.553Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-02-28T17:55:19.553Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-02-28T17:55:19.553Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-02-28T17:55:19.553Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-02-28T17:55:19.553Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-02-28T17:55:19.553Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T17:55:19.553Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-02-28T17:55:19.812Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-02-28T17:55:19.812Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-02-28T17:55:19.812Z] (41/80) Installing libpng (1.6.37-r1) [2023-02-28T17:55:19.812Z] (42/80) Installing freetype (2.12.1-r0) [2023-02-28T17:55:19.812Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-02-28T17:55:19.812Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-02-28T17:55:19.812Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-02-28T17:55:19.812Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-02-28T17:55:19.812Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-02-28T17:55:19.812Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-02-28T17:55:19.812Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-02-28T17:55:19.812Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-02-28T17:55:19.812Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-02-28T17:55:19.812Z] (52/80) Installing avahi-libs (0.8-r6) [2023-02-28T17:55:19.812Z] (53/80) Installing nettle (3.7.3-r0) [2023-02-28T17:55:19.812Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-02-28T17:55:20.072Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-02-28T17:55:20.072Z] (56/80) Installing libunistring (1.0-r0) [2023-02-28T17:55:20.072Z] (57/80) Installing gnutls (3.7.7-r1) [2023-02-28T17:55:20.072Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-02-28T17:55:20.072Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-02-28T17:55:20.072Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-02-28T17:55:20.072Z] (61/80) Installing libevdev (1.12.1-r0) [2023-02-28T17:55:20.072Z] (62/80) Installing mtdev (1.1.6-r0) [2023-02-28T17:55:20.072Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-02-28T17:55:20.072Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-02-28T17:55:20.072Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T17:55:20.072Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-02-28T17:55:20.072Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-02-28T17:55:20.072Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-02-28T17:55:20.072Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-02-28T17:55:20.072Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-02-28T17:55:20.072Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-02-28T17:55:20.072Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-02-28T17:55:20.293Z] Still waiting to schedule task [2023-02-28T17:55:20.294Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-28T17:55:20.333Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T17:55:20.333Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-02-28T17:55:20.333Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-28T17:55:20.333Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T17:55:20.333Z] (76/80) Installing kmod-libs (29-r2) [2023-02-28T17:55:20.333Z] (77/80) Installing eudev (3.2.11-r0) [2023-02-28T17:55:20.333Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-02-28T17:55:20.333Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-28T17:55:20.333Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-02-28T17:55:20.333Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T17:55:20.333Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T17:55:20.333Z] OK: 331 MiB in 131 packages [2023-02-28T17:55:22.867Z] Removing intermediate container 56623819d7b2 [2023-02-28T17:55:22.867Z] ---> a9db85a455ca [2023-02-28T17:55:22.867Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-28T17:55:22.867Z] ---> Running in 1bd4a2c93e95 [2023-02-28T17:55:22.867Z] Removing intermediate container 1bd4a2c93e95 [2023-02-28T17:55:22.867Z] ---> 9fa03ac8fd97 [2023-02-28T17:55:22.867Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-28T17:55:22.867Z] ---> 8280e43a7c47 [2023-02-28T17:55:22.867Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T17:55:22.867Z] ---> Running in 3d1e9542a6e0 [2023-02-28T17:56:01.598Z] Removing intermediate container 3d1e9542a6e0 [2023-02-28T17:56:01.598Z] ---> 98f907035961 [2023-02-28T17:56:01.598Z] Step 11/13 : COPY . . [2023-02-28T17:56:01.598Z] ---> 662c0079ca10 [2023-02-28T17:56:01.598Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T17:56:01.598Z] ---> Running in eeb7f61909d9 [2023-02-28T17:56:01.598Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:56:01.598Z] Dload Upload Total Spent Left Speed [2023-02-28T17:56:01.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10324 0 --:--:-- --:--:-- --:--:-- 10411 [2023-02-28T17:56:01.598Z] Removing intermediate container eeb7f61909d9 [2023-02-28T17:56:01.598Z] ---> 5cf40a69a9a0 [2023-02-28T17:56:01.598Z] Step 13/13 : RUN ${MAKE} [2023-02-28T17:56:01.598Z] ---> Running in cdbc25ba74aa [2023-02-28T17:56:01.598Z] noop [2023-02-28T17:56:01.598Z] Removing intermediate container cdbc25ba74aa [2023-02-28T17:56:01.598Z] ---> b6fa3435988d [2023-02-28T17:56:01.598Z] Successfully built b6fa3435988d [2023-02-28T17:56:01.598Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:56:01.928Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-28T17:56:01.928Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:56:02.004Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T17:56:02.040Z] $ 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-02-28T17:56:02.404Z] $ docker top ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T17:56:02.753Z] + go version [2023-02-28T17:56:02.753Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-28T17:56:02.767Z] $ docker stop --time=1 ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e [2023-02-28T17:56:04.076Z] $ docker rm -f --volumes ab9b24e0b041b85b86ddd6a7f06becd39ba07f96de6afee6e034c3869657d06e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:56:04.480Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-28T17:56:04.480Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:56:04.550Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T17:56:04.581Z] $ 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-02-28T17:56:04.929Z] $ docker top ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T17:56:05.270Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-02-28T17:56:05.561Z] + make test [2023-02-28T17:56:05.561Z] go test ./... -coverprofile=coverage.out ./... [2023-02-28T17:56:05.819Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-28T17:56:15.794Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-28T17:56:16.728Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements [2023-02-28T17:56:24.844Z] 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-02-28T17:56:24.844Z] go vet ./... [2023-02-28T17:56:27.371Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-28T17:56:27.371Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-28T17:56:27.371Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-28T17:56:27.382Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-28T17:56:27.397Z] $ docker stop --time=1 ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 [2023-02-28T17:56:29.679Z] $ docker rm -f --volumes ebfed93de96f7e4a76680dd8c571edb1da747265dd3e073f75415eaf89c88185 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T17:56:30.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-28T17:56:30.188Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-28T17:56:30.696Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-28T17:56:30.990Z] + ls -al . [2023-02-28T17:56:30.990Z] total 196 [2023-02-28T17:56:30.990Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 28 17:56 . [2023-02-28T17:56:30.990Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 .. [2023-02-28T17:56:30.990Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:56 .git [2023-02-28T17:56:30.990Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 .github [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:54 .gitignore [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:54 .golangci.yml [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:54 .hadolint.yml [2023-02-28T17:56:30.990Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:55 .semver [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:54 Attribution.txt [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:54 CHANGELOG.md [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:54 Dockerfile [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:54 GOVERNANCE.md [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:54 Jenkinsfile [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:54 LICENSE [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:54 Makefile [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:54 OWNERS.md [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:54 README.md [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 17:55 VERSION [2023-02-28T17:56:30.990Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:54 bin [2023-02-28T17:56:30.990Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 cmd [2023-02-28T17:56:30.990Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 17:56 coverage.out [2023-02-28T17:56:30.990Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:54 docker-entrypoint.sh [2023-02-28T17:56:30.990Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 docs [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:54 go.mod [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:54 go.sum [2023-02-28T17:56:30.990Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:54 internal [2023-02-28T17:56:30.990Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:54 snap [2023-02-28T17:56:30.990Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:56:31.298Z] + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 --label arch=amd64 --label version=3.0.0-dev.9 . [2023-02-28T17:56:31.298Z] Sending build context to Docker daemon 1.778MB [2023-02-28T17:56:31.298Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T17:56:31.298Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-28T17:56:31.298Z] ---> b6fa3435988d [2023-02-28T17:56:31.298Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-28T17:56:31.298Z] ---> Running in b50850be76f7 [2023-02-28T17:56:31.558Z] Removing intermediate container b50850be76f7 [2023-02-28T17:56:31.558Z] ---> 2b74c150fb2e [2023-02-28T17:56:31.558Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T17:56:31.558Z] ---> Running in df4c0514469c [2023-02-28T17:56:31.558Z] Removing intermediate container df4c0514469c [2023-02-28T17:56:31.558Z] ---> 506ae4395f53 [2023-02-28T17:56:31.558Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T17:56:31.558Z] ---> Running in 394fce8b780a [2023-02-28T17:56:31.558Z] Removing intermediate container 394fce8b780a [2023-02-28T17:56:31.558Z] ---> 3bd5fb2b4afa [2023-02-28T17:56:31.558Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T17:56:31.817Z] ---> Running in 5cb62b0ca69d [2023-02-28T17:56:31.817Z] Removing intermediate container 5cb62b0ca69d [2023-02-28T17:56:31.817Z] ---> a2c0f8b0d13f [2023-02-28T17:56:31.817Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T17:56:31.817Z] ---> Running in 530ba9d35798 [2023-02-28T17:56:32.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T17:56:32.078Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T17:56:32.336Z] OK: 331 MiB in 131 packages [2023-02-28T17:56:32.594Z] Removing intermediate container 530ba9d35798 [2023-02-28T17:56:32.594Z] ---> 28f0926d0ce9 [2023-02-28T17:56:32.594Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-28T17:56:32.594Z] ---> Running in 70fbe2f83790 [2023-02-28T17:56:32.889Z] Removing intermediate container 70fbe2f83790 [2023-02-28T17:56:32.889Z] ---> 135b620f8556 [2023-02-28T17:56:32.889Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-28T17:56:32.889Z] ---> 4baba15eb032 [2023-02-28T17:56:32.889Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T17:56:32.889Z] ---> Running in c93922c5b9e0 [2023-02-28T17:56:33.880Z] Removing intermediate container c93922c5b9e0 [2023-02-28T17:56:33.880Z] ---> a6df615a6864 [2023-02-28T17:56:33.880Z] Step 11/35 : COPY . . [2023-02-28T17:56:34.163Z] ---> 715bbef790f2 [2023-02-28T17:56:34.163Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T17:56:34.163Z] ---> Running in 2b2d7343ddf8 [2023-02-28T17:56:34.423Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:56:34.423Z] Dload Upload Total Spent Left Speed [2023-02-28T17:56:34.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062  100  1062  0   0  49938   0 --:--:-- --:--:-- --:--:-- 50571 [2023-02-28T17:56:34.680Z] Removing intermediate container 2b2d7343ddf8 [2023-02-28T17:56:34.680Z] ---> 0b65a1adb99e [2023-02-28T17:56:34.680Z] Step 13/35 : RUN ${MAKE} [2023-02-28T17:56:34.680Z] ---> Running in 5ce348370763 [2023-02-28T17:56:34.938Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-28T17:56:56.854Z] Removing intermediate container 5ce348370763 [2023-02-28T17:56:56.854Z] ---> fd6ce3d0c81c [2023-02-28T17:56:56.854Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-28T17:56:57.113Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-28T17:56:57.373Z] af6660deedbd: Pulling fs layer [2023-02-28T17:56:57.373Z] 97cd0a44c592: Pulling fs layer [2023-02-28T17:56:57.373Z] 97cd0a44c592: Verifying Checksum [2023-02-28T17:56:57.373Z] 97cd0a44c592: Download complete [2023-02-28T17:56:57.631Z] af6660deedbd: Verifying Checksum [2023-02-28T17:56:57.631Z] af6660deedbd: Download complete [2023-02-28T17:56:57.888Z] af6660deedbd: Pull complete [2023-02-28T17:56:57.888Z] 97cd0a44c592: Pull complete [2023-02-28T17:56:57.888Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-28T17:56:57.888Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-28T17:56:57.888Z] ---> fea57e182299 [2023-02-28T17:56:57.888Z] Step 15/35 : FROM alpine:3.16 [2023-02-28T17:56:58.203Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7773 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-02-28T17:56:58.216Z] Running in /w/workspace/device-usb-camera/80 [Pipeline] { [Pipeline] checkout [2023-02-28T17:56:58.248Z] Selected Git installation does not exist. Using Default [2023-02-28T17:56:58.248Z] The recommended git tool is: NONE [2023-02-28T17:56:58.453Z] 3.16: Pulling from library/alpine [2023-02-28T17:56:58.711Z] ef5531b6e74e: Pulling fs layer [2023-02-28T17:56:58.711Z] ef5531b6e74e: Download complete [2023-02-28T17:56:58.969Z] ef5531b6e74e: Pull complete [2023-02-28T17:56:58.969Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-28T17:56:59.246Z] Status: Downloaded newer image for alpine:3.16 [2023-02-28T17:56:59.246Z] ---> dfd21b5a31f5 [2023-02-28T17:56:59.246Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-28T17:56:59.504Z] ---> Running in 3f4b049c492f [2023-02-28T17:56:59.761Z] Removing intermediate container 3f4b049c492f [2023-02-28T17:56:59.761Z] ---> de34b01388ea [2023-02-28T17:56:59.761Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-28T17:56:59.761Z] ---> Running in 34e19fa1b052 [2023-02-28T17:57:00.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-28T17:57:00.277Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-28T17:57:00.535Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-02-28T17:57:00.535Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-02-28T17:57:00.535Z] (3/80) Installing libxau (1.0.9-r0) [2023-02-28T17:57:00.535Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-02-28T17:57:00.535Z] (5/80) Installing libxcb (1.15-r0) [2023-02-28T17:57:00.535Z] (6/80) Installing libx11 (1.8-r0) [2023-02-28T17:57:00.535Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-02-28T17:57:00.535Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-02-28T17:57:00.535Z] (9/80) Installing expat (2.5.0-r0) [2023-02-28T17:57:00.535Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-02-28T17:57:00.535Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-02-28T17:57:00.535Z] (12/80) Installing libpng (1.6.37-r1) [2023-02-28T17:57:00.535Z] (13/80) Installing freetype (2.12.1-r0) [2023-02-28T17:57:00.793Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-02-28T17:57:00.793Z] (15/80) Installing fribidi (1.0.12-r0) [2023-02-28T17:57:00.793Z] (16/80) Installing libffi (3.4.2-r1) [2023-02-28T17:57:00.793Z] (17/80) Installing libintl (0.21-r2) [2023-02-28T17:57:00.793Z] (18/80) Installing libblkid (2.38-r1) [2023-02-28T17:57:00.793Z] (19/80) Installing libmount (2.38-r1) [2023-02-28T17:57:00.793Z] (20/80) Installing pcre (8.45-r2) [2023-02-28T17:57:00.793Z] (21/80) Installing glib (2.72.1-r0) [2023-02-28T17:57:00.793Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-02-28T17:57:00.793Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-02-28T17:57:00.793Z] (24/80) Installing libass (0.16.0-r0) [2023-02-28T17:57:00.793Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-02-28T17:57:00.793Z] (26/80) Installing libpciaccess (0.16-r0) [2023-02-28T17:57:00.793Z] (27/80) Installing libdrm (2.4.110-r0) [2023-02-28T17:57:00.793Z] (28/80) Installing gmp (6.2.1-r2) [2023-02-28T17:57:00.793Z] (29/80) Installing nettle (3.7.3-r0) [2023-02-28T17:57:00.793Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-02-28T17:57:00.793Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-02-28T17:57:00.793Z] (32/80) Installing libunistring (1.0-r0) [2023-02-28T17:57:00.793Z] (33/80) Installing gnutls (3.7.7-r1) [2023-02-28T17:57:00.793Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-28T17:57:00.793Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-28T17:57:00.793Z] (36/80) Installing lame (3.100-r0) [2023-02-28T17:57:00.793Z] (37/80) Installing opus (1.3.1-r1) [2023-02-28T17:57:00.793Z] (38/80) Installing libasyncns (0.8-r1) [2023-02-28T17:57:00.793Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-02-28T17:57:00.793Z] (40/80) Installing libltdl (2.4.7-r0) [2023-02-28T17:57:00.793Z] (41/80) Installing orc (0.4.32-r0) [2023-02-28T17:57:00.793Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-02-28T17:57:01.051Z] (43/80) Installing libogg (1.3.5-r1) [2023-02-28T17:57:01.051Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-28T17:57:01.051Z] (45/80) Installing flac (1.3.4-r0) [2023-02-28T17:57:01.051Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-02-28T17:57:01.051Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-02-28T17:57:01.051Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-02-28T17:57:01.051Z] (49/80) Installing soxr (0.1.3-r2) [2023-02-28T17:57:01.051Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-02-28T17:57:01.051Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-02-28T17:57:01.051Z] (52/80) Installing libpulse (15.0-r2) [2023-02-28T17:57:01.051Z] (53/80) Installing cjson (1.7.15-r3) [2023-02-28T17:57:01.051Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-02-28T17:57:01.051Z] (55/80) Installing librist (0.2.6-r1) [2023-02-28T17:57:01.051Z] (56/80) Installing libsrt (1.4.4-r0) [2023-02-28T17:57:01.051Z] (57/80) Installing libssh (0.9.6-r1) [2023-02-28T17:57:01.051Z] (58/80) Installing libtheora (1.1.1-r16) [2023-02-28T17:57:01.051Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T17:57:01.051Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T17:57:01.051Z] (61/80) Installing libxext (1.3.4-r0) [2023-02-28T17:57:01.051Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-02-28T17:57:01.051Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T17:57:01.051Z] (64/80) Installing libva (2.14.0-r0) [2023-02-28T17:57:01.051Z] (65/80) Installing libvdpau (1.5-r0) [2023-02-28T17:57:01.051Z] (66/80) Installing vidstab (1.1.0-r1) [2023-02-28T17:57:01.051Z] (67/80) Installing libvpx (1.11.0-r1) [2023-02-28T17:57:01.051Z] (68/80) Installing libwebp (1.2.3-r0) [2023-02-28T17:57:01.309Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-02-28T17:57:01.309Z] (70/80) Installing numactl (2.0.14-r0) [2023-02-28T17:57:01.309Z] (71/80) Installing x265-libs (3.5-r3) [2023-02-28T17:57:01.309Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-02-28T17:57:01.309Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-02-28T17:57:01.569Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-02-28T17:57:01.569Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-28T17:57:01.569Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T17:57:01.569Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-02-28T17:57:01.569Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-02-28T17:57:01.569Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-02-28T17:57:01.569Z] (79/80) Installing kmod-libs (29-r2) [2023-02-28T17:57:01.569Z] (80/80) Installing eudev (3.2.11-r0) [2023-02-28T17:57:01.569Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T17:57:01.569Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T17:57:01.569Z] OK: 100 MiB in 94 packages [2023-02-28T17:57:03.014Z] using credential edgex-jenkins-ssh [2023-02-28T17:57:03.036Z] Cloning the remote Git repository [2023-02-28T17:57:03.073Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-02-28T17:57:04.192Z] Removing intermediate container 34e19fa1b052 [2023-02-28T17:57:04.192Z] ---> c3218abd92a8 [2023-02-28T17:57:04.192Z] Step 18/35 : WORKDIR / [2023-02-28T17:57:04.192Z] ---> Running in 03925cf26288 [2023-02-28T17:57:04.192Z] Removing intermediate container 03925cf26288 [2023-02-28T17:57:04.192Z] ---> 3f62d2978a35 [2023-02-28T17:57:04.192Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-28T17:57:03.143Z] > git init /w/workspace/device-usb-camera/80 # timeout=10 [2023-02-28T17:57:03.309Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-02-28T17:57:03.310Z] > git --version # timeout=10 [2023-02-28T17:57:03.334Z] > git --version # 'git version 2.25.1' [2023-02-28T17:57:03.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-28T17:57:03.391Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-28T17:57:04.160Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-02-28T17:57:04.188Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-28T17:57:04.450Z] ---> ef0bdfd3ef54 [2023-02-28T17:57:04.450Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-28T17:57:04.450Z] ---> c3d0df8454e5 [2023-02-28T17:57:04.450Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-28T17:57:04.709Z] ---> d58ce7806ff4 [2023-02-28T17:57:04.709Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-28T17:57:04.709Z] ---> 5a610f5aff29 [2023-02-28T17:57:04.709Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-28T17:57:04.930Z] Avoid second fetch [2023-02-28T17:57:04.931Z] Checking out Revision 87705a392df95c720bda82ac1b9f5f1497326bc3 (main) [2023-02-28T17:57:04.966Z] ---> e72659dc0b7f [2023-02-28T17:57:04.966Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-28T17:57:04.966Z] ---> 7446a9f4b8b5 [2023-02-28T17:57:04.966Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-28T17:57:05.376Z] Commit message: "Merge pull request #164 from lenny-intel/topic-constants" [2023-02-28T17:57:05.531Z] ---> 9ee40cbba639 [2023-02-28T17:57:05.531Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-28T17:57:05.531Z] ---> Running in 81ac5f1b297c [2023-02-28T17:57:04.943Z] > git config core.sparsecheckout # timeout=10 [2023-02-28T17:57:04.958Z] > git checkout -f 87705a392df95c720bda82ac1b9f5f1497326bc3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T17:57:06.096Z] Removing intermediate container 81ac5f1b297c [2023-02-28T17:57:06.096Z] ---> a1a4a24ba3f9 [2023-02-28T17:57:06.096Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-28T17:57:06.096Z] ---> Running in 68096d1fe638 [2023-02-28T17:57:06.216Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-28T17:57:06.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:57:06.216Z] Dload Upload Total Spent Left Speed [2023-02-28T17:57:06.216Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2023-02-28T17:57:06.664Z] Removing intermediate container 68096d1fe638 [2023-02-28T17:57:06.664Z] ---> 059738a2bf50 [2023-02-28T17:57:06.664Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-28T17:57:06.664Z] ---> Running in 2cda2a5a55bd [2023-02-28T17:57:06.851Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-28T17:57:07.170Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-28T17:57:07.170Z] + sudo tee /etc/docker/daemon.new [2023-02-28T17:57:07.170Z] { [2023-02-28T17:57:07.170Z] "registry-mirrors": [ [2023-02-28T17:57:07.170Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-28T17:57:07.170Z] ], [2023-02-28T17:57:07.170Z] "bip": "10.250.0.254/24", [2023-02-28T17:57:07.170Z] "hosts": [ [2023-02-28T17:57:07.170Z] "tcp://0.0.0.0:5555", [2023-02-28T17:57:07.170Z] "unix:///var/run/docker.sock" [2023-02-28T17:57:07.170Z] ], [2023-02-28T17:57:07.170Z] "mtu": 1458, [2023-02-28T17:57:07.170Z] "selinux-enabled": true, [2023-02-28T17:57:07.170Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-28T17:57:07.170Z] } [Pipeline] sh [2023-02-28T17:57:07.233Z] Removing intermediate container 2cda2a5a55bd [2023-02-28T17:57:07.233Z] ---> cff30cb490eb [2023-02-28T17:57:07.233Z] Step 29/35 : EXPOSE 59983 [2023-02-28T17:57:07.233Z] ---> Running in 307b2115a8d4 [2023-02-28T17:57:07.233Z] Removing intermediate container 307b2115a8d4 [2023-02-28T17:57:07.233Z] ---> e6b5775f198e [2023-02-28T17:57:07.233Z] Step 30/35 : EXPOSE 8554 [2023-02-28T17:57:07.233Z] ---> Running in c4650b1de785 [2023-02-28T17:57:07.233Z] Removing intermediate container c4650b1de785 [2023-02-28T17:57:07.233Z] ---> 0f3a8a9586bd [2023-02-28T17:57:07.233Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-28T17:57:07.233Z] ---> Running in 3e39c5274adc [2023-02-28T17:57:07.233Z] Removing intermediate container 3e39c5274adc [2023-02-28T17:57:07.233Z] ---> 7ca359872916 [2023-02-28T17:57:07.233Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-28T17:57:07.490Z] ---> Running in 0fd8a0b0757b [2023-02-28T17:57:07.490Z] Removing intermediate container 0fd8a0b0757b [2023-02-28T17:57:07.490Z] ---> b053a4ad6259 [2023-02-28T17:57:07.490Z] Step 33/35 : LABEL arch=amd64 [2023-02-28T17:57:07.490Z] ---> Running in 4285e4583f00 [2023-02-28T17:57:07.490Z] Removing intermediate container 4285e4583f00 [2023-02-28T17:57:07.490Z] ---> 5bc19f0c0b10 [2023-02-28T17:57:07.490Z] Step 34/35 : LABEL git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T17:57:07.490Z] ---> Running in 1ad3a8f43591 [2023-02-28T17:57:07.496Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-28T17:57:07.748Z] Removing intermediate container 1ad3a8f43591 [2023-02-28T17:57:07.748Z] ---> f4bd5e6660a5 [2023-02-28T17:57:07.748Z] Step 35/35 : LABEL version=3.0.0-dev.9 [2023-02-28T17:57:07.748Z] ---> Running in c802a9700ebc [2023-02-28T17:57:07.748Z] Removing intermediate container c802a9700ebc [2023-02-28T17:57:07.748Z] ---> 19092083128a [2023-02-28T17:57:07.748Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-28T17:57:07.748Z] Successfully built 19092083128a [2023-02-28T17:57:07.748Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2023-02-28T17:57:07.819Z] + sudo service docker restart [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:57:07.859Z] provisioning config files... [2023-02-28T17:57:07.866Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5577803921857002342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:57:08.163Z] ---> docker-login.sh [2023-02-28T17:57:08.163Z] nexus3.edgexfoundry.org:10001 [2023-02-28T17:57:08.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:08.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:08.163Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:08.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:08.163Z] [2023-02-28T17:57:08.163Z] Login Succeeded [2023-02-28T17:57:08.163Z] nexus3.edgexfoundry.org:10002 [2023-02-28T17:57:08.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:08.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:08.163Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:08.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:08.163Z] [2023-02-28T17:57:08.163Z] Login Succeeded [2023-02-28T17:57:08.163Z] nexus3.edgexfoundry.org:10003 [2023-02-28T17:57:08.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:08.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:08.425Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:08.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:08.425Z] [2023-02-28T17:57:08.425Z] Login Succeeded [2023-02-28T17:57:08.425Z] nexus3.edgexfoundry.org:10004 [2023-02-28T17:57:08.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:08.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:08.425Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:08.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:08.425Z] [2023-02-28T17:57:08.425Z] Login Succeeded [2023-02-28T17:57:08.425Z] docker.io [2023-02-28T17:57:08.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:08.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:08.685Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:08.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:08.685Z] [2023-02-28T17:57:08.685Z] Login Succeeded [2023-02-28T17:57:08.685Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T17:57:08.693Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T17:57:08.716Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T17:57:08.734Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-02-28T17:57:08.734Z] 87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T17:57:08.734Z] latest [2023-02-28T17:57:08.734Z] 3.0.0-dev.9 [2023-02-28T17:57:08.734Z] 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T17:57:08.734Z] main [2023-02-28T17:57:08.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:09.063Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:09.372Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T17:57:09.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T17:57:09.372Z] 47b3ea86d22b: Preparing [2023-02-28T17:57:09.372Z] 1ecf49014f7e: Preparing [2023-02-28T17:57:09.372Z] 2148c52fae94: Preparing [2023-02-28T17:57:09.372Z] 550e596c6d0e: Preparing [2023-02-28T17:57:09.372Z] 1207169bf42c: Preparing [2023-02-28T17:57:09.372Z] c7b3b2478044: Preparing [2023-02-28T17:57:09.372Z] cb28e968e29b: Preparing [2023-02-28T17:57:09.372Z] e2484cb29a24: Preparing [2023-02-28T17:57:09.372Z] b75121d8cc72: Preparing [2023-02-28T17:57:09.372Z] 56a54c266537: Preparing [2023-02-28T17:57:09.372Z] 2c67441f3888: Preparing [2023-02-28T17:57:09.372Z] aa5968d388b8: Preparing [2023-02-28T17:57:09.372Z] c7b3b2478044: Waiting [2023-02-28T17:57:09.372Z] cb28e968e29b: Waiting [2023-02-28T17:57:09.372Z] e2484cb29a24: Waiting [2023-02-28T17:57:09.372Z] b75121d8cc72: Waiting [2023-02-28T17:57:09.372Z] 56a54c266537: Waiting [2023-02-28T17:57:09.372Z] 2c67441f3888: Waiting [2023-02-28T17:57:09.372Z] aa5968d388b8: Waiting [2023-02-28T17:57:09.372Z] 47b3ea86d22b: Pushed [2023-02-28T17:57:09.372Z] 1ecf49014f7e: Pushed [2023-02-28T17:57:09.372Z] 1207169bf42c: Pushed [2023-02-28T17:57:09.372Z] 2148c52fae94: Pushed [2023-02-28T17:57:09.372Z] c7b3b2478044: Pushed [2023-02-28T17:57:09.632Z] cb28e968e29b: Pushed [2023-02-28T17:57:09.632Z] e2484cb29a24: Pushed [2023-02-28T17:57:09.632Z] b75121d8cc72: Pushed [2023-02-28T17:57:09.632Z] aa5968d388b8: Layer already exists [2023-02-28T17:57:11.553Z] 550e596c6d0e: Pushed [2023-02-28T17:57:12.122Z] 56a54c266537: Pushed [2023-02-28T17:57:18.706Z] 2c67441f3888: Pushed [2023-02-28T17:57:18.706Z] 87705a392df95c720bda82ac1b9f5f1497326bc3: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:19.024Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:19.329Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-28T17:57:19.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T17:57:19.329Z] 47b3ea86d22b: Preparing [2023-02-28T17:57:19.329Z] 1ecf49014f7e: Preparing [2023-02-28T17:57:19.329Z] 2148c52fae94: Preparing [2023-02-28T17:57:19.329Z] 550e596c6d0e: Preparing [2023-02-28T17:57:19.329Z] 1207169bf42c: Preparing [2023-02-28T17:57:19.329Z] c7b3b2478044: Preparing [2023-02-28T17:57:19.329Z] cb28e968e29b: Preparing [2023-02-28T17:57:19.329Z] e2484cb29a24: Preparing [2023-02-28T17:57:19.329Z] b75121d8cc72: Preparing [2023-02-28T17:57:19.329Z] 56a54c266537: Preparing [2023-02-28T17:57:19.329Z] 2c67441f3888: Preparing [2023-02-28T17:57:19.329Z] aa5968d388b8: Preparing [2023-02-28T17:57:19.329Z] b75121d8cc72: Waiting [2023-02-28T17:57:19.329Z] 2c67441f3888: Waiting [2023-02-28T17:57:19.329Z] c7b3b2478044: Waiting [2023-02-28T17:57:19.329Z] cb28e968e29b: Waiting [2023-02-28T17:57:19.329Z] aa5968d388b8: Waiting [2023-02-28T17:57:19.329Z] e2484cb29a24: Waiting [2023-02-28T17:57:19.329Z] 56a54c266537: Waiting [2023-02-28T17:57:19.329Z] 1ecf49014f7e: Layer already exists [2023-02-28T17:57:19.329Z] 550e596c6d0e: Layer already exists [2023-02-28T17:57:19.329Z] 47b3ea86d22b: Layer already exists [2023-02-28T17:57:19.329Z] 1207169bf42c: Layer already exists [2023-02-28T17:57:19.329Z] 2148c52fae94: Layer already exists [2023-02-28T17:57:19.329Z] c7b3b2478044: Layer already exists [2023-02-28T17:57:19.329Z] cb28e968e29b: Layer already exists [2023-02-28T17:57:19.329Z] b75121d8cc72: Layer already exists [2023-02-28T17:57:19.329Z] e2484cb29a24: Layer already exists [2023-02-28T17:57:19.329Z] 56a54c266537: Layer already exists [2023-02-28T17:57:19.329Z] 2c67441f3888: Layer already exists [2023-02-28T17:57:19.329Z] aa5968d388b8: Layer already exists [2023-02-28T17:57:19.329Z] latest: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:19.646Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:19.955Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 [2023-02-28T17:57:19.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T17:57:19.955Z] 47b3ea86d22b: Preparing [2023-02-28T17:57:19.955Z] 1ecf49014f7e: Preparing [2023-02-28T17:57:19.955Z] 2148c52fae94: Preparing [2023-02-28T17:57:19.955Z] 550e596c6d0e: Preparing [2023-02-28T17:57:19.955Z] 1207169bf42c: Preparing [2023-02-28T17:57:19.955Z] c7b3b2478044: Preparing [2023-02-28T17:57:19.955Z] cb28e968e29b: Preparing [2023-02-28T17:57:19.955Z] e2484cb29a24: Preparing [2023-02-28T17:57:19.955Z] b75121d8cc72: Preparing [2023-02-28T17:57:19.955Z] 56a54c266537: Preparing [2023-02-28T17:57:19.955Z] 2c67441f3888: Preparing [2023-02-28T17:57:19.955Z] aa5968d388b8: Preparing [2023-02-28T17:57:19.955Z] b75121d8cc72: Waiting [2023-02-28T17:57:19.955Z] 56a54c266537: Waiting [2023-02-28T17:57:19.955Z] 2c67441f3888: Waiting [2023-02-28T17:57:19.955Z] aa5968d388b8: Waiting [2023-02-28T17:57:19.955Z] c7b3b2478044: Waiting [2023-02-28T17:57:19.955Z] cb28e968e29b: Waiting [2023-02-28T17:57:19.955Z] e2484cb29a24: Waiting [2023-02-28T17:57:19.955Z] 550e596c6d0e: Layer already exists [2023-02-28T17:57:19.955Z] 47b3ea86d22b: Layer already exists [2023-02-28T17:57:19.955Z] 2148c52fae94: Layer already exists [2023-02-28T17:57:19.955Z] 1ecf49014f7e: Layer already exists [2023-02-28T17:57:19.955Z] 1207169bf42c: Layer already exists [2023-02-28T17:57:19.955Z] c7b3b2478044: Layer already exists [2023-02-28T17:57:19.955Z] cb28e968e29b: Layer already exists [2023-02-28T17:57:19.955Z] e2484cb29a24: Layer already exists [2023-02-28T17:57:19.955Z] 56a54c266537: Layer already exists [2023-02-28T17:57:19.955Z] b75121d8cc72: Layer already exists [2023-02-28T17:57:19.955Z] aa5968d388b8: Layer already exists [2023-02-28T17:57:19.955Z] 2c67441f3888: Layer already exists [2023-02-28T17:57:19.955Z] 3.0.0-dev.9: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:20.268Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:20.580Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T17:57:20.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T17:57:20.580Z] 47b3ea86d22b: Preparing [2023-02-28T17:57:20.580Z] 1ecf49014f7e: Preparing [2023-02-28T17:57:20.580Z] 2148c52fae94: Preparing [2023-02-28T17:57:20.580Z] 550e596c6d0e: Preparing [2023-02-28T17:57:20.580Z] 1207169bf42c: Preparing [2023-02-28T17:57:20.580Z] c7b3b2478044: Preparing [2023-02-28T17:57:20.580Z] cb28e968e29b: Preparing [2023-02-28T17:57:20.580Z] e2484cb29a24: Preparing [2023-02-28T17:57:20.580Z] b75121d8cc72: Preparing [2023-02-28T17:57:20.580Z] 56a54c266537: Preparing [2023-02-28T17:57:20.580Z] 2c67441f3888: Preparing [2023-02-28T17:57:20.580Z] aa5968d388b8: Preparing [2023-02-28T17:57:20.580Z] 56a54c266537: Waiting [2023-02-28T17:57:20.580Z] 2c67441f3888: Waiting [2023-02-28T17:57:20.580Z] cb28e968e29b: Waiting [2023-02-28T17:57:20.580Z] aa5968d388b8: Waiting [2023-02-28T17:57:20.580Z] b75121d8cc72: Waiting [2023-02-28T17:57:20.580Z] e2484cb29a24: Waiting [2023-02-28T17:57:20.580Z] 1207169bf42c: Layer already exists [2023-02-28T17:57:20.580Z] 1ecf49014f7e: Layer already exists [2023-02-28T17:57:20.580Z] 47b3ea86d22b: Layer already exists [2023-02-28T17:57:20.580Z] 550e596c6d0e: Layer already exists [2023-02-28T17:57:20.580Z] 2148c52fae94: Layer already exists [2023-02-28T17:57:20.580Z] c7b3b2478044: Layer already exists [2023-02-28T17:57:20.580Z] cb28e968e29b: Layer already exists [2023-02-28T17:57:20.580Z] 56a54c266537: Layer already exists [2023-02-28T17:57:20.580Z] b75121d8cc72: Layer already exists [2023-02-28T17:57:20.580Z] e2484cb29a24: Layer already exists [2023-02-28T17:57:20.580Z] 2c67441f3888: Layer already exists [2023-02-28T17:57:20.580Z] aa5968d388b8: Layer already exists [2023-02-28T17:57:20.580Z] 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:20.904Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:21.221Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-02-28T17:57:21.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-28T17:57:21.221Z] 47b3ea86d22b: Preparing [2023-02-28T17:57:21.221Z] 1ecf49014f7e: Preparing [2023-02-28T17:57:21.221Z] 2148c52fae94: Preparing [2023-02-28T17:57:21.221Z] 550e596c6d0e: Preparing [2023-02-28T17:57:21.221Z] 1207169bf42c: Preparing [2023-02-28T17:57:21.221Z] c7b3b2478044: Preparing [2023-02-28T17:57:21.221Z] cb28e968e29b: Preparing [2023-02-28T17:57:21.221Z] e2484cb29a24: Preparing [2023-02-28T17:57:21.221Z] b75121d8cc72: Preparing [2023-02-28T17:57:21.221Z] 56a54c266537: Preparing [2023-02-28T17:57:21.221Z] 2c67441f3888: Preparing [2023-02-28T17:57:21.221Z] aa5968d388b8: Preparing [2023-02-28T17:57:21.221Z] e2484cb29a24: Waiting [2023-02-28T17:57:21.221Z] b75121d8cc72: Waiting [2023-02-28T17:57:21.221Z] aa5968d388b8: Waiting [2023-02-28T17:57:21.221Z] 56a54c266537: Waiting [2023-02-28T17:57:21.221Z] 2c67441f3888: Waiting [2023-02-28T17:57:21.221Z] c7b3b2478044: Waiting [2023-02-28T17:57:21.221Z] cb28e968e29b: Waiting [2023-02-28T17:57:21.221Z] 2148c52fae94: Layer already exists [2023-02-28T17:57:21.221Z] 1207169bf42c: Layer already exists [2023-02-28T17:57:21.221Z] 47b3ea86d22b: Layer already exists [2023-02-28T17:57:21.221Z] 550e596c6d0e: Layer already exists [2023-02-28T17:57:21.221Z] 1ecf49014f7e: Layer already exists [2023-02-28T17:57:21.221Z] c7b3b2478044: Layer already exists [2023-02-28T17:57:21.221Z] cb28e968e29b: Layer already exists [2023-02-28T17:57:21.221Z] e2484cb29a24: Layer already exists [2023-02-28T17:57:21.221Z] b75121d8cc72: Layer already exists [2023-02-28T17:57:21.221Z] 56a54c266537: Layer already exists [2023-02-28T17:57:21.221Z] 2c67441f3888: Layer already exists [2023-02-28T17:57:21.221Z] aa5968d388b8: Layer already exists [2023-02-28T17:57:21.221Z] main: digest: sha256:028a559d45f2abe9b37559d93868ffd3aa64c774259439679730d5d992721f97 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T17:57:21.283Z] ===================================================== [Pipeline] echo [2023-02-28T17:57:21.292Z] taggedImages: [2023-02-28T17:57:21.292Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T17:57:21.292Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-28T17:57:21.292Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.9 [2023-02-28T17:57:21.292Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T17:57:21.292Z] - 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-02-28T17:57:21.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T17:57:21.653Z] [2023-02-28T17:57:21.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:21.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T17:57:21.955Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-28T17:57:21.955Z] 5eb5b503b376: Pulling fs layer [2023-02-28T17:57:21.955Z] 5c69ac0246d0: Pulling fs layer [2023-02-28T17:57:21.955Z] ec43610c2a17: Pulling fs layer [2023-02-28T17:57:21.955Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-28T17:57:21.955Z] 33b1e0a273af: Pulling fs layer [2023-02-28T17:57:21.955Z] 5d3b04190fa2: Pulling fs layer [2023-02-28T17:57:21.955Z] 2f39f015ded8: Pulling fs layer [2023-02-28T17:57:21.955Z] 2f39f015ded8: Waiting [2023-02-28T17:57:21.955Z] 3a2ae6a8a46f: Waiting [2023-02-28T17:57:21.955Z] 33b1e0a273af: Waiting [2023-02-28T17:57:21.955Z] 5d3b04190fa2: Waiting [2023-02-28T17:57:21.955Z] 5c69ac0246d0: Verifying Checksum [2023-02-28T17:57:21.955Z] 5c69ac0246d0: Download complete [2023-02-28T17:57:21.955Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-28T17:57:21.955Z] 3a2ae6a8a46f: Download complete [2023-02-28T17:57:22.214Z] 33b1e0a273af: Download complete [2023-02-28T17:57:22.214Z] 5d3b04190fa2: Verifying Checksum [2023-02-28T17:57:22.214Z] 5d3b04190fa2: Download complete [2023-02-28T17:57:22.214Z] ec43610c2a17: Verifying Checksum [2023-02-28T17:57:22.214Z] ec43610c2a17: Download complete [2023-02-28T17:57:22.214Z] 5eb5b503b376: Verifying Checksum [2023-02-28T17:57:22.214Z] 5eb5b503b376: Download complete [2023-02-28T17:57:22.780Z] 2f39f015ded8: Download complete [2023-02-28T17:57:23.345Z] 5eb5b503b376: Pull complete [2023-02-28T17:57:23.604Z] 5c69ac0246d0: Pull complete [2023-02-28T17:57:23.861Z] ec43610c2a17: Pull complete [2023-02-28T17:57:24.120Z] 3a2ae6a8a46f: Pull complete [2023-02-28T17:57:24.120Z] 33b1e0a273af: Pull complete [2023-02-28T17:57:24.379Z] 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T17:57:26.054Z] provisioning config files... [2023-02-28T17:57:26.076Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/80@tmp/config14066290490172568033tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T17:57:26.425Z] ---> docker-login.sh [2023-02-28T17:57:26.425Z] nexus3.edgexfoundry.org:10001 [2023-02-28T17:57:26.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:26.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:26.963Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:26.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:26.963Z] [2023-02-28T17:57:26.963Z] Login Succeeded [2023-02-28T17:57:26.963Z] nexus3.edgexfoundry.org:10002 [2023-02-28T17:57:27.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:27.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:27.231Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:27.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:27.231Z] [2023-02-28T17:57:27.231Z] Login Succeeded [2023-02-28T17:57:27.231Z] nexus3.edgexfoundry.org:10003 [2023-02-28T17:57:27.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:27.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:27.771Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:27.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:27.771Z] [2023-02-28T17:57:27.771Z] Login Succeeded [2023-02-28T17:57:27.771Z] nexus3.edgexfoundry.org:10004 [2023-02-28T17:57:28.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:28.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:28.040Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:28.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:28.040Z] [2023-02-28T17:57:28.040Z] Login Succeeded [2023-02-28T17:57:28.040Z] docker.io [2023-02-28T17:57:28.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T17:57:28.557Z] 2f39f015ded8: Pull complete [2023-02-28T17:57:28.557Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-28T17:57:28.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T17:57:28.557Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-02-28T17:57:28.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T17:57:28.579Z] Configure a credential helper to remove this warning. See [2023-02-28T17:57:28.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T17:57:28.579Z] [2023-02-28T17:57:28.579Z] Login Succeeded [2023-02-28T17:57:28.579Z] ---> docker-login.sh ends [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:57:28.636Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T17:57:28.669Z] $ 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-02-28T17:57:33.380Z] $ docker top 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc -eo pid,comm [Pipeline] { [Pipeline] } [2023-02-28T17:57:33.442Z] Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-28T17:57:33.767Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T17:57:33.779Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [2023-02-28T17:57:33.788Z] ---> job-cost.sh [2023-02-28T17:57:33.788Z] lf-activate-venv: SKIPPING [2023-02-28T17:57:33.788Z] INFO: No Stack... [Pipeline] echo [2023-02-28T17:57:33.791Z] ========================================================= [2023-02-28T17:57:33.791Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-28T17:57:33.791Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:57:34.140Z] + 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-02-28T17:57:34.352Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-28T17:57:34.406Z] Sending build context to Docker daemon 1.132MB [2023-02-28T17:57:34.406Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T17:57:34.406Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-28T17:57:34.610Z] INFO: Archiving Costs [Pipeline] sh [2023-02-28T17:57:34.673Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-28T17:57:34.673Z] 9b18e9b68314: Pulling fs layer [2023-02-28T17:57:34.673Z] 35d82f9e3411: Pulling fs layer [2023-02-28T17:57:34.673Z] e16973657156: Pulling fs layer [2023-02-28T17:57:34.673Z] fc693d55d65f: Pulling fs layer [2023-02-28T17:57:34.673Z] 7e9fc2657dce: Pulling fs layer [2023-02-28T17:57:34.673Z] dda99020689f: Pulling fs layer [2023-02-28T17:57:34.673Z] db1c61fa0a46: Pulling fs layer [2023-02-28T17:57:34.673Z] 891c053d2c06: Pulling fs layer [2023-02-28T17:57:34.673Z] dda99020689f: Waiting [2023-02-28T17:57:34.673Z] fc693d55d65f: Waiting [2023-02-28T17:57:34.673Z] db1c61fa0a46: Waiting [2023-02-28T17:57:34.673Z] 891c053d2c06: Waiting [2023-02-28T17:57:34.673Z] 7e9fc2657dce: Waiting [2023-02-28T17:57:34.673Z] e16973657156: Verifying Checksum [2023-02-28T17:57:34.673Z] e16973657156: Download complete [2023-02-28T17:57:34.673Z] 35d82f9e3411: Verifying Checksum [2023-02-28T17:57:34.673Z] 35d82f9e3411: Download complete [2023-02-28T17:57:34.673Z] 7e9fc2657dce: Verifying Checksum [2023-02-28T17:57:34.673Z] 7e9fc2657dce: Download complete [2023-02-28T17:57:34.673Z] dda99020689f: Verifying Checksum [2023-02-28T17:57:34.673Z] dda99020689f: Download complete [2023-02-28T17:57:34.673Z] 9b18e9b68314: Verifying Checksum [2023-02-28T17:57:34.673Z] 9b18e9b68314: Download complete [2023-02-28T17:57:34.902Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-02-28T17:57:34.902Z] + cut -d, -f6 [Pipeline] lock [2023-02-28T17:57:34.916Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [2023-02-28T17:57:34.924Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] did not exist. Created. [2023-02-28T17:57:34.924Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-28T17:57:35.221Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-28T17:57:35.250Z] Stashed 1 file(s) [Pipeline] } [2023-02-28T17:57:35.257Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-28T17:57:35.275Z] $ docker stop --time=1 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc [2023-02-28T17:57:35.636Z] 9b18e9b68314: Pull complete [2023-02-28T17:57:35.636Z] 891c053d2c06: Verifying Checksum [2023-02-28T17:57:35.636Z] 891c053d2c06: Download complete [2023-02-28T17:57:36.229Z] 35d82f9e3411: Pull complete [2023-02-28T17:57:36.427Z] $ docker rm -f --volumes 52eaa4a5a8eaf711df25766cd9820045ad65ff13e8bc1fd668b0bbca31b411fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-02-28T17:57:36.498Z] e16973657156: Pull complete [Pipeline] // stage [Pipeline] } [2023-02-28T17:57:36.767Z] db1c61fa0a46: Verifying Checksum [2023-02-28T17:57:36.767Z] db1c61fa0a46: Download complete [2023-02-28T17:57:37.350Z] fc693d55d65f: Verifying Checksum [2023-02-28T17:57:37.350Z] fc693d55d65f: Download complete [2023-02-28T17:57:47.422Z] fc693d55d65f: Pull complete [2023-02-28T17:57:47.690Z] 7e9fc2657dce: Pull complete [2023-02-28T17:57:47.957Z] dda99020689f: Pull complete [2023-02-28T17:57:56.181Z] db1c61fa0a46: Pull complete [2023-02-28T17:57:56.764Z] 891c053d2c06: Pull complete [2023-02-28T17:57:57.032Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-28T17:57:57.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-28T17:57:57.032Z] ---> f96f9c87975a [2023-02-28T17:57:57.032Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-28T17:57:58.980Z] ---> Running in 22ae7f2415b4 [2023-02-28T17:57:59.247Z] Removing intermediate container 22ae7f2415b4 [2023-02-28T17:57:59.247Z] ---> df29ad4ee4dc [2023-02-28T17:57:59.247Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T17:57:59.247Z] ---> Running in c830e3bb8791 [2023-02-28T17:57:59.524Z] Removing intermediate container c830e3bb8791 [2023-02-28T17:57:59.524Z] ---> 48fc545b100c [2023-02-28T17:57:59.524Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T17:57:59.792Z] ---> Running in c8610f9e5de4 [2023-02-28T17:58:00.126Z] Removing intermediate container c8610f9e5de4 [2023-02-28T17:58:00.126Z] ---> 4013d473c421 [2023-02-28T17:58:00.126Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T17:58:00.126Z] ---> Running in 8f54584af4e4 [2023-02-28T17:58:00.403Z] Removing intermediate container 8f54584af4e4 [2023-02-28T17:58:00.403Z] ---> 7ed0526d0232 [2023-02-28T17:58:00.403Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T17:58:00.403Z] ---> Running in 85129b660fe6 [2023-02-28T17:58:01.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T17:58:01.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T17:58:03.269Z] (1/14) Installing libintl (0.21-r2) [2023-02-28T17:58:03.269Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-02-28T17:58:03.269Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T17:58:03.269Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T17:58:03.269Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-02-28T17:58:03.269Z] (6/14) Installing udev-init-scripts (35-r0) [2023-02-28T17:58:03.269Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T17:58:03.269Z] (7/14) Installing libblkid (2.38-r1) [2023-02-28T17:58:03.269Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-02-28T17:58:03.269Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-02-28T17:58:03.269Z] (10/14) Installing kmod-libs (29-r2) [2023-02-28T17:58:03.269Z] (11/14) Installing eudev (3.2.11-r0) [2023-02-28T17:58:03.269Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-02-28T17:58:03.269Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-28T17:58:03.269Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-02-28T17:58:03.269Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T17:58:03.269Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T17:58:03.269Z] OK: 228 MiB in 65 packages [2023-02-28T17:58:04.680Z] Removing intermediate container 85129b660fe6 [2023-02-28T17:58:04.681Z] ---> 32510d2a275c [2023-02-28T17:58:04.681Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-28T17:58:04.681Z] ---> Running in c63e0339138b [2023-02-28T17:58:04.959Z] Removing intermediate container c63e0339138b [2023-02-28T17:58:04.959Z] ---> 74bd8f426515 [2023-02-28T17:58:04.959Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-28T17:58:05.228Z] ---> 395bf5f35f26 [2023-02-28T17:58:05.228Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T17:58:05.502Z] ---> Running in d5e521233bd8 [2023-02-28T17:59:13.416Z] Removing intermediate container d5e521233bd8 [2023-02-28T17:59:13.416Z] ---> 455c176f6f34 [2023-02-28T17:59:13.416Z] Step 11/13 : COPY . . [2023-02-28T17:59:13.684Z] ---> 06fdf17c6fc3 [2023-02-28T17:59:13.684Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T17:59:13.684Z] ---> Running in d19aa60737d4 [2023-02-28T17:59:14.645Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T17:59:14.645Z] Dload Upload Total Spent Left Speed [2023-02-28T17:59:14.912Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12977 0 --:--:-- --:--:-- --:--:-- 13111 [2023-02-28T17:59:15.505Z] Removing intermediate container d19aa60737d4 [2023-02-28T17:59:15.505Z] ---> 5936f5beedce [2023-02-28T17:59:15.505Z] Step 13/13 : RUN ${MAKE} [2023-02-28T17:59:15.505Z] ---> Running in 460cfc50f662 [2023-02-28T17:59:16.468Z] noop [2023-02-28T17:59:17.430Z] Removing intermediate container 460cfc50f662 [2023-02-28T17:59:17.430Z] ---> f5dec0dc3d07 [2023-02-28T17:59:17.430Z] Successfully built f5dec0dc3d07 [2023-02-28T17:59:17.430Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:59:17.789Z] + docker inspect -f . ci-base-image-arm64 [2023-02-28T17:59:17.790Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:59:17.998Z] prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container [2023-02-28T17:59:18.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-28T17:59:19.326Z] $ docker top 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T17:59:20.195Z] + go version [2023-02-28T17:59:20.195Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-28T17:59:20.219Z] $ docker stop --time=1 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 [2023-02-28T17:59:21.901Z] $ docker rm -f --volumes 31fbfff5b7cee00b0d51b70a69e4a0cbe172919d62454475b7af8c6edbf01225 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T17:59:22.466Z] + docker inspect -f . ci-base-image-arm64 [2023-02-28T17:59:22.466Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T17:59:22.669Z] prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container [2023-02-28T17:59:22.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-28T17:59:23.934Z] $ docker top 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T17:59:24.451Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/80 [Pipeline] fileExists [Pipeline] sh [2023-02-28T17:59:25.109Z] + make test [2023-02-28T17:59:25.110Z] go test ./... -coverprofile=coverage.out ./... [2023-02-28T17:59:26.519Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-28T18:01:03.171Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-28T18:01:05.758Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.069s coverage: 1.9% of statements [2023-02-28T18:01:06.025Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-28T18:01:06.025Z] go vet ./... [2023-02-28T18:01:38.283Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-28T18:01:38.283Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-28T18:01:38.283Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-28T18:01:38.304Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-28T18:01:38.318Z] $ docker stop --time=1 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 [2023-02-28T18:01:40.619Z] $ docker rm -f --volumes 570645a236e1aa417025848cd7dd61b2f8f043789dd203ef904c7c9da81ac532 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T18:01:41.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-28T18:01:41.684Z] Warning: overwriting stash ‘coverage-report’ [2023-02-28T18:01:42.528Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-28T18:01:42.933Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-28T18:01:43.256Z] + ls -al . [2023-02-28T18:01:43.256Z] total 192 [2023-02-28T18:01:43.256Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 17:59 . [2023-02-28T18:01:43.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 .. [2023-02-28T18:01:43.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:57 .git [2023-02-28T18:01:43.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 .github [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:57 .gitignore [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:57 .golangci.yml [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:57 .hadolint.yml [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:57 Attribution.txt [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:57 CHANGELOG.md [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:57 Dockerfile [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:57 GOVERNANCE.md [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:57 Jenkinsfile [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:57 LICENSE [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:57 Makefile [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:57 OWNERS.md [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:57 README.md [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 28 17:55 VERSION [2023-02-28T18:01:43.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:57 bin [2023-02-28T18:01:43.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 cmd [2023-02-28T18:01:43.256Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 18:01 coverage.out [2023-02-28T18:01:43.256Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:57 docker-entrypoint.sh [2023-02-28T18:01:43.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 docs [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:57 go.mod [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:57 go.sum [2023-02-28T18:01:43.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:57 internal [2023-02-28T18:01:43.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:57 snap [2023-02-28T18:01:43.256Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:01:43.604Z] + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 --label arch=arm64 --label version=3.0.0-dev.9 . [2023-02-28T18:01:43.881Z] Sending build context to Docker daemon 1.163MB [2023-02-28T18:01:43.881Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-28T18:01:43.881Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-28T18:01:43.881Z] ---> f5dec0dc3d07 [2023-02-28T18:01:43.881Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-28T18:01:44.159Z] ---> Running in 63ff2f9f1194 [2023-02-28T18:01:44.465Z] Removing intermediate container 63ff2f9f1194 [2023-02-28T18:01:44.465Z] ---> 6a3265ffeda7 [2023-02-28T18:01:44.465Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-28T18:01:44.735Z] ---> Running in 6540c1cf5a92 [2023-02-28T18:01:45.004Z] Removing intermediate container 6540c1cf5a92 [2023-02-28T18:01:45.004Z] ---> 8d99e6c857e2 [2023-02-28T18:01:45.004Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-28T18:01:45.004Z] ---> Running in a6b8decb92c5 [2023-02-28T18:01:45.273Z] Removing intermediate container a6b8decb92c5 [2023-02-28T18:01:45.273Z] ---> 675485eaf6db [2023-02-28T18:01:45.273Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-28T18:01:45.544Z] ---> Running in 60837dc004eb [2023-02-28T18:01:45.814Z] Removing intermediate container 60837dc004eb [2023-02-28T18:01:45.814Z] ---> 2de9e5c81b98 [2023-02-28T18:01:45.814Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-28T18:01:46.086Z] ---> Running in 347a0c90d69d [2023-02-28T18:01:48.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T18:01:48.959Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T18:01:50.381Z] OK: 228 MiB in 65 packages [2023-02-28T18:01:51.799Z] Removing intermediate container 347a0c90d69d [2023-02-28T18:01:51.799Z] ---> 3086ae6811d4 [2023-02-28T18:01:51.799Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-28T18:01:51.799Z] ---> Running in 8174c073db45 [2023-02-28T18:01:52.070Z] Removing intermediate container 8174c073db45 [2023-02-28T18:01:52.070Z] ---> 9d4740b1adc9 [2023-02-28T18:01:52.070Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-28T18:01:53.049Z] ---> e3ffe411e5b9 [2023-02-28T18:01:53.049Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-28T18:01:53.049Z] ---> Running in e5bd4e3779fd [2023-02-28T18:01:57.336Z] Removing intermediate container e5bd4e3779fd [2023-02-28T18:01:57.336Z] ---> f7aba36bfbc9 [2023-02-28T18:01:57.336Z] Step 11/35 : COPY . . [2023-02-28T18:02:00.726Z] ---> 0fffdb179e7b [2023-02-28T18:02:00.726Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-28T18:02:00.726Z] ---> Running in 1f565ea8127b [2023-02-28T18:02:01.699Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T18:02:01.699Z]  Dload Upload  Total  Spent Left Speed [2023-02-28T18:02:01.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10877 0 --:--:-- --:--:-- --:--:-- 11062 [2023-02-28T18:02:02.693Z] Removing intermediate container 1f565ea8127b [2023-02-28T18:02:02.693Z] ---> 6b3bd6bb129f [2023-02-28T18:02:02.693Z] Step 13/35 : RUN ${MAKE} [2023-02-28T18:02:02.693Z] ---> Running in 2e11325ec2e7 [2023-02-28T18:02:03.658Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-28T18:04:40.399Z] Removing intermediate container 2e11325ec2e7 [2023-02-28T18:04:40.399Z] ---> 5bb27c90d86e [2023-02-28T18:04:40.399Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-28T18:04:40.399Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-28T18:04:40.399Z] eab2503cf8f4: Pulling fs layer [2023-02-28T18:04:40.399Z] 97cd0a44c592: Pulling fs layer [2023-02-28T18:04:40.399Z] 97cd0a44c592: Verifying Checksum [2023-02-28T18:04:40.399Z] 97cd0a44c592: Download complete [2023-02-28T18:04:40.399Z] eab2503cf8f4: Verifying Checksum [2023-02-28T18:04:40.399Z] eab2503cf8f4: Download complete [2023-02-28T18:04:40.666Z] eab2503cf8f4: Pull complete [2023-02-28T18:04:40.935Z] 97cd0a44c592: Pull complete [2023-02-28T18:04:40.935Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-28T18:04:40.935Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-28T18:04:40.935Z] ---> 7f763cca56b3 [2023-02-28T18:04:40.935Z] Step 15/35 : FROM alpine:3.16 [2023-02-28T18:04:41.520Z] 3.16: Pulling from library/alpine [2023-02-28T18:04:41.792Z] 3760b48202b3: Pulling fs layer [2023-02-28T18:04:41.792Z] 3760b48202b3: Verifying Checksum [2023-02-28T18:04:41.792Z] 3760b48202b3: Download complete [2023-02-28T18:04:42.399Z] 3760b48202b3: Pull complete [2023-02-28T18:04:42.399Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-28T18:04:42.399Z] Status: Downloaded newer image for alpine:3.16 [2023-02-28T18:04:42.399Z] ---> 4c81e5bf8899 [2023-02-28T18:04:42.399Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-28T18:04:42.667Z] ---> Running in 69928060d0ef [2023-02-28T18:04:42.935Z] Removing intermediate container 69928060d0ef [2023-02-28T18:04:42.935Z] ---> 2557038b6a48 [2023-02-28T18:04:42.935Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-28T18:04:42.935Z] ---> Running in 3516a02d7804 [2023-02-28T18:04:44.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-28T18:04:44.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-28T18:04:45.769Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-02-28T18:04:45.769Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-02-28T18:04:45.769Z] (3/79) Installing libxau (1.0.9-r0) [2023-02-28T18:04:45.769Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-02-28T18:04:45.769Z] (5/79) Installing libxcb (1.15-r0) [2023-02-28T18:04:45.769Z] (6/79) Installing libx11 (1.8-r0) [2023-02-28T18:04:46.038Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-02-28T18:04:46.038Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-02-28T18:04:46.038Z] (9/79) Installing expat (2.5.0-r0) [2023-02-28T18:04:46.038Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-02-28T18:04:46.038Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-02-28T18:04:46.305Z] (12/79) Installing libpng (1.6.37-r1) [2023-02-28T18:04:46.305Z] (13/79) Installing freetype (2.12.1-r0) [2023-02-28T18:04:46.305Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-02-28T18:04:46.305Z] (15/79) Installing fribidi (1.0.12-r0) [2023-02-28T18:04:46.305Z] (16/79) Installing libffi (3.4.2-r1) [2023-02-28T18:04:46.305Z] (17/79) Installing libintl (0.21-r2) [2023-02-28T18:04:46.305Z] (18/79) Installing libblkid (2.38-r1) [2023-02-28T18:04:46.305Z] (19/79) Installing libmount (2.38-r1) [2023-02-28T18:04:46.305Z] (20/79) Installing pcre (8.45-r2) [2023-02-28T18:04:46.305Z] (21/79) Installing glib (2.72.1-r0) [2023-02-28T18:04:46.305Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-02-28T18:04:46.305Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-02-28T18:04:46.571Z] (24/79) Installing libass (0.16.0-r0) [2023-02-28T18:04:46.571Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-02-28T18:04:46.571Z] (26/79) Installing libdrm (2.4.110-r0) [2023-02-28T18:04:46.571Z] (27/79) Installing gmp (6.2.1-r2) [2023-02-28T18:04:46.571Z] (28/79) Installing nettle (3.7.3-r0) [2023-02-28T18:04:46.571Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-02-28T18:04:46.571Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-02-28T18:04:46.571Z] (31/79) Installing libunistring (1.0-r0) [2023-02-28T18:04:46.571Z] (32/79) Installing gnutls (3.7.7-r1) [2023-02-28T18:04:46.837Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-28T18:04:46.837Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-28T18:04:46.837Z] (35/79) Installing lame (3.100-r0) [2023-02-28T18:04:46.837Z] (36/79) Installing opus (1.3.1-r1) [2023-02-28T18:04:46.837Z] (37/79) Installing libasyncns (0.8-r1) [2023-02-28T18:04:46.837Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-02-28T18:04:46.837Z] (39/79) Installing libltdl (2.4.7-r0) [2023-02-28T18:04:46.837Z] (40/79) Installing orc (0.4.32-r0) [2023-02-28T18:04:46.837Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-02-28T18:04:46.837Z] (42/79) Installing libogg (1.3.5-r1) [2023-02-28T18:04:46.837Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-28T18:04:46.837Z] (44/79) Installing flac (1.3.4-r0) [2023-02-28T18:04:47.106Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-02-28T18:04:47.106Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-02-28T18:04:47.106Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-02-28T18:04:47.106Z] (48/79) Installing soxr (0.1.3-r2) [2023-02-28T18:04:47.106Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-02-28T18:04:47.106Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-02-28T18:04:47.106Z] (51/79) Installing libpulse (15.0-r2) [2023-02-28T18:04:47.106Z] (52/79) Installing cjson (1.7.15-r3) [2023-02-28T18:04:47.106Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-02-28T18:04:47.106Z] (54/79) Installing librist (0.2.6-r1) [2023-02-28T18:04:47.106Z] (55/79) Installing libsrt (1.4.4-r0) [2023-02-28T18:04:47.106Z] (56/79) Installing libssh (0.9.6-r1) [2023-02-28T18:04:47.106Z] (57/79) Installing libtheora (1.1.1-r16) [2023-02-28T18:04:47.106Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-02-28T18:04:47.392Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-02-28T18:04:47.392Z] (60/79) Installing libxext (1.3.4-r0) [2023-02-28T18:04:47.392Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-02-28T18:04:47.392Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-02-28T18:04:47.392Z] (63/79) Installing libva (2.14.0-r0) [2023-02-28T18:04:47.392Z] (64/79) Installing libvdpau (1.5-r0) [2023-02-28T18:04:47.392Z] (65/79) Installing vidstab (1.1.0-r1) [2023-02-28T18:04:47.392Z] (66/79) Installing libvpx (1.11.0-r1) [2023-02-28T18:04:47.393Z] (67/79) Installing libwebp (1.2.3-r0) [2023-02-28T18:04:47.393Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-02-28T18:04:47.393Z] (69/79) Installing numactl (2.0.14-r0) [2023-02-28T18:04:47.393Z] (70/79) Installing x265-libs (3.5-r3) [2023-02-28T18:04:47.659Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-02-28T18:04:47.659Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-02-28T18:04:48.246Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-02-28T18:04:48.246Z] (74/79) Installing udev-init-scripts (35-r0) [2023-02-28T18:04:48.246Z] Executing udev-init-scripts-35-r0.post-install [2023-02-28T18:04:48.246Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-02-28T18:04:48.246Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-02-28T18:04:48.246Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-02-28T18:04:48.246Z] (78/79) Installing kmod-libs (29-r2) [2023-02-28T18:04:48.246Z] (79/79) Installing eudev (3.2.11-r0) [2023-02-28T18:04:48.246Z] Executing busybox-1.35.0-r17.trigger [2023-02-28T18:04:48.246Z] Executing eudev-3.2.11-r0.trigger [2023-02-28T18:04:48.246Z] OK: 77 MiB in 93 packages [2023-02-28T18:04:51.598Z] Removing intermediate container 3516a02d7804 [2023-02-28T18:04:51.598Z] ---> 0460f8836eb7 [2023-02-28T18:04:51.598Z] Step 18/35 : WORKDIR / [2023-02-28T18:04:51.598Z] ---> Running in a8f9e07137a0 [2023-02-28T18:04:51.870Z] Removing intermediate container a8f9e07137a0 [2023-02-28T18:04:51.870Z] ---> 88e49ecb1935 [2023-02-28T18:04:51.870Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-28T18:04:53.822Z] ---> 4557252eb4aa [2023-02-28T18:04:53.822Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-28T18:04:54.176Z] ---> e212a7d89f10 [2023-02-28T18:04:54.176Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-28T18:04:54.809Z] ---> 1d5fd2b1d9dc [2023-02-28T18:04:54.809Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-28T18:04:55.406Z] ---> 6948e67651bf [2023-02-28T18:04:55.406Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-28T18:04:55.678Z] ---> 28a29284bf2b [2023-02-28T18:04:55.678Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-28T18:04:56.287Z] ---> 1ee1745e0e90 [2023-02-28T18:04:56.287Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-28T18:04:57.743Z] ---> c33c6c9004d1 [2023-02-28T18:04:57.743Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-28T18:04:57.743Z] ---> Running in 2dca93e2d87a [2023-02-28T18:04:59.696Z] Removing intermediate container 2dca93e2d87a [2023-02-28T18:04:59.696Z] ---> 26db7c37b2f7 [2023-02-28T18:04:59.696Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-28T18:04:59.696Z] ---> Running in 9e9ed31d769c [2023-02-28T18:05:01.646Z] Removing intermediate container 9e9ed31d769c [2023-02-28T18:05:01.646Z] ---> e034e0fb7ba7 [2023-02-28T18:05:01.646Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-28T18:05:01.646Z] ---> Running in a627142121bf [2023-02-28T18:05:03.063Z] Removing intermediate container a627142121bf [2023-02-28T18:05:03.063Z] ---> 08ce5c9acbc6 [2023-02-28T18:05:03.063Z] Step 29/35 : EXPOSE 59983 [2023-02-28T18:05:03.063Z] ---> Running in 5cfcf4361615 [2023-02-28T18:05:03.337Z] Removing intermediate container 5cfcf4361615 [2023-02-28T18:05:03.337Z] ---> ff2066aa624c [2023-02-28T18:05:03.337Z] Step 30/35 : EXPOSE 8554 [2023-02-28T18:05:03.603Z] ---> Running in 3e5c2efb6e04 [2023-02-28T18:05:03.871Z] Removing intermediate container 3e5c2efb6e04 [2023-02-28T18:05:03.871Z] ---> 955d8d299ce9 [2023-02-28T18:05:03.871Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-28T18:05:03.871Z] ---> Running in df2bf7ca23bd [2023-02-28T18:05:04.456Z] Removing intermediate container df2bf7ca23bd [2023-02-28T18:05:04.456Z] ---> 3481d1cdd582 [2023-02-28T18:05:04.456Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-28T18:05:04.456Z] ---> Running in a39e0916a426 [2023-02-28T18:05:04.723Z] Removing intermediate container a39e0916a426 [2023-02-28T18:05:04.723Z] ---> 10af0c1ee931 [2023-02-28T18:05:04.723Z] Step 33/35 : LABEL arch=arm64 [2023-02-28T18:05:04.723Z] ---> Running in 31c56c323dd5 [2023-02-28T18:05:05.306Z] Removing intermediate container 31c56c323dd5 [2023-02-28T18:05:05.306Z] ---> ca26ba5309f1 [2023-02-28T18:05:05.306Z] Step 34/35 : LABEL git_sha=87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T18:05:05.306Z] ---> Running in b37a3155977b [2023-02-28T18:05:05.573Z] Removing intermediate container b37a3155977b [2023-02-28T18:05:05.573Z] ---> f4d0075f6907 [2023-02-28T18:05:05.573Z] Step 35/35 : LABEL version=3.0.0-dev.9 [2023-02-28T18:05:05.573Z] ---> Running in d5d75a06fbb9 [2023-02-28T18:05:05.842Z] Removing intermediate container d5d75a06fbb9 [2023-02-28T18:05:05.842Z] ---> 40aa58edd9f6 [2023-02-28T18:05:05.842Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-28T18:05:05.842Z] Successfully built 40aa58edd9f6 [2023-02-28T18:05:05.842Z] 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-02-28T18:05:05.930Z] provisioning config files... [2023-02-28T18:05:05.945Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/80@tmp/config6307414058923328068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:05:06.287Z] ---> docker-login.sh [2023-02-28T18:05:06.287Z] nexus3.edgexfoundry.org:10001 [2023-02-28T18:05:06.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T18:05:06.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T18:05:06.555Z] Configure a credential helper to remove this warning. See [2023-02-28T18:05:06.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T18:05:06.555Z] [2023-02-28T18:05:06.555Z] Login Succeeded [2023-02-28T18:05:06.555Z] nexus3.edgexfoundry.org:10002 [2023-02-28T18:05:06.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T18:05:07.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T18:05:07.088Z] Configure a credential helper to remove this warning. See [2023-02-28T18:05:07.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T18:05:07.088Z] [2023-02-28T18:05:07.088Z] Login Succeeded [2023-02-28T18:05:07.088Z] nexus3.edgexfoundry.org:10003 [2023-02-28T18:05:07.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T18:05:07.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T18:05:07.355Z] Configure a credential helper to remove this warning. See [2023-02-28T18:05:07.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T18:05:07.355Z] [2023-02-28T18:05:07.355Z] Login Succeeded [2023-02-28T18:05:07.355Z] nexus3.edgexfoundry.org:10004 [2023-02-28T18:05:07.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T18:05:07.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T18:05:07.622Z] Configure a credential helper to remove this warning. See [2023-02-28T18:05:07.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T18:05:07.622Z] [2023-02-28T18:05:07.622Z] Login Succeeded [2023-02-28T18:05:07.622Z] docker.io [2023-02-28T18:05:07.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-28T18:05:08.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-28T18:05:08.157Z] Configure a credential helper to remove this warning. See [2023-02-28T18:05:08.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-28T18:05:08.157Z] [2023-02-28T18:05:08.157Z] Login Succeeded [2023-02-28T18:05:08.423Z] ---> docker-login.sh ends [Pipeline] } [2023-02-28T18:05:08.436Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T18:05:08.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-28T18:05:08.479Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-02-28T18:05:08.479Z] 87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T18:05:08.479Z] latest [2023-02-28T18:05:08.479Z] 3.0.0-dev.9 [2023-02-28T18:05:08.479Z] 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T18:05:08.479Z] main [2023-02-28T18:05:08.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:08.815Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:09.162Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T18:05:09.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T18:05:09.162Z] 1bee64fad784: Preparing [2023-02-28T18:05:09.162Z] 045ccab064bc: Preparing [2023-02-28T18:05:09.162Z] a66dd101cefe: Preparing [2023-02-28T18:05:09.162Z] a43932d1df72: Preparing [2023-02-28T18:05:09.162Z] 1207169bf42c: Preparing [2023-02-28T18:05:09.162Z] ecb9f392b665: Preparing [2023-02-28T18:05:09.162Z] 5bbdc774170d: Preparing [2023-02-28T18:05:09.162Z] 143487cac1ba: Preparing [2023-02-28T18:05:09.162Z] 3149cc3b13ae: Preparing [2023-02-28T18:05:09.162Z] 474ff915a301: Preparing [2023-02-28T18:05:09.162Z] 3301dede809b: Preparing [2023-02-28T18:05:09.162Z] f70ee36035b9: Preparing [2023-02-28T18:05:09.162Z] 5bbdc774170d: Waiting [2023-02-28T18:05:09.162Z] 143487cac1ba: Waiting [2023-02-28T18:05:09.162Z] 3149cc3b13ae: Waiting [2023-02-28T18:05:09.162Z] 474ff915a301: Waiting [2023-02-28T18:05:09.162Z] 3301dede809b: Waiting [2023-02-28T18:05:09.162Z] f70ee36035b9: Waiting [2023-02-28T18:05:09.162Z] ecb9f392b665: Waiting [2023-02-28T18:05:09.440Z] 1207169bf42c: Pushed [2023-02-28T18:05:09.440Z] 045ccab064bc: Pushed [2023-02-28T18:05:09.440Z] a66dd101cefe: Pushed [2023-02-28T18:05:09.440Z] 1bee64fad784: Pushed [2023-02-28T18:05:09.709Z] ecb9f392b665: Pushed [2023-02-28T18:05:09.709Z] 5bbdc774170d: Pushed [2023-02-28T18:05:09.709Z] 143487cac1ba: Pushed [2023-02-28T18:05:09.709Z] 3149cc3b13ae: Pushed [2023-02-28T18:05:09.709Z] f70ee36035b9: Layer already exists [2023-02-28T18:05:13.984Z] a43932d1df72: Pushed [2023-02-28T18:05:15.408Z] 474ff915a301: Pushed [2023-02-28T18:05:27.748Z] 3301dede809b: Pushed [2023-02-28T18:05:27.748Z] 87705a392df95c720bda82ac1b9f5f1497326bc3: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:28.107Z] + 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-02-28T18:05:28.461Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-28T18:05:28.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T18:05:28.461Z] 1bee64fad784: Preparing [2023-02-28T18:05:28.461Z] 045ccab064bc: Preparing [2023-02-28T18:05:28.461Z] a66dd101cefe: Preparing [2023-02-28T18:05:28.461Z] a43932d1df72: Preparing [2023-02-28T18:05:28.461Z] 1207169bf42c: Preparing [2023-02-28T18:05:28.461Z] ecb9f392b665: Preparing [2023-02-28T18:05:28.461Z] 5bbdc774170d: Preparing [2023-02-28T18:05:28.461Z] 143487cac1ba: Preparing [2023-02-28T18:05:28.461Z] 3149cc3b13ae: Preparing [2023-02-28T18:05:28.461Z] 474ff915a301: Preparing [2023-02-28T18:05:28.461Z] 3301dede809b: Preparing [2023-02-28T18:05:28.461Z] f70ee36035b9: Preparing [2023-02-28T18:05:28.461Z] 3149cc3b13ae: Waiting [2023-02-28T18:05:28.461Z] 474ff915a301: Waiting [2023-02-28T18:05:28.461Z] 3301dede809b: Waiting [2023-02-28T18:05:28.461Z] 5bbdc774170d: Waiting [2023-02-28T18:05:28.461Z] ecb9f392b665: Waiting [2023-02-28T18:05:28.461Z] 143487cac1ba: Waiting [2023-02-28T18:05:28.461Z] a66dd101cefe: Layer already exists [2023-02-28T18:05:28.461Z] 1207169bf42c: Layer already exists [2023-02-28T18:05:28.461Z] a43932d1df72: Layer already exists [2023-02-28T18:05:28.461Z] 1bee64fad784: Layer already exists [2023-02-28T18:05:28.461Z] 045ccab064bc: Layer already exists [2023-02-28T18:05:28.461Z] ecb9f392b665: Layer already exists [2023-02-28T18:05:28.461Z] 5bbdc774170d: Layer already exists [2023-02-28T18:05:28.461Z] 143487cac1ba: Layer already exists [2023-02-28T18:05:28.461Z] 474ff915a301: Layer already exists [2023-02-28T18:05:28.461Z] 3149cc3b13ae: Layer already exists [2023-02-28T18:05:28.461Z] 3301dede809b: Layer already exists [2023-02-28T18:05:28.461Z] f70ee36035b9: Layer already exists [2023-02-28T18:05:28.728Z] latest: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:29.091Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:29.443Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 [2023-02-28T18:05:29.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T18:05:29.443Z] 1bee64fad784: Preparing [2023-02-28T18:05:29.443Z] 045ccab064bc: Preparing [2023-02-28T18:05:29.443Z] a66dd101cefe: Preparing [2023-02-28T18:05:29.443Z] a43932d1df72: Preparing [2023-02-28T18:05:29.443Z] 1207169bf42c: Preparing [2023-02-28T18:05:29.443Z] ecb9f392b665: Preparing [2023-02-28T18:05:29.443Z] 5bbdc774170d: Preparing [2023-02-28T18:05:29.443Z] 143487cac1ba: Preparing [2023-02-28T18:05:29.443Z] ecb9f392b665: Waiting [2023-02-28T18:05:29.443Z] 3149cc3b13ae: Preparing [2023-02-28T18:05:29.443Z] 5bbdc774170d: Waiting [2023-02-28T18:05:29.443Z] 143487cac1ba: Waiting [2023-02-28T18:05:29.443Z] 3149cc3b13ae: Waiting [2023-02-28T18:05:29.443Z] 474ff915a301: Preparing [2023-02-28T18:05:29.443Z] 3301dede809b: Preparing [2023-02-28T18:05:29.443Z] f70ee36035b9: Preparing [2023-02-28T18:05:29.443Z] 474ff915a301: Waiting [2023-02-28T18:05:29.443Z] f70ee36035b9: Waiting [2023-02-28T18:05:29.443Z] 3301dede809b: Waiting [2023-02-28T18:05:29.443Z] 1bee64fad784: Layer already exists [2023-02-28T18:05:29.443Z] a66dd101cefe: Layer already exists [2023-02-28T18:05:29.443Z] 1207169bf42c: Layer already exists [2023-02-28T18:05:29.443Z] 045ccab064bc: Layer already exists [2023-02-28T18:05:29.443Z] a43932d1df72: Layer already exists [2023-02-28T18:05:29.443Z] 5bbdc774170d: Layer already exists [2023-02-28T18:05:29.443Z] ecb9f392b665: Layer already exists [2023-02-28T18:05:29.443Z] 3149cc3b13ae: Layer already exists [2023-02-28T18:05:29.443Z] 143487cac1ba: Layer already exists [2023-02-28T18:05:29.443Z] 474ff915a301: Layer already exists [2023-02-28T18:05:29.443Z] f70ee36035b9: Layer already exists [2023-02-28T18:05:29.443Z] 3301dede809b: Layer already exists [2023-02-28T18:05:29.711Z] 3.0.0-dev.9: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:30.161Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:30.511Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T18:05:30.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T18:05:30.511Z] 1bee64fad784: Preparing [2023-02-28T18:05:30.511Z] 045ccab064bc: Preparing [2023-02-28T18:05:30.511Z] a66dd101cefe: Preparing [2023-02-28T18:05:30.511Z] a43932d1df72: Preparing [2023-02-28T18:05:30.511Z] 1207169bf42c: Preparing [2023-02-28T18:05:30.511Z] ecb9f392b665: Preparing [2023-02-28T18:05:30.511Z] 5bbdc774170d: Preparing [2023-02-28T18:05:30.511Z] 143487cac1ba: Preparing [2023-02-28T18:05:30.511Z] 3149cc3b13ae: Preparing [2023-02-28T18:05:30.511Z] 474ff915a301: Preparing [2023-02-28T18:05:30.511Z] 3301dede809b: Preparing [2023-02-28T18:05:30.511Z] f70ee36035b9: Preparing [2023-02-28T18:05:30.511Z] 143487cac1ba: Waiting [2023-02-28T18:05:30.511Z] 3149cc3b13ae: Waiting [2023-02-28T18:05:30.511Z] 474ff915a301: Waiting [2023-02-28T18:05:30.511Z] 3301dede809b: Waiting [2023-02-28T18:05:30.511Z] f70ee36035b9: Waiting [2023-02-28T18:05:30.511Z] ecb9f392b665: Waiting [2023-02-28T18:05:30.511Z] 5bbdc774170d: Waiting [2023-02-28T18:05:30.781Z] a66dd101cefe: Layer already exists [2023-02-28T18:05:30.781Z] 1207169bf42c: Layer already exists [2023-02-28T18:05:30.781Z] a43932d1df72: Layer already exists [2023-02-28T18:05:30.781Z] 1bee64fad784: Layer already exists [2023-02-28T18:05:30.781Z] 045ccab064bc: Layer already exists [2023-02-28T18:05:30.781Z] 5bbdc774170d: Layer already exists [2023-02-28T18:05:30.781Z] 143487cac1ba: Layer already exists [2023-02-28T18:05:30.781Z] ecb9f392b665: Layer already exists [2023-02-28T18:05:30.781Z] 474ff915a301: Layer already exists [2023-02-28T18:05:30.781Z] 3149cc3b13ae: Layer already exists [2023-02-28T18:05:30.781Z] 3301dede809b: Layer already exists [2023-02-28T18:05:30.781Z] f70ee36035b9: Layer already exists [2023-02-28T18:05:30.781Z] 87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:31.133Z] + 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-02-28T18:05:31.475Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-02-28T18:05:31.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-28T18:05:31.475Z] 1bee64fad784: Preparing [2023-02-28T18:05:31.475Z] 045ccab064bc: Preparing [2023-02-28T18:05:31.475Z] a66dd101cefe: Preparing [2023-02-28T18:05:31.475Z] a43932d1df72: Preparing [2023-02-28T18:05:31.475Z] 1207169bf42c: Preparing [2023-02-28T18:05:31.475Z] ecb9f392b665: Preparing [2023-02-28T18:05:31.475Z] 5bbdc774170d: Preparing [2023-02-28T18:05:31.475Z] 143487cac1ba: Preparing [2023-02-28T18:05:31.475Z] 3149cc3b13ae: Preparing [2023-02-28T18:05:31.475Z] 474ff915a301: Preparing [2023-02-28T18:05:31.475Z] 3301dede809b: Preparing [2023-02-28T18:05:31.475Z] f70ee36035b9: Preparing [2023-02-28T18:05:31.475Z] ecb9f392b665: Waiting [2023-02-28T18:05:31.475Z] 5bbdc774170d: Waiting [2023-02-28T18:05:31.475Z] 143487cac1ba: Waiting [2023-02-28T18:05:31.475Z] 3149cc3b13ae: Waiting [2023-02-28T18:05:31.475Z] 474ff915a301: Waiting [2023-02-28T18:05:31.475Z] 3301dede809b: Waiting [2023-02-28T18:05:31.475Z] f70ee36035b9: Waiting [2023-02-28T18:05:31.475Z] a43932d1df72: Layer already exists [2023-02-28T18:05:31.475Z] 1bee64fad784: Layer already exists [2023-02-28T18:05:31.475Z] a66dd101cefe: Layer already exists [2023-02-28T18:05:31.475Z] 1207169bf42c: Layer already exists [2023-02-28T18:05:31.475Z] 045ccab064bc: Layer already exists [2023-02-28T18:05:31.475Z] 143487cac1ba: Layer already exists [2023-02-28T18:05:31.475Z] 3149cc3b13ae: Layer already exists [2023-02-28T18:05:31.475Z] 5bbdc774170d: Layer already exists [2023-02-28T18:05:31.475Z] ecb9f392b665: Layer already exists [2023-02-28T18:05:31.475Z] 474ff915a301: Layer already exists [2023-02-28T18:05:31.743Z] f70ee36035b9: Layer already exists [2023-02-28T18:05:31.743Z] 3301dede809b: Layer already exists [2023-02-28T18:05:31.743Z] main: digest: sha256:2788f67a3c4adaffc6e8fe314c066ce51733305f3598b28d13dbe48e3991f96b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-28T18:05:31.794Z] ===================================================== [Pipeline] echo [2023-02-28T18:05:31.806Z] taggedImages: [2023-02-28T18:05:31.806Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3 [2023-02-28T18:05:31.806Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-28T18:05:31.806Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.9 [2023-02-28T18:05:31.806Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:87705a392df95c720bda82ac1b9f5f1497326bc3-3.0.0-dev.9 [2023-02-28T18:05:31.806Z] - 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-02-28T18:05:32.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T18:05:32.180Z] [2023-02-28T18:05:32.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:05:32.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T18:05:32.785Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-28T18:05:32.785Z] 8998bd30e6a1: Pulling fs layer [2023-02-28T18:05:32.785Z] 04944245beec: Pulling fs layer [2023-02-28T18:05:32.785Z] 699f458cf7ca: Pulling fs layer [2023-02-28T18:05:32.785Z] 765212b225bb: Pulling fs layer [2023-02-28T18:05:32.785Z] f23df028b6ca: Pulling fs layer [2023-02-28T18:05:32.785Z] d65c8cfc05b1: Pulling fs layer [2023-02-28T18:05:32.785Z] 2437ff75d9bd: Pulling fs layer [2023-02-28T18:05:32.785Z] f23df028b6ca: Waiting [2023-02-28T18:05:32.785Z] d65c8cfc05b1: Waiting [2023-02-28T18:05:32.785Z] 2437ff75d9bd: Waiting [2023-02-28T18:05:32.785Z] 765212b225bb: Waiting [2023-02-28T18:05:32.785Z] 04944245beec: Verifying Checksum [2023-02-28T18:05:32.785Z] 04944245beec: Download complete [2023-02-28T18:05:32.785Z] 765212b225bb: Verifying Checksum [2023-02-28T18:05:32.785Z] 765212b225bb: Download complete [2023-02-28T18:05:32.785Z] f23df028b6ca: Verifying Checksum [2023-02-28T18:05:32.785Z] f23df028b6ca: Download complete [2023-02-28T18:05:32.785Z] d65c8cfc05b1: Verifying Checksum [2023-02-28T18:05:32.785Z] d65c8cfc05b1: Download complete [2023-02-28T18:05:33.053Z] 699f458cf7ca: Verifying Checksum [2023-02-28T18:05:33.054Z] 699f458cf7ca: Download complete [2023-02-28T18:05:33.322Z] 8998bd30e6a1: Verifying Checksum [2023-02-28T18:05:33.322Z] 8998bd30e6a1: Download complete [2023-02-28T18:05:35.913Z] 2437ff75d9bd: Verifying Checksum [2023-02-28T18:05:35.913Z] 2437ff75d9bd: Download complete [2023-02-28T18:05:37.863Z] 8998bd30e6a1: Pull complete [2023-02-28T18:05:38.131Z] 04944245beec: Pull complete [2023-02-28T18:05:39.544Z] 699f458cf7ca: Pull complete [2023-02-28T18:05:39.544Z] 765212b225bb: Pull complete [2023-02-28T18:05:40.509Z] f23df028b6ca: Pull complete [2023-02-28T18:05:40.509Z] d65c8cfc05b1: Pull complete [2023-02-28T18:05:55.502Z] 2437ff75d9bd: Pull complete [2023-02-28T18:05:55.502Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-28T18:05:55.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-28T18:05:55.503Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:05:55.690Z] prd-ubuntu20.04-docker-arm64-4c-16g-7773 does not seem to be running inside a container [2023-02-28T18:05:55.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/80 -v /w/workspace/device-usb-camera/80:/w/workspace/device-usb-camera/80:rw,z -v /w/workspace/device-usb-camera/80@tmp:/w/workspace/device-usb-camera/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-28T18:05:58.469Z] $ docker top 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:05:59.299Z] ---> job-cost.sh [2023-02-28T18:05:59.300Z] lf-activate-venv: SKIPPING [2023-02-28T18:05:59.300Z] INFO: No Stack... [2023-02-28T18:05:59.565Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-28T18:06:00.529Z] INFO: Archiving Costs [Pipeline] sh [2023-02-28T18:06:01.169Z] + + cutcat -d, /w/workspace/device-usb-camera/80/archives/cost.csv -f6 [2023-02-28T18:06:01.169Z] [Pipeline] lock [2023-02-28T18:06:01.241Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [2023-02-28T18:06:01.248Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] did not exist. Created. [2023-02-28T18:06:01.248Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-28T18:06:01.899Z] /w/workspace/device-usb-camera/80@tmp/durable-22ae9d3e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-28T18:06:02.551Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-28T18:06:02.576Z] Warning: overwriting stash ‘stack-cost’ [2023-02-28T18:06:02.632Z] Stashed 1 file(s) [Pipeline] } [2023-02-28T18:06:02.643Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-80-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-28T18:06:02.659Z] $ docker stop --time=1 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab [2023-02-28T18:06:04.180Z] $ docker rm -f --volumes 318df93a6ca40b82fe10d97cb8aeb56543267d3736af83519f336b0b18c34bab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-28T18:06:04.553Z] provisioning config files... [2023-02-28T18:06:04.559Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1660891745930494403tmp [Pipeline] { [Pipeline] sh [2023-02-28T18:06:04.848Z] + set +x [2023-02-28T18:06:04.849Z] + curl -s https://codecov.io/bash [2023-02-28T18:06:04.849Z] + bash -s -- [2023-02-28T18:06:04.849Z] [2023-02-28T18:06:04.849Z] _____ _ [2023-02-28T18:06:04.849Z] / ____| | | [2023-02-28T18:06:04.849Z] | | ___ __| | ___ ___ _____ __ [2023-02-28T18:06:04.849Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-28T18:06:04.849Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-28T18:06:04.849Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-28T18:06:04.849Z] Bash-1.0.6 [2023-02-28T18:06:04.849Z] [2023-02-28T18:06:04.849Z] [2023-02-28T18:06:04.849Z] ==> git version 2.25.1 found [2023-02-28T18:06:04.849Z] ==> 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-02-28T18:06:04.849Z] Release-Date: 2020-01-08 [2023-02-28T18:06:04.849Z] 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-02-28T18:06:04.849Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-28T18:06:04.849Z] ==> Jenkins CI detected. [2023-02-28T18:06:04.849Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-02-28T18:06:04.849Z] project root: . [2023-02-28T18:06:04.849Z] --> token set from env [2023-02-28T18:06:04.849Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-28T18:06:05.108Z] ==> Running gcov in . (disable via -X gcov) [2023-02-28T18:06:05.108Z] ==> Python coveragepy not found [2023-02-28T18:06:05.108Z] ==> Searching for coverage reports in: [2023-02-28T18:06:05.108Z] + . [2023-02-28T18:06:05.108Z] -> Found 1 reports [2023-02-28T18:06:05.108Z] ==> Detecting git/mercurial file structure [2023-02-28T18:06:05.108Z] ==> Reading reports [2023-02-28T18:06:05.108Z] + ./coverage.out bytes=30666 [2023-02-28T18:06:05.108Z] ==> Appending adjustments [2023-02-28T18:06:05.108Z] https://docs.codecov.io/docs/fixing-reports [2023-02-28T18:06:05.108Z] + Found adjustments [2023-02-28T18:06:05.108Z] ==> Gzipping contents [2023-02-28T18:06:05.108Z] 8.0K /tmp/codecov.J9ZFlu.gz [2023-02-28T18:06:05.108Z] ==> Uploading reports [2023-02-28T18:06:05.108Z] url: https://codecov.io [2023-02-28T18:06:05.108Z] query: branch=main&commit=87705a392df95c720bda82ac1b9f5f1497326bc3&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-28T18:06:05.108Z] -> Pinging Codecov [2023-02-28T18:06:05.108Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=87705a392df95c720bda82ac1b9f5f1497326bc3&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-28T18:06:05.366Z] -> Uploading to [2023-02-28T18:06:05.366Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-28/73D8F5FF140700D3E01443B452E23636/87705a392df95c720bda82ac1b9f5f1497326bc3/3cf1fbee-32a9-4f51-ae44-607e9484f67a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230228T180605Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20a81cd32a24659c8fbbe817c5ec416151643ef576efc139b0f2ba0f9aa27d0a [2023-02-28T18:06:05.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-28T18:06:05.366Z] Dload Upload Total Spent Left Speed [2023-02-28T18:06:05.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4286 0 0 100 4286 0 13228 --:--:-- --:--:-- --:--:-- 13269 [2023-02-28T18:06:05.626Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] } [2023-02-28T18:06:05.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-28T18:06:05.843Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-28T18:06:05.853Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:06.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T18:06:06.154Z] [2023-02-28T18:06:06.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:06.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T18:06:06.455Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-28T18:06:06.455Z] df9b9388f04a: Pulling fs layer [2023-02-28T18:06:06.455Z] 52dc419b0ee2: Pulling fs layer [2023-02-28T18:06:06.455Z] 25bc292e5bac: Pulling fs layer [2023-02-28T18:06:06.455Z] 114826534d7a: Pulling fs layer [2023-02-28T18:06:06.455Z] 4657fd5d0bcf: Pulling fs layer [2023-02-28T18:06:06.455Z] 6ad1cebc031e: Pulling fs layer [2023-02-28T18:06:06.455Z] 8a3aa393b2d8: Pulling fs layer [2023-02-28T18:06:06.455Z] 4657fd5d0bcf: Waiting [2023-02-28T18:06:06.455Z] 114826534d7a: Waiting [2023-02-28T18:06:06.455Z] 6ad1cebc031e: Waiting [2023-02-28T18:06:06.455Z] 8a3aa393b2d8: Waiting [2023-02-28T18:06:06.455Z] 25bc292e5bac: Verifying Checksum [2023-02-28T18:06:06.455Z] 25bc292e5bac: Download complete [2023-02-28T18:06:06.455Z] 52dc419b0ee2: Verifying Checksum [2023-02-28T18:06:06.455Z] 52dc419b0ee2: Download complete [2023-02-28T18:06:06.455Z] 4657fd5d0bcf: Verifying Checksum [2023-02-28T18:06:06.455Z] 4657fd5d0bcf: Download complete [2023-02-28T18:06:06.455Z] df9b9388f04a: Download complete [2023-02-28T18:06:06.713Z] df9b9388f04a: Pull complete [2023-02-28T18:06:06.713Z] 52dc419b0ee2: Pull complete [2023-02-28T18:06:06.713Z] 6ad1cebc031e: Verifying Checksum [2023-02-28T18:06:06.713Z] 6ad1cebc031e: Download complete [2023-02-28T18:06:06.713Z] 25bc292e5bac: Pull complete [2023-02-28T18:06:07.280Z] 114826534d7a: Download complete [2023-02-28T18:06:07.538Z] 8a3aa393b2d8: Verifying Checksum [2023-02-28T18:06:07.538Z] 8a3aa393b2d8: Download complete [2023-02-28T18:06:10.818Z] 114826534d7a: Pull complete [2023-02-28T18:06:10.818Z] 4657fd5d0bcf: Pull complete [2023-02-28T18:06:11.076Z] 6ad1cebc031e: Pull complete [2023-02-28T18:06:13.604Z] 8a3aa393b2d8: Pull complete [2023-02-28T18:06:14.172Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-28T18:06:14.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-28T18:06:14.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:06:14.257Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:06:14.299Z] $ 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-02-28T18:06:17.182Z] $ docker top 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-28T18:06:17.239Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-02-28T18:06:17.515Z] + set -o pipefail [2023-02-28T18:06:17.515Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-02-28T18:06:22.780Z] [2023-02-28T18:06:22.780Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-02-28T18:06:22.780Z] [2023-02-28T18:06:22.780Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/086ca8ac-ed7f-4c24-a670-57b3ee72fa38 [2023-02-28T18:06:22.780Z] [2023-02-28T18:06:22.780Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-28T18:06:22.780Z] [2023-02-28T18:06:22.780Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-28T18:06:22.780Z] [2023-02-28T18:06:23.348Z] [2023-02-28T18:06:23.348Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-28T18:06:23.348Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-28T18:06:23.348Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-28T18:06:23.363Z] $ docker stop --time=1 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 [2023-02-28T18:06:26.129Z] $ docker rm -f --volumes 860e9e7d28f8b74c12bd26251e2b80c8dddfb00452f68c39aa00782153d5aaa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-28T18:06:26.800Z] + git log --format=format:%s -1 87705a392df95c720bda82ac1b9f5f1497326bc3 [Pipeline] sh [2023-02-28T18:06:27.096Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T18:06:27.096Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:27.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T18:06:27.402Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:06:27.477Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:06:27.508Z] $ 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-02-28T18:06:27.922Z] $ docker top 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f -eo pid,comm [2023-02-28T18:06:27.965Z] 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-02-28T18:06:27.965Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T18:06:28.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T18:06:28.006Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T18:06:28.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T18:06:28.125Z] $ docker exec 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f ssh-agent [2023-02-28T18:06:28.218Z] SSH_AUTH_SOCK=/tmp/ssh-HkiOcS4duKMW/agent.31 [2023-02-28T18:06:28.218Z] SSH_AGENT_PID=37 [2023-02-28T18:06:28.223Z] Running ssh-add (command line suppressed) [2023-02-28T18:06:28.322Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10554685142771160009.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10554685142771160009.key) [2023-02-28T18:06:28.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T18:06:28.617Z] + git semver tag [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,787 [run_tag] DEBUG tag force:False [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,787 [check_head_tag] DEBUG check head tag [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,788 [execute] INFO git cat-file --batch-check [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,789 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,792 [execute] INFO git cat-file --batch [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,793 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,813 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,813 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,813 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-28T18:06:28.876Z] 2023-02-28 18:06:28,818 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:28.876Z] 3.0.0-dev.9 [Pipeline] } [2023-02-28T18:06:28.890Z] $ docker exec --env ******** --env ******** 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f ssh-agent -k [2023-02-28T18:06:28.975Z] unset SSH_AUTH_SOCK; [2023-02-28T18:06:28.976Z] unset SSH_AGENT_PID; [2023-02-28T18:06:28.976Z] echo Agent pid 37 killed; [2023-02-28T18:06:28.980Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T18:06:29.280Z] + git semver [Pipeline] } [2023-02-28T18:06:29.557Z] $ docker stop --time=1 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f [2023-02-28T18:06:30.837Z] $ docker rm -f --volumes 3ea7ef748fc2627ad66043045345389acc550f641d04f926dde168360a763a5f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:31.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T18:06:31.197Z] [2023-02-28T18:06:31.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:31.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T18:06:31.496Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-28T18:06:31.496Z] ab5ef0e58194: Pulling fs layer [2023-02-28T18:06:31.496Z] 9712f1f96733: Pulling fs layer [2023-02-28T18:06:31.496Z] 63f879dbbcfc: Pulling fs layer [2023-02-28T18:06:31.496Z] 0d9ebad4ef96: Pulling fs layer [2023-02-28T18:06:31.496Z] e9a5061849ea: Pulling fs layer [2023-02-28T18:06:31.496Z] d747dcd14b5f: Pulling fs layer [2023-02-28T18:06:31.496Z] 2de7ff778b66: Pulling fs layer [2023-02-28T18:06:31.496Z] d747dcd14b5f: Waiting [2023-02-28T18:06:31.496Z] 0d9ebad4ef96: Waiting [2023-02-28T18:06:31.496Z] e9a5061849ea: Waiting [2023-02-28T18:06:31.496Z] 2de7ff778b66: Waiting [2023-02-28T18:06:31.496Z] 9712f1f96733: Verifying Checksum [2023-02-28T18:06:31.496Z] 9712f1f96733: Download complete [2023-02-28T18:06:31.757Z] 63f879dbbcfc: Verifying Checksum [2023-02-28T18:06:31.757Z] 63f879dbbcfc: Download complete [2023-02-28T18:06:32.016Z] e9a5061849ea: Verifying Checksum [2023-02-28T18:06:32.016Z] e9a5061849ea: Download complete [2023-02-28T18:06:32.016Z] d747dcd14b5f: Verifying Checksum [2023-02-28T18:06:32.016Z] d747dcd14b5f: Download complete [2023-02-28T18:06:32.016Z] ab5ef0e58194: Verifying Checksum [2023-02-28T18:06:32.016Z] ab5ef0e58194: Download complete [2023-02-28T18:06:32.273Z] 2de7ff778b66: Verifying Checksum [2023-02-28T18:06:32.273Z] 2de7ff778b66: Download complete [2023-02-28T18:06:32.531Z] 0d9ebad4ef96: Verifying Checksum [2023-02-28T18:06:32.531Z] 0d9ebad4ef96: Download complete [2023-02-28T18:06:34.433Z] ab5ef0e58194: Pull complete [2023-02-28T18:06:34.433Z] 9712f1f96733: Pull complete [2023-02-28T18:06:35.370Z] 63f879dbbcfc: Pull complete [2023-02-28T18:06:38.652Z] 0d9ebad4ef96: Pull complete [2023-02-28T18:06:38.652Z] e9a5061849ea: Pull complete [2023-02-28T18:06:38.909Z] d747dcd14b5f: Pull complete [2023-02-28T18:06:39.842Z] 2de7ff778b66: Pull complete [2023-02-28T18:06:39.842Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-28T18:06:39.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-28T18:06:39.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:06:39.913Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:06:39.946Z] $ 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-02-28T18:06:46.698Z] $ docker top 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-28T18:06:46.764Z] provisioning config files... [2023-02-28T18:06:46.773Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config12722243732754629104tmp [2023-02-28T18:06:46.783Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7252042714566546030tmp [2023-02-28T18:06:46.793Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config17467236429651574504tmp [Pipeline] { [Pipeline] echo [2023-02-28T18:06:46.807Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:06:47.092Z] ---> sigul-configuration.sh [2023-02-28T18:06:47.092Z] gpg: directory `/root/.gnupg' created [2023-02-28T18:06:47.092Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-28T18:06:47.092Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-28T18:06:47.092Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-28T18:06:47.092Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-28T18:06:47.092Z] gpg: CAST5 encrypted data [2023-02-28T18:06:47.092Z] gpg: encrypted with 1 passphrase [2023-02-28T18:06:47.092Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-28T18:06:47.381Z] + mkdir /home/jenkins [2023-02-28T18:06:47.381Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-28T18:06:47.667Z] + 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-02-28T18:06:47.677Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:06:47.968Z] ---> sigul-install.sh [2023-02-28T18:06:47.968Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-28T18:06:48.260Z] + git tag --list [2023-02-28T18:06:48.260Z] v0.0.0 [2023-02-28T18:06:48.260Z] v0.0.1-dev.1 [2023-02-28T18:06:48.260Z] v0.0.1-dev.10 [2023-02-28T18:06:48.260Z] v0.0.1-dev.11 [2023-02-28T18:06:48.260Z] v0.0.1-dev.12 [2023-02-28T18:06:48.260Z] v0.0.1-dev.13 [2023-02-28T18:06:48.260Z] v0.0.1-dev.14 [2023-02-28T18:06:48.260Z] v0.0.1-dev.15 [2023-02-28T18:06:48.260Z] v0.0.1-dev.16 [2023-02-28T18:06:48.260Z] v0.0.1-dev.2 [2023-02-28T18:06:48.260Z] v0.0.1-dev.3 [2023-02-28T18:06:48.260Z] v0.0.1-dev.4 [2023-02-28T18:06:48.260Z] v0.0.1-dev.5 [2023-02-28T18:06:48.260Z] v0.0.1-dev.6 [2023-02-28T18:06:48.260Z] v0.0.1-dev.7 [2023-02-28T18:06:48.260Z] v0.0.1-dev.8 [2023-02-28T18:06:48.260Z] v0.0.1-dev.9 [2023-02-28T18:06:48.260Z] v2.2.0 [2023-02-28T18:06:48.260Z] v2.2.0-dev.17 [2023-02-28T18:06:48.260Z] v2.2.0-dev.18 [2023-02-28T18:06:48.260Z] v2.2.0-dev.19 [2023-02-28T18:06:48.260Z] v2.2.0-dev.20 [2023-02-28T18:06:48.260Z] v2.2.0-dev.21 [2023-02-28T18:06:48.260Z] v2.2.0-dev.22 [2023-02-28T18:06:48.260Z] v2.2.0-dev.23 [2023-02-28T18:06:48.260Z] v2.2.0-dev.24 [2023-02-28T18:06:48.260Z] v2.2.0-dev.25 [2023-02-28T18:06:48.260Z] v2.2.0-dev.26 [2023-02-28T18:06:48.260Z] v2.2.0-dev.27 [2023-02-28T18:06:48.260Z] v2.3.0 [2023-02-28T18:06:48.260Z] v2.3.0-dev.1 [2023-02-28T18:06:48.260Z] v2.3.0-dev.10 [2023-02-28T18:06:48.260Z] v2.3.0-dev.11 [2023-02-28T18:06:48.260Z] v2.3.0-dev.12 [2023-02-28T18:06:48.260Z] v2.3.0-dev.13 [2023-02-28T18:06:48.260Z] v2.3.0-dev.14 [2023-02-28T18:06:48.260Z] v2.3.0-dev.15 [2023-02-28T18:06:48.260Z] v2.3.0-dev.16 [2023-02-28T18:06:48.260Z] v2.3.0-dev.17 [2023-02-28T18:06:48.260Z] v2.3.0-dev.18 [2023-02-28T18:06:48.260Z] v2.3.0-dev.19 [2023-02-28T18:06:48.260Z] v2.3.0-dev.2 [2023-02-28T18:06:48.260Z] v2.3.0-dev.20 [2023-02-28T18:06:48.260Z] v2.3.0-dev.21 [2023-02-28T18:06:48.260Z] v2.3.0-dev.22 [2023-02-28T18:06:48.260Z] v2.3.0-dev.23 [2023-02-28T18:06:48.260Z] v2.3.0-dev.24 [2023-02-28T18:06:48.260Z] v2.3.0-dev.25 [2023-02-28T18:06:48.260Z] v2.3.0-dev.26 [2023-02-28T18:06:48.260Z] v2.3.0-dev.27 [2023-02-28T18:06:48.260Z] v2.3.0-dev.28 [2023-02-28T18:06:48.260Z] v2.3.0-dev.3 [2023-02-28T18:06:48.260Z] v2.3.0-dev.4 [2023-02-28T18:06:48.260Z] v2.3.0-dev.5 [2023-02-28T18:06:48.260Z] v2.3.0-dev.6 [2023-02-28T18:06:48.260Z] v2.3.0-dev.7 [2023-02-28T18:06:48.260Z] v2.3.0-dev.8 [2023-02-28T18:06:48.260Z] v2.3.0-dev.9 [2023-02-28T18:06:48.260Z] v3.0.0-dev.1 [2023-02-28T18:06:48.260Z] v3.0.0-dev.2 [2023-02-28T18:06:48.260Z] v3.0.0-dev.3 [2023-02-28T18:06:48.260Z] v3.0.0-dev.4 [2023-02-28T18:06:48.260Z] v3.0.0-dev.5 [2023-02-28T18:06:48.260Z] v3.0.0-dev.6 [2023-02-28T18:06:48.260Z] v3.0.0-dev.7 [2023-02-28T18:06:48.260Z] v3.0.0-dev.8 [2023-02-28T18:06:48.260Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-28T18:06:48.547Z] + lftools sign git-tag v3.0.0-dev.9 [2023-02-28T18:06:49.152Z] Signing Git tag with Sigul... [2023-02-28T18:06:49.152Z] Signing v3.0.0-dev.9 [Pipeline] echo [2023-02-28T18:06:49.650Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:06:49.942Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-28T18:06:49.950Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-28T18:06:50.052Z] $ docker stop --time=1 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 [2023-02-28T18:06:51.350Z] $ docker rm -f --volumes 30e683c2c5573485a67d7653f98fbe652b57caa91bad654e5bd8348c6b49ce50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-28T18:06:51.752Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T18:06:51.752Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:52.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T18:06:52.048Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:06:52.116Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:06:52.153Z] $ 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-02-28T18:06:52.541Z] $ docker top 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a -eo pid,comm [2023-02-28T18:06:52.578Z] 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-02-28T18:06:52.578Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T18:06:52.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T18:06:52.622Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T18:06:52.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T18:06:52.734Z] $ docker exec 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a ssh-agent [2023-02-28T18:06:52.839Z] SSH_AUTH_SOCK=/tmp/ssh-KChx05bngeuG/agent.32 [2023-02-28T18:06:52.839Z] SSH_AGENT_PID=38 [2023-02-28T18:06:52.844Z] Running ssh-add (command line suppressed) [2023-02-28T18:06:52.951Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12171660296244411780.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_12171660296244411780.key) [2023-02-28T18:06:52.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T18:06:53.248Z] + git semver bump pre [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [bump_version] DEBUG bumped version:3.0.0-dev.10 [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,434 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,436 [execute] INFO git cat-file --batch-check [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,436 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,441 [execute] INFO git cat-file --batch [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,441 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-28T18:06:53.511Z] 2023-02-28 18:06:53,445 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:06:53.511Z] 3.0.0-dev.10 [Pipeline] } [2023-02-28T18:06:53.528Z] $ docker exec --env ******** --env ******** 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a ssh-agent -k [2023-02-28T18:06:53.624Z] unset SSH_AUTH_SOCK; [2023-02-28T18:06:53.624Z] unset SSH_AGENT_PID; [2023-02-28T18:06:53.625Z] echo Agent pid 38 killed; [2023-02-28T18:06:53.629Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T18:06:53.937Z] + git semver [Pipeline] } [2023-02-28T18:06:54.219Z] $ docker stop --time=1 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a [2023-02-28T18:06:55.590Z] $ docker rm -f --volumes 1c894fcbf30d4221cdf5e3dcc7692cf19c0b233b805316deded751500b9d025a [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-28T18:06:55.943Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-28T18:06:55.943Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:06:56.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-28T18:06:56.246Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:06:56.349Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:06:56.386Z] $ 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-02-28T18:06:56.727Z] $ docker top e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 -eo pid,comm [2023-02-28T18:06:56.772Z] 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-02-28T18:06:56.772Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-28T18:06:56.813Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-28T18:06:56.813Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-28T18:06:56.924Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-28T18:06:56.931Z] $ docker exec e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 ssh-agent [2023-02-28T18:06:57.024Z] SSH_AUTH_SOCK=/tmp/ssh-EfI9gDtuE6WB/agent.32 [2023-02-28T18:06:57.024Z] SSH_AGENT_PID=38 [2023-02-28T18:06:57.029Z] Running ssh-add (command line suppressed) [2023-02-28T18:06:57.117Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10404013730293770585.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10404013730293770585.key) [2023-02-28T18:06:57.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-28T18:06:57.415Z] + git semver push [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,597 [run_push] DEBUG push [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,598 [execute] INFO git cat-file --batch-check [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,598 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,602 [execute] INFO git rev-list 31e9b4897f3b4af910ef6d250c6406c1b5431467 -- [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,602 [execute] DEBUG Popen(['git', 'rev-list', '31e9b4897f3b4af910ef6d250c6406c1b5431467', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,608 [execute] INFO git fetch -v origin [2023-02-28T18:06:57.673Z] 2023-02-28 18:06:57,608 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-28T18:06:58.242Z] 2023-02-28 18:06:58,204 [run_push] DEBUG no remote changes detected [2023-02-28T18:06:58.242Z] 2023-02-28 18:06:58,204 [execute] INFO git push origin semver [2023-02-28T18:06:58.242Z] 2023-02-28 18:06:58,205 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-28T18:06:59.179Z] 2023-02-28 18:06:59,023 [run_push] DEBUG push all version tags [2023-02-28T18:06:59.179Z] 2023-02-28 18:06:59,024 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-28T18:06:59.179Z] 2023-02-28 18:06:59,024 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-28T18:07:00.115Z] 2023-02-28 18:06:59,853 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-28T18:07:00.115Z] 3.0.0-dev.10 [Pipeline] } [2023-02-28T18:07:00.130Z] $ docker exec --env ******** --env ******** e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 ssh-agent -k [2023-02-28T18:07:00.231Z] unset SSH_AUTH_SOCK; [2023-02-28T18:07:00.231Z] unset SSH_AGENT_PID; [2023-02-28T18:07:00.231Z] echo Agent pid 38 killed; [2023-02-28T18:07:00.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-28T18:07:00.538Z] + git semver [Pipeline] } [2023-02-28T18:07:00.817Z] $ docker stop --time=1 e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 [2023-02-28T18:07:02.076Z] $ docker rm -f --volumes e5dffdab0bc85ff673ea1f0cd4d75e2228a46c03972919f66047b87d4a42a236 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-28T18:07:02.734Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-02-28T18:07:02.734Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T18:07:02.734Z] total 16 [2023-02-28T18:07:02.734Z] drwxr-xr-x 3 root root 4096 Feb 28 17:57 . [2023-02-28T18:07:02.734Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 18:06 .. [2023-02-28T18:07:02.734Z] drwxr-xr-x 2 root root 4096 Feb 28 17:57 cost [2023-02-28T18:07:02.734Z] -rw-r--r-- 1 root root 88 Feb 28 17:57 cost.csv [2023-02-28T18:07:02.734Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T18:07:02.734Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-28T18:07:02.734Z] total 16 [2023-02-28T18:07:02.734Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:57 . [2023-02-28T18:07:02.734Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 18:06 .. [2023-02-28T18:07:02.734Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 17:57 cost [2023-02-28T18:07:02.734Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 28 17:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:03.158Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:04.055Z] ---> package-listing.sh [2023-02-28T18:07:04.055Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-28T18:07:04.055Z] ++ facter osfamily [2023-02-28T18:07:04.313Z] + OS_FAMILY=debian [2023-02-28T18:07:04.313Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-02-28T18:07:04.313Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-28T18:07:04.313Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-28T18:07:04.313Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-28T18:07:04.313Z] + PACKAGES=/tmp/packages_start.txt [2023-02-28T18:07:04.314Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-28T18:07:04.314Z] + PACKAGES=/tmp/packages_end.txt [2023-02-28T18:07:04.314Z] + case "${OS_FAMILY}" in [2023-02-28T18:07:04.314Z] + dpkg -l [2023-02-28T18:07:04.314Z] + grep '^ii' [2023-02-28T18:07:04.314Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-28T18:07:04.314Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-28T18:07:04.314Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-28T18:07:04.314Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-28T18:07:04.314Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-02-28T18:07:04.314Z] + 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-02-28T18:07:04.325Z] 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-02-28T18:07:04.599Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-28T18:07:05.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-28T18:07:05.165Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-28T18:07:05.242Z] prd-ubuntu20.04-docker-8c-8g-7770 does not seem to be running inside a container [2023-02-28T18:07:05.280Z] $ 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-02-28T18:07:05.485Z] $ docker top 2db7bfc7c040d17e882d9ae81f507e38dfdde8430e6edc8a12c1657f2774fb9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-28T18:07:05.810Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-28T18:07:06.094Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-28T18:07:06.377Z] + ls /var/log/sa-host [2023-02-28T18:07:06.377Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-28T18:07:06.456Z] provisioning config files... [2023-02-28T18:07:06.464Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3021094383884986946tmp [Pipeline] { [Pipeline] echo [2023-02-28T18:07:06.477Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:06.759Z] ---> create-netrc.sh [Pipeline] } [2023-02-28T18:07:06.766Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:07.090Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-28T18:07:07.108Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:07.393Z] ---> sudo-logs.sh [2023-02-28T18:07:07.393Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-28T18:07:07.423Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:07.759Z] ---> job-cost.sh [2023-02-28T18:07:07.759Z] lf-activate-venv: SKIPPING [2023-02-28T18:07:07.759Z] DEBUG: total: 0.2199999988079071 [2023-02-28T18:07:07.759Z] INFO: Retrieving Stack Cost... [2023-02-28T18:07:08.698Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-28T18:07:08.960Z] INFO: Archiving Costs [Pipeline] echo [2023-02-28T18:07:08.973Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-28T18:07:09.262Z] ---> logs-deploy.sh [2023-02-28T18:07:09.262Z] lf-activate-venv: SKIPPING [2023-02-28T18:07:09.262Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/80 [2023-02-28T18:07:09.262Z] INFO: archiving workspace using pattern(s): [2023-02-28T18:07:10.202Z] Archives upload complete. [2023-02-28T18:07:10.202Z] INFO: archiving logs to Nexus