Pull request #99 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a870d1746c436610f082607543f3459e28450ae6+2f8c06fbfb8b0782f288c35171c6afc148f652fe (b905c98440dea2a4a57d8d039a3caece07cf59ed) 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-ssh18225775751818636041.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh6666987424596002825.key Verifying host key using known hosts file > 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 bd7468d5528128c83034753e4c3def8ef9af3f2d The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2160927931050767119.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17608261196770440412.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1013073606182790905.key Verifying host key using known hosts file > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-99/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15944610865820899181.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6906 in /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/xfoundry_device-usb-camera_PR-99 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2f8c06fbfb8b0782f288c35171c6afc148f652fe into PR head commit a870d1746c436610f082607543f3459e28450ae6 Merge succeeded, producing a870d1746c436610f082607543f3459e28450ae6 Checking out Revision a870d1746c436610f082607543f3459e28450ae6 (PR-99) Commit message: "build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-03T17:30:21.461Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 2f8c06fbfb8b0782f288c35171c6afc148f652fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-03T17:30:21.637Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-03T17:30:21.730Z] ========================================================= [2022-10-03T17:30:21.730Z] EdgeX Global Pipelines Version Info [2022-10-03T17:30:21.730Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:30:22.462Z] ------------------- [2022-10-03T17:30:22.462Z] stable info: [2022-10-03T17:30:22.462Z] ------------------- [2022-10-03T17:30:22.462Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-03T17:30:22.462Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T17:30:22.462Z] Message: update stable to v1.0.239 [2022-10-03T17:30:23.033Z] ------------------- [2022-10-03T17:30:23.033Z] experimental info: [2022-10-03T17:30:23.033Z] ------------------- [2022-10-03T17:30:23.033Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-03T17:30:23.033Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T17:30:23.033Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-03T17:30:23.334Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-10-03T17:30:23.380Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-10-03T17:30:23.424Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-03T17:30:23.467Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-03T17:30:23.514Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-03T17:30:23.554Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-03T17:30:23.600Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-03T17:30:23.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-10-03T17:30:23.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-03T17:30:23.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-03T17:30:23.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-03T17:30:23.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-10-03T17:30:23.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-03T17:30:23.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-03T17:30:23.906Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T17:30:23.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T17:30:23.984Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-10-03T17:30:24.028Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-10-03T17:30:24.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-03T17:30:24.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-03T17:30:24.147Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-10-03T17:30:24.185Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-10-03T17:30:24.221Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-10-03T17:30:24.267Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-10-03T17:30:24.303Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-10-03T17:30:24.342Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-03T17:30:24.381Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-03T17:30:24.422Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-99 [Pipeline] echo [2022-10-03T17:30:24.464Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-99 [Pipeline] echo [2022-10-03T17:30:24.506Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-99 [Pipeline] echo [2022-10-03T17:30:24.548Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo [2022-10-03T17:30:24.590Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a870d17 [Pipeline] echo [2022-10-03T17:30:24.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T17:30:24.747Z] provisioning config files... [2022-10-03T17:30:24.764Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config8630092741761949063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:30:25.112Z] ---> docker-login.sh [2022-10-03T17:30:25.112Z] nexus3.edgexfoundry.org:10001 [2022-10-03T17:30:25.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:25.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:25.372Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:25.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:25.372Z] [2022-10-03T17:30:25.372Z] Login Succeeded [2022-10-03T17:30:25.372Z] nexus3.edgexfoundry.org:10002 [2022-10-03T17:30:25.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:25.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:25.372Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:25.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:25.372Z] [2022-10-03T17:30:25.372Z] Login Succeeded [2022-10-03T17:30:25.372Z] nexus3.edgexfoundry.org:10003 [2022-10-03T17:30:25.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:25.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:25.632Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:25.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:25.632Z] [2022-10-03T17:30:25.632Z] Login Succeeded [2022-10-03T17:30:25.632Z] nexus3.edgexfoundry.org:10004 [2022-10-03T17:30:25.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:25.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:25.632Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:25.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:25.632Z] [2022-10-03T17:30:25.632Z] Login Succeeded [2022-10-03T17:30:25.632Z] docker.io [2022-10-03T17:30:25.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:26.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:26.153Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:26.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:26.153Z] [2022-10-03T17:30:26.153Z] Login Succeeded [2022-10-03T17:30:26.153Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T17:30:26.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-03T17:30:26.807Z] + git rev-list -1 --merges a870d1746c436610f082607543f3459e28450ae6~1..a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo [2022-10-03T17:30:26.848Z] -----------> git rev-list -1 --merges a870d1746c436610f082607543f3459e28450ae6~1..a870d1746c436610f082607543f3459e28450ae6 a870d1746c436610f082607543f3459e28450ae6 [false] [Pipeline] sh [2022-10-03T17:30:27.159Z] + git log --format=format:%s -1 a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo [2022-10-03T17:30:27.197Z] ========================================================= [2022-10-03T17:30:27.197Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-03T17:30:27.197Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T17:30:27.629Z] + git log --format=format:%s -1 a870d1746c436610f082607543f3459e28450ae6 [Pipeline] echo [2022-10-03T17:30:27.662Z] [semverPrep] GIT_COMMIT: a870d1746c436610f082607543f3459e28450ae6, Commit Message: build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5 [Pipeline] echo [2022-10-03T17:30:27.692Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-10-03T17:30:28.063Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-03T17:30:28.063Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-03T17:30:28.063Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-03T17:30:28.063Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-03T17:30:28.063Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-03T17:30:28.063Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-03T17:30:28.063Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:30:28.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T17:30:28.481Z] [2022-10-03T17:30:28.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:30:28.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T17:30:28.849Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-03T17:30:28.849Z] b85a868b505f: Pulling fs layer [2022-10-03T17:30:28.849Z] e2be974225ed: Pulling fs layer [2022-10-03T17:30:28.849Z] 339a4e72a1f5: Pulling fs layer [2022-10-03T17:30:28.849Z] 988bab9f4d93: Pulling fs layer [2022-10-03T17:30:28.849Z] 1469e6f7b9e6: Pulling fs layer [2022-10-03T17:30:28.849Z] eaf3925da568: Pulling fs layer [2022-10-03T17:30:28.849Z] bab4dde63d76: Pulling fs layer [2022-10-03T17:30:28.849Z] bde34c3a00c8: Pulling fs layer [2022-10-03T17:30:28.849Z] b352a97aabf1: Pulling fs layer [2022-10-03T17:30:28.849Z] 4872d77fe225: Pulling fs layer [2022-10-03T17:30:28.849Z] 5851b861e8e6: Pulling fs layer [2022-10-03T17:30:28.849Z] 1469e6f7b9e6: Waiting [2022-10-03T17:30:28.849Z] eaf3925da568: Waiting [2022-10-03T17:30:28.849Z] bde34c3a00c8: Waiting [2022-10-03T17:30:28.849Z] 5851b861e8e6: Waiting [2022-10-03T17:30:28.849Z] 4872d77fe225: Waiting [2022-10-03T17:30:28.849Z] 988bab9f4d93: Waiting [2022-10-03T17:30:28.849Z] b352a97aabf1: Waiting [2022-10-03T17:30:28.849Z] e2be974225ed: Verifying Checksum [2022-10-03T17:30:28.849Z] e2be974225ed: Download complete [2022-10-03T17:30:28.849Z] 988bab9f4d93: Verifying Checksum [2022-10-03T17:30:28.849Z] 988bab9f4d93: Download complete [2022-10-03T17:30:29.108Z] 1469e6f7b9e6: Verifying Checksum [2022-10-03T17:30:29.108Z] 1469e6f7b9e6: Download complete [2022-10-03T17:30:29.108Z] eaf3925da568: Download complete [2022-10-03T17:30:29.108Z] 339a4e72a1f5: Verifying Checksum [2022-10-03T17:30:29.108Z] 339a4e72a1f5: Download complete [2022-10-03T17:30:29.108Z] bde34c3a00c8: Download complete [2022-10-03T17:30:29.108Z] b352a97aabf1: Verifying Checksum [2022-10-03T17:30:29.108Z] b352a97aabf1: Download complete [2022-10-03T17:30:29.108Z] 4872d77fe225: Verifying Checksum [2022-10-03T17:30:29.108Z] 4872d77fe225: Download complete [2022-10-03T17:30:29.108Z] 5851b861e8e6: Verifying Checksum [2022-10-03T17:30:29.108Z] b85a868b505f: Verifying Checksum [2022-10-03T17:30:29.108Z] b85a868b505f: Download complete [2022-10-03T17:30:29.368Z] bab4dde63d76: Verifying Checksum [2022-10-03T17:30:29.368Z] bab4dde63d76: Download complete [2022-10-03T17:30:30.744Z] b85a868b505f: Pull complete [2022-10-03T17:30:30.744Z] e2be974225ed: Pull complete [2022-10-03T17:30:31.003Z] 339a4e72a1f5: Pull complete [2022-10-03T17:30:31.003Z] 988bab9f4d93: Pull complete [2022-10-03T17:30:31.263Z] 1469e6f7b9e6: Pull complete [2022-10-03T17:30:31.523Z] eaf3925da568: Pull complete [2022-10-03T17:30:33.447Z] bab4dde63d76: Pull complete [2022-10-03T17:30:33.447Z] bde34c3a00c8: Pull complete [2022-10-03T17:30:33.447Z] b352a97aabf1: Pull complete [2022-10-03T17:30:33.706Z] 4872d77fe225: Pull complete [2022-10-03T17:30:33.706Z] 5851b861e8e6: Pull complete [2022-10-03T17:30:33.706Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-03T17:30:33.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T17:30:33.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:30:33.906Z] prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container [2022-10-03T17:30:33.935Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-03T17:30:35.260Z] $ docker top 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c -eo pid,comm [2022-10-03T17:30:35.321Z] 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-10-03T17:30:35.321Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-03T17:30:35.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T17:30:35.447Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T17:30:35.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T17:30:35.583Z] $ docker exec 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent [2022-10-03T17:30:35.708Z] SSH_AUTH_SOCK=/tmp/ssh-Bb05DpVMKFoY/agent.33 [2022-10-03T17:30:35.708Z] SSH_AGENT_PID=39 [2022-10-03T17:30:35.715Z] Running ssh-add (command line suppressed) [2022-10-03T17:30:35.845Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_9915115358834676738.key (/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_9915115358834676738.key) [2022-10-03T17:30:35.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T17:30:36.185Z] + git tag --points-at HEAD [Pipeline] } [2022-10-03T17:30:36.214Z] $ docker exec --env ******** --env ******** 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent -k [2022-10-03T17:30:36.322Z] unset SSH_AUTH_SOCK; [2022-10-03T17:30:36.322Z] unset SSH_AGENT_PID; [2022-10-03T17:30:36.323Z] echo Agent pid 39 killed; [2022-10-03T17:30:36.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-03T17:30:36.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T17:30:36.418Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T17:30:36.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T17:30:36.544Z] $ docker exec 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent [2022-10-03T17:30:36.655Z] SSH_AUTH_SOCK=/tmp/ssh-Ow0V71ZO0K7T/agent.71 [2022-10-03T17:30:36.655Z] SSH_AGENT_PID=77 [2022-10-03T17:30:36.660Z] Running ssh-add (command line suppressed) [2022-10-03T17:30:36.763Z] Identity added: /w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_12141769000214252697.key (/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/private_key_12141769000214252697.key) [2022-10-03T17:30:36.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T17:30:37.103Z] + git semver init [2022-10-03T17:30:37.364Z] 2022-10-03 17:30:37,306 [run_init] DEBUG init version:0.0.0 force:False [2022-10-03T17:30:37.364Z] 2022-10-03 17:30:37,307 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver [2022-10-03T17:30:37.364Z] 2022-10-03 17:30:37,307 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/xfoundry_device-usb-camera_PR-99/.semver [2022-10-03T17:30:37.364Z] 2022-10-03 17:30:37,308 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/xfoundry_device-usb-camera_PR-99/.semver'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99, universal_newlines=False, shell=None, istream=None) [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,082 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-usb-camera_PR-99/.git/info/exclude [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,083 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 with force:False [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,083 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,087 [execute] INFO git cat-file --batch-check [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,087 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,094 [execute] INFO git cat-file --batch [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,094 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-99/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T17:30:38.304Z] 2022-10-03 17:30:38,099 [read_version] DEBUG read version from /w/workspace/xfoundry_device-usb-camera_PR-99/.semver/PR-99 [2022-10-03T17:30:38.304Z] 0.0.0 [Pipeline] } [2022-10-03T17:30:38.329Z] $ docker exec --env ******** --env ******** 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c ssh-agent -k [2022-10-03T17:30:38.440Z] unset SSH_AUTH_SOCK; [2022-10-03T17:30:38.441Z] unset SSH_AGENT_PID; [2022-10-03T17:30:38.441Z] echo Agent pid 77 killed; [2022-10-03T17:30:38.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-03T17:30:38.879Z] + git semver [Pipeline] } [2022-10-03T17:30:39.162Z] $ docker stop --time=1 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c [2022-10-03T17:30:40.476Z] $ docker rm -f 67d56af08934c107bc1eb539279cb89504f33211ba6ec5d10daffaa90abe582c [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T17:30:40.888Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-03T17:30:41.130Z] Stashed 1 file(s) [Pipeline] echo [2022-10-03T17:30:41.145Z] [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-10-03T17:30:41.718Z] provisioning config files... [2022-10-03T17:30:41.729Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config11603922115802961087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:30:42.069Z] ---> docker-login.sh [2022-10-03T17:30:42.069Z] nexus3.edgexfoundry.org:10001 [2022-10-03T17:30:42.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:42.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:42.069Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:42.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:42.069Z] [2022-10-03T17:30:42.069Z] Login Succeeded [2022-10-03T17:30:42.069Z] nexus3.edgexfoundry.org:10002 [2022-10-03T17:30:42.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:42.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:42.069Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:42.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:42.069Z] [2022-10-03T17:30:42.069Z] Login Succeeded [2022-10-03T17:30:42.069Z] nexus3.edgexfoundry.org:10003 [2022-10-03T17:30:42.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:42.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:42.328Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:42.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:42.328Z] [2022-10-03T17:30:42.328Z] Login Succeeded [2022-10-03T17:30:42.328Z] nexus3.edgexfoundry.org:10004 [2022-10-03T17:30:42.328Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:42.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:42.328Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:42.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:42.328Z] [2022-10-03T17:30:42.328Z] Login Succeeded [2022-10-03T17:30:42.328Z] docker.io [2022-10-03T17:30:42.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:30:42.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:30:42.845Z] Configure a credential helper to remove this warning. See [2022-10-03T17:30:42.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:30:42.845Z] [2022-10-03T17:30:42.845Z] Login Succeeded [2022-10-03T17:30:42.845Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T17:30:42.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-03T17:30:43.060Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T17:30:43.093Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T17:30:43.120Z] ========================================================= [2022-10-03T17:30:43.120Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-03T17:30:43.120Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:30:43.560Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-03T17:30:43.560Z] Sending build context to Docker daemon 1.473MB [2022-10-03T17:30:43.560Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T17:30:43.560Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-03T17:30:43.560Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-03T17:30:43.560Z] 2408cc74d12b: Pulling fs layer [2022-10-03T17:30:43.560Z] ea60b727a1ce: Pulling fs layer [2022-10-03T17:30:43.560Z] 30c4a7721957: Pulling fs layer [2022-10-03T17:30:43.560Z] 370296b7ddb6: Pulling fs layer [2022-10-03T17:30:43.560Z] 7c6cee850709: Pulling fs layer [2022-10-03T17:30:43.560Z] aa9baa53a306: Pulling fs layer [2022-10-03T17:30:43.560Z] 8b309c321861: Pulling fs layer [2022-10-03T17:30:43.560Z] d8d76fd02f46: Pulling fs layer [2022-10-03T17:30:43.560Z] fa31f396de31: Pulling fs layer [2022-10-03T17:30:43.560Z] 8b309c321861: Waiting [2022-10-03T17:30:43.560Z] d8d76fd02f46: Waiting [2022-10-03T17:30:43.560Z] 370296b7ddb6: Waiting [2022-10-03T17:30:43.560Z] fa31f396de31: Waiting [2022-10-03T17:30:43.560Z] 7c6cee850709: Waiting [2022-10-03T17:30:43.560Z] aa9baa53a306: Waiting [2022-10-03T17:30:43.560Z] 30c4a7721957: Verifying Checksum [2022-10-03T17:30:43.560Z] 30c4a7721957: Download complete [2022-10-03T17:30:43.560Z] ea60b727a1ce: Verifying Checksum [2022-10-03T17:30:43.560Z] ea60b727a1ce: Download complete [2022-10-03T17:30:43.560Z] 7c6cee850709: Download complete [2022-10-03T17:30:43.821Z] aa9baa53a306: Download complete [2022-10-03T17:30:43.821Z] 2408cc74d12b: Verifying Checksum [2022-10-03T17:30:43.821Z] 2408cc74d12b: Download complete [2022-10-03T17:30:43.821Z] 8b309c321861: Download complete [2022-10-03T17:30:43.821Z] 2408cc74d12b: Pull complete [2022-10-03T17:30:44.084Z] ea60b727a1ce: Pull complete [2022-10-03T17:30:44.084Z] 30c4a7721957: Pull complete [2022-10-03T17:30:44.345Z] fa31f396de31: Verifying Checksum [2022-10-03T17:30:44.345Z] fa31f396de31: Download complete [2022-10-03T17:30:44.345Z] d8d76fd02f46: Verifying Checksum [2022-10-03T17:30:44.345Z] d8d76fd02f46: Download complete [2022-10-03T17:30:44.601Z] 370296b7ddb6: Verifying Checksum [2022-10-03T17:30:44.601Z] 370296b7ddb6: Download complete [2022-10-03T17:30:48.786Z] 370296b7ddb6: Pull complete [2022-10-03T17:30:48.786Z] 7c6cee850709: Pull complete [2022-10-03T17:30:48.786Z] aa9baa53a306: Pull complete [2022-10-03T17:30:48.786Z] 8b309c321861: Pull complete [2022-10-03T17:30:50.688Z] d8d76fd02f46: Pull complete [2022-10-03T17:30:51.622Z] fa31f396de31: Pull complete [2022-10-03T17:30:51.622Z] Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a [2022-10-03T17:30:51.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T17:30:51.622Z] ---> cef68f9685f8 [2022-10-03T17:30:51.622Z] Step 3/14 : ARG ADD_BUILD_TAGS="" [2022-10-03T17:30:52.999Z] ---> Running in b12274646071 [2022-10-03T17:30:53.257Z] Removing intermediate container b12274646071 [2022-10-03T17:30:53.257Z] ---> 47c01043116a [2022-10-03T17:30:53.257Z] Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T17:30:53.257Z] ---> Running in aac30d8a9182 [2022-10-03T17:30:53.257Z] Removing intermediate container aac30d8a9182 [2022-10-03T17:30:53.257Z] ---> 5f38cb145de9 [2022-10-03T17:30:53.257Z] Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-03T17:30:53.257Z] ---> Running in 68600048df91 [2022-10-03T17:30:53.516Z] Removing intermediate container 68600048df91 [2022-10-03T17:30:53.516Z] ---> fa1a0bbba74c [2022-10-03T17:30:53.516Z] Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-03T17:30:53.516Z] ---> Running in 1a15a3a8a822 [2022-10-03T17:30:53.516Z] Removing intermediate container 1a15a3a8a822 [2022-10-03T17:30:53.516Z] ---> d09ccc09480b [2022-10-03T17:30:53.516Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T17:30:53.775Z] ---> Running in a5815b2315df [2022-10-03T17:30:54.356Z] Removing intermediate container a5815b2315df [2022-10-03T17:30:54.356Z] ---> bf3f17fcd961 [2022-10-03T17:30:54.356Z] Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T17:30:54.356Z] ---> Running in fc068ecbf07a [2022-10-03T17:30:54.615Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T17:30:55.551Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T17:30:55.809Z] (1/80) Installing mesa (21.3.8-r2) [2022-10-03T17:30:55.809Z] (2/80) Installing libxau (1.0.9-r0) [2022-10-03T17:30:55.809Z] (3/80) Installing libxdmcp (1.1.3-r0) [2022-10-03T17:30:56.068Z] (4/80) Installing libxcb (1.15-r0) [2022-10-03T17:30:56.068Z] (5/80) Installing libx11 (1.8-r0) [2022-10-03T17:30:56.327Z] (6/80) Installing libxext (1.3.4-r0) [2022-10-03T17:30:56.327Z] (7/80) Installing libxfixes (6.0.0-r0) [2022-10-03T17:30:56.327Z] (8/80) Installing libxxf86vm (1.1.4-r2) [2022-10-03T17:30:56.544Z] Still waiting to schedule task [2022-10-03T17:30:56.544Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6903’ [2022-10-03T17:30:56.586Z] (9/80) Installing libpciaccess (0.16-r0) [2022-10-03T17:30:56.586Z] (10/80) Installing libdrm (2.4.110-r0) [2022-10-03T17:30:56.586Z] (11/80) Installing mesa-glapi (21.3.8-r2) [2022-10-03T17:30:56.845Z] (12/80) Installing libxshmfence (1.3-r1) [2022-10-03T17:30:56.845Z] (13/80) Installing mesa-gl (21.3.8-r2) [2022-10-03T17:30:56.845Z] (14/80) Installing icu-data-full (71.1-r2) [2022-10-03T17:30:57.784Z] (15/80) Installing libice (1.0.10-r0) [2022-10-03T17:30:57.784Z] (16/80) Installing libuuid (2.38-r1) [2022-10-03T17:30:57.784Z] (17/80) Installing libsm (1.2.3-r0) [2022-10-03T17:30:58.044Z] (18/80) Installing libxt (1.2.1-r0) [2022-10-03T17:30:58.044Z] (19/80) Installing libxmu (1.1.3-r0) [2022-10-03T17:30:58.044Z] (20/80) Installing xset (1.2.4-r0) [2022-10-03T17:30:58.302Z] (21/80) Installing xprop (1.2.5-r0) [2022-10-03T17:30:58.302Z] (22/80) Installing xdg-utils (1.1.3-r3) [2022-10-03T17:30:58.302Z] (23/80) Installing dbus-libs (1.14.0-r1) [2022-10-03T17:30:58.562Z] (24/80) Installing libffi (3.4.2-r1) [2022-10-03T17:30:58.562Z] (25/80) Installing libintl (0.21-r2) [2022-10-03T17:30:58.821Z] (26/80) Installing libblkid (2.38-r1) [2022-10-03T17:30:58.821Z] (27/80) Installing libmount (2.38-r1) [2022-10-03T17:30:58.821Z] (28/80) Installing pcre (8.45-r2) [2022-10-03T17:30:59.080Z] (29/80) Installing glib (2.72.1-r0) [2022-10-03T17:30:59.080Z] (30/80) Installing icu-libs (71.1-r2) [2022-10-03T17:30:59.339Z] (31/80) Installing libpcre2-16 (10.40-r0) [2022-10-03T17:30:59.339Z] (32/80) Installing zstd-libs (1.5.2-r1) [2022-10-03T17:30:59.611Z] (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) [2022-10-03T17:30:59.871Z] (34/80) Installing hicolor-icon-theme (0.17-r1) [2022-10-03T17:31:00.131Z] (35/80) Installing wayland-libs-server (1.20.0-r0) [2022-10-03T17:31:00.131Z] (36/80) Installing mesa-gbm (21.3.8-r2) [2022-10-03T17:31:00.131Z] (37/80) Installing wayland-libs-client (1.20.0-r0) [2022-10-03T17:31:00.399Z] (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) [2022-10-03T17:31:00.659Z] (39/80) Installing libxcomposite (0.4.5-r0) [2022-10-03T17:31:00.918Z] (40/80) Installing libbz2 (1.0.8-r1) [2022-10-03T17:31:00.918Z] (41/80) Installing libpng (1.6.37-r1) [2022-10-03T17:31:00.918Z] (42/80) Installing freetype (2.12.1-r0) [2022-10-03T17:31:01.176Z] (43/80) Installing fontconfig (2.14.0-r0) [2022-10-03T17:31:01.176Z] (44/80) Installing wayland-libs-cursor (1.20.0-r0) [2022-10-03T17:31:01.438Z] (45/80) Installing wayland-libs-egl (1.20.0-r0) [2022-10-03T17:31:01.438Z] (46/80) Installing xkeyboard-config (2.35.1-r0) [2022-10-03T17:31:01.438Z] (47/80) Installing xz-libs (5.2.5-r1) [2022-10-03T17:31:01.697Z] (48/80) Installing libxml2 (2.9.14-r1) [2022-10-03T17:31:01.697Z] (49/80) Installing libxkbcommon (1.4.1-r0) [2022-10-03T17:31:01.697Z] (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) [2022-10-03T17:31:01.956Z] (51/80) Installing mesa-egl (21.3.8-r2) [2022-10-03T17:31:01.956Z] (52/80) Installing avahi-libs (0.8-r6) [2022-10-03T17:31:02.216Z] (53/80) Installing nettle (3.7.3-r0) [2022-10-03T17:31:02.216Z] (54/80) Installing p11-kit (0.24.1-r0) [2022-10-03T17:31:02.216Z] (55/80) Installing libtasn1 (4.18.0-r0) [2022-10-03T17:31:02.473Z] (56/80) Installing libunistring (1.0-r0) [2022-10-03T17:31:02.473Z] (57/80) Installing gnutls (3.7.7-r0) [2022-10-03T17:31:02.473Z] (58/80) Installing cups-libs (2.4.2-r0) [2022-10-03T17:31:02.731Z] (59/80) Installing graphite2 (1.3.14-r1) [2022-10-03T17:31:02.731Z] (60/80) Installing harfbuzz (4.3.0-r0) [2022-10-03T17:31:02.989Z] (61/80) Installing libevdev (1.12.1-r0) [2022-10-03T17:31:02.989Z] (62/80) Installing mtdev (1.1.6-r0) [2022-10-03T17:31:02.989Z] (63/80) Installing eudev-libs (3.2.11-r0) [2022-10-03T17:31:03.249Z] (64/80) Installing libinput-libs (1.20.1-r0) [2022-10-03T17:31:03.249Z] (65/80) Installing libjpeg-turbo (2.1.3-r1) [2022-10-03T17:31:03.249Z] (66/80) Installing xcb-util-wm (0.4.1-r1) [2022-10-03T17:31:03.507Z] (67/80) Installing xcb-util (0.4.0-r3) [2022-10-03T17:31:03.507Z] (68/80) Installing xcb-util-image (0.4.0-r1) [2022-10-03T17:31:03.507Z] (69/80) Installing xcb-util-keysyms (0.4.0-r1) [2022-10-03T17:31:03.765Z] (70/80) Installing xcb-util-renderutil (0.3.9-r1) [2022-10-03T17:31:03.765Z] (71/80) Installing libxkbcommon-x11 (1.4.1-r0) [2022-10-03T17:31:03.765Z] (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [2022-10-03T17:31:04.332Z] (73/80) Installing v4l-utils-libs (1.22.1-r1) [2022-10-03T17:31:04.591Z] (74/80) Installing v4l-utils (1.22.1-r1) [2022-10-03T17:31:04.591Z] (75/80) Installing udev-init-scripts (35-r0) [2022-10-03T17:31:04.591Z] Executing udev-init-scripts-35-r0.post-install [2022-10-03T17:31:04.856Z] (76/80) Installing kmod-libs (29-r2) [2022-10-03T17:31:04.856Z] (77/80) Installing eudev (3.2.11-r0) [2022-10-03T17:31:04.856Z] (78/80) Installing eudev-dev (3.2.11-r0) [2022-10-03T17:31:05.114Z] (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-10-03T17:31:05.114Z] (80/80) Installing v4l-utils-dev (1.22.1-r1) [2022-10-03T17:31:05.114Z] Executing busybox-1.35.0-r13.trigger [2022-10-03T17:31:05.114Z] Executing eudev-3.2.11-r0.trigger [2022-10-03T17:31:05.114Z] OK: 330 MiB in 131 packages [2022-10-03T17:31:07.013Z] Removing intermediate container fc068ecbf07a [2022-10-03T17:31:07.013Z] ---> 4dff4f4c376e [2022-10-03T17:31:07.013Z] Step 9/14 : WORKDIR /device-usb-camera [2022-10-03T17:31:07.274Z] ---> Running in 5af8eb236717 [2022-10-03T17:31:07.274Z] Removing intermediate container 5af8eb236717 [2022-10-03T17:31:07.274Z] ---> 69f0aea692a0 [2022-10-03T17:31:07.274Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-03T17:31:07.274Z] ---> c3761843738f [2022-10-03T17:31:07.274Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T17:31:07.532Z] ---> Running in 31c43bfa38d0 [2022-10-03T17:31:22.401Z] Removing intermediate container 31c43bfa38d0 [2022-10-03T17:31:22.401Z] ---> 4d8b07eb4d85 [2022-10-03T17:31:22.402Z] Step 12/14 : COPY . . [2022-10-03T17:31:22.402Z] ---> fc69b8ab62d1 [2022-10-03T17:31:22.402Z] Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-03T17:31:22.402Z] ---> Running in e705225f132b [2022-10-03T17:31:22.661Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T17:31:22.661Z] Dload Upload Total Spent Left Speed [2022-10-03T17:31:22.661Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 37588 0 --:--:-- --:--:-- --:--:-- 37928 [2022-10-03T17:31:22.919Z] Removing intermediate container e705225f132b [2022-10-03T17:31:22.919Z] ---> 75867167f7c9 [2022-10-03T17:31:22.919Z] Step 14/14 : RUN ${MAKE} [2022-10-03T17:31:22.919Z] ---> Running in beaad928058c [2022-10-03T17:31:23.178Z] noop [2022-10-03T17:31:23.437Z] Removing intermediate container beaad928058c [2022-10-03T17:31:23.437Z] ---> b31c68bad27e [2022-10-03T17:31:23.437Z] Successfully built b31c68bad27e [2022-10-03T17:31:23.437Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:31:23.881Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T17:31:23.881Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:31:24.029Z] prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container [2022-10-03T17:31:24.059Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-03T17:31:24.441Z] $ docker top b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T17:31:24.831Z] + go version [2022-10-03T17:31:24.831Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-10-03T17:31:24.867Z] $ docker stop --time=1 b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 [2022-10-03T17:31:26.185Z] $ docker rm -f b1b368fdcac555d06066146dbc182089d3eed97260e3c058b32d54bfb47bb345 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:31:26.891Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T17:31:26.891Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:31:27.044Z] prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container [2022-10-03T17:31:27.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-03T17:31:27.447Z] $ docker top bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T17:31:27.837Z] + git config --global --add safe.directory /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] fileExists [Pipeline] sh [2022-10-03T17:31:28.195Z] + make test [2022-10-03T17:31:28.195Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-10-03T17:31:28.452Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-10-03T17:31:40.660Z] # github.com/edgexfoundry/device-usb-camera/internal/driver [2022-10-03T17:31:40.660Z] internal/driver/ffmpeg.go:168:31: undefined: v4l2.PixFmtRGB24 [2022-10-03T17:31:40.660Z] internal/driver/ffmpeg.go:170:31: undefined: v4l2.PixFmtGrey [2022-10-03T17:31:40.660Z] FAIL github.com/edgexfoundry/device-usb-camera/internal/driver [build failed] [2022-10-03T17:31:40.660Z] make: *** [Makefile:53: unittest] Error 2 [Pipeline] } [2022-10-03T17:31:40.705Z] $ docker stop --time=1 bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd [2022-10-03T17:31:42.350Z] $ docker rm -f bd8bb1cce0c29524eb44b83918b825d6dc862c39e09ca920992a8c559546aafd [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] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:31:43.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T17:31:43.485Z] [2022-10-03T17:31:43.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:31:43.932Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T17:31:43.932Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-03T17:31:43.932Z] 5eb5b503b376: Pulling fs layer [2022-10-03T17:31:43.932Z] 5c69ac0246d0: Pulling fs layer [2022-10-03T17:31:43.932Z] ec43610c2a17: Pulling fs layer [2022-10-03T17:31:43.932Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-03T17:31:43.932Z] 33b1e0a273af: Pulling fs layer [2022-10-03T17:31:43.932Z] 5d3b04190fa2: Pulling fs layer [2022-10-03T17:31:43.932Z] 2f39f015ded8: Pulling fs layer [2022-10-03T17:31:43.932Z] 33b1e0a273af: Waiting [2022-10-03T17:31:43.932Z] 5d3b04190fa2: Waiting [2022-10-03T17:31:43.932Z] 2f39f015ded8: Waiting [2022-10-03T17:31:43.932Z] 3a2ae6a8a46f: Waiting [2022-10-03T17:31:43.932Z] 5c69ac0246d0: Download complete [2022-10-03T17:31:43.932Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-03T17:31:43.932Z] 3a2ae6a8a46f: Download complete [2022-10-03T17:31:43.932Z] 33b1e0a273af: Verifying Checksum [2022-10-03T17:31:43.932Z] 33b1e0a273af: Download complete [2022-10-03T17:31:43.932Z] 5d3b04190fa2: Verifying Checksum [2022-10-03T17:31:43.932Z] 5d3b04190fa2: Download complete [2022-10-03T17:31:43.932Z] ec43610c2a17: Verifying Checksum [2022-10-03T17:31:43.932Z] ec43610c2a17: Download complete [2022-10-03T17:31:44.217Z] 5eb5b503b376: Verifying Checksum [2022-10-03T17:31:44.217Z] 5eb5b503b376: Download complete [2022-10-03T17:31:44.815Z] 2f39f015ded8: Download complete [2022-10-03T17:31:45.396Z] 5eb5b503b376: Pull complete [2022-10-03T17:31:45.396Z] 5c69ac0246d0: Pull complete [2022-10-03T17:31:45.961Z] ec43610c2a17: Pull complete [2022-10-03T17:31:45.961Z] 3a2ae6a8a46f: Pull complete [2022-10-03T17:31:46.217Z] 33b1e0a273af: Pull complete [2022-10-03T17:31:46.217Z] 5d3b04190fa2: Pull complete [2022-10-03T17:31:50.405Z] 2f39f015ded8: Pull complete [2022-10-03T17:31:50.405Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-03T17:31:50.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T17:31:50.405Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:31:50.620Z] prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container [2022-10-03T17:31:50.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-03T17:31:52.113Z] $ docker top 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:31:52.545Z] ---> job-cost.sh [2022-10-03T17:31:52.545Z] lf-activate-venv: SKIPPING [2022-10-03T17:31:52.545Z] INFO: No Stack... [2022-10-03T17:31:52.807Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-03T17:31:53.373Z] INFO: Archiving Costs [Pipeline] sh [2022-10-03T17:31:53.688Z] + cat /w/workspace/xfoundry_device-usb-camera_PR-99/archives/cost.csv [2022-10-03T17:31:53.688Z] + cut -d, -f6 [Pipeline] lock [2022-10-03T17:31:53.721Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [2022-10-03T17:31:53.726Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] did not exist. Created. [2022-10-03T17:31:53.726Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-03T17:31:54.198Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-10-03T17:31:54.265Z] Stashed 1 file(s) [Pipeline] } [2022-10-03T17:31:54.279Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-03T17:31:54.349Z] $ docker stop --time=1 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 [2022-10-03T17:31:55.541Z] $ docker rm -f 6122fad2fc46005dfe99316b9869f64f8a45b147d63557c80d4d0d0e36565fe2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-03T17:31:55.910Z] Failed in branch amd64 [2022-10-03T17:33:32.053Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6909 in /w/workspace/xfoundry_device-usb-camera_PR-99 [Pipeline] { [Pipeline] ws [2022-10-03T17:33:32.096Z] Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout [2022-10-03T17:33:32.178Z] Selected Git installation does not exist. Using Default [2022-10-03T17:33:32.178Z] The recommended git tool is: NONE [2022-10-03T17:33:37.663Z] using credential edgex-jenkins-ssh [2022-10-03T17:33:37.684Z] Cloning the remote Git repository [2022-10-03T17:33:37.729Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-10-03T17:33:37.799Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2022-10-03T17:33:37.936Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-10-03T17:33:37.937Z] > git --version # timeout=10 [2022-10-03T17:33:37.957Z] > git --version # 'git version 2.25.1' [2022-10-03T17:33:37.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T17:33:38.006Z] Verifying host key using known hosts file [2022-10-03T17:33:38.206Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T17:33:38.220Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T17:33:38.956Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-10-03T17:33:38.985Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T17:33:40.592Z] Merging remotes/origin/main commit 2f8c06fbfb8b0782f288c35171c6afc148f652fe into PR head commit a870d1746c436610f082607543f3459e28450ae6 [2022-10-03T17:33:40.838Z] Merge succeeded, producing a870d1746c436610f082607543f3459e28450ae6 [2022-10-03T17:33:40.839Z] Checking out Revision a870d1746c436610f082607543f3459e28450ae6 (PR-99) [2022-10-03T17:33:39.976Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-10-03T17:33:40.022Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-10-03T17:33:40.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T17:33:40.029Z] Verifying host key using known hosts file [2022-10-03T17:33:40.036Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T17:33:40.048Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/99/head:refs/remotes/origin/PR-99 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-03T17:33:40.610Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T17:33:40.633Z] > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 [2022-10-03T17:33:40.726Z] > git remote # timeout=10 [2022-10-03T17:33:40.744Z] > git config --get remote.origin.url # timeout=10 [2022-10-03T17:33:40.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T17:33:40.779Z] Verifying host key using known hosts file [2022-10-03T17:33:40.784Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T17:33:40.793Z] > git merge 2f8c06fbfb8b0782f288c35171c6afc148f652fe # timeout=10 [2022-10-03T17:33:40.819Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-03T17:33:40.847Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T17:33:40.862Z] > git checkout -f a870d1746c436610f082607543f3459e28450ae6 # timeout=10 [2022-10-03T17:33:41.390Z] Commit message: "build(deps): Bump github.com/vladimirvivien/go4vl from 0.0.2 to 0.0.5" [2022-10-03T17:33:41.456Z] > git --version # timeout=10 [2022-10-03T17:33:41.468Z] > git --version # 'git version 2.25.1' [2022-10-03T17:33:41.493Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T17:33:42.614Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-03T17:33:42.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T17:33:42.614Z] Dload Upload Total Spent Left Speed [2022-10-03T17:33:42.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 170k 0 --:--:-- --:--:-- --:--:-- 173k [Pipeline] sh [2022-10-03T17:33:43.442Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-03T17:33:43.802Z] + sudo tee /etc/docker/daemon.new [2022-10-03T17:33:43.802Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-03T17:33:43.802Z] { [2022-10-03T17:33:43.802Z] "registry-mirrors": [ [2022-10-03T17:33:43.802Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-03T17:33:43.802Z] ], [2022-10-03T17:33:43.802Z] "bip": "10.250.0.254/24", [2022-10-03T17:33:43.802Z] "hosts": [ [2022-10-03T17:33:43.802Z] "tcp://0.0.0.0:5555", [2022-10-03T17:33:43.802Z] "unix:///var/run/docker.sock" [2022-10-03T17:33:43.802Z] ], [2022-10-03T17:33:43.802Z] "mtu": 1458, [2022-10-03T17:33:43.802Z] "selinux-enabled": true, [2022-10-03T17:33:43.802Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-03T17:33:43.802Z] } [Pipeline] sh [2022-10-03T17:33:44.168Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-03T17:33:44.535Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T17:34:02.882Z] provisioning config files... [2022-10-03T17:34:02.912Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config14524795648323257670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:34:03.308Z] ---> docker-login.sh [2022-10-03T17:34:03.308Z] nexus3.edgexfoundry.org:10001 [2022-10-03T17:34:03.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:34:03.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:34:03.897Z] Configure a credential helper to remove this warning. See [2022-10-03T17:34:03.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:34:03.897Z] [2022-10-03T17:34:03.897Z] Login Succeeded [2022-10-03T17:34:03.897Z] nexus3.edgexfoundry.org:10002 [2022-10-03T17:34:04.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:34:04.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:34:04.444Z] Configure a credential helper to remove this warning. See [2022-10-03T17:34:04.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:34:04.444Z] [2022-10-03T17:34:04.444Z] Login Succeeded [2022-10-03T17:34:04.444Z] nexus3.edgexfoundry.org:10003 [2022-10-03T17:34:04.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:34:04.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:34:04.717Z] Configure a credential helper to remove this warning. See [2022-10-03T17:34:04.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:34:04.717Z] [2022-10-03T17:34:04.717Z] Login Succeeded [2022-10-03T17:34:04.717Z] nexus3.edgexfoundry.org:10004 [2022-10-03T17:34:04.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:34:04.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:34:04.990Z] Configure a credential helper to remove this warning. See [2022-10-03T17:34:04.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:34:04.990Z] [2022-10-03T17:34:04.990Z] Login Succeeded [2022-10-03T17:34:04.990Z] docker.io [2022-10-03T17:34:05.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T17:34:05.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T17:34:05.845Z] Configure a credential helper to remove this warning. See [2022-10-03T17:34:05.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T17:34:05.845Z] [2022-10-03T17:34:05.845Z] Login Succeeded [2022-10-03T17:34:05.845Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T17:34:05.869Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-10-03T17:34:06.159Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T17:34:06.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T17:34:06.227Z] ========================================================= [2022-10-03T17:34:06.227Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-03T17:34:06.227Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:34:06.741Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2022-10-03T17:34:07.011Z] Sending build context to Docker daemon 967.2kB [2022-10-03T17:34:07.011Z] Step 1/14 : ARG BASE=golang:1.18-alpine3.16 [2022-10-03T17:34:07.011Z] Step 2/14 : FROM ${BASE} AS builder [2022-10-03T17:34:07.287Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-03T17:34:07.287Z] b3c136eddcbf: Pulling fs layer [2022-10-03T17:34:07.287Z] c0a3192eca97: Pulling fs layer [2022-10-03T17:34:07.287Z] a050256f5b6f: Pulling fs layer [2022-10-03T17:34:07.287Z] 656be50a0ddc: Pulling fs layer [2022-10-03T17:34:07.287Z] 2bbca73fdf42: Pulling fs layer [2022-10-03T17:34:07.287Z] f607e4fc86c3: Pulling fs layer [2022-10-03T17:34:07.287Z] 4d572c569a2c: Pulling fs layer [2022-10-03T17:34:07.287Z] fcf976331f73: Pulling fs layer [2022-10-03T17:34:07.287Z] 656be50a0ddc: Waiting [2022-10-03T17:34:07.287Z] 4d572c569a2c: Waiting [2022-10-03T17:34:07.287Z] 2bbca73fdf42: Waiting [2022-10-03T17:34:07.287Z] f607e4fc86c3: Waiting [2022-10-03T17:34:07.287Z] fcf976331f73: Waiting [2022-10-03T17:34:07.287Z] a050256f5b6f: Verifying Checksum [2022-10-03T17:34:07.287Z] a050256f5b6f: Download complete [2022-10-03T17:34:07.287Z] c0a3192eca97: Download complete [2022-10-03T17:34:07.287Z] 2bbca73fdf42: Verifying Checksum [2022-10-03T17:34:07.287Z] 2bbca73fdf42: Download complete [2022-10-03T17:34:07.287Z] f607e4fc86c3: Verifying Checksum [2022-10-03T17:34:07.287Z] f607e4fc86c3: Download complete [2022-10-03T17:34:07.287Z] b3c136eddcbf: Download complete [2022-10-03T17:34:08.272Z] b3c136eddcbf: Pull complete [2022-10-03T17:34:08.272Z] fcf976331f73: Verifying Checksum [2022-10-03T17:34:08.272Z] fcf976331f73: Download complete [2022-10-03T17:34:08.865Z] c0a3192eca97: Pull complete [2022-10-03T17:34:09.137Z] a050256f5b6f: Pull complete [2022-10-03T17:34:09.735Z] 4d572c569a2c: Verifying Checksum [2022-10-03T17:34:09.735Z] 4d572c569a2c: Download complete [2022-10-03T17:34:10.326Z] 656be50a0ddc: Verifying Checksum [2022-10-03T17:34:10.326Z] 656be50a0ddc: Download complete [2022-10-03T17:34:22.694Z] 656be50a0ddc: Pull complete [2022-10-03T17:34:22.694Z] 2bbca73fdf42: Pull complete [2022-10-03T17:34:22.694Z] f607e4fc86c3: Pull complete [2022-10-03T17:34:26.964Z] 4d572c569a2c: Pull complete [2022-10-03T17:34:28.937Z] fcf976331f73: Pull complete [2022-10-03T17:34:28.937Z] Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 [2022-10-03T17:34:28.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T17:34:28.937Z] ---> 3970a7415f9e [2022-10-03T17:34:28.937Z] Step 3/14 : ARG ADD_BUILD_TAGS="" [2022-10-03T17:34:30.452Z] ---> Running in cf7a7190f812 [2022-10-03T17:34:30.751Z] Removing intermediate container cf7a7190f812 [2022-10-03T17:34:30.751Z] ---> 7a0183c51cd7 [2022-10-03T17:34:30.751Z] Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2022-10-03T17:34:31.023Z] ---> Running in 87756000ecc1 [2022-10-03T17:34:31.291Z] Removing intermediate container 87756000ecc1 [2022-10-03T17:34:31.291Z] ---> 24050138a72f [2022-10-03T17:34:31.291Z] Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" [2022-10-03T17:34:31.291Z] ---> Running in 9f9e376dd24d [2022-10-03T17:34:31.568Z] Removing intermediate container 9f9e376dd24d [2022-10-03T17:34:31.569Z] ---> 57d9c41868b7 [2022-10-03T17:34:31.569Z] Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-10-03T17:34:31.569Z] ---> Running in a91560d534f2 [2022-10-03T17:34:32.155Z] Removing intermediate container a91560d534f2 [2022-10-03T17:34:32.155Z] ---> c9d934980f96 [2022-10-03T17:34:32.155Z] Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T17:34:32.155Z] ---> Running in f73bafff51b6 [2022-10-03T17:34:34.112Z] Removing intermediate container f73bafff51b6 [2022-10-03T17:34:34.112Z] ---> 60e6cfde298f [2022-10-03T17:34:34.112Z] Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-10-03T17:34:34.112Z] ---> Running in e1043f617445 [2022-10-03T17:34:35.083Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T17:34:36.046Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T17:34:37.011Z] (1/14) Installing libintl (0.21-r2) [2022-10-03T17:34:37.011Z] (2/14) Installing eudev-libs (3.2.11-r0) [2022-10-03T17:34:37.011Z] (3/14) Installing libjpeg-turbo (2.1.3-r1) [2022-10-03T17:34:37.281Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-10-03T17:34:37.281Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-10-03T17:34:37.553Z] (6/14) Installing udev-init-scripts (35-r0) [2022-10-03T17:34:37.553Z] Executing udev-init-scripts-35-r0.post-install [2022-10-03T17:34:37.553Z] (7/14) Installing libblkid (2.38-r1) [2022-10-03T17:34:37.553Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-10-03T17:34:37.821Z] (9/14) Installing zstd-libs (1.5.2-r1) [2022-10-03T17:34:37.821Z] (10/14) Installing kmod-libs (29-r2) [2022-10-03T17:34:37.821Z] (11/14) Installing eudev (3.2.11-r0) [2022-10-03T17:34:38.091Z] (12/14) Installing eudev-dev (3.2.11-r0) [2022-10-03T17:34:38.091Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-10-03T17:34:38.363Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-10-03T17:34:38.363Z] Executing busybox-1.35.0-r13.trigger [2022-10-03T17:34:38.363Z] Executing eudev-3.2.11-r0.trigger [2022-10-03T17:34:38.363Z] OK: 228 MiB in 65 packages [2022-10-03T17:34:39.783Z] Removing intermediate container e1043f617445 [2022-10-03T17:34:39.783Z] ---> 41b010234ca4 [2022-10-03T17:34:39.783Z] Step 9/14 : WORKDIR /device-usb-camera [2022-10-03T17:34:39.783Z] ---> Running in 2bd98550c53e [2022-10-03T17:34:40.055Z] Removing intermediate container 2bd98550c53e [2022-10-03T17:34:40.055Z] ---> c9d5b769c240 [2022-10-03T17:34:40.055Z] Step 10/14 : COPY go.mod vendor* ./ [2022-10-03T17:34:40.654Z] ---> c5b92681a3dc [2022-10-03T17:34:40.654Z] Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T17:34:40.923Z] ---> Running in 4267ca2c5ef4 [2022-10-03T17:35:37.388Z] Removing intermediate container 4267ca2c5ef4 [2022-10-03T17:35:37.388Z] ---> e988dc744110 [2022-10-03T17:35:37.388Z] Step 12/14 : COPY . . [2022-10-03T17:35:37.388Z] ---> e5a97181f3cd [2022-10-03T17:35:37.388Z] Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2022-10-03T17:35:37.388Z] ---> Running in b274e18d42c7 [2022-10-03T17:35:37.388Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T17:35:37.388Z] Dload Upload Total Spent Left Speed [2022-10-03T17:35:37.388Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 13806 0 --:--:-- --:--:-- --:--:-- 13973 [2022-10-03T17:35:37.388Z] Removing intermediate container b274e18d42c7 [2022-10-03T17:35:37.388Z] ---> e08d620b5d72 [2022-10-03T17:35:37.388Z] Step 14/14 : RUN ${MAKE} [2022-10-03T17:35:37.388Z] ---> Running in c73c0e8b26b8 [2022-10-03T17:35:37.388Z] noop [2022-10-03T17:35:37.388Z] Removing intermediate container c73c0e8b26b8 [2022-10-03T17:35:37.388Z] ---> f6a2cadb565f [2022-10-03T17:35:37.388Z] Successfully built f6a2cadb565f [2022-10-03T17:35:37.388Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:35:37.851Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T17:35:37.851Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:35:38.117Z] prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container [2022-10-03T17:35:38.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-03T17:35:39.455Z] $ docker top 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T17:35:40.357Z] + go version [2022-10-03T17:35:40.357Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-10-03T17:35:40.391Z] $ docker stop --time=1 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f [2022-10-03T17:35:42.066Z] $ docker rm -f 59d18a86ed2de8323b269d4ea88e75227c9bda15aa3a043a4789baa5ebc2601f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:35:42.910Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T17:35:42.910Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:35:43.156Z] prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container [2022-10-03T17:35:43.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-10-03T17:35:44.377Z] $ docker top 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T17:35:44.927Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2022-10-03T17:35:45.315Z] + make test [2022-10-03T17:35:45.586Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-10-03T17:35:46.995Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-10-03T17:37:38.710Z] # github.com/edgexfoundry/device-usb-camera/internal/driver [2022-10-03T17:37:38.710Z] internal/driver/ffmpeg.go:168:31: undefined: v4l2.PixFmtRGB24 [2022-10-03T17:37:38.710Z] internal/driver/ffmpeg.go:170:31: undefined: v4l2.PixFmtGrey [2022-10-03T17:37:38.710Z] FAIL github.com/edgexfoundry/device-usb-camera/internal/driver [build failed] [2022-10-03T17:37:38.710Z] make: *** [Makefile:53: unittest] Error 2 [Pipeline] } [2022-10-03T17:37:38.761Z] $ docker stop --time=1 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 [2022-10-03T17:37:40.545Z] $ docker rm -f 1c9b67798938aacf89288faf1ade52914811f1709dc6282d1666acfd7de8a761 [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] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:37:42.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T17:37:42.069Z] [2022-10-03T17:37:42.069Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:37:42.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T17:37:42.751Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-03T17:37:42.751Z] 8998bd30e6a1: Pulling fs layer [2022-10-03T17:37:42.751Z] 04944245beec: Pulling fs layer [2022-10-03T17:37:42.751Z] 699f458cf7ca: Pulling fs layer [2022-10-03T17:37:42.751Z] 765212b225bb: Pulling fs layer [2022-10-03T17:37:42.751Z] f23df028b6ca: Pulling fs layer [2022-10-03T17:37:42.751Z] d65c8cfc05b1: Pulling fs layer [2022-10-03T17:37:42.751Z] 2437ff75d9bd: Pulling fs layer [2022-10-03T17:37:42.751Z] 765212b225bb: Waiting [2022-10-03T17:37:42.751Z] f23df028b6ca: Waiting [2022-10-03T17:37:42.751Z] d65c8cfc05b1: Waiting [2022-10-03T17:37:42.751Z] 2437ff75d9bd: Waiting [2022-10-03T17:37:42.751Z] 04944245beec: Verifying Checksum [2022-10-03T17:37:42.751Z] 04944245beec: Download complete [2022-10-03T17:37:42.751Z] 765212b225bb: Download complete [2022-10-03T17:37:43.025Z] f23df028b6ca: Verifying Checksum [2022-10-03T17:37:43.025Z] f23df028b6ca: Download complete [2022-10-03T17:37:43.025Z] d65c8cfc05b1: Verifying Checksum [2022-10-03T17:37:43.025Z] d65c8cfc05b1: Download complete [2022-10-03T17:37:43.025Z] 699f458cf7ca: Download complete [2022-10-03T17:37:43.629Z] 8998bd30e6a1: Verifying Checksum [2022-10-03T17:37:43.629Z] 8998bd30e6a1: Download complete [2022-10-03T17:37:46.218Z] 2437ff75d9bd: Verifying Checksum [2022-10-03T17:37:46.218Z] 2437ff75d9bd: Download complete [2022-10-03T17:37:48.800Z] 8998bd30e6a1: Pull complete [2022-10-03T17:37:49.070Z] 04944245beec: Pull complete [2022-10-03T17:37:51.036Z] 699f458cf7ca: Pull complete [2022-10-03T17:37:51.631Z] 765212b225bb: Pull complete [2022-10-03T17:37:53.047Z] f23df028b6ca: Pull complete [2022-10-03T17:37:53.047Z] d65c8cfc05b1: Pull complete [2022-10-03T17:38:15.170Z] 2437ff75d9bd: Pull complete [2022-10-03T17:38:15.170Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-03T17:38:15.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T17:38:15.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:38:15.513Z] prd-ubuntu20.04-docker-arm64-4c-16g-6909 does not seem to be running inside a container [2022-10-03T17:38:15.590Z] $ 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/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-10-03T17:38:18.055Z] $ docker top d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:19.000Z] ---> job-cost.sh [2022-10-03T17:38:19.000Z] lf-activate-venv: SKIPPING [2022-10-03T17:38:19.000Z] INFO: No Stack... [2022-10-03T17:38:19.588Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-03T17:38:20.557Z] INFO: Archiving Costs [Pipeline] sh [2022-10-03T17:38:21.220Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2022-10-03T17:38:21.220Z] + cut -d, -f6 [Pipeline] lock [2022-10-03T17:38:21.321Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [2022-10-03T17:38:21.326Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] did not exist. Created. [2022-10-03T17:38:21.326Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-03T17:38:22.068Z] /w/workspace/device-usb-camera/1@tmp/durable-b7234075/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-10-03T17:38:22.742Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-03T17:38:22.774Z] Warning: overwriting stash ‘stack-cost’ [2022-10-03T17:38:23.181Z] Stashed 1 file(s) [Pipeline] } [2022-10-03T17:38:23.197Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-99-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-03T17:38:23.278Z] $ docker stop --time=1 d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b [2022-10-03T17:38:25.006Z] $ docker rm -f d9137c4c95e8341103fc6e2f4f5fbd1e4b1301e07468a16be2b0ea9ba1e6a45b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-10-03T17:38:25.736Z] 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-10-03T17:38:27.650Z] + [ -d /w/workspace/xfoundry_device-usb-camera_PR-99/archives ] [2022-10-03T17:38:27.651Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-99/archives [2022-10-03T17:38:27.651Z] total 16 [2022-10-03T17:38:27.651Z] drwxr-xr-x 3 root root 4096 Oct 3 17:31 . [2022-10-03T17:38:27.651Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 17:31 .. [2022-10-03T17:38:27.651Z] drwxr-xr-x 2 root root 4096 Oct 3 17:31 cost [2022-10-03T17:38:27.651Z] -rw-r--r-- 1 root root 88 Oct 3 17:31 cost.csv [2022-10-03T17:38:27.651Z] + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-usb-camera_PR-99/archives [2022-10-03T17:38:27.651Z] + ls -al /w/workspace/xfoundry_device-usb-camera_PR-99/archives [2022-10-03T17:38:27.651Z] total 16 [2022-10-03T17:38:27.651Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 3 17:31 . [2022-10-03T17:38:27.651Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 17:31 .. [2022-10-03T17:38:27.651Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 3 17:31 cost [2022-10-03T17:38:27.651Z] -rw-r--r-- 1 jenkins jenkins 88 Oct 3 17:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:27.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:28.856Z] ---> package-listing.sh [2022-10-03T17:38:28.856Z] ++ facter osfamily [2022-10-03T17:38:28.856Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-03T17:38:29.116Z] + OS_FAMILY=debian [2022-10-03T17:38:29.116Z] + workspace=/w/workspace/xfoundry_device-usb-camera_PR-99 [2022-10-03T17:38:29.116Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-03T17:38:29.116Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-03T17:38:29.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-03T17:38:29.116Z] + PACKAGES=/tmp/packages_start.txt [2022-10-03T17:38:29.116Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-99 ']' [2022-10-03T17:38:29.116Z] + PACKAGES=/tmp/packages_end.txt [2022-10-03T17:38:29.116Z] + case "${OS_FAMILY}" in [2022-10-03T17:38:29.116Z] + dpkg -l [2022-10-03T17:38:29.116Z] + grep '^ii' [2022-10-03T17:38:29.116Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-03T17:38:29.116Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-03T17:38:29.116Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-03T17:38:29.116Z] + '[' /w/workspace/xfoundry_device-usb-camera_PR-99 ']' [2022-10-03T17:38:29.116Z] + mkdir -p /w/workspace/xfoundry_device-usb-camera_PR-99/archives/ [2022-10-03T17:38:29.116Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-usb-camera_PR-99/archives/ [Pipeline] echo [2022-10-03T17:38:29.153Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-usb-camera_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-10-03T17:38:29.445Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T17:38:30.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T17:38:30.077Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T17:38:30.218Z] prd-ubuntu20.04-docker-8c-8g-6906 does not seem to be running inside a container [2022-10-03T17:38:30.247Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-usb-camera_PR-99/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-99 -v /w/workspace/xfoundry_device-usb-camera_PR-99:/w/workspace/xfoundry_device-usb-camera_PR-99:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-99@tmp:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-03T17:38:30.453Z] $ docker top 3f985a8bc8ef89f1c50b00f7bd1d1e032728f4e9287d2aade6441c06a98356e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T17:38:30.838Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-03T17:38:31.154Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-03T17:38:31.458Z] + ls /var/log/sa-host [2022-10-03T17:38:31.458Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T17:38:31.657Z] provisioning config files... [2022-10-03T17:38:31.665Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-99@tmp/config4902200659253408604tmp [Pipeline] { [Pipeline] echo [2022-10-03T17:38:31.709Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:32.017Z] ---> create-netrc.sh [Pipeline] } [2022-10-03T17:38:32.044Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:32.442Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-03T17:38:32.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:32.775Z] ---> sudo-logs.sh [2022-10-03T17:38:32.776Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-03T17:38:32.859Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:33.179Z] ---> job-cost.sh [2022-10-03T17:38:33.179Z] lf-activate-venv: SKIPPING [2022-10-03T17:38:33.179Z] DEBUG: total: 0.2199999988079071 [2022-10-03T17:38:33.179Z] INFO: Retrieving Stack Cost... [2022-10-03T17:38:33.750Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-03T17:38:34.316Z] INFO: Archiving Costs [Pipeline] echo [2022-10-03T17:38:34.353Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T17:38:34.663Z] ---> logs-deploy.sh [2022-10-03T17:38:34.663Z] lf-activate-venv: SKIPPING [2022-10-03T17:38:34.663Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-99/1 [2022-10-03T17:38:34.663Z] INFO: archiving workspace using pattern(s): [2022-10-03T17:38:35.601Z] Archives upload complete. [2022-10-03T17:38:35.601Z] INFO: archiving logs to Nexus