Pull request #116 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ajcasagrande for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf+88753853dd15dc813abf6fe949f278b33fe89c26 (9fe2dc9cd4c76948ff2db07bb62bd274b0c001fe) 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-ssh4624305232806330512.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh14595750866329283716.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-116/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-116/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9851272117349457921.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-116/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8877360754457209469.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh669539506797551812.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-116/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-116/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14637584684140801935.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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] ========================================================= [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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-20705 in /w/workspace/undry_device-onvif-camera_PR-116 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-116 # 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 Merging remotes/origin/main commit 88753853dd15dc813abf6fe949f278b33fe89c26 into PR head commit 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf Merge succeeded, producing 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf Checking out Revision 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf (PR-116) > 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/116/head:refs/remotes/origin/PR-116 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf # 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 88753853dd15dc813abf6fe949f278b33fe89c26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf # timeout=10 Commit message: "fix: retry adding provision watchers if failed" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:49:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:49:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:49:22 ========================================================= 21:49:22 EdgeX Global Pipelines Version Info 21:49:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:49:23 ------------------- 21:49:23 stable info: 21:49:23 ------------------- 21:49:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:23 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 21:49:23 Message: update stable to v1.0.238 21:49:24 ------------------- 21:49:24 experimental info: 21:49:24 ------------------- 21:49:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:49:24 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 21:49:24 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 21:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-116 [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-116 [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-116 [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1f6183b [Pipeline] echo 21:49:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:49:25 provisioning config files... 21:49:25 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-116@tmp/config6526202271100156358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:26 ---> docker-login.sh 21:49:26 nexus3.edgexfoundry.org:10001 21:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:26 Configure a credential helper to remove this warning. See 21:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:26 21:49:26 Login Succeeded 21:49:26 nexus3.edgexfoundry.org:10002 21:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:27 Configure a credential helper to remove this warning. See 21:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:27 21:49:27 Login Succeeded 21:49:27 nexus3.edgexfoundry.org:10003 21:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:27 Configure a credential helper to remove this warning. See 21:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:27 21:49:27 Login Succeeded 21:49:27 nexus3.edgexfoundry.org:10004 21:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:27 Configure a credential helper to remove this warning. See 21:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:27 21:49:27 Login Succeeded 21:49:27 docker.io 21:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:27 Configure a credential helper to remove this warning. See 21:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:27 21:49:27 Login Succeeded 21:49:27 ---> docker-login.sh ends [Pipeline] } 21:49:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:49:28 + git rev-list -1 --merges 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf~1..1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [Pipeline] echo 21:49:28 -----------> git rev-list -1 --merges 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf~1..1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [false] [Pipeline] sh 21:49:28 + git log --format=format:%s -1 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [Pipeline] echo 21:49:28 ========================================================= 21:49:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:49:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:49:29 + git log --format=format:%s -1 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [Pipeline] echo 21:49:29 [semverPrep] GIT_COMMIT: 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf, Commit Message: fix: retry adding provision watchers if failed [Pipeline] echo 21:49:29 [semverPrep] This is not a build commit. [Pipeline] sh 21:49:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:49:29 + grep -v github /etc/ssh/ssh_known_hosts 21:49:29 + [ -e /tmp/ssh_known_hosts ] 21:49:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:49:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:49:29 + sudo tee -a /etc/ssh/ssh_known_hosts 21:49:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:30 21:49:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:30 0.1.4: Pulling from edgex-devops/py-git-semver 21:49:30 b85a868b505f: Pulling fs layer 21:49:30 e2be974225ed: Pulling fs layer 21:49:30 339a4e72a1f5: Pulling fs layer 21:49:30 988bab9f4d93: Pulling fs layer 21:49:30 1469e6f7b9e6: Pulling fs layer 21:49:30 eaf3925da568: Pulling fs layer 21:49:30 bab4dde63d76: Pulling fs layer 21:49:30 bde34c3a00c8: Pulling fs layer 21:49:30 b352a97aabf1: Pulling fs layer 21:49:30 4872d77fe225: Pulling fs layer 21:49:30 5851b861e8e6: Pulling fs layer 21:49:30 988bab9f4d93: Waiting 21:49:30 1469e6f7b9e6: Waiting 21:49:30 b352a97aabf1: Waiting 21:49:30 eaf3925da568: Waiting 21:49:30 bab4dde63d76: Waiting 21:49:30 bde34c3a00c8: Waiting 21:49:30 4872d77fe225: Waiting 21:49:30 5851b861e8e6: Waiting 21:49:30 e2be974225ed: Verifying Checksum 21:49:30 e2be974225ed: Download complete 21:49:30 988bab9f4d93: Verifying Checksum 21:49:30 988bab9f4d93: Download complete 21:49:30 1469e6f7b9e6: Verifying Checksum 21:49:30 1469e6f7b9e6: Download complete 21:49:30 339a4e72a1f5: Verifying Checksum 21:49:30 339a4e72a1f5: Download complete 21:49:30 eaf3925da568: Verifying Checksum 21:49:30 eaf3925da568: Download complete 21:49:30 bde34c3a00c8: Download complete 21:49:30 b352a97aabf1: Verifying Checksum 21:49:30 b352a97aabf1: Download complete 21:49:30 4872d77fe225: Download complete 21:49:30 5851b861e8e6: Verifying Checksum 21:49:30 5851b861e8e6: Download complete 21:49:30 b85a868b505f: Verifying Checksum 21:49:30 b85a868b505f: Download complete 21:49:31 bab4dde63d76: Verifying Checksum 21:49:31 bab4dde63d76: Download complete 21:49:32 b85a868b505f: Pull complete 21:49:32 e2be974225ed: Pull complete 21:49:32 339a4e72a1f5: Pull complete 21:49:32 988bab9f4d93: Pull complete 21:49:33 1469e6f7b9e6: Pull complete 21:49:33 eaf3925da568: Pull complete 21:49:35 bab4dde63d76: Pull complete 21:49:35 bde34c3a00c8: Pull complete 21:49:35 b352a97aabf1: Pull complete 21:49:35 4872d77fe225: Pull complete 21:49:35 5851b861e8e6: Pull complete 21:49:35 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:49:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:49:35 prd-ubuntu20.04-docker-8c-8g-20705 does not seem to be running inside a container 21:49:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-116 -v /w/workspace/undry_device-onvif-camera_PR-116:/w/workspace/undry_device-onvif-camera_PR-116:rw,z -v /w/workspace/undry_device-onvif-camera_PR-116@tmp:/w/workspace/undry_device-onvif-camera_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:49:37 $ docker top 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 -eo pid,comm 21:49:37 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). 21:49:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:49:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:37 [ssh-agent] Looking for ssh-agent implementation... 21:49:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:37 $ docker exec 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 ssh-agent 21:49:38 SSH_AUTH_SOCK=/tmp/ssh-RNEBTB1MgvNI/agent.36 21:49:38 SSH_AGENT_PID=42 21:49:38 Running ssh-add (command line suppressed) 21:49:38 Identity added: /w/workspace/undry_device-onvif-camera_PR-116@tmp/private_key_5685040099990006033.key (/w/workspace/undry_device-onvif-camera_PR-116@tmp/private_key_5685040099990006033.key) 21:49:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:38 + git tag --points-at HEAD [Pipeline] } 21:49:38 $ docker exec --env ******** --env ******** 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 ssh-agent -k 21:49:38 unset SSH_AUTH_SOCK; 21:49:38 unset SSH_AGENT_PID; 21:49:38 echo Agent pid 42 killed; 21:49:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:49:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:49:38 [ssh-agent] Looking for ssh-agent implementation... 21:49:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:49:38 $ docker exec 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 ssh-agent 21:49:39 SSH_AUTH_SOCK=/tmp/ssh-THYDww1D2Ybm/agent.76 21:49:39 SSH_AGENT_PID=82 21:49:39 Running ssh-add (command line suppressed) 21:49:39 Identity added: /w/workspace/undry_device-onvif-camera_PR-116@tmp/private_key_9130309365502038135.key (/w/workspace/undry_device-onvif-camera_PR-116@tmp/private_key_9130309365502038135.key) 21:49:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:49:39 + git semver init 21:49:39 2022-07-21 21:49:39,719 [run_init] DEBUG init version:0.0.0 force:False 21:49:39 2022-07-21 21:49:39,720 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-116/.semver 21:49:39 2022-07-21 21:49:39,721 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-116/.semver 21:49:39 2022-07-21 21:49:39,721 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-116/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-116, universal_newlines=False, shell=None, istream=None) 21:49:40 2022-07-21 21:49:40,477 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-116/.git/info/exclude 21:49:40 2022-07-21 21:49:40,478 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-116/.semver/PR-116 with force:False 21:49:40 2022-07-21 21:49:40,478 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-116/.semver/PR-116 21:49:40 2022-07-21 21:49:40,482 [execute] INFO git cat-file --batch-check 21:49:40 2022-07-21 21:49:40,482 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-116/.semver, universal_newlines=False, shell=None, istream=) 21:49:40 2022-07-21 21:49:40,488 [execute] INFO git cat-file --batch 21:49:40 2022-07-21 21:49:40,488 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-116/.semver, universal_newlines=False, shell=None, istream=) 21:49:40 2022-07-21 21:49:40,493 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-116/.semver/PR-116 21:49:40 0.0.0 [Pipeline] } 21:49:40 $ docker exec --env ******** --env ******** 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 ssh-agent -k 21:49:40 unset SSH_AUTH_SOCK; 21:49:40 unset SSH_AGENT_PID; 21:49:40 echo Agent pid 82 killed; 21:49:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:49:41 + git semver [Pipeline] } 21:49:41 $ docker stop --time=1 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 21:49:42 $ docker rm -f 47f545d2bbb59b7b114b5365b45217311bd0e120709a0e755e750ce3b7ea25a6 [Pipeline] // withDockerContainer [Pipeline] sh 21:49:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:49:43 Stashed 1 file(s) [Pipeline] echo 21:49:43 [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 21:49:44 provisioning config files... 21:49:44 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-116@tmp/config1854757711259223929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:49:44 ---> docker-login.sh 21:49:44 nexus3.edgexfoundry.org:10001 21:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:44 Configure a credential helper to remove this warning. See 21:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:44 21:49:44 Login Succeeded 21:49:44 nexus3.edgexfoundry.org:10002 21:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:44 Configure a credential helper to remove this warning. See 21:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:44 21:49:44 Login Succeeded 21:49:44 nexus3.edgexfoundry.org:10003 21:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:44 Configure a credential helper to remove this warning. See 21:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:44 21:49:44 Login Succeeded 21:49:44 nexus3.edgexfoundry.org:10004 21:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 docker.io 21:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:49:45 Configure a credential helper to remove this warning. See 21:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:49:45 21:49:45 Login Succeeded 21:49:45 ---> docker-login.sh ends [Pipeline] } 21:49:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:49:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:49:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:49:45 ========================================================= 21:49:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:49:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:49:46 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:49:46 Sending build context to Docker daemon 19.96MB 21:49:46 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 21:49:46 Step 2/13 : FROM ${BASE} AS builder 21:49:46 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:49:46 2408cc74d12b: Pulling fs layer 21:49:46 ea60b727a1ce: Pulling fs layer 21:49:46 30c4a7721957: Pulling fs layer 21:49:46 370296b7ddb6: Pulling fs layer 21:49:46 7c6cee850709: Pulling fs layer 21:49:46 39a5fcdaea64: Pulling fs layer 21:49:46 d94ebbe4e438: Pulling fs layer 21:49:46 bcfd1f05c69d: Pulling fs layer 21:49:46 59ccb84bbe0f: Pulling fs layer 21:49:46 370296b7ddb6: Waiting 21:49:46 7c6cee850709: Waiting 21:49:46 39a5fcdaea64: Waiting 21:49:46 d94ebbe4e438: Waiting 21:49:46 bcfd1f05c69d: Waiting 21:49:46 59ccb84bbe0f: Waiting 21:49:46 30c4a7721957: Download complete 21:49:46 ea60b727a1ce: Verifying Checksum 21:49:46 ea60b727a1ce: Download complete 21:49:46 7c6cee850709: Download complete 21:49:46 39a5fcdaea64: Verifying Checksum 21:49:46 39a5fcdaea64: Download complete 21:49:46 2408cc74d12b: Verifying Checksum 21:49:46 2408cc74d12b: Download complete 21:49:46 d94ebbe4e438: Verifying Checksum 21:49:46 d94ebbe4e438: Download complete 21:49:46 2408cc74d12b: Pull complete 21:49:46 ea60b727a1ce: Pull complete 21:49:46 30c4a7721957: Pull complete 21:49:46 59ccb84bbe0f: Verifying Checksum 21:49:46 59ccb84bbe0f: Download complete 21:49:46 bcfd1f05c69d: Download complete 21:49:47 370296b7ddb6: Verifying Checksum 21:49:47 370296b7ddb6: Download complete 21:49:51 370296b7ddb6: Pull complete 21:49:51 7c6cee850709: Pull complete 21:49:51 39a5fcdaea64: Pull complete 21:49:51 d94ebbe4e438: Pull complete 21:49:52 bcfd1f05c69d: Pull complete 21:49:53 59ccb84bbe0f: Pull complete 21:49:53 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 21:49:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:49:53 ---> a4fb48ad2a94 21:49:53 Step 3/13 : ARG MAKE="make build" 21:49:55 ---> Running in ffc8bb802c2b 21:49:55 Removing intermediate container ffc8bb802c2b 21:49:55 ---> 103b2384cc34 21:49:55 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 21:49:55 ---> Running in 7371638eba2d 21:49:55 Removing intermediate container 7371638eba2d 21:49:55 ---> 033946079154 21:49:55 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 21:49:55 ---> Running in 2438de2b50cc 21:49:55 Removing intermediate container 2438de2b50cc 21:49:55 ---> 6e3b2d658955 21:49:55 Step 6/13 : LABEL Name=edgex-device-onvif-camera 21:49:55 ---> Running in 434bc75490ca 21:49:55 Removing intermediate container 434bc75490ca 21:49:55 ---> d433b8031c27 21:49:55 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:55 ---> Running in 313cee9ba50d 21:49:56 Removing intermediate container 313cee9ba50d 21:49:56 ---> 68178239d724 21:49:56 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:49:56 ---> Running in 7b03620e5ade 21:49:56 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:49:57 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:49:57 OK: 211 MiB in 51 packages 21:49:58 Removing intermediate container 7b03620e5ade 21:49:58 ---> c1610aab56d5 21:49:58 Step 9/13 : WORKDIR /device-onvif-camera 21:49:58 ---> Running in 853ed95c748c 21:49:58 Removing intermediate container 853ed95c748c 21:49:58 ---> 47c957e6a000 21:49:58 Step 10/13 : COPY go.mod vendor* ./ 21:49:58 ---> 3cb826312749 21:49:58 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:49:58 ---> Running in 73055d271ef3 21:49:59 Still waiting to schedule task 21:49:59 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:50:20 Removing intermediate container 73055d271ef3 21:50:20 ---> a5ae7271fab7 21:50:20 Step 12/13 : COPY . . 21:50:20 ---> 725df4e42103 21:50:20 Step 13/13 : RUN ${MAKE} 21:50:20 ---> Running in f7da86b66cf5 21:50:20 noop 21:50:20 Removing intermediate container f7da86b66cf5 21:50:20 ---> bf9689190d57 21:50:20 Successfully built bf9689190d57 21:50:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:20 + docker inspect -f . ci-base-image-x86_64 21:50:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:50:21 prd-ubuntu20.04-docker-8c-8g-20705 does not seem to be running inside a container 21:50:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-116 -v /w/workspace/undry_device-onvif-camera_PR-116:/w/workspace/undry_device-onvif-camera_PR-116:rw,z -v /w/workspace/undry_device-onvif-camera_PR-116@tmp:/w/workspace/undry_device-onvif-camera_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:21 $ docker top 7c119d2ade033a2f8a15a4099ecfced4e2ee3a9e4c77f3cc42210904bf98d9df -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:21 + go version 21:50:21 go version go1.18.3 linux/amd64 [Pipeline] } 21:50:21 $ docker stop --time=1 7c119d2ade033a2f8a15a4099ecfced4e2ee3a9e4c77f3cc42210904bf98d9df 21:50:23 $ docker rm -f 7c119d2ade033a2f8a15a4099ecfced4e2ee3a9e4c77f3cc42210904bf98d9df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:23 + docker inspect -f . ci-base-image-x86_64 21:50:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:50:24 prd-ubuntu20.04-docker-8c-8g-20705 does not seem to be running inside a container 21:50:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/undry_device-onvif-camera_PR-116 -v /w/workspace/undry_device-onvif-camera_PR-116:/w/workspace/undry_device-onvif-camera_PR-116:rw,z -v /w/workspace/undry_device-onvif-camera_PR-116@tmp:/w/workspace/undry_device-onvif-camera_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:50:24 $ docker top c0585f522dd9a25159bbf37deef8da211d96edba83e5fee47da223d427fc9434 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:24 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-116 [Pipeline] fileExists [Pipeline] sh 21:50:25 + make test 21:50:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:50:25 ? github.com/edgexfoundry/device-onvif-camera [no test files] 21:50:35 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 21:50:35 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.022s coverage: 10.9% of statements 21:50:35 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 21:50:38 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.866s coverage: 13.8% of statements 21:50:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:50:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:50:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:50:47 ./bin/test-attribution-txt.sh [Pipeline] echo 21:50:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:50:48 $ docker stop --time=1 c0585f522dd9a25159bbf37deef8da211d96edba83e5fee47da223d427fc9434 21:50:50 $ docker rm -f c0585f522dd9a25159bbf37deef8da211d96edba83e5fee47da223d427fc9434 [Pipeline] // withDockerContainer [Pipeline] sh 21:50:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:50:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:50:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:50:51 + ls -al . 21:50:51 total 236 21:50:51 drwxrwxr-x 10 jenkins jenkins 4096 Jul 21 21:50 . 21:50:51 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:49 .. 21:50:51 drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 21:50 .git 21:50:51 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 21:49 .github 21:50:51 -rw-rw-r-- 1 jenkins jenkins 418 Jul 21 21:49 .gitignore 21:50:51 -rw-rw-r-- 1 jenkins jenkins 42 Jul 21 21:49 .golangci.yml 21:50:51 drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 21:49 .semver 21:50:51 -rw-rw-r-- 1 jenkins jenkins 9102 Jul 21 21:49 Attribution.txt 21:50:51 -rw-rw-r-- 1 jenkins jenkins 189 Jul 21 21:49 CHANGELOG.md 21:50:51 -rw-rw-r-- 1 jenkins jenkins 1669 Jul 21 21:49 Dockerfile 21:50:51 -rw-rw-r-- 1 jenkins jenkins 677 Jul 21 21:49 GOVERNANCE.md 21:50:51 -rw-rw-r-- 1 jenkins jenkins 660 Jul 21 21:49 Jenkinsfile 21:50:51 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 21 21:49 LICENSE 21:50:51 -rw-rw-r-- 1 jenkins jenkins 2473 Jul 21 21:49 Makefile 21:50:51 -rw-rw-r-- 1 jenkins jenkins 625 Jul 21 21:49 OWNERS.md 21:50:51 -rw-rw-r-- 1 jenkins jenkins 5796 Jul 21 21:49 README.md 21:50:51 -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 21:49 VERSION 21:50:51 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 21:49 bin 21:50:51 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 21:49 cmd 21:50:51 -rw-r--r-- 1 jenkins jenkins 78811 Jul 21 21:50 coverage.out 21:50:51 drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 21:49 doc 21:50:51 -rw-rw-r-- 1 jenkins jenkins 3496 Jul 21 21:49 go.mod 21:50:51 -rw-rw-r-- 1 jenkins jenkins 37305 Jul 21 21:49 go.sum 21:50:51 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:49 internal 21:50:51 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:49 snap 21:50:51 -rw-rw-r-- 1 jenkins jenkins 236 Jul 21 21:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:50:52 + 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=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf --label arch=amd64 --label version=0.0.0 . 21:50:52 Sending build context to Docker daemon 20.04MB 21:50:52 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 21:50:52 Step 2/26 : FROM ${BASE} AS builder 21:50:52 ---> bf9689190d57 21:50:52 Step 3/26 : ARG MAKE="make build" 21:50:52 ---> Running in 178a53f7dff5 21:50:52 Removing intermediate container 178a53f7dff5 21:50:52 ---> 8bcbfa63b597 21:50:52 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 21:50:52 ---> Running in d18448eb856c 21:50:52 Removing intermediate container d18448eb856c 21:50:52 ---> 15d94601e492 21:50:52 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 21:50:52 ---> Running in f5ddc751d08d 21:50:52 Removing intermediate container f5ddc751d08d 21:50:52 ---> e820c3923884 21:50:52 Step 6/26 : LABEL Name=edgex-device-onvif-camera 21:50:52 ---> Running in fcf96e6cb40f 21:50:52 Removing intermediate container fcf96e6cb40f 21:50:52 ---> 60aeba9c5877 21:50:52 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:50:52 ---> Running in fa4aab18b661 21:50:53 Removing intermediate container fa4aab18b661 21:50:53 ---> 72b52cc3e574 21:50:53 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:50:53 ---> Running in 45125097ec59 21:50:53 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:50:54 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:50:54 OK: 211 MiB in 51 packages 21:50:55 Removing intermediate container 45125097ec59 21:50:55 ---> 73a15a82dcda 21:50:55 Step 9/26 : WORKDIR /device-onvif-camera 21:50:55 ---> Running in f5b0ba6eb48b 21:50:55 Removing intermediate container f5b0ba6eb48b 21:50:55 ---> 157e37259221 21:50:55 Step 10/26 : COPY go.mod vendor* ./ 21:50:55 ---> 1a73c3b557d1 21:50:55 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:50:55 ---> Running in 172dfb7d03bb 21:50:56 Removing intermediate container 172dfb7d03bb 21:50:56 ---> 21a94fad4c6b 21:50:56 Step 12/26 : COPY . . 21:50:56 ---> 679f8df5cfef 21:50:56 Step 13/26 : RUN ${MAKE} 21:50:56 ---> Running in 7f57d3a72e05 21:50:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 21:51:18 Removing intermediate container 7f57d3a72e05 21:51:18 ---> 1cb74ecca901 21:51:18 Step 14/26 : FROM alpine:3.15 21:51:18 3.15: Pulling from library/alpine 21:51:18 ab6db1bc80d0: Pulling fs layer 21:51:18 ab6db1bc80d0: Download complete 21:51:18 ab6db1bc80d0: Pull complete 21:51:18 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 21:51:18 Status: Downloaded newer image for alpine:3.15 21:51:18 ---> 2720e26172a0 21:51:18 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:51:18 ---> Running in 39f6a77c0a06 21:51:18 Removing intermediate container 39f6a77c0a06 21:51:18 ---> a212abed306a 21:51:18 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 21:51:18 ---> Running in 866b7ead1b41 21:51:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:51:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:51:18 (1/6) Installing dumb-init (1.2.5-r1) 21:51:18 (2/6) Installing libgcc (10.3.1_git20211027-r0) 21:51:18 (3/6) Installing libsodium (1.0.18-r0) 21:51:18 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 21:51:18 (5/6) Installing libzmq (4.3.4-r0) 21:51:18 (6/6) Installing zeromq (4.3.4-r0) 21:51:18 Executing busybox-1.34.1-r7.trigger 21:51:18 OK: 8 MiB in 20 packages 21:51:18 Removing intermediate container 866b7ead1b41 21:51:18 ---> 609d57811d74 21:51:18 Step 17/26 : WORKDIR / 21:51:18 ---> Running in 83915296136c 21:51:18 Removing intermediate container 83915296136c 21:51:18 ---> c3324c82618b 21:51:18 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 21:51:18 ---> 7265d8613f87 21:51:18 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 21:51:18 ---> 9c051e03cf8c 21:51:18 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 21:51:18 ---> d3b53acc78ef 21:51:18 Step 21/26 : EXPOSE 59984 21:51:18 ---> Running in 1fee5ab43649 21:51:18 Removing intermediate container 1fee5ab43649 21:51:18 ---> 3d8d548f9133 21:51:18 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 21:51:18 ---> Running in d689dc8289b8 21:51:19 Removing intermediate container d689dc8289b8 21:51:19 ---> 68aa96d6d270 21:51:19 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:51:19 ---> Running in 658d58b9bb2c 21:51:19 Removing intermediate container 658d58b9bb2c 21:51:19 ---> 7fb70d102bc3 21:51:19 Step 24/26 : LABEL arch=amd64 21:51:19 ---> Running in bc2a2abe7ac7 21:51:19 Removing intermediate container bc2a2abe7ac7 21:51:19 ---> e0543e95bf1e 21:51:19 Step 25/26 : LABEL git_sha=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf 21:51:19 ---> Running in 9b25ae0a26de 21:51:19 Removing intermediate container 9b25ae0a26de 21:51:19 ---> 849c6f0ba1a7 21:51:19 Step 26/26 : LABEL version=0.0.0 21:51:19 ---> Running in 4a2ea5b03232 21:51:19 Removing intermediate container 4a2ea5b03232 21:51:19 ---> acc7704d5a11 21:51:19 [Warning] One or more build-args [ARCH] were not consumed 21:51:19 Successfully built acc7704d5a11 21:51:19 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 21:51:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:20 21:51:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:51:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:20 latest: Pulling from edgex-lftools-log-publisher 21:51:20 5eb5b503b376: Pulling fs layer 21:51:20 5c69ac0246d0: Pulling fs layer 21:51:20 ec43610c2a17: Pulling fs layer 21:51:20 3a2ae6a8a46f: Pulling fs layer 21:51:20 33b1e0a273af: Pulling fs layer 21:51:20 5d3b04190fa2: Pulling fs layer 21:51:20 2f39f015ded8: Pulling fs layer 21:51:20 33b1e0a273af: Waiting 21:51:20 5d3b04190fa2: Waiting 21:51:20 3a2ae6a8a46f: Waiting 21:51:20 2f39f015ded8: Waiting 21:51:20 5c69ac0246d0: Verifying Checksum 21:51:20 5c69ac0246d0: Download complete 21:51:20 3a2ae6a8a46f: Verifying Checksum 21:51:20 3a2ae6a8a46f: Download complete 21:51:20 33b1e0a273af: Verifying Checksum 21:51:20 33b1e0a273af: Download complete 21:51:20 ec43610c2a17: Verifying Checksum 21:51:20 ec43610c2a17: Download complete 21:51:20 5d3b04190fa2: Verifying Checksum 21:51:20 5d3b04190fa2: Download complete 21:51:20 5eb5b503b376: Download complete 21:51:21 2f39f015ded8: Download complete 21:51:21 5eb5b503b376: Pull complete 21:51:21 5c69ac0246d0: Pull complete 21:51:22 ec43610c2a17: Pull complete 21:51:22 3a2ae6a8a46f: Pull complete 21:51:22 33b1e0a273af: Pull complete 21:51:22 5d3b04190fa2: Pull complete 21:51:27 2f39f015ded8: Pull complete 21:51:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:51:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:51:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:51:27 prd-ubuntu20.04-docker-8c-8g-20705 does not seem to be running inside a container 21:51:27 $ 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-116 -v /w/workspace/undry_device-onvif-camera_PR-116:/w/workspace/undry_device-onvif-camera_PR-116:rw,z -v /w/workspace/undry_device-onvif-camera_PR-116@tmp:/w/workspace/undry_device-onvif-camera_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:51:29 $ docker top df80dc79d243ab38f4dc060ea3b37a9763daa1ce0ac014488908bfdd97cf517f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:29 ---> job-cost.sh 21:51:29 lf-activate-venv: SKIPPING 21:51:29 INFO: No Stack... 21:51:29 INFO: Retrieving Pricing Info for: v3-standard-8 21:51:30 INFO: Archiving Costs [Pipeline] sh 21:51:30 + + cat /w/workspace/undry_device-onvif-camera_PR-116/archives/cost.csv 21:51:30 cut -d, -f6 [Pipeline] lock 21:51:30 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] 21:51:30 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] did not exist. Created. 21:51:30 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:51:31 + echo total: 0.2199999988079071 [Pipeline] stash 21:51:31 Stashed 1 file(s) [Pipeline] } 21:51:31 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:51:31 $ docker stop --time=1 df80dc79d243ab38f4dc060ea3b37a9763daa1ce0ac014488908bfdd97cf517f 21:51:32 $ docker rm -f df80dc79d243ab38f4dc060ea3b37a9763daa1ce0ac014488908bfdd97cf517f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:51:37 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20706 in /w/workspace/undry_device-onvif-camera_PR-116 [Pipeline] { [Pipeline] ws 21:51:37 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 21:51:37 Selected Git installation does not exist. Using Default 21:51:37 The recommended git tool is: NONE 21:51:45 using credential edgex-jenkins-ssh 21:51:45 Cloning the remote Git repository 21:51:45 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 21:51:45 > git init /w/workspace/device-onvif-camera/1 # timeout=10 21:51:45 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 21:51:45 > git --version # timeout=10 21:51:45 > git --version # 'git version 2.25.1' 21:51:45 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:47 Merging remotes/origin/main commit 88753853dd15dc813abf6fe949f278b33fe89c26 into PR head commit 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf 21:51:46 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 21:51:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:46 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 21:51:47 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 21:51:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/116/head:refs/remotes/origin/PR-116 +refs/heads/main:refs/remotes/origin/main # timeout=10 21:51:47 > git config core.sparsecheckout # timeout=10 21:51:47 > git checkout -f 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf # timeout=10 21:51:47 Merge succeeded, producing 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf 21:51:47 Checking out Revision 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf (PR-116) 21:51:47 > git remote # timeout=10 21:51:47 > git config --get remote.origin.url # timeout=10 21:51:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:47 > git merge 88753853dd15dc813abf6fe949f278b33fe89c26 # timeout=10 21:51:47 > git rev-parse HEAD^{commit} # timeout=10 21:51:47 > git config core.sparsecheckout # timeout=10 21:51:47 > git checkout -f 1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf # timeout=10 21:51:52 Commit message: "fix: retry adding provision watchers if failed" 21:51:52 > git --version # timeout=10 21:51:52 > git --version # 'git version 2.25.1' 21:51:52 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:51:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 21:51:53 Dload Upload Total Spent Left Speed 21:51:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 94861 0 --:--:-- --:--:-- --:--:-- 94861 [Pipeline] sh 21:51:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:51:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 21:51:54 + sudo tee /etc/docker/daemon.new 21:51:54 { 21:51:54 "registry-mirrors": [ 21:51:54 "https://nexus3.edgexfoundry.org:10001" 21:51:54 ], 21:51:54 "bip": "10.250.0.254/24", 21:51:54 "hosts": [ 21:51:54 "tcp://0.0.0.0:5555", 21:51:54 "unix:///var/run/docker.sock" 21:51:54 ], 21:51:54 "mtu": 1458, 21:51:54 "selinux-enabled": true, 21:51:54 "seccomp-profile": "/etc/docker/seccomp.json" 21:51:54 } [Pipeline] sh 21:51:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:51:55 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:13 provisioning config files... 21:52:14 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config90722733606712887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:14 ---> docker-login.sh 21:52:14 nexus3.edgexfoundry.org:10001 21:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:15 Configure a credential helper to remove this warning. See 21:52:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:15 21:52:15 Login Succeeded 21:52:15 nexus3.edgexfoundry.org:10002 21:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:15 Configure a credential helper to remove this warning. See 21:52:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:15 21:52:15 Login Succeeded 21:52:15 nexus3.edgexfoundry.org:10003 21:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:16 Configure a credential helper to remove this warning. See 21:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:16 21:52:16 Login Succeeded 21:52:16 nexus3.edgexfoundry.org:10004 21:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:16 Configure a credential helper to remove this warning. See 21:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:16 21:52:16 Login Succeeded 21:52:16 docker.io 21:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:17 Configure a credential helper to remove this warning. See 21:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:17 21:52:17 Login Succeeded 21:52:17 ---> docker-login.sh ends [Pipeline] } 21:52:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:52:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:52:18 ========================================================= 21:52:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:52:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:52:18 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 21:52:19 Sending build context to Docker daemon 13.61MB 21:52:19 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 21:52:19 Step 2/13 : FROM ${BASE} AS builder 21:52:19 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:52:19 b3c136eddcbf: Pulling fs layer 21:52:19 c0a3192eca97: Pulling fs layer 21:52:19 a050256f5b6f: Pulling fs layer 21:52:19 656be50a0ddc: Pulling fs layer 21:52:19 2bbca73fdf42: Pulling fs layer 21:52:19 46d945488cbd: Pulling fs layer 21:52:19 8a5474983e97: Pulling fs layer 21:52:19 329c88fbcd65: Pulling fs layer 21:52:19 46d945488cbd: Waiting 21:52:19 8a5474983e97: Waiting 21:52:19 2bbca73fdf42: Waiting 21:52:19 656be50a0ddc: Waiting 21:52:19 329c88fbcd65: Waiting 21:52:19 a050256f5b6f: Verifying Checksum 21:52:19 a050256f5b6f: Download complete 21:52:19 c0a3192eca97: Download complete 21:52:19 2bbca73fdf42: Verifying Checksum 21:52:19 2bbca73fdf42: Download complete 21:52:19 b3c136eddcbf: Download complete 21:52:19 46d945488cbd: Verifying Checksum 21:52:19 46d945488cbd: Download complete 21:52:20 b3c136eddcbf: Pull complete 21:52:20 329c88fbcd65: Verifying Checksum 21:52:20 329c88fbcd65: Download complete 21:52:21 c0a3192eca97: Pull complete 21:52:21 a050256f5b6f: Pull complete 21:52:21 8a5474983e97: Verifying Checksum 21:52:21 8a5474983e97: Download complete 21:52:22 656be50a0ddc: Verifying Checksum 21:52:22 656be50a0ddc: Download complete 21:52:34 656be50a0ddc: Pull complete 21:52:35 2bbca73fdf42: Pull complete 21:52:35 46d945488cbd: Pull complete 21:52:42 8a5474983e97: Pull complete 21:52:44 329c88fbcd65: Pull complete 21:52:44 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 21:52:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:52:44 ---> ff4287adb874 21:52:44 Step 3/13 : ARG MAKE="make build" 21:52:45 ---> Running in 2b294544c132 21:52:45 Removing intermediate container 2b294544c132 21:52:45 ---> 823248c5fc6d 21:52:45 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 21:52:45 ---> Running in 36da2c47b184 21:52:45 Removing intermediate container 36da2c47b184 21:52:45 ---> be28c33069d5 21:52:45 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 21:52:45 ---> Running in f7bf79c3121a 21:52:45 Removing intermediate container f7bf79c3121a 21:52:45 ---> 194b39c478de 21:52:45 Step 6/13 : LABEL Name=edgex-device-onvif-camera 21:52:45 ---> Running in a940ad36f346 21:52:46 Removing intermediate container a940ad36f346 21:52:46 ---> a02b9fb2e78c 21:52:46 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:46 ---> Running in 489b44a4d200 21:52:48 Removing intermediate container 489b44a4d200 21:52:48 ---> a1f13e8146b2 21:52:48 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:52:48 ---> Running in c582c8b08e50 21:52:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:52:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:52:51 OK: 221 MiB in 51 packages 21:52:52 Removing intermediate container c582c8b08e50 21:52:52 ---> aa28e857839b 21:52:52 Step 9/13 : WORKDIR /device-onvif-camera 21:52:52 ---> Running in ec25778b78d0 21:52:53 Removing intermediate container ec25778b78d0 21:52:53 ---> ebcf8a84a564 21:52:53 Step 10/13 : COPY go.mod vendor* ./ 21:52:53 ---> c83800b0e8f1 21:52:53 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:52:53 ---> Running in ff1f87414795 21:53:40 Removing intermediate container ff1f87414795 21:53:40 ---> 4fda56b37305 21:53:40 Step 12/13 : COPY . . 21:53:40 ---> d505289b41fa 21:53:40 Step 13/13 : RUN ${MAKE} 21:53:40 ---> Running in 4e4994cb695c 21:53:40 noop 21:53:40 Removing intermediate container 4e4994cb695c 21:53:40 ---> e0d2ad6b6154 21:53:40 Successfully built e0d2ad6b6154 21:53:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:41 + docker inspect -f . ci-base-image-arm64 21:53:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:41 prd-ubuntu20.04-docker-arm64-4c-16g-20706 does not seem to be running inside a container 21:53:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:53:42 $ docker top f937b9f8fcdfc6a41e7d23730e33c215caae750446c87b1075da4d282494e84c -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:43 + go version 21:53:43 go version go1.18.3 linux/arm64 [Pipeline] } 21:53:43 $ docker stop --time=1 f937b9f8fcdfc6a41e7d23730e33c215caae750446c87b1075da4d282494e84c 21:53:45 $ docker rm -f f937b9f8fcdfc6a41e7d23730e33c215caae750446c87b1075da4d282494e84c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:53:46 + docker inspect -f . ci-base-image-arm64 21:53:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:53:46 prd-ubuntu20.04-docker-arm64-4c-16g-20706 does not seem to be running inside a container 21:53:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:53:48 $ docker top c883c30600ecd2c1af9403da6090b9a93098bc85709896c80d715bf29e550ba8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:49 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 21:53:49 + make test 21:53:49 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:53:51 ? github.com/edgexfoundry/device-onvif-camera [no test files] 21:55:13 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 21:55:17 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.101s coverage: 10.9% of statements 21:55:17 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 21:55:44 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.437s coverage: 13.8% of statements 21:55:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 21:55:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:56:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:56:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:56:02 ./bin/test-attribution-txt.sh [Pipeline] echo 21:56:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 21:56:04 $ docker stop --time=1 c883c30600ecd2c1af9403da6090b9a93098bc85709896c80d715bf29e550ba8 21:56:06 $ docker rm -f c883c30600ecd2c1af9403da6090b9a93098bc85709896c80d715bf29e550ba8 [Pipeline] // withDockerContainer [Pipeline] sh 21:56:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:56:07 Warning: overwriting stash ‘coverage-report’ 21:56:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:56:08 + ls -al . 21:56:08 total 232 21:56:08 drwxrwxr-x 9 jenkins jenkins 4096 Jul 21 21:56 . 21:56:08 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:51 .. 21:56:08 drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 21:51 .git 21:56:08 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 21:51 .github 21:56:08 -rw-rw-r-- 1 jenkins jenkins 418 Jul 21 21:51 .gitignore 21:56:08 -rw-rw-r-- 1 jenkins jenkins 42 Jul 21 21:51 .golangci.yml 21:56:08 -rw-rw-r-- 1 jenkins jenkins 9102 Jul 21 21:51 Attribution.txt 21:56:08 -rw-rw-r-- 1 jenkins jenkins 189 Jul 21 21:51 CHANGELOG.md 21:56:08 -rw-rw-r-- 1 jenkins jenkins 1669 Jul 21 21:51 Dockerfile 21:56:08 -rw-rw-r-- 1 jenkins jenkins 677 Jul 21 21:51 GOVERNANCE.md 21:56:08 -rw-rw-r-- 1 jenkins jenkins 660 Jul 21 21:51 Jenkinsfile 21:56:08 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 21 21:51 LICENSE 21:56:08 -rw-rw-r-- 1 jenkins jenkins 2473 Jul 21 21:51 Makefile 21:56:08 -rw-rw-r-- 1 jenkins jenkins 625 Jul 21 21:51 OWNERS.md 21:56:08 -rw-rw-r-- 1 jenkins jenkins 5796 Jul 21 21:51 README.md 21:56:08 -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 21:49 VERSION 21:56:08 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 21:51 bin 21:56:08 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 21:51 cmd 21:56:08 -rw-r--r-- 1 jenkins jenkins 78811 Jul 21 21:55 coverage.out 21:56:08 drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 21:51 doc 21:56:08 -rw-rw-r-- 1 jenkins jenkins 3496 Jul 21 21:51 go.mod 21:56:08 -rw-rw-r-- 1 jenkins jenkins 37305 Jul 21 21:51 go.sum 21:56:08 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:51 internal 21:56:08 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 21:51 snap 21:56:08 -rw-rw-r-- 1 jenkins jenkins 236 Jul 21 21:51 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:56:09 + 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=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf --label arch=arm64 --label version=0.0.0 . 21:56:09 Sending build context to Docker daemon 13.69MB 21:56:09 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 21:56:09 Step 2/26 : FROM ${BASE} AS builder 21:56:09 ---> e0d2ad6b6154 21:56:09 Step 3/26 : ARG MAKE="make build" 21:56:09 ---> Running in 39e34b666730 21:56:10 Removing intermediate container 39e34b666730 21:56:10 ---> 5bd197d21d01 21:56:10 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 21:56:10 ---> Running in 28f0df3169d3 21:56:10 Removing intermediate container 28f0df3169d3 21:56:10 ---> b60ec2f994fe 21:56:10 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 21:56:10 ---> Running in 12dde3e9d903 21:56:11 Removing intermediate container 12dde3e9d903 21:56:11 ---> 5cfbde646b6b 21:56:11 Step 6/26 : LABEL Name=edgex-device-onvif-camera 21:56:11 ---> Running in 3ddcafe9284b 21:56:11 Removing intermediate container 3ddcafe9284b 21:56:11 ---> f0b6faf2cb66 21:56:11 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:11 ---> Running in 78a880312581 21:56:13 Removing intermediate container 78a880312581 21:56:13 ---> 677ac0cdef88 21:56:13 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:56:13 ---> Running in 03496320a748 21:56:14 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:56:15 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:56:16 OK: 221 MiB in 51 packages 21:56:16 Removing intermediate container 03496320a748 21:56:16 ---> 97d664a8f28e 21:56:16 Step 9/26 : WORKDIR /device-onvif-camera 21:56:16 ---> Running in 4d23ebcb5881 21:56:16 Removing intermediate container 4d23ebcb5881 21:56:16 ---> e5339b4610e1 21:56:16 Step 10/26 : COPY go.mod vendor* ./ 21:56:17 ---> 788206d17460 21:56:17 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:56:17 ---> Running in b50af84573cc 21:56:19 Removing intermediate container b50af84573cc 21:56:19 ---> 280a7cf6ae99 21:56:19 Step 12/26 : COPY . . 21:56:20 ---> c968e8ce6783 21:56:20 Step 13/26 : RUN ${MAKE} 21:56:20 ---> Running in c7eb97c7c0d6 21:56:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 21:58:28 Removing intermediate container c7eb97c7c0d6 21:58:28 ---> d0b1df97d02a 21:58:28 Step 14/26 : FROM alpine:3.15 21:58:28 3.15: Pulling from library/alpine 21:58:28 e0295fd11fe2: Pulling fs layer 21:58:28 e0295fd11fe2: Verifying Checksum 21:58:28 e0295fd11fe2: Download complete 21:58:28 e0295fd11fe2: Pull complete 21:58:28 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 21:58:28 Status: Downloaded newer image for alpine:3.15 21:58:28 ---> 60f2846fe774 21:58:28 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 21:58:28 ---> Running in 4e3465abf837 21:58:28 Removing intermediate container 4e3465abf837 21:58:28 ---> 3a0390c7efd5 21:58:28 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 21:58:28 ---> Running in 36e77485c67d 21:58:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:58:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:58:29 (1/6) Installing dumb-init (1.2.5-r1) 21:58:29 (2/6) Installing libgcc (10.3.1_git20211027-r0) 21:58:29 (3/6) Installing libsodium (1.0.18-r0) 21:58:29 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 21:58:29 (5/6) Installing libzmq (4.3.4-r0) 21:58:29 (6/6) Installing zeromq (4.3.4-r0) 21:58:29 Executing busybox-1.34.1-r7.trigger 21:58:29 OK: 8 MiB in 20 packages 21:58:30 Removing intermediate container 36e77485c67d 21:58:30 ---> dc1903cdfa70 21:58:30 Step 17/26 : WORKDIR / 21:58:30 ---> Running in 4e82b3c8dfee 21:58:30 Removing intermediate container 4e82b3c8dfee 21:58:30 ---> 1938611c8ff6 21:58:30 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 21:58:32 ---> 8eab7082bd55 21:58:32 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 21:58:32 ---> 85382e7168b4 21:58:32 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 21:58:33 ---> 30cf9744e848 21:58:33 Step 21/26 : EXPOSE 59984 21:58:33 ---> Running in 2c4176e2ec86 21:58:33 Removing intermediate container 2c4176e2ec86 21:58:33 ---> 22a21b168514 21:58:33 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 21:58:33 ---> Running in 928e5ec0cb1b 21:58:33 Removing intermediate container 928e5ec0cb1b 21:58:33 ---> a6c735a0a8f0 21:58:33 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:34 ---> Running in 761ba152994f 21:58:34 Removing intermediate container 761ba152994f 21:58:34 ---> b5e3e1eb566c 21:58:34 Step 24/26 : LABEL arch=arm64 21:58:34 ---> Running in d86ca9aefcb8 21:58:34 Removing intermediate container d86ca9aefcb8 21:58:34 ---> 179034a4438b 21:58:34 Step 25/26 : LABEL git_sha=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf 21:58:34 ---> Running in 5e9bce045553 21:58:35 Removing intermediate container 5e9bce045553 21:58:35 ---> ce874cf8069a 21:58:35 Step 26/26 : LABEL version=0.0.0 21:58:35 ---> Running in ca011143635c 21:58:35 Removing intermediate container ca011143635c 21:58:35 ---> 5e0fbabfcc77 21:58:35 [Warning] One or more build-args [ARCH] were not consumed 21:58:35 Successfully built 5e0fbabfcc77 21:58:35 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:58:36 21:58:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:58:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:58:37 arm64: Pulling from edgex-lftools-log-publisher 21:58:37 8998bd30e6a1: Pulling fs layer 21:58:37 04944245beec: Pulling fs layer 21:58:37 699f458cf7ca: Pulling fs layer 21:58:37 765212b225bb: Pulling fs layer 21:58:37 f23df028b6ca: Pulling fs layer 21:58:37 d65c8cfc05b1: Pulling fs layer 21:58:37 2437ff75d9bd: Pulling fs layer 21:58:37 f23df028b6ca: Waiting 21:58:37 d65c8cfc05b1: Waiting 21:58:37 2437ff75d9bd: Waiting 21:58:37 765212b225bb: Waiting 21:58:37 04944245beec: Verifying Checksum 21:58:37 04944245beec: Download complete 21:58:37 765212b225bb: Verifying Checksum 21:58:37 765212b225bb: Download complete 21:58:37 f23df028b6ca: Download complete 21:58:37 d65c8cfc05b1: Verifying Checksum 21:58:37 d65c8cfc05b1: Download complete 21:58:37 699f458cf7ca: Verifying Checksum 21:58:37 699f458cf7ca: Download complete 21:58:37 8998bd30e6a1: Verifying Checksum 21:58:37 8998bd30e6a1: Download complete 21:58:40 2437ff75d9bd: Verifying Checksum 21:58:40 2437ff75d9bd: Download complete 21:58:42 8998bd30e6a1: Pull complete 21:58:42 04944245beec: Pull complete 21:58:44 699f458cf7ca: Pull complete 21:58:44 765212b225bb: Pull complete 21:58:45 f23df028b6ca: Pull complete 21:58:45 d65c8cfc05b1: Pull complete 21:59:00 2437ff75d9bd: Pull complete 21:59:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:59:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:59:00 prd-ubuntu20.04-docker-arm64-4c-16g-20706 does not seem to be running inside a container 21:59:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:59:03 $ docker top 3f9a6a2a3ff00e1701692afed3a63b5da6c9be3e7b08d5e10610b0ea87bfc86a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:04 ---> job-cost.sh 21:59:04 lf-activate-venv: SKIPPING 21:59:04 INFO: No Stack... 21:59:05 INFO: Retrieving Pricing Info for: v3-standard-4 21:59:05 INFO: Archiving Costs [Pipeline] sh 21:59:06 + cut -d, -f6 21:59:06 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock 21:59:06 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] 21:59:06 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] did not exist. Created. 21:59:06 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:59:07 /w/workspace/device-onvif-camera/1@tmp/durable-2f40500d/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 21:59:07 + echo total: 0.10999999940395355 [Pipeline] stash 21:59:08 Warning: overwriting stash ‘stack-cost’ 21:59:08 Stashed 1 file(s) [Pipeline] } 21:59:08 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-116-1-stack-cost] [Pipeline] // lock [Pipeline] } 21:59:08 $ docker stop --time=1 3f9a6a2a3ff00e1701692afed3a63b5da6c9be3e7b08d5e10610b0ea87bfc86a 21:59:09 $ docker rm -f 3f9a6a2a3ff00e1701692afed3a63b5da6c9be3e7b08d5e10610b0ea87bfc86a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:59:10 provisioning config files... 21:59:10 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-116@tmp/config401880254264799744tmp [Pipeline] { [Pipeline] sh 21:59:11 + set +x 21:59:11 + curl -s https://codecov.io/bash 21:59:11 + bash -s -- 21:59:11 21:59:11 _____ _ 21:59:11 / ____| | | 21:59:11 | | ___ __| | ___ ___ _____ __ 21:59:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:59:11 | |___| (_) | (_| | __/ (_| (_) \ V / 21:59:11 \_____\___/ \__,_|\___|\___\___/ \_/ 21:59:11 Bash-1.0.6 21:59:11 21:59:11 21:59:11 ==> git version 2.25.1 found 21:59:11 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:59:11 Release-Date: 2020-01-08 21:59:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:59:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:59:11 ==> Jenkins CI detected. 21:59:11 current dir:  /w/workspace/undry_device-onvif-camera_PR-116 21:59:11 project root: . 21:59:11 --> token set from env 21:59:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:59:11 ==> Running gcov in . (disable via -X gcov) 21:59:11 ==> Python coveragepy not found 21:59:11 ==> Searching for coverage reports in: 21:59:11 + . 21:59:11 -> Found 1 reports 21:59:11 ==> Detecting git/mercurial file structure 21:59:11 ==> Reading reports 21:59:11 + ./coverage.out bytes=78811 21:59:11 ==> Appending adjustments 21:59:11 https://docs.codecov.io/docs/fixing-reports 21:59:11 + Found adjustments 21:59:11 ==> Gzipping contents 21:59:11 12K /tmp/codecov.J1kBzE.gz 21:59:11 ==> Uploading reports 21:59:11 url: https://codecov.io 21:59:11 query: branch=PR-116&commit=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-116%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=116&job=&cmd_args= 21:59:11 -> Pinging Codecov 21:59:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-116&commit=1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-116%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=116&job=&cmd_args= 21:59:11 -> Uploading to 21:59:11 https://storage.googleapis.com/codecov/v4/raw/2022-07-21/F29A59C45E3A92E06B3E522C9905F8EF/1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf/5b30379e-9e24-4f43-a843-d574f3a58a14.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220721%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220721T215911Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7583f849fecf0b0c10576ec4a433825c5199e80b7725c113ffdfea2a706de109 21:59:11 % Total % Received % Xferd Average Speed Time Time Time Current 21:59:11 Dload Upload Total Spent Left Speed 21:59:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10564 0 0 100 10564 0 44762 --:--:-- --:--:-- --:--:-- 44762 21:59:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/1f6183bb00e863d0049a3ed55a1b7c8d3bbc0eaf [Pipeline] } 21:59:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:59:13 + [ -d /w/workspace/undry_device-onvif-camera_PR-116/archives ] 21:59:13 + ls -al /w/workspace/undry_device-onvif-camera_PR-116/archives 21:59:13 total 16 21:59:13 drwxr-xr-x 3 root root 4096 Jul 21 21:51 . 21:59:13 drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 21:51 .. 21:59:13 drwxr-xr-x 2 root root 4096 Jul 21 21:51 cost 21:59:13 -rw-r--r-- 1 root root 90 Jul 21 21:51 cost.csv 21:59:13 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-116/archives 21:59:13 + ls -al /w/workspace/undry_device-onvif-camera_PR-116/archives 21:59:13 total 16 21:59:13 drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 21:51 . 21:59:13 drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 21:51 .. 21:59:13 drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 21:51 cost 21:59:13 -rw-r--r-- 1 jenkins jenkins 90 Jul 21 21:51 cost.csv [Pipeline] libraryResource [Pipeline] sh 21:59:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:59:14 ---> package-listing.sh 21:59:14 ++ facter osfamily 21:59:14 ++ tr '[:upper:]' '[:lower:]' 21:59:15 + OS_FAMILY=debian 21:59:15 + workspace=/w/workspace/undry_device-onvif-camera_PR-116 21:59:15 + START_PACKAGES=/tmp/packages_start.txt 21:59:15 + END_PACKAGES=/tmp/packages_end.txt 21:59:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:59:15 + PACKAGES=/tmp/packages_start.txt 21:59:15 + '[' /w/workspace/undry_device-onvif-camera_PR-116 ']' 21:59:15 + PACKAGES=/tmp/packages_end.txt 21:59:15 + case "${OS_FAMILY}" in 21:59:15 + dpkg -l 21:59:15 + grep '^ii' 21:59:15 + '[' -f /tmp/packages_start.txt ']' 21:59:15 + '[' -f /tmp/packages_end.txt ']' 21:59:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:59:15 + '[' /w/workspace/undry_device-onvif-camera_PR-116 ']' 21:59:15 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-116/archives/ 21:59:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-116/archives/ [Pipeline] echo 21:59:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-116/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:59:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:59:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:59:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:59:16 prd-ubuntu20.04-docker-8c-8g-20705 does not seem to be running inside a container 21:59:16 $ 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-116/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-116 -v /w/workspace/undry_device-onvif-camera_PR-116:/w/workspace/undry_device-onvif-camera_PR-116:rw,z -v /w/workspace/undry_device-onvif-camera_PR-116@tmp:/w/workspace/undry_device-onvif-camera_PR-116@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:59:16 $ docker top 9837f821ceea0f5746abf65510f647dd21f4659930df9dbc5e1df5cad2bf6c7b -eo pid,comm [Pipeline] { [Pipeline] sh 21:59:17 + touch /tmp/pre-build-complete [Pipeline] sh 21:59:17 + mkdir -p /var/log/sysstat [Pipeline] sh 21:59:17 + ls /var/log/sa-host 21:59:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:59:17 provisioning config files... 21:59:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-116@tmp/config7765591109873905985tmp [Pipeline] { [Pipeline] echo 21:59:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:59:18 ---> create-netrc.sh [Pipeline] } 21:59:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:59:18 ---> python-tools-install.sh [Pipeline] echo 21:59:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:59:19 ---> sudo-logs.sh 21:59:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:59:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:59:19 ---> job-cost.sh 21:59:19 lf-activate-venv: SKIPPING 21:59:19 DEBUG: total: 0.2199999988079071 21:59:19 INFO: Retrieving Stack Cost... 21:59:20 INFO: Retrieving Pricing Info for: v3-standard-8 21:59:20 INFO: Archiving Costs [Pipeline] echo 21:59:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:59:20 ---> logs-deploy.sh 21:59:20 lf-activate-venv: SKIPPING 21:59:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-116/1 21:59:20 INFO: archiving workspace using pattern(s): 21:59:21 Archives upload complete. 21:59:21 INFO: archiving logs to Nexus