Pull request #115 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 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c+88753853dd15dc813abf6fe949f278b33fe89c26 (74d027318d9a1e9dd4d985344e77016aad798488) 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-ssh2143174749108204942.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-ssh13996407755839325029.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-115/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-115/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17545356660890336800.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-115/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11945126510544578815.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-ssh14362734895802468237.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-115/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-115/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3882946652554310356.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-20682 in /w/workspace/undry_device-onvif-camera_PR-115 [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-115 # 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 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c Merge succeeded, producing 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c Checking out Revision 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c (PR-115) > 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/115/head:refs/remotes/origin/PR-115 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c # 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 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c # timeout=10 Commit message: "fix: convert MACAddress and FriendlyName to string type" 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 17:21:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:21:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:21:12 ========================================================= 17:21:12 EdgeX Global Pipelines Version Info 17:21:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:21:13 ------------------- 17:21:13 stable info: 17:21:13 ------------------- 17:21:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:21:13 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 17:21:13 Message: update stable to v1.0.238 17:21:14 ------------------- 17:21:14 experimental info: 17:21:14 ------------------- 17:21:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:21:14 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 17:21:14 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:21:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-115 [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-115 [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-115 [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f3b253 [Pipeline] echo 17:21:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:21:16 provisioning config files... 17:21:16 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-115@tmp/config7912374898255240180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:21:16 ---> docker-login.sh 17:21:16 nexus3.edgexfoundry.org:10001 17:21:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:16 Configure a credential helper to remove this warning. See 17:21:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:16 17:21:16 Login Succeeded 17:21:16 nexus3.edgexfoundry.org:10002 17:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:17 Configure a credential helper to remove this warning. See 17:21:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:17 17:21:17 Login Succeeded 17:21:17 nexus3.edgexfoundry.org:10003 17:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:17 Configure a credential helper to remove this warning. See 17:21:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:17 17:21:17 Login Succeeded 17:21:17 nexus3.edgexfoundry.org:10004 17:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:17 Configure a credential helper to remove this warning. See 17:21:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:17 17:21:17 Login Succeeded 17:21:17 docker.io 17:21:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:18 Configure a credential helper to remove this warning. See 17:21:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:18 17:21:18 Login Succeeded 17:21:18 ---> docker-login.sh ends [Pipeline] } 17:21:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:21:18 + git rev-list -1 --merges 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c~1..2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [Pipeline] echo 17:21:18 -----------> git rev-list -1 --merges 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c~1..2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [false] [Pipeline] sh 17:21:19 + git log --format=format:%s -1 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [Pipeline] echo 17:21:19 ========================================================= 17:21:19 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:21:19 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:21:19 + git log --format=format:%s -1 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [Pipeline] echo 17:21:19 [semverPrep] GIT_COMMIT: 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c, Commit Message: fix: convert MACAddress and FriendlyName to string type [Pipeline] echo 17:21:19 [semverPrep] This is not a build commit. [Pipeline] sh 17:21:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:21:20 + grep -v github /etc/ssh/ssh_known_hosts 17:21:20 + [ -e /tmp/ssh_known_hosts ] 17:21:20 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:21:20 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:21:20 + sudo tee -a /etc/ssh/ssh_known_hosts 17:21:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:21:20 17:21:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:21:21 0.1.4: Pulling from edgex-devops/py-git-semver 17:21:21 b85a868b505f: Pulling fs layer 17:21:21 e2be974225ed: Pulling fs layer 17:21:21 339a4e72a1f5: Pulling fs layer 17:21:21 988bab9f4d93: Pulling fs layer 17:21:21 1469e6f7b9e6: Pulling fs layer 17:21:21 eaf3925da568: Pulling fs layer 17:21:21 bab4dde63d76: Pulling fs layer 17:21:21 bde34c3a00c8: Pulling fs layer 17:21:21 b352a97aabf1: Pulling fs layer 17:21:21 4872d77fe225: Pulling fs layer 17:21:21 5851b861e8e6: Pulling fs layer 17:21:21 bab4dde63d76: Waiting 17:21:21 bde34c3a00c8: Waiting 17:21:21 b352a97aabf1: Waiting 17:21:21 4872d77fe225: Waiting 17:21:21 5851b861e8e6: Waiting 17:21:21 988bab9f4d93: Waiting 17:21:21 1469e6f7b9e6: Waiting 17:21:21 eaf3925da568: Waiting 17:21:21 e2be974225ed: Verifying Checksum 17:21:21 e2be974225ed: Download complete 17:21:21 988bab9f4d93: Verifying Checksum 17:21:21 988bab9f4d93: Download complete 17:21:21 339a4e72a1f5: Verifying Checksum 17:21:21 339a4e72a1f5: Download complete 17:21:21 1469e6f7b9e6: Verifying Checksum 17:21:21 1469e6f7b9e6: Download complete 17:21:21 eaf3925da568: Verifying Checksum 17:21:21 eaf3925da568: Download complete 17:21:21 bde34c3a00c8: Download complete 17:21:21 b352a97aabf1: Verifying Checksum 17:21:21 b352a97aabf1: Download complete 17:21:21 4872d77fe225: Verifying Checksum 17:21:21 4872d77fe225: Download complete 17:21:21 5851b861e8e6: Verifying Checksum 17:21:21 5851b861e8e6: Download complete 17:21:21 b85a868b505f: Verifying Checksum 17:21:21 b85a868b505f: Download complete 17:21:21 bab4dde63d76: Verifying Checksum 17:21:21 bab4dde63d76: Download complete 17:21:22 b85a868b505f: Pull complete 17:21:23 e2be974225ed: Pull complete 17:21:23 339a4e72a1f5: Pull complete 17:21:23 988bab9f4d93: Pull complete 17:21:23 1469e6f7b9e6: Pull complete 17:21:23 eaf3925da568: Pull complete 17:21:26 bab4dde63d76: Pull complete 17:21:26 bde34c3a00c8: Pull complete 17:21:26 b352a97aabf1: Pull complete 17:21:26 4872d77fe225: Pull complete 17:21:26 5851b861e8e6: Pull complete 17:21:26 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:21:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:21:26 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:21:26 prd-ubuntu20.04-docker-8c-8g-20682 does not seem to be running inside a container 17:21:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-115 -v /w/workspace/undry_device-onvif-camera_PR-115:/w/workspace/undry_device-onvif-camera_PR-115:rw,z -v /w/workspace/undry_device-onvif-camera_PR-115@tmp:/w/workspace/undry_device-onvif-camera_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:21:28 $ docker top da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 -eo pid,comm 17:21:28 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). 17:21:28 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:21:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:28 [ssh-agent] Looking for ssh-agent implementation... 17:21:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:28 $ docker exec da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 ssh-agent 17:21:28 SSH_AUTH_SOCK=/tmp/ssh-eaJEM87skNcQ/agent.35 17:21:28 SSH_AGENT_PID=42 17:21:28 Running ssh-add (command line suppressed) 17:21:29 Identity added: /w/workspace/undry_device-onvif-camera_PR-115@tmp/private_key_7881794892778890267.key (/w/workspace/undry_device-onvif-camera_PR-115@tmp/private_key_7881794892778890267.key) 17:21:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:29 + git tag --points-at HEAD [Pipeline] } 17:21:29 $ docker exec --env ******** --env ******** da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 ssh-agent -k 17:21:29 unset SSH_AUTH_SOCK; 17:21:29 unset SSH_AGENT_PID; 17:21:29 echo Agent pid 42 killed; 17:21:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:21:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:29 [ssh-agent] Looking for ssh-agent implementation... 17:21:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:29 $ docker exec da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 ssh-agent 17:21:29 SSH_AUTH_SOCK=/tmp/ssh-QSqqfDc9NDgh/agent.75 17:21:29 SSH_AGENT_PID=81 17:21:29 Running ssh-add (command line suppressed) 17:21:30 Identity added: /w/workspace/undry_device-onvif-camera_PR-115@tmp/private_key_5266225352309980916.key (/w/workspace/undry_device-onvif-camera_PR-115@tmp/private_key_5266225352309980916.key) 17:21:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:30 + git semver init 17:21:30 2022-07-21 17:21:30,563 [run_init] DEBUG init version:0.0.0 force:False 17:21:30 2022-07-21 17:21:30,564 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-115/.semver 17:21:30 2022-07-21 17:21:30,564 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-115/.semver 17:21:30 2022-07-21 17:21:30,564 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-115/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-115, universal_newlines=False, shell=None, istream=None) 17:21:31 2022-07-21 17:21:31,329 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-115/.git/info/exclude 17:21:31 2022-07-21 17:21:31,330 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-115/.semver/PR-115 with force:False 17:21:31 2022-07-21 17:21:31,330 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-115/.semver/PR-115 17:21:31 2022-07-21 17:21:31,334 [execute] INFO git cat-file --batch-check 17:21:31 2022-07-21 17:21:31,335 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-115/.semver, universal_newlines=False, shell=None, istream=) 17:21:31 2022-07-21 17:21:31,342 [execute] INFO git cat-file --batch 17:21:31 2022-07-21 17:21:31,342 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-115/.semver, universal_newlines=False, shell=None, istream=) 17:21:31 2022-07-21 17:21:31,347 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-115/.semver/PR-115 17:21:31 0.0.0 [Pipeline] } 17:21:31 $ docker exec --env ******** --env ******** da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 ssh-agent -k 17:21:31 unset SSH_AUTH_SOCK; 17:21:31 unset SSH_AGENT_PID; 17:21:31 echo Agent pid 81 killed; 17:21:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:21:32 + git semver [Pipeline] } 17:21:32 $ docker stop --time=1 da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 17:21:33 $ docker rm -f da5123c4064849dbd0bed7d296ca20ca8b71eefe54cb7962a2183ceae2d6bf92 [Pipeline] // withDockerContainer [Pipeline] sh 17:21:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:21:34 Stashed 1 file(s) [Pipeline] echo 17:21:34 [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 17:21:35 provisioning config files... 17:21:35 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-115@tmp/config6290398281476984335tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:21:35 ---> docker-login.sh 17:21:35 nexus3.edgexfoundry.org:10001 17:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:35 Configure a credential helper to remove this warning. See 17:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:35 17:21:35 Login Succeeded 17:21:35 nexus3.edgexfoundry.org:10002 17:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:35 Configure a credential helper to remove this warning. See 17:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:35 17:21:35 Login Succeeded 17:21:35 nexus3.edgexfoundry.org:10003 17:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:35 Configure a credential helper to remove this warning. See 17:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:35 17:21:35 Login Succeeded 17:21:35 nexus3.edgexfoundry.org:10004 17:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:35 Configure a credential helper to remove this warning. See 17:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:35 17:21:35 Login Succeeded 17:21:35 docker.io 17:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:36 Configure a credential helper to remove this warning. See 17:21:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:36 17:21:36 Login Succeeded 17:21:36 ---> docker-login.sh ends [Pipeline] } 17:21:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:21:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:21:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:21:36 ========================================================= 17:21:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:21:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:21:37 + 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 . 17:21:37 Sending build context to Docker daemon 19.98MB 17:21:37 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 17:21:37 Step 2/13 : FROM ${BASE} AS builder 17:21:37 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:21:37 2408cc74d12b: Pulling fs layer 17:21:37 ea60b727a1ce: Pulling fs layer 17:21:37 30c4a7721957: Pulling fs layer 17:21:37 370296b7ddb6: Pulling fs layer 17:21:37 7c6cee850709: Pulling fs layer 17:21:37 39a5fcdaea64: Pulling fs layer 17:21:37 d94ebbe4e438: Pulling fs layer 17:21:37 bcfd1f05c69d: Pulling fs layer 17:21:37 59ccb84bbe0f: Pulling fs layer 17:21:37 370296b7ddb6: Waiting 17:21:37 7c6cee850709: Waiting 17:21:37 39a5fcdaea64: Waiting 17:21:37 d94ebbe4e438: Waiting 17:21:37 bcfd1f05c69d: Waiting 17:21:37 59ccb84bbe0f: Waiting 17:21:37 30c4a7721957: Verifying Checksum 17:21:37 30c4a7721957: Download complete 17:21:37 ea60b727a1ce: Verifying Checksum 17:21:37 ea60b727a1ce: Download complete 17:21:37 7c6cee850709: Verifying Checksum 17:21:37 7c6cee850709: Download complete 17:21:37 39a5fcdaea64: Verifying Checksum 17:21:37 39a5fcdaea64: Download complete 17:21:37 2408cc74d12b: Verifying Checksum 17:21:37 2408cc74d12b: Download complete 17:21:37 d94ebbe4e438: Download complete 17:21:37 2408cc74d12b: Pull complete 17:21:37 ea60b727a1ce: Pull complete 17:21:37 30c4a7721957: Pull complete 17:21:37 59ccb84bbe0f: Verifying Checksum 17:21:37 59ccb84bbe0f: Download complete 17:21:38 370296b7ddb6: Verifying Checksum 17:21:38 370296b7ddb6: Download complete 17:21:38 bcfd1f05c69d: Verifying Checksum 17:21:38 bcfd1f05c69d: Download complete 17:21:42 370296b7ddb6: Pull complete 17:21:42 7c6cee850709: Pull complete 17:21:42 39a5fcdaea64: Pull complete 17:21:42 d94ebbe4e438: Pull complete 17:21:45 bcfd1f05c69d: Pull complete 17:21:45 59ccb84bbe0f: Pull complete 17:21:45 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 17:21:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:21:45 ---> a4fb48ad2a94 17:21:45 Step 3/13 : ARG MAKE="make build" 17:21:47 ---> Running in 75abf8290d7c 17:21:47 Removing intermediate container 75abf8290d7c 17:21:47 ---> 9cb1a0ed26a3 17:21:47 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 17:21:47 ---> Running in 259d259fc221 17:21:47 Removing intermediate container 259d259fc221 17:21:47 ---> 1480c859b63f 17:21:47 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 17:21:47 ---> Running in 9f2ff41dd06c 17:21:47 Removing intermediate container 9f2ff41dd06c 17:21:47 ---> 27d13e6b6787 17:21:47 Step 6/13 : LABEL Name=edgex-device-onvif-camera 17:21:47 ---> Running in 2c018e6d1c83 17:21:48 Removing intermediate container 2c018e6d1c83 17:21:48 ---> 0ec5f71b7b72 17:21:48 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:48 ---> Running in 18dc18973c22 17:21:48 Removing intermediate container 18dc18973c22 17:21:48 ---> dd41559ffdd0 17:21:48 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:21:48 ---> Running in b34415f79941 17:21:48 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:21:49 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:21:49 Still waiting to schedule task 17:21:49 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:21:50 OK: 211 MiB in 51 packages 17:21:50 Removing intermediate container b34415f79941 17:21:50 ---> 51faf6a86058 17:21:50 Step 9/13 : WORKDIR /device-onvif-camera 17:21:50 ---> Running in d4f05caa80c8 17:21:50 Removing intermediate container d4f05caa80c8 17:21:50 ---> b6fa3211380f 17:21:50 Step 10/13 : COPY go.mod vendor* ./ 17:21:50 ---> abbbd1be54d6 17:21:50 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:21:50 ---> Running in 6079f005173d 17:22:12 Removing intermediate container 6079f005173d 17:22:12 ---> b5cc08c1aab0 17:22:12 Step 12/13 : COPY . . 17:22:12 ---> 37310578898a 17:22:12 Step 13/13 : RUN ${MAKE} 17:22:12 ---> Running in 52d544544894 17:22:12 noop 17:22:12 Removing intermediate container 52d544544894 17:22:12 ---> 14c65b0b785b 17:22:12 Successfully built 14c65b0b785b 17:22:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:13 + docker inspect -f . ci-base-image-x86_64 17:22:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:13 prd-ubuntu20.04-docker-8c-8g-20682 does not seem to be running inside a container 17:22:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-115 -v /w/workspace/undry_device-onvif-camera_PR-115:/w/workspace/undry_device-onvif-camera_PR-115:rw,z -v /w/workspace/undry_device-onvif-camera_PR-115@tmp:/w/workspace/undry_device-onvif-camera_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:22:14 $ docker top 9533327ee94e95fb46048a74d1f5559552ec515839264e4890aa39ebbd505033 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:14 + go version 17:22:14 go version go1.18.3 linux/amd64 [Pipeline] } 17:22:14 $ docker stop --time=1 9533327ee94e95fb46048a74d1f5559552ec515839264e4890aa39ebbd505033 17:22:15 $ docker rm -f 9533327ee94e95fb46048a74d1f5559552ec515839264e4890aa39ebbd505033 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:16 + docker inspect -f . ci-base-image-x86_64 17:22:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:16 prd-ubuntu20.04-docker-8c-8g-20682 does not seem to be running inside a container 17:22:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/undry_device-onvif-camera_PR-115 -v /w/workspace/undry_device-onvif-camera_PR-115:/w/workspace/undry_device-onvif-camera_PR-115:rw,z -v /w/workspace/undry_device-onvif-camera_PR-115@tmp:/w/workspace/undry_device-onvif-camera_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:22:17 $ docker top 8a9bfe3fb771a68d3ded8e880c08349a367fb7006283b6c7b69b3addc1934957 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:17 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-115 [Pipeline] fileExists [Pipeline] sh 17:22:18 + make test 17:22:18 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:22:18 ? github.com/edgexfoundry/device-onvif-camera [no test files] 17:22:30 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 17:22:30 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.026s coverage: 10.7% of statements 17:22:30 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 17:22:33 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 5.158s coverage: 13.8% of statements 17:22:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:22:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:22:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:22:44 ./bin/test-attribution-txt.sh [Pipeline] echo 17:22:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:22:45 $ docker stop --time=1 8a9bfe3fb771a68d3ded8e880c08349a367fb7006283b6c7b69b3addc1934957 17:22:47 $ docker rm -f 8a9bfe3fb771a68d3ded8e880c08349a367fb7006283b6c7b69b3addc1934957 [Pipeline] // withDockerContainer [Pipeline] sh 17:22:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:22:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:22:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:22:48 + ls -al . 17:22:48 total 232 17:22:48 drwxrwxr-x 10 jenkins jenkins 4096 Jul 21 17:22 . 17:22:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:21 .. 17:22:48 drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 17:22 .git 17:22:48 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 17:21 .github 17:22:48 -rw-rw-r-- 1 jenkins jenkins 418 Jul 21 17:21 .gitignore 17:22:48 -rw-rw-r-- 1 jenkins jenkins 42 Jul 21 17:21 .golangci.yml 17:22:48 drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 17:21 .semver 17:22:48 -rw-rw-r-- 1 jenkins jenkins 9102 Jul 21 17:21 Attribution.txt 17:22:48 -rw-rw-r-- 1 jenkins jenkins 189 Jul 21 17:21 CHANGELOG.md 17:22:48 -rw-rw-r-- 1 jenkins jenkins 1669 Jul 21 17:21 Dockerfile 17:22:48 -rw-rw-r-- 1 jenkins jenkins 677 Jul 21 17:21 GOVERNANCE.md 17:22:48 -rw-rw-r-- 1 jenkins jenkins 660 Jul 21 17:21 Jenkinsfile 17:22:48 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 21 17:21 LICENSE 17:22:48 -rw-rw-r-- 1 jenkins jenkins 2473 Jul 21 17:21 Makefile 17:22:48 -rw-rw-r-- 1 jenkins jenkins 625 Jul 21 17:21 OWNERS.md 17:22:48 -rw-rw-r-- 1 jenkins jenkins 5796 Jul 21 17:21 README.md 17:22:48 -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 17:21 VERSION 17:22:48 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 17:21 bin 17:22:48 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 17:21 cmd 17:22:48 -rw-r--r-- 1 jenkins jenkins 76491 Jul 21 17:22 coverage.out 17:22:48 drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 17:21 doc 17:22:48 -rw-rw-r-- 1 jenkins jenkins 3496 Jul 21 17:21 go.mod 17:22:48 -rw-rw-r-- 1 jenkins jenkins 37305 Jul 21 17:21 go.sum 17:22:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:21 internal 17:22:48 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:21 snap 17:22:48 -rw-rw-r-- 1 jenkins jenkins 236 Jul 21 17:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:49 + 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=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c --label arch=amd64 --label version=0.0.0 . 17:22:49 Sending build context to Docker daemon 20.05MB 17:22:49 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 17:22:49 Step 2/26 : FROM ${BASE} AS builder 17:22:49 ---> 14c65b0b785b 17:22:49 Step 3/26 : ARG MAKE="make build" 17:22:49 ---> Running in d9516dde562d 17:22:49 Removing intermediate container d9516dde562d 17:22:49 ---> 50762756763b 17:22:49 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 17:22:49 ---> Running in bf5210c06d66 17:22:49 Removing intermediate container bf5210c06d66 17:22:49 ---> 4f733f2ce4ae 17:22:49 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 17:22:49 ---> Running in ceda449729ce 17:22:49 Removing intermediate container ceda449729ce 17:22:49 ---> 0b1616d9987f 17:22:49 Step 6/26 : LABEL Name=edgex-device-onvif-camera 17:22:50 ---> Running in 8d288ba02abc 17:22:50 Removing intermediate container 8d288ba02abc 17:22:50 ---> e5ac77e3d6e3 17:22:50 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:50 ---> Running in 414f3806a99d 17:22:50 Removing intermediate container 414f3806a99d 17:22:50 ---> 4d69dfad9ed5 17:22:50 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:22:50 ---> Running in f3a9f4485bed 17:22:50 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:22:51 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:22:52 OK: 211 MiB in 51 packages 17:22:53 Removing intermediate container f3a9f4485bed 17:22:53 ---> 6805ec2a7042 17:22:53 Step 9/26 : WORKDIR /device-onvif-camera 17:22:53 ---> Running in 0ffb89c078d2 17:22:53 Removing intermediate container 0ffb89c078d2 17:22:53 ---> b7a21119f26b 17:22:53 Step 10/26 : COPY go.mod vendor* ./ 17:22:53 ---> e753e301239d 17:22:53 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:22:53 ---> Running in 27397e72fd04 17:22:54 Removing intermediate container 27397e72fd04 17:22:54 ---> 096e02f7dc9e 17:22:54 Step 12/26 : COPY . . 17:22:54 ---> 52cda63378cd 17:22:54 Step 13/26 : RUN ${MAKE} 17:22:54 ---> Running in 03cb45f9f017 17:22:55 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 17:23:17 Removing intermediate container 03cb45f9f017 17:23:17 ---> 6d33104d8a98 17:23:17 Step 14/26 : FROM alpine:3.15 17:23:17 3.15: Pulling from library/alpine 17:23:17 ab6db1bc80d0: Pulling fs layer 17:23:17 ab6db1bc80d0: Verifying Checksum 17:23:17 ab6db1bc80d0: Download complete 17:23:17 ab6db1bc80d0: Pull complete 17:23:17 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 17:23:17 Status: Downloaded newer image for alpine:3.15 17:23:17 ---> 2720e26172a0 17:23:17 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:23:17 ---> Running in 61bdf9a8e6b6 17:23:17 Removing intermediate container 61bdf9a8e6b6 17:23:17 ---> d72895816396 17:23:17 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 17:23:17 ---> Running in 27b086c7be5e 17:23:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:23:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:23:18 (1/6) Installing dumb-init (1.2.5-r1) 17:23:18 (2/6) Installing libgcc (10.3.1_git20211027-r0) 17:23:18 (3/6) Installing libsodium (1.0.18-r0) 17:23:18 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 17:23:18 (5/6) Installing libzmq (4.3.4-r0) 17:23:18 (6/6) Installing zeromq (4.3.4-r0) 17:23:18 Executing busybox-1.34.1-r7.trigger 17:23:18 OK: 8 MiB in 20 packages 17:23:18 Removing intermediate container 27b086c7be5e 17:23:18 ---> b27840e4f932 17:23:18 Step 17/26 : WORKDIR / 17:23:18 ---> Running in 1a14abc1d608 17:23:18 Removing intermediate container 1a14abc1d608 17:23:18 ---> 144a7c3a16f1 17:23:18 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 17:23:19 ---> 8f7c7c6d7655 17:23:19 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 17:23:19 ---> 04e6a02fcb57 17:23:19 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 17:23:19 ---> 4f083f5a1f5b 17:23:19 Step 21/26 : EXPOSE 59984 17:23:19 ---> Running in 7e6d3540976c 17:23:19 Removing intermediate container 7e6d3540976c 17:23:19 ---> d967abec1a28 17:23:19 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 17:23:19 ---> Running in 0456870b232a 17:23:20 Removing intermediate container 0456870b232a 17:23:20 ---> e894a9863904 17:23:20 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:20 ---> Running in c2752ec6b5e7 17:23:20 Removing intermediate container c2752ec6b5e7 17:23:20 ---> 67f29cae7404 17:23:20 Step 24/26 : LABEL arch=amd64 17:23:20 ---> Running in dee66eb118d4 17:23:20 Removing intermediate container dee66eb118d4 17:23:20 ---> 994b7de9ec67 17:23:20 Step 25/26 : LABEL git_sha=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c 17:23:20 ---> Running in d625ea9888b4 17:23:20 Removing intermediate container d625ea9888b4 17:23:20 ---> f365f6dde811 17:23:20 Step 26/26 : LABEL version=0.0.0 17:23:20 ---> Running in 1cfa1ddbf55d 17:23:20 Removing intermediate container 1cfa1ddbf55d 17:23:20 ---> b134a9c82475 17:23:20 [Warning] One or more build-args [ARCH] were not consumed 17:23:20 Successfully built b134a9c82475 17:23:20 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 17:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:23:23 17:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:23:23 latest: Pulling from edgex-lftools-log-publisher 17:23:23 5eb5b503b376: Pulling fs layer 17:23:23 5c69ac0246d0: Pulling fs layer 17:23:23 ec43610c2a17: Pulling fs layer 17:23:23 3a2ae6a8a46f: Pulling fs layer 17:23:23 33b1e0a273af: Pulling fs layer 17:23:23 5d3b04190fa2: Pulling fs layer 17:23:23 2f39f015ded8: Pulling fs layer 17:23:23 33b1e0a273af: Waiting 17:23:23 5d3b04190fa2: Waiting 17:23:23 3a2ae6a8a46f: Waiting 17:23:23 2f39f015ded8: Waiting 17:23:23 5c69ac0246d0: Verifying Checksum 17:23:23 5c69ac0246d0: Download complete 17:23:23 3a2ae6a8a46f: Verifying Checksum 17:23:23 3a2ae6a8a46f: Download complete 17:23:23 33b1e0a273af: Verifying Checksum 17:23:23 33b1e0a273af: Download complete 17:23:24 ec43610c2a17: Verifying Checksum 17:23:24 ec43610c2a17: Download complete 17:23:24 5d3b04190fa2: Verifying Checksum 17:23:24 5d3b04190fa2: Download complete 17:23:24 5eb5b503b376: Verifying Checksum 17:23:24 5eb5b503b376: Download complete 17:23:24 2f39f015ded8: Download complete 17:23:25 5eb5b503b376: Pull complete 17:23:25 5c69ac0246d0: Pull complete 17:23:26 ec43610c2a17: Pull complete 17:23:26 3a2ae6a8a46f: Pull complete 17:23:26 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20683 in /w/workspace/undry_device-onvif-camera_PR-115 [Pipeline] { [Pipeline] ws 17:23:26 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { 17:23:26 33b1e0a273af: Pull complete 17:23:26 5d3b04190fa2: Pull complete [Pipeline] checkout 17:23:26 Selected Git installation does not exist. Using Default 17:23:26 The recommended git tool is: NONE 17:23:31 2f39f015ded8: Pull complete 17:23:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:23:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:23:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:32 prd-ubuntu20.04-docker-8c-8g-20682 does not seem to be running inside a container 17:23:32 $ 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-115 -v /w/workspace/undry_device-onvif-camera_PR-115:/w/workspace/undry_device-onvif-camera_PR-115:rw,z -v /w/workspace/undry_device-onvif-camera_PR-115@tmp:/w/workspace/undry_device-onvif-camera_PR-115@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:23:33 using credential edgex-jenkins-ssh 17:23:33 Cloning the remote Git repository 17:23:34 $ docker top fa7351ba79dc6a8a4de2bd9ee2808b3737b192d46101561a2f4d2f51422e744b -eo pid,comm 17:23:33 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 17:23:33 > git init /w/workspace/device-onvif-camera/1 # timeout=10 17:23:33 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 17:23:33 > git --version # timeout=10 17:23:33 > git --version # 'git version 2.25.1' 17:23:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:34 ---> job-cost.sh 17:23:34 lf-activate-venv: SKIPPING 17:23:34 INFO: No Stack... 17:23:35 Merging remotes/origin/main commit 88753853dd15dc813abf6fe949f278b33fe89c26 into PR head commit 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c 17:23:35 INFO: Retrieving Pricing Info for: v3-standard-8 17:23:35 Merge succeeded, producing 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c 17:23:35 Checking out Revision 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c (PR-115) 17:23:34 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 17:23:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:34 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 17:23:34 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 17:23:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/115/head:refs/remotes/origin/PR-115 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:23:35 > git config core.sparsecheckout # timeout=10 17:23:35 > git checkout -f 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c # timeout=10 17:23:35 > git remote # timeout=10 17:23:35 > git config --get remote.origin.url # timeout=10 17:23:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:35 > git merge 88753853dd15dc813abf6fe949f278b33fe89c26 # timeout=10 17:23:35 > git rev-parse HEAD^{commit} # timeout=10 17:23:35 > git config core.sparsecheckout # timeout=10 17:23:35 > git checkout -f 2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c # timeout=10 17:23:35 INFO: Archiving Costs [Pipeline] sh 17:23:36 + cat /w/workspace/undry_device-onvif-camera_PR-115/archives/cost.csv 17:23:36 + cut -d, -f6 [Pipeline] lock 17:23:36 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] 17:23:36 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] did not exist. Created. 17:23:36 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:23:37 + echo total: 0.2199999988079071 [Pipeline] stash 17:23:37 Stashed 1 file(s) [Pipeline] } 17:23:37 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:23:38 $ docker stop --time=1 fa7351ba79dc6a8a4de2bd9ee2808b3737b192d46101561a2f4d2f51422e744b 17:23:39 $ docker rm -f fa7351ba79dc6a8a4de2bd9ee2808b3737b192d46101561a2f4d2f51422e744b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:23:39 Commit message: "fix: convert MACAddress and FriendlyName to string type" 17:23:39 > git --version # timeout=10 17:23:39 > git --version # 'git version 2.25.1' 17:23:39 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:23:41 % Total % Received % Xferd Average Speed Time Time Time Current 17:23:41 Dload Upload Total Spent Left Speed 17:23:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 17:23:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:23:42 + sudo tee /etc/docker/daemon.new 17:23:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:23:42 { 17:23:42 "registry-mirrors": [ 17:23:42 "https://nexus3.edgexfoundry.org:10001" 17:23:42 ], 17:23:42 "bip": "10.250.0.254/24", 17:23:42 "hosts": [ 17:23:42 "tcp://0.0.0.0:5555", 17:23:42 "unix:///var/run/docker.sock" 17:23:42 ], 17:23:42 "mtu": 1458, 17:23:42 "selinux-enabled": true, 17:23:42 "seccomp-profile": "/etc/docker/seccomp.json" 17:23:42 } [Pipeline] sh 17:23:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:23:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:24:02 provisioning config files... 17:24:02 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config3411969830183602628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:02 ---> docker-login.sh 17:24:02 nexus3.edgexfoundry.org:10001 17:24:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:03 Configure a credential helper to remove this warning. See 17:24:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:03 17:24:03 Login Succeeded 17:24:03 nexus3.edgexfoundry.org:10002 17:24:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:03 Configure a credential helper to remove this warning. See 17:24:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:03 17:24:03 Login Succeeded 17:24:03 nexus3.edgexfoundry.org:10003 17:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:04 Configure a credential helper to remove this warning. See 17:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:04 17:24:04 Login Succeeded 17:24:04 nexus3.edgexfoundry.org:10004 17:24:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:04 Configure a credential helper to remove this warning. See 17:24:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:04 17:24:04 Login Succeeded 17:24:04 docker.io 17:24:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:05 Configure a credential helper to remove this warning. See 17:24:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:05 17:24:05 Login Succeeded 17:24:05 ---> docker-login.sh ends [Pipeline] } 17:24:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:24:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:24:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:24:06 ========================================================= 17:24:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:24:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:24:06 + 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 . 17:24:07 Sending build context to Docker daemon 13.63MB 17:24:07 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 17:24:07 Step 2/13 : FROM ${BASE} AS builder 17:24:07 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:24:07 b3c136eddcbf: Pulling fs layer 17:24:07 c0a3192eca97: Pulling fs layer 17:24:07 a050256f5b6f: Pulling fs layer 17:24:07 656be50a0ddc: Pulling fs layer 17:24:07 2bbca73fdf42: Pulling fs layer 17:24:07 46d945488cbd: Pulling fs layer 17:24:07 8a5474983e97: Pulling fs layer 17:24:07 329c88fbcd65: Pulling fs layer 17:24:07 656be50a0ddc: Waiting 17:24:07 2bbca73fdf42: Waiting 17:24:07 46d945488cbd: Waiting 17:24:07 8a5474983e97: Waiting 17:24:07 329c88fbcd65: Waiting 17:24:07 a050256f5b6f: Download complete 17:24:07 c0a3192eca97: Verifying Checksum 17:24:07 c0a3192eca97: Download complete 17:24:07 2bbca73fdf42: Download complete 17:24:07 46d945488cbd: Verifying Checksum 17:24:07 46d945488cbd: Download complete 17:24:07 b3c136eddcbf: Verifying Checksum 17:24:08 b3c136eddcbf: Pull complete 17:24:08 329c88fbcd65: Verifying Checksum 17:24:08 329c88fbcd65: Download complete 17:24:09 c0a3192eca97: Pull complete 17:24:09 a050256f5b6f: Pull complete 17:24:09 8a5474983e97: Verifying Checksum 17:24:09 8a5474983e97: Download complete 17:24:10 656be50a0ddc: Verifying Checksum 17:24:10 656be50a0ddc: Download complete 17:24:25 656be50a0ddc: Pull complete 17:24:25 2bbca73fdf42: Pull complete 17:24:25 46d945488cbd: Pull complete 17:24:29 8a5474983e97: Pull complete 17:24:31 329c88fbcd65: Pull complete 17:24:31 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 17:24:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:24:31 ---> ff4287adb874 17:24:31 Step 3/13 : ARG MAKE="make build" 17:24:33 ---> Running in 14fabcf1dbfe 17:24:33 Removing intermediate container 14fabcf1dbfe 17:24:33 ---> 374eb992a934 17:24:33 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 17:24:33 ---> Running in 168a25dd8b13 17:24:34 Removing intermediate container 168a25dd8b13 17:24:34 ---> 1e8749317f37 17:24:34 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 17:24:34 ---> Running in 2e4b2dc1788e 17:24:34 Removing intermediate container 2e4b2dc1788e 17:24:34 ---> 4b1c87384ed8 17:24:34 Step 6/13 : LABEL Name=edgex-device-onvif-camera 17:24:34 ---> Running in f738a4ce1156 17:24:36 Removing intermediate container f738a4ce1156 17:24:36 ---> 99b119a63000 17:24:36 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:36 ---> Running in 6c7fcae9d012 17:24:38 Removing intermediate container 6c7fcae9d012 17:24:38 ---> 1250a9b34fc0 17:24:38 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:24:38 ---> Running in b3514559ca04 17:24:38 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:24:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:24:40 OK: 221 MiB in 51 packages 17:24:41 Removing intermediate container b3514559ca04 17:24:41 ---> 191d3bb535f8 17:24:41 Step 9/13 : WORKDIR /device-onvif-camera 17:24:41 ---> Running in 2bc01f74cc7a 17:24:41 Removing intermediate container 2bc01f74cc7a 17:24:41 ---> 5dd3021e1d20 17:24:41 Step 10/13 : COPY go.mod vendor* ./ 17:24:42 ---> f3ae2f09b4e9 17:24:42 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:24:42 ---> Running in 11c920c601d9 17:25:29 Removing intermediate container 11c920c601d9 17:25:29 ---> 9586578f22dc 17:25:29 Step 12/13 : COPY . . 17:25:29 ---> 417a84c94160 17:25:29 Step 13/13 : RUN ${MAKE} 17:25:29 ---> Running in 715ada266d63 17:25:29 noop 17:25:29 Removing intermediate container 715ada266d63 17:25:29 ---> 5993d6dbb7d2 17:25:29 Successfully built 5993d6dbb7d2 17:25:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:30 + docker inspect -f . ci-base-image-arm64 17:25:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:25:30 prd-ubuntu20.04-docker-arm64-4c-16g-20683 does not seem to be running inside a container 17:25:30 $ 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 17:25:32 $ docker top d1528c53ee19de63a401f36e46290cf0b1a65bfa0d977590d8c38bf93dbd4b52 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:33 + go version 17:25:33 go version go1.18.3 linux/arm64 [Pipeline] } 17:25:33 $ docker stop --time=1 d1528c53ee19de63a401f36e46290cf0b1a65bfa0d977590d8c38bf93dbd4b52 17:25:34 $ docker rm -f d1528c53ee19de63a401f36e46290cf0b1a65bfa0d977590d8c38bf93dbd4b52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:35 + docker inspect -f . ci-base-image-arm64 17:25:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:25:35 prd-ubuntu20.04-docker-arm64-4c-16g-20683 does not seem to be running inside a container 17:25:36 $ 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 17:25:37 $ docker top ca52bfa047c095bc33b9d0b854238e836281db2dec7a65152f7280713172d2f8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:38 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 17:25:38 + make test 17:25:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:25:40 ? github.com/edgexfoundry/device-onvif-camera [no test files] 17:27:02 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 17:27:07 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.125s coverage: 10.7% of statements 17:27:07 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 17:27:34 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 29.205s coverage: 13.8% of statements 17:27:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:27:34 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:27:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:27:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:27:52 ./bin/test-attribution-txt.sh [Pipeline] echo 17:27:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:27:54 $ docker stop --time=1 ca52bfa047c095bc33b9d0b854238e836281db2dec7a65152f7280713172d2f8 17:27:56 $ docker rm -f ca52bfa047c095bc33b9d0b854238e836281db2dec7a65152f7280713172d2f8 [Pipeline] // withDockerContainer [Pipeline] sh 17:27:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:27:57 Warning: overwriting stash ‘coverage-report’ 17:27:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:27:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:27:59 + ls -al . 17:27:59 total 228 17:27:59 drwxrwxr-x 9 jenkins jenkins 4096 Jul 21 17:27 . 17:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:23 .. 17:27:59 drwxrwxr-x 8 jenkins jenkins 4096 Jul 21 17:23 .git 17:27:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 17:23 .github 17:27:59 -rw-rw-r-- 1 jenkins jenkins 418 Jul 21 17:23 .gitignore 17:27:59 -rw-rw-r-- 1 jenkins jenkins 42 Jul 21 17:23 .golangci.yml 17:27:59 -rw-rw-r-- 1 jenkins jenkins 9102 Jul 21 17:23 Attribution.txt 17:27:59 -rw-rw-r-- 1 jenkins jenkins 189 Jul 21 17:23 CHANGELOG.md 17:27:59 -rw-rw-r-- 1 jenkins jenkins 1669 Jul 21 17:23 Dockerfile 17:27:59 -rw-rw-r-- 1 jenkins jenkins 677 Jul 21 17:23 GOVERNANCE.md 17:27:59 -rw-rw-r-- 1 jenkins jenkins 660 Jul 21 17:23 Jenkinsfile 17:27:59 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 21 17:23 LICENSE 17:27:59 -rw-rw-r-- 1 jenkins jenkins 2473 Jul 21 17:23 Makefile 17:27:59 -rw-rw-r-- 1 jenkins jenkins 625 Jul 21 17:23 OWNERS.md 17:27:59 -rw-rw-r-- 1 jenkins jenkins 5796 Jul 21 17:23 README.md 17:27:59 -rw-rw-r-- 1 jenkins jenkins 5 Jul 21 17:21 VERSION 17:27:59 drwxrwxr-x 2 jenkins jenkins 4096 Jul 21 17:23 bin 17:27:59 drwxrwxr-x 3 jenkins jenkins 4096 Jul 21 17:23 cmd 17:27:59 -rw-r--r-- 1 jenkins jenkins 76491 Jul 21 17:27 coverage.out 17:27:59 drwxrwxr-x 5 jenkins jenkins 4096 Jul 21 17:23 doc 17:27:59 -rw-rw-r-- 1 jenkins jenkins 3496 Jul 21 17:23 go.mod 17:27:59 -rw-rw-r-- 1 jenkins jenkins 37305 Jul 21 17:23 go.sum 17:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:23 internal 17:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jul 21 17:23 snap 17:27:59 -rw-rw-r-- 1 jenkins jenkins 236 Jul 21 17:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:59 + 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=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c --label arch=arm64 --label version=0.0.0 . 17:28:00 Sending build context to Docker daemon 13.71MB 17:28:00 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 17:28:00 Step 2/26 : FROM ${BASE} AS builder 17:28:00 ---> 5993d6dbb7d2 17:28:00 Step 3/26 : ARG MAKE="make build" 17:28:00 ---> Running in 04b4dd3e5d4e 17:28:00 Removing intermediate container 04b4dd3e5d4e 17:28:00 ---> 9c4b03e5f16b 17:28:00 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 17:28:01 ---> Running in 1d450f52d628 17:28:01 Removing intermediate container 1d450f52d628 17:28:01 ---> 3f1d7d7eb598 17:28:01 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 17:28:01 ---> Running in 016b218a1b43 17:28:01 Removing intermediate container 016b218a1b43 17:28:01 ---> 44c80af30e7d 17:28:01 Step 6/26 : LABEL Name=edgex-device-onvif-camera 17:28:01 ---> Running in fc97091c1fa0 17:28:01 Removing intermediate container fc97091c1fa0 17:28:01 ---> 4fba4fa606cb 17:28:01 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:02 ---> Running in cb02a69b8be9 17:28:03 Removing intermediate container cb02a69b8be9 17:28:03 ---> c2c31c3aed01 17:28:03 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:28:03 ---> Running in e0602f1353e2 17:28:04 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:28:05 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:28:06 OK: 221 MiB in 51 packages 17:28:07 Removing intermediate container e0602f1353e2 17:28:07 ---> 67cbb515ac8b 17:28:07 Step 9/26 : WORKDIR /device-onvif-camera 17:28:07 ---> Running in 823b6868d1c5 17:28:07 Removing intermediate container 823b6868d1c5 17:28:07 ---> f727cbf343b1 17:28:07 Step 10/26 : COPY go.mod vendor* ./ 17:28:08 ---> f862738eeae1 17:28:08 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:28:08 ---> Running in 2f730e7775e5 17:28:10 Removing intermediate container 2f730e7775e5 17:28:10 ---> 1b8aefe8c98a 17:28:10 Step 12/26 : COPY . . 17:28:11 ---> a57dd4e1d1ca 17:28:11 Step 13/26 : RUN ${MAKE} 17:28:11 ---> Running in c607d44e294e 17:28:12 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 17:30:19 Removing intermediate container c607d44e294e 17:30:19 ---> 0d4871543452 17:30:19 Step 14/26 : FROM alpine:3.15 17:30:19 3.15: Pulling from library/alpine 17:30:19 e0295fd11fe2: Pulling fs layer 17:30:19 e0295fd11fe2: Verifying Checksum 17:30:19 e0295fd11fe2: Download complete 17:30:19 e0295fd11fe2: Pull complete 17:30:19 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 17:30:19 Status: Downloaded newer image for alpine:3.15 17:30:19 ---> 60f2846fe774 17:30:19 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:30:19 ---> Running in b01109ae8027 17:30:19 Removing intermediate container b01109ae8027 17:30:19 ---> 4f4a7e846686 17:30:19 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 17:30:20 ---> Running in 636385f314ce 17:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:30:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:30:21 (1/6) Installing dumb-init (1.2.5-r1) 17:30:21 (2/6) Installing libgcc (10.3.1_git20211027-r0) 17:30:21 (3/6) Installing libsodium (1.0.18-r0) 17:30:21 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 17:30:22 (5/6) Installing libzmq (4.3.4-r0) 17:30:22 (6/6) Installing zeromq (4.3.4-r0) 17:30:22 Executing busybox-1.34.1-r7.trigger 17:30:22 OK: 8 MiB in 20 packages 17:30:23 Removing intermediate container 636385f314ce 17:30:23 ---> 74903980595c 17:30:23 Step 17/26 : WORKDIR / 17:30:23 ---> Running in bc3c7113f93e 17:30:23 Removing intermediate container bc3c7113f93e 17:30:23 ---> ed48a4824e96 17:30:23 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 17:30:24 ---> 68f40a21b31b 17:30:24 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 17:30:25 ---> e8fd18bd2097 17:30:25 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 17:30:25 ---> 318452eb8dc2 17:30:25 Step 21/26 : EXPOSE 59984 17:30:26 ---> Running in a55f90016e6f 17:30:26 Removing intermediate container a55f90016e6f 17:30:26 ---> 85b5f529c02b 17:30:26 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 17:30:26 ---> Running in 7356ef661a8e 17:30:26 Removing intermediate container 7356ef661a8e 17:30:26 ---> c05b5c639410 17:30:26 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:26 ---> Running in 1595a88818be 17:30:27 Removing intermediate container 1595a88818be 17:30:27 ---> f6895462d426 17:30:27 Step 24/26 : LABEL arch=arm64 17:30:27 ---> Running in 09741e139a60 17:30:27 Removing intermediate container 09741e139a60 17:30:27 ---> dec42401e97e 17:30:27 Step 25/26 : LABEL git_sha=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c 17:30:27 ---> Running in 1d122cfd8e65 17:30:27 Removing intermediate container 1d122cfd8e65 17:30:27 ---> 4f142d6c2c76 17:30:27 Step 26/26 : LABEL version=0.0.0 17:30:27 ---> Running in 52cb8219c954 17:30:28 Removing intermediate container 52cb8219c954 17:30:28 ---> 5d5ee63459d7 17:30:28 [Warning] One or more build-args [ARCH] were not consumed 17:30:28 Successfully built 5d5ee63459d7 17:30:28 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 17:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:29 17:30:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:29 arm64: Pulling from edgex-lftools-log-publisher 17:30:29 8998bd30e6a1: Pulling fs layer 17:30:29 04944245beec: Pulling fs layer 17:30:29 699f458cf7ca: Pulling fs layer 17:30:29 765212b225bb: Pulling fs layer 17:30:29 f23df028b6ca: Pulling fs layer 17:30:29 f23df028b6ca: Waiting 17:30:29 d65c8cfc05b1: Pulling fs layer 17:30:29 2437ff75d9bd: Pulling fs layer 17:30:29 d65c8cfc05b1: Waiting 17:30:29 2437ff75d9bd: Waiting 17:30:29 04944245beec: Verifying Checksum 17:30:29 04944245beec: Download complete 17:30:29 765212b225bb: Verifying Checksum 17:30:29 765212b225bb: Download complete 17:30:29 f23df028b6ca: Download complete 17:30:29 d65c8cfc05b1: Verifying Checksum 17:30:29 d65c8cfc05b1: Download complete 17:30:30 699f458cf7ca: Verifying Checksum 17:30:30 699f458cf7ca: Download complete 17:30:30 8998bd30e6a1: Verifying Checksum 17:30:30 8998bd30e6a1: Download complete 17:30:33 2437ff75d9bd: Download complete 17:30:35 8998bd30e6a1: Pull complete 17:30:35 04944245beec: Pull complete 17:30:36 699f458cf7ca: Pull complete 17:30:36 765212b225bb: Pull complete 17:30:37 f23df028b6ca: Pull complete 17:30:37 d65c8cfc05b1: Pull complete 17:30:53 2437ff75d9bd: Pull complete 17:30:53 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:30:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:53 prd-ubuntu20.04-docker-arm64-4c-16g-20683 does not seem to be running inside a container 17:30:53 $ 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 17:30:56 $ docker top 40de22e5a2cff7d5a5c9426ddea4feb7b1bdd5c7f5aa47888ca4caf1f43e1cd3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:57 ---> job-cost.sh 17:30:57 lf-activate-venv: SKIPPING 17:30:57 INFO: No Stack... 17:30:57 INFO: Retrieving Pricing Info for: v3-standard-4 17:30:58 INFO: Archiving Costs [Pipeline] sh 17:30:59 + cut -d, -f6 17:30:59 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock 17:30:59 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] 17:30:59 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] did not exist. Created. 17:30:59 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:30:59 /w/workspace/device-onvif-camera/1@tmp/durable-2dd42ab5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:31:00 + echo total: 0.10999999940395355 [Pipeline] stash 17:31:00 Warning: overwriting stash ‘stack-cost’ 17:31:00 Stashed 1 file(s) [Pipeline] } 17:31:00 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-115-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:31:00 $ docker stop --time=1 40de22e5a2cff7d5a5c9426ddea4feb7b1bdd5c7f5aa47888ca4caf1f43e1cd3 17:31:02 $ docker rm -f 40de22e5a2cff7d5a5c9426ddea4feb7b1bdd5c7f5aa47888ca4caf1f43e1cd3 [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 17:31:03 provisioning config files... 17:31:03 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-115@tmp/config5495138108080867325tmp [Pipeline] { [Pipeline] sh 17:31:03 + set +x 17:31:03 + curl -s https://codecov.io/bash 17:31:03 + bash -s -- 17:31:03 17:31:03 _____ _ 17:31:03 / ____| | | 17:31:03 | | ___ __| | ___ ___ _____ __ 17:31:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:31:03 | |___| (_) | (_| | __/ (_| (_) \ V / 17:31:03 \_____\___/ \__,_|\___|\___\___/ \_/ 17:31:03 Bash-1.0.6 17:31:03 17:31:03 17:31:03 ==> git version 2.25.1 found 17:31:03 ==> 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 17:31:03 Release-Date: 2020-01-08 17:31:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:31:03 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:31:03 ==> Jenkins CI detected. 17:31:03 current dir:  /w/workspace/undry_device-onvif-camera_PR-115 17:31:03 project root: . 17:31:03 --> token set from env 17:31:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:31:03 ==> Running gcov in . (disable via -X gcov) 17:31:03 ==> Python coveragepy not found 17:31:03 ==> Searching for coverage reports in: 17:31:03 + . 17:31:03 -> Found 1 reports 17:31:03 ==> Detecting git/mercurial file structure 17:31:03 ==> Reading reports 17:31:03 + ./coverage.out bytes=76491 17:31:03 ==> Appending adjustments 17:31:03 https://docs.codecov.io/docs/fixing-reports 17:31:03 + Found adjustments 17:31:03 ==> Gzipping contents 17:31:03 12K /tmp/codecov.w4rWoO.gz 17:31:03 ==> Uploading reports 17:31:03 url: https://codecov.io 17:31:03 query: branch=PR-115&commit=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-115%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=115&job=&cmd_args= 17:31:03 -> Pinging Codecov 17:31:03 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-115&commit=2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-115%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=115&job=&cmd_args= 17:31:04 -> Uploading to 17:31:04 https://storage.googleapis.com/codecov/v4/raw/2022-07-21/F29A59C45E3A92E06B3E522C9905F8EF/2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c/77a93774-3456-48b0-ba7a-f3afaa2d6a09.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220721%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220721T173104Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=293b8d07cd21b71117ac99f596fc7edfaa607d299c77ab73069615199be8f444 17:31:04 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:04 Dload Upload Total Spent Left Speed 17:31:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10337 0 0 100 10337 0 48990 --:--:-- --:--:-- --:--:-- 48990 17:31:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/2f3b253f3b2b4d1d72b9278bb25a65fbcc450c0c [Pipeline] } 17:31:04 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 17:31:06 + [ -d /w/workspace/undry_device-onvif-camera_PR-115/archives ] 17:31:06 + ls -al /w/workspace/undry_device-onvif-camera_PR-115/archives 17:31:06 total 16 17:31:06 drwxr-xr-x 3 root root 4096 Jul 21 17:23 . 17:31:06 drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 17:23 .. 17:31:06 drwxr-xr-x 2 root root 4096 Jul 21 17:23 cost 17:31:06 -rw-r--r-- 1 root root 90 Jul 21 17:23 cost.csv 17:31:06 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-115/archives 17:31:06 + ls -al /w/workspace/undry_device-onvif-camera_PR-115/archives 17:31:06 total 16 17:31:06 drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 17:23 . 17:31:06 drwxrwxr-x 11 jenkins jenkins 4096 Jul 21 17:23 .. 17:31:06 drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 17:23 cost 17:31:06 -rw-r--r-- 1 jenkins jenkins 90 Jul 21 17:23 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:31:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:31:07 ---> package-listing.sh 17:31:07 ++ facter osfamily 17:31:07 ++ tr '[:upper:]' '[:lower:]' 17:31:07 + OS_FAMILY=debian 17:31:07 + workspace=/w/workspace/undry_device-onvif-camera_PR-115 17:31:07 + START_PACKAGES=/tmp/packages_start.txt 17:31:07 + END_PACKAGES=/tmp/packages_end.txt 17:31:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:31:07 + PACKAGES=/tmp/packages_start.txt 17:31:07 + '[' /w/workspace/undry_device-onvif-camera_PR-115 ']' 17:31:07 + PACKAGES=/tmp/packages_end.txt 17:31:07 + case "${OS_FAMILY}" in 17:31:07 + dpkg -l 17:31:07 + grep '^ii' 17:31:07 + '[' -f /tmp/packages_start.txt ']' 17:31:07 + '[' -f /tmp/packages_end.txt ']' 17:31:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:31:07 + '[' /w/workspace/undry_device-onvif-camera_PR-115 ']' 17:31:07 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-115/archives/ 17:31:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-115/archives/ [Pipeline] echo 17:31:07 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-115/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:31:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:31:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:31:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:31:08 prd-ubuntu20.04-docker-8c-8g-20682 does not seem to be running inside a container 17:31:08 $ 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-115/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-115 -v /w/workspace/undry_device-onvif-camera_PR-115:/w/workspace/undry_device-onvif-camera_PR-115:rw,z -v /w/workspace/undry_device-onvif-camera_PR-115@tmp:/w/workspace/undry_device-onvif-camera_PR-115@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 17:31:09 $ docker top 50071688d49638206ecdf6a3edf217ed3ff401fc71a32c071e5944d72e06b7ff -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:09 + touch /tmp/pre-build-complete [Pipeline] sh 17:31:10 + mkdir -p /var/log/sysstat [Pipeline] sh 17:31:10 + ls /var/log/sa-host 17:31:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:31:10 provisioning config files... 17:31:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-115@tmp/config7341228472145221775tmp [Pipeline] { [Pipeline] echo 17:31:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:31:10 ---> create-netrc.sh [Pipeline] } 17:31:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:31:11 ---> python-tools-install.sh [Pipeline] echo 17:31:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:31:11 ---> sudo-logs.sh 17:31:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:31:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:31:12 ---> job-cost.sh 17:31:12 lf-activate-venv: SKIPPING 17:31:12 DEBUG: total: 0.2199999988079071 17:31:12 INFO: Retrieving Stack Cost... 17:31:12 INFO: Retrieving Pricing Info for: v3-standard-8 17:31:13 INFO: Archiving Costs [Pipeline] echo 17:31:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:31:13 ---> logs-deploy.sh 17:31:13 lf-activate-venv: SKIPPING 17:31:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-115/1 17:31:13 INFO: archiving workspace using pattern(s): 17:31:15 Archives upload complete. 17:31:15 INFO: archiving logs to Nexus