Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 83bd454a297c6253960dc140f699026f5e077c78 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-ssh10370970635136530296.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-ssh8797902030521018103.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3538628931590262355.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-ssh268800606810429462.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5810944872788373157.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-64106 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision 83bd454a297c6253960dc140f699026f5e077c78 (main) Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83bd454a297c6253960dc140f699026f5e077c78 # timeout=10 Commit message: "Merge pull request #24 from farshidtz/fix-error-fmt" > git rev-list --no-walk f209dce6f68700a541670e53a85687e2a3b33068 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:37 ========================================================= 20:09:37 EdgeX Global Pipelines Version Info 20:09:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:09:37 ------------------- 20:09:37 stable info: 20:09:37 ------------------- 20:09:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:37 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 20:09:37 Message: update stable to v1.0.230 20:09:38 ------------------- 20:09:38 experimental info: 20:09:38 ------------------- 20:09:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:38 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 20:09:38 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:09:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83bd454 [Pipeline] echo 20:09:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:09:39 provisioning config files... 20:09:39 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2783315921966892039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:39 ---> docker-login.sh 20:09:39 nexus3.edgexfoundry.org:10001 20:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:40 Configure a credential helper to remove this warning. See 20:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:40 20:09:40 Login Succeeded 20:09:40 nexus3.edgexfoundry.org:10002 20:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:40 Configure a credential helper to remove this warning. See 20:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:40 20:09:40 Login Succeeded 20:09:40 nexus3.edgexfoundry.org:10003 20:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:40 Configure a credential helper to remove this warning. See 20:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:40 20:09:40 Login Succeeded 20:09:40 nexus3.edgexfoundry.org:10004 20:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:40 Configure a credential helper to remove this warning. See 20:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:40 20:09:40 Login Succeeded 20:09:40 docker.io 20:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:40 Configure a credential helper to remove this warning. See 20:09:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:40 20:09:40 Login Succeeded 20:09:40 ---> docker-login.sh ends [Pipeline] } 20:09:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:09:41 + git rev-list -1 --merges 83bd454a297c6253960dc140f699026f5e077c78~1..83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo 20:09:41 -----------> git rev-list -1 --merges 83bd454a297c6253960dc140f699026f5e077c78~1..83bd454a297c6253960dc140f699026f5e077c78 83bd454a297c6253960dc140f699026f5e077c78 20:09:41 83bd454a297c6253960dc140f699026f5e077c78 [false] [Pipeline] sh 20:09:41 + git log --format=format:%s -1 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo 20:09:41 ========================================================= 20:09:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:09:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:09:41 + git log --format=format:%s -1 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo 20:09:41 [semverPrep] GIT_COMMIT: 83bd454a297c6253960dc140f699026f5e077c78, Commit Message: Merge pull request #24 from farshidtz/fix-error-fmt [Pipeline] echo 20:09:41 [semverPrep] This is not a build commit. [Pipeline] sh 20:09:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:09:42 + grep -v github /etc/ssh/ssh_known_hosts 20:09:42 + [ -e /tmp/ssh_known_hosts ] 20:09:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:09:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:09:42 + sudo tee -a /etc/ssh/ssh_known_hosts 20:09:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 20:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 20:09:42 20:09:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:09:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 20:09:43 latest: Pulling from edgex-devops/py-git-semver 20:09:43 1fe172e4850f: Pulling fs layer 20:09:43 caf521ccaac6: Pulling fs layer 20:09:43 3ead6fa29328: Pulling fs layer 20:09:43 5c2a1cbceb83: Pulling fs layer 20:09:43 a8d5f1318db7: Pulling fs layer 20:09:43 c427282e49a2: Pulling fs layer 20:09:43 1827001aaf11: Pulling fs layer 20:09:43 0714d37db230: Pulling fs layer 20:09:43 ac28cf19c067: Pulling fs layer 20:09:43 ca983d60f3e2: Pulling fs layer 20:09:43 9f894cec8388: Pulling fs layer 20:09:43 5c2a1cbceb83: Waiting 20:09:43 a8d5f1318db7: Waiting 20:09:43 c427282e49a2: Waiting 20:09:43 1827001aaf11: Waiting 20:09:43 ac28cf19c067: Waiting 20:09:43 0714d37db230: Waiting 20:09:43 ca983d60f3e2: Waiting 20:09:43 caf521ccaac6: Download complete 20:09:43 5c2a1cbceb83: Download complete 20:09:43 a8d5f1318db7: Verifying Checksum 20:09:43 a8d5f1318db7: Download complete 20:09:43 c427282e49a2: Download complete 20:09:43 3ead6fa29328: Verifying Checksum 20:09:43 3ead6fa29328: Download complete 20:09:43 0714d37db230: Download complete 20:09:43 ac28cf19c067: Verifying Checksum 20:09:43 ac28cf19c067: Download complete 20:09:43 ca983d60f3e2: Verifying Checksum 20:09:43 ca983d60f3e2: Download complete 20:09:43 9f894cec8388: Verifying Checksum 20:09:43 9f894cec8388: Download complete 20:09:43 1fe172e4850f: Verifying Checksum 20:09:43 1fe172e4850f: Download complete 20:09:43 1827001aaf11: Verifying Checksum 20:09:43 1827001aaf11: Download complete 20:09:44 1fe172e4850f: Pull complete 20:09:44 caf521ccaac6: Pull complete 20:09:45 3ead6fa29328: Pull complete 20:09:45 5c2a1cbceb83: Pull complete 20:09:46 a8d5f1318db7: Pull complete 20:09:46 c427282e49a2: Pull complete 20:09:48 1827001aaf11: Pull complete 20:09:48 0714d37db230: Pull complete 20:09:48 ac28cf19c067: Pull complete 20:09:49 ca983d60f3e2: Pull complete 20:09:49 9f894cec8388: Pull complete 20:09:49 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 20:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 20:09:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 20:09:49 prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container 20:09:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 20:09:52 $ docker top d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 -eo pid,comm 20:09:52 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). 20:09:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:09:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:52 [ssh-agent] Looking for ssh-agent implementation... 20:09:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:52 $ docker exec d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent 20:09:53 SSH_AUTH_SOCK=/tmp/ssh-Uz1gEkJck29z/agent.34 20:09:53 SSH_AGENT_PID=41 20:09:53 Running ssh-add (command line suppressed) 20:09:53 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7157533909419384068.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7157533909419384068.key) 20:09:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:53 + git tag --points-at HEAD [Pipeline] } 20:09:53 $ docker exec --env ******** --env ******** d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent -k 20:09:53 unset SSH_AUTH_SOCK; 20:09:53 unset SSH_AGENT_PID; 20:09:53 echo Agent pid 41 killed; 20:09:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:09:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:53 [ssh-agent] Looking for ssh-agent implementation... 20:09:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:53 $ docker exec d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent 20:09:54 SSH_AUTH_SOCK=/tmp/ssh-YB4M6hLMQ1s4/agent.76 20:09:54 SSH_AGENT_PID=83 20:09:54 Running ssh-add (command line suppressed) 20:09:54 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7177001232856802216.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_7177001232856802216.key) 20:09:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:54 + git semver init 20:09:54 2022-05-19 20:09:54,677 [run_init] DEBUG init version:0.0.0 force:False 20:09:54 2022-05-19 20:09:54,677 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 20:09:54 2022-05-19 20:09:54,678 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 20:09:54 2022-05-19 20:09:54,678 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 20:09:55 2022-05-19 20:09:55,396 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 20:09:55 2022-05-19 20:09:55,397 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 20:09:55 2022-05-19 20:09:55,397 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:09:55 2022-05-19 20:09:55,397 [write_version] DEBUG version is same as current version 0.0.0 20:09:55 2022-05-19 20:09:55,398 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 20:09:55 0.0.0 [Pipeline] } 20:09:55 $ docker exec --env ******** --env ******** d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent -k 20:09:55 unset SSH_AUTH_SOCK; 20:09:55 unset SSH_AGENT_PID; 20:09:55 echo Agent pid 83 killed; 20:09:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:56 + git semver [Pipeline] } 20:09:56 $ docker stop --time=1 d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 20:09:57 $ docker rm -f d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 [Pipeline] // withDockerContainer [Pipeline] sh 20:09:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:09:58 Stashed 1 file(s) [Pipeline] echo 20:09:58 [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 20:09:58 provisioning config files... 20:09:58 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config170333255833574595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:58 ---> docker-login.sh 20:09:58 nexus3.edgexfoundry.org:10001 20:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:58 Configure a credential helper to remove this warning. See 20:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:58 20:09:58 Login Succeeded 20:09:58 nexus3.edgexfoundry.org:10002 20:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:59 Configure a credential helper to remove this warning. See 20:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:59 20:09:59 Login Succeeded 20:09:59 nexus3.edgexfoundry.org:10003 20:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:59 Configure a credential helper to remove this warning. See 20:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:59 20:09:59 Login Succeeded 20:09:59 nexus3.edgexfoundry.org:10004 20:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:59 Configure a credential helper to remove this warning. See 20:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:59 20:09:59 Login Succeeded 20:09:59 docker.io 20:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:59 Configure a credential helper to remove this warning. See 20:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:59 20:09:59 Login Succeeded 20:09:59 ---> docker-login.sh ends [Pipeline] } 20:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:09:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:09:59 ========================================================= 20:09:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 20:09:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:10:00 + 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 . 20:10:00 Sending build context to Docker daemon 550.4kB 20:10:00 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 20:10:00 Step 2/12 : FROM ${BASE} AS builder 20:10:00 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 20:10:00 59bf1c3509f3: Pulling fs layer 20:10:00 666ba61612fd: Pulling fs layer 20:10:00 8ed8ca486205: Pulling fs layer 20:10:00 4fe6c5a15a65: Pulling fs layer 20:10:00 22a0e8bec74d: Pulling fs layer 20:10:00 ca2b28591e48: Pulling fs layer 20:10:00 a51346096db8: Pulling fs layer 20:10:00 daebc70d1ce1: Pulling fs layer 20:10:00 0e18a0eac166: Pulling fs layer 20:10:00 4fe6c5a15a65: Waiting 20:10:00 daebc70d1ce1: Waiting 20:10:00 22a0e8bec74d: Waiting 20:10:00 0e18a0eac166: Waiting 20:10:00 a51346096db8: Waiting 20:10:00 8ed8ca486205: Verifying Checksum 20:10:00 8ed8ca486205: Download complete 20:10:00 666ba61612fd: Verifying Checksum 20:10:00 666ba61612fd: Download complete 20:10:00 22a0e8bec74d: Verifying Checksum 20:10:00 22a0e8bec74d: Download complete 20:10:00 ca2b28591e48: Verifying Checksum 20:10:00 ca2b28591e48: Download complete 20:10:00 59bf1c3509f3: Verifying Checksum 20:10:00 59bf1c3509f3: Download complete 20:10:00 a51346096db8: Verifying Checksum 20:10:00 a51346096db8: Download complete 20:10:00 daebc70d1ce1: Verifying Checksum 20:10:00 daebc70d1ce1: Download complete 20:10:00 59bf1c3509f3: Pull complete 20:10:00 666ba61612fd: Pull complete 20:10:00 8ed8ca486205: Pull complete 20:10:00 0e18a0eac166: Verifying Checksum 20:10:00 0e18a0eac166: Download complete 20:10:01 4fe6c5a15a65: Verifying Checksum 20:10:01 4fe6c5a15a65: Download complete 20:10:05 4fe6c5a15a65: Pull complete 20:10:05 22a0e8bec74d: Pull complete 20:10:05 ca2b28591e48: Pull complete 20:10:05 a51346096db8: Pull complete 20:10:05 daebc70d1ce1: Pull complete 20:10:07 0e18a0eac166: Pull complete 20:10:07 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 20:10:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 20:10:07 ---> f018257e8ee9 20:10:07 Step 3/12 : ARG MAKE="make build" 20:10:09 ---> Running in 6aab505eca0f 20:10:09 Removing intermediate container 6aab505eca0f 20:10:09 ---> da158d166aec 20:10:09 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:10:09 ---> Running in 15b7b6c986f5 20:10:09 Removing intermediate container 15b7b6c986f5 20:10:09 ---> 1344ede6c2c9 20:10:09 Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:10:09 ---> Running in 14981a154479 20:10:09 Removing intermediate container 14981a154479 20:10:09 ---> efe22027bf32 20:10:09 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:10:09 ---> Running in 5bc76a8fbaaa 20:10:10 Removing intermediate container 5bc76a8fbaaa 20:10:10 ---> 390791066126 20:10:10 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:10:10 ---> Running in 69bb5fc34ed4 20:10:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:10:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:10:12 (1/81) Installing mesa (21.2.6-r0) 20:10:12 (2/81) Installing libxau (1.0.9-r0) 20:10:12 (3/81) Installing libmd (1.0.3-r0) 20:10:12 (4/81) Installing libbsd (0.11.3-r1) 20:10:12 (5/81) Installing libxdmcp (1.1.3-r0) 20:10:12 (6/81) Installing libxcb (1.14-r2) 20:10:12 (7/81) Installing libx11 (1.7.2-r0) 20:10:12 (8/81) Installing libxext (1.3.4-r0) 20:10:12 (9/81) Installing libxfixes (6.0.0-r0) 20:10:12 (10/81) Installing libxxf86vm (1.1.4-r2) 20:10:12 (11/81) Installing libpciaccess (0.16-r0) 20:10:12 (12/81) Installing libdrm (2.4.109-r0) 20:10:13 (13/81) Installing mesa-glapi (21.2.6-r0) 20:10:13 (14/81) Installing libxshmfence (1.3-r1) 20:10:13 (15/81) Installing mesa-gl (21.2.6-r0) 20:10:13 (16/81) Installing libice (1.0.10-r0) 20:10:13 (17/81) Installing libuuid (2.37.4-r0) 20:10:13 (18/81) Installing libsm (1.2.3-r0) 20:10:13 Still waiting to schedule task 20:10:13 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:10:13 (19/81) Installing libxt (1.2.1-r0) 20:10:13 (20/81) Installing libxmu (1.1.3-r0) 20:10:13 (21/81) Installing xset (1.2.4-r0) 20:10:13 (22/81) Installing xprop (1.2.5-r0) 20:10:13 (23/81) Installing xdg-utils (1.1.3-r0) 20:10:13 (24/81) Installing dbus-libs (1.12.20-r4) 20:10:14 (25/81) Installing libffi (3.4.2-r1) 20:10:14 (26/81) Installing libintl (0.21-r0) 20:10:14 (27/81) Installing libblkid (2.37.4-r0) 20:10:14 (28/81) Installing libmount (2.37.4-r0) 20:10:14 (29/81) Installing pcre (8.45-r1) 20:10:14 (30/81) Installing glib (2.70.1-r0) 20:10:14 (31/81) Installing icu-libs (69.1-r1) 20:10:15 (32/81) Installing libpcre2-16 (10.39-r0) 20:10:15 (33/81) Installing zstd-libs (1.5.0-r0) 20:10:15 (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) 20:10:16 (35/81) Installing hicolor-icon-theme (0.17-r1) 20:10:16 (36/81) Installing wayland-libs-server (1.19.0-r1) 20:10:16 (37/81) Installing mesa-gbm (21.2.6-r0) 20:10:16 (38/81) Installing wayland-libs-client (1.19.0-r1) 20:10:16 (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) 20:10:17 (40/81) Installing libxcomposite (0.4.5-r0) 20:10:17 (41/81) Installing libbz2 (1.0.8-r1) 20:10:17 (42/81) Installing libpng (1.6.37-r1) 20:10:17 (43/81) Installing freetype (2.11.1-r2) 20:10:17 (44/81) Installing fontconfig (2.13.1-r4) 20:10:17 (45/81) Installing wayland-libs-cursor (1.19.0-r1) 20:10:17 (46/81) Installing wayland-libs-egl (1.19.0-r1) 20:10:17 (47/81) Installing xkeyboard-config (2.34-r0) 20:10:17 (48/81) Installing xz-libs (5.2.5-r1) 20:10:17 (49/81) Installing libxml2 (2.9.14-r0) 20:10:17 (50/81) Installing libxkbcommon (1.3.1-r0) 20:10:18 (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) 20:10:18 (52/81) Installing mesa-egl (21.2.6-r0) 20:10:18 (53/81) Installing avahi-libs (0.8-r5) 20:10:18 (54/81) Installing nettle (3.7.3-r0) 20:10:18 (55/81) Installing p11-kit (0.24.0-r1) 20:10:18 (56/81) Installing libtasn1 (4.18.0-r0) 20:10:18 (57/81) Installing libunistring (0.9.10-r1) 20:10:18 (58/81) Installing gnutls (3.7.1-r0) 20:10:18 (59/81) Installing cups-libs (2.3.3-r5) 20:10:18 (60/81) Installing graphite2 (1.3.14-r0) 20:10:18 (61/81) Installing harfbuzz (3.0.0-r2) 20:10:19 (62/81) Installing libevdev (1.12.0-r0) 20:10:19 (63/81) Installing mtdev (1.1.6-r0) 20:10:19 (64/81) Installing eudev-libs (3.2.11_pre1-r0) 20:10:19 (65/81) Installing libinput-libs (1.19.4-r0) 20:10:19 (66/81) Installing libjpeg-turbo (2.1.2-r0) 20:10:19 (67/81) Installing xcb-util-wm (0.4.1-r1) 20:10:19 (68/81) Installing xcb-util (0.4.0-r3) 20:10:19 (69/81) Installing xcb-util-image (0.4.0-r1) 20:10:19 (70/81) Installing xcb-util-keysyms (0.4.0-r1) 20:10:19 (71/81) Installing xcb-util-renderutil (0.3.9-r1) 20:10:19 (72/81) Installing libxkbcommon-x11 (1.3.1-r0) 20:10:20 (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) 20:10:20 (74/81) Installing v4l-utils-libs (1.22.1-r1) 20:10:20 (75/81) Installing v4l-utils (1.22.1-r1) 20:10:20 (76/81) Installing udev-init-scripts (35-r0) 20:10:20 Executing udev-init-scripts-35-r0.post-install 20:10:21 (77/81) Installing kmod-libs (29-r2) 20:10:21 (78/81) Installing eudev (3.2.11_pre1-r0) 20:10:21 (79/81) Installing eudev-dev (3.2.11_pre1-r0) 20:10:21 (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) 20:10:21 (81/81) Installing v4l-utils-dev (1.22.1-r1) 20:10:21 Executing busybox-1.34.1-r3.trigger 20:10:21 Executing eudev-3.2.11_pre1-r0.trigger 20:10:21 OK: 335 MiB in 133 packages 20:10:23 Removing intermediate container 69bb5fc34ed4 20:10:23 ---> a814bcec283b 20:10:23 Step 8/12 : WORKDIR /device-usb-camera 20:10:23 ---> Running in c34974d547dc 20:10:23 Removing intermediate container c34974d547dc 20:10:23 ---> 42a944bd5249 20:10:23 Step 9/12 : COPY go.mod vendor* ./ 20:10:23 ---> 977ba1d4b08b 20:10:23 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:23 ---> Running in a61dba804457 20:10:50 Removing intermediate container a61dba804457 20:10:50 ---> ae9c3dbe86d3 20:10:50 Step 11/12 : COPY . . 20:10:50 ---> bd057aa860f7 20:10:50 Step 12/12 : RUN ${MAKE} 20:10:50 ---> Running in a6307b1fcfdf 20:10:50 noop 20:10:50 Removing intermediate container a6307b1fcfdf 20:10:50 ---> b8d391bd5d20 20:10:50 Successfully built b8d391bd5d20 20:10:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:10:51 + docker inspect -f . ci-base-image-x86_64 20:10:51 . [Pipeline] withDockerContainer 20:10:51 prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container 20:10:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:10:51 $ docker top 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 -eo pid,comm [Pipeline] { [Pipeline] sh 20:10:51 + go version 20:10:51 go version go1.17.6 linux/amd64 [Pipeline] } 20:10:51 $ docker stop --time=1 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 20:10:53 $ docker rm -f 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:10:53 + docker inspect -f . ci-base-image-x86_64 20:10:53 . [Pipeline] withDockerContainer 20:10:53 prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container 20:10:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:10:54 $ docker top 6848472ef054c5787a13fd1fdab68564fc659bbaff6bb2d5e9e86ed65c743d70 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:10:54 + make test 20:10:54 CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... 20:10:54 ? github.com/edgexfoundry/device-usb-camera [no test files] 20:10:55 # github.com/pebbe/zmq4 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket 20:10:55 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors 20:10:56 # github.com/vladimirvivien/go4vl/v4l2/device 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription 20:10:56 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors 20:11:01 make: *** [Makefile:33: unittest] Error 2 [Pipeline] } 20:11:01 $ docker stop --time=1 6848472ef054c5787a13fd1fdab68564fc659bbaff6bb2d5e9e86ed65c743d70 20:11:03 $ docker rm -f 6848472ef054c5787a13fd1fdab68564fc659bbaff6bb2d5e9e86ed65c743d70 [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 20:11:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:11:04 20:11:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:11:04 latest: Pulling from edgex-lftools-log-publisher 20:11:04 5eb5b503b376: Pulling fs layer 20:11:04 5c69ac0246d0: Pulling fs layer 20:11:04 ec43610c2a17: Pulling fs layer 20:11:04 3a2ae6a8a46f: Pulling fs layer 20:11:04 33b1e0a273af: Pulling fs layer 20:11:04 5d3b04190fa2: Pulling fs layer 20:11:04 2f39f015ded8: Pulling fs layer 20:11:04 3a2ae6a8a46f: Waiting 20:11:04 33b1e0a273af: Waiting 20:11:04 5d3b04190fa2: Waiting 20:11:04 2f39f015ded8: Waiting 20:11:04 5c69ac0246d0: Verifying Checksum 20:11:04 5c69ac0246d0: Download complete 20:11:04 3a2ae6a8a46f: Verifying Checksum 20:11:04 3a2ae6a8a46f: Download complete 20:11:04 33b1e0a273af: Verifying Checksum 20:11:04 33b1e0a273af: Download complete 20:11:04 ec43610c2a17: Verifying Checksum 20:11:04 ec43610c2a17: Download complete 20:11:04 5d3b04190fa2: Verifying Checksum 20:11:04 5d3b04190fa2: Download complete 20:11:04 5eb5b503b376: Verifying Checksum 20:11:04 5eb5b503b376: Download complete 20:11:05 2f39f015ded8: Download complete 20:11:06 5eb5b503b376: Pull complete 20:11:06 5c69ac0246d0: Pull complete 20:11:06 ec43610c2a17: Pull complete 20:11:06 3a2ae6a8a46f: Pull complete 20:11:07 33b1e0a273af: Pull complete 20:11:07 5d3b04190fa2: Pull complete 20:11:12 2f39f015ded8: Pull complete 20:11:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:11:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:11:12 prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container 20:11:12 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:11:15 $ docker top 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:15 ---> job-cost.sh 20:11:15 lf-activate-venv: SKIPPING 20:11:15 INFO: No Stack... 20:11:16 INFO: Retrieving Pricing Info for: v3-standard-8 20:11:16 INFO: Archiving Costs [Pipeline] sh 20:11:17 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 20:11:17 + cut -d, -f6 [Pipeline] lock 20:11:17 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] 20:11:17 Resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] did not exist. Created. 20:11:17 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:11:17 + echo total: 0.2199999988079071 [Pipeline] stash 20:11:17 Stashed 1 file(s) [Pipeline] } 20:11:17 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] // lock [Pipeline] } 20:11:17 $ docker stop --time=1 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a 20:11:18 $ docker rm -f 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:11:18 Failed in branch amd64 20:11:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-64107 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 20:11:52 Running in /w/workspace/device-usb-camera/8 [Pipeline] { [Pipeline] checkout 20:11:52 Selected Git installation does not exist. Using Default 20:11:52 The recommended git tool is: NONE 20:11:58 using credential edgex-jenkins-ssh 20:11:58 Cloning the remote Git repository 20:11:59 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 20:11:59 > git init /w/workspace/device-usb-camera/8 # timeout=10 20:11:59 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 20:11:59 > git --version # timeout=10 20:11:59 > git --version # 'git version 2.25.1' 20:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:59 Avoid second fetch 20:11:59 Checking out Revision 83bd454a297c6253960dc140f699026f5e077c78 (main) 20:11:59 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 20:11:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:59 > git config core.sparsecheckout # timeout=10 20:11:59 > git checkout -f 83bd454a297c6253960dc140f699026f5e077c78 # timeout=10 20:12:04 Commit message: "Merge pull request #24 from farshidtz/fix-error-fmt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:12:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:12:05 % Total % Received % Xferd Average Speed Time Time Time Current 20:12:05 Dload Upload Total Spent Left Speed 20:12:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 50632 0 --:--:-- --:--:-- --:--:-- 50632 [Pipeline] sh 20:12:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:12:05 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:12:05 + sudo tee /etc/docker/daemon.new 20:12:05 { 20:12:05 "registry-mirrors": [ 20:12:05 "https://nexus3.edgexfoundry.org:10001" 20:12:05 ], 20:12:05 "bip": "10.250.0.254/24", 20:12:05 "hosts": [ 20:12:05 "tcp://0.0.0.0:5555", 20:12:05 "unix:///var/run/docker.sock" 20:12:05 ], 20:12:05 "mtu": 1458, 20:12:05 "selinux-enabled": true, 20:12:05 "seccomp-profile": "/etc/docker/seccomp.json" 20:12:05 } [Pipeline] sh 20:12:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:12:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:12:25 provisioning config files... 20:12:25 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/8@tmp/config5831570659211539013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:12:25 ---> docker-login.sh 20:12:25 nexus3.edgexfoundry.org:10001 20:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:26 Configure a credential helper to remove this warning. See 20:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:26 20:12:26 Login Succeeded 20:12:26 nexus3.edgexfoundry.org:10002 20:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:26 Configure a credential helper to remove this warning. See 20:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:26 20:12:26 Login Succeeded 20:12:26 nexus3.edgexfoundry.org:10003 20:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:27 Configure a credential helper to remove this warning. See 20:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:27 20:12:27 Login Succeeded 20:12:27 nexus3.edgexfoundry.org:10004 20:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:27 Configure a credential helper to remove this warning. See 20:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:27 20:12:27 Login Succeeded 20:12:27 docker.io 20:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:28 Configure a credential helper to remove this warning. See 20:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:28 20:12:28 Login Succeeded 20:12:28 ---> docker-login.sh ends [Pipeline] } 20:12:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:12:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:12:28 ========================================================= 20:12:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 20:12:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:12:29 + 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 . 20:12:29 Sending build context to Docker daemon 386.6kB 20:12:29 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 20:12:29 Step 2/12 : FROM ${BASE} AS builder 20:12:29 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:12:29 9b3977197b4f: Pulling fs layer 20:12:29 1a89e8eeedd5: Pulling fs layer 20:12:29 94645a83ff95: Pulling fs layer 20:12:29 3f3a8bcf1eab: Pulling fs layer 20:12:29 0c92f367c5e7: Pulling fs layer 20:12:29 3096ccb668a1: Pulling fs layer 20:12:29 e8cf19c19ddd: Pulling fs layer 20:12:29 a4caa8a26152: Pulling fs layer 20:12:29 0c92f367c5e7: Waiting 20:12:29 3096ccb668a1: Waiting 20:12:29 e8cf19c19ddd: Waiting 20:12:29 a4caa8a26152: Waiting 20:12:29 3f3a8bcf1eab: Waiting 20:12:29 94645a83ff95: Verifying Checksum 20:12:29 94645a83ff95: Download complete 20:12:29 1a89e8eeedd5: Verifying Checksum 20:12:29 1a89e8eeedd5: Download complete 20:12:29 0c92f367c5e7: Verifying Checksum 20:12:29 0c92f367c5e7: Download complete 20:12:29 3096ccb668a1: Verifying Checksum 20:12:29 3096ccb668a1: Download complete 20:12:29 e8cf19c19ddd: Verifying Checksum 20:12:29 e8cf19c19ddd: Download complete 20:12:29 9b3977197b4f: Download complete 20:12:30 9b3977197b4f: Pull complete 20:12:31 1a89e8eeedd5: Pull complete 20:12:31 94645a83ff95: Pull complete 20:12:32 a4caa8a26152: Download complete 20:12:32 3f3a8bcf1eab: Verifying Checksum 20:12:32 3f3a8bcf1eab: Download complete 20:12:45 3f3a8bcf1eab: Pull complete 20:12:45 0c92f367c5e7: Pull complete 20:12:45 3096ccb668a1: Pull complete 20:12:45 e8cf19c19ddd: Pull complete 20:12:51 a4caa8a26152: Pull complete 20:12:51 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 20:12:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 20:12:51 ---> 725f1c02e7f9 20:12:51 Step 3/12 : ARG MAKE="make build" 20:12:52 ---> Running in 3a85308a4caf 20:12:52 Removing intermediate container 3a85308a4caf 20:12:52 ---> 687ef3b0ea4a 20:12:52 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 20:12:53 ---> Running in c197ffff76ce 20:12:53 Removing intermediate container c197ffff76ce 20:12:53 ---> 0caa763763e9 20:12:53 Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:12:53 ---> Running in 9cb1c2d2e641 20:12:53 Removing intermediate container 9cb1c2d2e641 20:12:53 ---> 4a1fe4a01324 20:12:53 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:53 ---> Running in f01f39a5351b 20:12:55 Removing intermediate container f01f39a5351b 20:12:55 ---> 51f2d65f6e7d 20:12:55 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:12:55 ---> Running in 31bc21e09854 20:12:56 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:12:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:12:58 (1/14) Installing libintl (0.21-r0) 20:12:58 (2/14) Installing eudev-libs (3.2.11_pre1-r0) 20:12:58 (3/14) Installing libjpeg-turbo (2.1.2-r0) 20:12:58 (4/14) Installing v4l-utils-libs (1.22.1-r1) 20:12:58 (5/14) Installing v4l-utils (1.22.1-r1) 20:12:58 (6/14) Installing udev-init-scripts (35-r0) 20:12:59 Executing udev-init-scripts-35-r0.post-install 20:12:59 (7/14) Installing libblkid (2.37.4-r0) 20:12:59 (8/14) Installing xz-libs (5.2.5-r1) 20:12:59 (9/14) Installing zstd-libs (1.5.0-r0) 20:12:59 (10/14) Installing kmod-libs (29-r2) 20:12:59 (11/14) Installing eudev (3.2.11_pre1-r0) 20:12:59 (12/14) Installing eudev-dev (3.2.11_pre1-r0) 20:12:59 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 20:12:59 (14/14) Installing v4l-utils-dev (1.22.1-r1) 20:12:59 Executing busybox-1.34.1-r3.trigger 20:12:59 Executing eudev-3.2.11_pre1-r0.trigger 20:12:59 OK: 227 MiB in 66 packages 20:13:00 Removing intermediate container 31bc21e09854 20:13:00 ---> 4cddc8cc5217 20:13:00 Step 8/12 : WORKDIR /device-usb-camera 20:13:01 ---> Running in 5e6db7e1317b 20:13:01 Removing intermediate container 5e6db7e1317b 20:13:01 ---> f1909cc70a93 20:13:01 Step 9/12 : COPY go.mod vendor* ./ 20:13:01 ---> eef4812e839d 20:13:01 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:01 ---> Running in 795e4455af65 20:14:23 Removing intermediate container 795e4455af65 20:14:23 ---> a963d090b926 20:14:23 Step 11/12 : COPY . . 20:14:23 ---> c12a241361e7 20:14:23 Step 12/12 : RUN ${MAKE} 20:14:23 ---> Running in 6d1331b713b9 20:14:23 noop 20:14:23 Removing intermediate container 6d1331b713b9 20:14:23 ---> c55cb18c2081 20:14:23 Successfully built c55cb18c2081 20:14:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:14:24 + docker inspect -f . ci-base-image-arm64 20:14:24 . [Pipeline] withDockerContainer 20:14:24 prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container 20:14:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/8 -v /w/workspace/device-usb-camera/8:/w/workspace/device-usb-camera/8:rw,z -v /w/workspace/device-usb-camera/8@tmp:/w/workspace/device-usb-camera/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:14:25 $ docker top 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 -eo pid,comm [Pipeline] { [Pipeline] sh 20:14:26 + go version 20:14:26 go version go1.17.6 linux/arm64 [Pipeline] } 20:14:26 $ docker stop --time=1 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 20:14:28 $ docker rm -f 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:28 + docker inspect -f . ci-base-image-arm64 20:14:28 . [Pipeline] withDockerContainer 20:14:29 prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container 20:14:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/8 -v /w/workspace/device-usb-camera/8:/w/workspace/device-usb-camera/8:rw,z -v /w/workspace/device-usb-camera/8@tmp:/w/workspace/device-usb-camera/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:14:30 $ docker top 5b82eb84503c2b8eb14115bef6bdadcdd7b7be3a717ace9c7af5d781846f31e0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:14:31 + make test 20:14:31 CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... 20:14:32 ? github.com/edgexfoundry/device-usb-camera [no test files] 20:14:35 # github.com/pebbe/zmq4 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket 20:14:35 /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors 20:14:48 # github.com/vladimirvivien/go4vl/v4l2/device 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription 20:14:48 /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors 20:15:20 make: *** [Makefile:33: unittest] Error 2 [Pipeline] } 20:15:20 $ docker stop --time=1 5b82eb84503c2b8eb14115bef6bdadcdd7b7be3a717ace9c7af5d781846f31e0 20:15:22 $ docker rm -f 5b82eb84503c2b8eb14115bef6bdadcdd7b7be3a717ace9c7af5d781846f31e0 [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 20:15:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:15:23 20:15:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:15:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:15:23 arm64: Pulling from edgex-lftools-log-publisher 20:15:23 8998bd30e6a1: Pulling fs layer 20:15:23 04944245beec: Pulling fs layer 20:15:23 699f458cf7ca: Pulling fs layer 20:15:23 765212b225bb: Pulling fs layer 20:15:23 f23df028b6ca: Pulling fs layer 20:15:23 d65c8cfc05b1: Pulling fs layer 20:15:23 2437ff75d9bd: Pulling fs layer 20:15:23 f23df028b6ca: Waiting 20:15:23 d65c8cfc05b1: Waiting 20:15:23 765212b225bb: Waiting 20:15:23 04944245beec: Verifying Checksum 20:15:23 04944245beec: Download complete 20:15:23 765212b225bb: Verifying Checksum 20:15:23 765212b225bb: Download complete 20:15:23 f23df028b6ca: Download complete 20:15:23 d65c8cfc05b1: Verifying Checksum 20:15:23 d65c8cfc05b1: Download complete 20:15:24 699f458cf7ca: Verifying Checksum 20:15:24 699f458cf7ca: Download complete 20:15:24 8998bd30e6a1: Verifying Checksum 20:15:24 8998bd30e6a1: Download complete 20:15:26 2437ff75d9bd: Verifying Checksum 20:15:26 2437ff75d9bd: Download complete 20:15:28 8998bd30e6a1: Pull complete 20:15:29 04944245beec: Pull complete 20:15:30 699f458cf7ca: Pull complete 20:15:30 765212b225bb: Pull complete 20:15:31 f23df028b6ca: Pull complete 20:15:31 d65c8cfc05b1: Pull complete 20:15:47 2437ff75d9bd: Pull complete 20:15:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:15:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:15:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:15:47 prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container 20:15:47 $ 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/8 -v /w/workspace/device-usb-camera/8:/w/workspace/device-usb-camera/8:rw,z -v /w/workspace/device-usb-camera/8@tmp:/w/workspace/device-usb-camera/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:15:49 $ docker top 6514f1b66bbbc894931637852d64b6e7046898f707051a197639ccd8abddb894 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:15:50 ---> job-cost.sh 20:15:50 lf-activate-venv: SKIPPING 20:15:50 INFO: No Stack... 20:15:50 INFO: Retrieving Pricing Info for: v3-standard-4 20:15:51 INFO: Archiving Costs [Pipeline] sh 20:15:52 + cat /w/workspace/device-usb-camera/8/archives/cost.csv 20:15:52 + cut -d, -f6 [Pipeline] lock 20:15:52 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] 20:15:52 Resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] did not exist. Created. 20:15:52 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:15:53 /w/workspace/device-usb-camera/8@tmp/durable-f60213bd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:15:54 + echo total: 0.10999999940395355 [Pipeline] stash 20:15:54 Warning: overwriting stash ‘stack-cost’ 20:15:54 Stashed 1 file(s) [Pipeline] } 20:15:54 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] // lock [Pipeline] } 20:15:54 $ docker stop --time=1 6514f1b66bbbc894931637852d64b6e7046898f707051a197639ccd8abddb894 20:15:56 $ docker rm -f 6514f1b66bbbc894931637852d64b6e7046898f707051a197639ccd8abddb894 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:15:56 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 20:15:57 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 20:15:57 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 20:15:57 total 16 20:15:57 drwxr-xr-x 3 root root 4096 May 19 20:11 . 20:15:57 drwxrwxr-x 10 jenkins jenkins 4096 May 19 20:11 .. 20:15:57 drwxr-xr-x 2 root root 4096 May 19 20:11 cost 20:15:57 -rw-r--r-- 1 root root 86 May 19 20:11 cost.csv 20:15:57 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 20:15:57 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 20:15:57 total 16 20:15:57 drwxr-xr-x 3 jenkins jenkins 4096 May 19 20:11 . 20:15:57 drwxrwxr-x 10 jenkins jenkins 4096 May 19 20:11 .. 20:15:57 drwxr-xr-x 2 jenkins jenkins 4096 May 19 20:11 cost 20:15:57 -rw-r--r-- 1 jenkins jenkins 86 May 19 20:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:15:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:15:58 ---> package-listing.sh 20:15:58 ++ facter osfamily 20:15:58 ++ tr '[:upper:]' '[:lower:]' 20:15:58 + OS_FAMILY=debian 20:15:58 + workspace=/w/workspace/exfoundry_device-usb-camera_main 20:15:58 + START_PACKAGES=/tmp/packages_start.txt 20:15:58 + END_PACKAGES=/tmp/packages_end.txt 20:15:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:15:58 + PACKAGES=/tmp/packages_start.txt 20:15:58 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 20:15:58 + PACKAGES=/tmp/packages_end.txt 20:15:58 + case "${OS_FAMILY}" in 20:15:58 + dpkg -l 20:15:58 + grep '^ii' 20:15:58 + '[' -f /tmp/packages_start.txt ']' 20:15:58 + '[' -f /tmp/packages_end.txt ']' 20:15:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:15:58 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 20:15:58 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 20:15:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 20:15:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:15:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:15:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:15:59 . [Pipeline] withDockerContainer 20:15:59 prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container 20:15:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:15:59 $ docker top 70fafd82907ed67e83ba8556a3088d3cc18252005dfbe97ef1e87122b1f9ed22 -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:59 + touch /tmp/pre-build-complete [Pipeline] sh 20:16:00 + mkdir -p /var/log/sysstat [Pipeline] sh 20:16:00 + ls /var/log/sa-host 20:16:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:16:00 provisioning config files... 20:16:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4280616318488656226tmp [Pipeline] { [Pipeline] echo 20:16:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:16:00 ---> create-netrc.sh [Pipeline] } 20:16:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:16:01 ---> python-tools-install.sh [Pipeline] echo 20:16:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:16:01 ---> sudo-logs.sh 20:16:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:16:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:16:01 ---> job-cost.sh 20:16:01 lf-activate-venv: SKIPPING 20:16:01 DEBUG: total: 0.2199999988079071 20:16:01 INFO: Retrieving Stack Cost... 20:16:02 INFO: Retrieving Pricing Info for: v3-standard-8 20:16:02 INFO: Archiving Costs [Pipeline] echo 20:16:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:16:03 ---> logs-deploy.sh 20:16:03 lf-activate-venv: SKIPPING 20:16:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/8 20:16:03 INFO: archiving workspace using pattern(s): 20:16:03 Archives upload complete. 20:16:04 INFO: archiving logs to Nexus 20:16:04 ---> uname -a: 20:16:04 Linux prd-ubuntu20-04-docker-8c-8g-64106 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 20:16:04 20:16:04 20:16:04 ---> lscpu: 20:16:04 Architecture: x86_64 20:16:04 CPU op-mode(s): 32-bit, 64-bit 20:16:04 Byte Order: Little Endian 20:16:04 Address sizes: 40 bits physical, 48 bits virtual 20:16:04 CPU(s): 8 20:16:04 On-line CPU(s) list: 0-7 20:16:04 Thread(s) per core: 1 20:16:04 Core(s) per socket: 1 20:16:04 Socket(s): 8 20:16:04 NUMA node(s): 1 20:16:04 Vendor ID: AuthenticAMD 20:16:04 CPU family: 23 20:16:04 Model: 49 20:16:04 Model name: AMD EPYC-Rome Processor 20:16:04 Stepping: 0 20:16:04 CPU MHz: 2799.996 20:16:04 BogoMIPS: 5599.99 20:16:04 Virtualization: AMD-V 20:16:04 Hypervisor vendor: KVM 20:16:04 Virtualization type: full 20:16:04 L1d cache: 256 KiB 20:16:04 L1i cache: 256 KiB 20:16:04 L2 cache: 4 MiB 20:16:04 L3 cache: 128 MiB 20:16:04 NUMA node0 CPU(s): 0-7 20:16:04 Vulnerability Itlb multihit: Not affected 20:16:04 Vulnerability L1tf: Not affected 20:16:04 Vulnerability Mds: Not affected 20:16:04 Vulnerability Meltdown: Not affected 20:16:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:16:04 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:16:04 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:16:04 Vulnerability Srbds: Not affected 20:16:04 Vulnerability Tsx async abort: Not affected 20:16:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:16:04 20:16:04 20:16:04 ---> nproc: 20:16:04 8 20:16:04 20:16:04 20:16:04 ---> df -h: 20:16:04 Filesystem Size Used Avail Use% Mounted on 20:16:04 overlay 155G 11G 145G 8% / 20:16:04 tmpfs 64M 0 64M 0% /dev 20:16:04 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:16:04 shm 64M 0 64M 0% /dev/shm 20:16:04 /dev/vda1 155G 11G 145G 8% /facter-os 20:16:04 20:16:04 20:16:04 ---> sar -b -r -n DEV: 20:16:04 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-64106) 05/19/22 _x86_64_ (8 CPU) 20:16:04 20:16:04 20:08:56 LINUX RESTART (8 CPU) 20:16:04 20:16:04 20:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:16:04 20:10:02 303.10 64.96 238.14 0.00 10333.61 196847.86 0.00 20:16:04 20:11:01 206.00 1.46 204.54 0.00 15.45 89849.14 0.00 20:16:04 20:12:01 44.11 0.05 44.06 0.00 3.20 19111.50 0.00 20:16:04 20:13:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 20:16:04 20:14:01 1.32 0.03 1.28 0.00 0.40 16.66 0.00 20:16:04 20:15:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 20:16:04 20:16:01 5.21 0.15 5.06 0.00 12.13 101.93 0.00 20:16:04 Average: 79.96 9.54 70.42 0.00 1484.00 43594.14 0.00 20:16:04 20:16:04 20:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:16:04 20:10:02 29221224 31759184 562336 1.71 107196 2717644 2251348 6.63 1119640 2197536 389748 20:16:04 20:11:01 27939760 31768528 520080 1.58 189032 3805404 1866656 5.50 1198152 3247100 70232 20:16:04 20:12:01 27513908 31771732 519028 1.58 195520 4190212 1794060 5.29 1214748 3619028 24 20:16:04 20:13:01 27515160 31773032 517560 1.57 195556 4190212 1794060 5.29 1214116 3619032 16 20:16:04 20:14:01 27515668 31773688 516688 1.57 195588 4190224 1794060 5.29 1212932 3619180 24 20:16:04 20:15:01 27515336 31773420 516904 1.57 195604 4190232 1794060 5.29 1213404 3619204 12 20:16:04 20:16:01 27470916 31731096 555348 1.69 195760 4191304 2441036 7.19 1255048 3619292 244 20:16:04 Average: 27813139 31764383 529706 1.61 182037 3925033 1962183 5.78 1204006 3362910 65757 20:16:04 20:16:04 20:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:16:04 20:10:02 docker0 0.77 0.72 0.11 1.75 0.00 0.00 0.00 0.00 20:16:04 20:10:02 lo 7.47 7.47 0.72 0.72 0.00 0.00 0.00 0.00 20:16:04 20:10:02 ens3 854.52 520.30 7923.59 109.44 0.00 0.00 0.00 0.00 20:16:04 20:11:01 docker0 249.15 345.78 19.12 2820.04 0.00 0.00 0.00 0.00 20:16:04 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:16:04 20:11:01 veth32bf021 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 20:16:04 20:11:01 ens3 417.10 303.35 2869.13 95.40 0.00 0.00 0.00 0.00 20:16:04 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:12:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 20:16:04 20:12:01 ens3 112.06 67.61 2528.09 11.91 0.00 0.00 0.00 0.00 20:16:04 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:16:04 20:13:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:16:04 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:14:01 ens3 0.42 0.05 0.05 0.00 0.00 0.00 0.00 0.00 20:16:04 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:16:04 20:15:01 ens3 0.65 0.48 0.34 0.27 0.00 0.00 0.00 0.00 20:16:04 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:16:04 20:16:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:16:04 20:16:01 ens3 35.23 28.71 22.55 40.77 0.00 0.00 0.00 0.00 20:16:04 Average: docker0 35.20 48.80 2.71 397.37 0.00 0.00 0.00 0.00 20:16:04 Average: lo 1.31 1.31 0.12 0.12 0.00 0.00 0.00 0.00 20:16:04 Average: ens3 202.35 131.10 1903.80 36.69 0.00 0.00 0.00 0.00 20:16:04 20:16:04 20:16:04 ---> sar -P ALL: 20:16:04 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-64106) 05/19/22 _x86_64_ (8 CPU) 20:16:04 20:16:04 20:08:56 LINUX RESTART (8 CPU) 20:16:04 20:16:04 20:09:01 CPU %user %nice %system %iowait %steal %idle 20:16:04 20:10:02 all 9.75 0.00 4.36 3.80 0.08 82.01 20:16:04 20:10:02 0 11.75 0.00 4.46 1.74 0.07 81.98 20:16:04 20:10:02 1 9.74 0.00 5.25 5.48 0.07 79.46 20:16:04 20:10:02 2 8.46 0.00 4.63 0.91 0.07 85.93 20:16:04 20:10:02 3 9.91 0.00 3.83 6.09 0.08 80.09 20:16:04 20:10:02 4 9.97 0.00 3.86 4.04 0.12 82.01 20:16:04 20:10:02 5 9.09 0.00 2.79 6.30 0.05 81.77 20:16:04 20:10:02 6 9.02 0.00 5.45 4.26 0.07 81.21 20:16:04 20:10:02 7 10.04 0.00 4.62 1.59 0.08 83.66 20:16:04 20:11:01 all 17.72 0.00 5.66 1.59 0.07 74.95 20:16:04 20:11:01 0 16.85 0.00 4.99 0.09 0.07 78.00 20:16:04 20:11:01 1 17.65 0.00 6.25 4.05 0.07 71.98 20:16:04 20:11:01 2 18.15 0.00 5.54 0.10 0.07 76.14 20:16:04 20:11:01 3 17.03 0.00 4.79 0.26 0.07 77.86 20:16:04 20:11:01 4 18.61 0.00 5.43 1.63 0.07 74.26 20:16:04 20:11:01 5 17.10 0.00 5.46 0.09 0.07 77.28 20:16:04 20:11:01 6 19.42 0.00 7.09 3.34 0.09 70.07 20:16:04 20:11:01 7 16.95 0.00 5.76 3.16 0.09 74.04 20:16:04 20:12:01 all 3.32 0.00 1.40 0.63 0.03 94.62 20:16:04 20:12:01 0 3.46 0.00 1.14 0.50 0.03 94.86 20:16:04 20:12:01 1 3.32 0.00 1.31 0.05 0.03 95.29 20:16:04 20:12:01 2 3.06 0.00 1.37 0.13 0.03 95.40 20:16:04 20:12:01 3 3.53 0.00 1.14 0.20 0.02 95.11 20:16:04 20:12:01 4 3.30 0.00 1.62 1.11 0.03 93.94 20:16:04 20:12:01 5 3.22 0.00 1.22 0.03 0.03 95.49 20:16:04 20:12:01 6 3.56 0.00 2.12 2.97 0.03 91.32 20:16:04 20:12:01 7 3.10 0.00 1.26 0.08 0.02 95.54 20:16:04 20:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:16:04 20:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:16:04 20:13:01 1 0.02 0.00 0.03 0.02 0.00 99.93 20:16:04 20:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:16:04 20:13:01 3 0.00 0.00 0.02 0.02 0.02 99.95 20:16:04 20:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:16:04 20:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:16:04 20:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:16:04 20:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:16:04 20:14:01 all 0.03 0.00 0.01 0.01 0.00 99.96 20:16:04 20:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:16:04 20:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:16:04 20:14:01 2 0.05 0.00 0.02 0.00 0.00 99.93 20:16:04 20:14:01 3 0.03 0.00 0.02 0.02 0.00 99.93 20:16:04 20:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:16:04 20:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:16:04 20:14:01 6 0.00 0.00 0.00 0.03 0.00 99.97 20:16:04 20:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:16:04 20:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:16:04 20:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:16:04 20:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 20:16:04 20:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:16:04 20:15:01 3 0.00 0.00 0.02 0.02 0.00 99.97 20:16:04 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:16:04 20:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:16:04 20:15:01 6 0.02 0.00 0.02 0.02 0.00 99.95 20:16:04 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:16:04 20:16:01 all 0.49 0.00 0.23 0.02 0.01 99.24 20:16:04 20:16:01 0 0.44 0.00 0.28 0.00 0.02 99.26 20:16:04 20:16:01 1 0.23 0.00 0.15 0.02 0.02 99.58 20:16:04 20:16:01 2 0.35 0.00 0.20 0.00 0.02 99.43 20:16:04 20:16:01 3 0.48 0.00 0.18 0.07 0.00 99.27 20:16:04 20:16:01 4 0.28 0.00 0.18 0.00 0.02 99.52 20:16:04 20:16:01 5 0.60 0.00 0.23 0.00 0.00 99.17 20:16:04 20:16:01 6 0.87 0.00 0.33 0.03 0.02 98.75 20:16:04 20:16:01 7 0.70 0.00 0.27 0.05 0.02 98.97 20:16:04 Average: all 4.41 0.00 1.65 0.86 0.03 93.05 20:16:04 Average: 0 4.61 0.00 1.55 0.33 0.03 93.48 20:16:04 Average: 1 4.38 0.00 1.84 1.36 0.03 92.39 20:16:04 Average: 2 4.23 0.00 1.66 0.16 0.03 93.92 20:16:04 Average: 3 4.37 0.00 1.41 0.95 0.03 93.24 20:16:04 Average: 4 4.54 0.00 1.57 0.96 0.03 92.89 20:16:04 Average: 5 4.23 0.00 1.37 0.92 0.02 93.47 20:16:04 Average: 6 4.63 0.00 2.12 1.51 0.03 91.71 20:16:04 Average: 7 4.32 0.00 1.68 0.68 0.03 93.29 20:16:04 20:16:04 20:16:04