Pull request #356 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of EdgeX-Camera-Management for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at 19aea0788ff6687e1018adc680fb40cfac0f4964 rather than d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Obtained Jenkinsfile from 19aea0788ff6687e1018adc680fb40cfac0f4964 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-ssh12518103086586582297.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh10229583083136869088.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-onvif-camera/branches/PR-356/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-onvif-camera/branches/PR-356/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4506596127563030025.key > 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-onvif-camera/branches/PR-356/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9127492381218885465.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh13068383120442411044.key > 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-onvif-camera/branches/PR-356/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-onvif-camera/branches/PR-356/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12224136980185366819.key > 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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [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-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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-onvif-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: true SWAGGER_API_FOLDERS: doc/openapi/v2 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14958 in /w/workspace/undry_device-onvif-camera_PR-356 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-356 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-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-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 19aea0788ff6687e1018adc680fb40cfac0f4964 into PR head commit d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Merge succeeded, producing d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Checking out Revision d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 (PR-356) > git config core.sparsecheckout # timeout=10 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 19aea0788ff6687e1018adc680fb40cfac0f4964 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 Commit message: "refactor: updated snapshot api to get profile token input instead of random one" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:54:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:54:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:54:46 ========================================================= 20:54:46 EdgeX Global Pipelines Version Info 20:54:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:54:47 ------------------- 20:54:47 stable info: 20:54:47 ------------------- 20:54:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:54:47 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 20:54:47 Message: update stable to v1.0.249 20:54:47 ------------------- 20:54:47 experimental info: 20:54:47 ------------------- 20:54:47 Commited By: **** collab-it+edgex@linuxfoundation.org 20:54:47 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 20:54:47 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:54:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:54:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-356 [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-356 [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-356 [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2710f2 [Pipeline] echo 20:54:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:54:49 provisioning config files... 20:54:49 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config13253471921179311812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:49 ---> docker-login.sh 20:54:49 nexus3.edgexfoundry.org:10001 20:54:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:50 Configure a credential helper to remove this warning. See 20:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:50 20:54:50 Login Succeeded 20:54:50 nexus3.edgexfoundry.org:10002 20:54:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:50 Configure a credential helper to remove this warning. See 20:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:50 20:54:50 Login Succeeded 20:54:50 nexus3.edgexfoundry.org:10003 20:54:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:50 Configure a credential helper to remove this warning. See 20:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:50 20:54:50 Login Succeeded 20:54:50 nexus3.edgexfoundry.org:10004 20:54:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:50 Configure a credential helper to remove this warning. See 20:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:50 20:54:50 Login Succeeded 20:54:50 docker.io 20:54:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:50 Configure a credential helper to remove this warning. See 20:54:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:50 20:54:50 Login Succeeded 20:54:50 ---> docker-login.sh ends [Pipeline] } 20:54:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:54:51 + git rev-list -1 --merges d2710f2473d81056cc7dcdc9782bc3ae6749f9e1~1..d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo 20:54:51 -----------> git rev-list -1 --merges d2710f2473d81056cc7dcdc9782bc3ae6749f9e1~1..d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [false] [Pipeline] sh 20:54:51 + git log --format=format:%s -1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo 20:54:51 ========================================================= 20:54:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:54:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:54:52 + git log --format=format:%s -1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo 20:54:52 [semverPrep] GIT_COMMIT: d2710f2473d81056cc7dcdc9782bc3ae6749f9e1, Commit Message: refactor: updated snapshot api to get profile token input instead of random one [Pipeline] echo 20:54:52 [semverPrep] This is not a build commit. [Pipeline] sh 20:54:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:54:52 + grep -v github /etc/ssh/ssh_known_hosts 20:54:52 + [ -e /tmp/ssh_known_hosts ] 20:54:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:54:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ 20:54:52 sudo tee -a /etc/ssh/ssh_known_hosts 20:54:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:53 20:54:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:53 0.1.4: Pulling from edgex-devops/py-git-semver 20:54:53 b85a868b505f: Pulling fs layer 20:54:53 e2be974225ed: Pulling fs layer 20:54:53 339a4e72a1f5: Pulling fs layer 20:54:53 988bab9f4d93: Pulling fs layer 20:54:53 1469e6f7b9e6: Pulling fs layer 20:54:53 eaf3925da568: Pulling fs layer 20:54:53 bab4dde63d76: Pulling fs layer 20:54:53 bde34c3a00c8: Pulling fs layer 20:54:53 b352a97aabf1: Pulling fs layer 20:54:53 4872d77fe225: Pulling fs layer 20:54:53 5851b861e8e6: Pulling fs layer 20:54:53 eaf3925da568: Waiting 20:54:53 4872d77fe225: Waiting 20:54:53 5851b861e8e6: Waiting 20:54:53 988bab9f4d93: Waiting 20:54:53 1469e6f7b9e6: Waiting 20:54:53 bab4dde63d76: Waiting 20:54:53 bde34c3a00c8: Waiting 20:54:53 b352a97aabf1: Waiting 20:54:53 e2be974225ed: Verifying Checksum 20:54:53 e2be974225ed: Download complete 20:54:53 988bab9f4d93: Verifying Checksum 20:54:53 988bab9f4d93: Download complete 20:54:53 1469e6f7b9e6: Verifying Checksum 20:54:53 1469e6f7b9e6: Download complete 20:54:53 339a4e72a1f5: Verifying Checksum 20:54:53 339a4e72a1f5: Download complete 20:54:53 eaf3925da568: Download complete 20:54:53 bde34c3a00c8: Verifying Checksum 20:54:53 bde34c3a00c8: Download complete 20:54:53 b352a97aabf1: Verifying Checksum 20:54:53 b352a97aabf1: Download complete 20:54:53 4872d77fe225: Download complete 20:54:53 5851b861e8e6: Verifying Checksum 20:54:53 5851b861e8e6: Download complete 20:54:53 b85a868b505f: Verifying Checksum 20:54:53 b85a868b505f: Download complete 20:54:54 bab4dde63d76: Verifying Checksum 20:54:55 b85a868b505f: Pull complete 20:54:55 e2be974225ed: Pull complete 20:54:55 339a4e72a1f5: Pull complete 20:54:55 988bab9f4d93: Pull complete 20:54:56 1469e6f7b9e6: Pull complete 20:54:56 eaf3925da568: Pull complete 20:54:58 bab4dde63d76: Pull complete 20:54:58 bde34c3a00c8: Pull complete 20:54:58 b352a97aabf1: Pull complete 20:54:58 4872d77fe225: Pull complete 20:54:58 5851b861e8e6: Pull complete 20:54:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:54:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:58 prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container 20:54:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@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-devops/py-git-semver:0.1.4 cat 20:55:01 $ docker top cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e -eo pid,comm 20:55:01 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:55:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:01 [ssh-agent] Looking for ssh-agent implementation... 20:55:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:01 $ docker exec cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent 20:55:01 SSH_AUTH_SOCK=/tmp/ssh-9rPXldZ7Oe9V/agent.32 20:55:01 SSH_AGENT_PID=38 20:55:01 Running ssh-add (command line suppressed) 20:55:01 Identity added: /w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_6373187028898297809.key (/w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_6373187028898297809.key) 20:55:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:01 + git tag --points-at HEAD [Pipeline] } 20:55:01 $ docker exec --env ******** --env ******** cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent -k 20:55:02 unset SSH_AUTH_SOCK; 20:55:02 unset SSH_AGENT_PID; 20:55:02 echo Agent pid 38 killed; 20:55:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:55:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:02 [ssh-agent] Looking for ssh-agent implementation... 20:55:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:02 $ docker exec cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent 20:55:02 SSH_AUTH_SOCK=/tmp/ssh-1pRcIEkmyD4C/agent.70 20:55:02 SSH_AGENT_PID=76 20:55:02 Running ssh-add (command line suppressed) 20:55:02 Identity added: /w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_17251699002363777685.key (/w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_17251699002363777685.key) 20:55:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:02 + git semver init 20:55:03 2023-05-10 20:55:03,080 [run_init] DEBUG init version:0.0.0 force:False 20:55:03 2023-05-10 20:55:03,081 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-356/.semver 20:55:03 2023-05-10 20:55:03,081 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-356/.semver 20:55:03 2023-05-10 20:55:03,082 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-356/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-356, universal_newlines=False, shell=None, istream=None) 20:55:04 2023-05-10 20:55:04,036 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-356/.git/info/exclude 20:55:04 2023-05-10 20:55:04,038 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 with force:False 20:55:04 2023-05-10 20:55:04,038 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 20:55:04 2023-05-10 20:55:04,043 [execute] INFO git cat-file --batch-check 20:55:04 2023-05-10 20:55:04,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-356/.semver, universal_newlines=False, shell=None, istream=) 20:55:04 2023-05-10 20:55:04,050 [execute] INFO git cat-file --batch 20:55:04 2023-05-10 20:55:04,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-356/.semver, universal_newlines=False, shell=None, istream=) 20:55:04 2023-05-10 20:55:04,057 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 20:55:04 0.0.0 [Pipeline] } 20:55:04 $ docker exec --env ******** --env ******** cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent -k 20:55:04 unset SSH_AUTH_SOCK; 20:55:04 unset SSH_AGENT_PID; 20:55:04 echo Agent pid 76 killed; 20:55:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:04 + git semver [Pipeline] } 20:55:05 $ docker stop --time=1 cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e 20:55:06 $ docker rm -f --volumes cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e [Pipeline] // withDockerContainer [Pipeline] sh 20:55:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:55:07 Stashed 1 file(s) [Pipeline] echo 20:55:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:07 provisioning config files... 20:55:07 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config187816387327384706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:55:08 ---> docker-login.sh 20:55:08 nexus3.edgexfoundry.org:10001 20:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:08 Configure a credential helper to remove this warning. See 20:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:08 20:55:08 Login Succeeded 20:55:08 nexus3.edgexfoundry.org:10002 20:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:08 Configure a credential helper to remove this warning. See 20:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:08 20:55:08 Login Succeeded 20:55:08 nexus3.edgexfoundry.org:10003 20:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:08 Configure a credential helper to remove this warning. See 20:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:08 20:55:08 Login Succeeded 20:55:08 nexus3.edgexfoundry.org:10004 20:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:08 Configure a credential helper to remove this warning. See 20:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:08 20:55:08 Login Succeeded 20:55:08 docker.io 20:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:08 Configure a credential helper to remove this warning. See 20:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:08 20:55:08 Login Succeeded 20:55:08 ---> docker-login.sh ends [Pipeline] } 20:55:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:55:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:55:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:55:09 ========================================================= 20:55:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 20:55:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:09 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 20:55:09 Sending build context to Docker daemon 21.82MB 20:55:09 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 20:55:09 Step 2/13 : FROM ${BASE} AS builder 20:55:09 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 20:55:09 f56be85fc22e: Pulling fs layer 20:55:09 85791d961cd3: Pulling fs layer 20:55:09 d694b5ae8c79: Pulling fs layer 20:55:09 9f32a84ed3da: Pulling fs layer 20:55:09 4d19c01a9841: Pulling fs layer 20:55:09 9325e15d5711: Pulling fs layer 20:55:09 556b6ee489ea: Pulling fs layer 20:55:09 c5a4b2cf53e6: Pulling fs layer 20:55:09 9f32a84ed3da: Waiting 20:55:09 4d19c01a9841: Waiting 20:55:09 9325e15d5711: Waiting 20:55:09 556b6ee489ea: Waiting 20:55:09 9f32a84ed3da: Download complete 20:55:09 4d19c01a9841: Download complete 20:55:09 f56be85fc22e: Verifying Checksum 20:55:09 f56be85fc22e: Download complete 20:55:09 9325e15d5711: Verifying Checksum 20:55:09 9325e15d5711: Download complete 20:55:10 f56be85fc22e: Pull complete 20:55:10 85791d961cd3: Pull complete 20:55:10 c5a4b2cf53e6: Download complete 20:55:10 d694b5ae8c79: Verifying Checksum 20:55:10 d694b5ae8c79: Download complete 20:55:10 556b6ee489ea: Verifying Checksum 20:55:10 556b6ee489ea: Download complete 20:55:14 d694b5ae8c79: Pull complete 20:55:14 9f32a84ed3da: Pull complete 20:55:14 4d19c01a9841: Pull complete 20:55:14 9325e15d5711: Pull complete 20:55:17 556b6ee489ea: Pull complete 20:55:17 c5a4b2cf53e6: Pull complete 20:55:17 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 20:55:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 20:55:17 ---> c4be618373d6 20:55:17 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:55:21 ---> Running in 4ff3cbda732b 20:55:21 Removing intermediate container 4ff3cbda732b 20:55:21 ---> 5242d9777882 20:55:21 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:55:21 ---> Running in 78e34e52ebfb 20:55:21 Removing intermediate container 78e34e52ebfb 20:55:21 ---> 82d288377a91 20:55:21 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 20:55:21 ---> Running in c1f93ea67fdb 20:55:21 Removing intermediate container c1f93ea67fdb 20:55:21 ---> dff4c766ee4e 20:55:21 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 20:55:21 ---> Running in a54aacdf8230 20:55:21 Removing intermediate container a54aacdf8230 20:55:21 ---> 13387f149274 20:55:21 Step 7/13 : LABEL Name=edgex-device-onvif-camera 20:55:21 ---> Running in 11d4348ccb03 20:55:21 Removing intermediate container 11d4348ccb03 20:55:21 ---> 9ab1079a6b93 20:55:21 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:55:21 ---> Running in 5a74d75e9206 20:55:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:55:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:55:22 OK: 265 MiB in 53 packages 20:55:22 Removing intermediate container 5a74d75e9206 20:55:22 ---> 5a6c6c31d491 20:55:22 Step 9/13 : WORKDIR /device-onvif-camera 20:55:22 ---> Running in 9985d4cf1886 20:55:22 Removing intermediate container 9985d4cf1886 20:55:22 ---> e977ffe0b37b 20:55:22 Step 10/13 : COPY go.mod vendor* ./ 20:55:22 Still waiting to schedule task 20:55:22 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:55:22 ---> c95db8263b6a 20:55:22 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:22 ---> Running in 439d9ae48f65 20:55:49 Removing intermediate container 439d9ae48f65 20:55:49 ---> a12d07a2fb3c 20:55:49 Step 12/13 : COPY . . 20:55:49 ---> e2d2dbb1ba7f 20:55:49 Step 13/13 : RUN ${MAKE} 20:55:49 ---> Running in 4bce3e4b53b2 20:55:49 noop 20:55:49 Removing intermediate container 4bce3e4b53b2 20:55:49 ---> db4cdb1fb5f6 20:55:49 Successfully built db4cdb1fb5f6 20:55:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:50 + docker inspect -f . ci-base-image-x86_64 20:55:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:50 prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container 20:55:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:55:50 $ docker top 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:51 + go version 20:55:51 go version go1.20.2 linux/amd64 [Pipeline] } 20:55:51 $ docker stop --time=1 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 20:55:52 $ docker rm -f --volumes 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:53 + docker inspect -f . ci-base-image-x86_64 20:55:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:53 prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container 20:55:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:55:53 $ docker top 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:54 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-356 [Pipeline] fileExists [Pipeline] sh 20:55:54 + make test 20:55:54 go test ./... -coverprofile=coverage.out ./... 20:55:59 ? github.com/edgexfoundry/device-onvif-camera [no test files] 20:56:09 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 20:56:09 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 20:56:12 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.039s coverage: 31.2% of statements 20:56:12 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.084s coverage: 86.5% of statements 20:56:18 go vet ./... 20:56:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:56:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:56:22 ./bin/test-attribution-txt.sh [Pipeline] echo 20:56:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:56:22 $ docker stop --time=1 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de 20:56:25 $ docker rm -f --volumes 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de [Pipeline] // withDockerContainer [Pipeline] sh 20:56:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:56:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:56:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:56:27 + ls -al . 20:56:27 total 232 20:56:27 drwxrwxr-x 10 jenkins jenkins 4096 May 10 20:55 . 20:56:27 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 .. 20:56:27 drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:55 .git 20:56:27 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:54 .github 20:56:27 -rw-rw-r-- 1 jenkins jenkins 496 May 10 20:54 .gitignore 20:56:27 -rw-rw-r-- 1 jenkins jenkins 42 May 10 20:54 .golangci.yml 20:56:27 drwxr-xr-x 3 jenkins jenkins 4096 May 10 20:55 .semver 20:56:27 -rw-rw-r-- 1 jenkins jenkins 10087 May 10 20:54 Attribution.txt 20:56:27 -rw-rw-r-- 1 jenkins jenkins 6312 May 10 20:54 CHANGELOG.md 20:56:27 -rw-rw-r-- 1 jenkins jenkins 1574 May 10 20:54 Dockerfile 20:56:27 -rw-rw-r-- 1 jenkins jenkins 677 May 10 20:54 GOVERNANCE.md 20:56:27 -rw-rw-r-- 1 jenkins jenkins 734 May 10 20:54 Jenkinsfile 20:56:27 -rw-rw-r-- 1 jenkins jenkins 11348 May 10 20:54 LICENSE 20:56:27 -rw-rw-r-- 1 jenkins jenkins 2751 May 10 20:54 Makefile 20:56:27 -rw-rw-r-- 1 jenkins jenkins 625 May 10 20:54 OWNERS.md 20:56:27 -rw-rw-r-- 1 jenkins jenkins 2591 May 10 20:54 README.md 20:56:27 -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:55 VERSION 20:56:27 drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:54 bin 20:56:27 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:54 cmd 20:56:27 -rw-r--r-- 1 jenkins jenkins 78385 May 10 20:56 coverage.out 20:56:27 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 doc 20:56:27 -rw-rw-r-- 1 jenkins jenkins 3642 May 10 20:54 go.mod 20:56:27 -rw-rw-r-- 1 jenkins jenkins 33491 May 10 20:54 go.sum 20:56:27 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 internal 20:56:27 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 snap 20:56:27 -rw-rw-r-- 1 jenkins jenkins 236 May 10 20:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:27 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 --label arch=amd64 --label version=0.0.0 . 20:56:27 Sending build context to Docker daemon 21.9MB 20:56:27 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 20:56:27 Step 2/26 : FROM ${BASE} AS builder 20:56:27 ---> db4cdb1fb5f6 20:56:27 Step 3/26 : ARG ADD_BUILD_TAGS="" 20:56:28 ---> Running in 2976f232aadc 20:56:28 Removing intermediate container 2976f232aadc 20:56:28 ---> 06dde4e34d00 20:56:28 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:56:28 ---> Running in f79cb8543076 20:56:28 Removing intermediate container f79cb8543076 20:56:28 ---> 61358d5a8022 20:56:28 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 20:56:28 ---> Running in a8f6080579c8 20:56:28 Removing intermediate container a8f6080579c8 20:56:28 ---> cb06fcef7843 20:56:28 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 20:56:28 ---> Running in 0dd0ee7fd51f 20:56:28 Removing intermediate container 0dd0ee7fd51f 20:56:28 ---> 178c61218eee 20:56:28 Step 7/26 : LABEL Name=edgex-device-onvif-camera 20:56:28 ---> Running in cc301f37459d 20:56:28 Removing intermediate container cc301f37459d 20:56:28 ---> e23a4c5de517 20:56:28 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:56:28 ---> Running in 3f7d48c8a682 20:56:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:56:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:56:29 OK: 265 MiB in 53 packages 20:56:29 Removing intermediate container 3f7d48c8a682 20:56:29 ---> b87525fd6c38 20:56:29 Step 9/26 : WORKDIR /device-onvif-camera 20:56:29 ---> Running in 999497d53a5d 20:56:29 Removing intermediate container 999497d53a5d 20:56:29 ---> 2da0a3a57578 20:56:29 Step 10/26 : COPY go.mod vendor* ./ 20:56:29 ---> 8585d15ee22a 20:56:29 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:56:29 ---> Running in 3001c04a919e 20:56:30 Removing intermediate container 3001c04a919e 20:56:30 ---> c3ddd8cca82c 20:56:30 Step 12/26 : COPY . . 20:56:31 ---> c5b17ff170d1 20:56:31 Step 13/26 : RUN ${MAKE} 20:56:31 ---> Running in 5d79aa1334c5 20:56:31 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 20:56:53 Removing intermediate container 5d79aa1334c5 20:56:53 ---> d73e673985a3 20:56:53 Step 14/26 : FROM alpine:3.17 20:56:53 3.17: Pulling from library/alpine 20:56:53 f56be85fc22e: Already exists 20:56:53 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 20:56:53 Status: Downloaded newer image for alpine:3.17 20:56:53 ---> 9ed4aefc74f6 20:56:53 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:56:53 ---> Running in 1176d8e8940b 20:56:53 Removing intermediate container 1176d8e8940b 20:56:53 ---> 4b1cc9c8a837 20:56:53 Step 16/26 : RUN apk add --update --no-cache dumb-init 20:56:53 ---> Running in 008dbfda4390 20:56:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 20:56:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 20:56:53 (1/1) Installing dumb-init (1.2.5-r2) 20:56:53 Executing busybox-1.35.0-r29.trigger 20:56:53 OK: 7 MiB in 16 packages 20:56:53 Removing intermediate container 008dbfda4390 20:56:53 ---> aea91290c391 20:56:53 Step 17/26 : WORKDIR / 20:56:53 ---> Running in b43cc6b333ee 20:56:53 Removing intermediate container b43cc6b333ee 20:56:53 ---> c786312c7d78 20:56:53 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 20:56:53 ---> 3fc2d52d2b88 20:56:53 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 20:56:53 ---> cb682c63e2a0 20:56:53 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 20:56:53 ---> b13e7b63a41d 20:56:53 Step 21/26 : EXPOSE 59984 20:56:53 ---> Running in 5486f299f2b0 20:56:53 Removing intermediate container 5486f299f2b0 20:56:53 ---> 6fe540c0e55c 20:56:53 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 20:56:53 ---> Running in 8c17bc898884 20:56:53 Removing intermediate container 8c17bc898884 20:56:53 ---> 9c03a1ce9208 20:56:53 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:53 ---> Running in 84d089319d39 20:56:53 Removing intermediate container 84d089319d39 20:56:53 ---> a8e2e4a937b1 20:56:53 Step 24/26 : LABEL arch=amd64 20:56:53 ---> Running in 305c50336d9d 20:56:53 Removing intermediate container 305c50336d9d 20:56:53 ---> 3c67f5e107c7 20:56:53 Step 25/26 : LABEL git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 20:56:53 ---> Running in 3a9228e6b1a7 20:56:53 Removing intermediate container 3a9228e6b1a7 20:56:53 ---> 457b5b68379f 20:56:53 Step 26/26 : LABEL version=0.0.0 20:56:53 ---> Running in 9fc5635093ec 20:56:53 Removing intermediate container 9fc5635093ec 20:56:53 ---> ca2b8f05c2dc 20:56:53 [Warning] One or more build-args [ARCH] were not consumed 20:56:53 Successfully built ca2b8f05c2dc 20:56:53 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:54 20:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:56:54 latest: Pulling from edgex-lftools-log-publisher 20:56:54 5eb5b503b376: Pulling fs layer 20:56:54 5c69ac0246d0: Pulling fs layer 20:56:54 ec43610c2a17: Pulling fs layer 20:56:54 3a2ae6a8a46f: Pulling fs layer 20:56:54 33b1e0a273af: Pulling fs layer 20:56:54 5d3b04190fa2: Pulling fs layer 20:56:54 2f39f015ded8: Pulling fs layer 20:56:54 3a2ae6a8a46f: Waiting 20:56:54 33b1e0a273af: Waiting 20:56:54 5d3b04190fa2: Waiting 20:56:54 2f39f015ded8: Waiting 20:56:54 5c69ac0246d0: Download complete 20:56:54 3a2ae6a8a46f: Verifying Checksum 20:56:54 3a2ae6a8a46f: Download complete 20:56:54 33b1e0a273af: Verifying Checksum 20:56:54 33b1e0a273af: Download complete 20:56:54 5d3b04190fa2: Verifying Checksum 20:56:54 5d3b04190fa2: Download complete 20:56:54 ec43610c2a17: Verifying Checksum 20:56:54 ec43610c2a17: Download complete 20:56:55 5eb5b503b376: Verifying Checksum 20:56:55 5eb5b503b376: Download complete 20:56:55 2f39f015ded8: Download complete 20:56:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14959 in /w/workspace/undry_device-onvif-camera_PR-356 [Pipeline] { [Pipeline] ws 20:56:55 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 20:56:55 The recommended git tool is: git 20:56:56 5eb5b503b376: Pull complete 20:56:56 5c69ac0246d0: Pull complete 20:56:56 ec43610c2a17: Pull complete 20:56:56 3a2ae6a8a46f: Pull complete 20:56:56 33b1e0a273af: Pull complete 20:56:56 5d3b04190fa2: Pull complete 20:57:01 2f39f015ded8: Pull complete 20:57:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:57:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:57:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:57:01 prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container 20:57:01 $ 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/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:57:01 using credential edgex-jenkins-ssh 20:57:01 Cloning the remote Git repository 20:57:01 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 20:57:01 > git init /w/workspace/device-onvif-camera/1 # timeout=10 20:57:02 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 20:57:02 > git --version # timeout=10 20:57:02 > git --version # 'git version 2.25.1' 20:57:02 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:03 $ docker top b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:04 ---> job-cost.sh 20:57:04 lf-activate-venv: SKIPPING 20:57:04 INFO: No Stack... 20:57:04 INFO: Retrieving Pricing Info for: v3-standard-8 20:57:03 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 20:57:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:04 INFO: Archiving Costs [Pipeline] sh 20:57:05 + cat /w/workspace/undry_device-onvif-camera_PR-356/archives/cost.csv 20:57:05 + cut -d, -f6 [Pipeline] lock 20:57:05 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] 20:57:05 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] did not exist. Created. 20:57:05 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:57:05 Merging remotes/origin/main commit 19aea0788ff6687e1018adc680fb40cfac0f4964 into PR head commit d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 20:57:05 + echo total: 0.2199999988079071 [Pipeline] stash 20:57:05 Stashed 1 file(s) [Pipeline] } 20:57:05 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:57:05 $ docker stop --time=1 b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf 20:57:05 Merge succeeded, producing d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 20:57:05 Checking out Revision d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 (PR-356) 20:57:04 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 20:57:04 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 20:57:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:57:05 > git config core.sparsecheckout # timeout=10 20:57:05 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 20:57:05 > git remote # timeout=10 20:57:05 > git config --get remote.origin.url # timeout=10 20:57:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:05 > git merge 19aea0788ff6687e1018adc680fb40cfac0f4964 # timeout=10 20:57:05 > git rev-parse HEAD^{commit} # timeout=10 20:57:05 > git config core.sparsecheckout # timeout=10 20:57:05 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 20:57:07 $ docker rm -f --volumes b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:57:09 Commit message: "refactor: updated snapshot api to get profile token input instead of random one" 20:57:09 > git --version # timeout=10 20:57:09 > git --version # 'git version 2.25.1' 20:57:09 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:57:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:57:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:57:10 Dload Upload Total Spent Left Speed 20:57:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 69298 0 --:--:-- --:--:-- --:--:-- 69298 [Pipeline] sh 20:57:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:57:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 20:57:11 sudo tee /etc/docker/daemon.new 20:57:11 { 20:57:11 "registry-mirrors": [ 20:57:11 "https://nexus3.edgexfoundry.org:10001" 20:57:11 ], 20:57:11 "bip": "10.250.0.254/24", 20:57:11 "hosts": [ 20:57:11 "tcp://0.0.0.0:5555", 20:57:11 "unix:///var/run/docker.sock" 20:57:11 ], 20:57:11 "mtu": 1458, 20:57:11 "selinux-enabled": true, 20:57:11 "seccomp-profile": "/etc/docker/seccomp.json" 20:57:11 } [Pipeline] sh 20:57:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:57:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:57:31 provisioning config files... 20:57:31 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config11901495991803633768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:57:31 ---> docker-login.sh 20:57:31 nexus3.edgexfoundry.org:10001 20:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:32 Configure a credential helper to remove this warning. See 20:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:32 20:57:32 Login Succeeded 20:57:32 nexus3.edgexfoundry.org:10002 20:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:32 Configure a credential helper to remove this warning. See 20:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:32 20:57:32 Login Succeeded 20:57:32 nexus3.edgexfoundry.org:10003 20:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:32 Configure a credential helper to remove this warning. See 20:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:32 20:57:32 Login Succeeded 20:57:32 nexus3.edgexfoundry.org:10004 20:57:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:33 Configure a credential helper to remove this warning. See 20:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:33 20:57:33 Login Succeeded 20:57:33 docker.io 20:57:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:57:33 Configure a credential helper to remove this warning. See 20:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:57:33 20:57:33 Login Succeeded 20:57:33 ---> docker-login.sh ends [Pipeline] } 20:57:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:57:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:57:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:57:34 ========================================================= 20:57:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 20:57:34 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:57:34 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 20:57:35 Sending build context to Docker daemon 14.35MB 20:57:35 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 20:57:35 Step 2/13 : FROM ${BASE} AS builder 20:57:35 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:57:35 c41833b44d91: Pulling fs layer 20:57:35 ed15518f5707: Pulling fs layer 20:57:35 feae8fd75edb: Pulling fs layer 20:57:35 242c74f7c9fa: Pulling fs layer 20:57:35 3cdef696dda3: Pulling fs layer 20:57:35 2ced38df9373: Pulling fs layer 20:57:35 58f1dce35555: Pulling fs layer 20:57:35 242c74f7c9fa: Waiting 20:57:35 3cdef696dda3: Waiting 20:57:35 2ced38df9373: Waiting 20:57:35 58f1dce35555: Waiting 20:57:35 ed15518f5707: Verifying Checksum 20:57:35 ed15518f5707: Download complete 20:57:35 242c74f7c9fa: Verifying Checksum 20:57:35 242c74f7c9fa: Download complete 20:57:35 3cdef696dda3: Verifying Checksum 20:57:35 3cdef696dda3: Download complete 20:57:35 c41833b44d91: Verifying Checksum 20:57:35 c41833b44d91: Download complete 20:57:36 c41833b44d91: Pull complete 20:57:36 58f1dce35555: Verifying Checksum 20:57:36 58f1dce35555: Download complete 20:57:37 ed15518f5707: Pull complete 20:57:37 feae8fd75edb: Download complete 20:57:38 2ced38df9373: Verifying Checksum 20:57:38 2ced38df9373: Download complete 20:57:50 feae8fd75edb: Pull complete 20:57:50 242c74f7c9fa: Pull complete 20:57:50 3cdef696dda3: Pull complete 20:57:57 2ced38df9373: Pull complete 20:57:58 58f1dce35555: Pull complete 20:57:58 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 20:57:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 20:57:58 ---> fadd8f120f05 20:57:58 Step 3/13 : ARG ADD_BUILD_TAGS="" 20:58:00 ---> Running in 2724c34f07dc 20:58:00 Removing intermediate container 2724c34f07dc 20:58:00 ---> fde0b2e1f4a7 20:58:00 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:58:00 ---> Running in 9feeb67fa13f 20:58:01 Removing intermediate container 9feeb67fa13f 20:58:01 ---> c2ea7f52b8c0 20:58:01 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 20:58:01 ---> Running in e2b196f9254e 20:58:01 Removing intermediate container e2b196f9254e 20:58:01 ---> b95e94430406 20:58:01 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 20:58:01 ---> Running in 536faac68f32 20:58:01 Removing intermediate container 536faac68f32 20:58:01 ---> 772ab0e2332f 20:58:01 Step 7/13 : LABEL Name=edgex-device-onvif-camera 20:58:02 ---> Running in 1bc60cdb69fc 20:58:02 Removing intermediate container 1bc60cdb69fc 20:58:02 ---> 7a47ff6d87c4 20:58:02 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:58:02 ---> Running in eed4a509154d 20:58:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 20:58:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 20:58:05 OK: 263 MiB in 53 packages 20:58:06 Removing intermediate container eed4a509154d 20:58:06 ---> 4520f29d273d 20:58:06 Step 9/13 : WORKDIR /device-onvif-camera 20:58:06 ---> Running in 34e9fd7e7b6e 20:58:06 Removing intermediate container 34e9fd7e7b6e 20:58:06 ---> e4335ed2b64f 20:58:06 Step 10/13 : COPY go.mod vendor* ./ 20:58:06 ---> fc66972d00b6 20:58:06 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:06 ---> Running in 652ed57f7e1d 20:59:14 Removing intermediate container 652ed57f7e1d 20:59:14 ---> 347e430c5257 20:59:14 Step 12/13 : COPY . . 20:59:14 ---> ee5f148f8e9b 20:59:14 Step 13/13 : RUN ${MAKE} 20:59:14 ---> Running in da48f72f448b 20:59:14 noop 20:59:14 Removing intermediate container da48f72f448b 20:59:14 ---> 83938282b036 20:59:14 Successfully built 83938282b036 20:59:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:15 + docker inspect -f . ci-base-image-arm64 20:59:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:59:15 prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container 20:59:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:59:16 $ docker top ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:17 + go version 20:59:17 go version go1.20.2 linux/arm64 [Pipeline] } 20:59:17 $ docker stop --time=1 ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b 20:59:19 $ docker rm -f --volumes ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:20 + docker inspect -f . ci-base-image-arm64 20:59:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:59:20 prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container 20:59:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:59:23 $ docker top c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:23 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 20:59:24 + make test 20:59:24 go test ./... -coverprofile=coverage.out ./... 20:59:56 ? github.com/edgexfoundry/device-onvif-camera [no test files] 21:02:03 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 21:02:04 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 21:02:06 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.200s coverage: 31.2% of statements 21:02:28 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 21.413s coverage: 86.5% of statements 21:02:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:02:28 go vet ./... 21:02:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:02:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:02:55 ./bin/test-attribution-txt.sh [Pipeline] echo 21:02:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:02:55 $ docker stop --time=1 c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 21:02:58 $ docker rm -f --volumes c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 [Pipeline] // withDockerContainer [Pipeline] sh 21:02:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:02:59 Warning: overwriting stash ‘coverage-report’ 21:03:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:03:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:03:01 + ls -al . 21:03:01 total 228 21:03:01 drwxrwxr-x 9 jenkins jenkins 4096 May 10 20:59 . 21:03:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 .. 21:03:01 drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:57 .git 21:03:01 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:57 .github 21:03:01 -rw-rw-r-- 1 jenkins jenkins 496 May 10 20:57 .gitignore 21:03:01 -rw-rw-r-- 1 jenkins jenkins 42 May 10 20:57 .golangci.yml 21:03:01 -rw-rw-r-- 1 jenkins jenkins 10087 May 10 20:57 Attribution.txt 21:03:01 -rw-rw-r-- 1 jenkins jenkins 6312 May 10 20:57 CHANGELOG.md 21:03:01 -rw-rw-r-- 1 jenkins jenkins 1574 May 10 20:57 Dockerfile 21:03:01 -rw-rw-r-- 1 jenkins jenkins 677 May 10 20:57 GOVERNANCE.md 21:03:01 -rw-rw-r-- 1 jenkins jenkins 734 May 10 20:57 Jenkinsfile 21:03:01 -rw-rw-r-- 1 jenkins jenkins 11348 May 10 20:57 LICENSE 21:03:01 -rw-rw-r-- 1 jenkins jenkins 2751 May 10 20:57 Makefile 21:03:01 -rw-rw-r-- 1 jenkins jenkins 625 May 10 20:57 OWNERS.md 21:03:01 -rw-rw-r-- 1 jenkins jenkins 2591 May 10 20:57 README.md 21:03:01 -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:55 VERSION 21:03:01 drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:57 bin 21:03:01 drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:57 cmd 21:03:01 -rw-r--r-- 1 jenkins jenkins 78385 May 10 21:02 coverage.out 21:03:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 doc 21:03:01 -rw-rw-r-- 1 jenkins jenkins 3642 May 10 20:57 go.mod 21:03:01 -rw-rw-r-- 1 jenkins jenkins 33491 May 10 20:57 go.sum 21:03:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 internal 21:03:01 drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 snap 21:03:01 -rw-rw-r-- 1 jenkins jenkins 236 May 10 20:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:03:01 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 --label arch=arm64 --label version=0.0.0 . 21:03:02 Sending build context to Docker daemon 14.43MB 21:03:02 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 21:03:02 Step 2/26 : FROM ${BASE} AS builder 21:03:02 ---> 83938282b036 21:03:02 Step 3/26 : ARG ADD_BUILD_TAGS="" 21:03:02 ---> Running in 49c1dc0977ef 21:03:03 Removing intermediate container 49c1dc0977ef 21:03:03 ---> da0b50656479 21:03:03 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 21:03:03 ---> Running in e4bf0fb46bb1 21:03:03 Removing intermediate container e4bf0fb46bb1 21:03:03 ---> e6acf9014d6e 21:03:03 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 21:03:03 ---> Running in bd25e4096e48 21:03:03 Removing intermediate container bd25e4096e48 21:03:03 ---> 0cb2358322e8 21:03:03 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 21:03:03 ---> Running in 37e8e51fe1d1 21:03:03 Removing intermediate container 37e8e51fe1d1 21:03:03 ---> 777c63dcce64 21:03:03 Step 7/26 : LABEL Name=edgex-device-onvif-camera 21:03:04 ---> Running in c51862c0c289 21:03:04 Removing intermediate container c51862c0c289 21:03:04 ---> c9db4252f799 21:03:04 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:03:04 ---> Running in 14d2c988fee5 21:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:03:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:03:07 OK: 263 MiB in 53 packages 21:03:07 Removing intermediate container 14d2c988fee5 21:03:07 ---> 604520520d0e 21:03:07 Step 9/26 : WORKDIR /device-onvif-camera 21:03:07 ---> Running in d5edc74b49cd 21:03:08 Removing intermediate container d5edc74b49cd 21:03:08 ---> d07feb7dd5d9 21:03:08 Step 10/26 : COPY go.mod vendor* ./ 21:03:10 ---> b19bd4b8ba5f 21:03:10 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:03:10 ---> Running in 4e2905e16bb3 21:03:12 Removing intermediate container 4e2905e16bb3 21:03:12 ---> 4414a5885227 21:03:12 Step 12/26 : COPY . . 21:03:13 ---> d0d82fd34af9 21:03:13 Step 13/26 : RUN ${MAKE} 21:03:13 ---> Running in 15b1cf356f02 21:03:14 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 21:05:36 Removing intermediate container 15b1cf356f02 21:05:36 ---> 72ec0bb3dc76 21:05:36 Step 14/26 : FROM alpine:3.17 21:05:36 3.17: Pulling from library/alpine 21:05:36 c41833b44d91: Already exists 21:05:36 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 21:05:36 Status: Downloaded newer image for alpine:3.17 21:05:36 ---> 51e60588ff2c 21:05:36 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:05:36 ---> Running in cff60ac111bd 21:05:36 Removing intermediate container cff60ac111bd 21:05:36 ---> 59e44e55038a 21:05:36 Step 16/26 : RUN apk add --update --no-cache dumb-init 21:05:36 ---> Running in 9f9f342562d8 21:05:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 21:05:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 21:05:36 (1/1) Installing dumb-init (1.2.5-r2) 21:05:36 Executing busybox-1.35.0-r29.trigger 21:05:36 OK: 8 MiB in 16 packages 21:05:36 Removing intermediate container 9f9f342562d8 21:05:36 ---> 7860c9163fb8 21:05:36 Step 17/26 : WORKDIR / 21:05:36 ---> Running in af6d1f34c32c 21:05:36 Removing intermediate container af6d1f34c32c 21:05:36 ---> e2a8c9cc7dbe 21:05:36 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 21:05:37 ---> 21a58014902f 21:05:37 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 21:05:38 ---> a8a2e0a0f487 21:05:38 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 21:05:38 ---> 68fc5719e1aa 21:05:38 Step 21/26 : EXPOSE 59984 21:05:38 ---> Running in 4e2189697647 21:05:38 Removing intermediate container 4e2189697647 21:05:38 ---> 9d7659f14e34 21:05:38 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 21:05:38 ---> Running in 22a4788086f9 21:05:39 Removing intermediate container 22a4788086f9 21:05:39 ---> 7f60ceece163 21:05:39 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 21:05:39 ---> Running in 0945d10c2fb8 21:05:39 Removing intermediate container 0945d10c2fb8 21:05:39 ---> 752277f9abe6 21:05:39 Step 24/26 : LABEL arch=arm64 21:05:39 ---> Running in 2e7421ef5c8f 21:05:39 Removing intermediate container 2e7421ef5c8f 21:05:39 ---> 27d7460e0948 21:05:39 Step 25/26 : LABEL git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 21:05:39 ---> Running in 3f99cd40c782 21:05:40 Removing intermediate container 3f99cd40c782 21:05:40 ---> 5faf874aa90a 21:05:40 Step 26/26 : LABEL version=0.0.0 21:05:40 ---> Running in 26a1aa96c827 21:05:40 Removing intermediate container 26a1aa96c827 21:05:40 ---> 30935d362190 21:05:40 [Warning] One or more build-args [ARCH] were not consumed 21:05:40 Successfully built 30935d362190 21:05:40 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:05:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:05:41 21:05:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:05:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:05:41 arm64: Pulling from edgex-lftools-log-publisher 21:05:41 8998bd30e6a1: Pulling fs layer 21:05:41 04944245beec: Pulling fs layer 21:05:41 699f458cf7ca: Pulling fs layer 21:05:41 765212b225bb: Pulling fs layer 21:05:41 f23df028b6ca: Pulling fs layer 21:05:41 d65c8cfc05b1: Pulling fs layer 21:05:41 2437ff75d9bd: Pulling fs layer 21:05:41 d65c8cfc05b1: Waiting 21:05:41 765212b225bb: Waiting 21:05:41 2437ff75d9bd: Waiting 21:05:41 f23df028b6ca: Waiting 21:05:42 04944245beec: Verifying Checksum 21:05:42 04944245beec: Download complete 21:05:42 765212b225bb: Verifying Checksum 21:05:42 765212b225bb: Download complete 21:05:42 f23df028b6ca: Download complete 21:05:42 d65c8cfc05b1: Verifying Checksum 21:05:42 d65c8cfc05b1: Download complete 21:05:42 699f458cf7ca: Verifying Checksum 21:05:42 699f458cf7ca: Download complete 21:05:42 8998bd30e6a1: Verifying Checksum 21:05:42 8998bd30e6a1: Download complete 21:05:44 2437ff75d9bd: Verifying Checksum 21:05:44 2437ff75d9bd: Download complete 21:05:46 8998bd30e6a1: Pull complete 21:05:46 04944245beec: Pull complete 21:05:48 699f458cf7ca: Pull complete 21:05:48 765212b225bb: Pull complete 21:05:49 f23df028b6ca: Pull complete 21:05:49 d65c8cfc05b1: Pull complete 21:06:02 2437ff75d9bd: Pull complete 21:06:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:06:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:06:02 prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container 21:06:02 $ 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-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:06:04 $ docker top a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:05 ---> job-cost.sh 21:06:05 lf-activate-venv: SKIPPING 21:06:05 INFO: No Stack... 21:06:06 INFO: Retrieving Pricing Info for: v3-standard-4 21:06:07 INFO: Archiving Costs [Pipeline] sh 21:06:07 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 21:06:07 + cut -d, -f6 [Pipeline] lock 21:06:07 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] 21:06:07 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] did not exist. Created. 21:06:07 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:06:08 /w/workspace/device-onvif-camera/1@tmp/durable-52dcc022/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:06:08 + echo total: 0.10999999940395355 [Pipeline] stash 21:06:08 Warning: overwriting stash ‘stack-cost’ 21:06:08 Stashed 1 file(s) [Pipeline] } 21:06:08 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:06:08 $ docker stop --time=1 a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d 21:06:10 $ docker rm -f --volumes a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:06:11 provisioning config files... 21:06:11 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config4702729126156010953tmp [Pipeline] { [Pipeline] sh 21:06:11 + set +x 21:06:11 + curl -s https://codecov.io/bash 21:06:11 + bash -s -- 21:06:11 21:06:11 _____ _ 21:06:11 / ____| | | 21:06:11 | | ___ __| | ___ ___ _____ __ 21:06:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:06:11 | |___| (_) | (_| | __/ (_| (_) \ V / 21:06:11 \_____\___/ \__,_|\___|\___\___/ \_/ 21:06:11 Bash-1.0.6 21:06:11 21:06:11 21:06:11 ==> git version 2.25.1 found 21:06:11 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:06:11 Release-Date: 2020-01-08 21:06:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:06:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:06:11 ==> Jenkins CI detected. 21:06:11 current dir:  /w/workspace/undry_device-onvif-camera_PR-356 21:06:11 project root: . 21:06:11 --> token set from env 21:06:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:06:11 ==> Running gcov in . (disable via -X gcov) 21:06:11 ==> Python coveragepy not found 21:06:11 ==> Searching for coverage reports in: 21:06:11 + . 21:06:11 -> Found 1 reports 21:06:11 ==> Detecting git/mercurial file structure 21:06:11 ==> Reading reports 21:06:11 + ./coverage.out bytes=78385 21:06:11 ==> Appending adjustments 21:06:11 https://docs.codecov.io/docs/fixing-reports 21:06:11 + Found adjustments 21:06:11 ==> Gzipping contents 21:06:11 12K /tmp/codecov.muNGum.gz 21:06:11 ==> Uploading reports 21:06:11 url: https://codecov.io 21:06:11 query: branch=PR-356&commit=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-356%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=356&job=&cmd_args= 21:06:11 -> Pinging Codecov 21:06:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-356&commit=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-356%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=356&job=&cmd_args= 21:06:12 -> Uploading to 21:06:12 https://storage.googleapis.com/codecov/v4/raw/2023-05-10/F29A59C45E3A92E06B3E522C9905F8EF/d2710f2473d81056cc7dcdc9782bc3ae6749f9e1/642570c6-6bf0-4044-85e0-213335d65048.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T210612Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0adcd7ecd1fb78df79a4b0a5350a2283a0f7c69ffcb148b935e8939ef78047f8 21:06:12 % Total % Received % Xferd Average Speed Time Time Time Current 21:06:12 Dload Upload Total Spent Left Speed 21:06:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10499 0 0 100 10499 0 45847 --:--:-- --:--:-- --:--:-- 45847 21:06:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] } 21:06:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:06:14 + [ -d /w/workspace/undry_device-onvif-camera_PR-356/archives ] 21:06:14 + ls -al /w/workspace/undry_device-onvif-camera_PR-356/archives 21:06:14 total 16 21:06:14 drwxr-xr-x 3 root root 4096 May 10 20:57 . 21:06:14 drwxrwxr-x 11 jenkins jenkins 4096 May 10 20:57 .. 21:06:14 drwxr-xr-x 2 root root 4096 May 10 20:57 cost 21:06:14 -rw-r--r-- 1 root root 91 May 10 20:57 cost.csv 21:06:14 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-356/archives 21:06:14 + ls -al /w/workspace/undry_device-onvif-camera_PR-356/archives 21:06:14 total 16 21:06:14 drwxr-xr-x 3 jenkins jenkins 4096 May 10 20:57 . 21:06:14 drwxrwxr-x 11 jenkins jenkins 4096 May 10 20:57 .. 21:06:14 drwxr-xr-x 2 jenkins jenkins 4096 May 10 20:57 cost 21:06:14 -rw-r--r-- 1 jenkins jenkins 91 May 10 20:57 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:06:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:06:15 ---> package-listing.sh 21:06:15 ++ facter osfamily 21:06:15 ++ tr '[:upper:]' '[:lower:]' 21:06:15 + OS_FAMILY=debian 21:06:15 + workspace=/w/workspace/undry_device-onvif-camera_PR-356 21:06:15 + START_PACKAGES=/tmp/packages_start.txt 21:06:15 + END_PACKAGES=/tmp/packages_end.txt 21:06:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:06:15 + PACKAGES=/tmp/packages_start.txt 21:06:15 + '[' /w/workspace/undry_device-onvif-camera_PR-356 ']' 21:06:15 + PACKAGES=/tmp/packages_end.txt 21:06:15 + case "${OS_FAMILY}" in 21:06:15 + grep '^ii' 21:06:15 + dpkg -l 21:06:15 + '[' -f /tmp/packages_start.txt ']' 21:06:15 + '[' -f /tmp/packages_end.txt ']' 21:06:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:06:15 + '[' /w/workspace/undry_device-onvif-camera_PR-356 ']' 21:06:15 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-356/archives/ 21:06:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-356/archives/ [Pipeline] echo 21:06:15 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/undry_device-onvif-camera_PR-356/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:06:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:06:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:06:17 prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container 21:06:17 $ 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/undry_device-onvif-camera_PR-356/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:06:17 $ docker top 86d661fbd5d54923e08816ada05e4302efc17ec0596cdd1f6cd9798a3425cb04 -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:18 + touch /tmp/pre-build-complete [Pipeline] sh 21:06:18 + mkdir -p /var/log/sysstat [Pipeline] sh 21:06:18 + ls /var/log/sa-host 21:06:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:06:19 provisioning config files... 21:06:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config12867435178541276597tmp [Pipeline] { [Pipeline] echo 21:06:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:06:19 ---> create-netrc.sh [Pipeline] } 21:06:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:06:19 ---> python-tools-install.sh [Pipeline] echo 21:06:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:06:20 ---> sudo-logs.sh 21:06:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:06:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:06:20 ---> job-cost.sh 21:06:20 lf-activate-venv: SKIPPING 21:06:20 DEBUG: total: 0.2199999988079071 21:06:20 INFO: Retrieving Stack Cost... 21:06:20 INFO: Retrieving Pricing Info for: v3-standard-8 21:06:21 INFO: Archiving Costs [Pipeline] echo 21:06:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:06:21 ---> logs-deploy.sh 21:06:21 lf-activate-venv: SKIPPING 21:06:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-356/1 21:06:21 INFO: archiving workspace using pattern(s): 21:06:23 Archives upload complete. 21:06:23 INFO: archiving logs to Nexus