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 [2022-05-19T20:09:37.137Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-19T20:09:37.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-19T20:09:37.221Z] ========================================================= [2022-05-19T20:09:37.221Z] EdgeX Global Pipelines Version Info [2022-05-19T20:09:37.221Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:09:37.969Z] ------------------- [2022-05-19T20:09:37.969Z] stable info: [2022-05-19T20:09:37.969Z] ------------------- [2022-05-19T20:09:37.969Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-19T20:09:37.969Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-19T20:09:37.969Z] Message: update stable to v1.0.230 [2022-05-19T20:09:38.542Z] ------------------- [2022-05-19T20:09:38.542Z] experimental info: [2022-05-19T20:09:38.542Z] ------------------- [2022-05-19T20:09:38.542Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-19T20:09:38.542Z] Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb [2022-05-19T20:09:38.542Z] Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-19T20:09:38.679Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-05-19T20:09:38.694Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-05-19T20:09:38.705Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-19T20:09:38.716Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-19T20:09:38.728Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-19T20:09:38.740Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-19T20:09:38.755Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-19T20:09:38.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-19T20:09:38.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-19T20:09:38.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-19T20:09:38.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-19T20:09:38.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-05-19T20:09:38.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-19T20:09:38.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-19T20:09:38.855Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-19T20:09:38.869Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-19T20:09:38.882Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-19T20:09:38.896Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-19T20:09:38.909Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-19T20:09:38.924Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-19T20:09:38.942Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-19T20:09:38.952Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-19T20:09:38.964Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-19T20:09:38.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-19T20:09:38.996Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-19T20:09:39.018Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-19T20:09:39.036Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-19T20:09:39.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-19T20:09:39.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-19T20:09:39.077Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo [2022-05-19T20:09:39.090Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83bd454 [Pipeline] echo [2022-05-19T20:09:39.104Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-19T20:09:39.147Z] provisioning config files... [2022-05-19T20:09:39.164Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config2783315921966892039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:09:39.472Z] ---> docker-login.sh [2022-05-19T20:09:39.472Z] nexus3.edgexfoundry.org:10001 [2022-05-19T20:09:40.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:40.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:40.047Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:40.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:40.047Z] [2022-05-19T20:09:40.047Z] Login Succeeded [2022-05-19T20:09:40.047Z] nexus3.edgexfoundry.org:10002 [2022-05-19T20:09:40.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:40.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:40.311Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:40.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:40.311Z] [2022-05-19T20:09:40.311Z] Login Succeeded [2022-05-19T20:09:40.311Z] nexus3.edgexfoundry.org:10003 [2022-05-19T20:09:40.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:40.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:40.311Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:40.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:40.311Z] [2022-05-19T20:09:40.311Z] Login Succeeded [2022-05-19T20:09:40.311Z] nexus3.edgexfoundry.org:10004 [2022-05-19T20:09:40.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:40.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:40.573Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:40.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:40.573Z] [2022-05-19T20:09:40.573Z] Login Succeeded [2022-05-19T20:09:40.573Z] docker.io [2022-05-19T20:09:40.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:40.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:40.840Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:40.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:40.840Z] [2022-05-19T20:09:40.840Z] Login Succeeded [2022-05-19T20:09:40.840Z] ---> docker-login.sh ends [Pipeline] } [2022-05-19T20:09:40.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-19T20:09:41.198Z] + git rev-list -1 --merges 83bd454a297c6253960dc140f699026f5e077c78~1..83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo [2022-05-19T20:09:41.298Z] -----------> git rev-list -1 --merges 83bd454a297c6253960dc140f699026f5e077c78~1..83bd454a297c6253960dc140f699026f5e077c78 83bd454a297c6253960dc140f699026f5e077c78 [2022-05-19T20:09:41.298Z] 83bd454a297c6253960dc140f699026f5e077c78 [false] [Pipeline] sh [2022-05-19T20:09:41.603Z] + git log --format=format:%s -1 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo [2022-05-19T20:09:41.620Z] ========================================================= [2022-05-19T20:09:41.620Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-19T20:09:41.620Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-19T20:09:41.966Z] + git log --format=format:%s -1 83bd454a297c6253960dc140f699026f5e077c78 [Pipeline] echo [2022-05-19T20:09:41.981Z] [semverPrep] GIT_COMMIT: 83bd454a297c6253960dc140f699026f5e077c78, Commit Message: Merge pull request #24 from farshidtz/fix-error-fmt [Pipeline] echo [2022-05-19T20:09:41.993Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-19T20:09:42.425Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-19T20:09:42.425Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-19T20:09:42.425Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-19T20:09:42.425Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-19T20:09:42.425Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-19T20:09:42.425Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-19T20:09:42.425Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:09:42.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-19T20:09:42.782Z] [2022-05-19T20:09:42.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:09:43.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-19T20:09:43.088Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-19T20:09:43.088Z] 1fe172e4850f: Pulling fs layer [2022-05-19T20:09:43.088Z] caf521ccaac6: Pulling fs layer [2022-05-19T20:09:43.088Z] 3ead6fa29328: Pulling fs layer [2022-05-19T20:09:43.088Z] 5c2a1cbceb83: Pulling fs layer [2022-05-19T20:09:43.088Z] a8d5f1318db7: Pulling fs layer [2022-05-19T20:09:43.088Z] c427282e49a2: Pulling fs layer [2022-05-19T20:09:43.088Z] 1827001aaf11: Pulling fs layer [2022-05-19T20:09:43.088Z] 0714d37db230: Pulling fs layer [2022-05-19T20:09:43.088Z] ac28cf19c067: Pulling fs layer [2022-05-19T20:09:43.088Z] ca983d60f3e2: Pulling fs layer [2022-05-19T20:09:43.088Z] 9f894cec8388: Pulling fs layer [2022-05-19T20:09:43.088Z] 5c2a1cbceb83: Waiting [2022-05-19T20:09:43.088Z] a8d5f1318db7: Waiting [2022-05-19T20:09:43.088Z] c427282e49a2: Waiting [2022-05-19T20:09:43.088Z] 1827001aaf11: Waiting [2022-05-19T20:09:43.088Z] ac28cf19c067: Waiting [2022-05-19T20:09:43.088Z] 0714d37db230: Waiting [2022-05-19T20:09:43.088Z] ca983d60f3e2: Waiting [2022-05-19T20:09:43.088Z] caf521ccaac6: Download complete [2022-05-19T20:09:43.088Z] 5c2a1cbceb83: Download complete [2022-05-19T20:09:43.350Z] a8d5f1318db7: Verifying Checksum [2022-05-19T20:09:43.350Z] a8d5f1318db7: Download complete [2022-05-19T20:09:43.350Z] c427282e49a2: Download complete [2022-05-19T20:09:43.350Z] 3ead6fa29328: Verifying Checksum [2022-05-19T20:09:43.350Z] 3ead6fa29328: Download complete [2022-05-19T20:09:43.350Z] 0714d37db230: Download complete [2022-05-19T20:09:43.350Z] ac28cf19c067: Verifying Checksum [2022-05-19T20:09:43.350Z] ac28cf19c067: Download complete [2022-05-19T20:09:43.350Z] ca983d60f3e2: Verifying Checksum [2022-05-19T20:09:43.350Z] ca983d60f3e2: Download complete [2022-05-19T20:09:43.350Z] 9f894cec8388: Verifying Checksum [2022-05-19T20:09:43.350Z] 9f894cec8388: Download complete [2022-05-19T20:09:43.350Z] 1fe172e4850f: Verifying Checksum [2022-05-19T20:09:43.350Z] 1fe172e4850f: Download complete [2022-05-19T20:09:43.610Z] 1827001aaf11: Verifying Checksum [2022-05-19T20:09:43.610Z] 1827001aaf11: Download complete [2022-05-19T20:09:44.995Z] 1fe172e4850f: Pull complete [2022-05-19T20:09:44.995Z] caf521ccaac6: Pull complete [2022-05-19T20:09:45.570Z] 3ead6fa29328: Pull complete [2022-05-19T20:09:45.570Z] 5c2a1cbceb83: Pull complete [2022-05-19T20:09:46.143Z] a8d5f1318db7: Pull complete [2022-05-19T20:09:46.143Z] c427282e49a2: Pull complete [2022-05-19T20:09:48.696Z] 1827001aaf11: Pull complete [2022-05-19T20:09:48.696Z] 0714d37db230: Pull complete [2022-05-19T20:09:48.958Z] ac28cf19c067: Pull complete [2022-05-19T20:09:49.222Z] ca983d60f3e2: Pull complete [2022-05-19T20:09:49.484Z] 9f894cec8388: Pull complete [2022-05-19T20:09:49.484Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-19T20:09:49.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-19T20:09:49.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-19T20:09:49.840Z] prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container [2022-05-19T20:09:49.882Z] $ 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 [2022-05-19T20:09:52.724Z] $ docker top d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 -eo pid,comm [2022-05-19T20:09:52.805Z] 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-19T20:09:52.805Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-19T20:09:52.839Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-19T20:09:52.839Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-19T20:09:52.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-19T20:09:52.994Z] $ docker exec d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent [2022-05-19T20:09:53.123Z] SSH_AUTH_SOCK=/tmp/ssh-Uz1gEkJck29z/agent.34 [2022-05-19T20:09:53.123Z] SSH_AGENT_PID=41 [2022-05-19T20:09:53.134Z] Running ssh-add (command line suppressed) [2022-05-19T20:09:53.255Z] 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) [2022-05-19T20:09:53.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-19T20:09:53.564Z] + git tag --points-at HEAD [Pipeline] } [2022-05-19T20:09:53.590Z] $ docker exec --env ******** --env ******** d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent -k [2022-05-19T20:09:53.719Z] unset SSH_AUTH_SOCK; [2022-05-19T20:09:53.719Z] unset SSH_AGENT_PID; [2022-05-19T20:09:53.720Z] echo Agent pid 41 killed; [2022-05-19T20:09:53.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-19T20:09:53.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-19T20:09:53.752Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-19T20:09:53.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-19T20:09:53.899Z] $ docker exec d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent [2022-05-19T20:09:54.033Z] SSH_AUTH_SOCK=/tmp/ssh-YB4M6hLMQ1s4/agent.76 [2022-05-19T20:09:54.033Z] SSH_AGENT_PID=83 [2022-05-19T20:09:54.038Z] Running ssh-add (command line suppressed) [2022-05-19T20:09:54.170Z] 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) [2022-05-19T20:09:54.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-19T20:09:54.477Z] + git semver init [2022-05-19T20:09:54.743Z] 2022-05-19 20:09:54,677 [run_init] DEBUG init version:0.0.0 force:False [2022-05-19T20:09:54.743Z] 2022-05-19 20:09:54,677 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2022-05-19T20:09:54.743Z] 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 [2022-05-19T20:09:54.743Z] 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) [2022-05-19T20:09:55.690Z] 2022-05-19 20:09:55,396 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2022-05-19T20:09:55.690Z] 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 [2022-05-19T20:09:55.690Z] 2022-05-19 20:09:55,397 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-19T20:09:55.690Z] 2022-05-19 20:09:55,397 [write_version] DEBUG version is same as current version 0.0.0 [2022-05-19T20:09:55.690Z] 2022-05-19 20:09:55,398 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-05-19T20:09:55.690Z] 0.0.0 [Pipeline] } [2022-05-19T20:09:55.705Z] $ docker exec --env ******** --env ******** d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 ssh-agent -k [2022-05-19T20:09:55.830Z] unset SSH_AUTH_SOCK; [2022-05-19T20:09:55.832Z] unset SSH_AGENT_PID; [2022-05-19T20:09:55.832Z] echo Agent pid 83 killed; [2022-05-19T20:09:55.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-19T20:09:56.156Z] + git semver [Pipeline] } [2022-05-19T20:09:56.441Z] $ docker stop --time=1 d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 [2022-05-19T20:09:57.815Z] $ docker rm -f d089d7954d3bca81eb4439861710b3b9998b9cf32df773ef26d4290537749db9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-19T20:09:58.179Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-19T20:09:58.430Z] Stashed 1 file(s) [Pipeline] echo [2022-05-19T20:09:58.434Z] [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-19T20:09:58.557Z] provisioning config files... [2022-05-19T20:09:58.568Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config170333255833574595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:09:58.866Z] ---> docker-login.sh [2022-05-19T20:09:58.866Z] nexus3.edgexfoundry.org:10001 [2022-05-19T20:09:58.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:58.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:58.866Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:58.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:58.866Z] [2022-05-19T20:09:58.866Z] Login Succeeded [2022-05-19T20:09:58.866Z] nexus3.edgexfoundry.org:10002 [2022-05-19T20:09:58.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:59.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:59.127Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:59.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:59.127Z] [2022-05-19T20:09:59.127Z] Login Succeeded [2022-05-19T20:09:59.127Z] nexus3.edgexfoundry.org:10003 [2022-05-19T20:09:59.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:59.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:59.127Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:59.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:59.127Z] [2022-05-19T20:09:59.127Z] Login Succeeded [2022-05-19T20:09:59.127Z] nexus3.edgexfoundry.org:10004 [2022-05-19T20:09:59.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:59.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:59.391Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:59.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:59.391Z] [2022-05-19T20:09:59.391Z] Login Succeeded [2022-05-19T20:09:59.391Z] docker.io [2022-05-19T20:09:59.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:09:59.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:09:59.653Z] Configure a credential helper to remove this warning. See [2022-05-19T20:09:59.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:09:59.653Z] [2022-05-19T20:09:59.653Z] Login Succeeded [2022-05-19T20:09:59.653Z] ---> docker-login.sh ends [Pipeline] } [2022-05-19T20:09:59.662Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-19T20:09:59.739Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-19T20:09:59.748Z] ========================================================= [2022-05-19T20:09:59.748Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-19T20:09:59.748Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:10:00.059Z] + 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-19T20:10:00.059Z] Sending build context to Docker daemon 550.4kB [2022-05-19T20:10:00.059Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-19T20:10:00.059Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-19T20:10:00.059Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-19T20:10:00.059Z] 59bf1c3509f3: Pulling fs layer [2022-05-19T20:10:00.059Z] 666ba61612fd: Pulling fs layer [2022-05-19T20:10:00.059Z] 8ed8ca486205: Pulling fs layer [2022-05-19T20:10:00.059Z] 4fe6c5a15a65: Pulling fs layer [2022-05-19T20:10:00.059Z] 22a0e8bec74d: Pulling fs layer [2022-05-19T20:10:00.059Z] ca2b28591e48: Pulling fs layer [2022-05-19T20:10:00.059Z] a51346096db8: Pulling fs layer [2022-05-19T20:10:00.059Z] daebc70d1ce1: Pulling fs layer [2022-05-19T20:10:00.059Z] 0e18a0eac166: Pulling fs layer [2022-05-19T20:10:00.059Z] 4fe6c5a15a65: Waiting [2022-05-19T20:10:00.059Z] daebc70d1ce1: Waiting [2022-05-19T20:10:00.059Z] 22a0e8bec74d: Waiting [2022-05-19T20:10:00.059Z] 0e18a0eac166: Waiting [2022-05-19T20:10:00.059Z] a51346096db8: Waiting [2022-05-19T20:10:00.059Z] 8ed8ca486205: Verifying Checksum [2022-05-19T20:10:00.059Z] 8ed8ca486205: Download complete [2022-05-19T20:10:00.059Z] 666ba61612fd: Verifying Checksum [2022-05-19T20:10:00.059Z] 666ba61612fd: Download complete [2022-05-19T20:10:00.059Z] 22a0e8bec74d: Verifying Checksum [2022-05-19T20:10:00.059Z] 22a0e8bec74d: Download complete [2022-05-19T20:10:00.059Z] ca2b28591e48: Verifying Checksum [2022-05-19T20:10:00.059Z] ca2b28591e48: Download complete [2022-05-19T20:10:00.321Z] 59bf1c3509f3: Verifying Checksum [2022-05-19T20:10:00.321Z] 59bf1c3509f3: Download complete [2022-05-19T20:10:00.321Z] a51346096db8: Verifying Checksum [2022-05-19T20:10:00.321Z] a51346096db8: Download complete [2022-05-19T20:10:00.321Z] daebc70d1ce1: Verifying Checksum [2022-05-19T20:10:00.321Z] daebc70d1ce1: Download complete [2022-05-19T20:10:00.321Z] 59bf1c3509f3: Pull complete [2022-05-19T20:10:00.582Z] 666ba61612fd: Pull complete [2022-05-19T20:10:00.843Z] 8ed8ca486205: Pull complete [2022-05-19T20:10:00.843Z] 0e18a0eac166: Verifying Checksum [2022-05-19T20:10:00.843Z] 0e18a0eac166: Download complete [2022-05-19T20:10:01.104Z] 4fe6c5a15a65: Verifying Checksum [2022-05-19T20:10:01.104Z] 4fe6c5a15a65: Download complete [2022-05-19T20:10:05.314Z] 4fe6c5a15a65: Pull complete [2022-05-19T20:10:05.314Z] 22a0e8bec74d: Pull complete [2022-05-19T20:10:05.314Z] ca2b28591e48: Pull complete [2022-05-19T20:10:05.314Z] a51346096db8: Pull complete [2022-05-19T20:10:05.314Z] daebc70d1ce1: Pull complete [2022-05-19T20:10:07.854Z] 0e18a0eac166: Pull complete [2022-05-19T20:10:07.855Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-19T20:10:07.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-19T20:10:07.855Z] ---> f018257e8ee9 [2022-05-19T20:10:07.855Z] Step 3/12 : ARG MAKE="make build" [2022-05-19T20:10:09.248Z] ---> Running in 6aab505eca0f [2022-05-19T20:10:09.248Z] Removing intermediate container 6aab505eca0f [2022-05-19T20:10:09.248Z] ---> da158d166aec [2022-05-19T20:10:09.248Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-19T20:10:09.248Z] ---> Running in 15b7b6c986f5 [2022-05-19T20:10:09.509Z] Removing intermediate container 15b7b6c986f5 [2022-05-19T20:10:09.509Z] ---> 1344ede6c2c9 [2022-05-19T20:10:09.509Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-19T20:10:09.509Z] ---> Running in 14981a154479 [2022-05-19T20:10:09.509Z] Removing intermediate container 14981a154479 [2022-05-19T20:10:09.509Z] ---> efe22027bf32 [2022-05-19T20:10:09.509Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-19T20:10:09.769Z] ---> Running in 5bc76a8fbaaa [2022-05-19T20:10:10.341Z] Removing intermediate container 5bc76a8fbaaa [2022-05-19T20:10:10.341Z] ---> 390791066126 [2022-05-19T20:10:10.341Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-19T20:10:10.341Z] ---> Running in 69bb5fc34ed4 [2022-05-19T20:10:10.603Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-19T20:10:11.551Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-19T20:10:12.125Z] (1/81) Installing mesa (21.2.6-r0) [2022-05-19T20:10:12.125Z] (2/81) Installing libxau (1.0.9-r0) [2022-05-19T20:10:12.125Z] (3/81) Installing libmd (1.0.3-r0) [2022-05-19T20:10:12.125Z] (4/81) Installing libbsd (0.11.3-r1) [2022-05-19T20:10:12.385Z] (5/81) Installing libxdmcp (1.1.3-r0) [2022-05-19T20:10:12.385Z] (6/81) Installing libxcb (1.14-r2) [2022-05-19T20:10:12.385Z] (7/81) Installing libx11 (1.7.2-r0) [2022-05-19T20:10:12.646Z] (8/81) Installing libxext (1.3.4-r0) [2022-05-19T20:10:12.646Z] (9/81) Installing libxfixes (6.0.0-r0) [2022-05-19T20:10:12.908Z] (10/81) Installing libxxf86vm (1.1.4-r2) [2022-05-19T20:10:12.908Z] (11/81) Installing libpciaccess (0.16-r0) [2022-05-19T20:10:12.908Z] (12/81) Installing libdrm (2.4.109-r0) [2022-05-19T20:10:13.173Z] (13/81) Installing mesa-glapi (21.2.6-r0) [2022-05-19T20:10:13.173Z] (14/81) Installing libxshmfence (1.3-r1) [2022-05-19T20:10:13.173Z] (15/81) Installing mesa-gl (21.2.6-r0) [2022-05-19T20:10:13.435Z] (16/81) Installing libice (1.0.10-r0) [2022-05-19T20:10:13.435Z] (17/81) Installing libuuid (2.37.4-r0) [2022-05-19T20:10:13.435Z] (18/81) Installing libsm (1.2.3-r0) [2022-05-19T20:10:13.522Z] Still waiting to schedule task [2022-05-19T20:10:13.523Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-19T20:10:13.696Z] (19/81) Installing libxt (1.2.1-r0) [2022-05-19T20:10:13.696Z] (20/81) Installing libxmu (1.1.3-r0) [2022-05-19T20:10:13.696Z] (21/81) Installing xset (1.2.4-r0) [2022-05-19T20:10:13.957Z] (22/81) Installing xprop (1.2.5-r0) [2022-05-19T20:10:13.957Z] (23/81) Installing xdg-utils (1.1.3-r0) [2022-05-19T20:10:13.957Z] (24/81) Installing dbus-libs (1.12.20-r4) [2022-05-19T20:10:14.218Z] (25/81) Installing libffi (3.4.2-r1) [2022-05-19T20:10:14.218Z] (26/81) Installing libintl (0.21-r0) [2022-05-19T20:10:14.218Z] (27/81) Installing libblkid (2.37.4-r0) [2022-05-19T20:10:14.480Z] (28/81) Installing libmount (2.37.4-r0) [2022-05-19T20:10:14.480Z] (29/81) Installing pcre (8.45-r1) [2022-05-19T20:10:14.480Z] (30/81) Installing glib (2.70.1-r0) [2022-05-19T20:10:14.743Z] (31/81) Installing icu-libs (69.1-r1) [2022-05-19T20:10:15.712Z] (32/81) Installing libpcre2-16 (10.39-r0) [2022-05-19T20:10:15.712Z] (33/81) Installing zstd-libs (1.5.0-r0) [2022-05-19T20:10:15.972Z] (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) [2022-05-19T20:10:16.234Z] (35/81) Installing hicolor-icon-theme (0.17-r1) [2022-05-19T20:10:16.234Z] (36/81) Installing wayland-libs-server (1.19.0-r1) [2022-05-19T20:10:16.496Z] (37/81) Installing mesa-gbm (21.2.6-r0) [2022-05-19T20:10:16.496Z] (38/81) Installing wayland-libs-client (1.19.0-r1) [2022-05-19T20:10:16.496Z] (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) [2022-05-19T20:10:17.070Z] (40/81) Installing libxcomposite (0.4.5-r0) [2022-05-19T20:10:17.070Z] (41/81) Installing libbz2 (1.0.8-r1) [2022-05-19T20:10:17.070Z] (42/81) Installing libpng (1.6.37-r1) [2022-05-19T20:10:17.331Z] (43/81) Installing freetype (2.11.1-r2) [2022-05-19T20:10:17.331Z] (44/81) Installing fontconfig (2.13.1-r4) [2022-05-19T20:10:17.331Z] (45/81) Installing wayland-libs-cursor (1.19.0-r1) [2022-05-19T20:10:17.605Z] (46/81) Installing wayland-libs-egl (1.19.0-r1) [2022-05-19T20:10:17.605Z] (47/81) Installing xkeyboard-config (2.34-r0) [2022-05-19T20:10:17.605Z] (48/81) Installing xz-libs (5.2.5-r1) [2022-05-19T20:10:17.867Z] (49/81) Installing libxml2 (2.9.14-r0) [2022-05-19T20:10:17.867Z] (50/81) Installing libxkbcommon (1.3.1-r0) [2022-05-19T20:10:18.128Z] (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) [2022-05-19T20:10:18.128Z] (52/81) Installing mesa-egl (21.2.6-r0) [2022-05-19T20:10:18.390Z] (53/81) Installing avahi-libs (0.8-r5) [2022-05-19T20:10:18.390Z] (54/81) Installing nettle (3.7.3-r0) [2022-05-19T20:10:18.390Z] (55/81) Installing p11-kit (0.24.0-r1) [2022-05-19T20:10:18.663Z] (56/81) Installing libtasn1 (4.18.0-r0) [2022-05-19T20:10:18.663Z] (57/81) Installing libunistring (0.9.10-r1) [2022-05-19T20:10:18.663Z] (58/81) Installing gnutls (3.7.1-r0) [2022-05-19T20:10:18.923Z] (59/81) Installing cups-libs (2.3.3-r5) [2022-05-19T20:10:18.923Z] (60/81) Installing graphite2 (1.3.14-r0) [2022-05-19T20:10:18.923Z] (61/81) Installing harfbuzz (3.0.0-r2) [2022-05-19T20:10:19.184Z] (62/81) Installing libevdev (1.12.0-r0) [2022-05-19T20:10:19.184Z] (63/81) Installing mtdev (1.1.6-r0) [2022-05-19T20:10:19.184Z] (64/81) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-19T20:10:19.445Z] (65/81) Installing libinput-libs (1.19.4-r0) [2022-05-19T20:10:19.445Z] (66/81) Installing libjpeg-turbo (2.1.2-r0) [2022-05-19T20:10:19.708Z] (67/81) Installing xcb-util-wm (0.4.1-r1) [2022-05-19T20:10:19.708Z] (68/81) Installing xcb-util (0.4.0-r3) [2022-05-19T20:10:19.708Z] (69/81) Installing xcb-util-image (0.4.0-r1) [2022-05-19T20:10:19.972Z] (70/81) Installing xcb-util-keysyms (0.4.0-r1) [2022-05-19T20:10:19.972Z] (71/81) Installing xcb-util-renderutil (0.3.9-r1) [2022-05-19T20:10:19.972Z] (72/81) Installing libxkbcommon-x11 (1.3.1-r0) [2022-05-19T20:10:20.234Z] (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) [2022-05-19T20:10:20.811Z] (74/81) Installing v4l-utils-libs (1.22.1-r1) [2022-05-19T20:10:20.811Z] (75/81) Installing v4l-utils (1.22.1-r1) [2022-05-19T20:10:20.811Z] (76/81) Installing udev-init-scripts (35-r0) [2022-05-19T20:10:20.811Z] Executing udev-init-scripts-35-r0.post-install [2022-05-19T20:10:21.073Z] (77/81) Installing kmod-libs (29-r2) [2022-05-19T20:10:21.073Z] (78/81) Installing eudev (3.2.11_pre1-r0) [2022-05-19T20:10:21.073Z] (79/81) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-19T20:10:21.334Z] (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-19T20:10:21.334Z] (81/81) Installing v4l-utils-dev (1.22.1-r1) [2022-05-19T20:10:21.334Z] Executing busybox-1.34.1-r3.trigger [2022-05-19T20:10:21.334Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-19T20:10:21.334Z] OK: 335 MiB in 133 packages [2022-05-19T20:10:23.894Z] Removing intermediate container 69bb5fc34ed4 [2022-05-19T20:10:23.895Z] ---> a814bcec283b [2022-05-19T20:10:23.895Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-19T20:10:23.895Z] ---> Running in c34974d547dc [2022-05-19T20:10:23.895Z] Removing intermediate container c34974d547dc [2022-05-19T20:10:23.895Z] ---> 42a944bd5249 [2022-05-19T20:10:23.895Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-19T20:10:23.895Z] ---> 977ba1d4b08b [2022-05-19T20:10:23.895Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-19T20:10:23.895Z] ---> Running in a61dba804457 [2022-05-19T20:10:50.721Z] Removing intermediate container a61dba804457 [2022-05-19T20:10:50.721Z] ---> ae9c3dbe86d3 [2022-05-19T20:10:50.721Z] Step 11/12 : COPY . . [2022-05-19T20:10:50.721Z] ---> bd057aa860f7 [2022-05-19T20:10:50.721Z] Step 12/12 : RUN ${MAKE} [2022-05-19T20:10:50.721Z] ---> Running in a6307b1fcfdf [2022-05-19T20:10:50.721Z] noop [2022-05-19T20:10:50.721Z] Removing intermediate container a6307b1fcfdf [2022-05-19T20:10:50.721Z] ---> b8d391bd5d20 [2022-05-19T20:10:50.721Z] Successfully built b8d391bd5d20 [2022-05-19T20:10:50.721Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:10:51.087Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-19T20:10:51.087Z] . [Pipeline] withDockerContainer [2022-05-19T20:10:51.165Z] prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container [2022-05-19T20:10:51.208Z] $ 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 [2022-05-19T20:10:51.611Z] $ docker top 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-19T20:10:51.974Z] + go version [2022-05-19T20:10:51.975Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-19T20:10:51.988Z] $ docker stop --time=1 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 [2022-05-19T20:10:53.320Z] $ docker rm -f 37f57f6269766b53a7626851a7be465f734a9ffd5af9b26147bb63c170523513 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:10:53.752Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-19T20:10:53.752Z] . [Pipeline] withDockerContainer [2022-05-19T20:10:53.824Z] prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container [2022-05-19T20:10:53.865Z] $ 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 [2022-05-19T20:10:54.273Z] $ docker top 6848472ef054c5787a13fd1fdab68564fc659bbaff6bb2d5e9e86ed65c743d70 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-19T20:10:54.647Z] + make test [2022-05-19T20:10:54.647Z] CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... [2022-05-19T20:10:54.907Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-19T20:10:55.167Z] # github.com/pebbe/zmq4 [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket [2022-05-19T20:10:55.167Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors [2022-05-19T20:10:56.548Z] # github.com/vladimirvivien/go4vl/v4l2/device [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription [2022-05-19T20:10:56.548Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors [2022-05-19T20:11:01.828Z] make: *** [Makefile:33: unittest] Error 2 [Pipeline] } [2022-05-19T20:11:01.845Z] $ docker stop --time=1 6848472ef054c5787a13fd1fdab68564fc659bbaff6bb2d5e9e86ed65c743d70 [2022-05-19T20:11:03.850Z] $ 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 [2022-05-19T20:11:04.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-19T20:11:04.354Z] [2022-05-19T20:11:04.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:11:04.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-19T20:11:04.655Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-19T20:11:04.655Z] 5eb5b503b376: Pulling fs layer [2022-05-19T20:11:04.655Z] 5c69ac0246d0: Pulling fs layer [2022-05-19T20:11:04.655Z] ec43610c2a17: Pulling fs layer [2022-05-19T20:11:04.655Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-19T20:11:04.655Z] 33b1e0a273af: Pulling fs layer [2022-05-19T20:11:04.655Z] 5d3b04190fa2: Pulling fs layer [2022-05-19T20:11:04.655Z] 2f39f015ded8: Pulling fs layer [2022-05-19T20:11:04.655Z] 3a2ae6a8a46f: Waiting [2022-05-19T20:11:04.655Z] 33b1e0a273af: Waiting [2022-05-19T20:11:04.655Z] 5d3b04190fa2: Waiting [2022-05-19T20:11:04.655Z] 2f39f015ded8: Waiting [2022-05-19T20:11:04.655Z] 5c69ac0246d0: Verifying Checksum [2022-05-19T20:11:04.655Z] 5c69ac0246d0: Download complete [2022-05-19T20:11:04.655Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-19T20:11:04.655Z] 3a2ae6a8a46f: Download complete [2022-05-19T20:11:04.915Z] 33b1e0a273af: Verifying Checksum [2022-05-19T20:11:04.915Z] 33b1e0a273af: Download complete [2022-05-19T20:11:04.915Z] ec43610c2a17: Verifying Checksum [2022-05-19T20:11:04.915Z] ec43610c2a17: Download complete [2022-05-19T20:11:04.915Z] 5d3b04190fa2: Verifying Checksum [2022-05-19T20:11:04.915Z] 5d3b04190fa2: Download complete [2022-05-19T20:11:04.915Z] 5eb5b503b376: Verifying Checksum [2022-05-19T20:11:04.915Z] 5eb5b503b376: Download complete [2022-05-19T20:11:05.853Z] 2f39f015ded8: Download complete [2022-05-19T20:11:06.421Z] 5eb5b503b376: Pull complete [2022-05-19T20:11:06.421Z] 5c69ac0246d0: Pull complete [2022-05-19T20:11:06.991Z] ec43610c2a17: Pull complete [2022-05-19T20:11:06.991Z] 3a2ae6a8a46f: Pull complete [2022-05-19T20:11:07.250Z] 33b1e0a273af: Pull complete [2022-05-19T20:11:07.515Z] 5d3b04190fa2: Pull complete [2022-05-19T20:11:12.793Z] 2f39f015ded8: Pull complete [2022-05-19T20:11:12.793Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-19T20:11:12.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-19T20:11:12.793Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-19T20:11:12.861Z] prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container [2022-05-19T20:11:12.901Z] $ 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 [2022-05-19T20:11:15.151Z] $ docker top 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:11:15.563Z] ---> job-cost.sh [2022-05-19T20:11:15.563Z] lf-activate-venv: SKIPPING [2022-05-19T20:11:15.563Z] INFO: No Stack... [2022-05-19T20:11:16.133Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-19T20:11:16.704Z] INFO: Archiving Costs [Pipeline] sh [2022-05-19T20:11:17.002Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2022-05-19T20:11:17.002Z] + cut -d, -f6 [Pipeline] lock [2022-05-19T20:11:17.017Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [2022-05-19T20:11:17.027Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] did not exist. Created. [2022-05-19T20:11:17.027Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-19T20:11:17.337Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-19T20:11:17.377Z] Stashed 1 file(s) [Pipeline] } [2022-05-19T20:11:17.388Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-19T20:11:17.408Z] $ docker stop --time=1 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a [2022-05-19T20:11:18.585Z] $ docker rm -f 8d44cb89b78119a73f2fa87bcec0bbd2137a2f0aa48d086404bd43760820ee1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-19T20:11:18.712Z] Failed in branch amd64 [2022-05-19T20:11:52.613Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-64107 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2022-05-19T20:11:52.633Z] Running in /w/workspace/device-usb-camera/8 [Pipeline] { [Pipeline] checkout [2022-05-19T20:11:52.915Z] Selected Git installation does not exist. Using Default [2022-05-19T20:11:52.915Z] The recommended git tool is: NONE [2022-05-19T20:11:58.909Z] using credential edgex-jenkins-ssh [2022-05-19T20:11:58.953Z] Cloning the remote Git repository [2022-05-19T20:11:59.014Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-05-19T20:11:59.085Z] > git init /w/workspace/device-usb-camera/8 # timeout=10 [2022-05-19T20:11:59.180Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-05-19T20:11:59.181Z] > git --version # timeout=10 [2022-05-19T20:11:59.227Z] > git --version # 'git version 2.25.1' [2022-05-19T20:11:59.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-19T20:11:59.315Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-19T20:11:59.928Z] Avoid second fetch [2022-05-19T20:11:59.929Z] Checking out Revision 83bd454a297c6253960dc140f699026f5e077c78 (main) [2022-05-19T20:11:59.878Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-05-19T20:11:59.900Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-19T20:11:59.961Z] > git config core.sparsecheckout # timeout=10 [2022-05-19T20:11:59.976Z] > git checkout -f 83bd454a297c6253960dc140f699026f5e077c78 # timeout=10 [2022-05-19T20:12:04.124Z] 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 [2022-05-19T20:12:05.002Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-19T20:12:05.002Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-19T20:12:05.002Z] Dload Upload Total Spent Left Speed [2022-05-19T20:12:05.002Z] 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 [2022-05-19T20:12:05.560Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-19T20:12:05.916Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-19T20:12:05.916Z] + sudo tee /etc/docker/daemon.new [2022-05-19T20:12:05.916Z] { [2022-05-19T20:12:05.916Z] "registry-mirrors": [ [2022-05-19T20:12:05.916Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-19T20:12:05.916Z] ], [2022-05-19T20:12:05.916Z] "bip": "10.250.0.254/24", [2022-05-19T20:12:05.916Z] "hosts": [ [2022-05-19T20:12:05.916Z] "tcp://0.0.0.0:5555", [2022-05-19T20:12:05.916Z] "unix:///var/run/docker.sock" [2022-05-19T20:12:05.916Z] ], [2022-05-19T20:12:05.916Z] "mtu": 1458, [2022-05-19T20:12:05.916Z] "selinux-enabled": true, [2022-05-19T20:12:05.916Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-19T20:12:05.916Z] } [Pipeline] sh [2022-05-19T20:12:06.266Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-19T20:12:06.743Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-19T20:12:25.112Z] provisioning config files... [2022-05-19T20:12:25.138Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/8@tmp/config5831570659211539013tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:12:25.511Z] ---> docker-login.sh [2022-05-19T20:12:25.511Z] nexus3.edgexfoundry.org:10001 [2022-05-19T20:12:26.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:12:26.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:12:26.389Z] Configure a credential helper to remove this warning. See [2022-05-19T20:12:26.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:12:26.389Z] [2022-05-19T20:12:26.389Z] Login Succeeded [2022-05-19T20:12:26.389Z] nexus3.edgexfoundry.org:10002 [2022-05-19T20:12:26.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:12:26.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:12:26.937Z] Configure a credential helper to remove this warning. See [2022-05-19T20:12:26.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:12:26.937Z] [2022-05-19T20:12:26.937Z] Login Succeeded [2022-05-19T20:12:26.937Z] nexus3.edgexfoundry.org:10003 [2022-05-19T20:12:27.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:12:27.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:12:27.211Z] Configure a credential helper to remove this warning. See [2022-05-19T20:12:27.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:12:27.211Z] [2022-05-19T20:12:27.211Z] Login Succeeded [2022-05-19T20:12:27.211Z] nexus3.edgexfoundry.org:10004 [2022-05-19T20:12:27.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:12:27.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:12:27.770Z] Configure a credential helper to remove this warning. See [2022-05-19T20:12:27.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:12:27.770Z] [2022-05-19T20:12:27.770Z] Login Succeeded [2022-05-19T20:12:27.770Z] docker.io [2022-05-19T20:12:28.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-19T20:12:28.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-19T20:12:28.321Z] Configure a credential helper to remove this warning. See [2022-05-19T20:12:28.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-19T20:12:28.321Z] [2022-05-19T20:12:28.321Z] Login Succeeded [2022-05-19T20:12:28.321Z] ---> docker-login.sh ends [Pipeline] } [2022-05-19T20:12:28.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-19T20:12:28.913Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-19T20:12:28.927Z] ========================================================= [2022-05-19T20:12:28.927Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-19T20:12:28.927Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:12:29.280Z] + 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-19T20:12:29.553Z] Sending build context to Docker daemon 386.6kB [2022-05-19T20:12:29.553Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-19T20:12:29.553Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-19T20:12:29.843Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-19T20:12:29.843Z] 9b3977197b4f: Pulling fs layer [2022-05-19T20:12:29.843Z] 1a89e8eeedd5: Pulling fs layer [2022-05-19T20:12:29.843Z] 94645a83ff95: Pulling fs layer [2022-05-19T20:12:29.843Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-19T20:12:29.843Z] 0c92f367c5e7: Pulling fs layer [2022-05-19T20:12:29.843Z] 3096ccb668a1: Pulling fs layer [2022-05-19T20:12:29.843Z] e8cf19c19ddd: Pulling fs layer [2022-05-19T20:12:29.843Z] a4caa8a26152: Pulling fs layer [2022-05-19T20:12:29.843Z] 0c92f367c5e7: Waiting [2022-05-19T20:12:29.843Z] 3096ccb668a1: Waiting [2022-05-19T20:12:29.843Z] e8cf19c19ddd: Waiting [2022-05-19T20:12:29.843Z] a4caa8a26152: Waiting [2022-05-19T20:12:29.843Z] 3f3a8bcf1eab: Waiting [2022-05-19T20:12:29.843Z] 94645a83ff95: Verifying Checksum [2022-05-19T20:12:29.843Z] 94645a83ff95: Download complete [2022-05-19T20:12:29.843Z] 1a89e8eeedd5: Verifying Checksum [2022-05-19T20:12:29.843Z] 1a89e8eeedd5: Download complete [2022-05-19T20:12:29.843Z] 0c92f367c5e7: Verifying Checksum [2022-05-19T20:12:29.843Z] 0c92f367c5e7: Download complete [2022-05-19T20:12:29.843Z] 3096ccb668a1: Verifying Checksum [2022-05-19T20:12:29.843Z] 3096ccb668a1: Download complete [2022-05-19T20:12:29.843Z] e8cf19c19ddd: Verifying Checksum [2022-05-19T20:12:29.843Z] e8cf19c19ddd: Download complete [2022-05-19T20:12:29.843Z] 9b3977197b4f: Download complete [2022-05-19T20:12:30.840Z] 9b3977197b4f: Pull complete [2022-05-19T20:12:31.122Z] 1a89e8eeedd5: Pull complete [2022-05-19T20:12:31.729Z] 94645a83ff95: Pull complete [2022-05-19T20:12:32.010Z] a4caa8a26152: Download complete [2022-05-19T20:12:32.609Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-19T20:12:32.609Z] 3f3a8bcf1eab: Download complete [2022-05-19T20:12:45.026Z] 3f3a8bcf1eab: Pull complete [2022-05-19T20:12:45.026Z] 0c92f367c5e7: Pull complete [2022-05-19T20:12:45.026Z] 3096ccb668a1: Pull complete [2022-05-19T20:12:45.026Z] e8cf19c19ddd: Pull complete [2022-05-19T20:12:51.748Z] a4caa8a26152: Pull complete [2022-05-19T20:12:51.748Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-19T20:12:51.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-19T20:12:51.748Z] ---> 725f1c02e7f9 [2022-05-19T20:12:51.748Z] Step 3/12 : ARG MAKE="make build" [2022-05-19T20:12:52.737Z] ---> Running in 3a85308a4caf [2022-05-19T20:12:52.737Z] Removing intermediate container 3a85308a4caf [2022-05-19T20:12:52.737Z] ---> 687ef3b0ea4a [2022-05-19T20:12:52.737Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-05-19T20:12:53.017Z] ---> Running in c197ffff76ce [2022-05-19T20:12:53.299Z] Removing intermediate container c197ffff76ce [2022-05-19T20:12:53.299Z] ---> 0caa763763e9 [2022-05-19T20:12:53.299Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-05-19T20:12:53.299Z] ---> Running in 9cb1c2d2e641 [2022-05-19T20:12:53.579Z] Removing intermediate container 9cb1c2d2e641 [2022-05-19T20:12:53.579Z] ---> 4a1fe4a01324 [2022-05-19T20:12:53.579Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-19T20:12:53.579Z] ---> Running in f01f39a5351b [2022-05-19T20:12:55.611Z] Removing intermediate container f01f39a5351b [2022-05-19T20:12:55.611Z] ---> 51f2d65f6e7d [2022-05-19T20:12:55.611Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-19T20:12:55.611Z] ---> Running in 31bc21e09854 [2022-05-19T20:12:56.602Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-19T20:12:57.589Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-19T20:12:58.186Z] (1/14) Installing libintl (0.21-r0) [2022-05-19T20:12:58.186Z] (2/14) Installing eudev-libs (3.2.11_pre1-r0) [2022-05-19T20:12:58.459Z] (3/14) Installing libjpeg-turbo (2.1.2-r0) [2022-05-19T20:12:58.459Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-05-19T20:12:58.731Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-05-19T20:12:58.732Z] (6/14) Installing udev-init-scripts (35-r0) [2022-05-19T20:12:59.008Z] Executing udev-init-scripts-35-r0.post-install [2022-05-19T20:12:59.008Z] (7/14) Installing libblkid (2.37.4-r0) [2022-05-19T20:12:59.008Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-05-19T20:12:59.008Z] (9/14) Installing zstd-libs (1.5.0-r0) [2022-05-19T20:12:59.281Z] (10/14) Installing kmod-libs (29-r2) [2022-05-19T20:12:59.281Z] (11/14) Installing eudev (3.2.11_pre1-r0) [2022-05-19T20:12:59.281Z] (12/14) Installing eudev-dev (3.2.11_pre1-r0) [2022-05-19T20:12:59.553Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-05-19T20:12:59.553Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-05-19T20:12:59.828Z] Executing busybox-1.34.1-r3.trigger [2022-05-19T20:12:59.828Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-05-19T20:12:59.828Z] OK: 227 MiB in 66 packages [2022-05-19T20:13:00.822Z] Removing intermediate container 31bc21e09854 [2022-05-19T20:13:00.822Z] ---> 4cddc8cc5217 [2022-05-19T20:13:00.822Z] Step 8/12 : WORKDIR /device-usb-camera [2022-05-19T20:13:01.103Z] ---> Running in 5e6db7e1317b [2022-05-19T20:13:01.379Z] Removing intermediate container 5e6db7e1317b [2022-05-19T20:13:01.379Z] ---> f1909cc70a93 [2022-05-19T20:13:01.379Z] Step 9/12 : COPY go.mod vendor* ./ [2022-05-19T20:13:01.983Z] ---> eef4812e839d [2022-05-19T20:13:01.983Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-19T20:13:01.983Z] ---> Running in 795e4455af65 [2022-05-19T20:14:23.805Z] Removing intermediate container 795e4455af65 [2022-05-19T20:14:23.805Z] ---> a963d090b926 [2022-05-19T20:14:23.805Z] Step 11/12 : COPY . . [2022-05-19T20:14:23.805Z] ---> c12a241361e7 [2022-05-19T20:14:23.805Z] Step 12/12 : RUN ${MAKE} [2022-05-19T20:14:23.805Z] ---> Running in 6d1331b713b9 [2022-05-19T20:14:23.805Z] noop [2022-05-19T20:14:23.805Z] Removing intermediate container 6d1331b713b9 [2022-05-19T20:14:23.805Z] ---> c55cb18c2081 [2022-05-19T20:14:23.805Z] Successfully built c55cb18c2081 [2022-05-19T20:14:23.805Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:14:24.155Z] + docker inspect -f . ci-base-image-arm64 [2022-05-19T20:14:24.155Z] . [Pipeline] withDockerContainer [2022-05-19T20:14:24.380Z] prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container [2022-05-19T20:14:24.471Z] $ 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 [2022-05-19T20:14:25.796Z] $ docker top 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-19T20:14:26.698Z] + go version [2022-05-19T20:14:26.698Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-19T20:14:26.727Z] $ docker stop --time=1 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 [2022-05-19T20:14:28.341Z] $ docker rm -f 5f9b0fda28dd0d0dd0be485a0ab8f054c68d095ab7a074ad0d8e5ab3be6ffa33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:14:28.909Z] + docker inspect -f . ci-base-image-arm64 [2022-05-19T20:14:28.909Z] . [Pipeline] withDockerContainer [2022-05-19T20:14:29.124Z] prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container [2022-05-19T20:14:29.216Z] $ 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 [2022-05-19T20:14:30.529Z] $ docker top 5b82eb84503c2b8eb14115bef6bdadcdd7b7be3a717ace9c7af5d781846f31e0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-19T20:14:31.475Z] + make test [2022-05-19T20:14:31.475Z] CGO_ENABLED=0 go test ./... -coverprofile=coverage.out ./... [2022-05-19T20:14:32.924Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-05-19T20:14:35.593Z] # github.com/pebbe/zmq4 [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:10:4: undefined: State [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:11:9: undefined: State [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:21:16: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:23:12: undefined: Poller [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:34: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:61:49: undefined: State [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/reactor.go:68:37: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:17:12: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:24:12: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: undefined: Socket [2022-05-19T20:14:35.593Z] /go/pkg/mod/github.com/pebbe/zmq4@v1.2.7/utils.go:28:12: too many errors [2022-05-19T20:14:48.024Z] # github.com/vladimirvivien/go4vl/v4l2/device [2022-05-19T20:14:48.024Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:17:16: undefined: v4l2.Capability [2022-05-19T20:14:48.024Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:18:16: undefined: v4l2.CropCapability [2022-05-19T20:14:48.024Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:19:15: undefined: v4l2.PixFormat [2022-05-19T20:14:48.024Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:21:15: undefined: v4l2.RequestBuffers [2022-05-19T20:14:48.024Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:53:36: undefined: v4l2.Capability [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:67:39: undefined: v4l2.CropCapability [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:84:32: undefined: v4l2.Rect [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:95:34: undefined: v4l2.PixFormat [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:107:38: undefined: v4l2.PixFormat [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: undefined: v4l2.FormatDescription [2022-05-19T20:14:48.025Z] /go/pkg/mod/github.com/vladimirvivien/go4vl@v0.0.2-0.20211216162907-40b41ba86c5c/v4l2/device/device.go:119:52: too many errors [2022-05-19T20:15:20.417Z] make: *** [Makefile:33: unittest] Error 2 [Pipeline] } [2022-05-19T20:15:20.446Z] $ docker stop --time=1 5b82eb84503c2b8eb14115bef6bdadcdd7b7be3a717ace9c7af5d781846f31e0 [2022-05-19T20:15:22.285Z] $ 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 [2022-05-19T20:15:23.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-19T20:15:23.160Z] [2022-05-19T20:15:23.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:15:23.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-19T20:15:23.786Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-19T20:15:23.786Z] 8998bd30e6a1: Pulling fs layer [2022-05-19T20:15:23.786Z] 04944245beec: Pulling fs layer [2022-05-19T20:15:23.786Z] 699f458cf7ca: Pulling fs layer [2022-05-19T20:15:23.786Z] 765212b225bb: Pulling fs layer [2022-05-19T20:15:23.786Z] f23df028b6ca: Pulling fs layer [2022-05-19T20:15:23.786Z] d65c8cfc05b1: Pulling fs layer [2022-05-19T20:15:23.786Z] 2437ff75d9bd: Pulling fs layer [2022-05-19T20:15:23.786Z] f23df028b6ca: Waiting [2022-05-19T20:15:23.786Z] d65c8cfc05b1: Waiting [2022-05-19T20:15:23.786Z] 765212b225bb: Waiting [2022-05-19T20:15:23.786Z] 04944245beec: Verifying Checksum [2022-05-19T20:15:23.786Z] 04944245beec: Download complete [2022-05-19T20:15:23.786Z] 765212b225bb: Verifying Checksum [2022-05-19T20:15:23.786Z] 765212b225bb: Download complete [2022-05-19T20:15:23.786Z] f23df028b6ca: Download complete [2022-05-19T20:15:23.786Z] d65c8cfc05b1: Verifying Checksum [2022-05-19T20:15:23.786Z] d65c8cfc05b1: Download complete [2022-05-19T20:15:24.060Z] 699f458cf7ca: Verifying Checksum [2022-05-19T20:15:24.060Z] 699f458cf7ca: Download complete [2022-05-19T20:15:24.333Z] 8998bd30e6a1: Verifying Checksum [2022-05-19T20:15:24.333Z] 8998bd30e6a1: Download complete [2022-05-19T20:15:26.960Z] 2437ff75d9bd: Verifying Checksum [2022-05-19T20:15:26.960Z] 2437ff75d9bd: Download complete [2022-05-19T20:15:28.942Z] 8998bd30e6a1: Pull complete [2022-05-19T20:15:29.219Z] 04944245beec: Pull complete [2022-05-19T20:15:30.656Z] 699f458cf7ca: Pull complete [2022-05-19T20:15:30.930Z] 765212b225bb: Pull complete [2022-05-19T20:15:31.907Z] f23df028b6ca: Pull complete [2022-05-19T20:15:31.907Z] d65c8cfc05b1: Pull complete [2022-05-19T20:15:47.000Z] 2437ff75d9bd: Pull complete [2022-05-19T20:15:47.000Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-19T20:15:47.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-19T20:15:47.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-19T20:15:47.218Z] prd-ubuntu20.04-docker-arm64-4c-16g-64107 does not seem to be running inside a container [2022-05-19T20:15:47.305Z] $ 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 [2022-05-19T20:15:49.804Z] $ docker top 6514f1b66bbbc894931637852d64b6e7046898f707051a197639ccd8abddb894 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:15:50.708Z] ---> job-cost.sh [2022-05-19T20:15:50.708Z] lf-activate-venv: SKIPPING [2022-05-19T20:15:50.708Z] INFO: No Stack... [2022-05-19T20:15:50.980Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-19T20:15:51.957Z] INFO: Archiving Costs [Pipeline] sh [2022-05-19T20:15:52.617Z] + cat /w/workspace/device-usb-camera/8/archives/cost.csv [2022-05-19T20:15:52.617Z] + cut -d, -f6 [Pipeline] lock [2022-05-19T20:15:52.683Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [2022-05-19T20:15:52.689Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] did not exist. Created. [2022-05-19T20:15:52.689Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-19T20:15:53.371Z] /w/workspace/device-usb-camera/8@tmp/durable-f60213bd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-19T20:15:54.053Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-19T20:15:54.076Z] Warning: overwriting stash ‘stack-cost’ [2022-05-19T20:15:54.541Z] Stashed 1 file(s) [Pipeline] } [2022-05-19T20:15:54.553Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-8-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-19T20:15:54.582Z] $ docker stop --time=1 6514f1b66bbbc894931637852d64b6e7046898f707051a197639ccd8abddb894 [2022-05-19T20:15:56.059Z] $ 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] } [2022-05-19T20:15:56.372Z] 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-19T20:15:57.061Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2022-05-19T20:15:57.061Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-19T20:15:57.061Z] total 16 [2022-05-19T20:15:57.061Z] drwxr-xr-x 3 root root 4096 May 19 20:11 . [2022-05-19T20:15:57.061Z] drwxrwxr-x 10 jenkins jenkins 4096 May 19 20:11 .. [2022-05-19T20:15:57.061Z] drwxr-xr-x 2 root root 4096 May 19 20:11 cost [2022-05-19T20:15:57.061Z] -rw-r--r-- 1 root root 86 May 19 20:11 cost.csv [2022-05-19T20:15:57.061Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-19T20:15:57.061Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-05-19T20:15:57.061Z] total 16 [2022-05-19T20:15:57.061Z] drwxr-xr-x 3 jenkins jenkins 4096 May 19 20:11 . [2022-05-19T20:15:57.061Z] drwxrwxr-x 10 jenkins jenkins 4096 May 19 20:11 .. [2022-05-19T20:15:57.061Z] drwxr-xr-x 2 jenkins jenkins 4096 May 19 20:11 cost [2022-05-19T20:15:57.061Z] -rw-r--r-- 1 jenkins jenkins 86 May 19 20:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:15:57.358Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:15:58.233Z] ---> package-listing.sh [2022-05-19T20:15:58.233Z] ++ facter osfamily [2022-05-19T20:15:58.233Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-19T20:15:58.548Z] + OS_FAMILY=debian [2022-05-19T20:15:58.548Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2022-05-19T20:15:58.548Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-19T20:15:58.548Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-19T20:15:58.548Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-19T20:15:58.548Z] + PACKAGES=/tmp/packages_start.txt [2022-05-19T20:15:58.548Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-05-19T20:15:58.548Z] + PACKAGES=/tmp/packages_end.txt [2022-05-19T20:15:58.548Z] + case "${OS_FAMILY}" in [2022-05-19T20:15:58.548Z] + dpkg -l [2022-05-19T20:15:58.548Z] + grep '^ii' [2022-05-19T20:15:58.548Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-19T20:15:58.548Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-19T20:15:58.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-19T20:15:58.548Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-05-19T20:15:58.548Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2022-05-19T20:15:58.548Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2022-05-19T20:15:58.575Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-19T20:15:58.881Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-19T20:15:59.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-19T20:15:59.188Z] . [Pipeline] withDockerContainer [2022-05-19T20:15:59.260Z] prd-ubuntu20.04-docker-8c-8g-64106 does not seem to be running inside a container [2022-05-19T20:15:59.299Z] $ 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 [2022-05-19T20:15:59.537Z] $ docker top 70fafd82907ed67e83ba8556a3088d3cc18252005dfbe97ef1e87122b1f9ed22 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-19T20:15:59.904Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-19T20:16:00.198Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-19T20:16:00.490Z] + ls /var/log/sa-host [2022-05-19T20:16:00.490Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-19T20:16:00.591Z] provisioning config files... [2022-05-19T20:16:00.601Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config4280616318488656226tmp [Pipeline] { [Pipeline] echo [2022-05-19T20:16:00.616Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:16:00.906Z] ---> create-netrc.sh [Pipeline] } [2022-05-19T20:16:00.914Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:16:01.257Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-19T20:16:01.270Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:16:01.561Z] ---> sudo-logs.sh [2022-05-19T20:16:01.562Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-19T20:16:01.589Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:16:01.880Z] ---> job-cost.sh [2022-05-19T20:16:01.880Z] lf-activate-venv: SKIPPING [2022-05-19T20:16:01.880Z] DEBUG: total: 0.2199999988079071 [2022-05-19T20:16:01.880Z] INFO: Retrieving Stack Cost... [2022-05-19T20:16:02.452Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-19T20:16:02.714Z] INFO: Archiving Costs [Pipeline] echo [2022-05-19T20:16:02.728Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-19T20:16:03.020Z] ---> logs-deploy.sh [2022-05-19T20:16:03.020Z] lf-activate-venv: SKIPPING [2022-05-19T20:16:03.020Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/8 [2022-05-19T20:16:03.020Z] INFO: archiving workspace using pattern(s): [2022-05-19T20:16:03.962Z] Archives upload complete. [2022-05-19T20:16:04.222Z] INFO: archiving logs to Nexus [2022-05-19T20:16:04.795Z] ---> uname -a: [2022-05-19T20:16:04.795Z] 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 [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] ---> lscpu: [2022-05-19T20:16:04.795Z] Architecture: x86_64 [2022-05-19T20:16:04.795Z] CPU op-mode(s): 32-bit, 64-bit [2022-05-19T20:16:04.795Z] Byte Order: Little Endian [2022-05-19T20:16:04.795Z] Address sizes: 40 bits physical, 48 bits virtual [2022-05-19T20:16:04.795Z] CPU(s): 8 [2022-05-19T20:16:04.795Z] On-line CPU(s) list: 0-7 [2022-05-19T20:16:04.795Z] Thread(s) per core: 1 [2022-05-19T20:16:04.795Z] Core(s) per socket: 1 [2022-05-19T20:16:04.795Z] Socket(s): 8 [2022-05-19T20:16:04.795Z] NUMA node(s): 1 [2022-05-19T20:16:04.795Z] Vendor ID: AuthenticAMD [2022-05-19T20:16:04.795Z] CPU family: 23 [2022-05-19T20:16:04.795Z] Model: 49 [2022-05-19T20:16:04.795Z] Model name: AMD EPYC-Rome Processor [2022-05-19T20:16:04.795Z] Stepping: 0 [2022-05-19T20:16:04.795Z] CPU MHz: 2799.996 [2022-05-19T20:16:04.795Z] BogoMIPS: 5599.99 [2022-05-19T20:16:04.795Z] Virtualization: AMD-V [2022-05-19T20:16:04.795Z] Hypervisor vendor: KVM [2022-05-19T20:16:04.795Z] Virtualization type: full [2022-05-19T20:16:04.795Z] L1d cache: 256 KiB [2022-05-19T20:16:04.795Z] L1i cache: 256 KiB [2022-05-19T20:16:04.795Z] L2 cache: 4 MiB [2022-05-19T20:16:04.795Z] L3 cache: 128 MiB [2022-05-19T20:16:04.795Z] NUMA node0 CPU(s): 0-7 [2022-05-19T20:16:04.795Z] Vulnerability Itlb multihit: Not affected [2022-05-19T20:16:04.795Z] Vulnerability L1tf: Not affected [2022-05-19T20:16:04.795Z] Vulnerability Mds: Not affected [2022-05-19T20:16:04.795Z] Vulnerability Meltdown: Not affected [2022-05-19T20:16:04.795Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-05-19T20:16:04.795Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-05-19T20:16:04.795Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-05-19T20:16:04.795Z] Vulnerability Srbds: Not affected [2022-05-19T20:16:04.795Z] Vulnerability Tsx async abort: Not affected [2022-05-19T20:16:04.795Z] 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 [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] ---> nproc: [2022-05-19T20:16:04.795Z] 8 [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] [2022-05-19T20:16:04.795Z] ---> df -h: [2022-05-19T20:16:04.795Z] Filesystem Size Used Avail Use% Mounted on [2022-05-19T20:16:04.795Z] overlay 155G 11G 145G 8% / [2022-05-19T20:16:04.795Z] tmpfs 64M 0 64M 0% /dev [2022-05-19T20:16:04.795Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-05-19T20:16:04.796Z] shm 64M 0 64M 0% /dev/shm [2022-05-19T20:16:04.796Z] /dev/vda1 155G 11G 145G 8% /facter-os [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] ---> sar -b -r -n DEV: [2022-05-19T20:16:04.796Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-64106) 05/19/22 _x86_64_ (8 CPU) [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:08:56 LINUX RESTART (8 CPU) [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-05-19T20:16:04.796Z] 20:10:02 303.10 64.96 238.14 0.00 10333.61 196847.86 0.00 [2022-05-19T20:16:04.796Z] 20:11:01 206.00 1.46 204.54 0.00 15.45 89849.14 0.00 [2022-05-19T20:16:04.796Z] 20:12:01 44.11 0.05 44.06 0.00 3.20 19111.50 0.00 [2022-05-19T20:16:04.796Z] 20:13:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2022-05-19T20:16:04.796Z] 20:14:01 1.32 0.03 1.28 0.00 0.40 16.66 0.00 [2022-05-19T20:16:04.796Z] 20:15:01 0.87 0.00 0.87 0.00 0.00 10.26 0.00 [2022-05-19T20:16:04.796Z] 20:16:01 5.21 0.15 5.06 0.00 12.13 101.93 0.00 [2022-05-19T20:16:04.796Z] Average: 79.96 9.54 70.42 0.00 1484.00 43594.14 0.00 [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-05-19T20:16:04.796Z] 20:10:02 29221224 31759184 562336 1.71 107196 2717644 2251348 6.63 1119640 2197536 389748 [2022-05-19T20:16:04.796Z] 20:11:01 27939760 31768528 520080 1.58 189032 3805404 1866656 5.50 1198152 3247100 70232 [2022-05-19T20:16:04.796Z] 20:12:01 27513908 31771732 519028 1.58 195520 4190212 1794060 5.29 1214748 3619028 24 [2022-05-19T20:16:04.796Z] 20:13:01 27515160 31773032 517560 1.57 195556 4190212 1794060 5.29 1214116 3619032 16 [2022-05-19T20:16:04.796Z] 20:14:01 27515668 31773688 516688 1.57 195588 4190224 1794060 5.29 1212932 3619180 24 [2022-05-19T20:16:04.796Z] 20:15:01 27515336 31773420 516904 1.57 195604 4190232 1794060 5.29 1213404 3619204 12 [2022-05-19T20:16:04.796Z] 20:16:01 27470916 31731096 555348 1.69 195760 4191304 2441036 7.19 1255048 3619292 244 [2022-05-19T20:16:04.796Z] Average: 27813139 31764383 529706 1.61 182037 3925033 1962183 5.78 1204006 3362910 65757 [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-05-19T20:16:04.796Z] 20:10:02 docker0 0.77 0.72 0.11 1.75 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:10:02 lo 7.47 7.47 0.72 0.72 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:10:02 ens3 854.52 520.30 7923.59 109.44 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:11:01 docker0 249.15 345.78 19.12 2820.04 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:11:01 veth32bf021 0.00 0.17 0.00 0.02 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:11:01 ens3 417.10 303.35 2869.13 95.40 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:12:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:12:01 ens3 112.06 67.61 2528.09 11.91 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:13:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:14:01 ens3 0.42 0.05 0.05 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:15:01 ens3 0.65 0.48 0.34 0.27 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:16:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] 20:16:01 ens3 35.23 28.71 22.55 40.77 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] Average: docker0 35.20 48.80 2.71 397.37 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] Average: lo 1.31 1.31 0.12 0.12 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] Average: ens3 202.35 131.10 1903.80 36.69 0.00 0.00 0.00 0.00 [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] ---> sar -P ALL: [2022-05-19T20:16:04.796Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-64106) 05/19/22 _x86_64_ (8 CPU) [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:08:56 LINUX RESTART (8 CPU) [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] 20:09:01 CPU %user %nice %system %iowait %steal %idle [2022-05-19T20:16:04.796Z] 20:10:02 all 9.75 0.00 4.36 3.80 0.08 82.01 [2022-05-19T20:16:04.796Z] 20:10:02 0 11.75 0.00 4.46 1.74 0.07 81.98 [2022-05-19T20:16:04.796Z] 20:10:02 1 9.74 0.00 5.25 5.48 0.07 79.46 [2022-05-19T20:16:04.796Z] 20:10:02 2 8.46 0.00 4.63 0.91 0.07 85.93 [2022-05-19T20:16:04.796Z] 20:10:02 3 9.91 0.00 3.83 6.09 0.08 80.09 [2022-05-19T20:16:04.796Z] 20:10:02 4 9.97 0.00 3.86 4.04 0.12 82.01 [2022-05-19T20:16:04.796Z] 20:10:02 5 9.09 0.00 2.79 6.30 0.05 81.77 [2022-05-19T20:16:04.796Z] 20:10:02 6 9.02 0.00 5.45 4.26 0.07 81.21 [2022-05-19T20:16:04.796Z] 20:10:02 7 10.04 0.00 4.62 1.59 0.08 83.66 [2022-05-19T20:16:04.796Z] 20:11:01 all 17.72 0.00 5.66 1.59 0.07 74.95 [2022-05-19T20:16:04.796Z] 20:11:01 0 16.85 0.00 4.99 0.09 0.07 78.00 [2022-05-19T20:16:04.796Z] 20:11:01 1 17.65 0.00 6.25 4.05 0.07 71.98 [2022-05-19T20:16:04.796Z] 20:11:01 2 18.15 0.00 5.54 0.10 0.07 76.14 [2022-05-19T20:16:04.796Z] 20:11:01 3 17.03 0.00 4.79 0.26 0.07 77.86 [2022-05-19T20:16:04.796Z] 20:11:01 4 18.61 0.00 5.43 1.63 0.07 74.26 [2022-05-19T20:16:04.796Z] 20:11:01 5 17.10 0.00 5.46 0.09 0.07 77.28 [2022-05-19T20:16:04.796Z] 20:11:01 6 19.42 0.00 7.09 3.34 0.09 70.07 [2022-05-19T20:16:04.796Z] 20:11:01 7 16.95 0.00 5.76 3.16 0.09 74.04 [2022-05-19T20:16:04.796Z] 20:12:01 all 3.32 0.00 1.40 0.63 0.03 94.62 [2022-05-19T20:16:04.796Z] 20:12:01 0 3.46 0.00 1.14 0.50 0.03 94.86 [2022-05-19T20:16:04.796Z] 20:12:01 1 3.32 0.00 1.31 0.05 0.03 95.29 [2022-05-19T20:16:04.796Z] 20:12:01 2 3.06 0.00 1.37 0.13 0.03 95.40 [2022-05-19T20:16:04.796Z] 20:12:01 3 3.53 0.00 1.14 0.20 0.02 95.11 [2022-05-19T20:16:04.796Z] 20:12:01 4 3.30 0.00 1.62 1.11 0.03 93.94 [2022-05-19T20:16:04.796Z] 20:12:01 5 3.22 0.00 1.22 0.03 0.03 95.49 [2022-05-19T20:16:04.796Z] 20:12:01 6 3.56 0.00 2.12 2.97 0.03 91.32 [2022-05-19T20:16:04.796Z] 20:12:01 7 3.10 0.00 1.26 0.08 0.02 95.54 [2022-05-19T20:16:04.796Z] 20:13:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2022-05-19T20:16:04.796Z] 20:13:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2022-05-19T20:16:04.796Z] 20:13:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2022-05-19T20:16:04.796Z] 20:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:13:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2022-05-19T20:16:04.796Z] 20:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-19T20:16:04.796Z] 20:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2022-05-19T20:16:04.796Z] 20:14:01 all 0.03 0.00 0.01 0.01 0.00 99.96 [2022-05-19T20:16:04.796Z] 20:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-19T20:16:04.796Z] 20:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2022-05-19T20:16:04.796Z] 20:14:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2022-05-19T20:16:04.796Z] 20:14:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2022-05-19T20:16:04.796Z] 20:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-19T20:16:04.796Z] 20:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:14:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-19T20:16:04.796Z] 20:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:15:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-05-19T20:16:04.796Z] 20:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-05-19T20:16:04.796Z] 20:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2022-05-19T20:16:04.796Z] 20:15:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-05-19T20:16:04.796Z] 20:15:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-19T20:16:04.796Z] 20:15:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2022-05-19T20:16:04.796Z] 20:15:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-05-19T20:16:04.796Z] 20:16:01 all 0.49 0.00 0.23 0.02 0.01 99.24 [2022-05-19T20:16:04.796Z] 20:16:01 0 0.44 0.00 0.28 0.00 0.02 99.26 [2022-05-19T20:16:04.796Z] 20:16:01 1 0.23 0.00 0.15 0.02 0.02 99.58 [2022-05-19T20:16:04.796Z] 20:16:01 2 0.35 0.00 0.20 0.00 0.02 99.43 [2022-05-19T20:16:04.796Z] 20:16:01 3 0.48 0.00 0.18 0.07 0.00 99.27 [2022-05-19T20:16:04.796Z] 20:16:01 4 0.28 0.00 0.18 0.00 0.02 99.52 [2022-05-19T20:16:04.796Z] 20:16:01 5 0.60 0.00 0.23 0.00 0.00 99.17 [2022-05-19T20:16:04.796Z] 20:16:01 6 0.87 0.00 0.33 0.03 0.02 98.75 [2022-05-19T20:16:04.796Z] 20:16:01 7 0.70 0.00 0.27 0.05 0.02 98.97 [2022-05-19T20:16:04.796Z] Average: all 4.41 0.00 1.65 0.86 0.03 93.05 [2022-05-19T20:16:04.796Z] Average: 0 4.61 0.00 1.55 0.33 0.03 93.48 [2022-05-19T20:16:04.796Z] Average: 1 4.38 0.00 1.84 1.36 0.03 92.39 [2022-05-19T20:16:04.796Z] Average: 2 4.23 0.00 1.66 0.16 0.03 93.92 [2022-05-19T20:16:04.796Z] Average: 3 4.37 0.00 1.41 0.95 0.03 93.24 [2022-05-19T20:16:04.796Z] Average: 4 4.54 0.00 1.57 0.96 0.03 92.89 [2022-05-19T20:16:04.796Z] Average: 5 4.23 0.00 1.37 0.92 0.02 93.47 [2022-05-19T20:16:04.796Z] Average: 6 4.63 0.00 2.12 1.51 0.03 91.71 [2022-05-19T20:16:04.796Z] Average: 7 4.32 0.00 1.68 0.68 0.03 93.29 [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z] [2022-05-19T20:16:04.796Z]