Pull request #87 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 ChristianDarr-personal for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at 0a79c5a718067479237195976121108915350925 rather than f4c28778845866842315627042822759ab4b977f Obtained Jenkinsfile from 0a79c5a718067479237195976121108915350925 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-ssh4308925616193814860.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh1332337111009193620.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-87/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-87/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6297181558389304906.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-87/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15194821198200935011.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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-ssh14049966477887742726.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-87/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-87/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6616114963353664118.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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.17 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-15238 in /w/workspace/oundry_device-onvif-camera_PR-87 [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/oundry_device-onvif-camera_PR-87 # 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 0a79c5a718067479237195976121108915350925 into PR head commit f4c28778845866842315627042822759ab4b977f Merge succeeded, producing cc845ce6c5c75d33a359ba5ac572774b1da3da91 Checking out Revision cc845ce6c5c75d33a359ba5ac572774b1da3da91 (PR-87) > 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/87/head:refs/remotes/origin/PR-87 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4c28778845866842315627042822759ab4b977f # 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 0a79c5a718067479237195976121108915350925 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc845ce6c5c75d33a359ba5ac572774b1da3da91 # timeout=10 Commit message: "Merge commit '0a79c5a718067479237195976121108915350925' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:54:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:54:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:54:47 ========================================================= 18:54:47 EdgeX Global Pipelines Version Info 18:54:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:54:48 ------------------- 18:54:48 stable info: 18:54:48 ------------------- 18:54:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:54:48 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 18:54:48 Message: update stable to v1.0.234 18:54:48 ------------------- 18:54:48 experimental info: 18:54:48 ------------------- 18:54:48 Commited By: **** collab-it+edgex@linuxfoundation.org 18:54:48 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 18:54:48 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:54:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-87 [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-87 [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-87 [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc845ce6c5c75d33a359ba5ac572774b1da3da91 [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc845ce [Pipeline] echo 18:54:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:54:50 provisioning config files... 18:54:50 copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-87@tmp/config5684331802427410977tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:50 ---> docker-login.sh 18:54:50 nexus3.edgexfoundry.org:10001 18:54:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:51 Configure a credential helper to remove this warning. See 18:54:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:51 18:54:51 Login Succeeded 18:54:51 nexus3.edgexfoundry.org:10002 18:54:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:51 Configure a credential helper to remove this warning. See 18:54:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:51 18:54:51 Login Succeeded 18:54:51 nexus3.edgexfoundry.org:10003 18:54:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:51 Configure a credential helper to remove this warning. See 18:54:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:51 18:54:51 Login Succeeded 18:54:51 nexus3.edgexfoundry.org:10004 18:54:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:51 Configure a credential helper to remove this warning. See 18:54:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:51 18:54:51 Login Succeeded 18:54:51 docker.io 18:54:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:54:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:54:52 Configure a credential helper to remove this warning. See 18:54:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:54:52 18:54:52 Login Succeeded 18:54:52 ---> docker-login.sh ends [Pipeline] } 18:54:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:54:53 + git rev-list -1 --merges cc845ce6c5c75d33a359ba5ac572774b1da3da91~1..cc845ce6c5c75d33a359ba5ac572774b1da3da91 [Pipeline] echo 18:54:53 -----------> git rev-list -1 --merges cc845ce6c5c75d33a359ba5ac572774b1da3da91~1..cc845ce6c5c75d33a359ba5ac572774b1da3da91 cc845ce6c5c75d33a359ba5ac572774b1da3da91 18:54:53 cc845ce6c5c75d33a359ba5ac572774b1da3da91 [false] [Pipeline] sh 18:54:53 + git log --format=format:%s -1 cc845ce6c5c75d33a359ba5ac572774b1da3da91 [Pipeline] echo 18:54:53 ========================================================= 18:54:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:54:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:54:53 + git log --format=format:%s -1 cc845ce6c5c75d33a359ba5ac572774b1da3da91 [Pipeline] echo 18:54:53 [semverPrep] GIT_COMMIT: cc845ce6c5c75d33a359ba5ac572774b1da3da91, Commit Message: Merge commit '0a79c5a718067479237195976121108915350925' into HEAD [Pipeline] echo 18:54:53 [semverPrep] This is not a build commit. [Pipeline] sh 18:54:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:54:54 + grep -v github /etc/ssh/ssh_known_hosts 18:54:54 + [ -e /tmp/ssh_known_hosts ] 18:54:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:54:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:54:54 + sudo tee -a /etc/ssh/ssh_known_hosts 18:54:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:54:54 18:54:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:54:55 0.1.4: Pulling from edgex-devops/py-git-semver 18:54:55 42c077c10790: Pulling fs layer 18:54:55 f63e77b7563a: Pulling fs layer 18:54:55 bd5fdadae976: Pulling fs layer 18:54:55 205491f53016: Pulling fs layer 18:54:55 df18705c85c3: Pulling fs layer 18:54:55 bdb3f477010e: Pulling fs layer 18:54:55 c8a8fc8e1c8f: Pulling fs layer 18:54:55 2c6e9b1d212d: Pulling fs layer 18:54:55 bdb8f0575790: Pulling fs layer 18:54:55 386e3cb2ff24: Pulling fs layer 18:54:55 2343380bae48: Pulling fs layer 18:54:55 bdb8f0575790: Waiting 18:54:55 205491f53016: Waiting 18:54:55 df18705c85c3: Waiting 18:54:55 386e3cb2ff24: Waiting 18:54:55 c8a8fc8e1c8f: Waiting 18:54:55 bdb3f477010e: Waiting 18:54:55 2343380bae48: Waiting 18:54:55 2c6e9b1d212d: Waiting 18:54:55 f63e77b7563a: Download complete 18:54:55 205491f53016: Download complete 18:54:55 bd5fdadae976: Verifying Checksum 18:54:55 bd5fdadae976: Download complete 18:54:55 df18705c85c3: Verifying Checksum 18:54:55 df18705c85c3: Download complete 18:54:55 bdb3f477010e: Download complete 18:54:55 2c6e9b1d212d: Verifying Checksum 18:54:55 2c6e9b1d212d: Download complete 18:54:55 bdb8f0575790: Download complete 18:54:55 386e3cb2ff24: Verifying Checksum 18:54:55 386e3cb2ff24: Download complete 18:54:55 2343380bae48: Verifying Checksum 18:54:55 2343380bae48: Download complete 18:54:55 42c077c10790: Verifying Checksum 18:54:55 42c077c10790: Download complete 18:54:55 c8a8fc8e1c8f: Verifying Checksum 18:54:55 c8a8fc8e1c8f: Download complete 18:54:57 42c077c10790: Pull complete 18:54:57 f63e77b7563a: Pull complete 18:54:57 bd5fdadae976: Pull complete 18:54:57 205491f53016: Pull complete 18:54:57 df18705c85c3: Pull complete 18:54:57 bdb3f477010e: Pull complete 18:54:59 c8a8fc8e1c8f: Pull complete 18:54:59 2c6e9b1d212d: Pull complete 18:55:00 bdb8f0575790: Pull complete 18:55:00 386e3cb2ff24: Pull complete 18:55:00 2343380bae48: Pull complete 18:55:00 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 18:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:55:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:00 prd-ubuntu20.04-docker-8c-8g-15238 does not seem to be running inside a container 18:55:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-onvif-camera_PR-87 -v /w/workspace/oundry_device-onvif-camera_PR-87:/w/workspace/oundry_device-onvif-camera_PR-87:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-87@tmp:/w/workspace/oundry_device-onvif-camera_PR-87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:55:02 $ docker top 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b -eo pid,comm 18:55:02 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). 18:55:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:02 [ssh-agent] Looking for ssh-agent implementation... 18:55:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:02 $ docker exec 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b ssh-agent 18:55:02 SSH_AUTH_SOCK=/tmp/ssh-jiPd8kWSXpyn/agent.32 18:55:02 SSH_AGENT_PID=38 18:55:02 Running ssh-add (command line suppressed) 18:55:02 Identity added: /w/workspace/oundry_device-onvif-camera_PR-87@tmp/private_key_3669124517613563469.key (/w/workspace/oundry_device-onvif-camera_PR-87@tmp/private_key_3669124517613563469.key) 18:55:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:03 + git tag --points-at HEAD [Pipeline] } 18:55:03 $ docker exec --env ******** --env ******** 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b ssh-agent -k 18:55:03 unset SSH_AUTH_SOCK; 18:55:03 unset SSH_AGENT_PID; 18:55:03 echo Agent pid 38 killed; 18:55:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:55:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:03 [ssh-agent] Looking for ssh-agent implementation... 18:55:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:03 $ docker exec 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b ssh-agent 18:55:03 SSH_AUTH_SOCK=/tmp/ssh-BZPnz1NWNwSV/agent.70 18:55:03 SSH_AGENT_PID=77 18:55:03 Running ssh-add (command line suppressed) 18:55:03 Identity added: /w/workspace/oundry_device-onvif-camera_PR-87@tmp/private_key_2339876613989299247.key (/w/workspace/oundry_device-onvif-camera_PR-87@tmp/private_key_2339876613989299247.key) 18:55:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:04 + git semver init 18:55:04 2022-06-21 18:55:04,397 [run_init] DEBUG init version:0.0.0 force:False 18:55:04 2022-06-21 18:55:04,397 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_device-onvif-camera_PR-87/.semver 18:55:04 2022-06-21 18:55:04,398 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/oundry_device-onvif-camera_PR-87/.semver 18:55:04 2022-06-21 18:55:04,398 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/oundry_device-onvif-camera_PR-87/.semver'], cwd=/w/workspace/oundry_device-onvif-camera_PR-87, universal_newlines=False, shell=None, istream=None) 18:55:05 2022-06-21 18:55:05,280 [append_file] DEBUG append to file:/w/workspace/oundry_device-onvif-camera_PR-87/.git/info/exclude 18:55:05 2022-06-21 18:55:05,281 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_device-onvif-camera_PR-87/.semver/PR-87 with force:False 18:55:05 2022-06-21 18:55:05,281 [write_file] DEBUG write to file:/w/workspace/oundry_device-onvif-camera_PR-87/.semver/PR-87 18:55:05 2022-06-21 18:55:05,285 [execute] INFO git cat-file --batch-check 18:55:05 2022-06-21 18:55:05,286 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_device-onvif-camera_PR-87/.semver, universal_newlines=False, shell=None, istream=) 18:55:05 2022-06-21 18:55:05,292 [execute] INFO git cat-file --batch 18:55:05 2022-06-21 18:55:05,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_device-onvif-camera_PR-87/.semver, universal_newlines=False, shell=None, istream=) 18:55:05 2022-06-21 18:55:05,298 [read_version] DEBUG read version from /w/workspace/oundry_device-onvif-camera_PR-87/.semver/PR-87 18:55:05 0.0.0 [Pipeline] } 18:55:05 $ docker exec --env ******** --env ******** 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b ssh-agent -k 18:55:05 unset SSH_AUTH_SOCK; 18:55:05 unset SSH_AGENT_PID; 18:55:05 echo Agent pid 77 killed; 18:55:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:06 + git semver [Pipeline] } 18:55:06 $ docker stop --time=1 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b 18:55:07 $ docker rm -f 540022007bb69a70e9a46209595f1cf954eebe4c7c1182777997f6078ff6784b [Pipeline] // withDockerContainer [Pipeline] sh 18:55:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:55:08 Stashed 1 file(s) [Pipeline] echo 18:55:08 [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 18:55:08 provisioning config files... 18:55:08 copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-87@tmp/config8416398170385659650tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:09 ---> docker-login.sh 18:55:09 nexus3.edgexfoundry.org:10001 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 nexus3.edgexfoundry.org:10002 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 nexus3.edgexfoundry.org:10003 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 nexus3.edgexfoundry.org:10004 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:09 Configure a credential helper to remove this warning. See 18:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:09 18:55:09 Login Succeeded 18:55:09 docker.io 18:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:10 Configure a credential helper to remove this warning. See 18:55:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:10 18:55:10 Login Succeeded 18:55:10 ---> docker-login.sh ends [Pipeline] } 18:55:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:55:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:55:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:55:10 ========================================================= 18:55:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 18:55:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 18:55:10 Sending build context to Docker daemon 8.814MB 18:55:10 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 18:55:10 Step 2/13 : FROM ${BASE} AS builder 18:55:10 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 18:55:10 59bf1c3509f3: Pulling fs layer 18:55:10 666ba61612fd: Pulling fs layer 18:55:10 8ed8ca486205: Pulling fs layer 18:55:10 cc1cd167ecdc: Pulling fs layer 18:55:10 c516ae0d96e1: Pulling fs layer 18:55:10 684cea983483: Pulling fs layer 18:55:10 dd3240ac7de5: Pulling fs layer 18:55:10 b1e948a4e11c: Pulling fs layer 18:55:10 a8fd76ee1af6: Pulling fs layer 18:55:10 646ad004c059: Pulling fs layer 18:55:10 dd3240ac7de5: Waiting 18:55:10 b1e948a4e11c: Waiting 18:55:10 a8fd76ee1af6: Waiting 18:55:10 646ad004c059: Waiting 18:55:10 cc1cd167ecdc: Waiting 18:55:10 684cea983483: Waiting 18:55:10 8ed8ca486205: Verifying Checksum 18:55:10 8ed8ca486205: Download complete 18:55:10 666ba61612fd: Verifying Checksum 18:55:10 666ba61612fd: Download complete 18:55:10 c516ae0d96e1: Verifying Checksum 18:55:10 c516ae0d96e1: Download complete 18:55:11 684cea983483: Verifying Checksum 18:55:11 684cea983483: Download complete 18:55:11 dd3240ac7de5: Verifying Checksum 18:55:11 dd3240ac7de5: Download complete 18:55:11 59bf1c3509f3: Verifying Checksum 18:55:11 59bf1c3509f3: Download complete 18:55:11 b1e948a4e11c: Verifying Checksum 18:55:11 b1e948a4e11c: Download complete 18:55:11 59bf1c3509f3: Pull complete 18:55:11 666ba61612fd: Pull complete 18:55:11 8ed8ca486205: Pull complete 18:55:11 646ad004c059: Verifying Checksum 18:55:11 646ad004c059: Download complete 18:55:11 a8fd76ee1af6: Verifying Checksum 18:55:11 a8fd76ee1af6: Download complete 18:55:11 cc1cd167ecdc: Verifying Checksum 18:55:11 cc1cd167ecdc: Download complete 18:55:16 cc1cd167ecdc: Pull complete 18:55:16 c516ae0d96e1: Pull complete 18:55:16 684cea983483: Pull complete 18:55:16 dd3240ac7de5: Pull complete 18:55:16 b1e948a4e11c: Pull complete 18:55:17 a8fd76ee1af6: Pull complete 18:55:18 646ad004c059: Pull complete 18:55:18 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 18:55:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:55:18 ---> 8f69c11f6b0c 18:55:18 Step 3/13 : ARG MAKE="make build" 18:55:20 ---> Running in dce83698f6f0 18:55:20 Removing intermediate container dce83698f6f0 18:55:20 ---> 28717be87875 18:55:20 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 18:55:20 ---> Running in 26f55f11cc8b 18:55:20 Removing intermediate container 26f55f11cc8b 18:55:20 ---> d88a554e6029 18:55:20 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 18:55:20 ---> Running in f8ba19c8ae8c 18:55:20 Removing intermediate container f8ba19c8ae8c 18:55:20 ---> 69269b26d3e7 18:55:20 Step 6/13 : LABEL Name=edgex-device-onvif-camera 18:55:20 ---> Running in 5b56658d65a8 18:55:20 Removing intermediate container 5b56658d65a8 18:55:20 ---> a3ada768d677 18:55:20 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:20 ---> Running in ee25825f518c 18:55:21 Removing intermediate container ee25825f518c 18:55:21 ---> dcc20a7b3408 18:55:21 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:55:21 ---> Running in 38435d565913 18:55:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:55:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:55:22 OK: 221 MiB in 52 packages 18:55:23 Removing intermediate container 38435d565913 18:55:23 ---> 85ca09b8fe3e 18:55:23 Step 9/13 : WORKDIR /device-onvif-camera 18:55:23 ---> Running in 973ac73584fa 18:55:23 Removing intermediate container 973ac73584fa 18:55:23 ---> 84ba4b7adca5 18:55:23 Step 10/13 : COPY go.mod vendor* ./ 18:55:23 ---> 59c013d85221 18:55:23 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:55:23 ---> Running in 5acb3a3335f1 18:55:23 Still waiting to schedule task 18:55:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:55:41 Removing intermediate container 5acb3a3335f1 18:55:41 ---> 655fd1e5ccdf 18:55:41 Step 12/13 : COPY . . 18:55:41 ---> fcfb6ac80ed3 18:55:41 Step 13/13 : RUN ${MAKE} 18:55:41 ---> Running in 7fbef7072e58 18:55:42 noop 18:55:42 Removing intermediate container 7fbef7072e58 18:55:42 ---> 55f7a29ddf09 18:55:42 Successfully built 55f7a29ddf09 18:55:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:43 + docker inspect -f . ci-base-image-x86_64 18:55:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:43 prd-ubuntu20.04-docker-8c-8g-15238 does not seem to be running inside a container 18:55:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-87 -v /w/workspace/oundry_device-onvif-camera_PR-87:/w/workspace/oundry_device-onvif-camera_PR-87:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-87@tmp:/w/workspace/oundry_device-onvif-camera_PR-87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:55:43 $ docker top d78f58d610d1423c7beea4e8329ca94d4ecc8b9670e00408cd375289fbe44232 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:44 + go version 18:55:44 go version go1.17.7 linux/amd64 [Pipeline] } 18:55:44 $ docker stop --time=1 d78f58d610d1423c7beea4e8329ca94d4ecc8b9670e00408cd375289fbe44232 18:55:45 $ docker rm -f d78f58d610d1423c7beea4e8329ca94d4ecc8b9670e00408cd375289fbe44232 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:46 + docker inspect -f . ci-base-image-x86_64 18:55:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:55:46 prd-ubuntu20.04-docker-8c-8g-15238 does not seem to be running inside a container 18:55:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-87 -v /w/workspace/oundry_device-onvif-camera_PR-87:/w/workspace/oundry_device-onvif-camera_PR-87:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-87@tmp:/w/workspace/oundry_device-onvif-camera_PR-87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:55:46 $ docker top 9f6c4d236c74af6ae8c55503c719749602d6bfe1f5d66834703d1c3d2b1f7054 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 18:55:47 + make test 18:55:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:55:47 ? github.com/edgexfoundry/device-onvif-camera [no test files] 18:55:57 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 18:55:57 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.018s coverage: 4.4% of statements 18:56:01 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.990s coverage: 13.8% of statements 18:56:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:56:13 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:56:13 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:56:13 ./bin/test-attribution-txt.sh [Pipeline] echo 18:56:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:56:13 $ docker stop --time=1 9f6c4d236c74af6ae8c55503c719749602d6bfe1f5d66834703d1c3d2b1f7054 18:56:15 $ docker rm -f 9f6c4d236c74af6ae8c55503c719749602d6bfe1f5d66834703d1c3d2b1f7054 [Pipeline] // withDockerContainer [Pipeline] sh 18:56:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:56:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:56:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:56:16 + ls -al . 18:56:16 total 240 18:56:16 drwxrwxr-x 9 jenkins jenkins 4096 Jun 21 18:56 . 18:56:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:54 .. 18:56:16 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 18:55 .git 18:56:16 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 18:54 .github 18:56:16 -rw-rw-r-- 1 jenkins jenkins 352 Jun 21 18:54 .gitignore 18:56:16 -rw-rw-r-- 1 jenkins jenkins 42 Jun 21 18:54 .golangci.yml 18:56:16 drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 18:55 .semver 18:56:16 -rw-rw-r-- 1 jenkins jenkins 9227 Jun 21 18:54 Attribution.txt 18:56:16 -rw-rw-r-- 1 jenkins jenkins 189 Jun 21 18:54 CHANGELOG.md 18:56:16 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 21 18:54 Dockerfile 18:56:16 -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 18:54 GOVERNANCE.md 18:56:16 -rw-rw-r-- 1 jenkins jenkins 660 Jun 21 18:54 Jenkinsfile 18:56:16 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 21 18:54 LICENSE 18:56:16 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 21 18:54 Makefile 18:56:16 -rw-rw-r-- 1 jenkins jenkins 625 Jun 21 18:54 OWNERS.md 18:56:16 -rw-rw-r-- 1 jenkins jenkins 30599 Jun 21 18:54 README.md 18:56:16 -rw-rw-r-- 1 jenkins jenkins 5 Jun 21 18:55 VERSION 18:56:16 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 18:54 bin 18:56:16 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 18:54 cmd 18:56:16 -rw-r--r-- 1 jenkins jenkins 62551 Jun 21 18:56 coverage.out 18:56:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:54 doc 18:56:16 -rw-rw-r-- 1 jenkins jenkins 3584 Jun 21 18:54 go.mod 18:56:16 -rw-rw-r-- 1 jenkins jenkins 37933 Jun 21 18:54 go.sum 18:56:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:54 internal 18:56:16 -rw-rw-r-- 1 jenkins jenkins 236 Jun 21 18:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:17 + 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=cc845ce6c5c75d33a359ba5ac572774b1da3da91 --label arch=amd64 --label version=0.0.0 . 18:56:17 Sending build context to Docker daemon 8.877MB 18:56:17 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 18:56:17 Step 2/26 : FROM ${BASE} AS builder 18:56:17 ---> 55f7a29ddf09 18:56:17 Step 3/26 : ARG MAKE="make build" 18:56:17 ---> Running in 7ada7e6515b9 18:56:17 Removing intermediate container 7ada7e6515b9 18:56:17 ---> 6bbf677a3daa 18:56:17 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 18:56:17 ---> Running in ea59a71b444c 18:56:17 Removing intermediate container ea59a71b444c 18:56:17 ---> 48c99f5ed370 18:56:17 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 18:56:17 ---> Running in aab25ac80577 18:56:17 Removing intermediate container aab25ac80577 18:56:17 ---> ddb595842f9b 18:56:17 Step 6/26 : LABEL Name=edgex-device-onvif-camera 18:56:17 ---> Running in f30c592022cd 18:56:17 Removing intermediate container f30c592022cd 18:56:17 ---> 44522a6e4e5f 18:56:17 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:18 ---> Running in ee19728c1760 18:56:18 Removing intermediate container ee19728c1760 18:56:18 ---> c2489b1d258b 18:56:18 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:56:18 ---> Running in 82b0c3cde49c 18:56:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:56:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:56:20 OK: 221 MiB in 52 packages 18:56:20 Removing intermediate container 82b0c3cde49c 18:56:20 ---> a6b379745c65 18:56:20 Step 9/26 : WORKDIR /device-onvif-camera 18:56:20 ---> Running in bfe184cf6763 18:56:20 Removing intermediate container bfe184cf6763 18:56:20 ---> b112cef37e8b 18:56:20 Step 10/26 : COPY go.mod vendor* ./ 18:56:20 ---> fa83eb25d37f 18:56:20 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:56:20 ---> Running in 0f46e4045767 18:56:21 Removing intermediate container 0f46e4045767 18:56:21 ---> 7e23fabd5d9f 18:56:21 Step 12/26 : COPY . . 18:56:21 ---> 66c42a3f19de 18:56:21 Step 13/26 : RUN ${MAKE} 18:56:21 ---> Running in 5439fe3db537 18:56:22 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.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 18:56:44 Removing intermediate container 5439fe3db537 18:56:44 ---> f455fee66cef 18:56:44 Step 14/26 : FROM alpine:3.15 18:56:44 3.15: Pulling from library/alpine 18:56:44 df9b9388f04a: Pulling fs layer 18:56:44 df9b9388f04a: Verifying Checksum 18:56:44 df9b9388f04a: Download complete 18:56:44 df9b9388f04a: Pull complete 18:56:44 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 18:56:44 Status: Downloaded newer image for alpine:3.15 18:56:44 ---> 0ac33e5f5afa 18:56:44 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:56:44 ---> Running in c5684bb875e1 18:56:44 Removing intermediate container c5684bb875e1 18:56:44 ---> 07f7542c6cc7 18:56:44 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 18:56:44 ---> Running in 5f6d3b8bff35 18:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:56:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:56:44 (1/6) Installing dumb-init (1.2.5-r1) 18:56:44 (2/6) Installing libgcc (10.3.1_git20211027-r0) 18:56:44 (3/6) Installing libsodium (1.0.18-r0) 18:56:44 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 18:56:44 (5/6) Installing libzmq (4.3.4-r0) 18:56:44 (6/6) Installing zeromq (4.3.4-r0) 18:56:44 Executing busybox-1.34.1-r5.trigger 18:56:44 OK: 8 MiB in 20 packages 18:56:44 Removing intermediate container 5f6d3b8bff35 18:56:44 ---> eec2e8167186 18:56:44 Step 17/26 : WORKDIR / 18:56:44 ---> Running in 9da81968360d 18:56:44 Removing intermediate container 9da81968360d 18:56:44 ---> 5cc5da9f694d 18:56:44 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 18:56:44 ---> dacf3043c840 18:56:44 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 18:56:44 ---> 5acd0458ce81 18:56:44 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 18:56:44 ---> 5aec11a8a7fc 18:56:44 Step 21/26 : EXPOSE 59984 18:56:44 ---> Running in 30533eff2f61 18:56:44 Removing intermediate container 30533eff2f61 18:56:44 ---> 3fb1f7478612 18:56:44 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 18:56:45 ---> Running in 64a2bc09787b 18:56:45 Removing intermediate container 64a2bc09787b 18:56:45 ---> 41c066189209 18:56:45 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:56:45 ---> Running in d2a3181b220f 18:56:45 Removing intermediate container d2a3181b220f 18:56:45 ---> 449660fcaf9b 18:56:45 Step 24/26 : LABEL arch=amd64 18:56:45 ---> Running in c17906c9980f 18:56:45 Removing intermediate container c17906c9980f 18:56:45 ---> c9f4c8a525ea 18:56:45 Step 25/26 : LABEL git_sha=cc845ce6c5c75d33a359ba5ac572774b1da3da91 18:56:45 ---> Running in 962f50efc4a3 18:56:45 Removing intermediate container 962f50efc4a3 18:56:45 ---> 603251cbea25 18:56:45 Step 26/26 : LABEL version=0.0.0 18:56:45 ---> Running in 45448500755f 18:56:45 Removing intermediate container 45448500755f 18:56:45 ---> 3b4be4e65785 18:56:45 [Warning] One or more build-args [ARCH] were not consumed 18:56:45 Successfully built 3b4be4e65785 18:56:45 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 18:56:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:46 18:56:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:46 latest: Pulling from edgex-lftools-log-publisher 18:56:46 5eb5b503b376: Pulling fs layer 18:56:46 5c69ac0246d0: Pulling fs layer 18:56:46 ec43610c2a17: Pulling fs layer 18:56:46 3a2ae6a8a46f: Pulling fs layer 18:56:46 33b1e0a273af: Pulling fs layer 18:56:46 5d3b04190fa2: Pulling fs layer 18:56:46 2f39f015ded8: Pulling fs layer 18:56:46 5d3b04190fa2: Waiting 18:56:46 2f39f015ded8: Waiting 18:56:46 33b1e0a273af: Waiting 18:56:46 3a2ae6a8a46f: Waiting 18:56:46 5c69ac0246d0: Verifying Checksum 18:56:46 5c69ac0246d0: Download complete 18:56:46 3a2ae6a8a46f: Verifying Checksum 18:56:46 3a2ae6a8a46f: Download complete 18:56:46 33b1e0a273af: Verifying Checksum 18:56:46 33b1e0a273af: Download complete 18:56:46 5d3b04190fa2: Verifying Checksum 18:56:46 5d3b04190fa2: Download complete 18:56:47 ec43610c2a17: Verifying Checksum 18:56:47 ec43610c2a17: Download complete 18:56:47 5eb5b503b376: Download complete 18:56:47 2f39f015ded8: Download complete 18:56:48 5eb5b503b376: Pull complete 18:56:48 5c69ac0246d0: Pull complete 18:56:48 ec43610c2a17: Pull complete 18:56:49 3a2ae6a8a46f: Pull complete 18:56:49 33b1e0a273af: Pull complete 18:56:49 5d3b04190fa2: Pull complete 18:56:54 2f39f015ded8: Pull complete 18:56:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:56:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:56:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:56:54 prd-ubuntu20.04-docker-8c-8g-15238 does not seem to be running inside a container 18:56:54 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-onvif-camera_PR-87 -v /w/workspace/oundry_device-onvif-camera_PR-87:/w/workspace/oundry_device-onvif-camera_PR-87:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-87@tmp:/w/workspace/oundry_device-onvif-camera_PR-87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:56:56 $ docker top 3fbbbed2758b00af727bcf744b650f8b52a1894feefe5c32dd417b55cc83fa0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:56:57 ---> job-cost.sh 18:56:57 lf-activate-venv: SKIPPING 18:56:57 INFO: No Stack... 18:56:57 INFO: Retrieving Pricing Info for: v3-standard-8 18:56:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-15239 in /w/workspace/oundry_device-onvif-camera_PR-87 [Pipeline] { 18:56:58 INFO: Archiving Costs [Pipeline] ws 18:56:58 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] sh [Pipeline] checkout 18:56:58 Selected Git installation does not exist. Using Default 18:56:58 The recommended git tool is: NONE 18:56:58 + cat /w/workspace/oundry_device-onvif-camera_PR-87/archives/cost.csv 18:56:58 + cut -d, -f6 [Pipeline] lock 18:56:58 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] 18:56:58 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] did not exist. Created. 18:56:58 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:56:58 + echo total: 0.2199999988079071 [Pipeline] stash 18:56:58 Stashed 1 file(s) [Pipeline] } 18:56:58 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:56:58 $ docker stop --time=1 3fbbbed2758b00af727bcf744b650f8b52a1894feefe5c32dd417b55cc83fa0f 18:57:00 $ docker rm -f 3fbbbed2758b00af727bcf744b650f8b52a1894feefe5c32dd417b55cc83fa0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:57:03 using credential edgex-jenkins-ssh 18:57:03 Cloning the remote Git repository 18:57:03 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 18:57:04 > git init /w/workspace/device-onvif-camera/1 # timeout=10 18:57:04 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 18:57:04 > git --version # timeout=10 18:57:04 > git --version # 'git version 2.25.1' 18:57:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:05 Merging remotes/origin/main commit 0a79c5a718067479237195976121108915350925 into PR head commit f4c28778845866842315627042822759ab4b977f 18:57:05 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 18:57:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:57:05 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 18:57:05 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 18:57:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/87/head:refs/remotes/origin/PR-87 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:57:05 > git config core.sparsecheckout # timeout=10 18:57:05 > git checkout -f f4c28778845866842315627042822759ab4b977f # timeout=10 18:57:05 > git remote # timeout=10 18:57:05 > git config --get remote.origin.url # timeout=10 18:57:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:57:05 > git merge 0a79c5a718067479237195976121108915350925 # timeout=10 18:57:06 Merge succeeded, producing 6ce84dc63a2b0ab121ec840889da5d1ad093e98c 18:57:06 Checking out Revision 6ce84dc63a2b0ab121ec840889da5d1ad093e98c (PR-87) 18:57:06 > git rev-parse HEAD^{commit} # timeout=10 18:57:06 > git config core.sparsecheckout # timeout=10 18:57:06 > git checkout -f 6ce84dc63a2b0ab121ec840889da5d1ad093e98c # timeout=10 18:57:10 Commit message: "Merge commit '0a79c5a718067479237195976121108915350925' into HEAD" 18:57:10 First time build. Skipping changelog. 18:57:10 > git --version # timeout=10 18:57:10 > git --version # 'git version 2.25.1' 18:57:10 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:57:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:57:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:57:11 Dload Upload Total Spent Left Speed 18:57:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 18:57:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:57:12 + sudo tee /etc/docker/daemon.new 18:57:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:57:12 { 18:57:12 "registry-mirrors": [ 18:57:12 "https://nexus3.edgexfoundry.org:10001" 18:57:12 ], 18:57:12 "bip": "10.250.0.254/24", 18:57:12 "hosts": [ 18:57:12 "tcp://0.0.0.0:5555", 18:57:12 "unix:///var/run/docker.sock" 18:57:12 ], 18:57:12 "mtu": 1458, 18:57:12 "selinux-enabled": true, 18:57:12 "seccomp-profile": "/etc/docker/seccomp.json" 18:57:12 } [Pipeline] sh 18:57:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:57:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:57:31 provisioning config files... 18:57:31 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config2461065187964274552tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:57:32 ---> docker-login.sh 18:57:32 nexus3.edgexfoundry.org:10001 18:57:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:33 Configure a credential helper to remove this warning. See 18:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:33 18:57:33 Login Succeeded 18:57:33 nexus3.edgexfoundry.org:10002 18:57:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:33 Configure a credential helper to remove this warning. See 18:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:33 18:57:33 Login Succeeded 18:57:33 nexus3.edgexfoundry.org:10003 18:57:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:33 Configure a credential helper to remove this warning. See 18:57:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:33 18:57:33 Login Succeeded 18:57:33 nexus3.edgexfoundry.org:10004 18:57:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:34 Configure a credential helper to remove this warning. See 18:57:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:34 18:57:34 Login Succeeded 18:57:34 docker.io 18:57:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:35 Configure a credential helper to remove this warning. See 18:57:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:35 18:57:35 Login Succeeded 18:57:35 ---> docker-login.sh ends [Pipeline] } 18:57:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:57:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:57:35 ========================================================= 18:57:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 18:57:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:36 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 18:57:36 Sending build context to Docker daemon 6.024MB 18:57:36 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 18:57:36 Step 2/13 : FROM ${BASE} AS builder 18:57:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:57:36 9b3977197b4f: Pulling fs layer 18:57:36 1a89e8eeedd5: Pulling fs layer 18:57:36 94645a83ff95: Pulling fs layer 18:57:36 e6fb740bc735: Pulling fs layer 18:57:36 3a77bd46dcc9: Pulling fs layer 18:57:36 355e64cbe906: Pulling fs layer 18:57:36 63ab81a10011: Pulling fs layer 18:57:36 555d1d1c4555: Pulling fs layer 18:57:36 7d9057610161: Pulling fs layer 18:57:36 355e64cbe906: Waiting 18:57:36 63ab81a10011: Waiting 18:57:36 555d1d1c4555: Waiting 18:57:36 e6fb740bc735: Waiting 18:57:36 3a77bd46dcc9: Waiting 18:57:36 7d9057610161: Waiting 18:57:36 94645a83ff95: Verifying Checksum 18:57:36 94645a83ff95: Download complete 18:57:36 3a77bd46dcc9: Download complete 18:57:36 355e64cbe906: Verifying Checksum 18:57:36 355e64cbe906: Download complete 18:57:36 9b3977197b4f: Verifying Checksum 18:57:36 63ab81a10011: Verifying Checksum 18:57:36 63ab81a10011: Download complete 18:57:37 9b3977197b4f: Pull complete 18:57:37 7d9057610161: Verifying Checksum 18:57:37 7d9057610161: Download complete 18:57:38 1a89e8eeedd5: Pull complete 18:57:38 94645a83ff95: Pull complete 18:57:38 555d1d1c4555: Verifying Checksum 18:57:38 555d1d1c4555: Download complete 18:57:39 e6fb740bc735: Verifying Checksum 18:57:39 e6fb740bc735: Download complete 18:57:51 e6fb740bc735: Pull complete 18:57:51 3a77bd46dcc9: Pull complete 18:57:51 355e64cbe906: Pull complete 18:57:51 63ab81a10011: Pull complete 18:57:58 555d1d1c4555: Pull complete 18:58:00 7d9057610161: Pull complete 18:58:00 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 18:58:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 18:58:00 ---> 819e984ddca1 18:58:00 Step 3/13 : ARG MAKE="make build" 18:58:01 ---> Running in 3e2c22062ee4 18:58:01 Removing intermediate container 3e2c22062ee4 18:58:01 ---> 2cb1b3e9bb81 18:58:01 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 18:58:01 ---> Running in 63934b7f84d0 18:58:01 Removing intermediate container 63934b7f84d0 18:58:01 ---> 59f517650805 18:58:01 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 18:58:01 ---> Running in a9072d6e6ea2 18:58:02 Removing intermediate container a9072d6e6ea2 18:58:02 ---> adf1e8e98d85 18:58:02 Step 6/13 : LABEL Name=edgex-device-onvif-camera 18:58:02 ---> Running in 3ba320e45135 18:58:02 Removing intermediate container 3ba320e45135 18:58:02 ---> 9c47612a94d0 18:58:02 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:02 ---> Running in 86c5ee1bce4b 18:58:05 Removing intermediate container 86c5ee1bce4b 18:58:05 ---> e006ba9dfa46 18:58:05 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:58:05 ---> Running in 402462cf8454 18:58:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:58:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:58:07 OK: 220 MiB in 52 packages 18:58:08 Removing intermediate container 402462cf8454 18:58:08 ---> c9a36666c739 18:58:08 Step 9/13 : WORKDIR /device-onvif-camera 18:58:08 ---> Running in 858afe8cde3f 18:58:09 Removing intermediate container 858afe8cde3f 18:58:09 ---> a81a669c76a6 18:58:09 Step 10/13 : COPY go.mod vendor* ./ 18:58:09 ---> 2e705571778c 18:58:09 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:58:09 ---> Running in 081fa0bfdbbc 18:58:56 Removing intermediate container 081fa0bfdbbc 18:58:56 ---> a13f0295b2ad 18:58:56 Step 12/13 : COPY . . 18:58:56 ---> d96d7194cd3f 18:58:56 Step 13/13 : RUN ${MAKE} 18:58:56 ---> Running in 9940fe76f320 18:58:57 noop 18:58:57 Removing intermediate container 9940fe76f320 18:58:57 ---> c30c141bd2fc 18:58:57 Successfully built c30c141bd2fc 18:58:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:58:58 + docker inspect -f . ci-base-image-arm64 18:58:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:58:58 prd-ubuntu20.04-docker-arm64-4c-16g-15239 does not seem to be running inside a container 18:58:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:58:59 $ docker top 28067f78015defceb1413bb4026e96f97875294a80dc465d759ad2c6fc6211b3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:00 + go version 18:59:00 go version go1.17.7 linux/arm64 [Pipeline] } 18:59:00 $ docker stop --time=1 28067f78015defceb1413bb4026e96f97875294a80dc465d759ad2c6fc6211b3 18:59:02 $ docker rm -f 28067f78015defceb1413bb4026e96f97875294a80dc465d759ad2c6fc6211b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:59:03 + docker inspect -f . ci-base-image-arm64 18:59:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:59:03 prd-ubuntu20.04-docker-arm64-4c-16g-15239 does not seem to be running inside a container 18:59:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:59:05 $ docker top fd4e2fff92cc052b2a15c5f8dc849fdc50a0c340244aa312c8edcbc9bcf7c972 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 18:59:06 + make test 18:59:06 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:59:08 ? github.com/edgexfoundry/device-onvif-camera [no test files] 19:00:44 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 19:00:44 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.088s coverage: 4.4% of statements 19:00:55 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.477s coverage: 13.8% of statements 19:00:55 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:00:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 19:01:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:01:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:01:27 ./bin/test-attribution-txt.sh [Pipeline] echo 19:01:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:01:27 $ docker stop --time=1 fd4e2fff92cc052b2a15c5f8dc849fdc50a0c340244aa312c8edcbc9bcf7c972 19:01:29 $ docker rm -f fd4e2fff92cc052b2a15c5f8dc849fdc50a0c340244aa312c8edcbc9bcf7c972 [Pipeline] // withDockerContainer [Pipeline] sh 19:01:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:01:30 Warning: overwriting stash ‘coverage-report’ 19:01:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:01:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:01:31 + ls -al . 19:01:31 total 236 19:01:31 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 19:01 . 19:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:57 .. 19:01:31 drwxrwxr-x 8 jenkins jenkins 4096 Jun 21 18:57 .git 19:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 18:57 .github 19:01:31 -rw-rw-r-- 1 jenkins jenkins 352 Jun 21 18:57 .gitignore 19:01:31 -rw-rw-r-- 1 jenkins jenkins 42 Jun 21 18:57 .golangci.yml 19:01:31 -rw-rw-r-- 1 jenkins jenkins 9227 Jun 21 18:57 Attribution.txt 19:01:31 -rw-rw-r-- 1 jenkins jenkins 189 Jun 21 18:57 CHANGELOG.md 19:01:31 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 21 18:57 Dockerfile 19:01:31 -rw-rw-r-- 1 jenkins jenkins 677 Jun 21 18:57 GOVERNANCE.md 19:01:31 -rw-rw-r-- 1 jenkins jenkins 660 Jun 21 18:57 Jenkinsfile 19:01:31 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 21 18:57 LICENSE 19:01:31 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 21 18:57 Makefile 19:01:31 -rw-rw-r-- 1 jenkins jenkins 625 Jun 21 18:57 OWNERS.md 19:01:31 -rw-rw-r-- 1 jenkins jenkins 30599 Jun 21 18:57 README.md 19:01:31 -rw-rw-r-- 1 jenkins jenkins 5 Jun 21 18:55 VERSION 19:01:31 drwxrwxr-x 2 jenkins jenkins 4096 Jun 21 18:57 bin 19:01:31 drwxrwxr-x 3 jenkins jenkins 4096 Jun 21 18:57 cmd 19:01:31 -rw-r--r-- 1 jenkins jenkins 62551 Jun 21 19:00 coverage.out 19:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:57 doc 19:01:31 -rw-rw-r-- 1 jenkins jenkins 3584 Jun 21 18:57 go.mod 19:01:31 -rw-rw-r-- 1 jenkins jenkins 37933 Jun 21 18:57 go.sum 19:01:31 drwxrwxr-x 4 jenkins jenkins 4096 Jun 21 18:57 internal 19:01:31 -rw-rw-r-- 1 jenkins jenkins 236 Jun 21 18:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:01:32 + 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=6ce84dc63a2b0ab121ec840889da5d1ad093e98c --label arch=arm64 --label version=0.0.0 . 19:01:32 Sending build context to Docker daemon 6.088MB 19:01:32 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 19:01:32 Step 2/26 : FROM ${BASE} AS builder 19:01:32 ---> c30c141bd2fc 19:01:32 Step 3/26 : ARG MAKE="make build" 19:01:32 ---> Running in de13a272cff4 19:01:33 Removing intermediate container de13a272cff4 19:01:33 ---> 5699e79fe56e 19:01:33 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 19:01:33 ---> Running in b6719d97c373 19:01:33 Removing intermediate container b6719d97c373 19:01:33 ---> e61d3e487805 19:01:33 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 19:01:33 ---> Running in 3fad8e17459e 19:01:34 Removing intermediate container 3fad8e17459e 19:01:34 ---> 07a355d20e5b 19:01:34 Step 6/26 : LABEL Name=edgex-device-onvif-camera 19:01:34 ---> Running in 8f71ddb4377f 19:01:34 Removing intermediate container 8f71ddb4377f 19:01:34 ---> dc230ad5ac20 19:01:34 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:34 ---> Running in 0457f2028030 19:01:36 Removing intermediate container 0457f2028030 19:01:36 ---> b35c4e8e4388 19:01:36 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:01:36 ---> Running in e80fcfd31ff7 19:01:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:01:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:01:38 OK: 220 MiB in 52 packages 19:01:39 Removing intermediate container e80fcfd31ff7 19:01:39 ---> 4dd23f4f08a0 19:01:39 Step 9/26 : WORKDIR /device-onvif-camera 19:01:39 ---> Running in 9aa57b5062e7 19:01:39 Removing intermediate container 9aa57b5062e7 19:01:39 ---> 1163241fe7ca 19:01:39 Step 10/26 : COPY go.mod vendor* ./ 19:01:40 ---> 6e5dc644b2b2 19:01:40 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:01:40 ---> Running in a62d3badfe0a 19:01:42 Removing intermediate container a62d3badfe0a 19:01:42 ---> 7c6be25867fa 19:01:42 Step 12/26 : COPY . . 19:01:43 ---> fdafaeab56f7 19:01:43 Step 13/26 : RUN ${MAKE} 19:01:43 ---> Running in 2fb2e42d64c8 19:01:44 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.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 19:03:51 Removing intermediate container 2fb2e42d64c8 19:03:51 ---> 6d8360cfa099 19:03:51 Step 14/26 : FROM alpine:3.15 19:03:51 3.15: Pulling from library/alpine 19:03:51 9981e73032c8: Pulling fs layer 19:03:51 9981e73032c8: Verifying Checksum 19:03:51 9981e73032c8: Download complete 19:03:51 9981e73032c8: Pull complete 19:03:51 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 19:03:51 Status: Downloaded newer image for alpine:3.15 19:03:51 ---> 3fb3c9af89a9 19:03:51 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 19:03:51 ---> Running in bdb465ce9c61 19:03:51 Removing intermediate container bdb465ce9c61 19:03:51 ---> 00c6cf89db2e 19:03:51 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 19:03:51 ---> Running in 978fd9029e1d 19:03:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:03:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:03:51 (1/6) Installing dumb-init (1.2.5-r1) 19:03:51 (2/6) Installing libgcc (10.3.1_git20211027-r0) 19:03:51 (3/6) Installing libsodium (1.0.18-r0) 19:03:51 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 19:03:51 (5/6) Installing libzmq (4.3.4-r0) 19:03:51 (6/6) Installing zeromq (4.3.4-r0) 19:03:51 Executing busybox-1.34.1-r5.trigger 19:03:51 OK: 8 MiB in 20 packages 19:03:51 Removing intermediate container 978fd9029e1d 19:03:51 ---> 1e0629688112 19:03:51 Step 17/26 : WORKDIR / 19:03:51 ---> Running in 7f42a3f9bb4f 19:03:51 Removing intermediate container 7f42a3f9bb4f 19:03:51 ---> db180c168728 19:03:51 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 19:03:51 ---> 116b7e3474cf 19:03:51 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 19:03:52 ---> 43e82916449d 19:03:52 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 19:03:52 ---> 2db39ac6a26d 19:03:52 Step 21/26 : EXPOSE 59984 19:03:52 ---> Running in 7b89b004f88f 19:03:53 Removing intermediate container 7b89b004f88f 19:03:53 ---> 69ed52fc4a24 19:03:53 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 19:03:53 ---> Running in e407b1577b17 19:03:53 Removing intermediate container e407b1577b17 19:03:53 ---> 69a302b2f498 19:03:53 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:53 ---> Running in a378971a4f10 19:03:53 Removing intermediate container a378971a4f10 19:03:53 ---> 75b6626b1be0 19:03:53 Step 24/26 : LABEL arch=arm64 19:03:53 ---> Running in 4597551f50a4 19:03:54 Removing intermediate container 4597551f50a4 19:03:54 ---> 005420398d3a 19:03:54 Step 25/26 : LABEL git_sha=6ce84dc63a2b0ab121ec840889da5d1ad093e98c 19:03:54 ---> Running in 6e6341ce5b3d 19:03:54 Removing intermediate container 6e6341ce5b3d 19:03:54 ---> 325d8a41514c 19:03:54 Step 26/26 : LABEL version=0.0.0 19:03:54 ---> Running in 8dbd33b2e360 19:03:54 Removing intermediate container 8dbd33b2e360 19:03:54 ---> 0c6dcc0efcef 19:03:54 [Warning] One or more build-args [ARCH] were not consumed 19:03:55 Successfully built 0c6dcc0efcef 19:03:55 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 19:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:03:55 19:03:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:03:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:03:56 arm64: Pulling from edgex-lftools-log-publisher 19:03:56 8998bd30e6a1: Pulling fs layer 19:03:56 04944245beec: Pulling fs layer 19:03:56 699f458cf7ca: Pulling fs layer 19:03:56 765212b225bb: Pulling fs layer 19:03:56 f23df028b6ca: Pulling fs layer 19:03:56 d65c8cfc05b1: Pulling fs layer 19:03:56 2437ff75d9bd: Pulling fs layer 19:03:56 f23df028b6ca: Waiting 19:03:56 d65c8cfc05b1: Waiting 19:03:56 2437ff75d9bd: Waiting 19:03:56 765212b225bb: Waiting 19:03:56 04944245beec: Verifying Checksum 19:03:56 04944245beec: Download complete 19:03:56 765212b225bb: Verifying Checksum 19:03:56 765212b225bb: Download complete 19:03:56 f23df028b6ca: Verifying Checksum 19:03:56 f23df028b6ca: Download complete 19:03:56 d65c8cfc05b1: Verifying Checksum 19:03:56 d65c8cfc05b1: Download complete 19:03:56 699f458cf7ca: Verifying Checksum 19:03:56 699f458cf7ca: Download complete 19:03:57 8998bd30e6a1: Verifying Checksum 19:03:57 8998bd30e6a1: Download complete 19:03:59 2437ff75d9bd: Verifying Checksum 19:03:59 2437ff75d9bd: Download complete 19:04:01 8998bd30e6a1: Pull complete 19:04:02 04944245beec: Pull complete 19:04:03 699f458cf7ca: Pull complete 19:04:03 765212b225bb: Pull complete 19:04:04 f23df028b6ca: Pull complete 19:04:04 d65c8cfc05b1: Pull complete 19:04:19 2437ff75d9bd: Pull complete 19:04:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:04:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:04:20 prd-ubuntu20.04-docker-arm64-4c-16g-15239 does not seem to be running inside a container 19:04:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 19:04:22 $ docker top 1a1f2b2fa53c4c2e3f2e16354ccc6a3de22b7d117e66159060cdb619903823d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:23 ---> job-cost.sh 19:04:23 lf-activate-venv: SKIPPING 19:04:23 INFO: No Stack... 19:04:24 INFO: Retrieving Pricing Info for: v3-standard-4 19:04:24 INFO: Archiving Costs [Pipeline] sh 19:04:25 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 19:04:25 + cut -d, -f6 [Pipeline] lock 19:04:25 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] 19:04:25 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] did not exist. Created. 19:04:25 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:04:26 /w/workspace/device-onvif-camera/1@tmp/durable-1b86d329/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:04:27 + echo total: 0.10999999940395355 [Pipeline] stash 19:04:27 Warning: overwriting stash ‘stack-cost’ 19:04:27 Stashed 1 file(s) [Pipeline] } 19:04:27 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-87-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:04:27 $ docker stop --time=1 1a1f2b2fa53c4c2e3f2e16354ccc6a3de22b7d117e66159060cdb619903823d5 19:04:28 $ docker rm -f 1a1f2b2fa53c4c2e3f2e16354ccc6a3de22b7d117e66159060cdb619903823d5 [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 19:04:30 provisioning config files... 19:04:30 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/oundry_device-onvif-camera_PR-87@tmp/config3783322588649839187tmp [Pipeline] { [Pipeline] sh 19:04:30 + set +x 19:04:30 + curl -s https://codecov.io/bash 19:04:30 + bash -s -- 19:04:30 19:04:30 _____ _ 19:04:30 / ____| | | 19:04:30 | | ___ __| | ___ ___ _____ __ 19:04:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:04:30 | |___| (_) | (_| | __/ (_| (_) \ V / 19:04:30 \_____\___/ \__,_|\___|\___\___/ \_/ 19:04:30 Bash-1.0.6 19:04:30 19:04:30 19:04:30 ==> git version 2.25.1 found 19:04:30 ==> 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 19:04:30 Release-Date: 2020-01-08 19:04:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:04:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:04:30 ==> Jenkins CI detected. 19:04:30 current dir:  /w/workspace/oundry_device-onvif-camera_PR-87 19:04:30 project root: . 19:04:30 --> token set from env 19:04:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:04:30 ==> Running gcov in . (disable via -X gcov) 19:04:30 ==> Python coveragepy not found 19:04:30 ==> Searching for coverage reports in: 19:04:30 + . 19:04:30 -> Found 1 reports 19:04:30 ==> Detecting git/mercurial file structure 19:04:30 ==> Reading reports 19:04:30 + ./coverage.out bytes=62551 19:04:30 ==> Appending adjustments 19:04:30 https://docs.codecov.io/docs/fixing-reports 19:04:30 + Found adjustments 19:04:30 ==> Gzipping contents 19:04:30 8.0K /tmp/codecov.Ktj9pq.gz 19:04:30 ==> Uploading reports 19:04:30 url: https://codecov.io 19:04:30 query: branch=PR-87&commit=cc845ce6c5c75d33a359ba5ac572774b1da3da91&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-87%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=87&job=&cmd_args= 19:04:30 -> Pinging Codecov 19:04:30 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-87&commit=cc845ce6c5c75d33a359ba5ac572774b1da3da91&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-87%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=87&job=&cmd_args= 19:04:31 -> Uploading to 19:04:31 https://storage.googleapis.com/codecov/v4/raw/2022-06-21/F29A59C45E3A92E06B3E522C9905F8EF/cc845ce6c5c75d33a359ba5ac572774b1da3da91/2bef5e80-826f-4875-83ac-3f9a9642e1b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220621%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220621T190430Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=481bb9427aa20bb51befa5f7600994222bcf0ab1a97aac27edb8e31ef0962183 19:04:31 % Total % Received % Xferd Average Speed Time Time Time Current 19:04:31 Dload Upload Total Spent Left Speed 19:04:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 7971 0 0 100 7971 0 35114 --:--:-- --:--:-- --:--:-- 35114 19:04:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/cc845ce6c5c75d33a359ba5ac572774b1da3da91 [Pipeline] } 19:04:31 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 19:04:32 + [ -d /w/workspace/oundry_device-onvif-camera_PR-87/archives ] 19:04:32 + ls -al /w/workspace/oundry_device-onvif-camera_PR-87/archives 19:04:32 total 16 19:04:32 drwxr-xr-x 3 root root 4096 Jun 21 18:56 . 19:04:32 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 18:56 .. 19:04:32 drwxr-xr-x 2 root root 4096 Jun 21 18:56 cost 19:04:32 -rw-r--r-- 1 root root 89 Jun 21 18:56 cost.csv 19:04:32 + sudo chown -R jenkins:jenkins /w/workspace/oundry_device-onvif-camera_PR-87/archives 19:04:32 + ls -al /w/workspace/oundry_device-onvif-camera_PR-87/archives 19:04:32 total 16 19:04:32 drwxr-xr-x 3 jenkins jenkins 4096 Jun 21 18:56 . 19:04:32 drwxrwxr-x 10 jenkins jenkins 4096 Jun 21 18:56 .. 19:04:32 drwxr-xr-x 2 jenkins jenkins 4096 Jun 21 18:56 cost 19:04:32 -rw-r--r-- 1 jenkins jenkins 89 Jun 21 18:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:04:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:04:34 ---> package-listing.sh 19:04:34 ++ facter osfamily 19:04:34 ++ tr '[:upper:]' '[:lower:]' 19:04:34 + OS_FAMILY=debian 19:04:34 + workspace=/w/workspace/oundry_device-onvif-camera_PR-87 19:04:34 + START_PACKAGES=/tmp/packages_start.txt 19:04:34 + END_PACKAGES=/tmp/packages_end.txt 19:04:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:04:34 + PACKAGES=/tmp/packages_start.txt 19:04:34 + '[' /w/workspace/oundry_device-onvif-camera_PR-87 ']' 19:04:34 + PACKAGES=/tmp/packages_end.txt 19:04:34 + case "${OS_FAMILY}" in 19:04:34 + dpkg -l 19:04:34 + grep '^ii' 19:04:34 + '[' -f /tmp/packages_start.txt ']' 19:04:34 + '[' -f /tmp/packages_end.txt ']' 19:04:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:04:34 + '[' /w/workspace/oundry_device-onvif-camera_PR-87 ']' 19:04:34 + mkdir -p /w/workspace/oundry_device-onvif-camera_PR-87/archives/ 19:04:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-onvif-camera_PR-87/archives/ [Pipeline] echo 19:04:34 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/oundry_device-onvif-camera_PR-87/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:04:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:04:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:04:35 prd-ubuntu20.04-docker-8c-8g-15238 does not seem to be running inside a container 19:04:35 $ 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/oundry_device-onvif-camera_PR-87/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-onvif-camera_PR-87 -v /w/workspace/oundry_device-onvif-camera_PR-87:/w/workspace/oundry_device-onvif-camera_PR-87:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-87@tmp:/w/workspace/oundry_device-onvif-camera_PR-87@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 19:04:35 $ docker top 18086d247e4ff8907d75f4824980eb67e532b6c904b3dce001fd67bf4dfd450c -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:36 + touch /tmp/pre-build-complete [Pipeline] sh 19:04:36 + mkdir -p /var/log/sysstat [Pipeline] sh 19:04:36 + ls /var/log/sa-host 19:04:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:04:36 provisioning config files... 19:04:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-87@tmp/config1428848200434676953tmp [Pipeline] { [Pipeline] echo 19:04:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:04:37 ---> create-netrc.sh [Pipeline] } 19:04:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:04:37 ---> python-tools-install.sh [Pipeline] echo 19:04:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:04:38 ---> sudo-logs.sh 19:04:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:04:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:04:38 ---> job-cost.sh 19:04:38 lf-activate-venv: SKIPPING 19:04:38 DEBUG: total: 0.2199999988079071 19:04:38 INFO: Retrieving Stack Cost... 19:04:38 INFO: Retrieving Pricing Info for: v3-standard-8 19:04:39 INFO: Archiving Costs [Pipeline] echo 19:04:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:04:39 ---> logs-deploy.sh 19:04:39 lf-activate-venv: SKIPPING 19:04:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-87/1 19:04:39 INFO: archiving workspace using pattern(s): 19:04:40 Archives upload complete. 19:04:40 INFO: archiving logs to Nexus