Pull request #381 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 996892f2064276e69262fa551201627e8e5e938e+4961a50c3c420d16cc3291a3be0ac7992b67990b (4ca0db7f511677b4cae501bd2acfd500ced41af6) 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-ssh9552636946341434797.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh4039147533413764509.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-381/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-381/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1745575332084511936.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-381/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11245678128139538851.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh6616523427361193997.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-381/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-381/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6804200083353371462.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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/v3]] ========================================================= [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/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5414 in /w/workspace/undry_device-onvif-camera_PR-381 [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-381 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/381/head:refs/remotes/origin/PR-381 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4961a50c3c420d16cc3291a3be0ac7992b67990b into PR head commit 996892f2064276e69262fa551201627e8e5e938e Merge succeeded, producing 996892f2064276e69262fa551201627e8e5e938e Checking out Revision 996892f2064276e69262fa551201627e8e5e938e (PR-381) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:14:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # 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 4961a50c3c420d16cc3291a3be0ac7992b67990b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 [Pipeline] withCredentials 03:14:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:14:54 ========================================================= 03:14:54 EdgeX Global Pipelines Version Info 03:14:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:14:55 ------------------- 03:14:55 stable info: 03:14:55 ------------------- 03:14:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:14:55 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 03:14:55 Message: update stable to v1.0.253 03:14:56 ------------------- 03:14:56 experimental info: 03:14:56 ------------------- 03:14:56 Commited By: **** collab-it+edgex@linuxfoundation.org 03:14:56 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 03:14:56 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-381 [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-381 [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-381 [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 996892f [Pipeline] echo 03:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:14:58 provisioning config files... 03:14:58 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config2652194307661092389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:14:58 ---> docker-login.sh 03:14:58 nexus3.edgexfoundry.org:10001 03:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:58 Configure a credential helper to remove this warning. See 03:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:58 03:14:58 Login Succeeded 03:14:58 nexus3.edgexfoundry.org:10002 03:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:58 Configure a credential helper to remove this warning. See 03:14:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:58 03:14:58 Login Succeeded 03:14:58 nexus3.edgexfoundry.org:10003 03:14:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:59 Configure a credential helper to remove this warning. See 03:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:59 03:14:59 Login Succeeded 03:14:59 nexus3.edgexfoundry.org:10004 03:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:59 Configure a credential helper to remove this warning. See 03:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:59 03:14:59 Login Succeeded 03:14:59 docker.io 03:14:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:14:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:14:59 Configure a credential helper to remove this warning. See 03:14:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:14:59 03:14:59 Login Succeeded 03:14:59 ---> docker-login.sh ends [Pipeline] } 03:14:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:15:00 + git rev-list -1 --merges 996892f2064276e69262fa551201627e8e5e938e~1..996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo 03:15:00 -----------> git rev-list -1 --merges 996892f2064276e69262fa551201627e8e5e938e~1..996892f2064276e69262fa551201627e8e5e938e 996892f2064276e69262fa551201627e8e5e938e [false] [Pipeline] sh 03:15:00 + git log --format=format:%s -1 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo 03:15:00 ========================================================= 03:15:00 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:15:00 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:15:01 + git log --format=format:%s -1 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo 03:15:01 [semverPrep] GIT_COMMIT: 996892f2064276e69262fa551201627e8e5e938e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 03:15:01 [semverPrep] This is not a build commit. [Pipeline] sh 03:15:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:15:01 + grep -v github /etc/ssh/ssh_known_hosts 03:15:01 + [ -e /tmp/ssh_known_hosts ] 03:15:01 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:15:01 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:15:01 + sudo tee -a /etc/ssh/ssh_known_hosts 03:15:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:15:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:15:01 03:15:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:15:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:15:02 0.1.4: Pulling from edgex-devops/py-git-semver 03:15:02 b85a868b505f: Pulling fs layer 03:15:02 e2be974225ed: Pulling fs layer 03:15:02 339a4e72a1f5: Pulling fs layer 03:15:02 988bab9f4d93: Pulling fs layer 03:15:02 1469e6f7b9e6: Pulling fs layer 03:15:02 eaf3925da568: Pulling fs layer 03:15:02 bab4dde63d76: Pulling fs layer 03:15:02 bde34c3a00c8: Pulling fs layer 03:15:02 b352a97aabf1: Pulling fs layer 03:15:02 4872d77fe225: Pulling fs layer 03:15:02 5851b861e8e6: Pulling fs layer 03:15:02 4872d77fe225: Waiting 03:15:02 5851b861e8e6: Waiting 03:15:02 988bab9f4d93: Waiting 03:15:02 1469e6f7b9e6: Waiting 03:15:02 b352a97aabf1: Waiting 03:15:02 eaf3925da568: Waiting 03:15:02 bab4dde63d76: Waiting 03:15:02 bde34c3a00c8: Waiting 03:15:02 e2be974225ed: Download complete 03:15:02 988bab9f4d93: Verifying Checksum 03:15:02 988bab9f4d93: Download complete 03:15:02 1469e6f7b9e6: Verifying Checksum 03:15:02 1469e6f7b9e6: Download complete 03:15:02 339a4e72a1f5: Verifying Checksum 03:15:02 339a4e72a1f5: Download complete 03:15:02 eaf3925da568: Verifying Checksum 03:15:02 eaf3925da568: Download complete 03:15:02 bde34c3a00c8: Download complete 03:15:02 b352a97aabf1: Verifying Checksum 03:15:02 b352a97aabf1: Download complete 03:15:02 4872d77fe225: Verifying Checksum 03:15:02 4872d77fe225: Download complete 03:15:02 5851b861e8e6: Verifying Checksum 03:15:02 5851b861e8e6: Download complete 03:15:02 b85a868b505f: Verifying Checksum 03:15:02 b85a868b505f: Download complete 03:15:02 bab4dde63d76: Verifying Checksum 03:15:02 bab4dde63d76: Download complete 03:15:04 b85a868b505f: Pull complete 03:15:04 e2be974225ed: Pull complete 03:15:04 339a4e72a1f5: Pull complete 03:15:04 988bab9f4d93: Pull complete 03:15:05 1469e6f7b9e6: Pull complete 03:15:05 eaf3925da568: Pull complete 03:15:06 bab4dde63d76: Pull complete 03:15:06 bde34c3a00c8: Pull complete 03:15:07 b352a97aabf1: Pull complete 03:15:07 4872d77fe225: Pull complete 03:15:07 5851b861e8e6: Pull complete 03:15:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:15:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:15:07 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:15:07 prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container 03:15:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:15:10 $ docker top 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead -eo pid,comm 03:15:10 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). 03:15:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:15:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:10 [ssh-agent] Looking for ssh-agent implementation... 03:15:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:10 $ docker exec 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent 03:15:10 SSH_AUTH_SOCK=/tmp/ssh-IAHBh3MqbOCc/agent.32 03:15:10 SSH_AGENT_PID=38 03:15:10 Running ssh-add (command line suppressed) 03:15:10 Identity added: /w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2040295283627770546.key (/w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2040295283627770546.key) 03:15:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:11 + git tag --points-at HEAD [Pipeline] } 03:15:11 $ docker exec --env ******** --env ******** 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent -k 03:15:11 unset SSH_AUTH_SOCK; 03:15:11 unset SSH_AGENT_PID; 03:15:11 echo Agent pid 38 killed; 03:15:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:15:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:11 [ssh-agent] Looking for ssh-agent implementation... 03:15:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:11 $ docker exec 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent 03:15:11 SSH_AUTH_SOCK=/tmp/ssh-MkdC854Kc6hV/agent.70 03:15:11 SSH_AGENT_PID=76 03:15:11 Running ssh-add (command line suppressed) 03:15:11 Identity added: /w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2875061916736574265.key (/w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2875061916736574265.key) 03:15:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:12 + git semver init 03:15:12 2023-09-06 03:15:12,296 [run_init] DEBUG init version:0.0.0 force:False 03:15:12 2023-09-06 03:15:12,297 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-381/.semver 03:15:12 2023-09-06 03:15:12,297 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-381/.semver 03:15:12 2023-09-06 03:15:12,298 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-381/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-381, universal_newlines=False, shell=None, istream=None) 03:15:13 2023-09-06 03:15:13,256 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-381/.git/info/exclude 03:15:13 2023-09-06 03:15:13,256 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 with force:False 03:15:13 2023-09-06 03:15:13,256 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 03:15:13 2023-09-06 03:15:13,260 [execute] INFO git cat-file --batch-check 03:15:13 2023-09-06 03:15:13,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-381/.semver, universal_newlines=False, shell=None, istream=) 03:15:13 2023-09-06 03:15:13,267 [execute] INFO git cat-file --batch 03:15:13 2023-09-06 03:15:13,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-381/.semver, universal_newlines=False, shell=None, istream=) 03:15:13 2023-09-06 03:15:13,273 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 03:15:13 0.0.0 [Pipeline] } 03:15:13 $ docker exec --env ******** --env ******** 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent -k 03:15:13 unset SSH_AUTH_SOCK; 03:15:13 unset SSH_AGENT_PID; 03:15:13 echo Agent pid 76 killed; 03:15:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:13 + git semver [Pipeline] } 03:15:14 $ docker stop --time=1 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead 03:15:15 $ docker rm -f --volumes 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead [Pipeline] // withDockerContainer [Pipeline] sh 03:15:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:15:16 Stashed 1 file(s) [Pipeline] echo 03:15:16 [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 03:15:16 provisioning config files... 03:15:16 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config11271725773606195796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:15:17 ---> docker-login.sh 03:15:17 nexus3.edgexfoundry.org:10001 03:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:17 Configure a credential helper to remove this warning. See 03:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:17 03:15:17 Login Succeeded 03:15:17 nexus3.edgexfoundry.org:10002 03:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:17 Configure a credential helper to remove this warning. See 03:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:17 03:15:17 Login Succeeded 03:15:17 nexus3.edgexfoundry.org:10003 03:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:17 Configure a credential helper to remove this warning. See 03:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:17 03:15:17 Login Succeeded 03:15:17 nexus3.edgexfoundry.org:10004 03:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:17 Configure a credential helper to remove this warning. See 03:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:17 03:15:17 Login Succeeded 03:15:17 docker.io 03:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:17 Configure a credential helper to remove this warning. See 03:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:17 03:15:17 Login Succeeded 03:15:17 ---> docker-login.sh ends [Pipeline] } 03:15:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:15:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:15:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:15:18 ========================================================= 03:15:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 03:15:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:15:18 + 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 . 03:15:18 Sending build context to Docker daemon 21.68MB 03:15:18 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 03:15:18 Step 2/13 : FROM ${BASE} AS builder 03:15:18 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 03:15:18 4db1b89c0bd1: Pulling fs layer 03:15:18 6911f1a30b25: Pulling fs layer 03:15:18 e194b8c5c2a9: Pulling fs layer 03:15:18 6863d3e3a2b1: Pulling fs layer 03:15:18 ec0bb842ea78: Pulling fs layer 03:15:18 40a00589a448: Pulling fs layer 03:15:18 6c08303d61cc: Pulling fs layer 03:15:18 798269fcf238: Pulling fs layer 03:15:18 40a00589a448: Waiting 03:15:18 6c08303d61cc: Waiting 03:15:18 798269fcf238: Waiting 03:15:18 6863d3e3a2b1: Waiting 03:15:18 ec0bb842ea78: Waiting 03:15:18 6911f1a30b25: Verifying Checksum 03:15:18 6911f1a30b25: Download complete 03:15:18 6863d3e3a2b1: Verifying Checksum 03:15:18 6863d3e3a2b1: Download complete 03:15:18 ec0bb842ea78: Verifying Checksum 03:15:18 ec0bb842ea78: Download complete 03:15:18 4db1b89c0bd1: Verifying Checksum 03:15:18 4db1b89c0bd1: Download complete 03:15:18 40a00589a448: Verifying Checksum 03:15:18 40a00589a448: Download complete 03:15:19 4db1b89c0bd1: Pull complete 03:15:19 6911f1a30b25: Pull complete 03:15:19 798269fcf238: Verifying Checksum 03:15:19 e194b8c5c2a9: Verifying Checksum 03:15:19 e194b8c5c2a9: Download complete 03:15:19 6c08303d61cc: Verifying Checksum 03:15:19 6c08303d61cc: Download complete 03:15:22 e194b8c5c2a9: Pull complete 03:15:23 6863d3e3a2b1: Pull complete 03:15:23 ec0bb842ea78: Pull complete 03:15:23 40a00589a448: Pull complete 03:15:25 6c08303d61cc: Pull complete 03:15:26 798269fcf238: Pull complete 03:15:26 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 03:15:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:15:26 ---> ec979cd7f677 03:15:26 Step 3/13 : ARG ADD_BUILD_TAGS="" 03:15:31 Still waiting to schedule task 03:15:31 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:15:34 ---> Running in 56707836f5e3 03:15:35 Removing intermediate container 56707836f5e3 03:15:35 ---> 7d261c4ed1a5 03:15:35 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:15:35 ---> Running in dbbe3ff7bb7c 03:15:35 Removing intermediate container dbbe3ff7bb7c 03:15:35 ---> 3b57b593ad19 03:15:35 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 03:15:36 ---> Running in b2e05f318569 03:15:36 Removing intermediate container b2e05f318569 03:15:36 ---> da09fdc81b5c 03:15:36 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 03:15:36 ---> Running in 90fb7196d866 03:15:36 Removing intermediate container 90fb7196d866 03:15:36 ---> 26363b9395a0 03:15:36 Step 7/13 : LABEL Name=edgex-device-onvif-camera 03:15:36 ---> Running in 521712e041f5 03:15:36 Removing intermediate container 521712e041f5 03:15:36 ---> 69b2ea975337 03:15:36 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:15:36 ---> Running in a74ae427870e 03:15:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:15:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:15:37 OK: 265 MiB in 53 packages 03:15:38 Removing intermediate container a74ae427870e 03:15:38 ---> ca7126955413 03:15:38 Step 9/13 : WORKDIR /device-onvif-camera 03:15:38 ---> Running in 6c83e4a15c84 03:15:38 Removing intermediate container 6c83e4a15c84 03:15:38 ---> 200e77196ef8 03:15:38 Step 10/13 : COPY go.mod vendor* ./ 03:15:38 ---> 18eed3249ec0 03:15:38 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:15:38 ---> Running in 6fb34cf434a6 03:16:24 Removing intermediate container 6fb34cf434a6 03:16:24 ---> 0bdbbbfc1a41 03:16:24 Step 12/13 : COPY . . 03:16:24 ---> 3ec4d25df005 03:16:24 Step 13/13 : RUN ${MAKE} 03:16:24 ---> Running in a0b90d65d6dd 03:16:24 noop 03:16:24 Removing intermediate container a0b90d65d6dd 03:16:24 ---> 9e36be49ab75 03:16:24 Successfully built 9e36be49ab75 03:16:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:16:25 + docker inspect -f . ci-base-image-x86_64 03:16:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:16:25 prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container 03:16:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:16:25 $ docker top 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:26 + go version 03:16:26 go version go1.20.6 linux/amd64 [Pipeline] } 03:16:26 $ docker stop --time=1 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc 03:16:27 $ docker rm -f --volumes 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:16:28 + docker inspect -f . ci-base-image-x86_64 03:16:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:16:28 prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container 03:16:28 $ 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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:16:28 $ docker top 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:29 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-381 [Pipeline] fileExists [Pipeline] sh 03:16:29 + make test 03:16:29 go test ./... -coverprofile=coverage.out ./... 03:16:33 ? github.com/edgexfoundry/device-onvif-camera [no test files] 03:16:46 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 03:16:46 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 03:16:46 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.037s coverage: 31.5% of statements 03:16:46 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.087s coverage: 86.5% of statements 03:16:53 go vet ./... 03:16:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:16:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:16:57 ./bin/test-attribution-txt.sh [Pipeline] echo 03:16:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:16:57 $ docker stop --time=1 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 03:17:02 $ docker rm -f --volumes 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:17:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:17:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:17:03 + ls -al . 03:17:03 total 240 03:17:03 drwxrwxr-x 10 jenkins jenkins 4096 Sep 6 03:16 . 03:17:03 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 .. 03:17:03 drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 03:15 .git 03:17:03 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:14 .github 03:17:03 -rw-rw-r-- 1 jenkins jenkins 496 Sep 6 03:14 .gitignore 03:17:03 -rw-rw-r-- 1 jenkins jenkins 42 Sep 6 03:14 .golangci.yml 03:17:03 drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 03:15 .semver 03:17:03 -rw-rw-r-- 1 jenkins jenkins 11155 Sep 6 03:14 Attribution.txt 03:17:03 -rw-rw-r-- 1 jenkins jenkins 15932 Sep 6 03:14 CHANGELOG.md 03:17:03 -rw-rw-r-- 1 jenkins jenkins 1574 Sep 6 03:14 Dockerfile 03:17:03 -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 03:14 GOVERNANCE.md 03:17:03 -rw-rw-r-- 1 jenkins jenkins 739 Sep 6 03:14 Jenkinsfile 03:17:03 -rw-rw-r-- 1 jenkins jenkins 11348 Sep 6 03:14 LICENSE 03:17:03 -rw-rw-r-- 1 jenkins jenkins 2877 Sep 6 03:14 Makefile 03:17:03 -rw-rw-r-- 1 jenkins jenkins 625 Sep 6 03:14 OWNERS.md 03:17:03 -rw-rw-r-- 1 jenkins jenkins 2620 Sep 6 03:14 README.md 03:17:03 -rw-rw-r-- 1 jenkins jenkins 5 Sep 6 03:15 VERSION 03:17:03 drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 03:14 bin 03:17:03 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:14 cmd 03:17:03 -rw-r--r-- 1 jenkins jenkins 78456 Sep 6 03:16 coverage.out 03:17:03 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 doc 03:17:03 -rw-rw-r-- 1 jenkins jenkins 4085 Sep 6 03:14 go.mod 03:17:03 -rw-rw-r-- 1 jenkins jenkins 36344 Sep 6 03:14 go.sum 03:17:03 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 internal 03:17:03 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 snap 03:17:03 -rw-rw-r-- 1 jenkins jenkins 236 Sep 6 03:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:04 + 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=996892f2064276e69262fa551201627e8e5e938e --label arch=amd64 --label version=0.0.0 . 03:17:04 Sending build context to Docker daemon 21.76MB 03:17:04 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 03:17:04 Step 2/26 : FROM ${BASE} AS builder 03:17:04 ---> 9e36be49ab75 03:17:04 Step 3/26 : ARG ADD_BUILD_TAGS="" 03:17:04 ---> Running in a8f5357dbc07 03:17:04 Removing intermediate container a8f5357dbc07 03:17:04 ---> 383973f6b831 03:17:04 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:17:04 ---> Running in fdbd6408ac0e 03:17:04 Removing intermediate container fdbd6408ac0e 03:17:04 ---> dcef394a33f9 03:17:04 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 03:17:04 ---> Running in 2253231a6b77 03:17:04 Removing intermediate container 2253231a6b77 03:17:04 ---> 24519516ae5a 03:17:04 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 03:17:04 ---> Running in d6ff44aaaf8b 03:17:05 Removing intermediate container d6ff44aaaf8b 03:17:05 ---> 993a7b9992d0 03:17:05 Step 7/26 : LABEL Name=edgex-device-onvif-camera 03:17:05 ---> Running in 6f10f73cddfa 03:17:05 Removing intermediate container 6f10f73cddfa 03:17:05 ---> c4dc18f9278c 03:17:05 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:17:05 ---> Running in 6ea29a5875a9 03:17:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:17:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:17:05 OK: 265 MiB in 53 packages 03:17:05 Removing intermediate container 6ea29a5875a9 03:17:05 ---> 5949bc8f8707 03:17:05 Step 9/26 : WORKDIR /device-onvif-camera 03:17:06 ---> Running in 3e73c81f209f 03:17:06 Removing intermediate container 3e73c81f209f 03:17:06 ---> 7d1836b5d7a8 03:17:06 Step 10/26 : COPY go.mod vendor* ./ 03:17:06 ---> cb5effa43522 03:17:06 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:17:06 ---> Running in ff72d0521a15 03:17:07 Removing intermediate container ff72d0521a15 03:17:07 ---> 7ed32cdb4ba7 03:17:07 Step 12/26 : COPY . . 03:17:07 ---> 054534fa52e3 03:17:07 Step 13/26 : RUN ${MAKE} 03:17:07 ---> Running in a8ca507e5117 03:17:08 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.18" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 03:17:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5415 in /w/workspace/undry_device-onvif-camera_PR-381 [Pipeline] { [Pipeline] ws 03:17:11 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 03:17:11 The recommended git tool is: git 03:17:16 using credential edgex-jenkins-ssh 03:17:16 Cloning the remote Git repository 03:17:16 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 03:17:16 > git init /w/workspace/device-onvif-camera/1 # timeout=10 03:17:16 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 03:17:16 > git --version # timeout=10 03:17:16 > git --version # 'git version 2.25.1' 03:17:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:18 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 03:17:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:19 Merging remotes/origin/main commit 4961a50c3c420d16cc3291a3be0ac7992b67990b into PR head commit 996892f2064276e69262fa551201627e8e5e938e 03:17:19 Merge succeeded, producing 996892f2064276e69262fa551201627e8e5e938e 03:17:19 Checking out Revision 996892f2064276e69262fa551201627e8e5e938e (PR-381) 03:17:18 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 03:17:18 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 03:17:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/381/head:refs/remotes/origin/PR-381 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:17:19 > git config core.sparsecheckout # timeout=10 03:17:19 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 03:17:19 > git remote # timeout=10 03:17:19 > git config --get remote.origin.url # timeout=10 03:17:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:19 > git merge 4961a50c3c420d16cc3291a3be0ac7992b67990b # timeout=10 03:17:19 > git rev-parse HEAD^{commit} # timeout=10 03:17:19 > git config core.sparsecheckout # timeout=10 03:17:19 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 03:17:20 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 03:17:20 > git --version # timeout=10 03:17:20 > git --version # 'git version 2.25.1' 03:17:20 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:17:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:17:21 % Total % Received % Xferd Average Speed Time Time Time Current 03:17:21 Dload Upload Total Spent Left Speed 03:17:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh 03:17:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:17:22 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 03:17:22 /etc/docker/daemon.json 03:17:22 { 03:17:22 "registry-mirrors": [ 03:17:22 "https://nexus3.edgexfoundry.org:10001" 03:17:22 ], 03:17:22 "bip": "10.250.0.254/24", 03:17:22 "hosts": [ 03:17:22 "tcp://0.0.0.0:5555", 03:17:22 "unix:///var/run/docker.sock" 03:17:22 ], 03:17:22 "mtu": 1458, 03:17:22 "selinux-enabled": true, 03:17:22 "seccomp-profile": "/etc/docker/seccomp.json" 03:17:22 } [Pipeline] sh 03:17:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:17:23 + sudo service docker restart 03:17:30 Removing intermediate container a8ca507e5117 03:17:30 ---> 10a23f5933c3 03:17:30 Step 14/26 : FROM alpine:3.17 03:17:30 3.17: Pulling from library/alpine 03:17:30 9398808236ff: Pulling fs layer 03:17:30 9398808236ff: Verifying Checksum 03:17:30 9398808236ff: Download complete 03:17:30 9398808236ff: Pull complete 03:17:30 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 03:17:30 Status: Downloaded newer image for alpine:3.17 03:17:30 ---> 1e0b8b5322fc 03:17:30 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 03:17:30 ---> Running in 2b46e52342f5 03:17:31 Removing intermediate container 2b46e52342f5 03:17:31 ---> 61cfc804b538 03:17:31 Step 16/26 : RUN apk add --update --no-cache dumb-init 03:17:31 ---> Running in 8e5972c4e2f2 03:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:17:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:17:31 (1/1) Installing dumb-init (1.2.5-r2) 03:17:31 Executing busybox-1.35.0-r29.trigger 03:17:31 OK: 7 MiB in 16 packages 03:17:32 Removing intermediate container 8e5972c4e2f2 03:17:32 ---> 6316b13c2922 03:17:32 Step 17/26 : WORKDIR / 03:17:32 ---> Running in a04f8504cc82 03:17:32 Removing intermediate container a04f8504cc82 03:17:32 ---> 171bda908f56 03:17:32 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 03:17:33 ---> 5d5dc05c19b8 03:17:33 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 03:17:33 ---> 2051e9f81645 03:17:33 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 03:17:33 ---> 22dd156a69b2 03:17:33 Step 21/26 : EXPOSE 59984 03:17:33 ---> Running in 1893d5446b44 03:17:33 Removing intermediate container 1893d5446b44 03:17:33 ---> 2208149c0193 03:17:33 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 03:17:33 ---> Running in 14a63fe6b97d 03:17:33 Removing intermediate container 14a63fe6b97d 03:17:33 ---> f1e399998048 03:17:33 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 03:17:33 ---> Running in c3f530a006be 03:17:33 Removing intermediate container c3f530a006be 03:17:33 ---> 1446c95572ff 03:17:33 Step 24/26 : LABEL arch=amd64 03:17:33 ---> Running in 5472202aaac8 03:17:33 Removing intermediate container 5472202aaac8 03:17:33 ---> b3a75596f3ef 03:17:33 Step 25/26 : LABEL git_sha=996892f2064276e69262fa551201627e8e5e938e 03:17:33 ---> Running in 96281882be0a 03:17:33 Removing intermediate container 96281882be0a 03:17:33 ---> ad8564d2f8a6 03:17:33 Step 26/26 : LABEL version=0.0.0 03:17:33 ---> Running in 72a48ce235c2 03:17:33 Removing intermediate container 72a48ce235c2 03:17:33 ---> f1e4101d7898 03:17:33 [Warning] One or more build-args [ARCH] were not consumed 03:17:33 Successfully built f1e4101d7898 03:17:33 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 03:17:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:17:34 03:17:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:17:35 latest: Pulling from edgex-lftools-log-publisher 03:17:35 5eb5b503b376: Pulling fs layer 03:17:35 5c69ac0246d0: Pulling fs layer 03:17:35 ec43610c2a17: Pulling fs layer 03:17:35 3a2ae6a8a46f: Pulling fs layer 03:17:35 33b1e0a273af: Pulling fs layer 03:17:35 5d3b04190fa2: Pulling fs layer 03:17:35 2f39f015ded8: Pulling fs layer 03:17:35 3a2ae6a8a46f: Waiting 03:17:35 33b1e0a273af: Waiting 03:17:35 5d3b04190fa2: Waiting 03:17:35 2f39f015ded8: Waiting 03:17:35 5c69ac0246d0: Download complete 03:17:35 3a2ae6a8a46f: Download complete 03:17:35 33b1e0a273af: Verifying Checksum 03:17:35 33b1e0a273af: Download complete 03:17:35 5d3b04190fa2: Verifying Checksum 03:17:35 5d3b04190fa2: Download complete 03:17:35 ec43610c2a17: Verifying Checksum 03:17:35 ec43610c2a17: Download complete 03:17:35 5eb5b503b376: Verifying Checksum 03:17:35 5eb5b503b376: Download complete 03:17:36 2f39f015ded8: Download complete 03:17:36 5eb5b503b376: Pull complete 03:17:36 5c69ac0246d0: Pull complete 03:17:37 ec43610c2a17: Pull complete 03:17:37 3a2ae6a8a46f: Pull complete 03:17:37 33b1e0a273af: Pull complete 03:17:37 5d3b04190fa2: Pull complete 03:17:41 2f39f015ded8: Pull complete 03:17:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:17:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:17:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:17:41 prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container 03:17:41 $ 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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:17:46 $ docker top 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider 03:17:46 provisioning config files... 03:17:46 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config5588420893618557778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:46 ---> job-cost.sh 03:17:46 lf-activate-venv: SKIPPING 03:17:46 INFO: No Stack... 03:17:46 ---> docker-login.sh 03:17:46 nexus3.edgexfoundry.org:10001 03:17:47 INFO: Retrieving Pricing Info for: v3-standard-8 03:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:47 Configure a credential helper to remove this warning. See 03:17:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:47 03:17:47 Login Succeeded 03:17:47 nexus3.edgexfoundry.org:10002 03:17:47 INFO: Archiving Costs [Pipeline] sh 03:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:47 + cat /w/workspace/undry_device-onvif-camera_PR-381/archives/cost.csv 03:17:47 + cut -d, -f6 [Pipeline] lock 03:17:47 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] 03:17:47 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] did not exist. Created. 03:17:47 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] { [Pipeline] unstash 03:17:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:47 Configure a credential helper to remove this warning. See 03:17:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:47 03:17:47 Login Succeeded 03:17:47 nexus3.edgexfoundry.org:10003 03:17:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 03:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:48 Configure a credential helper to remove this warning. See 03:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:48 03:17:48 Login Succeeded 03:17:48 nexus3.edgexfoundry.org:10004 03:17:48 + echo total: 0.2199999988079071 [Pipeline] stash 03:17:48 Stashed 1 file(s) [Pipeline] } 03:17:48 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:17:48 $ docker stop --time=1 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 03:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:48 Configure a credential helper to remove this warning. See 03:17:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:48 03:17:48 Login Succeeded 03:17:48 docker.io 03:17:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:49 Configure a credential helper to remove this warning. See 03:17:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:49 03:17:49 Login Succeeded 03:17:49 ---> docker-login.sh ends 03:17:49 $ docker rm -f --volumes 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 03:17:49 Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 03:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:17:50 ========================================================= 03:17:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 03:17:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:17:50 + 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 . 03:17:51 Sending build context to Docker daemon 14.2MB 03:17:51 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 03:17:51 Step 2/13 : FROM ${BASE} AS builder 03:17:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:17:53 edb6bdbacee9: Pulling fs layer 03:17:53 5f9638ab2659: Pulling fs layer 03:17:53 8d51d6327a98: Pulling fs layer 03:17:53 8b374f2dd631: Pulling fs layer 03:17:53 ec14aa9079de: Pulling fs layer 03:17:53 2f466654f4bb: Pulling fs layer 03:17:53 554e91adad29: Pulling fs layer 03:17:53 8b374f2dd631: Waiting 03:17:53 ec14aa9079de: Waiting 03:17:53 2f466654f4bb: Waiting 03:17:53 554e91adad29: Waiting 03:17:53 5f9638ab2659: Download complete 03:17:53 8b374f2dd631: Verifying Checksum 03:17:53 8b374f2dd631: Download complete 03:17:53 ec14aa9079de: Verifying Checksum 03:17:53 ec14aa9079de: Download complete 03:17:53 edb6bdbacee9: Verifying Checksum 03:17:53 edb6bdbacee9: Download complete 03:17:54 edb6bdbacee9: Pull complete 03:17:54 554e91adad29: Verifying Checksum 03:17:54 554e91adad29: Download complete 03:17:54 5f9638ab2659: Pull complete 03:17:55 8d51d6327a98: Verifying Checksum 03:17:55 8d51d6327a98: Download complete 03:17:55 2f466654f4bb: Verifying Checksum 03:17:55 2f466654f4bb: Download complete 03:18:08 8d51d6327a98: Pull complete 03:18:08 8b374f2dd631: Pull complete 03:18:08 ec14aa9079de: Pull complete 03:18:13 2f466654f4bb: Pull complete 03:18:16 554e91adad29: Pull complete 03:18:16 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 03:18:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:18:16 ---> 1e15ea492957 03:18:16 Step 3/13 : ARG ADD_BUILD_TAGS="" 03:18:17 ---> Running in a7b6cc07647f 03:18:17 Removing intermediate container a7b6cc07647f 03:18:17 ---> 84008b64f50a 03:18:17 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:18:17 ---> Running in 7031f0fa13d2 03:18:17 Removing intermediate container 7031f0fa13d2 03:18:17 ---> bc4d19872619 03:18:17 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 03:18:17 ---> Running in 6e96dc1df9bc 03:18:17 Removing intermediate container 6e96dc1df9bc 03:18:17 ---> 760806c3a1e3 03:18:17 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 03:18:18 ---> Running in 7449b23346a5 03:18:18 Removing intermediate container 7449b23346a5 03:18:18 ---> 100304ab9ff8 03:18:18 Step 7/13 : LABEL Name=edgex-device-onvif-camera 03:18:18 ---> Running in 9eb21b36ac78 03:18:18 Removing intermediate container 9eb21b36ac78 03:18:18 ---> 7afc60c1f077 03:18:18 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:18:19 ---> Running in c3bd1c63d9ee 03:18:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:18:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:18:21 OK: 263 MiB in 53 packages 03:18:22 Removing intermediate container c3bd1c63d9ee 03:18:22 ---> 50729a497aca 03:18:22 Step 9/13 : WORKDIR /device-onvif-camera 03:18:22 ---> Running in d056e9eb10c6 03:18:22 Removing intermediate container d056e9eb10c6 03:18:22 ---> 335939e218e6 03:18:22 Step 10/13 : COPY go.mod vendor* ./ 03:18:23 ---> 77b51104b7fa 03:18:23 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:18:23 ---> Running in e19ce139da5c 03:19:31 Removing intermediate container e19ce139da5c 03:19:31 ---> e6ffc912af3a 03:19:31 Step 12/13 : COPY . . 03:19:31 ---> 51e7991422f0 03:19:31 Step 13/13 : RUN ${MAKE} 03:19:31 ---> Running in 171efa74c770 03:19:31 noop 03:19:31 Removing intermediate container 171efa74c770 03:19:31 ---> e03e0929a822 03:19:31 Successfully built e03e0929a822 03:19:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:31 + docker inspect -f . ci-base-image-arm64 03:19:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:32 prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container 03:19:32 $ 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 ******** ci-base-image-arm64 cat 03:19:33 $ docker top a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:34 + go version 03:19:34 go version go1.20.6 linux/arm64 [Pipeline] } 03:19:34 $ docker stop --time=1 a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e 03:19:35 $ docker rm -f --volumes a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:19:36 + docker inspect -f . ci-base-image-arm64 03:19:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:19:36 prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container 03:19:36 $ 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 ******** ci-base-image-arm64 cat 03:19:38 $ docker top f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:38 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 03:19:38 + make test 03:19:38 go test ./... -coverprofile=coverage.out ./... 03:20:11 ? github.com/edgexfoundry/device-onvif-camera [no test files] 03:22:17 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 03:22:17 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 03:22:17 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.206s coverage: 31.5% of statements 03:22:35 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 26.345s coverage: 86.5% of statements 03:22:35 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:22:35 go vet ./... 03:23:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:23:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:23:02 ./bin/test-attribution-txt.sh [Pipeline] echo 03:23:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:23:02 $ docker stop --time=1 f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f 03:23:03 $ docker rm -f --volumes f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f [Pipeline] // withDockerContainer [Pipeline] sh 03:23:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:23:05 Warning: overwriting stash ‘coverage-report’ 03:23:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:23:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:23:06 + ls -al . 03:23:06 total 236 03:23:06 drwxrwxr-x 9 jenkins jenkins 4096 Sep 6 03:19 . 03:23:06 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 .. 03:23:06 drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 03:17 .git 03:23:06 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:17 .github 03:23:06 -rw-rw-r-- 1 jenkins jenkins 496 Sep 6 03:17 .gitignore 03:23:06 -rw-rw-r-- 1 jenkins jenkins 42 Sep 6 03:17 .golangci.yml 03:23:06 -rw-rw-r-- 1 jenkins jenkins 11155 Sep 6 03:17 Attribution.txt 03:23:06 -rw-rw-r-- 1 jenkins jenkins 15932 Sep 6 03:17 CHANGELOG.md 03:23:06 -rw-rw-r-- 1 jenkins jenkins 1574 Sep 6 03:17 Dockerfile 03:23:06 -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 03:17 GOVERNANCE.md 03:23:06 -rw-rw-r-- 1 jenkins jenkins 739 Sep 6 03:17 Jenkinsfile 03:23:06 -rw-rw-r-- 1 jenkins jenkins 11348 Sep 6 03:17 LICENSE 03:23:06 -rw-rw-r-- 1 jenkins jenkins 2877 Sep 6 03:17 Makefile 03:23:06 -rw-rw-r-- 1 jenkins jenkins 625 Sep 6 03:17 OWNERS.md 03:23:06 -rw-rw-r-- 1 jenkins jenkins 2620 Sep 6 03:17 README.md 03:23:06 -rw-rw-r-- 1 jenkins jenkins 5 Sep 6 03:15 VERSION 03:23:06 drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 03:17 bin 03:23:06 drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:17 cmd 03:23:06 -rw-r--r-- 1 jenkins jenkins 78456 Sep 6 03:22 coverage.out 03:23:06 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 doc 03:23:06 -rw-rw-r-- 1 jenkins jenkins 4085 Sep 6 03:17 go.mod 03:23:06 -rw-rw-r-- 1 jenkins jenkins 36344 Sep 6 03:17 go.sum 03:23:06 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 internal 03:23:06 drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 snap 03:23:06 -rw-rw-r-- 1 jenkins jenkins 236 Sep 6 03:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:07 + 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=996892f2064276e69262fa551201627e8e5e938e --label arch=arm64 --label version=0.0.0 . 03:23:07 Sending build context to Docker daemon 14.28MB 03:23:07 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 03:23:07 Step 2/26 : FROM ${BASE} AS builder 03:23:07 ---> e03e0929a822 03:23:07 Step 3/26 : ARG ADD_BUILD_TAGS="" 03:23:07 ---> Running in 040e0ccacf35 03:23:07 Removing intermediate container 040e0ccacf35 03:23:07 ---> 603e174581d6 03:23:07 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 03:23:07 ---> Running in 2600befd252d 03:23:08 Removing intermediate container 2600befd252d 03:23:08 ---> 76f32c2124af 03:23:08 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 03:23:08 ---> Running in 659d4ea9d634 03:23:08 Removing intermediate container 659d4ea9d634 03:23:08 ---> 2cb7893f370e 03:23:08 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 03:23:08 ---> Running in e9df39260f19 03:23:08 Removing intermediate container e9df39260f19 03:23:08 ---> 3e66b66c4b44 03:23:08 Step 7/26 : LABEL Name=edgex-device-onvif-camera 03:23:08 ---> Running in b7b29a7df737 03:23:09 Removing intermediate container b7b29a7df737 03:23:09 ---> 02a2e1e0681c 03:23:09 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:23:09 ---> Running in 71ce001b9a57 03:23:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:23:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:23:11 OK: 263 MiB in 53 packages 03:23:12 Removing intermediate container 71ce001b9a57 03:23:12 ---> bb98e8aa6d27 03:23:12 Step 9/26 : WORKDIR /device-onvif-camera 03:23:12 ---> Running in d034df03626c 03:23:12 Removing intermediate container d034df03626c 03:23:12 ---> 0b9732d732a6 03:23:12 Step 10/26 : COPY go.mod vendor* ./ 03:23:14 ---> 7ab1cd10db25 03:23:14 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:23:14 ---> Running in 8a9d9216d236 03:23:17 Removing intermediate container 8a9d9216d236 03:23:17 ---> 49382a087b24 03:23:17 Step 12/26 : COPY . . 03:23:18 ---> d13a58625345 03:23:18 Step 13/26 : RUN ${MAKE} 03:23:18 ---> Running in 3c815bd5dda1 03:23:19 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.18" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 03:25:40 Removing intermediate container 3c815bd5dda1 03:25:40 ---> def6a07ceecc 03:25:40 Step 14/26 : FROM alpine:3.17 03:25:40 3.17: Pulling from library/alpine 03:25:40 4060ece20d7a: Pulling fs layer 03:25:40 4060ece20d7a: Verifying Checksum 03:25:40 4060ece20d7a: Download complete 03:25:40 4060ece20d7a: Pull complete 03:25:40 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 03:25:40 Status: Downloaded newer image for alpine:3.17 03:25:40 ---> 8650cd65339b 03:25:40 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 03:25:40 ---> Running in e2c3179c00e2 03:25:40 Removing intermediate container e2c3179c00e2 03:25:40 ---> 308b0c12895d 03:25:40 Step 16/26 : RUN apk add --update --no-cache dumb-init 03:25:40 ---> Running in b1869caae684 03:25:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:25:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:25:40 (1/1) Installing dumb-init (1.2.5-r2) 03:25:40 Executing busybox-1.35.0-r29.trigger 03:25:40 OK: 8 MiB in 16 packages 03:25:40 Removing intermediate container b1869caae684 03:25:40 ---> aad233db3918 03:25:40 Step 17/26 : WORKDIR / 03:25:40 ---> Running in 7f5955901c8e 03:25:40 Removing intermediate container 7f5955901c8e 03:25:40 ---> dbbe849252a0 03:25:40 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 03:25:40 ---> 9e0add729bef 03:25:40 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 03:25:40 ---> 8fdedfd1e64e 03:25:40 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 03:25:41 ---> 9bef54debbc2 03:25:41 Step 21/26 : EXPOSE 59984 03:25:41 ---> Running in 1c17755806d3 03:25:41 Removing intermediate container 1c17755806d3 03:25:41 ---> 4d25982b6cf3 03:25:41 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 03:25:41 ---> Running in 1cebe32976f1 03:25:42 Removing intermediate container 1cebe32976f1 03:25:42 ---> a98d642267bb 03:25:42 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 03:25:42 ---> Running in c06d51e19a98 03:25:42 Removing intermediate container c06d51e19a98 03:25:42 ---> 1aeede469850 03:25:42 Step 24/26 : LABEL arch=arm64 03:25:42 ---> Running in 536e7b0ffef1 03:25:42 Removing intermediate container 536e7b0ffef1 03:25:42 ---> ce65b00244e7 03:25:42 Step 25/26 : LABEL git_sha=996892f2064276e69262fa551201627e8e5e938e 03:25:42 ---> Running in c55495b849eb 03:25:43 Removing intermediate container c55495b849eb 03:25:43 ---> ae121095d529 03:25:43 Step 26/26 : LABEL version=0.0.0 03:25:43 ---> Running in ccfb987805be 03:25:43 Removing intermediate container ccfb987805be 03:25:43 ---> ff6c0eca214a 03:25:43 [Warning] One or more build-args [ARCH] were not consumed 03:25:43 Successfully built ff6c0eca214a 03:25:43 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 03:25:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:25:44 03:25:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:25:44 arm64: Pulling from edgex-lftools-log-publisher 03:25:44 8998bd30e6a1: Pulling fs layer 03:25:44 04944245beec: Pulling fs layer 03:25:44 699f458cf7ca: Pulling fs layer 03:25:44 765212b225bb: Pulling fs layer 03:25:44 f23df028b6ca: Pulling fs layer 03:25:44 d65c8cfc05b1: Pulling fs layer 03:25:44 2437ff75d9bd: Pulling fs layer 03:25:44 f23df028b6ca: Waiting 03:25:44 d65c8cfc05b1: Waiting 03:25:44 2437ff75d9bd: Waiting 03:25:44 765212b225bb: Waiting 03:25:45 04944245beec: Verifying Checksum 03:25:45 04944245beec: Download complete 03:25:45 765212b225bb: Verifying Checksum 03:25:45 765212b225bb: Download complete 03:25:45 f23df028b6ca: Verifying Checksum 03:25:45 f23df028b6ca: Download complete 03:25:45 d65c8cfc05b1: Verifying Checksum 03:25:45 d65c8cfc05b1: Download complete 03:25:45 699f458cf7ca: Verifying Checksum 03:25:45 699f458cf7ca: Download complete 03:25:45 8998bd30e6a1: Verifying Checksum 03:25:45 8998bd30e6a1: Download complete 03:25:47 2437ff75d9bd: Verifying Checksum 03:25:47 2437ff75d9bd: Download complete 03:25:49 8998bd30e6a1: Pull complete 03:25:49 04944245beec: Pull complete 03:25:51 699f458cf7ca: Pull complete 03:25:51 765212b225bb: Pull complete 03:25:52 f23df028b6ca: Pull complete 03:25:52 d65c8cfc05b1: Pull complete 03:26:07 2437ff75d9bd: Pull complete 03:26:07 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:26:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:07 prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container 03:26:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:26:10 $ docker top a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:26:10 ---> job-cost.sh 03:26:11 lf-activate-venv: SKIPPING 03:26:11 INFO: No Stack... 03:26:11 INFO: Retrieving Pricing Info for: v3-standard-4 03:26:12 INFO: Archiving Costs [Pipeline] sh 03:26:12 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 03:26:12 + cut -d, -f6 [Pipeline] lock 03:26:12 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] 03:26:12 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] did not exist. Created. 03:26:12 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:26:13 /w/workspace/device-onvif-camera/1@tmp/durable-77c1bc2c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:26:13 + echo total: 0.10999999940395355 [Pipeline] stash 03:26:13 Warning: overwriting stash ‘stack-cost’ 03:26:13 Stashed 1 file(s) [Pipeline] } 03:26:13 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:26:13 $ docker stop --time=1 a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e 03:26:15 $ docker rm -f --volumes a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e [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 03:26:16 provisioning config files... 03:26:16 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config12278754110030389060tmp [Pipeline] { [Pipeline] sh 03:26:16 + set +x 03:26:16 + curl -s https://codecov.io/bash 03:26:16 + bash -s -- 03:26:16 03:26:16 _____ _ 03:26:16 / ____| | | 03:26:16 | | ___ __| | ___ ___ _____ __ 03:26:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:26:16 | |___| (_) | (_| | __/ (_| (_) \ V / 03:26:16 \_____\___/ \__,_|\___|\___\___/ \_/ 03:26:16 Bash-1.0.6 03:26:16 03:26:16 03:26:16 ==> git version 2.25.1 found 03:26:16 ==> 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 03:26:16 Release-Date: 2020-01-08 03:26:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:26:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:26:16 ==> Jenkins CI detected. 03:26:16 current dir:  /w/workspace/undry_device-onvif-camera_PR-381 03:26:16 project root: . 03:26:16 --> token set from env 03:26:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:26:16 ==> Running gcov in . (disable via -X gcov) 03:26:16 ==> Python coveragepy not found 03:26:16 ==> Searching for coverage reports in: 03:26:16 + . 03:26:16 -> Found 1 reports 03:26:16 ==> Detecting git/mercurial file structure 03:26:16 ==> Reading reports 03:26:16 + ./coverage.out bytes=78456 03:26:16 ==> Appending adjustments 03:26:16 https://docs.codecov.io/docs/fixing-reports 03:26:16 + Found adjustments 03:26:16 ==> Gzipping contents 03:26:16 12K /tmp/codecov.zDk2r1.gz 03:26:16 ==> Uploading reports 03:26:16 url: https://codecov.io 03:26:16 query: branch=PR-381&commit=996892f2064276e69262fa551201627e8e5e938e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-381%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=381&job=&cmd_args= 03:26:16 -> Pinging Codecov 03:26:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-381&commit=996892f2064276e69262fa551201627e8e5e938e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-381%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=381&job=&cmd_args= 03:26:17 -> Uploading to 03:26:17 https://storage.googleapis.com/codecov/v4/raw/2023-09-06/F29A59C45E3A92E06B3E522C9905F8EF/996892f2064276e69262fa551201627e8e5e938e/2b9f6044-65dc-4580-888f-a755bfc514dc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230906T032617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9253428610ccece6f96e89cd16a68daa61f7418c553e5c1c98e6fb91848b8990 03:26:17 % Total % Received % Xferd Average Speed Time Time Time Current 03:26:17 Dload Upload Total Spent Left Speed 03:26:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10561 0 0 100 10561 0 55293 --:--:-- --:--:-- --:--:-- 55293 03:26:17 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/996892f2064276e69262fa551201627e8e5e938e [Pipeline] } 03:26:17 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 03:26:19 + [ -d /w/workspace/undry_device-onvif-camera_PR-381/archives ] 03:26:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-381/archives 03:26:19 total 16 03:26:19 drwxr-xr-x 3 root root 4096 Sep 6 03:17 . 03:26:19 drwxrwxr-x 11 jenkins jenkins 4096 Sep 6 03:17 .. 03:26:19 drwxr-xr-x 2 root root 4096 Sep 6 03:17 cost 03:26:19 -rw-r--r-- 1 root root 91 Sep 6 03:17 cost.csv 03:26:19 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-381/archives 03:26:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-381/archives 03:26:19 total 16 03:26:19 drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 03:17 . 03:26:19 drwxrwxr-x 11 jenkins jenkins 4096 Sep 6 03:17 .. 03:26:19 drwxr-xr-x 2 jenkins jenkins 4096 Sep 6 03:17 cost 03:26:19 -rw-r--r-- 1 jenkins jenkins 91 Sep 6 03:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:26:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:26:20 ---> package-listing.sh 03:26:20 ++ facter osfamily 03:26:20 ++ tr '[:upper:]' '[:lower:]' 03:26:20 + OS_FAMILY=debian 03:26:20 + workspace=/w/workspace/undry_device-onvif-camera_PR-381 03:26:20 + START_PACKAGES=/tmp/packages_start.txt 03:26:20 + END_PACKAGES=/tmp/packages_end.txt 03:26:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:26:20 + PACKAGES=/tmp/packages_start.txt 03:26:20 + '[' /w/workspace/undry_device-onvif-camera_PR-381 ']' 03:26:20 + PACKAGES=/tmp/packages_end.txt 03:26:20 + case "${OS_FAMILY}" in 03:26:20 + dpkg -l 03:26:20 + grep '^ii' 03:26:20 + '[' -f /tmp/packages_start.txt ']' 03:26:20 + '[' -f /tmp/packages_end.txt ']' 03:26:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:26:20 + '[' /w/workspace/undry_device-onvif-camera_PR-381 ']' 03:26:20 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-381/archives/ 03:26:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-381/archives/ [Pipeline] echo 03:26:20 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-381/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:26:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:26:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:26:21 prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container 03:26:21 $ 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-381/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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:26:22 $ docker top ecb70ec5866151929f809ea6771c684f8b825ddb16833e1d3091c80b1b9b7ecc -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:22 + touch /tmp/pre-build-complete [Pipeline] sh 03:26:22 + mkdir -p /var/log/sysstat [Pipeline] sh 03:26:23 + ls /var/log/sa-host 03:26:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:26:23 provisioning config files... 03:26:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config15476177225458684824tmp [Pipeline] { [Pipeline] echo 03:26:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:26:23 ---> create-netrc.sh [Pipeline] } 03:26:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:26:24 ---> python-tools-install.sh [Pipeline] echo 03:26:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:26:24 ---> sudo-logs.sh 03:26:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:26:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:26:24 ---> job-cost.sh 03:26:24 lf-activate-venv: SKIPPING 03:26:24 DEBUG: total: 0.2199999988079071 03:26:24 INFO: Retrieving Stack Cost... 03:26:25 INFO: Retrieving Pricing Info for: v3-standard-8 03:26:25 INFO: Archiving Costs [Pipeline] echo 03:26:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:26:26 ---> logs-deploy.sh 03:26:26 lf-activate-venv: SKIPPING 03:26:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-381/1 03:26:26 INFO: archiving workspace using pattern(s): 03:26:27 Archives upload complete. 03:26:27 INFO: archiving logs to Nexus