Pull request #273 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 dcb5ff70d07d89643353ce084bf74e7176a8b088 rather than 58b2c8476daecf2b64caad4338a742bde6bc2200 Obtained Jenkinsfile from dcb5ff70d07d89643353ce084bf74e7176a8b088 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-ssh8402747057197296181.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh9218568091543683333.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-273/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-273/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10999893836309366531.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-273/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10168656537239344842.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh2546616608018946817.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-273/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-273/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5545390566509566873.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2543’ Running on prd-ubuntu20.04-docker-8c-8g-2547 in /w/workspace/undry_device-onvif-camera_PR-273 [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-273 # 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 Merging remotes/origin/main commit dcb5ff70d07d89643353ce084bf74e7176a8b088 into PR head commit 58b2c8476daecf2b64caad4338a742bde6bc2200 Merge succeeded, producing 58b2c8476daecf2b64caad4338a742bde6bc2200 Checking out Revision 58b2c8476daecf2b64caad4338a742bde6bc2200 (PR-273) > 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/273/head:refs/remotes/origin/PR-273 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 58b2c8476daecf2b64caad4338a742bde6bc2200 # 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 dcb5ff70d07d89643353ce084bf74e7176a8b088 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 58b2c8476daecf2b64caad4338a742bde6bc2200 # timeout=10 Commit message: "docs: remove demo-app docs" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:38:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:38:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:38:36 ========================================================= 23:38:36 EdgeX Global Pipelines Version Info 23:38:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:38:37 ------------------- 23:38:37 stable info: 23:38:37 ------------------- 23:38:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:38:37 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 23:38:37 Message: update stable to v1.0.245 23:38:37 ------------------- 23:38:37 experimental info: 23:38:37 ------------------- 23:38:37 Commited By: **** collab-it+edgex@linuxfoundation.org 23:38:37 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 23:38:37 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:38:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 23:38:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 23:38:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-273 [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-273 [Pipeline] echo 23:38:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-273 [Pipeline] echo 23:38:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 58b2c8476daecf2b64caad4338a742bde6bc2200 [Pipeline] echo 23:38:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 58b2c84 [Pipeline] echo 23:38:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:38:39 provisioning config files... 23:38:39 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-273@tmp/config13915126376237006035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:38:39 ---> docker-login.sh 23:38:39 nexus3.edgexfoundry.org:10001 23:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:39 Configure a credential helper to remove this warning. See 23:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:39 23:38:39 Login Succeeded 23:38:39 nexus3.edgexfoundry.org:10002 23:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:40 Configure a credential helper to remove this warning. See 23:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:40 23:38:40 Login Succeeded 23:38:40 nexus3.edgexfoundry.org:10003 23:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:40 Configure a credential helper to remove this warning. See 23:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:40 23:38:40 Login Succeeded 23:38:40 nexus3.edgexfoundry.org:10004 23:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:40 Configure a credential helper to remove this warning. See 23:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:40 23:38:40 Login Succeeded 23:38:40 docker.io 23:38:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:40 Configure a credential helper to remove this warning. See 23:38:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:40 23:38:40 Login Succeeded 23:38:40 ---> docker-login.sh ends [Pipeline] } 23:38:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:38:41 + git rev-list -1 --merges 58b2c8476daecf2b64caad4338a742bde6bc2200~1..58b2c8476daecf2b64caad4338a742bde6bc2200 [Pipeline] echo 23:38:41 -----------> git rev-list -1 --merges 58b2c8476daecf2b64caad4338a742bde6bc2200~1..58b2c8476daecf2b64caad4338a742bde6bc2200 58b2c8476daecf2b64caad4338a742bde6bc2200 [false] [Pipeline] sh 23:38:41 + git log --format=format:%s -1 58b2c8476daecf2b64caad4338a742bde6bc2200 [Pipeline] echo 23:38:41 ========================================================= 23:38:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:38:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:38:42 + git log --format=format:%s -1 58b2c8476daecf2b64caad4338a742bde6bc2200 [Pipeline] echo 23:38:42 [semverPrep] GIT_COMMIT: 58b2c8476daecf2b64caad4338a742bde6bc2200, Commit Message: docs: remove demo-app docs [Pipeline] echo 23:38:42 [semverPrep] This is not a build commit. [Pipeline] sh 23:38:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:38:42 + grep -v github /etc/ssh/ssh_known_hosts 23:38:42 + [ -e /tmp/ssh_known_hosts ] 23:38:42 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:38:42 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:38:42 + sudo tee -a /etc/ssh/ssh_known_hosts 23:38:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:38:42 23:38:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:38:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:38:43 0.1.4: Pulling from edgex-devops/py-git-semver 23:38:43 b85a868b505f: Pulling fs layer 23:38:43 e2be974225ed: Pulling fs layer 23:38:43 339a4e72a1f5: Pulling fs layer 23:38:43 988bab9f4d93: Pulling fs layer 23:38:43 1469e6f7b9e6: Pulling fs layer 23:38:43 eaf3925da568: Pulling fs layer 23:38:43 bab4dde63d76: Pulling fs layer 23:38:43 bde34c3a00c8: Pulling fs layer 23:38:43 b352a97aabf1: Pulling fs layer 23:38:43 4872d77fe225: Pulling fs layer 23:38:43 5851b861e8e6: Pulling fs layer 23:38:43 eaf3925da568: Waiting 23:38:43 bde34c3a00c8: Waiting 23:38:43 bab4dde63d76: Waiting 23:38:43 1469e6f7b9e6: Waiting 23:38:43 b352a97aabf1: Waiting 23:38:43 4872d77fe225: Waiting 23:38:43 5851b861e8e6: Waiting 23:38:43 988bab9f4d93: Waiting 23:38:43 e2be974225ed: Verifying Checksum 23:38:43 e2be974225ed: Download complete 23:38:43 988bab9f4d93: Download complete 23:38:43 1469e6f7b9e6: Verifying Checksum 23:38:43 1469e6f7b9e6: Download complete 23:38:43 eaf3925da568: Verifying Checksum 23:38:43 eaf3925da568: Download complete 23:38:43 339a4e72a1f5: Verifying Checksum 23:38:43 339a4e72a1f5: Download complete 23:38:43 bde34c3a00c8: Verifying Checksum 23:38:43 bde34c3a00c8: Download complete 23:38:43 b352a97aabf1: Download complete 23:38:43 4872d77fe225: Verifying Checksum 23:38:43 4872d77fe225: Download complete 23:38:43 5851b861e8e6: Verifying Checksum 23:38:43 b85a868b505f: Verifying Checksum 23:38:43 b85a868b505f: Download complete 23:38:43 bab4dde63d76: Verifying Checksum 23:38:43 bab4dde63d76: Download complete 23:38:45 b85a868b505f: Pull complete 23:38:45 e2be974225ed: Pull complete 23:38:45 339a4e72a1f5: Pull complete 23:38:45 988bab9f4d93: Pull complete 23:38:46 1469e6f7b9e6: Pull complete 23:38:46 eaf3925da568: Pull complete 23:38:47 bab4dde63d76: Pull complete 23:38:47 bde34c3a00c8: Pull complete 23:38:47 b352a97aabf1: Pull complete 23:38:48 4872d77fe225: Pull complete 23:38:48 5851b861e8e6: Pull complete 23:38:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:38:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:38:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:38:48 prd-ubuntu20.04-docker-8c-8g-2547 does not seem to be running inside a container 23:38:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-273 -v /w/workspace/undry_device-onvif-camera_PR-273:/w/workspace/undry_device-onvif-camera_PR-273:rw,z -v /w/workspace/undry_device-onvif-camera_PR-273@tmp:/w/workspace/undry_device-onvif-camera_PR-273@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 23:38:50 $ docker top 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d -eo pid,comm 23:38:50 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). 23:38:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:38:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:38:50 [ssh-agent] Looking for ssh-agent implementation... 23:38:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:38:50 $ docker exec 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d ssh-agent 23:38:50 SSH_AUTH_SOCK=/tmp/ssh-jvmo4MMZhOdO/agent.32 23:38:50 SSH_AGENT_PID=38 23:38:50 Running ssh-add (command line suppressed) 23:38:50 Identity added: /w/workspace/undry_device-onvif-camera_PR-273@tmp/private_key_1738691689294712686.key (/w/workspace/undry_device-onvif-camera_PR-273@tmp/private_key_1738691689294712686.key) 23:38:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:38:51 + git tag --points-at HEAD [Pipeline] } 23:38:51 $ docker exec --env ******** --env ******** 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d ssh-agent -k 23:38:51 unset SSH_AUTH_SOCK; 23:38:51 unset SSH_AGENT_PID; 23:38:51 echo Agent pid 38 killed; 23:38:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:38:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:38:51 [ssh-agent] Looking for ssh-agent implementation... 23:38:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:38:51 $ docker exec 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d ssh-agent 23:38:51 SSH_AUTH_SOCK=/tmp/ssh-Q2IA9EGOBkFK/agent.70 23:38:51 SSH_AGENT_PID=76 23:38:51 Running ssh-add (command line suppressed) 23:38:51 Identity added: /w/workspace/undry_device-onvif-camera_PR-273@tmp/private_key_10875054374503299159.key (/w/workspace/undry_device-onvif-camera_PR-273@tmp/private_key_10875054374503299159.key) 23:38:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:38:52 + git semver init 23:38:52 2023-03-16 23:38:52,371 [run_init] DEBUG init version:0.0.0 force:False 23:38:52 2023-03-16 23:38:52,372 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-273/.semver 23:38:52 2023-03-16 23:38:52,372 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-273/.semver 23:38:52 2023-03-16 23:38:52,373 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-273/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-273, universal_newlines=False, shell=None, istream=None) 23:38:53 2023-03-16 23:38:53,209 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-273/.git/info/exclude 23:38:53 2023-03-16 23:38:53,209 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-273/.semver/PR-273 with force:False 23:38:53 2023-03-16 23:38:53,209 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-273/.semver/PR-273 23:38:53 2023-03-16 23:38:53,213 [execute] INFO git cat-file --batch-check 23:38:53 2023-03-16 23:38:53,214 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-273/.semver, universal_newlines=False, shell=None, istream=) 23:38:53 2023-03-16 23:38:53,221 [execute] INFO git cat-file --batch 23:38:53 2023-03-16 23:38:53,221 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-273/.semver, universal_newlines=False, shell=None, istream=) 23:38:53 2023-03-16 23:38:53,227 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-273/.semver/PR-273 23:38:53 0.0.0 [Pipeline] } 23:38:53 $ docker exec --env ******** --env ******** 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d ssh-agent -k 23:38:53 unset SSH_AUTH_SOCK; 23:38:53 unset SSH_AGENT_PID; 23:38:53 echo Agent pid 76 killed; 23:38:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:38:53 + git semver [Pipeline] } 23:38:54 $ docker stop --time=1 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d 23:38:55 $ docker rm -f --volumes 0714c1cf55f2c2548523cf212aef8e064da3f134446f318fd6c918392bfff78d [Pipeline] // withDockerContainer [Pipeline] sh 23:38:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:38:56 Stashed 1 file(s) [Pipeline] echo 23:38:56 [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 23:38:56 provisioning config files... 23:38:56 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-273@tmp/config9410840516817164259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:38:57 ---> docker-login.sh 23:38:57 nexus3.edgexfoundry.org:10001 23:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:57 Configure a credential helper to remove this warning. See 23:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:57 23:38:57 Login Succeeded 23:38:57 nexus3.edgexfoundry.org:10002 23:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:57 Configure a credential helper to remove this warning. See 23:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:57 23:38:57 Login Succeeded 23:38:57 nexus3.edgexfoundry.org:10003 23:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:57 Configure a credential helper to remove this warning. See 23:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:57 23:38:57 Login Succeeded 23:38:57 nexus3.edgexfoundry.org:10004 23:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:57 Configure a credential helper to remove this warning. See 23:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:57 23:38:57 Login Succeeded 23:38:57 docker.io 23:38:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:38:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:38:57 Configure a credential helper to remove this warning. See 23:38:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:38:57 23:38:57 Login Succeeded 23:38:57 ---> docker-login.sh ends [Pipeline] } 23:38:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:38:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:38:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:38:58 ========================================================= 23:38:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 23:38:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:38:58 + 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 . 23:38:58 Sending build context to Docker daemon 26.9MB 23:38:58 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 23:38:58 Step 2/13 : FROM ${BASE} AS builder 23:38:58 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 23:38:58 63b65145d645: Pulling fs layer 23:38:58 a2d21d5440eb: Pulling fs layer 23:38:58 935e6c44a52c: Pulling fs layer 23:38:58 94cc34f8dd06: Pulling fs layer 23:38:58 30dea6a524f1: Pulling fs layer 23:38:58 a2aff8979fd8: Pulling fs layer 23:38:58 6808be2612f2: Pulling fs layer 23:38:58 f25807f1079a: Pulling fs layer 23:38:58 94cc34f8dd06: Waiting 23:38:58 f25807f1079a: Waiting 23:38:58 a2aff8979fd8: Waiting 23:38:58 6808be2612f2: Waiting 23:38:58 a2d21d5440eb: Verifying Checksum 23:38:58 a2d21d5440eb: Download complete 23:38:58 94cc34f8dd06: Verifying Checksum 23:38:58 94cc34f8dd06: Download complete 23:38:58 30dea6a524f1: Download complete 23:38:58 63b65145d645: Verifying Checksum 23:38:58 63b65145d645: Download complete 23:38:58 a2aff8979fd8: Verifying Checksum 23:38:58 a2aff8979fd8: Download complete 23:38:59 63b65145d645: Pull complete 23:38:59 a2d21d5440eb: Pull complete 23:38:59 f25807f1079a: Verifying Checksum 23:38:59 f25807f1079a: Download complete 23:38:59 935e6c44a52c: Verifying Checksum 23:38:59 935e6c44a52c: Download complete 23:39:00 6808be2612f2: Verifying Checksum 23:39:00 6808be2612f2: Download complete 23:39:03 935e6c44a52c: Pull complete 23:39:03 94cc34f8dd06: Pull complete 23:39:03 30dea6a524f1: Pull complete 23:39:03 a2aff8979fd8: Pull complete 23:39:05 6808be2612f2: Pull complete 23:39:06 f25807f1079a: Pull complete 23:39:06 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 23:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 23:39:06 ---> 3b553350e43f 23:39:06 Step 3/13 : ARG ADD_BUILD_TAGS="" 23:39:08 ---> Running in 477de398a709 23:39:08 Removing intermediate container 477de398a709 23:39:08 ---> ab33d9ffbebe 23:39:08 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:39:08 ---> Running in 6058b519b36c 23:39:08 Removing intermediate container 6058b519b36c 23:39:08 ---> b735052f3b54 23:39:08 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 23:39:08 ---> Running in c0cb286bd08e 23:39:08 Removing intermediate container c0cb286bd08e 23:39:08 ---> 8cdb745f0e71 23:39:08 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 23:39:08 ---> Running in 9badbfca5cd7 23:39:09 Removing intermediate container 9badbfca5cd7 23:39:09 ---> 7c964897c86d 23:39:09 Step 7/13 : LABEL Name=edgex-device-onvif-camera 23:39:09 ---> Running in ae7919ba8e75 23:39:09 Removing intermediate container ae7919ba8e75 23:39:09 ---> 61ddc403da13 23:39:09 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:39:09 ---> Running in d3092901b237 23:39:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:39:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:39:09 OK: 265 MiB in 53 packages 23:39:10 Removing intermediate container d3092901b237 23:39:10 ---> 9eea2af71b03 23:39:10 Step 9/13 : WORKDIR /device-onvif-camera 23:39:10 ---> Running in 3ac134fbecf7 23:39:10 Removing intermediate container 3ac134fbecf7 23:39:10 ---> 08bc13f0288c 23:39:10 Step 10/13 : COPY go.mod vendor* ./ 23:39:10 ---> d80f91236033 23:39:10 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:39:10 ---> Running in bba741c407d4 23:39:11 Still waiting to schedule task 23:39:11 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-2546’ 23:39:37 Removing intermediate container bba741c407d4 23:39:37 ---> cc8b0d181933 23:39:37 Step 12/13 : COPY . . 23:39:37 ---> 97d035c5b294 23:39:37 Step 13/13 : RUN ${MAKE} 23:39:37 ---> Running in 8d6d8d4b137e 23:39:37 noop 23:39:37 Removing intermediate container 8d6d8d4b137e 23:39:37 ---> 99598cd23a15 23:39:37 Successfully built 99598cd23a15 23:39:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:39:37 + docker inspect -f . ci-base-image-x86_64 23:39:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:39:37 prd-ubuntu20.04-docker-8c-8g-2547 does not seem to be running inside a container 23:39:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-273 -v /w/workspace/undry_device-onvif-camera_PR-273:/w/workspace/undry_device-onvif-camera_PR-273:rw,z -v /w/workspace/undry_device-onvif-camera_PR-273@tmp:/w/workspace/undry_device-onvif-camera_PR-273@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-x86_64 cat 23:39:38 $ docker top 70904bcd1b18f8b33b4f14c8fe663715be15d2e812046214aebe87613ca63cf1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:39:38 + go version 23:39:38 go version go1.20.2 linux/amd64 [Pipeline] } 23:39:38 $ docker stop --time=1 70904bcd1b18f8b33b4f14c8fe663715be15d2e812046214aebe87613ca63cf1 23:39:39 $ docker rm -f --volumes 70904bcd1b18f8b33b4f14c8fe663715be15d2e812046214aebe87613ca63cf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:39:40 + docker inspect -f . ci-base-image-x86_64 23:39:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:39:40 prd-ubuntu20.04-docker-8c-8g-2547 does not seem to be running inside a container 23:39:40 $ 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-273 -v /w/workspace/undry_device-onvif-camera_PR-273:/w/workspace/undry_device-onvif-camera_PR-273:rw,z -v /w/workspace/undry_device-onvif-camera_PR-273@tmp:/w/workspace/undry_device-onvif-camera_PR-273@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-x86_64 cat 23:39:41 $ docker top 2b35ef1ef1659223e1451ed850ab415ab97f76852e1615baf633a5066b8f8954 -eo pid,comm [Pipeline] { [Pipeline] sh 23:39:41 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-273 [Pipeline] fileExists [Pipeline] sh 23:39:42 + make test 23:39:42 go test ./... -coverprofile=coverage.out ./... 23:39:47 ? github.com/edgexfoundry/device-onvif-camera [no test files] 23:39:59 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 23:39:59 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 23:40:01 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.039s coverage: 30.5% of statements 23:40:04 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.542s coverage: 86.5% of statements 23:40:12 go vet ./... 23:40:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:40:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:40:15 ./bin/test-attribution-txt.sh [Pipeline] echo 23:40:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:40:15 $ docker stop --time=1 2b35ef1ef1659223e1451ed850ab415ab97f76852e1615baf633a5066b8f8954 23:40:18 $ docker rm -f --volumes 2b35ef1ef1659223e1451ed850ab415ab97f76852e1615baf633a5066b8f8954 [Pipeline] // withDockerContainer [Pipeline] sh 23:40:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:40:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:40:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:40:19 + ls -al . 23:40:19 total 232 23:40:19 drwxrwxr-x 10 jenkins jenkins 4096 Mar 16 23:39 . 23:40:19 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:38 .. 23:40:19 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 23:38 .git 23:40:19 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 23:38 .github 23:40:19 -rw-rw-r-- 1 jenkins jenkins 496 Mar 16 23:38 .gitignore 23:40:19 -rw-rw-r-- 1 jenkins jenkins 42 Mar 16 23:38 .golangci.yml 23:40:19 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 23:38 .semver 23:40:19 -rw-rw-r-- 1 jenkins jenkins 9857 Mar 16 23:38 Attribution.txt 23:40:19 -rw-rw-r-- 1 jenkins jenkins 6312 Mar 16 23:38 CHANGELOG.md 23:40:19 -rw-rw-r-- 1 jenkins jenkins 1574 Mar 16 23:38 Dockerfile 23:40:19 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 23:38 GOVERNANCE.md 23:40:19 -rw-rw-r-- 1 jenkins jenkins 734 Mar 16 23:38 Jenkinsfile 23:40:19 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 16 23:38 LICENSE 23:40:19 -rw-rw-r-- 1 jenkins jenkins 2751 Mar 16 23:38 Makefile 23:40:19 -rw-rw-r-- 1 jenkins jenkins 625 Mar 16 23:38 OWNERS.md 23:40:19 -rw-rw-r-- 1 jenkins jenkins 6250 Mar 16 23:38 README.md 23:40:19 -rw-rw-r-- 1 jenkins jenkins 5 Mar 16 23:38 VERSION 23:40:19 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 23:38 bin 23:40:19 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 23:38 cmd 23:40:19 -rw-r--r-- 1 jenkins jenkins 76650 Mar 16 23:40 coverage.out 23:40:19 drwxrwxr-x 6 jenkins jenkins 4096 Mar 16 23:38 doc 23:40:19 -rw-rw-r-- 1 jenkins jenkins 3601 Mar 16 23:38 go.mod 23:40:19 -rw-rw-r-- 1 jenkins jenkins 32890 Mar 16 23:38 go.sum 23:40:19 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:38 internal 23:40:19 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:38 snap 23:40:19 -rw-rw-r-- 1 jenkins jenkins 236 Mar 16 23:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:20 + 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=58b2c8476daecf2b64caad4338a742bde6bc2200 --label arch=amd64 --label version=0.0.0 . 23:40:20 Sending build context to Docker daemon 26.98MB 23:40:20 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 23:40:20 Step 2/26 : FROM ${BASE} AS builder 23:40:20 ---> 99598cd23a15 23:40:20 Step 3/26 : ARG ADD_BUILD_TAGS="" 23:40:20 ---> Running in e74a26c2b92a 23:40:20 Removing intermediate container e74a26c2b92a 23:40:20 ---> c714fe562198 23:40:20 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:40:20 ---> Running in 976daea378cd 23:40:20 Removing intermediate container 976daea378cd 23:40:20 ---> 3abe7a882a3f 23:40:20 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 23:40:20 ---> Running in af330425c955 23:40:20 Removing intermediate container af330425c955 23:40:20 ---> b0992a0b9ffb 23:40:20 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 23:40:20 ---> Running in 232894a3abc3 23:40:20 Removing intermediate container 232894a3abc3 23:40:20 ---> 689d272f240e 23:40:20 Step 7/26 : LABEL Name=edgex-device-onvif-camera 23:40:20 ---> Running in ee755306be49 23:40:20 Removing intermediate container ee755306be49 23:40:20 ---> ad440415f994 23:40:20 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:40:20 ---> Running in 00fc5146d3ea 23:40:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:40:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:40:21 OK: 265 MiB in 53 packages 23:40:21 Removing intermediate container 00fc5146d3ea 23:40:21 ---> 64f5b0634319 23:40:21 Step 9/26 : WORKDIR /device-onvif-camera 23:40:21 ---> Running in 056aafd8ba35 23:40:22 Removing intermediate container 056aafd8ba35 23:40:22 ---> 9a7730dfeab8 23:40:22 Step 10/26 : COPY go.mod vendor* ./ 23:40:22 ---> cb0e0b326e60 23:40:22 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:40:22 ---> Running in 42833cf3c0d0 23:40:23 Removing intermediate container 42833cf3c0d0 23:40:23 ---> 3fcd373e562f 23:40:23 Step 12/26 : COPY . . 23:40:23 ---> 13f0198943c8 23:40:23 Step 13/26 : RUN ${MAKE} 23:40:23 ---> Running in 1b222be0c2f8 23:40:24 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 23:40:46 Removing intermediate container 1b222be0c2f8 23:40:46 ---> 50645975b249 23:40:46 Step 14/26 : FROM alpine:3.17 23:40:46 3.17: Pulling from library/alpine 23:40:46 63b65145d645: Already exists 23:40:46 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 23:40:46 Status: Downloaded newer image for alpine:3.17 23:40:46 ---> b2aa39c304c2 23:40:46 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 23:40:46 ---> Running in 764cc13fb5a8 23:40:46 Removing intermediate container 764cc13fb5a8 23:40:46 ---> 4dedd9ba5d23 23:40:46 Step 16/26 : RUN apk add --update --no-cache dumb-init 23:40:46 ---> Running in b1fd0ad20468 23:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 23:40:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 23:40:46 (1/1) Installing dumb-init (1.2.5-r2) 23:40:46 Executing busybox-1.35.0-r29.trigger 23:40:46 OK: 7 MiB in 16 packages 23:40:46 Removing intermediate container b1fd0ad20468 23:40:46 ---> 68b7fcdcc8e0 23:40:46 Step 17/26 : WORKDIR / 23:40:46 ---> Running in b3100b2630be 23:40:46 Removing intermediate container b3100b2630be 23:40:46 ---> 490cd371bacf 23:40:46 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 23:40:46 ---> 1978137a61f6 23:40:46 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 23:40:46 ---> 404aecab8489 23:40:46 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 23:40:46 ---> 90cb6b5f8800 23:40:46 Step 21/26 : EXPOSE 59984 23:40:46 ---> Running in acac51e940d2 23:40:46 Removing intermediate container acac51e940d2 23:40:46 ---> 27afbc8d8a20 23:40:46 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 23:40:46 ---> Running in 6767d4c2bbd8 23:40:46 Removing intermediate container 6767d4c2bbd8 23:40:46 ---> 7e34e09ae29a 23:40:46 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 23:40:46 ---> Running in 2fa9c7df1924 23:40:46 Removing intermediate container 2fa9c7df1924 23:40:46 ---> 80b54cd4e513 23:40:46 Step 24/26 : LABEL arch=amd64 23:40:46 ---> Running in 1c95df6a281f 23:40:46 Removing intermediate container 1c95df6a281f 23:40:46 ---> a95437bf0117 23:40:46 Step 25/26 : LABEL git_sha=58b2c8476daecf2b64caad4338a742bde6bc2200 23:40:46 ---> Running in bbe4cab87a8f 23:40:46 Removing intermediate container bbe4cab87a8f 23:40:46 ---> de13698594d2 23:40:46 Step 26/26 : LABEL version=0.0.0 23:40:46 ---> Running in 5a3dadd7327d 23:40:46 Removing intermediate container 5a3dadd7327d 23:40:46 ---> e6146c8777da 23:40:46 [Warning] One or more build-args [ARCH] were not consumed 23:40:46 Successfully built e6146c8777da 23:40:46 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 23:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:40:47 23:40:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:40:47 latest: Pulling from edgex-lftools-log-publisher 23:40:47 5eb5b503b376: Pulling fs layer 23:40:47 5c69ac0246d0: Pulling fs layer 23:40:47 ec43610c2a17: Pulling fs layer 23:40:47 3a2ae6a8a46f: Pulling fs layer 23:40:47 33b1e0a273af: Pulling fs layer 23:40:47 5d3b04190fa2: Pulling fs layer 23:40:47 2f39f015ded8: Pulling fs layer 23:40:47 5d3b04190fa2: Waiting 23:40:47 33b1e0a273af: Waiting 23:40:47 2f39f015ded8: Waiting 23:40:47 3a2ae6a8a46f: Waiting 23:40:47 5c69ac0246d0: Verifying Checksum 23:40:47 5c69ac0246d0: Download complete 23:40:47 3a2ae6a8a46f: Download complete 23:40:47 33b1e0a273af: Download complete 23:40:47 ec43610c2a17: Verifying Checksum 23:40:47 ec43610c2a17: Download complete 23:40:47 5d3b04190fa2: Verifying Checksum 23:40:47 5d3b04190fa2: Download complete 23:40:47 5eb5b503b376: Verifying Checksum 23:40:47 5eb5b503b376: Download complete 23:40:48 2f39f015ded8: Verifying Checksum 23:40:48 2f39f015ded8: Download complete 23:40:49 5eb5b503b376: Pull complete 23:40:49 5c69ac0246d0: Pull complete 23:40:49 ec43610c2a17: Pull complete 23:40:49 3a2ae6a8a46f: Pull complete 23:40:49 33b1e0a273af: Pull complete 23:40:50 5d3b04190fa2: Pull complete 23:40:54 2f39f015ded8: Pull complete 23:40:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:40:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:40:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:40:54 prd-ubuntu20.04-docker-8c-8g-2547 does not seem to be running inside a container 23:40:54 $ 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-273 -v /w/workspace/undry_device-onvif-camera_PR-273:/w/workspace/undry_device-onvif-camera_PR-273:rw,z -v /w/workspace/undry_device-onvif-camera_PR-273@tmp:/w/workspace/undry_device-onvif-camera_PR-273@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:latest cat 23:40:57 $ docker top 1c402d8e50ce7ae563ca420e4c00d8a326bab5182d195bfbe7440f22cad95af1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:40:57 ---> job-cost.sh 23:40:57 lf-activate-venv: SKIPPING 23:40:57 INFO: No Stack... 23:40:58 INFO: Retrieving Pricing Info for: v3-standard-8 23:40:58 INFO: Archiving Costs [Pipeline] sh 23:40:58 + cat /w/workspace/undry_device-onvif-camera_PR-273/archives/cost.csv 23:40:58 + cut -d, -f6 [Pipeline] lock 23:40:58 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] 23:40:58 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] did not exist. Created. 23:40:58 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:40:59 + echo total: 0.2199999988079071 [Pipeline] stash 23:40:59 Stashed 1 file(s) [Pipeline] } 23:40:59 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:40:59 $ docker stop --time=1 1c402d8e50ce7ae563ca420e4c00d8a326bab5182d195bfbe7440f22cad95af1 23:41:00 $ docker rm -f --volumes 1c402d8e50ce7ae563ca420e4c00d8a326bab5182d195bfbe7440f22cad95af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:41:53 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2549 in /w/workspace/undry_device-onvif-camera_PR-273 [Pipeline] { [Pipeline] ws 23:41:53 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 23:41:53 The recommended git tool is: git 23:41:59 using credential edgex-jenkins-ssh 23:41:59 Cloning the remote Git repository 23:41:59 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 23:41:59 > git init /w/workspace/device-onvif-camera/1 # timeout=10 23:41:59 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 23:41:59 > git --version # timeout=10 23:41:59 > git --version # 'git version 2.25.1' 23:41:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:42:01 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 23:42:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:42:03 Merging remotes/origin/main commit dcb5ff70d07d89643353ce084bf74e7176a8b088 into PR head commit 58b2c8476daecf2b64caad4338a742bde6bc2200 23:42:03 Merge succeeded, producing 58b2c8476daecf2b64caad4338a742bde6bc2200 23:42:03 Checking out Revision 58b2c8476daecf2b64caad4338a742bde6bc2200 (PR-273) 23:42:02 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 23:42:02 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 23:42:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/273/head:refs/remotes/origin/PR-273 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:42:03 > git config core.sparsecheckout # timeout=10 23:42:03 > git checkout -f 58b2c8476daecf2b64caad4338a742bde6bc2200 # timeout=10 23:42:03 > git remote # timeout=10 23:42:03 > git config --get remote.origin.url # timeout=10 23:42:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:42:03 > git merge dcb5ff70d07d89643353ce084bf74e7176a8b088 # timeout=10 23:42:03 > git rev-parse HEAD^{commit} # timeout=10 23:42:03 > git config core.sparsecheckout # timeout=10 23:42:03 > git checkout -f 58b2c8476daecf2b64caad4338a742bde6bc2200 # timeout=10 23:42:07 Commit message: "docs: remove demo-app docs" 23:42:07 > git --version # timeout=10 23:42:07 > git --version # 'git version 2.25.1' 23:42:07 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:42:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:42:08 % Total % Received % Xferd Average Speed Time Time Time Current 23:42:08 Dload Upload Total Spent Left Speed 23:42:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 86 12751 86 11015 0 0 91033 0 --:--:-- --:--:-- --:--:-- 90286 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 23:42:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:42:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:42:09 + sudo tee /etc/docker/daemon.new 23:42:09 { 23:42:09 "registry-mirrors": [ 23:42:09 "https://nexus3.edgexfoundry.org:10001" 23:42:09 ], 23:42:09 "bip": "10.250.0.254/24", 23:42:09 "hosts": [ 23:42:09 "tcp://0.0.0.0:5555", 23:42:09 "unix:///var/run/docker.sock" 23:42:09 ], 23:42:09 "mtu": 1458, 23:42:09 "selinux-enabled": true, 23:42:09 "seccomp-profile": "/etc/docker/seccomp.json" 23:42:09 } [Pipeline] sh 23:42:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:42:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:42:28 provisioning config files... 23:42:28 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config6783925719938711597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:42:29 ---> docker-login.sh 23:42:29 nexus3.edgexfoundry.org:10001 23:42:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:42:30 Configure a credential helper to remove this warning. See 23:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:42:30 23:42:30 Login Succeeded 23:42:30 nexus3.edgexfoundry.org:10002 23:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:42:30 Configure a credential helper to remove this warning. See 23:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:42:30 23:42:30 Login Succeeded 23:42:30 nexus3.edgexfoundry.org:10003 23:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:42:30 Configure a credential helper to remove this warning. See 23:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:42:30 23:42:30 Login Succeeded 23:42:30 nexus3.edgexfoundry.org:10004 23:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:42:31 Configure a credential helper to remove this warning. See 23:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:42:31 23:42:31 Login Succeeded 23:42:31 docker.io 23:42:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:42:31 Configure a credential helper to remove this warning. See 23:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:42:31 23:42:31 Login Succeeded 23:42:31 ---> docker-login.sh ends [Pipeline] } 23:42:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:42:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:42:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:42:32 ========================================================= 23:42:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 23:42:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:32 + 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 . 23:42:33 Sending build context to Docker daemon 19.64MB 23:42:33 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 23:42:33 Step 2/13 : FROM ${BASE} AS builder 23:42:33 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:42:33 af6eaf76a39c: Pulling fs layer 23:42:33 55522c791124: Pulling fs layer 23:42:33 ce5c4a1c91eb: Pulling fs layer 23:42:33 169dfbe0d373: Pulling fs layer 23:42:33 e1ff8fa3b103: Pulling fs layer 23:42:33 52ebb69f0ebf: Pulling fs layer 23:42:33 169dfbe0d373: Waiting 23:42:33 e1ff8fa3b103: Waiting 23:42:33 5abe8eddf0d5: Pulling fs layer 23:42:33 52ebb69f0ebf: Waiting 23:42:33 5abe8eddf0d5: Waiting 23:42:33 55522c791124: Download complete 23:42:33 169dfbe0d373: Verifying Checksum 23:42:33 169dfbe0d373: Download complete 23:42:33 e1ff8fa3b103: Verifying Checksum 23:42:33 e1ff8fa3b103: Download complete 23:42:33 af6eaf76a39c: Download complete 23:42:34 af6eaf76a39c: Pull complete 23:42:34 5abe8eddf0d5: Verifying Checksum 23:42:34 5abe8eddf0d5: Download complete 23:42:35 55522c791124: Pull complete 23:42:35 52ebb69f0ebf: Verifying Checksum 23:42:35 52ebb69f0ebf: Download complete 23:42:35 ce5c4a1c91eb: Verifying Checksum 23:42:35 ce5c4a1c91eb: Download complete 23:42:46 ce5c4a1c91eb: Pull complete 23:42:46 169dfbe0d373: Pull complete 23:42:46 e1ff8fa3b103: Pull complete 23:42:52 52ebb69f0ebf: Pull complete 23:42:55 5abe8eddf0d5: Pull complete 23:42:55 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 23:42:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 23:42:55 ---> 6cb57ee374ae 23:42:55 Step 3/13 : ARG ADD_BUILD_TAGS="" 23:42:57 ---> Running in 9d4a062281b0 23:42:57 Removing intermediate container 9d4a062281b0 23:42:57 ---> bd9143ec002c 23:42:57 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:42:57 ---> Running in 191f9665c4e5 23:42:57 Removing intermediate container 191f9665c4e5 23:42:57 ---> 75a0475156a3 23:42:57 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 23:42:57 ---> Running in c46b88630e25 23:42:58 Removing intermediate container c46b88630e25 23:42:58 ---> 8e64b83a1d4b 23:42:58 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 23:42:58 ---> Running in 494baaa3eeb9 23:42:58 Removing intermediate container 494baaa3eeb9 23:42:58 ---> 6117f62fa0fd 23:42:58 Step 7/13 : LABEL Name=edgex-device-onvif-camera 23:42:58 ---> Running in 0d264123cc41 23:42:58 Removing intermediate container 0d264123cc41 23:42:58 ---> e564277698a1 23:42:58 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:42:58 ---> Running in 173da92eba57 23:42:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:43:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:43:01 OK: 263 MiB in 53 packages 23:43:02 Removing intermediate container 173da92eba57 23:43:02 ---> b92235cff450 23:43:02 Step 9/13 : WORKDIR /device-onvif-camera 23:43:02 ---> Running in dfdc5488bc0f 23:43:02 Removing intermediate container dfdc5488bc0f 23:43:02 ---> 95b028a10457 23:43:02 Step 10/13 : COPY go.mod vendor* ./ 23:43:03 ---> 78a144cce518 23:43:03 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:43:03 ---> Running in 617a4311be11 23:44:11 Removing intermediate container 617a4311be11 23:44:11 ---> 37c9003409b7 23:44:11 Step 12/13 : COPY . . 23:44:11 ---> cebf4f479116 23:44:11 Step 13/13 : RUN ${MAKE} 23:44:11 ---> Running in 6144de0da55e 23:44:11 noop 23:44:11 Removing intermediate container 6144de0da55e 23:44:11 ---> ae564bccd57f 23:44:11 Successfully built ae564bccd57f 23:44:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:11 + docker inspect -f . ci-base-image-arm64 23:44:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:11 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 23:44:11 $ 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 23:44:13 $ docker top d8c7724a33708ea92a9852e3b376f8a229b1344a13df2ab63269eca9c028d681 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:14 + go version 23:44:14 go version go1.20.2 linux/arm64 [Pipeline] } 23:44:14 $ docker stop --time=1 d8c7724a33708ea92a9852e3b376f8a229b1344a13df2ab63269eca9c028d681 23:44:15 $ docker rm -f --volumes d8c7724a33708ea92a9852e3b376f8a229b1344a13df2ab63269eca9c028d681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:16 + docker inspect -f . ci-base-image-arm64 23:44:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:16 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 23:44:17 $ 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 23:44:18 $ docker top e316cc66cff47dbab101249fdddea385768c018209a2249ccbdf96baf7e25b83 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:19 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 23:44:19 + make test 23:44:19 go test ./... -coverprofile=coverage.out ./... 23:44:58 ? github.com/edgexfoundry/device-onvif-camera [no test files] 23:47:20 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 23:47:23 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 23:47:26 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.245s coverage: 30.5% of statements 23:47:44 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 18.619s coverage: 86.5% of statements 23:47:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 23:47:44 go vet ./... 23:48:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:48:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:48:20 ./bin/test-attribution-txt.sh [Pipeline] echo 23:48:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:48:20 $ docker stop --time=1 e316cc66cff47dbab101249fdddea385768c018209a2249ccbdf96baf7e25b83 23:48:21 $ docker rm -f --volumes e316cc66cff47dbab101249fdddea385768c018209a2249ccbdf96baf7e25b83 [Pipeline] // withDockerContainer [Pipeline] sh 23:48:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:48:23 Warning: overwriting stash ‘coverage-report’ 23:48:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:48:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:48:24 + ls -al . 23:48:24 total 228 23:48:24 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 23:44 . 23:48:24 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:41 .. 23:48:24 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 23:42 .git 23:48:24 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 23:42 .github 23:48:24 -rw-rw-r-- 1 jenkins jenkins 496 Mar 16 23:42 .gitignore 23:48:24 -rw-rw-r-- 1 jenkins jenkins 42 Mar 16 23:42 .golangci.yml 23:48:24 -rw-rw-r-- 1 jenkins jenkins 9857 Mar 16 23:42 Attribution.txt 23:48:24 -rw-rw-r-- 1 jenkins jenkins 6312 Mar 16 23:42 CHANGELOG.md 23:48:24 -rw-rw-r-- 1 jenkins jenkins 1574 Mar 16 23:42 Dockerfile 23:48:24 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 23:42 GOVERNANCE.md 23:48:24 -rw-rw-r-- 1 jenkins jenkins 734 Mar 16 23:42 Jenkinsfile 23:48:24 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 16 23:42 LICENSE 23:48:24 -rw-rw-r-- 1 jenkins jenkins 2751 Mar 16 23:42 Makefile 23:48:24 -rw-rw-r-- 1 jenkins jenkins 625 Mar 16 23:42 OWNERS.md 23:48:24 -rw-rw-r-- 1 jenkins jenkins 6250 Mar 16 23:42 README.md 23:48:24 -rw-rw-r-- 1 jenkins jenkins 5 Mar 16 23:38 VERSION 23:48:24 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 23:42 bin 23:48:24 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 23:42 cmd 23:48:24 -rw-r--r-- 1 jenkins jenkins 76650 Mar 16 23:47 coverage.out 23:48:24 drwxrwxr-x 6 jenkins jenkins 4096 Mar 16 23:42 doc 23:48:24 -rw-rw-r-- 1 jenkins jenkins 3601 Mar 16 23:42 go.mod 23:48:24 -rw-rw-r-- 1 jenkins jenkins 32890 Mar 16 23:42 go.sum 23:48:24 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:42 internal 23:48:24 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 23:42 snap 23:48:24 -rw-rw-r-- 1 jenkins jenkins 236 Mar 16 23:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:48:25 + 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=58b2c8476daecf2b64caad4338a742bde6bc2200 --label arch=arm64 --label version=0.0.0 . 23:48:25 Sending build context to Docker daemon 19.72MB 23:48:25 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 23:48:25 Step 2/26 : FROM ${BASE} AS builder 23:48:25 ---> ae564bccd57f 23:48:25 Step 3/26 : ARG ADD_BUILD_TAGS="" 23:48:26 ---> Running in de808979a369 23:48:26 Removing intermediate container de808979a369 23:48:26 ---> c34f78b4f693 23:48:26 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:48:26 ---> Running in 169d44bcfa4f 23:48:26 Removing intermediate container 169d44bcfa4f 23:48:26 ---> 80df33bd8155 23:48:26 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 23:48:27 ---> Running in 9eada9430451 23:48:28 Removing intermediate container 9eada9430451 23:48:28 ---> ce9de038182e 23:48:28 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 23:48:28 ---> Running in 32f91ef36d38 23:48:28 Removing intermediate container 32f91ef36d38 23:48:28 ---> 8215ee120383 23:48:28 Step 7/26 : LABEL Name=edgex-device-onvif-camera 23:48:28 ---> Running in 7c55708b96c1 23:48:29 Removing intermediate container 7c55708b96c1 23:48:29 ---> a45dde048764 23:48:29 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:48:29 ---> Running in f68a8f8f3f73 23:48:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:48:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:48:32 OK: 263 MiB in 53 packages 23:48:32 Removing intermediate container f68a8f8f3f73 23:48:32 ---> 4fec85dea6b1 23:48:32 Step 9/26 : WORKDIR /device-onvif-camera 23:48:33 ---> Running in 515628f96388 23:48:34 Removing intermediate container 515628f96388 23:48:34 ---> 3705e28729c4 23:48:34 Step 10/26 : COPY go.mod vendor* ./ 23:48:34 ---> 9d770c53e233 23:48:34 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:48:34 ---> Running in b895746a3d9c 23:48:38 Removing intermediate container b895746a3d9c 23:48:38 ---> b971e89c1ec5 23:48:38 Step 12/26 : COPY . . 23:48:39 ---> b823e7ab0bd1 23:48:39 Step 13/26 : RUN ${MAKE} 23:48:39 ---> Running in 8d3f6a0e581f 23:48:40 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 23:51:17 Removing intermediate container 8d3f6a0e581f 23:51:17 ---> bebb2207a401 23:51:17 Step 14/26 : FROM alpine:3.17 23:51:17 3.17: Pulling from library/alpine 23:51:17 af6eaf76a39c: Already exists 23:51:17 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 23:51:17 Status: Downloaded newer image for alpine:3.17 23:51:17 ---> d74e625d9115 23:51:17 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 23:51:17 ---> Running in 63c74c7bf2bf 23:51:17 Removing intermediate container 63c74c7bf2bf 23:51:17 ---> 1426406597fd 23:51:17 Step 16/26 : RUN apk add --update --no-cache dumb-init 23:51:17 ---> Running in ee78659ef5d0 23:51:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 23:51:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 23:51:17 (1/1) Installing dumb-init (1.2.5-r2) 23:51:17 Executing busybox-1.35.0-r29.trigger 23:51:17 OK: 8 MiB in 16 packages 23:51:17 Removing intermediate container ee78659ef5d0 23:51:17 ---> 7708adeb333a 23:51:17 Step 17/26 : WORKDIR / 23:51:17 ---> Running in f19f8ae16682 23:51:17 Removing intermediate container f19f8ae16682 23:51:17 ---> 07d7ce851f33 23:51:17 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 23:51:17 ---> 98231de5d98a 23:51:17 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 23:51:17 ---> c3cd7850ec76 23:51:17 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 23:51:17 ---> 6ea21afc2f01 23:51:17 Step 21/26 : EXPOSE 59984 23:51:17 ---> Running in fe93ccb9235c 23:51:17 Removing intermediate container fe93ccb9235c 23:51:17 ---> 9650e4efee62 23:51:17 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 23:51:17 ---> Running in bd0a1c86fed8 23:51:17 Removing intermediate container bd0a1c86fed8 23:51:17 ---> 1384602b19b6 23:51:17 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 23:51:17 ---> Running in e4d5a7102d7e 23:51:17 Removing intermediate container e4d5a7102d7e 23:51:17 ---> fa8b930cc988 23:51:17 Step 24/26 : LABEL arch=arm64 23:51:17 ---> Running in b1a2bd847d06 23:51:18 Removing intermediate container b1a2bd847d06 23:51:18 ---> 3ccc4965addf 23:51:18 Step 25/26 : LABEL git_sha=58b2c8476daecf2b64caad4338a742bde6bc2200 23:51:18 ---> Running in 40407d7d6682 23:51:18 Removing intermediate container 40407d7d6682 23:51:18 ---> 1464b685df18 23:51:18 Step 26/26 : LABEL version=0.0.0 23:51:18 ---> Running in c4fd50b8fa54 23:51:18 Removing intermediate container c4fd50b8fa54 23:51:18 ---> ec224ad7e3f7 23:51:18 [Warning] One or more build-args [ARCH] were not consumed 23:51:18 Successfully built ec224ad7e3f7 23:51:18 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 23:51:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:19 23:51:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:51:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:20 arm64: Pulling from edgex-lftools-log-publisher 23:51:20 8998bd30e6a1: Pulling fs layer 23:51:20 04944245beec: Pulling fs layer 23:51:20 699f458cf7ca: Pulling fs layer 23:51:20 765212b225bb: Pulling fs layer 23:51:20 f23df028b6ca: Pulling fs layer 23:51:20 d65c8cfc05b1: Pulling fs layer 23:51:20 2437ff75d9bd: Pulling fs layer 23:51:20 f23df028b6ca: Waiting 23:51:20 765212b225bb: Waiting 23:51:20 d65c8cfc05b1: Waiting 23:51:20 2437ff75d9bd: Waiting 23:51:20 04944245beec: Verifying Checksum 23:51:20 04944245beec: Download complete 23:51:20 765212b225bb: Verifying Checksum 23:51:20 765212b225bb: Download complete 23:51:20 f23df028b6ca: Download complete 23:51:20 d65c8cfc05b1: Verifying Checksum 23:51:20 d65c8cfc05b1: Download complete 23:51:20 699f458cf7ca: Verifying Checksum 23:51:20 699f458cf7ca: Download complete 23:51:20 8998bd30e6a1: Verifying Checksum 23:51:20 8998bd30e6a1: Download complete 23:51:23 2437ff75d9bd: Download complete 23:51:24 8998bd30e6a1: Pull complete 23:51:25 04944245beec: Pull complete 23:51:26 699f458cf7ca: Pull complete 23:51:26 765212b225bb: Pull complete 23:51:27 f23df028b6ca: Pull complete 23:51:27 d65c8cfc05b1: Pull complete 23:51:42 2437ff75d9bd: Pull complete 23:51:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:51:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:51:42 prd-ubuntu20.04-docker-arm64-4c-16g-2549 does not seem to be running inside a container 23:51:42 $ 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 23:51:45 $ docker top fbbc11722b4f85d44b00d182366032ecf445c6338731b493971f21601156a53d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:51:46 ---> job-cost.sh 23:51:46 lf-activate-venv: SKIPPING 23:51:46 INFO: No Stack... 23:51:47 INFO: Retrieving Pricing Info for: v3-standard-4 23:51:48 INFO: Archiving Costs [Pipeline] sh 23:51:48 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 23:51:48 + cut -d, -f6 [Pipeline] lock 23:51:48 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] 23:51:48 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] did not exist. Created. 23:51:48 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:51:49 /w/workspace/device-onvif-camera/1@tmp/durable-fc615171/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:51:49 + echo total: 0.10999999940395355 [Pipeline] stash 23:51:50 Warning: overwriting stash ‘stack-cost’ 23:51:50 Stashed 1 file(s) [Pipeline] } 23:51:50 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-273-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:51:50 $ docker stop --time=1 fbbc11722b4f85d44b00d182366032ecf445c6338731b493971f21601156a53d 23:51:51 $ docker rm -f --volumes fbbc11722b4f85d44b00d182366032ecf445c6338731b493971f21601156a53d [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 23:51:52 provisioning config files... 23:51:52 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-273@tmp/config317979911628060898tmp [Pipeline] { [Pipeline] sh 23:51:53 + set +x 23:51:53 + curl -s https://codecov.io/bash 23:51:53 + bash -s -- 23:51:53 23:51:53 _____ _ 23:51:53 / ____| | | 23:51:53 | | ___ __| | ___ ___ _____ __ 23:51:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:51:53 | |___| (_) | (_| | __/ (_| (_) \ V / 23:51:53 \_____\___/ \__,_|\___|\___\___/ \_/ 23:51:53 Bash-1.0.6 23:51:53 23:51:53 23:51:53 ==> git version 2.25.1 found 23:51:53 ==> 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 23:51:53 Release-Date: 2020-01-08 23:51:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:51:53 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:51:53 ==> Jenkins CI detected. 23:51:53 current dir:  /w/workspace/undry_device-onvif-camera_PR-273 23:51:53 project root: . 23:51:53 --> token set from env 23:51:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:51:53 ==> Running gcov in . (disable via -X gcov) 23:51:53 ==> Python coveragepy not found 23:51:53 ==> Searching for coverage reports in: 23:51:53 + . 23:51:53 -> Found 1 reports 23:51:53 ==> Detecting git/mercurial file structure 23:51:53 ==> Reading reports 23:51:53 + ./coverage.out bytes=76650 23:51:53 ==> Appending adjustments 23:51:53 https://docs.codecov.io/docs/fixing-reports 23:51:53 + Found adjustments 23:51:53 ==> Gzipping contents 23:51:53 12K /tmp/codecov.7B2ZAb.gz 23:51:53 ==> Uploading reports 23:51:53 url: https://codecov.io 23:51:53 query: branch=PR-273&commit=58b2c8476daecf2b64caad4338a742bde6bc2200&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-273%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=273&job=&cmd_args= 23:51:53 -> Pinging Codecov 23:51:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-273&commit=58b2c8476daecf2b64caad4338a742bde6bc2200&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-273%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=273&job=&cmd_args= 23:51:53 -> Uploading to 23:51:53 https://storage.googleapis.com/codecov/v4/raw/2023-03-16/F29A59C45E3A92E06B3E522C9905F8EF/58b2c8476daecf2b64caad4338a742bde6bc2200/ac541179-6921-484f-9922-f5f568c2beab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230316T235153Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09c17bba89f02f64cdd5e62f60397f24c2c4f4d7c4f74adba07e9bc336898589 23:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 23:51:53 Dload Upload Total Spent Left Speed 23:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10354 0 0 100 10354 0 43322 --:--:-- --:--:-- --:--:-- 43141 23:51:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/58b2c8476daecf2b64caad4338a742bde6bc2200 [Pipeline] } 23:51:53 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 23:51:55 + [ -d /w/workspace/undry_device-onvif-camera_PR-273/archives ] 23:51:55 + ls -al /w/workspace/undry_device-onvif-camera_PR-273/archives 23:51:55 total 16 23:51:55 drwxr-xr-x 3 root root 4096 Mar 16 23:40 . 23:51:55 drwxrwxr-x 11 jenkins jenkins 4096 Mar 16 23:40 .. 23:51:55 drwxr-xr-x 2 root root 4096 Mar 16 23:40 cost 23:51:55 -rw-r--r-- 1 root root 91 Mar 16 23:40 cost.csv 23:51:55 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-273/archives 23:51:55 + ls -al /w/workspace/undry_device-onvif-camera_PR-273/archives 23:51:55 total 16 23:51:55 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 23:40 . 23:51:55 drwxrwxr-x 11 jenkins jenkins 4096 Mar 16 23:40 .. 23:51:55 drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 23:40 cost 23:51:55 -rw-r--r-- 1 jenkins jenkins 91 Mar 16 23:40 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:51:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:51:56 ---> package-listing.sh 23:51:56 ++ facter osfamily 23:51:56 ++ tr '[:upper:]' '[:lower:]' 23:51:57 + OS_FAMILY=debian 23:51:57 + workspace=/w/workspace/undry_device-onvif-camera_PR-273 23:51:57 + START_PACKAGES=/tmp/packages_start.txt 23:51:57 + END_PACKAGES=/tmp/packages_end.txt 23:51:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:51:57 + PACKAGES=/tmp/packages_start.txt 23:51:57 + '[' /w/workspace/undry_device-onvif-camera_PR-273 ']' 23:51:57 + PACKAGES=/tmp/packages_end.txt 23:51:57 + case "${OS_FAMILY}" in 23:51:57 + dpkg -l 23:51:57 + grep '^ii' 23:51:57 + '[' -f /tmp/packages_start.txt ']' 23:51:57 + '[' -f /tmp/packages_end.txt ']' 23:51:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:51:57 + '[' /w/workspace/undry_device-onvif-camera_PR-273 ']' 23:51:57 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-273/archives/ 23:51:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-273/archives/ [Pipeline] echo 23:51:57 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-273/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:51:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:51:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:51:58 prd-ubuntu20.04-docker-8c-8g-2547 does not seem to be running inside a container 23:51:58 $ 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-273/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-273 -v /w/workspace/undry_device-onvif-camera_PR-273:/w/workspace/undry_device-onvif-camera_PR-273:rw,z -v /w/workspace/undry_device-onvif-camera_PR-273@tmp:/w/workspace/undry_device-onvif-camera_PR-273@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 23:51:58 $ docker top 7683944ef8996de46e379ae321315f6829e908d8713c599d952d9851dd7ecc2a -eo pid,comm [Pipeline] { [Pipeline] sh 23:51:58 + touch /tmp/pre-build-complete [Pipeline] sh 23:51:59 + mkdir -p /var/log/sysstat [Pipeline] sh 23:51:59 + ls /var/log/sa-host 23:51:59 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:51:59 provisioning config files... 23:51:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-273@tmp/config15260027671073803151tmp [Pipeline] { [Pipeline] echo 23:51:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:52:00 ---> create-netrc.sh [Pipeline] } 23:52:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:52:00 ---> python-tools-install.sh [Pipeline] echo 23:52:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:52:00 ---> sudo-logs.sh 23:52:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:52:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:52:01 ---> job-cost.sh 23:52:01 lf-activate-venv: SKIPPING 23:52:01 DEBUG: total: 0.2199999988079071 23:52:01 INFO: Retrieving Stack Cost... 23:52:01 INFO: Retrieving Pricing Info for: v3-standard-8 23:52:02 INFO: Archiving Costs [Pipeline] echo 23:52:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:52:02 ---> logs-deploy.sh 23:52:02 lf-activate-venv: SKIPPING 23:52:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-273/1 23:52:02 INFO: archiving workspace using pattern(s): 23:52:03 Archives upload complete. 23:52:03 INFO: archiving logs to Nexus