Pull request #473 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 weichou1229 for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from a356cdf2b671e94f6a2005cf0ea0ce8249b90035+10f464ab2b54ff8e32a589214b3c8e1fea4bea02 (dd8f64af104a2b4d26e5b6e4db74d3d1fb7918ce) 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-ssh17545643718802595615.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh7663982969347270341.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-473/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-473/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3361927405461740015.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-473/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6846121348905395613.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh14710201083071019499.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-473/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-473/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8349686495997961052.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-25900 in /w/workspace/undry_device-onvif-camera_PR-473 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-473 # 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 10f464ab2b54ff8e32a589214b3c8e1fea4bea02 into PR head commit a356cdf2b671e94f6a2005cf0ea0ce8249b90035 Merge succeeded, producing a356cdf2b671e94f6a2005cf0ea0ce8249b90035 Checking out Revision a356cdf2b671e94f6a2005cf0ea0ce8249b90035 (PR-473) > 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/473/head:refs/remotes/origin/PR-473 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a356cdf2b671e94f6a2005cf0ea0ce8249b90035 # 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 10f464ab2b54ff8e32a589214b3c8e1fea4bea02 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a356cdf2b671e94f6a2005cf0ea0ce8249b90035 # timeout=10 Commit message: "fix: fix incorrect conversion between integer types" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:35:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:35:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:35:28 ========================================================= 08:35:28 EdgeX Global Pipelines Version Info 08:35:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:35:28 ------------------- 08:35:28 stable info: 08:35:28 ------------------- 08:35:28 Commited By: Ginny Guan ginny@iotechsys.com 08:35:28 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 08:35:28 Message: update stable to v1.0.265 08:35:29 ------------------- 08:35:29 experimental info: 08:35:29 ------------------- 08:35:29 Commited By: Cherry Wang cherry@iotechsys.com 08:35:29 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 08:35:29 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:35:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:35:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-473 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-473 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-473 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a356cdf [Pipeline] echo 08:35:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:35:31 provisioning config files... 08:35:31 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-473@tmp/config2315993802290139836tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:32 ---> ****-login.sh 08:35:32 nexus3.edgexfoundry.org:10001 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:32 Configure a credential helper to remove this warning. See 08:35:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:32 08:35:32 Login Succeeded 08:35:32 nexus3.edgexfoundry.org:10002 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:32 Configure a credential helper to remove this warning. See 08:35:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:32 08:35:32 Login Succeeded 08:35:32 nexus3.edgexfoundry.org:10003 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:32 Configure a credential helper to remove this warning. See 08:35:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:32 08:35:32 Login Succeeded 08:35:32 nexus3.edgexfoundry.org:10004 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:32 Configure a credential helper to remove this warning. See 08:35:32 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:32 08:35:32 Login Succeeded 08:35:32 ****.io 08:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:33 Configure a credential helper to remove this warning. See 08:35:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:33 08:35:33 Login Succeeded 08:35:33 ---> ****-login.sh ends [Pipeline] } 08:35:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:35:33 + git rev-list -1 --merges a356cdf2b671e94f6a2005cf0ea0ce8249b90035~1..a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [Pipeline] echo 08:35:33 -----------> git rev-list -1 --merges a356cdf2b671e94f6a2005cf0ea0ce8249b90035~1..a356cdf2b671e94f6a2005cf0ea0ce8249b90035 a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [false] [Pipeline] sh 08:35:34 + git log --format=format:%s -1 a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [Pipeline] echo 08:35:34 ========================================================= 08:35:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:35:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:35:34 + git log --format=format:%s -1 a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [Pipeline] echo 08:35:34 [semverPrep] GIT_COMMIT: a356cdf2b671e94f6a2005cf0ea0ce8249b90035, Commit Message: fix: fix incorrect conversion between integer types [Pipeline] echo 08:35:34 [semverPrep] This is not a build commit. [Pipeline] sh 08:35:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:35:35 + grep -v github /etc/ssh/ssh_known_hosts 08:35:35 + [ -e /tmp/ssh_known_hosts ] 08:35:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:35:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:35:35 + sudo tee -a /etc/ssh/ssh_known_hosts 08:35:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:35 08:35:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:36 0.1.4: Pulling from edgex-devops/py-git-semver 08:35:36 b85a868b505f: Pulling fs layer 08:35:36 e2be974225ed: Pulling fs layer 08:35:36 339a4e72a1f5: Pulling fs layer 08:35:36 988bab9f4d93: Pulling fs layer 08:35:36 1469e6f7b9e6: Pulling fs layer 08:35:36 eaf3925da568: Pulling fs layer 08:35:36 bab4dde63d76: Pulling fs layer 08:35:36 bde34c3a00c8: Pulling fs layer 08:35:36 b352a97aabf1: Pulling fs layer 08:35:36 4872d77fe225: Pulling fs layer 08:35:36 5851b861e8e6: Pulling fs layer 08:35:36 bab4dde63d76: Waiting 08:35:36 b352a97aabf1: Waiting 08:35:36 4872d77fe225: Waiting 08:35:36 5851b861e8e6: Waiting 08:35:36 988bab9f4d93: Waiting 08:35:36 eaf3925da568: Waiting 08:35:36 1469e6f7b9e6: Waiting 08:35:36 e2be974225ed: Download complete 08:35:36 988bab9f4d93: Verifying Checksum 08:35:36 988bab9f4d93: Download complete 08:35:36 1469e6f7b9e6: Verifying Checksum 08:35:36 1469e6f7b9e6: Download complete 08:35:36 eaf3925da568: Verifying Checksum 08:35:36 eaf3925da568: Download complete 08:35:36 339a4e72a1f5: Verifying Checksum 08:35:36 339a4e72a1f5: Download complete 08:35:36 bde34c3a00c8: Verifying Checksum 08:35:36 bde34c3a00c8: Download complete 08:35:36 b352a97aabf1: Verifying Checksum 08:35:36 b352a97aabf1: Download complete 08:35:36 4872d77fe225: Download complete 08:35:36 5851b861e8e6: Verifying Checksum 08:35:36 5851b861e8e6: Download complete 08:35:36 b85a868b505f: Verifying Checksum 08:35:36 b85a868b505f: Download complete 08:35:36 bab4dde63d76: Verifying Checksum 08:35:36 bab4dde63d76: Download complete 08:35:37 b85a868b505f: Pull complete 08:35:37 e2be974225ed: Pull complete 08:35:38 339a4e72a1f5: Pull complete 08:35:38 988bab9f4d93: Pull complete 08:35:38 1469e6f7b9e6: Pull complete 08:35:38 eaf3925da568: Pull complete 08:35:40 bab4dde63d76: Pull complete 08:35:40 bde34c3a00c8: Pull complete 08:35:40 b352a97aabf1: Pull complete 08:35:40 4872d77fe225: Pull complete 08:35:40 5851b861e8e6: Pull complete 08:35:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:35:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:35:40 prd-ubuntu20.04-docker-8c-8g-25900 does not seem to be running inside a container 08:35:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-473 -v /w/workspace/undry_device-onvif-camera_PR-473:/w/workspace/undry_device-onvif-camera_PR-473:rw,z -v /w/workspace/undry_device-onvif-camera_PR-473@tmp:/w/workspace/undry_device-onvif-camera_PR-473@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 08:35:43 $ docker top b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 -eo pid,comm 08:35:43 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). 08:35:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:35:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:35:44 [ssh-agent] Looking for ssh-agent implementation... 08:35:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:35:44 $ docker exec b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 ssh-agent 08:35:44 SSH_AUTH_SOCK=/tmp/ssh-MpvLXHFv1MoS/agent.32 08:35:44 SSH_AGENT_PID=38 08:35:44 Running ssh-add (command line suppressed) 08:35:44 Identity added: /w/workspace/undry_device-onvif-camera_PR-473@tmp/private_key_5148320522939871837.key (/w/workspace/undry_device-onvif-camera_PR-473@tmp/private_key_5148320522939871837.key) 08:35:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:35:44 + git tag --points-at HEAD [Pipeline] } 08:35:44 $ docker exec --env ******** --env ******** b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 ssh-agent -k 08:35:44 unset SSH_AUTH_SOCK; 08:35:44 unset SSH_AGENT_PID; 08:35:44 echo Agent pid 38 killed; 08:35:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:35:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:35:45 [ssh-agent] Looking for ssh-agent implementation... 08:35:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:35:45 $ docker exec b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 ssh-agent 08:35:45 SSH_AUTH_SOCK=/tmp/ssh-tbrDzKDmWdo7/agent.71 08:35:45 SSH_AGENT_PID=77 08:35:45 Running ssh-add (command line suppressed) 08:35:45 Identity added: /w/workspace/undry_device-onvif-camera_PR-473@tmp/private_key_18201883977814136338.key (/w/workspace/undry_device-onvif-camera_PR-473@tmp/private_key_18201883977814136338.key) 08:35:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:35:45 + git semver init 08:35:45 2024-11-08 08:35:45,895 [run_init] DEBUG init version:0.0.0 force:False 08:35:45 2024-11-08 08:35:45,896 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-473/.semver 08:35:45 2024-11-08 08:35:45,896 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-473/.semver 08:35:45 2024-11-08 08:35:45,896 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-473/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-473, universal_newlines=False, shell=None, istream=None) 08:35:47 2024-11-08 08:35:47,117 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-473/.git/info/exclude 08:35:47 2024-11-08 08:35:47,118 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-473/.semver/PR-473 with force:False 08:35:47 2024-11-08 08:35:47,118 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-473/.semver/PR-473 08:35:47 2024-11-08 08:35:47,122 [execute] INFO git cat-file --batch-check 08:35:47 2024-11-08 08:35:47,122 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-473/.semver, universal_newlines=False, shell=None, istream=) 08:35:47 2024-11-08 08:35:47,127 [execute] INFO git cat-file --batch 08:35:47 2024-11-08 08:35:47,127 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-473/.semver, universal_newlines=False, shell=None, istream=) 08:35:47 2024-11-08 08:35:47,131 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-473/.semver/PR-473 08:35:47 0.0.0 [Pipeline] } 08:35:47 $ docker exec --env ******** --env ******** b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 ssh-agent -k 08:35:47 unset SSH_AUTH_SOCK; 08:35:47 unset SSH_AGENT_PID; 08:35:47 echo Agent pid 77 killed; 08:35:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:35:47 + git semver [Pipeline] } 08:35:48 $ docker stop --time=1 b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 08:35:49 $ docker rm -f --volumes b4bb0258466a8ec84b2cec476058d5fd7f15fdfa20abd06da77483509fb341b9 [Pipeline] // withDockerContainer [Pipeline] sh 08:35:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:35:50 Stashed 1 file(s) [Pipeline] echo 08:35:50 [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 08:35:51 provisioning config files... 08:35:51 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-473@tmp/config6259593301520831471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:51 ---> ****-login.sh 08:35:51 nexus3.edgexfoundry.org:10001 08:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:51 Configure a credential helper to remove this warning. See 08:35:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:51 08:35:51 Login Succeeded 08:35:51 nexus3.edgexfoundry.org:10002 08:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:51 Configure a credential helper to remove this warning. See 08:35:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:51 08:35:51 Login Succeeded 08:35:51 nexus3.edgexfoundry.org:10003 08:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:51 Configure a credential helper to remove this warning. See 08:35:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:51 08:35:51 Login Succeeded 08:35:51 nexus3.edgexfoundry.org:10004 08:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:51 Configure a credential helper to remove this warning. See 08:35:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:51 08:35:51 Login Succeeded 08:35:51 ****.io 08:35:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:35:51 Configure a credential helper to remove this warning. See 08:35:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:35:51 08:35:51 Login Succeeded 08:35:51 ---> ****-login.sh ends [Pipeline] } 08:35:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:35:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:35:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:35:52 ========================================================= 08:35:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 08:35:52 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:35:52 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:35:52 Sending build context to Docker daemon 36.81MB 08:35:52 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 08:35:52 Step 2/13 : FROM ${BASE} AS builder 08:35:53 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 08:35:53 43c4264eed91: Pulling fs layer 08:35:53 4cc291be95ef: Pulling fs layer 08:35:53 2ac1f1163629: Pulling fs layer 08:35:53 5c3c966382ef: Pulling fs layer 08:35:53 4f4fb700ef54: Pulling fs layer 08:35:53 5d5c8e513c77: Pulling fs layer 08:35:53 9f66e0745190: Pulling fs layer 08:35:53 f49a43e4bbc0: Pulling fs layer 08:35:53 561ebcabdf7f: Pulling fs layer 08:35:53 5c3c966382ef: Waiting 08:35:53 4f4fb700ef54: Waiting 08:35:53 f49a43e4bbc0: Waiting 08:35:53 9f66e0745190: Waiting 08:35:53 561ebcabdf7f: Waiting 08:35:53 5d5c8e513c77: Waiting 08:35:53 4cc291be95ef: Verifying Checksum 08:35:53 4cc291be95ef: Download complete 08:35:53 5c3c966382ef: Verifying Checksum 08:35:53 5c3c966382ef: Download complete 08:35:53 4f4fb700ef54: Verifying Checksum 08:35:53 4f4fb700ef54: Download complete 08:35:53 5d5c8e513c77: Verifying Checksum 08:35:53 5d5c8e513c77: Download complete 08:35:53 43c4264eed91: Verifying Checksum 08:35:53 43c4264eed91: Download complete 08:35:53 9f66e0745190: Verifying Checksum 08:35:53 9f66e0745190: Download complete 08:35:53 43c4264eed91: Pull complete 08:35:53 561ebcabdf7f: Verifying Checksum 08:35:53 561ebcabdf7f: Download complete 08:35:53 4cc291be95ef: Pull complete 08:35:53 2ac1f1163629: Verifying Checksum 08:35:53 2ac1f1163629: Download complete 08:35:53 f49a43e4bbc0: Verifying Checksum 08:35:53 f49a43e4bbc0: Download complete 08:35:57 2ac1f1163629: Pull complete 08:35:57 5c3c966382ef: Pull complete 08:35:57 4f4fb700ef54: Pull complete 08:35:57 5d5c8e513c77: Pull complete 08:35:57 9f66e0745190: Pull complete 08:36:00 f49a43e4bbc0: Pull complete 08:36:00 561ebcabdf7f: Pull complete 08:36:00 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 08:36:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 08:36:00 ---> 3a752c3f9dda 08:36:00 Step 3/13 : ARG ADD_BUILD_TAGS="" 08:36:05 ---> Running in 390c4b010249 08:36:05 Removing intermediate container 390c4b010249 08:36:05 ---> 30e05337b8fa 08:36:05 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:36:05 ---> Running in 345c113564b2 08:36:05 Removing intermediate container 345c113564b2 08:36:05 ---> c5b8c8b6625e 08:36:05 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 08:36:05 ---> Running in db57e3e3e690 08:36:05 Removing intermediate container db57e3e3e690 08:36:05 ---> d57a411daf2f 08:36:05 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 08:36:05 ---> Running in e5b0e931c189 08:36:05 Removing intermediate container e5b0e931c189 08:36:05 ---> 4596e83d86be 08:36:05 Step 7/13 : LABEL Name=edgex-device-onvif-camera 08:36:05 ---> Running in 8b06a04bb193 08:36:05 Removing intermediate container 8b06a04bb193 08:36:05 ---> 8ba4e2dd8919 08:36:05 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:36:05 ---> Running in 9154b2101b90 08:36:05 Still waiting to schedule task 08:36:05 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:36:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:36:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:36:06 OK: 246 MiB in 54 packages 08:36:06 Removing intermediate container 9154b2101b90 08:36:06 ---> 102923bd311f 08:36:06 Step 9/13 : WORKDIR /device-onvif-camera 08:36:06 ---> Running in 07bd307ff687 08:36:06 Removing intermediate container 07bd307ff687 08:36:06 ---> e22198cbdea1 08:36:06 Step 10/13 : COPY go.mod vendor* ./ 08:36:06 ---> 73fca28669bb 08:36:06 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:36:06 ---> Running in 986b49da1934 08:37:03 Removing intermediate container 986b49da1934 08:37:03 ---> 36768f735888 08:37:03 Step 12/13 : COPY . . 08:37:03 ---> a1512d766dcb 08:37:03 Step 13/13 : RUN ${MAKE} 08:37:03 ---> Running in 40c9fba47823 08:37:03 noop 08:37:03 Removing intermediate container 40c9fba47823 08:37:03 ---> d142dc964188 08:37:03 Successfully built d142dc964188 08:37:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:03 + docker inspect -f . ci-base-image-x86_64 08:37:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:37:04 prd-ubuntu20.04-docker-8c-8g-25900 does not seem to be running inside a container 08:37:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-473 -v /w/workspace/undry_device-onvif-camera_PR-473:/w/workspace/undry_device-onvif-camera_PR-473:rw,z -v /w/workspace/undry_device-onvif-camera_PR-473@tmp:/w/workspace/undry_device-onvif-camera_PR-473@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:37:04 $ docker top f958f4a078a99b46f62f022eac7ca767faf4db98fe6bc39d4bea0484a171217c -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:04 + go version 08:37:04 go version go1.23.2 linux/amd64 [Pipeline] } 08:37:04 $ docker stop --time=1 f958f4a078a99b46f62f022eac7ca767faf4db98fe6bc39d4bea0484a171217c 08:37:06 $ docker rm -f --volumes f958f4a078a99b46f62f022eac7ca767faf4db98fe6bc39d4bea0484a171217c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:07 + docker inspect -f . ci-base-image-x86_64 08:37:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:37:07 prd-ubuntu20.04-docker-8c-8g-25900 does not seem to be running inside a container 08:37:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-473 -v /w/workspace/undry_device-onvif-camera_PR-473:/w/workspace/undry_device-onvif-camera_PR-473:rw,z -v /w/workspace/undry_device-onvif-camera_PR-473@tmp:/w/workspace/undry_device-onvif-camera_PR-473@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:37:07 $ docker top 6a6d7e54f5e0b14a371375e82a08b1e5a35eff8c01971a99d33acea542d106cb -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:07 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-473 [Pipeline] fileExists [Pipeline] sh 08:37:08 + make test 08:37:08 go test ./... -coverprofile=coverage.out ./... 08:37:10 ? github.com/edgexfoundry/device-onvif-camera [no test files] 08:37:28 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 08:37:28 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 08:37:29 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.023s coverage: 31.4% of statements 08:37:29 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.324s coverage: 86.5% of statements 08:37:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-25901 in /w/workspace/undry_device-onvif-camera_PR-473 [Pipeline] { [Pipeline] ws 08:37:35 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 08:37:35 The recommended git tool is: git 08:37:39 go vet ./... 08:37:40 using credential edgex-jenkins-ssh 08:37:40 Cloning the remote Git repository 08:37:40 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 08:37:40 > git init /w/workspace/device-onvif-camera/1 # timeout=10 08:37:41 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 08:37:41 > git --version # timeout=10 08:37:41 > git --version # 'git version 2.25.1' 08:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:37:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:37:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:37:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:37:44 ./bin/test-attribution-txt.sh 08:37:43 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 08:37:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:37:44 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 08:37:44 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 08:37:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:37:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/473/head:refs/remotes/origin/PR-473 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] echo 08:37:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:37:45 $ docker stop --time=1 6a6d7e54f5e0b14a371375e82a08b1e5a35eff8c01971a99d33acea542d106cb 08:37:45 Merging remotes/origin/main commit 10f464ab2b54ff8e32a589214b3c8e1fea4bea02 into PR head commit a356cdf2b671e94f6a2005cf0ea0ce8249b90035 08:37:45 Merge succeeded, producing a356cdf2b671e94f6a2005cf0ea0ce8249b90035 08:37:45 Checking out Revision a356cdf2b671e94f6a2005cf0ea0ce8249b90035 (PR-473) 08:37:45 > git config core.sparsecheckout # timeout=10 08:37:45 > git checkout -f a356cdf2b671e94f6a2005cf0ea0ce8249b90035 # timeout=10 08:37:45 > git remote # timeout=10 08:37:45 > git config --get remote.origin.url # timeout=10 08:37:45 using GIT_SSH to set credentials SSH Credentials for GitHub 08:37:45 > git merge 10f464ab2b54ff8e32a589214b3c8e1fea4bea02 # timeout=10 08:37:45 > git rev-parse HEAD^{commit} # timeout=10 08:37:45 > git config core.sparsecheckout # timeout=10 08:37:45 > git checkout -f a356cdf2b671e94f6a2005cf0ea0ce8249b90035 # timeout=10 08:37:49 Commit message: "fix: fix incorrect conversion between integer types" 08:37:49 > git --version # timeout=10 08:37:49 > git --version # 'git version 2.25.1' 08:37:49 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac 08:37:50 $ docker rm -f --volumes 6a6d7e54f5e0b14a371375e82a08b1e5a35eff8c01971a99d33acea542d106cb [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 08:37:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash 08:37:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 08:37:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:37:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:37:51 Dload Upload Total Spent Left Speed 08:37:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 95731 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh [Pipeline] sh 08:37:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:37:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:37:52 + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new 08:37:52 08:37:52 { 08:37:52 "registry-mirrors": [ 08:37:52 "https://nexus3.edgexfoundry.org:10001" 08:37:52 ], 08:37:52 "bip": "10.250.0.254/24", 08:37:52 "hosts": [ 08:37:52 "tcp://0.0.0.0:5555", 08:37:52 "unix:///var/run/docker.sock" 08:37:52 ], 08:37:52 "mtu": 1458, 08:37:52 "selinux-enabled": true, 08:37:52 "seccomp-profile": "/etc/docker/seccomp.json" 08:37:52 } [Pipeline] sh 08:37:52 + ls -al . 08:37:52 total 316 08:37:52 drwxrwxr-x 9 jenkins jenkins 4096 Nov 8 08:37 . 08:37:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:35 .. 08:37:52 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 08:37 .git 08:37:52 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 08:35 .github 08:37:52 -rw-rw-r-- 1 jenkins jenkins 493 Nov 8 08:35 .gitignore 08:37:52 -rw-rw-r-- 1 jenkins jenkins 199 Nov 8 08:35 .golangci.yml 08:37:52 drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 08:35 .semver 08:37:52 -rw-rw-r-- 1 jenkins jenkins 19973 Nov 8 08:35 Attribution.txt 08:37:52 -rw-rw-r-- 1 jenkins jenkins 17665 Nov 8 08:35 CHANGELOG.md 08:37:52 -rw-rw-r-- 1 jenkins jenkins 1715 Nov 8 08:35 Dockerfile 08:37:52 -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 08:35 GOVERNANCE.md 08:37:52 -rw-rw-r-- 1 jenkins jenkins 739 Nov 8 08:35 Jenkinsfile 08:37:52 -rw-rw-r-- 1 jenkins jenkins 11348 Nov 8 08:35 LICENSE 08:37:52 -rw-rw-r-- 1 jenkins jenkins 3465 Nov 8 08:35 Makefile 08:37:52 -rw-rw-r-- 1 jenkins jenkins 625 Nov 8 08:35 OWNERS.md 08:37:52 -rw-rw-r-- 1 jenkins jenkins 2620 Nov 8 08:35 README.md 08:37:52 -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 08:35 VERSION 08:37:52 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 08:35 bin 08:37:52 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 08:35 cmd 08:37:52 -rw-r--r-- 1 jenkins jenkins 92292 Nov 8 08:37 coverage.out 08:37:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:35 doc 08:37:52 -rw-rw-r-- 1 jenkins jenkins 6636 Nov 8 08:35 go.mod 08:37:52 -rw-rw-r-- 1 jenkins jenkins 88824 Nov 8 08:35 go.sum 08:37:52 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:35 internal 08:37:52 -rw-rw-r-- 1 jenkins jenkins 236 Nov 8 08:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:37:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:37:52 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=a356cdf2b671e94f6a2005cf0ea0ce8249b90035 --label arch=amd64 --label version=0.0.0 . 08:37:52 Sending build context to Docker daemon 36.91MB 08:37:52 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 08:37:52 Step 2/27 : FROM ${BASE} AS builder 08:37:52 ---> d142dc964188 08:37:52 Step 3/27 : ARG ADD_BUILD_TAGS="" 08:37:52 + sudo service docker restart 08:37:53 ---> Running in b8ed6955c707 08:37:53 Removing intermediate container b8ed6955c707 08:37:53 ---> bf91d931781b 08:37:53 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:37:53 ---> Running in 73a3b2a7a2c2 08:37:53 Removing intermediate container 73a3b2a7a2c2 08:37:53 ---> c7452173287c 08:37:53 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 08:37:53 ---> Running in 01c439ccc486 08:37:53 Removing intermediate container 01c439ccc486 08:37:53 ---> 8e9392c0b4df 08:37:53 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 08:37:53 ---> Running in 4b1aa08d61b7 08:37:53 Removing intermediate container 4b1aa08d61b7 08:37:53 ---> 8a2aad33eaca 08:37:53 Step 7/27 : LABEL Name=edgex-device-onvif-camera 08:37:53 ---> Running in 3bba71563b3e 08:37:53 Removing intermediate container 3bba71563b3e 08:37:53 ---> c32d7d9eabf5 08:37:53 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:37:53 ---> Running in 727d40acb331 08:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:37:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:37:55 OK: 246 MiB in 54 packages 08:37:56 Removing intermediate container 727d40acb331 08:37:56 ---> e2d5f362fb15 08:37:56 Step 9/27 : WORKDIR /device-onvif-camera 08:37:56 ---> Running in 2f5b15d5ad1e 08:37:56 Removing intermediate container 2f5b15d5ad1e 08:37:56 ---> 4b97b7794f1c 08:37:56 Step 10/27 : COPY go.mod vendor* ./ 08:37:56 ---> 0c7cd314273d 08:37:56 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:37:56 ---> Running in 837ec7832ab2 08:37:57 Removing intermediate container 837ec7832ab2 08:37:57 ---> f4c35b20d957 08:37:57 Step 12/27 : COPY . . 08:37:58 ---> cb0ef6bd980f 08:37:58 Step 13/27 : RUN ${MAKE} 08:37:58 ---> Running in 7137dc592050 08:37:58 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:38:11 provisioning config files... 08:38:11 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config10866190953801805042tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:38:11 ---> ****-login.sh 08:38:11 nexus3.edgexfoundry.org:10001 08:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:12 Configure a credential helper to remove this warning. See 08:38:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:12 08:38:12 Login Succeeded 08:38:12 nexus3.edgexfoundry.org:10002 08:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:12 Configure a credential helper to remove this warning. See 08:38:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:12 08:38:12 Login Succeeded 08:38:12 nexus3.edgexfoundry.org:10003 08:38:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:13 Configure a credential helper to remove this warning. See 08:38:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:13 08:38:13 Login Succeeded 08:38:13 nexus3.edgexfoundry.org:10004 08:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:13 Configure a credential helper to remove this warning. See 08:38:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:13 08:38:13 Login Succeeded 08:38:13 ****.io 08:38:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:38:14 Configure a credential helper to remove this warning. See 08:38:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:38:14 08:38:14 Login Succeeded 08:38:14 ---> ****-login.sh ends [Pipeline] } 08:38:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 08:38:14 ========================================================= 08:38:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 08:38:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:15 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 08:38:15 Sending build context to Docker daemon 21.82MB 08:38:15 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 08:38:15 Step 2/13 : FROM ${BASE} AS builder 08:38:15 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:38:15 cf04c63912e1: Pulling fs layer 08:38:15 55b35a11ae5e: Pulling fs layer 08:38:15 a37a00ec5f00: Pulling fs layer 08:38:15 50b3750afda1: Pulling fs layer 08:38:15 4f4fb700ef54: Pulling fs layer 08:38:15 80978eb59214: Pulling fs layer 08:38:15 c9f46d7d2bd2: Pulling fs layer 08:38:15 c5a475d317c9: Pulling fs layer 08:38:15 80978eb59214: Waiting 08:38:15 c9f46d7d2bd2: Waiting 08:38:15 c5a475d317c9: Waiting 08:38:15 50b3750afda1: Waiting 08:38:15 4f4fb700ef54: Waiting 08:38:15 55b35a11ae5e: Verifying Checksum 08:38:15 55b35a11ae5e: Download complete 08:38:16 50b3750afda1: Verifying Checksum 08:38:16 50b3750afda1: Download complete 08:38:16 4f4fb700ef54: Verifying Checksum 08:38:16 4f4fb700ef54: Download complete 08:38:16 80978eb59214: Download complete 08:38:16 cf04c63912e1: Verifying Checksum 08:38:16 cf04c63912e1: Download complete 08:38:16 c5a475d317c9: Verifying Checksum 08:38:16 c5a475d317c9: Download complete 08:38:17 cf04c63912e1: Pull complete 08:38:18 55b35a11ae5e: Pull complete 08:38:18 a37a00ec5f00: Verifying Checksum 08:38:18 a37a00ec5f00: Download complete 08:38:18 c9f46d7d2bd2: Verifying Checksum 08:38:18 c9f46d7d2bd2: Download complete 08:38:30 Removing intermediate container 7137dc592050 08:38:30 ---> 096ca532b1c1 08:38:30 Step 14/27 : FROM alpine:3.20 08:38:30 3.20: Pulling from library/alpine 08:38:30 43c4264eed91: Already exists 08:38:30 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:38:30 Status: Downloaded newer image for alpine:3.20 08:38:30 ---> 91ef0af61f39 08:38:30 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:38:30 ---> Running in ad1e8f7a11c7 08:38:30 Removing intermediate container ad1e8f7a11c7 08:38:30 ---> 37689918a1de 08:38:30 Step 16/27 : RUN apk add --update --no-cache dumb-init 08:38:30 ---> Running in 5e080294725e 08:38:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:38:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:38:31 (1/1) Installing dumb-init (1.2.5-r3) 08:38:31 Executing busybox-1.36.1-r29.trigger 08:38:31 OK: 8 MiB in 15 packages 08:38:31 a37a00ec5f00: Pull complete 08:38:31 50b3750afda1: Pull complete 08:38:31 4f4fb700ef54: Pull complete 08:38:31 80978eb59214: Pull complete 08:38:31 Removing intermediate container 5e080294725e 08:38:31 ---> 24c7454f322c 08:38:31 Step 17/27 : RUN apk --no-cache upgrade 08:38:31 ---> Running in ca744e169113 08:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:38:32 Upgrading critical system libraries and apk-tools: 08:38:32 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:38:32 Executing busybox-1.36.1-r29.trigger 08:38:32 Continuing the upgrade transaction with new apk-tools: 08:38:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 08:38:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 08:38:32 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 08:38:32 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 08:38:32 OK: 8 MiB in 15 packages 08:38:32 Removing intermediate container ca744e169113 08:38:32 ---> ef8e236fa723 08:38:32 Step 18/27 : WORKDIR / 08:38:32 ---> Running in 903b85808753 08:38:33 Removing intermediate container 903b85808753 08:38:33 ---> b93a49a92482 08:38:33 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 08:38:34 ---> a1ee06397f26 08:38:34 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 08:38:34 ---> c153ce4dd656 08:38:34 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 08:38:34 ---> 4ad301fd1b1b 08:38:34 Step 22/27 : EXPOSE 59984 08:38:34 ---> Running in d9cb06c2677a 08:38:34 Removing intermediate container d9cb06c2677a 08:38:34 ---> f343e69d1c92 08:38:34 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 08:38:34 ---> Running in 70742f327e79 08:38:34 Removing intermediate container 70742f327e79 08:38:34 ---> ae344dea10db 08:38:34 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 08:38:34 ---> Running in 3264829acdaa 08:38:34 Removing intermediate container 3264829acdaa 08:38:34 ---> 6e7f2d14e14b 08:38:34 Step 25/27 : LABEL arch=amd64 08:38:34 ---> Running in 4edcf529ed49 08:38:34 Removing intermediate container 4edcf529ed49 08:38:34 ---> 8e0797664326 08:38:34 Step 26/27 : LABEL git_sha=a356cdf2b671e94f6a2005cf0ea0ce8249b90035 08:38:34 ---> Running in 391c3f5b57a1 08:38:34 Removing intermediate container 391c3f5b57a1 08:38:34 ---> 6ca51a339d2c 08:38:34 Step 27/27 : LABEL version=0.0.0 08:38:34 ---> Running in 4e048f10c6ab 08:38:34 Removing intermediate container 4e048f10c6ab 08:38:34 ---> 20d3bd25f20d 08:38:34 [Warning] One or more build-args [ARCH] were not consumed 08:38:34 Successfully built 20d3bd25f20d 08:38:34 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:38:35 08:38:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:38:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:38:36 latest: Pulling from edgex-lftools-log-publisher 08:38:36 5eb5b503b376: Pulling fs layer 08:38:36 5c69ac0246d0: Pulling fs layer 08:38:36 ec43610c2a17: Pulling fs layer 08:38:36 3a2ae6a8a46f: Pulling fs layer 08:38:36 33b1e0a273af: Pulling fs layer 08:38:36 5d3b04190fa2: Pulling fs layer 08:38:36 2f39f015ded8: Pulling fs layer 08:38:36 3a2ae6a8a46f: Waiting 08:38:36 33b1e0a273af: Waiting 08:38:36 5d3b04190fa2: Waiting 08:38:36 2f39f015ded8: Waiting 08:38:36 5c69ac0246d0: Verifying Checksum 08:38:36 5c69ac0246d0: Download complete 08:38:36 3a2ae6a8a46f: Verifying Checksum 08:38:36 3a2ae6a8a46f: Download complete 08:38:36 33b1e0a273af: Verifying Checksum 08:38:36 33b1e0a273af: Download complete 08:38:36 5d3b04190fa2: Verifying Checksum 08:38:36 5d3b04190fa2: Download complete 08:38:36 ec43610c2a17: Verifying Checksum 08:38:36 ec43610c2a17: Download complete 08:38:36 5eb5b503b376: Verifying Checksum 08:38:36 5eb5b503b376: Download complete 08:38:37 2f39f015ded8: Download complete 08:38:37 5eb5b503b376: Pull complete 08:38:37 5c69ac0246d0: Pull complete 08:38:38 ec43610c2a17: Pull complete 08:38:38 3a2ae6a8a46f: Pull complete 08:38:38 33b1e0a273af: Pull complete 08:38:38 5d3b04190fa2: Pull complete 08:38:39 c9f46d7d2bd2: Pull complete 08:38:40 c5a475d317c9: Pull complete 08:38:40 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 08:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 08:38:40 ---> be29e6b0f0d4 08:38:40 Step 3/13 : ARG ADD_BUILD_TAGS="" 08:38:42 ---> Running in 52b267c97f0d 08:38:42 Removing intermediate container 52b267c97f0d 08:38:42 ---> 58427efc4ab0 08:38:42 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:38:42 ---> Running in 6ccc3ed35f76 08:38:42 2f39f015ded8: Pull complete 08:38:42 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:38:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:38:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv 08:38:42 Removing intermediate container 6ccc3ed35f76 08:38:42 ---> b4097e5b712b 08:38:42 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 08:38:42 ---> Running in 772d0108e409 [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:38:43 prd-ubuntu20.04-docker-8c-8g-25900 does not seem to be running inside a container 08:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-473 -v /w/workspace/undry_device-onvif-camera_PR-473:/w/workspace/undry_device-onvif-camera_PR-473:rw,z -v /w/workspace/undry_device-onvif-camera_PR-473@tmp:/w/workspace/undry_device-onvif-camera_PR-473@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:38:43 Removing intermediate container 772d0108e409 08:38:43 ---> 2adf9d371c38 08:38:43 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 08:38:43 ---> Running in 5e4b833e114f 08:38:43 Removing intermediate container 5e4b833e114f 08:38:43 ---> c8b0d7a25e80 08:38:43 Step 7/13 : LABEL Name=edgex-device-onvif-camera 08:38:43 ---> Running in 92507ea1acb6 08:38:43 Removing intermediate container 92507ea1acb6 08:38:43 ---> d569b91fc416 08:38:43 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:38:43 ---> Running in d6bd60a575bf 08:38:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:38:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:38:46 OK: 238 MiB in 54 packages 08:38:46 $ docker top 032bafcbeebe667d711fd02178f51d18ef449ae303f3ba9d0c08444e2f948af1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:38:47 ---> job-cost.sh 08:38:47 lf-activate-venv: SKIPPING 08:38:47 INFO: No Stack... 08:38:47 Removing intermediate container d6bd60a575bf 08:38:47 ---> ebf725f90223 08:38:47 Step 9/13 : WORKDIR /device-onvif-camera 08:38:47 ---> Running in 288228b41202 08:38:47 INFO: Retrieving Pricing Info for: v3-standard-8 08:38:47 Removing intermediate container 288228b41202 08:38:47 ---> 12b60bcde070 08:38:47 Step 10/13 : COPY go.mod vendor* ./ 08:38:47 INFO: Archiving Costs [Pipeline] sh 08:38:48 + cat /w/workspace/undry_device-onvif-camera_PR-473/archives/cost.csv 08:38:48 + cut -d, -f6 [Pipeline] lock 08:38:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] 08:38:48 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] did not exist. Created. 08:38:48 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] [Pipeline] { [Pipeline] unstash 08:38:48 ---> ba0bfed4c16c 08:38:48 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:38:48 ---> Running in 57ea8c903cdf [Pipeline] sh 08:38:48 + echo total: 0.2199999988079071 [Pipeline] stash 08:38:48 Stashed 1 file(s) [Pipeline] } 08:38:48 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:38:48 $ docker stop --time=1 032bafcbeebe667d711fd02178f51d18ef449ae303f3ba9d0c08444e2f948af1 08:38:49 $ docker rm -f --volumes 032bafcbeebe667d711fd02178f51d18ef449ae303f3ba9d0c08444e2f948af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:40:39 Removing intermediate container 57ea8c903cdf 08:40:39 ---> bcc01c5fdc71 08:40:39 Step 12/13 : COPY . . 08:40:39 ---> a527258324bf 08:40:39 Step 13/13 : RUN ${MAKE} 08:40:39 ---> Running in e2b612d047ae 08:40:39 noop 08:40:39 Removing intermediate container e2b612d047ae 08:40:39 ---> 23ff51edff2c 08:40:39 Successfully built 23ff51edff2c 08:40:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:40 + docker inspect -f . ci-base-image-arm64 08:40:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:40:40 prd-ubuntu20.04-docker-arm64-4c-16g-25901 does not seem to be running inside a container 08:40:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:42 $ docker top a15b19b6124ff03c43b3af57404c136874bfb955d546962137421a13643631fa -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:42 + go version 08:40:42 go version go1.23.2 linux/arm64 [Pipeline] } 08:40:42 $ docker stop --time=1 a15b19b6124ff03c43b3af57404c136874bfb955d546962137421a13643631fa 08:40:44 $ docker rm -f --volumes a15b19b6124ff03c43b3af57404c136874bfb955d546962137421a13643631fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:40:45 + docker inspect -f . ci-base-image-arm64 08:40:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:40:45 prd-ubuntu20.04-docker-arm64-4c-16g-25901 does not seem to be running inside a container 08:40:45 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:40:47 $ docker top a9bec4a7740fbf10b3e4d1032439e9c75d9bad695c37094a675789e539f21988 -eo pid,comm [Pipeline] { [Pipeline] sh 08:40:48 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 08:40:48 + make test 08:40:48 go test ./... -coverprofile=coverage.out ./... 08:40:54 ? github.com/edgexfoundry/device-onvif-camera [no test files] 08:44:16 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 08:44:16 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 08:44:17 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.199s coverage: 31.4% of statements 08:44:32 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 17.227s coverage: 86.5% of statements 08:44:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:44:34 go vet ./... 08:45:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:45:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:45:30 ./bin/test-attribution-txt.sh [Pipeline] echo 08:45:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 08:45:30 $ docker stop --time=1 a9bec4a7740fbf10b3e4d1032439e9c75d9bad695c37094a675789e539f21988 08:45:32 $ docker rm -f --volumes a9bec4a7740fbf10b3e4d1032439e9c75d9bad695c37094a675789e539f21988 [Pipeline] // withDockerContainer [Pipeline] sh 08:45:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:45:34 Warning: overwriting stash ‘coverage-report’ 08:45:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:45:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:45:35 + ls -al . 08:45:35 total 312 08:45:35 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 08:40 . 08:45:35 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:37 .. 08:45:35 drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 08:37 .git 08:45:35 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 08:37 .github 08:45:35 -rw-rw-r-- 1 jenkins jenkins 493 Nov 8 08:37 .gitignore 08:45:35 -rw-rw-r-- 1 jenkins jenkins 199 Nov 8 08:37 .golangci.yml 08:45:35 -rw-rw-r-- 1 jenkins jenkins 19973 Nov 8 08:37 Attribution.txt 08:45:35 -rw-rw-r-- 1 jenkins jenkins 17665 Nov 8 08:37 CHANGELOG.md 08:45:35 -rw-rw-r-- 1 jenkins jenkins 1715 Nov 8 08:37 Dockerfile 08:45:35 -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 08:37 GOVERNANCE.md 08:45:35 -rw-rw-r-- 1 jenkins jenkins 739 Nov 8 08:37 Jenkinsfile 08:45:35 -rw-rw-r-- 1 jenkins jenkins 11348 Nov 8 08:37 LICENSE 08:45:35 -rw-rw-r-- 1 jenkins jenkins 3465 Nov 8 08:37 Makefile 08:45:35 -rw-rw-r-- 1 jenkins jenkins 625 Nov 8 08:37 OWNERS.md 08:45:35 -rw-rw-r-- 1 jenkins jenkins 2620 Nov 8 08:37 README.md 08:45:35 -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 08:35 VERSION 08:45:35 drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 08:37 bin 08:45:35 drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 08:37 cmd 08:45:35 -rw-r--r-- 1 jenkins jenkins 92292 Nov 8 08:44 coverage.out 08:45:35 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:37 doc 08:45:35 -rw-rw-r-- 1 jenkins jenkins 6636 Nov 8 08:37 go.mod 08:45:35 -rw-rw-r-- 1 jenkins jenkins 88824 Nov 8 08:37 go.sum 08:45:35 drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 08:37 internal 08:45:35 -rw-rw-r-- 1 jenkins jenkins 236 Nov 8 08:37 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:45:36 + 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=a356cdf2b671e94f6a2005cf0ea0ce8249b90035 --label arch=arm64 --label version=0.0.0 . 08:45:36 Sending build context to Docker daemon 21.91MB 08:45:36 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 08:45:36 Step 2/27 : FROM ${BASE} AS builder 08:45:36 ---> 23ff51edff2c 08:45:36 Step 3/27 : ARG ADD_BUILD_TAGS="" 08:45:37 ---> Running in f0fb0f6920a0 08:45:37 Removing intermediate container f0fb0f6920a0 08:45:37 ---> 59bcc61fef41 08:45:37 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 08:45:37 ---> Running in a9475a97be50 08:45:37 Removing intermediate container a9475a97be50 08:45:37 ---> 8f768b6ddf3d 08:45:37 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 08:45:38 ---> Running in e8e9aeeff483 08:45:38 Removing intermediate container e8e9aeeff483 08:45:38 ---> 46fecc77572f 08:45:38 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 08:45:38 ---> Running in 9531b7b28f54 08:45:38 Removing intermediate container 9531b7b28f54 08:45:38 ---> e3164e064769 08:45:38 Step 7/27 : LABEL Name=edgex-device-onvif-camera 08:45:38 ---> Running in 52d24b90e060 08:45:39 Removing intermediate container 52d24b90e060 08:45:39 ---> 89f09b0e92bd 08:45:39 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:45:39 ---> Running in d19da2de832f 08:45:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:45:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:45:42 OK: 238 MiB in 54 packages 08:45:43 Removing intermediate container d19da2de832f 08:45:43 ---> 74e5bc77ac23 08:45:43 Step 9/27 : WORKDIR /device-onvif-camera 08:45:43 ---> Running in e5ff782c67fb 08:45:43 Removing intermediate container e5ff782c67fb 08:45:43 ---> 457614ed149a 08:45:43 Step 10/27 : COPY go.mod vendor* ./ 08:45:44 ---> 83d096421887 08:45:44 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:45:44 ---> Running in e11b8dd3cec8 08:45:46 Removing intermediate container e11b8dd3cec8 08:45:46 ---> f41d08754b40 08:45:46 Step 12/27 : COPY . . 08:45:48 ---> 57e3048e5e66 08:45:48 Step 13/27 : RUN ${MAKE} 08:45:48 ---> Running in 02876e91ce20 08:45:49 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 08:49:26 Removing intermediate container 02876e91ce20 08:49:26 ---> 5a1379490117 08:49:26 Step 14/27 : FROM alpine:3.20 08:49:26 3.20: Pulling from library/alpine 08:49:26 cf04c63912e1: Already exists 08:49:26 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 08:49:26 Status: Downloaded newer image for alpine:3.20 08:49:26 ---> c157a85ed455 08:49:26 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 08:49:26 ---> Running in a19d9b04a9f0 08:49:26 Removing intermediate container a19d9b04a9f0 08:49:26 ---> c32485cc2784 08:49:26 Step 16/27 : RUN apk add --update --no-cache dumb-init 08:49:26 ---> Running in 3a64b920a24b 08:49:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:49:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:49:26 (1/1) Installing dumb-init (1.2.5-r3) 08:49:26 Executing busybox-1.36.1-r29.trigger 08:49:26 OK: 9 MiB in 15 packages 08:49:26 Removing intermediate container 3a64b920a24b 08:49:26 ---> bba5b28b0d7a 08:49:26 Step 17/27 : RUN apk --no-cache upgrade 08:49:26 ---> Running in b3ad3c5dc607 08:49:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:49:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:49:27 Upgrading critical system libraries and apk-tools: 08:49:27 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 08:49:27 Executing busybox-1.36.1-r29.trigger 08:49:27 Continuing the upgrade transaction with new apk-tools: 08:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 08:49:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 08:49:29 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 08:49:29 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 08:49:29 OK: 9 MiB in 15 packages 08:49:30 Removing intermediate container b3ad3c5dc607 08:49:30 ---> 96b48a51f73b 08:49:30 Step 18/27 : WORKDIR / 08:49:30 ---> Running in 12cfa5489fde 08:49:30 Removing intermediate container 12cfa5489fde 08:49:30 ---> 56a90e251d75 08:49:30 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 08:49:32 ---> 9b9b82667eae 08:49:32 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 08:49:32 ---> 2754bb94aea3 08:49:32 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 08:49:33 ---> 1d8b8e43430d 08:49:33 Step 22/27 : EXPOSE 59984 08:49:33 ---> Running in b471a18661e9 08:49:33 Removing intermediate container b471a18661e9 08:49:33 ---> c477ee603c9b 08:49:33 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 08:49:33 ---> Running in 61c82deeb83c 08:49:34 Removing intermediate container 61c82deeb83c 08:49:34 ---> 690690326236 08:49:34 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 08:49:34 ---> Running in 49c4e3a5794c 08:49:34 Removing intermediate container 49c4e3a5794c 08:49:34 ---> 7d6be9aaaf33 08:49:34 Step 25/27 : LABEL arch=arm64 08:49:34 ---> Running in 229cf006d209 08:49:34 Removing intermediate container 229cf006d209 08:49:34 ---> 7602bd2bdef2 08:49:34 Step 26/27 : LABEL git_sha=a356cdf2b671e94f6a2005cf0ea0ce8249b90035 08:49:34 ---> Running in c6c40880f09b 08:49:35 Removing intermediate container c6c40880f09b 08:49:35 ---> d15ea2775dae 08:49:35 Step 27/27 : LABEL version=0.0.0 08:49:35 ---> Running in 7fb1bd76489e 08:49:35 Removing intermediate container 7fb1bd76489e 08:49:35 ---> 7eb10a711f9e 08:49:35 [Warning] One or more build-args [ARCH] were not consumed 08:49:35 Successfully built 7eb10a711f9e 08:49:35 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:49:36 08:49:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:49:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:49:37 arm64: Pulling from edgex-lftools-log-publisher 08:49:37 8998bd30e6a1: Pulling fs layer 08:49:37 04944245beec: Pulling fs layer 08:49:37 699f458cf7ca: Pulling fs layer 08:49:37 765212b225bb: Pulling fs layer 08:49:37 f23df028b6ca: Pulling fs layer 08:49:37 d65c8cfc05b1: Pulling fs layer 08:49:37 2437ff75d9bd: Pulling fs layer 08:49:37 f23df028b6ca: Waiting 08:49:37 2437ff75d9bd: Waiting 08:49:37 d65c8cfc05b1: Waiting 08:49:37 765212b225bb: Waiting 08:49:37 04944245beec: Verifying Checksum 08:49:37 04944245beec: Download complete 08:49:37 765212b225bb: Verifying Checksum 08:49:37 765212b225bb: Download complete 08:49:37 f23df028b6ca: Download complete 08:49:37 d65c8cfc05b1: Verifying Checksum 08:49:37 d65c8cfc05b1: Download complete 08:49:37 699f458cf7ca: Verifying Checksum 08:49:37 699f458cf7ca: Download complete 08:49:37 8998bd30e6a1: Verifying Checksum 08:49:37 8998bd30e6a1: Download complete 08:49:40 2437ff75d9bd: Verifying Checksum 08:49:40 2437ff75d9bd: Download complete 08:49:42 8998bd30e6a1: Pull complete 08:49:42 04944245beec: Pull complete 08:49:44 699f458cf7ca: Pull complete 08:49:44 765212b225bb: Pull complete 08:49:45 f23df028b6ca: Pull complete 08:49:45 d65c8cfc05b1: Pull complete 08:50:03 2437ff75d9bd: Pull complete 08:50:03 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:50:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:50:04 prd-ubuntu20.04-docker-arm64-4c-16g-25901 does not seem to be running inside a container 08:50:04 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 08:50:07 $ docker top bd6f2048a3ee9963922363eaa70a5cf22ae1046fdc92012290c419969cc314c0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:08 ---> job-cost.sh 08:50:08 lf-activate-venv: SKIPPING 08:50:08 INFO: No Stack... 08:50:08 INFO: Retrieving Pricing Info for: v3-standard-4 08:50:09 INFO: Archiving Costs [Pipeline] sh 08:50:09 + + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 08:50:09 cut -d, -f6 [Pipeline] lock 08:50:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] 08:50:10 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] did not exist. Created. 08:50:10 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:50:10 /w/workspace/device-onvif-camera/1@tmp/durable-f9900c07/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:50:11 + echo total: 0.10999999940395355 [Pipeline] stash 08:50:11 Warning: overwriting stash ‘stack-cost’ 08:50:11 Stashed 1 file(s) [Pipeline] } 08:50:11 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-PR-473-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:50:11 $ docker stop --time=1 bd6f2048a3ee9963922363eaa70a5cf22ae1046fdc92012290c419969cc314c0 08:50:13 $ docker rm -f --volumes bd6f2048a3ee9963922363eaa70a5cf22ae1046fdc92012290c419969cc314c0 [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 08:50:14 provisioning config files... 08:50:14 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-473@tmp/config13918940569723409732tmp [Pipeline] { [Pipeline] sh 08:50:14 + set +x 08:50:14 + curl -s https://codecov.io/bash+ 08:50:14 bash -s -- 08:50:14 08:50:14 _____ _ 08:50:14 / ____| | | 08:50:14 | | ___ __| | ___ ___ _____ __ 08:50:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:50:14 | |___| (_) | (_| | __/ (_| (_) \ V / 08:50:14 \_____\___/ \__,_|\___|\___\___/ \_/ 08:50:14 Bash-1.0.6 08:50:14 08:50:14 08:50:14 ==> git version 2.25.1 found 08:50:14 ==> 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 08:50:14 Release-Date: 2020-01-08 08:50:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:50:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:50:14 ==> Jenkins CI detected. 08:50:14 current dir:  /w/workspace/undry_device-onvif-camera_PR-473 08:50:14 project root: . 08:50:14 --> token set from env 08:50:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:50:14 ==> Running gcov in . (disable via -X gcov) 08:50:14 ==> Python coveragepy not found 08:50:14 ==> Searching for coverage reports in: 08:50:14 + . 08:50:14 -> Found 1 reports 08:50:14 ==> Detecting git/mercurial file structure 08:50:15 ==> Reading reports 08:50:15 + ./coverage.out bytes=92292 08:50:15 ==> Appending adjustments 08:50:15 https://docs.codecov.io/docs/fixing-reports 08:50:15 + Found adjustments 08:50:15 ==> Gzipping contents 08:50:15 12K /tmp/codecov.fKXoCA.gz 08:50:15 ==> Uploading reports 08:50:15 url: https://codecov.io 08:50:15 query: branch=PR-473&commit=a356cdf2b671e94f6a2005cf0ea0ce8249b90035&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-473%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=473&job=&cmd_args= 08:50:15 -> Pinging Codecov 08:50:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-473&commit=a356cdf2b671e94f6a2005cf0ea0ce8249b90035&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-473%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=473&job=&cmd_args= 08:50:15 -> Uploading to 08:50:15 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-onvif-camera/a356cdf2b671e94f6a2005cf0ea0ce8249b90035/f44eadb3-38c0-4619-8a17-d4aa4055a862.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241108%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241108T085015Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=43002eb4eb8fb2ee56f0a915f93d11382c6c2b04283650c3fa5eb7ba1d6a0fa7 08:50:15 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:15 Dload Upload Total Spent Left Speed 08:50:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11414 0 0 100 11414 0 48364 --:--:-- --:--:-- --:--:-- 48364 08:50:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/a356cdf2b671e94f6a2005cf0ea0ce8249b90035 [Pipeline] } 08:50:15 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 08:50:17 + [ -d /w/workspace/undry_device-onvif-camera_PR-473/archives ] 08:50:17 + ls -al /w/workspace/undry_device-onvif-camera_PR-473/archives 08:50:17 total 16 08:50:17 drwxr-xr-x 3 root root 4096 Nov 8 08:38 . 08:50:17 drwxrwxr-x 10 jenkins jenkins 4096 Nov 8 08:38 .. 08:50:17 drwxr-xr-x 2 root root 4096 Nov 8 08:38 cost 08:50:17 -rw-r--r-- 1 root root 91 Nov 8 08:38 cost.csv 08:50:17 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-473/archives 08:50:17 + ls -al /w/workspace/undry_device-onvif-camera_PR-473/archives 08:50:17 total 16 08:50:17 drwxr-xr-x 3 jenkins jenkins 4096 Nov 8 08:38 . 08:50:17 drwxrwxr-x 10 jenkins jenkins 4096 Nov 8 08:38 .. 08:50:17 drwxr-xr-x 2 jenkins jenkins 4096 Nov 8 08:38 cost 08:50:17 -rw-r--r-- 1 jenkins jenkins 91 Nov 8 08:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:50:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:50:19 ---> package-listing.sh 08:50:19 ++ facter osfamily 08:50:19 ++ tr '[:upper:]' '[:lower:]' 08:50:19 + OS_FAMILY=debian 08:50:19 + workspace=/w/workspace/undry_device-onvif-camera_PR-473 08:50:19 + START_PACKAGES=/tmp/packages_start.txt 08:50:19 + END_PACKAGES=/tmp/packages_end.txt 08:50:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:50:19 + PACKAGES=/tmp/packages_start.txt 08:50:19 + '[' /w/workspace/undry_device-onvif-camera_PR-473 ']' 08:50:19 + PACKAGES=/tmp/packages_end.txt 08:50:19 + case "${OS_FAMILY}" in 08:50:19 + dpkg -l 08:50:19 + grep '^ii' 08:50:19 + '[' -f /tmp/packages_start.txt ']' 08:50:19 + '[' -f /tmp/packages_end.txt ']' 08:50:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:50:19 + '[' /w/workspace/undry_device-onvif-camera_PR-473 ']' 08:50:19 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-473/archives/ 08:50:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-473/archives/ [Pipeline] echo 08:50:19 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-473/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:50:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:50:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:50:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:50:20 prd-ubuntu20.04-docker-8c-8g-25900 does not seem to be running inside a container 08:50:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-473/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-473 -v /w/workspace/undry_device-onvif-camera_PR-473:/w/workspace/undry_device-onvif-camera_PR-473:rw,z -v /w/workspace/undry_device-onvif-camera_PR-473@tmp:/w/workspace/undry_device-onvif-camera_PR-473@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 08:50:20 $ docker top 835d510f05d9c363ec4d107894324e18ebbe362e2ec928006c19a3ae6797eac9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:50:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:50:21 + mkdir -p /var/log/sysstat [Pipeline] sh 08:50:21 + ls /var/log/sa-host 08:50:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:50:22 provisioning config files... 08:50:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-473@tmp/config13621161633331976548tmp [Pipeline] { [Pipeline] echo 08:50:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:50:22 ---> create-netrc.sh [Pipeline] } 08:50:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:50:22 ---> python-tools-install.sh [Pipeline] echo 08:50:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:50:23 ---> sudo-logs.sh 08:50:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:50:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:50:23 ---> job-cost.sh 08:50:23 lf-activate-venv: SKIPPING 08:50:23 DEBUG: total: 0.2199999988079071 08:50:23 INFO: Retrieving Stack Cost... 08:50:24 INFO: Retrieving Pricing Info for: v3-standard-8 08:50:24 INFO: Archiving Costs [Pipeline] echo 08:50:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:50:25 ---> logs-deploy.sh 08:50:25 lf-activate-venv: SKIPPING 08:50:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-473/1 08:50:25 INFO: archiving workspace using pattern(s): 08:50:26 Archives upload complete. 08:50:26 INFO: archiving logs to Nexus