Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 255ed341e7c0d0c748002541176687c0b20ae80b+64a0158ebb7ef051a7494343a06668853522f3e5 (5bf76dc3e881e76c6adf0a160cc132e9c5d6d99d) 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-ssh15514723458307405550.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-ssh694160682833870857.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/PR-16/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/PR-16/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6993996551274184949.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-ssh501085378330388262.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/PR-16/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/PR-16/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16399862505307594215.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-64164 in /w/workspace/xfoundry_device-usb-camera_PR-16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/xfoundry_device-usb-camera_PR-16 # 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 remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 64a0158ebb7ef051a7494343a06668853522f3e5 into PR head commit 255ed341e7c0d0c748002541176687c0b20ae80b Merge succeeded, producing b7f0c726c468e59751fbdc1ff55bb629c1c03646 Checking out Revision b7f0c726c468e59751fbdc1ff55bb629c1c03646 (PR-16) > git config core.sparsecheckout # timeout=10 > git checkout -f 255ed341e7c0d0c748002541176687c0b20ae80b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 64a0158ebb7ef051a7494343a06668853522f3e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f0c726c468e59751fbdc1ff55bb629c1c03646 # timeout=10 Commit message: "Merge commit '64a0158ebb7ef051a7494343a06668853522f3e5' into HEAD" > git rev-list --no-walk 255ed341e7c0d0c748002541176687c0b20ae80b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-20T06:16:27.923Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-20T06:16:27.980Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-20T06:16:27.995Z] ========================================================= [2022-05-20T06:16:27.995Z] EdgeX Global Pipelines Version Info [2022-05-20T06:16:27.995Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:16:28.872Z] ------------------- [2022-05-20T06:16:28.872Z] stable info: [2022-05-20T06:16:28.872Z] ------------------- [2022-05-20T06:16:28.873Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-20T06:16:28.873Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-20T06:16:28.873Z] Message: update stable to v1.0.230 [2022-05-20T06:16:29.447Z] ------------------- [2022-05-20T06:16:29.447Z] experimental info: [2022-05-20T06:16:29.447Z] ------------------- [2022-05-20T06:16:29.447Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-20T06:16:29.447Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-20T06:16:29.447Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-20T06:16:29.589Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-05-20T06:16:29.599Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-05-20T06:16:29.608Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-20T06:16:29.616Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-20T06:16:29.626Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-20T06:16:29.643Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-20T06:16:29.656Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-20T06:16:29.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-20T06:16:29.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-20T06:16:29.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-20T06:16:29.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-20T06:16:29.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-05-20T06:16:29.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-20T06:16:29.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-20T06:16:29.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-20T06:16:29.764Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-20T06:16:29.774Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-20T06:16:29.786Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-20T06:16:29.799Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-20T06:16:29.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-20T06:16:29.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-20T06:16:29.837Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-20T06:16:29.857Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-20T06:16:29.875Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-20T06:16:29.891Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-20T06:16:29.904Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-20T06:16:29.917Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-16 [Pipeline] echo [2022-05-20T06:16:29.930Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-16 [Pipeline] echo [2022-05-20T06:16:29.943Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-16 [Pipeline] echo [2022-05-20T06:16:29.955Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7f0c726c468e59751fbdc1ff55bb629c1c03646 [Pipeline] echo [2022-05-20T06:16:29.966Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7f0c72 [Pipeline] echo [2022-05-20T06:16:29.977Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-20T06:16:30.016Z] provisioning config files... [2022-05-20T06:16:30.030Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp/config3515668538499203554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:16:30.342Z] ---> docker-login.sh [2022-05-20T06:16:30.342Z] nexus3.edgexfoundry.org:10001 [2022-05-20T06:16:30.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:30.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:30.920Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:30.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:30.920Z] [2022-05-20T06:16:30.920Z] Login Succeeded [2022-05-20T06:16:30.920Z] nexus3.edgexfoundry.org:10002 [2022-05-20T06:16:31.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:31.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:31.184Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:31.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:31.184Z] [2022-05-20T06:16:31.184Z] Login Succeeded [2022-05-20T06:16:31.184Z] nexus3.edgexfoundry.org:10003 [2022-05-20T06:16:31.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:31.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:31.452Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:31.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:31.452Z] [2022-05-20T06:16:31.452Z] Login Succeeded [2022-05-20T06:16:31.452Z] nexus3.edgexfoundry.org:10004 [2022-05-20T06:16:31.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:31.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:31.452Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:31.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:31.452Z] [2022-05-20T06:16:31.452Z] Login Succeeded [2022-05-20T06:16:31.452Z] docker.io [2022-05-20T06:16:31.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:32.026Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:32.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:32.026Z] [2022-05-20T06:16:32.026Z] Login Succeeded [2022-05-20T06:16:32.026Z] ---> docker-login.sh ends [Pipeline] } [2022-05-20T06:16:32.035Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-20T06:16:32.422Z] + git rev-list -1 --merges b7f0c726c468e59751fbdc1ff55bb629c1c03646~1..b7f0c726c468e59751fbdc1ff55bb629c1c03646 [Pipeline] echo [2022-05-20T06:16:32.457Z] -----------> git rev-list -1 --merges b7f0c726c468e59751fbdc1ff55bb629c1c03646~1..b7f0c726c468e59751fbdc1ff55bb629c1c03646 b7f0c726c468e59751fbdc1ff55bb629c1c03646 [2022-05-20T06:16:32.457Z] b7f0c726c468e59751fbdc1ff55bb629c1c03646 [false] [Pipeline] sh [2022-05-20T06:16:32.757Z] + git log --format=format:%s -1 b7f0c726c468e59751fbdc1ff55bb629c1c03646 [Pipeline] echo [2022-05-20T06:16:32.776Z] ========================================================= [2022-05-20T06:16:32.776Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-20T06:16:32.776Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-20T06:16:33.113Z] + git log --format=format:%s -1 b7f0c726c468e59751fbdc1ff55bb629c1c03646 [Pipeline] echo [2022-05-20T06:16:33.125Z] [semverPrep] GIT_COMMIT: b7f0c726c468e59751fbdc1ff55bb629c1c03646, Commit Message: Merge commit '64a0158ebb7ef051a7494343a06668853522f3e5' into HEAD [Pipeline] echo [2022-05-20T06:16:33.137Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-20T06:16:33.520Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-20T06:16:33.520Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-20T06:16:33.520Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-20T06:16:33.520Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-20T06:16:33.520Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-20T06:16:33.520Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-20T06:16:33.520Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:16:33.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-20T06:16:33.866Z] [2022-05-20T06:16:33.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:16:34.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-20T06:16:34.171Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-20T06:16:34.171Z] 1fe172e4850f: Pulling fs layer [2022-05-20T06:16:34.171Z] caf521ccaac6: Pulling fs layer [2022-05-20T06:16:34.171Z] 3ead6fa29328: Pulling fs layer [2022-05-20T06:16:34.171Z] 5c2a1cbceb83: Pulling fs layer [2022-05-20T06:16:34.171Z] a8d5f1318db7: Pulling fs layer [2022-05-20T06:16:34.171Z] c427282e49a2: Pulling fs layer [2022-05-20T06:16:34.171Z] 1827001aaf11: Pulling fs layer [2022-05-20T06:16:34.171Z] 0714d37db230: Pulling fs layer [2022-05-20T06:16:34.171Z] ac28cf19c067: Pulling fs layer [2022-05-20T06:16:34.171Z] ca983d60f3e2: Pulling fs layer [2022-05-20T06:16:34.171Z] 9f894cec8388: Pulling fs layer [2022-05-20T06:16:34.171Z] ac28cf19c067: Waiting [2022-05-20T06:16:34.171Z] a8d5f1318db7: Waiting [2022-05-20T06:16:34.171Z] ca983d60f3e2: Waiting [2022-05-20T06:16:34.171Z] 1827001aaf11: Waiting [2022-05-20T06:16:34.171Z] 9f894cec8388: Waiting [2022-05-20T06:16:34.171Z] 0714d37db230: Waiting [2022-05-20T06:16:34.171Z] 5c2a1cbceb83: Waiting [2022-05-20T06:16:34.171Z] caf521ccaac6: Download complete [2022-05-20T06:16:34.171Z] 5c2a1cbceb83: Download complete [2022-05-20T06:16:34.432Z] 3ead6fa29328: Verifying Checksum [2022-05-20T06:16:34.432Z] 3ead6fa29328: Download complete [2022-05-20T06:16:34.432Z] a8d5f1318db7: Verifying Checksum [2022-05-20T06:16:34.432Z] a8d5f1318db7: Download complete [2022-05-20T06:16:34.432Z] c427282e49a2: Verifying Checksum [2022-05-20T06:16:34.432Z] c427282e49a2: Download complete [2022-05-20T06:16:34.432Z] 0714d37db230: Verifying Checksum [2022-05-20T06:16:34.432Z] 0714d37db230: Download complete [2022-05-20T06:16:34.432Z] ac28cf19c067: Verifying Checksum [2022-05-20T06:16:34.432Z] ac28cf19c067: Download complete [2022-05-20T06:16:34.432Z] ca983d60f3e2: Download complete [2022-05-20T06:16:34.432Z] 9f894cec8388: Verifying Checksum [2022-05-20T06:16:34.432Z] 9f894cec8388: Download complete [2022-05-20T06:16:34.432Z] 1fe172e4850f: Verifying Checksum [2022-05-20T06:16:34.432Z] 1fe172e4850f: Download complete [2022-05-20T06:16:35.003Z] 1827001aaf11: Verifying Checksum [2022-05-20T06:16:35.003Z] 1827001aaf11: Download complete [2022-05-20T06:16:35.947Z] 1fe172e4850f: Pull complete [2022-05-20T06:16:36.208Z] caf521ccaac6: Pull complete [2022-05-20T06:16:36.781Z] 3ead6fa29328: Pull complete [2022-05-20T06:16:37.042Z] 5c2a1cbceb83: Pull complete [2022-05-20T06:16:37.303Z] a8d5f1318db7: Pull complete [2022-05-20T06:16:37.303Z] c427282e49a2: Pull complete [2022-05-20T06:16:39.849Z] 1827001aaf11: Pull complete [2022-05-20T06:16:39.849Z] 0714d37db230: Pull complete [2022-05-20T06:16:39.849Z] ac28cf19c067: Pull complete [2022-05-20T06:16:39.849Z] ca983d60f3e2: Pull complete [2022-05-20T06:16:39.849Z] 9f894cec8388: Pull complete [2022-05-20T06:16:39.849Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-20T06:16:40.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-20T06:16:40.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-20T06:16:40.183Z] prd-ubuntu20.04-docker-8c-8g-64164 does not seem to be running inside a container [2022-05-20T06:16:40.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-usb-camera_PR-16 -v /w/workspace/xfoundry_device-usb-camera_PR-16:/w/workspace/xfoundry_device-usb-camera_PR-16:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-16@tmp:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-20T06:16:42.581Z] $ docker top 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 -eo pid,comm [2022-05-20T06:16:42.672Z] 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-20T06:16:42.672Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-20T06:16:42.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-20T06:16:42.711Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-20T06:16:42.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-20T06:16:42.874Z] $ docker exec 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 ssh-agent [2022-05-20T06:16:43.003Z] SSH_AUTH_SOCK=/tmp/ssh-yuBrJ3quqhlG/agent.33 [2022-05-20T06:16:43.004Z] SSH_AGENT_PID=40 [2022-05-20T06:16:43.015Z] Running ssh-add (command line suppressed) [2022-05-20T06:16:43.161Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-16@tmp/private_key_4545435735525733246.key (/w/workspace/xfoundry_device-usb-camera_PR-16@tmp/private_key_4545435735525733246.key) [2022-05-20T06:16:43.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-20T06:16:43.463Z] + git tag --points-at HEAD [Pipeline] } [2022-05-20T06:16:43.496Z] $ docker exec --env ******** --env ******** 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 ssh-agent -k [2022-05-20T06:16:43.609Z] unset SSH_AUTH_SOCK; [2022-05-20T06:16:43.610Z] unset SSH_AGENT_PID; [2022-05-20T06:16:43.610Z] echo Agent pid 40 killed; [2022-05-20T06:16:43.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-20T06:16:43.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-20T06:16:43.636Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-20T06:16:43.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-20T06:16:43.787Z] $ docker exec 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 ssh-agent [2022-05-20T06:16:43.912Z] SSH_AUTH_SOCK=/tmp/ssh-or5xNTZBxveV/agent.73 [2022-05-20T06:16:43.912Z] SSH_AGENT_PID=80 [2022-05-20T06:16:43.917Z] Running ssh-add (command line suppressed) [2022-05-20T06:16:44.056Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-16@tmp/private_key_2273458070427658914.key (/w/workspace/xfoundry_device-usb-camera_PR-16@tmp/private_key_2273458070427658914.key) [2022-05-20T06:16:44.070Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-20T06:16:44.361Z] + git semver init [2022-05-20T06:16:44.625Z] 2022-05-20 06:16:44,607 [run_init] DEBUG init version:0.0.0 force:False [2022-05-20T06:16:44.625Z] 2022-05-20 06:16:44,609 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-usb-camera_PR-16/.semver [2022-05-20T06:16:44.625Z] 2022-05-20 06:16:44,609 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/xfoundry_device-usb-camera_PR-16/.semver [2022-05-20T06:16:44.625Z] 2022-05-20 06:16:44,610 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/xfoundry_device-usb-camera_PR-16/.semver'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-16, universal_newlines=False, shell=None, istream=None) [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,167 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-usb-camera_PR-16/.git/info/exclude [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,168 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-usb-camera_PR-16/.semver/PR-16 with force:False [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,168 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-usb-camera_PR-16/.semver/PR-16 [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,172 [execute] INFO git cat-file --batch-check [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,172 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-16/.semver, universal_newlines=False, shell=None, istream=) [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,180 [execute] INFO git cat-file --batch [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,180 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-16/.semver, universal_newlines=False, shell=None, istream=) [2022-05-20T06:16:45.198Z] 2022-05-20 06:16:45,186 [read_version] DEBUG read version from /w/workspace/xfoundry_device-usb-camera_PR-16/.semver/PR-16 [2022-05-20T06:16:45.198Z] 0.0.0 [Pipeline] } [2022-05-20T06:16:45.480Z] $ docker exec --env ******** --env ******** 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 ssh-agent -k [2022-05-20T06:16:45.601Z] unset SSH_AUTH_SOCK; [2022-05-20T06:16:45.602Z] unset SSH_AGENT_PID; [2022-05-20T06:16:45.602Z] echo Agent pid 80 killed; [2022-05-20T06:16:45.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-20T06:16:45.924Z] + git semver [Pipeline] } [2022-05-20T06:16:46.211Z] $ docker stop --time=1 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 [2022-05-20T06:16:47.732Z] $ docker rm -f 4dc717b381fcf660932eab23a6207cff489141fe24ebfaa8f1e0cee48667e454 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-20T06:16:48.086Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-20T06:16:48.364Z] Stashed 1 file(s) [Pipeline] echo [2022-05-20T06:16:48.368Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-20T06:16:48.515Z] provisioning config files... [2022-05-20T06:16:48.526Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp/config5690940030171225469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:16:48.830Z] ---> docker-login.sh [2022-05-20T06:16:48.830Z] nexus3.edgexfoundry.org:10001 [2022-05-20T06:16:48.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:48.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:48.830Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:48.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:48.831Z] [2022-05-20T06:16:48.831Z] Login Succeeded [2022-05-20T06:16:48.831Z] nexus3.edgexfoundry.org:10002 [2022-05-20T06:16:48.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:49.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:49.092Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:49.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:49.092Z] [2022-05-20T06:16:49.092Z] Login Succeeded [2022-05-20T06:16:49.092Z] nexus3.edgexfoundry.org:10003 [2022-05-20T06:16:49.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:49.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:49.092Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:49.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:49.092Z] [2022-05-20T06:16:49.092Z] Login Succeeded [2022-05-20T06:16:49.092Z] nexus3.edgexfoundry.org:10004 [2022-05-20T06:16:49.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:49.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:49.355Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:49.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:49.355Z] [2022-05-20T06:16:49.355Z] Login Succeeded [2022-05-20T06:16:49.355Z] docker.io [2022-05-20T06:16:49.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:16:49.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:16:49.615Z] Configure a credential helper to remove this warning. See [2022-05-20T06:16:49.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:16:49.615Z] [2022-05-20T06:16:49.615Z] Login Succeeded [2022-05-20T06:16:49.615Z] ---> docker-login.sh ends [Pipeline] } [2022-05-20T06:16:49.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-20T06:16:49.694Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-20T06:16:49.703Z] ========================================================= [2022-05-20T06:16:49.703Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-20T06:16:49.703Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:16:50.019Z] + 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-20T06:16:50.020Z] Sending build context to Docker daemon 569.3kB [2022-05-20T06:16:50.020Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-20T06:16:50.020Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-20T06:16:50.282Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-20T06:16:50.282Z] 59bf1c3509f3: Pulling fs layer [2022-05-20T06:16:50.282Z] 666ba61612fd: Pulling fs layer [2022-05-20T06:16:50.282Z] 8ed8ca486205: Pulling fs layer [2022-05-20T06:16:50.282Z] 4fe6c5a15a65: Pulling fs layer [2022-05-20T06:16:50.282Z] 22a0e8bec74d: Pulling fs layer [2022-05-20T06:16:50.282Z] ca2b28591e48: Pulling fs layer [2022-05-20T06:16:50.282Z] a51346096db8: Pulling fs layer [2022-05-20T06:16:50.282Z] daebc70d1ce1: Pulling fs layer [2022-05-20T06:16:50.282Z] 0e18a0eac166: Pulling fs layer [2022-05-20T06:16:50.282Z] 4fe6c5a15a65: Waiting [2022-05-20T06:16:50.282Z] a51346096db8: Waiting [2022-05-20T06:16:50.282Z] daebc70d1ce1: Waiting [2022-05-20T06:16:50.282Z] 22a0e8bec74d: Waiting [2022-05-20T06:16:50.282Z] ca2b28591e48: Waiting [2022-05-20T06:16:50.282Z] 0e18a0eac166: Waiting [2022-05-20T06:16:50.282Z] 8ed8ca486205: Verifying Checksum [2022-05-20T06:16:50.282Z] 8ed8ca486205: Download complete [2022-05-20T06:16:50.282Z] 666ba61612fd: Download complete [2022-05-20T06:16:50.282Z] 22a0e8bec74d: Download complete [2022-05-20T06:16:50.282Z] ca2b28591e48: Verifying Checksum [2022-05-20T06:16:50.282Z] ca2b28591e48: Download complete [2022-05-20T06:16:50.282Z] 59bf1c3509f3: Verifying Checksum [2022-05-20T06:16:50.282Z] 59bf1c3509f3: Download complete [2022-05-20T06:16:50.282Z] a51346096db8: Verifying Checksum [2022-05-20T06:16:50.282Z] a51346096db8: Download complete [2022-05-20T06:16:50.282Z] daebc70d1ce1: Verifying Checksum [2022-05-20T06:16:50.282Z] daebc70d1ce1: Download complete [2022-05-20T06:16:50.282Z] 59bf1c3509f3: Pull complete [2022-05-20T06:16:50.551Z] 666ba61612fd: Pull complete [2022-05-20T06:16:50.814Z] 8ed8ca486205: Pull complete [2022-05-20T06:16:50.814Z] 0e18a0eac166: Verifying Checksum [2022-05-20T06:16:50.814Z] 0e18a0eac166: Download complete [2022-05-20T06:16:51.074Z] 4fe6c5a15a65: Verifying Checksum [2022-05-20T06:16:51.074Z] 4fe6c5a15a65: Download complete [2022-05-20T06:16:55.279Z] 4fe6c5a15a65: Pull complete [2022-05-20T06:16:55.279Z] 22a0e8bec74d: Pull complete [2022-05-20T06:16:55.279Z] ca2b28591e48: Pull complete [2022-05-20T06:16:55.540Z] a51346096db8: Pull complete [2022-05-20T06:16:55.540Z] daebc70d1ce1: Pull complete [2022-05-20T06:16:58.087Z] 0e18a0eac166: Pull complete [2022-05-20T06:16:58.087Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-20T06:16:58.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-20T06:16:58.087Z] ---> f018257e8ee9 [2022-05-20T06:16:58.087Z] Step 3/12 : ARG MAKE="make build" [2022-05-20T06:17:00.656Z] ---> Running in 6ea053a2b574 [2022-05-20T06:17:00.656Z] Removing intermediate container 6ea053a2b574 [2022-05-20T06:17:00.656Z] ---> f593fad55f64 [2022-05-20T06:17:00.656Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-20T06:17:00.917Z] ---> Running in 8163466c372b [2022-05-20T06:17:01.177Z] Removing intermediate container 8163466c372b [2022-05-20T06:17:01.177Z] ---> 339d83d910d0 [2022-05-20T06:17:01.177Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-20T06:17:01.772Z] ---> Running in 78234cf4d18d [2022-05-20T06:17:01.772Z] Removing intermediate container 78234cf4d18d [2022-05-20T06:17:01.772Z] ---> be9ecee8c12f [2022-05-20T06:17:01.772Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-20T06:17:02.038Z] ---> Running in eceb56892715 [2022-05-20T06:17:03.424Z] Removing intermediate container eceb56892715 [2022-05-20T06:17:03.424Z] ---> f470d04309f2 [2022-05-20T06:17:03.424Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-20T06:17:03.478Z] Still waiting to schedule task [2022-05-20T06:17:03.478Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-64165’ is offline [2022-05-20T06:17:03.684Z] ---> Running in 3249b488861d [2022-05-20T06:17:03.945Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-20T06:17:04.890Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-20T06:17:05.151Z] (1/81) Installing mesa (21.2.6-r0) [2022-05-20T06:17:05.151Z] (2/81) Installing libxau (1.0.9-r0) [2022-05-20T06:17:05.151Z] (3/81) Installing libmd (1.0.3-r0) [2022-05-20T06:17:05.414Z] (4/81) Installing libbsd (0.11.3-r1) [2022-05-20T06:17:05.414Z] (5/81) Installing libxdmcp (1.1.3-r0) [2022-05-20T06:17:05.414Z] (6/81) Installing libxcb (1.14-r2) [2022-05-20T06:17:05.675Z] (7/81) Installing libx11 (1.7.2-r0) [2022-05-20T06:17:05.675Z] (8/81) Installing libxext (1.3.4-r0) [2022-05-20T06:17:05.937Z] (9/81) Installing libxfixes (6.0.0-r0) [2022-05-20T06:17:05.937Z] (10/81) Installing libxxf86vm (1.1.4-r2) [2022-05-20T06:17:05.937Z] (11/81) Installing libpciaccess (0.16-r0) [2022-05-20T06:17:06.198Z] (12/81) Installing libdrm (2.4.109-r0) [2022-05-20T06:17:06.198Z] (13/81) Installing mesa-glapi (21.2.6-r0) [2022-05-20T06:17:06.198Z] (14/81) Installing libxshmfence (1.3-r1) [2022-05-20T06:17:06.460Z] (15/81) Installing mesa-gl (21.2.6-r0) [2022-05-20T06:17:06.460Z] (16/81) Installing libice (1.0.10-r0) [2022-05-20T06:17:06.460Z] (17/81) Installing libuuid (2.37.4-r0) [2022-05-20T06:17:06.722Z] (18/81) Installing libsm (1.2.3-r0) [2022-05-20T06:17:06.722Z] (19/81) Installing libxt (1.2.1-r0) [2022-05-20T06:17:06.722Z] (20/81) Installing libxmu (1.1.3-r0) [2022-05-20T06:17:06.983Z] (21/81) Installing xset (1.2.4-r0) [2022-05-20T06:17:06.983Z] (22/81) Installing xprop (1.2.5-r0) [2022-05-20T06:17:06.983Z] (23/81) Installing xdg-utils (1.1.3-r0) [2022-05-20T06:17:07.244Z] (24/81) Installing dbus-libs (1.12.20-r4) [2022-05-20T06:17:07.244Z] (25/81) Installing libffi (3.4.2-r1) [2022-05-20T06:17:07.244Z] (26/81) Installing libintl (0.21-r0) [2022-05-20T06:17:07.503Z] (27/81) Installing libblkid (2.37.4-r0) [2022-05-20T06:17:07.503Z] (28/81) Installing libmount (2.37.4-r0) [2022-05-20T06:17:07.503Z] (29/81) Installing pcre (8.45-r1) [2022-05-20T06:17:07.766Z] (30/81) Installing glib (2.70.1-r0) [2022-05-20T06:17:07.766Z] (31/81) Installing icu-libs (69.1-r1) [2022-05-20T06:17:08.717Z] (32/81) Installing libpcre2-16 (10.39-r0) [2022-05-20T06:17:08.717Z] (33/81) Installing zstd-libs (1.5.0-r0) [2022-05-20T06:17:08.717Z] (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) [2022-05-20T06:17:10.107Z] (35/81) Installing hicolor-icon-theme (0.17-r1) [2022-05-20T06:17:10.107Z] (36/81) Installing wayland-libs-server (1.19.0-r1) [2022-05-20T06:17:10.107Z] (37/81) Installing mesa-gbm (21.2.6-r0) [2022-05-20T06:17:10.107Z] (38/81) Installing wayland-libs-client (1.19.0-r1) [2022-05-20T06:17:10.380Z] (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) [2022-05-20T06:17:10.643Z] (40/81) Installing libxcomposite (0.4.5-r0) [2022-05-20T06:17:10.643Z] (41/81) Installing libbz2 (1.0.8-r1) [2022-05-20T06:17:10.904Z] (42/81) Installing libpng (1.6.37-r1) [2022-05-20T06:17:10.904Z] (43/81) Installing freetype (2.11.1-r2) [2022-05-20T06:17:10.904Z] (44/81) Installing fontconfig (2.13.1-r4) [2022-05-20T06:17:11.168Z] (45/81) Installing wayland-libs-cursor (1.19.0-r1) [2022-05-20T06:17:11.168Z] (46/81) Installing wayland-libs-egl (1.19.0-r1) [2022-05-20T06:17:11.168Z] (47/81) Installing xkeyboard-config (2.34-r0) [2022-05-20T06:17:11.428Z] (48/81) Installing xz-libs (5.2.5-r1) [2022-05-20T06:17:11.428Z] (49/81) Installing libxml2 (2.9.14-r0) [2022-05-20T06:17:11.428Z] (50/81) Installing libxkbcommon (1.3.1-r0) [2022-05-20T06:17:11.691Z] (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) [2022-05-20T06:17:11.691Z] (52/81) Installing mesa-egl (21.2.6-r0) [2022-05-20T06:17:11.691Z] (53/81) Installing avahi-libs (0.8-r5) [2022-05-20T06:17:11.956Z] (54/81) Installing nettle (3.7.3-r0) [2022-05-20T06:17:11.956Z] (55/81) Installing p11-kit (0.24.0-r1) [2022-05-20T06:17:12.224Z] (56/81) Installing libtasn1 (4.18.0-r0) [2022-05-20T06:17:12.224Z] (57/81) Installing libunistring (0.9.10-r1) [2022-05-20T06:17:12.224Z] (58/81) Installing gnutls (3.7.1-r0) [2022-05-20T06:17:12.487Z] (59/81) Installing cups-libs (2.3.3-r5) [2022-05-20T06:17:12.487Z] (60/81) Installing graphite2 (1.3.14-r0) [2022-05-20T06:17:12.487Z] (61/81) Installing harfbuzz (3.0.0-r2) [2022-05-20T06:17:12.750Z] (62/81) Installing libevdev (1.12.0-r0) [2022-05-20T06:17:12.750Z] (63/81) Installing mtdev (1.1.6-r0) [2022-05-20T06:17:12.750Z] (64/81) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-20T06:17:13.013Z] (65/81) Installing libinput-libs (1.19.4-r0) [2022-05-20T06:17:13.013Z] (66/81) Installing libjpeg-turbo (2.1.2-r0) [2022-05-20T06:17:13.013Z] (67/81) Installing xcb-util-wm (0.4.1-r1) [2022-05-20T06:17:13.276Z] (68/81) Installing xcb-util (0.4.0-r3) [2022-05-20T06:17:13.276Z] (69/81) Installing xcb-util-image (0.4.0-r1) [2022-05-20T06:17:13.276Z] (70/81) Installing xcb-util-keysyms (0.4.0-r1) [2022-05-20T06:17:13.539Z] (71/81) Installing xcb-util-renderutil (0.3.9-r1) [2022-05-20T06:17:13.539Z] (72/81) Installing libxkbcommon-x11 (1.3.1-r0) [2022-05-20T06:17:13.539Z] (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) [2022-05-20T06:17:14.112Z] (74/81) Installing v4l-utils-libs (1.22.1-r1) [2022-05-20T06:17:14.112Z] (75/81) Installing v4l-utils (1.22.1-r1) [2022-05-20T06:17:14.375Z] (76/81) Installing udev-init-scripts (35-r0) [2022-05-20T06:17:14.375Z] Executing udev-init-scripts-35-r0.post-install [2022-05-20T06:17:14.375Z] (77/81) Installing kmod-libs (29-r2) [2022-05-20T06:17:14.375Z] (78/81) Installing eudev (3.2.11_pre1-r0) [2022-05-20T06:17:14.654Z] (79/81) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-20T06:17:14.654Z] (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-20T06:17:14.654Z] (81/81) Installing v4l-utils-dev (1.22.1-r1) [2022-05-20T06:17:14.924Z] Executing busybox-1.34.1-r3.trigger [2022-05-20T06:17:14.924Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-20T06:17:14.924Z] OK: 335 MiB in 133 packages [2022-05-20T06:17:16.926Z] Removing intermediate container 3249b488861d [2022-05-20T06:17:16.926Z] ---> 31ecb5c6ac47 [2022-05-20T06:17:16.926Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-20T06:17:16.926Z] ---> Running in 10cf99f6621e [2022-05-20T06:17:17.188Z] Removing intermediate container 10cf99f6621e [2022-05-20T06:17:17.188Z] ---> 0e516a547182 [2022-05-20T06:17:17.188Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-20T06:17:17.188Z] ---> 73ddf2b6c2a5 [2022-05-20T06:17:17.188Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-20T06:17:17.450Z] ---> Running in f89ebd8dc8cf [2022-05-20T06:17:44.047Z] Removing intermediate container f89ebd8dc8cf [2022-05-20T06:17:44.047Z] ---> 0359f312d73b [2022-05-20T06:17:44.047Z] Step 11/12 : COPY . . [2022-05-20T06:17:44.047Z] ---> cc3dc9a7defc [2022-05-20T06:17:44.047Z] Step 12/12 : RUN ${MAKE} [2022-05-20T06:17:44.047Z] ---> Running in e76df886579b [2022-05-20T06:17:44.047Z] noop [2022-05-20T06:17:44.047Z] Removing intermediate container e76df886579b [2022-05-20T06:17:44.047Z] ---> c64ac41de9b0 [2022-05-20T06:17:44.047Z] Successfully built c64ac41de9b0 [2022-05-20T06:17:44.047Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:17:44.346Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-20T06:17:44.346Z] . [Pipeline] withDockerContainer [2022-05-20T06:17:44.413Z] prd-ubuntu20.04-docker-8c-8g-64164 does not seem to be running inside a container [2022-05-20T06:17:44.464Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-16 -v /w/workspace/xfoundry_device-usb-camera_PR-16:/w/workspace/xfoundry_device-usb-camera_PR-16:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-16@tmp:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-20T06:17:44.901Z] $ docker top dcf991546c01fab0f2dcc3f040fe012b5ff6e9b76d30a89c3db3935847867388 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-20T06:17:45.244Z] + go version [2022-05-20T06:17:45.244Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-20T06:17:45.276Z] $ docker stop --time=1 dcf991546c01fab0f2dcc3f040fe012b5ff6e9b76d30a89c3db3935847867388 [2022-05-20T06:17:46.664Z] $ docker rm -f dcf991546c01fab0f2dcc3f040fe012b5ff6e9b76d30a89c3db3935847867388 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:17:47.027Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-20T06:17:47.027Z] . [Pipeline] withDockerContainer [2022-05-20T06:17:47.096Z] prd-ubuntu20.04-docker-8c-8g-64164 does not seem to be running inside a container [2022-05-20T06:17:47.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-16 -v /w/workspace/xfoundry_device-usb-camera_PR-16:/w/workspace/xfoundry_device-usb-camera_PR-16:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-16@tmp:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-20T06:17:47.607Z] $ docker top 15c89116ba4a828e2c0d44f0c64c1f8aaefbbbd64b619ccb72dae2edb6822b50 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-20T06:17:47.951Z] + make test [2022-05-20T06:17:47.951Z] CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... [2022-05-20T06:17:48.211Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-20T06:17:48.470Z] # github.com/pebbe/zmq4 [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket [2022-05-20T06:17:48.470Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors [2022-05-20T06:17:49.862Z] # github.com/vladimirvivien/go4vl/v4l2/device [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat [2022-05-20T06:17:49.862Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription [2022-05-20T06:17:49.863Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors [2022-05-20T06:17:54.062Z] make: *** [Makefile:33: unittest] Error 2 [Pipeline] } [2022-05-20T06:17:54.120Z] $ docker stop --time=1 15c89116ba4a828e2c0d44f0c64c1f8aaefbbbd64b619ccb72dae2edb6822b50 [2022-05-20T06:17:55.742Z] $ docker rm -f 15c89116ba4a828e2c0d44f0c64c1f8aaefbbbd64b619ccb72dae2edb6822b50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:17:56.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-20T06:17:56.265Z] [2022-05-20T06:17:56.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:17:56.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-20T06:17:56.577Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-20T06:17:56.577Z] 5eb5b503b376: Pulling fs layer [2022-05-20T06:17:56.577Z] 5c69ac0246d0: Pulling fs layer [2022-05-20T06:17:56.577Z] ec43610c2a17: Pulling fs layer [2022-05-20T06:17:56.577Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-20T06:17:56.577Z] 33b1e0a273af: Pulling fs layer [2022-05-20T06:17:56.577Z] 5d3b04190fa2: Pulling fs layer [2022-05-20T06:17:56.577Z] 2f39f015ded8: Pulling fs layer [2022-05-20T06:17:56.577Z] 33b1e0a273af: Waiting [2022-05-20T06:17:56.577Z] 5d3b04190fa2: Waiting [2022-05-20T06:17:56.577Z] 2f39f015ded8: Waiting [2022-05-20T06:17:56.577Z] 3a2ae6a8a46f: Waiting [2022-05-20T06:17:56.577Z] 5c69ac0246d0: Verifying Checksum [2022-05-20T06:17:56.577Z] 5c69ac0246d0: Download complete [2022-05-20T06:17:56.577Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-20T06:17:56.577Z] 3a2ae6a8a46f: Download complete [2022-05-20T06:17:56.577Z] 33b1e0a273af: Verifying Checksum [2022-05-20T06:17:56.577Z] 33b1e0a273af: Download complete [2022-05-20T06:17:56.837Z] 5d3b04190fa2: Verifying Checksum [2022-05-20T06:17:56.837Z] 5d3b04190fa2: Download complete [2022-05-20T06:17:56.837Z] ec43610c2a17: Verifying Checksum [2022-05-20T06:17:56.837Z] ec43610c2a17: Download complete [2022-05-20T06:17:56.837Z] 5eb5b503b376: Verifying Checksum [2022-05-20T06:17:56.837Z] 5eb5b503b376: Download complete [2022-05-20T06:17:57.407Z] 2f39f015ded8: Download complete [2022-05-20T06:17:58.346Z] 5eb5b503b376: Pull complete [2022-05-20T06:17:58.346Z] 5c69ac0246d0: Pull complete [2022-05-20T06:17:58.919Z] ec43610c2a17: Pull complete [2022-05-20T06:17:58.919Z] 3a2ae6a8a46f: Pull complete [2022-05-20T06:17:59.178Z] 33b1e0a273af: Pull complete [2022-05-20T06:17:59.178Z] 5d3b04190fa2: Pull complete [2022-05-20T06:18:04.460Z] 2f39f015ded8: Pull complete [2022-05-20T06:18:04.460Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-20T06:18:04.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-20T06:18:04.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-20T06:18:04.528Z] prd-ubuntu20.04-docker-8c-8g-64164 does not seem to be running inside a container [2022-05-20T06:18:04.629Z] $ 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/xfoundry_device-usb-camera_PR-16 -v /w/workspace/xfoundry_device-usb-camera_PR-16:/w/workspace/xfoundry_device-usb-camera_PR-16:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-16@tmp:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-20T06:18:07.619Z] $ docker top 5a1ef867ae5d3585b4d9482c446a29473110368ab92caaf3833f48187e813ae3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:18:07.963Z] ---> job-cost.sh [2022-05-20T06:18:07.963Z] lf-activate-venv: SKIPPING [2022-05-20T06:18:07.963Z] INFO: No Stack... [2022-05-20T06:18:08.223Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-20T06:18:08.793Z] INFO: Archiving Costs [Pipeline] sh [2022-05-20T06:18:09.093Z] + cat /w/workspace/xfoundry_device-usb-camera_PR-16/archives/cost.csv [2022-05-20T06:18:09.093Z] + cut -d, -f6 [Pipeline] lock [2022-05-20T06:18:09.111Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [2022-05-20T06:18:09.119Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] did not exist. Created. [2022-05-20T06:18:09.119Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-20T06:18:09.425Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-20T06:18:09.473Z] Stashed 1 file(s) [Pipeline] } [2022-05-20T06:18:09.481Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-20T06:18:09.566Z] $ docker stop --time=1 5a1ef867ae5d3585b4d9482c446a29473110368ab92caaf3833f48187e813ae3 [2022-05-20T06:18:10.745Z] $ docker rm -f 5a1ef867ae5d3585b4d9482c446a29473110368ab92caaf3833f48187e813ae3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-20T06:18:10.807Z] Failed in branch amd64 [2022-05-20T06:19:34.960Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64166 in /w/workspace/xfoundry_device-usb-camera_PR-16 [Pipeline] { [Pipeline] ws [2022-05-20T06:19:34.973Z] Running in /w/workspace/device-usb-camera/5 [Pipeline] { [Pipeline] checkout [2022-05-20T06:19:35.368Z] Selected Git installation does not exist. Using Default [2022-05-20T06:19:35.368Z] The recommended git tool is: NONE [2022-05-20T06:19:42.325Z] using credential edgex-jenkins-ssh [2022-05-20T06:19:42.343Z] Cloning the remote Git repository [2022-05-20T06:19:42.407Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-05-20T06:19:42.487Z] > git init /w/workspace/device-usb-camera/5 # timeout=10 [2022-05-20T06:19:42.562Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-05-20T06:19:42.563Z] > git --version # timeout=10 [2022-05-20T06:19:42.588Z] > git --version # 'git version 2.25.1' [2022-05-20T06:19:42.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-20T06:19:42.680Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-20T06:19:43.892Z] Merging remotes/origin/main commit 64a0158ebb7ef051a7494343a06668853522f3e5 into PR head commit 255ed341e7c0d0c748002541176687c0b20ae80b [2022-05-20T06:19:44.166Z] Merge succeeded, producing 672115e00a18aaed408c11f3f7a66c40d9a207ad [2022-05-20T06:19:44.167Z] Checking out Revision 672115e00a18aaed408c11f3f7a66c40d9a207ad (PR-16) [2022-05-20T06:19:43.194Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-05-20T06:19:43.269Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-20T06:19:43.307Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-05-20T06:19:43.363Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-05-20T06:19:43.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-20T06:19:43.402Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/16/head:refs/remotes/origin/PR-16 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-20T06:19:43.922Z] > git config core.sparsecheckout # timeout=10 [2022-05-20T06:19:43.949Z] > git checkout -f 255ed341e7c0d0c748002541176687c0b20ae80b # timeout=10 [2022-05-20T06:19:44.040Z] > git remote # timeout=10 [2022-05-20T06:19:44.061Z] > git config --get remote.origin.url # timeout=10 [2022-05-20T06:19:44.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-20T06:19:44.099Z] > git merge 64a0158ebb7ef051a7494343a06668853522f3e5 # timeout=10 [2022-05-20T06:19:44.152Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-20T06:19:44.183Z] > git config core.sparsecheckout # timeout=10 [2022-05-20T06:19:44.195Z] > git checkout -f 672115e00a18aaed408c11f3f7a66c40d9a207ad # timeout=10 [2022-05-20T06:19:48.460Z] Commit message: "Merge commit '64a0158ebb7ef051a7494343a06668853522f3e5' into HEAD" [2022-05-20T06:19:48.477Z] > git rev-list --no-walk 255ed341e7c0d0c748002541176687c0b20ae80b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-20T06:19:49.409Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-20T06:19:49.409Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-20T06:19:49.409Z] Dload Upload Total Spent Left Speed [2022-05-20T06:19:49.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 225k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh [2022-05-20T06:19:49.941Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-20T06:19:50.294Z] + sudo tee /etc/docker/daemon.new [2022-05-20T06:19:50.295Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-20T06:19:50.295Z] { [2022-05-20T06:19:50.295Z] "registry-mirrors": [ [2022-05-20T06:19:50.295Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-20T06:19:50.295Z] ], [2022-05-20T06:19:50.295Z] "bip": "10.250.0.254/24", [2022-05-20T06:19:50.295Z] "hosts": [ [2022-05-20T06:19:50.295Z] "tcp://0.0.0.0:5555", [2022-05-20T06:19:50.295Z] "unix:///var/run/docker.sock" [2022-05-20T06:19:50.295Z] ], [2022-05-20T06:19:50.295Z] "mtu": 1458, [2022-05-20T06:19:50.295Z] "selinux-enabled": true, [2022-05-20T06:19:50.295Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-20T06:19:50.295Z] } [Pipeline] sh [2022-05-20T06:19:50.643Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-20T06:19:51.000Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-20T06:20:09.430Z] provisioning config files... [2022-05-20T06:20:09.457Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/5@tmp/config2091752850083955934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:20:09.820Z] ---> docker-login.sh [2022-05-20T06:20:09.821Z] nexus3.edgexfoundry.org:10001 [2022-05-20T06:20:10.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:20:10.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:20:10.693Z] Configure a credential helper to remove this warning. See [2022-05-20T06:20:10.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:20:10.693Z] [2022-05-20T06:20:10.693Z] Login Succeeded [2022-05-20T06:20:10.693Z] nexus3.edgexfoundry.org:10002 [2022-05-20T06:20:10.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:20:11.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:20:11.242Z] Configure a credential helper to remove this warning. See [2022-05-20T06:20:11.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:20:11.242Z] [2022-05-20T06:20:11.242Z] Login Succeeded [2022-05-20T06:20:11.242Z] nexus3.edgexfoundry.org:10003 [2022-05-20T06:20:11.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:20:11.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:20:11.798Z] Configure a credential helper to remove this warning. See [2022-05-20T06:20:11.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:20:11.798Z] [2022-05-20T06:20:11.798Z] Login Succeeded [2022-05-20T06:20:11.798Z] nexus3.edgexfoundry.org:10004 [2022-05-20T06:20:12.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:20:12.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:20:12.345Z] Configure a credential helper to remove this warning. See [2022-05-20T06:20:12.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:20:12.345Z] [2022-05-20T06:20:12.345Z] Login Succeeded [2022-05-20T06:20:12.345Z] docker.io [2022-05-20T06:20:12.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-20T06:20:12.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-20T06:20:12.890Z] Configure a credential helper to remove this warning. See [2022-05-20T06:20:12.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-20T06:20:12.891Z] [2022-05-20T06:20:12.891Z] Login Succeeded [2022-05-20T06:20:12.891Z] ---> docker-login.sh ends [Pipeline] } [2022-05-20T06:20:12.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-20T06:20:13.391Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-20T06:20:13.405Z] ========================================================= [2022-05-20T06:20:13.405Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-20T06:20:13.405Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:20:13.760Z] + 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-20T06:20:14.036Z] Sending build context to Docker daemon 396.8kB [2022-05-20T06:20:14.036Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-20T06:20:14.036Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-20T06:20:14.316Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-20T06:20:14.316Z] 9b3977197b4f: Pulling fs layer [2022-05-20T06:20:14.316Z] 1a89e8eeedd5: Pulling fs layer [2022-05-20T06:20:14.316Z] 94645a83ff95: Pulling fs layer [2022-05-20T06:20:14.316Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-20T06:20:14.316Z] 0c92f367c5e7: Pulling fs layer [2022-05-20T06:20:14.316Z] 3096ccb668a1: Pulling fs layer [2022-05-20T06:20:14.316Z] e8cf19c19ddd: Pulling fs layer [2022-05-20T06:20:14.316Z] a4caa8a26152: Pulling fs layer [2022-05-20T06:20:14.316Z] 3f3a8bcf1eab: Waiting [2022-05-20T06:20:14.316Z] 0c92f367c5e7: Waiting [2022-05-20T06:20:14.316Z] 3096ccb668a1: Waiting [2022-05-20T06:20:14.316Z] e8cf19c19ddd: Waiting [2022-05-20T06:20:14.316Z] 94645a83ff95: Verifying Checksum [2022-05-20T06:20:14.316Z] 94645a83ff95: Download complete [2022-05-20T06:20:14.316Z] 1a89e8eeedd5: Verifying Checksum [2022-05-20T06:20:14.316Z] 1a89e8eeedd5: Download complete [2022-05-20T06:20:14.316Z] 0c92f367c5e7: Download complete [2022-05-20T06:20:14.316Z] 3096ccb668a1: Verifying Checksum [2022-05-20T06:20:14.316Z] 3096ccb668a1: Download complete [2022-05-20T06:20:14.316Z] 9b3977197b4f: Verifying Checksum [2022-05-20T06:20:14.316Z] 9b3977197b4f: Download complete [2022-05-20T06:20:14.316Z] e8cf19c19ddd: Verifying Checksum [2022-05-20T06:20:14.316Z] e8cf19c19ddd: Download complete [2022-05-20T06:20:15.311Z] 9b3977197b4f: Pull complete [2022-05-20T06:20:15.912Z] 1a89e8eeedd5: Pull complete [2022-05-20T06:20:15.912Z] 94645a83ff95: Pull complete [2022-05-20T06:20:16.526Z] a4caa8a26152: Verifying Checksum [2022-05-20T06:20:16.526Z] a4caa8a26152: Download complete [2022-05-20T06:20:17.127Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-20T06:20:17.127Z] 3f3a8bcf1eab: Download complete [2022-05-20T06:20:29.548Z] 3f3a8bcf1eab: Pull complete [2022-05-20T06:20:29.548Z] 0c92f367c5e7: Pull complete [2022-05-20T06:20:29.548Z] 3096ccb668a1: Pull complete [2022-05-20T06:20:29.548Z] e8cf19c19ddd: Pull complete [2022-05-20T06:20:36.281Z] a4caa8a26152: Pull complete [2022-05-20T06:20:36.281Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-20T06:20:36.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-20T06:20:36.281Z] ---> 725f1c02e7f9 [2022-05-20T06:20:36.281Z] Step 3/12 : ARG MAKE="make build" [2022-05-20T06:20:37.282Z] ---> Running in 6e36851a9a11 [2022-05-20T06:20:37.558Z] Removing intermediate container 6e36851a9a11 [2022-05-20T06:20:37.559Z] ---> c89bdda4b93f [2022-05-20T06:20:37.559Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-20T06:20:37.838Z] ---> Running in a4241e9830db [2022-05-20T06:20:38.114Z] Removing intermediate container a4241e9830db [2022-05-20T06:20:38.114Z] ---> 57226fff493c [2022-05-20T06:20:38.114Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-20T06:20:38.114Z] ---> Running in 2921b0917854 [2022-05-20T06:20:38.391Z] Removing intermediate container 2921b0917854 [2022-05-20T06:20:38.391Z] ---> 6e33a249832b [2022-05-20T06:20:38.391Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-20T06:20:38.675Z] ---> Running in 5e73236aefd6 [2022-05-20T06:20:40.657Z] Removing intermediate container 5e73236aefd6 [2022-05-20T06:20:40.657Z] ---> ed10d39ca7f0 [2022-05-20T06:20:40.657Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-20T06:20:40.657Z] ---> Running in 3676fb7b2dcb [2022-05-20T06:20:41.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-20T06:20:42.252Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-20T06:20:43.238Z] (1/14) Installing libintl (0.21-r0) [2022-05-20T06:20:43.238Z] (2/14) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-20T06:20:43.521Z] (3/14) Installing libjpeg-turbo (2.1.2-r0) [2022-05-20T06:20:43.521Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-05-20T06:20:43.521Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-05-20T06:20:43.794Z] (6/14) Installing udev-init-scripts (35-r0) [2022-05-20T06:20:43.794Z] Executing udev-init-scripts-35-r0.post-install [2022-05-20T06:20:43.794Z] (7/14) Installing libblkid (2.37.4-r0) [2022-05-20T06:20:44.069Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-05-20T06:20:44.069Z] (9/14) Installing zstd-libs (1.5.0-r0) [2022-05-20T06:20:44.346Z] (10/14) Installing kmod-libs (29-r2) [2022-05-20T06:20:44.346Z] (11/14) Installing eudev (3.2.11_pre1-r0) [2022-05-20T06:20:44.346Z] (12/14) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-20T06:20:44.619Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-20T06:20:44.619Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-05-20T06:20:44.894Z] Executing busybox-1.34.1-r3.trigger [2022-05-20T06:20:44.894Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-20T06:20:44.894Z] OK: 227 MiB in 66 packages [2022-05-20T06:20:45.897Z] Removing intermediate container 3676fb7b2dcb [2022-05-20T06:20:45.897Z] ---> 149fe0c8da7d [2022-05-20T06:20:45.897Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-20T06:20:46.176Z] ---> Running in 77c8f10ce69c [2022-05-20T06:20:46.454Z] Removing intermediate container 77c8f10ce69c [2022-05-20T06:20:46.454Z] ---> d04362ad52da [2022-05-20T06:20:46.454Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-20T06:20:47.053Z] ---> 0213b1df2237 [2022-05-20T06:20:47.053Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-20T06:20:47.053Z] ---> Running in 31a713e72046 [2022-05-20T06:22:08.861Z] Removing intermediate container 31a713e72046 [2022-05-20T06:22:08.861Z] ---> 2aaa91870c04 [2022-05-20T06:22:08.861Z] Step 11/12 : COPY . . [2022-05-20T06:22:08.861Z] ---> ac14e73de72e [2022-05-20T06:22:08.861Z] Step 12/12 : RUN ${MAKE} [2022-05-20T06:22:08.861Z] ---> Running in f7e3ea38c6aa [2022-05-20T06:22:08.861Z] noop [2022-05-20T06:22:08.861Z] Removing intermediate container f7e3ea38c6aa [2022-05-20T06:22:08.861Z] ---> eb613dad37dd [2022-05-20T06:22:08.861Z] Successfully built eb613dad37dd [2022-05-20T06:22:08.861Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:22:09.206Z] + docker inspect -f . ci-base-image-arm64 [2022-05-20T06:22:09.206Z] . [Pipeline] withDockerContainer [2022-05-20T06:22:09.425Z] prd-ubuntu20.04-docker-arm64-4c-16g-64166 does not seem to be running inside a container [2022-05-20T06:22:09.515Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/5 -v /w/workspace/device-usb-camera/5:/w/workspace/device-usb-camera/5:rw,z -v /w/workspace/device-usb-camera/5@tmp:/w/workspace/device-usb-camera/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-20T06:22:10.807Z] $ docker top 942ccbac6afed1b533d1085a182336a0dda4bcc60fa312ade104786c10b0c286 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-20T06:22:11.691Z] + go version [2022-05-20T06:22:11.691Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-20T06:22:11.721Z] $ docker stop --time=1 942ccbac6afed1b533d1085a182336a0dda4bcc60fa312ade104786c10b0c286 [2022-05-20T06:22:13.327Z] $ docker rm -f 942ccbac6afed1b533d1085a182336a0dda4bcc60fa312ade104786c10b0c286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:22:13.896Z] + docker inspect -f . ci-base-image-arm64 [2022-05-20T06:22:13.896Z] . [Pipeline] withDockerContainer [2022-05-20T06:22:14.128Z] prd-ubuntu20.04-docker-arm64-4c-16g-64166 does not seem to be running inside a container [2022-05-20T06:22:14.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/5 -v /w/workspace/device-usb-camera/5:/w/workspace/device-usb-camera/5:rw,z -v /w/workspace/device-usb-camera/5@tmp:/w/workspace/device-usb-camera/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-20T06:22:15.434Z] $ docker top 1aef7504b6c56297f12ac7ddb1d52a7a433ca7dffe8fce8d003401c82b269120 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-20T06:22:16.330Z] + make test [2022-05-20T06:22:16.330Z] CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... [2022-05-20T06:22:17.799Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-20T06:22:20.480Z] # github.com/pebbe/zmq4 [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket [2022-05-20T06:22:20.480Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors [2022-05-20T06:22:30.679Z] # github.com/vladimirvivien/go4vl/v4l2/device [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription [2022-05-20T06:22:30.679Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors [2022-05-20T06:23:03.070Z] make: *** [Makefile:33: unittest] Error 2 [Pipeline] } [2022-05-20T06:23:03.103Z] $ docker stop --time=1 1aef7504b6c56297f12ac7ddb1d52a7a433ca7dffe8fce8d003401c82b269120 [2022-05-20T06:23:04.943Z] $ docker rm -f 1aef7504b6c56297f12ac7ddb1d52a7a433ca7dffe8fce8d003401c82b269120 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:23:05.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-20T06:23:05.842Z] [2022-05-20T06:23:05.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:23:06.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-20T06:23:06.467Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-20T06:23:06.467Z] 8998bd30e6a1: Pulling fs layer [2022-05-20T06:23:06.467Z] 04944245beec: Pulling fs layer [2022-05-20T06:23:06.467Z] 699f458cf7ca: Pulling fs layer [2022-05-20T06:23:06.467Z] 765212b225bb: Pulling fs layer [2022-05-20T06:23:06.467Z] f23df028b6ca: Pulling fs layer [2022-05-20T06:23:06.467Z] d65c8cfc05b1: Pulling fs layer [2022-05-20T06:23:06.467Z] 765212b225bb: Waiting [2022-05-20T06:23:06.467Z] 2437ff75d9bd: Pulling fs layer [2022-05-20T06:23:06.467Z] f23df028b6ca: Waiting [2022-05-20T06:23:06.467Z] d65c8cfc05b1: Waiting [2022-05-20T06:23:06.467Z] 2437ff75d9bd: Waiting [2022-05-20T06:23:06.467Z] 04944245beec: Verifying Checksum [2022-05-20T06:23:06.467Z] 04944245beec: Download complete [2022-05-20T06:23:06.467Z] 765212b225bb: Verifying Checksum [2022-05-20T06:23:06.467Z] 765212b225bb: Download complete [2022-05-20T06:23:06.467Z] f23df028b6ca: Verifying Checksum [2022-05-20T06:23:06.467Z] f23df028b6ca: Download complete [2022-05-20T06:23:06.467Z] d65c8cfc05b1: Verifying Checksum [2022-05-20T06:23:06.467Z] d65c8cfc05b1: Download complete [2022-05-20T06:23:06.742Z] 699f458cf7ca: Download complete [2022-05-20T06:23:07.016Z] 8998bd30e6a1: Verifying Checksum [2022-05-20T06:23:07.016Z] 8998bd30e6a1: Download complete [2022-05-20T06:23:09.642Z] 2437ff75d9bd: Verifying Checksum [2022-05-20T06:23:09.642Z] 2437ff75d9bd: Download complete [2022-05-20T06:23:11.622Z] 8998bd30e6a1: Pull complete [2022-05-20T06:23:11.622Z] 04944245beec: Pull complete [2022-05-20T06:23:13.066Z] 699f458cf7ca: Pull complete [2022-05-20T06:23:13.345Z] 765212b225bb: Pull complete [2022-05-20T06:23:14.329Z] f23df028b6ca: Pull complete [2022-05-20T06:23:14.603Z] d65c8cfc05b1: Pull complete [2022-05-20T06:23:29.707Z] 2437ff75d9bd: Pull complete [2022-05-20T06:23:29.707Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-20T06:23:29.707Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-20T06:23:29.707Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-20T06:23:29.949Z] prd-ubuntu20.04-docker-arm64-4c-16g-64166 does not seem to be running inside a container [2022-05-20T06:23:30.040Z] $ 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/5 -v /w/workspace/device-usb-camera/5:/w/workspace/device-usb-camera/5:rw,z -v /w/workspace/device-usb-camera/5@tmp:/w/workspace/device-usb-camera/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-20T06:23:32.495Z] $ docker top 99c3772f38df542ebd9da4c82c42c1bd343e8ea7315e999c767940d92a12196b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:33.383Z] ---> job-cost.sh [2022-05-20T06:23:33.383Z] lf-activate-venv: SKIPPING [2022-05-20T06:23:33.383Z] INFO: No Stack... [2022-05-20T06:23:33.979Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-20T06:23:34.574Z] INFO: Archiving Costs [Pipeline] sh [2022-05-20T06:23:35.242Z] + cat /w/workspace/device-usb-camera/5/archives/cost.csv [2022-05-20T06:23:35.242Z] + cut -d, -f6 [Pipeline] lock [2022-05-20T06:23:35.313Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [2022-05-20T06:23:35.319Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] did not exist. Created. [2022-05-20T06:23:35.319Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-20T06:23:36.001Z] /w/workspace/device-usb-camera/5@tmp/durable-ca89816a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-20T06:23:36.683Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-20T06:23:36.707Z] Warning: overwriting stash ‘stack-cost’ [2022-05-20T06:23:37.145Z] Stashed 1 file(s) [Pipeline] } [2022-05-20T06:23:37.155Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-16-5-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-20T06:23:37.189Z] $ docker stop --time=1 99c3772f38df542ebd9da4c82c42c1bd343e8ea7315e999c767940d92a12196b [2022-05-20T06:23:38.684Z] $ docker rm -f 99c3772f38df542ebd9da4c82c42c1bd343e8ea7315e999c767940d92a12196b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-20T06:23:39.000Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-20T06:23:39.665Z] + [ -d /w/workspace/xfoundry_device-usb-camera_PR-16/archives ] [2022-05-20T06:23:39.665Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-16/archives [2022-05-20T06:23:39.665Z] total 16 [2022-05-20T06:23:39.665Z] drwxr-xr-x 3 root root 4096 May 20 06:18 . [2022-05-20T06:23:39.665Z] drwxrwxr-x 10 jenkins jenkins 4096 May 20 06:18 .. [2022-05-20T06:23:39.665Z] drwxr-xr-x 2 root root 4096 May 20 06:18 cost [2022-05-20T06:23:39.665Z] -rw-r--r-- 1 root root 87 May 20 06:18 cost.csv [2022-05-20T06:23:39.665Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-usb-camera_PR-16/archives [2022-05-20T06:23:39.665Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-16/archives [2022-05-20T06:23:39.665Z] total 16 [2022-05-20T06:23:39.665Z] drwxr-xr-x 3 jenkins jenkins 4096 May 20 06:18 . [2022-05-20T06:23:39.665Z] drwxrwxr-x 10 jenkins jenkins 4096 May 20 06:18 .. [2022-05-20T06:23:39.665Z] drwxr-xr-x 2 jenkins jenkins 4096 May 20 06:18 cost [2022-05-20T06:23:39.665Z] -rw-r--r-- 1 jenkins jenkins 87 May 20 06:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:39.965Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:40.835Z] ---> package-listing.sh [2022-05-20T06:23:40.835Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-20T06:23:40.835Z] ++ facter osfamily [2022-05-20T06:23:41.094Z] + OS_FAMILY=debian [2022-05-20T06:23:41.094Z] + workspace=/w/workspace/xfoundry_device-usb-camera_PR-16 [2022-05-20T06:23:41.094Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-20T06:23:41.094Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-20T06:23:41.094Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-20T06:23:41.094Z] + PACKAGES=/tmp/packages_start.txt [2022-05-20T06:23:41.094Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-16 ']' [2022-05-20T06:23:41.094Z] + PACKAGES=/tmp/packages_end.txt [2022-05-20T06:23:41.094Z] + case "${OS_FAMILY}" in [2022-05-20T06:23:41.094Z] + dpkg -l [2022-05-20T06:23:41.094Z] + grep '^ii' [2022-05-20T06:23:41.094Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-20T06:23:41.094Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-20T06:23:41.094Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-20T06:23:41.094Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-16 ']' [2022-05-20T06:23:41.094Z] + mkdir -p /w/workspace/xfoundry_device-usb-camera_PR-16/archives/ [2022-05-20T06:23:41.094Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-usb-camera_PR-16/archives/ [Pipeline] echo [2022-05-20T06:23:41.106Z] 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/xfoundry_device-usb-camera_PR-16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-20T06:23:41.386Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-20T06:23:41.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-20T06:23:41.948Z] . [Pipeline] withDockerContainer [2022-05-20T06:23:42.021Z] prd-ubuntu20.04-docker-8c-8g-64164 does not seem to be running inside a container [2022-05-20T06:23:42.037Z] $ 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/xfoundry_device-usb-camera_PR-16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-16 -v /w/workspace/xfoundry_device-usb-camera_PR-16:/w/workspace/xfoundry_device-usb-camera_PR-16:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-16@tmp:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-20T06:23:42.299Z] $ docker top 99a3b345f0a6ee07b2219cd4f754021fef589caa8274094df6a560d266da4e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-20T06:23:42.677Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-20T06:23:42.972Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-20T06:23:43.262Z] + ls /var/log/sa-host [2022-05-20T06:23:43.262Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-20T06:23:43.349Z] provisioning config files... [2022-05-20T06:23:43.358Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-16@tmp/config2650139574562910534tmp [Pipeline] { [Pipeline] echo [2022-05-20T06:23:43.374Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:43.661Z] ---> create-netrc.sh [Pipeline] } [2022-05-20T06:23:43.669Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:43.996Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-20T06:23:44.006Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:44.296Z] ---> sudo-logs.sh [2022-05-20T06:23:44.296Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-20T06:23:44.336Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:44.628Z] ---> job-cost.sh [2022-05-20T06:23:44.628Z] lf-activate-venv: SKIPPING [2022-05-20T06:23:44.628Z] DEBUG: total: 0.2199999988079071 [2022-05-20T06:23:44.628Z] INFO: Retrieving Stack Cost... [2022-05-20T06:23:45.202Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-20T06:23:45.462Z] INFO: Archiving Costs [Pipeline] echo [2022-05-20T06:23:45.481Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-20T06:23:45.770Z] ---> logs-deploy.sh [2022-05-20T06:23:45.770Z] lf-activate-venv: SKIPPING [2022-05-20T06:23:45.770Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-16/5 [2022-05-20T06:23:45.770Z] INFO: archiving workspace using pattern(s): [2022-05-20T06:23:46.711Z] Archives upload complete. [2022-05-20T06:23:46.711Z] INFO: archiving logs to Nexus