Pull request #372 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 EdgeX-Camera-Management for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at c742c110d1cc62fb19cc4b7662ac95047aaf245d rather than 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 Obtained Jenkinsfile from c742c110d1cc62fb19cc4b7662ac95047aaf245d 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-ssh3676759240250692536.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh14814843019977281767.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-372/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-372/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11950743308148182904.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-372/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8299205303256100701.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh10037898195628957418.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-372/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-372/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15107880812103717962.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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-17524 in /w/workspace/undry_device-onvif-camera_PR-372 [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-372 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Merging remotes/origin/main commit c742c110d1cc62fb19cc4b7662ac95047aaf245d into PR head commit 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 Merge succeeded, producing 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 Checking out Revision 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 (PR-372) 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/372/head:refs/remotes/origin/PR-372 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 # 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 c742c110d1cc62fb19cc4b7662ac95047aaf245d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 # timeout=10 Commit message: "docs: Added changelog for v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-31T18:28:58.292Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-31T18:28:58.447Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-31T18:28:58.536Z] ========================================================= [2023-05-31T18:28:58.536Z] EdgeX Global Pipelines Version Info [2023-05-31T18:28:58.536Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:28:59.284Z] ------------------- [2023-05-31T18:28:59.284Z] stable info: [2023-05-31T18:28:59.284Z] ------------------- [2023-05-31T18:28:59.284Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-31T18:28:59.284Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-31T18:28:59.284Z] Message: update stable to v1.0.249 [2023-05-31T18:28:59.857Z] ------------------- [2023-05-31T18:28:59.857Z] experimental info: [2023-05-31T18:28:59.857Z] ------------------- [2023-05-31T18:28:59.857Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-31T18:28:59.857Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-31T18:28:59.857Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-31T18:29:00.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-05-31T18:29:00.228Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-05-31T18:29:00.271Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-31T18:29:00.308Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-31T18:29:00.345Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-31T18:29:00.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-31T18:29:00.426Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-31T18:29:00.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-31T18:29:00.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-31T18:29:00.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-31T18:29:00.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-31T18:29:00.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-05-31T18:29:00.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-31T18:29:00.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-31T18:29:00.770Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-31T18:29:00.818Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-31T18:29:00.859Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-31T18:29:00.901Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-31T18:29:00.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-31T18:29:01.065Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-31T18:29:01.211Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-31T18:29:01.265Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2023-05-31T18:29:01.311Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-31T18:29:01.356Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-31T18:29:01.477Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-31T18:29:01.512Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-31T18:29:01.552Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-31T18:29:01.592Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-372 [Pipeline] echo [2023-05-31T18:29:01.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-372 [Pipeline] echo [2023-05-31T18:29:01.668Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-372 [Pipeline] echo [2023-05-31T18:29:01.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [Pipeline] echo [2023-05-31T18:29:01.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 386e6c7 [Pipeline] echo [2023-05-31T18:29:01.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-31T18:29:01.892Z] provisioning config files... [2023-05-31T18:29:01.908Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-372@tmp/config12445200385271883873tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:29:02.245Z] ---> docker-login.sh [2023-05-31T18:29:02.245Z] nexus3.edgexfoundry.org:10001 [2023-05-31T18:29:02.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:02.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:02.512Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:02.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:02.512Z] [2023-05-31T18:29:02.512Z] Login Succeeded [2023-05-31T18:29:02.512Z] nexus3.edgexfoundry.org:10002 [2023-05-31T18:29:02.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:02.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:02.787Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:02.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:02.787Z] [2023-05-31T18:29:02.787Z] Login Succeeded [2023-05-31T18:29:02.787Z] nexus3.edgexfoundry.org:10003 [2023-05-31T18:29:02.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:02.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:02.787Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:02.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:02.787Z] [2023-05-31T18:29:02.787Z] Login Succeeded [2023-05-31T18:29:02.787Z] nexus3.edgexfoundry.org:10004 [2023-05-31T18:29:02.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:03.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:03.049Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:03.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:03.049Z] [2023-05-31T18:29:03.049Z] Login Succeeded [2023-05-31T18:29:03.049Z] docker.io [2023-05-31T18:29:03.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:03.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:03.316Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:03.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:03.316Z] [2023-05-31T18:29:03.316Z] Login Succeeded [2023-05-31T18:29:03.316Z] ---> docker-login.sh ends [Pipeline] } [2023-05-31T18:29:03.387Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-31T18:29:04.039Z] + git rev-list -1 --merges 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07~1..386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [Pipeline] echo [2023-05-31T18:29:04.102Z] -----------> git rev-list -1 --merges 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07~1..386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [false] [Pipeline] sh [2023-05-31T18:29:04.416Z] + git log --format=format:%s -1 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [Pipeline] echo [2023-05-31T18:29:04.452Z] ========================================================= [2023-05-31T18:29:04.452Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-31T18:29:04.452Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-31T18:29:04.885Z] + git log --format=format:%s -1 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [Pipeline] echo [2023-05-31T18:29:04.917Z] [semverPrep] GIT_COMMIT: 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07, Commit Message: docs: Added changelog for v3 [Pipeline] echo [2023-05-31T18:29:04.946Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-31T18:29:05.368Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-31T18:29:05.368Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-31T18:29:05.368Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-31T18:29:05.368Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-31T18:29:05.368Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-31T18:29:05.368Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-31T18:29:05.368Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:29:05.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-31T18:29:05.868Z] [2023-05-31T18:29:05.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:29:06.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-31T18:29:06.251Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-31T18:29:06.251Z] b85a868b505f: Pulling fs layer [2023-05-31T18:29:06.251Z] e2be974225ed: Pulling fs layer [2023-05-31T18:29:06.251Z] 339a4e72a1f5: Pulling fs layer [2023-05-31T18:29:06.251Z] 988bab9f4d93: Pulling fs layer [2023-05-31T18:29:06.251Z] 1469e6f7b9e6: Pulling fs layer [2023-05-31T18:29:06.251Z] 988bab9f4d93: Waiting [2023-05-31T18:29:06.251Z] eaf3925da568: Pulling fs layer [2023-05-31T18:29:06.251Z] bab4dde63d76: Pulling fs layer [2023-05-31T18:29:06.251Z] eaf3925da568: Waiting [2023-05-31T18:29:06.251Z] bde34c3a00c8: Pulling fs layer [2023-05-31T18:29:06.251Z] b352a97aabf1: Pulling fs layer [2023-05-31T18:29:06.251Z] 4872d77fe225: Pulling fs layer [2023-05-31T18:29:06.251Z] 5851b861e8e6: Pulling fs layer [2023-05-31T18:29:06.251Z] bde34c3a00c8: Waiting [2023-05-31T18:29:06.251Z] 5851b861e8e6: Waiting [2023-05-31T18:29:06.251Z] b352a97aabf1: Waiting [2023-05-31T18:29:06.251Z] bab4dde63d76: Waiting [2023-05-31T18:29:06.251Z] 4872d77fe225: Waiting [2023-05-31T18:29:06.251Z] 1469e6f7b9e6: Waiting [2023-05-31T18:29:06.251Z] e2be974225ed: Verifying Checksum [2023-05-31T18:29:06.251Z] e2be974225ed: Download complete [2023-05-31T18:29:06.251Z] 988bab9f4d93: Download complete [2023-05-31T18:29:06.251Z] 1469e6f7b9e6: Verifying Checksum [2023-05-31T18:29:06.251Z] 1469e6f7b9e6: Download complete [2023-05-31T18:29:06.251Z] 339a4e72a1f5: Verifying Checksum [2023-05-31T18:29:06.251Z] 339a4e72a1f5: Download complete [2023-05-31T18:29:06.513Z] eaf3925da568: Verifying Checksum [2023-05-31T18:29:06.513Z] eaf3925da568: Download complete [2023-05-31T18:29:06.513Z] bde34c3a00c8: Verifying Checksum [2023-05-31T18:29:06.513Z] bde34c3a00c8: Download complete [2023-05-31T18:29:06.513Z] b352a97aabf1: Verifying Checksum [2023-05-31T18:29:06.513Z] b352a97aabf1: Download complete [2023-05-31T18:29:06.513Z] 4872d77fe225: Download complete [2023-05-31T18:29:06.513Z] 5851b861e8e6: Verifying Checksum [2023-05-31T18:29:06.513Z] 5851b861e8e6: Download complete [2023-05-31T18:29:06.513Z] b85a868b505f: Verifying Checksum [2023-05-31T18:29:06.513Z] b85a868b505f: Download complete [2023-05-31T18:29:06.773Z] bab4dde63d76: Verifying Checksum [2023-05-31T18:29:06.773Z] bab4dde63d76: Download complete [2023-05-31T18:29:08.165Z] b85a868b505f: Pull complete [2023-05-31T18:29:08.165Z] e2be974225ed: Pull complete [2023-05-31T18:29:09.185Z] 339a4e72a1f5: Pull complete [2023-05-31T18:29:09.444Z] 988bab9f4d93: Pull complete [2023-05-31T18:29:09.705Z] 1469e6f7b9e6: Pull complete [2023-05-31T18:29:09.705Z] eaf3925da568: Pull complete [2023-05-31T18:29:11.607Z] bab4dde63d76: Pull complete [2023-05-31T18:29:11.607Z] bde34c3a00c8: Pull complete [2023-05-31T18:29:11.873Z] b352a97aabf1: Pull complete [2023-05-31T18:29:11.873Z] 4872d77fe225: Pull complete [2023-05-31T18:29:12.134Z] 5851b861e8e6: Pull complete [2023-05-31T18:29:12.134Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-31T18:29:12.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-31T18:29:12.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:29:12.367Z] prd-ubuntu20.04-docker-8c-8g-17524 does not seem to be running inside a container [2023-05-31T18:29:12.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-372 -v /w/workspace/undry_device-onvif-camera_PR-372:/w/workspace/undry_device-onvif-camera_PR-372:rw,z -v /w/workspace/undry_device-onvif-camera_PR-372@tmp:/w/workspace/undry_device-onvif-camera_PR-372@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 [2023-05-31T18:29:16.275Z] $ docker top 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 -eo pid,comm [2023-05-31T18:29:16.337Z] 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). [2023-05-31T18:29:16.337Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-31T18:29:16.465Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-31T18:29:16.465Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-31T18:29:16.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-31T18:29:16.593Z] $ docker exec 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 ssh-agent [2023-05-31T18:29:16.709Z] SSH_AUTH_SOCK=/tmp/ssh-rdgXZ2xjNMmV/agent.33 [2023-05-31T18:29:16.709Z] SSH_AGENT_PID=39 [2023-05-31T18:29:16.718Z] Running ssh-add (command line suppressed) [2023-05-31T18:29:16.825Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-372@tmp/private_key_11928722948176549603.key (/w/workspace/undry_device-onvif-camera_PR-372@tmp/private_key_11928722948176549603.key) [2023-05-31T18:29:16.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-31T18:29:17.172Z] + git tag --points-at HEAD [Pipeline] } [2023-05-31T18:29:17.191Z] $ docker exec --env ******** --env ******** 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 ssh-agent -k [2023-05-31T18:29:17.295Z] unset SSH_AUTH_SOCK; [2023-05-31T18:29:17.296Z] unset SSH_AGENT_PID; [2023-05-31T18:29:17.296Z] echo Agent pid 39 killed; [2023-05-31T18:29:17.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-31T18:29:17.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-31T18:29:17.404Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-31T18:29:17.519Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-31T18:29:17.517Z] $ docker exec 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 ssh-agent [2023-05-31T18:29:17.628Z] SSH_AUTH_SOCK=/tmp/ssh-BukqMJb3PLAB/agent.72 [2023-05-31T18:29:17.628Z] SSH_AGENT_PID=78 [2023-05-31T18:29:17.634Z] Running ssh-add (command line suppressed) [2023-05-31T18:29:17.741Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-372@tmp/private_key_7192775097298045134.key (/w/workspace/undry_device-onvif-camera_PR-372@tmp/private_key_7192775097298045134.key) [2023-05-31T18:29:17.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-31T18:29:18.083Z] + git semver init [2023-05-31T18:29:18.345Z] 2023-05-31 18:29:18,283 [run_init] DEBUG init version:0.0.0 force:False [2023-05-31T18:29:18.345Z] 2023-05-31 18:29:18,284 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-372/.semver [2023-05-31T18:29:18.345Z] 2023-05-31 18:29:18,285 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-372/.semver [2023-05-31T18:29:18.345Z] 2023-05-31 18:29:18,285 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-372/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-372, universal_newlines=False, shell=None, istream=None) [2023-05-31T18:29:19.731Z] 2023-05-31 18:29:19,366 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-372/.git/info/exclude [2023-05-31T18:29:19.731Z] 2023-05-31 18:29:19,367 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-372/.semver/PR-372 with force:False [2023-05-31T18:29:19.731Z] 2023-05-31 18:29:19,367 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-372/.semver/PR-372 [2023-05-31T18:29:19.731Z] 2023-05-31 18:29:19,372 [execute] INFO git cat-file --batch-check [2023-05-31T18:29:19.732Z] 2023-05-31 18:29:19,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-372/.semver, universal_newlines=False, shell=None, istream=) [2023-05-31T18:29:19.732Z] 2023-05-31 18:29:19,379 [execute] INFO git cat-file --batch [2023-05-31T18:29:19.732Z] 2023-05-31 18:29:19,379 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-372/.semver, universal_newlines=False, shell=None, istream=) [2023-05-31T18:29:19.732Z] 2023-05-31 18:29:19,384 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-372/.semver/PR-372 [2023-05-31T18:29:19.732Z] 0.0.0 [Pipeline] } [2023-05-31T18:29:19.753Z] $ docker exec --env ******** --env ******** 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 ssh-agent -k [2023-05-31T18:29:19.851Z] unset SSH_AUTH_SOCK; [2023-05-31T18:29:19.852Z] unset SSH_AGENT_PID; [2023-05-31T18:29:19.852Z] echo Agent pid 78 killed; [2023-05-31T18:29:19.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-31T18:29:20.303Z] + git semver [Pipeline] } [2023-05-31T18:29:20.581Z] $ docker stop --time=1 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 [2023-05-31T18:29:21.879Z] $ docker rm -f --volumes 704fbcaff6fee0001e1cb78b5c712dcc9c64e4d2afe38952edb5c8ca6ce63ac3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-31T18:29:22.283Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-31T18:29:22.558Z] Stashed 1 file(s) [Pipeline] echo [2023-05-31T18:29:22.576Z] [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 [2023-05-31T18:29:23.162Z] provisioning config files... [2023-05-31T18:29:23.174Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-372@tmp/config8366575753068624445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:29:23.524Z] ---> docker-login.sh [2023-05-31T18:29:23.524Z] nexus3.edgexfoundry.org:10001 [2023-05-31T18:29:23.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:23.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:23.524Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:23.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:23.524Z] [2023-05-31T18:29:23.524Z] Login Succeeded [2023-05-31T18:29:23.524Z] nexus3.edgexfoundry.org:10002 [2023-05-31T18:29:23.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:23.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:23.524Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:23.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:23.524Z] [2023-05-31T18:29:23.524Z] Login Succeeded [2023-05-31T18:29:23.524Z] nexus3.edgexfoundry.org:10003 [2023-05-31T18:29:23.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:23.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:23.784Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:23.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:23.784Z] [2023-05-31T18:29:23.784Z] Login Succeeded [2023-05-31T18:29:23.784Z] nexus3.edgexfoundry.org:10004 [2023-05-31T18:29:23.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:23.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:23.784Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:23.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:23.784Z] [2023-05-31T18:29:23.784Z] Login Succeeded [2023-05-31T18:29:23.784Z] docker.io [2023-05-31T18:29:24.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:29:24.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:29:24.043Z] Configure a credential helper to remove this warning. See [2023-05-31T18:29:24.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:29:24.043Z] [2023-05-31T18:29:24.043Z] Login Succeeded [2023-05-31T18:29:24.043Z] ---> docker-login.sh ends [Pipeline] } [2023-05-31T18:29:24.071Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-31T18:29:24.267Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-31T18:29:24.308Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-31T18:29:24.346Z] ========================================================= [2023-05-31T18:29:24.346Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-31T18:29:24.346Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:29:24.810Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-31T18:29:24.810Z] Sending build context to Docker daemon 21.97MB [2023-05-31T18:29:24.810Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-31T18:29:24.810Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-31T18:29:25.076Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-31T18:29:25.076Z] f56be85fc22e: Pulling fs layer [2023-05-31T18:29:25.076Z] 85791d961cd3: Pulling fs layer [2023-05-31T18:29:25.076Z] d694b5ae8c79: Pulling fs layer [2023-05-31T18:29:25.076Z] 9f32a84ed3da: Pulling fs layer [2023-05-31T18:29:25.076Z] 4d19c01a9841: Pulling fs layer [2023-05-31T18:29:25.076Z] 9325e15d5711: Pulling fs layer [2023-05-31T18:29:25.076Z] 556b6ee489ea: Pulling fs layer [2023-05-31T18:29:25.076Z] c5a4b2cf53e6: Pulling fs layer [2023-05-31T18:29:25.076Z] 4d19c01a9841: Waiting [2023-05-31T18:29:25.076Z] 9325e15d5711: Waiting [2023-05-31T18:29:25.076Z] 556b6ee489ea: Waiting [2023-05-31T18:29:25.076Z] c5a4b2cf53e6: Waiting [2023-05-31T18:29:25.076Z] 9f32a84ed3da: Waiting [2023-05-31T18:29:25.076Z] 85791d961cd3: Download complete [2023-05-31T18:29:25.076Z] 9f32a84ed3da: Verifying Checksum [2023-05-31T18:29:25.076Z] 9f32a84ed3da: Download complete [2023-05-31T18:29:25.076Z] f56be85fc22e: Verifying Checksum [2023-05-31T18:29:25.076Z] f56be85fc22e: Download complete [2023-05-31T18:29:25.076Z] 4d19c01a9841: Download complete [2023-05-31T18:29:25.076Z] 9325e15d5711: Verifying Checksum [2023-05-31T18:29:25.076Z] 9325e15d5711: Download complete [2023-05-31T18:29:25.338Z] f56be85fc22e: Pull complete [2023-05-31T18:29:25.338Z] 85791d961cd3: Pull complete [2023-05-31T18:29:25.600Z] c5a4b2cf53e6: Verifying Checksum [2023-05-31T18:29:25.600Z] c5a4b2cf53e6: Download complete [2023-05-31T18:29:25.858Z] d694b5ae8c79: Verifying Checksum [2023-05-31T18:29:25.858Z] d694b5ae8c79: Download complete [2023-05-31T18:29:25.858Z] 556b6ee489ea: Verifying Checksum [2023-05-31T18:29:25.858Z] 556b6ee489ea: Download complete [2023-05-31T18:29:29.143Z] d694b5ae8c79: Pull complete [2023-05-31T18:29:29.143Z] 9f32a84ed3da: Pull complete [2023-05-31T18:29:29.143Z] 4d19c01a9841: Pull complete [2023-05-31T18:29:29.402Z] 9325e15d5711: Pull complete [2023-05-31T18:29:31.930Z] 556b6ee489ea: Pull complete [2023-05-31T18:29:32.866Z] c5a4b2cf53e6: Pull complete [2023-05-31T18:29:32.866Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-31T18:29:32.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-31T18:29:32.866Z] ---> c4be618373d6 [2023-05-31T18:29:32.866Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-31T18:29:37.983Z] Still waiting to schedule task [2023-05-31T18:29:37.983Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-31T18:29:39.441Z] ---> Running in 47e9f4dcef9c [2023-05-31T18:29:39.441Z] Removing intermediate container 47e9f4dcef9c [2023-05-31T18:29:39.441Z] ---> 2d2507b1df31 [2023-05-31T18:29:39.441Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-31T18:29:39.441Z] ---> Running in 8be47e98c09e [2023-05-31T18:29:39.441Z] Removing intermediate container 8be47e98c09e [2023-05-31T18:29:39.441Z] ---> 205dd9a44203 [2023-05-31T18:29:39.441Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-31T18:29:39.441Z] ---> Running in 8b57f6f9f541 [2023-05-31T18:29:39.441Z] Removing intermediate container 8b57f6f9f541 [2023-05-31T18:29:39.441Z] ---> d53a809b1c67 [2023-05-31T18:29:39.441Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-31T18:29:39.441Z] ---> Running in 1f2cfb737bb5 [2023-05-31T18:29:39.701Z] Removing intermediate container 1f2cfb737bb5 [2023-05-31T18:29:39.701Z] ---> 1e8cb8960389 [2023-05-31T18:29:39.701Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-31T18:29:39.701Z] ---> Running in 283d82cf466c [2023-05-31T18:29:39.701Z] Removing intermediate container 283d82cf466c [2023-05-31T18:29:39.701Z] ---> 17a1dc065dd9 [2023-05-31T18:29:39.701Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-31T18:29:39.701Z] ---> Running in 79b505df010d [2023-05-31T18:29:39.960Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-31T18:29:40.220Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-31T18:29:40.478Z] OK: 265 MiB in 53 packages [2023-05-31T18:29:40.738Z] Removing intermediate container 79b505df010d [2023-05-31T18:29:40.738Z] ---> e220277c5b0d [2023-05-31T18:29:40.738Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-31T18:29:40.738Z] ---> Running in 4cf676435f24 [2023-05-31T18:29:40.738Z] Removing intermediate container 4cf676435f24 [2023-05-31T18:29:40.738Z] ---> c1ff4a479123 [2023-05-31T18:29:40.738Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-31T18:29:40.998Z] ---> f9669abea255 [2023-05-31T18:29:40.998Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-31T18:29:40.998Z] ---> Running in 950bbe02466a [2023-05-31T18:30:19.748Z] Removing intermediate container 950bbe02466a [2023-05-31T18:30:19.748Z] ---> 6843f3e0cc27 [2023-05-31T18:30:19.748Z] Step 12/13 : COPY . . [2023-05-31T18:30:19.748Z] ---> a89e8cd0e038 [2023-05-31T18:30:19.748Z] Step 13/13 : RUN ${MAKE} [2023-05-31T18:30:19.748Z] ---> Running in 127315396bc6 [2023-05-31T18:30:19.748Z] noop [2023-05-31T18:30:19.748Z] Removing intermediate container 127315396bc6 [2023-05-31T18:30:19.748Z] ---> b67ae89afedf [2023-05-31T18:30:19.748Z] Successfully built b67ae89afedf [2023-05-31T18:30:19.748Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:30:20.187Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-31T18:30:20.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:30:20.339Z] prd-ubuntu20.04-docker-8c-8g-17524 does not seem to be running inside a container [2023-05-31T18:30:20.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-372 -v /w/workspace/undry_device-onvif-camera_PR-372:/w/workspace/undry_device-onvif-camera_PR-372:rw,z -v /w/workspace/undry_device-onvif-camera_PR-372@tmp:/w/workspace/undry_device-onvif-camera_PR-372@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 [2023-05-31T18:30:20.721Z] $ docker top 6a114d28e19f19f9595cd011e0e383aa35c71eba60a8a8581de9ea75c7eaf10b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-31T18:30:21.141Z] + go version [2023-05-31T18:30:21.141Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-31T18:30:21.164Z] $ docker stop --time=1 6a114d28e19f19f9595cd011e0e383aa35c71eba60a8a8581de9ea75c7eaf10b [2023-05-31T18:30:22.443Z] $ docker rm -f --volumes 6a114d28e19f19f9595cd011e0e383aa35c71eba60a8a8581de9ea75c7eaf10b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:30:23.167Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-31T18:30:23.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:30:23.316Z] prd-ubuntu20.04-docker-8c-8g-17524 does not seem to be running inside a container [2023-05-31T18:30:23.342Z] $ 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-372 -v /w/workspace/undry_device-onvif-camera_PR-372:/w/workspace/undry_device-onvif-camera_PR-372:rw,z -v /w/workspace/undry_device-onvif-camera_PR-372@tmp:/w/workspace/undry_device-onvif-camera_PR-372@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 [2023-05-31T18:30:23.682Z] $ docker top b6564fffcd9c9782806609e884365cea18d2d98dfc80068afab605701af4776e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-31T18:30:24.087Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-372 [Pipeline] fileExists [Pipeline] sh [2023-05-31T18:30:24.452Z] + make test [2023-05-31T18:30:24.452Z] go test ./... -coverprofile=coverage.out ./... [2023-05-31T18:30:29.727Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-31T18:30:39.691Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-31T18:30:39.691Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-31T18:30:41.598Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.040s coverage: 31.4% of statements [2023-05-31T18:30:41.857Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.264s coverage: 86.5% of statements [2023-05-31T18:30:48.407Z] go vet ./... [2023-05-31T18:30:52.592Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-31T18:30:52.592Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-31T18:30:52.592Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-31T18:30:52.639Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-31T18:30:52.662Z] $ docker stop --time=1 b6564fffcd9c9782806609e884365cea18d2d98dfc80068afab605701af4776e [2023-05-31T18:30:56.497Z] $ docker rm -f --volumes b6564fffcd9c9782806609e884365cea18d2d98dfc80068afab605701af4776e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-31T18:30:57.049Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-31T18:30:57.144Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-31T18:30:57.956Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-31T18:30:58.263Z] + ls -al . [2023-05-31T18:30:58.263Z] total 244 [2023-05-31T18:30:58.263Z] drwxrwxr-x 10 jenkins jenkins 4096 May 31 18:30 . [2023-05-31T18:30:58.263Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:28 .. [2023-05-31T18:30:58.263Z] drwxrwxr-x 8 jenkins jenkins 4096 May 31 18:29 .git [2023-05-31T18:30:58.263Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 18:28 .github [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 496 May 31 18:28 .gitignore [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 42 May 31 18:28 .golangci.yml [2023-05-31T18:30:58.263Z] drwxr-xr-x 3 jenkins jenkins 4096 May 31 18:29 .semver [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 31 18:28 Attribution.txt [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 16529 May 31 18:28 CHANGELOG.md [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 31 18:28 Dockerfile [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 677 May 31 18:28 GOVERNANCE.md [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 739 May 31 18:28 Jenkinsfile [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 31 18:28 LICENSE [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 31 18:28 Makefile [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 625 May 31 18:28 OWNERS.md [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 2690 May 31 18:28 README.md [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 5 May 31 18:29 VERSION [2023-05-31T18:30:58.263Z] drwxrwxr-x 2 jenkins jenkins 4096 May 31 18:28 bin [2023-05-31T18:30:58.263Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 18:28 cmd [2023-05-31T18:30:58.263Z] -rw-r--r-- 1 jenkins jenkins 78459 May 31 18:30 coverage.out [2023-05-31T18:30:58.263Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:28 doc [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 3594 May 31 18:28 go.mod [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 33395 May 31 18:28 go.sum [2023-05-31T18:30:58.263Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:28 internal [2023-05-31T18:30:58.263Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:28 snap [2023-05-31T18:30:58.263Z] -rw-rw-r-- 1 jenkins jenkins 236 May 31 18:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:30:58.660Z] + 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=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 --label arch=amd64 --label version=0.0.0 . [2023-05-31T18:30:58.661Z] Sending build context to Docker daemon 22.05MB [2023-05-31T18:30:58.661Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-31T18:30:58.661Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-31T18:30:58.661Z] ---> b67ae89afedf [2023-05-31T18:30:58.661Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-31T18:30:59.239Z] ---> Running in e4b8087d68db [2023-05-31T18:30:59.499Z] Removing intermediate container e4b8087d68db [2023-05-31T18:30:59.499Z] ---> 6a20643bd8c4 [2023-05-31T18:30:59.499Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-31T18:30:59.499Z] ---> Running in 988e9be6f697 [2023-05-31T18:30:59.499Z] Removing intermediate container 988e9be6f697 [2023-05-31T18:30:59.499Z] ---> e9d381278d48 [2023-05-31T18:30:59.499Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-31T18:30:59.499Z] ---> Running in 8e7885998185 [2023-05-31T18:30:59.499Z] Removing intermediate container 8e7885998185 [2023-05-31T18:30:59.499Z] ---> bde6081b7c5f [2023-05-31T18:30:59.499Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-31T18:30:59.499Z] ---> Running in 728078a174a6 [2023-05-31T18:30:59.760Z] Removing intermediate container 728078a174a6 [2023-05-31T18:30:59.761Z] ---> 61ff64f7cd25 [2023-05-31T18:30:59.761Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-31T18:30:59.761Z] ---> Running in 1c254521e6f1 [2023-05-31T18:30:59.761Z] Removing intermediate container 1c254521e6f1 [2023-05-31T18:30:59.761Z] ---> aa8ff7e345c3 [2023-05-31T18:30:59.761Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-31T18:30:59.761Z] ---> Running in ed460d2f6bfb [2023-05-31T18:31:00.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-31T18:31:00.281Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-31T18:31:00.281Z] OK: 265 MiB in 53 packages [2023-05-31T18:31:00.852Z] Removing intermediate container ed460d2f6bfb [2023-05-31T18:31:00.852Z] ---> a676c04d2d92 [2023-05-31T18:31:00.852Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-31T18:31:00.852Z] ---> Running in 797bc96d4e01 [2023-05-31T18:31:00.852Z] Removing intermediate container 797bc96d4e01 [2023-05-31T18:31:00.852Z] ---> 26ea55052d84 [2023-05-31T18:31:00.852Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-31T18:31:00.852Z] ---> 9fabdbd18b93 [2023-05-31T18:31:00.852Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-31T18:31:00.852Z] ---> Running in 915889a8a0e2 [2023-05-31T18:31:01.796Z] Removing intermediate container 915889a8a0e2 [2023-05-31T18:31:01.796Z] ---> 283d163cbf8e [2023-05-31T18:31:01.796Z] Step 12/26 : COPY . . [2023-05-31T18:31:02.949Z] ---> bc2496d22210 [2023-05-31T18:31:02.949Z] Step 13/26 : RUN ${MAKE} [2023-05-31T18:31:02.949Z] ---> Running in 602081b6e292 [2023-05-31T18:31:02.949Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-31T18:31:13.366Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-17525 in /w/workspace/undry_device-onvif-camera_PR-372 [Pipeline] { [Pipeline] ws [2023-05-31T18:31:13.425Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-31T18:31:13.500Z] The recommended git tool is: git [2023-05-31T18:31:18.270Z] using credential edgex-jenkins-ssh [2023-05-31T18:31:18.293Z] Cloning the remote Git repository [2023-05-31T18:31:18.331Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-31T18:31:18.427Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-05-31T18:31:18.560Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-31T18:31:18.561Z] > git --version # timeout=10 [2023-05-31T18:31:18.582Z] > git --version # 'git version 2.25.1' [2023-05-31T18:31:18.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-31T18:31:18.720Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-31T18:31:20.323Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-31T18:31:20.353Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-31T18:31:21.852Z] Merging remotes/origin/main commit c742c110d1cc62fb19cc4b7662ac95047aaf245d into PR head commit 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [2023-05-31T18:31:21.200Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-31T18:31:21.239Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-31T18:31:21.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-31T18:31:21.257Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/372/head:refs/remotes/origin/PR-372 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-31T18:31:21.864Z] > git config core.sparsecheckout # timeout=10 [2023-05-31T18:31:21.944Z] > git checkout -f 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 # timeout=10 [2023-05-31T18:31:22.119Z] > git remote # timeout=10 [2023-05-31T18:31:22.143Z] > git config --get remote.origin.url # timeout=10 [2023-05-31T18:31:22.234Z] Merge succeeded, producing 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [2023-05-31T18:31:22.234Z] Checking out Revision 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 (PR-372) [2023-05-31T18:31:22.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-31T18:31:22.176Z] > git merge c742c110d1cc62fb19cc4b7662ac95047aaf245d # timeout=10 [2023-05-31T18:31:22.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-31T18:31:22.235Z] > git config core.sparsecheckout # timeout=10 [2023-05-31T18:31:22.248Z] > git checkout -f 386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 # timeout=10 [2023-05-31T18:31:24.901Z] Removing intermediate container 602081b6e292 [2023-05-31T18:31:24.901Z] ---> ad2f4d2f7b59 [2023-05-31T18:31:24.901Z] Step 14/26 : FROM alpine:3.17 [2023-05-31T18:31:24.901Z] 3.17: Pulling from library/alpine [2023-05-31T18:31:24.901Z] f56be85fc22e: Already exists [2023-05-31T18:31:24.901Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-31T18:31:24.901Z] Status: Downloaded newer image for alpine:3.17 [2023-05-31T18:31:24.901Z] ---> 9ed4aefc74f6 [2023-05-31T18:31:24.901Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-31T18:31:24.901Z] ---> Running in 905ba49a7404 [2023-05-31T18:31:24.901Z] Removing intermediate container 905ba49a7404 [2023-05-31T18:31:24.901Z] ---> 6e2a6e1c9442 [2023-05-31T18:31:24.901Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-31T18:31:24.901Z] ---> Running in ec6979e12771 [2023-05-31T18:31:25.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-31T18:31:25.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-31T18:31:25.680Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-31T18:31:25.680Z] Executing busybox-1.35.0-r29.trigger [2023-05-31T18:31:25.680Z] OK: 7 MiB in 16 packages [2023-05-31T18:31:25.838Z] Commit message: "docs: Added changelog for v3" [2023-05-31T18:31:25.882Z] > git --version # timeout=10 [2023-05-31T18:31:25.896Z] > git --version # 'git version 2.25.1' [2023-05-31T18:31:25.922Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-31T18:31:25.940Z] Removing intermediate container ec6979e12771 [2023-05-31T18:31:25.940Z] ---> 56ad51b24743 [2023-05-31T18:31:25.940Z] Step 17/26 : WORKDIR / [2023-05-31T18:31:25.940Z] ---> Running in c140d3083e1c [2023-05-31T18:31:25.940Z] Removing intermediate container c140d3083e1c [2023-05-31T18:31:25.940Z] ---> 9eb9f217d075 [2023-05-31T18:31:25.940Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-31T18:31:26.917Z] ---> eac1c08b7bec [2023-05-31T18:31:26.917Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-31T18:31:26.917Z] ---> df58a102f23e [2023-05-31T18:31:26.917Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-31T18:31:26.917Z] ---> f113851c2cb6 [2023-05-31T18:31:26.917Z] Step 21/26 : EXPOSE 59984 [2023-05-31T18:31:26.917Z] ---> Running in efb65ee91a9d [2023-05-31T18:31:27.097Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-31T18:31:27.097Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-31T18:31:27.097Z] Dload Upload Total Spent Left Speed [2023-05-31T18:31:27.097Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 82798 0 --:--:-- --:--:-- --:--:-- 82798 [2023-05-31T18:31:27.176Z] Removing intermediate container efb65ee91a9d [2023-05-31T18:31:27.176Z] ---> fc2b3af0fcf1 [2023-05-31T18:31:27.176Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-31T18:31:27.176Z] ---> Running in 9f4a6da97f5b [2023-05-31T18:31:27.176Z] Removing intermediate container 9f4a6da97f5b [2023-05-31T18:31:27.176Z] ---> bee6b71373b5 [2023-05-31T18:31:27.176Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-31T18:31:27.176Z] ---> Running in 23e7c4ddd76d [2023-05-31T18:31:27.176Z] Removing intermediate container 23e7c4ddd76d [2023-05-31T18:31:27.176Z] ---> cc579e45f732 [2023-05-31T18:31:27.176Z] Step 24/26 : LABEL arch=amd64 [2023-05-31T18:31:27.176Z] ---> Running in a2de7754c130 [2023-05-31T18:31:27.433Z] Removing intermediate container a2de7754c130 [2023-05-31T18:31:27.433Z] ---> fd64cb51a208 [2023-05-31T18:31:27.433Z] Step 25/26 : LABEL git_sha=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [2023-05-31T18:31:27.433Z] ---> Running in aaf809446d66 [2023-05-31T18:31:27.433Z] Removing intermediate container aaf809446d66 [2023-05-31T18:31:27.433Z] ---> b7d28b561b70 [2023-05-31T18:31:27.433Z] Step 26/26 : LABEL version=0.0.0 [2023-05-31T18:31:27.433Z] ---> Running in b006d9e500fc [2023-05-31T18:31:27.433Z] Removing intermediate container b006d9e500fc [2023-05-31T18:31:27.433Z] ---> dfe701a013d1 [2023-05-31T18:31:27.433Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-31T18:31:27.433Z] Successfully built dfe701a013d1 [2023-05-31T18:31:27.433Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2023-05-31T18:31:27.924Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] // stage Post stage [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:31:28.312Z] + sudo tee /etc/docker/daemon.new [2023-05-31T18:31:28.312Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-31T18:31:28.312Z] { [2023-05-31T18:31:28.312Z] "registry-mirrors": [ [2023-05-31T18:31:28.312Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-31T18:31:28.312Z] ], [2023-05-31T18:31:28.312Z] "bip": "10.250.0.254/24", [2023-05-31T18:31:28.312Z] "hosts": [ [2023-05-31T18:31:28.312Z] "tcp://0.0.0.0:5555", [2023-05-31T18:31:28.312Z] "unix:///var/run/docker.sock" [2023-05-31T18:31:28.312Z] ], [2023-05-31T18:31:28.312Z] "mtu": 1458, [2023-05-31T18:31:28.312Z] "selinux-enabled": true, [2023-05-31T18:31:28.312Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-31T18:31:28.312Z] } [Pipeline] sh [2023-05-31T18:31:28.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-31T18:31:28.482Z] [2023-05-31T18:31:28.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:31:28.656Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-31T18:31:28.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-31T18:31:28.856Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-31T18:31:28.856Z] 5eb5b503b376: Pulling fs layer [2023-05-31T18:31:28.856Z] 5c69ac0246d0: Pulling fs layer [2023-05-31T18:31:28.856Z] ec43610c2a17: Pulling fs layer [2023-05-31T18:31:28.856Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-31T18:31:28.856Z] 33b1e0a273af: Pulling fs layer [2023-05-31T18:31:28.856Z] 5d3b04190fa2: Pulling fs layer [2023-05-31T18:31:28.856Z] 2f39f015ded8: Pulling fs layer [2023-05-31T18:31:28.856Z] 33b1e0a273af: Waiting [2023-05-31T18:31:28.856Z] 2f39f015ded8: Waiting [2023-05-31T18:31:28.856Z] 5d3b04190fa2: Waiting [2023-05-31T18:31:28.856Z] 3a2ae6a8a46f: Waiting [2023-05-31T18:31:28.856Z] 5c69ac0246d0: Verifying Checksum [2023-05-31T18:31:28.856Z] 5c69ac0246d0: Download complete [2023-05-31T18:31:28.856Z] 3a2ae6a8a46f: Download complete [2023-05-31T18:31:28.856Z] 33b1e0a273af: Verifying Checksum [2023-05-31T18:31:28.856Z] 33b1e0a273af: Download complete [2023-05-31T18:31:28.856Z] ec43610c2a17: Verifying Checksum [2023-05-31T18:31:28.856Z] ec43610c2a17: Download complete [2023-05-31T18:31:28.856Z] 5d3b04190fa2: Download complete [2023-05-31T18:31:29.015Z] + sudo service docker restart [2023-05-31T18:31:29.116Z] 5eb5b503b376: Download complete [2023-05-31T18:31:29.685Z] 2f39f015ded8: Download complete [2023-05-31T18:31:30.253Z] 5eb5b503b376: Pull complete [2023-05-31T18:31:30.512Z] 5c69ac0246d0: Pull complete [2023-05-31T18:31:30.772Z] ec43610c2a17: Pull complete [2023-05-31T18:31:31.031Z] 3a2ae6a8a46f: Pull complete [2023-05-31T18:31:31.290Z] 33b1e0a273af: Pull complete [2023-05-31T18:31:31.290Z] 5d3b04190fa2: Pull complete [2023-05-31T18:31:36.560Z] 2f39f015ded8: Pull complete [2023-05-31T18:31:36.560Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-31T18:31:36.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-31T18:31:36.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:31:36.793Z] prd-ubuntu20.04-docker-8c-8g-17524 does not seem to be running inside a container [2023-05-31T18:31:36.821Z] $ 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-372 -v /w/workspace/undry_device-onvif-camera_PR-372:/w/workspace/undry_device-onvif-camera_PR-372:rw,z -v /w/workspace/undry_device-onvif-camera_PR-372@tmp:/w/workspace/undry_device-onvif-camera_PR-372@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 [2023-05-31T18:31:43.069Z] $ docker top 5e38a874a4c8bda1f13921f47af3fb1bd26e495b444796b46446bc8cd2ee829a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:31:43.549Z] ---> job-cost.sh [2023-05-31T18:31:43.549Z] lf-activate-venv: SKIPPING [2023-05-31T18:31:43.549Z] INFO: No Stack... [2023-05-31T18:31:44.116Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-31T18:31:44.376Z] INFO: Archiving Costs [Pipeline] sh [2023-05-31T18:31:44.761Z] + cat /w/workspace/undry_device-onvif-camera_PR-372/archives/cost.csv [2023-05-31T18:31:44.761Z] + cut -d, -f6 [Pipeline] lock [2023-05-31T18:31:44.801Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [2023-05-31T18:31:44.808Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] did not exist. Created. [2023-05-31T18:31:44.809Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-31T18:31:45.203Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-31T18:31:45.259Z] Stashed 1 file(s) [Pipeline] } [2023-05-31T18:31:45.288Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-31T18:31:45.360Z] $ docker stop --time=1 5e38a874a4c8bda1f13921f47af3fb1bd26e495b444796b46446bc8cd2ee829a [2023-05-31T18:31:46.509Z] $ docker rm -f --volumes 5e38a874a4c8bda1f13921f47af3fb1bd26e495b444796b46446bc8cd2ee829a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-31T18:31:47.409Z] provisioning config files... [2023-05-31T18:31:47.436Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config15127315849294469328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:31:47.818Z] ---> docker-login.sh [2023-05-31T18:31:47.818Z] nexus3.edgexfoundry.org:10001 [2023-05-31T18:31:48.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:31:48.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:31:48.359Z] Configure a credential helper to remove this warning. See [2023-05-31T18:31:48.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:31:48.359Z] [2023-05-31T18:31:48.359Z] Login Succeeded [2023-05-31T18:31:48.359Z] nexus3.edgexfoundry.org:10002 [2023-05-31T18:31:48.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:31:48.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:31:48.898Z] Configure a credential helper to remove this warning. See [2023-05-31T18:31:48.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:31:48.898Z] [2023-05-31T18:31:48.898Z] Login Succeeded [2023-05-31T18:31:48.898Z] nexus3.edgexfoundry.org:10003 [2023-05-31T18:31:48.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:31:49.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:31:49.169Z] Configure a credential helper to remove this warning. See [2023-05-31T18:31:49.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:31:49.169Z] [2023-05-31T18:31:49.169Z] Login Succeeded [2023-05-31T18:31:49.169Z] nexus3.edgexfoundry.org:10004 [2023-05-31T18:31:49.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:31:49.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:31:49.441Z] Configure a credential helper to remove this warning. See [2023-05-31T18:31:49.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:31:49.441Z] [2023-05-31T18:31:49.441Z] Login Succeeded [2023-05-31T18:31:49.441Z] docker.io [2023-05-31T18:31:49.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-31T18:31:49.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-31T18:31:49.976Z] Configure a credential helper to remove this warning. See [2023-05-31T18:31:49.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-31T18:31:49.976Z] [2023-05-31T18:31:49.976Z] Login Succeeded [2023-05-31T18:31:49.976Z] ---> docker-login.sh ends [Pipeline] } [2023-05-31T18:31:50.004Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-31T18:31:50.368Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-31T18:31:50.402Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-31T18:31:50.434Z] ========================================================= [2023-05-31T18:31:50.434Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-31T18:31:50.434Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:31:50.928Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-31T18:31:52.890Z] Sending build context to Docker daemon 14.42MB [2023-05-31T18:31:52.891Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-31T18:31:52.891Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-31T18:31:52.891Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-31T18:31:52.891Z] c41833b44d91: Pulling fs layer [2023-05-31T18:31:52.891Z] ed15518f5707: Pulling fs layer [2023-05-31T18:31:52.891Z] feae8fd75edb: Pulling fs layer [2023-05-31T18:31:52.891Z] 242c74f7c9fa: Pulling fs layer [2023-05-31T18:31:52.891Z] 3cdef696dda3: Pulling fs layer [2023-05-31T18:31:52.891Z] 2ced38df9373: Pulling fs layer [2023-05-31T18:31:52.891Z] 58f1dce35555: Pulling fs layer [2023-05-31T18:31:52.891Z] 2ced38df9373: Waiting [2023-05-31T18:31:52.891Z] 58f1dce35555: Waiting [2023-05-31T18:31:52.891Z] 242c74f7c9fa: Waiting [2023-05-31T18:31:52.891Z] 3cdef696dda3: Waiting [2023-05-31T18:31:52.891Z] ed15518f5707: Verifying Checksum [2023-05-31T18:31:52.891Z] ed15518f5707: Download complete [2023-05-31T18:31:52.891Z] 242c74f7c9fa: Verifying Checksum [2023-05-31T18:31:52.891Z] 242c74f7c9fa: Download complete [2023-05-31T18:31:52.891Z] 3cdef696dda3: Verifying Checksum [2023-05-31T18:31:52.891Z] 3cdef696dda3: Download complete [2023-05-31T18:31:52.891Z] c41833b44d91: Verifying Checksum [2023-05-31T18:31:52.891Z] c41833b44d91: Download complete [2023-05-31T18:31:53.859Z] c41833b44d91: Pull complete [2023-05-31T18:31:54.467Z] 58f1dce35555: Verifying Checksum [2023-05-31T18:31:54.467Z] 58f1dce35555: Download complete [2023-05-31T18:31:54.467Z] ed15518f5707: Pull complete [2023-05-31T18:31:55.435Z] feae8fd75edb: Verifying Checksum [2023-05-31T18:31:55.435Z] feae8fd75edb: Download complete [2023-05-31T18:31:55.435Z] 2ced38df9373: Verifying Checksum [2023-05-31T18:31:55.435Z] 2ced38df9373: Download complete [2023-05-31T18:32:07.774Z] feae8fd75edb: Pull complete [2023-05-31T18:32:07.774Z] 242c74f7c9fa: Pull complete [2023-05-31T18:32:07.774Z] 3cdef696dda3: Pull complete [2023-05-31T18:32:13.146Z] 2ced38df9373: Pull complete [2023-05-31T18:32:15.747Z] 58f1dce35555: Pull complete [2023-05-31T18:32:15.747Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-31T18:32:15.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-31T18:32:15.747Z] ---> fadd8f120f05 [2023-05-31T18:32:15.747Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-31T18:32:17.685Z] ---> Running in 4962ff9b842f [2023-05-31T18:32:17.685Z] Removing intermediate container 4962ff9b842f [2023-05-31T18:32:17.685Z] ---> 945447a4eb4c [2023-05-31T18:32:17.685Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-31T18:32:17.685Z] ---> Running in 50985f007cf2 [2023-05-31T18:32:17.951Z] Removing intermediate container 50985f007cf2 [2023-05-31T18:32:17.951Z] ---> c73615f6d290 [2023-05-31T18:32:17.951Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-31T18:32:18.218Z] ---> Running in ce9fc928b201 [2023-05-31T18:32:18.485Z] Removing intermediate container ce9fc928b201 [2023-05-31T18:32:18.485Z] ---> 868ae90ad73e [2023-05-31T18:32:18.485Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-31T18:32:18.485Z] ---> Running in 0418b6495c71 [2023-05-31T18:32:18.752Z] Removing intermediate container 0418b6495c71 [2023-05-31T18:32:18.752Z] ---> 77ffcf7e2ef3 [2023-05-31T18:32:18.752Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-31T18:32:18.752Z] ---> Running in 17baff8f2188 [2023-05-31T18:32:19.021Z] Removing intermediate container 17baff8f2188 [2023-05-31T18:32:19.021Z] ---> 8451ac3af7ba [2023-05-31T18:32:19.021Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-31T18:32:19.290Z] ---> Running in 8da0020d5238 [2023-05-31T18:32:20.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-31T18:32:20.834Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-31T18:32:21.790Z] OK: 263 MiB in 53 packages [2023-05-31T18:32:22.376Z] Removing intermediate container 8da0020d5238 [2023-05-31T18:32:22.376Z] ---> 31c8ad912642 [2023-05-31T18:32:22.376Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-31T18:32:22.641Z] ---> Running in 5cb610b1e45c [2023-05-31T18:32:22.909Z] Removing intermediate container 5cb610b1e45c [2023-05-31T18:32:22.909Z] ---> 4d27fb20fb18 [2023-05-31T18:32:22.909Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-31T18:32:23.176Z] ---> cf7574828a88 [2023-05-31T18:32:23.176Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-31T18:32:23.444Z] ---> Running in b478a2232399 [2023-05-31T18:33:31.314Z] Removing intermediate container b478a2232399 [2023-05-31T18:33:31.314Z] ---> 8606fb4640ee [2023-05-31T18:33:31.314Z] Step 12/13 : COPY . . [2023-05-31T18:33:31.314Z] ---> 1bd4ee76099d [2023-05-31T18:33:31.314Z] Step 13/13 : RUN ${MAKE} [2023-05-31T18:33:31.314Z] ---> Running in c430aa330132 [2023-05-31T18:33:31.314Z] noop [2023-05-31T18:33:31.314Z] Removing intermediate container c430aa330132 [2023-05-31T18:33:31.314Z] ---> 69b86f731490 [2023-05-31T18:33:31.314Z] Successfully built 69b86f731490 [2023-05-31T18:33:31.314Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:33:31.796Z] + docker inspect -f . ci-base-image-arm64 [2023-05-31T18:33:31.796Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:33:32.086Z] prd-ubuntu20.04-docker-arm64-4c-16g-17525 does not seem to be running inside a container [2023-05-31T18:33:32.150Z] $ 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 [2023-05-31T18:33:33.312Z] $ docker top ee64a87f72cbd0f7d2f26ecd6a31d6652db9ee715605a67dad665ea0d16d011c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-31T18:33:34.165Z] + go version [2023-05-31T18:33:34.165Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-31T18:33:34.196Z] $ docker stop --time=1 ee64a87f72cbd0f7d2f26ecd6a31d6652db9ee715605a67dad665ea0d16d011c [2023-05-31T18:33:35.837Z] $ docker rm -f --volumes ee64a87f72cbd0f7d2f26ecd6a31d6652db9ee715605a67dad665ea0d16d011c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:33:36.711Z] + docker inspect -f . ci-base-image-arm64 [2023-05-31T18:33:36.711Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:33:36.963Z] prd-ubuntu20.04-docker-arm64-4c-16g-17525 does not seem to be running inside a container [2023-05-31T18:33:37.023Z] $ 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 [2023-05-31T18:33:39.629Z] $ docker top c891daf62adcf901d291f7edc2db63b6469b15bd89ea7b8758b95435ccdc46f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-31T18:33:40.191Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-31T18:33:40.594Z] + make test [2023-05-31T18:33:40.594Z] go test ./... -coverprofile=coverage.out ./... [2023-05-31T18:34:12.853Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-31T18:36:20.876Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-31T18:36:20.876Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-31T18:36:20.876Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.209s coverage: 31.4% of statements [2023-05-31T18:36:47.612Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.888s coverage: 86.5% of statements [2023-05-31T18:36:47.612Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-31T18:36:47.612Z] go vet ./... [2023-05-31T18:37:14.301Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-31T18:37:14.301Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-31T18:37:14.301Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-31T18:37:14.340Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-31T18:37:14.373Z] $ docker stop --time=1 c891daf62adcf901d291f7edc2db63b6469b15bd89ea7b8758b95435ccdc46f9 [2023-05-31T18:37:16.275Z] $ docker rm -f --volumes c891daf62adcf901d291f7edc2db63b6469b15bd89ea7b8758b95435ccdc46f9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-31T18:37:17.506Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-31T18:37:17.545Z] Warning: overwriting stash ‘coverage-report’ [2023-05-31T18:37:18.016Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-31T18:37:18.616Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-31T18:37:18.947Z] + ls -al . [2023-05-31T18:37:18.947Z] total 240 [2023-05-31T18:37:18.947Z] drwxrwxr-x 9 jenkins jenkins 4096 May 31 18:33 . [2023-05-31T18:37:18.947Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:31 .. [2023-05-31T18:37:18.947Z] drwxrwxr-x 8 jenkins jenkins 4096 May 31 18:31 .git [2023-05-31T18:37:18.947Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 18:31 .github [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 496 May 31 18:31 .gitignore [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 42 May 31 18:31 .golangci.yml [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 31 18:31 Attribution.txt [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 16529 May 31 18:31 CHANGELOG.md [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 31 18:31 Dockerfile [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 677 May 31 18:31 GOVERNANCE.md [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 739 May 31 18:31 Jenkinsfile [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 31 18:31 LICENSE [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 31 18:31 Makefile [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 625 May 31 18:31 OWNERS.md [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 2690 May 31 18:31 README.md [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 5 May 31 18:29 VERSION [2023-05-31T18:37:18.947Z] drwxrwxr-x 2 jenkins jenkins 4096 May 31 18:31 bin [2023-05-31T18:37:18.947Z] drwxrwxr-x 3 jenkins jenkins 4096 May 31 18:31 cmd [2023-05-31T18:37:18.947Z] -rw-r--r-- 1 jenkins jenkins 78459 May 31 18:36 coverage.out [2023-05-31T18:37:18.947Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:31 doc [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 3594 May 31 18:31 go.mod [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 33395 May 31 18:31 go.sum [2023-05-31T18:37:18.947Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:31 internal [2023-05-31T18:37:18.947Z] drwxrwxr-x 4 jenkins jenkins 4096 May 31 18:31 snap [2023-05-31T18:37:18.947Z] -rw-rw-r-- 1 jenkins jenkins 236 May 31 18:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:37:19.363Z] + 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=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 --label arch=arm64 --label version=0.0.0 . [2023-05-31T18:37:19.946Z] Sending build context to Docker daemon 14.5MB [2023-05-31T18:37:19.946Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-31T18:37:19.946Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-31T18:37:19.946Z] ---> 69b86f731490 [2023-05-31T18:37:19.946Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-31T18:37:19.946Z] ---> Running in 4119c9a3f8e9 [2023-05-31T18:37:20.213Z] Removing intermediate container 4119c9a3f8e9 [2023-05-31T18:37:20.213Z] ---> 6f31fd5d84a0 [2023-05-31T18:37:20.213Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-31T18:37:20.213Z] ---> Running in 5b7060109672 [2023-05-31T18:37:20.484Z] Removing intermediate container 5b7060109672 [2023-05-31T18:37:20.484Z] ---> 0d466a98b824 [2023-05-31T18:37:20.484Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-31T18:37:20.750Z] ---> Running in 2130329af3a1 [2023-05-31T18:37:21.017Z] Removing intermediate container 2130329af3a1 [2023-05-31T18:37:21.017Z] ---> 68fefa50d156 [2023-05-31T18:37:21.017Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-31T18:37:21.017Z] ---> Running in 152aaa50a8f1 [2023-05-31T18:37:21.285Z] Removing intermediate container 152aaa50a8f1 [2023-05-31T18:37:21.285Z] ---> b3fd3369e0e8 [2023-05-31T18:37:21.285Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-31T18:37:21.285Z] ---> Running in b210e78eca3d [2023-05-31T18:37:21.553Z] Removing intermediate container b210e78eca3d [2023-05-31T18:37:21.553Z] ---> 449404dcc35f [2023-05-31T18:37:21.553Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-31T18:37:21.553Z] ---> Running in ee9bf988fa1d [2023-05-31T18:37:22.514Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-31T18:37:23.094Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-31T18:37:24.498Z] OK: 263 MiB in 53 packages [2023-05-31T18:37:25.096Z] Removing intermediate container ee9bf988fa1d [2023-05-31T18:37:25.096Z] ---> e59a7959a687 [2023-05-31T18:37:25.096Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-31T18:37:25.096Z] ---> Running in 65d273677ba5 [2023-05-31T18:37:25.364Z] Removing intermediate container 65d273677ba5 [2023-05-31T18:37:25.364Z] ---> 258c4858ce59 [2023-05-31T18:37:25.364Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-31T18:37:25.944Z] ---> 057d17b93b29 [2023-05-31T18:37:25.944Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-31T18:37:26.212Z] ---> Running in c5556169f96a [2023-05-31T18:37:28.792Z] Removing intermediate container c5556169f96a [2023-05-31T18:37:28.792Z] ---> 50585c876faf [2023-05-31T18:37:28.792Z] Step 12/26 : COPY . . [2023-05-31T18:37:29.750Z] ---> 81f91aa5b493 [2023-05-31T18:37:29.750Z] Step 13/26 : RUN ${MAKE} [2023-05-31T18:37:29.750Z] ---> Running in 0e29f41ba387 [2023-05-31T18:37:30.717Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-31T18:39:52.388Z] Removing intermediate container 0e29f41ba387 [2023-05-31T18:39:52.388Z] ---> 1edb3405aa19 [2023-05-31T18:39:52.388Z] Step 14/26 : FROM alpine:3.17 [2023-05-31T18:39:52.388Z] 3.17: Pulling from library/alpine [2023-05-31T18:39:52.388Z] c41833b44d91: Already exists [2023-05-31T18:39:52.388Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-31T18:39:52.388Z] Status: Downloaded newer image for alpine:3.17 [2023-05-31T18:39:52.388Z] ---> 51e60588ff2c [2023-05-31T18:39:52.388Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-31T18:39:52.388Z] ---> Running in 88f429eb1029 [2023-05-31T18:39:52.388Z] Removing intermediate container 88f429eb1029 [2023-05-31T18:39:52.388Z] ---> 33b457415859 [2023-05-31T18:39:52.388Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-31T18:39:52.388Z] ---> Running in 0413d7a06793 [2023-05-31T18:39:52.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-31T18:39:52.388Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-31T18:39:52.388Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-31T18:39:52.388Z] Executing busybox-1.35.0-r29.trigger [2023-05-31T18:39:52.388Z] OK: 8 MiB in 16 packages [2023-05-31T18:39:52.388Z] Removing intermediate container 0413d7a06793 [2023-05-31T18:39:52.388Z] ---> ca80ed4b45b9 [2023-05-31T18:39:52.388Z] Step 17/26 : WORKDIR / [2023-05-31T18:39:52.388Z] ---> Running in ec9fcf6596ea [2023-05-31T18:39:52.388Z] Removing intermediate container ec9fcf6596ea [2023-05-31T18:39:52.388Z] ---> 5d414bb2456a [2023-05-31T18:39:52.388Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-31T18:39:52.388Z] ---> f3752c6978a7 [2023-05-31T18:39:52.388Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-31T18:39:52.388Z] ---> 55e2d1db4fac [2023-05-31T18:39:52.388Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-31T18:39:52.388Z] ---> 7b72bf374876 [2023-05-31T18:39:52.388Z] Step 21/26 : EXPOSE 59984 [2023-05-31T18:39:52.388Z] ---> Running in c81cff330f97 [2023-05-31T18:39:52.388Z] Removing intermediate container c81cff330f97 [2023-05-31T18:39:52.388Z] ---> faa7414bb6a3 [2023-05-31T18:39:52.388Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-31T18:39:52.388Z] ---> Running in f967f72d8cc5 [2023-05-31T18:39:52.388Z] Removing intermediate container f967f72d8cc5 [2023-05-31T18:39:52.388Z] ---> 5b520483ba9e [2023-05-31T18:39:52.388Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-31T18:39:52.388Z] ---> Running in e0fdf203c721 [2023-05-31T18:39:52.388Z] Removing intermediate container e0fdf203c721 [2023-05-31T18:39:52.388Z] ---> 0e0970bdca01 [2023-05-31T18:39:52.388Z] Step 24/26 : LABEL arch=arm64 [2023-05-31T18:39:52.388Z] ---> Running in 90c3d76a66dc [2023-05-31T18:39:52.388Z] Removing intermediate container 90c3d76a66dc [2023-05-31T18:39:52.388Z] ---> 1eb145c9aaaa [2023-05-31T18:39:52.388Z] Step 25/26 : LABEL git_sha=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [2023-05-31T18:39:52.388Z] ---> Running in 4a3aabdc7654 [2023-05-31T18:39:52.388Z] Removing intermediate container 4a3aabdc7654 [2023-05-31T18:39:52.388Z] ---> b81f80417b36 [2023-05-31T18:39:52.388Z] Step 26/26 : LABEL version=0.0.0 [2023-05-31T18:39:52.388Z] ---> Running in ca8451d2b56c [2023-05-31T18:39:52.388Z] Removing intermediate container ca8451d2b56c [2023-05-31T18:39:52.388Z] ---> a1cf396befb2 [2023-05-31T18:39:52.388Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-31T18:39:52.388Z] Successfully built a1cf396befb2 [2023-05-31T18:39:52.388Z] Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:39:53.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-31T18:39:53.186Z] [2023-05-31T18:39:53.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:39:53.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-31T18:39:53.587Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-31T18:39:53.587Z] 8998bd30e6a1: Pulling fs layer [2023-05-31T18:39:53.587Z] 04944245beec: Pulling fs layer [2023-05-31T18:39:53.587Z] 699f458cf7ca: Pulling fs layer [2023-05-31T18:39:53.587Z] 765212b225bb: Pulling fs layer [2023-05-31T18:39:53.587Z] f23df028b6ca: Pulling fs layer [2023-05-31T18:39:53.587Z] d65c8cfc05b1: Pulling fs layer [2023-05-31T18:39:53.587Z] 2437ff75d9bd: Pulling fs layer [2023-05-31T18:39:53.587Z] 765212b225bb: Waiting [2023-05-31T18:39:53.587Z] f23df028b6ca: Waiting [2023-05-31T18:39:53.587Z] d65c8cfc05b1: Waiting [2023-05-31T18:39:53.587Z] 2437ff75d9bd: Waiting [2023-05-31T18:39:53.854Z] 04944245beec: Verifying Checksum [2023-05-31T18:39:53.854Z] 04944245beec: Download complete [2023-05-31T18:39:53.854Z] 765212b225bb: Verifying Checksum [2023-05-31T18:39:53.854Z] 765212b225bb: Download complete [2023-05-31T18:39:53.854Z] f23df028b6ca: Verifying Checksum [2023-05-31T18:39:53.854Z] f23df028b6ca: Download complete [2023-05-31T18:39:53.854Z] d65c8cfc05b1: Download complete [2023-05-31T18:39:53.854Z] 699f458cf7ca: Verifying Checksum [2023-05-31T18:39:53.854Z] 699f458cf7ca: Download complete [2023-05-31T18:39:54.438Z] 8998bd30e6a1: Verifying Checksum [2023-05-31T18:39:54.438Z] 8998bd30e6a1: Download complete [2023-05-31T18:39:56.381Z] 2437ff75d9bd: Verifying Checksum [2023-05-31T18:39:56.381Z] 2437ff75d9bd: Download complete [2023-05-31T18:39:58.323Z] 8998bd30e6a1: Pull complete [2023-05-31T18:39:58.591Z] 04944245beec: Pull complete [2023-05-31T18:40:00.001Z] 699f458cf7ca: Pull complete [2023-05-31T18:40:00.001Z] 765212b225bb: Pull complete [2023-05-31T18:40:00.960Z] f23df028b6ca: Pull complete [2023-05-31T18:40:00.960Z] d65c8cfc05b1: Pull complete [2023-05-31T18:40:15.947Z] 2437ff75d9bd: Pull complete [2023-05-31T18:40:15.947Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-31T18:40:15.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-31T18:40:15.947Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:40:16.274Z] prd-ubuntu20.04-docker-arm64-4c-16g-17525 does not seem to be running inside a container [2023-05-31T18:40:16.334Z] $ 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 [2023-05-31T18:40:18.820Z] $ docker top 4c042209ea4d5de5a64cf46a843a4da87dde7e3e2fa2bc2c716aec56f039afcd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:19.712Z] ---> job-cost.sh [2023-05-31T18:40:19.712Z] lf-activate-venv: SKIPPING [2023-05-31T18:40:19.712Z] INFO: No Stack... [2023-05-31T18:40:19.979Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-31T18:40:20.935Z] INFO: Archiving Costs [Pipeline] sh [2023-05-31T18:40:21.269Z] + cut -d, -f6 [2023-05-31T18:40:21.269Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock [2023-05-31T18:40:21.591Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [2023-05-31T18:40:21.595Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] did not exist. Created. [2023-05-31T18:40:21.596Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-31T18:40:22.012Z] /w/workspace/device-onvif-camera/1@tmp/durable-2d8a930c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-31T18:40:22.677Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-31T18:40:22.714Z] Warning: overwriting stash ‘stack-cost’ [2023-05-31T18:40:22.767Z] Stashed 1 file(s) [Pipeline] } [2023-05-31T18:40:22.788Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-372-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-31T18:40:22.870Z] $ docker stop --time=1 4c042209ea4d5de5a64cf46a843a4da87dde7e3e2fa2bc2c716aec56f039afcd [2023-05-31T18:40:24.346Z] $ docker rm -f --volumes 4c042209ea4d5de5a64cf46a843a4da87dde7e3e2fa2bc2c716aec56f039afcd [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 [2023-05-31T18:40:25.327Z] provisioning config files... [2023-05-31T18:40:25.336Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-372@tmp/config17178470141445672198tmp [Pipeline] { [Pipeline] sh [2023-05-31T18:40:25.673Z] + set +x [2023-05-31T18:40:25.674Z] + + curl -s https://codecov.io/bash [2023-05-31T18:40:25.674Z] bash -s -- [2023-05-31T18:40:25.674Z] [2023-05-31T18:40:25.674Z] _____ _ [2023-05-31T18:40:25.674Z] / ____| | | [2023-05-31T18:40:25.674Z] | | ___ __| | ___ ___ _____ __ [2023-05-31T18:40:25.674Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-31T18:40:25.674Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-31T18:40:25.674Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-31T18:40:25.674Z] Bash-1.0.6 [2023-05-31T18:40:25.674Z] [2023-05-31T18:40:25.674Z] [2023-05-31T18:40:25.674Z] ==> git version 2.25.1 found [2023-05-31T18:40:25.674Z] ==> 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 [2023-05-31T18:40:25.674Z] Release-Date: 2020-01-08 [2023-05-31T18:40:25.674Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-31T18:40:25.674Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-31T18:40:25.674Z] ==> Jenkins CI detected. [2023-05-31T18:40:25.674Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-372 [2023-05-31T18:40:25.674Z] project root: . [2023-05-31T18:40:25.674Z] --> token set from env [2023-05-31T18:40:25.674Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-31T18:40:25.674Z] ==> Running gcov in . (disable via -X gcov) [2023-05-31T18:40:25.674Z] ==> Python coveragepy not found [2023-05-31T18:40:25.674Z] ==> Searching for coverage reports in: [2023-05-31T18:40:25.674Z] + . [2023-05-31T18:40:25.933Z] -> Found 1 reports [2023-05-31T18:40:25.933Z] ==> Detecting git/mercurial file structure [2023-05-31T18:40:25.933Z] ==> Reading reports [2023-05-31T18:40:25.933Z] + ./coverage.out bytes=78459 [2023-05-31T18:40:25.933Z] ==> Appending adjustments [2023-05-31T18:40:25.933Z] https://docs.codecov.io/docs/fixing-reports [2023-05-31T18:40:25.933Z] + Found adjustments [2023-05-31T18:40:25.933Z] ==> Gzipping contents [2023-05-31T18:40:25.933Z] 12K /tmp/codecov.i62k9z.gz [2023-05-31T18:40:25.933Z] ==> Uploading reports [2023-05-31T18:40:25.933Z] url: https://codecov.io [2023-05-31T18:40:25.933Z] query: branch=PR-372&commit=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-372%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=372&job=&cmd_args= [2023-05-31T18:40:25.933Z] -> Pinging Codecov [2023-05-31T18:40:25.933Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-372&commit=386e6c7217c1dd84039ccc87ae4af97a5b9bbc07&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-372%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=372&job=&cmd_args= [2023-05-31T18:40:26.192Z] -> Uploading to [2023-05-31T18:40:26.192Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-31/F29A59C45E3A92E06B3E522C9905F8EF/386e6c7217c1dd84039ccc87ae4af97a5b9bbc07/d577bdcb-4a7f-4776-8924-1a440485c8b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230531T184026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70d8ee09f92ec9fddbcb336ee4a00f0b74e66e485cb754016cc231f23ce87b42 [2023-05-31T18:40:26.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-31T18:40:26.192Z] Dload Upload Total Spent Left Speed [2023-05-31T18:40:26.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10557 0 0 100 10557 0 46100 --:--:-- --:--:-- --:--:-- 46100 100 10557 0 0 100 10557 0 42568 --:--:-- --:--:-- --:--:-- 42397 [2023-05-31T18:40:26.451Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/386e6c7217c1dd84039ccc87ae4af97a5b9bbc07 [Pipeline] } [2023-05-31T18:40:26.479Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-31T18:40:28.212Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-372/archives ] [2023-05-31T18:40:28.212Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-372/archives [2023-05-31T18:40:28.212Z] total 16 [2023-05-31T18:40:28.212Z] drwxr-xr-x 3 root root 4096 May 31 18:31 . [2023-05-31T18:40:28.212Z] drwxrwxr-x 11 jenkins jenkins 4096 May 31 18:31 .. [2023-05-31T18:40:28.212Z] drwxr-xr-x 2 root root 4096 May 31 18:31 cost [2023-05-31T18:40:28.212Z] -rw-r--r-- 1 root root 91 May 31 18:31 cost.csv [2023-05-31T18:40:28.212Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-372/archives [2023-05-31T18:40:28.212Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-372/archives [2023-05-31T18:40:28.212Z] total 16 [2023-05-31T18:40:28.212Z] drwxr-xr-x 3 jenkins jenkins 4096 May 31 18:31 . [2023-05-31T18:40:28.212Z] drwxrwxr-x 11 jenkins jenkins 4096 May 31 18:31 .. [2023-05-31T18:40:28.212Z] drwxr-xr-x 2 jenkins jenkins 4096 May 31 18:31 cost [2023-05-31T18:40:28.212Z] -rw-r--r-- 1 jenkins jenkins 91 May 31 18:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:28.543Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:29.436Z] ---> package-listing.sh [2023-05-31T18:40:29.436Z] ++ facter osfamily [2023-05-31T18:40:29.436Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-31T18:40:29.699Z] + OS_FAMILY=debian [2023-05-31T18:40:29.699Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-372 [2023-05-31T18:40:29.699Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-31T18:40:29.699Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-31T18:40:29.699Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-31T18:40:29.699Z] + PACKAGES=/tmp/packages_start.txt [2023-05-31T18:40:29.699Z] + '[' /w/workspace/undry_device-onvif-camera_PR-372 ']' [2023-05-31T18:40:29.699Z] + PACKAGES=/tmp/packages_end.txt [2023-05-31T18:40:29.699Z] + case "${OS_FAMILY}" in [2023-05-31T18:40:29.699Z] + dpkg -l [2023-05-31T18:40:29.699Z] + grep '^ii' [2023-05-31T18:40:29.699Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-31T18:40:29.699Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-31T18:40:29.699Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-31T18:40:29.699Z] + '[' /w/workspace/undry_device-onvif-camera_PR-372 ']' [2023-05-31T18:40:29.699Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-372/archives/ [2023-05-31T18:40:29.699Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-372/archives/ [Pipeline] echo [2023-05-31T18:40:29.730Z] 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-372/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-31T18:40:30.022Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-31T18:40:30.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-31T18:40:30.649Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-31T18:40:30.794Z] prd-ubuntu20.04-docker-8c-8g-17524 does not seem to be running inside a container [2023-05-31T18:40:30.804Z] $ 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-372/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-372 -v /w/workspace/undry_device-onvif-camera_PR-372:/w/workspace/undry_device-onvif-camera_PR-372:rw,z -v /w/workspace/undry_device-onvif-camera_PR-372@tmp:/w/workspace/undry_device-onvif-camera_PR-372@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 [2023-05-31T18:40:30.984Z] $ docker top a506e71c2960ecc4e405812618eb11f25e3b34121a10d146efe37e474a8514e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-31T18:40:31.410Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-31T18:40:31.722Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-31T18:40:32.034Z] + ls /var/log/sa-host [2023-05-31T18:40:32.034Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-31T18:40:32.258Z] provisioning config files... [2023-05-31T18:40:32.268Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-372@tmp/config937878888131343828tmp [Pipeline] { [Pipeline] echo [2023-05-31T18:40:32.323Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:32.634Z] ---> create-netrc.sh [Pipeline] } [2023-05-31T18:40:32.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:33.058Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-31T18:40:33.091Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:33.405Z] ---> sudo-logs.sh [2023-05-31T18:40:33.405Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-31T18:40:33.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:33.798Z] ---> job-cost.sh [2023-05-31T18:40:33.798Z] lf-activate-venv: SKIPPING [2023-05-31T18:40:33.798Z] DEBUG: total: 0.2199999988079071 [2023-05-31T18:40:33.798Z] INFO: Retrieving Stack Cost... [2023-05-31T18:40:34.369Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-31T18:40:34.627Z] INFO: Archiving Costs [Pipeline] echo [2023-05-31T18:40:34.659Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-31T18:40:34.965Z] ---> logs-deploy.sh [2023-05-31T18:40:34.965Z] lf-activate-venv: SKIPPING [2023-05-31T18:40:34.965Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-372/1 [2023-05-31T18:40:34.965Z] INFO: archiving workspace using pattern(s): [2023-05-31T18:40:35.903Z] Archives upload complete. [2023-05-31T18:40:35.903Z] INFO: archiving logs to Nexus