Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 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-ssh143139779895823298.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh2105205192567904922.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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/levski/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/levski/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9836123754858274001.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17329773377365034888.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/levski/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/levski/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13443535691978571538.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, goVersion:1.18] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4988 in /w/workspace/foundry_device-usb-camera_levski [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/foundry_device-usb-camera_levski # 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 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 (levski) Commit message: "fix: device-sdk levski patch stable tag added (#197)" > 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 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 # timeout=10 > git rev-list --no-walk 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-21T23:17:35.429Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-21T23:17:35.470Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-21T23:17:35.482Z] ========================================================= [2023-03-21T23:17:35.482Z] EdgeX Global Pipelines Version Info [2023-03-21T23:17:35.482Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:17:36.186Z] ------------------- [2023-03-21T23:17:36.186Z] stable info: [2023-03-21T23:17:36.186Z] ------------------- [2023-03-21T23:17:36.186Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-21T23:17:36.186Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-21T23:17:36.186Z] Message: update stable to v1.0.245 [2023-03-21T23:17:36.753Z] ------------------- [2023-03-21T23:17:36.753Z] experimental info: [2023-03-21T23:17:36.753Z] ------------------- [2023-03-21T23:17:36.753Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-21T23:17:36.753Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-21T23:17:36.753Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-21T23:17:36.920Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-03-21T23:17:36.935Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-03-21T23:17:36.944Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-21T23:17:36.955Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-21T23:17:36.968Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-21T23:17:36.978Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-21T23:17:37.061Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-21T23:17:37.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-21T23:17:37.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-21T23:17:37.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-21T23:17:37.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-21T23:17:37.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-03-21T23:17:37.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-21T23:17:37.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-21T23:17:37.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-21T23:17:37.165Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-21T23:17:37.178Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-21T23:17:37.199Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-21T23:17:37.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-21T23:17:37.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-21T23:17:37.239Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-21T23:17:37.251Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-21T23:17:37.262Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-21T23:17:37.273Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-21T23:17:37.288Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-21T23:17:37.298Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-21T23:17:37.309Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-21T23:17:37.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = levski [Pipeline] echo [2023-03-21T23:17:37.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = levski [Pipeline] echo [2023-03-21T23:17:37.344Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = levski [Pipeline] echo [2023-03-21T23:17:37.357Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] echo [2023-03-21T23:17:37.366Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e8a9a0 [Pipeline] echo [2023-03-21T23:17:37.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:17:37.416Z] provisioning config files... [2023-03-21T23:17:37.430Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config7598259592348391001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:17:37.730Z] ---> docker-login.sh [2023-03-21T23:17:37.730Z] nexus3.edgexfoundry.org:10001 [2023-03-21T23:17:37.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:37.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:37.991Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:37.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:37.991Z] [2023-03-21T23:17:37.991Z] Login Succeeded [2023-03-21T23:17:37.991Z] nexus3.edgexfoundry.org:10002 [2023-03-21T23:17:37.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:37.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:37.991Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:37.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:37.991Z] [2023-03-21T23:17:37.991Z] Login Succeeded [2023-03-21T23:17:37.991Z] nexus3.edgexfoundry.org:10003 [2023-03-21T23:17:38.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:38.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:38.251Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:38.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:38.251Z] [2023-03-21T23:17:38.251Z] Login Succeeded [2023-03-21T23:17:38.251Z] nexus3.edgexfoundry.org:10004 [2023-03-21T23:17:38.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:38.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:38.251Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:38.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:38.251Z] [2023-03-21T23:17:38.251Z] Login Succeeded [2023-03-21T23:17:38.251Z] docker.io [2023-03-21T23:17:38.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:38.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:38.511Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:38.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:38.511Z] [2023-03-21T23:17:38.511Z] Login Succeeded [2023-03-21T23:17:38.511Z] ---> docker-login.sh ends [Pipeline] } [2023-03-21T23:17:38.518Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-21T23:17:38.892Z] + git rev-list -1 --merges 1e8a9a0bc5fafbcf5b64264498bdde32df42f291~1..1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] echo [2023-03-21T23:17:38.937Z] -----------> git rev-list -1 --merges 1e8a9a0bc5fafbcf5b64264498bdde32df42f291~1..1e8a9a0bc5fafbcf5b64264498bdde32df42f291 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [false] [Pipeline] sh [2023-03-21T23:17:39.223Z] + git log --format=format:%s -1 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] echo [2023-03-21T23:17:39.237Z] ========================================================= [2023-03-21T23:17:39.237Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-21T23:17:39.237Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-21T23:17:39.556Z] + git log --format=format:%s -1 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] echo [2023-03-21T23:17:39.567Z] [semverPrep] GIT_COMMIT: 1e8a9a0bc5fafbcf5b64264498bdde32df42f291, Commit Message: fix: device-sdk levski patch stable tag added (#197) [Pipeline] echo [2023-03-21T23:17:39.575Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-21T23:17:39.920Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-21T23:17:39.920Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-21T23:17:39.920Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-21T23:17:39.920Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-21T23:17:39.920Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-21T23:17:39.920Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-21T23:17:39.920Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:17:40.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:17:40.264Z] [2023-03-21T23:17:40.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:17:40.568Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:17:40.568Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-21T23:17:40.568Z] b85a868b505f: Pulling fs layer [2023-03-21T23:17:40.568Z] e2be974225ed: Pulling fs layer [2023-03-21T23:17:40.568Z] 339a4e72a1f5: Pulling fs layer [2023-03-21T23:17:40.568Z] 988bab9f4d93: Pulling fs layer [2023-03-21T23:17:40.568Z] 1469e6f7b9e6: Pulling fs layer [2023-03-21T23:17:40.568Z] eaf3925da568: Pulling fs layer [2023-03-21T23:17:40.568Z] bab4dde63d76: Pulling fs layer [2023-03-21T23:17:40.568Z] bde34c3a00c8: Pulling fs layer [2023-03-21T23:17:40.568Z] b352a97aabf1: Pulling fs layer [2023-03-21T23:17:40.568Z] 4872d77fe225: Pulling fs layer [2023-03-21T23:17:40.568Z] 5851b861e8e6: Pulling fs layer [2023-03-21T23:17:40.568Z] b352a97aabf1: Waiting [2023-03-21T23:17:40.568Z] bab4dde63d76: Waiting [2023-03-21T23:17:40.568Z] 988bab9f4d93: Waiting [2023-03-21T23:17:40.568Z] bde34c3a00c8: Waiting [2023-03-21T23:17:40.568Z] eaf3925da568: Waiting [2023-03-21T23:17:40.568Z] 1469e6f7b9e6: Waiting [2023-03-21T23:17:40.568Z] 4872d77fe225: Waiting [2023-03-21T23:17:40.568Z] 5851b861e8e6: Waiting [2023-03-21T23:17:40.568Z] e2be974225ed: Download complete [2023-03-21T23:17:40.568Z] 988bab9f4d93: Verifying Checksum [2023-03-21T23:17:40.568Z] 988bab9f4d93: Download complete [2023-03-21T23:17:40.829Z] 1469e6f7b9e6: Verifying Checksum [2023-03-21T23:17:40.829Z] 1469e6f7b9e6: Download complete [2023-03-21T23:17:40.829Z] 339a4e72a1f5: Verifying Checksum [2023-03-21T23:17:40.829Z] 339a4e72a1f5: Download complete [2023-03-21T23:17:40.829Z] bde34c3a00c8: Verifying Checksum [2023-03-21T23:17:40.829Z] bde34c3a00c8: Download complete [2023-03-21T23:17:40.829Z] b352a97aabf1: Verifying Checksum [2023-03-21T23:17:40.829Z] b352a97aabf1: Download complete [2023-03-21T23:17:40.829Z] 4872d77fe225: Download complete [2023-03-21T23:17:40.829Z] 5851b861e8e6: Verifying Checksum [2023-03-21T23:17:40.829Z] 5851b861e8e6: Download complete [2023-03-21T23:17:40.829Z] b85a868b505f: Verifying Checksum [2023-03-21T23:17:40.829Z] b85a868b505f: Download complete [2023-03-21T23:17:41.088Z] bab4dde63d76: Verifying Checksum [2023-03-21T23:17:41.088Z] bab4dde63d76: Download complete [2023-03-21T23:17:42.469Z] b85a868b505f: Pull complete [2023-03-21T23:17:42.469Z] e2be974225ed: Pull complete [2023-03-21T23:17:42.728Z] 339a4e72a1f5: Pull complete [2023-03-21T23:17:42.990Z] 988bab9f4d93: Pull complete [2023-03-21T23:17:43.286Z] 1469e6f7b9e6: Pull complete [2023-03-21T23:17:43.286Z] eaf3925da568: Pull complete [2023-03-21T23:17:45.198Z] bab4dde63d76: Pull complete [2023-03-21T23:17:45.198Z] bde34c3a00c8: Pull complete [2023-03-21T23:17:45.459Z] b352a97aabf1: Pull complete [2023-03-21T23:17:45.459Z] 4872d77fe225: Pull complete [2023-03-21T23:17:45.459Z] 5851b861e8e6: Pull complete [2023-03-21T23:17:45.459Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-21T23:17:45.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:17:45.459Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:17:45.556Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:17:45.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:17:48.193Z] $ docker top fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 -eo pid,comm [2023-03-21T23:17:48.250Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-21T23:17:48.250Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-21T23:17:48.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-21T23:17:48.318Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-21T23:17:48.432Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-21T23:17:48.436Z] $ docker exec fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 ssh-agent [2023-03-21T23:17:48.546Z] SSH_AUTH_SOCK=/tmp/ssh-c4717oQnJJuU/agent.31 [2023-03-21T23:17:48.546Z] SSH_AGENT_PID=37 [2023-03-21T23:17:48.553Z] Running ssh-add (command line suppressed) [2023-03-21T23:17:48.662Z] Identity added: /w/workspace/foundry_device-usb-camera_levski@tmp/private_key_10738443239237550121.key (/w/workspace/foundry_device-usb-camera_levski@tmp/private_key_10738443239237550121.key) [2023-03-21T23:17:48.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-21T23:17:48.970Z] + git tag --points-at HEAD [Pipeline] } [2023-03-21T23:17:48.981Z] $ docker exec --env ******** --env ******** fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 ssh-agent -k [2023-03-21T23:17:49.084Z] unset SSH_AUTH_SOCK; [2023-03-21T23:17:49.084Z] unset SSH_AGENT_PID; [2023-03-21T23:17:49.085Z] echo Agent pid 37 killed; [2023-03-21T23:17:49.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-21T23:17:49.114Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-21T23:17:49.114Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-21T23:17:49.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-21T23:17:49.233Z] $ docker exec fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 ssh-agent [2023-03-21T23:17:49.345Z] SSH_AUTH_SOCK=/tmp/ssh-8XjLtoDLLcaL/agent.69 [2023-03-21T23:17:49.345Z] SSH_AGENT_PID=76 [2023-03-21T23:17:49.351Z] Running ssh-add (command line suppressed) [2023-03-21T23:17:49.481Z] Identity added: /w/workspace/foundry_device-usb-camera_levski@tmp/private_key_1785191038083145362.key (/w/workspace/foundry_device-usb-camera_levski@tmp/private_key_1785191038083145362.key) [2023-03-21T23:17:49.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-21T23:17:49.778Z] + git semver init [2023-03-21T23:17:50.038Z] 2023-03-21 23:17:49,970 [run_init] DEBUG init version:0.0.0 force:False [2023-03-21T23:17:50.038Z] 2023-03-21 23:17:49,970 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_levski/.semver [2023-03-21T23:17:50.038Z] 2023-03-21 23:17:49,971 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_levski/.semver [2023-03-21T23:17:50.038Z] 2023-03-21 23:17:49,971 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_levski/.semver'], cwd=/w/workspace/foundry_device-usb-camera_levski, universal_newlines=False, shell=None, istream=None) [2023-03-21T23:17:50.978Z] 2023-03-21 23:17:50,681 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_levski/.git/info/exclude [2023-03-21T23:17:50.978Z] 2023-03-21 23:17:50,681 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_levski/.semver/levski with force:False [2023-03-21T23:17:50.978Z] 2023-03-21 23:17:50,681 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:17:50.978Z] 2023-03-21 23:17:50,682 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:17:50.978Z] 2.3.1-dev.4 [Pipeline] } [2023-03-21T23:17:50.990Z] $ docker exec --env ******** --env ******** fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 ssh-agent -k [2023-03-21T23:17:51.091Z] unset SSH_AUTH_SOCK; [2023-03-21T23:17:51.092Z] unset SSH_AGENT_PID; [2023-03-21T23:17:51.092Z] echo Agent pid 76 killed; [2023-03-21T23:17:51.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-21T23:17:51.400Z] + git semver [Pipeline] } [2023-03-21T23:17:51.674Z] $ docker stop --time=1 fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 [2023-03-21T23:17:52.981Z] $ docker rm -f --volumes fed7c16ce1bfed6c1fa007d8d5504d6daa9ec0fb2cc5066d69cc8a58d2ffde79 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-21T23:17:53.320Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-21T23:17:53.522Z] Stashed 1 file(s) [Pipeline] echo [2023-03-21T23:17:53.525Z] [edgeXSemver]: initialized semver on version 2.3.1-dev.4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:17:53.670Z] provisioning config files... [2023-03-21T23:17:53.678Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config15306037996759618873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:17:53.972Z] ---> docker-login.sh [2023-03-21T23:17:53.972Z] nexus3.edgexfoundry.org:10001 [2023-03-21T23:17:53.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:53.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:53.972Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:53.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:53.972Z] [2023-03-21T23:17:53.972Z] Login Succeeded [2023-03-21T23:17:53.972Z] nexus3.edgexfoundry.org:10002 [2023-03-21T23:17:53.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:53.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:53.972Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:53.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:53.972Z] [2023-03-21T23:17:53.972Z] Login Succeeded [2023-03-21T23:17:53.972Z] nexus3.edgexfoundry.org:10003 [2023-03-21T23:17:54.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:54.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:54.232Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:54.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:54.232Z] [2023-03-21T23:17:54.232Z] Login Succeeded [2023-03-21T23:17:54.232Z] nexus3.edgexfoundry.org:10004 [2023-03-21T23:17:54.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:54.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:54.232Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:54.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:54.232Z] [2023-03-21T23:17:54.232Z] Login Succeeded [2023-03-21T23:17:54.232Z] docker.io [2023-03-21T23:17:54.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:17:54.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:17:54.490Z] Configure a credential helper to remove this warning. See [2023-03-21T23:17:54.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:17:54.490Z] [2023-03-21T23:17:54.490Z] Login Succeeded [2023-03-21T23:17:54.490Z] ---> docker-login.sh ends [Pipeline] } [2023-03-21T23:17:54.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-21T23:17:54.563Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:17:54.578Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:17:54.587Z] ========================================================= [2023-03-21T23:17:54.587Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-21T23:17:54.587Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:17:54.899Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-21T23:17:54.899Z] Sending build context to Docker daemon 1.845MB [2023-03-21T23:17:54.899Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-21T23:17:54.899Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-21T23:17:54.899Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-21T23:17:54.899Z] 213ec9aee27d: Pulling fs layer [2023-03-21T23:17:54.899Z] 4583459ba037: Pulling fs layer [2023-03-21T23:17:54.899Z] 93c1e223e6f2: Pulling fs layer [2023-03-21T23:17:54.899Z] 53926ce57604: Pulling fs layer [2023-03-21T23:17:54.899Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-21T23:17:54.899Z] 22ff95d597cd: Pulling fs layer [2023-03-21T23:17:54.899Z] 12d6caf4c0d1: Pulling fs layer [2023-03-21T23:17:54.899Z] 96b7cbca73a9: Pulling fs layer [2023-03-21T23:17:54.899Z] a7acece74701: Pulling fs layer [2023-03-21T23:17:54.899Z] 21b2b0c7a3f4: Waiting [2023-03-21T23:17:54.899Z] 22ff95d597cd: Waiting [2023-03-21T23:17:54.899Z] 96b7cbca73a9: Waiting [2023-03-21T23:17:54.899Z] a7acece74701: Waiting [2023-03-21T23:17:54.899Z] 53926ce57604: Waiting [2023-03-21T23:17:54.899Z] 12d6caf4c0d1: Waiting [2023-03-21T23:17:54.899Z] 93c1e223e6f2: Verifying Checksum [2023-03-21T23:17:54.899Z] 93c1e223e6f2: Download complete [2023-03-21T23:17:54.899Z] 4583459ba037: Verifying Checksum [2023-03-21T23:17:54.899Z] 4583459ba037: Download complete [2023-03-21T23:17:54.899Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-21T23:17:54.899Z] 21b2b0c7a3f4: Download complete [2023-03-21T23:17:54.899Z] 22ff95d597cd: Verifying Checksum [2023-03-21T23:17:54.899Z] 22ff95d597cd: Download complete [2023-03-21T23:17:55.160Z] 213ec9aee27d: Download complete [2023-03-21T23:17:55.160Z] 12d6caf4c0d1: Download complete [2023-03-21T23:17:55.160Z] 213ec9aee27d: Pull complete [2023-03-21T23:17:55.429Z] 4583459ba037: Pull complete [2023-03-21T23:17:55.429Z] 93c1e223e6f2: Pull complete [2023-03-21T23:17:55.691Z] a7acece74701: Verifying Checksum [2023-03-21T23:17:55.691Z] a7acece74701: Download complete [2023-03-21T23:17:55.948Z] 53926ce57604: Verifying Checksum [2023-03-21T23:17:55.948Z] 53926ce57604: Download complete [2023-03-21T23:17:55.948Z] 96b7cbca73a9: Verifying Checksum [2023-03-21T23:17:55.948Z] 96b7cbca73a9: Download complete [2023-03-21T23:18:00.137Z] 53926ce57604: Pull complete [2023-03-21T23:18:00.137Z] 21b2b0c7a3f4: Pull complete [2023-03-21T23:18:00.137Z] 22ff95d597cd: Pull complete [2023-03-21T23:18:00.137Z] 12d6caf4c0d1: Pull complete [2023-03-21T23:18:02.665Z] 96b7cbca73a9: Pull complete [2023-03-21T23:18:03.233Z] a7acece74701: Pull complete [2023-03-21T23:18:03.233Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-21T23:18:03.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-21T23:18:03.233Z] ---> db6d94c90886 [2023-03-21T23:18:03.233Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-21T23:18:06.524Z] ---> Running in aab9114c61d4 [2023-03-21T23:18:06.783Z] Removing intermediate container aab9114c61d4 [2023-03-21T23:18:06.783Z] ---> f548ca6c135a [2023-03-21T23:18:06.783Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-21T23:18:06.783Z] ---> Running in 065f7b913d81 [2023-03-21T23:18:06.783Z] Removing intermediate container 065f7b913d81 [2023-03-21T23:18:06.783Z] ---> 6e147c8b56d8 [2023-03-21T23:18:06.783Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-03-21T23:18:06.783Z] ---> Running in 7fd5437348ff [2023-03-21T23:18:07.042Z] Removing intermediate container 7fd5437348ff [2023-03-21T23:18:07.042Z] ---> c6f37d5592f1 [2023-03-21T23:18:07.043Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-21T23:18:07.043Z] ---> Running in 0f168b7b46d0 [2023-03-21T23:18:07.043Z] Removing intermediate container 0f168b7b46d0 [2023-03-21T23:18:07.043Z] ---> 1d2bdbbbe9db [2023-03-21T23:18:07.043Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-21T23:18:07.043Z] ---> Running in 31f777732754 [2023-03-21T23:18:07.305Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-21T23:18:07.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-21T23:18:07.824Z] (1/80) Installing mesa (21.3.9-r0) [2023-03-21T23:18:07.824Z] (2/80) Installing libxau (1.0.9-r0) [2023-03-21T23:18:07.824Z] (3/80) Installing libxdmcp (1.1.3-r0) [2023-03-21T23:18:07.824Z] (4/80) Installing libxcb (1.15-r0) [2023-03-21T23:18:07.824Z] (5/80) Installing libx11 (1.8-r0) [2023-03-21T23:18:07.824Z] (6/80) Installing libxext (1.3.4-r0) [2023-03-21T23:18:07.824Z] (7/80) Installing libxfixes (6.0.0-r0) [2023-03-21T23:18:07.824Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2023-03-21T23:18:07.824Z] (9/80) Installing libpciaccess (0.16-r0) [2023-03-21T23:18:07.824Z] (10/80) Installing libdrm (2.4.110-r0) [2023-03-21T23:18:07.824Z] (11/80) Installing mesa-glapi (21.3.9-r0) [2023-03-21T23:18:07.824Z] (12/80) Installing libxshmfence (1.3-r1) [2023-03-21T23:18:07.824Z] (13/80) Installing mesa-gl (21.3.9-r0) [2023-03-21T23:18:07.824Z] (14/80) Installing icu-data-full (71.1-r2) [2023-03-21T23:18:08.088Z] (15/80) Installing libice (1.0.10-r0) [2023-03-21T23:18:08.088Z] (16/80) Installing libuuid (2.38-r1) [2023-03-21T23:18:08.088Z] (17/80) Installing libsm (1.2.3-r0) [2023-03-21T23:18:08.088Z] (18/80) Installing libxt (1.2.1-r0) [2023-03-21T23:18:08.088Z] (19/80) Installing libxmu (1.1.3-r0) [2023-03-21T23:18:08.088Z] (20/80) Installing xset (1.2.4-r0) [2023-03-21T23:18:08.088Z] (21/80) Installing xprop (1.2.5-r0) [2023-03-21T23:18:08.088Z] (22/80) Installing xdg-utils (1.1.3-r3) [2023-03-21T23:18:08.088Z] (23/80) Installing dbus-libs (1.14.4-r0) [2023-03-21T23:18:08.088Z] (24/80) Installing libffi (3.4.2-r1) [2023-03-21T23:18:08.088Z] (25/80) Installing libintl (0.21-r2) [2023-03-21T23:18:08.088Z] (26/80) Installing libblkid (2.38-r1) [2023-03-21T23:18:08.088Z] (27/80) Installing libmount (2.38-r1) [2023-03-21T23:18:08.088Z] (28/80) Installing pcre (8.45-r2) [2023-03-21T23:18:08.347Z] (29/80) Installing glib (2.72.1-r0) [2023-03-21T23:18:08.347Z] (30/80) Installing icu-libs (71.1-r2) [2023-03-21T23:18:08.347Z] (31/80) Installing libpcre2-16 (10.40-r0) [2023-03-21T23:18:08.347Z] (32/80) Installing zstd-libs (1.5.2-r1) [2023-03-21T23:18:08.347Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2023-03-21T23:18:08.347Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2023-03-21T23:18:08.347Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2023-03-21T23:18:08.347Z] (36/80) Installing mesa-gbm (21.3.9-r0) [2023-03-21T23:18:08.347Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2023-03-21T23:18:08.347Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2023-03-21T23:18:08.607Z] (39/80) Installing libxcomposite (0.4.5-r0) [2023-03-21T23:18:08.607Z] (40/80) Installing libbz2 (1.0.8-r1) [2023-03-21T23:18:08.607Z] (41/80) Installing libpng (1.6.37-r1) [2023-03-21T23:18:08.607Z] (42/80) Installing freetype (2.12.1-r0) [2023-03-21T23:18:08.607Z] (43/80) Installing fontconfig (2.14.0-r0) [2023-03-21T23:18:08.607Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2023-03-21T23:18:08.607Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2023-03-21T23:18:08.607Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2023-03-21T23:18:08.607Z] (47/80) Installing xz-libs (5.2.5-r1) [2023-03-21T23:18:08.607Z] (48/80) Installing libxml2 (2.9.14-r2) [2023-03-21T23:18:08.607Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2023-03-21T23:18:08.607Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2023-03-21T23:18:08.607Z] (51/80) Installing mesa-egl (21.3.9-r0) [2023-03-21T23:18:08.607Z] (52/80) Installing avahi-libs (0.8-r6) [2023-03-21T23:18:08.607Z] (53/80) Installing nettle (3.7.3-r0) [2023-03-21T23:18:08.607Z] (54/80) Installing p11-kit (0.24.1-r0) [2023-03-21T23:18:08.607Z] (55/80) Installing libtasn1 (4.18.0-r1) [2023-03-21T23:18:08.607Z] (56/80) Installing libunistring (1.0-r0) [2023-03-21T23:18:08.607Z] (57/80) Installing gnutls (3.7.7-r1) [2023-03-21T23:18:08.607Z] (58/80) Installing cups-libs (2.4.2-r0) [2023-03-21T23:18:08.607Z] (59/80) Installing graphite2 (1.3.14-r1) [2023-03-21T23:18:08.607Z] (60/80) Installing harfbuzz (4.3.0-r0) [2023-03-21T23:18:08.634Z] Still waiting to schedule task [2023-03-21T23:18:08.634Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4985’ [2023-03-21T23:18:08.867Z] (61/80) Installing libevdev (1.12.1-r0) [2023-03-21T23:18:08.867Z] (62/80) Installing mtdev (1.1.6-r0) [2023-03-21T23:18:08.867Z] (63/80) Installing eudev-libs (3.2.11-r0) [2023-03-21T23:18:08.867Z] (64/80) Installing libinput-libs (1.20.1-r0) [2023-03-21T23:18:08.867Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2023-03-21T23:18:08.867Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2023-03-21T23:18:08.867Z] (67/80) Installing xcb-util (0.4.0-r3) [2023-03-21T23:18:08.867Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2023-03-21T23:18:08.867Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2023-03-21T23:18:08.867Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2023-03-21T23:18:08.867Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2023-03-21T23:18:08.867Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2023-03-21T23:18:08.867Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2023-03-21T23:18:08.867Z] (74/80) Installing v4l-utils (1.22.1-r1) [2023-03-21T23:18:08.867Z] (75/80) Installing udev-init-scripts (35-r0) [2023-03-21T23:18:09.127Z] Executing udev-init-scripts-35-r0.post-install [2023-03-21T23:18:09.127Z] (76/80) Installing kmod-libs (29-r2) [2023-03-21T23:18:09.127Z] (77/80) Installing eudev (3.2.11-r0) [2023-03-21T23:18:09.127Z] (78/80) Installing eudev-dev (3.2.11-r0) [2023-03-21T23:18:09.127Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-21T23:18:09.127Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2023-03-21T23:18:09.127Z] Executing busybox-1.35.0-r17.trigger [2023-03-21T23:18:09.127Z] Executing eudev-3.2.11-r0.trigger [2023-03-21T23:18:09.127Z] OK: 331 MiB in 131 packages [2023-03-21T23:18:11.671Z] Removing intermediate container 31f777732754 [2023-03-21T23:18:11.671Z] ---> 612a864e346a [2023-03-21T23:18:11.671Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-21T23:18:11.936Z] ---> Running in 67a9c0bc03d9 [2023-03-21T23:18:11.936Z] Removing intermediate container 67a9c0bc03d9 [2023-03-21T23:18:11.936Z] ---> 2df27b101a0f [2023-03-21T23:18:11.936Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-21T23:18:11.936Z] ---> 6d0532fc39f7 [2023-03-21T23:18:11.936Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-21T23:18:12.195Z] ---> Running in 5625c64247d1 [2023-03-21T23:18:34.146Z] Removing intermediate container 5625c64247d1 [2023-03-21T23:18:34.146Z] ---> 3b12cb282c89 [2023-03-21T23:18:34.146Z] Step 11/13 : COPY . . [2023-03-21T23:18:34.146Z] ---> 91c83140a19a [2023-03-21T23:18:34.146Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-21T23:18:34.146Z] ---> Running in b37af7fc39b6 [2023-03-21T23:18:34.146Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-21T23:18:34.146Z] Dload Upload Total Spent Left Speed [2023-03-21T23:18:34.406Z] 0 0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 10412 0 --:--:-- --:--:-- --:--:-- 10514 [2023-03-21T23:18:34.665Z] Removing intermediate container b37af7fc39b6 [2023-03-21T23:18:34.665Z] ---> c95bffecc342 [2023-03-21T23:18:34.665Z] Step 13/13 : RUN ${MAKE} [2023-03-21T23:18:34.665Z] ---> Running in 6867abfddf6a [2023-03-21T23:18:34.923Z] noop [2023-03-21T23:18:35.182Z] Removing intermediate container 6867abfddf6a [2023-03-21T23:18:35.182Z] ---> 30bd432859e5 [2023-03-21T23:18:35.182Z] Successfully built 30bd432859e5 [2023-03-21T23:18:35.182Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:18:35.489Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-21T23:18:35.489Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:18:35.557Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:18:35.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:18:35.932Z] $ docker top b6282529f3f4f2137758bb0e59423c1d3f54cb3788a8cfbf706d93fd8e7b7ee7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-21T23:18:36.268Z] + go version [2023-03-21T23:18:36.268Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-21T23:18:36.285Z] $ docker stop --time=1 b6282529f3f4f2137758bb0e59423c1d3f54cb3788a8cfbf706d93fd8e7b7ee7 [2023-03-21T23:18:37.541Z] $ docker rm -f --volumes b6282529f3f4f2137758bb0e59423c1d3f54cb3788a8cfbf706d93fd8e7b7ee7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:18:37.917Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-21T23:18:37.917Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:18:37.982Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:18:38.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:18:38.340Z] $ docker top fc70c616decb7d82b2ad67d4e123a000561e6d38ce15d76b8fac8aa23c13809d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-21T23:18:38.686Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_levski [Pipeline] fileExists [Pipeline] sh [2023-03-21T23:18:38.984Z] + make test [2023-03-21T23:18:38.984Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-03-21T23:18:39.242Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-21T23:18:49.228Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-21T23:18:49.485Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements [2023-03-21T23:18:56.035Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-03-21T23:18:56.035Z] CGO_ENABLED=1 go vet ./... [2023-03-21T23:18:59.319Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-21T23:18:59.319Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-21T23:18:59.319Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-21T23:18:59.329Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-21T23:18:59.346Z] $ docker stop --time=1 fc70c616decb7d82b2ad67d4e123a000561e6d38ce15d76b8fac8aa23c13809d [2023-03-21T23:19:01.894Z] $ docker rm -f --volumes fc70c616decb7d82b2ad67d4e123a000561e6d38ce15d76b8fac8aa23c13809d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-21T23:19:02.319Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-21T23:19:02.371Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-21T23:19:02.795Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-21T23:19:03.080Z] + ls -al . [2023-03-21T23:19:03.080Z] total 204 [2023-03-21T23:19:03.080Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 21 23:18 . [2023-03-21T23:19:03.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:17 .. [2023-03-21T23:19:03.080Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 23:18 .git [2023-03-21T23:19:03.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:17 .github [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 21 23:17 .gitignore [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 21 23:17 .golangci.yml [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 21 23:17 .hadolint.yml [2023-03-21T23:19:03.080Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 23:17 .semver [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 9702 Mar 21 23:17 Attribution.txt [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 21 23:17 CHANGELOG.md [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 2378 Mar 21 23:17 Dockerfile [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 21 23:17 GOVERNANCE.md [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 23:17 Jenkinsfile [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 21 23:17 LICENSE [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 2554 Mar 21 23:17 Makefile [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 21 23:17 OWNERS.md [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 5934 Mar 21 23:17 README.md [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 21 23:17 VERSION [2023-03-21T23:19:03.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 23:17 bin [2023-03-21T23:19:03.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:17 cmd [2023-03-21T23:19:03.080Z] -rw-r--r-- 1 jenkins jenkins 30666 Mar 21 23:18 coverage.out [2023-03-21T23:19:03.080Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 21 23:17 docker-entrypoint.sh [2023-03-21T23:19:03.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:17 docs [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 3573 Mar 21 23:17 go.mod [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 45026 Mar 21 23:17 go.sum [2023-03-21T23:19:03.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:17 internal [2023-03-21T23:19:03.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:17 snap [2023-03-21T23:19:03.080Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 21 23:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:03.449Z] + 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=1e8a9a0bc5fafbcf5b64264498bdde32df42f291 --label arch=amd64 --label version=2.3.1-dev.4 . [2023-03-21T23:19:03.450Z] Sending build context to Docker daemon 1.876MB [2023-03-21T23:19:03.450Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-21T23:19:03.450Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-21T23:19:03.450Z] ---> 30bd432859e5 [2023-03-21T23:19:03.450Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-21T23:19:03.450Z] ---> Running in a0b2ffd38019 [2023-03-21T23:19:03.727Z] Removing intermediate container a0b2ffd38019 [2023-03-21T23:19:03.727Z] ---> 81eb9df0e6eb [2023-03-21T23:19:03.727Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-21T23:19:03.727Z] ---> Running in 6d9874d0bdfb [2023-03-21T23:19:03.727Z] Removing intermediate container 6d9874d0bdfb [2023-03-21T23:19:03.727Z] ---> 7f3fecff71da [2023-03-21T23:19:03.727Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-03-21T23:19:03.727Z] ---> Running in 9e4c753bc53b [2023-03-21T23:19:03.727Z] Removing intermediate container 9e4c753bc53b [2023-03-21T23:19:03.727Z] ---> 69da7fe6c8ac [2023-03-21T23:19:03.727Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-21T23:19:03.727Z] ---> Running in a36a3de4dce2 [2023-03-21T23:19:04.002Z] Removing intermediate container a36a3de4dce2 [2023-03-21T23:19:04.002Z] ---> ad7326864724 [2023-03-21T23:19:04.002Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-21T23:19:04.002Z] ---> Running in ea625bd5c243 [2023-03-21T23:19:04.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-21T23:19:04.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-21T23:19:04.539Z] OK: 331 MiB in 131 packages [2023-03-21T23:19:05.107Z] Removing intermediate container ea625bd5c243 [2023-03-21T23:19:05.107Z] ---> 2d5099d8e139 [2023-03-21T23:19:05.107Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-21T23:19:05.107Z] ---> Running in 6b9a01ab8833 [2023-03-21T23:19:05.107Z] Removing intermediate container 6b9a01ab8833 [2023-03-21T23:19:05.107Z] ---> 54899df83285 [2023-03-21T23:19:05.107Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-21T23:19:05.107Z] ---> d6785e21822b [2023-03-21T23:19:05.107Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-21T23:19:05.107Z] ---> Running in f5d4e27908c9 [2023-03-21T23:19:06.048Z] Removing intermediate container f5d4e27908c9 [2023-03-21T23:19:06.048Z] ---> 0071cb247ab8 [2023-03-21T23:19:06.048Z] Step 11/35 : COPY . . [2023-03-21T23:19:06.048Z] ---> 9f356b6def4f [2023-03-21T23:19:06.048Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-21T23:19:06.048Z] ---> Running in 713a860ac2b3 [2023-03-21T23:19:06.307Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-21T23:19:06.307Z] Dload Upload Total Spent Left Speed [2023-03-21T23:19:06.307Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062  100 1062   0   0 47726  0 --:--:-- --:--:-- --:--:-- 48272 [2023-03-21T23:19:06.565Z] Removing intermediate container 713a860ac2b3 [2023-03-21T23:19:06.565Z] ---> 9f8d50e521ae [2023-03-21T23:19:06.565Z] Step 13/35 : RUN ${MAKE} [2023-03-21T23:19:06.824Z] ---> Running in b136dbfaef49 [2023-03-21T23:19:07.082Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.1-dev.4 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.1" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-03-21T23:19:29.002Z] Removing intermediate container b136dbfaef49 [2023-03-21T23:19:29.002Z] ---> bdbd05939c7d [2023-03-21T23:19:29.002Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-03-21T23:19:29.002Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-03-21T23:19:29.002Z] 4acc49c71d14: Pulling fs layer [2023-03-21T23:19:29.002Z] 4acc49c71d14: Verifying Checksum [2023-03-21T23:19:29.002Z] 4acc49c71d14: Download complete [2023-03-21T23:19:29.002Z] 4acc49c71d14: Pull complete [2023-03-21T23:19:29.002Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-03-21T23:19:29.002Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-03-21T23:19:29.002Z] ---> 01a2bd3e5fff [2023-03-21T23:19:29.002Z] Step 15/35 : FROM alpine:3.16 [2023-03-21T23:19:29.002Z] 3.16: Pulling from library/alpine [2023-03-21T23:19:29.002Z] ef5531b6e74e: Pulling fs layer [2023-03-21T23:19:29.002Z] ef5531b6e74e: Verifying Checksum [2023-03-21T23:19:29.002Z] ef5531b6e74e: Download complete [2023-03-21T23:19:29.002Z] ef5531b6e74e: Pull complete [2023-03-21T23:19:29.002Z] Digest: sha256:2cf17aa35fbcb6ece81692a64bfbadaf096590241ed9f95dd5f94f0e9f674784 [2023-03-21T23:19:29.002Z] Status: Downloaded newer image for alpine:3.16 [2023-03-21T23:19:29.002Z] ---> dfd21b5a31f5 [2023-03-21T23:19:29.002Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-21T23:19:29.260Z] ---> Running in c4805a9de97e [2023-03-21T23:19:29.519Z] Removing intermediate container c4805a9de97e [2023-03-21T23:19:29.519Z] ---> 291bd27dfea1 [2023-03-21T23:19:29.519Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-03-21T23:19:29.519Z] ---> Running in 5aad172ef26b [2023-03-21T23:19:29.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-21T23:19:29.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-21T23:19:30.035Z] (1/83) Installing dumb-init (1.2.5-r1) [2023-03-21T23:19:30.035Z] (2/83) Installing sdl2 (2.0.22-r0) [2023-03-21T23:19:30.035Z] (3/83) Installing libxau (1.0.9-r0) [2023-03-21T23:19:30.035Z] (4/83) Installing libxdmcp (1.1.3-r0) [2023-03-21T23:19:30.035Z] (5/83) Installing libxcb (1.15-r0) [2023-03-21T23:19:30.035Z] (6/83) Installing libx11 (1.8-r0) [2023-03-21T23:19:30.293Z] (7/83) Installing aom-libs (3.3.0-r0) [2023-03-21T23:19:30.293Z] (8/83) Installing alsa-lib (1.2.7.2-r0) [2023-03-21T23:19:30.293Z] (9/83) Installing expat (2.5.0-r0) [2023-03-21T23:19:30.293Z] (10/83) Installing brotli-libs (1.0.9-r6) [2023-03-21T23:19:30.293Z] (11/83) Installing libbz2 (1.0.8-r1) [2023-03-21T23:19:30.293Z] (12/83) Installing libpng (1.6.37-r1) [2023-03-21T23:19:30.293Z] (13/83) Installing freetype (2.12.1-r0) [2023-03-21T23:19:30.293Z] (14/83) Installing fontconfig (2.14.0-r0) [2023-03-21T23:19:30.293Z] (15/83) Installing fribidi (1.0.12-r0) [2023-03-21T23:19:30.293Z] (16/83) Installing libffi (3.4.2-r1) [2023-03-21T23:19:30.293Z] (17/83) Installing libintl (0.21-r2) [2023-03-21T23:19:30.293Z] (18/83) Installing libblkid (2.38-r1) [2023-03-21T23:19:30.293Z] (19/83) Installing libmount (2.38-r1) [2023-03-21T23:19:30.293Z] (20/83) Installing pcre (8.45-r2) [2023-03-21T23:19:30.293Z] (21/83) Installing glib (2.72.1-r0) [2023-03-21T23:19:30.293Z] (22/83) Installing graphite2 (1.3.14-r1) [2023-03-21T23:19:30.293Z] (23/83) Installing harfbuzz (4.3.0-r0) [2023-03-21T23:19:30.293Z] (24/83) Installing libass (0.16.0-r0) [2023-03-21T23:19:30.293Z] (25/83) Installing libdav1d (1.0.0-r0) [2023-03-21T23:19:30.552Z] (26/83) Installing libpciaccess (0.16-r0) [2023-03-21T23:19:30.552Z] (27/83) Installing libdrm (2.4.110-r0) [2023-03-21T23:19:30.552Z] (28/83) Installing gmp (6.2.1-r2) [2023-03-21T23:19:30.552Z] (29/83) Installing nettle (3.7.3-r0) [2023-03-21T23:19:30.552Z] (30/83) Installing p11-kit (0.24.1-r0) [2023-03-21T23:19:30.552Z] (31/83) Installing libtasn1 (4.18.0-r1) [2023-03-21T23:19:30.552Z] (32/83) Installing libunistring (1.0-r0) [2023-03-21T23:19:30.552Z] (33/83) Installing gnutls (3.7.7-r1) [2023-03-21T23:19:30.552Z] (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-21T23:19:30.552Z] (35/83) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-21T23:19:30.552Z] (36/83) Installing lame (3.100-r0) [2023-03-21T23:19:30.552Z] (37/83) Installing opus (1.3.1-r1) [2023-03-21T23:19:30.552Z] (38/83) Installing libasyncns (0.8-r1) [2023-03-21T23:19:30.552Z] (39/83) Installing dbus-libs (1.14.4-r0) [2023-03-21T23:19:30.552Z] (40/83) Installing libltdl (2.4.7-r0) [2023-03-21T23:19:30.552Z] (41/83) Installing orc (0.4.32-r0) [2023-03-21T23:19:30.552Z] (42/83) Installing libgcc (11.2.1_git20220219-r2) [2023-03-21T23:19:30.552Z] (43/83) Installing libogg (1.3.5-r1) [2023-03-21T23:19:30.552Z] (44/83) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-21T23:19:30.552Z] (45/83) Installing flac (1.3.4-r0) [2023-03-21T23:19:30.552Z] (46/83) Installing libvorbis (1.3.7-r0) [2023-03-21T23:19:30.552Z] (47/83) Installing libsndfile (1.1.0-r0) [2023-03-21T23:19:30.552Z] (48/83) Installing libgomp (11.2.1_git20220219-r2) [2023-03-21T23:19:30.552Z] (49/83) Installing soxr (0.1.3-r2) [2023-03-21T23:19:30.811Z] (50/83) Installing speexdsp (1.2.0-r0) [2023-03-21T23:19:30.811Z] (51/83) Installing tdb-libs (1.4.6-r0) [2023-03-21T23:19:30.811Z] (52/83) Installing libpulse (15.0-r2) [2023-03-21T23:19:30.811Z] (53/83) Installing cjson (1.7.15-r3) [2023-03-21T23:19:30.811Z] (54/83) Installing mbedtls (2.28.2-r0) [2023-03-21T23:19:30.811Z] (55/83) Installing librist (0.2.6-r1) [2023-03-21T23:19:30.811Z] (56/83) Installing libsrt (1.4.4-r0) [2023-03-21T23:19:30.811Z] (57/83) Installing libssh (0.9.6-r1) [2023-03-21T23:19:30.811Z] (58/83) Installing libtheora (1.1.1-r16) [2023-03-21T23:19:30.811Z] (59/83) Installing libjpeg-turbo (2.1.3-r1) [2023-03-21T23:19:30.811Z] (60/83) Installing v4l-utils-libs (1.22.1-r1) [2023-03-21T23:19:30.811Z] (61/83) Installing libxext (1.3.4-r0) [2023-03-21T23:19:30.811Z] (62/83) Installing libxfixes (6.0.0-r0) [2023-03-21T23:19:30.811Z] (63/83) Installing wayland-libs-client (1.20.0-r0) [2023-03-21T23:19:30.811Z] (64/83) Installing libva (2.14.0-r0) [2023-03-21T23:19:30.811Z] (65/83) Installing libvdpau (1.5-r0) [2023-03-21T23:19:30.811Z] (66/83) Installing vidstab (1.1.0-r1) [2023-03-21T23:19:30.811Z] (67/83) Installing libvpx (1.11.0-r1) [2023-03-21T23:19:30.811Z] (68/83) Installing libwebp (1.2.3-r0) [2023-03-21T23:19:30.811Z] (69/83) Installing x264-libs (0.163_git20210613-r0) [2023-03-21T23:19:30.811Z] (70/83) Installing numactl (2.0.14-r0) [2023-03-21T23:19:30.811Z] (71/83) Installing x265-libs (3.5-r3) [2023-03-21T23:19:31.069Z] (72/83) Installing xvidcore (1.3.7-r1) [2023-03-21T23:19:31.069Z] (73/83) Installing ffmpeg-libs (5.0.1-r1) [2023-03-21T23:19:31.069Z] (74/83) Installing ffmpeg (5.0.1-r1) [2023-03-21T23:19:31.069Z] (75/83) Installing udev-init-scripts (35-r0) [2023-03-21T23:19:31.069Z] Executing udev-init-scripts-35-r0.post-install [2023-03-21T23:19:31.069Z] (76/83) Installing eudev-libs (3.2.11-r0) [2023-03-21T23:19:31.327Z] (77/83) Installing xz-libs (5.2.5-r1) [2023-03-21T23:19:31.327Z] (78/83) Installing zstd-libs (1.5.2-r1) [2023-03-21T23:19:31.327Z] (79/83) Installing kmod-libs (29-r2) [2023-03-21T23:19:31.327Z] (80/83) Installing eudev (3.2.11-r0) [2023-03-21T23:19:31.327Z] (81/83) Installing libsodium (1.0.18-r0) [2023-03-21T23:19:31.327Z] (82/83) Installing libzmq (4.3.4-r0) [2023-03-21T23:19:31.327Z] (83/83) Installing zeromq (4.3.4-r0) [2023-03-21T23:19:31.327Z] Executing busybox-1.35.0-r17.trigger [2023-03-21T23:19:31.327Z] Executing eudev-3.2.11-r0.trigger [2023-03-21T23:19:31.327Z] OK: 101 MiB in 97 packages [2023-03-21T23:19:33.234Z] Removing intermediate container 5aad172ef26b [2023-03-21T23:19:33.234Z] ---> a9c07f1e0f73 [2023-03-21T23:19:33.234Z] Step 18/35 : WORKDIR / [2023-03-21T23:19:33.234Z] ---> Running in 435923ae7d47 [2023-03-21T23:19:33.493Z] Removing intermediate container 435923ae7d47 [2023-03-21T23:19:33.493Z] ---> b23471acc1d3 [2023-03-21T23:19:33.493Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-21T23:19:34.059Z] ---> 43926ca0e4a0 [2023-03-21T23:19:34.059Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-21T23:19:34.059Z] ---> ca4a5b81e125 [2023-03-21T23:19:34.059Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-21T23:19:34.319Z] ---> 4aa2bebed9a9 [2023-03-21T23:19:34.319Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-21T23:19:34.578Z] ---> 4846f7434184 [2023-03-21T23:19:34.578Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-21T23:19:34.578Z] ---> d29ef31de9c8 [2023-03-21T23:19:34.578Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-21T23:19:34.578Z] ---> 3dce59e5b7d5 [2023-03-21T23:19:34.578Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-21T23:19:35.511Z] ---> 0f7568455fb9 [2023-03-21T23:19:35.511Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-21T23:19:35.511Z] ---> Running in 841b22071662 [2023-03-21T23:19:36.076Z] Removing intermediate container 841b22071662 [2023-03-21T23:19:36.076Z] ---> 9b63ad8c03c0 [2023-03-21T23:19:36.076Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-21T23:19:36.076Z] ---> Running in f099f878185b [2023-03-21T23:19:36.643Z] Removing intermediate container f099f878185b [2023-03-21T23:19:36.643Z] ---> 270a3be99c43 [2023-03-21T23:19:36.643Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-21T23:19:36.643Z] ---> Running in 71a5cee438f4 [2023-03-21T23:19:37.207Z] Removing intermediate container 71a5cee438f4 [2023-03-21T23:19:37.207Z] ---> 0e7efaeed2ed [2023-03-21T23:19:37.207Z] Step 29/35 : EXPOSE 59983 [2023-03-21T23:19:37.207Z] ---> Running in 3e661adb1726 [2023-03-21T23:19:37.207Z] Removing intermediate container 3e661adb1726 [2023-03-21T23:19:37.207Z] ---> dba26fb6dc61 [2023-03-21T23:19:37.207Z] Step 30/35 : EXPOSE 8554 [2023-03-21T23:19:37.207Z] ---> Running in a5d52d1afa45 [2023-03-21T23:19:37.207Z] Removing intermediate container a5d52d1afa45 [2023-03-21T23:19:37.207Z] ---> 7664be14ab42 [2023-03-21T23:19:37.207Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-21T23:19:37.207Z] ---> Running in 5fe70057293b [2023-03-21T23:19:37.465Z] Removing intermediate container 5fe70057293b [2023-03-21T23:19:37.465Z] ---> 0c852877b316 [2023-03-21T23:19:37.465Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-03-21T23:19:37.465Z] ---> Running in 1b1be7eb93ef [2023-03-21T23:19:37.465Z] Removing intermediate container 1b1be7eb93ef [2023-03-21T23:19:37.465Z] ---> 6389d1384c43 [2023-03-21T23:19:37.465Z] Step 33/35 : LABEL arch=amd64 [2023-03-21T23:19:37.465Z] ---> Running in 0a9bc8a594dd [2023-03-21T23:19:37.465Z] Removing intermediate container 0a9bc8a594dd [2023-03-21T23:19:37.465Z] ---> 5c32e0198731 [2023-03-21T23:19:37.465Z] Step 34/35 : LABEL git_sha=1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:19:37.465Z] ---> Running in 1689b694690b [2023-03-21T23:19:37.723Z] Removing intermediate container 1689b694690b [2023-03-21T23:19:37.723Z] ---> a00a48e572cb [2023-03-21T23:19:37.723Z] Step 35/35 : LABEL version=2.3.1-dev.4 [2023-03-21T23:19:37.723Z] ---> Running in 32ac3c0c629d [2023-03-21T23:19:37.723Z] Removing intermediate container 32ac3c0c629d [2023-03-21T23:19:37.723Z] ---> a5d28a22cf93 [2023-03-21T23:19:37.723Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-21T23:19:37.723Z] Successfully built a5d28a22cf93 [2023-03-21T23:19:37.723Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:19:37.794Z] provisioning config files... [2023-03-21T23:19:37.802Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config17803046216601348955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:19:38.100Z] ---> docker-login.sh [2023-03-21T23:19:38.101Z] nexus3.edgexfoundry.org:10001 [2023-03-21T23:19:38.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:19:38.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:19:38.101Z] Configure a credential helper to remove this warning. See [2023-03-21T23:19:38.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:19:38.101Z] [2023-03-21T23:19:38.101Z] Login Succeeded [2023-03-21T23:19:38.101Z] nexus3.edgexfoundry.org:10002 [2023-03-21T23:19:38.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:19:38.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:19:38.101Z] Configure a credential helper to remove this warning. See [2023-03-21T23:19:38.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:19:38.101Z] [2023-03-21T23:19:38.101Z] Login Succeeded [2023-03-21T23:19:38.101Z] nexus3.edgexfoundry.org:10003 [2023-03-21T23:19:38.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:19:38.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:19:38.360Z] Configure a credential helper to remove this warning. See [2023-03-21T23:19:38.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:19:38.360Z] [2023-03-21T23:19:38.360Z] Login Succeeded [2023-03-21T23:19:38.360Z] nexus3.edgexfoundry.org:10004 [2023-03-21T23:19:38.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:19:38.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:19:38.360Z] Configure a credential helper to remove this warning. See [2023-03-21T23:19:38.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:19:38.360Z] [2023-03-21T23:19:38.360Z] Login Succeeded [2023-03-21T23:19:38.360Z] docker.io [2023-03-21T23:19:38.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:19:38.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:19:38.618Z] Configure a credential helper to remove this warning. See [2023-03-21T23:19:38.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:19:38.618Z] [2023-03-21T23:19:38.618Z] Login Succeeded [2023-03-21T23:19:38.618Z] ---> docker-login.sh ends [Pipeline] } [2023-03-21T23:19:38.625Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-21T23:19:38.659Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:19:38.683Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2023-03-21T23:19:38.683Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:19:38.683Z] latest [2023-03-21T23:19:38.683Z] 2.3.1-dev.4 [2023-03-21T23:19:38.683Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:19:38.683Z] levski [2023-03-21T23:19:38.683Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:39.001Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:39.302Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:19:39.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-21T23:19:39.303Z] 91f26a173fbb: Preparing [2023-03-21T23:19:39.303Z] 5eb1bfbfb09f: Preparing [2023-03-21T23:19:39.303Z] 1612cd2fa134: Preparing [2023-03-21T23:19:39.303Z] 3827b5b91e75: Preparing [2023-03-21T23:19:39.303Z] acc83c6ca332: Preparing [2023-03-21T23:19:39.303Z] 5db60b38497a: Preparing [2023-03-21T23:19:39.303Z] cec894770b38: Preparing [2023-03-21T23:19:39.303Z] 7c481166bfcf: Preparing [2023-03-21T23:19:39.303Z] 49ac45f10422: Preparing [2023-03-21T23:19:39.303Z] 27fd33e164b8: Preparing [2023-03-21T23:19:39.303Z] 9b29c9aa5d23: Preparing [2023-03-21T23:19:39.303Z] aa5968d388b8: Preparing [2023-03-21T23:19:39.303Z] 49ac45f10422: Waiting [2023-03-21T23:19:39.303Z] 27fd33e164b8: Waiting [2023-03-21T23:19:39.303Z] 9b29c9aa5d23: Waiting [2023-03-21T23:19:39.303Z] 5db60b38497a: Waiting [2023-03-21T23:19:39.303Z] 7c481166bfcf: Waiting [2023-03-21T23:19:39.303Z] cec894770b38: Waiting [2023-03-21T23:19:39.303Z] 5eb1bfbfb09f: Pushed [2023-03-21T23:19:39.303Z] 91f26a173fbb: Pushed [2023-03-21T23:19:39.303Z] acc83c6ca332: Pushed [2023-03-21T23:19:39.303Z] 1612cd2fa134: Pushed [2023-03-21T23:19:39.562Z] 49ac45f10422: Pushed [2023-03-21T23:19:39.562Z] 7c481166bfcf: Pushed [2023-03-21T23:19:39.562Z] 5db60b38497a: Pushed [2023-03-21T23:19:39.562Z] cec894770b38: Pushed [2023-03-21T23:19:39.562Z] aa5968d388b8: Layer already exists [2023-03-21T23:19:42.146Z] 3827b5b91e75: Pushed [2023-03-21T23:19:42.406Z] 27fd33e164b8: Pushed [2023-03-21T23:19:48.972Z] 9b29c9aa5d23: Pushed [2023-03-21T23:19:48.972Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291: digest: sha256:ab54d31e9adaf0e87bc9ed176b746b0eec15294dbda730834f777936b92f093e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:49.275Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:49.577Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-21T23:19:49.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-21T23:19:49.577Z] 91f26a173fbb: Preparing [2023-03-21T23:19:49.577Z] 5eb1bfbfb09f: Preparing [2023-03-21T23:19:49.577Z] 1612cd2fa134: Preparing [2023-03-21T23:19:49.577Z] 3827b5b91e75: Preparing [2023-03-21T23:19:49.577Z] acc83c6ca332: Preparing [2023-03-21T23:19:49.577Z] 5db60b38497a: Preparing [2023-03-21T23:19:49.577Z] cec894770b38: Preparing [2023-03-21T23:19:49.577Z] 7c481166bfcf: Preparing [2023-03-21T23:19:49.577Z] 49ac45f10422: Preparing [2023-03-21T23:19:49.577Z] 27fd33e164b8: Preparing [2023-03-21T23:19:49.577Z] 9b29c9aa5d23: Preparing [2023-03-21T23:19:49.577Z] aa5968d388b8: Preparing [2023-03-21T23:19:49.577Z] 5db60b38497a: Waiting [2023-03-21T23:19:49.577Z] 9b29c9aa5d23: Waiting [2023-03-21T23:19:49.577Z] aa5968d388b8: Waiting [2023-03-21T23:19:49.577Z] 7c481166bfcf: Waiting [2023-03-21T23:19:49.577Z] cec894770b38: Waiting [2023-03-21T23:19:49.577Z] 49ac45f10422: Waiting [2023-03-21T23:19:49.577Z] 27fd33e164b8: Waiting [2023-03-21T23:19:49.577Z] 1612cd2fa134: Layer already exists [2023-03-21T23:19:49.577Z] 5eb1bfbfb09f: Layer already exists [2023-03-21T23:19:49.577Z] 91f26a173fbb: Layer already exists [2023-03-21T23:19:49.577Z] 3827b5b91e75: Layer already exists [2023-03-21T23:19:49.577Z] acc83c6ca332: Layer already exists [2023-03-21T23:19:49.577Z] 5db60b38497a: Layer already exists [2023-03-21T23:19:49.577Z] cec894770b38: Layer already exists [2023-03-21T23:19:49.577Z] 27fd33e164b8: Layer already exists [2023-03-21T23:19:49.577Z] 49ac45f10422: Layer already exists [2023-03-21T23:19:49.577Z] 7c481166bfcf: Layer already exists [2023-03-21T23:19:49.577Z] 9b29c9aa5d23: Layer already exists [2023-03-21T23:19:49.577Z] aa5968d388b8: Layer already exists [2023-03-21T23:19:49.577Z] latest: digest: sha256:ab54d31e9adaf0e87bc9ed176b746b0eec15294dbda730834f777936b92f093e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:49.884Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:50.187Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.1-dev.4 [2023-03-21T23:19:50.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-21T23:19:50.187Z] 91f26a173fbb: Preparing [2023-03-21T23:19:50.187Z] 5eb1bfbfb09f: Preparing [2023-03-21T23:19:50.187Z] 1612cd2fa134: Preparing [2023-03-21T23:19:50.187Z] 3827b5b91e75: Preparing [2023-03-21T23:19:50.187Z] acc83c6ca332: Preparing [2023-03-21T23:19:50.187Z] 5db60b38497a: Preparing [2023-03-21T23:19:50.187Z] cec894770b38: Preparing [2023-03-21T23:19:50.187Z] 7c481166bfcf: Preparing [2023-03-21T23:19:50.187Z] 49ac45f10422: Preparing [2023-03-21T23:19:50.187Z] 27fd33e164b8: Preparing [2023-03-21T23:19:50.187Z] 9b29c9aa5d23: Preparing [2023-03-21T23:19:50.187Z] aa5968d388b8: Preparing [2023-03-21T23:19:50.187Z] 7c481166bfcf: Waiting [2023-03-21T23:19:50.187Z] 49ac45f10422: Waiting [2023-03-21T23:19:50.187Z] 9b29c9aa5d23: Waiting [2023-03-21T23:19:50.187Z] 27fd33e164b8: Waiting [2023-03-21T23:19:50.187Z] aa5968d388b8: Waiting [2023-03-21T23:19:50.187Z] 5db60b38497a: Waiting [2023-03-21T23:19:50.187Z] cec894770b38: Waiting [2023-03-21T23:19:50.187Z] 91f26a173fbb: Layer already exists [2023-03-21T23:19:50.187Z] 5eb1bfbfb09f: Layer already exists [2023-03-21T23:19:50.187Z] acc83c6ca332: Layer already exists [2023-03-21T23:19:50.187Z] 1612cd2fa134: Layer already exists [2023-03-21T23:19:50.187Z] 3827b5b91e75: Layer already exists [2023-03-21T23:19:50.187Z] 5db60b38497a: Layer already exists [2023-03-21T23:19:50.187Z] cec894770b38: Layer already exists [2023-03-21T23:19:50.187Z] 7c481166bfcf: Layer already exists [2023-03-21T23:19:50.187Z] 49ac45f10422: Layer already exists [2023-03-21T23:19:50.187Z] 27fd33e164b8: Layer already exists [2023-03-21T23:19:50.187Z] 9b29c9aa5d23: Layer already exists [2023-03-21T23:19:50.187Z] aa5968d388b8: Layer already exists [2023-03-21T23:19:50.187Z] 2.3.1-dev.4: digest: sha256:ab54d31e9adaf0e87bc9ed176b746b0eec15294dbda730834f777936b92f093e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:50.493Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:50.797Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:19:50.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-21T23:19:50.797Z] 91f26a173fbb: Preparing [2023-03-21T23:19:50.797Z] 5eb1bfbfb09f: Preparing [2023-03-21T23:19:50.797Z] 1612cd2fa134: Preparing [2023-03-21T23:19:50.797Z] 3827b5b91e75: Preparing [2023-03-21T23:19:50.797Z] acc83c6ca332: Preparing [2023-03-21T23:19:50.797Z] 5db60b38497a: Preparing [2023-03-21T23:19:50.797Z] cec894770b38: Preparing [2023-03-21T23:19:50.797Z] 7c481166bfcf: Preparing [2023-03-21T23:19:50.797Z] 49ac45f10422: Preparing [2023-03-21T23:19:50.797Z] 27fd33e164b8: Preparing [2023-03-21T23:19:50.797Z] 9b29c9aa5d23: Preparing [2023-03-21T23:19:50.797Z] aa5968d388b8: Preparing [2023-03-21T23:19:50.797Z] cec894770b38: Waiting [2023-03-21T23:19:50.797Z] 9b29c9aa5d23: Waiting [2023-03-21T23:19:50.797Z] 7c481166bfcf: Waiting [2023-03-21T23:19:50.797Z] 27fd33e164b8: Waiting [2023-03-21T23:19:50.797Z] aa5968d388b8: Waiting [2023-03-21T23:19:50.797Z] 5db60b38497a: Waiting [2023-03-21T23:19:50.797Z] 91f26a173fbb: Layer already exists [2023-03-21T23:19:50.797Z] acc83c6ca332: Layer already exists [2023-03-21T23:19:50.797Z] 1612cd2fa134: Layer already exists [2023-03-21T23:19:50.797Z] 3827b5b91e75: Layer already exists [2023-03-21T23:19:50.797Z] 5eb1bfbfb09f: Layer already exists [2023-03-21T23:19:50.797Z] 7c481166bfcf: Layer already exists [2023-03-21T23:19:50.797Z] 5db60b38497a: Layer already exists [2023-03-21T23:19:50.797Z] 49ac45f10422: Layer already exists [2023-03-21T23:19:50.797Z] cec894770b38: Layer already exists [2023-03-21T23:19:50.797Z] 27fd33e164b8: Layer already exists [2023-03-21T23:19:50.797Z] aa5968d388b8: Layer already exists [2023-03-21T23:19:50.797Z] 9b29c9aa5d23: Layer already exists [2023-03-21T23:19:50.797Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4: digest: sha256:ab54d31e9adaf0e87bc9ed176b746b0eec15294dbda730834f777936b92f093e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:51.103Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:levski [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:51.409Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:levski [2023-03-21T23:19:51.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2023-03-21T23:19:51.409Z] 91f26a173fbb: Preparing [2023-03-21T23:19:51.409Z] 5eb1bfbfb09f: Preparing [2023-03-21T23:19:51.409Z] 1612cd2fa134: Preparing [2023-03-21T23:19:51.409Z] 3827b5b91e75: Preparing [2023-03-21T23:19:51.409Z] acc83c6ca332: Preparing [2023-03-21T23:19:51.409Z] 5db60b38497a: Preparing [2023-03-21T23:19:51.409Z] cec894770b38: Preparing [2023-03-21T23:19:51.409Z] 7c481166bfcf: Preparing [2023-03-21T23:19:51.409Z] 49ac45f10422: Preparing [2023-03-21T23:19:51.409Z] 27fd33e164b8: Preparing [2023-03-21T23:19:51.409Z] 9b29c9aa5d23: Preparing [2023-03-21T23:19:51.409Z] aa5968d388b8: Preparing [2023-03-21T23:19:51.409Z] 7c481166bfcf: Waiting [2023-03-21T23:19:51.409Z] 9b29c9aa5d23: Waiting [2023-03-21T23:19:51.409Z] aa5968d388b8: Waiting [2023-03-21T23:19:51.409Z] 27fd33e164b8: Waiting [2023-03-21T23:19:51.409Z] 49ac45f10422: Waiting [2023-03-21T23:19:51.409Z] 5db60b38497a: Waiting [2023-03-21T23:19:51.409Z] cec894770b38: Waiting [2023-03-21T23:19:51.409Z] acc83c6ca332: Layer already exists [2023-03-21T23:19:51.409Z] 1612cd2fa134: Layer already exists [2023-03-21T23:19:51.409Z] 3827b5b91e75: Layer already exists [2023-03-21T23:19:51.409Z] 91f26a173fbb: Layer already exists [2023-03-21T23:19:51.409Z] 5eb1bfbfb09f: Layer already exists [2023-03-21T23:19:51.409Z] 5db60b38497a: Layer already exists [2023-03-21T23:19:51.409Z] cec894770b38: Layer already exists [2023-03-21T23:19:51.409Z] 27fd33e164b8: Layer already exists [2023-03-21T23:19:51.409Z] 9b29c9aa5d23: Layer already exists [2023-03-21T23:19:51.409Z] 7c481166bfcf: Layer already exists [2023-03-21T23:19:51.409Z] 49ac45f10422: Layer already exists [2023-03-21T23:19:51.409Z] aa5968d388b8: Layer already exists [2023-03-21T23:19:51.409Z] levski: digest: sha256:ab54d31e9adaf0e87bc9ed176b746b0eec15294dbda730834f777936b92f093e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-21T23:19:51.454Z] ===================================================== [Pipeline] echo [2023-03-21T23:19:51.463Z] taggedImages: [2023-03-21T23:19:51.463Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:19:51.463Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2023-03-21T23:19:51.463Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:2.3.1-dev.4 [2023-03-21T23:19:51.463Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:19:51.463Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:levski [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:51.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-21T23:19:51.842Z] [2023-03-21T23:19:51.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:19:52.144Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-21T23:19:52.144Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-21T23:19:52.144Z] 5eb5b503b376: Pulling fs layer [2023-03-21T23:19:52.144Z] 5c69ac0246d0: Pulling fs layer [2023-03-21T23:19:52.144Z] ec43610c2a17: Pulling fs layer [2023-03-21T23:19:52.144Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-21T23:19:52.144Z] 33b1e0a273af: Pulling fs layer [2023-03-21T23:19:52.144Z] 5d3b04190fa2: Pulling fs layer [2023-03-21T23:19:52.144Z] 3a2ae6a8a46f: Waiting [2023-03-21T23:19:52.144Z] 2f39f015ded8: Pulling fs layer [2023-03-21T23:19:52.144Z] 5d3b04190fa2: Waiting [2023-03-21T23:19:52.144Z] 5c69ac0246d0: Verifying Checksum [2023-03-21T23:19:52.144Z] 5c69ac0246d0: Download complete [2023-03-21T23:19:52.144Z] 3a2ae6a8a46f: Download complete [2023-03-21T23:19:52.403Z] 33b1e0a273af: Verifying Checksum [2023-03-21T23:19:52.403Z] 33b1e0a273af: Download complete [2023-03-21T23:19:52.403Z] ec43610c2a17: Verifying Checksum [2023-03-21T23:19:52.403Z] ec43610c2a17: Download complete [2023-03-21T23:19:52.403Z] 5d3b04190fa2: Verifying Checksum [2023-03-21T23:19:52.403Z] 5d3b04190fa2: Download complete [2023-03-21T23:19:52.403Z] 5eb5b503b376: Verifying Checksum [2023-03-21T23:19:52.403Z] 5eb5b503b376: Download complete [2023-03-21T23:19:53.339Z] 2f39f015ded8: Download complete [2023-03-21T23:19:53.906Z] 5eb5b503b376: Pull complete [2023-03-21T23:19:53.906Z] 5c69ac0246d0: Pull complete [2023-03-21T23:19:54.475Z] ec43610c2a17: Pull complete [2023-03-21T23:19:54.475Z] 3a2ae6a8a46f: Pull complete [2023-03-21T23:19:54.733Z] 33b1e0a273af: Pull complete [2023-03-21T23:19:54.733Z] 5d3b04190fa2: Pull complete [2023-03-21T23:20:00.014Z] 2f39f015ded8: Pull complete [2023-03-21T23:20:00.014Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-21T23:20:00.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-21T23:20:00.014Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:20:00.096Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:20:00.129Z] $ 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/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-21T23:20:02.918Z] $ docker top 17e16e2e116d2faf04ccce3686311e9493d1601493b1bef01549f7cae7690001 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:20:03.279Z] ---> job-cost.sh [2023-03-21T23:20:03.280Z] lf-activate-venv: SKIPPING [2023-03-21T23:20:03.280Z] INFO: No Stack... [2023-03-21T23:20:03.846Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-21T23:20:04.107Z] INFO: Archiving Costs [Pipeline] sh [2023-03-21T23:20:04.394Z] + cat /w/workspace/foundry_device-usb-camera_levski/archives/cost.csv [2023-03-21T23:20:04.394Z] + cut -d, -f6 [Pipeline] lock [2023-03-21T23:20:04.407Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [2023-03-21T23:20:04.413Z] Resource [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] did not exist. Created. [2023-03-21T23:20:04.413Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-21T23:20:04.723Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-21T23:20:04.751Z] Stashed 1 file(s) [Pipeline] } [2023-03-21T23:20:04.757Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-21T23:20:04.780Z] $ docker stop --time=1 17e16e2e116d2faf04ccce3686311e9493d1601493b1bef01549f7cae7690001 [2023-03-21T23:20:05.941Z] $ docker rm -f --volumes 17e16e2e116d2faf04ccce3686311e9493d1601493b1bef01549f7cae7690001 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-21T23:20:42.430Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4990 in /w/workspace/foundry_device-usb-camera_levski [Pipeline] { [Pipeline] ws [2023-03-21T23:20:42.441Z] Running in /w/workspace/device-usb-camera/4 [Pipeline] { [Pipeline] checkout [2023-03-21T23:20:42.477Z] Selected Git installation does not exist. Using Default [2023-03-21T23:20:42.477Z] The recommended git tool is: NONE [2023-03-21T23:20:48.694Z] using credential edgex-jenkins-ssh [2023-03-21T23:20:48.731Z] Cloning the remote Git repository [2023-03-21T23:20:48.797Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-03-21T23:20:48.925Z] > git init /w/workspace/device-usb-camera/4 # timeout=10 [2023-03-21T23:20:49.109Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-03-21T23:20:49.111Z] > git --version # timeout=10 [2023-03-21T23:20:49.140Z] > git --version # 'git version 2.25.1' [2023-03-21T23:20:49.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-21T23:20:49.333Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-21T23:20:52.406Z] Avoid second fetch [2023-03-21T23:20:52.407Z] Checking out Revision 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 (levski) [2023-03-21T23:20:51.462Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-03-21T23:20:51.489Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-21T23:20:52.428Z] > git config core.sparsecheckout # timeout=10 [2023-03-21T23:20:52.518Z] > git checkout -f 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 # timeout=10 [2023-03-21T23:20:53.024Z] Commit message: "fix: device-sdk levski patch stable tag added (#197)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-21T23:20:53.889Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-21T23:20:53.889Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-21T23:20:53.889Z] Dload Upload Total Spent Left Speed [2023-03-21T23:20:53.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 230k 0 --:--:-- --:--:-- --:--:-- 234k [Pipeline] sh [2023-03-21T23:20:54.489Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-21T23:20:54.824Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-21T23:20:54.824Z] + sudo tee /etc/docker/daemon.new [2023-03-21T23:20:54.824Z] { [2023-03-21T23:20:54.824Z] "registry-mirrors": [ [2023-03-21T23:20:54.824Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-21T23:20:54.824Z] ], [2023-03-21T23:20:54.824Z] "bip": "10.250.0.254/24", [2023-03-21T23:20:54.824Z] "hosts": [ [2023-03-21T23:20:54.824Z] "tcp://0.0.0.0:5555", [2023-03-21T23:20:54.824Z] "unix:///var/run/docker.sock" [2023-03-21T23:20:54.824Z] ], [2023-03-21T23:20:54.824Z] "mtu": 1458, [2023-03-21T23:20:54.824Z] "selinux-enabled": true, [2023-03-21T23:20:54.824Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-21T23:20:54.824Z] } [Pipeline] sh [2023-03-21T23:20:55.157Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-21T23:20:55.504Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:21:13.793Z] provisioning config files... [2023-03-21T23:21:13.828Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/4@tmp/config498452660946951405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:21:14.205Z] ---> docker-login.sh [2023-03-21T23:21:14.205Z] nexus3.edgexfoundry.org:10001 [2023-03-21T23:21:14.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:21:14.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:21:14.802Z] Configure a credential helper to remove this warning. See [2023-03-21T23:21:14.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:21:14.802Z] [2023-03-21T23:21:14.802Z] Login Succeeded [2023-03-21T23:21:14.802Z] nexus3.edgexfoundry.org:10002 [2023-03-21T23:21:15.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:21:15.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:21:15.348Z] Configure a credential helper to remove this warning. See [2023-03-21T23:21:15.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:21:15.348Z] [2023-03-21T23:21:15.348Z] Login Succeeded [2023-03-21T23:21:15.348Z] nexus3.edgexfoundry.org:10003 [2023-03-21T23:21:15.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:21:15.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:21:15.624Z] Configure a credential helper to remove this warning. See [2023-03-21T23:21:15.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:21:15.624Z] [2023-03-21T23:21:15.624Z] Login Succeeded [2023-03-21T23:21:15.624Z] nexus3.edgexfoundry.org:10004 [2023-03-21T23:21:15.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:21:16.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:21:16.176Z] Configure a credential helper to remove this warning. See [2023-03-21T23:21:16.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:21:16.176Z] [2023-03-21T23:21:16.176Z] Login Succeeded [2023-03-21T23:21:16.176Z] docker.io [2023-03-21T23:21:16.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:21:16.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:21:16.720Z] Configure a credential helper to remove this warning. See [2023-03-21T23:21:16.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:21:16.720Z] [2023-03-21T23:21:16.720Z] Login Succeeded [2023-03-21T23:21:16.720Z] ---> docker-login.sh ends [Pipeline] } [2023-03-21T23:21:16.739Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-21T23:21:17.981Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:21:17.998Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:21:18.008Z] ========================================================= [2023-03-21T23:21:18.008Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-21T23:21:18.008Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:21:18.379Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-03-21T23:21:18.652Z] Sending build context to Docker daemon 1.192MB [2023-03-21T23:21:18.652Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-03-21T23:21:18.652Z] Step 2/13 : FROM ${BASE} AS builder [2023-03-21T23:21:18.927Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-21T23:21:18.927Z] 9b18e9b68314: Pulling fs layer [2023-03-21T23:21:18.927Z] 35d82f9e3411: Pulling fs layer [2023-03-21T23:21:18.927Z] e16973657156: Pulling fs layer [2023-03-21T23:21:18.927Z] fc693d55d65f: Pulling fs layer [2023-03-21T23:21:18.927Z] 7e9fc2657dce: Pulling fs layer [2023-03-21T23:21:18.927Z] dda99020689f: Pulling fs layer [2023-03-21T23:21:18.927Z] db1c61fa0a46: Pulling fs layer [2023-03-21T23:21:18.927Z] 891c053d2c06: Pulling fs layer [2023-03-21T23:21:18.927Z] fc693d55d65f: Waiting [2023-03-21T23:21:18.927Z] 7e9fc2657dce: Waiting [2023-03-21T23:21:18.927Z] dda99020689f: Waiting [2023-03-21T23:21:18.927Z] 891c053d2c06: Waiting [2023-03-21T23:21:18.927Z] db1c61fa0a46: Waiting [2023-03-21T23:21:18.927Z] e16973657156: Download complete [2023-03-21T23:21:18.927Z] 35d82f9e3411: Verifying Checksum [2023-03-21T23:21:18.927Z] 35d82f9e3411: Download complete [2023-03-21T23:21:18.927Z] 7e9fc2657dce: Verifying Checksum [2023-03-21T23:21:18.927Z] 7e9fc2657dce: Download complete [2023-03-21T23:21:18.927Z] dda99020689f: Verifying Checksum [2023-03-21T23:21:18.927Z] dda99020689f: Download complete [2023-03-21T23:21:19.204Z] 9b18e9b68314: Verifying Checksum [2023-03-21T23:21:20.202Z] 9b18e9b68314: Pull complete [2023-03-21T23:21:20.496Z] 891c053d2c06: Verifying Checksum [2023-03-21T23:21:20.496Z] 891c053d2c06: Download complete [2023-03-21T23:21:20.774Z] 35d82f9e3411: Pull complete [2023-03-21T23:21:21.047Z] e16973657156: Pull complete [2023-03-21T23:21:21.645Z] db1c61fa0a46: Verifying Checksum [2023-03-21T23:21:21.645Z] db1c61fa0a46: Download complete [2023-03-21T23:21:22.236Z] fc693d55d65f: Verifying Checksum [2023-03-21T23:21:22.236Z] fc693d55d65f: Download complete [2023-03-21T23:21:34.582Z] fc693d55d65f: Pull complete [2023-03-21T23:21:35.193Z] 7e9fc2657dce: Pull complete [2023-03-21T23:21:35.465Z] dda99020689f: Pull complete [2023-03-21T23:21:42.280Z] db1c61fa0a46: Pull complete [2023-03-21T23:21:44.309Z] 891c053d2c06: Pull complete [2023-03-21T23:21:44.309Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-21T23:21:44.309Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-21T23:21:44.309Z] ---> f96f9c87975a [2023-03-21T23:21:44.309Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-03-21T23:21:46.270Z] ---> Running in eb7ad857743e [2023-03-21T23:21:46.550Z] Removing intermediate container eb7ad857743e [2023-03-21T23:21:46.550Z] ---> e602d1197e5f [2023-03-21T23:21:46.550Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-21T23:21:46.820Z] ---> Running in ad96327adcce [2023-03-21T23:21:47.090Z] Removing intermediate container ad96327adcce [2023-03-21T23:21:47.090Z] ---> b6dc97e94592 [2023-03-21T23:21:47.090Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-03-21T23:21:47.090Z] ---> Running in dfcf8f4671fa [2023-03-21T23:21:47.362Z] Removing intermediate container dfcf8f4671fa [2023-03-21T23:21:47.362Z] ---> 69a2d49de725 [2023-03-21T23:21:47.362Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-21T23:21:47.634Z] ---> Running in 9b878754eca8 [2023-03-21T23:21:47.905Z] Removing intermediate container 9b878754eca8 [2023-03-21T23:21:47.905Z] ---> f16a00e55100 [2023-03-21T23:21:47.905Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-21T23:21:47.905Z] ---> Running in 1140a81b0f54 [2023-03-21T23:21:49.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-21T23:21:49.601Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-21T23:21:50.572Z] (1/14) Installing libintl (0.21-r2) [2023-03-21T23:21:50.572Z] (2/14) Installing eudev-libs (3.2.11-r0) [2023-03-21T23:21:50.572Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2023-03-21T23:21:50.572Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2023-03-21T23:21:50.572Z] (5/14) Installing v4l-utils (1.22.1-r1) [2023-03-21T23:21:50.572Z] (6/14) Installing udev-init-scripts (35-r0) [2023-03-21T23:21:50.572Z] Executing udev-init-scripts-35-r0.post-install [2023-03-21T23:21:50.572Z] (7/14) Installing libblkid (2.38-r1) [2023-03-21T23:21:50.572Z] (8/14) Installing xz-libs (5.2.5-r1) [2023-03-21T23:21:50.848Z] (9/14) Installing zstd-libs (1.5.2-r1) [2023-03-21T23:21:50.848Z] (10/14) Installing kmod-libs (29-r2) [2023-03-21T23:21:50.848Z] (11/14) Installing eudev (3.2.11-r0) [2023-03-21T23:21:50.848Z] (12/14) Installing eudev-dev (3.2.11-r0) [2023-03-21T23:21:50.848Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2023-03-21T23:21:50.848Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2023-03-21T23:21:50.848Z] Executing busybox-1.35.0-r17.trigger [2023-03-21T23:21:50.848Z] Executing eudev-3.2.11-r0.trigger [2023-03-21T23:21:50.848Z] OK: 228 MiB in 65 packages [2023-03-21T23:21:52.271Z] Removing intermediate container 1140a81b0f54 [2023-03-21T23:21:52.271Z] ---> 6189b359fda9 [2023-03-21T23:21:52.271Z] Step 8/13 : WORKDIR /device-usb-camera [2023-03-21T23:21:52.271Z] ---> Running in c682ea6a2886 [2023-03-21T23:21:52.543Z] Removing intermediate container c682ea6a2886 [2023-03-21T23:21:52.543Z] ---> 5f8d61de9c8f [2023-03-21T23:21:52.543Z] Step 9/13 : COPY go.mod vendor* ./ [2023-03-21T23:21:53.138Z] ---> 374fb2156856 [2023-03-21T23:21:53.138Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-21T23:21:53.138Z] ---> Running in 3e41afb163d9 [2023-03-21T23:22:49.606Z] Removing intermediate container 3e41afb163d9 [2023-03-21T23:22:49.606Z] ---> f5701b5a4e0d [2023-03-21T23:22:49.606Z] Step 11/13 : COPY . . [2023-03-21T23:22:49.606Z] ---> c5efbaa33d0a [2023-03-21T23:22:49.606Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-21T23:22:49.606Z] ---> Running in e99abc5cf96d [2023-03-21T23:22:49.606Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-21T23:22:49.606Z] Dload Upload Total Spent Left Speed [2023-03-21T23:22:49.606Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062  100 1062 0 0 12812 0 --:--:-- --:--:-- --:--:-- 12951 [2023-03-21T23:22:49.606Z] Removing intermediate container e99abc5cf96d [2023-03-21T23:22:49.606Z] ---> 8dd63c80e803 [2023-03-21T23:22:49.606Z] Step 13/13 : RUN ${MAKE} [2023-03-21T23:22:49.606Z] ---> Running in 29bd496fd646 [2023-03-21T23:22:49.872Z] noop [2023-03-21T23:22:50.833Z] Removing intermediate container 29bd496fd646 [2023-03-21T23:22:50.833Z] ---> 1748942d4e3d [2023-03-21T23:22:50.833Z] Successfully built 1748942d4e3d [2023-03-21T23:22:50.833Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:22:51.186Z] + docker inspect -f . ci-base-image-arm64 [2023-03-21T23:22:51.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:22:51.399Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-03-21T23:22:51.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/4 -v /w/workspace/device-usb-camera/4:/w/workspace/device-usb-camera/4:rw,z -v /w/workspace/device-usb-camera/4@tmp:/w/workspace/device-usb-camera/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-21T23:22:52.647Z] $ docker top 2fa80aacad7f7bdee67ad7a50b7f7964e0d8a06dd9eb0b455b33a123936c6e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-21T23:22:53.489Z] + go version [2023-03-21T23:22:53.489Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-21T23:22:53.512Z] $ docker stop --time=1 2fa80aacad7f7bdee67ad7a50b7f7964e0d8a06dd9eb0b455b33a123936c6e01 [2023-03-21T23:22:55.151Z] $ docker rm -f --volumes 2fa80aacad7f7bdee67ad7a50b7f7964e0d8a06dd9eb0b455b33a123936c6e01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:22:55.713Z] + docker inspect -f . ci-base-image-arm64 [2023-03-21T23:22:55.713Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:22:55.900Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-03-21T23:22:55.976Z] $ 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/4 -v /w/workspace/device-usb-camera/4:/w/workspace/device-usb-camera/4:rw,z -v /w/workspace/device-usb-camera/4@tmp:/w/workspace/device-usb-camera/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-21T23:22:57.166Z] $ docker top edd320b3027157db1c7f2540d4e6ee8ea74a88395efd686d2cfbe036263fcaa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-21T23:22:58.000Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/4 [Pipeline] fileExists [Pipeline] sh [2023-03-21T23:22:58.655Z] + make test [2023-03-21T23:22:58.655Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2023-03-21T23:23:00.066Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-03-21T23:24:51.781Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-03-21T23:24:51.781Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.077s coverage: 1.9% of statements [2023-03-21T23:24:51.781Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-21T23:24:51.781Z] CGO_ENABLED=1 go vet ./... [2023-03-21T23:25:13.892Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-21T23:25:13.892Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-21T23:25:13.892Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-21T23:25:13.912Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-21T23:25:13.933Z] $ docker stop --time=1 edd320b3027157db1c7f2540d4e6ee8ea74a88395efd686d2cfbe036263fcaa6 [2023-03-21T23:25:15.718Z] $ docker rm -f --volumes edd320b3027157db1c7f2540d4e6ee8ea74a88395efd686d2cfbe036263fcaa6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-21T23:25:16.694Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-21T23:25:16.719Z] Warning: overwriting stash ‘coverage-report’ [2023-03-21T23:25:17.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-21T23:25:17.673Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-21T23:25:17.995Z] + ls -al . [2023-03-21T23:25:17.995Z] total 200 [2023-03-21T23:25:17.995Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 23:22 . [2023-03-21T23:25:17.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:20 .. [2023-03-21T23:25:17.995Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 23:20 .git [2023-03-21T23:25:17.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:20 .github [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 414 Mar 21 23:20 .gitignore [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 42 Mar 21 23:20 .golangci.yml [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 77 Mar 21 23:20 .hadolint.yml [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 9702 Mar 21 23:20 Attribution.txt [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 6219 Mar 21 23:20 CHANGELOG.md [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 2378 Mar 21 23:20 Dockerfile [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 678 Mar 21 23:20 GOVERNANCE.md [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 23:20 Jenkinsfile [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 11348 Mar 21 23:20 LICENSE [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 2554 Mar 21 23:20 Makefile [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 622 Mar 21 23:20 OWNERS.md [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 5934 Mar 21 23:20 README.md [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 21 23:17 VERSION [2023-03-21T23:25:17.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 23:20 bin [2023-03-21T23:25:17.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:20 cmd [2023-03-21T23:25:17.995Z] -rw-r--r-- 1 jenkins jenkins 30666 Mar 21 23:24 coverage.out [2023-03-21T23:25:17.995Z] -rwxrwxr-x 1 jenkins jenkins 140 Mar 21 23:20 docker-entrypoint.sh [2023-03-21T23:25:17.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:20 docs [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 3573 Mar 21 23:20 go.mod [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 45026 Mar 21 23:20 go.sum [2023-03-21T23:25:17.995Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 23:20 internal [2023-03-21T23:25:17.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 23:20 snap [2023-03-21T23:25:17.995Z] -rw-rw-r-- 1 jenkins jenkins 231 Mar 21 23:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:25:18.333Z] + 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=1e8a9a0bc5fafbcf5b64264498bdde32df42f291 --label arch=arm64 --label version=2.3.1-dev.4 . [2023-03-21T23:25:18.601Z] Sending build context to Docker daemon 1.223MB [2023-03-21T23:25:18.601Z] Step 1/35 : ARG BASE=golang:1.18-alpine3.16 [2023-03-21T23:25:18.601Z] Step 2/35 : FROM ${BASE} AS builder [2023-03-21T23:25:18.601Z] ---> 1748942d4e3d [2023-03-21T23:25:18.601Z] Step 3/35 : ARG ADD_BUILD_TAGS="" [2023-03-21T23:25:18.868Z] ---> Running in d13e929ebe88 [2023-03-21T23:25:19.136Z] Removing intermediate container d13e929ebe88 [2023-03-21T23:25:19.136Z] ---> f4e1077b5620 [2023-03-21T23:25:19.136Z] Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-21T23:25:19.136Z] ---> Running in bf90021a384a [2023-03-21T23:25:19.402Z] Removing intermediate container bf90021a384a [2023-03-21T23:25:19.402Z] ---> fcc8caec3c63 [2023-03-21T23:25:19.402Z] Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2023-03-21T23:25:19.402Z] ---> Running in 262e16598d9e [2023-03-21T23:25:19.986Z] Removing intermediate container 262e16598d9e [2023-03-21T23:25:19.986Z] ---> efa9bd057fa5 [2023-03-21T23:25:19.986Z] Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-03-21T23:25:19.986Z] ---> Running in 95ffec8574e9 [2023-03-21T23:25:20.253Z] Removing intermediate container 95ffec8574e9 [2023-03-21T23:25:20.253Z] ---> bfed2fe5c33d [2023-03-21T23:25:20.253Z] Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-21T23:25:20.253Z] ---> Running in d7ca02e37e10 [2023-03-21T23:25:21.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-21T23:25:21.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-21T23:25:22.778Z] OK: 228 MiB in 65 packages [2023-03-21T23:25:23.745Z] Removing intermediate container d7ca02e37e10 [2023-03-21T23:25:23.745Z] ---> fb0a691c58ad [2023-03-21T23:25:23.745Z] Step 8/35 : WORKDIR /device-usb-camera [2023-03-21T23:25:23.745Z] ---> Running in 8031d0f3ef5f [2023-03-21T23:25:24.015Z] Removing intermediate container 8031d0f3ef5f [2023-03-21T23:25:24.015Z] ---> c4b7e302ff34 [2023-03-21T23:25:24.015Z] Step 9/35 : COPY go.mod vendor* ./ [2023-03-21T23:25:24.603Z] ---> da539512ba56 [2023-03-21T23:25:24.603Z] Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-21T23:25:24.603Z] ---> Running in 2feb17901bd4 [2023-03-21T23:25:28.870Z] Removing intermediate container 2feb17901bd4 [2023-03-21T23:25:28.870Z] ---> 64cf46b2bea6 [2023-03-21T23:25:28.870Z] Step 11/35 : COPY . . [2023-03-21T23:25:29.455Z] ---> 1806409f8c0e [2023-03-21T23:25:29.455Z] Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-03-21T23:25:29.455Z] ---> Running in 2d72b2ae4f72 [2023-03-21T23:25:30.415Z]  % Total % Received % Xferd Average Speed  Time Time Time Current [2023-03-21T23:25:30.415Z] Dload Upload Total Spent Left Speed [2023-03-21T23:25:30.686Z]  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 3673 0 --:--:-- --:--:-- --:--:-- 3687 [2023-03-21T23:25:31.274Z] Removing intermediate container 2d72b2ae4f72 [2023-03-21T23:25:31.274Z] ---> 81d450f96183 [2023-03-21T23:25:31.274Z] Step 13/35 : RUN ${MAKE} [2023-03-21T23:25:31.545Z] ---> Running in 5d1925a5bb13 [2023-03-21T23:25:32.514Z] CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=2.3.1-dev.4 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.1" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2023-03-21T23:28:09.282Z] Removing intermediate container 5d1925a5bb13 [2023-03-21T23:28:09.282Z] ---> 7c7b1d1c4710 [2023-03-21T23:28:09.282Z] Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-03-21T23:28:09.282Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-03-21T23:28:09.282Z] 8766b47fe142: Pulling fs layer [2023-03-21T23:28:09.282Z] 8766b47fe142: Verifying Checksum [2023-03-21T23:28:09.282Z] 8766b47fe142: Download complete [2023-03-21T23:28:09.867Z] 8766b47fe142: Pull complete [2023-03-21T23:28:09.867Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-03-21T23:28:09.867Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-03-21T23:28:09.867Z] ---> 69d40e2cb93c [2023-03-21T23:28:09.867Z] Step 15/35 : FROM alpine:3.16 [2023-03-21T23:28:10.456Z] 3.16: Pulling from library/alpine [2023-03-21T23:28:10.456Z] 3760b48202b3: Pulling fs layer [2023-03-21T23:28:10.724Z] 3760b48202b3: Verifying Checksum [2023-03-21T23:28:10.724Z] 3760b48202b3: Download complete [2023-03-21T23:28:11.314Z] 3760b48202b3: Pull complete [2023-03-21T23:28:11.314Z] Digest: sha256:2cf17aa35fbcb6ece81692a64bfbadaf096590241ed9f95dd5f94f0e9f674784 [2023-03-21T23:28:11.314Z] Status: Downloaded newer image for alpine:3.16 [2023-03-21T23:28:11.314Z] ---> 4c81e5bf8899 [2023-03-21T23:28:11.314Z] Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-03-21T23:28:11.582Z] ---> Running in 9ce8936077d0 [2023-03-21T23:28:11.851Z] Removing intermediate container 9ce8936077d0 [2023-03-21T23:28:11.851Z] ---> e2401d03449d [2023-03-21T23:28:11.851Z] Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2023-03-21T23:28:11.851Z] ---> Running in 75da8d6d5332 [2023-03-21T23:28:13.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-21T23:28:13.266Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-21T23:28:14.676Z] (1/82) Installing dumb-init (1.2.5-r1) [2023-03-21T23:28:14.676Z] (2/82) Installing sdl2 (2.0.22-r0) [2023-03-21T23:28:14.676Z] (3/82) Installing libxau (1.0.9-r0) [2023-03-21T23:28:14.676Z] (4/82) Installing libxdmcp (1.1.3-r0) [2023-03-21T23:28:14.676Z] (5/82) Installing libxcb (1.15-r0) [2023-03-21T23:28:14.676Z] (6/82) Installing libx11 (1.8-r0) [2023-03-21T23:28:14.676Z] (7/82) Installing aom-libs (3.3.0-r0) [2023-03-21T23:28:14.944Z] (8/82) Installing alsa-lib (1.2.7.2-r0) [2023-03-21T23:28:14.944Z] (9/82) Installing expat (2.5.0-r0) [2023-03-21T23:28:14.944Z] (10/82) Installing brotli-libs (1.0.9-r6) [2023-03-21T23:28:14.944Z] (11/82) Installing libbz2 (1.0.8-r1) [2023-03-21T23:28:14.944Z] (12/82) Installing libpng (1.6.37-r1) [2023-03-21T23:28:14.944Z] (13/82) Installing freetype (2.12.1-r0) [2023-03-21T23:28:14.944Z] (14/82) Installing fontconfig (2.14.0-r0) [2023-03-21T23:28:15.211Z] (15/82) Installing fribidi (1.0.12-r0) [2023-03-21T23:28:15.211Z] (16/82) Installing libffi (3.4.2-r1) [2023-03-21T23:28:15.211Z] (17/82) Installing libintl (0.21-r2) [2023-03-21T23:28:15.211Z] (18/82) Installing libblkid (2.38-r1) [2023-03-21T23:28:15.211Z] (19/82) Installing libmount (2.38-r1) [2023-03-21T23:28:15.211Z] (20/82) Installing pcre (8.45-r2) [2023-03-21T23:28:15.211Z] (21/82) Installing glib (2.72.1-r0) [2023-03-21T23:28:15.211Z] (22/82) Installing graphite2 (1.3.14-r1) [2023-03-21T23:28:15.211Z] (23/82) Installing harfbuzz (4.3.0-r0) [2023-03-21T23:28:15.479Z] (24/82) Installing libass (0.16.0-r0) [2023-03-21T23:28:15.479Z] (25/82) Installing libdav1d (1.0.0-r0) [2023-03-21T23:28:15.479Z] (26/82) Installing libdrm (2.4.110-r0) [2023-03-21T23:28:15.479Z] (27/82) Installing gmp (6.2.1-r2) [2023-03-21T23:28:15.479Z] (28/82) Installing nettle (3.7.3-r0) [2023-03-21T23:28:15.479Z] (29/82) Installing p11-kit (0.24.1-r0) [2023-03-21T23:28:15.479Z] (30/82) Installing libtasn1 (4.18.0-r1) [2023-03-21T23:28:15.479Z] (31/82) Installing libunistring (1.0-r0) [2023-03-21T23:28:15.479Z] (32/82) Installing gnutls (3.7.7-r1) [2023-03-21T23:28:15.747Z] (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2023-03-21T23:28:15.747Z] (34/82) Installing ncurses-libs (6.3_p20220521-r0) [2023-03-21T23:28:15.747Z] (35/82) Installing lame (3.100-r0) [2023-03-21T23:28:15.747Z] (36/82) Installing opus (1.3.1-r1) [2023-03-21T23:28:15.747Z] (37/82) Installing libasyncns (0.8-r1) [2023-03-21T23:28:15.747Z] (38/82) Installing dbus-libs (1.14.4-r0) [2023-03-21T23:28:15.747Z] (39/82) Installing libltdl (2.4.7-r0) [2023-03-21T23:28:15.747Z] (40/82) Installing orc (0.4.32-r0) [2023-03-21T23:28:15.747Z] (41/82) Installing libgcc (11.2.1_git20220219-r2) [2023-03-21T23:28:15.747Z] (42/82) Installing libogg (1.3.5-r1) [2023-03-21T23:28:15.747Z] (43/82) Installing libstdc++ (11.2.1_git20220219-r2) [2023-03-21T23:28:15.747Z] (44/82) Installing flac (1.3.4-r0) [2023-03-21T23:28:16.014Z] (45/82) Installing libvorbis (1.3.7-r0) [2023-03-21T23:28:16.014Z] (46/82) Installing libsndfile (1.1.0-r0) [2023-03-21T23:28:16.014Z] (47/82) Installing libgomp (11.2.1_git20220219-r2) [2023-03-21T23:28:16.014Z] (48/82) Installing soxr (0.1.3-r2) [2023-03-21T23:28:16.014Z] (49/82) Installing speexdsp (1.2.0-r0) [2023-03-21T23:28:16.014Z] (50/82) Installing tdb-libs (1.4.6-r0) [2023-03-21T23:28:16.014Z] (51/82) Installing libpulse (15.0-r2) [2023-03-21T23:28:16.014Z] (52/82) Installing cjson (1.7.15-r3) [2023-03-21T23:28:16.014Z] (53/82) Installing mbedtls (2.28.2-r0) [2023-03-21T23:28:16.014Z] (54/82) Installing librist (0.2.6-r1) [2023-03-21T23:28:16.014Z] (55/82) Installing libsrt (1.4.4-r0) [2023-03-21T23:28:16.014Z] (56/82) Installing libssh (0.9.6-r1) [2023-03-21T23:28:16.281Z] (57/82) Installing libtheora (1.1.1-r16) [2023-03-21T23:28:16.281Z] (58/82) Installing libjpeg-turbo (2.1.3-r1) [2023-03-21T23:28:16.281Z] (59/82) Installing v4l-utils-libs (1.22.1-r1) [2023-03-21T23:28:16.281Z] (60/82) Installing libxext (1.3.4-r0) [2023-03-21T23:28:16.281Z] (61/82) Installing libxfixes (6.0.0-r0) [2023-03-21T23:28:16.281Z] (62/82) Installing wayland-libs-client (1.20.0-r0) [2023-03-21T23:28:16.281Z] (63/82) Installing libva (2.14.0-r0) [2023-03-21T23:28:16.281Z] (64/82) Installing libvdpau (1.5-r0) [2023-03-21T23:28:16.281Z] (65/82) Installing vidstab (1.1.0-r1) [2023-03-21T23:28:16.281Z] (66/82) Installing libvpx (1.11.0-r1) [2023-03-21T23:28:16.281Z] (67/82) Installing libwebp (1.2.3-r0) [2023-03-21T23:28:16.281Z] (68/82) Installing x264-libs (0.163_git20210613-r0) [2023-03-21T23:28:16.548Z] (69/82) Installing numactl (2.0.14-r0) [2023-03-21T23:28:16.548Z] (70/82) Installing x265-libs (3.5-r3) [2023-03-21T23:28:16.548Z] (71/82) Installing xvidcore (1.3.7-r1) [2023-03-21T23:28:16.548Z] (72/82) Installing ffmpeg-libs (5.0.1-r1) [2023-03-21T23:28:17.133Z] (73/82) Installing ffmpeg (5.0.1-r1) [2023-03-21T23:28:17.133Z] (74/82) Installing udev-init-scripts (35-r0) [2023-03-21T23:28:17.133Z] Executing udev-init-scripts-35-r0.post-install [2023-03-21T23:28:17.133Z] (75/82) Installing eudev-libs (3.2.11-r0) [2023-03-21T23:28:17.133Z] (76/82) Installing xz-libs (5.2.5-r1) [2023-03-21T23:28:17.133Z] (77/82) Installing zstd-libs (1.5.2-r1) [2023-03-21T23:28:17.133Z] (78/82) Installing kmod-libs (29-r2) [2023-03-21T23:28:17.133Z] (79/82) Installing eudev (3.2.11-r0) [2023-03-21T23:28:17.408Z] (80/82) Installing libsodium (1.0.18-r0) [2023-03-21T23:28:17.408Z] (81/82) Installing libzmq (4.3.4-r0) [2023-03-21T23:28:17.408Z] (82/82) Installing zeromq (4.3.4-r0) [2023-03-21T23:28:17.408Z] Executing busybox-1.35.0-r17.trigger [2023-03-21T23:28:17.408Z] Executing eudev-3.2.11-r0.trigger [2023-03-21T23:28:17.408Z] OK: 78 MiB in 96 packages [2023-03-21T23:28:21.680Z] Removing intermediate container 75da8d6d5332 [2023-03-21T23:28:21.680Z] ---> 666432c55dca [2023-03-21T23:28:21.680Z] Step 18/35 : WORKDIR / [2023-03-21T23:28:21.680Z] ---> Running in a09a87e961ef [2023-03-21T23:28:21.680Z] Removing intermediate container a09a87e961ef [2023-03-21T23:28:21.680Z] ---> fe57a0e6a4a3 [2023-03-21T23:28:21.680Z] Step 19/35 : COPY --from=builder /device-usb-camera/cmd / [2023-03-21T23:28:23.094Z] ---> 67f9083f2bf4 [2023-03-21T23:28:23.094Z] Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / [2023-03-21T23:28:23.680Z] ---> 41f1c76b988b [2023-03-21T23:28:23.680Z] Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-03-21T23:28:24.266Z] ---> 6fafd62015a6 [2023-03-21T23:28:24.266Z] Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-03-21T23:28:24.535Z] ---> 4be5a61b6aef [2023-03-21T23:28:24.535Z] Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-03-21T23:28:25.122Z] ---> 926736400529 [2023-03-21T23:28:25.122Z] Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-03-21T23:28:25.709Z] ---> ea692f1129f9 [2023-03-21T23:28:25.709Z] Step 25/35 : COPY --from=rtsp /rtsp-simple-server / [2023-03-21T23:28:27.124Z] ---> 60ae638fc3db [2023-03-21T23:28:27.124Z] Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-03-21T23:28:27.124Z] ---> Running in 9de95dda98d5 [2023-03-21T23:28:29.083Z] Removing intermediate container 9de95dda98d5 [2023-03-21T23:28:29.083Z] ---> 9877119decb2 [2023-03-21T23:28:29.083Z] Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-03-21T23:28:29.083Z] ---> Running in fffe24956494 [2023-03-21T23:28:32.434Z] Removing intermediate container fffe24956494 [2023-03-21T23:28:32.434Z] ---> c60336519df9 [2023-03-21T23:28:32.434Z] Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-03-21T23:28:32.703Z] ---> Running in 5b0a0cf9feff [2023-03-21T23:28:34.650Z] Removing intermediate container 5b0a0cf9feff [2023-03-21T23:28:34.650Z] ---> ddac5d3ab355 [2023-03-21T23:28:34.650Z] Step 29/35 : EXPOSE 59983 [2023-03-21T23:28:34.650Z] ---> Running in a149ac6686f8 [2023-03-21T23:28:34.650Z] Removing intermediate container a149ac6686f8 [2023-03-21T23:28:34.650Z] ---> 2797a3301e49 [2023-03-21T23:28:34.650Z] Step 30/35 : EXPOSE 8554 [2023-03-21T23:28:34.986Z] ---> Running in 0a7ab80ebaa8 [2023-03-21T23:28:34.986Z] Removing intermediate container 0a7ab80ebaa8 [2023-03-21T23:28:34.986Z] ---> e17d612be435 [2023-03-21T23:28:34.986Z] Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-03-21T23:28:35.285Z] ---> Running in 7e2b610036db [2023-03-21T23:28:35.555Z] Removing intermediate container 7e2b610036db [2023-03-21T23:28:35.555Z] ---> 892a23d82c84 [2023-03-21T23:28:35.555Z] Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2023-03-21T23:28:35.555Z] ---> Running in c9d142f181d9 [2023-03-21T23:28:35.835Z] Removing intermediate container c9d142f181d9 [2023-03-21T23:28:35.835Z] ---> 288b13db1163 [2023-03-21T23:28:35.835Z] Step 33/35 : LABEL arch=arm64 [2023-03-21T23:28:35.835Z] ---> Running in fa406c2436a3 [2023-03-21T23:28:36.423Z] Removing intermediate container fa406c2436a3 [2023-03-21T23:28:36.423Z] ---> 11f16119d665 [2023-03-21T23:28:36.423Z] Step 34/35 : LABEL git_sha=1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:28:36.423Z] ---> Running in 001a0a01712c [2023-03-21T23:28:36.703Z] Removing intermediate container 001a0a01712c [2023-03-21T23:28:36.703Z] ---> 62a7aee9dab4 [2023-03-21T23:28:36.703Z] Step 35/35 : LABEL version=2.3.1-dev.4 [2023-03-21T23:28:36.703Z] ---> Running in 9fcd799caf14 [2023-03-21T23:28:36.977Z] Removing intermediate container 9fcd799caf14 [2023-03-21T23:28:36.977Z] ---> 163754713136 [2023-03-21T23:28:36.977Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-21T23:28:36.977Z] Successfully built 163754713136 [2023-03-21T23:28:36.977Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:28:37.069Z] provisioning config files... [2023-03-21T23:28:37.086Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/4@tmp/config7686659393559286638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:28:37.451Z] ---> docker-login.sh [2023-03-21T23:28:37.451Z] nexus3.edgexfoundry.org:10001 [2023-03-21T23:28:37.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:28:37.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:28:37.720Z] Configure a credential helper to remove this warning. See [2023-03-21T23:28:37.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:28:37.720Z] [2023-03-21T23:28:37.720Z] Login Succeeded [2023-03-21T23:28:37.720Z] nexus3.edgexfoundry.org:10002 [2023-03-21T23:28:37.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:28:37.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:28:37.989Z] Configure a credential helper to remove this warning. See [2023-03-21T23:28:37.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:28:37.989Z] [2023-03-21T23:28:37.989Z] Login Succeeded [2023-03-21T23:28:38.256Z] nexus3.edgexfoundry.org:10003 [2023-03-21T23:28:38.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:28:38.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:28:38.524Z] Configure a credential helper to remove this warning. See [2023-03-21T23:28:38.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:28:38.524Z] [2023-03-21T23:28:38.524Z] Login Succeeded [2023-03-21T23:28:38.524Z] nexus3.edgexfoundry.org:10004 [2023-03-21T23:28:38.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:28:38.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:28:38.794Z] Configure a credential helper to remove this warning. See [2023-03-21T23:28:38.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:28:38.794Z] [2023-03-21T23:28:38.794Z] Login Succeeded [2023-03-21T23:28:38.794Z] docker.io [2023-03-21T23:28:39.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-21T23:28:39.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-21T23:28:39.331Z] Configure a credential helper to remove this warning. See [2023-03-21T23:28:39.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-21T23:28:39.331Z] [2023-03-21T23:28:39.331Z] Login Succeeded [2023-03-21T23:28:39.331Z] ---> docker-login.sh ends [Pipeline] } [2023-03-21T23:28:39.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-21T23:28:39.369Z] [edgeX.isLTS] Checking if [levski] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-21T23:28:39.383Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2023-03-21T23:28:39.383Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:28:39.383Z] latest [2023-03-21T23:28:39.383Z] 2.3.1-dev.4 [2023-03-21T23:28:39.383Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:28:39.383Z] levski [2023-03-21T23:28:39.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:28:39.723Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:28:40.090Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:28:40.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-21T23:28:40.090Z] 685ffbec576e: Preparing [2023-03-21T23:28:40.090Z] 55305ef0e263: Preparing [2023-03-21T23:28:40.090Z] eaa1197e078a: Preparing [2023-03-21T23:28:40.090Z] 608d194cb50c: Preparing [2023-03-21T23:28:40.090Z] acc83c6ca332: Preparing [2023-03-21T23:28:40.090Z] ea5cd3633861: Preparing [2023-03-21T23:28:40.090Z] 0b221babe786: Preparing [2023-03-21T23:28:40.090Z] f030942a0e1e: Preparing [2023-03-21T23:28:40.090Z] b89e7b603848: Preparing [2023-03-21T23:28:40.090Z] 20291b668ad4: Preparing [2023-03-21T23:28:40.090Z] e584264b6a15: Preparing [2023-03-21T23:28:40.090Z] f70ee36035b9: Preparing [2023-03-21T23:28:40.090Z] f030942a0e1e: Waiting [2023-03-21T23:28:40.090Z] b89e7b603848: Waiting [2023-03-21T23:28:40.090Z] 20291b668ad4: Waiting [2023-03-21T23:28:40.090Z] e584264b6a15: Waiting [2023-03-21T23:28:40.090Z] ea5cd3633861: Waiting [2023-03-21T23:28:40.090Z] 0b221babe786: Waiting [2023-03-21T23:28:40.090Z] f70ee36035b9: Waiting [2023-03-21T23:28:40.356Z] 685ffbec576e: Pushed [2023-03-21T23:28:40.356Z] acc83c6ca332: Pushed [2023-03-21T23:28:40.356Z] eaa1197e078a: Pushed [2023-03-21T23:28:40.356Z] 55305ef0e263: Pushed [2023-03-21T23:28:40.632Z] ea5cd3633861: Pushed [2023-03-21T23:28:40.632Z] 0b221babe786: Pushed [2023-03-21T23:28:40.632Z] b89e7b603848: Pushed [2023-03-21T23:28:40.632Z] f030942a0e1e: Pushed [2023-03-21T23:28:40.632Z] f70ee36035b9: Layer already exists [2023-03-21T23:28:47.290Z] 608d194cb50c: Pushed [2023-03-21T23:28:47.290Z] 20291b668ad4: Pushed [2023-03-21T23:28:59.612Z] e584264b6a15: Pushed [2023-03-21T23:28:59.612Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291: digest: sha256:19c27c81e7b44142348389c91966cedfe3a0d22d1dd803f38a50c21f67f7f90e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:28:59.960Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:00.308Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-21T23:29:00.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-21T23:29:00.308Z] 685ffbec576e: Preparing [2023-03-21T23:29:00.308Z] 55305ef0e263: Preparing [2023-03-21T23:29:00.308Z] eaa1197e078a: Preparing [2023-03-21T23:29:00.308Z] 608d194cb50c: Preparing [2023-03-21T23:29:00.308Z] acc83c6ca332: Preparing [2023-03-21T23:29:00.308Z] ea5cd3633861: Preparing [2023-03-21T23:29:00.308Z] 0b221babe786: Preparing [2023-03-21T23:29:00.308Z] f030942a0e1e: Preparing [2023-03-21T23:29:00.308Z] b89e7b603848: Preparing [2023-03-21T23:29:00.308Z] 20291b668ad4: Preparing [2023-03-21T23:29:00.308Z] e584264b6a15: Preparing [2023-03-21T23:29:00.308Z] f70ee36035b9: Preparing [2023-03-21T23:29:00.308Z] b89e7b603848: Waiting [2023-03-21T23:29:00.308Z] 20291b668ad4: Waiting [2023-03-21T23:29:00.308Z] ea5cd3633861: Waiting [2023-03-21T23:29:00.308Z] e584264b6a15: Waiting [2023-03-21T23:29:00.308Z] f70ee36035b9: Waiting [2023-03-21T23:29:00.308Z] 0b221babe786: Waiting [2023-03-21T23:29:00.308Z] f030942a0e1e: Waiting [2023-03-21T23:29:00.308Z] 685ffbec576e: Layer already exists [2023-03-21T23:29:00.308Z] eaa1197e078a: Layer already exists [2023-03-21T23:29:00.308Z] acc83c6ca332: Layer already exists [2023-03-21T23:29:00.308Z] 55305ef0e263: Layer already exists [2023-03-21T23:29:00.308Z] 608d194cb50c: Layer already exists [2023-03-21T23:29:00.308Z] f030942a0e1e: Layer already exists [2023-03-21T23:29:00.308Z] ea5cd3633861: Layer already exists [2023-03-21T23:29:00.308Z] 0b221babe786: Layer already exists [2023-03-21T23:29:00.308Z] 20291b668ad4: Layer already exists [2023-03-21T23:29:00.308Z] b89e7b603848: Layer already exists [2023-03-21T23:29:00.308Z] e584264b6a15: Layer already exists [2023-03-21T23:29:00.308Z] f70ee36035b9: Layer already exists [2023-03-21T23:29:00.576Z] latest: digest: sha256:19c27c81e7b44142348389c91966cedfe3a0d22d1dd803f38a50c21f67f7f90e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:00.931Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:01.281Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.1-dev.4 [2023-03-21T23:29:01.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-21T23:29:01.281Z] 685ffbec576e: Preparing [2023-03-21T23:29:01.281Z] 55305ef0e263: Preparing [2023-03-21T23:29:01.281Z] eaa1197e078a: Preparing [2023-03-21T23:29:01.281Z] 608d194cb50c: Preparing [2023-03-21T23:29:01.281Z] acc83c6ca332: Preparing [2023-03-21T23:29:01.281Z] ea5cd3633861: Preparing [2023-03-21T23:29:01.281Z] 0b221babe786: Preparing [2023-03-21T23:29:01.281Z] f030942a0e1e: Preparing [2023-03-21T23:29:01.281Z] b89e7b603848: Preparing [2023-03-21T23:29:01.281Z] 20291b668ad4: Preparing [2023-03-21T23:29:01.281Z] e584264b6a15: Preparing [2023-03-21T23:29:01.281Z] f70ee36035b9: Preparing [2023-03-21T23:29:01.281Z] ea5cd3633861: Waiting [2023-03-21T23:29:01.281Z] 0b221babe786: Waiting [2023-03-21T23:29:01.281Z] f030942a0e1e: Waiting [2023-03-21T23:29:01.281Z] b89e7b603848: Waiting [2023-03-21T23:29:01.281Z] 20291b668ad4: Waiting [2023-03-21T23:29:01.281Z] e584264b6a15: Waiting [2023-03-21T23:29:01.281Z] f70ee36035b9: Waiting [2023-03-21T23:29:01.281Z] acc83c6ca332: Layer already exists [2023-03-21T23:29:01.281Z] 55305ef0e263: Layer already exists [2023-03-21T23:29:01.281Z] 685ffbec576e: Layer already exists [2023-03-21T23:29:01.281Z] eaa1197e078a: Layer already exists [2023-03-21T23:29:01.281Z] 608d194cb50c: Layer already exists [2023-03-21T23:29:01.281Z] 0b221babe786: Layer already exists [2023-03-21T23:29:01.281Z] f030942a0e1e: Layer already exists [2023-03-21T23:29:01.281Z] b89e7b603848: Layer already exists [2023-03-21T23:29:01.281Z] ea5cd3633861: Layer already exists [2023-03-21T23:29:01.281Z] 20291b668ad4: Layer already exists [2023-03-21T23:29:01.558Z] f70ee36035b9: Layer already exists [2023-03-21T23:29:01.558Z] e584264b6a15: Layer already exists [2023-03-21T23:29:01.558Z] 2.3.1-dev.4: digest: sha256:19c27c81e7b44142348389c91966cedfe3a0d22d1dd803f38a50c21f67f7f90e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:01.903Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:02.247Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:29:02.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-21T23:29:02.247Z] 685ffbec576e: Preparing [2023-03-21T23:29:02.247Z] 55305ef0e263: Preparing [2023-03-21T23:29:02.247Z] eaa1197e078a: Preparing [2023-03-21T23:29:02.247Z] 608d194cb50c: Preparing [2023-03-21T23:29:02.247Z] acc83c6ca332: Preparing [2023-03-21T23:29:02.247Z] ea5cd3633861: Preparing [2023-03-21T23:29:02.247Z] 0b221babe786: Preparing [2023-03-21T23:29:02.247Z] f030942a0e1e: Preparing [2023-03-21T23:29:02.247Z] b89e7b603848: Preparing [2023-03-21T23:29:02.247Z] 20291b668ad4: Preparing [2023-03-21T23:29:02.247Z] e584264b6a15: Preparing [2023-03-21T23:29:02.247Z] f70ee36035b9: Preparing [2023-03-21T23:29:02.247Z] 0b221babe786: Waiting [2023-03-21T23:29:02.247Z] ea5cd3633861: Waiting [2023-03-21T23:29:02.247Z] b89e7b603848: Waiting [2023-03-21T23:29:02.247Z] 20291b668ad4: Waiting [2023-03-21T23:29:02.247Z] e584264b6a15: Waiting [2023-03-21T23:29:02.247Z] f70ee36035b9: Waiting [2023-03-21T23:29:02.247Z] f030942a0e1e: Waiting [2023-03-21T23:29:02.247Z] 608d194cb50c: Layer already exists [2023-03-21T23:29:02.247Z] 685ffbec576e: Layer already exists [2023-03-21T23:29:02.247Z] eaa1197e078a: Layer already exists [2023-03-21T23:29:02.247Z] 55305ef0e263: Layer already exists [2023-03-21T23:29:02.247Z] acc83c6ca332: Layer already exists [2023-03-21T23:29:02.247Z] ea5cd3633861: Layer already exists [2023-03-21T23:29:02.247Z] 20291b668ad4: Layer already exists [2023-03-21T23:29:02.247Z] f030942a0e1e: Layer already exists [2023-03-21T23:29:02.247Z] 0b221babe786: Layer already exists [2023-03-21T23:29:02.247Z] b89e7b603848: Layer already exists [2023-03-21T23:29:02.247Z] f70ee36035b9: Layer already exists [2023-03-21T23:29:02.247Z] e584264b6a15: Layer already exists [2023-03-21T23:29:02.514Z] 1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4: digest: sha256:19c27c81e7b44142348389c91966cedfe3a0d22d1dd803f38a50c21f67f7f90e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:02.866Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:levski [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:03.218Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:levski [2023-03-21T23:29:03.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2023-03-21T23:29:03.218Z] 685ffbec576e: Preparing [2023-03-21T23:29:03.218Z] 55305ef0e263: Preparing [2023-03-21T23:29:03.218Z] eaa1197e078a: Preparing [2023-03-21T23:29:03.218Z] 608d194cb50c: Preparing [2023-03-21T23:29:03.218Z] acc83c6ca332: Preparing [2023-03-21T23:29:03.218Z] ea5cd3633861: Preparing [2023-03-21T23:29:03.218Z] 0b221babe786: Preparing [2023-03-21T23:29:03.218Z] f030942a0e1e: Preparing [2023-03-21T23:29:03.218Z] b89e7b603848: Preparing [2023-03-21T23:29:03.218Z] 20291b668ad4: Preparing [2023-03-21T23:29:03.218Z] e584264b6a15: Preparing [2023-03-21T23:29:03.218Z] f70ee36035b9: Preparing [2023-03-21T23:29:03.218Z] f030942a0e1e: Waiting [2023-03-21T23:29:03.218Z] b89e7b603848: Waiting [2023-03-21T23:29:03.218Z] 20291b668ad4: Waiting [2023-03-21T23:29:03.218Z] ea5cd3633861: Waiting [2023-03-21T23:29:03.218Z] e584264b6a15: Waiting [2023-03-21T23:29:03.218Z] f70ee36035b9: Waiting [2023-03-21T23:29:03.218Z] 0b221babe786: Waiting [2023-03-21T23:29:03.218Z] eaa1197e078a: Layer already exists [2023-03-21T23:29:03.218Z] 608d194cb50c: Layer already exists [2023-03-21T23:29:03.218Z] 55305ef0e263: Layer already exists [2023-03-21T23:29:03.218Z] acc83c6ca332: Layer already exists [2023-03-21T23:29:03.218Z] 685ffbec576e: Layer already exists [2023-03-21T23:29:03.218Z] 0b221babe786: Layer already exists [2023-03-21T23:29:03.218Z] ea5cd3633861: Layer already exists [2023-03-21T23:29:03.218Z] 20291b668ad4: Layer already exists [2023-03-21T23:29:03.218Z] b89e7b603848: Layer already exists [2023-03-21T23:29:03.218Z] f030942a0e1e: Layer already exists [2023-03-21T23:29:03.218Z] f70ee36035b9: Layer already exists [2023-03-21T23:29:03.218Z] e584264b6a15: Layer already exists [2023-03-21T23:29:03.488Z] levski: digest: sha256:19c27c81e7b44142348389c91966cedfe3a0d22d1dd803f38a50c21f67f7f90e size: 2826 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-21T23:29:03.533Z] ===================================================== [Pipeline] echo [2023-03-21T23:29:03.544Z] taggedImages: [2023-03-21T23:29:03.544Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [2023-03-21T23:29:03.544Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2023-03-21T23:29:03.544Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:2.3.1-dev.4 [2023-03-21T23:29:03.544Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:1e8a9a0bc5fafbcf5b64264498bdde32df42f291-2.3.1-dev.4 [2023-03-21T23:29:03.544Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:levski [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:03.911Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-21T23:29:03.911Z] [2023-03-21T23:29:03.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:04.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-21T23:29:04.250Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-21T23:29:04.250Z] 8998bd30e6a1: Pulling fs layer [2023-03-21T23:29:04.250Z] 04944245beec: Pulling fs layer [2023-03-21T23:29:04.250Z] 699f458cf7ca: Pulling fs layer [2023-03-21T23:29:04.250Z] 765212b225bb: Pulling fs layer [2023-03-21T23:29:04.250Z] f23df028b6ca: Pulling fs layer [2023-03-21T23:29:04.250Z] d65c8cfc05b1: Pulling fs layer [2023-03-21T23:29:04.250Z] 2437ff75d9bd: Pulling fs layer [2023-03-21T23:29:04.250Z] f23df028b6ca: Waiting [2023-03-21T23:29:04.250Z] 765212b225bb: Waiting [2023-03-21T23:29:04.250Z] d65c8cfc05b1: Waiting [2023-03-21T23:29:04.250Z] 2437ff75d9bd: Waiting [2023-03-21T23:29:04.524Z] 04944245beec: Verifying Checksum [2023-03-21T23:29:04.524Z] 04944245beec: Download complete [2023-03-21T23:29:04.524Z] 765212b225bb: Download complete [2023-03-21T23:29:04.524Z] f23df028b6ca: Verifying Checksum [2023-03-21T23:29:04.524Z] f23df028b6ca: Download complete [2023-03-21T23:29:04.524Z] d65c8cfc05b1: Verifying Checksum [2023-03-21T23:29:04.524Z] d65c8cfc05b1: Download complete [2023-03-21T23:29:04.797Z] 699f458cf7ca: Verifying Checksum [2023-03-21T23:29:04.797Z] 699f458cf7ca: Download complete [2023-03-21T23:29:05.070Z] 8998bd30e6a1: Verifying Checksum [2023-03-21T23:29:05.070Z] 8998bd30e6a1: Download complete [2023-03-21T23:29:07.658Z] 2437ff75d9bd: Verifying Checksum [2023-03-21T23:29:07.658Z] 2437ff75d9bd: Download complete [2023-03-21T23:29:11.004Z] 8998bd30e6a1: Pull complete [2023-03-21T23:29:11.004Z] 04944245beec: Pull complete [2023-03-21T23:29:12.417Z] 699f458cf7ca: Pull complete [2023-03-21T23:29:12.684Z] 765212b225bb: Pull complete [2023-03-21T23:29:13.270Z] f23df028b6ca: Pull complete [2023-03-21T23:29:13.537Z] d65c8cfc05b1: Pull complete [2023-03-21T23:29:28.538Z] 2437ff75d9bd: Pull complete [2023-03-21T23:29:28.538Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-21T23:29:28.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-21T23:29:28.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:29:28.728Z] prd-ubuntu20.04-docker-arm64-4c-16g-4990 does not seem to be running inside a container [2023-03-21T23:29:28.799Z] $ 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/4 -v /w/workspace/device-usb-camera/4:/w/workspace/device-usb-camera/4:rw,z -v /w/workspace/device-usb-camera/4@tmp:/w/workspace/device-usb-camera/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-21T23:29:31.526Z] $ docker top e90a1c3c93de47a2c2225c44f99b6ea39e10f74d96de3a9100c6e17c92b744ce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:29:32.039Z] ---> job-cost.sh [2023-03-21T23:29:32.309Z] lf-activate-venv: SKIPPING [2023-03-21T23:29:32.309Z] INFO: No Stack... [2023-03-21T23:29:32.893Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-21T23:29:33.855Z] INFO: Archiving Costs [Pipeline] sh [2023-03-21T23:29:34.492Z] + cat /w/workspace/device-usb-camera/4/archives/cost.csv [2023-03-21T23:29:34.492Z] + cut -d, -f6 [Pipeline] lock [2023-03-21T23:29:34.566Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [2023-03-21T23:29:34.572Z] Resource [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] did not exist. Created. [2023-03-21T23:29:34.572Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-21T23:29:35.230Z] /w/workspace/device-usb-camera/4@tmp/durable-2ec9a8bf/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-21T23:29:35.885Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-21T23:29:35.908Z] Warning: overwriting stash ‘stack-cost’ [2023-03-21T23:29:35.971Z] Stashed 1 file(s) [Pipeline] } [2023-03-21T23:29:35.980Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-levski-4-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-21T23:29:36.000Z] $ docker stop --time=1 e90a1c3c93de47a2c2225c44f99b6ea39e10f74d96de3a9100c6e17c92b744ce [2023-03-21T23:29:39.403Z] $ docker rm -f --volumes e90a1c3c93de47a2c2225c44f99b6ea39e10f74d96de3a9100c6e17c92b744ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-21T23:29:39.772Z] provisioning config files... [2023-03-21T23:29:39.783Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config4998681988241705644tmp [Pipeline] { [Pipeline] sh [2023-03-21T23:29:40.088Z] + set +x [2023-03-21T23:29:40.088Z] + curl -s https://codecov.io/bash [2023-03-21T23:29:40.088Z] + bash -s -- [2023-03-21T23:29:40.088Z] [2023-03-21T23:29:40.088Z] _____ _ [2023-03-21T23:29:40.088Z] / ____| | | [2023-03-21T23:29:40.088Z] | | ___ __| | ___ ___ _____ __ [2023-03-21T23:29:40.088Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-21T23:29:40.088Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-21T23:29:40.088Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-21T23:29:40.088Z] Bash-1.0.6 [2023-03-21T23:29:40.088Z] [2023-03-21T23:29:40.088Z] [2023-03-21T23:29:40.088Z] ==> git version 2.25.1 found [2023-03-21T23:29:40.088Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-21T23:29:40.088Z] Release-Date: 2020-01-08 [2023-03-21T23:29:40.088Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-21T23:29:40.088Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-21T23:29:40.088Z] ==> Jenkins CI detected. [2023-03-21T23:29:40.088Z] current dir:  /w/workspace/foundry_device-usb-camera_levski [2023-03-21T23:29:40.088Z] project root: . [2023-03-21T23:29:40.088Z] --> token set from env [2023-03-21T23:29:40.088Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-21T23:29:40.088Z] ==> Running gcov in . (disable via -X gcov) [2023-03-21T23:29:40.088Z] ==> Python coveragepy not found [2023-03-21T23:29:40.088Z] ==> Searching for coverage reports in: [2023-03-21T23:29:40.088Z] + . [2023-03-21T23:29:40.088Z] -> Found 1 reports [2023-03-21T23:29:40.088Z] ==> Detecting git/mercurial file structure [2023-03-21T23:29:40.088Z] ==> Reading reports [2023-03-21T23:29:40.088Z] + ./coverage.out bytes=30666 [2023-03-21T23:29:40.088Z] ==> Appending adjustments [2023-03-21T23:29:40.088Z] https://docs.codecov.io/docs/fixing-reports [2023-03-21T23:29:40.346Z] + Found adjustments [2023-03-21T23:29:40.346Z] ==> Gzipping contents [2023-03-21T23:29:40.346Z] 8.0K /tmp/codecov.SkmbFN.gz [2023-03-21T23:29:40.346Z] ==> Uploading reports [2023-03-21T23:29:40.346Z] url: https://codecov.io [2023-03-21T23:29:40.346Z] query: branch=levski&commit=1e8a9a0bc5fafbcf5b64264498bdde32df42f291&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Flevski%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-21T23:29:40.346Z] -> Pinging Codecov [2023-03-21T23:29:40.346Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=levski&commit=1e8a9a0bc5fafbcf5b64264498bdde32df42f291&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Flevski%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-21T23:29:40.604Z] -> Uploading to [2023-03-21T23:29:40.604Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-21/73D8F5FF140700D3E01443B452E23636/1e8a9a0bc5fafbcf5b64264498bdde32df42f291/230af784-0227-4779-9242-50f5fa3a533f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230321T232940Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1d24b131c864ea1ad9b7123a11fbd1254d0c3aecf5fb4fcd99689851b63f14d [2023-03-21T23:29:40.604Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-21T23:29:40.604Z] Dload Upload Total Spent Left Speed [2023-03-21T23:29:40.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4342 0 0 100 4342 0 19736 --:--:-- --:--:-- --:--:-- 19647 100 4342 0 0 100 4342 0 15963 --:--:-- --:--:-- --:--:-- 15904 [2023-03-21T23:29:40.866Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] } [2023-03-21T23:29:40.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-21T23:29:41.079Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-21T23:29:41.089Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:41.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-21T23:29:41.445Z] [2023-03-21T23:29:41.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:29:41.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-21T23:29:41.740Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-21T23:29:41.740Z] df9b9388f04a: Pulling fs layer [2023-03-21T23:29:41.740Z] 52dc419b0ee2: Pulling fs layer [2023-03-21T23:29:41.740Z] 25bc292e5bac: Pulling fs layer [2023-03-21T23:29:41.740Z] 114826534d7a: Pulling fs layer [2023-03-21T23:29:41.740Z] 4657fd5d0bcf: Pulling fs layer [2023-03-21T23:29:41.740Z] 6ad1cebc031e: Pulling fs layer [2023-03-21T23:29:41.740Z] 8a3aa393b2d8: Pulling fs layer [2023-03-21T23:29:41.740Z] 114826534d7a: Waiting [2023-03-21T23:29:41.740Z] 4657fd5d0bcf: Waiting [2023-03-21T23:29:41.740Z] 6ad1cebc031e: Waiting [2023-03-21T23:29:41.740Z] 25bc292e5bac: Verifying Checksum [2023-03-21T23:29:41.740Z] 25bc292e5bac: Download complete [2023-03-21T23:29:41.740Z] 52dc419b0ee2: Download complete [2023-03-21T23:29:41.740Z] 4657fd5d0bcf: Verifying Checksum [2023-03-21T23:29:41.740Z] 4657fd5d0bcf: Download complete [2023-03-21T23:29:41.740Z] df9b9388f04a: Download complete [2023-03-21T23:29:41.999Z] df9b9388f04a: Pull complete [2023-03-21T23:29:41.999Z] 6ad1cebc031e: Verifying Checksum [2023-03-21T23:29:41.999Z] 6ad1cebc031e: Download complete [2023-03-21T23:29:41.999Z] 52dc419b0ee2: Pull complete [2023-03-21T23:29:41.999Z] 25bc292e5bac: Pull complete [2023-03-21T23:29:42.938Z] 114826534d7a: Verifying Checksum [2023-03-21T23:29:42.938Z] 114826534d7a: Download complete [2023-03-21T23:29:42.938Z] 8a3aa393b2d8: Verifying Checksum [2023-03-21T23:29:42.938Z] 8a3aa393b2d8: Download complete [2023-03-21T23:29:46.214Z] 114826534d7a: Pull complete [2023-03-21T23:29:46.214Z] 4657fd5d0bcf: Pull complete [2023-03-21T23:29:46.214Z] 6ad1cebc031e: Pull complete [2023-03-21T23:29:48.753Z] 8a3aa393b2d8: Pull complete [2023-03-21T23:29:48.753Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-21T23:29:48.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-21T23:29:48.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:29:48.834Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:29:48.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:29:53.764Z] $ docker top 4ee6a240ac6efe30d1682492dbcad0937b978bbaaab017a9ad84db26b464227e -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-21T23:29:53.817Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:levski' [Pipeline] sh [2023-03-21T23:29:54.091Z] + set -o pipefail [2023-03-21T23:29:54.092Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:levski' [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] Monitoring /w/workspace/foundry_device-usb-camera_levski (github.com/edgexfoundry/device-usb-camera)... [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6d161b6e-aadb-4bac-a9cd-5e25ffa3ca58/history/f1a321d2-3239-42fd-a7cd-9fc86f659340 [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] [2023-03-21T23:29:59.356Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-21T23:29:59.356Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-21T23:29:59.356Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-21T23:29:59.634Z] $ docker stop --time=1 4ee6a240ac6efe30d1682492dbcad0937b978bbaaab017a9ad84db26b464227e [2023-03-21T23:30:02.732Z] $ docker rm -f --volumes 4ee6a240ac6efe30d1682492dbcad0937b978bbaaab017a9ad84db26b464227e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-21T23:30:03.402Z] + git log --format=format:%s -1 1e8a9a0bc5fafbcf5b64264498bdde32df42f291 [Pipeline] sh [2023-03-21T23:30:03.696Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-21T23:30:03.696Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:03.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:30:03.994Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:30:04.062Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:30:04.097Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:30:04.478Z] $ docker top 7bb9015da5a388c7c214e4f49e75443c81b4311d42233cfc78877ceb0c3a663d -eo pid,comm [2023-03-21T23:30:04.517Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-21T23:30:04.517Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-21T23:30:04.554Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-21T23:30:04.554Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-21T23:30:04.673Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-21T23:30:04.682Z] $ docker exec 7bb9015da5a388c7c214e4f49e75443c81b4311d42233cfc78877ceb0c3a663d ssh-agent [2023-03-21T23:30:04.779Z] SSH_AUTH_SOCK=/tmp/ssh-pCmnF31ysYqm/agent.32 [2023-03-21T23:30:04.779Z] SSH_AGENT_PID=38 [2023-03-21T23:30:04.783Z] Running ssh-add (command line suppressed) [2023-03-21T23:30:04.892Z] Identity added: /w/workspace/foundry_device-usb-camera_levski@tmp/private_key_3089988955633422472.key (/w/workspace/foundry_device-usb-camera_levski@tmp/private_key_3089988955633422472.key) [2023-03-21T23:30:04.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-21T23:30:05.182Z] + git semver tag [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,356 [run_tag] DEBUG tag force:False [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,356 [check_head_tag] DEBUG check head tag [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,357 [execute] INFO git cat-file --batch-check [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,357 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_levski, universal_newlines=False, shell=None, istream=) [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,361 [execute] INFO git cat-file --batch [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,361 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_levski, universal_newlines=False, shell=None, istream=) [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,380 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,381 [execute] INFO git tag -a v2.3.1-dev.4 -m v2.3.1-dev.4 [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,381 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.1-dev.4', '-m', 'v2.3.1-dev.4'], cwd=/w/workspace/foundry_device-usb-camera_levski, universal_newlines=False, shell=None, istream=None) [2023-03-21T23:30:05.441Z] 2023-03-21 23:30:05,385 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:05.441Z] 2.3.1-dev.4 [Pipeline] } [2023-03-21T23:30:05.458Z] $ docker exec --env ******** --env ******** 7bb9015da5a388c7c214e4f49e75443c81b4311d42233cfc78877ceb0c3a663d ssh-agent -k [2023-03-21T23:30:05.566Z] unset SSH_AUTH_SOCK; [2023-03-21T23:30:05.566Z] unset SSH_AGENT_PID; [2023-03-21T23:30:05.566Z] echo Agent pid 38 killed; [2023-03-21T23:30:05.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-21T23:30:05.866Z] + git semver [Pipeline] } [2023-03-21T23:30:06.143Z] $ docker stop --time=1 7bb9015da5a388c7c214e4f49e75443c81b4311d42233cfc78877ceb0c3a663d [2023-03-21T23:30:07.410Z] $ docker rm -f --volumes 7bb9015da5a388c7c214e4f49e75443c81b4311d42233cfc78877ceb0c3a663d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:07.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-21T23:30:07.768Z] [2023-03-21T23:30:07.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:08.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-21T23:30:08.059Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-21T23:30:08.059Z] ab5ef0e58194: Pulling fs layer [2023-03-21T23:30:08.059Z] 9712f1f96733: Pulling fs layer [2023-03-21T23:30:08.059Z] 63f879dbbcfc: Pulling fs layer [2023-03-21T23:30:08.059Z] 0d9ebad4ef96: Pulling fs layer [2023-03-21T23:30:08.059Z] e9a5061849ea: Pulling fs layer [2023-03-21T23:30:08.060Z] d747dcd14b5f: Pulling fs layer [2023-03-21T23:30:08.060Z] 2de7ff778b66: Pulling fs layer [2023-03-21T23:30:08.060Z] d747dcd14b5f: Waiting [2023-03-21T23:30:08.060Z] 0d9ebad4ef96: Waiting [2023-03-21T23:30:08.060Z] 2de7ff778b66: Waiting [2023-03-21T23:30:08.060Z] e9a5061849ea: Waiting [2023-03-21T23:30:08.060Z] 9712f1f96733: Download complete [2023-03-21T23:30:08.325Z] 63f879dbbcfc: Verifying Checksum [2023-03-21T23:30:08.325Z] 63f879dbbcfc: Download complete [2023-03-21T23:30:08.585Z] 0d9ebad4ef96: Verifying Checksum [2023-03-21T23:30:08.585Z] 0d9ebad4ef96: Download complete [2023-03-21T23:30:08.585Z] ab5ef0e58194: Verifying Checksum [2023-03-21T23:30:08.585Z] ab5ef0e58194: Download complete [2023-03-21T23:30:08.585Z] e9a5061849ea: Download complete [2023-03-21T23:30:08.844Z] 2de7ff778b66: Verifying Checksum [2023-03-21T23:30:08.844Z] 2de7ff778b66: Download complete [2023-03-21T23:30:11.372Z] ab5ef0e58194: Pull complete [2023-03-21T23:30:11.372Z] 9712f1f96733: Pull complete [2023-03-21T23:30:11.936Z] 63f879dbbcfc: Pull complete [2023-03-21T23:30:15.216Z] 0d9ebad4ef96: Pull complete [2023-03-21T23:30:15.216Z] e9a5061849ea: Pull complete [2023-03-21T23:30:15.216Z] d747dcd14b5f: Pull complete [2023-03-21T23:30:16.149Z] 2de7ff778b66: Pull complete [2023-03-21T23:30:16.149Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-21T23:30:16.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-21T23:30:16.149Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:30:16.235Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:30:16.268Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:30:19.730Z] $ docker top 3eea9ffc646768a7c0b9c0d9669efa3530c70747f8ba50425aaba2599cf468ed -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:30:19.784Z] provisioning config files... [2023-03-21T23:30:19.789Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config7021129460189732897tmp [2023-03-21T23:30:19.797Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config926731801592433912tmp [2023-03-21T23:30:19.807Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config14448583664659989896tmp [Pipeline] { [Pipeline] echo [2023-03-21T23:30:19.819Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:20.097Z] ---> sigul-configuration.sh [2023-03-21T23:30:20.097Z] gpg: directory `/root/.gnupg' created [2023-03-21T23:30:20.097Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-21T23:30:20.097Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-21T23:30:20.097Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-21T23:30:20.097Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-21T23:30:20.097Z] gpg: CAST5 encrypted data [2023-03-21T23:30:20.097Z] gpg: encrypted with 1 passphrase [2023-03-21T23:30:20.097Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-21T23:30:20.375Z] + mkdir /home/jenkins [2023-03-21T23:30:20.375Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-21T23:30:20.657Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-03-21T23:30:20.665Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:20.948Z] ---> sigul-install.sh [2023-03-21T23:30:20.949Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-21T23:30:21.230Z] + git tag --list [2023-03-21T23:30:21.230Z] v0.0.0 [2023-03-21T23:30:21.230Z] v0.0.1-dev.1 [2023-03-21T23:30:21.230Z] v0.0.1-dev.10 [2023-03-21T23:30:21.230Z] v0.0.1-dev.11 [2023-03-21T23:30:21.230Z] v0.0.1-dev.12 [2023-03-21T23:30:21.230Z] v0.0.1-dev.13 [2023-03-21T23:30:21.230Z] v0.0.1-dev.14 [2023-03-21T23:30:21.230Z] v0.0.1-dev.15 [2023-03-21T23:30:21.230Z] v0.0.1-dev.16 [2023-03-21T23:30:21.230Z] v0.0.1-dev.2 [2023-03-21T23:30:21.230Z] v0.0.1-dev.3 [2023-03-21T23:30:21.230Z] v0.0.1-dev.4 [2023-03-21T23:30:21.230Z] v0.0.1-dev.5 [2023-03-21T23:30:21.230Z] v0.0.1-dev.6 [2023-03-21T23:30:21.230Z] v0.0.1-dev.7 [2023-03-21T23:30:21.230Z] v0.0.1-dev.8 [2023-03-21T23:30:21.230Z] v0.0.1-dev.9 [2023-03-21T23:30:21.230Z] v2.2.0 [2023-03-21T23:30:21.230Z] v2.2.0-dev.17 [2023-03-21T23:30:21.230Z] v2.2.0-dev.18 [2023-03-21T23:30:21.230Z] v2.2.0-dev.19 [2023-03-21T23:30:21.230Z] v2.2.0-dev.20 [2023-03-21T23:30:21.230Z] v2.2.0-dev.21 [2023-03-21T23:30:21.230Z] v2.2.0-dev.22 [2023-03-21T23:30:21.230Z] v2.2.0-dev.23 [2023-03-21T23:30:21.230Z] v2.2.0-dev.24 [2023-03-21T23:30:21.230Z] v2.2.0-dev.25 [2023-03-21T23:30:21.230Z] v2.2.0-dev.26 [2023-03-21T23:30:21.230Z] v2.2.0-dev.27 [2023-03-21T23:30:21.230Z] v2.3.0 [2023-03-21T23:30:21.230Z] v2.3.0-dev.1 [2023-03-21T23:30:21.230Z] v2.3.0-dev.10 [2023-03-21T23:30:21.230Z] v2.3.0-dev.11 [2023-03-21T23:30:21.230Z] v2.3.0-dev.12 [2023-03-21T23:30:21.230Z] v2.3.0-dev.13 [2023-03-21T23:30:21.230Z] v2.3.0-dev.14 [2023-03-21T23:30:21.230Z] v2.3.0-dev.15 [2023-03-21T23:30:21.230Z] v2.3.0-dev.16 [2023-03-21T23:30:21.230Z] v2.3.0-dev.17 [2023-03-21T23:30:21.230Z] v2.3.0-dev.18 [2023-03-21T23:30:21.230Z] v2.3.0-dev.19 [2023-03-21T23:30:21.230Z] v2.3.0-dev.2 [2023-03-21T23:30:21.230Z] v2.3.0-dev.20 [2023-03-21T23:30:21.230Z] v2.3.0-dev.21 [2023-03-21T23:30:21.230Z] v2.3.0-dev.22 [2023-03-21T23:30:21.230Z] v2.3.0-dev.23 [2023-03-21T23:30:21.230Z] v2.3.0-dev.24 [2023-03-21T23:30:21.230Z] v2.3.0-dev.25 [2023-03-21T23:30:21.230Z] v2.3.0-dev.26 [2023-03-21T23:30:21.230Z] v2.3.0-dev.27 [2023-03-21T23:30:21.230Z] v2.3.0-dev.28 [2023-03-21T23:30:21.230Z] v2.3.0-dev.3 [2023-03-21T23:30:21.230Z] v2.3.0-dev.4 [2023-03-21T23:30:21.230Z] v2.3.0-dev.5 [2023-03-21T23:30:21.230Z] v2.3.0-dev.6 [2023-03-21T23:30:21.230Z] v2.3.0-dev.7 [2023-03-21T23:30:21.230Z] v2.3.0-dev.8 [2023-03-21T23:30:21.230Z] v2.3.0-dev.9 [2023-03-21T23:30:21.230Z] v2.3.1-dev.4 [2023-03-21T23:30:21.230Z] v3.0.0-dev.1 [2023-03-21T23:30:21.230Z] v3.0.0-dev.10 [2023-03-21T23:30:21.230Z] v3.0.0-dev.11 [2023-03-21T23:30:21.230Z] v3.0.0-dev.12 [2023-03-21T23:30:21.230Z] v3.0.0-dev.13 [2023-03-21T23:30:21.230Z] v3.0.0-dev.14 [2023-03-21T23:30:21.230Z] v3.0.0-dev.15 [2023-03-21T23:30:21.230Z] v3.0.0-dev.16 [2023-03-21T23:30:21.230Z] v3.0.0-dev.17 [2023-03-21T23:30:21.230Z] v3.0.0-dev.18 [2023-03-21T23:30:21.230Z] v3.0.0-dev.19 [2023-03-21T23:30:21.230Z] v3.0.0-dev.2 [2023-03-21T23:30:21.230Z] v3.0.0-dev.3 [2023-03-21T23:30:21.230Z] v3.0.0-dev.4 [2023-03-21T23:30:21.230Z] v3.0.0-dev.5 [2023-03-21T23:30:21.230Z] v3.0.0-dev.6 [2023-03-21T23:30:21.230Z] v3.0.0-dev.7 [2023-03-21T23:30:21.230Z] v3.0.0-dev.8 [2023-03-21T23:30:21.230Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-21T23:30:21.512Z] + lftools sign git-tag v2.3.1-dev.4 [2023-03-21T23:30:22.078Z] Signing Git tag with Sigul... [2023-03-21T23:30:22.078Z] Signing v2.3.1-dev.4 [Pipeline] echo [2023-03-21T23:30:22.344Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:22.624Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-21T23:30:22.631Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-21T23:30:22.654Z] $ docker stop --time=1 3eea9ffc646768a7c0b9c0d9669efa3530c70747f8ba50425aaba2599cf468ed [2023-03-21T23:30:23.932Z] $ docker rm -f --volumes 3eea9ffc646768a7c0b9c0d9669efa3530c70747f8ba50425aaba2599cf468ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-21T23:30:24.326Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-21T23:30:24.326Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:24.620Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:30:24.620Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:30:24.697Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:30:24.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:30:25.042Z] $ docker top 66e44a380148951d952cc1e569319175f186bb9817da0417c89021189034579b -eo pid,comm [2023-03-21T23:30:25.080Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-21T23:30:25.080Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-21T23:30:25.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-21T23:30:25.119Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-21T23:30:25.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-21T23:30:25.246Z] $ docker exec 66e44a380148951d952cc1e569319175f186bb9817da0417c89021189034579b ssh-agent [2023-03-21T23:30:25.354Z] SSH_AUTH_SOCK=/tmp/ssh-ozN59obZysqi/agent.33 [2023-03-21T23:30:25.354Z] SSH_AGENT_PID=39 [2023-03-21T23:30:25.359Z] Running ssh-add (command line suppressed) [2023-03-21T23:30:25.470Z] Identity added: /w/workspace/foundry_device-usb-camera_levski@tmp/private_key_5306488134076820891.key (/w/workspace/foundry_device-usb-camera_levski@tmp/private_key_5306488134076820891.key) [2023-03-21T23:30:25.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-21T23:30:25.761Z] + git semver bump pre [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,978 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,978 [bump_version] DEBUG bumping version:2.3.1-dev.4 on axis:pre with prefix:dev [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,979 [bump_version] DEBUG bumped version:2.3.1-dev.5 [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,979 [write_version] DEBUG write version:2.3.1-dev.5 to path:/w/workspace/foundry_device-usb-camera_levski/.semver/levski with force:True [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,979 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,979 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,980 [execute] INFO git cat-file --batch-check [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,981 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,986 [execute] INFO git cat-file --batch [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,986 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-03-21T23:30:26.020Z] 2023-03-21 23:30:25,991 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:26.020Z] 2.3.1-dev.5 [Pipeline] } [2023-03-21T23:30:26.035Z] $ docker exec --env ******** --env ******** 66e44a380148951d952cc1e569319175f186bb9817da0417c89021189034579b ssh-agent -k [2023-03-21T23:30:26.131Z] unset SSH_AUTH_SOCK; [2023-03-21T23:30:26.131Z] unset SSH_AGENT_PID; [2023-03-21T23:30:26.131Z] echo Agent pid 39 killed; [2023-03-21T23:30:26.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-21T23:30:26.429Z] + git semver [Pipeline] } [2023-03-21T23:30:26.706Z] $ docker stop --time=1 66e44a380148951d952cc1e569319175f186bb9817da0417c89021189034579b [2023-03-21T23:30:27.984Z] $ docker rm -f --volumes 66e44a380148951d952cc1e569319175f186bb9817da0417c89021189034579b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-21T23:30:28.316Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-21T23:30:28.316Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:28.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-21T23:30:28.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:30:28.689Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:30:28.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:30:29.080Z] $ docker top c283ea13c90a19437458229f0b383f19cc1b74413ee0dfe8a1955fc218046ea6 -eo pid,comm [2023-03-21T23:30:29.112Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-21T23:30:29.112Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-21T23:30:29.154Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-21T23:30:29.154Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-21T23:30:29.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-21T23:30:29.274Z] $ docker exec c283ea13c90a19437458229f0b383f19cc1b74413ee0dfe8a1955fc218046ea6 ssh-agent [2023-03-21T23:30:29.377Z] SSH_AUTH_SOCK=/tmp/ssh-3p1GkVHPq9tF/agent.32 [2023-03-21T23:30:29.377Z] SSH_AGENT_PID=38 [2023-03-21T23:30:29.382Z] Running ssh-add (command line suppressed) [2023-03-21T23:30:29.475Z] Identity added: /w/workspace/foundry_device-usb-camera_levski@tmp/private_key_4991807747232559042.key (/w/workspace/foundry_device-usb-camera_levski@tmp/private_key_4991807747232559042.key) [2023-03-21T23:30:29.480Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-21T23:30:29.765Z] + git semver push [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,931 [run_push] DEBUG push [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,931 [execute] INFO git cat-file --batch-check [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=False, shell=None, istream=) [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,935 [execute] INFO git rev-list 88e685518b812e968442653f526e71f9b3562ecf -- [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,935 [execute] DEBUG Popen(['git', 'rev-list', '88e685518b812e968442653f526e71f9b3562ecf', '--'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,941 [execute] INFO git fetch -v origin [2023-03-21T23:30:30.023Z] 2023-03-21 23:30:29,942 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-21T23:30:30.591Z] 2023-03-21 23:30:30,416 [run_push] DEBUG no remote changes detected [2023-03-21T23:30:30.591Z] 2023-03-21 23:30:30,417 [execute] INFO git push origin semver [2023-03-21T23:30:30.591Z] 2023-03-21 23:30:30,417 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-usb-camera_levski/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-21T23:30:31.527Z] 2023-03-21 23:30:31,183 [run_push] DEBUG push all version tags [2023-03-21T23:30:31.527Z] 2023-03-21 23:30:31,184 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-21T23:30:31.527Z] 2023-03-21 23:30:31,184 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-usb-camera_levski, universal_newlines=False, shell=None, istream=None) [2023-03-21T23:30:32.095Z] 2023-03-21 23:30:31,965 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_levski/.semver/levski [2023-03-21T23:30:32.095Z] 2.3.1-dev.5 [Pipeline] } [2023-03-21T23:30:32.111Z] $ docker exec --env ******** --env ******** c283ea13c90a19437458229f0b383f19cc1b74413ee0dfe8a1955fc218046ea6 ssh-agent -k [2023-03-21T23:30:32.206Z] unset SSH_AUTH_SOCK; [2023-03-21T23:30:32.206Z] unset SSH_AGENT_PID; [2023-03-21T23:30:32.207Z] echo Agent pid 38 killed; [2023-03-21T23:30:32.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-21T23:30:32.512Z] + git semver [Pipeline] } [2023-03-21T23:30:32.789Z] $ docker stop --time=1 c283ea13c90a19437458229f0b383f19cc1b74413ee0dfe8a1955fc218046ea6 [2023-03-21T23:30:34.092Z] $ docker rm -f --volumes c283ea13c90a19437458229f0b383f19cc1b74413ee0dfe8a1955fc218046ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-21T23:30:34.608Z] + [ -d /w/workspace/foundry_device-usb-camera_levski/archives ] [2023-03-21T23:30:34.608Z] + ls -al /w/workspace/foundry_device-usb-camera_levski/archives [2023-03-21T23:30:34.608Z] total 16 [2023-03-21T23:30:34.608Z] drwxr-xr-x 3 root root 4096 Mar 21 23:20 . [2023-03-21T23:30:34.608Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 21 23:30 .. [2023-03-21T23:30:34.608Z] drwxr-xr-x 2 root root 4096 Mar 21 23:20 cost [2023-03-21T23:30:34.608Z] -rw-r--r-- 1 root root 89 Mar 21 23:20 cost.csv [2023-03-21T23:30:34.608Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_levski/archives [2023-03-21T23:30:34.608Z] + ls -al /w/workspace/foundry_device-usb-camera_levski/archives [2023-03-21T23:30:34.608Z] total 16 [2023-03-21T23:30:34.608Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 23:20 . [2023-03-21T23:30:34.608Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 21 23:30 .. [2023-03-21T23:30:34.608Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 23:20 cost [2023-03-21T23:30:34.608Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 21 23:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:34.904Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:35.758Z] ---> package-listing.sh [2023-03-21T23:30:35.758Z] ++ facter osfamily [2023-03-21T23:30:35.758Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-21T23:30:36.016Z] + OS_FAMILY=debian [2023-03-21T23:30:36.016Z] + workspace=/w/workspace/foundry_device-usb-camera_levski [2023-03-21T23:30:36.016Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-21T23:30:36.016Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-21T23:30:36.016Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-21T23:30:36.016Z] + PACKAGES=/tmp/packages_start.txt [2023-03-21T23:30:36.016Z] + '[' /w/workspace/foundry_device-usb-camera_levski ']' [2023-03-21T23:30:36.016Z] + PACKAGES=/tmp/packages_end.txt [2023-03-21T23:30:36.016Z] + case "${OS_FAMILY}" in [2023-03-21T23:30:36.016Z] + dpkg -l [2023-03-21T23:30:36.016Z] + grep '^ii' [2023-03-21T23:30:36.016Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-21T23:30:36.016Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-21T23:30:36.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-21T23:30:36.016Z] + '[' /w/workspace/foundry_device-usb-camera_levski ']' [2023-03-21T23:30:36.016Z] + mkdir -p /w/workspace/foundry_device-usb-camera_levski/archives/ [2023-03-21T23:30:36.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_levski/archives/ [Pipeline] echo [2023-03-21T23:30:36.025Z] 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/foundry_device-usb-camera_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-21T23:30:36.299Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-21T23:30:36.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-21T23:30:36.686Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-21T23:30:36.770Z] prd-ubuntu20.04-docker-8c-8g-4988 does not seem to be running inside a container [2023-03-21T23:30:36.814Z] $ 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/foundry_device-usb-camera_levski/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_levski -v /w/workspace/foundry_device-usb-camera_levski:/w/workspace/foundry_device-usb-camera_levski:rw,z -v /w/workspace/foundry_device-usb-camera_levski@tmp:/w/workspace/foundry_device-usb-camera_levski@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-03-21T23:30:37.015Z] $ docker top e57204c4b1543e45f8276d8d0dd46767391cd20b31b8f86644084cd0ff861237 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-21T23:30:37.348Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-21T23:30:37.632Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-21T23:30:37.917Z] + ls /var/log/sa-host [2023-03-21T23:30:37.917Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-21T23:30:37.984Z] provisioning config files... [2023-03-21T23:30:37.992Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_levski@tmp/config12671163440722593474tmp [Pipeline] { [Pipeline] echo [2023-03-21T23:30:38.007Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:38.287Z] ---> create-netrc.sh [Pipeline] } [2023-03-21T23:30:38.294Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:38.602Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-21T23:30:38.609Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:38.887Z] ---> sudo-logs.sh [2023-03-21T23:30:38.887Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-21T23:30:38.914Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:39.196Z] ---> job-cost.sh [2023-03-21T23:30:39.196Z] lf-activate-venv: SKIPPING [2023-03-21T23:30:39.196Z] DEBUG: total: 0.2199999988079071 [2023-03-21T23:30:39.196Z] INFO: Retrieving Stack Cost... [2023-03-21T23:30:39.454Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-21T23:30:40.020Z] INFO: Archiving Costs [Pipeline] echo [2023-03-21T23:30:40.031Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-21T23:30:40.312Z] ---> logs-deploy.sh [2023-03-21T23:30:40.312Z] lf-activate-venv: SKIPPING [2023-03-21T23:30:40.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/levski/4 [2023-03-21T23:30:40.312Z] INFO: archiving workspace using pattern(s): [2023-03-21T23:30:41.247Z] Archives upload complete. [2023-03-21T23:30:41.247Z] INFO: archiving logs to Nexus