Pull request #335 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4c27d799607d6db7ee5bcfde8ae9b761d69565c8+ca50ff0226266dec6d343d3687e79f892dd3f78d (0cfa733926ef96d918836e9a34575e2c1856fa33) 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-ssh7685586539856739093.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh6175032531981923765.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-335/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-335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh784502861190998220.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-335/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15530812051885197477.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh7550582275314226983.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-335/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-335/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14618952399984103511.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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/v2]] ========================================================= [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/v2 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-12536 in /w/workspace/undry_device-onvif-camera_PR-335 [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-335 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/335/head:refs/remotes/origin/PR-335 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 Checking out Revision 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 (PR-335) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T04:03:40.073Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T04:03:40.284Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T04:03:40.387Z] ========================================================= [2023-05-03T04:03:40.387Z] EdgeX Global Pipelines Version Info [2023-05-03T04:03:40.387Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 # timeout=10 [2023-05-03T04:03:41.111Z] ------------------- [2023-05-03T04:03:41.111Z] stable info: [2023-05-03T04:03:41.111Z] ------------------- [2023-05-03T04:03:41.111Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T04:03:41.111Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T04:03:41.111Z] Message: update stable to v1.0.248 [2023-05-03T04:03:41.681Z] ------------------- [2023-05-03T04:03:41.681Z] experimental info: [2023-05-03T04:03:41.681Z] ------------------- [2023-05-03T04:03:41.681Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T04:03:41.681Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T04:03:41.681Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T04:03:42.030Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-05-03T04:03:42.069Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-05-03T04:03:42.118Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T04:03:42.161Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T04:03:42.202Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T04:03:42.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T04:03:42.309Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T04:03:42.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T04:03:42.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T04:03:42.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T04:03:42.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T04:03:42.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-05-03T04:03:42.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T04:03:42.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T04:03:42.620Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T04:03:42.662Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T04:03:42.701Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T04:03:42.741Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T04:03:42.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T04:03:42.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T04:03:42.858Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-03T04:03:42.895Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-05-03T04:03:42.938Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T04:03:42.976Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T04:03:43.018Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T04:03:43.053Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T04:03:43.091Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T04:03:43.129Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-335 [Pipeline] echo [2023-05-03T04:03:43.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-335 [Pipeline] echo [2023-05-03T04:03:43.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-335 [Pipeline] echo [2023-05-03T04:03:43.248Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [Pipeline] echo [2023-05-03T04:03:43.295Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c27d79 [Pipeline] echo [2023-05-03T04:03:43.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:03:43.465Z] provisioning config files... [2023-05-03T04:03:43.499Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-335@tmp/config15928897445014054209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:03:43.833Z] ---> docker-login.sh [2023-05-03T04:03:43.833Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:03:43.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:03:44.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:03:44.094Z] Configure a credential helper to remove this warning. See [2023-05-03T04:03:44.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:03:44.094Z] [2023-05-03T04:03:44.094Z] Login Succeeded [2023-05-03T04:03:44.094Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:03:44.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:03:44.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:03:44.094Z] Configure a credential helper to remove this warning. See [2023-05-03T04:03:44.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:03:44.094Z] [2023-05-03T04:03:44.094Z] Login Succeeded [2023-05-03T04:03:44.094Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:03:44.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:03:44.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:03:44.353Z] Configure a credential helper to remove this warning. See [2023-05-03T04:03:44.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:03:44.353Z] [2023-05-03T04:03:44.353Z] Login Succeeded [2023-05-03T04:03:44.353Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:03:44.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:03:44.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:03:44.353Z] Configure a credential helper to remove this warning. See [2023-05-03T04:03:44.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:03:44.353Z] [2023-05-03T04:03:44.353Z] Login Succeeded [2023-05-03T04:03:44.353Z] docker.io [2023-05-03T04:03:44.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:03:44.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:03:44.613Z] Configure a credential helper to remove this warning. See [2023-05-03T04:03:44.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:03:44.613Z] [2023-05-03T04:03:44.613Z] Login Succeeded [2023-05-03T04:03:44.613Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:03:44.640Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T04:03:45.344Z] + git rev-list -1 --merges 4c27d799607d6db7ee5bcfde8ae9b761d69565c8~1..4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [Pipeline] echo [2023-05-03T04:03:45.407Z] -----------> git rev-list -1 --merges 4c27d799607d6db7ee5bcfde8ae9b761d69565c8~1..4c27d799607d6db7ee5bcfde8ae9b761d69565c8 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [false] [Pipeline] sh [2023-05-03T04:03:45.716Z] + git log --format=format:%s -1 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [Pipeline] echo [2023-05-03T04:03:45.751Z] ========================================================= [2023-05-03T04:03:45.751Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T04:03:45.751Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T04:03:46.173Z] + git log --format=format:%s -1 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [Pipeline] echo [2023-05-03T04:03:46.261Z] [semverPrep] GIT_COMMIT: 4c27d799607d6db7ee5bcfde8ae9b761d69565c8, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-05-03T04:03:46.289Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T04:03:46.714Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T04:03:46.714Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T04:03:46.714Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T04:03:46.714Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T04:03:46.714Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T04:03:46.714Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T04:03:46.714Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:03:47.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:03:47.137Z] [2023-05-03T04:03:47.137Z] 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-03T04:03:47.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:03:47.514Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T04:03:47.514Z] b85a868b505f: Pulling fs layer [2023-05-03T04:03:47.514Z] e2be974225ed: Pulling fs layer [2023-05-03T04:03:47.514Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T04:03:47.514Z] 988bab9f4d93: Pulling fs layer [2023-05-03T04:03:47.514Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T04:03:47.514Z] eaf3925da568: Pulling fs layer [2023-05-03T04:03:47.514Z] bab4dde63d76: Pulling fs layer [2023-05-03T04:03:47.514Z] bde34c3a00c8: Pulling fs layer [2023-05-03T04:03:47.514Z] b352a97aabf1: Pulling fs layer [2023-05-03T04:03:47.514Z] 4872d77fe225: Pulling fs layer [2023-05-03T04:03:47.514Z] 5851b861e8e6: Pulling fs layer [2023-05-03T04:03:47.514Z] 988bab9f4d93: Waiting [2023-05-03T04:03:47.514Z] 1469e6f7b9e6: Waiting [2023-05-03T04:03:47.514Z] eaf3925da568: Waiting [2023-05-03T04:03:47.514Z] bab4dde63d76: Waiting [2023-05-03T04:03:47.514Z] bde34c3a00c8: Waiting [2023-05-03T04:03:47.514Z] b352a97aabf1: Waiting [2023-05-03T04:03:47.514Z] 4872d77fe225: Waiting [2023-05-03T04:03:47.514Z] 5851b861e8e6: Waiting [2023-05-03T04:03:47.514Z] e2be974225ed: Download complete [2023-05-03T04:03:47.514Z] 988bab9f4d93: Verifying Checksum [2023-05-03T04:03:47.514Z] 988bab9f4d93: Download complete [2023-05-03T04:03:47.514Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T04:03:47.514Z] 1469e6f7b9e6: Download complete [2023-05-03T04:03:47.514Z] eaf3925da568: Download complete [2023-05-03T04:03:47.773Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T04:03:47.773Z] 339a4e72a1f5: Download complete [2023-05-03T04:03:47.773Z] bde34c3a00c8: Download complete [2023-05-03T04:03:47.773Z] b352a97aabf1: Verifying Checksum [2023-05-03T04:03:47.773Z] 4872d77fe225: Download complete [2023-05-03T04:03:47.773Z] 5851b861e8e6: Download complete [2023-05-03T04:03:47.773Z] b85a868b505f: Verifying Checksum [2023-05-03T04:03:47.773Z] b85a868b505f: Download complete [2023-05-03T04:03:48.030Z] bab4dde63d76: Download complete [2023-05-03T04:03:48.965Z] b85a868b505f: Pull complete [2023-05-03T04:03:48.965Z] e2be974225ed: Pull complete [2023-05-03T04:03:49.532Z] 339a4e72a1f5: Pull complete [2023-05-03T04:03:49.532Z] 988bab9f4d93: Pull complete [2023-05-03T04:03:49.792Z] 1469e6f7b9e6: Pull complete [2023-05-03T04:03:49.792Z] eaf3925da568: Pull complete [2023-05-03T04:03:51.242Z] bab4dde63d76: Pull complete [2023-05-03T04:03:51.502Z] bde34c3a00c8: Pull complete [2023-05-03T04:03:51.502Z] b352a97aabf1: Pull complete [2023-05-03T04:03:51.502Z] 4872d77fe225: Pull complete [2023-05-03T04:03:51.760Z] 5851b861e8e6: Pull complete [2023-05-03T04:03:51.760Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T04:03:51.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:03:51.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:03:51.977Z] prd-ubuntu20.04-docker-8c-8g-12536 does not seem to be running inside a container [2023-05-03T04:03:52.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-335 -v /w/workspace/undry_device-onvif-camera_PR-335:/w/workspace/undry_device-onvif-camera_PR-335:rw,z -v /w/workspace/undry_device-onvif-camera_PR-335@tmp:/w/workspace/undry_device-onvif-camera_PR-335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T04:03:54.095Z] $ docker top 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 -eo pid,comm [2023-05-03T04:03:54.145Z] 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-03T04:03:54.145Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T04:03:54.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T04:03:54.284Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T04:03:54.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T04:03:54.416Z] $ docker exec 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 ssh-agent [2023-05-03T04:03:54.510Z] SSH_AUTH_SOCK=/tmp/ssh-VLYk9w18yCB2/agent.32 [2023-05-03T04:03:54.510Z] SSH_AGENT_PID=38 [2023-05-03T04:03:54.516Z] Running ssh-add (command line suppressed) [2023-05-03T04:03:54.613Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-335@tmp/private_key_4680304774758830795.key (/w/workspace/undry_device-onvif-camera_PR-335@tmp/private_key_4680304774758830795.key) [2023-05-03T04:03:54.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T04:03:54.990Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T04:03:55.017Z] $ docker exec --env ******** --env ******** 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 ssh-agent -k [2023-05-03T04:03:55.101Z] unset SSH_AUTH_SOCK; [2023-05-03T04:03:55.102Z] unset SSH_AGENT_PID; [2023-05-03T04:03:55.102Z] echo Agent pid 38 killed; [2023-05-03T04:03:55.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T04:03:55.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T04:03:55.212Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T04:03:55.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T04:03:55.317Z] $ docker exec 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 ssh-agent [2023-05-03T04:03:55.427Z] SSH_AUTH_SOCK=/tmp/ssh-EUnu1LPlfKvv/agent.70 [2023-05-03T04:03:55.428Z] SSH_AGENT_PID=77 [2023-05-03T04:03:55.434Z] Running ssh-add (command line suppressed) [2023-05-03T04:03:55.541Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-335@tmp/private_key_17281716924917070836.key (/w/workspace/undry_device-onvif-camera_PR-335@tmp/private_key_17281716924917070836.key) [2023-05-03T04:03:55.574Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T04:03:55.906Z] + git semver init [2023-05-03T04:03:56.168Z] 2023-05-03 04:03:56,070 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T04:03:56.168Z] 2023-05-03 04:03:56,072 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-335/.semver [2023-05-03T04:03:56.168Z] 2023-05-03 04:03:56,073 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-335/.semver [2023-05-03T04:03:56.168Z] 2023-05-03 04:03:56,073 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-335/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-335, universal_newlines=False, shell=None, istream=None) [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,904 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-335/.git/info/exclude [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,905 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-335/.semver/PR-335 with force:False [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,905 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-335/.semver/PR-335 [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,909 [execute] INFO git cat-file --batch-check [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,909 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-335/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,915 [execute] INFO git cat-file --batch [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,915 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-335/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T04:03:57.112Z] 2023-05-03 04:03:56,920 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-335/.semver/PR-335 [2023-05-03T04:03:57.112Z] 0.0.0 [Pipeline] } [2023-05-03T04:03:57.141Z] $ docker exec --env ******** --env ******** 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 ssh-agent -k [2023-05-03T04:03:57.239Z] unset SSH_AUTH_SOCK; [2023-05-03T04:03:57.239Z] unset SSH_AGENT_PID; [2023-05-03T04:03:57.240Z] echo Agent pid 77 killed; [2023-05-03T04:03:57.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T04:03:57.686Z] + git semver [Pipeline] } [2023-05-03T04:03:57.973Z] $ docker stop --time=1 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 [2023-05-03T04:03:59.281Z] $ docker rm -f --volumes 164ff3dd6fd5591d9c40faffe13fcb8cf8935829c12fe7cc2f1b106ee18af673 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:03:59.680Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T04:03:59.961Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T04:03:59.981Z] [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-03T04:04:00.695Z] provisioning config files... [2023-05-03T04:04:00.705Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-335@tmp/config7967247513045401902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:04:01.062Z] ---> docker-login.sh [2023-05-03T04:04:01.062Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:04:01.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:01.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:01.062Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:01.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:01.062Z] [2023-05-03T04:04:01.062Z] Login Succeeded [2023-05-03T04:04:01.062Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:04:01.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:01.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:01.062Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:01.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:01.062Z] [2023-05-03T04:04:01.062Z] Login Succeeded [2023-05-03T04:04:01.062Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:04:01.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:01.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:01.322Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:01.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:01.322Z] [2023-05-03T04:04:01.322Z] Login Succeeded [2023-05-03T04:04:01.322Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:04:01.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:01.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:01.322Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:01.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:01.322Z] [2023-05-03T04:04:01.322Z] Login Succeeded [2023-05-03T04:04:01.322Z] docker.io [2023-05-03T04:04:01.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:01.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:01.582Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:01.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:01.582Z] [2023-05-03T04:04:01.582Z] Login Succeeded [2023-05-03T04:04:01.582Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:04:01.616Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T04:04:01.806Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:04:01.849Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:04:01.888Z] ========================================================= [2023-05-03T04:04:01.888Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T04:04:01.888Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:02.367Z] + 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-03T04:04:02.367Z] Sending build context to Docker daemon 21.43MB [2023-05-03T04:04:02.367Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:04:02.367Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T04:04:02.367Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T04:04:02.367Z] f56be85fc22e: Pulling fs layer [2023-05-03T04:04:02.367Z] 85791d961cd3: Pulling fs layer [2023-05-03T04:04:02.367Z] d694b5ae8c79: Pulling fs layer [2023-05-03T04:04:02.367Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T04:04:02.367Z] 4d19c01a9841: Pulling fs layer [2023-05-03T04:04:02.367Z] 9325e15d5711: Pulling fs layer [2023-05-03T04:04:02.367Z] 556b6ee489ea: Pulling fs layer [2023-05-03T04:04:02.367Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T04:04:02.367Z] 9325e15d5711: Waiting [2023-05-03T04:04:02.367Z] 556b6ee489ea: Waiting [2023-05-03T04:04:02.367Z] 9f32a84ed3da: Waiting [2023-05-03T04:04:02.367Z] c5a4b2cf53e6: Waiting [2023-05-03T04:04:02.367Z] 4d19c01a9841: Waiting [2023-05-03T04:04:02.625Z] 9f32a84ed3da: Verifying Checksum [2023-05-03T04:04:02.625Z] 9f32a84ed3da: Download complete [2023-05-03T04:04:02.625Z] 4d19c01a9841: Download complete [2023-05-03T04:04:02.625Z] f56be85fc22e: Verifying Checksum [2023-05-03T04:04:02.625Z] f56be85fc22e: Download complete [2023-05-03T04:04:02.625Z] 9325e15d5711: Verifying Checksum [2023-05-03T04:04:02.625Z] 9325e15d5711: Download complete [2023-05-03T04:04:02.884Z] f56be85fc22e: Pull complete [2023-05-03T04:04:02.884Z] 85791d961cd3: Pull complete [2023-05-03T04:04:02.884Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T04:04:02.884Z] c5a4b2cf53e6: Download complete [2023-05-03T04:04:03.143Z] d694b5ae8c79: Verifying Checksum [2023-05-03T04:04:03.143Z] d694b5ae8c79: Download complete [2023-05-03T04:04:03.401Z] 556b6ee489ea: Verifying Checksum [2023-05-03T04:04:03.401Z] 556b6ee489ea: Download complete [2023-05-03T04:04:06.300Z] d694b5ae8c79: Pull complete [2023-05-03T04:04:06.300Z] 9f32a84ed3da: Pull complete [2023-05-03T04:04:06.300Z] 4d19c01a9841: Pull complete [2023-05-03T04:04:06.562Z] 9325e15d5711: Pull complete [2023-05-03T04:04:09.092Z] 556b6ee489ea: Pull complete [2023-05-03T04:04:09.658Z] c5a4b2cf53e6: Pull complete [2023-05-03T04:04:09.658Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T04:04:09.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T04:04:09.658Z] ---> c4be618373d6 [2023-05-03T04:04:09.658Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:04:12.948Z] ---> Running in 7712d710eda2 [2023-05-03T04:04:12.948Z] Removing intermediate container 7712d710eda2 [2023-05-03T04:04:12.948Z] ---> 13891cd0e61d [2023-05-03T04:04:12.948Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:04:12.948Z] ---> Running in 774d67950e4d [2023-05-03T04:04:12.948Z] Removing intermediate container 774d67950e4d [2023-05-03T04:04:12.948Z] ---> 2fdaa320f105 [2023-05-03T04:04:12.948Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:04:12.948Z] ---> Running in 8141b477fffa [2023-05-03T04:04:12.948Z] Removing intermediate container 8141b477fffa [2023-05-03T04:04:12.948Z] ---> 0a9c82eaeedb [2023-05-03T04:04:12.948Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:04:12.948Z] ---> Running in 0b73eecd17ce [2023-05-03T04:04:12.948Z] Removing intermediate container 0b73eecd17ce [2023-05-03T04:04:12.948Z] ---> 30420ce4bd80 [2023-05-03T04:04:12.948Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:04:12.948Z] ---> Running in b8820c62f994 [2023-05-03T04:04:12.948Z] Removing intermediate container b8820c62f994 [2023-05-03T04:04:12.948Z] ---> bc1f9ce8a883 [2023-05-03T04:04:12.948Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:04:12.948Z] ---> Running in 6fc1c666ee8f [2023-05-03T04:04:13.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:04:13.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:04:13.464Z] OK: 265 MiB in 53 packages [2023-05-03T04:04:13.723Z] Removing intermediate container 6fc1c666ee8f [2023-05-03T04:04:13.723Z] ---> f0bb489f4170 [2023-05-03T04:04:13.723Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T04:04:13.723Z] ---> Running in 10868bb9699a [2023-05-03T04:04:13.981Z] Removing intermediate container 10868bb9699a [2023-05-03T04:04:13.981Z] ---> 5ff33c90dc2d [2023-05-03T04:04:13.981Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T04:04:13.981Z] ---> b378ff1013ab [2023-05-03T04:04:13.981Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:04:13.981Z] ---> Running in 888950f752fe [2023-05-03T04:04:15.501Z] Still waiting to schedule task [2023-05-03T04:04:15.502Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-03T04:04:35.914Z] Removing intermediate container 888950f752fe [2023-05-03T04:04:35.914Z] ---> 4147ddd1e550 [2023-05-03T04:04:35.914Z] Step 12/13 : COPY . . [2023-05-03T04:04:35.914Z] ---> cc57e3de3beb [2023-05-03T04:04:35.914Z] Step 13/13 : RUN ${MAKE} [2023-05-03T04:04:35.914Z] ---> Running in 1184243303e1 [2023-05-03T04:04:36.172Z] noop [2023-05-03T04:04:36.432Z] Removing intermediate container 1184243303e1 [2023-05-03T04:04:36.432Z] ---> 79ae3bdd8108 [2023-05-03T04:04:36.432Z] Successfully built 79ae3bdd8108 [2023-05-03T04:04:36.432Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:36.879Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T04:04:36.879Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:04:37.033Z] prd-ubuntu20.04-docker-8c-8g-12536 does not seem to be running inside a container [2023-05-03T04:04:37.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-335 -v /w/workspace/undry_device-onvif-camera_PR-335:/w/workspace/undry_device-onvif-camera_PR-335:rw,z -v /w/workspace/undry_device-onvif-camera_PR-335@tmp:/w/workspace/undry_device-onvif-camera_PR-335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T04:04:37.397Z] $ docker top 987ee180e337effc840b79039044727a0a42c7a13f4ce813b95a7bc414972234 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:04:37.789Z] + go version [2023-05-03T04:04:37.789Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T04:04:37.820Z] $ docker stop --time=1 987ee180e337effc840b79039044727a0a42c7a13f4ce813b95a7bc414972234 [2023-05-03T04:04:39.107Z] $ docker rm -f --volumes 987ee180e337effc840b79039044727a0a42c7a13f4ce813b95a7bc414972234 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:39.830Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T04:04:39.830Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:04:39.997Z] prd-ubuntu20.04-docker-8c-8g-12536 does not seem to be running inside a container [2023-05-03T04:04:40.033Z] $ 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-335 -v /w/workspace/undry_device-onvif-camera_PR-335:/w/workspace/undry_device-onvif-camera_PR-335:rw,z -v /w/workspace/undry_device-onvif-camera_PR-335@tmp:/w/workspace/undry_device-onvif-camera_PR-335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T04:04:40.353Z] $ docker top 86472417af1b8b3cd0bd6e55a6416057e2463e948b10a761018d9ee38e32a88e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:04:40.784Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-335 [Pipeline] fileExists [Pipeline] sh [2023-05-03T04:04:41.150Z] + make test [2023-05-03T04:04:41.150Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T04:04:46.420Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T04:04:56.448Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T04:04:56.448Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T04:04:57.035Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.033s coverage: 31.6% of statements [2023-05-03T04:05:01.306Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 5.656s coverage: 86.5% of statements [2023-05-03T04:05:06.588Z] go vet ./... [2023-05-03T04:05:09.889Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T04:05:09.889Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T04:05:09.889Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T04:05:10.175Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T04:05:10.206Z] $ docker stop --time=1 86472417af1b8b3cd0bd6e55a6416057e2463e948b10a761018d9ee38e32a88e [2023-05-03T04:05:12.651Z] $ docker rm -f --volumes 86472417af1b8b3cd0bd6e55a6416057e2463e948b10a761018d9ee38e32a88e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:05:13.193Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T04:05:13.274Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T04:05:13.959Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T04:05:14.270Z] + ls -al . [2023-05-03T04:05:14.270Z] total 232 [2023-05-03T04:05:14.270Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 04:04 . [2023-05-03T04:05:14.270Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:03 .. [2023-05-03T04:05:14.270Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:03 .git [2023-05-03T04:05:14.270Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:03 .github [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:03 .gitignore [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:03 .golangci.yml [2023-05-03T04:05:14.270Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:03 .semver [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:03 Attribution.txt [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:03 CHANGELOG.md [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:03 Dockerfile [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:03 GOVERNANCE.md [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:03 Jenkinsfile [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:03 LICENSE [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:03 Makefile [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:03 OWNERS.md [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:03 README.md [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:03 VERSION [2023-05-03T04:05:14.270Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:03 bin [2023-05-03T04:05:14.270Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:03 cmd [2023-05-03T04:05:14.270Z] -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:05 coverage.out [2023-05-03T04:05:14.270Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:03 doc [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:03 go.mod [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 32832 May 3 04:03 go.sum [2023-05-03T04:05:14.270Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:03 internal [2023-05-03T04:05:14.270Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:03 snap [2023-05-03T04:05:14.270Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:05:14.666Z] + 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=4c27d799607d6db7ee5bcfde8ae9b761d69565c8 --label arch=amd64 --label version=0.0.0 . [2023-05-03T04:05:14.667Z] Sending build context to Docker daemon 21.51MB [2023-05-03T04:05:14.667Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:05:14.667Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T04:05:14.667Z] ---> 79ae3bdd8108 [2023-05-03T04:05:14.667Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:05:14.928Z] ---> Running in 93ba6c9d9374 [2023-05-03T04:05:15.187Z] Removing intermediate container 93ba6c9d9374 [2023-05-03T04:05:15.187Z] ---> a806fb9714cd [2023-05-03T04:05:15.187Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:05:15.187Z] ---> Running in 7c4c3d191772 [2023-05-03T04:05:15.187Z] Removing intermediate container 7c4c3d191772 [2023-05-03T04:05:15.187Z] ---> 85438a9fb6ac [2023-05-03T04:05:15.187Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:05:15.187Z] ---> Running in cc1413da6e14 [2023-05-03T04:05:15.187Z] Removing intermediate container cc1413da6e14 [2023-05-03T04:05:15.187Z] ---> 4bafa77e7d25 [2023-05-03T04:05:15.187Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:05:15.187Z] ---> Running in 0d6613021209 [2023-05-03T04:05:15.448Z] Removing intermediate container 0d6613021209 [2023-05-03T04:05:15.448Z] ---> ba13e55dd71b [2023-05-03T04:05:15.448Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:05:15.448Z] ---> Running in ad4612b64e65 [2023-05-03T04:05:15.448Z] Removing intermediate container ad4612b64e65 [2023-05-03T04:05:15.448Z] ---> 6e870a917a97 [2023-05-03T04:05:15.449Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:05:15.449Z] ---> Running in 1b50ff9783db [2023-05-03T04:05:15.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:05:15.967Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:05:15.967Z] OK: 265 MiB in 53 packages [2023-05-03T04:05:16.226Z] Removing intermediate container 1b50ff9783db [2023-05-03T04:05:16.226Z] ---> 7e9a31664d7b [2023-05-03T04:05:16.226Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T04:05:16.226Z] ---> Running in 6013285264bf [2023-05-03T04:05:16.491Z] Removing intermediate container 6013285264bf [2023-05-03T04:05:16.491Z] ---> 595bd7ae2b9b [2023-05-03T04:05:16.491Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T04:05:16.491Z] ---> 5507d69aacf8 [2023-05-03T04:05:16.491Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:05:16.491Z] ---> Running in cc545620b543 [2023-05-03T04:05:17.429Z] Removing intermediate container cc545620b543 [2023-05-03T04:05:17.429Z] ---> 27d9be32ec8d [2023-05-03T04:05:17.429Z] Step 12/26 : COPY . . [2023-05-03T04:05:17.996Z] ---> 2f0044f7f2a1 [2023-05-03T04:05:17.996Z] Step 13/26 : RUN ${MAKE} [2023-05-03T04:05:17.996Z] ---> Running in ce2060fea969 [2023-05-03T04:05:17.996Z] 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-03T04:05:36.073Z] Removing intermediate container ce2060fea969 [2023-05-03T04:05:36.073Z] ---> 09ca6d36a777 [2023-05-03T04:05:36.073Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T04:05:36.073Z] 3.17: Pulling from library/alpine [2023-05-03T04:05:36.073Z] f56be85fc22e: Already exists [2023-05-03T04:05:36.073Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T04:05:36.073Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T04:05:36.073Z] ---> 9ed4aefc74f6 [2023-05-03T04:05:36.073Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T04:05:36.074Z] ---> Running in 84308a9cbaee [2023-05-03T04:05:36.074Z] Removing intermediate container 84308a9cbaee [2023-05-03T04:05:36.074Z] ---> 7bb2be3654a8 [2023-05-03T04:05:36.074Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T04:05:36.074Z] ---> Running in e567e4d1e319 [2023-05-03T04:05:36.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:05:36.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:05:36.331Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T04:05:36.331Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T04:05:36.331Z] OK: 7 MiB in 16 packages [2023-05-03T04:05:36.589Z] Removing intermediate container e567e4d1e319 [2023-05-03T04:05:36.589Z] ---> c89194e70058 [2023-05-03T04:05:36.589Z] Step 17/26 : WORKDIR / [2023-05-03T04:05:36.589Z] ---> Running in 3a446f7fb80c [2023-05-03T04:05:36.589Z] Removing intermediate container 3a446f7fb80c [2023-05-03T04:05:36.589Z] ---> d253a2dcf99a [2023-05-03T04:05:36.589Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T04:05:37.155Z] ---> 69ec081c060e [2023-05-03T04:05:37.155Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T04:05:37.413Z] ---> 4df86f8aaead [2023-05-03T04:05:37.413Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T04:05:37.413Z] ---> bc79a22e1200 [2023-05-03T04:05:37.413Z] Step 21/26 : EXPOSE 59984 [2023-05-03T04:05:37.413Z] ---> Running in 5c47ec456628 [2023-05-03T04:05:37.672Z] Removing intermediate container 5c47ec456628 [2023-05-03T04:05:37.672Z] ---> 9887ca393e79 [2023-05-03T04:05:37.672Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T04:05:37.672Z] ---> Running in 4f4df35cefe9 [2023-05-03T04:05:37.672Z] Removing intermediate container 4f4df35cefe9 [2023-05-03T04:05:37.672Z] ---> 57f65f7aedc4 [2023-05-03T04:05:37.672Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T04:05:37.672Z] ---> Running in cad7ac29a211 [2023-05-03T04:05:37.672Z] Removing intermediate container cad7ac29a211 [2023-05-03T04:05:37.672Z] ---> e650a4df9c4f [2023-05-03T04:05:37.672Z] Step 24/26 : LABEL arch=amd64 [2023-05-03T04:05:37.672Z] ---> Running in 65212b2cc456 [2023-05-03T04:05:37.930Z] Removing intermediate container 65212b2cc456 [2023-05-03T04:05:37.930Z] ---> 536939d3cff0 [2023-05-03T04:05:37.930Z] Step 25/26 : LABEL git_sha=4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [2023-05-03T04:05:37.930Z] ---> Running in bdf799625995 [2023-05-03T04:05:37.930Z] Removing intermediate container bdf799625995 [2023-05-03T04:05:37.930Z] ---> c32bb6928151 [2023-05-03T04:05:37.930Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T04:05:37.930Z] ---> Running in 20411a79e5d8 [2023-05-03T04:05:37.930Z] Removing intermediate container 20411a79e5d8 [2023-05-03T04:05:37.930Z] ---> d75662754272 [2023-05-03T04:05:37.930Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T04:05:37.930Z] Successfully built d75662754272 [2023-05-03T04:05:37.930Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:05:38.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:05:38.777Z] [2023-05-03T04:05:38.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:05:39.145Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:05:39.145Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T04:05:39.145Z] 5eb5b503b376: Pulling fs layer [2023-05-03T04:05:39.145Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T04:05:39.145Z] ec43610c2a17: Pulling fs layer [2023-05-03T04:05:39.145Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T04:05:39.145Z] 33b1e0a273af: Pulling fs layer [2023-05-03T04:05:39.145Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T04:05:39.145Z] 2f39f015ded8: Pulling fs layer [2023-05-03T04:05:39.145Z] 33b1e0a273af: Waiting [2023-05-03T04:05:39.145Z] 5d3b04190fa2: Waiting [2023-05-03T04:05:39.145Z] 2f39f015ded8: Waiting [2023-05-03T04:05:39.145Z] 3a2ae6a8a46f: Waiting [2023-05-03T04:05:39.145Z] 5c69ac0246d0: Download complete [2023-05-03T04:05:39.145Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-03T04:05:39.145Z] 3a2ae6a8a46f: Download complete [2023-05-03T04:05:39.145Z] ec43610c2a17: Verifying Checksum [2023-05-03T04:05:39.145Z] ec43610c2a17: Download complete [2023-05-03T04:05:39.145Z] 33b1e0a273af: Verifying Checksum [2023-05-03T04:05:39.145Z] 33b1e0a273af: Download complete [2023-05-03T04:05:39.145Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T04:05:39.145Z] 5d3b04190fa2: Download complete [2023-05-03T04:05:39.405Z] 5eb5b503b376: Verifying Checksum [2023-05-03T04:05:39.405Z] 5eb5b503b376: Download complete [2023-05-03T04:05:39.972Z] 2f39f015ded8: Download complete [2023-05-03T04:05:40.539Z] 5eb5b503b376: Pull complete [2023-05-03T04:05:40.539Z] 5c69ac0246d0: Pull complete [2023-05-03T04:05:41.107Z] ec43610c2a17: Pull complete [2023-05-03T04:05:41.107Z] 3a2ae6a8a46f: Pull complete [2023-05-03T04:05:41.107Z] 33b1e0a273af: Pull complete [2023-05-03T04:05:41.107Z] 5d3b04190fa2: Pull complete [2023-05-03T04:05:45.290Z] 2f39f015ded8: Pull complete [2023-05-03T04:05:45.290Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T04:05:45.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:05:45.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:05:45.489Z] prd-ubuntu20.04-docker-8c-8g-12536 does not seem to be running inside a container [2023-05-03T04:05:45.517Z] $ 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-335 -v /w/workspace/undry_device-onvif-camera_PR-335:/w/workspace/undry_device-onvif-camera_PR-335:rw,z -v /w/workspace/undry_device-onvif-camera_PR-335@tmp:/w/workspace/undry_device-onvif-camera_PR-335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T04:05:48.011Z] $ docker top 02fd6ceeaab666b4f8ece48a877ad4352b381f0acb2b1aa8602aa3c226c49f75 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:05:48.450Z] ---> job-cost.sh [2023-05-03T04:05:48.450Z] lf-activate-venv: SKIPPING [2023-05-03T04:05:48.450Z] INFO: No Stack... [2023-05-03T04:05:49.022Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T04:05:49.590Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T04:05:49.902Z] + cat /w/workspace/undry_device-onvif-camera_PR-335/archives/cost.csv [2023-05-03T04:05:49.902Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T04:05:49.944Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [2023-05-03T04:05:49.953Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] did not exist. Created. [2023-05-03T04:05:49.954Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T04:05:50.340Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T04:05:50.392Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T04:05:50.420Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T04:05:50.501Z] $ docker stop --time=1 02fd6ceeaab666b4f8ece48a877ad4352b381f0acb2b1aa8602aa3c226c49f75 [2023-05-03T04:05:51.643Z] $ docker rm -f --volumes 02fd6ceeaab666b4f8ece48a877ad4352b381f0acb2b1aa8602aa3c226c49f75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-03T04:06:28.001Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12540 in /w/workspace/undry_device-onvif-camera_PR-335 [Pipeline] { [Pipeline] ws [2023-05-03T04:06:28.055Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-03T04:06:28.135Z] The recommended git tool is: git [2023-05-03T04:06:34.919Z] using credential edgex-jenkins-ssh [2023-05-03T04:06:34.946Z] Cloning the remote Git repository [2023-05-03T04:06:35.003Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:06:35.118Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-05-03T04:06:35.298Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:06:35.299Z] > git --version # timeout=10 [2023-05-03T04:06:35.321Z] > git --version # 'git version 2.25.1' [2023-05-03T04:06:35.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:06:35.489Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T04:06:36.878Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T04:06:36.896Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T04:06:38.431Z] Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [2023-05-03T04:06:37.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T04:06:37.880Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:06:37.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:06:37.899Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/335/head:refs/remotes/origin/PR-335 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T04:06:38.452Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T04:06:38.540Z] > git checkout -f 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 # timeout=10 [2023-05-03T04:06:38.744Z] > git remote # timeout=10 [2023-05-03T04:06:38.769Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T04:06:38.854Z] Merge succeeded, producing 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [2023-05-03T04:06:38.855Z] Checking out Revision 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 (PR-335) [2023-05-03T04:06:39.584Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-05-03T04:06:39.634Z] > git --version # timeout=10 [2023-05-03T04:06:39.647Z] > git --version # 'git version 2.25.1' [2023-05-03T04:06:39.661Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2023-05-03T04:06:38.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:06:38.807Z] > git merge ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 [2023-05-03T04:06:38.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T04:06:38.863Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T04:06:38.879Z] > git checkout -f 4c27d799607d6db7ee5bcfde8ae9b761d69565c8 # timeout=10 [Pipeline] sh [2023-05-03T04:06:40.732Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T04:06:40.732Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T04:06:40.732Z] Dload Upload Total Spent Left Speed [2023-05-03T04:06:40.732Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 244k 0 --:--:-- --:--:-- --:--:-- 244k [Pipeline] sh [2023-05-03T04:06:41.351Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T04:06:41.693Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T04:06:41.693Z] + sudo tee /etc/docker/daemon.new [2023-05-03T04:06:41.693Z] { [2023-05-03T04:06:41.693Z] "registry-mirrors": [ [2023-05-03T04:06:41.693Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T04:06:41.693Z] ], [2023-05-03T04:06:41.693Z] "bip": "10.250.0.254/24", [2023-05-03T04:06:41.693Z] "hosts": [ [2023-05-03T04:06:41.693Z] "tcp://0.0.0.0:5555", [2023-05-03T04:06:41.693Z] "unix:///var/run/docker.sock" [2023-05-03T04:06:41.693Z] ], [2023-05-03T04:06:41.693Z] "mtu": 1458, [2023-05-03T04:06:41.693Z] "selinux-enabled": true, [2023-05-03T04:06:41.693Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T04:06:41.693Z] } [Pipeline] sh [2023-05-03T04:06:42.039Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T04:06:42.401Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:07:00.761Z] provisioning config files... [2023-05-03T04:07:00.793Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config11317232270223275331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:07:01.201Z] ---> docker-login.sh [2023-05-03T04:07:01.201Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:07:01.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:01.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:01.802Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:01.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:01.802Z] [2023-05-03T04:07:01.802Z] Login Succeeded [2023-05-03T04:07:01.802Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:07:02.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:02.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:02.343Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:02.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:02.343Z] [2023-05-03T04:07:02.343Z] Login Succeeded [2023-05-03T04:07:02.343Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:07:02.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:02.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:02.614Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:02.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:02.614Z] [2023-05-03T04:07:02.614Z] Login Succeeded [2023-05-03T04:07:02.614Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:07:02.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:02.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:02.888Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:02.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:02.888Z] [2023-05-03T04:07:02.888Z] Login Succeeded [2023-05-03T04:07:02.888Z] docker.io [2023-05-03T04:07:03.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:03.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:03.425Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:03.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:03.425Z] [2023-05-03T04:07:03.425Z] Login Succeeded [2023-05-03T04:07:03.425Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:07:03.458Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T04:07:03.847Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:07:03.884Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:07:03.922Z] ========================================================= [2023-05-03T04:07:03.923Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T04:07:03.923Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:07:04.428Z] + 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-03T04:07:05.016Z] Sending build context to Docker daemon 14.12MB [2023-05-03T04:07:05.016Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:07:05.016Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T04:07:05.016Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T04:07:05.016Z] c41833b44d91: Pulling fs layer [2023-05-03T04:07:05.016Z] ed15518f5707: Pulling fs layer [2023-05-03T04:07:05.016Z] feae8fd75edb: Pulling fs layer [2023-05-03T04:07:05.016Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T04:07:05.016Z] 3cdef696dda3: Pulling fs layer [2023-05-03T04:07:05.016Z] 2ced38df9373: Pulling fs layer [2023-05-03T04:07:05.016Z] 58f1dce35555: Pulling fs layer [2023-05-03T04:07:05.016Z] 3cdef696dda3: Waiting [2023-05-03T04:07:05.016Z] 242c74f7c9fa: Waiting [2023-05-03T04:07:05.016Z] 2ced38df9373: Waiting [2023-05-03T04:07:05.303Z] ed15518f5707: Verifying Checksum [2023-05-03T04:07:05.303Z] ed15518f5707: Download complete [2023-05-03T04:07:05.303Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T04:07:05.303Z] 242c74f7c9fa: Download complete [2023-05-03T04:07:05.303Z] 3cdef696dda3: Verifying Checksum [2023-05-03T04:07:05.303Z] 3cdef696dda3: Download complete [2023-05-03T04:07:05.303Z] c41833b44d91: Verifying Checksum [2023-05-03T04:07:05.303Z] c41833b44d91: Download complete [2023-05-03T04:07:06.291Z] c41833b44d91: Pull complete [2023-05-03T04:07:06.568Z] 58f1dce35555: Verifying Checksum [2023-05-03T04:07:06.568Z] 58f1dce35555: Download complete [2023-05-03T04:07:06.861Z] ed15518f5707: Pull complete [2023-05-03T04:07:07.833Z] feae8fd75edb: Download complete [2023-05-03T04:07:07.833Z] 2ced38df9373: Verifying Checksum [2023-05-03T04:07:07.833Z] 2ced38df9373: Download complete [2023-05-03T04:07:20.290Z] feae8fd75edb: Pull complete [2023-05-03T04:07:20.290Z] 242c74f7c9fa: Pull complete [2023-05-03T04:07:20.290Z] 3cdef696dda3: Pull complete [2023-05-03T04:07:28.543Z] 2ced38df9373: Pull complete [2023-05-03T04:07:29.977Z] 58f1dce35555: Pull complete [2023-05-03T04:07:29.977Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T04:07:29.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T04:07:29.977Z] ---> fadd8f120f05 [2023-05-03T04:07:29.977Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:07:32.592Z] ---> Running in adcdaa99e700 [2023-05-03T04:07:32.592Z] Removing intermediate container adcdaa99e700 [2023-05-03T04:07:32.592Z] ---> 96cf128d3359 [2023-05-03T04:07:32.592Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:07:32.592Z] ---> Running in 7ef4fdf697d2 [2023-05-03T04:07:32.862Z] Removing intermediate container 7ef4fdf697d2 [2023-05-03T04:07:32.862Z] ---> 6e6e7b47b848 [2023-05-03T04:07:32.862Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:07:32.862Z] ---> Running in a415afd9645e [2023-05-03T04:07:33.133Z] Removing intermediate container a415afd9645e [2023-05-03T04:07:33.133Z] ---> 073e1a31612e [2023-05-03T04:07:33.133Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:07:33.403Z] ---> Running in 7558ecdeb7d5 [2023-05-03T04:07:33.675Z] Removing intermediate container 7558ecdeb7d5 [2023-05-03T04:07:33.675Z] ---> bb6c3bfc46cc [2023-05-03T04:07:33.675Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:07:33.675Z] ---> Running in de85caedd154 [2023-05-03T04:07:33.945Z] Removing intermediate container de85caedd154 [2023-05-03T04:07:33.945Z] ---> 915366fba709 [2023-05-03T04:07:33.945Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:07:34.215Z] ---> Running in 8d51fa6e3da1 [2023-05-03T04:07:35.194Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:07:35.785Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:07:36.753Z] OK: 263 MiB in 53 packages [2023-05-03T04:07:37.715Z] Removing intermediate container 8d51fa6e3da1 [2023-05-03T04:07:37.715Z] ---> 27a4941f97d9 [2023-05-03T04:07:37.715Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T04:07:37.715Z] ---> Running in 4ee450b5558d [2023-05-03T04:07:37.986Z] Removing intermediate container 4ee450b5558d [2023-05-03T04:07:37.986Z] ---> c37b560739b0 [2023-05-03T04:07:37.986Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T04:07:39.951Z] ---> e8c36251c02e [2023-05-03T04:07:39.951Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:07:39.951Z] ---> Running in f0cb8d762b37 [2023-05-03T04:08:47.833Z] Removing intermediate container f0cb8d762b37 [2023-05-03T04:08:47.833Z] ---> 2ae104d0d88c [2023-05-03T04:08:47.833Z] Step 12/13 : COPY . . [2023-05-03T04:08:47.833Z] ---> 89633088f96e [2023-05-03T04:08:47.833Z] Step 13/13 : RUN ${MAKE} [2023-05-03T04:08:47.833Z] ---> Running in 89be8fa149ca [2023-05-03T04:08:47.833Z] noop [2023-05-03T04:08:47.833Z] Removing intermediate container 89be8fa149ca [2023-05-03T04:08:47.833Z] ---> 1a5bf9cbc5a9 [2023-05-03T04:08:47.833Z] Successfully built 1a5bf9cbc5a9 [2023-05-03T04:08:47.833Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:08:48.312Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T04:08:48.313Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:08:48.608Z] prd-ubuntu20.04-docker-arm64-4c-16g-12540 does not seem to be running inside a container [2023-05-03T04:08:48.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T04:08:49.875Z] $ docker top 8b114dcb1ba76c968c54911e338922fbb2140d4a7650e768c9bf6bb1bc36e361 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:08:50.775Z] + go version [2023-05-03T04:08:50.775Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T04:08:50.854Z] $ docker stop --time=1 8b114dcb1ba76c968c54911e338922fbb2140d4a7650e768c9bf6bb1bc36e361 [2023-05-03T04:08:52.521Z] $ docker rm -f --volumes 8b114dcb1ba76c968c54911e338922fbb2140d4a7650e768c9bf6bb1bc36e361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:08:53.468Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T04:08:53.468Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:08:53.750Z] prd-ubuntu20.04-docker-arm64-4c-16g-12540 does not seem to be running inside a container [2023-05-03T04:08:53.819Z] $ 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 ******** ci-base-image-arm64 cat [2023-05-03T04:08:54.998Z] $ docker top 608d85b9478fc49ee1707ae3275660907236f70041b11b366722c35dd1f025d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:08:55.556Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T04:08:56.210Z] + make test [2023-05-03T04:08:56.493Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T04:09:35.395Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T04:11:57.116Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T04:11:57.116Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T04:11:57.384Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.206s coverage: 31.6% of statements [2023-05-03T04:12:24.102Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.232s coverage: 86.5% of statements [2023-05-03T04:12:24.102Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T04:12:24.102Z] go vet ./... [2023-05-03T04:12:56.357Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T04:12:56.357Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T04:12:56.357Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T04:12:56.398Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T04:12:56.430Z] $ docker stop --time=1 608d85b9478fc49ee1707ae3275660907236f70041b11b366722c35dd1f025d4 [2023-05-03T04:12:58.331Z] $ docker rm -f --volumes 608d85b9478fc49ee1707ae3275660907236f70041b11b366722c35dd1f025d4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:12:59.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T04:12:59.808Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T04:13:00.432Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T04:13:01.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T04:13:01.389Z] + ls -al . [2023-05-03T04:13:01.389Z] total 228 [2023-05-03T04:13:01.389Z] drwxrwxr-x 9 jenkins jenkins 4096 May 3 04:08 . [2023-05-03T04:13:01.389Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:06 .. [2023-05-03T04:13:01.389Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:06 .git [2023-05-03T04:13:01.389Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:06 .github [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:06 .gitignore [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:06 .golangci.yml [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:06 Attribution.txt [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:06 CHANGELOG.md [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:06 Dockerfile [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:06 GOVERNANCE.md [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:06 Jenkinsfile [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:06 LICENSE [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:06 Makefile [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:06 OWNERS.md [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:06 README.md [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:03 VERSION [2023-05-03T04:13:01.389Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:06 bin [2023-05-03T04:13:01.389Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:06 cmd [2023-05-03T04:13:01.389Z] -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:12 coverage.out [2023-05-03T04:13:01.389Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:06 doc [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:06 go.mod [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 32832 May 3 04:06 go.sum [2023-05-03T04:13:01.389Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:06 internal [2023-05-03T04:13:01.389Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:06 snap [2023-05-03T04:13:01.389Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:13:01.826Z] + 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=4c27d799607d6db7ee5bcfde8ae9b761d69565c8 --label arch=arm64 --label version=0.0.0 . [2023-05-03T04:13:02.417Z] Sending build context to Docker daemon 14.2MB [2023-05-03T04:13:02.417Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:13:02.417Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T04:13:02.417Z] ---> 1a5bf9cbc5a9 [2023-05-03T04:13:02.417Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:13:02.688Z] ---> Running in 93525f6b457a [2023-05-03T04:13:02.959Z] Removing intermediate container 93525f6b457a [2023-05-03T04:13:02.959Z] ---> 9db49d58df92 [2023-05-03T04:13:02.959Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:13:02.959Z] ---> Running in 846d9e244506 [2023-05-03T04:13:03.229Z] Removing intermediate container 846d9e244506 [2023-05-03T04:13:03.229Z] ---> 1b75c84f5d45 [2023-05-03T04:13:03.229Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:13:03.502Z] ---> Running in d3f17cac4177 [2023-05-03T04:13:03.774Z] Removing intermediate container d3f17cac4177 [2023-05-03T04:13:03.774Z] ---> 1516fc3a011e [2023-05-03T04:13:03.774Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:13:03.774Z] ---> Running in 9baa4bbd1b1a [2023-05-03T04:13:04.362Z] Removing intermediate container 9baa4bbd1b1a [2023-05-03T04:13:04.362Z] ---> b860cf303233 [2023-05-03T04:13:04.362Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:13:04.362Z] ---> Running in f4a310613419 [2023-05-03T04:13:04.633Z] Removing intermediate container f4a310613419 [2023-05-03T04:13:04.633Z] ---> 7680b53daaca [2023-05-03T04:13:04.633Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:13:04.633Z] ---> Running in 703c1e695996 [2023-05-03T04:13:06.051Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:13:06.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:13:08.052Z] OK: 263 MiB in 53 packages [2023-05-03T04:13:08.640Z] Removing intermediate container 703c1e695996 [2023-05-03T04:13:08.640Z] ---> 18d1fa1e780d [2023-05-03T04:13:08.640Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T04:13:08.640Z] ---> Running in 7b04af35defa [2023-05-03T04:13:08.907Z] Removing intermediate container 7b04af35defa [2023-05-03T04:13:08.907Z] ---> 1acdbb40556f [2023-05-03T04:13:08.907Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T04:13:09.497Z] ---> fa17e9fdec86 [2023-05-03T04:13:09.497Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:13:09.497Z] ---> Running in 22108203dda5 [2023-05-03T04:13:12.878Z] Removing intermediate container 22108203dda5 [2023-05-03T04:13:12.878Z] ---> 87a52930061b [2023-05-03T04:13:12.878Z] Step 12/26 : COPY . . [2023-05-03T04:13:14.303Z] ---> 62e80fc227d7 [2023-05-03T04:13:14.303Z] Step 13/26 : RUN ${MAKE} [2023-05-03T04:13:14.303Z] ---> Running in b84e493eb7ee [2023-05-03T04:13:15.271Z] 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-03T04:15:37.179Z] Removing intermediate container b84e493eb7ee [2023-05-03T04:15:37.179Z] ---> 5bcbca5c5266 [2023-05-03T04:15:37.179Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T04:15:37.460Z] 3.17: Pulling from library/alpine [2023-05-03T04:15:37.460Z] c41833b44d91: Already exists [2023-05-03T04:15:37.738Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T04:15:37.738Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T04:15:37.738Z] ---> 51e60588ff2c [2023-05-03T04:15:37.738Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T04:15:37.738Z] ---> Running in 4b77be43b440 [2023-05-03T04:15:38.014Z] Removing intermediate container 4b77be43b440 [2023-05-03T04:15:38.014Z] ---> f572c398d5a1 [2023-05-03T04:15:38.014Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T04:15:38.283Z] ---> Running in cbd31bc10fcb [2023-05-03T04:15:39.271Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:15:39.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:15:41.486Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T04:15:41.486Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T04:15:41.486Z] OK: 8 MiB in 16 packages [2023-05-03T04:15:43.457Z] Removing intermediate container cbd31bc10fcb [2023-05-03T04:15:43.457Z] ---> e61c4e91ca79 [2023-05-03T04:15:43.457Z] Step 17/26 : WORKDIR / [2023-05-03T04:15:43.457Z] ---> Running in 2e895c4b88d5 [2023-05-03T04:15:43.457Z] Removing intermediate container 2e895c4b88d5 [2023-05-03T04:15:43.457Z] ---> a065e4fd3021 [2023-05-03T04:15:43.457Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T04:15:45.557Z] ---> 79ee484053bf [2023-05-03T04:15:45.557Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T04:15:45.557Z] ---> b866ad6c1ab4 [2023-05-03T04:15:45.557Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T04:15:46.140Z] ---> 37255847068e [2023-05-03T04:15:46.140Z] Step 21/26 : EXPOSE 59984 [2023-05-03T04:15:46.140Z] ---> Running in 78ace639d8b8 [2023-05-03T04:15:46.409Z] Removing intermediate container 78ace639d8b8 [2023-05-03T04:15:46.409Z] ---> cb9e66a0872c [2023-05-03T04:15:46.409Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T04:15:46.409Z] ---> Running in 352ade327a26 [2023-05-03T04:15:46.998Z] Removing intermediate container 352ade327a26 [2023-05-03T04:15:46.998Z] ---> ed4c67929541 [2023-05-03T04:15:46.998Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T04:15:46.998Z] ---> Running in a7f14a9a6541 [2023-05-03T04:15:47.267Z] Removing intermediate container a7f14a9a6541 [2023-05-03T04:15:47.267Z] ---> 375e457771da [2023-05-03T04:15:47.267Z] Step 24/26 : LABEL arch=arm64 [2023-05-03T04:15:47.267Z] ---> Running in 7b82d07a1e40 [2023-05-03T04:15:47.542Z] Removing intermediate container 7b82d07a1e40 [2023-05-03T04:15:47.542Z] ---> bbf6611f1929 [2023-05-03T04:15:47.542Z] Step 25/26 : LABEL git_sha=4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [2023-05-03T04:15:47.542Z] ---> Running in f814c2342b00 [2023-05-03T04:15:48.132Z] Removing intermediate container f814c2342b00 [2023-05-03T04:15:48.132Z] ---> 1dc230cbfef0 [2023-05-03T04:15:48.132Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T04:15:48.132Z] ---> Running in c37a38be654f [2023-05-03T04:15:48.398Z] Removing intermediate container c37a38be654f [2023-05-03T04:15:48.398Z] ---> 5266a2b24be5 [2023-05-03T04:15:48.398Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T04:15:48.398Z] Successfully built 5266a2b24be5 [2023-05-03T04:15:48.398Z] 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-03T04:15:49.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:15:49.243Z] [2023-05-03T04:15:49.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:15:49.649Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:15:49.916Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T04:15:49.916Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T04:15:49.916Z] 04944245beec: Pulling fs layer [2023-05-03T04:15:49.916Z] 699f458cf7ca: Pulling fs layer [2023-05-03T04:15:49.916Z] 765212b225bb: Pulling fs layer [2023-05-03T04:15:49.916Z] f23df028b6ca: Pulling fs layer [2023-05-03T04:15:49.916Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T04:15:49.916Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T04:15:49.916Z] f23df028b6ca: Waiting [2023-05-03T04:15:49.916Z] d65c8cfc05b1: Waiting [2023-05-03T04:15:49.916Z] 2437ff75d9bd: Waiting [2023-05-03T04:15:49.916Z] 765212b225bb: Waiting [2023-05-03T04:15:49.916Z] 04944245beec: Verifying Checksum [2023-05-03T04:15:49.916Z] 04944245beec: Download complete [2023-05-03T04:15:49.916Z] 765212b225bb: Verifying Checksum [2023-05-03T04:15:49.916Z] 765212b225bb: Download complete [2023-05-03T04:15:49.916Z] f23df028b6ca: Download complete [2023-05-03T04:15:49.916Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T04:15:49.916Z] d65c8cfc05b1: Download complete [2023-05-03T04:15:50.184Z] 699f458cf7ca: Verifying Checksum [2023-05-03T04:15:50.184Z] 699f458cf7ca: Download complete [2023-05-03T04:15:50.453Z] 8998bd30e6a1: Download complete [2023-05-03T04:15:53.042Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T04:15:53.042Z] 2437ff75d9bd: Download complete [2023-05-03T04:15:54.457Z] 8998bd30e6a1: Pull complete [2023-05-03T04:15:55.868Z] 04944245beec: Pull complete [2023-05-03T04:15:57.281Z] 699f458cf7ca: Pull complete [2023-05-03T04:15:57.281Z] 765212b225bb: Pull complete [2023-05-03T04:15:58.240Z] f23df028b6ca: Pull complete [2023-05-03T04:15:58.240Z] d65c8cfc05b1: Pull complete [2023-05-03T04:16:13.635Z] 2437ff75d9bd: Pull complete [2023-05-03T04:16:13.635Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T04:16:13.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:16:13.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:16:13.965Z] prd-ubuntu20.04-docker-arm64-4c-16g-12540 does not seem to be running inside a container [2023-05-03T04:16:14.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-03T04:16:16.707Z] $ docker top ecc491d955ebe5911332d6ec12436fd8eda8f08a452f01b03cb969641a0e1e23 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:17.290Z] ---> job-cost.sh [2023-05-03T04:16:17.558Z] lf-activate-venv: SKIPPING [2023-05-03T04:16:17.558Z] INFO: No Stack... [2023-05-03T04:16:18.140Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T04:16:18.729Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T04:16:19.396Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-05-03T04:16:19.396Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T04:16:19.485Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [2023-05-03T04:16:19.490Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] did not exist. Created. [2023-05-03T04:16:19.491Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T04:16:19.911Z] /w/workspace/device-onvif-camera/1@tmp/durable-8447b016/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T04:16:20.279Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T04:16:20.316Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T04:16:20.373Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T04:16:20.387Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-335-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T04:16:20.468Z] $ docker stop --time=1 ecc491d955ebe5911332d6ec12436fd8eda8f08a452f01b03cb969641a0e1e23 [2023-05-03T04:16:21.957Z] $ docker rm -f --volumes ecc491d955ebe5911332d6ec12436fd8eda8f08a452f01b03cb969641a0e1e23 [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-03T04:16:22.919Z] provisioning config files... [2023-05-03T04:16:22.930Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-335@tmp/config1593548217782895226tmp [Pipeline] { [Pipeline] sh [2023-05-03T04:16:23.264Z] + set +x [2023-05-03T04:16:23.264Z] + curl -s https://codecov.io/bash [2023-05-03T04:16:23.264Z] + bash -s -- [2023-05-03T04:16:23.264Z] [2023-05-03T04:16:23.264Z] _____ _ [2023-05-03T04:16:23.264Z] / ____| | | [2023-05-03T04:16:23.264Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T04:16:23.264Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T04:16:23.264Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T04:16:23.264Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T04:16:23.264Z] Bash-1.0.6 [2023-05-03T04:16:23.264Z] [2023-05-03T04:16:23.264Z] [2023-05-03T04:16:23.264Z] ==> git version 2.25.1 found [2023-05-03T04:16:23.264Z] ==> 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-03T04:16:23.264Z] Release-Date: 2020-01-08 [2023-05-03T04:16:23.264Z] 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-03T04:16:23.264Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T04:16:23.264Z] ==> Jenkins CI detected. [2023-05-03T04:16:23.264Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-335 [2023-05-03T04:16:23.264Z] project root: . [2023-05-03T04:16:23.264Z] --> token set from env [2023-05-03T04:16:23.264Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T04:16:23.264Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T04:16:23.264Z] ==> Python coveragepy not found [2023-05-03T04:16:23.264Z] ==> Searching for coverage reports in: [2023-05-03T04:16:23.264Z] + . [2023-05-03T04:16:23.530Z] -> Found 1 reports [2023-05-03T04:16:23.530Z] ==> Detecting git/mercurial file structure [2023-05-03T04:16:23.530Z] ==> Reading reports [2023-05-03T04:16:23.530Z] + ./coverage.out bytes=78922 [2023-05-03T04:16:23.530Z] ==> Appending adjustments [2023-05-03T04:16:23.530Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T04:16:23.530Z] + Found adjustments [2023-05-03T04:16:23.530Z] ==> Gzipping contents [2023-05-03T04:16:23.530Z] 12K /tmp/codecov.CeqvEt.gz [2023-05-03T04:16:23.530Z] ==> Uploading reports [2023-05-03T04:16:23.530Z] url: https://codecov.io [2023-05-03T04:16:23.530Z] query: branch=PR-335&commit=4c27d799607d6db7ee5bcfde8ae9b761d69565c8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-335%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=335&job=&cmd_args= [2023-05-03T04:16:23.530Z] -> Pinging Codecov [2023-05-03T04:16:23.530Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-335&commit=4c27d799607d6db7ee5bcfde8ae9b761d69565c8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-335%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=335&job=&cmd_args= [2023-05-03T04:16:23.789Z] -> Uploading to [2023-05-03T04:16:23.789Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/F29A59C45E3A92E06B3E522C9905F8EF/4c27d799607d6db7ee5bcfde8ae9b761d69565c8/77b8b950-b4ab-4638-ad63-5a57634f29b0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T041623Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ddeb2075b49afdd8f22d5ad5d7745fa3eaabf53d5533f6c31ddeb497c6f69660 [2023-05-03T04:16:23.789Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T04:16:23.789Z] Dload Upload Total Spent Left Speed [2023-05-03T04:16:24.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10501 0 0 100 10501 0 47301 --:--:-- --:--:-- --:--:-- 47301 [2023-05-03T04:16:24.049Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/4c27d799607d6db7ee5bcfde8ae9b761d69565c8 [Pipeline] } [2023-05-03T04:16:24.078Z] 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-03T04:16:25.858Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-335/archives ] [2023-05-03T04:16:25.858Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-335/archives [2023-05-03T04:16:25.858Z] total 16 [2023-05-03T04:16:25.858Z] drwxr-xr-x 3 root root 4096 May 3 04:05 . [2023-05-03T04:16:25.858Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:05 .. [2023-05-03T04:16:25.858Z] drwxr-xr-x 2 root root 4096 May 3 04:05 cost [2023-05-03T04:16:25.858Z] -rw-r--r-- 1 root root 91 May 3 04:05 cost.csv [2023-05-03T04:16:25.858Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-335/archives [2023-05-03T04:16:25.858Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-335/archives [2023-05-03T04:16:25.858Z] total 16 [2023-05-03T04:16:25.858Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:05 . [2023-05-03T04:16:25.858Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:05 .. [2023-05-03T04:16:25.858Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 04:05 cost [2023-05-03T04:16:25.858Z] -rw-r--r-- 1 jenkins jenkins 91 May 3 04:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:26.189Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:27.076Z] ---> package-listing.sh [2023-05-03T04:16:27.076Z] ++ facter osfamily [2023-05-03T04:16:27.076Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T04:16:27.337Z] + OS_FAMILY=debian [2023-05-03T04:16:27.337Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-335 [2023-05-03T04:16:27.337Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T04:16:27.337Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T04:16:27.337Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T04:16:27.337Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T04:16:27.337Z] + '[' /w/workspace/undry_device-onvif-camera_PR-335 ']' [2023-05-03T04:16:27.337Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T04:16:27.337Z] + case "${OS_FAMILY}" in [2023-05-03T04:16:27.337Z] + dpkg -l [2023-05-03T04:16:27.337Z] + grep '^ii' [2023-05-03T04:16:27.337Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T04:16:27.337Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T04:16:27.337Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T04:16:27.337Z] + '[' /w/workspace/undry_device-onvif-camera_PR-335 ']' [2023-05-03T04:16:27.337Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-335/archives/ [2023-05-03T04:16:27.337Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-335/archives/ [Pipeline] echo [2023-05-03T04:16:27.374Z] 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-335/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-03T04:16:27.669Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:16:28.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:16:28.290Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:16:28.435Z] prd-ubuntu20.04-docker-8c-8g-12536 does not seem to be running inside a container [2023-05-03T04:16:28.462Z] $ 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-335/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-335 -v /w/workspace/undry_device-onvif-camera_PR-335:/w/workspace/undry_device-onvif-camera_PR-335:rw,z -v /w/workspace/undry_device-onvif-camera_PR-335@tmp:/w/workspace/undry_device-onvif-camera_PR-335@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T04:16:28.672Z] $ docker top 22dd770bfe355896649604ec9d6b57c3621152d50c18e06212f7e133cb445cbe -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:16:29.057Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T04:16:29.362Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T04:16:29.670Z] + ls /var/log/sa-host [2023-05-03T04:16:29.670Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:16:29.816Z] provisioning config files... [2023-05-03T04:16:29.823Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-335@tmp/config17987909182134911374tmp [Pipeline] { [Pipeline] echo [2023-05-03T04:16:29.876Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:30.198Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T04:16:30.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:30.628Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T04:16:30.667Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:30.982Z] ---> sudo-logs.sh [2023-05-03T04:16:30.982Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T04:16:31.071Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:31.381Z] ---> job-cost.sh [2023-05-03T04:16:31.381Z] lf-activate-venv: SKIPPING [2023-05-03T04:16:31.381Z] DEBUG: total: 0.2199999988079071 [2023-05-03T04:16:31.381Z] INFO: Retrieving Stack Cost... [2023-05-03T04:16:31.640Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T04:16:32.208Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T04:16:32.240Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:16:32.563Z] ---> logs-deploy.sh [2023-05-03T04:16:32.563Z] lf-activate-venv: SKIPPING [2023-05-03T04:16:32.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-335/1 [2023-05-03T04:16:32.563Z] INFO: archiving workspace using pattern(s): [2023-05-03T04:16:33.509Z] Archives upload complete. [2023-05-03T04:16:33.509Z] INFO: archiving logs to Nexus