Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from aaa7e572fda13da2933300a631edf8df830ba1ce 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-ssh18249446441439388164.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh4144554699731827073.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2579824202940164403.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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 shared 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-ssh4236860876833927330.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16941021777875458678.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-64331 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision aaa7e572fda13da2933300a631edf8df830ba1ce (main) Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 aaa7e572fda13da2933300a631edf8df830ba1ce # timeout=10 Commit message: "Merge pull request #31 from farshidtz/fix-interval" > git rev-list --no-walk b3ac92876ed7254f502f0442b6fc7078abc266ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-23T04:29:12.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-23T04:29:12.286Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-23T04:29:12.303Z] ========================================================= [2022-05-23T04:29:12.303Z] EdgeX Global Pipelines Version Info [2022-05-23T04:29:12.303Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:29:13.103Z] ------------------- [2022-05-23T04:29:13.103Z] stable info: [2022-05-23T04:29:13.103Z] ------------------- [2022-05-23T04:29:13.103Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T04:29:13.103Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T04:29:13.103Z] Message: update stable to v1.0.230 [2022-05-23T04:29:13.677Z] ------------------- [2022-05-23T04:29:13.677Z] experimental info: [2022-05-23T04:29:13.677Z] ------------------- [2022-05-23T04:29:13.677Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-23T04:29:13.677Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-23T04:29:13.677Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-23T04:29:13.807Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-05-23T04:29:13.816Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-05-23T04:29:13.825Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-23T04:29:13.833Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-23T04:29:13.842Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-23T04:29:13.851Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-23T04:29:13.869Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-23T04:29:13.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-23T04:29:13.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-23T04:29:13.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-23T04:29:13.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-23T04:29:13.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-05-23T04:29:13.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-23T04:29:13.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-23T04:29:13.992Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T04:29:14.010Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-23T04:29:14.020Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-23T04:29:14.035Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-23T04:29:14.055Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-23T04:29:14.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-23T04:29:14.082Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-23T04:29:14.095Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-23T04:29:14.111Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-23T04:29:14.121Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-23T04:29:14.133Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-23T04:29:14.146Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-23T04:29:14.158Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-23T04:29:14.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-23T04:29:14.185Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-23T04:29:14.202Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] echo [2022-05-23T04:29:14.218Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aaa7e57 [Pipeline] echo [2022-05-23T04:29:14.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:29:14.281Z] provisioning config files... [2022-05-23T04:29:14.296Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6743970783529451966tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:29:14.610Z] ---> docker-login.sh [2022-05-23T04:29:14.610Z] nexus3.edgexfoundry.org:10001 [2022-05-23T04:29:14.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:15.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:15.136Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:15.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:15.136Z] [2022-05-23T04:29:15.136Z] Login Succeeded [2022-05-23T04:29:15.136Z] nexus3.edgexfoundry.org:10002 [2022-05-23T04:29:15.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:15.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:15.136Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:15.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:15.136Z] [2022-05-23T04:29:15.136Z] Login Succeeded [2022-05-23T04:29:15.136Z] nexus3.edgexfoundry.org:10003 [2022-05-23T04:29:15.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:15.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:15.397Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:15.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:15.397Z] [2022-05-23T04:29:15.397Z] Login Succeeded [2022-05-23T04:29:15.397Z] nexus3.edgexfoundry.org:10004 [2022-05-23T04:29:15.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:15.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:15.397Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:15.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:15.397Z] [2022-05-23T04:29:15.397Z] Login Succeeded [2022-05-23T04:29:15.397Z] docker.io [2022-05-23T04:29:15.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:15.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:15.921Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:15.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:15.921Z] [2022-05-23T04:29:15.921Z] Login Succeeded [2022-05-23T04:29:15.921Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T04:29:15.931Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-23T04:29:16.307Z] + git rev-list -1 --merges aaa7e572fda13da2933300a631edf8df830ba1ce~1..aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] echo [2022-05-23T04:29:16.446Z] -----------> git rev-list -1 --merges aaa7e572fda13da2933300a631edf8df830ba1ce~1..aaa7e572fda13da2933300a631edf8df830ba1ce aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:29:16.446Z] aaa7e572fda13da2933300a631edf8df830ba1ce [false] [Pipeline] sh [2022-05-23T04:29:16.744Z] + git log --format=format:%s -1 aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] echo [2022-05-23T04:29:16.764Z] ========================================================= [2022-05-23T04:29:16.764Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-23T04:29:16.764Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T04:29:17.111Z] + git log --format=format:%s -1 aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] echo [2022-05-23T04:29:17.127Z] [semverPrep] GIT_COMMIT: aaa7e572fda13da2933300a631edf8df830ba1ce, Commit Message: Merge pull request #31 from farshidtz/fix-interval [Pipeline] echo [2022-05-23T04:29:17.139Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-23T04:29:17.576Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T04:29:17.576Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-23T04:29:17.576Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-23T04:29:17.576Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-23T04:29:17.576Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-05-23T04:29:17.576Z] -a /etc/ssh/ssh_known_hosts [2022-05-23T04:29:17.576Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:29:18.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:29:18.010Z] [2022-05-23T04:29:18.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:29:18.319Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:29:18.319Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-23T04:29:18.319Z] 1fe172e4850f: Pulling fs layer [2022-05-23T04:29:18.319Z] caf521ccaac6: Pulling fs layer [2022-05-23T04:29:18.319Z] 3ead6fa29328: Pulling fs layer [2022-05-23T04:29:18.319Z] 5c2a1cbceb83: Pulling fs layer [2022-05-23T04:29:18.319Z] a8d5f1318db7: Pulling fs layer [2022-05-23T04:29:18.319Z] c427282e49a2: Pulling fs layer [2022-05-23T04:29:18.319Z] 1827001aaf11: Pulling fs layer [2022-05-23T04:29:18.319Z] 0714d37db230: Pulling fs layer [2022-05-23T04:29:18.319Z] ac28cf19c067: Pulling fs layer [2022-05-23T04:29:18.319Z] ca983d60f3e2: Pulling fs layer [2022-05-23T04:29:18.319Z] 9f894cec8388: Pulling fs layer [2022-05-23T04:29:18.319Z] 1827001aaf11: Waiting [2022-05-23T04:29:18.319Z] 0714d37db230: Waiting [2022-05-23T04:29:18.319Z] ac28cf19c067: Waiting [2022-05-23T04:29:18.319Z] 5c2a1cbceb83: Waiting [2022-05-23T04:29:18.319Z] a8d5f1318db7: Waiting [2022-05-23T04:29:18.319Z] 9f894cec8388: Waiting [2022-05-23T04:29:18.319Z] ca983d60f3e2: Waiting [2022-05-23T04:29:18.319Z] c427282e49a2: Waiting [2022-05-23T04:29:18.319Z] caf521ccaac6: Download complete [2022-05-23T04:29:18.319Z] 5c2a1cbceb83: Verifying Checksum [2022-05-23T04:29:18.319Z] 5c2a1cbceb83: Download complete [2022-05-23T04:29:18.586Z] a8d5f1318db7: Verifying Checksum [2022-05-23T04:29:18.586Z] a8d5f1318db7: Download complete [2022-05-23T04:29:18.586Z] 3ead6fa29328: Verifying Checksum [2022-05-23T04:29:18.586Z] 3ead6fa29328: Download complete [2022-05-23T04:29:18.586Z] c427282e49a2: Download complete [2022-05-23T04:29:18.586Z] 0714d37db230: Download complete [2022-05-23T04:29:18.586Z] ac28cf19c067: Download complete [2022-05-23T04:29:18.586Z] ca983d60f3e2: Download complete [2022-05-23T04:29:18.586Z] 9f894cec8388: Download complete [2022-05-23T04:29:18.586Z] 1fe172e4850f: Verifying Checksum [2022-05-23T04:29:18.586Z] 1fe172e4850f: Download complete [2022-05-23T04:29:18.845Z] 1827001aaf11: Verifying Checksum [2022-05-23T04:29:18.846Z] 1827001aaf11: Download complete [2022-05-23T04:29:20.227Z] 1fe172e4850f: Pull complete [2022-05-23T04:29:20.227Z] caf521ccaac6: Pull complete [2022-05-23T04:29:20.487Z] 3ead6fa29328: Pull complete [2022-05-23T04:29:20.747Z] 5c2a1cbceb83: Pull complete [2022-05-23T04:29:21.008Z] a8d5f1318db7: Pull complete [2022-05-23T04:29:21.008Z] c427282e49a2: Pull complete [2022-05-23T04:29:22.918Z] 1827001aaf11: Pull complete [2022-05-23T04:29:22.918Z] 0714d37db230: Pull complete [2022-05-23T04:29:23.178Z] ac28cf19c067: Pull complete [2022-05-23T04:29:23.178Z] ca983d60f3e2: Pull complete [2022-05-23T04:29:23.178Z] 9f894cec8388: Pull complete [2022-05-23T04:29:23.439Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-23T04:29:23.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:29:23.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-23T04:29:23.518Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:29:23.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-23T04:29:25.306Z] $ docker top e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 -eo pid,comm [2022-05-23T04:29:25.369Z] 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). [2022-05-23T04:29:25.369Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T04:29:25.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T04:29:25.411Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T04:29:25.546Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T04:29:25.555Z] $ docker exec e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 ssh-agent [2022-05-23T04:29:25.670Z] SSH_AUTH_SOCK=/tmp/ssh-xVFBTwhffe2x/agent.34 [2022-05-23T04:29:25.670Z] SSH_AGENT_PID=40 [2022-05-23T04:29:25.682Z] Running ssh-add (command line suppressed) [2022-05-23T04:29:25.799Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6267463284021889249.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6267463284021889249.key) [2022-05-23T04:29:25.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T04:29:26.107Z] + git tag --points-at HEAD [Pipeline] } [2022-05-23T04:29:26.131Z] $ docker exec --env ******** --env ******** e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 ssh-agent -k [2022-05-23T04:29:26.260Z] unset SSH_AUTH_SOCK; [2022-05-23T04:29:26.261Z] unset SSH_AGENT_PID; [2022-05-23T04:29:26.261Z] echo Agent pid 40 killed; [2022-05-23T04:29:26.268Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-23T04:29:26.297Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T04:29:26.297Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T04:29:26.415Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T04:29:26.424Z] $ docker exec e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 ssh-agent [2022-05-23T04:29:26.544Z] SSH_AUTH_SOCK=/tmp/ssh-ZvDTV1Uz2ERc/agent.75 [2022-05-23T04:29:26.544Z] SSH_AGENT_PID=81 [2022-05-23T04:29:26.550Z] Running ssh-add (command line suppressed) [2022-05-23T04:29:26.662Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7445409188174098327.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7445409188174098327.key) [2022-05-23T04:29:26.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T04:29:26.970Z] + git semver init [2022-05-23T04:29:27.232Z] 2022-05-23 04:29:27,189 [run_init] DEBUG init version:0.0.0 force:False [2022-05-23T04:29:27.232Z] 2022-05-23 04:29:27,190 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2022-05-23T04:29:27.232Z] 2022-05-23 04:29:27,191 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver [2022-05-23T04:29:27.232Z] 2022-05-23 04:29:27,191 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T04:29:27.804Z] 2022-05-23 04:29:27,758 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2022-05-23T04:29:27.804Z] 2022-05-23 04:29:27,758 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False [2022-05-23T04:29:27.804Z] 2022-05-23 04:29:27,758 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:29:27.804Z] 2022-05-23 04:29:27,759 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:29:27.804Z] 0.0.1-dev.3 [Pipeline] } [2022-05-23T04:29:27.820Z] $ docker exec --env ******** --env ******** e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 ssh-agent -k [2022-05-23T04:29:27.940Z] unset SSH_AUTH_SOCK; [2022-05-23T04:29:27.941Z] unset SSH_AGENT_PID; [2022-05-23T04:29:27.941Z] echo Agent pid 81 killed; [2022-05-23T04:29:27.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T04:29:28.267Z] + git semver [Pipeline] } [2022-05-23T04:29:28.553Z] $ docker stop --time=1 e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 [2022-05-23T04:29:29.860Z] $ docker rm -f e19d5f14c6895f0e5075c46f215d0afdd010f06b84219cbc81fefffe69b65868 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T04:29:30.219Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-23T04:29:30.522Z] Stashed 1 file(s) [Pipeline] echo [2022-05-23T04:29:30.527Z] [edgeXSemver]: initialized semver on version 0.0.1-dev.3 [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 [2022-05-23T04:29:30.675Z] provisioning config files... [2022-05-23T04:29:30.686Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7845815315814618694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:29:30.991Z] ---> docker-login.sh [2022-05-23T04:29:30.992Z] nexus3.edgexfoundry.org:10001 [2022-05-23T04:29:30.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:30.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:30.992Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:30.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:30.992Z] [2022-05-23T04:29:30.992Z] Login Succeeded [2022-05-23T04:29:30.992Z] nexus3.edgexfoundry.org:10002 [2022-05-23T04:29:30.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:31.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:31.254Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:31.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:31.254Z] [2022-05-23T04:29:31.254Z] Login Succeeded [2022-05-23T04:29:31.254Z] nexus3.edgexfoundry.org:10003 [2022-05-23T04:29:31.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:31.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:31.254Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:31.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:31.254Z] [2022-05-23T04:29:31.254Z] Login Succeeded [2022-05-23T04:29:31.254Z] nexus3.edgexfoundry.org:10004 [2022-05-23T04:29:31.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:31.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:31.516Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:31.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:31.516Z] [2022-05-23T04:29:31.516Z] Login Succeeded [2022-05-23T04:29:31.516Z] docker.io [2022-05-23T04:29:31.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:29:31.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:29:31.779Z] Configure a credential helper to remove this warning. See [2022-05-23T04:29:31.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:29:31.779Z] [2022-05-23T04:29:31.779Z] Login Succeeded [2022-05-23T04:29:31.779Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T04:29:31.787Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T04:29:31.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T04:29:31.871Z] ========================================================= [2022-05-23T04:29:31.871Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-23T04:29:31.871Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:29:32.183Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-23T04:29:32.183Z] Sending build context to Docker daemon 591.9kB [2022-05-23T04:29:32.183Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T04:29:32.183Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-23T04:29:32.183Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-23T04:29:32.183Z] 59bf1c3509f3: Pulling fs layer [2022-05-23T04:29:32.183Z] 666ba61612fd: Pulling fs layer [2022-05-23T04:29:32.183Z] 8ed8ca486205: Pulling fs layer [2022-05-23T04:29:32.183Z] 4fe6c5a15a65: Pulling fs layer [2022-05-23T04:29:32.183Z] 22a0e8bec74d: Pulling fs layer [2022-05-23T04:29:32.183Z] ca2b28591e48: Pulling fs layer [2022-05-23T04:29:32.183Z] a51346096db8: Pulling fs layer [2022-05-23T04:29:32.183Z] daebc70d1ce1: Pulling fs layer [2022-05-23T04:29:32.183Z] 0e18a0eac166: Pulling fs layer [2022-05-23T04:29:32.183Z] 4fe6c5a15a65: Waiting [2022-05-23T04:29:32.183Z] 22a0e8bec74d: Waiting [2022-05-23T04:29:32.183Z] ca2b28591e48: Waiting [2022-05-23T04:29:32.183Z] a51346096db8: Waiting [2022-05-23T04:29:32.183Z] daebc70d1ce1: Waiting [2022-05-23T04:29:32.183Z] 0e18a0eac166: Waiting [2022-05-23T04:29:32.445Z] 8ed8ca486205: Verifying Checksum [2022-05-23T04:29:32.445Z] 666ba61612fd: Download complete [2022-05-23T04:29:32.445Z] 22a0e8bec74d: Verifying Checksum [2022-05-23T04:29:32.445Z] 22a0e8bec74d: Download complete [2022-05-23T04:29:32.445Z] 59bf1c3509f3: Verifying Checksum [2022-05-23T04:29:32.445Z] 59bf1c3509f3: Download complete [2022-05-23T04:29:32.445Z] ca2b28591e48: Download complete [2022-05-23T04:29:32.445Z] a51346096db8: Download complete [2022-05-23T04:29:32.445Z] daebc70d1ce1: Verifying Checksum [2022-05-23T04:29:32.445Z] daebc70d1ce1: Download complete [2022-05-23T04:29:32.445Z] 59bf1c3509f3: Pull complete [2022-05-23T04:29:32.705Z] 666ba61612fd: Pull complete [2022-05-23T04:29:32.705Z] 8ed8ca486205: Pull complete [2022-05-23T04:29:32.966Z] 0e18a0eac166: Verifying Checksum [2022-05-23T04:29:32.966Z] 0e18a0eac166: Download complete [2022-05-23T04:29:33.225Z] 4fe6c5a15a65: Verifying Checksum [2022-05-23T04:29:33.225Z] 4fe6c5a15a65: Download complete [2022-05-23T04:29:37.422Z] 4fe6c5a15a65: Pull complete [2022-05-23T04:29:37.422Z] 22a0e8bec74d: Pull complete [2022-05-23T04:29:37.422Z] ca2b28591e48: Pull complete [2022-05-23T04:29:37.422Z] a51346096db8: Pull complete [2022-05-23T04:29:37.422Z] daebc70d1ce1: Pull complete [2022-05-23T04:29:39.332Z] 0e18a0eac166: Pull complete [2022-05-23T04:29:39.332Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-23T04:29:39.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-23T04:29:39.332Z] ---> f018257e8ee9 [2022-05-23T04:29:39.332Z] Step 3/12 : ARG MAKE="make build" [2022-05-23T04:29:41.258Z] ---> Running in d6900aca31d0 [2022-05-23T04:29:41.258Z] Removing intermediate container d6900aca31d0 [2022-05-23T04:29:41.258Z] ---> b101dbac54cf [2022-05-23T04:29:41.258Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-23T04:29:41.258Z] ---> Running in 8595b080ef53 [2022-05-23T04:29:41.258Z] Removing intermediate container 8595b080ef53 [2022-05-23T04:29:41.258Z] ---> 7cd6c6fc9678 [2022-05-23T04:29:41.258Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-23T04:29:41.258Z] ---> Running in 5b1f9fa3ac0e [2022-05-23T04:29:41.520Z] Removing intermediate container 5b1f9fa3ac0e [2022-05-23T04:29:41.520Z] ---> e05acc1fafc0 [2022-05-23T04:29:41.520Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T04:29:41.520Z] ---> Running in 00f74b4ce171 [2022-05-23T04:29:42.464Z] Removing intermediate container 00f74b4ce171 [2022-05-23T04:29:42.464Z] ---> bacb00f6375b [2022-05-23T04:29:42.464Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T04:29:42.464Z] ---> Running in 5f695a420bca [2022-05-23T04:29:42.726Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T04:29:43.668Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T04:29:43.930Z] (1/81) Installing mesa (21.2.6-r0) [2022-05-23T04:29:43.930Z] (2/81) Installing libxau (1.0.9-r0) [2022-05-23T04:29:43.930Z] (3/81) Installing libmd (1.0.3-r0) [2022-05-23T04:29:44.191Z] (4/81) Installing libbsd (0.11.3-r1) [2022-05-23T04:29:44.191Z] (5/81) Installing libxdmcp (1.1.3-r0) [2022-05-23T04:29:44.191Z] (6/81) Installing libxcb (1.14-r2) [2022-05-23T04:29:44.452Z] (7/81) Installing libx11 (1.7.2-r0) [2022-05-23T04:29:44.452Z] (8/81) Installing libxext (1.3.4-r0) [2022-05-23T04:29:44.714Z] (9/81) Installing libxfixes (6.0.0-r0) [2022-05-23T04:29:44.714Z] (10/81) Installing libxxf86vm (1.1.4-r2) [2022-05-23T04:29:44.714Z] (11/81) Installing libpciaccess (0.16-r0) [2022-05-23T04:29:44.714Z] (12/81) Installing libdrm (2.4.109-r0) [2022-05-23T04:29:44.976Z] (13/81) Installing mesa-glapi (21.2.6-r0) [2022-05-23T04:29:44.976Z] (14/81) Installing libxshmfence (1.3-r1) [2022-05-23T04:29:45.237Z] (15/81) Installing mesa-gl (21.2.6-r0) [2022-05-23T04:29:45.237Z] (16/81) Installing libice (1.0.10-r0) [2022-05-23T04:29:45.237Z] (17/81) Installing libuuid (2.37.4-r0) [2022-05-23T04:29:45.499Z] (18/81) Installing libsm (1.2.3-r0) [2022-05-23T04:29:45.499Z] (19/81) Installing libxt (1.2.1-r0) [2022-05-23T04:29:45.499Z] (20/81) Installing libxmu (1.1.3-r0) [2022-05-23T04:29:45.644Z] Still waiting to schedule task [2022-05-23T04:29:45.644Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-23T04:29:45.760Z] (21/81) Installing xset (1.2.4-r0) [2022-05-23T04:29:45.760Z] (22/81) Installing xprop (1.2.5-r0) [2022-05-23T04:29:45.760Z] (23/81) Installing xdg-utils (1.1.3-r0) [2022-05-23T04:29:46.020Z] (24/81) Installing dbus-libs (1.12.20-r4) [2022-05-23T04:29:46.020Z] (25/81) Installing libffi (3.4.2-r1) [2022-05-23T04:29:46.020Z] (26/81) Installing libintl (0.21-r0) [2022-05-23T04:29:46.280Z] (27/81) Installing libblkid (2.37.4-r0) [2022-05-23T04:29:46.280Z] (28/81) Installing libmount (2.37.4-r0) [2022-05-23T04:29:46.280Z] (29/81) Installing pcre (8.45-r1) [2022-05-23T04:29:46.540Z] (30/81) Installing glib (2.70.1-r0) [2022-05-23T04:29:46.540Z] (31/81) Installing icu-libs (69.1-r1) [2022-05-23T04:29:47.483Z] (32/81) Installing libpcre2-16 (10.39-r0) [2022-05-23T04:29:47.483Z] (33/81) Installing zstd-libs (1.5.0-r0) [2022-05-23T04:29:47.483Z] (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) [2022-05-23T04:29:47.745Z] (35/81) Installing hicolor-icon-theme (0.17-r1) [2022-05-23T04:29:47.745Z] (36/81) Installing wayland-libs-server (1.19.0-r1) [2022-05-23T04:29:48.006Z] (37/81) Installing mesa-gbm (21.2.6-r0) [2022-05-23T04:29:48.006Z] (38/81) Installing wayland-libs-client (1.19.0-r1) [2022-05-23T04:29:48.006Z] (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) [2022-05-23T04:29:48.266Z] (40/81) Installing libxcomposite (0.4.5-r0) [2022-05-23T04:29:48.266Z] (41/81) Installing libbz2 (1.0.8-r1) [2022-05-23T04:29:48.528Z] (42/81) Installing libpng (1.6.37-r1) [2022-05-23T04:29:48.528Z] (43/81) Installing freetype (2.11.1-r2) [2022-05-23T04:29:48.528Z] (44/81) Installing fontconfig (2.13.1-r4) [2022-05-23T04:29:48.788Z] (45/81) Installing wayland-libs-cursor (1.19.0-r1) [2022-05-23T04:29:48.788Z] (46/81) Installing wayland-libs-egl (1.19.0-r1) [2022-05-23T04:29:49.051Z] (47/81) Installing xkeyboard-config (2.34-r0) [2022-05-23T04:29:49.051Z] (48/81) Installing xz-libs (5.2.5-r1) [2022-05-23T04:29:49.051Z] (49/81) Installing libxml2 (2.9.14-r0) [2022-05-23T04:29:49.312Z] (50/81) Installing libxkbcommon (1.3.1-r0) [2022-05-23T04:29:49.312Z] (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) [2022-05-23T04:29:49.312Z] (52/81) Installing mesa-egl (21.2.6-r0) [2022-05-23T04:29:49.573Z] (53/81) Installing avahi-libs (0.8-r5) [2022-05-23T04:29:49.573Z] (54/81) Installing nettle (3.7.3-r0) [2022-05-23T04:29:49.573Z] (55/81) Installing p11-kit (0.24.0-r1) [2022-05-23T04:29:49.835Z] (56/81) Installing libtasn1 (4.18.0-r0) [2022-05-23T04:29:49.835Z] (57/81) Installing libunistring (0.9.10-r1) [2022-05-23T04:29:50.098Z] (58/81) Installing gnutls (3.7.1-r0) [2022-05-23T04:29:50.098Z] (59/81) Installing cups-libs (2.3.3-r5) [2022-05-23T04:29:50.098Z] (60/81) Installing graphite2 (1.3.14-r0) [2022-05-23T04:29:50.360Z] (61/81) Installing harfbuzz (3.0.0-r2) [2022-05-23T04:29:50.360Z] (62/81) Installing libevdev (1.12.0-r0) [2022-05-23T04:29:50.360Z] (63/81) Installing mtdev (1.1.6-r0) [2022-05-23T04:29:50.623Z] (64/81) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-23T04:29:50.623Z] (65/81) Installing libinput-libs (1.19.4-r0) [2022-05-23T04:29:50.623Z] (66/81) Installing libjpeg-turbo (2.1.2-r0) [2022-05-23T04:29:50.885Z] (67/81) Installing xcb-util-wm (0.4.1-r1) [2022-05-23T04:29:50.885Z] (68/81) Installing xcb-util (0.4.0-r3) [2022-05-23T04:29:50.885Z] (69/81) Installing xcb-util-image (0.4.0-r1) [2022-05-23T04:29:51.145Z] (70/81) Installing xcb-util-keysyms (0.4.0-r1) [2022-05-23T04:29:51.145Z] (71/81) Installing xcb-util-renderutil (0.3.9-r1) [2022-05-23T04:29:51.145Z] (72/81) Installing libxkbcommon-x11 (1.3.1-r0) [2022-05-23T04:29:51.406Z] (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) [2022-05-23T04:29:52.353Z] (74/81) Installing v4l-utils-libs (1.22.1-r1) [2022-05-23T04:29:52.353Z] (75/81) Installing v4l-utils (1.22.1-r1) [2022-05-23T04:29:52.615Z] (76/81) Installing udev-init-scripts (35-r0) [2022-05-23T04:29:52.615Z] Executing udev-init-scripts-35-r0.post-install [2022-05-23T04:29:52.615Z] (77/81) Installing kmod-libs (29-r2) [2022-05-23T04:29:52.615Z] (78/81) Installing eudev (3.2.11_pre1-r0) [2022-05-23T04:29:52.877Z] (79/81) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-23T04:29:52.877Z] (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-23T04:29:52.877Z] (81/81) Installing v4l-utils-dev (1.22.1-r1) [2022-05-23T04:29:53.138Z] Executing busybox-1.34.1-r3.trigger [2022-05-23T04:29:53.138Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-23T04:29:53.138Z] OK: 335 MiB in 133 packages [2022-05-23T04:29:55.716Z] Removing intermediate container 5f695a420bca [2022-05-23T04:29:55.716Z] ---> 5fd53b479b2e [2022-05-23T04:29:55.716Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-23T04:29:55.716Z] ---> Running in 7efb7dfc3fc8 [2022-05-23T04:29:55.716Z] Removing intermediate container 7efb7dfc3fc8 [2022-05-23T04:29:55.716Z] ---> dfad22988a06 [2022-05-23T04:29:55.716Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-23T04:29:55.716Z] ---> a015ad7444ca [2022-05-23T04:29:55.716Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T04:29:55.716Z] ---> Running in 377feecfbd42 [2022-05-23T04:30:17.692Z] Removing intermediate container 377feecfbd42 [2022-05-23T04:30:17.692Z] ---> 0588b097f778 [2022-05-23T04:30:17.692Z] Step 11/12 : COPY . . [2022-05-23T04:30:17.692Z] ---> 2058945b97d7 [2022-05-23T04:30:17.692Z] Step 12/12 : RUN ${MAKE} [2022-05-23T04:30:17.692Z] ---> Running in 4345cd53ebb5 [2022-05-23T04:30:17.692Z] noop [2022-05-23T04:30:17.692Z] Removing intermediate container 4345cd53ebb5 [2022-05-23T04:30:17.692Z] ---> 1ddd73ff292f [2022-05-23T04:30:17.692Z] Successfully built 1ddd73ff292f [2022-05-23T04:30:17.692Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:30:18.000Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T04:30:18.000Z] . [Pipeline] withDockerContainer [2022-05-23T04:30:18.070Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:30:18.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-23T04:30:18.483Z] $ docker top c2860d0ffa5fd4c58ffaecdbc8beef9976d0ec9d691aa262db84040287cf8895 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T04:30:18.870Z] + go version [2022-05-23T04:30:18.870Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-23T04:30:18.893Z] $ docker stop --time=1 c2860d0ffa5fd4c58ffaecdbc8beef9976d0ec9d691aa262db84040287cf8895 [2022-05-23T04:30:20.217Z] $ docker rm -f c2860d0ffa5fd4c58ffaecdbc8beef9976d0ec9d691aa262db84040287cf8895 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:30:20.636Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-23T04:30:20.637Z] . [Pipeline] withDockerContainer [2022-05-23T04:30:20.708Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:30:20.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-23T04:30:21.193Z] $ docker top 1df69477a2f78a17e4a0fba345779ece43fb15386acaa1b9435c738bca732268 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-23T04:30:21.555Z] + make test [2022-05-23T04:30:21.555Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-05-23T04:30:21.815Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-23T04:30:31.802Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-05-23T04:30:31.802Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-05-23T04:30:37.080Z] CGO_ENABLED=1 go vet ./... [2022-05-23T04:30:41.280Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T04:30:41.280Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T04:30:41.280Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T04:30:41.294Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-23T04:30:41.314Z] $ docker stop --time=1 1df69477a2f78a17e4a0fba345779ece43fb15386acaa1b9435c738bca732268 [2022-05-23T04:30:43.223Z] $ docker rm -f 1df69477a2f78a17e4a0fba345779ece43fb15386acaa1b9435c738bca732268 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T04:30:43.687Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-23T04:30:43.727Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-23T04:30:44.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-23T04:30:44.723Z] + ls -al . [2022-05-23T04:30:44.723Z] total 164 [2022-05-23T04:30:44.723Z] drwxrwxr-x 9 jenkins jenkins 4096 May 23 04:30 . [2022-05-23T04:30:44.723Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 04:29 .. [2022-05-23T04:30:44.723Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 04:29 .git [2022-05-23T04:30:44.723Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:29 .github [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 349 May 23 04:29 .gitignore [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 42 May 23 04:29 .golangci.yml [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 77 May 23 04:29 .hadolint.yml [2022-05-23T04:30:44.723Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 04:29 .semver [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 8706 May 23 04:29 Attribution.txt [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 181 May 23 04:29 CHANGELOG.md [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 1891 May 23 04:29 Dockerfile [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 678 May 23 04:29 GOVERNANCE.md [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 659 May 23 04:29 Jenkinsfile [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 23 04:29 LICENSE [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 2030 May 23 04:29 Makefile [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 622 May 23 04:29 OWNERS.md [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 8944 May 23 04:29 README.md [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 11 May 23 04:29 VERSION [2022-05-23T04:30:44.723Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:29 bin [2022-05-23T04:30:44.723Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 04:29 cmd [2022-05-23T04:30:44.723Z] -rw-r--r-- 1 jenkins jenkins 10 May 23 04:30 coverage.out [2022-05-23T04:30:44.723Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:29 docker-compose [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 140 May 23 04:29 docker-entrypoint.sh [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 3307 May 23 04:29 go.mod [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 35656 May 23 04:29 go.sum [2022-05-23T04:30:44.723Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 04:29 internal [2022-05-23T04:30:44.723Z] -rw-rw-r-- 1 jenkins jenkins 231 May 23 04:29 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:30:45.026Z] + 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=aaa7e572fda13da2933300a631edf8df830ba1ce --label arch=amd64 --label version=0.0.1-dev.3 . [2022-05-23T04:30:45.026Z] Sending build context to Docker daemon 592.9kB [2022-05-23T04:30:45.026Z] Step 1/29 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T04:30:45.026Z] Step 2/29 : FROM ${BASE} AS builder [2022-05-23T04:30:45.026Z] ---> 1ddd73ff292f [2022-05-23T04:30:45.026Z] Step 3/29 : ARG MAKE="make build" [2022-05-23T04:30:45.026Z] ---> Running in 8e4edd0fff74 [2022-05-23T04:30:45.026Z] Removing intermediate container 8e4edd0fff74 [2022-05-23T04:30:45.026Z] ---> 78edf12d6a2f [2022-05-23T04:30:45.026Z] Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-23T04:30:45.288Z] ---> Running in 6bc494bbeaec [2022-05-23T04:30:45.288Z] Removing intermediate container 6bc494bbeaec [2022-05-23T04:30:45.288Z] ---> 76594bbafc70 [2022-05-23T04:30:45.288Z] Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-23T04:30:45.288Z] ---> Running in 1698f3815f47 [2022-05-23T04:30:45.288Z] Removing intermediate container 1698f3815f47 [2022-05-23T04:30:45.288Z] ---> 33ac84b95287 [2022-05-23T04:30:45.288Z] Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T04:30:45.550Z] ---> Running in 0926ff328c1a [2022-05-23T04:30:46.121Z] Removing intermediate container 0926ff328c1a [2022-05-23T04:30:46.121Z] ---> fc039545df70 [2022-05-23T04:30:46.121Z] Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T04:30:46.121Z] ---> Running in fdfa614f92c1 [2022-05-23T04:30:46.381Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T04:30:47.324Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T04:30:47.324Z] OK: 335 MiB in 133 packages [2022-05-23T04:30:47.894Z] Removing intermediate container fdfa614f92c1 [2022-05-23T04:30:47.894Z] ---> a6a163072373 [2022-05-23T04:30:47.894Z] Step 8/29 : WORKDIR /device-usb-camera [2022-05-23T04:30:47.894Z] ---> Running in 98fba9ecc2cb [2022-05-23T04:30:47.894Z] Removing intermediate container 98fba9ecc2cb [2022-05-23T04:30:47.894Z] ---> 90d89dbfc273 [2022-05-23T04:30:47.894Z] Step 9/29 : COPY go.mod vendor* ./ [2022-05-23T04:30:47.894Z] ---> bb3e94897bce [2022-05-23T04:30:47.894Z] Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T04:30:48.154Z] ---> Running in 755bfb99430f [2022-05-23T04:30:48.725Z] Removing intermediate container 755bfb99430f [2022-05-23T04:30:48.725Z] ---> 5908f09ac505 [2022-05-23T04:30:48.725Z] Step 11/29 : COPY . . [2022-05-23T04:30:48.986Z] ---> 773a4b108960 [2022-05-23T04:30:48.986Z] Step 12/29 : RUN ${MAKE} [2022-05-23T04:30:48.986Z] ---> Running in 710ff757e1b3 [2022-05-23T04:30:49.246Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-05-23T04:31:11.199Z] Removing intermediate container 710ff757e1b3 [2022-05-23T04:31:11.199Z] ---> 3545b6565b07 [2022-05-23T04:31:11.199Z] Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-05-23T04:31:11.199Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-05-23T04:31:11.199Z] af6660deedbd: Pulling fs layer [2022-05-23T04:31:11.199Z] 97cd0a44c592: Pulling fs layer [2022-05-23T04:31:11.199Z] 97cd0a44c592: Verifying Checksum [2022-05-23T04:31:11.199Z] 97cd0a44c592: Download complete [2022-05-23T04:31:11.199Z] af6660deedbd: Verifying Checksum [2022-05-23T04:31:11.200Z] af6660deedbd: Download complete [2022-05-23T04:31:11.200Z] af6660deedbd: Pull complete [2022-05-23T04:31:11.200Z] 97cd0a44c592: Pull complete [2022-05-23T04:31:11.200Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-05-23T04:31:11.200Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-05-23T04:31:11.200Z] ---> fea57e182299 [2022-05-23T04:31:11.200Z] Step 14/29 : FROM alpine:3.15 [2022-05-23T04:31:11.200Z] 3.15: Pulling from library/alpine [2022-05-23T04:31:11.200Z] df9b9388f04a: Pulling fs layer [2022-05-23T04:31:11.200Z] df9b9388f04a: Verifying Checksum [2022-05-23T04:31:11.200Z] df9b9388f04a: Download complete [2022-05-23T04:31:11.460Z] df9b9388f04a: Pull complete [2022-05-23T04:31:11.460Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T04:31:11.460Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T04:31:11.460Z] ---> 0ac33e5f5afa [2022-05-23T04:31:11.460Z] Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-05-23T04:31:11.460Z] ---> Running in a97b5ef1c572 [2022-05-23T04:31:11.719Z] Removing intermediate container a97b5ef1c572 [2022-05-23T04:31:11.719Z] ---> dd6ca1cd2a17 [2022-05-23T04:31:11.719Z] Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-05-23T04:31:11.719Z] ---> Running in 3b13b5e8871f [2022-05-23T04:31:11.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-23T04:31:11.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-23T04:31:12.238Z] (1/74) Installing dumb-init (1.2.5-r1) [2022-05-23T04:31:12.238Z] (2/74) Installing sdl2 (2.0.16-r4) [2022-05-23T04:31:12.238Z] (3/74) Installing libxau (1.0.9-r0) [2022-05-23T04:31:12.238Z] (4/74) Installing libmd (1.0.3-r0) [2022-05-23T04:31:12.238Z] (5/74) Installing libbsd (0.11.3-r1) [2022-05-23T04:31:12.238Z] (6/74) Installing libxdmcp (1.1.3-r0) [2022-05-23T04:31:12.238Z] (7/74) Installing libxcb (1.14-r2) [2022-05-23T04:31:12.238Z] (8/74) Installing libx11 (1.7.2-r0) [2022-05-23T04:31:12.238Z] (9/74) Installing aom-libs (3.2.0-r0) [2022-05-23T04:31:12.499Z] (10/74) Installing alsa-lib (1.2.5.1-r1) [2022-05-23T04:31:12.499Z] (11/74) Installing expat (2.4.7-r0) [2022-05-23T04:31:12.499Z] (12/74) Installing brotli-libs (1.0.9-r5) [2022-05-23T04:31:12.499Z] (13/74) Installing libbz2 (1.0.8-r1) [2022-05-23T04:31:12.499Z] (14/74) Installing libpng (1.6.37-r1) [2022-05-23T04:31:12.499Z] (15/74) Installing freetype (2.11.1-r2) [2022-05-23T04:31:12.499Z] (16/74) Installing libuuid (2.37.4-r0) [2022-05-23T04:31:12.499Z] (17/74) Installing fontconfig (2.13.1-r4) [2022-05-23T04:31:12.499Z] (18/74) Installing fribidi (1.0.11-r0) [2022-05-23T04:31:12.499Z] (19/74) Installing libffi (3.4.2-r1) [2022-05-23T04:31:12.499Z] (20/74) Installing libintl (0.21-r0) [2022-05-23T04:31:12.499Z] (21/74) Installing libblkid (2.37.4-r0) [2022-05-23T04:31:12.499Z] (22/74) Installing libmount (2.37.4-r0) [2022-05-23T04:31:12.499Z] (23/74) Installing pcre (8.45-r1) [2022-05-23T04:31:12.499Z] (24/74) Installing glib (2.70.1-r0) [2022-05-23T04:31:12.499Z] (25/74) Installing graphite2 (1.3.14-r0) [2022-05-23T04:31:12.499Z] (26/74) Installing harfbuzz (3.0.0-r2) [2022-05-23T04:31:12.499Z] (27/74) Installing libass (0.15.2-r0) [2022-05-23T04:31:12.499Z] (28/74) Installing libdav1d (0.9.2-r0) [2022-05-23T04:31:12.499Z] (29/74) Installing gmp (6.2.1-r1) [2022-05-23T04:31:12.499Z] (30/74) Installing nettle (3.7.3-r0) [2022-05-23T04:31:12.499Z] (31/74) Installing p11-kit (0.24.0-r1) [2022-05-23T04:31:12.759Z] (32/74) Installing libtasn1 (4.18.0-r0) [2022-05-23T04:31:12.759Z] (33/74) Installing libunistring (0.9.10-r1) [2022-05-23T04:31:12.759Z] (34/74) Installing gnutls (3.7.1-r0) [2022-05-23T04:31:12.759Z] (35/74) Installing ncurses-terminfo-base (6.3_p20211120-r0) [2022-05-23T04:31:12.759Z] (36/74) Installing ncurses-libs (6.3_p20211120-r0) [2022-05-23T04:31:12.759Z] (37/74) Installing lame (3.100-r0) [2022-05-23T04:31:12.759Z] (38/74) Installing opus (1.3.1-r1) [2022-05-23T04:31:12.759Z] (39/74) Installing libgomp (10.3.1_git20211027-r0) [2022-05-23T04:31:12.759Z] (40/74) Installing soxr (0.1.3-r2) [2022-05-23T04:31:12.759Z] (41/74) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T04:31:12.759Z] (42/74) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T04:31:12.759Z] (43/74) Installing libsrt (1.4.2-r1) [2022-05-23T04:31:12.759Z] (44/74) Installing libssh (0.9.6-r1) [2022-05-23T04:31:12.759Z] (45/74) Installing libogg (1.3.5-r0) [2022-05-23T04:31:12.759Z] (46/74) Installing libtheora (1.1.1-r16) [2022-05-23T04:31:12.759Z] (47/74) Installing libjpeg-turbo (2.1.2-r0) [2022-05-23T04:31:12.759Z] (48/74) Installing v4l-utils-libs (1.22.1-r1) [2022-05-23T04:31:12.759Z] (49/74) Installing libxext (1.3.4-r0) [2022-05-23T04:31:12.759Z] (50/74) Installing libxfixes (6.0.0-r0) [2022-05-23T04:31:12.759Z] (51/74) Installing libpciaccess (0.16-r0) [2022-05-23T04:31:12.759Z] (52/74) Installing libdrm (2.4.109-r0) [2022-05-23T04:31:12.759Z] (53/74) Installing wayland-libs-client (1.19.0-r1) [2022-05-23T04:31:12.759Z] (54/74) Installing libva (2.13.0-r0) [2022-05-23T04:31:12.759Z] (55/74) Installing libvdpau (1.4-r0) [2022-05-23T04:31:12.759Z] (56/74) Installing vidstab (1.1.0-r1) [2022-05-23T04:31:12.759Z] (57/74) Installing libvorbis (1.3.7-r0) [2022-05-23T04:31:12.759Z] (58/74) Installing libvpx (1.10.0-r0) [2022-05-23T04:31:12.759Z] (59/74) Installing vulkan-loader (1.2.196-r0) [2022-05-23T04:31:12.759Z] (60/74) Installing libwebp (1.2.2-r0) [2022-05-23T04:31:12.759Z] (61/74) Installing x264-libs (20210613-r0) [2022-05-23T04:31:13.019Z] (62/74) Installing x265-libs (3.5-r0) [2022-05-23T04:31:13.019Z] (63/74) Installing xvidcore (1.3.7-r1) [2022-05-23T04:31:13.019Z] (64/74) Installing ffmpeg-libs (4.4.1-r2) [2022-05-23T04:31:13.019Z] (65/74) Installing ffmpeg (4.4.1-r2) [2022-05-23T04:31:13.019Z] (66/74) Installing udev-init-scripts (35-r0) [2022-05-23T04:31:13.019Z] Executing udev-init-scripts-35-r0.post-install [2022-05-23T04:31:13.019Z] (67/74) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-23T04:31:13.019Z] (68/74) Installing xz-libs (5.2.5-r1) [2022-05-23T04:31:13.019Z] (69/74) Installing zstd-libs (1.5.0-r0) [2022-05-23T04:31:13.019Z] (70/74) Installing kmod-libs (29-r2) [2022-05-23T04:31:13.019Z] (71/74) Installing eudev (3.2.11_pre1-r0) [2022-05-23T04:31:13.019Z] (72/74) Installing libsodium (1.0.18-r0) [2022-05-23T04:31:13.019Z] (73/74) Installing libzmq (4.3.4-r0) [2022-05-23T04:31:13.019Z] (74/74) Installing zeromq (4.3.4-r0) [2022-05-23T04:31:13.278Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T04:31:13.278Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-23T04:31:13.278Z] OK: 78 MiB in 88 packages [2022-05-23T04:31:14.665Z] Removing intermediate container 3b13b5e8871f [2022-05-23T04:31:14.665Z] ---> 4674d8b7dd40 [2022-05-23T04:31:14.665Z] Step 17/29 : WORKDIR / [2022-05-23T04:31:14.665Z] ---> Running in e8577b8b185c [2022-05-23T04:31:14.665Z] Removing intermediate container e8577b8b185c [2022-05-23T04:31:14.665Z] ---> e6f16e48821c [2022-05-23T04:31:14.665Z] Step 18/29 : COPY --from=builder /device-usb-camera/cmd / [2022-05-23T04:31:15.607Z] ---> dcd4ad880bf3 [2022-05-23T04:31:15.607Z] Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / [2022-05-23T04:31:15.607Z] ---> 1f2fb04dae35 [2022-05-23T04:31:15.607Z] Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-05-23T04:31:15.607Z] ---> e8ca222ad013 [2022-05-23T04:31:15.607Z] Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-05-23T04:31:15.867Z] ---> 94d6f2a51c27 [2022-05-23T04:31:15.867Z] Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-05-23T04:31:15.867Z] ---> eb2e9abe3d6c [2022-05-23T04:31:15.867Z] Step 23/29 : COPY --from=rtsp /rtsp-simple-server / [2022-05-23T04:31:16.439Z] ---> 366b68fc3afd [2022-05-23T04:31:16.439Z] Step 24/29 : EXPOSE 59983 [2022-05-23T04:31:16.439Z] ---> Running in 090944d4fb75 [2022-05-23T04:31:16.700Z] Removing intermediate container 090944d4fb75 [2022-05-23T04:31:16.700Z] ---> f90a75d5c8b3 [2022-05-23T04:31:16.700Z] Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-05-23T04:31:16.700Z] ---> Running in af4ec7f3c101 [2022-05-23T04:31:16.700Z] Removing intermediate container af4ec7f3c101 [2022-05-23T04:31:16.700Z] ---> fb177b8229f3 [2022-05-23T04:31:16.700Z] Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-05-23T04:31:16.960Z] ---> Running in 11766c600dc0 [2022-05-23T04:31:16.960Z] Removing intermediate container 11766c600dc0 [2022-05-23T04:31:16.960Z] ---> d99497af7ab9 [2022-05-23T04:31:16.960Z] Step 27/29 : LABEL arch=amd64 [2022-05-23T04:31:16.960Z] ---> Running in 70befc15a0dc [2022-05-23T04:31:17.248Z] Removing intermediate container 70befc15a0dc [2022-05-23T04:31:17.248Z] ---> 61cb358ab836 [2022-05-23T04:31:17.248Z] Step 28/29 : LABEL git_sha=aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:31:17.248Z] ---> Running in 2e50db4d5e81 [2022-05-23T04:31:17.248Z] Removing intermediate container 2e50db4d5e81 [2022-05-23T04:31:17.248Z] ---> 24390e0962e6 [2022-05-23T04:31:17.248Z] Step 29/29 : LABEL version=0.0.1-dev.3 [2022-05-23T04:31:17.508Z] ---> Running in 89196f71b336 [2022-05-23T04:31:17.508Z] Removing intermediate container 89196f71b336 [2022-05-23T04:31:17.508Z] ---> 40e56f4db9dd [2022-05-23T04:31:17.508Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-23T04:31:17.508Z] Successfully built 40e56f4db9dd [2022-05-23T04:31:17.508Z] Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:31:17.620Z] provisioning config files... [2022-05-23T04:31:17.631Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5389872296442966143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:31:17.927Z] ---> docker-login.sh [2022-05-23T04:31:17.927Z] nexus3.edgexfoundry.org:10001 [2022-05-23T04:31:17.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:17.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:17.927Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:17.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:17.927Z] [2022-05-23T04:31:17.927Z] Login Succeeded [2022-05-23T04:31:17.927Z] nexus3.edgexfoundry.org:10002 [2022-05-23T04:31:17.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:18.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:18.189Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:18.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:18.189Z] [2022-05-23T04:31:18.189Z] Login Succeeded [2022-05-23T04:31:18.189Z] nexus3.edgexfoundry.org:10003 [2022-05-23T04:31:18.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:18.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:18.189Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:18.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:18.189Z] [2022-05-23T04:31:18.189Z] Login Succeeded [2022-05-23T04:31:18.189Z] nexus3.edgexfoundry.org:10004 [2022-05-23T04:31:18.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:18.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:18.449Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:18.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:18.449Z] [2022-05-23T04:31:18.449Z] Login Succeeded [2022-05-23T04:31:18.449Z] docker.io [2022-05-23T04:31:18.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:18.708Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64332 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [2022-05-23T04:31:18.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:18.712Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:18.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:18.712Z] [2022-05-23T04:31:18.712Z] Login Succeeded [2022-05-23T04:31:18.712Z] ---> docker-login.sh ends [Pipeline] ws [2022-05-23T04:31:18.721Z] Running in /w/workspace/device-usb-camera/14 [Pipeline] { [Pipeline] } [2022-05-23T04:31:18.727Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] checkout [Pipeline] // withEnv [Pipeline] echo [2022-05-23T04:31:18.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T04:31:18.787Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2022-05-23T04:31:18.787Z] aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:31:18.787Z] latest [2022-05-23T04:31:18.787Z] 0.0.1-dev.3 [2022-05-23T04:31:18.787Z] aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:31:18.787Z] main [2022-05-23T04:31:18.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:19.121Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:19.183Z] Selected Git installation does not exist. Using Default [2022-05-23T04:31:19.183Z] The recommended git tool is: NONE [2022-05-23T04:31:19.413Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:31:19.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-05-23T04:31:19.413Z] 550e596c6d0e: Preparing [2022-05-23T04:31:19.413Z] 1207169bf42c: Preparing [2022-05-23T04:31:19.413Z] 6e3c2b15aba5: Preparing [2022-05-23T04:31:19.413Z] 9f40e0f75c94: Preparing [2022-05-23T04:31:19.413Z] 2a2f3cc370ac: Preparing [2022-05-23T04:31:19.413Z] 309a2af84f0d: Preparing [2022-05-23T04:31:19.413Z] f51dc95b525d: Preparing [2022-05-23T04:31:19.413Z] 4fc242d58285: Preparing [2022-05-23T04:31:19.413Z] f51dc95b525d: Waiting [2022-05-23T04:31:19.413Z] 4fc242d58285: Waiting [2022-05-23T04:31:19.413Z] 309a2af84f0d: Waiting [2022-05-23T04:31:19.413Z] 2a2f3cc370ac: Pushed [2022-05-23T04:31:19.413Z] 9f40e0f75c94: Pushed [2022-05-23T04:31:19.413Z] 6e3c2b15aba5: Pushed [2022-05-23T04:31:19.413Z] 1207169bf42c: Pushed [2022-05-23T04:31:19.413Z] 4fc242d58285: Layer already exists [2022-05-23T04:31:21.320Z] 550e596c6d0e: Pushed [2022-05-23T04:31:22.260Z] 309a2af84f0d: Pushed [2022-05-23T04:31:25.147Z] using credential edgex-jenkins-ssh [2022-05-23T04:31:25.164Z] Cloning the remote Git repository [2022-05-23T04:31:25.221Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-05-23T04:31:25.300Z] > git init /w/workspace/device-usb-camera/14 # timeout=10 [2022-05-23T04:31:25.368Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-05-23T04:31:25.369Z] > git --version # timeout=10 [2022-05-23T04:31:25.392Z] > git --version # 'git version 2.25.1' [2022-05-23T04:31:25.393Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-23T04:31:25.476Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T04:31:26.034Z] Avoid second fetch [2022-05-23T04:31:26.034Z] Checking out Revision aaa7e572fda13da2933300a631edf8df830ba1ce (main) [2022-05-23T04:31:26.455Z] f51dc95b525d: Pushed [2022-05-23T04:31:26.455Z] aaa7e572fda13da2933300a631edf8df830ba1ce: digest: sha256:06d868993bb9d2a55027efce1100ceb02200cfdda3e4ead3f4a8d41dee9c1571 size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:26.753Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:25.990Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-05-23T04:31:26.012Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-23T04:31:26.104Z] > git config core.sparsecheckout # timeout=10 [2022-05-23T04:31:26.126Z] > git checkout -f aaa7e572fda13da2933300a631edf8df830ba1ce # timeout=10 [2022-05-23T04:31:27.057Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-05-23T04:31:27.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-05-23T04:31:27.057Z] 550e596c6d0e: Preparing [2022-05-23T04:31:27.057Z] 1207169bf42c: Preparing [2022-05-23T04:31:27.057Z] 6e3c2b15aba5: Preparing [2022-05-23T04:31:27.057Z] 9f40e0f75c94: Preparing [2022-05-23T04:31:27.057Z] 2a2f3cc370ac: Preparing [2022-05-23T04:31:27.057Z] 309a2af84f0d: Preparing [2022-05-23T04:31:27.057Z] f51dc95b525d: Preparing [2022-05-23T04:31:27.057Z] 4fc242d58285: Preparing [2022-05-23T04:31:27.057Z] f51dc95b525d: Waiting [2022-05-23T04:31:27.057Z] 309a2af84f0d: Waiting [2022-05-23T04:31:27.057Z] 6e3c2b15aba5: Layer already exists [2022-05-23T04:31:27.057Z] 2a2f3cc370ac: Layer already exists [2022-05-23T04:31:27.057Z] 550e596c6d0e: Layer already exists [2022-05-23T04:31:27.057Z] 1207169bf42c: Layer already exists [2022-05-23T04:31:27.057Z] 9f40e0f75c94: Layer already exists [2022-05-23T04:31:27.057Z] 309a2af84f0d: Layer already exists [2022-05-23T04:31:27.057Z] f51dc95b525d: Layer already exists [2022-05-23T04:31:27.057Z] 4fc242d58285: Layer already exists [2022-05-23T04:31:27.057Z] latest: digest: sha256:06d868993bb9d2a55027efce1100ceb02200cfdda3e4ead3f4a8d41dee9c1571 size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:27.361Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:27.652Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.3 [2022-05-23T04:31:27.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-05-23T04:31:27.652Z] 550e596c6d0e: Preparing [2022-05-23T04:31:27.652Z] 1207169bf42c: Preparing [2022-05-23T04:31:27.652Z] 6e3c2b15aba5: Preparing [2022-05-23T04:31:27.652Z] 9f40e0f75c94: Preparing [2022-05-23T04:31:27.652Z] 2a2f3cc370ac: Preparing [2022-05-23T04:31:27.652Z] 309a2af84f0d: Preparing [2022-05-23T04:31:27.652Z] f51dc95b525d: Preparing [2022-05-23T04:31:27.652Z] 4fc242d58285: Preparing [2022-05-23T04:31:27.653Z] 309a2af84f0d: Waiting [2022-05-23T04:31:27.653Z] f51dc95b525d: Waiting [2022-05-23T04:31:27.653Z] 4fc242d58285: Waiting [2022-05-23T04:31:27.653Z] 2a2f3cc370ac: Layer already exists [2022-05-23T04:31:27.653Z] 550e596c6d0e: Layer already exists [2022-05-23T04:31:27.653Z] 1207169bf42c: Layer already exists [2022-05-23T04:31:27.653Z] 9f40e0f75c94: Layer already exists [2022-05-23T04:31:27.653Z] 6e3c2b15aba5: Layer already exists [2022-05-23T04:31:27.653Z] 309a2af84f0d: Layer already exists [2022-05-23T04:31:27.653Z] f51dc95b525d: Layer already exists [2022-05-23T04:31:27.653Z] 4fc242d58285: Layer already exists [2022-05-23T04:31:27.653Z] 0.0.1-dev.3: digest: sha256:06d868993bb9d2a55027efce1100ceb02200cfdda3e4ead3f4a8d41dee9c1571 size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:27.955Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:28.349Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:31:28.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-05-23T04:31:28.349Z] 550e596c6d0e: Preparing [2022-05-23T04:31:28.349Z] 1207169bf42c: Preparing [2022-05-23T04:31:28.349Z] 6e3c2b15aba5: Preparing [2022-05-23T04:31:28.349Z] 9f40e0f75c94: Preparing [2022-05-23T04:31:28.349Z] 2a2f3cc370ac: Preparing [2022-05-23T04:31:28.349Z] 309a2af84f0d: Preparing [2022-05-23T04:31:28.349Z] f51dc95b525d: Preparing [2022-05-23T04:31:28.349Z] 4fc242d58285: Preparing [2022-05-23T04:31:28.349Z] f51dc95b525d: Waiting [2022-05-23T04:31:28.349Z] 4fc242d58285: Waiting [2022-05-23T04:31:28.349Z] 309a2af84f0d: Waiting [2022-05-23T04:31:28.349Z] 6e3c2b15aba5: Layer already exists [2022-05-23T04:31:28.349Z] 2a2f3cc370ac: Layer already exists [2022-05-23T04:31:28.349Z] 9f40e0f75c94: Layer already exists [2022-05-23T04:31:28.349Z] 1207169bf42c: Layer already exists [2022-05-23T04:31:28.349Z] 550e596c6d0e: Layer already exists [2022-05-23T04:31:28.349Z] 4fc242d58285: Layer already exists [2022-05-23T04:31:28.349Z] f51dc95b525d: Layer already exists [2022-05-23T04:31:28.349Z] 309a2af84f0d: Layer already exists [2022-05-23T04:31:28.349Z] aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3: digest: sha256:06d868993bb9d2a55027efce1100ceb02200cfdda3e4ead3f4a8d41dee9c1571 size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:28.718Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:29.015Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2022-05-23T04:31:29.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-05-23T04:31:29.015Z] 550e596c6d0e: Preparing [2022-05-23T04:31:29.015Z] 1207169bf42c: Preparing [2022-05-23T04:31:29.015Z] 6e3c2b15aba5: Preparing [2022-05-23T04:31:29.015Z] 9f40e0f75c94: Preparing [2022-05-23T04:31:29.015Z] 2a2f3cc370ac: Preparing [2022-05-23T04:31:29.015Z] 309a2af84f0d: Preparing [2022-05-23T04:31:29.015Z] f51dc95b525d: Preparing [2022-05-23T04:31:29.015Z] 4fc242d58285: Preparing [2022-05-23T04:31:29.015Z] f51dc95b525d: Waiting [2022-05-23T04:31:29.015Z] 309a2af84f0d: Waiting [2022-05-23T04:31:29.015Z] 4fc242d58285: Waiting [2022-05-23T04:31:29.015Z] 2a2f3cc370ac: Layer already exists [2022-05-23T04:31:29.015Z] 1207169bf42c: Layer already exists [2022-05-23T04:31:29.015Z] 9f40e0f75c94: Layer already exists [2022-05-23T04:31:29.015Z] 550e596c6d0e: Layer already exists [2022-05-23T04:31:29.015Z] 6e3c2b15aba5: Layer already exists [2022-05-23T04:31:29.015Z] f51dc95b525d: Layer already exists [2022-05-23T04:31:29.015Z] 4fc242d58285: Layer already exists [2022-05-23T04:31:29.015Z] 309a2af84f0d: Layer already exists [2022-05-23T04:31:29.015Z] main: digest: sha256:06d868993bb9d2a55027efce1100ceb02200cfdda3e4ead3f4a8d41dee9c1571 size: 1994 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T04:31:29.050Z] ===================================================== [Pipeline] echo [2022-05-23T04:31:29.059Z] taggedImages: [2022-05-23T04:31:29.059Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:31:29.059Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-05-23T04:31:29.059Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.3 [2022-05-23T04:31:29.059Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:31:29.059Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:29.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T04:31:29.438Z] [2022-05-23T04:31:29.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:29.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T04:31:29.753Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-23T04:31:29.753Z] 5eb5b503b376: Pulling fs layer [2022-05-23T04:31:29.753Z] 5c69ac0246d0: Pulling fs layer [2022-05-23T04:31:29.753Z] ec43610c2a17: Pulling fs layer [2022-05-23T04:31:29.753Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-23T04:31:29.753Z] 33b1e0a273af: Pulling fs layer [2022-05-23T04:31:29.753Z] 5d3b04190fa2: Pulling fs layer [2022-05-23T04:31:29.753Z] 2f39f015ded8: Pulling fs layer [2022-05-23T04:31:29.753Z] 3a2ae6a8a46f: Waiting [2022-05-23T04:31:29.753Z] 33b1e0a273af: Waiting [2022-05-23T04:31:29.753Z] 5d3b04190fa2: Waiting [2022-05-23T04:31:29.753Z] 2f39f015ded8: Waiting [2022-05-23T04:31:29.753Z] 5c69ac0246d0: Verifying Checksum [2022-05-23T04:31:29.753Z] 5c69ac0246d0: Download complete [2022-05-23T04:31:29.753Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-23T04:31:29.753Z] 3a2ae6a8a46f: Download complete [2022-05-23T04:31:29.753Z] 33b1e0a273af: Verifying Checksum [2022-05-23T04:31:29.753Z] 33b1e0a273af: Download complete [2022-05-23T04:31:30.015Z] 5d3b04190fa2: Verifying Checksum [2022-05-23T04:31:30.015Z] 5d3b04190fa2: Download complete [2022-05-23T04:31:30.015Z] ec43610c2a17: Verifying Checksum [2022-05-23T04:31:30.015Z] 5eb5b503b376: Verifying Checksum [2022-05-23T04:31:30.015Z] 5eb5b503b376: Download complete [2022-05-23T04:31:30.518Z] Commit message: "Merge pull request #31 from farshidtz/fix-interval" [2022-05-23T04:31:30.586Z] 2f39f015ded8: Download complete [2022-05-23T04:31:30.818Z] [2022-05-23T04:31:30.818Z] GitHub has been notified of this commit’s build result [2022-05-23T04:31:30.818Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T04:31:31.411Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-23T04:31:31.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T04:31:31.411Z] Dload Upload Total Spent Left Speed [2022-05-23T04:31:31.411Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 51700 0 --:--:-- --:--:-- --:--:-- 51700 [2022-05-23T04:31:31.524Z] 5eb5b503b376: Pull complete [2022-05-23T04:31:31.524Z] 5c69ac0246d0: Pull complete [Pipeline] sh [2022-05-23T04:31:31.978Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-23T04:31:32.095Z] ec43610c2a17: Pull complete [2022-05-23T04:31:32.095Z] 3a2ae6a8a46f: Pull complete [2022-05-23T04:31:32.328Z] + sudo tee /etc/docker/daemon.new [2022-05-23T04:31:32.328Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-23T04:31:32.328Z] { [2022-05-23T04:31:32.328Z] "registry-mirrors": [ [2022-05-23T04:31:32.328Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-23T04:31:32.328Z] ], [2022-05-23T04:31:32.328Z] "bip": "10.250.0.254/24", [2022-05-23T04:31:32.328Z] "hosts": [ [2022-05-23T04:31:32.328Z] "tcp://0.0.0.0:5555", [2022-05-23T04:31:32.328Z] "unix:///var/run/docker.sock" [2022-05-23T04:31:32.328Z] ], [2022-05-23T04:31:32.328Z] "mtu": 1458, [2022-05-23T04:31:32.328Z] "selinux-enabled": true, [2022-05-23T04:31:32.328Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-23T04:31:32.328Z] } [Pipeline] sh [2022-05-23T04:31:32.355Z] 33b1e0a273af: Pull complete [2022-05-23T04:31:32.616Z] 5d3b04190fa2: Pull complete [2022-05-23T04:31:32.678Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-23T04:31:33.021Z] + sudo service docker restart [2022-05-23T04:31:36.811Z] 2f39f015ded8: Pull complete [2022-05-23T04:31:36.811Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-23T04:31:36.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T04:31:36.811Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-23T04:31:36.880Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:31:36.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-23T04:31:39.225Z] $ docker top 1ca535fddbe46697cfb2a8ab5d0589eb491da80cfa0503b2e9a4953a1622779a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:31:39.670Z] ---> job-cost.sh [2022-05-23T04:31:39.670Z] lf-activate-venv: SKIPPING [2022-05-23T04:31:39.670Z] INFO: No Stack... [2022-05-23T04:31:40.243Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T04:31:40.816Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T04:31:41.111Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2022-05-23T04:31:41.111Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T04:31:41.129Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [2022-05-23T04:31:41.138Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] did not exist. Created. [2022-05-23T04:31:41.138Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T04:31:41.450Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-23T04:31:41.484Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T04:31:41.493Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T04:31:41.516Z] $ docker stop --time=1 1ca535fddbe46697cfb2a8ab5d0589eb491da80cfa0503b2e9a4953a1622779a [2022-05-23T04:31:42.746Z] $ docker rm -f 1ca535fddbe46697cfb2a8ab5d0589eb491da80cfa0503b2e9a4953a1622779a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:31:51.367Z] provisioning config files... [2022-05-23T04:31:51.396Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/14@tmp/config9196970699930190134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:31:51.758Z] ---> docker-login.sh [2022-05-23T04:31:51.758Z] nexus3.edgexfoundry.org:10001 [2022-05-23T04:31:52.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:52.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:52.739Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:52.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:52.739Z] [2022-05-23T04:31:52.739Z] Login Succeeded [2022-05-23T04:31:52.739Z] nexus3.edgexfoundry.org:10002 [2022-05-23T04:31:53.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:53.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:53.024Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:53.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:53.024Z] [2022-05-23T04:31:53.024Z] Login Succeeded [2022-05-23T04:31:53.024Z] nexus3.edgexfoundry.org:10003 [2022-05-23T04:31:53.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:53.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:53.625Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:53.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:53.625Z] [2022-05-23T04:31:53.625Z] Login Succeeded [2022-05-23T04:31:53.625Z] nexus3.edgexfoundry.org:10004 [2022-05-23T04:31:53.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:54.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:54.176Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:54.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:54.176Z] [2022-05-23T04:31:54.176Z] Login Succeeded [2022-05-23T04:31:54.176Z] docker.io [2022-05-23T04:31:54.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:31:54.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:31:54.728Z] Configure a credential helper to remove this warning. See [2022-05-23T04:31:54.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:31:54.728Z] [2022-05-23T04:31:54.728Z] Login Succeeded [2022-05-23T04:31:54.728Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T04:31:54.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-23T04:31:55.174Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T04:31:55.184Z] ========================================================= [2022-05-23T04:31:55.184Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-23T04:31:55.184Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:31:55.558Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-23T04:31:55.833Z] Sending build context to Docker daemon 398.3kB [2022-05-23T04:31:55.833Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T04:31:55.833Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-23T04:31:56.108Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-23T04:31:56.108Z] 9b3977197b4f: Pulling fs layer [2022-05-23T04:31:56.108Z] 1a89e8eeedd5: Pulling fs layer [2022-05-23T04:31:56.108Z] 94645a83ff95: Pulling fs layer [2022-05-23T04:31:56.108Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-23T04:31:56.108Z] 0c92f367c5e7: Pulling fs layer [2022-05-23T04:31:56.108Z] 3f3a8bcf1eab: Waiting [2022-05-23T04:31:56.108Z] 3096ccb668a1: Pulling fs layer [2022-05-23T04:31:56.108Z] e8cf19c19ddd: Pulling fs layer [2022-05-23T04:31:56.108Z] a4caa8a26152: Pulling fs layer [2022-05-23T04:31:56.108Z] 0c92f367c5e7: Waiting [2022-05-23T04:31:56.108Z] e8cf19c19ddd: Waiting [2022-05-23T04:31:56.108Z] 3096ccb668a1: Waiting [2022-05-23T04:31:56.108Z] a4caa8a26152: Waiting [2022-05-23T04:31:56.108Z] 94645a83ff95: Verifying Checksum [2022-05-23T04:31:56.108Z] 94645a83ff95: Download complete [2022-05-23T04:31:56.108Z] 1a89e8eeedd5: Verifying Checksum [2022-05-23T04:31:56.108Z] 1a89e8eeedd5: Download complete [2022-05-23T04:31:56.108Z] 0c92f367c5e7: Verifying Checksum [2022-05-23T04:31:56.108Z] 0c92f367c5e7: Download complete [2022-05-23T04:31:56.108Z] 3096ccb668a1: Verifying Checksum [2022-05-23T04:31:56.108Z] 3096ccb668a1: Download complete [2022-05-23T04:31:56.108Z] 9b3977197b4f: Verifying Checksum [2022-05-23T04:31:56.108Z] 9b3977197b4f: Download complete [2022-05-23T04:31:56.108Z] e8cf19c19ddd: Verifying Checksum [2022-05-23T04:31:56.108Z] e8cf19c19ddd: Download complete [2022-05-23T04:31:56.716Z] 9b3977197b4f: Pull complete [2022-05-23T04:31:57.720Z] 1a89e8eeedd5: Pull complete [2022-05-23T04:31:57.720Z] 94645a83ff95: Pull complete [2022-05-23T04:31:58.325Z] a4caa8a26152: Verifying Checksum [2022-05-23T04:31:58.325Z] a4caa8a26152: Download complete [2022-05-23T04:31:58.602Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-23T04:31:58.602Z] 3f3a8bcf1eab: Download complete [2022-05-23T04:32:11.023Z] 3f3a8bcf1eab: Pull complete [2022-05-23T04:32:11.023Z] 0c92f367c5e7: Pull complete [2022-05-23T04:32:11.300Z] 3096ccb668a1: Pull complete [2022-05-23T04:32:11.575Z] e8cf19c19ddd: Pull complete [2022-05-23T04:32:18.319Z] a4caa8a26152: Pull complete [2022-05-23T04:32:18.319Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-23T04:32:18.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-23T04:32:18.319Z] ---> 725f1c02e7f9 [2022-05-23T04:32:18.319Z] Step 3/12 : ARG MAKE="make build" [2022-05-23T04:32:18.319Z] ---> Running in cb48539da1aa [2022-05-23T04:32:18.597Z] Removing intermediate container cb48539da1aa [2022-05-23T04:32:18.597Z] ---> 294c66f3a407 [2022-05-23T04:32:18.597Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-23T04:32:18.871Z] ---> Running in 42a26d942208 [2022-05-23T04:32:19.145Z] Removing intermediate container 42a26d942208 [2022-05-23T04:32:19.145Z] ---> d19c1bccf8a9 [2022-05-23T04:32:19.145Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-23T04:32:19.145Z] ---> Running in 68a82a9cf7f9 [2022-05-23T04:32:19.430Z] Removing intermediate container 68a82a9cf7f9 [2022-05-23T04:32:19.430Z] ---> 92bf69932076 [2022-05-23T04:32:19.430Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T04:32:19.430Z] ---> Running in c7801dda5a69 [2022-05-23T04:32:21.420Z] Removing intermediate container c7801dda5a69 [2022-05-23T04:32:21.420Z] ---> 9976c163f49b [2022-05-23T04:32:21.420Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T04:32:21.420Z] ---> Running in 5de96d30d39a [2022-05-23T04:32:22.402Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T04:32:23.383Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T04:32:23.982Z] (1/14) Installing libintl (0.21-r0) [2022-05-23T04:32:23.982Z] (2/14) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-23T04:32:23.982Z] (3/14) Installing libjpeg-turbo (2.1.2-r0) [2022-05-23T04:32:24.255Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-05-23T04:32:24.255Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-05-23T04:32:24.527Z] (6/14) Installing udev-init-scripts (35-r0) [2022-05-23T04:32:24.527Z] Executing udev-init-scripts-35-r0.post-install [2022-05-23T04:32:24.527Z] (7/14) Installing libblkid (2.37.4-r0) [2022-05-23T04:32:24.813Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-05-23T04:32:24.813Z] (9/14) Installing zstd-libs (1.5.0-r0) [2022-05-23T04:32:24.813Z] (10/14) Installing kmod-libs (29-r2) [2022-05-23T04:32:25.088Z] (11/14) Installing eudev (3.2.11_pre1-r0) [2022-05-23T04:32:25.088Z] (12/14) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-23T04:32:25.088Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-23T04:32:25.367Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-05-23T04:32:25.367Z] Executing busybox-1.34.1-r3.trigger [2022-05-23T04:32:25.367Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-23T04:32:25.367Z] OK: 227 MiB in 66 packages [2022-05-23T04:32:26.804Z] Removing intermediate container 5de96d30d39a [2022-05-23T04:32:26.804Z] ---> 780cc86299fa [2022-05-23T04:32:26.804Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-23T04:32:26.804Z] ---> Running in 4c22f16b7b20 [2022-05-23T04:32:27.078Z] Removing intermediate container 4c22f16b7b20 [2022-05-23T04:32:27.078Z] ---> a5612cadc21c [2022-05-23T04:32:27.078Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-23T04:32:27.677Z] ---> 5b32cfb9092b [2022-05-23T04:32:27.677Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T04:32:27.677Z] ---> Running in fee64668b476 [2022-05-23T04:33:14.679Z] Removing intermediate container fee64668b476 [2022-05-23T04:33:14.679Z] ---> 38f32ebd31de [2022-05-23T04:33:14.679Z] Step 11/12 : COPY . . [2022-05-23T04:33:14.679Z] ---> 0dc2fa226f2f [2022-05-23T04:33:14.679Z] Step 12/12 : RUN ${MAKE} [2022-05-23T04:33:14.679Z] ---> Running in a14477dcf57c [2022-05-23T04:33:14.679Z] noop [2022-05-23T04:33:14.679Z] Removing intermediate container a14477dcf57c [2022-05-23T04:33:14.679Z] ---> 8a3ab8574e0d [2022-05-23T04:33:14.679Z] Successfully built 8a3ab8574e0d [2022-05-23T04:33:14.679Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:33:15.029Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T04:33:15.029Z] . [Pipeline] withDockerContainer [2022-05-23T04:33:15.254Z] prd-ubuntu20.04-docker-arm64-4c-16g-64332 does not seem to be running inside a container [2022-05-23T04:33:15.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/14 -v /w/workspace/device-usb-camera/14:/w/workspace/device-usb-camera/14:rw,z -v /w/workspace/device-usb-camera/14@tmp:/w/workspace/device-usb-camera/14@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 [2022-05-23T04:33:16.585Z] $ docker top f30187d58dcdf7d54626aea1e02238dc8554422862847f1dc1c88c4983240d1c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T04:33:17.480Z] + go version [2022-05-23T04:33:17.480Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-23T04:33:17.509Z] $ docker stop --time=1 f30187d58dcdf7d54626aea1e02238dc8554422862847f1dc1c88c4983240d1c [2022-05-23T04:33:19.115Z] $ docker rm -f f30187d58dcdf7d54626aea1e02238dc8554422862847f1dc1c88c4983240d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:33:19.713Z] + docker inspect -f . ci-base-image-arm64 [2022-05-23T04:33:19.713Z] . [Pipeline] withDockerContainer [2022-05-23T04:33:19.933Z] prd-ubuntu20.04-docker-arm64-4c-16g-64332 does not seem to be running inside a container [2022-05-23T04:33:20.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/14 -v /w/workspace/device-usb-camera/14:/w/workspace/device-usb-camera/14:rw,z -v /w/workspace/device-usb-camera/14@tmp:/w/workspace/device-usb-camera/14@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 [2022-05-23T04:33:21.245Z] $ docker top 0a546f08b98467942ce25f8034ae5d9b05b263318113dc537e4f57ead006a1d5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-23T04:33:22.142Z] + make test [2022-05-23T04:33:22.142Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-05-23T04:33:23.579Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-23T04:34:45.423Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-05-23T04:34:45.423Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-05-23T04:34:45.423Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-23T04:34:45.423Z] CGO_ENABLED=1 go vet ./... [2022-05-23T04:35:07.632Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-23T04:35:07.632Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-23T04:35:07.632Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-23T04:35:08.634Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-23T04:35:08.656Z] $ docker stop --time=1 0a546f08b98467942ce25f8034ae5d9b05b263318113dc537e4f57ead006a1d5 [2022-05-23T04:35:10.397Z] $ docker rm -f 0a546f08b98467942ce25f8034ae5d9b05b263318113dc537e4f57ead006a1d5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T04:35:11.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-23T04:35:11.343Z] Warning: overwriting stash ‘coverage-report’ [2022-05-23T04:35:11.775Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-23T04:35:12.156Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-23T04:35:12.488Z] + ls -al . [2022-05-23T04:35:12.489Z] total 160 [2022-05-23T04:35:12.489Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 04:35 . [2022-05-23T04:35:12.489Z] drwxrwxr-x 4 jenkins jenkins 4096 May 23 04:31 .. [2022-05-23T04:35:12.489Z] drwxrwxr-x 8 jenkins jenkins 4096 May 23 04:31 .git [2022-05-23T04:35:12.489Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:31 .github [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 349 May 23 04:31 .gitignore [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 42 May 23 04:31 .golangci.yml [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 77 May 23 04:31 .hadolint.yml [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 8706 May 23 04:31 Attribution.txt [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 181 May 23 04:31 CHANGELOG.md [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 1891 May 23 04:31 Dockerfile [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 678 May 23 04:31 GOVERNANCE.md [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 659 May 23 04:31 Jenkinsfile [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 23 04:31 LICENSE [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 2030 May 23 04:31 Makefile [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 622 May 23 04:31 OWNERS.md [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 8944 May 23 04:31 README.md [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 11 May 23 04:29 VERSION [2022-05-23T04:35:12.489Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:31 bin [2022-05-23T04:35:12.489Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 04:31 cmd [2022-05-23T04:35:12.489Z] -rw-r--r-- 1 jenkins jenkins 10 May 23 04:33 coverage.out [2022-05-23T04:35:12.489Z] drwxrwxr-x 2 jenkins jenkins 4096 May 23 04:31 docker-compose [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 140 May 23 04:31 docker-entrypoint.sh [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 3307 May 23 04:31 go.mod [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 35656 May 23 04:31 go.sum [2022-05-23T04:35:12.489Z] drwxrwxr-x 3 jenkins jenkins 4096 May 23 04:31 internal [2022-05-23T04:35:12.489Z] -rw-rw-r-- 1 jenkins jenkins 231 May 23 04:31 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:35:12.835Z] + 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=aaa7e572fda13da2933300a631edf8df830ba1ce --label arch=arm64 --label version=0.0.1-dev.3 . [2022-05-23T04:35:13.108Z] Sending build context to Docker daemon 399.4kB [2022-05-23T04:35:13.108Z] Step 1/29 : ARG BASE=golang:1.17-alpine3.15 [2022-05-23T04:35:13.108Z] Step 2/29 : FROM ${BASE} AS builder [2022-05-23T04:35:13.108Z] ---> 8a3ab8574e0d [2022-05-23T04:35:13.108Z] Step 3/29 : ARG MAKE="make build" [2022-05-23T04:35:13.108Z] ---> Running in 3fa5832f65c3 [2022-05-23T04:35:13.703Z] Removing intermediate container 3fa5832f65c3 [2022-05-23T04:35:13.703Z] ---> 316a23d4bb71 [2022-05-23T04:35:13.703Z] Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-23T04:35:13.703Z] ---> Running in afd84064803b [2022-05-23T04:35:13.977Z] Removing intermediate container afd84064803b [2022-05-23T04:35:13.977Z] ---> 1ddd0366c28c [2022-05-23T04:35:13.977Z] Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-23T04:35:13.977Z] ---> Running in 907abc6da221 [2022-05-23T04:35:14.254Z] Removing intermediate container 907abc6da221 [2022-05-23T04:35:14.254Z] ---> b8655b86a38c [2022-05-23T04:35:14.254Z] Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-23T04:35:14.254Z] ---> Running in e85200ed5a7e [2022-05-23T04:35:16.235Z] Removing intermediate container e85200ed5a7e [2022-05-23T04:35:16.235Z] ---> 1d1558d55f90 [2022-05-23T04:35:16.235Z] Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-23T04:35:16.235Z] ---> Running in 5027c11ccb5b [2022-05-23T04:35:17.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T04:35:17.813Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T04:35:18.791Z] OK: 227 MiB in 66 packages [2022-05-23T04:35:19.397Z] Removing intermediate container 5027c11ccb5b [2022-05-23T04:35:19.397Z] ---> 6877115aa03e [2022-05-23T04:35:19.397Z] Step 8/29 : WORKDIR /device-usb-camera [2022-05-23T04:35:19.686Z] ---> Running in 5ef33c157f6b [2022-05-23T04:35:19.959Z] Removing intermediate container 5ef33c157f6b [2022-05-23T04:35:19.959Z] ---> 9a03ec472fe9 [2022-05-23T04:35:19.959Z] Step 9/29 : COPY go.mod vendor* ./ [2022-05-23T04:35:20.559Z] ---> e58e672c2502 [2022-05-23T04:35:20.559Z] Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-23T04:35:20.559Z] ---> Running in 6c1415b17445 [2022-05-23T04:35:22.544Z] Removing intermediate container 6c1415b17445 [2022-05-23T04:35:22.544Z] ---> 7fa3f8c4724e [2022-05-23T04:35:22.544Z] Step 11/29 : COPY . . [2022-05-23T04:35:23.140Z] ---> e03de1df021f [2022-05-23T04:35:23.140Z] Step 12/29 : RUN ${MAKE} [2022-05-23T04:35:23.140Z] ---> Running in fb27dedc2e2d [2022-05-23T04:35:24.118Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd [2022-05-23T04:37:31.019Z] Removing intermediate container fb27dedc2e2d [2022-05-23T04:37:31.019Z] ---> 8e344e137fe8 [2022-05-23T04:37:31.019Z] Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-05-23T04:37:31.019Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-05-23T04:37:31.019Z] eab2503cf8f4: Pulling fs layer [2022-05-23T04:37:31.019Z] 97cd0a44c592: Pulling fs layer [2022-05-23T04:37:31.019Z] 97cd0a44c592: Verifying Checksum [2022-05-23T04:37:31.019Z] 97cd0a44c592: Download complete [2022-05-23T04:37:31.019Z] eab2503cf8f4: Verifying Checksum [2022-05-23T04:37:31.019Z] eab2503cf8f4: Download complete [2022-05-23T04:37:31.019Z] eab2503cf8f4: Pull complete [2022-05-23T04:37:31.019Z] 97cd0a44c592: Pull complete [2022-05-23T04:37:31.019Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-05-23T04:37:31.019Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-05-23T04:37:31.019Z] ---> 7f763cca56b3 [2022-05-23T04:37:31.019Z] Step 14/29 : FROM alpine:3.15 [2022-05-23T04:37:31.019Z] 3.15: Pulling from library/alpine [2022-05-23T04:37:31.019Z] 9981e73032c8: Pulling fs layer [2022-05-23T04:37:31.019Z] 9981e73032c8: Verifying Checksum [2022-05-23T04:37:31.019Z] 9981e73032c8: Download complete [2022-05-23T04:37:31.019Z] 9981e73032c8: Pull complete [2022-05-23T04:37:31.019Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-05-23T04:37:31.019Z] Status: Downloaded newer image for alpine:3.15 [2022-05-23T04:37:31.019Z] ---> 3fb3c9af89a9 [2022-05-23T04:37:31.019Z] Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-05-23T04:37:31.019Z] ---> Running in 1791c91642a3 [2022-05-23T04:37:31.019Z] Removing intermediate container 1791c91642a3 [2022-05-23T04:37:31.019Z] ---> e22553aa84a0 [2022-05-23T04:37:31.019Z] Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-05-23T04:37:31.019Z] ---> Running in 5bde41ef5fc1 [2022-05-23T04:37:31.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-23T04:37:31.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-23T04:37:31.019Z] (1/73) Installing dumb-init (1.2.5-r1) [2022-05-23T04:37:31.019Z] (2/73) Installing sdl2 (2.0.16-r4) [2022-05-23T04:37:31.019Z] (3/73) Installing libxau (1.0.9-r0) [2022-05-23T04:37:31.019Z] (4/73) Installing libmd (1.0.3-r0) [2022-05-23T04:37:31.019Z] (5/73) Installing libbsd (0.11.3-r1) [2022-05-23T04:37:31.019Z] (6/73) Installing libxdmcp (1.1.3-r0) [2022-05-23T04:37:31.019Z] (7/73) Installing libxcb (1.14-r2) [2022-05-23T04:37:31.019Z] (8/73) Installing libx11 (1.7.2-r0) [2022-05-23T04:37:31.019Z] (9/73) Installing aom-libs (3.2.0-r0) [2022-05-23T04:37:31.019Z] (10/73) Installing alsa-lib (1.2.5.1-r1) [2022-05-23T04:37:31.019Z] (11/73) Installing expat (2.4.7-r0) [2022-05-23T04:37:31.019Z] (12/73) Installing brotli-libs (1.0.9-r5) [2022-05-23T04:37:31.019Z] (13/73) Installing libbz2 (1.0.8-r1) [2022-05-23T04:37:31.019Z] (14/73) Installing libpng (1.6.37-r1) [2022-05-23T04:37:31.019Z] (15/73) Installing freetype (2.11.1-r2) [2022-05-23T04:37:31.019Z] (16/73) Installing libuuid (2.37.4-r0) [2022-05-23T04:37:31.019Z] (17/73) Installing fontconfig (2.13.1-r4) [2022-05-23T04:37:31.019Z] (18/73) Installing fribidi (1.0.11-r0) [2022-05-23T04:37:31.019Z] (19/73) Installing libffi (3.4.2-r1) [2022-05-23T04:37:31.019Z] (20/73) Installing libintl (0.21-r0) [2022-05-23T04:37:31.019Z] (21/73) Installing libblkid (2.37.4-r0) [2022-05-23T04:37:31.019Z] (22/73) Installing libmount (2.37.4-r0) [2022-05-23T04:37:31.019Z] (23/73) Installing pcre (8.45-r1) [2022-05-23T04:37:31.019Z] (24/73) Installing glib (2.70.1-r0) [2022-05-23T04:37:31.019Z] (25/73) Installing graphite2 (1.3.14-r0) [2022-05-23T04:37:31.019Z] (26/73) Installing harfbuzz (3.0.0-r2) [2022-05-23T04:37:31.019Z] (27/73) Installing libass (0.15.2-r0) [2022-05-23T04:37:31.019Z] (28/73) Installing libdav1d (0.9.2-r0) [2022-05-23T04:37:31.019Z] (29/73) Installing gmp (6.2.1-r1) [2022-05-23T04:37:31.019Z] (30/73) Installing nettle (3.7.3-r0) [2022-05-23T04:37:31.019Z] (31/73) Installing p11-kit (0.24.0-r1) [2022-05-23T04:37:31.019Z] (32/73) Installing libtasn1 (4.18.0-r0) [2022-05-23T04:37:31.019Z] (33/73) Installing libunistring (0.9.10-r1) [2022-05-23T04:37:31.019Z] (34/73) Installing gnutls (3.7.1-r0) [2022-05-23T04:37:31.019Z] (35/73) Installing ncurses-terminfo-base (6.3_p20211120-r0) [2022-05-23T04:37:31.019Z] (36/73) Installing ncurses-libs (6.3_p20211120-r0) [2022-05-23T04:37:31.019Z] (37/73) Installing lame (3.100-r0) [2022-05-23T04:37:31.019Z] (38/73) Installing opus (1.3.1-r1) [2022-05-23T04:37:31.019Z] (39/73) Installing libgomp (10.3.1_git20211027-r0) [2022-05-23T04:37:31.019Z] (40/73) Installing soxr (0.1.3-r2) [2022-05-23T04:37:31.019Z] (41/73) Installing libgcc (10.3.1_git20211027-r0) [2022-05-23T04:37:31.019Z] (42/73) Installing libstdc++ (10.3.1_git20211027-r0) [2022-05-23T04:37:31.019Z] (43/73) Installing libsrt (1.4.2-r1) [2022-05-23T04:37:31.019Z] (44/73) Installing libssh (0.9.6-r1) [2022-05-23T04:37:31.019Z] (45/73) Installing libogg (1.3.5-r0) [2022-05-23T04:37:31.019Z] (46/73) Installing libtheora (1.1.1-r16) [2022-05-23T04:37:31.019Z] (47/73) Installing libjpeg-turbo (2.1.2-r0) [2022-05-23T04:37:31.019Z] (48/73) Installing v4l-utils-libs (1.22.1-r1) [2022-05-23T04:37:31.019Z] (49/73) Installing libxext (1.3.4-r0) [2022-05-23T04:37:31.019Z] (50/73) Installing libxfixes (6.0.0-r0) [2022-05-23T04:37:31.019Z] (51/73) Installing libdrm (2.4.109-r0) [2022-05-23T04:37:31.019Z] (52/73) Installing wayland-libs-client (1.19.0-r1) [2022-05-23T04:37:31.019Z] (53/73) Installing libva (2.13.0-r0) [2022-05-23T04:37:31.019Z] (54/73) Installing libvdpau (1.4-r0) [2022-05-23T04:37:31.019Z] (55/73) Installing vidstab (1.1.0-r1) [2022-05-23T04:37:31.019Z] (56/73) Installing libvorbis (1.3.7-r0) [2022-05-23T04:37:31.019Z] (57/73) Installing libvpx (1.10.0-r0) [2022-05-23T04:37:31.019Z] (58/73) Installing vulkan-loader (1.2.196-r0) [2022-05-23T04:37:31.019Z] (59/73) Installing libwebp (1.2.2-r0) [2022-05-23T04:37:31.019Z] (60/73) Installing x264-libs (20210613-r0) [2022-05-23T04:37:31.019Z] (61/73) Installing x265-libs (3.5-r0) [2022-05-23T04:37:31.019Z] (62/73) Installing xvidcore (1.3.7-r1) [2022-05-23T04:37:31.019Z] (63/73) Installing ffmpeg-libs (4.4.1-r2) [2022-05-23T04:37:31.019Z] (64/73) Installing ffmpeg (4.4.1-r2) [2022-05-23T04:37:31.019Z] (65/73) Installing udev-init-scripts (35-r0) [2022-05-23T04:37:31.019Z] Executing udev-init-scripts-35-r0.post-install [2022-05-23T04:37:31.019Z] (66/73) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-23T04:37:31.019Z] (67/73) Installing xz-libs (5.2.5-r1) [2022-05-23T04:37:31.019Z] (68/73) Installing zstd-libs (1.5.0-r0) [2022-05-23T04:37:31.019Z] (69/73) Installing kmod-libs (29-r2) [2022-05-23T04:37:31.019Z] (70/73) Installing eudev (3.2.11_pre1-r0) [2022-05-23T04:37:31.019Z] (71/73) Installing libsodium (1.0.18-r0) [2022-05-23T04:37:31.019Z] (72/73) Installing libzmq (4.3.4-r0) [2022-05-23T04:37:31.019Z] (73/73) Installing zeromq (4.3.4-r0) [2022-05-23T04:37:31.019Z] Executing busybox-1.34.1-r5.trigger [2022-05-23T04:37:31.019Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-23T04:37:31.019Z] OK: 67 MiB in 87 packages [2022-05-23T04:37:31.614Z] Removing intermediate container 5bde41ef5fc1 [2022-05-23T04:37:31.614Z] ---> efdf0e410abf [2022-05-23T04:37:31.614Z] Step 17/29 : WORKDIR / [2022-05-23T04:37:31.614Z] ---> Running in 459509394dae [2022-05-23T04:37:31.892Z] Removing intermediate container 459509394dae [2022-05-23T04:37:31.892Z] ---> 94aa665d2f01 [2022-05-23T04:37:31.892Z] Step 18/29 : COPY --from=builder /device-usb-camera/cmd / [2022-05-23T04:37:33.331Z] ---> 1d6790d60286 [2022-05-23T04:37:33.331Z] Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / [2022-05-23T04:37:33.928Z] ---> 7b0fc0b8524c [2022-05-23T04:37:33.928Z] Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-05-23T04:37:34.527Z] ---> 279697d69c09 [2022-05-23T04:37:34.527Z] Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-05-23T04:37:35.128Z] ---> bd2ca63b5213 [2022-05-23T04:37:35.128Z] Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-05-23T04:37:35.734Z] ---> dfe3b65bff19 [2022-05-23T04:37:35.734Z] Step 23/29 : COPY --from=rtsp /rtsp-simple-server / [2022-05-23T04:37:36.716Z] ---> 61eefffdb772 [2022-05-23T04:37:36.716Z] Step 24/29 : EXPOSE 59983 [2022-05-23T04:37:36.716Z] ---> Running in d7f359695816 [2022-05-23T04:37:36.989Z] Removing intermediate container d7f359695816 [2022-05-23T04:37:36.989Z] ---> 0e021ac70a25 [2022-05-23T04:37:36.989Z] Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-05-23T04:37:37.264Z] ---> Running in 79f9f2a8fb33 [2022-05-23T04:37:37.547Z] Removing intermediate container 79f9f2a8fb33 [2022-05-23T04:37:37.547Z] ---> 08ec7cfa730e [2022-05-23T04:37:37.547Z] Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-05-23T04:37:37.547Z] ---> Running in bb76b4381a26 [2022-05-23T04:37:37.822Z] Removing intermediate container bb76b4381a26 [2022-05-23T04:37:37.822Z] ---> 4dce9e390f1a [2022-05-23T04:37:37.822Z] Step 27/29 : LABEL arch=arm64 [2022-05-23T04:37:37.822Z] ---> Running in aaabb99cc72a [2022-05-23T04:37:38.097Z] Removing intermediate container aaabb99cc72a [2022-05-23T04:37:38.097Z] ---> 17ab70ab6548 [2022-05-23T04:37:38.097Z] Step 28/29 : LABEL git_sha=aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:37:38.370Z] ---> Running in 4e5d290e3e99 [2022-05-23T04:37:38.645Z] Removing intermediate container 4e5d290e3e99 [2022-05-23T04:37:38.645Z] ---> 8a386e8472ad [2022-05-23T04:37:38.645Z] Step 29/29 : LABEL version=0.0.1-dev.3 [2022-05-23T04:37:38.645Z] ---> Running in b315e88cc05b [2022-05-23T04:37:38.921Z] Removing intermediate container b315e88cc05b [2022-05-23T04:37:38.921Z] ---> e346c52ead23 [2022-05-23T04:37:38.921Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-23T04:37:38.921Z] Successfully built e346c52ead23 [2022-05-23T04:37:38.921Z] Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:37:39.032Z] provisioning config files... [2022-05-23T04:37:39.052Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/14@tmp/config916889536209872887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:37:39.414Z] ---> docker-login.sh [2022-05-23T04:37:39.414Z] nexus3.edgexfoundry.org:10001 [2022-05-23T04:37:39.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:37:39.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:37:39.688Z] Configure a credential helper to remove this warning. See [2022-05-23T04:37:39.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:37:39.688Z] [2022-05-23T04:37:39.688Z] Login Succeeded [2022-05-23T04:37:39.688Z] nexus3.edgexfoundry.org:10002 [2022-05-23T04:37:40.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:37:40.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:37:40.290Z] Configure a credential helper to remove this warning. See [2022-05-23T04:37:40.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:37:40.290Z] [2022-05-23T04:37:40.290Z] Login Succeeded [2022-05-23T04:37:40.290Z] nexus3.edgexfoundry.org:10003 [2022-05-23T04:37:40.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:37:40.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:37:40.836Z] Configure a credential helper to remove this warning. See [2022-05-23T04:37:40.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:37:40.836Z] [2022-05-23T04:37:40.836Z] Login Succeeded [2022-05-23T04:37:40.836Z] nexus3.edgexfoundry.org:10004 [2022-05-23T04:37:41.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:37:41.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:37:41.110Z] Configure a credential helper to remove this warning. See [2022-05-23T04:37:41.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:37:41.110Z] [2022-05-23T04:37:41.110Z] Login Succeeded [2022-05-23T04:37:41.110Z] docker.io [2022-05-23T04:37:41.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-23T04:37:41.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-23T04:37:41.980Z] Configure a credential helper to remove this warning. See [2022-05-23T04:37:41.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-23T04:37:41.980Z] [2022-05-23T04:37:41.980Z] Login Succeeded [2022-05-23T04:37:41.980Z] ---> docker-login.sh ends [Pipeline] } [2022-05-23T04:37:41.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T04:37:42.036Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-23T04:37:42.062Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2022-05-23T04:37:42.062Z] aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:37:42.062Z] latest [2022-05-23T04:37:42.062Z] 0.0.1-dev.3 [2022-05-23T04:37:42.062Z] aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:37:42.062Z] main [2022-05-23T04:37:42.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:42.437Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:42.783Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:37:42.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-05-23T04:37:42.783Z] a43932d1df72: Preparing [2022-05-23T04:37:42.783Z] 1207169bf42c: Preparing [2022-05-23T04:37:42.783Z] 1a7a23833557: Preparing [2022-05-23T04:37:42.783Z] ee2a75c3dd63: Preparing [2022-05-23T04:37:42.783Z] fde431931c56: Preparing [2022-05-23T04:37:42.783Z] 470ad3c13fc0: Preparing [2022-05-23T04:37:42.783Z] 2835d33fc8be: Preparing [2022-05-23T04:37:42.783Z] 4f4ce317c6bb: Preparing [2022-05-23T04:37:42.783Z] 470ad3c13fc0: Waiting [2022-05-23T04:37:42.783Z] 2835d33fc8be: Waiting [2022-05-23T04:37:42.783Z] 4f4ce317c6bb: Waiting [2022-05-23T04:37:43.059Z] 1207169bf42c: Pushed [2022-05-23T04:37:43.059Z] fde431931c56: Pushed [2022-05-23T04:37:43.059Z] ee2a75c3dd63: Pushed [2022-05-23T04:37:43.059Z] 1a7a23833557: Pushed [2022-05-23T04:37:43.059Z] 4f4ce317c6bb: Layer already exists [2022-05-23T04:37:47.378Z] a43932d1df72: Pushed [2022-05-23T04:37:49.369Z] 470ad3c13fc0: Pushed [2022-05-23T04:37:56.095Z] 2835d33fc8be: Pushed [2022-05-23T04:37:56.370Z] aaa7e572fda13da2933300a631edf8df830ba1ce: digest: sha256:0a3d4a624cca52554d1faba2866b01420c92040059b00062f23a2687799d68ad size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:56.734Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:57.082Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-05-23T04:37:57.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-05-23T04:37:57.082Z] a43932d1df72: Preparing [2022-05-23T04:37:57.082Z] 1207169bf42c: Preparing [2022-05-23T04:37:57.082Z] 1a7a23833557: Preparing [2022-05-23T04:37:57.082Z] ee2a75c3dd63: Preparing [2022-05-23T04:37:57.082Z] fde431931c56: Preparing [2022-05-23T04:37:57.082Z] 470ad3c13fc0: Preparing [2022-05-23T04:37:57.082Z] 2835d33fc8be: Preparing [2022-05-23T04:37:57.082Z] 4f4ce317c6bb: Preparing [2022-05-23T04:37:57.082Z] 2835d33fc8be: Waiting [2022-05-23T04:37:57.082Z] 470ad3c13fc0: Waiting [2022-05-23T04:37:57.082Z] 4f4ce317c6bb: Waiting [2022-05-23T04:37:57.082Z] 1a7a23833557: Layer already exists [2022-05-23T04:37:57.082Z] fde431931c56: Layer already exists [2022-05-23T04:37:57.082Z] a43932d1df72: Layer already exists [2022-05-23T04:37:57.082Z] 1207169bf42c: Layer already exists [2022-05-23T04:37:57.082Z] ee2a75c3dd63: Layer already exists [2022-05-23T04:37:57.082Z] 4f4ce317c6bb: Layer already exists [2022-05-23T04:37:57.082Z] 470ad3c13fc0: Layer already exists [2022-05-23T04:37:57.082Z] 2835d33fc8be: Layer already exists [2022-05-23T04:37:57.356Z] latest: digest: sha256:0a3d4a624cca52554d1faba2866b01420c92040059b00062f23a2687799d68ad size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:57.710Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:58.066Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.3 [2022-05-23T04:37:58.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-05-23T04:37:58.066Z] a43932d1df72: Preparing [2022-05-23T04:37:58.066Z] 1207169bf42c: Preparing [2022-05-23T04:37:58.066Z] 1a7a23833557: Preparing [2022-05-23T04:37:58.066Z] ee2a75c3dd63: Preparing [2022-05-23T04:37:58.066Z] fde431931c56: Preparing [2022-05-23T04:37:58.066Z] 470ad3c13fc0: Preparing [2022-05-23T04:37:58.066Z] 2835d33fc8be: Preparing [2022-05-23T04:37:58.066Z] 4f4ce317c6bb: Preparing [2022-05-23T04:37:58.066Z] 470ad3c13fc0: Waiting [2022-05-23T04:37:58.066Z] 2835d33fc8be: Waiting [2022-05-23T04:37:58.066Z] 4f4ce317c6bb: Waiting [2022-05-23T04:37:58.066Z] 1207169bf42c: Layer already exists [2022-05-23T04:37:58.066Z] fde431931c56: Layer already exists [2022-05-23T04:37:58.066Z] ee2a75c3dd63: Layer already exists [2022-05-23T04:37:58.066Z] 1a7a23833557: Layer already exists [2022-05-23T04:37:58.066Z] a43932d1df72: Layer already exists [2022-05-23T04:37:58.066Z] 470ad3c13fc0: Layer already exists [2022-05-23T04:37:58.066Z] 2835d33fc8be: Layer already exists [2022-05-23T04:37:58.066Z] 4f4ce317c6bb: Layer already exists [2022-05-23T04:37:58.339Z] 0.0.1-dev.3: digest: sha256:0a3d4a624cca52554d1faba2866b01420c92040059b00062f23a2687799d68ad size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:58.688Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:59.037Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:37:59.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-05-23T04:37:59.037Z] a43932d1df72: Preparing [2022-05-23T04:37:59.037Z] 1207169bf42c: Preparing [2022-05-23T04:37:59.037Z] 1a7a23833557: Preparing [2022-05-23T04:37:59.037Z] ee2a75c3dd63: Preparing [2022-05-23T04:37:59.037Z] fde431931c56: Preparing [2022-05-23T04:37:59.037Z] 470ad3c13fc0: Preparing [2022-05-23T04:37:59.037Z] 2835d33fc8be: Preparing [2022-05-23T04:37:59.037Z] 4f4ce317c6bb: Preparing [2022-05-23T04:37:59.037Z] 470ad3c13fc0: Waiting [2022-05-23T04:37:59.037Z] 4f4ce317c6bb: Waiting [2022-05-23T04:37:59.037Z] 2835d33fc8be: Waiting [2022-05-23T04:37:59.037Z] a43932d1df72: Layer already exists [2022-05-23T04:37:59.037Z] 1a7a23833557: Layer already exists [2022-05-23T04:37:59.037Z] 1207169bf42c: Layer already exists [2022-05-23T04:37:59.037Z] ee2a75c3dd63: Layer already exists [2022-05-23T04:37:59.037Z] fde431931c56: Layer already exists [2022-05-23T04:37:59.037Z] 470ad3c13fc0: Layer already exists [2022-05-23T04:37:59.037Z] 4f4ce317c6bb: Layer already exists [2022-05-23T04:37:59.037Z] 2835d33fc8be: Layer already exists [2022-05-23T04:37:59.309Z] aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3: digest: sha256:0a3d4a624cca52554d1faba2866b01420c92040059b00062f23a2687799d68ad size: 1994 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:37:59.661Z] + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:00.004Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2022-05-23T04:38:00.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-05-23T04:38:00.004Z] a43932d1df72: Preparing [2022-05-23T04:38:00.004Z] 1207169bf42c: Preparing [2022-05-23T04:38:00.004Z] 1a7a23833557: Preparing [2022-05-23T04:38:00.004Z] ee2a75c3dd63: Preparing [2022-05-23T04:38:00.004Z] fde431931c56: Preparing [2022-05-23T04:38:00.004Z] 470ad3c13fc0: Preparing [2022-05-23T04:38:00.004Z] 2835d33fc8be: Preparing [2022-05-23T04:38:00.004Z] 4f4ce317c6bb: Preparing [2022-05-23T04:38:00.004Z] 470ad3c13fc0: Waiting [2022-05-23T04:38:00.004Z] 2835d33fc8be: Waiting [2022-05-23T04:38:00.004Z] 4f4ce317c6bb: Waiting [2022-05-23T04:38:00.004Z] fde431931c56: Layer already exists [2022-05-23T04:38:00.005Z] 1a7a23833557: Layer already exists [2022-05-23T04:38:00.005Z] 1207169bf42c: Layer already exists [2022-05-23T04:38:00.005Z] ee2a75c3dd63: Layer already exists [2022-05-23T04:38:00.005Z] a43932d1df72: Layer already exists [2022-05-23T04:38:00.005Z] 470ad3c13fc0: Layer already exists [2022-05-23T04:38:00.005Z] 2835d33fc8be: Layer already exists [2022-05-23T04:38:00.005Z] 4f4ce317c6bb: Layer already exists [2022-05-23T04:38:00.278Z] main: digest: sha256:0a3d4a624cca52554d1faba2866b01420c92040059b00062f23a2687799d68ad size: 1994 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-23T04:38:00.330Z] ===================================================== [Pipeline] echo [2022-05-23T04:38:00.340Z] taggedImages: [2022-05-23T04:38:00.340Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce [2022-05-23T04:38:00.340Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-05-23T04:38:00.340Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.3 [2022-05-23T04:38:00.340Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:aaa7e572fda13da2933300a631edf8df830ba1ce-0.0.1-dev.3 [2022-05-23T04:38:00.340Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:00.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T04:38:00.699Z] [2022-05-23T04:38:00.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:01.062Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T04:38:01.341Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-23T04:38:01.341Z] 8998bd30e6a1: Pulling fs layer [2022-05-23T04:38:01.341Z] 04944245beec: Pulling fs layer [2022-05-23T04:38:01.341Z] 699f458cf7ca: Pulling fs layer [2022-05-23T04:38:01.341Z] 765212b225bb: Pulling fs layer [2022-05-23T04:38:01.341Z] f23df028b6ca: Pulling fs layer [2022-05-23T04:38:01.341Z] d65c8cfc05b1: Pulling fs layer [2022-05-23T04:38:01.341Z] 2437ff75d9bd: Pulling fs layer [2022-05-23T04:38:01.341Z] f23df028b6ca: Waiting [2022-05-23T04:38:01.341Z] d65c8cfc05b1: Waiting [2022-05-23T04:38:01.341Z] 765212b225bb: Waiting [2022-05-23T04:38:01.341Z] 2437ff75d9bd: Waiting [2022-05-23T04:38:01.341Z] 04944245beec: Verifying Checksum [2022-05-23T04:38:01.341Z] 04944245beec: Download complete [2022-05-23T04:38:01.341Z] 765212b225bb: Verifying Checksum [2022-05-23T04:38:01.341Z] 765212b225bb: Download complete [2022-05-23T04:38:01.341Z] f23df028b6ca: Verifying Checksum [2022-05-23T04:38:01.341Z] f23df028b6ca: Download complete [2022-05-23T04:38:01.341Z] d65c8cfc05b1: Verifying Checksum [2022-05-23T04:38:01.341Z] d65c8cfc05b1: Download complete [2022-05-23T04:38:01.619Z] 699f458cf7ca: Verifying Checksum [2022-05-23T04:38:01.620Z] 699f458cf7ca: Download complete [2022-05-23T04:38:01.897Z] 8998bd30e6a1: Verifying Checksum [2022-05-23T04:38:01.897Z] 8998bd30e6a1: Download complete [2022-05-23T04:38:04.531Z] 2437ff75d9bd: Verifying Checksum [2022-05-23T04:38:04.531Z] 2437ff75d9bd: Download complete [2022-05-23T04:38:06.517Z] 8998bd30e6a1: Pull complete [2022-05-23T04:38:06.517Z] 04944245beec: Pull complete [2022-05-23T04:38:07.955Z] 699f458cf7ca: Pull complete [2022-05-23T04:38:08.230Z] 765212b225bb: Pull complete [2022-05-23T04:38:09.232Z] f23df028b6ca: Pull complete [2022-05-23T04:38:09.516Z] d65c8cfc05b1: Pull complete [2022-05-23T04:38:24.637Z] 2437ff75d9bd: Pull complete [2022-05-23T04:38:24.637Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-23T04:38:24.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-23T04:38:24.637Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-23T04:38:24.869Z] prd-ubuntu20.04-docker-arm64-4c-16g-64332 does not seem to be running inside a container [2022-05-23T04:38:24.962Z] $ 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/14 -v /w/workspace/device-usb-camera/14:/w/workspace/device-usb-camera/14:rw,z -v /w/workspace/device-usb-camera/14@tmp:/w/workspace/device-usb-camera/14@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 [2022-05-23T04:38:27.492Z] $ docker top 689c6c2e4cbebf45357b23dbf44373c67df818e59d07a92083bdb34d63cf1a5b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:38:28.418Z] ---> job-cost.sh [2022-05-23T04:38:28.419Z] lf-activate-venv: SKIPPING [2022-05-23T04:38:28.419Z] INFO: No Stack... [2022-05-23T04:38:28.690Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-23T04:38:29.667Z] INFO: Archiving Costs [Pipeline] sh [2022-05-23T04:38:30.347Z] + cat /w/workspace/device-usb-camera/14/archives/cost.csv [2022-05-23T04:38:30.347Z] + cut -d, -f6 [Pipeline] lock [2022-05-23T04:38:30.417Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [2022-05-23T04:38:30.423Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] did not exist. Created. [2022-05-23T04:38:30.423Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-23T04:38:31.109Z] /w/workspace/device-usb-camera/14@tmp/durable-53f17680/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-23T04:38:31.792Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-23T04:38:31.820Z] Warning: overwriting stash ‘stack-cost’ [2022-05-23T04:38:31.862Z] Stashed 1 file(s) [Pipeline] } [2022-05-23T04:38:31.868Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-14-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-23T04:38:31.894Z] $ docker stop --time=1 689c6c2e4cbebf45357b23dbf44373c67df818e59d07a92083bdb34d63cf1a5b [2022-05-23T04:38:33.395Z] $ docker rm -f 689c6c2e4cbebf45357b23dbf44373c67df818e59d07a92083bdb34d63cf1a5b [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 [2022-05-23T04:38:33.895Z] provisioning config files... [2022-05-23T04:38:33.904Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2681401698689055452tmp [Pipeline] { [Pipeline] sh [2022-05-23T04:38:34.198Z] + set +x [2022-05-23T04:38:34.198Z] + curl -s https://codecov.io/bash [2022-05-23T04:38:34.198Z] + bash -s -- [2022-05-23T04:38:34.198Z] [2022-05-23T04:38:34.198Z] _____ _ [2022-05-23T04:38:34.198Z] / ____| | | [2022-05-23T04:38:34.198Z] | | ___ __| | ___ ___ _____ __ [2022-05-23T04:38:34.198Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-23T04:38:34.198Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-23T04:38:34.198Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-23T04:38:34.198Z] Bash-1.0.6 [2022-05-23T04:38:34.198Z] [2022-05-23T04:38:34.198Z] [2022-05-23T04:38:34.198Z] ==> git version 2.25.1 found [2022-05-23T04:38:34.198Z] ==> 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 [2022-05-23T04:38:34.198Z] Release-Date: 2020-01-08 [2022-05-23T04:38:34.198Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-23T04:38:34.198Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-23T04:38:34.198Z] ==> Jenkins CI detected. [2022-05-23T04:38:34.198Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2022-05-23T04:38:34.198Z] project root: . [2022-05-23T04:38:34.198Z] --> token set from env [2022-05-23T04:38:34.198Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-23T04:38:34.198Z] ==> Running gcov in . (disable via -X gcov) [2022-05-23T04:38:34.198Z] ==> Python coveragepy not found [2022-05-23T04:38:34.199Z] ==> Searching for coverage reports in: [2022-05-23T04:38:34.199Z] + . [2022-05-23T04:38:34.199Z] -> Found 1 reports [2022-05-23T04:38:34.199Z] ==> Detecting git/mercurial file structure [2022-05-23T04:38:34.199Z] ==> Reading reports [2022-05-23T04:38:34.199Z] + ./coverage.out bytes=10 [2022-05-23T04:38:34.199Z] ==> Appending adjustments [2022-05-23T04:38:34.199Z] https://docs.codecov.io/docs/fixing-reports [2022-05-23T04:38:34.459Z] + Found adjustments [2022-05-23T04:38:34.459Z] ==> Gzipping contents [2022-05-23T04:38:34.459Z] 4.0K /tmp/codecov.x1T3zZ.gz [2022-05-23T04:38:34.459Z] ==> Uploading reports [2022-05-23T04:38:34.459Z] url: https://codecov.io [2022-05-23T04:38:34.459Z] query: branch=main&commit=aaa7e572fda13da2933300a631edf8df830ba1ce&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T04:38:34.459Z] -> Pinging Codecov [2022-05-23T04:38:34.459Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=aaa7e572fda13da2933300a631edf8df830ba1ce&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-23T04:38:34.719Z] -> Uploading to [2022-05-23T04:38:34.719Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-23/73D8F5FF140700D3E01443B452E23636/aaa7e572fda13da2933300a631edf8df830ba1ce/12aa7519-a67f-4056-b7fa-701cdb102a8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220523%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220523T043834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4c2c2f5fc17c136a6df8c2933b006c7f85a16dec41304dc2a42bfa63fbf88a72 [2022-05-23T04:38:34.719Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-23T04:38:34.719Z] Dload Upload Total Spent Left Speed [2022-05-23T04:38:34.979Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1007 0 0 100 1007 0 4266 --:--:-- --:--:-- --:--:-- 4266 [2022-05-23T04:38:34.979Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] } [2022-05-23T04:38:34.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-05-23T04:38:35.338Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-23T04:38:35.357Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:35.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T04:38:35.652Z] [2022-05-23T04:38:35.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:35.964Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T04:38:35.964Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-23T04:38:35.964Z] 188c0c94c7c5: Pulling fs layer [2022-05-23T04:38:35.964Z] 0ef7d3d256c8: Pulling fs layer [2022-05-23T04:38:35.964Z] de9db76c5a1d: Pulling fs layer [2022-05-23T04:38:35.964Z] 0eba1c9be4d2: Pulling fs layer [2022-05-23T04:38:35.964Z] 0d57e429df01: Pulling fs layer [2022-05-23T04:38:35.964Z] 4e4be7b47b0d: Pulling fs layer [2022-05-23T04:38:35.964Z] e1f770b5df2f: Pulling fs layer [2022-05-23T04:38:35.964Z] 85a0685a4137: Pulling fs layer [2022-05-23T04:38:35.964Z] e1f770b5df2f: Waiting [2022-05-23T04:38:35.964Z] 4e4be7b47b0d: Waiting [2022-05-23T04:38:35.964Z] 0eba1c9be4d2: Waiting [2022-05-23T04:38:35.964Z] 0d57e429df01: Waiting [2022-05-23T04:38:35.964Z] de9db76c5a1d: Verifying Checksum [2022-05-23T04:38:35.964Z] de9db76c5a1d: Download complete [2022-05-23T04:38:35.964Z] 0ef7d3d256c8: Download complete [2022-05-23T04:38:35.964Z] 0d57e429df01: Download complete [2022-05-23T04:38:35.964Z] 4e4be7b47b0d: Verifying Checksum [2022-05-23T04:38:35.964Z] 4e4be7b47b0d: Download complete [2022-05-23T04:38:35.964Z] 188c0c94c7c5: Download complete [2022-05-23T04:38:36.224Z] 188c0c94c7c5: Pull complete [2022-05-23T04:38:36.224Z] e1f770b5df2f: Verifying Checksum [2022-05-23T04:38:36.224Z] e1f770b5df2f: Download complete [2022-05-23T04:38:36.224Z] 0ef7d3d256c8: Pull complete [2022-05-23T04:38:36.486Z] de9db76c5a1d: Pull complete [2022-05-23T04:38:36.757Z] 0eba1c9be4d2: Verifying Checksum [2022-05-23T04:38:36.757Z] 0eba1c9be4d2: Download complete [2022-05-23T04:38:37.016Z] 85a0685a4137: Verifying Checksum [2022-05-23T04:38:37.016Z] 85a0685a4137: Download complete [2022-05-23T04:38:40.308Z] 0eba1c9be4d2: Pull complete [2022-05-23T04:38:40.308Z] 0d57e429df01: Pull complete [2022-05-23T04:38:40.308Z] 4e4be7b47b0d: Pull complete [2022-05-23T04:38:40.308Z] e1f770b5df2f: Pull complete [2022-05-23T04:38:43.599Z] 85a0685a4137: Pull complete [2022-05-23T04:38:43.599Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-23T04:38:43.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-23T04:38:43.599Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-23T04:38:43.667Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:38:43.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-05-23T04:38:45.981Z] $ docker top 9e589bfbcad021a426e10a589c839efd739af30d7796315022dfd79dfe7b3acf -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-23T04:38:46.060Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-23T04:38:46.341Z] + set -o pipefail [2022-05-23T04:38:46.341Z] + snyk monitor '--org=edgex-jenkins' [2022-05-23T04:38:54.483Z] [2022-05-23T04:38:54.483Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2022-05-23T04:38:54.483Z] [2022-05-23T04:38:54.483Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0704d385-d3ec-41e9-ab35-6ec0fee52da4/history/8d2b0e0f-a8dd-49d3-838b-2b3876460004 [2022-05-23T04:38:54.483Z] [2022-05-23T04:38:54.483Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-23T04:38:54.483Z] [2022-05-23T04:38:54.483Z] [Pipeline] } [2022-05-23T04:38:54.500Z] $ docker stop --time=1 9e589bfbcad021a426e10a589c839efd739af30d7796315022dfd79dfe7b3acf [2022-05-23T04:38:56.720Z] $ docker rm -f 9e589bfbcad021a426e10a589c839efd739af30d7796315022dfd79dfe7b3acf [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 [2022-05-23T04:38:57.478Z] + git log --format=format:%s -1 aaa7e572fda13da2933300a631edf8df830ba1ce [Pipeline] sh [2022-05-23T04:38:57.786Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T04:38:57.786Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:38:58.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:38:58.084Z] . [Pipeline] withDockerContainer [2022-05-23T04:38:58.154Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:38:58.196Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-23T04:38:58.666Z] $ docker top 9df47cbaf4a31605a710603dedd69eece2dbf450f18c684182900cd8467db85c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T04:38:58.753Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T04:38:58.754Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T04:38:58.883Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T04:38:58.890Z] $ docker exec 9df47cbaf4a31605a710603dedd69eece2dbf450f18c684182900cd8467db85c ssh-agent [2022-05-23T04:38:58.998Z] SSH_AUTH_SOCK=/tmp/ssh-4kCYIF9c9yY6/agent.32 [2022-05-23T04:38:58.998Z] SSH_AGENT_PID=39 [2022-05-23T04:38:59.003Z] Running ssh-add (command line suppressed) [2022-05-23T04:38:59.120Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7629043717909517694.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7629043717909517694.key) [2022-05-23T04:38:59.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T04:38:59.421Z] + git semver tag [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,611 [run_tag] DEBUG tag force:False [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,611 [check_head_tag] DEBUG check head tag [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,611 [execute] INFO git cat-file --batch-check [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,611 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,615 [execute] INFO git cat-file --batch [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,615 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,621 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,622 [execute] INFO git tag -a v0.0.1-dev.3 -m v0.0.1-dev.3 [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,622 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.1-dev.3', '-m', 'v0.0.1-dev.3'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T04:38:59.682Z] 2022-05-23 04:38:59,627 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:38:59.682Z] 0.0.1-dev.3 [Pipeline] } [2022-05-23T04:38:59.698Z] $ docker exec --env ******** --env ******** 9df47cbaf4a31605a710603dedd69eece2dbf450f18c684182900cd8467db85c ssh-agent -k [2022-05-23T04:38:59.822Z] unset SSH_AUTH_SOCK; [2022-05-23T04:38:59.822Z] unset SSH_AGENT_PID; [2022-05-23T04:38:59.822Z] echo Agent pid 39 killed; [2022-05-23T04:38:59.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T04:39:00.142Z] + git semver [Pipeline] } [2022-05-23T04:39:00.421Z] $ docker stop --time=1 9df47cbaf4a31605a710603dedd69eece2dbf450f18c684182900cd8467db85c [2022-05-23T04:39:01.727Z] $ docker rm -f 9df47cbaf4a31605a710603dedd69eece2dbf450f18c684182900cd8467db85c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:39:02.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T04:39:02.126Z] [2022-05-23T04:39:02.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:39:02.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T04:39:02.427Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-23T04:39:02.427Z] ab5ef0e58194: Pulling fs layer [2022-05-23T04:39:02.427Z] 9712f1f96733: Pulling fs layer [2022-05-23T04:39:02.427Z] 63f879dbbcfc: Pulling fs layer [2022-05-23T04:39:02.427Z] 0d9ebad4ef96: Pulling fs layer [2022-05-23T04:39:02.427Z] e9a5061849ea: Pulling fs layer [2022-05-23T04:39:02.427Z] d747dcd14b5f: Pulling fs layer [2022-05-23T04:39:02.427Z] 2de7ff778b66: Pulling fs layer [2022-05-23T04:39:02.427Z] 0d9ebad4ef96: Waiting [2022-05-23T04:39:02.427Z] d747dcd14b5f: Waiting [2022-05-23T04:39:02.427Z] 2de7ff778b66: Waiting [2022-05-23T04:39:02.427Z] 9712f1f96733: Download complete [2022-05-23T04:39:02.687Z] 63f879dbbcfc: Verifying Checksum [2022-05-23T04:39:02.687Z] 63f879dbbcfc: Download complete [2022-05-23T04:39:02.947Z] e9a5061849ea: Verifying Checksum [2022-05-23T04:39:02.947Z] e9a5061849ea: Download complete [2022-05-23T04:39:02.947Z] d747dcd14b5f: Verifying Checksum [2022-05-23T04:39:02.947Z] d747dcd14b5f: Download complete [2022-05-23T04:39:02.947Z] ab5ef0e58194: Verifying Checksum [2022-05-23T04:39:02.947Z] ab5ef0e58194: Download complete [2022-05-23T04:39:02.947Z] 0d9ebad4ef96: Verifying Checksum [2022-05-23T04:39:02.947Z] 0d9ebad4ef96: Download complete [2022-05-23T04:39:03.207Z] 2de7ff778b66: Verifying Checksum [2022-05-23T04:39:03.207Z] 2de7ff778b66: Download complete [2022-05-23T04:39:05.738Z] ab5ef0e58194: Pull complete [2022-05-23T04:39:05.738Z] 9712f1f96733: Pull complete [2022-05-23T04:39:06.677Z] 63f879dbbcfc: Pull complete [2022-05-23T04:39:10.868Z] 0d9ebad4ef96: Pull complete [2022-05-23T04:39:10.868Z] e9a5061849ea: Pull complete [2022-05-23T04:39:10.868Z] d747dcd14b5f: Pull complete [2022-05-23T04:39:11.436Z] 2de7ff778b66: Pull complete [2022-05-23T04:39:11.696Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-23T04:39:11.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-23T04:39:11.696Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-23T04:39:11.763Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:39:11.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-05-23T04:39:14.839Z] $ docker top 0e05955a4ff75790f7b2373343586e37f4dcf4daa063f13eccf002be89c5454a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:39:14.927Z] provisioning config files... [2022-05-23T04:39:14.937Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2423641679760934395tmp [2022-05-23T04:39:14.947Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7618494636986329322tmp [2022-05-23T04:39:14.957Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4565933382678966386tmp [Pipeline] { [Pipeline] echo [2022-05-23T04:39:14.983Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:15.275Z] ---> sigul-configuration.sh [2022-05-23T04:39:15.275Z] gpg: directory `/root/.gnupg' created [2022-05-23T04:39:15.275Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-23T04:39:15.275Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-23T04:39:15.275Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-23T04:39:15.275Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-23T04:39:15.275Z] gpg: CAST5 encrypted data [2022-05-23T04:39:15.275Z] gpg: encrypted with 1 passphrase [2022-05-23T04:39:15.275Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-23T04:39:15.569Z] + mkdir /home/jenkins [2022-05-23T04:39:15.569Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-23T04:39:15.863Z] + 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 [2022-05-23T04:39:15.874Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:16.166Z] ---> sigul-install.sh [2022-05-23T04:39:16.166Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-23T04:39:16.456Z] + git tag --list [2022-05-23T04:39:16.456Z] v0.0.0 [2022-05-23T04:39:16.456Z] v0.0.1-dev.1 [2022-05-23T04:39:16.456Z] v0.0.1-dev.2 [2022-05-23T04:39:16.456Z] v0.0.1-dev.3 [Pipeline] sh [2022-05-23T04:39:16.750Z] + lftools sign git-tag v0.0.1-dev.3 [2022-05-23T04:39:17.320Z] Signing Git tag with Sigul... [2022-05-23T04:39:17.320Z] Signing v0.0.1-dev.3 [Pipeline] echo [2022-05-23T04:39:17.592Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:17.882Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-23T04:39:17.890Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-23T04:39:17.912Z] $ docker stop --time=1 0e05955a4ff75790f7b2373343586e37f4dcf4daa063f13eccf002be89c5454a [2022-05-23T04:39:19.291Z] $ docker rm -f 0e05955a4ff75790f7b2373343586e37f4dcf4daa063f13eccf002be89c5454a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-23T04:39:19.694Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T04:39:19.694Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:39:19.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:39:19.994Z] . [Pipeline] withDockerContainer [2022-05-23T04:39:20.062Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:39:20.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-23T04:39:20.505Z] $ docker top eb0c5953623b5e36c211940395c77510cce3c4be7fa58baf166e6bef5249ee72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T04:39:20.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T04:39:20.593Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T04:39:20.719Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T04:39:20.726Z] $ docker exec eb0c5953623b5e36c211940395c77510cce3c4be7fa58baf166e6bef5249ee72 ssh-agent [2022-05-23T04:39:20.855Z] SSH_AUTH_SOCK=/tmp/ssh-vKXcLHQsrVDX/agent.32 [2022-05-23T04:39:20.855Z] SSH_AGENT_PID=38 [2022-05-23T04:39:20.859Z] Running ssh-add (command line suppressed) [2022-05-23T04:39:20.997Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5244845806017416644.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_5244845806017416644.key) [2022-05-23T04:39:21.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T04:39:21.298Z] + git semver bump pre [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,493 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,493 [bump_version] DEBUG bumping version:0.0.1-dev.3 on axis:pre with prefix:dev [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,494 [bump_version] DEBUG bumped version:0.0.1-dev.4 [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,494 [write_version] DEBUG write version:0.0.1-dev.4 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,494 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,494 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,496 [execute] INFO git cat-file --batch-check [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,501 [execute] INFO git cat-file --batch [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,501 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-23T04:39:21.559Z] 2022-05-23 04:39:21,506 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:39:21.559Z] 0.0.1-dev.4 [Pipeline] } [2022-05-23T04:39:21.573Z] $ docker exec --env ******** --env ******** eb0c5953623b5e36c211940395c77510cce3c4be7fa58baf166e6bef5249ee72 ssh-agent -k [2022-05-23T04:39:21.692Z] unset SSH_AUTH_SOCK; [2022-05-23T04:39:21.692Z] unset SSH_AGENT_PID; [2022-05-23T04:39:21.692Z] echo Agent pid 38 killed; [2022-05-23T04:39:21.697Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T04:39:22.005Z] + git semver [Pipeline] } [2022-05-23T04:39:22.285Z] $ docker stop --time=1 eb0c5953623b5e36c211940395c77510cce3c4be7fa58baf166e6bef5249ee72 [2022-05-23T04:39:23.623Z] $ docker rm -f eb0c5953623b5e36c211940395c77510cce3c4be7fa58baf166e6bef5249ee72 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-23T04:39:24.053Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-23T04:39:24.053Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:39:24.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-23T04:39:24.347Z] . [Pipeline] withDockerContainer [2022-05-23T04:39:24.413Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:39:24.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-23T04:39:24.846Z] $ docker top a0846fb09c4233648b2a35b44b820553e41c65dfece08b6d7c1580fc40a5e961 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-23T04:39:24.941Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-23T04:39:24.941Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-23T04:39:25.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-23T04:39:25.069Z] $ docker exec a0846fb09c4233648b2a35b44b820553e41c65dfece08b6d7c1580fc40a5e961 ssh-agent [2022-05-23T04:39:25.171Z] SSH_AUTH_SOCK=/tmp/ssh-VbZSQfn8XOvY/agent.32 [2022-05-23T04:39:25.171Z] SSH_AGENT_PID=38 [2022-05-23T04:39:25.177Z] Running ssh-add (command line suppressed) [2022-05-23T04:39:25.296Z] Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3252782436678441487.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3252782436678441487.key) [2022-05-23T04:39:25.309Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-23T04:39:25.597Z] + git semver push [2022-05-23T04:39:25.857Z] 2022-05-23 04:39:25,808 [run_push] DEBUG push [2022-05-23T04:39:25.857Z] 2022-05-23 04:39:25,809 [execute] INFO git push origin semver [2022-05-23T04:39:25.857Z] 2022-05-23 04:39:25,809 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-23T04:39:26.798Z] 2022-05-23 04:39:26,463 [run_push] DEBUG push all version tags [2022-05-23T04:39:26.798Z] 2022-05-23 04:39:26,464 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-23T04:39:26.798Z] 2022-05-23 04:39:26,464 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) [2022-05-23T04:39:27.369Z] 2022-05-23 04:39:27,086 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-23T04:39:27.369Z] 0.0.1-dev.4 [Pipeline] } [2022-05-23T04:39:27.385Z] $ docker exec --env ******** --env ******** a0846fb09c4233648b2a35b44b820553e41c65dfece08b6d7c1580fc40a5e961 ssh-agent -k [2022-05-23T04:39:27.497Z] unset SSH_AUTH_SOCK; [2022-05-23T04:39:27.497Z] unset SSH_AGENT_PID; [2022-05-23T04:39:27.497Z] echo Agent pid 38 killed; [2022-05-23T04:39:27.506Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-23T04:39:27.821Z] + git semver [Pipeline] } [2022-05-23T04:39:28.100Z] $ docker stop --time=1 a0846fb09c4233648b2a35b44b820553e41c65dfece08b6d7c1580fc40a5e961 [2022-05-23T04:39:29.411Z] $ docker rm -f a0846fb09c4233648b2a35b44b820553e41c65dfece08b6d7c1580fc40a5e961 [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 [2022-05-23T04:39:30.009Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2022-05-23T04:39:30.009Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-23T04:39:30.009Z] total 16 [2022-05-23T04:39:30.009Z] drwxr-xr-x 3 root root 4096 May 23 04:31 . [2022-05-23T04:39:30.009Z] drwxrwxr-x 10 jenkins jenkins 4096 May 23 04:39 .. [2022-05-23T04:39:30.009Z] drwxr-xr-x 2 root root 4096 May 23 04:31 cost [2022-05-23T04:39:30.009Z] -rw-r--r-- 1 root root 87 May 23 04:31 cost.csv [2022-05-23T04:39:30.009Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-23T04:39:30.009Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-23T04:39:30.009Z] total 16 [2022-05-23T04:39:30.009Z] drwxr-xr-x 3 jenkins jenkins 4096 May 23 04:31 . [2022-05-23T04:39:30.009Z] drwxrwxr-x 10 jenkins jenkins 4096 May 23 04:39 .. [2022-05-23T04:39:30.009Z] drwxr-xr-x 2 jenkins jenkins 4096 May 23 04:31 cost [2022-05-23T04:39:30.009Z] -rw-r--r-- 1 jenkins jenkins 87 May 23 04:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:30.304Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:31.172Z] ---> package-listing.sh [2022-05-23T04:39:31.172Z] ++ facter osfamily [2022-05-23T04:39:31.172Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-23T04:39:31.432Z] + OS_FAMILY=debian [2022-05-23T04:39:31.432Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2022-05-23T04:39:31.432Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-23T04:39:31.432Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-23T04:39:31.432Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-23T04:39:31.432Z] + PACKAGES=/tmp/packages_start.txt [2022-05-23T04:39:31.432Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-05-23T04:39:31.432Z] + PACKAGES=/tmp/packages_end.txt [2022-05-23T04:39:31.432Z] + case "${OS_FAMILY}" in [2022-05-23T04:39:31.432Z] + dpkg -l [2022-05-23T04:39:31.432Z] + grep '^ii' [2022-05-23T04:39:31.432Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-23T04:39:31.432Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-23T04:39:31.432Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-23T04:39:31.432Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-05-23T04:39:31.432Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2022-05-23T04:39:31.432Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2022-05-23T04:39:31.445Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-23T04:39:31.728Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-23T04:39:32.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-23T04:39:32.288Z] . [Pipeline] withDockerContainer [2022-05-23T04:39:32.354Z] prd-ubuntu20.04-docker-8c-8g-64331 does not seem to be running inside a container [2022-05-23T04:39:32.397Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-23T04:39:32.657Z] $ docker top 549bfe68c93e3e6646cbd399f5aeabb456a2e7490557d57c33d92bf6e3ac639e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-23T04:39:33.011Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-23T04:39:33.302Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-23T04:39:33.594Z] + ls /var/log/sa-host [2022-05-23T04:39:33.594Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-23T04:39:33.838Z] provisioning config files... [2022-05-23T04:39:33.847Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1054595061155166000tmp [Pipeline] { [Pipeline] echo [2022-05-23T04:39:33.867Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:34.156Z] ---> create-netrc.sh [Pipeline] } [2022-05-23T04:39:34.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:34.502Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-23T04:39:34.512Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:34.801Z] ---> sudo-logs.sh [2022-05-23T04:39:34.801Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-23T04:39:34.835Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:35.123Z] ---> job-cost.sh [2022-05-23T04:39:35.123Z] lf-activate-venv: SKIPPING [2022-05-23T04:39:35.123Z] DEBUG: total: 0.2199999988079071 [2022-05-23T04:39:35.123Z] INFO: Retrieving Stack Cost... [2022-05-23T04:39:35.695Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-23T04:39:35.956Z] INFO: Archiving Costs [Pipeline] echo [2022-05-23T04:39:35.973Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-23T04:39:36.260Z] ---> logs-deploy.sh [2022-05-23T04:39:36.260Z] lf-activate-venv: SKIPPING [2022-05-23T04:39:36.260Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/14 [2022-05-23T04:39:36.260Z] INFO: archiving workspace using pattern(s): [2022-05-23T04:39:37.200Z] Archives upload complete. [2022-05-23T04:39:37.200Z] INFO: archiving logs to Nexus