Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c4833ecb71a5b036c07645cdd3981a69f5c223ec 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-ssh15586349206760412251.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-ssh3872918309172363314.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-ssh12564389574377581270.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-ssh7077127675404189140.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-ssh18065333609673047924.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5758’ Running on prd-ubuntu20.04-docker-8c-8g-5774 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 c4833ecb71a5b036c07645cdd3981a69f5c223ec (main) Commit message: "docs(snap): Update camera interface, getting started doc version (#143)" > 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 c4833ecb71a5b036c07645cdd3981a69f5c223ec # timeout=10 > git rev-list --no-walk ad81b6791089a5483c30c2e43f91131867ddea47 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-14T09:24:19.285Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-14T09:24:19.347Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-14T09:24:19.361Z] ========================================================= [2023-02-14T09:24:19.361Z] EdgeX Global Pipelines Version Info [2023-02-14T09:24:19.361Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:24:20.064Z] ------------------- [2023-02-14T09:24:20.064Z] stable info: [2023-02-14T09:24:20.064Z] ------------------- [2023-02-14T09:24:20.064Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-14T09:24:20.064Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T09:24:20.064Z] Message: update stable to v1.0.244 [2023-02-14T09:24:20.635Z] ------------------- [2023-02-14T09:24:20.635Z] experimental info: [2023-02-14T09:24:20.635Z] ------------------- [2023-02-14T09:24:20.635Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-14T09:24:20.635Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-14T09:24:20.635Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-14T09:24:20.832Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-02-14T09:24:20.847Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-02-14T09:24:20.863Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-14T09:24:20.881Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-14T09:24:20.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-14T09:24:20.906Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-14T09:24:20.919Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-14T09:24:20.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-14T09:24:20.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-14T09:24:20.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-14T09:24:20.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-14T09:24:20.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-02-14T09:24:20.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-14T09:24:21.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-14T09:24:21.017Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T09:24:21.032Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-14T09:24:21.048Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T09:24:21.061Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-14T09:24:21.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-14T09:24:21.089Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-14T09:24:21.106Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-14T09:24:21.123Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-14T09:24:21.134Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-14T09:24:21.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-14T09:24:21.169Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-14T09:24:21.186Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-14T09:24:21.202Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-14T09:24:21.218Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-14T09:24:21.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-14T09:24:21.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-14T09:24:21.255Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] echo [2023-02-14T09:24:21.267Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4833ec [Pipeline] echo [2023-02-14T09:24:21.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T09:24:21.329Z] provisioning config files... [2023-02-14T09:24:21.341Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4503924711649821699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:24:21.645Z] ---> docker-login.sh [2023-02-14T09:24:21.645Z] nexus3.edgexfoundry.org:10001 [2023-02-14T09:24:21.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:21.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:21.905Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:21.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:21.905Z] [2023-02-14T09:24:21.905Z] Login Succeeded [2023-02-14T09:24:21.905Z] nexus3.edgexfoundry.org:10002 [2023-02-14T09:24:22.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:22.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:22.164Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:22.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:22.164Z] [2023-02-14T09:24:22.164Z] Login Succeeded [2023-02-14T09:24:22.164Z] nexus3.edgexfoundry.org:10003 [2023-02-14T09:24:22.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:22.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:22.164Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:22.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:22.164Z] [2023-02-14T09:24:22.164Z] Login Succeeded [2023-02-14T09:24:22.164Z] nexus3.edgexfoundry.org:10004 [2023-02-14T09:24:22.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:22.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:22.431Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:22.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:22.431Z] [2023-02-14T09:24:22.431Z] Login Succeeded [2023-02-14T09:24:22.431Z] docker.io [2023-02-14T09:24:22.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:22.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:22.690Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:22.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:22.690Z] [2023-02-14T09:24:22.690Z] Login Succeeded [2023-02-14T09:24:22.690Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T09:24:22.698Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-14T09:24:23.052Z] + git rev-list -1 --merges c4833ecb71a5b036c07645cdd3981a69f5c223ec~1..c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] echo [2023-02-14T09:24:23.131Z] -----------> git rev-list -1 --merges c4833ecb71a5b036c07645cdd3981a69f5c223ec~1..c4833ecb71a5b036c07645cdd3981a69f5c223ec c4833ecb71a5b036c07645cdd3981a69f5c223ec [false] [Pipeline] sh [2023-02-14T09:24:23.420Z] + git log --format=format:%s -1 c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] echo [2023-02-14T09:24:23.436Z] ========================================================= [2023-02-14T09:24:23.436Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-14T09:24:23.436Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T09:24:23.757Z] + git log --format=format:%s -1 c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] echo [2023-02-14T09:24:23.769Z] [semverPrep] GIT_COMMIT: c4833ecb71a5b036c07645cdd3981a69f5c223ec, Commit Message: docs(snap): Update camera interface, getting started doc version (#143) [Pipeline] echo [2023-02-14T09:24:23.780Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-14T09:24:24.157Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T09:24:24.157Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-14T09:24:24.157Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-14T09:24:24.157Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-14T09:24:24.157Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-14T09:24:24.157Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-14T09:24:24.157Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:24:24.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:24:24.570Z] [2023-02-14T09:24:24.570Z] 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-14T09:24:24.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:24:24.873Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-14T09:24:24.873Z] b85a868b505f: Pulling fs layer [2023-02-14T09:24:24.873Z] e2be974225ed: Pulling fs layer [2023-02-14T09:24:24.873Z] 339a4e72a1f5: Pulling fs layer [2023-02-14T09:24:24.873Z] 988bab9f4d93: Pulling fs layer [2023-02-14T09:24:24.873Z] 1469e6f7b9e6: Pulling fs layer [2023-02-14T09:24:24.873Z] eaf3925da568: Pulling fs layer [2023-02-14T09:24:24.873Z] 988bab9f4d93: Waiting [2023-02-14T09:24:24.873Z] 1469e6f7b9e6: Waiting [2023-02-14T09:24:24.873Z] eaf3925da568: Waiting [2023-02-14T09:24:24.873Z] bab4dde63d76: Pulling fs layer [2023-02-14T09:24:24.873Z] bde34c3a00c8: Pulling fs layer [2023-02-14T09:24:24.873Z] b352a97aabf1: Pulling fs layer [2023-02-14T09:24:24.873Z] 4872d77fe225: Pulling fs layer [2023-02-14T09:24:24.873Z] bab4dde63d76: Waiting [2023-02-14T09:24:24.873Z] bde34c3a00c8: Waiting [2023-02-14T09:24:24.873Z] b352a97aabf1: Waiting [2023-02-14T09:24:24.873Z] 5851b861e8e6: Pulling fs layer [2023-02-14T09:24:24.873Z] 4872d77fe225: Waiting [2023-02-14T09:24:24.873Z] 5851b861e8e6: Waiting [2023-02-14T09:24:25.136Z] e2be974225ed: Verifying Checksum [2023-02-14T09:24:25.136Z] e2be974225ed: Download complete [2023-02-14T09:24:25.136Z] 988bab9f4d93: Verifying Checksum [2023-02-14T09:24:25.136Z] 988bab9f4d93: Download complete [2023-02-14T09:24:25.402Z] 339a4e72a1f5: Verifying Checksum [2023-02-14T09:24:25.402Z] 339a4e72a1f5: Download complete [2023-02-14T09:24:25.402Z] eaf3925da568: Verifying Checksum [2023-02-14T09:24:25.402Z] eaf3925da568: Download complete [2023-02-14T09:24:25.402Z] 1469e6f7b9e6: Verifying Checksum [2023-02-14T09:24:25.402Z] 1469e6f7b9e6: Download complete [2023-02-14T09:24:25.402Z] bde34c3a00c8: Verifying Checksum [2023-02-14T09:24:25.402Z] bde34c3a00c8: Download complete [2023-02-14T09:24:25.402Z] b352a97aabf1: Download complete [2023-02-14T09:24:25.402Z] 4872d77fe225: Verifying Checksum [2023-02-14T09:24:25.402Z] 4872d77fe225: Download complete [2023-02-14T09:24:25.666Z] 5851b861e8e6: Verifying Checksum [2023-02-14T09:24:25.666Z] 5851b861e8e6: Download complete [2023-02-14T09:24:25.666Z] b85a868b505f: Verifying Checksum [2023-02-14T09:24:25.666Z] b85a868b505f: Download complete [2023-02-14T09:24:25.924Z] bab4dde63d76: Verifying Checksum [2023-02-14T09:24:25.924Z] bab4dde63d76: Download complete [2023-02-14T09:24:26.864Z] b85a868b505f: Pull complete [2023-02-14T09:24:27.124Z] e2be974225ed: Pull complete [2023-02-14T09:24:27.384Z] 339a4e72a1f5: Pull complete [2023-02-14T09:24:27.643Z] 988bab9f4d93: Pull complete [2023-02-14T09:24:27.901Z] 1469e6f7b9e6: Pull complete [2023-02-14T09:24:27.901Z] eaf3925da568: Pull complete [2023-02-14T09:24:29.804Z] bab4dde63d76: Pull complete [2023-02-14T09:24:29.804Z] bde34c3a00c8: Pull complete [2023-02-14T09:24:30.064Z] b352a97aabf1: Pull complete [2023-02-14T09:24:30.064Z] 4872d77fe225: Pull complete [2023-02-14T09:24:30.064Z] 5851b861e8e6: Pull complete [2023-02-14T09:24:30.064Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-14T09:24:30.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:24:30.064Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:24:30.152Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:24:30.175Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T09:24:31.623Z] $ docker top 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 -eo pid,comm [2023-02-14T09:24:31.686Z] 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-14T09:24:31.686Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T09:24:31.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T09:24:31.724Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T09:24:31.842Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T09:24:31.840Z] $ docker exec 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 ssh-agent [2023-02-14T09:24:31.957Z] SSH_AUTH_SOCK=/tmp/ssh-wbKyOSvr2TMt/agent.33 [2023-02-14T09:24:31.957Z] SSH_AGENT_PID=39 [2023-02-14T09:24:31.964Z] Running ssh-add (command line suppressed) [2023-02-14T09:24:32.060Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_239737036628689787.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_239737036628689787.key) [2023-02-14T09:24:32.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T09:24:32.369Z] + git tag --points-at HEAD [Pipeline] } [2023-02-14T09:24:32.376Z] $ docker exec --env ******** --env ******** 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 ssh-agent -k [2023-02-14T09:24:32.482Z] unset SSH_AUTH_SOCK; [2023-02-14T09:24:32.482Z] unset SSH_AGENT_PID; [2023-02-14T09:24:32.482Z] echo Agent pid 39 killed; [2023-02-14T09:24:32.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-14T09:24:32.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T09:24:32.523Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T09:24:32.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T09:24:32.635Z] $ docker exec 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 ssh-agent [2023-02-14T09:24:32.740Z] SSH_AUTH_SOCK=/tmp/ssh-qiqm1V7vZ30j/agent.71 [2023-02-14T09:24:32.740Z] SSH_AGENT_PID=77 [2023-02-14T09:24:32.745Z] Running ssh-add (command line suppressed) [2023-02-14T09:24:32.855Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5232905459489180734.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5232905459489180734.key) [2023-02-14T09:24:32.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T09:24:33.162Z] + git semver init [2023-02-14T09:24:33.422Z] 2023-02-14 09:24:33,340 [run_init] DEBUG init version:0.0.0 force:False [2023-02-14T09:24:33.422Z] 2023-02-14 09:24:33,341 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-14T09:24:33.422Z] 2023-02-14 09:24:33,341 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2023-02-14T09:24:33.422Z] 2023-02-14 09:24:33,341 [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-14T09:24:34.359Z] 2023-02-14 09:24:34,144 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2023-02-14T09:24:34.359Z] 2023-02-14 09:24:34,144 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2023-02-14T09:24:34.359Z] 2023-02-14 09:24:34,144 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:24:34.359Z] 2023-02-14 09:24:34,144 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:24:34.359Z] 3.0.0-dev.6 [Pipeline] } [2023-02-14T09:24:34.365Z] $ docker exec --env ******** --env ******** 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 ssh-agent -k [2023-02-14T09:24:34.472Z] unset SSH_AUTH_SOCK; [2023-02-14T09:24:34.472Z] unset SSH_AGENT_PID; [2023-02-14T09:24:34.472Z] echo Agent pid 77 killed; [2023-02-14T09:24:34.486Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T09:24:34.783Z] + git semver [Pipeline] } [2023-02-14T09:24:35.064Z] $ docker stop --time=1 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 [2023-02-14T09:24:36.415Z] $ docker rm -f --volumes 77a9926f9efc2fe2fdc909d0283ea3c94602d546608f2eeb78d088c1c5855249 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T09:24:36.779Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-14T09:24:36.994Z] Stashed 1 file(s) [Pipeline] echo [2023-02-14T09:24:36.998Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.6 [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-14T09:24:37.160Z] provisioning config files... [2023-02-14T09:24:37.170Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16564574705428776223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:24:37.463Z] ---> docker-login.sh [2023-02-14T09:24:37.463Z] nexus3.edgexfoundry.org:10001 [2023-02-14T09:24:37.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:37.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:37.464Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:37.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:37.464Z] [2023-02-14T09:24:37.464Z] Login Succeeded [2023-02-14T09:24:37.464Z] nexus3.edgexfoundry.org:10002 [2023-02-14T09:24:37.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:37.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:37.464Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:37.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:37.464Z] [2023-02-14T09:24:37.464Z] Login Succeeded [2023-02-14T09:24:37.464Z] nexus3.edgexfoundry.org:10003 [2023-02-14T09:24:37.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:37.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:37.724Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:37.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:37.724Z] [2023-02-14T09:24:37.724Z] Login Succeeded [2023-02-14T09:24:37.724Z] nexus3.edgexfoundry.org:10004 [2023-02-14T09:24:37.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:37.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:37.724Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:37.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:37.724Z] [2023-02-14T09:24:37.724Z] Login Succeeded [2023-02-14T09:24:37.724Z] docker.io [2023-02-14T09:24:37.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:24:38.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:24:38.242Z] Configure a credential helper to remove this warning. See [2023-02-14T09:24:38.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:24:38.242Z] [2023-02-14T09:24:38.242Z] Login Succeeded [2023-02-14T09:24:38.242Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T09:24:38.249Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T09:24:38.303Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:24:38.314Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:24:38.320Z] ========================================================= [2023-02-14T09:24:38.320Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-14T09:24:38.320Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:24:38.631Z] + 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-14T09:24:38.631Z] Sending build context to Docker daemon 1.733MB [2023-02-14T09:24:38.631Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T09:24:38.631Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-14T09:24:38.631Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-14T09:24:38.631Z] 213ec9aee27d: Pulling fs layer [2023-02-14T09:24:38.631Z] 4583459ba037: Pulling fs layer [2023-02-14T09:24:38.631Z] 93c1e223e6f2: Pulling fs layer [2023-02-14T09:24:38.631Z] 53926ce57604: Pulling fs layer [2023-02-14T09:24:38.631Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-14T09:24:38.631Z] 22ff95d597cd: Pulling fs layer [2023-02-14T09:24:38.631Z] 12d6caf4c0d1: Pulling fs layer [2023-02-14T09:24:38.631Z] 96b7cbca73a9: Pulling fs layer [2023-02-14T09:24:38.631Z] a7acece74701: Pulling fs layer [2023-02-14T09:24:38.631Z] 22ff95d597cd: Waiting [2023-02-14T09:24:38.631Z] 12d6caf4c0d1: Waiting [2023-02-14T09:24:38.631Z] 96b7cbca73a9: Waiting [2023-02-14T09:24:38.631Z] a7acece74701: Waiting [2023-02-14T09:24:38.631Z] 53926ce57604: Waiting [2023-02-14T09:24:38.631Z] 21b2b0c7a3f4: Waiting [2023-02-14T09:24:38.631Z] 93c1e223e6f2: Verifying Checksum [2023-02-14T09:24:38.631Z] 93c1e223e6f2: Download complete [2023-02-14T09:24:38.631Z] 4583459ba037: Verifying Checksum [2023-02-14T09:24:38.631Z] 4583459ba037: Download complete [2023-02-14T09:24:38.900Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-14T09:24:38.900Z] 21b2b0c7a3f4: Download complete [2023-02-14T09:24:38.900Z] 22ff95d597cd: Download complete [2023-02-14T09:24:38.900Z] 213ec9aee27d: Verifying Checksum [2023-02-14T09:24:38.900Z] 213ec9aee27d: Download complete [2023-02-14T09:24:38.900Z] 12d6caf4c0d1: Verifying Checksum [2023-02-14T09:24:38.900Z] 12d6caf4c0d1: Download complete [2023-02-14T09:24:39.170Z] 213ec9aee27d: Pull complete [2023-02-14T09:24:39.170Z] 4583459ba037: Pull complete [2023-02-14T09:24:39.447Z] 93c1e223e6f2: Pull complete [2023-02-14T09:24:39.722Z] a7acece74701: Verifying Checksum [2023-02-14T09:24:39.722Z] a7acece74701: Download complete [2023-02-14T09:24:40.318Z] 53926ce57604: Download complete [2023-02-14T09:24:40.318Z] 96b7cbca73a9: Verifying Checksum [2023-02-14T09:24:40.318Z] 96b7cbca73a9: Download complete [2023-02-14T09:24:44.515Z] 53926ce57604: Pull complete [2023-02-14T09:24:44.516Z] 21b2b0c7a3f4: Pull complete [2023-02-14T09:24:44.516Z] 22ff95d597cd: Pull complete [2023-02-14T09:24:44.516Z] 12d6caf4c0d1: Pull complete [2023-02-14T09:24:47.051Z] 96b7cbca73a9: Pull complete [2023-02-14T09:24:47.618Z] a7acece74701: Pull complete [2023-02-14T09:24:47.618Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-14T09:24:47.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-14T09:24:47.618Z] ---> db6d94c90886 [2023-02-14T09:24:47.618Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-14T09:24:50.156Z] ---> Running in adfc151d0e79 [2023-02-14T09:24:50.156Z] Removing intermediate container adfc151d0e79 [2023-02-14T09:24:50.156Z] ---> 34ec2231aca4 [2023-02-14T09:24:50.156Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T09:24:50.156Z] ---> Running in a670b3d47d51 [2023-02-14T09:24:50.156Z] Removing intermediate container a670b3d47d51 [2023-02-14T09:24:50.156Z] ---> 0ce3b08f5db7 [2023-02-14T09:24:50.156Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-14T09:24:50.416Z] ---> Running in 731a145308e1 [2023-02-14T09:24:50.416Z] Removing intermediate container 731a145308e1 [2023-02-14T09:24:50.416Z] ---> f771553baaf6 [2023-02-14T09:24:50.416Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-14T09:24:50.416Z] ---> Running in 13c34623a84a [2023-02-14T09:24:50.675Z] Removing intermediate container 13c34623a84a [2023-02-14T09:24:50.675Z] ---> 2e06e3a7abf4 [2023-02-14T09:24:50.675Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T09:24:50.675Z] ---> Running in e5b8adfd41d0 [2023-02-14T09:24:50.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T09:24:51.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T09:24:51.453Z] (1/80) Installing mesa (21.3.9-r0) [2023-02-14T09:24:51.453Z] (2/80) Installing libxau (1.0.9-r0) [2023-02-14T09:24:51.453Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-02-14T09:24:51.453Z] (4/80) Installing libxcb (1.15-r0) [2023-02-14T09:24:51.453Z] (5/80) Installing libx11 (1.8-r0) [2023-02-14T09:24:51.711Z] (6/80) Installing libxext (1.3.4-r0) [2023-02-14T09:24:51.711Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-02-14T09:24:51.711Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-02-14T09:24:51.711Z] (9/80) Installing libpciaccess (0.16-r0) [2023-02-14T09:24:51.711Z] (10/80) Installing libdrm (2.4.110-r0) [2023-02-14T09:24:51.711Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-02-14T09:24:51.711Z] (12/80) Installing libxshmfence (1.3-r1) [2023-02-14T09:24:51.711Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-02-14T09:24:51.711Z] (14/80) Installing icu-data-full (71.1-r2) [2023-02-14T09:24:51.970Z] (15/80) Installing libice (1.0.10-r0) [2023-02-14T09:24:51.970Z] (16/80) Installing libuuid (2.38-r1) [2023-02-14T09:24:51.970Z] (17/80) Installing libsm (1.2.3-r0) [2023-02-14T09:24:51.970Z] (18/80) Installing libxt (1.2.1-r0) [2023-02-14T09:24:51.970Z] (19/80) Installing libxmu (1.1.3-r0) [2023-02-14T09:24:51.970Z] (20/80) Installing xset (1.2.4-r0) [2023-02-14T09:24:51.970Z] (21/80) Installing xprop (1.2.5-r0) [2023-02-14T09:24:51.970Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-02-14T09:24:51.970Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-02-14T09:24:51.970Z] (24/80) Installing libffi (3.4.2-r1) [2023-02-14T09:24:51.970Z] (25/80) Installing libintl (0.21-r2) [2023-02-14T09:24:51.970Z] (26/80) Installing libblkid (2.38-r1) [2023-02-14T09:24:52.107Z] Still waiting to schedule task [2023-02-14T09:24:52.108Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5772’ [2023-02-14T09:24:52.229Z] (27/80) Installing libmount (2.38-r1) [2023-02-14T09:24:52.229Z] (28/80) Installing pcre (8.45-r2) [2023-02-14T09:24:52.229Z] (29/80) Installing glib (2.72.1-r0) [2023-02-14T09:24:52.229Z] (30/80) Installing icu-libs (71.1-r2) [2023-02-14T09:24:52.229Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-02-14T09:24:52.229Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-02-14T09:24:52.229Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-02-14T09:24:52.488Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-02-14T09:24:52.488Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-02-14T09:24:52.488Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-02-14T09:24:52.488Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-14T09:24:52.488Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-02-14T09:24:52.747Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-02-14T09:24:52.747Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-02-14T09:24:52.747Z] (41/80) Installing libpng (1.6.37-r1) [2023-02-14T09:24:52.747Z] (42/80) Installing freetype (2.12.1-r0) [2023-02-14T09:24:52.747Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-02-14T09:24:52.747Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-02-14T09:24:52.747Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-02-14T09:24:52.747Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-02-14T09:24:52.747Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-02-14T09:24:52.747Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-02-14T09:24:52.747Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-02-14T09:24:53.006Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-02-14T09:24:53.006Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-02-14T09:24:53.006Z] (52/80) Installing avahi-libs (0.8-r6) [2023-02-14T09:24:53.006Z] (53/80) Installing nettle (3.7.3-r0) [2023-02-14T09:24:53.265Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-02-14T09:24:53.265Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-02-14T09:24:53.265Z] (56/80) Installing libunistring (1.0-r0) [2023-02-14T09:24:53.265Z] (57/80) Installing gnutls (3.7.7-r1) [2023-02-14T09:24:53.265Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-02-14T09:24:53.523Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-02-14T09:24:53.524Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-02-14T09:24:53.524Z] (61/80) Installing libevdev (1.12.1-r0) [2023-02-14T09:24:53.524Z] (62/80) Installing mtdev (1.1.6-r0) [2023-02-14T09:24:53.524Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-02-14T09:24:53.524Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-02-14T09:24:53.783Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-14T09:24:53.783Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-02-14T09:24:53.783Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-02-14T09:24:53.783Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-02-14T09:24:53.783Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-02-14T09:24:54.043Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-02-14T09:24:54.043Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-02-14T09:24:54.043Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-02-14T09:24:54.301Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-14T09:24:54.301Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-02-14T09:24:54.301Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-14T09:24:54.301Z] Executing udev-init-scripts-35-r0.post-install [2023-02-14T09:24:54.301Z] (76/80) Installing kmod-libs (29-r2) [2023-02-14T09:24:54.560Z] (77/80) Installing eudev (3.2.11-r0) [2023-02-14T09:24:54.560Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-02-14T09:24:54.560Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-14T09:24:54.560Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-02-14T09:24:54.560Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T09:24:54.560Z] Executing eudev-3.2.11-r0.trigger [2023-02-14T09:24:54.560Z] OK: 331 MiB in 131 packages [2023-02-14T09:24:57.109Z] Removing intermediate container e5b8adfd41d0 [2023-02-14T09:24:57.109Z] ---> e60afeb53562 [2023-02-14T09:24:57.109Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-14T09:24:57.109Z] ---> Running in d4fe827f97e8 [2023-02-14T09:24:57.109Z] Removing intermediate container d4fe827f97e8 [2023-02-14T09:24:57.109Z] ---> 94c3a32a6f10 [2023-02-14T09:24:57.109Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-14T09:24:57.109Z] ---> a2660d8374f5 [2023-02-14T09:24:57.109Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T09:24:57.368Z] ---> Running in e85a3eb91d14 [2023-02-14T09:25:23.925Z] Removing intermediate container e85a3eb91d14 [2023-02-14T09:25:23.925Z] ---> 308df7df2e92 [2023-02-14T09:25:23.925Z] Step 11/13 : COPY . . [2023-02-14T09:25:23.925Z] ---> aaa121518dda [2023-02-14T09:25:23.925Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-14T09:25:23.925Z] ---> Running in e0707c1f6db5 [2023-02-14T09:25:23.925Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T09:25:23.925Z] Dload Upload Total Spent Left Speed [2023-02-14T09:25:23.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9588 0 --:--:-- --:--:-- --:--:-- 9654 [2023-02-14T09:25:23.925Z] Removing intermediate container e0707c1f6db5 [2023-02-14T09:25:23.925Z] ---> 4ffefbb83b52 [2023-02-14T09:25:23.925Z] Step 13/13 : RUN ${MAKE} [2023-02-14T09:25:23.925Z] ---> Running in 51e1a2dca2be [2023-02-14T09:25:23.925Z] noop [2023-02-14T09:25:23.925Z] Removing intermediate container 51e1a2dca2be [2023-02-14T09:25:23.925Z] ---> d8d72e81e401 [2023-02-14T09:25:23.925Z] Successfully built d8d72e81e401 [2023-02-14T09:25:23.925Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:25:24.237Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T09:25:24.237Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:25:24.310Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:25:24.337Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-14T09:25:24.726Z] $ docker top 7c938a9b8855308728d48a6b7ea19c381cd5579956777ac461b669861749e6ac -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T09:25:25.073Z] + go version [2023-02-14T09:25:25.073Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-14T09:25:25.078Z] $ docker stop --time=1 7c938a9b8855308728d48a6b7ea19c381cd5579956777ac461b669861749e6ac [2023-02-14T09:25:26.371Z] $ docker rm -f --volumes 7c938a9b8855308728d48a6b7ea19c381cd5579956777ac461b669861749e6ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:25:26.772Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-14T09:25:26.773Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:25:26.846Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:25:26.868Z] $ 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 ******** ci-base-image-x86_64 cat [2023-02-14T09:25:27.238Z] $ docker top c6b48f86873210af8201ed7a627a1d4ded5e4d527e4510750a220c83f09af3b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T09:25:27.589Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-usb-camera_main [Pipeline] fileExists [Pipeline] sh [2023-02-14T09:25:27.891Z] + make test [2023-02-14T09:25:27.891Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T09:25:28.150Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-14T09:25:38.112Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-14T09:25:38.112Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.014s coverage: 1.9% of statements [2023-02-14T09:25:44.671Z] 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-14T09:25:44.671Z] go vet ./... [2023-02-14T09:25:47.201Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T09:25:47.201Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T09:25:47.201Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-14T09:25:47.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T09:25:47.226Z] $ docker stop --time=1 c6b48f86873210af8201ed7a627a1d4ded5e4d527e4510750a220c83f09af3b6 [2023-02-14T09:25:49.221Z] $ docker rm -f --volumes c6b48f86873210af8201ed7a627a1d4ded5e4d527e4510750a220c83f09af3b6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T09:25:49.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T09:25:49.721Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-14T09:25:50.229Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T09:25:50.514Z] + ls -al . [2023-02-14T09:25:50.514Z] total 208 [2023-02-14T09:25:50.514Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 14 09:25 . [2023-02-14T09:25:50.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:24 .. [2023-02-14T09:25:50.514Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 09:25 .git [2023-02-14T09:25:50.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:24 .github [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 14 09:24 .gitignore [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 14 09:24 .golangci.yml [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 14 09:24 .hadolint.yml [2023-02-14T09:25:50.514Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 09:24 .semver [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 14 09:24 Attribution.txt [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 14 09:24 CHANGELOG.md [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 14 09:24 Dockerfile [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 14 09:24 GOVERNANCE.md [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 14 09:24 Jenkinsfile [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 14 09:24 LICENSE [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 14 09:24 Makefile [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 14 09:24 OWNERS.md [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 14 09:24 README.md [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 09:24 VERSION [2023-02-14T09:25:50.514Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 09:24 bin [2023-02-14T09:25:50.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:24 cmd [2023-02-14T09:25:50.514Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 14 09:25 coverage.out [2023-02-14T09:25:50.514Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 14 09:24 docker-entrypoint.sh [2023-02-14T09:25:50.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:24 docs [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 3574 Feb 14 09:24 go.mod [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 45170 Feb 14 09:24 go.sum [2023-02-14T09:25:50.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:24 internal [2023-02-14T09:25:50.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:24 snap [2023-02-14T09:25:50.514Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 14 09:24 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:25:50.814Z] + 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=c4833ecb71a5b036c07645cdd3981a69f5c223ec --label arch=amd64 --label version=3.0.0-dev.6 . [2023-02-14T09:25:50.814Z] Sending build context to Docker daemon 1.764MB [2023-02-14T09:25:50.814Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T09:25:50.814Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-14T09:25:50.814Z] ---> d8d72e81e401 [2023-02-14T09:25:50.814Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-14T09:25:50.814Z] ---> Running in fe8eb2c3e353 [2023-02-14T09:25:51.074Z] Removing intermediate container fe8eb2c3e353 [2023-02-14T09:25:51.074Z] ---> 068d75fbf5ba [2023-02-14T09:25:51.074Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T09:25:51.074Z] ---> Running in b2197c6e61fd [2023-02-14T09:25:51.074Z] Removing intermediate container b2197c6e61fd [2023-02-14T09:25:51.074Z] ---> 7cac1795b49e [2023-02-14T09:25:51.074Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-14T09:25:51.074Z] ---> Running in eb62fb87e460 [2023-02-14T09:25:51.337Z] Removing intermediate container eb62fb87e460 [2023-02-14T09:25:51.337Z] ---> ba6b87e01d69 [2023-02-14T09:25:51.337Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-14T09:25:51.338Z] ---> Running in 409d7f5302f0 [2023-02-14T09:25:51.338Z] Removing intermediate container 409d7f5302f0 [2023-02-14T09:25:51.338Z] ---> 0896a1051f08 [2023-02-14T09:25:51.338Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T09:25:51.338Z] ---> Running in 10dd7d736dc5 [2023-02-14T09:25:51.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T09:25:51.855Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T09:25:52.114Z] OK: 331 MiB in 131 packages [2023-02-14T09:25:52.689Z] Removing intermediate container 10dd7d736dc5 [2023-02-14T09:25:52.689Z] ---> d539537697e2 [2023-02-14T09:25:52.689Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-14T09:25:52.689Z] ---> Running in 5b79317e1148 [2023-02-14T09:25:52.689Z] Removing intermediate container 5b79317e1148 [2023-02-14T09:25:52.689Z] ---> f5192bf5b98d [2023-02-14T09:25:52.689Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-14T09:25:52.949Z] ---> 8aac93077f69 [2023-02-14T09:25:52.949Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T09:25:52.949Z] ---> Running in 0620a9a13beb [2023-02-14T09:25:53.515Z] Removing intermediate container 0620a9a13beb [2023-02-14T09:25:53.515Z] ---> 126daac49c7c [2023-02-14T09:25:53.515Z] Step 11/35 : COPY . . [2023-02-14T09:25:53.774Z] ---> 7a4a08b8a11e [2023-02-14T09:25:53.774Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-14T09:25:53.774Z] ---> Running in f4409edcedda [2023-02-14T09:25:54.032Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T09:25:54.032Z] Dload Upload Total Spent Left Speed [2023-02-14T09:25:54.290Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100  1062  0  0 38412 0 --:--:-- --:--:-- --:--:-- 39333 [2023-02-14T09:25:54.551Z] Removing intermediate container f4409edcedda [2023-02-14T09:25:54.551Z] ---> 944c3e26823a [2023-02-14T09:25:54.551Z] Step 13/35 : RUN ${MAKE} [2023-02-14T09:25:54.551Z] ---> Running in ebdfc4ee3354 [2023-02-14T09:25:55.119Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-14T09:26:14.680Z] Removing intermediate container ebdfc4ee3354 [2023-02-14T09:26:14.680Z] ---> b708f8e4c980 [2023-02-14T09:26:14.680Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-14T09:26:14.680Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-14T09:26:14.680Z] af6660deedbd: Pulling fs layer [2023-02-14T09:26:14.680Z] 97cd0a44c592: Pulling fs layer [2023-02-14T09:26:14.680Z] 97cd0a44c592: Verifying Checksum [2023-02-14T09:26:14.680Z] 97cd0a44c592: Download complete [2023-02-14T09:26:14.680Z] af6660deedbd: Verifying Checksum [2023-02-14T09:26:14.680Z] af6660deedbd: Download complete [2023-02-14T09:26:14.680Z] af6660deedbd: Pull complete [2023-02-14T09:26:14.680Z] 97cd0a44c592: Pull complete [2023-02-14T09:26:14.680Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-14T09:26:14.680Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-14T09:26:14.680Z] ---> fea57e182299 [2023-02-14T09:26:14.680Z] Step 15/35 : FROM alpine:3.16 [2023-02-14T09:26:15.248Z] 3.16: Pulling from library/alpine [2023-02-14T09:26:15.507Z] ef5531b6e74e: Pulling fs layer [2023-02-14T09:26:15.507Z] ef5531b6e74e: Verifying Checksum [2023-02-14T09:26:15.507Z] ef5531b6e74e: Download complete [2023-02-14T09:26:15.766Z] ef5531b6e74e: Pull complete [2023-02-14T09:26:15.766Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T09:26:15.766Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T09:26:15.766Z] ---> dfd21b5a31f5 [2023-02-14T09:26:15.766Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-14T09:26:16.025Z] ---> Running in d911eaafe9a5 [2023-02-14T09:26:16.025Z] Removing intermediate container d911eaafe9a5 [2023-02-14T09:26:16.025Z] ---> 9b0d36562cf3 [2023-02-14T09:26:16.025Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-14T09:26:16.025Z] ---> Running in 070de8307988 [2023-02-14T09:26:16.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-14T09:26:16.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-14T09:26:16.802Z] (1/80) Installing dumb-init (1.2.5-r1) [2023-02-14T09:26:16.802Z] (2/80) Installing sdl2 (2.0.22-r0) [2023-02-14T09:26:16.802Z] (3/80) Installing libxau (1.0.9-r0) [2023-02-14T09:26:16.802Z] (4/80) Installing libxdmcp (1.1.3-r0) [2023-02-14T09:26:16.802Z] (5/80) Installing libxcb (1.15-r0) [2023-02-14T09:26:16.802Z] (6/80) Installing libx11 (1.8-r0) [2023-02-14T09:26:16.802Z] (7/80) Installing aom-libs (3.3.0-r0) [2023-02-14T09:26:17.061Z] (8/80) Installing alsa-lib (1.2.7.2-r0) [2023-02-14T09:26:17.061Z] (9/80) Installing expat (2.5.0-r0) [2023-02-14T09:26:17.061Z] (10/80) Installing brotli-libs (1.0.9-r6) [2023-02-14T09:26:17.061Z] (11/80) Installing libbz2 (1.0.8-r1) [2023-02-14T09:26:17.061Z] (12/80) Installing libpng (1.6.37-r1) [2023-02-14T09:26:17.061Z] (13/80) Installing freetype (2.12.1-r0) [2023-02-14T09:26:17.061Z] (14/80) Installing fontconfig (2.14.0-r0) [2023-02-14T09:26:17.061Z] (15/80) Installing fribidi (1.0.12-r0) [2023-02-14T09:26:17.061Z] (16/80) Installing libffi (3.4.2-r1) [2023-02-14T09:26:17.061Z] (17/80) Installing libintl (0.21-r2) [2023-02-14T09:26:17.061Z] (18/80) Installing libblkid (2.38-r1) [2023-02-14T09:26:17.061Z] (19/80) Installing libmount (2.38-r1) [2023-02-14T09:26:17.061Z] (20/80) Installing pcre (8.45-r2) [2023-02-14T09:26:17.061Z] (21/80) Installing glib (2.72.1-r0) [2023-02-14T09:26:17.061Z] (22/80) Installing graphite2 (1.3.14-r1) [2023-02-14T09:26:17.061Z] (23/80) Installing harfbuzz (4.3.0-r0) [2023-02-14T09:26:17.061Z] (24/80) Installing libass (0.16.0-r0) [2023-02-14T09:26:17.061Z] (25/80) Installing libdav1d (1.0.0-r0) [2023-02-14T09:26:17.319Z] (26/80) Installing libpciaccess (0.16-r0) [2023-02-14T09:26:17.319Z] (27/80) Installing libdrm (2.4.110-r0) [2023-02-14T09:26:17.319Z] (28/80) Installing gmp (6.2.1-r2) [2023-02-14T09:26:17.319Z] (29/80) Installing nettle (3.7.3-r0) [2023-02-14T09:26:17.319Z] (30/80) Installing p11-kit (0.24.1-r0) [2023-02-14T09:26:17.319Z] (31/80) Installing libtasn1 (4.18.0-r1) [2023-02-14T09:26:17.319Z] (32/80) Installing libunistring (1.0-r0) [2023-02-14T09:26:17.319Z] (33/80) Installing gnutls (3.7.7-r1) [2023-02-14T09:26:17.319Z] (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-14T09:26:17.319Z] (35/80) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-14T09:26:17.319Z] (36/80) Installing lame (3.100-r0) [2023-02-14T09:26:17.577Z] (37/80) Installing opus (1.3.1-r1) [2023-02-14T09:26:17.577Z] (38/80) Installing libasyncns (0.8-r1) [2023-02-14T09:26:17.577Z] (39/80) Installing dbus-libs (1.14.4-r0) [2023-02-14T09:26:17.577Z] (40/80) Installing libltdl (2.4.7-r0) [2023-02-14T09:26:17.577Z] (41/80) Installing orc (0.4.32-r0) [2023-02-14T09:26:17.577Z] (42/80) Installing libgcc (11.2.1_git20220219-r2) [2023-02-14T09:26:17.577Z] (43/80) Installing libogg (1.3.5-r1) [2023-02-14T09:26:17.577Z] (44/80) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-14T09:26:17.577Z] (45/80) Installing flac (1.3.4-r0) [2023-02-14T09:26:17.577Z] (46/80) Installing libvorbis (1.3.7-r0) [2023-02-14T09:26:17.835Z] (47/80) Installing libsndfile (1.1.0-r0) [2023-02-14T09:26:17.835Z] (48/80) Installing libgomp (11.2.1_git20220219-r2) [2023-02-14T09:26:17.835Z] (49/80) Installing soxr (0.1.3-r2) [2023-02-14T09:26:17.835Z] (50/80) Installing speexdsp (1.2.0-r0) [2023-02-14T09:26:17.835Z] (51/80) Installing tdb-libs (1.4.6-r0) [2023-02-14T09:26:17.835Z] (52/80) Installing libpulse (15.0-r2) [2023-02-14T09:26:17.835Z] (53/80) Installing cjson (1.7.15-r3) [2023-02-14T09:26:18.096Z] (54/80) Installing mbedtls (2.28.2-r0) [2023-02-14T09:26:18.096Z] (55/80) Installing librist (0.2.6-r1) [2023-02-14T09:26:18.096Z] (56/80) Installing libsrt (1.4.4-r0) [2023-02-14T09:26:18.096Z] (57/80) Installing libssh (0.9.6-r1) [2023-02-14T09:26:18.096Z] (58/80) Installing libtheora (1.1.1-r16) [2023-02-14T09:26:18.096Z] (59/80) Installing libjpeg-turbo (2.1.3-r1) [2023-02-14T09:26:18.355Z] (60/80) Installing v4l-utils-libs (1.22.1-r1) [2023-02-14T09:26:18.355Z] (61/80) Installing libxext (1.3.4-r0) [2023-02-14T09:26:18.355Z] (62/80) Installing libxfixes (6.0.0-r0) [2023-02-14T09:26:18.355Z] (63/80) Installing wayland-libs-client (1.20.0-r0) [2023-02-14T09:26:18.355Z] (64/80) Installing libva (2.14.0-r0) [2023-02-14T09:26:18.355Z] (65/80) Installing libvdpau (1.5-r0) [2023-02-14T09:26:18.355Z] (66/80) Installing vidstab (1.1.0-r1) [2023-02-14T09:26:18.355Z] (67/80) Installing libvpx (1.11.0-r1) [2023-02-14T09:26:18.614Z] (68/80) Installing libwebp (1.2.3-r0) [2023-02-14T09:26:18.614Z] (69/80) Installing x264-libs (0.163_git20210613-r0) [2023-02-14T09:26:18.614Z] (70/80) Installing numactl (2.0.14-r0) [2023-02-14T09:26:18.614Z] (71/80) Installing x265-libs (3.5-r3) [2023-02-14T09:26:18.872Z] (72/80) Installing xvidcore (1.3.7-r1) [2023-02-14T09:26:18.872Z] (73/80) Installing ffmpeg-libs (5.0.1-r1) [2023-02-14T09:26:19.440Z] (74/80) Installing ffmpeg (5.0.1-r1) [2023-02-14T09:26:19.440Z] (75/80) Installing udev-init-scripts (35-r0) [2023-02-14T09:26:19.440Z] Executing udev-init-scripts-35-r0.post-install [2023-02-14T09:26:19.440Z] (76/80) Installing eudev-libs (3.2.11-r0) [2023-02-14T09:26:19.440Z] (77/80) Installing xz-libs (5.2.5-r1) [2023-02-14T09:26:19.440Z] (78/80) Installing zstd-libs (1.5.2-r1) [2023-02-14T09:26:19.440Z] (79/80) Installing kmod-libs (29-r2) [2023-02-14T09:26:19.440Z] (80/80) Installing eudev (3.2.11-r0) [2023-02-14T09:26:19.440Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T09:26:19.440Z] Executing eudev-3.2.11-r0.trigger [2023-02-14T09:26:19.440Z] OK: 100 MiB in 94 packages [2023-02-14T09:26:21.356Z] Removing intermediate container 070de8307988 [2023-02-14T09:26:21.356Z] ---> eaf9aa792aac [2023-02-14T09:26:21.356Z] Step 18/35 : WORKDIR / [2023-02-14T09:26:21.356Z] ---> Running in 8fdfac345662 [2023-02-14T09:26:21.614Z] Removing intermediate container 8fdfac345662 [2023-02-14T09:26:21.614Z] ---> 0de99d636dc5 [2023-02-14T09:26:21.614Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-14T09:26:22.180Z] ---> 2da8cf0733bd [2023-02-14T09:26:22.180Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-14T09:26:22.180Z] ---> c2cea3e93935 [2023-02-14T09:26:22.180Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-14T09:26:22.180Z] ---> bf55b419a0d1 [2023-02-14T09:26:22.180Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-14T09:26:22.438Z] ---> c893ee290873 [2023-02-14T09:26:22.438Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-14T09:26:22.438Z] ---> 4ec90d6a7478 [2023-02-14T09:26:22.438Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-14T09:26:22.696Z] ---> 9eeb87cac98a [2023-02-14T09:26:22.696Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-14T09:26:23.262Z] ---> 94a10d254ac8 [2023-02-14T09:26:23.262Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-14T09:26:23.262Z] ---> Running in 87c44dd50c4f [2023-02-14T09:26:23.829Z] Removing intermediate container 87c44dd50c4f [2023-02-14T09:26:23.829Z] ---> 4bfc5cccf50c [2023-02-14T09:26:23.829Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-14T09:26:23.829Z] ---> Running in a82497540e77 [2023-02-14T09:26:24.395Z] Removing intermediate container a82497540e77 [2023-02-14T09:26:24.395Z] ---> 6637cdcb9439 [2023-02-14T09:26:24.395Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-14T09:26:24.395Z] ---> Running in b2afb6eac6e1 [2023-02-14T09:26:24.963Z] Removing intermediate container b2afb6eac6e1 [2023-02-14T09:26:24.963Z] ---> 8507cdb5f37d [2023-02-14T09:26:24.963Z] Step 29/35 : EXPOSE 59983 [2023-02-14T09:26:24.963Z] ---> Running in d7d41061a730 [2023-02-14T09:26:25.225Z] Removing intermediate container d7d41061a730 [2023-02-14T09:26:25.225Z] ---> b13a6c90733e [2023-02-14T09:26:25.225Z] Step 30/35 : EXPOSE 8554 [2023-02-14T09:26:25.225Z] ---> Running in 1b165d292dba [2023-02-14T09:26:25.225Z] Removing intermediate container 1b165d292dba [2023-02-14T09:26:25.225Z] ---> 669cb7d1a8c6 [2023-02-14T09:26:25.225Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-14T09:26:25.482Z] ---> Running in 8be693a1ff15 [2023-02-14T09:26:25.482Z] Removing intermediate container 8be693a1ff15 [2023-02-14T09:26:25.482Z] ---> fc0b1cefde51 [2023-02-14T09:26:25.482Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-14T09:26:25.482Z] ---> Running in 082981f0f2f5 [2023-02-14T09:26:25.740Z] Removing intermediate container 082981f0f2f5 [2023-02-14T09:26:25.740Z] ---> 21725f2802cc [2023-02-14T09:26:25.740Z] Step 33/35 : LABEL arch=amd64 [2023-02-14T09:26:25.740Z] ---> Running in 057918238ad5 [2023-02-14T09:26:25.740Z] Removing intermediate container 057918238ad5 [2023-02-14T09:26:25.740Z] ---> 5a4af93d6602 [2023-02-14T09:26:25.740Z] Step 34/35 : LABEL git_sha=c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:26:25.740Z] ---> Running in 7a23235bf3ca [2023-02-14T09:26:26.000Z] Removing intermediate container 7a23235bf3ca [2023-02-14T09:26:26.000Z] ---> 9fbdd3df9cbb [2023-02-14T09:26:26.000Z] Step 35/35 : LABEL version=3.0.0-dev.6 [2023-02-14T09:26:26.000Z] ---> Running in 5f1310c71cbb [2023-02-14T09:26:26.000Z] Removing intermediate container 5f1310c71cbb [2023-02-14T09:26:26.000Z] ---> de08ba6e5265 [2023-02-14T09:26:26.000Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T09:26:26.000Z] Successfully built de08ba6e5265 [2023-02-14T09:26:26.000Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T09:26:26.102Z] provisioning config files... [2023-02-14T09:26:26.112Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config16532575957068126676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:26:26.413Z] ---> docker-login.sh [2023-02-14T09:26:26.413Z] nexus3.edgexfoundry.org:10001 [2023-02-14T09:26:26.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:26:26.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:26:26.413Z] Configure a credential helper to remove this warning. See [2023-02-14T09:26:26.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:26:26.413Z] [2023-02-14T09:26:26.413Z] Login Succeeded [2023-02-14T09:26:26.413Z] nexus3.edgexfoundry.org:10002 [2023-02-14T09:26:26.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:26:26.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:26:26.413Z] Configure a credential helper to remove this warning. See [2023-02-14T09:26:26.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:26:26.413Z] [2023-02-14T09:26:26.413Z] Login Succeeded [2023-02-14T09:26:26.413Z] nexus3.edgexfoundry.org:10003 [2023-02-14T09:26:26.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:26:26.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:26:26.673Z] Configure a credential helper to remove this warning. See [2023-02-14T09:26:26.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:26:26.673Z] [2023-02-14T09:26:26.673Z] Login Succeeded [2023-02-14T09:26:26.673Z] nexus3.edgexfoundry.org:10004 [2023-02-14T09:26:26.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:26:26.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:26:26.673Z] Configure a credential helper to remove this warning. See [2023-02-14T09:26:26.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:26:26.673Z] [2023-02-14T09:26:26.673Z] Login Succeeded [2023-02-14T09:26:26.673Z] docker.io [2023-02-14T09:26:26.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:26:26.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:26:26.933Z] Configure a credential helper to remove this warning. See [2023-02-14T09:26:26.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:26:26.933Z] [2023-02-14T09:26:26.933Z] Login Succeeded [2023-02-14T09:26:26.933Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T09:26:26.940Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T09:26:26.964Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:26:26.980Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-02-14T09:26:26.980Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:26:26.980Z] latest [2023-02-14T09:26:26.980Z] 3.0.0-dev.6 [2023-02-14T09:26:26.980Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:26:26.980Z] main [2023-02-14T09:26:26.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:27.287Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:27.596Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:26:27.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-14T09:26:27.596Z] bfe22121888d: Preparing [2023-02-14T09:26:27.596Z] b02bcb632ee0: Preparing [2023-02-14T09:26:27.596Z] 20d328b226de: Preparing [2023-02-14T09:26:27.596Z] 550e596c6d0e: Preparing [2023-02-14T09:26:27.596Z] 1207169bf42c: Preparing [2023-02-14T09:26:27.596Z] 4ce29806664a: Preparing [2023-02-14T09:26:27.596Z] 488f5bdf1730: Preparing [2023-02-14T09:26:27.596Z] 4eb60a6679cd: Preparing [2023-02-14T09:26:27.596Z] 6808e69ed7b5: Preparing [2023-02-14T09:26:27.596Z] 85884514f0a1: Preparing [2023-02-14T09:26:27.596Z] 16953885e7dd: Preparing [2023-02-14T09:26:27.596Z] aa5968d388b8: Preparing [2023-02-14T09:26:27.596Z] 4eb60a6679cd: Waiting [2023-02-14T09:26:27.596Z] 6808e69ed7b5: Waiting [2023-02-14T09:26:27.596Z] 488f5bdf1730: Waiting [2023-02-14T09:26:27.596Z] 85884514f0a1: Waiting [2023-02-14T09:26:27.596Z] 16953885e7dd: Waiting [2023-02-14T09:26:27.596Z] aa5968d388b8: Waiting [2023-02-14T09:26:27.596Z] bfe22121888d: Pushed [2023-02-14T09:26:27.596Z] 1207169bf42c: Pushed [2023-02-14T09:26:27.596Z] b02bcb632ee0: Pushed [2023-02-14T09:26:27.596Z] 20d328b226de: Pushed [2023-02-14T09:26:27.858Z] 488f5bdf1730: Pushed [2023-02-14T09:26:27.858Z] 6808e69ed7b5: Pushed [2023-02-14T09:26:27.858Z] 4eb60a6679cd: Pushed [2023-02-14T09:26:27.858Z] 4ce29806664a: Pushed [2023-02-14T09:26:27.858Z] aa5968d388b8: Layer already exists [2023-02-14T09:26:29.830Z] 550e596c6d0e: Pushed [2023-02-14T09:26:30.409Z] 85884514f0a1: Pushed [2023-02-14T09:26:36.982Z] 16953885e7dd: Pushed [2023-02-14T09:26:36.982Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec: digest: sha256:829a23e4cbcfa15c1d16f8f8819a1a5e50a0896d1fa115aeaeac5befa3b3b958 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:37.301Z] + 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-14T09:26:37.606Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-14T09:26:37.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-14T09:26:37.606Z] bfe22121888d: Preparing [2023-02-14T09:26:37.606Z] b02bcb632ee0: Preparing [2023-02-14T09:26:37.606Z] 20d328b226de: Preparing [2023-02-14T09:26:37.606Z] 550e596c6d0e: Preparing [2023-02-14T09:26:37.606Z] 1207169bf42c: Preparing [2023-02-14T09:26:37.606Z] 4ce29806664a: Preparing [2023-02-14T09:26:37.606Z] 488f5bdf1730: Preparing [2023-02-14T09:26:37.606Z] 4eb60a6679cd: Preparing [2023-02-14T09:26:37.606Z] 6808e69ed7b5: Preparing [2023-02-14T09:26:37.606Z] 85884514f0a1: Preparing [2023-02-14T09:26:37.606Z] 16953885e7dd: Preparing [2023-02-14T09:26:37.606Z] aa5968d388b8: Preparing [2023-02-14T09:26:37.606Z] 4ce29806664a: Waiting [2023-02-14T09:26:37.606Z] 488f5bdf1730: Waiting [2023-02-14T09:26:37.606Z] 6808e69ed7b5: Waiting [2023-02-14T09:26:37.606Z] 4eb60a6679cd: Waiting [2023-02-14T09:26:37.606Z] 16953885e7dd: Waiting [2023-02-14T09:26:37.606Z] 85884514f0a1: Waiting [2023-02-14T09:26:37.606Z] aa5968d388b8: Waiting [2023-02-14T09:26:37.606Z] bfe22121888d: Layer already exists [2023-02-14T09:26:37.606Z] 20d328b226de: Layer already exists [2023-02-14T09:26:37.606Z] b02bcb632ee0: Layer already exists [2023-02-14T09:26:37.606Z] 550e596c6d0e: Layer already exists [2023-02-14T09:26:37.606Z] 1207169bf42c: Layer already exists [2023-02-14T09:26:37.606Z] 4ce29806664a: Layer already exists [2023-02-14T09:26:37.606Z] 4eb60a6679cd: Layer already exists [2023-02-14T09:26:37.606Z] 488f5bdf1730: Layer already exists [2023-02-14T09:26:37.606Z] 6808e69ed7b5: Layer already exists [2023-02-14T09:26:37.606Z] 85884514f0a1: Layer already exists [2023-02-14T09:26:37.606Z] aa5968d388b8: Layer already exists [2023-02-14T09:26:37.606Z] 16953885e7dd: Layer already exists [2023-02-14T09:26:37.606Z] latest: digest: sha256:829a23e4cbcfa15c1d16f8f8819a1a5e50a0896d1fa115aeaeac5befa3b3b958 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:37.910Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:38.215Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.6 [2023-02-14T09:26:38.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-14T09:26:38.215Z] bfe22121888d: Preparing [2023-02-14T09:26:38.215Z] b02bcb632ee0: Preparing [2023-02-14T09:26:38.215Z] 20d328b226de: Preparing [2023-02-14T09:26:38.215Z] 550e596c6d0e: Preparing [2023-02-14T09:26:38.215Z] 1207169bf42c: Preparing [2023-02-14T09:26:38.215Z] 4ce29806664a: Preparing [2023-02-14T09:26:38.215Z] 488f5bdf1730: Preparing [2023-02-14T09:26:38.215Z] 4eb60a6679cd: Preparing [2023-02-14T09:26:38.215Z] 4ce29806664a: Waiting [2023-02-14T09:26:38.215Z] 6808e69ed7b5: Preparing [2023-02-14T09:26:38.215Z] 85884514f0a1: Preparing [2023-02-14T09:26:38.215Z] 16953885e7dd: Preparing [2023-02-14T09:26:38.215Z] aa5968d388b8: Preparing [2023-02-14T09:26:38.215Z] 488f5bdf1730: Waiting [2023-02-14T09:26:38.215Z] 85884514f0a1: Waiting [2023-02-14T09:26:38.215Z] 4eb60a6679cd: Waiting [2023-02-14T09:26:38.215Z] 16953885e7dd: Waiting [2023-02-14T09:26:38.215Z] 6808e69ed7b5: Waiting [2023-02-14T09:26:38.215Z] aa5968d388b8: Waiting [2023-02-14T09:26:38.215Z] 550e596c6d0e: Layer already exists [2023-02-14T09:26:38.215Z] bfe22121888d: Layer already exists [2023-02-14T09:26:38.215Z] 1207169bf42c: Layer already exists [2023-02-14T09:26:38.215Z] b02bcb632ee0: Layer already exists [2023-02-14T09:26:38.215Z] 20d328b226de: Layer already exists [2023-02-14T09:26:38.215Z] 4ce29806664a: Layer already exists [2023-02-14T09:26:38.215Z] 488f5bdf1730: Layer already exists [2023-02-14T09:26:38.215Z] 85884514f0a1: Layer already exists [2023-02-14T09:26:38.215Z] 4eb60a6679cd: Layer already exists [2023-02-14T09:26:38.215Z] 6808e69ed7b5: Layer already exists [2023-02-14T09:26:38.215Z] 16953885e7dd: Layer already exists [2023-02-14T09:26:38.215Z] aa5968d388b8: Layer already exists [2023-02-14T09:26:38.215Z] 3.0.0-dev.6: digest: sha256:829a23e4cbcfa15c1d16f8f8819a1a5e50a0896d1fa115aeaeac5befa3b3b958 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:38.522Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:38.838Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:26:38.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-14T09:26:38.838Z] bfe22121888d: Preparing [2023-02-14T09:26:38.838Z] b02bcb632ee0: Preparing [2023-02-14T09:26:38.838Z] 20d328b226de: Preparing [2023-02-14T09:26:38.838Z] 550e596c6d0e: Preparing [2023-02-14T09:26:38.838Z] 1207169bf42c: Preparing [2023-02-14T09:26:38.838Z] 4ce29806664a: Preparing [2023-02-14T09:26:38.838Z] 488f5bdf1730: Preparing [2023-02-14T09:26:38.838Z] 4ce29806664a: Waiting [2023-02-14T09:26:38.838Z] 4eb60a6679cd: Preparing [2023-02-14T09:26:38.838Z] 488f5bdf1730: Waiting [2023-02-14T09:26:38.838Z] 6808e69ed7b5: Preparing [2023-02-14T09:26:38.838Z] 85884514f0a1: Preparing [2023-02-14T09:26:38.838Z] 16953885e7dd: Preparing [2023-02-14T09:26:38.838Z] 4eb60a6679cd: Waiting [2023-02-14T09:26:38.838Z] 6808e69ed7b5: Waiting [2023-02-14T09:26:38.838Z] 85884514f0a1: Waiting [2023-02-14T09:26:38.838Z] aa5968d388b8: Preparing [2023-02-14T09:26:38.838Z] bfe22121888d: Layer already exists [2023-02-14T09:26:38.838Z] 20d328b226de: Layer already exists [2023-02-14T09:26:38.838Z] 1207169bf42c: Layer already exists [2023-02-14T09:26:38.838Z] 550e596c6d0e: Layer already exists [2023-02-14T09:26:38.838Z] b02bcb632ee0: Layer already exists [2023-02-14T09:26:38.838Z] 4ce29806664a: Layer already exists [2023-02-14T09:26:38.838Z] 488f5bdf1730: Layer already exists [2023-02-14T09:26:38.838Z] 4eb60a6679cd: Layer already exists [2023-02-14T09:26:38.838Z] 85884514f0a1: Layer already exists [2023-02-14T09:26:38.838Z] 6808e69ed7b5: Layer already exists [2023-02-14T09:26:38.838Z] 16953885e7dd: Layer already exists [2023-02-14T09:26:38.838Z] aa5968d388b8: Layer already exists [2023-02-14T09:26:38.838Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6: digest: sha256:829a23e4cbcfa15c1d16f8f8819a1a5e50a0896d1fa115aeaeac5befa3b3b958 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:39.144Z] + 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-14T09:26:39.447Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2023-02-14T09:26:39.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-02-14T09:26:39.447Z] bfe22121888d: Preparing [2023-02-14T09:26:39.447Z] b02bcb632ee0: Preparing [2023-02-14T09:26:39.447Z] 20d328b226de: Preparing [2023-02-14T09:26:39.447Z] 550e596c6d0e: Preparing [2023-02-14T09:26:39.447Z] 1207169bf42c: Preparing [2023-02-14T09:26:39.447Z] 4ce29806664a: Preparing [2023-02-14T09:26:39.447Z] 488f5bdf1730: Preparing [2023-02-14T09:26:39.447Z] 4eb60a6679cd: Preparing [2023-02-14T09:26:39.447Z] 6808e69ed7b5: Preparing [2023-02-14T09:26:39.447Z] 85884514f0a1: Preparing [2023-02-14T09:26:39.447Z] 16953885e7dd: Preparing [2023-02-14T09:26:39.447Z] aa5968d388b8: Preparing [2023-02-14T09:26:39.447Z] 85884514f0a1: Waiting [2023-02-14T09:26:39.447Z] 6808e69ed7b5: Waiting [2023-02-14T09:26:39.448Z] 16953885e7dd: Waiting [2023-02-14T09:26:39.448Z] aa5968d388b8: Waiting [2023-02-14T09:26:39.448Z] 4ce29806664a: Waiting [2023-02-14T09:26:39.448Z] 488f5bdf1730: Waiting [2023-02-14T09:26:39.448Z] 4eb60a6679cd: Waiting [2023-02-14T09:26:39.448Z] b02bcb632ee0: Layer already exists [2023-02-14T09:26:39.448Z] 20d328b226de: Layer already exists [2023-02-14T09:26:39.448Z] 550e596c6d0e: Layer already exists [2023-02-14T09:26:39.448Z] 1207169bf42c: Layer already exists [2023-02-14T09:26:39.448Z] bfe22121888d: Layer already exists [2023-02-14T09:26:39.448Z] 4ce29806664a: Layer already exists [2023-02-14T09:26:39.448Z] 6808e69ed7b5: Layer already exists [2023-02-14T09:26:39.448Z] 85884514f0a1: Layer already exists [2023-02-14T09:26:39.448Z] 488f5bdf1730: Layer already exists [2023-02-14T09:26:39.448Z] 4eb60a6679cd: Layer already exists [2023-02-14T09:26:39.448Z] 16953885e7dd: Layer already exists [2023-02-14T09:26:39.448Z] aa5968d388b8: Layer already exists [2023-02-14T09:26:39.448Z] main: digest: sha256:829a23e4cbcfa15c1d16f8f8819a1a5e50a0896d1fa115aeaeac5befa3b3b958 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T09:26:39.482Z] ===================================================== [Pipeline] echo [2023-02-14T09:26:39.488Z] taggedImages: [2023-02-14T09:26:39.488Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:26:39.488Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-02-14T09:26:39.488Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:3.0.0-dev.6 [2023-02-14T09:26:39.488Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:26:39.488Z] - 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-14T09:26:39.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T09:26:39.854Z] [2023-02-14T09:26:39.854Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:26:40.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T09:26:40.150Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-14T09:26:40.150Z] 5eb5b503b376: Pulling fs layer [2023-02-14T09:26:40.150Z] 5c69ac0246d0: Pulling fs layer [2023-02-14T09:26:40.150Z] ec43610c2a17: Pulling fs layer [2023-02-14T09:26:40.150Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-14T09:26:40.150Z] 33b1e0a273af: Pulling fs layer [2023-02-14T09:26:40.150Z] 5d3b04190fa2: Pulling fs layer [2023-02-14T09:26:40.150Z] 2f39f015ded8: Pulling fs layer [2023-02-14T09:26:40.150Z] 3a2ae6a8a46f: Waiting [2023-02-14T09:26:40.150Z] 33b1e0a273af: Waiting [2023-02-14T09:26:40.150Z] 5d3b04190fa2: Waiting [2023-02-14T09:26:40.150Z] 2f39f015ded8: Waiting [2023-02-14T09:26:40.150Z] 5c69ac0246d0: Download complete [2023-02-14T09:26:40.150Z] 3a2ae6a8a46f: Download complete [2023-02-14T09:26:40.413Z] 33b1e0a273af: Verifying Checksum [2023-02-14T09:26:40.413Z] 33b1e0a273af: Download complete [2023-02-14T09:26:40.413Z] 5d3b04190fa2: Verifying Checksum [2023-02-14T09:26:40.413Z] 5d3b04190fa2: Download complete [2023-02-14T09:26:40.413Z] ec43610c2a17: Verifying Checksum [2023-02-14T09:26:40.413Z] ec43610c2a17: Download complete [2023-02-14T09:26:40.674Z] 5eb5b503b376: Verifying Checksum [2023-02-14T09:26:40.674Z] 5eb5b503b376: Download complete [2023-02-14T09:26:41.244Z] 2f39f015ded8: Download complete [2023-02-14T09:26:41.810Z] 5eb5b503b376: Pull complete [2023-02-14T09:26:41.810Z] 5c69ac0246d0: Pull complete [2023-02-14T09:26:42.068Z] ec43610c2a17: Pull complete [2023-02-14T09:26:42.326Z] 3a2ae6a8a46f: Pull complete [2023-02-14T09:26:42.326Z] 33b1e0a273af: Pull complete [2023-02-14T09:26:42.584Z] 5d3b04190fa2: Pull complete [2023-02-14T09:26:46.766Z] 2f39f015ded8: Pull complete [2023-02-14T09:26:46.766Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-14T09:26:46.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T09:26:46.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:26:46.837Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:26:46.858Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T09:26:49.256Z] $ docker top 18c2352a2ebc20bf2c3cbde7dfc66c38de69f663e75b6260ced80ba50c2eb0f0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:26:49.619Z] ---> job-cost.sh [2023-02-14T09:26:49.619Z] lf-activate-venv: SKIPPING [2023-02-14T09:26:49.619Z] INFO: No Stack... [2023-02-14T09:26:49.878Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T09:26:50.137Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T09:26:50.688Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2023-02-14T09:26:50.688Z] + cut -d, -f6 [Pipeline] lock [2023-02-14T09:26:50.702Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [2023-02-14T09:26:50.708Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] did not exist. Created. [2023-02-14T09:26:50.708Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T09:26:51.006Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-14T09:26:51.036Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T09:26:51.042Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T09:26:51.054Z] $ docker stop --time=1 18c2352a2ebc20bf2c3cbde7dfc66c38de69f663e75b6260ced80ba50c2eb0f0 [2023-02-14T09:26:52.224Z] $ docker rm -f --volumes 18c2352a2ebc20bf2c3cbde7dfc66c38de69f663e75b6260ced80ba50c2eb0f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-14T09:28:21.727Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5775 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2023-02-14T09:28:21.740Z] Running in /w/workspace/device-usb-camera/77 [Pipeline] { [Pipeline] checkout [2023-02-14T09:28:21.773Z] Selected Git installation does not exist. Using Default [2023-02-14T09:28:21.773Z] The recommended git tool is: NONE [2023-02-14T09:28:27.920Z] using credential edgex-jenkins-ssh [2023-02-14T09:28:27.936Z] Cloning the remote Git repository [2023-02-14T09:28:27.993Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-02-14T09:28:28.085Z] > git init /w/workspace/device-usb-camera/77 # timeout=10 [2023-02-14T09:28:28.269Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-02-14T09:28:28.270Z] > git --version # timeout=10 [2023-02-14T09:28:28.294Z] > git --version # 'git version 2.25.1' [2023-02-14T09:28:28.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-14T09:28:28.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T09:28:29.161Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-02-14T09:28:29.184Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-14T09:28:30.209Z] Avoid second fetch [2023-02-14T09:28:30.209Z] Checking out Revision c4833ecb71a5b036c07645cdd3981a69f5c223ec (main) [2023-02-14T09:28:30.227Z] > git config core.sparsecheckout # timeout=10 [2023-02-14T09:28:30.248Z] > git checkout -f c4833ecb71a5b036c07645cdd3981a69f5c223ec # timeout=10 [2023-02-14T09:28:30.783Z] Commit message: "docs(snap): Update camera interface, getting started doc version (#143)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T09:28:31.875Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-14T09:28:31.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T09:28:31.875Z] Dload Upload Total Spent Left Speed [2023-02-14T09:28:31.875Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 63123 0 --:--:-- --:--:-- --:--:-- 63437 [Pipeline] sh [2023-02-14T09:28:32.584Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-14T09:28:32.924Z] + sudo tee /etc/docker/daemon.new [2023-02-14T09:28:32.924Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-14T09:28:32.924Z] { [2023-02-14T09:28:32.924Z] "registry-mirrors": [ [2023-02-14T09:28:32.924Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-14T09:28:32.924Z] ], [2023-02-14T09:28:32.924Z] "bip": "10.250.0.254/24", [2023-02-14T09:28:32.924Z] "hosts": [ [2023-02-14T09:28:32.924Z] "tcp://0.0.0.0:5555", [2023-02-14T09:28:32.924Z] "unix:///var/run/docker.sock" [2023-02-14T09:28:32.924Z] ], [2023-02-14T09:28:32.924Z] "mtu": 1458, [2023-02-14T09:28:32.924Z] "selinux-enabled": true, [2023-02-14T09:28:32.924Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-14T09:28:32.924Z] } [Pipeline] sh [2023-02-14T09:28:33.267Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-14T09:28:33.611Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T09:28:51.909Z] provisioning config files... [2023-02-14T09:28:51.942Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/77@tmp/config10348388549164013930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:28:52.309Z] ---> docker-login.sh [2023-02-14T09:28:52.309Z] nexus3.edgexfoundry.org:10001 [2023-02-14T09:28:52.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:28:52.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:28:52.902Z] Configure a credential helper to remove this warning. See [2023-02-14T09:28:52.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:28:52.902Z] [2023-02-14T09:28:52.902Z] Login Succeeded [2023-02-14T09:28:52.902Z] nexus3.edgexfoundry.org:10002 [2023-02-14T09:28:53.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:28:53.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:28:53.440Z] Configure a credential helper to remove this warning. See [2023-02-14T09:28:53.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:28:53.440Z] [2023-02-14T09:28:53.440Z] Login Succeeded [2023-02-14T09:28:53.440Z] nexus3.edgexfoundry.org:10003 [2023-02-14T09:28:53.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:28:53.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:28:53.711Z] Configure a credential helper to remove this warning. See [2023-02-14T09:28:53.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:28:53.711Z] [2023-02-14T09:28:53.711Z] Login Succeeded [2023-02-14T09:28:53.711Z] nexus3.edgexfoundry.org:10004 [2023-02-14T09:28:53.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:28:54.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:28:54.254Z] Configure a credential helper to remove this warning. See [2023-02-14T09:28:54.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:28:54.254Z] [2023-02-14T09:28:54.254Z] Login Succeeded [2023-02-14T09:28:54.254Z] docker.io [2023-02-14T09:28:54.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:28:54.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:28:54.843Z] Configure a credential helper to remove this warning. See [2023-02-14T09:28:54.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:28:54.843Z] [2023-02-14T09:28:54.843Z] Login Succeeded [2023-02-14T09:28:54.843Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T09:28:54.858Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-14T09:28:55.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:28:55.148Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:28:55.162Z] ========================================================= [2023-02-14T09:28:55.162Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-14T09:28:55.162Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:28:55.527Z] + 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-14T09:28:55.800Z] Sending build context to Docker daemon 1.129MB [2023-02-14T09:28:55.800Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T09:28:55.800Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-14T09:28:56.077Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-14T09:28:56.077Z] 9b18e9b68314: Pulling fs layer [2023-02-14T09:28:56.077Z] 35d82f9e3411: Pulling fs layer [2023-02-14T09:28:56.077Z] e16973657156: Pulling fs layer [2023-02-14T09:28:56.077Z] fc693d55d65f: Pulling fs layer [2023-02-14T09:28:56.077Z] 7e9fc2657dce: Pulling fs layer [2023-02-14T09:28:56.077Z] dda99020689f: Pulling fs layer [2023-02-14T09:28:56.077Z] db1c61fa0a46: Pulling fs layer [2023-02-14T09:28:56.077Z] 891c053d2c06: Pulling fs layer [2023-02-14T09:28:56.077Z] dda99020689f: Waiting [2023-02-14T09:28:56.077Z] db1c61fa0a46: Waiting [2023-02-14T09:28:56.077Z] 891c053d2c06: Waiting [2023-02-14T09:28:56.077Z] 7e9fc2657dce: Waiting [2023-02-14T09:28:56.077Z] fc693d55d65f: Waiting [2023-02-14T09:28:56.077Z] e16973657156: Download complete [2023-02-14T09:28:56.077Z] 35d82f9e3411: Verifying Checksum [2023-02-14T09:28:56.077Z] 35d82f9e3411: Download complete [2023-02-14T09:28:56.077Z] 7e9fc2657dce: Verifying Checksum [2023-02-14T09:28:56.077Z] 7e9fc2657dce: Download complete [2023-02-14T09:28:56.077Z] dda99020689f: Verifying Checksum [2023-02-14T09:28:56.077Z] dda99020689f: Download complete [2023-02-14T09:28:56.077Z] 9b18e9b68314: Verifying Checksum [2023-02-14T09:28:57.064Z] 9b18e9b68314: Pull complete [2023-02-14T09:28:57.338Z] 891c053d2c06: Verifying Checksum [2023-02-14T09:28:57.338Z] 891c053d2c06: Download complete [2023-02-14T09:28:57.947Z] 35d82f9e3411: Pull complete [2023-02-14T09:28:58.222Z] e16973657156: Pull complete [2023-02-14T09:28:58.821Z] db1c61fa0a46: Verifying Checksum [2023-02-14T09:28:58.821Z] db1c61fa0a46: Download complete [2023-02-14T09:28:59.413Z] fc693d55d65f: Verifying Checksum [2023-02-14T09:28:59.413Z] fc693d55d65f: Download complete [2023-02-14T09:29:11.757Z] fc693d55d65f: Pull complete [2023-02-14T09:29:11.757Z] 7e9fc2657dce: Pull complete [2023-02-14T09:29:12.026Z] dda99020689f: Pull complete [2023-02-14T09:29:18.699Z] db1c61fa0a46: Pull complete [2023-02-14T09:29:20.648Z] 891c053d2c06: Pull complete [2023-02-14T09:29:20.648Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-14T09:29:20.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-14T09:29:20.648Z] ---> f96f9c87975a [2023-02-14T09:29:20.648Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-14T09:29:22.063Z] ---> Running in 189e621083fa [2023-02-14T09:29:22.333Z] Removing intermediate container 189e621083fa [2023-02-14T09:29:22.333Z] ---> 64174d38dc4b [2023-02-14T09:29:22.333Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T09:29:22.601Z] ---> Running in 8f0edcc65f69 [2023-02-14T09:29:22.868Z] Removing intermediate container 8f0edcc65f69 [2023-02-14T09:29:22.868Z] ---> 12cf606cdab0 [2023-02-14T09:29:22.868Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-14T09:29:22.868Z] ---> Running in b060ebd0fe7b [2023-02-14T09:29:23.137Z] Removing intermediate container b060ebd0fe7b [2023-02-14T09:29:23.137Z] ---> 7069981275d9 [2023-02-14T09:29:23.137Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-14T09:29:23.137Z] ---> Running in 7683ca1808dd [2023-02-14T09:29:23.404Z] Removing intermediate container 7683ca1808dd [2023-02-14T09:29:23.404Z] ---> 11d60eca69fe [2023-02-14T09:29:23.404Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T09:29:23.671Z] ---> Running in 81985973d07f [2023-02-14T09:29:24.631Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T09:29:25.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T09:29:26.169Z] (1/14) Installing libintl (0.21-r2) [2023-02-14T09:29:26.169Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-02-14T09:29:26.169Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-02-14T09:29:26.169Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-02-14T09:29:26.169Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-02-14T09:29:26.169Z] (6/14) Installing udev-init-scripts (35-r0) [2023-02-14T09:29:26.169Z] Executing udev-init-scripts-35-r0.post-install [2023-02-14T09:29:26.169Z] (7/14) Installing libblkid (2.38-r1) [2023-02-14T09:29:26.169Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-02-14T09:29:26.169Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-02-14T09:29:26.169Z] (10/14) Installing kmod-libs (29-r2) [2023-02-14T09:29:26.435Z] (11/14) Installing eudev (3.2.11-r0) [2023-02-14T09:29:26.702Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-02-14T09:29:26.702Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-02-14T09:29:26.702Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-02-14T09:29:26.702Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T09:29:26.702Z] Executing eudev-3.2.11-r0.trigger [2023-02-14T09:29:26.702Z] OK: 228 MiB in 65 packages [2023-02-14T09:29:28.113Z] Removing intermediate container 81985973d07f [2023-02-14T09:29:28.113Z] ---> ab595bd9d02f [2023-02-14T09:29:28.113Z] Step 8/13 : WORKDIR /device-usb-camera [2023-02-14T09:29:28.113Z] ---> Running in e76b8c060191 [2023-02-14T09:29:28.113Z] Removing intermediate container e76b8c060191 [2023-02-14T09:29:28.113Z] ---> 2876a5c358cd [2023-02-14T09:29:28.113Z] Step 9/13 : COPY go.mod vendor* ./ [2023-02-14T09:29:30.707Z] ---> e46057c22d62 [2023-02-14T09:29:30.707Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T09:29:30.707Z] ---> Running in 6ff3390a8499 [2023-02-14T09:30:27.231Z] Removing intermediate container 6ff3390a8499 [2023-02-14T09:30:27.231Z] ---> 76f3e8963390 [2023-02-14T09:30:27.231Z] Step 11/13 : COPY . . [2023-02-14T09:30:27.231Z] ---> c74c85e03dd4 [2023-02-14T09:30:27.231Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-14T09:30:27.231Z] ---> Running in 7a3633c91fe7 [2023-02-14T09:30:27.231Z]  % Total  % Received % Xferd Average Speed Time   Time  Time Current [2023-02-14T09:30:27.231Z]  Dload Upload Total Spent Left Speed [2023-02-14T09:30:27.231Z] 0 0 0  0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14061 0 --:--:-- --:--:-- --:--:-- 14160 [2023-02-14T09:30:27.231Z] Removing intermediate container 7a3633c91fe7 [2023-02-14T09:30:27.231Z] ---> ea27210ce7f7 [2023-02-14T09:30:27.231Z] Step 13/13 : RUN ${MAKE} [2023-02-14T09:30:27.231Z] ---> Running in 62d8ab2f5266 [2023-02-14T09:30:27.231Z] noop [2023-02-14T09:30:27.231Z] Removing intermediate container 62d8ab2f5266 [2023-02-14T09:30:27.231Z] ---> d37c507bb715 [2023-02-14T09:30:27.231Z] Successfully built d37c507bb715 [2023-02-14T09:30:27.231Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:30:27.573Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T09:30:27.573Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:30:27.756Z] prd-ubuntu20.04-docker-arm64-4c-16g-5775 does not seem to be running inside a container [2023-02-14T09:30:27.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/77 -v /w/workspace/device-usb-camera/77:/w/workspace/device-usb-camera/77:rw,z -v /w/workspace/device-usb-camera/77@tmp:/w/workspace/device-usb-camera/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T09:30:28.988Z] $ docker top c2cbbf7999a7019fbd353dedad5234db057989cf556617ac5838360e9281835c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T09:30:29.810Z] + go version [2023-02-14T09:30:29.810Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-14T09:30:29.829Z] $ docker stop --time=1 c2cbbf7999a7019fbd353dedad5234db057989cf556617ac5838360e9281835c [2023-02-14T09:30:31.432Z] $ docker rm -f --volumes c2cbbf7999a7019fbd353dedad5234db057989cf556617ac5838360e9281835c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:30:31.959Z] + docker inspect -f . ci-base-image-arm64 [2023-02-14T09:30:31.959Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:30:32.137Z] prd-ubuntu20.04-docker-arm64-4c-16g-5775 does not seem to be running inside a container [2023-02-14T09:30:32.210Z] $ 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/77 -v /w/workspace/device-usb-camera/77:/w/workspace/device-usb-camera/77:rw,z -v /w/workspace/device-usb-camera/77@tmp:/w/workspace/device-usb-camera/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-14T09:30:33.370Z] $ docker top c44a7943feabcf85a45b7313bebfe1f52e10116022ad29a60bb62102df47f212 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T09:30:33.899Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/77 [Pipeline] fileExists [Pipeline] sh [2023-02-14T09:30:34.555Z] + make test [2023-02-14T09:30:34.555Z] go test ./... -coverprofile=coverage.out ./... [2023-02-14T09:30:35.970Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-02-14T09:32:12.647Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-02-14T09:32:12.647Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.063s coverage: 1.9% of statements [2023-02-14T09:32:12.647Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-14T09:32:12.647Z] go vet ./... [2023-02-14T09:32:24.972Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-14T09:32:24.972Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-14T09:32:24.972Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-14T09:32:25.576Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-14T09:32:25.587Z] $ docker stop --time=1 c44a7943feabcf85a45b7313bebfe1f52e10116022ad29a60bb62102df47f212 [2023-02-14T09:32:27.360Z] $ docker rm -f --volumes c44a7943feabcf85a45b7313bebfe1f52e10116022ad29a60bb62102df47f212 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T09:32:28.284Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-14T09:32:28.305Z] Warning: overwriting stash ‘coverage-report’ [2023-02-14T09:32:28.747Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-14T09:32:29.108Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-14T09:32:29.429Z] + ls -al . [2023-02-14T09:32:29.429Z] total 204 [2023-02-14T09:32:29.429Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 14 09:30 . [2023-02-14T09:32:29.429Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:28 .. [2023-02-14T09:32:29.429Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 14 09:28 .git [2023-02-14T09:32:29.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:28 .github [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 414 Feb 14 09:28 .gitignore [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 14 09:28 .golangci.yml [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 77 Feb 14 09:28 .hadolint.yml [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 9442 Feb 14 09:28 Attribution.txt [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 6219 Feb 14 09:28 CHANGELOG.md [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 2328 Feb 14 09:28 Dockerfile [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 678 Feb 14 09:28 GOVERNANCE.md [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 659 Feb 14 09:28 Jenkinsfile [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 14 09:28 LICENSE [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 2329 Feb 14 09:28 Makefile [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 622 Feb 14 09:28 OWNERS.md [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 5934 Feb 14 09:28 README.md [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 14 09:24 VERSION [2023-02-14T09:32:29.429Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 14 09:28 bin [2023-02-14T09:32:29.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:28 cmd [2023-02-14T09:32:29.429Z] -rw-r--r-- 1 jenkins jenkins 30666 Feb 14 09:32 coverage.out [2023-02-14T09:32:29.429Z] -rwxrwxr-x 1 jenkins jenkins 140 Feb 14 09:28 docker-entrypoint.sh [2023-02-14T09:32:29.429Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:28 docs [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 3574 Feb 14 09:28 go.mod [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 45170 Feb 14 09:28 go.sum [2023-02-14T09:32:29.429Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 14 09:28 internal [2023-02-14T09:32:29.429Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 14 09:28 snap [2023-02-14T09:32:29.429Z] -rw-rw-r-- 1 jenkins jenkins 231 Feb 14 09:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:32:29.767Z] + 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=c4833ecb71a5b036c07645cdd3981a69f5c223ec --label arch=arm64 --label version=3.0.0-dev.6 . [2023-02-14T09:32:30.034Z] Sending build context to Docker daemon 1.161MB [2023-02-14T09:32:30.034Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-02-14T09:32:30.034Z] Step 2/35 : FROM ${BASE} AS builder [2023-02-14T09:32:30.034Z] ---> d37c507bb715 [2023-02-14T09:32:30.034Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-02-14T09:32:30.300Z] ---> Running in 653d954d67f5 [2023-02-14T09:32:30.300Z] Removing intermediate container 653d954d67f5 [2023-02-14T09:32:30.300Z] ---> e5a9442d6273 [2023-02-14T09:32:30.300Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-14T09:32:30.567Z] ---> Running in 5c88ea4aad6c [2023-02-14T09:32:30.833Z] Removing intermediate container 5c88ea4aad6c [2023-02-14T09:32:30.833Z] ---> 29a628ea5048 [2023-02-14T09:32:30.833Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-02-14T09:32:30.833Z] ---> Running in 42f01007258e [2023-02-14T09:32:31.101Z] Removing intermediate container 42f01007258e [2023-02-14T09:32:31.101Z] ---> dcb52118f8ac [2023-02-14T09:32:31.101Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-02-14T09:32:31.101Z] ---> Running in 765e1ecbc92d [2023-02-14T09:32:31.368Z] Removing intermediate container 765e1ecbc92d [2023-02-14T09:32:31.368Z] ---> 0ce2a27f252f [2023-02-14T09:32:31.368Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-14T09:32:31.639Z] ---> Running in f2e3f47e278f [2023-02-14T09:32:32.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T09:32:32.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T09:32:33.825Z] OK: 228 MiB in 65 packages [2023-02-14T09:32:34.792Z] Removing intermediate container f2e3f47e278f [2023-02-14T09:32:34.792Z] ---> eb46adffd16b [2023-02-14T09:32:34.792Z] Step 8/35 : WORKDIR /device-usb-camera [2023-02-14T09:32:34.792Z] ---> Running in 6cb4628021b3 [2023-02-14T09:32:35.058Z] Removing intermediate container 6cb4628021b3 [2023-02-14T09:32:35.058Z] ---> f1a768a6fa3c [2023-02-14T09:32:35.058Z] Step 9/35 : COPY go.mod vendor* ./ [2023-02-14T09:32:35.641Z] ---> bd011410b071 [2023-02-14T09:32:35.641Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-14T09:32:35.641Z] ---> Running in 8de2ab9a4531 [2023-02-14T09:32:37.593Z] Removing intermediate container 8de2ab9a4531 [2023-02-14T09:32:37.593Z] ---> ed70a1636cec [2023-02-14T09:32:37.593Z] Step 11/35 : COPY . . [2023-02-14T09:32:38.558Z] ---> 7ce4aed0989f [2023-02-14T09:32:38.558Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-02-14T09:32:38.558Z] ---> Running in 4a6b6eafd144 [2023-02-14T09:32:39.525Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T09:32:39.525Z] Dload Upload Total Spent Left Speed [2023-02-14T09:32:39.794Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5949 0 --:--:-- --:--:-- --:--:-- 5966 [2023-02-14T09:32:40.379Z] Removing intermediate container 4a6b6eafd144 [2023-02-14T09:32:40.379Z] ---> 82611f9346be [2023-02-14T09:32:40.379Z] Step 13/35 : RUN ${MAKE} [2023-02-14T09:32:40.379Z] ---> Running in 1e66ad5ed407 [2023-02-14T09:32:41.342Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=3.0.0-dev.6" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-02-14T09:35:03.044Z] Removing intermediate container 1e66ad5ed407 [2023-02-14T09:35:03.044Z] ---> 93f39cb0b867 [2023-02-14T09:35:03.044Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2023-02-14T09:35:03.044Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2023-02-14T09:35:03.044Z] eab2503cf8f4: Pulling fs layer [2023-02-14T09:35:03.044Z] 97cd0a44c592: Pulling fs layer [2023-02-14T09:35:03.044Z] 97cd0a44c592: Verifying Checksum [2023-02-14T09:35:03.044Z] 97cd0a44c592: Download complete [2023-02-14T09:35:03.044Z] eab2503cf8f4: Verifying Checksum [2023-02-14T09:35:03.044Z] eab2503cf8f4: Download complete [2023-02-14T09:35:03.044Z] eab2503cf8f4: Pull complete [2023-02-14T09:35:03.044Z] 97cd0a44c592: Pull complete [2023-02-14T09:35:03.044Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2023-02-14T09:35:03.044Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2023-02-14T09:35:03.044Z] ---> 7f763cca56b3 [2023-02-14T09:35:03.044Z] Step 15/35 : FROM alpine:3.16 [2023-02-14T09:35:03.311Z] 3.16: Pulling from library/alpine [2023-02-14T09:35:03.311Z] 3760b48202b3: Pulling fs layer [2023-02-14T09:35:03.578Z] 3760b48202b3: Verifying Checksum [2023-02-14T09:35:03.578Z] 3760b48202b3: Download complete [2023-02-14T09:35:04.163Z] 3760b48202b3: Pull complete [2023-02-14T09:35:05.574Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-14T09:35:05.574Z] Status: Downloaded newer image for alpine:3.16 [2023-02-14T09:35:05.574Z] ---> 4c81e5bf8899 [2023-02-14T09:35:05.574Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-14T09:35:05.574Z] ---> Running in d7d8f3dfa9af [2023-02-14T09:35:05.841Z] Removing intermediate container d7d8f3dfa9af [2023-02-14T09:35:05.841Z] ---> 6390c7ed403a [2023-02-14T09:35:05.841Z] Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-02-14T09:35:05.841Z] ---> Running in fc981079fa5d [2023-02-14T09:35:06.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-14T09:35:07.071Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-14T09:35:08.480Z] (1/79) Installing dumb-init (1.2.5-r1) [2023-02-14T09:35:08.480Z] (2/79) Installing sdl2 (2.0.22-r0) [2023-02-14T09:35:08.480Z] (3/79) Installing libxau (1.0.9-r0) [2023-02-14T09:35:08.480Z] (4/79) Installing libxdmcp (1.1.3-r0) [2023-02-14T09:35:08.480Z] (5/79) Installing libxcb (1.15-r0) [2023-02-14T09:35:08.480Z] (6/79) Installing libx11 (1.8-r0) [2023-02-14T09:35:08.480Z] (7/79) Installing aom-libs (3.3.0-r0) [2023-02-14T09:35:08.747Z] (8/79) Installing alsa-lib (1.2.7.2-r0) [2023-02-14T09:35:09.012Z] (9/79) Installing expat (2.5.0-r0) [2023-02-14T09:35:09.012Z] (10/79) Installing brotli-libs (1.0.9-r6) [2023-02-14T09:35:09.012Z] (11/79) Installing libbz2 (1.0.8-r1) [2023-02-14T09:35:09.012Z] (12/79) Installing libpng (1.6.37-r1) [2023-02-14T09:35:09.012Z] (13/79) Installing freetype (2.12.1-r0) [2023-02-14T09:35:09.012Z] (14/79) Installing fontconfig (2.14.0-r0) [2023-02-14T09:35:09.280Z] (15/79) Installing fribidi (1.0.12-r0) [2023-02-14T09:35:09.280Z] (16/79) Installing libffi (3.4.2-r1) [2023-02-14T09:35:09.280Z] (17/79) Installing libintl (0.21-r2) [2023-02-14T09:35:09.280Z] (18/79) Installing libblkid (2.38-r1) [2023-02-14T09:35:09.280Z] (19/79) Installing libmount (2.38-r1) [2023-02-14T09:35:09.280Z] (20/79) Installing pcre (8.45-r2) [2023-02-14T09:35:09.547Z] (21/79) Installing glib (2.72.1-r0) [2023-02-14T09:35:09.547Z] (22/79) Installing graphite2 (1.3.14-r1) [2023-02-14T09:35:09.547Z] (23/79) Installing harfbuzz (4.3.0-r0) [2023-02-14T09:35:09.547Z] (24/79) Installing libass (0.16.0-r0) [2023-02-14T09:35:09.547Z] (25/79) Installing libdav1d (1.0.0-r0) [2023-02-14T09:35:09.547Z] (26/79) Installing libdrm (2.4.110-r0) [2023-02-14T09:35:09.547Z] (27/79) Installing gmp (6.2.1-r2) [2023-02-14T09:35:09.547Z] (28/79) Installing nettle (3.7.3-r0) [2023-02-14T09:35:09.813Z] (29/79) Installing p11-kit (0.24.1-r0) [2023-02-14T09:35:09.813Z] (30/79) Installing libtasn1 (4.18.0-r1) [2023-02-14T09:35:09.813Z] (31/79) Installing libunistring (1.0-r0) [2023-02-14T09:35:09.813Z] (32/79) Installing gnutls (3.7.7-r1) [2023-02-14T09:35:09.813Z] (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-02-14T09:35:09.813Z] (34/79) Installing ncurses-libs (6.3_p20220521-r0) [2023-02-14T09:35:09.813Z] (35/79) Installing lame (3.100-r0) [2023-02-14T09:35:09.813Z] (36/79) Installing opus (1.3.1-r1) [2023-02-14T09:35:09.813Z] (37/79) Installing libasyncns (0.8-r1) [2023-02-14T09:35:09.813Z] (38/79) Installing dbus-libs (1.14.4-r0) [2023-02-14T09:35:09.813Z] (39/79) Installing libltdl (2.4.7-r0) [2023-02-14T09:35:10.080Z] (40/79) Installing orc (0.4.32-r0) [2023-02-14T09:35:10.080Z] (41/79) Installing libgcc (11.2.1_git20220219-r2) [2023-02-14T09:35:10.080Z] (42/79) Installing libogg (1.3.5-r1) [2023-02-14T09:35:10.080Z] (43/79) Installing libstdc++ (11.2.1_git20220219-r2) [2023-02-14T09:35:10.080Z] (44/79) Installing flac (1.3.4-r0) [2023-02-14T09:35:10.080Z] (45/79) Installing libvorbis (1.3.7-r0) [2023-02-14T09:35:10.080Z] (46/79) Installing libsndfile (1.1.0-r0) [2023-02-14T09:35:10.346Z] (47/79) Installing libgomp (11.2.1_git20220219-r2) [2023-02-14T09:35:10.346Z] (48/79) Installing soxr (0.1.3-r2) [2023-02-14T09:35:10.346Z] (49/79) Installing speexdsp (1.2.0-r0) [2023-02-14T09:35:10.346Z] (50/79) Installing tdb-libs (1.4.6-r0) [2023-02-14T09:35:10.346Z] (51/79) Installing libpulse (15.0-r2) [2023-02-14T09:35:10.346Z] (52/79) Installing cjson (1.7.15-r3) [2023-02-14T09:35:10.614Z] (53/79) Installing mbedtls (2.28.2-r0) [2023-02-14T09:35:10.614Z] (54/79) Installing librist (0.2.6-r1) [2023-02-14T09:35:10.614Z] (55/79) Installing libsrt (1.4.4-r0) [2023-02-14T09:35:10.614Z] (56/79) Installing libssh (0.9.6-r1) [2023-02-14T09:35:10.614Z] (57/79) Installing libtheora (1.1.1-r16) [2023-02-14T09:35:10.614Z] (58/79) Installing libjpeg-turbo (2.1.3-r1) [2023-02-14T09:35:10.614Z] (59/79) Installing v4l-utils-libs (1.22.1-r1) [2023-02-14T09:35:10.614Z] (60/79) Installing libxext (1.3.4-r0) [2023-02-14T09:35:10.614Z] (61/79) Installing libxfixes (6.0.0-r0) [2023-02-14T09:35:10.614Z] (62/79) Installing wayland-libs-client (1.20.0-r0) [2023-02-14T09:35:10.614Z] (63/79) Installing libva (2.14.0-r0) [2023-02-14T09:35:10.614Z] (64/79) Installing libvdpau (1.5-r0) [2023-02-14T09:35:10.614Z] (65/79) Installing vidstab (1.1.0-r1) [2023-02-14T09:35:10.882Z] (66/79) Installing libvpx (1.11.0-r1) [2023-02-14T09:35:10.882Z] (67/79) Installing libwebp (1.2.3-r0) [2023-02-14T09:35:10.882Z] (68/79) Installing x264-libs (0.163_git20210613-r0) [2023-02-14T09:35:11.150Z] (69/79) Installing numactl (2.0.14-r0) [2023-02-14T09:35:11.150Z] (70/79) Installing x265-libs (3.5-r3) [2023-02-14T09:35:11.150Z] (71/79) Installing xvidcore (1.3.7-r1) [2023-02-14T09:35:11.420Z] (72/79) Installing ffmpeg-libs (5.0.1-r1) [2023-02-14T09:35:11.690Z] (73/79) Installing ffmpeg (5.0.1-r1) [2023-02-14T09:35:11.690Z] (74/79) Installing udev-init-scripts (35-r0) [2023-02-14T09:35:11.690Z] Executing udev-init-scripts-35-r0.post-install [2023-02-14T09:35:11.690Z] (75/79) Installing eudev-libs (3.2.11-r0) [2023-02-14T09:35:11.690Z] (76/79) Installing xz-libs (5.2.5-r1) [2023-02-14T09:35:11.958Z] (77/79) Installing zstd-libs (1.5.2-r1) [2023-02-14T09:35:11.958Z] (78/79) Installing kmod-libs (29-r2) [2023-02-14T09:35:11.958Z] (79/79) Installing eudev (3.2.11-r0) [2023-02-14T09:35:11.958Z] Executing busybox-1.35.0-r17.trigger [2023-02-14T09:35:11.958Z] Executing eudev-3.2.11-r0.trigger [2023-02-14T09:35:11.958Z] OK: 77 MiB in 93 packages [2023-02-14T09:35:15.323Z] Removing intermediate container fc981079fa5d [2023-02-14T09:35:15.323Z] ---> 06a495a24ff2 [2023-02-14T09:35:15.323Z] Step 18/35 : WORKDIR / [2023-02-14T09:35:15.323Z] ---> Running in 6b2315d29380 [2023-02-14T09:35:15.591Z] Removing intermediate container 6b2315d29380 [2023-02-14T09:35:15.591Z] ---> 39a8c432e712 [2023-02-14T09:35:15.591Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-02-14T09:35:18.179Z] ---> 3b9cef4dd76c [2023-02-14T09:35:18.179Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-02-14T09:35:18.762Z] ---> 42c378f2479a [2023-02-14T09:35:18.762Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-02-14T09:35:19.030Z] ---> 59fe10a9477d [2023-02-14T09:35:19.030Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-02-14T09:35:19.615Z] ---> 7dabe7adb460 [2023-02-14T09:35:19.615Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-02-14T09:35:20.199Z] ---> 04c71e48b55a [2023-02-14T09:35:20.199Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-02-14T09:35:20.783Z] ---> 102bbe73757d [2023-02-14T09:35:20.783Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-02-14T09:35:22.205Z] ---> d64fe26f5d2e [2023-02-14T09:35:22.205Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-02-14T09:35:22.205Z] ---> Running in ac9e3f43496e [2023-02-14T09:35:23.615Z] Removing intermediate container ac9e3f43496e [2023-02-14T09:35:23.615Z] ---> a011671d5c90 [2023-02-14T09:35:23.615Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-02-14T09:35:23.615Z] ---> Running in c330526c976a [2023-02-14T09:35:25.560Z] Removing intermediate container c330526c976a [2023-02-14T09:35:25.560Z] ---> e6f7921d73b4 [2023-02-14T09:35:25.560Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-02-14T09:35:25.560Z] ---> Running in 999ec3156f81 [2023-02-14T09:35:26.984Z] Removing intermediate container 999ec3156f81 [2023-02-14T09:35:26.984Z] ---> 514aff9b8e23 [2023-02-14T09:35:26.984Z] Step 29/35 : EXPOSE 59983 [2023-02-14T09:35:26.984Z] ---> Running in d5edf0363a76 [2023-02-14T09:35:27.252Z] Removing intermediate container d5edf0363a76 [2023-02-14T09:35:27.252Z] ---> 6300e3a5a71e [2023-02-14T09:35:27.252Z] Step 30/35 : EXPOSE 8554 [2023-02-14T09:35:27.252Z] ---> Running in 4501a44d5265 [2023-02-14T09:35:27.521Z] Removing intermediate container 4501a44d5265 [2023-02-14T09:35:27.521Z] ---> 6140238781c5 [2023-02-14T09:35:27.521Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-02-14T09:35:27.521Z] ---> Running in 297720030a45 [2023-02-14T09:35:27.788Z] Removing intermediate container 297720030a45 [2023-02-14T09:35:27.788Z] ---> c5a31e78c325 [2023-02-14T09:35:27.788Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-02-14T09:35:28.060Z] ---> Running in 45b420cd269e [2023-02-14T09:35:28.327Z] Removing intermediate container 45b420cd269e [2023-02-14T09:35:28.327Z] ---> c485380ee79c [2023-02-14T09:35:28.327Z] Step 33/35 : LABEL arch=arm64 [2023-02-14T09:35:28.327Z] ---> Running in fb167c760955 [2023-02-14T09:35:28.594Z] Removing intermediate container fb167c760955 [2023-02-14T09:35:28.594Z] ---> eff538eb8c59 [2023-02-14T09:35:28.594Z] Step 34/35 : LABEL git_sha=c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:35:28.860Z] ---> Running in 0459fa8cae8c [2023-02-14T09:35:31.433Z] Removing intermediate container 0459fa8cae8c [2023-02-14T09:35:31.433Z] ---> d8cbcbf3d7da [2023-02-14T09:35:31.433Z] Step 35/35 : LABEL version=3.0.0-dev.6 [2023-02-14T09:35:31.433Z] ---> Running in 04a7f62e9cdf [2023-02-14T09:35:31.698Z] Removing intermediate container 04a7f62e9cdf [2023-02-14T09:35:31.698Z] ---> c1bdd41835dd [2023-02-14T09:35:31.698Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-14T09:35:31.698Z] Successfully built c1bdd41835dd [2023-02-14T09:35:31.698Z] 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-14T09:35:31.808Z] provisioning config files... [2023-02-14T09:35:31.821Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/77@tmp/config14819024564399628603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:35:32.150Z] ---> docker-login.sh [2023-02-14T09:35:32.150Z] nexus3.edgexfoundry.org:10001 [2023-02-14T09:35:32.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:35:32.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:35:32.417Z] Configure a credential helper to remove this warning. See [2023-02-14T09:35:32.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:35:32.417Z] [2023-02-14T09:35:32.417Z] Login Succeeded [2023-02-14T09:35:32.417Z] nexus3.edgexfoundry.org:10002 [2023-02-14T09:35:32.684Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:35:32.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:35:32.684Z] Configure a credential helper to remove this warning. See [2023-02-14T09:35:32.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:35:32.684Z] [2023-02-14T09:35:32.684Z] Login Succeeded [2023-02-14T09:35:32.684Z] nexus3.edgexfoundry.org:10003 [2023-02-14T09:35:32.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:35:33.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:35:33.222Z] Configure a credential helper to remove this warning. See [2023-02-14T09:35:33.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:35:33.222Z] [2023-02-14T09:35:33.222Z] Login Succeeded [2023-02-14T09:35:33.222Z] nexus3.edgexfoundry.org:10004 [2023-02-14T09:35:33.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:35:33.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:35:33.488Z] Configure a credential helper to remove this warning. See [2023-02-14T09:35:33.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:35:33.488Z] [2023-02-14T09:35:33.488Z] Login Succeeded [2023-02-14T09:35:33.488Z] docker.io [2023-02-14T09:35:33.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-14T09:35:34.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-14T09:35:34.020Z] Configure a credential helper to remove this warning. See [2023-02-14T09:35:34.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-14T09:35:34.020Z] [2023-02-14T09:35:34.020Z] Login Succeeded [2023-02-14T09:35:34.020Z] ---> docker-login.sh ends [Pipeline] } [2023-02-14T09:35:34.298Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T09:35:34.326Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-14T09:35:34.342Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-02-14T09:35:34.342Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:35:34.342Z] latest [2023-02-14T09:35:34.342Z] 3.0.0-dev.6 [2023-02-14T09:35:34.342Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:35:34.342Z] main [2023-02-14T09:35:34.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:34.738Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:35.134Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:35:35.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-14T09:35:35.134Z] a9863544094c: Preparing [2023-02-14T09:35:35.134Z] 219d0df3bb53: Preparing [2023-02-14T09:35:35.134Z] 96fdf95df50a: Preparing [2023-02-14T09:35:35.134Z] a43932d1df72: Preparing [2023-02-14T09:35:35.134Z] 1207169bf42c: Preparing [2023-02-14T09:35:35.134Z] b411474041b9: Preparing [2023-02-14T09:35:35.134Z] 8c4e14a482df: Preparing [2023-02-14T09:35:35.134Z] 79ab452c7c79: Preparing [2023-02-14T09:35:35.134Z] d74033e84cce: Preparing [2023-02-14T09:35:35.134Z] 5cd1535e8dd4: Preparing [2023-02-14T09:35:35.134Z] 01384dd0905f: Preparing [2023-02-14T09:35:35.134Z] f70ee36035b9: Preparing [2023-02-14T09:35:35.134Z] b411474041b9: Waiting [2023-02-14T09:35:35.134Z] 8c4e14a482df: Waiting [2023-02-14T09:35:35.134Z] 79ab452c7c79: Waiting [2023-02-14T09:35:35.134Z] 01384dd0905f: Waiting [2023-02-14T09:35:35.134Z] d74033e84cce: Waiting [2023-02-14T09:35:35.134Z] f70ee36035b9: Waiting [2023-02-14T09:35:35.402Z] 219d0df3bb53: Pushed [2023-02-14T09:35:35.403Z] 1207169bf42c: Pushed [2023-02-14T09:35:35.403Z] a9863544094c: Pushed [2023-02-14T09:35:35.403Z] 96fdf95df50a: Pushed [2023-02-14T09:35:35.403Z] b411474041b9: Pushed [2023-02-14T09:35:35.692Z] 8c4e14a482df: Pushed [2023-02-14T09:35:35.692Z] d74033e84cce: Pushed [2023-02-14T09:35:35.692Z] 79ab452c7c79: Pushed [2023-02-14T09:35:35.692Z] f70ee36035b9: Layer already exists [2023-02-14T09:35:40.024Z] a43932d1df72: Pushed [2023-02-14T09:35:40.987Z] 5cd1535e8dd4: Pushed [2023-02-14T09:35:53.298Z] 01384dd0905f: Pushed [2023-02-14T09:35:53.298Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec: digest: sha256:6dbff9a028ba1f524225ef1e89409ebdeb85ea690eb8c3435ded28a3df316353 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:53.652Z] + 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-14T09:35:53.992Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-14T09:35:53.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-14T09:35:53.992Z] a9863544094c: Preparing [2023-02-14T09:35:53.992Z] 219d0df3bb53: Preparing [2023-02-14T09:35:53.992Z] 96fdf95df50a: Preparing [2023-02-14T09:35:53.992Z] a43932d1df72: Preparing [2023-02-14T09:35:53.992Z] 1207169bf42c: Preparing [2023-02-14T09:35:53.992Z] b411474041b9: Preparing [2023-02-14T09:35:53.992Z] 8c4e14a482df: Preparing [2023-02-14T09:35:53.992Z] 79ab452c7c79: Preparing [2023-02-14T09:35:53.992Z] d74033e84cce: Preparing [2023-02-14T09:35:53.992Z] 5cd1535e8dd4: Preparing [2023-02-14T09:35:53.992Z] 01384dd0905f: Preparing [2023-02-14T09:35:53.992Z] f70ee36035b9: Preparing [2023-02-14T09:35:53.992Z] b411474041b9: Waiting [2023-02-14T09:35:53.992Z] 8c4e14a482df: Waiting [2023-02-14T09:35:53.992Z] 79ab452c7c79: Waiting [2023-02-14T09:35:53.992Z] d74033e84cce: Waiting [2023-02-14T09:35:53.992Z] 5cd1535e8dd4: Waiting [2023-02-14T09:35:53.992Z] 01384dd0905f: Waiting [2023-02-14T09:35:53.992Z] f70ee36035b9: Waiting [2023-02-14T09:35:53.992Z] 96fdf95df50a: Layer already exists [2023-02-14T09:35:53.992Z] a43932d1df72: Layer already exists [2023-02-14T09:35:53.992Z] a9863544094c: Layer already exists [2023-02-14T09:35:53.992Z] 1207169bf42c: Layer already exists [2023-02-14T09:35:53.992Z] 219d0df3bb53: Layer already exists [2023-02-14T09:35:53.992Z] b411474041b9: Layer already exists [2023-02-14T09:35:53.992Z] 79ab452c7c79: Layer already exists [2023-02-14T09:35:53.992Z] 5cd1535e8dd4: Layer already exists [2023-02-14T09:35:53.992Z] d74033e84cce: Layer already exists [2023-02-14T09:35:53.992Z] 8c4e14a482df: Layer already exists [2023-02-14T09:35:53.992Z] 01384dd0905f: Layer already exists [2023-02-14T09:35:53.992Z] f70ee36035b9: Layer already exists [2023-02-14T09:35:54.257Z] latest: digest: sha256:6dbff9a028ba1f524225ef1e89409ebdeb85ea690eb8c3435ded28a3df316353 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:54.590Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:54.920Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.6 [2023-02-14T09:35:54.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-14T09:35:54.920Z] a9863544094c: Preparing [2023-02-14T09:35:54.920Z] 219d0df3bb53: Preparing [2023-02-14T09:35:54.920Z] 96fdf95df50a: Preparing [2023-02-14T09:35:54.920Z] a43932d1df72: Preparing [2023-02-14T09:35:54.920Z] 1207169bf42c: Preparing [2023-02-14T09:35:54.920Z] b411474041b9: Preparing [2023-02-14T09:35:54.920Z] 8c4e14a482df: Preparing [2023-02-14T09:35:54.920Z] 79ab452c7c79: Preparing [2023-02-14T09:35:54.920Z] d74033e84cce: Preparing [2023-02-14T09:35:54.920Z] 5cd1535e8dd4: Preparing [2023-02-14T09:35:54.920Z] 01384dd0905f: Preparing [2023-02-14T09:35:54.920Z] f70ee36035b9: Preparing [2023-02-14T09:35:54.920Z] d74033e84cce: Waiting [2023-02-14T09:35:54.920Z] 5cd1535e8dd4: Waiting [2023-02-14T09:35:54.920Z] 8c4e14a482df: Waiting [2023-02-14T09:35:54.920Z] b411474041b9: Waiting [2023-02-14T09:35:54.920Z] 79ab452c7c79: Waiting [2023-02-14T09:35:54.920Z] a9863544094c: Layer already exists [2023-02-14T09:35:54.920Z] 1207169bf42c: Layer already exists [2023-02-14T09:35:54.920Z] a43932d1df72: Layer already exists [2023-02-14T09:35:54.920Z] 219d0df3bb53: Layer already exists [2023-02-14T09:35:54.920Z] 96fdf95df50a: Layer already exists [2023-02-14T09:35:54.920Z] b411474041b9: Layer already exists [2023-02-14T09:35:54.920Z] 8c4e14a482df: Layer already exists [2023-02-14T09:35:54.920Z] 79ab452c7c79: Layer already exists [2023-02-14T09:35:54.920Z] 5cd1535e8dd4: Layer already exists [2023-02-14T09:35:54.920Z] d74033e84cce: Layer already exists [2023-02-14T09:35:54.920Z] 01384dd0905f: Layer already exists [2023-02-14T09:35:54.920Z] f70ee36035b9: Layer already exists [2023-02-14T09:35:55.184Z] 3.0.0-dev.6: digest: sha256:6dbff9a028ba1f524225ef1e89409ebdeb85ea690eb8c3435ded28a3df316353 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:55.520Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:55.850Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:35:55.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-14T09:35:55.850Z] a9863544094c: Preparing [2023-02-14T09:35:55.850Z] 219d0df3bb53: Preparing [2023-02-14T09:35:55.850Z] 96fdf95df50a: Preparing [2023-02-14T09:35:55.850Z] a43932d1df72: Preparing [2023-02-14T09:35:55.850Z] 1207169bf42c: Preparing [2023-02-14T09:35:55.850Z] b411474041b9: Preparing [2023-02-14T09:35:55.850Z] 8c4e14a482df: Preparing [2023-02-14T09:35:55.850Z] 79ab452c7c79: Preparing [2023-02-14T09:35:55.850Z] d74033e84cce: Preparing [2023-02-14T09:35:55.850Z] 5cd1535e8dd4: Preparing [2023-02-14T09:35:55.850Z] 01384dd0905f: Preparing [2023-02-14T09:35:55.850Z] f70ee36035b9: Preparing [2023-02-14T09:35:55.850Z] b411474041b9: Waiting [2023-02-14T09:35:55.850Z] 8c4e14a482df: Waiting [2023-02-14T09:35:55.850Z] 01384dd0905f: Waiting [2023-02-14T09:35:55.850Z] 79ab452c7c79: Waiting [2023-02-14T09:35:55.850Z] f70ee36035b9: Waiting [2023-02-14T09:35:55.850Z] 5cd1535e8dd4: Waiting [2023-02-14T09:35:55.850Z] d74033e84cce: Waiting [2023-02-14T09:35:55.850Z] 219d0df3bb53: Layer already exists [2023-02-14T09:35:55.850Z] 96fdf95df50a: Layer already exists [2023-02-14T09:35:55.850Z] 1207169bf42c: Layer already exists [2023-02-14T09:35:55.850Z] a43932d1df72: Layer already exists [2023-02-14T09:35:55.850Z] a9863544094c: Layer already exists [2023-02-14T09:35:55.850Z] 79ab452c7c79: Layer already exists [2023-02-14T09:35:55.850Z] 8c4e14a482df: Layer already exists [2023-02-14T09:35:55.850Z] b411474041b9: Layer already exists [2023-02-14T09:35:55.850Z] d74033e84cce: Layer already exists [2023-02-14T09:35:55.850Z] 5cd1535e8dd4: Layer already exists [2023-02-14T09:35:55.850Z] f70ee36035b9: Layer already exists [2023-02-14T09:35:55.850Z] 01384dd0905f: Layer already exists [2023-02-14T09:35:56.115Z] c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6: digest: sha256:6dbff9a028ba1f524225ef1e89409ebdeb85ea690eb8c3435ded28a3df316353 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:56.457Z] + 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-14T09:35:56.787Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2023-02-14T09:35:56.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-02-14T09:35:56.788Z] a9863544094c: Preparing [2023-02-14T09:35:56.788Z] 219d0df3bb53: Preparing [2023-02-14T09:35:56.788Z] 96fdf95df50a: Preparing [2023-02-14T09:35:56.788Z] a43932d1df72: Preparing [2023-02-14T09:35:56.788Z] 1207169bf42c: Preparing [2023-02-14T09:35:56.788Z] b411474041b9: Preparing [2023-02-14T09:35:56.788Z] 8c4e14a482df: Preparing [2023-02-14T09:35:56.788Z] 79ab452c7c79: Preparing [2023-02-14T09:35:56.788Z] d74033e84cce: Preparing [2023-02-14T09:35:56.788Z] 5cd1535e8dd4: Preparing [2023-02-14T09:35:56.788Z] 01384dd0905f: Preparing [2023-02-14T09:35:56.788Z] f70ee36035b9: Preparing [2023-02-14T09:35:56.788Z] b411474041b9: Waiting [2023-02-14T09:35:56.788Z] 8c4e14a482df: Waiting [2023-02-14T09:35:56.788Z] 79ab452c7c79: Waiting [2023-02-14T09:35:56.788Z] d74033e84cce: Waiting [2023-02-14T09:35:56.788Z] 5cd1535e8dd4: Waiting [2023-02-14T09:35:56.788Z] 01384dd0905f: Waiting [2023-02-14T09:35:56.788Z] f70ee36035b9: Waiting [2023-02-14T09:35:56.788Z] 1207169bf42c: Layer already exists [2023-02-14T09:35:56.788Z] a9863544094c: Layer already exists [2023-02-14T09:35:56.788Z] a43932d1df72: Layer already exists [2023-02-14T09:35:56.788Z] 96fdf95df50a: Layer already exists [2023-02-14T09:35:56.788Z] 219d0df3bb53: Layer already exists [2023-02-14T09:35:56.788Z] b411474041b9: Layer already exists [2023-02-14T09:35:56.788Z] 79ab452c7c79: Layer already exists [2023-02-14T09:35:56.788Z] d74033e84cce: Layer already exists [2023-02-14T09:35:56.788Z] 8c4e14a482df: Layer already exists [2023-02-14T09:35:56.788Z] 5cd1535e8dd4: Layer already exists [2023-02-14T09:35:56.788Z] f70ee36035b9: Layer already exists [2023-02-14T09:35:56.788Z] 01384dd0905f: Layer already exists [2023-02-14T09:35:57.052Z] main: digest: sha256:6dbff9a028ba1f524225ef1e89409ebdeb85ea690eb8c3435ded28a3df316353 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-14T09:35:57.101Z] ===================================================== [Pipeline] echo [2023-02-14T09:35:57.107Z] taggedImages: [2023-02-14T09:35:57.107Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec [2023-02-14T09:35:57.107Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-02-14T09:35:57.107Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:3.0.0-dev.6 [2023-02-14T09:35:57.107Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:c4833ecb71a5b036c07645cdd3981a69f5c223ec-3.0.0-dev.6 [2023-02-14T09:35:57.107Z] - 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-14T09:35:57.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T09:35:57.468Z] [2023-02-14T09:35:57.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:35:57.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T09:35:57.796Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-14T09:35:57.796Z] 8998bd30e6a1: Pulling fs layer [2023-02-14T09:35:57.796Z] 04944245beec: Pulling fs layer [2023-02-14T09:35:57.796Z] 699f458cf7ca: Pulling fs layer [2023-02-14T09:35:57.796Z] 765212b225bb: Pulling fs layer [2023-02-14T09:35:57.796Z] f23df028b6ca: Pulling fs layer [2023-02-14T09:35:57.796Z] d65c8cfc05b1: Pulling fs layer [2023-02-14T09:35:57.796Z] 2437ff75d9bd: Pulling fs layer [2023-02-14T09:35:57.796Z] f23df028b6ca: Waiting [2023-02-14T09:35:57.796Z] d65c8cfc05b1: Waiting [2023-02-14T09:35:57.796Z] 765212b225bb: Waiting [2023-02-14T09:35:57.796Z] 2437ff75d9bd: Waiting [2023-02-14T09:35:58.064Z] 04944245beec: Verifying Checksum [2023-02-14T09:35:58.064Z] 04944245beec: Download complete [2023-02-14T09:35:58.064Z] 765212b225bb: Verifying Checksum [2023-02-14T09:35:58.064Z] 765212b225bb: Download complete [2023-02-14T09:35:58.064Z] f23df028b6ca: Verifying Checksum [2023-02-14T09:35:58.064Z] f23df028b6ca: Download complete [2023-02-14T09:35:58.064Z] d65c8cfc05b1: Verifying Checksum [2023-02-14T09:35:58.064Z] d65c8cfc05b1: Download complete [2023-02-14T09:35:58.332Z] 699f458cf7ca: Verifying Checksum [2023-02-14T09:35:58.332Z] 699f458cf7ca: Download complete [2023-02-14T09:35:58.599Z] 8998bd30e6a1: Verifying Checksum [2023-02-14T09:35:58.599Z] 8998bd30e6a1: Download complete [2023-02-14T09:36:01.184Z] 2437ff75d9bd: Verifying Checksum [2023-02-14T09:36:01.184Z] 2437ff75d9bd: Download complete [2023-02-14T09:36:02.590Z] 8998bd30e6a1: Pull complete [2023-02-14T09:36:02.856Z] 04944245beec: Pull complete [2023-02-14T09:36:04.263Z] 699f458cf7ca: Pull complete [2023-02-14T09:36:04.530Z] 765212b225bb: Pull complete [2023-02-14T09:36:05.112Z] f23df028b6ca: Pull complete [2023-02-14T09:36:05.378Z] d65c8cfc05b1: Pull complete [2023-02-14T09:36:20.368Z] 2437ff75d9bd: Pull complete [2023-02-14T09:36:20.368Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-14T09:36:20.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-14T09:36:20.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:36:20.571Z] prd-ubuntu20.04-docker-arm64-4c-16g-5775 does not seem to be running inside a container [2023-02-14T09:36:20.632Z] $ 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/77 -v /w/workspace/device-usb-camera/77:/w/workspace/device-usb-camera/77:rw,z -v /w/workspace/device-usb-camera/77@tmp:/w/workspace/device-usb-camera/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-14T09:36:23.039Z] $ docker top f60b917a59a3eda75db9e7385d8ba41d7a53dcfc300856b4bc464c74fc0e513c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:36:23.601Z] ---> job-cost.sh [2023-02-14T09:36:23.868Z] lf-activate-venv: SKIPPING [2023-02-14T09:36:23.868Z] INFO: No Stack... [2023-02-14T09:36:24.825Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-14T09:36:25.407Z] INFO: Archiving Costs [Pipeline] sh [2023-02-14T09:36:26.039Z] + cut -d, -f6 [2023-02-14T09:36:26.039Z] + cat /w/workspace/device-usb-camera/77/archives/cost.csv [Pipeline] lock [2023-02-14T09:36:26.108Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [2023-02-14T09:36:26.115Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] did not exist. Created. [2023-02-14T09:36:26.115Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-14T09:36:26.771Z] /w/workspace/device-usb-camera/77@tmp/durable-7f4febf4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-14T09:36:27.422Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-14T09:36:27.444Z] Warning: overwriting stash ‘stack-cost’ [2023-02-14T09:36:27.495Z] Stashed 1 file(s) [Pipeline] } [2023-02-14T09:36:27.502Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-77-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-14T09:36:27.513Z] $ docker stop --time=1 f60b917a59a3eda75db9e7385d8ba41d7a53dcfc300856b4bc464c74fc0e513c [2023-02-14T09:36:28.987Z] $ docker rm -f --volumes f60b917a59a3eda75db9e7385d8ba41d7a53dcfc300856b4bc464c74fc0e513c [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-14T09:36:29.421Z] provisioning config files... [2023-02-14T09:36:29.427Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config14134437007372123383tmp [Pipeline] { [Pipeline] sh [2023-02-14T09:36:29.714Z] + set +x [2023-02-14T09:36:29.714Z] + curl -s https://codecov.io/bash [2023-02-14T09:36:29.714Z] + bash -s -- [2023-02-14T09:36:29.714Z] [2023-02-14T09:36:29.714Z] _____ _ [2023-02-14T09:36:29.714Z] / ____| | | [2023-02-14T09:36:29.714Z] | | ___ __| | ___ ___ _____ __ [2023-02-14T09:36:29.714Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-14T09:36:29.714Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-14T09:36:29.714Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-14T09:36:29.714Z] Bash-1.0.6 [2023-02-14T09:36:29.714Z] [2023-02-14T09:36:29.714Z] [2023-02-14T09:36:29.714Z] ==> git version 2.25.1 found [2023-02-14T09:36:29.714Z] ==> 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-14T09:36:29.714Z] Release-Date: 2020-01-08 [2023-02-14T09:36:29.714Z] 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-14T09:36:29.714Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-14T09:36:29.714Z] ==> Jenkins CI detected. [2023-02-14T09:36:29.714Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2023-02-14T09:36:29.714Z] project root: . [2023-02-14T09:36:29.714Z] --> token set from env [2023-02-14T09:36:29.714Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-14T09:36:29.714Z] ==> Running gcov in . (disable via -X gcov) [2023-02-14T09:36:29.714Z] ==> Python coveragepy not found [2023-02-14T09:36:29.714Z] ==> Searching for coverage reports in: [2023-02-14T09:36:29.714Z] + . [2023-02-14T09:36:29.714Z] -> Found 1 reports [2023-02-14T09:36:29.714Z] ==> Detecting git/mercurial file structure [2023-02-14T09:36:29.714Z] ==> Reading reports [2023-02-14T09:36:29.714Z] + ./coverage.out bytes=30666 [2023-02-14T09:36:29.714Z] ==> Appending adjustments [2023-02-14T09:36:29.714Z] https://docs.codecov.io/docs/fixing-reports [2023-02-14T09:36:29.973Z] + Found adjustments [2023-02-14T09:36:29.973Z] ==> Gzipping contents [2023-02-14T09:36:29.973Z] 8.0K /tmp/codecov.5MY41R.gz [2023-02-14T09:36:29.973Z] ==> Uploading reports [2023-02-14T09:36:29.973Z] url: https://codecov.io [2023-02-14T09:36:29.973Z] query: branch=main&commit=c4833ecb71a5b036c07645cdd3981a69f5c223ec&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T09:36:29.973Z] -> Pinging Codecov [2023-02-14T09:36:29.973Z] 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=c4833ecb71a5b036c07645cdd3981a69f5c223ec&build=77&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F77%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-14T09:36:29.973Z] -> Uploading to [2023-02-14T09:36:29.973Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-14/73D8F5FF140700D3E01443B452E23636/c4833ecb71a5b036c07645cdd3981a69f5c223ec/c0e2219f-4735-4084-a249-25088c1844b4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T093629Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6191a8a23559d95fc3c065819065c844f2d9b367e04f2fecc2b0c9c42f401ba3 [2023-02-14T09:36:29.973Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-14T09:36:29.973Z] Dload Upload Total Spent Left Speed [2023-02-14T09:36:30.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4281 0 0 100 4281 0 14711 --:--:-- --:--:-- --:--:-- 14711 [2023-02-14T09:36:30.542Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] } [2023-02-14T09:36:30.550Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-14T09:36:30.724Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-14T09:36:30.733Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:36:31.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T09:36:31.026Z] [2023-02-14T09:36:31.026Z] 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-14T09:36:31.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T09:36:31.320Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-14T09:36:31.320Z] df9b9388f04a: Pulling fs layer [2023-02-14T09:36:31.320Z] 52dc419b0ee2: Pulling fs layer [2023-02-14T09:36:31.320Z] 25bc292e5bac: Pulling fs layer [2023-02-14T09:36:31.320Z] 114826534d7a: Pulling fs layer [2023-02-14T09:36:31.320Z] 4657fd5d0bcf: Pulling fs layer [2023-02-14T09:36:31.320Z] 6ad1cebc031e: Pulling fs layer [2023-02-14T09:36:31.320Z] 8a3aa393b2d8: Pulling fs layer [2023-02-14T09:36:31.320Z] 4657fd5d0bcf: Waiting [2023-02-14T09:36:31.320Z] 6ad1cebc031e: Waiting [2023-02-14T09:36:31.320Z] 8a3aa393b2d8: Waiting [2023-02-14T09:36:31.320Z] 114826534d7a: Waiting [2023-02-14T09:36:31.320Z] 25bc292e5bac: Verifying Checksum [2023-02-14T09:36:31.320Z] 25bc292e5bac: Download complete [2023-02-14T09:36:31.320Z] 52dc419b0ee2: Verifying Checksum [2023-02-14T09:36:31.320Z] 52dc419b0ee2: Download complete [2023-02-14T09:36:31.320Z] 4657fd5d0bcf: Verifying Checksum [2023-02-14T09:36:31.320Z] 4657fd5d0bcf: Download complete [2023-02-14T09:36:31.320Z] df9b9388f04a: Download complete [2023-02-14T09:36:31.586Z] df9b9388f04a: Pull complete [2023-02-14T09:36:31.586Z] 52dc419b0ee2: Pull complete [2023-02-14T09:36:31.847Z] 25bc292e5bac: Pull complete [2023-02-14T09:36:31.847Z] 6ad1cebc031e: Verifying Checksum [2023-02-14T09:36:31.847Z] 6ad1cebc031e: Download complete [2023-02-14T09:36:32.791Z] 114826534d7a: Verifying Checksum [2023-02-14T09:36:32.791Z] 114826534d7a: Download complete [2023-02-14T09:36:32.791Z] 8a3aa393b2d8: Verifying Checksum [2023-02-14T09:36:32.791Z] 8a3aa393b2d8: Download complete [2023-02-14T09:36:36.072Z] 114826534d7a: Pull complete [2023-02-14T09:36:36.072Z] 4657fd5d0bcf: Pull complete [2023-02-14T09:36:36.072Z] 6ad1cebc031e: Pull complete [2023-02-14T09:36:38.598Z] 8a3aa393b2d8: Pull complete [2023-02-14T09:36:38.598Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-14T09:36:38.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-14T09:36:38.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:36:38.686Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:36:38.711Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-14T09:36:41.185Z] $ docker top 88804ee0c2c27fd478aa6718c518e59ea8a2041d7a460914d7f7581c44cf2826 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-14T09:36:41.254Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2023-02-14T09:36:41.531Z] + set -o pipefail [2023-02-14T09:36:41.531Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/de5ac3bc-a053-4905-812e-b3b33d05ab9d [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] [2023-02-14T09:36:49.649Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-14T09:36:49.649Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-14T09:36:49.649Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-14T09:36:49.654Z] $ docker stop --time=1 88804ee0c2c27fd478aa6718c518e59ea8a2041d7a460914d7f7581c44cf2826 [2023-02-14T09:36:52.277Z] $ docker rm -f --volumes 88804ee0c2c27fd478aa6718c518e59ea8a2041d7a460914d7f7581c44cf2826 [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-14T09:36:52.976Z] + git log --format=format:%s -1 c4833ecb71a5b036c07645cdd3981a69f5c223ec [Pipeline] sh [2023-02-14T09:36:53.269Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T09:36:53.269Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:36:53.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:36:53.581Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:36:53.655Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:36:53.680Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T09:36:54.097Z] $ docker top 4fc6f450c891508e251f09a75d340ec3d1ddb7482cf145986bfd6a94d6103ecf -eo pid,comm [2023-02-14T09:36:54.146Z] 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-14T09:36:54.146Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T09:36:54.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T09:36:54.184Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T09:36:54.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T09:36:54.285Z] $ docker exec 4fc6f450c891508e251f09a75d340ec3d1ddb7482cf145986bfd6a94d6103ecf ssh-agent [2023-02-14T09:36:54.389Z] SSH_AUTH_SOCK=/tmp/ssh-Tz1rvNPQGxhG/agent.32 [2023-02-14T09:36:54.389Z] SSH_AGENT_PID=39 [2023-02-14T09:36:54.394Z] Running ssh-add (command line suppressed) [2023-02-14T09:36:54.492Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2947574635114619229.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_2947574635114619229.key) [2023-02-14T09:36:54.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T09:36:54.805Z] + git semver tag [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,983 [run_tag] DEBUG tag force:False [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,983 [check_head_tag] DEBUG check head tag [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,984 [execute] INFO git cat-file --batch-check [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,984 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,987 [execute] INFO git cat-file --batch [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:54,987 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:55,004 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:55,005 [execute] INFO git tag -a v3.0.0-dev.6 -m v3.0.0-dev.6 [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:55,005 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.6', '-m', 'v3.0.0-dev.6'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2023-02-14T09:36:55.064Z] 2023-02-14 09:36:55,009 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:36:55.064Z] 3.0.0-dev.6 [Pipeline] } [2023-02-14T09:36:55.068Z] $ docker exec --env ******** --env ******** 4fc6f450c891508e251f09a75d340ec3d1ddb7482cf145986bfd6a94d6103ecf ssh-agent -k [2023-02-14T09:36:55.150Z] unset SSH_AUTH_SOCK; [2023-02-14T09:36:55.151Z] unset SSH_AGENT_PID; [2023-02-14T09:36:55.151Z] echo Agent pid 39 killed; [2023-02-14T09:36:55.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T09:36:55.469Z] + git semver [Pipeline] } [2023-02-14T09:36:55.733Z] $ docker stop --time=1 4fc6f450c891508e251f09a75d340ec3d1ddb7482cf145986bfd6a94d6103ecf [2023-02-14T09:36:57.044Z] $ docker rm -f --volumes 4fc6f450c891508e251f09a75d340ec3d1ddb7482cf145986bfd6a94d6103ecf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:36:57.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T09:36:57.415Z] [2023-02-14T09:36:57.415Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:36:57.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T09:36:57.717Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-14T09:36:57.717Z] ab5ef0e58194: Pulling fs layer [2023-02-14T09:36:57.717Z] 9712f1f96733: Pulling fs layer [2023-02-14T09:36:57.717Z] 63f879dbbcfc: Pulling fs layer [2023-02-14T09:36:57.717Z] 0d9ebad4ef96: Pulling fs layer [2023-02-14T09:36:57.717Z] e9a5061849ea: Pulling fs layer [2023-02-14T09:36:57.717Z] d747dcd14b5f: Pulling fs layer [2023-02-14T09:36:57.717Z] 2de7ff778b66: Pulling fs layer [2023-02-14T09:36:57.717Z] e9a5061849ea: Waiting [2023-02-14T09:36:57.717Z] d747dcd14b5f: Waiting [2023-02-14T09:36:57.717Z] 2de7ff778b66: Waiting [2023-02-14T09:36:57.717Z] 0d9ebad4ef96: Waiting [2023-02-14T09:36:57.717Z] 9712f1f96733: Verifying Checksum [2023-02-14T09:36:57.717Z] 9712f1f96733: Download complete [2023-02-14T09:36:58.699Z] 63f879dbbcfc: Verifying Checksum [2023-02-14T09:36:58.699Z] 63f879dbbcfc: Download complete [2023-02-14T09:36:58.960Z] e9a5061849ea: Verifying Checksum [2023-02-14T09:36:58.960Z] e9a5061849ea: Download complete [2023-02-14T09:36:58.960Z] d747dcd14b5f: Download complete [2023-02-14T09:36:58.960Z] ab5ef0e58194: Verifying Checksum [2023-02-14T09:36:58.960Z] ab5ef0e58194: Download complete [2023-02-14T09:36:59.218Z] 0d9ebad4ef96: Verifying Checksum [2023-02-14T09:36:59.218Z] 0d9ebad4ef96: Download complete [2023-02-14T09:36:59.218Z] 2de7ff778b66: Verifying Checksum [2023-02-14T09:36:59.218Z] 2de7ff778b66: Download complete [2023-02-14T09:37:01.747Z] ab5ef0e58194: Pull complete [2023-02-14T09:37:01.747Z] 9712f1f96733: Pull complete [2023-02-14T09:37:02.006Z] 63f879dbbcfc: Pull complete [2023-02-14T09:37:05.286Z] 0d9ebad4ef96: Pull complete [2023-02-14T09:37:05.545Z] e9a5061849ea: Pull complete [2023-02-14T09:37:05.545Z] d747dcd14b5f: Pull complete [2023-02-14T09:37:06.479Z] 2de7ff778b66: Pull complete [2023-02-14T09:37:06.479Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-14T09:37:06.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-14T09:37:06.479Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:37:06.551Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:37:06.575Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-14T09:37:09.169Z] $ docker top 67e1c3be9c94468c6e2c615c8ca04cb74d38626c0e647e38e4464b0fb81af39d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-14T09:37:09.247Z] provisioning config files... [2023-02-14T09:37:09.252Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1674185250640410990tmp [2023-02-14T09:37:09.259Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config12220492274317326243tmp [2023-02-14T09:37:09.265Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6809117494486683748tmp [Pipeline] { [Pipeline] echo [2023-02-14T09:37:09.279Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:09.558Z] ---> sigul-configuration.sh [2023-02-14T09:37:09.558Z] gpg: directory `/root/.gnupg' created [2023-02-14T09:37:09.558Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-14T09:37:09.558Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-14T09:37:09.558Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-14T09:37:09.558Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-14T09:37:09.558Z] gpg: CAST5 encrypted data [2023-02-14T09:37:09.558Z] gpg: encrypted with 1 passphrase [2023-02-14T09:37:09.558Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-14T09:37:09.854Z] + mkdir /home/jenkins [2023-02-14T09:37:09.854Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-14T09:37:10.136Z] + 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-14T09:37:10.144Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:10.425Z] ---> sigul-install.sh [2023-02-14T09:37:10.425Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-14T09:37:10.712Z] + git tag --list [2023-02-14T09:37:10.712Z] v0.0.0 [2023-02-14T09:37:10.712Z] v0.0.1-dev.1 [2023-02-14T09:37:10.712Z] v0.0.1-dev.10 [2023-02-14T09:37:10.712Z] v0.0.1-dev.11 [2023-02-14T09:37:10.712Z] v0.0.1-dev.12 [2023-02-14T09:37:10.712Z] v0.0.1-dev.13 [2023-02-14T09:37:10.712Z] v0.0.1-dev.14 [2023-02-14T09:37:10.712Z] v0.0.1-dev.15 [2023-02-14T09:37:10.712Z] v0.0.1-dev.16 [2023-02-14T09:37:10.712Z] v0.0.1-dev.2 [2023-02-14T09:37:10.712Z] v0.0.1-dev.3 [2023-02-14T09:37:10.712Z] v0.0.1-dev.4 [2023-02-14T09:37:10.712Z] v0.0.1-dev.5 [2023-02-14T09:37:10.712Z] v0.0.1-dev.6 [2023-02-14T09:37:10.712Z] v0.0.1-dev.7 [2023-02-14T09:37:10.712Z] v0.0.1-dev.8 [2023-02-14T09:37:10.712Z] v0.0.1-dev.9 [2023-02-14T09:37:10.712Z] v2.2.0 [2023-02-14T09:37:10.712Z] v2.2.0-dev.17 [2023-02-14T09:37:10.712Z] v2.2.0-dev.18 [2023-02-14T09:37:10.712Z] v2.2.0-dev.19 [2023-02-14T09:37:10.712Z] v2.2.0-dev.20 [2023-02-14T09:37:10.712Z] v2.2.0-dev.21 [2023-02-14T09:37:10.712Z] v2.2.0-dev.22 [2023-02-14T09:37:10.712Z] v2.2.0-dev.23 [2023-02-14T09:37:10.712Z] v2.2.0-dev.24 [2023-02-14T09:37:10.712Z] v2.2.0-dev.25 [2023-02-14T09:37:10.712Z] v2.2.0-dev.26 [2023-02-14T09:37:10.712Z] v2.2.0-dev.27 [2023-02-14T09:37:10.712Z] v2.3.0 [2023-02-14T09:37:10.712Z] v2.3.0-dev.1 [2023-02-14T09:37:10.712Z] v2.3.0-dev.10 [2023-02-14T09:37:10.712Z] v2.3.0-dev.11 [2023-02-14T09:37:10.712Z] v2.3.0-dev.12 [2023-02-14T09:37:10.712Z] v2.3.0-dev.13 [2023-02-14T09:37:10.712Z] v2.3.0-dev.14 [2023-02-14T09:37:10.712Z] v2.3.0-dev.15 [2023-02-14T09:37:10.712Z] v2.3.0-dev.16 [2023-02-14T09:37:10.712Z] v2.3.0-dev.17 [2023-02-14T09:37:10.712Z] v2.3.0-dev.18 [2023-02-14T09:37:10.712Z] v2.3.0-dev.19 [2023-02-14T09:37:10.712Z] v2.3.0-dev.2 [2023-02-14T09:37:10.712Z] v2.3.0-dev.20 [2023-02-14T09:37:10.712Z] v2.3.0-dev.21 [2023-02-14T09:37:10.712Z] v2.3.0-dev.22 [2023-02-14T09:37:10.712Z] v2.3.0-dev.23 [2023-02-14T09:37:10.712Z] v2.3.0-dev.24 [2023-02-14T09:37:10.712Z] v2.3.0-dev.25 [2023-02-14T09:37:10.712Z] v2.3.0-dev.26 [2023-02-14T09:37:10.712Z] v2.3.0-dev.27 [2023-02-14T09:37:10.712Z] v2.3.0-dev.28 [2023-02-14T09:37:10.712Z] v2.3.0-dev.3 [2023-02-14T09:37:10.712Z] v2.3.0-dev.4 [2023-02-14T09:37:10.712Z] v2.3.0-dev.5 [2023-02-14T09:37:10.712Z] v2.3.0-dev.6 [2023-02-14T09:37:10.712Z] v2.3.0-dev.7 [2023-02-14T09:37:10.712Z] v2.3.0-dev.8 [2023-02-14T09:37:10.712Z] v2.3.0-dev.9 [2023-02-14T09:37:10.712Z] v3.0.0-dev.1 [2023-02-14T09:37:10.712Z] v3.0.0-dev.2 [2023-02-14T09:37:10.712Z] v3.0.0-dev.3 [2023-02-14T09:37:10.712Z] v3.0.0-dev.4 [2023-02-14T09:37:10.712Z] v3.0.0-dev.5 [2023-02-14T09:37:10.712Z] v3.0.0-dev.6 [Pipeline] sh [2023-02-14T09:37:11.000Z] + lftools sign git-tag v3.0.0-dev.6 [2023-02-14T09:37:11.567Z] Signing Git tag with Sigul... [2023-02-14T09:37:11.567Z] Signing v3.0.0-dev.6 [Pipeline] echo [2023-02-14T09:37:11.834Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:12.115Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-14T09:37:12.123Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-14T09:37:12.134Z] $ docker stop --time=1 67e1c3be9c94468c6e2c615c8ca04cb74d38626c0e647e38e4464b0fb81af39d [2023-02-14T09:37:13.441Z] $ docker rm -f --volumes 67e1c3be9c94468c6e2c615c8ca04cb74d38626c0e647e38e4464b0fb81af39d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-14T09:37:13.828Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T09:37:13.828Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:37:14.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:37:14.123Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:37:14.193Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:37:14.216Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T09:37:14.564Z] $ docker top de7c0835f40c7cb95b8a4d90445d7416586c012af3c3f203f731364f968244dd -eo pid,comm [2023-02-14T09:37:14.613Z] 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-14T09:37:14.613Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T09:37:14.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T09:37:14.641Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T09:37:14.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T09:37:14.741Z] $ docker exec de7c0835f40c7cb95b8a4d90445d7416586c012af3c3f203f731364f968244dd ssh-agent [2023-02-14T09:37:14.849Z] SSH_AUTH_SOCK=/tmp/ssh-doWsQ7wKMCAB/agent.31 [2023-02-14T09:37:14.849Z] SSH_AGENT_PID=37 [2023-02-14T09:37:14.854Z] Running ssh-add (command line suppressed) [2023-02-14T09:37:14.960Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1220330116583959944.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_1220330116583959944.key) [2023-02-14T09:37:14.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T09:37:15.262Z] + git semver bump pre [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,423 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,423 [bump_version] DEBUG bumping version:3.0.0-dev.6 on axis:pre with prefix:dev [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,423 [bump_version] DEBUG bumped version:3.0.0-dev.7 [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,423 [write_version] DEBUG write version:3.0.0-dev.7 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,424 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,424 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,426 [execute] INFO git cat-file --batch-check [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,426 [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-14T09:37:15.521Z] 2023-02-14 09:37:15,431 [execute] INFO git cat-file --batch [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,431 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-14T09:37:15.521Z] 2023-02-14 09:37:15,436 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:37:15.521Z] 3.0.0-dev.7 [Pipeline] } [2023-02-14T09:37:15.525Z] $ docker exec --env ******** --env ******** de7c0835f40c7cb95b8a4d90445d7416586c012af3c3f203f731364f968244dd ssh-agent -k [2023-02-14T09:37:15.627Z] unset SSH_AUTH_SOCK; [2023-02-14T09:37:15.627Z] unset SSH_AGENT_PID; [2023-02-14T09:37:15.627Z] echo Agent pid 37 killed; [2023-02-14T09:37:15.645Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T09:37:15.942Z] + git semver [Pipeline] } [2023-02-14T09:37:16.209Z] $ docker stop --time=1 de7c0835f40c7cb95b8a4d90445d7416586c012af3c3f203f731364f968244dd [2023-02-14T09:37:17.521Z] $ docker rm -f --volumes de7c0835f40c7cb95b8a4d90445d7416586c012af3c3f203f731364f968244dd [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-14T09:37:17.858Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-14T09:37:17.858Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:37:18.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-14T09:37:18.250Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:37:18.374Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:37:18.415Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-14T09:37:18.755Z] $ docker top 955f6fdb778c33a6d4d8399a3fc03334c19e42f579a08d02360680131ab792f4 -eo pid,comm [2023-02-14T09:37:18.804Z] 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-14T09:37:18.804Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-14T09:37:18.832Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-14T09:37:18.832Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-14T09:37:18.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-14T09:37:18.945Z] $ docker exec 955f6fdb778c33a6d4d8399a3fc03334c19e42f579a08d02360680131ab792f4 ssh-agent [2023-02-14T09:37:19.047Z] SSH_AUTH_SOCK=/tmp/ssh-CY1SjYmRtRGt/agent.32 [2023-02-14T09:37:19.047Z] SSH_AGENT_PID=38 [2023-02-14T09:37:19.052Z] Running ssh-add (command line suppressed) [2023-02-14T09:37:19.140Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10997142660693075660.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_10997142660693075660.key) [2023-02-14T09:37:19.158Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-14T09:37:19.450Z] + git semver push [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,622 [run_push] DEBUG push [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,623 [execute] INFO git cat-file --batch-check [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,623 [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-14T09:37:19.708Z] 2023-02-14 09:37:19,627 [execute] INFO git rev-list 71a38441b34397ea5d5ace07a86c9bdc6e4e1102 -- [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,627 [execute] DEBUG Popen(['git', 'rev-list', '71a38441b34397ea5d5ace07a86c9bdc6e4e1102', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,633 [execute] INFO git fetch -v origin [2023-02-14T09:37:19.708Z] 2023-02-14 09:37:19,633 [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-14T09:37:20.647Z] 2023-02-14 09:37:20,273 [run_push] DEBUG no remote changes detected [2023-02-14T09:37:20.647Z] 2023-02-14 09:37:20,274 [execute] INFO git push origin semver [2023-02-14T09:37:20.647Z] 2023-02-14 09:37:20,274 [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-14T09:37:21.215Z] 2023-02-14 09:37:21,183 [run_push] DEBUG push all version tags [2023-02-14T09:37:21.215Z] 2023-02-14 09:37:21,184 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-14T09:37:21.215Z] 2023-02-14 09:37:21,184 [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-14T09:37:22.152Z] 2023-02-14 09:37:22,016 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2023-02-14T09:37:22.152Z] 3.0.0-dev.7 [Pipeline] } [2023-02-14T09:37:22.155Z] $ docker exec --env ******** --env ******** 955f6fdb778c33a6d4d8399a3fc03334c19e42f579a08d02360680131ab792f4 ssh-agent -k [2023-02-14T09:37:22.249Z] unset SSH_AUTH_SOCK; [2023-02-14T09:37:22.249Z] unset SSH_AGENT_PID; [2023-02-14T09:37:22.249Z] echo Agent pid 38 killed; [2023-02-14T09:37:22.266Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-14T09:37:22.573Z] + git semver [Pipeline] } [2023-02-14T09:37:22.840Z] $ docker stop --time=1 955f6fdb778c33a6d4d8399a3fc03334c19e42f579a08d02360680131ab792f4 [2023-02-14T09:37:24.161Z] $ docker rm -f --volumes 955f6fdb778c33a6d4d8399a3fc03334c19e42f579a08d02360680131ab792f4 [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-14T09:37:24.726Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2023-02-14T09:37:24.726Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-14T09:37:24.726Z] total 16 [2023-02-14T09:37:24.726Z] drwxr-xr-x 3 root root 4096 Feb 14 09:26 . [2023-02-14T09:37:24.726Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 09:37 .. [2023-02-14T09:37:24.726Z] drwxr-xr-x 2 root root 4096 Feb 14 09:26 cost [2023-02-14T09:37:24.726Z] -rw-r--r-- 1 root root 88 Feb 14 09:26 cost.csv [2023-02-14T09:37:24.726Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-14T09:37:24.726Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2023-02-14T09:37:24.726Z] total 16 [2023-02-14T09:37:24.726Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 09:26 . [2023-02-14T09:37:24.726Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 14 09:37 .. [2023-02-14T09:37:24.726Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 09:26 cost [2023-02-14T09:37:24.726Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 14 09:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:25.010Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:25.868Z] ---> package-listing.sh [2023-02-14T09:37:25.869Z] ++ facter osfamily [2023-02-14T09:37:25.869Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-14T09:37:26.129Z] + OS_FAMILY=debian [2023-02-14T09:37:26.129Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2023-02-14T09:37:26.129Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-14T09:37:26.129Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-14T09:37:26.129Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-14T09:37:26.129Z] + PACKAGES=/tmp/packages_start.txt [2023-02-14T09:37:26.129Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-14T09:37:26.129Z] + PACKAGES=/tmp/packages_end.txt [2023-02-14T09:37:26.129Z] + case "${OS_FAMILY}" in [2023-02-14T09:37:26.129Z] + dpkg -l [2023-02-14T09:37:26.129Z] + grep '^ii' [2023-02-14T09:37:26.129Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-14T09:37:26.129Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-14T09:37:26.129Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-14T09:37:26.129Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2023-02-14T09:37:26.129Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2023-02-14T09:37:26.129Z] + 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-14T09:37:26.140Z] 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-14T09:37:26.418Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-14T09:37:26.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-14T09:37:26.977Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-14T09:37:27.055Z] prd-ubuntu20.04-docker-8c-8g-5774 does not seem to be running inside a container [2023-02-14T09:37:27.084Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-14T09:37:27.307Z] $ docker top b43fbb963991bb58a5376d7ba54624fc0ee4abdc35cef0b65d7cad459ab472d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-14T09:37:27.660Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-14T09:37:27.945Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-14T09:37:28.229Z] + ls /var/log/sa-host [2023-02-14T09:37:28.229Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-14T09:37:28.372Z] provisioning config files... [2023-02-14T09:37:28.384Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3758130212268396693tmp [Pipeline] { [Pipeline] echo [2023-02-14T09:37:28.396Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:28.681Z] ---> create-netrc.sh [Pipeline] } [2023-02-14T09:37:28.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:29.027Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-14T09:37:29.036Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:29.320Z] ---> sudo-logs.sh [2023-02-14T09:37:29.320Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-14T09:37:29.348Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:29.631Z] ---> job-cost.sh [2023-02-14T09:37:29.631Z] lf-activate-venv: SKIPPING [2023-02-14T09:37:29.631Z] DEBUG: total: 0.2199999988079071 [2023-02-14T09:37:29.631Z] INFO: Retrieving Stack Cost... [2023-02-14T09:37:30.201Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-14T09:37:30.460Z] INFO: Archiving Costs [Pipeline] echo [2023-02-14T09:37:30.473Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-14T09:37:30.755Z] ---> logs-deploy.sh [2023-02-14T09:37:30.755Z] lf-activate-venv: SKIPPING [2023-02-14T09:37:30.755Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/77 [2023-02-14T09:37:30.755Z] INFO: archiving workspace using pattern(s): [2023-02-14T09:37:31.690Z] Archives upload complete. [2023-02-14T09:37:31.690Z] INFO: archiving logs to Nexus