Pull request #337 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e48f9e63717a9a7f77816e4592b640e18953804+a5100156d942d3e2ec7c51a96dce7156478cbb52 (e51fb34611868e369324bd6dbac6e4f7cec2225a) 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-ssh8771125108612000640.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-ssh5103046660803301754.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-337/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-337/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1014629918946400772.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-337/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16431713841944842139.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-ssh12906279683759193675.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-337/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-337/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17865425879713735291.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-12645’ Running on prd-ubuntu20.04-docker-8c-8g-12646 in /w/workspace/undry_device-onvif-camera_PR-337 [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-337 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a5100156d942d3e2ec7c51a96dce7156478cbb52 into PR head commit 9e48f9e63717a9a7f77816e4592b640e18953804 Merge succeeded, producing 9e48f9e63717a9a7f77816e4592b640e18953804 Checking out Revision 9e48f9e63717a9a7f77816e4592b640e18953804 (PR-337) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > 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/337/head:refs/remotes/origin/PR-337 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e48f9e63717a9a7f77816e4592b640e18953804 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a5100156d942d3e2ec7c51a96dce7156478cbb52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e48f9e63717a9a7f77816e4592b640e18953804 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T23:41:32.296Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T23:41:32.463Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T23:41:32.563Z] ========================================================= [2023-05-03T23:41:32.563Z] EdgeX Global Pipelines Version Info [2023-05-03T23:41:32.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:41:33.309Z] ------------------- [2023-05-03T23:41:33.309Z] stable info: [2023-05-03T23:41:33.309Z] ------------------- [2023-05-03T23:41:33.309Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T23:41:33.309Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T23:41:33.309Z] Message: update stable to v1.0.248 [2023-05-03T23:41:33.880Z] ------------------- [2023-05-03T23:41:33.880Z] experimental info: [2023-05-03T23:41:33.880Z] ------------------- [2023-05-03T23:41:33.880Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T23:41:33.880Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T23:41:33.880Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T23:41:34.175Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-05-03T23:41:34.216Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-05-03T23:41:34.258Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T23:41:34.296Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T23:41:34.332Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T23:41:34.374Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T23:41:34.413Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T23:41:34.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T23:41:34.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T23:41:34.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T23:41:34.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T23:41:34.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-05-03T23:41:34.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T23:41:34.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T23:41:34.738Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T23:41:34.779Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T23:41:34.815Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T23:41:34.858Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T23:41:34.903Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T23:41:34.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T23:41:34.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-03T23:41:35.026Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-05-03T23:41:35.069Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T23:41:35.111Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T23:41:35.151Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T23:41:35.194Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T23:41:35.235Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T23:41:35.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-337 [Pipeline] echo [2023-05-03T23:41:35.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-337 [Pipeline] echo [2023-05-03T23:41:35.363Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-337 [Pipeline] echo [2023-05-03T23:41:35.405Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e48f9e63717a9a7f77816e4592b640e18953804 [Pipeline] echo [2023-05-03T23:41:35.456Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e48f9e [Pipeline] echo [2023-05-03T23:41:35.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T23:41:35.625Z] provisioning config files... [2023-05-03T23:41:35.641Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-337@tmp/config14309828124857858892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:41:36.015Z] ---> docker-login.sh [2023-05-03T23:41:36.015Z] nexus3.edgexfoundry.org:10001 [2023-05-03T23:41:36.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:36.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:36.275Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:36.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:36.275Z] [2023-05-03T23:41:36.275Z] Login Succeeded [2023-05-03T23:41:36.275Z] nexus3.edgexfoundry.org:10002 [2023-05-03T23:41:36.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:36.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:36.276Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:36.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:36.276Z] [2023-05-03T23:41:36.276Z] Login Succeeded [2023-05-03T23:41:36.276Z] nexus3.edgexfoundry.org:10003 [2023-05-03T23:41:36.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:36.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:36.536Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:36.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:36.536Z] [2023-05-03T23:41:36.536Z] Login Succeeded [2023-05-03T23:41:36.536Z] nexus3.edgexfoundry.org:10004 [2023-05-03T23:41:36.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:36.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:36.536Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:36.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:36.536Z] [2023-05-03T23:41:36.536Z] Login Succeeded [2023-05-03T23:41:36.536Z] docker.io [2023-05-03T23:41:36.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:36.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:36.797Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:36.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:36.797Z] [2023-05-03T23:41:36.797Z] Login Succeeded [2023-05-03T23:41:37.058Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T23:41:37.091Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T23:41:37.727Z] + git rev-list -1 --merges 9e48f9e63717a9a7f77816e4592b640e18953804~1..9e48f9e63717a9a7f77816e4592b640e18953804 [Pipeline] echo [2023-05-03T23:41:37.798Z] -----------> git rev-list -1 --merges 9e48f9e63717a9a7f77816e4592b640e18953804~1..9e48f9e63717a9a7f77816e4592b640e18953804 9e48f9e63717a9a7f77816e4592b640e18953804 [false] [Pipeline] sh [2023-05-03T23:41:38.110Z] + git log --format=format:%s -1 9e48f9e63717a9a7f77816e4592b640e18953804 [Pipeline] echo [2023-05-03T23:41:38.147Z] ========================================================= [2023-05-03T23:41:38.147Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T23:41:38.147Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T23:41:38.597Z] + git log --format=format:%s -1 9e48f9e63717a9a7f77816e4592b640e18953804 [Pipeline] echo [2023-05-03T23:41:38.630Z] [semverPrep] GIT_COMMIT: 9e48f9e63717a9a7f77816e4592b640e18953804, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo [2023-05-03T23:41:38.661Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T23:41:39.033Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T23:41:39.033Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T23:41:39.033Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T23:41:39.033Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T23:41:39.033Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T23:41:39.033Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T23:41:39.033Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:41:39.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T23:41:39.472Z] [2023-05-03T23:41:39.472Z] 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-03T23:41:39.853Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T23:41:39.853Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T23:41:39.853Z] b85a868b505f: Pulling fs layer [2023-05-03T23:41:39.853Z] e2be974225ed: Pulling fs layer [2023-05-03T23:41:39.853Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T23:41:39.853Z] 988bab9f4d93: Pulling fs layer [2023-05-03T23:41:39.853Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T23:41:39.853Z] eaf3925da568: Pulling fs layer [2023-05-03T23:41:39.853Z] bab4dde63d76: Pulling fs layer [2023-05-03T23:41:39.853Z] bde34c3a00c8: Pulling fs layer [2023-05-03T23:41:39.853Z] b352a97aabf1: Pulling fs layer [2023-05-03T23:41:39.853Z] 4872d77fe225: Pulling fs layer [2023-05-03T23:41:39.853Z] 5851b861e8e6: Pulling fs layer [2023-05-03T23:41:39.853Z] 1469e6f7b9e6: Waiting [2023-05-03T23:41:39.853Z] 988bab9f4d93: Waiting [2023-05-03T23:41:39.853Z] bab4dde63d76: Waiting [2023-05-03T23:41:39.853Z] 5851b861e8e6: Waiting [2023-05-03T23:41:39.853Z] bde34c3a00c8: Waiting [2023-05-03T23:41:39.853Z] b352a97aabf1: Waiting [2023-05-03T23:41:39.853Z] eaf3925da568: Waiting [2023-05-03T23:41:39.853Z] 4872d77fe225: Waiting [2023-05-03T23:41:39.853Z] e2be974225ed: Verifying Checksum [2023-05-03T23:41:39.853Z] e2be974225ed: Download complete [2023-05-03T23:41:39.853Z] 988bab9f4d93: Verifying Checksum [2023-05-03T23:41:39.853Z] 988bab9f4d93: Download complete [2023-05-03T23:41:39.853Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T23:41:39.853Z] 1469e6f7b9e6: Download complete [2023-05-03T23:41:39.853Z] eaf3925da568: Verifying Checksum [2023-05-03T23:41:39.853Z] eaf3925da568: Download complete [2023-05-03T23:41:39.853Z] 339a4e72a1f5: Verifying Checksum [2023-05-03T23:41:39.853Z] 339a4e72a1f5: Download complete [2023-05-03T23:41:40.115Z] bde34c3a00c8: Verifying Checksum [2023-05-03T23:41:40.115Z] bde34c3a00c8: Download complete [2023-05-03T23:41:40.115Z] b352a97aabf1: Download complete [2023-05-03T23:41:40.115Z] 4872d77fe225: Verifying Checksum [2023-05-03T23:41:40.115Z] 4872d77fe225: Download complete [2023-05-03T23:41:40.115Z] 5851b861e8e6: Verifying Checksum [2023-05-03T23:41:40.115Z] 5851b861e8e6: Download complete [2023-05-03T23:41:40.115Z] b85a868b505f: Verifying Checksum [2023-05-03T23:41:40.115Z] b85a868b505f: Download complete [2023-05-03T23:41:40.372Z] bab4dde63d76: Verifying Checksum [2023-05-03T23:41:40.372Z] bab4dde63d76: Download complete [2023-05-03T23:41:41.309Z] b85a868b505f: Pull complete [2023-05-03T23:41:41.569Z] e2be974225ed: Pull complete [2023-05-03T23:41:41.832Z] 339a4e72a1f5: Pull complete [2023-05-03T23:41:42.091Z] 988bab9f4d93: Pull complete [2023-05-03T23:41:42.349Z] 1469e6f7b9e6: Pull complete [2023-05-03T23:41:42.349Z] eaf3925da568: Pull complete [2023-05-03T23:41:44.257Z] bab4dde63d76: Pull complete [2023-05-03T23:41:44.257Z] bde34c3a00c8: Pull complete [2023-05-03T23:41:44.257Z] b352a97aabf1: Pull complete [2023-05-03T23:41:44.517Z] 4872d77fe225: Pull complete [2023-05-03T23:41:44.517Z] 5851b861e8e6: Pull complete [2023-05-03T23:41:44.517Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T23:41:44.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T23:41:44.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:41:44.736Z] prd-ubuntu20.04-docker-8c-8g-12646 does not seem to be running inside a container [2023-05-03T23:41:44.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-337 -v /w/workspace/undry_device-onvif-camera_PR-337:/w/workspace/undry_device-onvif-camera_PR-337:rw,z -v /w/workspace/undry_device-onvif-camera_PR-337@tmp:/w/workspace/undry_device-onvif-camera_PR-337@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-03T23:41:50.575Z] $ docker top dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 -eo pid,comm [2023-05-03T23:41:50.630Z] 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-03T23:41:50.630Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T23:41:50.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T23:41:50.749Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T23:41:50.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T23:41:50.868Z] $ docker exec dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 ssh-agent [2023-05-03T23:41:50.973Z] SSH_AUTH_SOCK=/tmp/ssh-eOmZ1wYVKYiK/agent.32 [2023-05-03T23:41:50.973Z] SSH_AGENT_PID=38 [2023-05-03T23:41:50.979Z] Running ssh-add (command line suppressed) [2023-05-03T23:41:51.085Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-337@tmp/private_key_6197162573526236712.key (/w/workspace/undry_device-onvif-camera_PR-337@tmp/private_key_6197162573526236712.key) [2023-05-03T23:41:51.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T23:41:51.426Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T23:41:51.456Z] $ docker exec --env ******** --env ******** dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 ssh-agent -k [2023-05-03T23:41:51.551Z] unset SSH_AUTH_SOCK; [2023-05-03T23:41:51.551Z] unset SSH_AGENT_PID; [2023-05-03T23:41:51.552Z] echo Agent pid 38 killed; [2023-05-03T23:41:51.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T23:41:51.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T23:41:51.647Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T23:41:51.757Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T23:41:51.763Z] $ docker exec dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 ssh-agent [2023-05-03T23:41:51.866Z] SSH_AUTH_SOCK=/tmp/ssh-NMWsKluiWwED/agent.70 [2023-05-03T23:41:51.866Z] SSH_AGENT_PID=76 [2023-05-03T23:41:51.871Z] Running ssh-add (command line suppressed) [2023-05-03T23:41:51.972Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-337@tmp/private_key_5882640211842489830.key (/w/workspace/undry_device-onvif-camera_PR-337@tmp/private_key_5882640211842489830.key) [2023-05-03T23:41:51.984Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T23:41:52.314Z] + git semver init [2023-05-03T23:41:52.574Z] 2023-05-03 23:41:52,505 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T23:41:52.574Z] 2023-05-03 23:41:52,506 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-337/.semver [2023-05-03T23:41:52.574Z] 2023-05-03 23:41:52,507 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-337/.semver [2023-05-03T23:41:52.574Z] 2023-05-03 23:41:52,507 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-337/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-337, universal_newlines=False, shell=None, istream=None) [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,528 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-337/.git/info/exclude [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,528 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-337/.semver/PR-337 with force:False [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,528 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-337/.semver/PR-337 [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,533 [execute] INFO git cat-file --batch-check [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,533 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-337/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,539 [execute] INFO git cat-file --batch [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,540 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-337/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T23:41:53.954Z] 2023-05-03 23:41:53,545 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-337/.semver/PR-337 [2023-05-03T23:41:53.954Z] 0.0.0 [Pipeline] } [2023-05-03T23:41:53.986Z] $ docker exec --env ******** --env ******** dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 ssh-agent -k [2023-05-03T23:41:54.086Z] unset SSH_AUTH_SOCK; [2023-05-03T23:41:54.087Z] unset SSH_AGENT_PID; [2023-05-03T23:41:54.087Z] echo Agent pid 76 killed; [2023-05-03T23:41:54.093Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T23:41:54.511Z] + git semver [Pipeline] } [2023-05-03T23:41:54.798Z] $ docker stop --time=1 dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 [2023-05-03T23:41:56.127Z] $ docker rm -f --volumes dcce1f314d4addbb976d27086c0d37456d0b2116cfbed6790b93f8ff86ae4e45 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T23:41:56.518Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T23:41:56.792Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T23:41:56.813Z] [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-03T23:41:57.384Z] provisioning config files... [2023-05-03T23:41:57.394Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-337@tmp/config810243895086981305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:41:57.743Z] ---> docker-login.sh [2023-05-03T23:41:57.743Z] nexus3.edgexfoundry.org:10001 [2023-05-03T23:41:57.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:57.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:57.743Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:57.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:57.743Z] [2023-05-03T23:41:57.743Z] Login Succeeded [2023-05-03T23:41:57.743Z] nexus3.edgexfoundry.org:10002 [2023-05-03T23:41:57.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:57.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:57.743Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:57.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:57.743Z] [2023-05-03T23:41:57.743Z] Login Succeeded [2023-05-03T23:41:57.743Z] nexus3.edgexfoundry.org:10003 [2023-05-03T23:41:58.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:58.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:58.003Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:58.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:58.003Z] [2023-05-03T23:41:58.003Z] Login Succeeded [2023-05-03T23:41:58.003Z] nexus3.edgexfoundry.org:10004 [2023-05-03T23:41:58.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:58.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:58.003Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:58.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:58.003Z] [2023-05-03T23:41:58.003Z] Login Succeeded [2023-05-03T23:41:58.003Z] docker.io [2023-05-03T23:41:58.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:41:58.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:41:58.262Z] Configure a credential helper to remove this warning. See [2023-05-03T23:41:58.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:41:58.262Z] [2023-05-03T23:41:58.262Z] Login Succeeded [2023-05-03T23:41:58.262Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T23:41:58.290Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T23:41:58.498Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T23:41:58.538Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T23:41:58.571Z] ========================================================= [2023-05-03T23:41:58.571Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T23:41:58.571Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:41:59.051Z] + 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-03T23:41:59.051Z] Sending build context to Docker daemon 21.52MB [2023-05-03T23:41:59.051Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T23:41:59.051Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T23:41:59.316Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T23:41:59.316Z] f56be85fc22e: Pulling fs layer [2023-05-03T23:41:59.316Z] 85791d961cd3: Pulling fs layer [2023-05-03T23:41:59.316Z] d694b5ae8c79: Pulling fs layer [2023-05-03T23:41:59.316Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T23:41:59.316Z] 4d19c01a9841: Pulling fs layer [2023-05-03T23:41:59.316Z] 9325e15d5711: Pulling fs layer [2023-05-03T23:41:59.316Z] 556b6ee489ea: Pulling fs layer [2023-05-03T23:41:59.316Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T23:41:59.316Z] 9f32a84ed3da: Waiting [2023-05-03T23:41:59.316Z] 4d19c01a9841: Waiting [2023-05-03T23:41:59.316Z] 9325e15d5711: Waiting [2023-05-03T23:41:59.316Z] 556b6ee489ea: Waiting [2023-05-03T23:41:59.316Z] c5a4b2cf53e6: Waiting [2023-05-03T23:41:59.316Z] 85791d961cd3: Verifying Checksum [2023-05-03T23:41:59.316Z] 85791d961cd3: Download complete [2023-05-03T23:41:59.316Z] 9f32a84ed3da: Verifying Checksum [2023-05-03T23:41:59.316Z] 9f32a84ed3da: Download complete [2023-05-03T23:41:59.316Z] 4d19c01a9841: Verifying Checksum [2023-05-03T23:41:59.316Z] 4d19c01a9841: Download complete [2023-05-03T23:41:59.316Z] f56be85fc22e: Verifying Checksum [2023-05-03T23:41:59.316Z] f56be85fc22e: Download complete [2023-05-03T23:41:59.316Z] 9325e15d5711: Verifying Checksum [2023-05-03T23:41:59.316Z] 9325e15d5711: Download complete [2023-05-03T23:41:59.576Z] f56be85fc22e: Pull complete [2023-05-03T23:41:59.576Z] 85791d961cd3: Pull complete [2023-05-03T23:41:59.838Z] c5a4b2cf53e6: Verifying Checksum [2023-05-03T23:41:59.838Z] c5a4b2cf53e6: Download complete [2023-05-03T23:42:00.099Z] d694b5ae8c79: Verifying Checksum [2023-05-03T23:42:00.099Z] d694b5ae8c79: Download complete [2023-05-03T23:42:00.099Z] 556b6ee489ea: Verifying Checksum [2023-05-03T23:42:00.099Z] 556b6ee489ea: Download complete [2023-05-03T23:42:03.390Z] d694b5ae8c79: Pull complete [2023-05-03T23:42:03.390Z] 9f32a84ed3da: Pull complete [2023-05-03T23:42:03.390Z] 4d19c01a9841: Pull complete [2023-05-03T23:42:03.390Z] 9325e15d5711: Pull complete [2023-05-03T23:42:05.923Z] 556b6ee489ea: Pull complete [2023-05-03T23:42:06.858Z] c5a4b2cf53e6: Pull complete [2023-05-03T23:42:06.858Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T23:42:06.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T23:42:06.858Z] ---> c4be618373d6 [2023-05-03T23:42:06.858Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T23:42:12.213Z] Still waiting to schedule task [2023-05-03T23:42:12.213Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-12647’ is offline [2023-05-03T23:42:14.997Z] ---> Running in 086a7c42dcc2 [2023-05-03T23:42:14.997Z] Removing intermediate container 086a7c42dcc2 [2023-05-03T23:42:14.997Z] ---> 995e482a3784 [2023-05-03T23:42:14.997Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T23:42:14.998Z] ---> Running in 4f5593ccd919 [2023-05-03T23:42:14.998Z] Removing intermediate container 4f5593ccd919 [2023-05-03T23:42:14.998Z] ---> cf2b76e9bc6d [2023-05-03T23:42:14.998Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T23:42:14.998Z] ---> Running in 871b2e8db318 [2023-05-03T23:42:15.258Z] Removing intermediate container 871b2e8db318 [2023-05-03T23:42:15.258Z] ---> a22f421f6498 [2023-05-03T23:42:15.258Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T23:42:15.258Z] ---> Running in bf9707f60cf2 [2023-05-03T23:42:15.258Z] Removing intermediate container bf9707f60cf2 [2023-05-03T23:42:15.258Z] ---> 494e1ca9d637 [2023-05-03T23:42:15.258Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T23:42:15.258Z] ---> Running in a11b7cf628de [2023-05-03T23:42:15.258Z] Removing intermediate container a11b7cf628de [2023-05-03T23:42:15.258Z] ---> 8cd5c5381364 [2023-05-03T23:42:15.258Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T23:42:15.518Z] ---> Running in 3dcf7c0c7dae [2023-05-03T23:42:15.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T23:42:15.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T23:42:16.039Z] OK: 265 MiB in 53 packages [2023-05-03T23:42:16.297Z] Removing intermediate container 3dcf7c0c7dae [2023-05-03T23:42:16.297Z] ---> 5f0cb8272691 [2023-05-03T23:42:16.297Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T23:42:16.297Z] ---> Running in e13dfcdf7f93 [2023-05-03T23:42:16.297Z] Removing intermediate container e13dfcdf7f93 [2023-05-03T23:42:16.297Z] ---> bc42b2769cc8 [2023-05-03T23:42:16.297Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T23:42:16.557Z] ---> 985e18e6b575 [2023-05-03T23:42:16.557Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T23:42:16.557Z] ---> Running in f92e6d50d867 [2023-05-03T23:42:55.634Z] Removing intermediate container f92e6d50d867 [2023-05-03T23:42:55.634Z] ---> e2c809873ce8 [2023-05-03T23:42:55.634Z] Step 12/13 : COPY . . [2023-05-03T23:42:55.634Z] ---> a49b6c3eb0bc [2023-05-03T23:42:55.634Z] Step 13/13 : RUN ${MAKE} [2023-05-03T23:42:55.634Z] ---> Running in 2a606c280aaf [2023-05-03T23:42:55.634Z] noop [2023-05-03T23:42:55.634Z] Removing intermediate container 2a606c280aaf [2023-05-03T23:42:55.634Z] ---> fb33ee481118 [2023-05-03T23:42:55.634Z] Successfully built fb33ee481118 [2023-05-03T23:42:55.634Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:42:56.089Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T23:42:56.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:42:56.230Z] prd-ubuntu20.04-docker-8c-8g-12646 does not seem to be running inside a container [2023-05-03T23:42:56.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-337 -v /w/workspace/undry_device-onvif-camera_PR-337:/w/workspace/undry_device-onvif-camera_PR-337:rw,z -v /w/workspace/undry_device-onvif-camera_PR-337@tmp:/w/workspace/undry_device-onvif-camera_PR-337@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-03T23:42:56.721Z] $ docker top f123720a993f2bb0ccc3dbce8a42cf2b599121f4a8e27d0d830cc9c28d53df2f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T23:42:57.133Z] + go version [2023-05-03T23:42:57.133Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T23:42:57.165Z] $ docker stop --time=1 f123720a993f2bb0ccc3dbce8a42cf2b599121f4a8e27d0d830cc9c28d53df2f [2023-05-03T23:42:58.425Z] $ docker rm -f --volumes f123720a993f2bb0ccc3dbce8a42cf2b599121f4a8e27d0d830cc9c28d53df2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:42:59.393Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T23:42:59.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:42:59.546Z] prd-ubuntu20.04-docker-8c-8g-12646 does not seem to be running inside a container [2023-05-03T23:42:59.582Z] $ 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-337 -v /w/workspace/undry_device-onvif-camera_PR-337:/w/workspace/undry_device-onvif-camera_PR-337:rw,z -v /w/workspace/undry_device-onvif-camera_PR-337@tmp:/w/workspace/undry_device-onvif-camera_PR-337@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-03T23:42:59.902Z] $ docker top 4378b61eb55d6aa70dddaacc6e0a31334ff928b5c0c629753d1b5cf52298281c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T23:43:00.330Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-337 [Pipeline] fileExists [Pipeline] sh [2023-05-03T23:43:00.771Z] + make test [2023-05-03T23:43:00.772Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T23:43:05.035Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T23:43:14.996Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T23:43:14.996Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T23:43:16.947Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.035s coverage: 31.1% of statements [2023-05-03T23:43:16.947Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.143s coverage: 86.5% of statements [2023-05-03T23:43:23.516Z] go vet ./... [2023-05-03T23:43:26.801Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T23:43:26.801Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T23:43:26.801Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T23:43:26.840Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T23:43:26.871Z] $ docker stop --time=1 4378b61eb55d6aa70dddaacc6e0a31334ff928b5c0c629753d1b5cf52298281c [2023-05-03T23:43:31.159Z] $ docker rm -f --volumes 4378b61eb55d6aa70dddaacc6e0a31334ff928b5c0c629753d1b5cf52298281c [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T23:43:31.686Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T23:43:31.790Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T23:43:32.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T23:43:32.721Z] + ls -al . [2023-05-03T23:43:32.721Z] total 232 [2023-05-03T23:43:32.721Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 23:43 . [2023-05-03T23:43:32.721Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:41 .. [2023-05-03T23:43:32.721Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 23:41 .git [2023-05-03T23:43:32.721Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 23:41 .github [2023-05-03T23:43:32.721Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 23:41 .gitignore [2023-05-03T23:43:32.721Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 23:41 .golangci.yml [2023-05-03T23:43:32.721Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 23:41 .semver [2023-05-03T23:43:32.721Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 3 23:41 Attribution.txt [2023-05-03T23:43:32.721Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 23:41 CHANGELOG.md [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 23:41 Dockerfile [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 23:41 GOVERNANCE.md [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 23:41 Jenkinsfile [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 23:41 LICENSE [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 23:41 Makefile [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 23:41 OWNERS.md [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 23:41 README.md [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 23:41 VERSION [2023-05-03T23:43:32.722Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 23:41 bin [2023-05-03T23:43:32.722Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 23:41 cmd [2023-05-03T23:43:32.722Z] -rw-r--r-- 1 jenkins jenkins 79191 May 3 23:43 coverage.out [2023-05-03T23:43:32.722Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:41 doc [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 3642 May 3 23:41 go.mod [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 33491 May 3 23:41 go.sum [2023-05-03T23:43:32.722Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:41 internal [2023-05-03T23:43:32.722Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:41 snap [2023-05-03T23:43:32.722Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 23:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:43:33.241Z] + 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=9e48f9e63717a9a7f77816e4592b640e18953804 --label arch=amd64 --label version=0.0.0 . [2023-05-03T23:43:33.241Z] Sending build context to Docker daemon 21.6MB [2023-05-03T23:43:33.241Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T23:43:33.241Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T23:43:33.241Z] ---> fb33ee481118 [2023-05-03T23:43:33.241Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T23:43:33.502Z] ---> Running in a017caba4ef7 [2023-05-03T23:43:33.502Z] Removing intermediate container a017caba4ef7 [2023-05-03T23:43:33.502Z] ---> 6ea3d70b6ee4 [2023-05-03T23:43:33.502Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T23:43:33.502Z] ---> Running in 756db351899c [2023-05-03T23:43:33.502Z] Removing intermediate container 756db351899c [2023-05-03T23:43:33.502Z] ---> 3ba82715d9f3 [2023-05-03T23:43:33.502Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T23:43:33.502Z] ---> Running in 5d9ead23ef54 [2023-05-03T23:43:33.762Z] Removing intermediate container 5d9ead23ef54 [2023-05-03T23:43:33.762Z] ---> c9559f6588bf [2023-05-03T23:43:33.762Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T23:43:33.762Z] ---> Running in 051172298f48 [2023-05-03T23:43:33.762Z] Removing intermediate container 051172298f48 [2023-05-03T23:43:33.762Z] ---> 60488a017b40 [2023-05-03T23:43:33.762Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T23:43:33.762Z] ---> Running in 3c48b9f70992 [2023-05-03T23:43:33.762Z] Removing intermediate container 3c48b9f70992 [2023-05-03T23:43:33.762Z] ---> 841c213640c0 [2023-05-03T23:43:33.762Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T23:43:33.762Z] ---> Running in cba7cdeb3382 [2023-05-03T23:43:34.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T23:43:34.285Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T23:43:34.547Z] OK: 265 MiB in 53 packages [2023-05-03T23:43:34.808Z] Removing intermediate container cba7cdeb3382 [2023-05-03T23:43:34.808Z] ---> ff586fee710a [2023-05-03T23:43:34.808Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T23:43:34.808Z] ---> Running in af7a302e4f50 [2023-05-03T23:43:34.808Z] Removing intermediate container af7a302e4f50 [2023-05-03T23:43:34.808Z] ---> 31001004fb86 [2023-05-03T23:43:34.808Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T23:43:34.808Z] ---> e69df1063fcc [2023-05-03T23:43:34.808Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T23:43:35.068Z] ---> Running in 73d4f241d471 [2023-05-03T23:43:35.634Z] Removing intermediate container 73d4f241d471 [2023-05-03T23:43:35.634Z] ---> 71c0cd389451 [2023-05-03T23:43:35.634Z] Step 12/26 : COPY . . [2023-05-03T23:43:36.571Z] ---> c01a2d17b438 [2023-05-03T23:43:36.571Z] Step 13/26 : RUN ${MAKE} [2023-05-03T23:43:36.571Z] ---> Running in 290f9e43b645 [2023-05-03T23:43:36.828Z] 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-03T23:43:58.774Z] Removing intermediate container 290f9e43b645 [2023-05-03T23:43:58.774Z] ---> 84cdd5a262b0 [2023-05-03T23:43:58.774Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T23:43:58.774Z] 3.17: Pulling from library/alpine [2023-05-03T23:43:58.774Z] f56be85fc22e: Already exists [2023-05-03T23:43:58.774Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T23:43:58.774Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T23:43:58.774Z] ---> 9ed4aefc74f6 [2023-05-03T23:43:58.774Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T23:43:58.774Z] ---> Running in da8b33cb93ea [2023-05-03T23:43:58.774Z] Removing intermediate container da8b33cb93ea [2023-05-03T23:43:58.774Z] ---> 3e7b0202b504 [2023-05-03T23:43:58.774Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T23:43:58.774Z] ---> Running in 4c5947f27f0e [2023-05-03T23:43:58.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T23:43:58.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T23:43:58.774Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T23:43:58.774Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T23:43:58.774Z] OK: 7 MiB in 16 packages [2023-05-03T23:43:58.774Z] Removing intermediate container 4c5947f27f0e [2023-05-03T23:43:58.774Z] ---> d2d3820dccde [2023-05-03T23:43:58.774Z] Step 17/26 : WORKDIR / [2023-05-03T23:43:58.774Z] ---> Running in a17100d1c66a [2023-05-03T23:43:58.774Z] Removing intermediate container a17100d1c66a [2023-05-03T23:43:58.774Z] ---> 91a81fb5f556 [2023-05-03T23:43:58.774Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T23:43:58.774Z] ---> 3f6bc8db466c [2023-05-03T23:43:58.774Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T23:43:58.774Z] ---> 616ed09cf333 [2023-05-03T23:43:58.774Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T23:43:59.035Z] ---> db1f8f196b67 [2023-05-03T23:43:59.035Z] Step 21/26 : EXPOSE 59984 [2023-05-03T23:43:59.035Z] ---> Running in 9e7c8a94ae19 [2023-05-03T23:43:59.035Z] Removing intermediate container 9e7c8a94ae19 [2023-05-03T23:43:59.035Z] ---> 7231d9d23af9 [2023-05-03T23:43:59.035Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T23:43:59.035Z] ---> Running in 66b10b5ac77d [2023-05-03T23:43:59.035Z] Removing intermediate container 66b10b5ac77d [2023-05-03T23:43:59.035Z] ---> 411a0ee6792f [2023-05-03T23:43:59.035Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T23:43:59.035Z] ---> Running in fe331d2e0cbe [2023-05-03T23:43:59.035Z] Removing intermediate container fe331d2e0cbe [2023-05-03T23:43:59.035Z] ---> 8892f1ed84f4 [2023-05-03T23:43:59.035Z] Step 24/26 : LABEL arch=amd64 [2023-05-03T23:43:59.294Z] ---> Running in 90331abca1f2 [2023-05-03T23:43:59.294Z] Removing intermediate container 90331abca1f2 [2023-05-03T23:43:59.294Z] ---> f1ba1a3a8742 [2023-05-03T23:43:59.294Z] Step 25/26 : LABEL git_sha=9e48f9e63717a9a7f77816e4592b640e18953804 [2023-05-03T23:43:59.294Z] ---> Running in a7d3f27a9266 [2023-05-03T23:43:59.294Z] Removing intermediate container a7d3f27a9266 [2023-05-03T23:43:59.294Z] ---> 4c176ad89f82 [2023-05-03T23:43:59.294Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T23:43:59.294Z] ---> Running in 7e4574f13425 [2023-05-03T23:43:59.294Z] Removing intermediate container 7e4574f13425 [2023-05-03T23:43:59.294Z] ---> 692f89e53f5f [2023-05-03T23:43:59.294Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T23:43:59.294Z] Successfully built 692f89e53f5f [2023-05-03T23:43:59.294Z] 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-03T23:44:00.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T23:44:00.407Z] [2023-05-03T23:44:00.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:44:00.790Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T23:44:00.790Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T23:44:00.790Z] 5eb5b503b376: Pulling fs layer [2023-05-03T23:44:00.790Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T23:44:00.790Z] ec43610c2a17: Pulling fs layer [2023-05-03T23:44:00.790Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T23:44:00.790Z] 33b1e0a273af: Pulling fs layer [2023-05-03T23:44:00.790Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T23:44:00.790Z] 2f39f015ded8: Pulling fs layer [2023-05-03T23:44:00.790Z] 3a2ae6a8a46f: Waiting [2023-05-03T23:44:00.790Z] 33b1e0a273af: Waiting [2023-05-03T23:44:00.790Z] 5d3b04190fa2: Waiting [2023-05-03T23:44:00.790Z] 2f39f015ded8: Waiting [2023-05-03T23:44:00.790Z] 5c69ac0246d0: Download complete [2023-05-03T23:44:00.790Z] 3a2ae6a8a46f: Download complete [2023-05-03T23:44:00.790Z] 33b1e0a273af: Verifying Checksum [2023-05-03T23:44:00.790Z] 33b1e0a273af: Download complete [2023-05-03T23:44:00.790Z] ec43610c2a17: Verifying Checksum [2023-05-03T23:44:00.790Z] ec43610c2a17: Download complete [2023-05-03T23:44:00.790Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T23:44:00.790Z] 5d3b04190fa2: Download complete [2023-05-03T23:44:01.050Z] 5eb5b503b376: Verifying Checksum [2023-05-03T23:44:01.050Z] 5eb5b503b376: Download complete [2023-05-03T23:44:01.618Z] 2f39f015ded8: Download complete [2023-05-03T23:44:02.185Z] 5eb5b503b376: Pull complete [2023-05-03T23:44:02.185Z] 5c69ac0246d0: Pull complete [2023-05-03T23:44:02.752Z] ec43610c2a17: Pull complete [2023-05-03T23:44:02.752Z] 3a2ae6a8a46f: Pull complete [2023-05-03T23:44:03.011Z] 33b1e0a273af: Pull complete [2023-05-03T23:44:03.011Z] 5d3b04190fa2: Pull complete [2023-05-03T23:44:07.198Z] 2f39f015ded8: Pull complete [2023-05-03T23:44:07.198Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T23:44:07.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T23:44:07.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:44:07.424Z] prd-ubuntu20.04-docker-8c-8g-12646 does not seem to be running inside a container [2023-05-03T23:44:07.459Z] $ 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-337 -v /w/workspace/undry_device-onvif-camera_PR-337:/w/workspace/undry_device-onvif-camera_PR-337:rw,z -v /w/workspace/undry_device-onvif-camera_PR-337@tmp:/w/workspace/undry_device-onvif-camera_PR-337@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-03T23:44:12.455Z] $ docker top e5f87c3af7547d76e6502e888b9222fba1e512a8c94a4b4c294a1a2569fa5148 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:44:12.903Z] ---> job-cost.sh [2023-05-03T23:44:12.903Z] lf-activate-venv: SKIPPING [2023-05-03T23:44:12.903Z] INFO: No Stack... [2023-05-03T23:44:13.163Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T23:44:13.422Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T23:44:13.731Z] + cat /w/workspace/undry_device-onvif-camera_PR-337/archives/cost.csv [2023-05-03T23:44:13.731Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T23:44:13.773Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [2023-05-03T23:44:13.778Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] did not exist. Created. [2023-05-03T23:44:13.778Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T23:44:14.173Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T23:44:14.236Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T23:44:14.269Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T23:44:14.355Z] $ docker stop --time=1 e5f87c3af7547d76e6502e888b9222fba1e512a8c94a4b4c294a1a2569fa5148 [2023-05-03T23:44:15.497Z] $ docker rm -f --volumes e5f87c3af7547d76e6502e888b9222fba1e512a8c94a4b4c294a1a2569fa5148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-03T23:44:25.790Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12650 in /w/workspace/undry_device-onvif-camera_PR-337 [Pipeline] { [Pipeline] ws [2023-05-03T23:44:25.853Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-03T23:44:25.960Z] The recommended git tool is: git [2023-05-03T23:44:32.101Z] using credential edgex-jenkins-ssh [2023-05-03T23:44:32.117Z] Cloning the remote Git repository [2023-05-03T23:44:32.167Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T23:44:32.259Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-05-03T23:44:32.407Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T23:44:32.408Z] > git --version # timeout=10 [2023-05-03T23:44:32.429Z] > git --version # 'git version 2.25.1' [2023-05-03T23:44:32.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T23:44:32.587Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T23:44:34.020Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T23:44:34.041Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T23:44:35.551Z] Merging remotes/origin/main commit a5100156d942d3e2ec7c51a96dce7156478cbb52 into PR head commit 9e48f9e63717a9a7f77816e4592b640e18953804 [2023-05-03T23:44:35.957Z] Merge succeeded, producing 9e48f9e63717a9a7f77816e4592b640e18953804 [2023-05-03T23:44:35.958Z] Checking out Revision 9e48f9e63717a9a7f77816e4592b640e18953804 (PR-337) [2023-05-03T23:44:34.977Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T23:44:35.021Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T23:44:35.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T23:44:35.041Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/337/head:refs/remotes/origin/PR-337 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T23:44:35.575Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T23:44:35.654Z] > git checkout -f 9e48f9e63717a9a7f77816e4592b640e18953804 # timeout=10 [2023-05-03T23:44:35.849Z] > git remote # timeout=10 [2023-05-03T23:44:35.873Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T23:44:35.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T23:44:35.907Z] > git merge a5100156d942d3e2ec7c51a96dce7156478cbb52 # timeout=10 [2023-05-03T23:44:35.937Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T23:44:35.969Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T23:44:35.985Z] > git checkout -f 9e48f9e63717a9a7f77816e4592b640e18953804 # timeout=10 [2023-05-03T23:44:36.690Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-05-03T23:44:36.742Z] > git --version # timeout=10 [2023-05-03T23:44:36.757Z] > git --version # 'git version 2.25.1' [2023-05-03T23:44:36.780Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T23:44:37.931Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T23:44:37.931Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T23:44:37.931Z] Dload Upload Total Spent Left Speed [2023-05-03T23:44:37.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 230k 0 --:--:-- --:--:-- --:--:-- 230k [Pipeline] sh [2023-05-03T23:44:38.585Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T23:44:38.939Z] + sudo tee /etc/docker/daemon.new [2023-05-03T23:44:38.939Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T23:44:38.939Z] { [2023-05-03T23:44:38.939Z] "registry-mirrors": [ [2023-05-03T23:44:38.939Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T23:44:38.939Z] ], [2023-05-03T23:44:38.939Z] "bip": "10.250.0.254/24", [2023-05-03T23:44:38.939Z] "hosts": [ [2023-05-03T23:44:38.939Z] "tcp://0.0.0.0:5555", [2023-05-03T23:44:38.939Z] "unix:///var/run/docker.sock" [2023-05-03T23:44:38.939Z] ], [2023-05-03T23:44:38.939Z] "mtu": 1458, [2023-05-03T23:44:38.939Z] "selinux-enabled": true, [2023-05-03T23:44:38.939Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T23:44:38.939Z] } [Pipeline] sh [2023-05-03T23:44:39.295Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T23:44:39.653Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T23:44:58.016Z] provisioning config files... [2023-05-03T23:44:58.049Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config17048096535794242240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:44:58.452Z] ---> docker-login.sh [2023-05-03T23:44:58.452Z] nexus3.edgexfoundry.org:10001 [2023-05-03T23:44:58.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:44:58.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:44:58.996Z] Configure a credential helper to remove this warning. See [2023-05-03T23:44:58.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:44:58.996Z] [2023-05-03T23:44:58.996Z] Login Succeeded [2023-05-03T23:44:58.996Z] nexus3.edgexfoundry.org:10002 [2023-05-03T23:44:59.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:44:59.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:44:59.534Z] Configure a credential helper to remove this warning. See [2023-05-03T23:44:59.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:44:59.534Z] [2023-05-03T23:44:59.534Z] Login Succeeded [2023-05-03T23:44:59.534Z] nexus3.edgexfoundry.org:10003 [2023-05-03T23:44:59.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:44:59.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:44:59.805Z] Configure a credential helper to remove this warning. See [2023-05-03T23:44:59.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:44:59.805Z] [2023-05-03T23:44:59.805Z] Login Succeeded [2023-05-03T23:44:59.805Z] nexus3.edgexfoundry.org:10004 [2023-05-03T23:45:00.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:45:00.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:45:00.078Z] Configure a credential helper to remove this warning. See [2023-05-03T23:45:00.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:45:00.078Z] [2023-05-03T23:45:00.078Z] Login Succeeded [2023-05-03T23:45:00.078Z] docker.io [2023-05-03T23:45:00.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T23:45:00.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T23:45:00.618Z] Configure a credential helper to remove this warning. See [2023-05-03T23:45:00.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T23:45:00.618Z] [2023-05-03T23:45:00.618Z] Login Succeeded [2023-05-03T23:45:00.618Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T23:45:00.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T23:45:01.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T23:45:01.123Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T23:45:01.155Z] ========================================================= [2023-05-03T23:45:01.155Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T23:45:01.155Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:45:01.644Z] + 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-03T23:45:02.243Z] Sending build context to Docker daemon 14.17MB [2023-05-03T23:45:02.243Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T23:45:02.243Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T23:45:02.243Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T23:45:02.243Z] c41833b44d91: Pulling fs layer [2023-05-03T23:45:02.243Z] ed15518f5707: Pulling fs layer [2023-05-03T23:45:02.243Z] feae8fd75edb: Pulling fs layer [2023-05-03T23:45:02.243Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T23:45:02.243Z] 3cdef696dda3: Pulling fs layer [2023-05-03T23:45:02.243Z] 2ced38df9373: Pulling fs layer [2023-05-03T23:45:02.243Z] 58f1dce35555: Pulling fs layer [2023-05-03T23:45:02.243Z] 242c74f7c9fa: Waiting [2023-05-03T23:45:02.243Z] 3cdef696dda3: Waiting [2023-05-03T23:45:02.243Z] 58f1dce35555: Waiting [2023-05-03T23:45:02.243Z] ed15518f5707: Verifying Checksum [2023-05-03T23:45:02.243Z] ed15518f5707: Download complete [2023-05-03T23:45:02.243Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T23:45:02.243Z] 242c74f7c9fa: Download complete [2023-05-03T23:45:02.520Z] 3cdef696dda3: Verifying Checksum [2023-05-03T23:45:02.520Z] 3cdef696dda3: Download complete [2023-05-03T23:45:02.520Z] c41833b44d91: Verifying Checksum [2023-05-03T23:45:02.520Z] c41833b44d91: Download complete [2023-05-03T23:45:03.954Z] c41833b44d91: Pull complete [2023-05-03T23:45:03.954Z] 58f1dce35555: Verifying Checksum [2023-05-03T23:45:03.954Z] 58f1dce35555: Download complete [2023-05-03T23:45:04.229Z] ed15518f5707: Pull complete [2023-05-03T23:45:05.201Z] feae8fd75edb: Verifying Checksum [2023-05-03T23:45:05.201Z] feae8fd75edb: Download complete [2023-05-03T23:45:05.201Z] 2ced38df9373: Verifying Checksum [2023-05-03T23:45:05.201Z] 2ced38df9373: Download complete [2023-05-03T23:45:17.604Z] feae8fd75edb: Pull complete [2023-05-03T23:45:17.605Z] 242c74f7c9fa: Pull complete [2023-05-03T23:45:17.605Z] 3cdef696dda3: Pull complete [2023-05-03T23:45:22.983Z] 2ced38df9373: Pull complete [2023-05-03T23:45:24.948Z] 58f1dce35555: Pull complete [2023-05-03T23:45:25.220Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T23:45:25.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T23:45:25.220Z] ---> fadd8f120f05 [2023-05-03T23:45:25.220Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T23:45:27.181Z] ---> Running in 041a338c2fa2 [2023-05-03T23:45:27.457Z] Removing intermediate container 041a338c2fa2 [2023-05-03T23:45:27.457Z] ---> 5786e24ebb8a [2023-05-03T23:45:27.457Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T23:45:27.728Z] ---> Running in c8c81a752146 [2023-05-03T23:45:27.997Z] Removing intermediate container c8c81a752146 [2023-05-03T23:45:27.997Z] ---> cd5329b36bdc [2023-05-03T23:45:27.997Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T23:45:27.997Z] ---> Running in ba5eb0762937 [2023-05-03T23:45:28.265Z] Removing intermediate container ba5eb0762937 [2023-05-03T23:45:28.265Z] ---> dd1fc662e82b [2023-05-03T23:45:28.265Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T23:45:28.534Z] ---> Running in 8a29daabfaaa [2023-05-03T23:45:28.803Z] Removing intermediate container 8a29daabfaaa [2023-05-03T23:45:28.803Z] ---> 05f8a4b80326 [2023-05-03T23:45:28.803Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T23:45:28.803Z] ---> Running in bd7cc5455513 [2023-05-03T23:45:29.073Z] Removing intermediate container bd7cc5455513 [2023-05-03T23:45:29.073Z] ---> 422dec057ce3 [2023-05-03T23:45:29.073Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T23:45:29.342Z] ---> Running in 74646f3ef5da [2023-05-03T23:45:30.760Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T23:45:31.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T23:45:32.447Z] OK: 263 MiB in 53 packages [2023-05-03T23:45:35.798Z] Removing intermediate container 74646f3ef5da [2023-05-03T23:45:35.798Z] ---> 4460b78764c9 [2023-05-03T23:45:35.798Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T23:45:36.070Z] ---> Running in ec8610106e5a [2023-05-03T23:45:36.341Z] Removing intermediate container ec8610106e5a [2023-05-03T23:45:36.341Z] ---> 4ecfcc7ad407 [2023-05-03T23:45:36.341Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T23:45:36.929Z] ---> 4c25d9086188 [2023-05-03T23:45:36.929Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T23:45:36.929Z] ---> Running in fc2538af10dd [2023-05-03T23:46:44.841Z] Removing intermediate container fc2538af10dd [2023-05-03T23:46:44.841Z] ---> 7dd121fa6f99 [2023-05-03T23:46:44.841Z] Step 12/13 : COPY . . [2023-05-03T23:46:44.841Z] ---> 0c6b4b915f46 [2023-05-03T23:46:44.841Z] Step 13/13 : RUN ${MAKE} [2023-05-03T23:46:44.841Z] ---> Running in 85bdae3477b2 [2023-05-03T23:46:44.841Z] noop [2023-05-03T23:46:44.841Z] Removing intermediate container 85bdae3477b2 [2023-05-03T23:46:44.841Z] ---> a46484833cdc [2023-05-03T23:46:44.841Z] Successfully built a46484833cdc [2023-05-03T23:46:44.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:46:45.320Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T23:46:45.321Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:46:45.629Z] prd-ubuntu20.04-docker-arm64-4c-16g-12650 does not seem to be running inside a container [2023-05-03T23:46:45.709Z] $ 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-03T23:46:47.046Z] $ docker top 4efc724879ea51e0d84d10484189bc66c3cd0abd5594392a272c1ec3b1ac4074 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T23:46:47.994Z] + go version [2023-05-03T23:46:47.994Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T23:46:48.029Z] $ docker stop --time=1 4efc724879ea51e0d84d10484189bc66c3cd0abd5594392a272c1ec3b1ac4074 [2023-05-03T23:46:49.729Z] $ docker rm -f --volumes 4efc724879ea51e0d84d10484189bc66c3cd0abd5594392a272c1ec3b1ac4074 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:46:50.627Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T23:46:50.627Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:46:50.901Z] prd-ubuntu20.04-docker-arm64-4c-16g-12650 does not seem to be running inside a container [2023-05-03T23:46:50.974Z] $ 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-03T23:46:52.279Z] $ docker top 8b9507da2ffd65d9e031b470efa1729381e29774f715166faa3aa063ffad92e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T23:46:53.217Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T23:46:53.942Z] + make test [2023-05-03T23:46:53.942Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T23:47:32.867Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T23:50:24.680Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T23:50:24.680Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T23:50:25.653Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.256s coverage: 31.1% of statements [2023-05-03T23:50:44.365Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 20.764s coverage: 86.5% of statements [2023-05-03T23:50:44.635Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T23:50:44.635Z] go vet ./... [2023-05-03T23:51:16.921Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T23:51:16.921Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T23:51:16.921Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T23:51:16.966Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T23:51:16.998Z] $ docker stop --time=1 8b9507da2ffd65d9e031b470efa1729381e29774f715166faa3aa063ffad92e0 [2023-05-03T23:51:18.909Z] $ docker rm -f --volumes 8b9507da2ffd65d9e031b470efa1729381e29774f715166faa3aa063ffad92e0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T23:51:20.280Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T23:51:20.315Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T23:51:20.995Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T23:51:21.588Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T23:51:21.958Z] + ls -al . [2023-05-03T23:51:21.958Z] total 228 [2023-05-03T23:51:21.958Z] drwxrwxr-x 9 jenkins jenkins 4096 May 3 23:46 . [2023-05-03T23:51:21.958Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:44 .. [2023-05-03T23:51:21.958Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 23:44 .git [2023-05-03T23:51:21.958Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 23:44 .github [2023-05-03T23:51:21.958Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 23:44 .gitignore [2023-05-03T23:51:21.958Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 23:44 .golangci.yml [2023-05-03T23:51:21.958Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 3 23:44 Attribution.txt [2023-05-03T23:51:21.958Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 23:44 CHANGELOG.md [2023-05-03T23:51:21.958Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 23:44 Dockerfile [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 23:44 GOVERNANCE.md [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 23:44 Jenkinsfile [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 23:44 LICENSE [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 23:44 Makefile [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 23:44 OWNERS.md [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 23:44 README.md [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 23:41 VERSION [2023-05-03T23:51:21.959Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 23:44 bin [2023-05-03T23:51:21.959Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 23:44 cmd [2023-05-03T23:51:21.959Z] -rw-r--r-- 1 jenkins jenkins 79191 May 3 23:50 coverage.out [2023-05-03T23:51:21.959Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:44 doc [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 3642 May 3 23:44 go.mod [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 33491 May 3 23:44 go.sum [2023-05-03T23:51:21.959Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:44 internal [2023-05-03T23:51:21.959Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 23:44 snap [2023-05-03T23:51:21.959Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 23:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:51:22.420Z] + 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=9e48f9e63717a9a7f77816e4592b640e18953804 --label arch=arm64 --label version=0.0.0 . [2023-05-03T23:51:23.014Z] Sending build context to Docker daemon 14.25MB [2023-05-03T23:51:23.014Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T23:51:23.014Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T23:51:23.014Z] ---> a46484833cdc [2023-05-03T23:51:23.014Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T23:51:24.428Z] ---> Running in e718ade98ce8 [2023-05-03T23:51:24.698Z] Removing intermediate container e718ade98ce8 [2023-05-03T23:51:24.698Z] ---> 56b5fb04361f [2023-05-03T23:51:24.698Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T23:51:24.698Z] ---> Running in c89ded2eec12 [2023-05-03T23:51:24.967Z] Removing intermediate container c89ded2eec12 [2023-05-03T23:51:24.967Z] ---> a4d53ab98606 [2023-05-03T23:51:24.967Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T23:51:25.237Z] ---> Running in 63b9694e7e21 [2023-05-03T23:51:25.508Z] Removing intermediate container 63b9694e7e21 [2023-05-03T23:51:25.508Z] ---> b3d56b9ab4c2 [2023-05-03T23:51:25.508Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T23:51:25.508Z] ---> Running in 67abe516b0e0 [2023-05-03T23:51:25.779Z] Removing intermediate container 67abe516b0e0 [2023-05-03T23:51:25.779Z] ---> 73f5b639744f [2023-05-03T23:51:25.779Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T23:51:26.053Z] ---> Running in c582bb30f09f [2023-05-03T23:51:26.326Z] Removing intermediate container c582bb30f09f [2023-05-03T23:51:26.326Z] ---> c7f69f59714d [2023-05-03T23:51:26.326Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T23:51:26.326Z] ---> Running in 8a9815a266e3 [2023-05-03T23:51:27.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T23:51:28.009Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T23:51:29.431Z] OK: 263 MiB in 53 packages [2023-05-03T23:51:30.409Z] Removing intermediate container 8a9815a266e3 [2023-05-03T23:51:30.409Z] ---> 8fa64340fe25 [2023-05-03T23:51:30.409Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T23:51:30.409Z] ---> Running in 2e0f562dfc83 [2023-05-03T23:51:30.678Z] Removing intermediate container 2e0f562dfc83 [2023-05-03T23:51:30.678Z] ---> 3e6650814cd4 [2023-05-03T23:51:30.678Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T23:51:31.266Z] ---> f98689f12712 [2023-05-03T23:51:31.266Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T23:51:31.266Z] ---> Running in 443cc6179b9b [2023-05-03T23:51:34.629Z] Removing intermediate container 443cc6179b9b [2023-05-03T23:51:34.629Z] ---> 318ee229c074 [2023-05-03T23:51:34.629Z] Step 12/26 : COPY . . [2023-05-03T23:51:35.594Z] ---> ae84db99209b [2023-05-03T23:51:35.594Z] Step 13/26 : RUN ${MAKE} [2023-05-03T23:51:35.594Z] ---> Running in 457b85071139 [2023-05-03T23:51:37.011Z] 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-03T23:54:13.741Z] Removing intermediate container 457b85071139 [2023-05-03T23:54:13.741Z] ---> 2c425308f363 [2023-05-03T23:54:13.741Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T23:54:13.741Z] 3.17: Pulling from library/alpine [2023-05-03T23:54:13.741Z] c41833b44d91: Already exists [2023-05-03T23:54:13.741Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T23:54:13.741Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T23:54:13.741Z] ---> 51e60588ff2c [2023-05-03T23:54:13.741Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T23:54:13.741Z] ---> Running in 193c5820a32a [2023-05-03T23:54:13.741Z] Removing intermediate container 193c5820a32a [2023-05-03T23:54:13.741Z] ---> fdfaa7a8b59e [2023-05-03T23:54:13.741Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T23:54:13.741Z] ---> Running in 8b06df9aa80b [2023-05-03T23:54:13.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T23:54:13.741Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T23:54:13.741Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T23:54:13.741Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T23:54:13.741Z] OK: 8 MiB in 16 packages [2023-05-03T23:54:14.328Z] Removing intermediate container 8b06df9aa80b [2023-05-03T23:54:14.328Z] ---> 0ae230758653 [2023-05-03T23:54:14.328Z] Step 17/26 : WORKDIR / [2023-05-03T23:54:14.599Z] ---> Running in 8a1c1e367d7c [2023-05-03T23:54:14.868Z] Removing intermediate container 8a1c1e367d7c [2023-05-03T23:54:14.868Z] ---> 514f0d5f0762 [2023-05-03T23:54:14.868Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T23:54:16.285Z] ---> f5bfce51a1a3 [2023-05-03T23:54:16.285Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T23:54:16.873Z] ---> f4c400ed756d [2023-05-03T23:54:16.873Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T23:54:17.459Z] ---> b6c135df19fe [2023-05-03T23:54:17.459Z] Step 21/26 : EXPOSE 59984 [2023-05-03T23:54:17.459Z] ---> Running in 3aa8ea9f03a7 [2023-05-03T23:54:17.729Z] Removing intermediate container 3aa8ea9f03a7 [2023-05-03T23:54:17.729Z] ---> fea8cb35b93c [2023-05-03T23:54:17.729Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T23:54:17.729Z] ---> Running in 85e4e22dd4aa [2023-05-03T23:54:17.999Z] Removing intermediate container 85e4e22dd4aa [2023-05-03T23:54:17.999Z] ---> 28e49c88fa64 [2023-05-03T23:54:17.999Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T23:54:18.267Z] ---> Running in 3582826a5453 [2023-05-03T23:54:18.536Z] Removing intermediate container 3582826a5453 [2023-05-03T23:54:18.536Z] ---> fefe85b6e9df [2023-05-03T23:54:18.536Z] Step 24/26 : LABEL arch=arm64 [2023-05-03T23:54:18.536Z] ---> Running in 75e2759fa44d [2023-05-03T23:54:18.805Z] Removing intermediate container 75e2759fa44d [2023-05-03T23:54:18.805Z] ---> eebe2f33c3f2 [2023-05-03T23:54:18.805Z] Step 25/26 : LABEL git_sha=9e48f9e63717a9a7f77816e4592b640e18953804 [2023-05-03T23:54:19.074Z] ---> Running in d73e86f9cd23 [2023-05-03T23:54:19.342Z] Removing intermediate container d73e86f9cd23 [2023-05-03T23:54:19.342Z] ---> 85a9acf656f2 [2023-05-03T23:54:19.342Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T23:54:19.342Z] ---> Running in 113bb31710e1 [2023-05-03T23:54:19.610Z] Removing intermediate container 113bb31710e1 [2023-05-03T23:54:19.610Z] ---> 9fd115c32a41 [2023-05-03T23:54:19.610Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T23:54:19.610Z] Successfully built 9fd115c32a41 [2023-05-03T23:54:19.610Z] 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-03T23:54:20.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T23:54:20.421Z] [2023-05-03T23:54:20.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:54:20.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T23:54:20.827Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T23:54:20.827Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T23:54:20.827Z] 04944245beec: Pulling fs layer [2023-05-03T23:54:20.827Z] 699f458cf7ca: Pulling fs layer [2023-05-03T23:54:20.827Z] 765212b225bb: Pulling fs layer [2023-05-03T23:54:20.827Z] f23df028b6ca: Pulling fs layer [2023-05-03T23:54:20.827Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T23:54:20.827Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T23:54:20.827Z] 765212b225bb: Waiting [2023-05-03T23:54:20.827Z] f23df028b6ca: Waiting [2023-05-03T23:54:20.827Z] d65c8cfc05b1: Waiting [2023-05-03T23:54:20.827Z] 2437ff75d9bd: Waiting [2023-05-03T23:54:21.097Z] 04944245beec: Verifying Checksum [2023-05-03T23:54:21.097Z] 04944245beec: Download complete [2023-05-03T23:54:21.097Z] 765212b225bb: Verifying Checksum [2023-05-03T23:54:21.097Z] 765212b225bb: Download complete [2023-05-03T23:54:21.097Z] f23df028b6ca: Verifying Checksum [2023-05-03T23:54:21.097Z] f23df028b6ca: Download complete [2023-05-03T23:54:21.097Z] d65c8cfc05b1: Verifying Checksum [2023-05-03T23:54:21.097Z] d65c8cfc05b1: Download complete [2023-05-03T23:54:21.368Z] 699f458cf7ca: Verifying Checksum [2023-05-03T23:54:21.368Z] 699f458cf7ca: Download complete [2023-05-03T23:54:21.645Z] 8998bd30e6a1: Verifying Checksum [2023-05-03T23:54:21.645Z] 8998bd30e6a1: Download complete [2023-05-03T23:54:24.242Z] 2437ff75d9bd: Verifying Checksum [2023-05-03T23:54:24.242Z] 2437ff75d9bd: Download complete [2023-05-03T23:54:26.194Z] 8998bd30e6a1: Pull complete [2023-05-03T23:54:26.463Z] 04944245beec: Pull complete [2023-05-03T23:54:27.920Z] 699f458cf7ca: Pull complete [2023-05-03T23:54:28.187Z] 765212b225bb: Pull complete [2023-05-03T23:54:28.775Z] f23df028b6ca: Pull complete [2023-05-03T23:54:29.042Z] d65c8cfc05b1: Pull complete [2023-05-03T23:54:44.054Z] 2437ff75d9bd: Pull complete [2023-05-03T23:54:44.054Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T23:54:44.054Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T23:54:44.054Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:54:44.388Z] prd-ubuntu20.04-docker-arm64-4c-16g-12650 does not seem to be running inside a container [2023-05-03T23:54:44.454Z] $ 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-03T23:54:50.230Z] $ docker top 140d86d4ddcd5eaceccc7fe3aa5abb89e2f2947da73a218b7a4255083773c36b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:54:51.138Z] ---> job-cost.sh [2023-05-03T23:54:51.138Z] lf-activate-venv: SKIPPING [2023-05-03T23:54:51.138Z] INFO: No Stack... [2023-05-03T23:54:51.723Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T23:54:52.687Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T23:54:53.351Z] + cut -d, -f6 [2023-05-03T23:54:53.351Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock [2023-05-03T23:54:53.411Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [2023-05-03T23:54:53.416Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] did not exist. Created. [2023-05-03T23:54:53.416Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T23:54:54.149Z] /w/workspace/device-onvif-camera/1@tmp/durable-9b736cf7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T23:54:54.518Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T23:54:54.551Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T23:54:54.612Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T23:54:54.630Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-337-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T23:54:54.739Z] $ docker stop --time=1 140d86d4ddcd5eaceccc7fe3aa5abb89e2f2947da73a218b7a4255083773c36b [2023-05-03T23:54:56.312Z] $ docker rm -f --volumes 140d86d4ddcd5eaceccc7fe3aa5abb89e2f2947da73a218b7a4255083773c36b [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-03T23:54:57.341Z] provisioning config files... [2023-05-03T23:54:57.348Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-337@tmp/config13863895435322329770tmp [Pipeline] { [Pipeline] sh [2023-05-03T23:54:57.697Z] + set +x [2023-05-03T23:54:57.697Z] + curl -s https://codecov.io/bash [2023-05-03T23:54:57.697Z] + bash -s -- [2023-05-03T23:54:57.697Z] [2023-05-03T23:54:57.697Z] _____ _ [2023-05-03T23:54:57.697Z] / ____| | | [2023-05-03T23:54:57.697Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T23:54:57.697Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T23:54:57.697Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T23:54:57.697Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T23:54:57.697Z] Bash-1.0.6 [2023-05-03T23:54:57.697Z] [2023-05-03T23:54:57.697Z] [2023-05-03T23:54:57.697Z] ==> git version 2.25.1 found [2023-05-03T23:54:57.697Z] ==> 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-03T23:54:57.697Z] Release-Date: 2020-01-08 [2023-05-03T23:54:57.697Z] 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-03T23:54:57.697Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T23:54:57.697Z] ==> Jenkins CI detected. [2023-05-03T23:54:57.697Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-337 [2023-05-03T23:54:57.697Z] project root: . [2023-05-03T23:54:57.697Z] --> token set from env [2023-05-03T23:54:57.697Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T23:54:57.697Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T23:54:57.697Z] ==> Python coveragepy not found [2023-05-03T23:54:57.697Z] ==> Searching for coverage reports in: [2023-05-03T23:54:57.697Z] + . [2023-05-03T23:54:57.697Z] -> Found 1 reports [2023-05-03T23:54:57.697Z] ==> Detecting git/mercurial file structure [2023-05-03T23:54:57.697Z] ==> Reading reports [2023-05-03T23:54:57.697Z] + ./coverage.out bytes=79191 [2023-05-03T23:54:57.697Z] ==> Appending adjustments [2023-05-03T23:54:57.697Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T23:54:57.957Z] + Found adjustments [2023-05-03T23:54:57.957Z] ==> Gzipping contents [2023-05-03T23:54:57.957Z] 12K /tmp/codecov.Hl0hek.gz [2023-05-03T23:54:57.957Z] ==> Uploading reports [2023-05-03T23:54:57.957Z] url: https://codecov.io [2023-05-03T23:54:57.957Z] query: branch=PR-337&commit=9e48f9e63717a9a7f77816e4592b640e18953804&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-337%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=337&job=&cmd_args= [2023-05-03T23:54:57.957Z] -> Pinging Codecov [2023-05-03T23:54:57.957Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-337&commit=9e48f9e63717a9a7f77816e4592b640e18953804&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-337%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=337&job=&cmd_args= [2023-05-03T23:54:58.217Z] -> Uploading to [2023-05-03T23:54:58.217Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/F29A59C45E3A92E06B3E522C9905F8EF/9e48f9e63717a9a7f77816e4592b640e18953804/f9b05648-7920-417b-8d52-f67cd0a62a65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T235457Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=100c48277d1c41d5a2d143a2d19c098c39125d3b348da99a7a18907c933f433f [2023-05-03T23:54:58.217Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T23:54:58.217Z] Dload Upload Total Spent Left Speed [2023-05-03T23:54:58.477Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10518 0 0 100 10518 0 48470 --:--:-- --:--:-- --:--:-- 48470 [2023-05-03T23:54:58.477Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/9e48f9e63717a9a7f77816e4592b640e18953804 [Pipeline] } [2023-05-03T23:54:58.504Z] 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-03T23:55:00.230Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-337/archives ] [2023-05-03T23:55:00.230Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-337/archives [2023-05-03T23:55:00.230Z] total 16 [2023-05-03T23:55:00.230Z] drwxr-xr-x 3 root root 4096 May 3 23:44 . [2023-05-03T23:55:00.230Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 23:44 .. [2023-05-03T23:55:00.230Z] drwxr-xr-x 2 root root 4096 May 3 23:44 cost [2023-05-03T23:55:00.230Z] -rw-r--r-- 1 root root 91 May 3 23:44 cost.csv [2023-05-03T23:55:00.230Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-337/archives [2023-05-03T23:55:00.230Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-337/archives [2023-05-03T23:55:00.230Z] total 16 [2023-05-03T23:55:00.230Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 23:44 . [2023-05-03T23:55:00.230Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 23:44 .. [2023-05-03T23:55:00.230Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 23:44 cost [2023-05-03T23:55:00.230Z] -rw-r--r-- 1 jenkins jenkins 91 May 3 23:44 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:00.560Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:01.445Z] ---> package-listing.sh [2023-05-03T23:55:01.445Z] ++ facter osfamily [2023-05-03T23:55:01.445Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T23:55:01.703Z] + OS_FAMILY=debian [2023-05-03T23:55:01.704Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-337 [2023-05-03T23:55:01.704Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T23:55:01.704Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T23:55:01.704Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T23:55:01.704Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T23:55:01.704Z] + '[' /w/workspace/undry_device-onvif-camera_PR-337 ']' [2023-05-03T23:55:01.704Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T23:55:01.704Z] + case "${OS_FAMILY}" in [2023-05-03T23:55:01.704Z] + dpkg -l [2023-05-03T23:55:01.704Z] + grep '^ii' [2023-05-03T23:55:01.704Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T23:55:01.704Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T23:55:01.704Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T23:55:01.704Z] + '[' /w/workspace/undry_device-onvif-camera_PR-337 ']' [2023-05-03T23:55:01.704Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-337/archives/ [2023-05-03T23:55:01.704Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-337/archives/ [Pipeline] echo [2023-05-03T23:55:01.739Z] 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-337/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-03T23:55:02.037Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T23:55:02.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T23:55:02.666Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T23:55:02.812Z] prd-ubuntu20.04-docker-8c-8g-12646 does not seem to be running inside a container [2023-05-03T23:55:02.841Z] $ 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-337/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-337 -v /w/workspace/undry_device-onvif-camera_PR-337:/w/workspace/undry_device-onvif-camera_PR-337:rw,z -v /w/workspace/undry_device-onvif-camera_PR-337@tmp:/w/workspace/undry_device-onvif-camera_PR-337@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-03T23:55:03.019Z] $ docker top 07ed3c635a20dfb4af9081571d140e13e75237dd4d315449aced2276385158d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T23:55:03.408Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T23:55:03.715Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T23:55:04.021Z] + ls /var/log/sa-host [2023-05-03T23:55:04.021Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T23:55:04.155Z] provisioning config files... [2023-05-03T23:55:04.167Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-337@tmp/config3697649597717309920tmp [Pipeline] { [Pipeline] echo [2023-05-03T23:55:04.221Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:04.532Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T23:55:04.560Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:04.952Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T23:55:04.986Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:05.295Z] ---> sudo-logs.sh [2023-05-03T23:55:05.295Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T23:55:05.377Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:05.689Z] ---> job-cost.sh [2023-05-03T23:55:05.689Z] lf-activate-venv: SKIPPING [2023-05-03T23:55:05.689Z] DEBUG: total: 0.2199999988079071 [2023-05-03T23:55:05.689Z] INFO: Retrieving Stack Cost... [2023-05-03T23:55:06.256Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T23:55:06.515Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T23:55:06.553Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T23:55:06.863Z] ---> logs-deploy.sh [2023-05-03T23:55:06.863Z] lf-activate-venv: SKIPPING [2023-05-03T23:55:06.863Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-337/1 [2023-05-03T23:55:06.863Z] INFO: archiving workspace using pattern(s): [2023-05-03T23:55:07.799Z] Archives upload complete. [2023-05-03T23:55:07.799Z] INFO: archiving logs to Nexus