Pull request #327 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11411f0057ed928d3166128fb4b4ec67723ef7ec+00bdd2cabb0c43dfb1f93a71ebf53860aad231a4 (ac8cf34cb15dc40384073072189fbc78ab3cac9e) 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-ssh15379956473132975523.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-ssh11320759104153491763.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-327/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-327/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16299934835707800081.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-327/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11453121376621386739.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-ssh13508240431826538879.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-327/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-327/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18010751786197338664.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 Running on prd-ubuntu20.04-docker-8c-8g-11184 in /w/workspace/undry_device-onvif-camera_PR-327 [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-327 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 00bdd2cabb0c43dfb1f93a71ebf53860aad231a4 into PR head commit 11411f0057ed928d3166128fb4b4ec67723ef7ec Merge succeeded, producing 11411f0057ed928d3166128fb4b4ec67723ef7ec Checking out Revision 11411f0057ed928d3166128fb4b4ec67723ef7ec (PR-327) > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/327/head:refs/remotes/origin/PR-327 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11411f0057ed928d3166128fb4b4ec67723ef7ec # 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 00bdd2cabb0c43dfb1f93a71ebf53860aad231a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11411f0057ed928d3166128fb4b4ec67723ef7ec # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-27T04:00:46.376Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-27T04:00:46.579Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-27T04:00:46.706Z] ========================================================= [2023-04-27T04:00:46.706Z] EdgeX Global Pipelines Version Info [2023-04-27T04:00:46.706Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:00:47.474Z] ------------------- [2023-04-27T04:00:47.474Z] stable info: [2023-04-27T04:00:47.474Z] ------------------- [2023-04-27T04:00:47.474Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-27T04:00:47.474Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T04:00:47.474Z] Message: update stable to v1.0.248 [2023-04-27T04:00:48.046Z] ------------------- [2023-04-27T04:00:48.046Z] experimental info: [2023-04-27T04:00:48.046Z] ------------------- [2023-04-27T04:00:48.046Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-27T04:00:48.046Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T04:00:48.046Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-27T04:00:48.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-04-27T04:00:48.403Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-04-27T04:00:48.448Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-27T04:00:48.492Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-27T04:00:48.532Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-27T04:00:48.575Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-27T04:00:48.625Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-27T04:00:48.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-27T04:00:48.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-27T04:00:48.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-27T04:00:48.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-27T04:00:48.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-04-27T04:00:48.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-27T04:00:48.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-27T04:00:48.988Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T04:00:49.040Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T04:00:49.087Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T04:00:49.134Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T04:00:49.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-27T04:00:49.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-27T04:00:49.279Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-27T04:00:49.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-04-27T04:00:49.369Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-27T04:00:49.426Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-27T04:00:49.469Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-27T04:00:49.506Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-27T04:00:49.551Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-27T04:00:49.592Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-327 [Pipeline] echo [2023-04-27T04:00:49.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-327 [Pipeline] echo [2023-04-27T04:00:49.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-327 [Pipeline] echo [2023-04-27T04:00:49.723Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11411f0057ed928d3166128fb4b4ec67723ef7ec [Pipeline] echo [2023-04-27T04:00:49.773Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11411f0 [Pipeline] echo [2023-04-27T04:00:49.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T04:00:49.924Z] provisioning config files... [2023-04-27T04:00:49.955Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-327@tmp/config18168649732123093721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:00:50.295Z] ---> docker-login.sh [2023-04-27T04:00:50.296Z] nexus3.edgexfoundry.org:10001 [2023-04-27T04:00:50.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:00:50.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:00:50.557Z] Configure a credential helper to remove this warning. See [2023-04-27T04:00:50.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:00:50.557Z] [2023-04-27T04:00:50.557Z] Login Succeeded [2023-04-27T04:00:50.557Z] nexus3.edgexfoundry.org:10002 [2023-04-27T04:00:50.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:00:50.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:00:50.557Z] Configure a credential helper to remove this warning. See [2023-04-27T04:00:50.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:00:50.557Z] [2023-04-27T04:00:50.557Z] Login Succeeded [2023-04-27T04:00:50.557Z] nexus3.edgexfoundry.org:10003 [2023-04-27T04:00:50.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:00:50.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:00:50.817Z] Configure a credential helper to remove this warning. See [2023-04-27T04:00:50.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:00:50.817Z] [2023-04-27T04:00:50.817Z] Login Succeeded [2023-04-27T04:00:50.817Z] nexus3.edgexfoundry.org:10004 [2023-04-27T04:00:50.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:00:50.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:00:50.817Z] Configure a credential helper to remove this warning. See [2023-04-27T04:00:50.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:00:50.817Z] [2023-04-27T04:00:50.817Z] Login Succeeded [2023-04-27T04:00:50.817Z] docker.io [2023-04-27T04:00:50.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:00:51.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:00:51.077Z] Configure a credential helper to remove this warning. See [2023-04-27T04:00:51.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:00:51.077Z] [2023-04-27T04:00:51.077Z] Login Succeeded [2023-04-27T04:00:51.077Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T04:00:51.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-27T04:00:51.748Z] + git rev-list -1 --merges 11411f0057ed928d3166128fb4b4ec67723ef7ec~1..11411f0057ed928d3166128fb4b4ec67723ef7ec [Pipeline] echo [2023-04-27T04:00:51.782Z] -----------> git rev-list -1 --merges 11411f0057ed928d3166128fb4b4ec67723ef7ec~1..11411f0057ed928d3166128fb4b4ec67723ef7ec 11411f0057ed928d3166128fb4b4ec67723ef7ec [false] [Pipeline] sh [2023-04-27T04:00:52.094Z] + git log --format=format:%s -1 11411f0057ed928d3166128fb4b4ec67723ef7ec [Pipeline] echo [2023-04-27T04:00:52.134Z] ========================================================= [2023-04-27T04:00:52.134Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-27T04:00:52.134Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T04:00:52.668Z] + git log --format=format:%s -1 11411f0057ed928d3166128fb4b4ec67723ef7ec [Pipeline] echo [2023-04-27T04:00:52.703Z] [semverPrep] GIT_COMMIT: 11411f0057ed928d3166128fb4b4ec67723ef7ec, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-27T04:00:52.735Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-27T04:00:53.105Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-27T04:00:53.105Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-27T04:00:53.105Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-27T04:00:53.105Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-27T04:00:53.105Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-27T04:00:53.105Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-27T04:00:53.105Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:00:53.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T04:00:53.567Z] [2023-04-27T04:00:53.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:00:53.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T04:00:53.946Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-27T04:00:53.946Z] b85a868b505f: Pulling fs layer [2023-04-27T04:00:53.946Z] e2be974225ed: Pulling fs layer [2023-04-27T04:00:53.946Z] 339a4e72a1f5: Pulling fs layer [2023-04-27T04:00:53.946Z] 988bab9f4d93: Pulling fs layer [2023-04-27T04:00:53.946Z] 1469e6f7b9e6: Pulling fs layer [2023-04-27T04:00:53.946Z] eaf3925da568: Pulling fs layer [2023-04-27T04:00:53.946Z] bab4dde63d76: Pulling fs layer [2023-04-27T04:00:53.946Z] bde34c3a00c8: Pulling fs layer [2023-04-27T04:00:53.946Z] b352a97aabf1: Pulling fs layer [2023-04-27T04:00:53.946Z] 4872d77fe225: Pulling fs layer [2023-04-27T04:00:53.946Z] 5851b861e8e6: Pulling fs layer [2023-04-27T04:00:53.946Z] 988bab9f4d93: Waiting [2023-04-27T04:00:53.946Z] 1469e6f7b9e6: Waiting [2023-04-27T04:00:53.946Z] eaf3925da568: Waiting [2023-04-27T04:00:53.946Z] bab4dde63d76: Waiting [2023-04-27T04:00:53.946Z] bde34c3a00c8: Waiting [2023-04-27T04:00:53.946Z] b352a97aabf1: Waiting [2023-04-27T04:00:53.946Z] 4872d77fe225: Waiting [2023-04-27T04:00:53.946Z] 5851b861e8e6: Waiting [2023-04-27T04:00:53.946Z] e2be974225ed: Verifying Checksum [2023-04-27T04:00:53.946Z] e2be974225ed: Download complete [2023-04-27T04:00:53.946Z] 988bab9f4d93: Download complete [2023-04-27T04:00:53.946Z] 1469e6f7b9e6: Verifying Checksum [2023-04-27T04:00:53.946Z] 1469e6f7b9e6: Download complete [2023-04-27T04:00:54.206Z] 339a4e72a1f5: Verifying Checksum [2023-04-27T04:00:54.206Z] 339a4e72a1f5: Download complete [2023-04-27T04:00:54.206Z] eaf3925da568: Verifying Checksum [2023-04-27T04:00:54.206Z] eaf3925da568: Download complete [2023-04-27T04:00:54.206Z] bde34c3a00c8: Download complete [2023-04-27T04:00:54.206Z] b352a97aabf1: Verifying Checksum [2023-04-27T04:00:54.206Z] b352a97aabf1: Download complete [2023-04-27T04:00:54.206Z] 4872d77fe225: Verifying Checksum [2023-04-27T04:00:54.206Z] 4872d77fe225: Download complete [2023-04-27T04:00:54.206Z] 5851b861e8e6: Download complete [2023-04-27T04:00:54.206Z] b85a868b505f: Download complete [2023-04-27T04:00:54.467Z] bab4dde63d76: Verifying Checksum [2023-04-27T04:00:54.467Z] bab4dde63d76: Download complete [2023-04-27T04:00:55.402Z] b85a868b505f: Pull complete [2023-04-27T04:00:55.661Z] e2be974225ed: Pull complete [2023-04-27T04:00:55.921Z] 339a4e72a1f5: Pull complete [2023-04-27T04:00:56.181Z] 988bab9f4d93: Pull complete [2023-04-27T04:00:56.442Z] 1469e6f7b9e6: Pull complete [2023-04-27T04:00:56.442Z] eaf3925da568: Pull complete [2023-04-27T04:00:58.342Z] bab4dde63d76: Pull complete [2023-04-27T04:00:58.342Z] bde34c3a00c8: Pull complete [2023-04-27T04:00:58.342Z] b352a97aabf1: Pull complete [2023-04-27T04:00:58.625Z] 4872d77fe225: Pull complete [2023-04-27T04:00:58.625Z] 5851b861e8e6: Pull complete [2023-04-27T04:00:58.625Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-27T04:00:58.625Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T04:00:58.625Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:00:58.860Z] prd-ubuntu20.04-docker-8c-8g-11184 does not seem to be running inside a container [2023-04-27T04:00:58.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-327 -v /w/workspace/undry_device-onvif-camera_PR-327:/w/workspace/undry_device-onvif-camera_PR-327:rw,z -v /w/workspace/undry_device-onvif-camera_PR-327@tmp:/w/workspace/undry_device-onvif-camera_PR-327@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-27T04:01:01.314Z] $ docker top 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-27T04:01:01.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T04:01:01.504Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T04:01:01.629Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T04:01:01.637Z] $ docker exec 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e ssh-agent [2023-04-27T04:01:01.744Z] SSH_AUTH_SOCK=/tmp/ssh-9zQdlh2phvfP/agent.32 [2023-04-27T04:01:01.744Z] SSH_AGENT_PID=39 [2023-04-27T04:01:01.751Z] Running ssh-add (command line suppressed) [2023-04-27T04:01:01.862Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-327@tmp/private_key_2750042264252692229.key (/w/workspace/undry_device-onvif-camera_PR-327@tmp/private_key_2750042264252692229.key) [2023-04-27T04:01:01.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T04:01:02.203Z] + git tag --points-at HEAD [Pipeline] } [2023-04-27T04:01:02.233Z] $ docker exec --env ******** --env ******** 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e ssh-agent -k [2023-04-27T04:01:02.336Z] unset SSH_AUTH_SOCK; [2023-04-27T04:01:02.337Z] unset SSH_AGENT_PID; [2023-04-27T04:01:02.337Z] echo Agent pid 39 killed; [2023-04-27T04:01:02.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-27T04:01:02.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T04:01:02.436Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T04:01:02.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T04:01:02.567Z] $ docker exec 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e ssh-agent [2023-04-27T04:01:02.674Z] SSH_AUTH_SOCK=/tmp/ssh-uZ1q0KLXRZyQ/agent.73 [2023-04-27T04:01:02.674Z] SSH_AGENT_PID=79 [2023-04-27T04:01:02.679Z] Running ssh-add (command line suppressed) [2023-04-27T04:01:02.789Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-327@tmp/private_key_3506251164146239125.key (/w/workspace/undry_device-onvif-camera_PR-327@tmp/private_key_3506251164146239125.key) [2023-04-27T04:01:02.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T04:01:03.165Z] + git semver init [2023-04-27T04:01:03.426Z] 2023-04-27 04:01:03,348 [run_init] DEBUG init version:0.0.0 force:False [2023-04-27T04:01:03.426Z] 2023-04-27 04:01:03,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-327/.semver [2023-04-27T04:01:03.426Z] 2023-04-27 04:01:03,350 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-327/.semver [2023-04-27T04:01:03.426Z] 2023-04-27 04:01:03,350 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-327/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-327, universal_newlines=False, shell=None, istream=None) [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,282 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-327/.git/info/exclude [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,283 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-327/.semver/PR-327 with force:False [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,283 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-327/.semver/PR-327 [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,287 [execute] INFO git cat-file --batch-check [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,288 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-327/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,294 [execute] INFO git cat-file --batch [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,295 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-327/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T04:01:04.363Z] 2023-04-27 04:01:04,300 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-327/.semver/PR-327 [2023-04-27T04:01:04.363Z] 0.0.0 [Pipeline] } [2023-04-27T04:01:04.395Z] $ docker exec --env ******** --env ******** 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e ssh-agent -k [2023-04-27T04:01:04.495Z] unset SSH_AUTH_SOCK; [2023-04-27T04:01:04.495Z] unset SSH_AGENT_PID; [2023-04-27T04:01:04.495Z] echo Agent pid 79 killed; [2023-04-27T04:01:04.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-27T04:01:04.947Z] + git semver [Pipeline] } [2023-04-27T04:01:05.234Z] $ docker stop --time=1 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e [2023-04-27T04:01:06.502Z] $ docker rm -f --volumes 73abd0d41ed326465f7c44c39a5b5e616ea2c6d11965ef89d65bd020fe18ff0e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T04:01:08.057Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-27T04:01:08.571Z] Stashed 1 file(s) [Pipeline] echo [2023-04-27T04:01:08.588Z] [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-04-27T04:01:09.199Z] provisioning config files... [2023-04-27T04:01:09.209Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-327@tmp/config8466536406217562947tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:01:09.556Z] ---> docker-login.sh [2023-04-27T04:01:09.557Z] nexus3.edgexfoundry.org:10001 [2023-04-27T04:01:09.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:01:09.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:01:09.557Z] Configure a credential helper to remove this warning. See [2023-04-27T04:01:09.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:01:09.557Z] [2023-04-27T04:01:09.557Z] Login Succeeded [2023-04-27T04:01:09.557Z] nexus3.edgexfoundry.org:10002 [2023-04-27T04:01:09.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:01:09.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:01:09.557Z] Configure a credential helper to remove this warning. See [2023-04-27T04:01:09.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:01:09.557Z] [2023-04-27T04:01:09.557Z] Login Succeeded [2023-04-27T04:01:09.557Z] nexus3.edgexfoundry.org:10003 [2023-04-27T04:01:09.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:01:09.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:01:09.820Z] Configure a credential helper to remove this warning. See [2023-04-27T04:01:09.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:01:09.820Z] [2023-04-27T04:01:09.820Z] Login Succeeded [2023-04-27T04:01:09.820Z] nexus3.edgexfoundry.org:10004 [2023-04-27T04:01:09.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:01:09.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:01:09.820Z] Configure a credential helper to remove this warning. See [2023-04-27T04:01:09.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:01:09.820Z] [2023-04-27T04:01:09.820Z] Login Succeeded [2023-04-27T04:01:09.820Z] docker.io [2023-04-27T04:01:10.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:01:10.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:01:10.080Z] Configure a credential helper to remove this warning. See [2023-04-27T04:01:10.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:01:10.080Z] [2023-04-27T04:01:10.080Z] Login Succeeded [2023-04-27T04:01:10.080Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T04:01:10.109Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T04:01:10.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T04:01:10.331Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T04:01:10.359Z] ========================================================= [2023-04-27T04:01:10.359Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-27T04:01:10.359Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:01:10.838Z] + 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-04-27T04:01:10.838Z] Sending build context to Docker daemon 26.97MB [2023-04-27T04:01:10.838Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T04:01:10.838Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-27T04:01:11.099Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-27T04:01:11.099Z] f56be85fc22e: Pulling fs layer [2023-04-27T04:01:11.099Z] 85791d961cd3: Pulling fs layer [2023-04-27T04:01:11.099Z] d694b5ae8c79: Pulling fs layer [2023-04-27T04:01:11.099Z] 9f32a84ed3da: Pulling fs layer [2023-04-27T04:01:11.099Z] 4d19c01a9841: Pulling fs layer [2023-04-27T04:01:11.099Z] 9325e15d5711: Pulling fs layer [2023-04-27T04:01:11.099Z] 556b6ee489ea: Pulling fs layer [2023-04-27T04:01:11.099Z] c5a4b2cf53e6: Pulling fs layer [2023-04-27T04:01:11.099Z] 9f32a84ed3da: Waiting [2023-04-27T04:01:11.099Z] 4d19c01a9841: Waiting [2023-04-27T04:01:11.099Z] 9325e15d5711: Waiting [2023-04-27T04:01:11.099Z] 556b6ee489ea: Waiting [2023-04-27T04:01:11.099Z] c5a4b2cf53e6: Waiting [2023-04-27T04:01:11.099Z] 85791d961cd3: Verifying Checksum [2023-04-27T04:01:11.099Z] 85791d961cd3: Download complete [2023-04-27T04:01:11.099Z] 9f32a84ed3da: Verifying Checksum [2023-04-27T04:01:11.099Z] 4d19c01a9841: Verifying Checksum [2023-04-27T04:01:11.099Z] 4d19c01a9841: Download complete [2023-04-27T04:01:11.099Z] f56be85fc22e: Verifying Checksum [2023-04-27T04:01:11.099Z] f56be85fc22e: Download complete [2023-04-27T04:01:11.099Z] 9325e15d5711: Download complete [2023-04-27T04:01:11.099Z] f56be85fc22e: Pull complete [2023-04-27T04:01:11.358Z] 85791d961cd3: Pull complete [2023-04-27T04:01:11.616Z] c5a4b2cf53e6: Verifying Checksum [2023-04-27T04:01:11.616Z] c5a4b2cf53e6: Download complete [2023-04-27T04:01:11.616Z] d694b5ae8c79: Verifying Checksum [2023-04-27T04:01:11.616Z] d694b5ae8c79: Download complete [2023-04-27T04:01:11.874Z] 556b6ee489ea: Verifying Checksum [2023-04-27T04:01:11.874Z] 556b6ee489ea: Download complete [2023-04-27T04:01:15.156Z] d694b5ae8c79: Pull complete [2023-04-27T04:01:15.156Z] 9f32a84ed3da: Pull complete [2023-04-27T04:01:15.156Z] 4d19c01a9841: Pull complete [2023-04-27T04:01:15.156Z] 9325e15d5711: Pull complete [2023-04-27T04:01:17.053Z] 556b6ee489ea: Pull complete [2023-04-27T04:01:17.618Z] c5a4b2cf53e6: Pull complete [2023-04-27T04:01:17.618Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-27T04:01:17.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-27T04:01:17.618Z] ---> c4be618373d6 [2023-04-27T04:01:17.618Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-27T04:01:21.914Z] ---> Running in 151b45ca72f1 [2023-04-27T04:01:21.914Z] Removing intermediate container 151b45ca72f1 [2023-04-27T04:01:21.914Z] ---> a6a361c81cab [2023-04-27T04:01:21.914Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T04:01:21.914Z] ---> Running in 0e56f7603c56 [2023-04-27T04:01:21.914Z] Removing intermediate container 0e56f7603c56 [2023-04-27T04:01:21.914Z] ---> f02b610a474b [2023-04-27T04:01:21.914Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T04:01:21.914Z] ---> Running in 7ce489110181 [2023-04-27T04:01:21.914Z] Removing intermediate container 7ce489110181 [2023-04-27T04:01:21.914Z] ---> 93a2cf6349ee [2023-04-27T04:01:21.914Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T04:01:21.914Z] ---> Running in 635a413f0f9f [2023-04-27T04:01:21.914Z] Removing intermediate container 635a413f0f9f [2023-04-27T04:01:21.914Z] ---> 94f5c6ce2576 [2023-04-27T04:01:21.914Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-27T04:01:21.914Z] ---> Running in 6f0651e91c94 [2023-04-27T04:01:21.914Z] Removing intermediate container 6f0651e91c94 [2023-04-27T04:01:21.914Z] ---> 49400a019728 [2023-04-27T04:01:21.914Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T04:01:21.914Z] ---> Running in 0d8d037e414e [2023-04-27T04:01:22.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T04:01:22.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T04:01:22.710Z] OK: 265 MiB in 53 packages [2023-04-27T04:01:22.970Z] Removing intermediate container 0d8d037e414e [2023-04-27T04:01:22.970Z] ---> a37139b26af7 [2023-04-27T04:01:22.970Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-27T04:01:22.970Z] ---> Running in 64fcb0e97439 [2023-04-27T04:01:22.970Z] Removing intermediate container 64fcb0e97439 [2023-04-27T04:01:22.970Z] ---> 27bee4864949 [2023-04-27T04:01:22.970Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-27T04:01:23.232Z] ---> 4f24bf1cd2fb [2023-04-27T04:01:23.232Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T04:01:23.232Z] ---> Running in 9bd729f75598 [2023-04-27T04:01:24.018Z] Still waiting to schedule task [2023-04-27T04:01:24.018Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-11853’ [2023-04-27T04:02:01.964Z] Removing intermediate container 9bd729f75598 [2023-04-27T04:02:01.964Z] ---> d63992602b91 [2023-04-27T04:02:01.964Z] Step 12/13 : COPY . . [2023-04-27T04:02:01.964Z] ---> 07c67af3b5b3 [2023-04-27T04:02:01.964Z] Step 13/13 : RUN ${MAKE} [2023-04-27T04:02:01.964Z] ---> Running in e24c8f50c9e7 [2023-04-27T04:02:01.964Z] noop [2023-04-27T04:02:01.964Z] Removing intermediate container e24c8f50c9e7 [2023-04-27T04:02:01.964Z] ---> bc29b8144060 [2023-04-27T04:02:01.964Z] Successfully built bc29b8144060 [2023-04-27T04:02:01.965Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:02:02.415Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T04:02:02.415Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:02:02.571Z] prd-ubuntu20.04-docker-8c-8g-11184 does not seem to be running inside a container [2023-04-27T04:02:02.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-327 -v /w/workspace/undry_device-onvif-camera_PR-327:/w/workspace/undry_device-onvif-camera_PR-327:rw,z -v /w/workspace/undry_device-onvif-camera_PR-327@tmp:/w/workspace/undry_device-onvif-camera_PR-327@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 ******** ci-base-image-x86_64 cat [2023-04-27T04:02:02.911Z] $ docker top 3a8b52008c1823e796c415205a0c6c30f6f9ab4909870b0fc97be4f1fa481285 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T04:02:03.290Z] + go version [2023-04-27T04:02:03.290Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-27T04:02:03.329Z] $ docker stop --time=1 3a8b52008c1823e796c415205a0c6c30f6f9ab4909870b0fc97be4f1fa481285 [2023-04-27T04:02:04.585Z] $ docker rm -f --volumes 3a8b52008c1823e796c415205a0c6c30f6f9ab4909870b0fc97be4f1fa481285 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:02:05.284Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T04:02:05.284Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:02:05.436Z] prd-ubuntu20.04-docker-8c-8g-11184 does not seem to be running inside a container [2023-04-27T04:02:05.473Z] $ 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-327 -v /w/workspace/undry_device-onvif-camera_PR-327:/w/workspace/undry_device-onvif-camera_PR-327:rw,z -v /w/workspace/undry_device-onvif-camera_PR-327@tmp:/w/workspace/undry_device-onvif-camera_PR-327@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 ******** ci-base-image-x86_64 cat [2023-04-27T04:02:05.819Z] $ docker top aace4fabcd749b0112debe4da793a56973ad9ab91e935d896e1c862f36c8f8d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T04:02:06.205Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-327 [Pipeline] fileExists [Pipeline] sh [2023-04-27T04:02:06.561Z] + make test [2023-04-27T04:02:06.561Z] go test ./... -coverprofile=coverage.out ./... [2023-04-27T04:02:11.826Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-27T04:02:21.839Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-04-27T04:02:21.839Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-27T04:02:23.223Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.033s coverage: 31.6% of statements [2023-04-27T04:02:23.483Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.130s coverage: 86.5% of statements [2023-04-27T04:02:31.596Z] go vet ./... [2023-04-27T04:02:34.124Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T04:02:34.124Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T04:02:34.383Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-27T04:02:34.427Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T04:02:34.462Z] $ docker stop --time=1 aace4fabcd749b0112debe4da793a56973ad9ab91e935d896e1c862f36c8f8d1 [2023-04-27T04:02:38.481Z] $ docker rm -f --volumes aace4fabcd749b0112debe4da793a56973ad9ab91e935d896e1c862f36c8f8d1 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T04:02:39.017Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T04:02:39.096Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-27T04:02:39.779Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T04:02:40.091Z] + ls -al . [2023-04-27T04:02:40.091Z] total 236 [2023-04-27T04:02:40.091Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 04:02 . [2023-04-27T04:02:40.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:00 .. [2023-04-27T04:02:40.091Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 04:01 .git [2023-04-27T04:02:40.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 04:00 .github [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 496 Apr 27 04:00 .gitignore [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 27 04:00 .golangci.yml [2023-04-27T04:02:40.091Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 04:01 .semver [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 9861 Apr 27 04:00 Attribution.txt [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 6312 Apr 27 04:00 CHANGELOG.md [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 1574 Apr 27 04:00 Dockerfile [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 04:00 GOVERNANCE.md [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 734 Apr 27 04:00 Jenkinsfile [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 27 04:00 LICENSE [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 2751 Apr 27 04:00 Makefile [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 27 04:00 OWNERS.md [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 6250 Apr 27 04:00 README.md [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 04:01 VERSION [2023-04-27T04:02:40.091Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 04:00 bin [2023-04-27T04:02:40.091Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 04:00 cmd [2023-04-27T04:02:40.091Z] -rw-r--r-- 1 jenkins jenkins 78922 Apr 27 04:02 coverage.out [2023-04-27T04:02:40.091Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 27 04:00 doc [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 3557 Apr 27 04:00 go.mod [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 32947 Apr 27 04:00 go.sum [2023-04-27T04:02:40.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:00 internal [2023-04-27T04:02:40.091Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:00 snap [2023-04-27T04:02:40.091Z] -rw-rw-r-- 1 jenkins jenkins 236 Apr 27 04:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:02:40.479Z] + 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=11411f0057ed928d3166128fb4b4ec67723ef7ec --label arch=amd64 --label version=0.0.0 . [2023-04-27T04:02:40.479Z] Sending build context to Docker daemon 27.05MB [2023-04-27T04:02:40.479Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T04:02:40.479Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-27T04:02:40.479Z] ---> bc29b8144060 [2023-04-27T04:02:40.479Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-04-27T04:02:41.052Z] ---> Running in bd23ad5cf99d [2023-04-27T04:02:41.052Z] Removing intermediate container bd23ad5cf99d [2023-04-27T04:02:41.052Z] ---> 942d6343ed1b [2023-04-27T04:02:41.052Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T04:02:41.052Z] ---> Running in ec823a7b2a06 [2023-04-27T04:02:41.052Z] Removing intermediate container ec823a7b2a06 [2023-04-27T04:02:41.052Z] ---> 30a05f41a0e2 [2023-04-27T04:02:41.052Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T04:02:41.052Z] ---> Running in 6e6fe57b0950 [2023-04-27T04:02:41.052Z] Removing intermediate container 6e6fe57b0950 [2023-04-27T04:02:41.052Z] ---> 097b9b91d827 [2023-04-27T04:02:41.052Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T04:02:41.052Z] ---> Running in 96b746cffb7f [2023-04-27T04:02:41.312Z] Removing intermediate container 96b746cffb7f [2023-04-27T04:02:41.312Z] ---> 1f47367ee97c [2023-04-27T04:02:41.312Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-04-27T04:02:41.312Z] ---> Running in 2ea239d82f87 [2023-04-27T04:02:41.312Z] Removing intermediate container 2ea239d82f87 [2023-04-27T04:02:41.312Z] ---> aac2725ba155 [2023-04-27T04:02:41.312Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T04:02:41.312Z] ---> Running in fc13df5b40da [2023-04-27T04:02:41.572Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T04:02:41.831Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T04:02:41.831Z] OK: 265 MiB in 53 packages [2023-04-27T04:02:42.091Z] Removing intermediate container fc13df5b40da [2023-04-27T04:02:42.091Z] ---> 17d8fa5a1cc6 [2023-04-27T04:02:42.091Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-04-27T04:02:42.091Z] ---> Running in 847adb85ba0a [2023-04-27T04:02:42.351Z] Removing intermediate container 847adb85ba0a [2023-04-27T04:02:42.351Z] ---> b85f763b4740 [2023-04-27T04:02:42.351Z] Step 10/26 : COPY go.mod vendor* ./ [2023-04-27T04:02:42.351Z] ---> 58a22d7ca145 [2023-04-27T04:02:42.351Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T04:02:42.351Z] ---> Running in 694984d58ea6 [2023-04-27T04:02:43.291Z] Removing intermediate container 694984d58ea6 [2023-04-27T04:02:43.291Z] ---> 88f75e1f82fa [2023-04-27T04:02:43.291Z] Step 12/26 : COPY . . [2023-04-27T04:02:44.236Z] ---> 3a38a361e529 [2023-04-27T04:02:44.236Z] Step 13/26 : RUN ${MAKE} [2023-04-27T04:02:44.236Z] ---> Running in 64b9d7c583ca [2023-04-27T04:02:44.495Z] 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-04-27T04:03:06.422Z] Removing intermediate container 64b9d7c583ca [2023-04-27T04:03:06.422Z] ---> 3240b019223c [2023-04-27T04:03:06.422Z] Step 14/26 : FROM alpine:3.17 [2023-04-27T04:03:06.422Z] 3.17: Pulling from library/alpine [2023-04-27T04:03:06.422Z] f56be85fc22e: Already exists [2023-04-27T04:03:06.422Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T04:03:06.422Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T04:03:06.422Z] ---> 9ed4aefc74f6 [2023-04-27T04:03:06.422Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-27T04:03:06.422Z] ---> Running in 11d375bb54a0 [2023-04-27T04:03:06.422Z] Removing intermediate container 11d375bb54a0 [2023-04-27T04:03:06.422Z] ---> f871f3762ff0 [2023-04-27T04:03:06.422Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-04-27T04:03:06.422Z] ---> Running in 61b0a59ced9d [2023-04-27T04:03:06.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T04:03:06.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T04:03:06.422Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T04:03:06.422Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T04:03:06.422Z] OK: 7 MiB in 16 packages [2023-04-27T04:03:06.422Z] Removing intermediate container 61b0a59ced9d [2023-04-27T04:03:06.422Z] ---> f3b5e251ad62 [2023-04-27T04:03:06.422Z] Step 17/26 : WORKDIR / [2023-04-27T04:03:06.422Z] ---> Running in 092aee6cf069 [2023-04-27T04:03:06.422Z] Removing intermediate container 092aee6cf069 [2023-04-27T04:03:06.422Z] ---> 81e3573a5202 [2023-04-27T04:03:06.422Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-04-27T04:03:06.422Z] ---> e19a797e90a6 [2023-04-27T04:03:06.422Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-04-27T04:03:06.422Z] ---> 3643c71c6ddc [2023-04-27T04:03:06.422Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-04-27T04:03:06.422Z] ---> d5f27d804865 [2023-04-27T04:03:06.422Z] Step 21/26 : EXPOSE 59984 [2023-04-27T04:03:06.422Z] ---> Running in 92b759ec049e [2023-04-27T04:03:06.422Z] Removing intermediate container 92b759ec049e [2023-04-27T04:03:06.422Z] ---> dd64f8e7d84e [2023-04-27T04:03:06.422Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-04-27T04:03:06.422Z] ---> Running in 08654c18d318 [2023-04-27T04:03:06.422Z] Removing intermediate container 08654c18d318 [2023-04-27T04:03:06.422Z] ---> 56dfe0f7c34f [2023-04-27T04:03:06.422Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T04:03:06.422Z] ---> Running in a3182fae66ef [2023-04-27T04:03:06.422Z] Removing intermediate container a3182fae66ef [2023-04-27T04:03:06.422Z] ---> 969f014e0347 [2023-04-27T04:03:06.422Z] Step 24/26 : LABEL arch=amd64 [2023-04-27T04:03:06.422Z] ---> Running in e04ff8731eb1 [2023-04-27T04:03:06.422Z] Removing intermediate container e04ff8731eb1 [2023-04-27T04:03:06.422Z] ---> ecb06d4fbca4 [2023-04-27T04:03:06.422Z] Step 25/26 : LABEL git_sha=11411f0057ed928d3166128fb4b4ec67723ef7ec [2023-04-27T04:03:06.422Z] ---> Running in dbca4fd88d97 [2023-04-27T04:03:06.422Z] Removing intermediate container dbca4fd88d97 [2023-04-27T04:03:06.422Z] ---> 66737260e2ad [2023-04-27T04:03:06.422Z] Step 26/26 : LABEL version=0.0.0 [2023-04-27T04:03:06.422Z] ---> Running in 8519c66d1eec [2023-04-27T04:03:06.422Z] Removing intermediate container 8519c66d1eec [2023-04-27T04:03:06.422Z] ---> 9ce5b1b669aa [2023-04-27T04:03:06.422Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T04:03:06.422Z] Successfully built 9ce5b1b669aa [2023-04-27T04:03:06.422Z] 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-04-27T04:03:07.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T04:03:07.283Z] [2023-04-27T04:03:07.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:03:07.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T04:03:07.665Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-27T04:03:07.665Z] 5eb5b503b376: Pulling fs layer [2023-04-27T04:03:07.665Z] 5c69ac0246d0: Pulling fs layer [2023-04-27T04:03:07.665Z] ec43610c2a17: Pulling fs layer [2023-04-27T04:03:07.665Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-27T04:03:07.665Z] 33b1e0a273af: Pulling fs layer [2023-04-27T04:03:07.665Z] 5d3b04190fa2: Pulling fs layer [2023-04-27T04:03:07.665Z] 2f39f015ded8: Pulling fs layer [2023-04-27T04:03:07.665Z] 33b1e0a273af: Waiting [2023-04-27T04:03:07.665Z] 5d3b04190fa2: Waiting [2023-04-27T04:03:07.665Z] 2f39f015ded8: Waiting [2023-04-27T04:03:07.665Z] 3a2ae6a8a46f: Waiting [2023-04-27T04:03:07.665Z] 5c69ac0246d0: Download complete [2023-04-27T04:03:07.665Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-27T04:03:07.665Z] 3a2ae6a8a46f: Download complete [2023-04-27T04:03:07.665Z] 33b1e0a273af: Verifying Checksum [2023-04-27T04:03:07.665Z] 33b1e0a273af: Download complete [2023-04-27T04:03:07.665Z] ec43610c2a17: Verifying Checksum [2023-04-27T04:03:07.665Z] ec43610c2a17: Download complete [2023-04-27T04:03:07.665Z] 5d3b04190fa2: Download complete [2023-04-27T04:03:07.929Z] 5eb5b503b376: Verifying Checksum [2023-04-27T04:03:07.929Z] 5eb5b503b376: Download complete [2023-04-27T04:03:08.495Z] 2f39f015ded8: Download complete [2023-04-27T04:03:09.064Z] 5eb5b503b376: Pull complete [2023-04-27T04:03:09.064Z] 5c69ac0246d0: Pull complete [2023-04-27T04:03:09.324Z] ec43610c2a17: Pull complete [2023-04-27T04:03:09.582Z] 3a2ae6a8a46f: Pull complete [2023-04-27T04:03:09.582Z] 33b1e0a273af: Pull complete [2023-04-27T04:03:09.841Z] 5d3b04190fa2: Pull complete [2023-04-27T04:03:14.028Z] 2f39f015ded8: Pull complete [2023-04-27T04:03:14.028Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-27T04:03:14.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T04:03:14.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:03:14.237Z] prd-ubuntu20.04-docker-8c-8g-11184 does not seem to be running inside a container [2023-04-27T04:03:14.272Z] $ 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-327 -v /w/workspace/undry_device-onvif-camera_PR-327:/w/workspace/undry_device-onvif-camera_PR-327:rw,z -v /w/workspace/undry_device-onvif-camera_PR-327@tmp:/w/workspace/undry_device-onvif-camera_PR-327@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-04-27T04:03:18.498Z] $ docker top bb7609f9348c727b463f42761413a81223e1809e7273dd259d646d2d817e455c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:03:18.933Z] ---> job-cost.sh [2023-04-27T04:03:18.933Z] lf-activate-venv: SKIPPING [2023-04-27T04:03:18.933Z] INFO: No Stack... [2023-04-27T04:03:19.192Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T04:03:19.761Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T04:03:20.073Z] + cat /w/workspace/undry_device-onvif-camera_PR-327/archives/cost.csv [2023-04-27T04:03:20.073Z] + cut -d, -f6 [Pipeline] lock [2023-04-27T04:03:20.111Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [2023-04-27T04:03:20.115Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] did not exist. Created. [2023-04-27T04:03:20.115Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T04:03:20.519Z] + echo total: 0.4399999976158142 [Pipeline] stash [2023-04-27T04:03:20.571Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T04:03:20.600Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T04:03:20.676Z] $ docker stop --time=1 bb7609f9348c727b463f42761413a81223e1809e7273dd259d646d2d817e455c [2023-04-27T04:03:21.834Z] $ docker rm -f --volumes bb7609f9348c727b463f42761413a81223e1809e7273dd259d646d2d817e455c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-27T04:06:30.166Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11857 in /w/workspace/undry_device-onvif-camera_PR-327 [Pipeline] { [Pipeline] ws [2023-04-27T04:06:30.225Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-04-27T04:06:30.308Z] The recommended git tool is: git [2023-04-27T04:06:37.775Z] using credential edgex-jenkins-ssh [2023-04-27T04:06:37.792Z] Cloning the remote Git repository [2023-04-27T04:06:37.845Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-27T04:06:37.966Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-04-27T04:06:38.158Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-27T04:06:38.159Z] > git --version # timeout=10 [2023-04-27T04:06:38.190Z] > git --version # 'git version 2.25.1' [2023-04-27T04:06:38.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T04:06:38.394Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T04:06:39.810Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-27T04:06:39.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T04:06:41.316Z] Merging remotes/origin/main commit 00bdd2cabb0c43dfb1f93a71ebf53860aad231a4 into PR head commit 11411f0057ed928d3166128fb4b4ec67723ef7ec [2023-04-27T04:06:41.801Z] Merge succeeded, producing 11411f0057ed928d3166128fb4b4ec67723ef7ec [2023-04-27T04:06:41.802Z] Checking out Revision 11411f0057ed928d3166128fb4b4ec67723ef7ec (PR-327) [2023-04-27T04:06:40.697Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-27T04:06:40.754Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-27T04:06:40.756Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T04:06:40.782Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/327/head:refs/remotes/origin/PR-327 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-27T04:06:41.338Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T04:06:41.403Z] > git checkout -f 11411f0057ed928d3166128fb4b4ec67723ef7ec # timeout=10 [2023-04-27T04:06:41.688Z] > git remote # timeout=10 [2023-04-27T04:06:41.710Z] > git config --get remote.origin.url # timeout=10 [2023-04-27T04:06:41.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T04:06:41.753Z] > git merge 00bdd2cabb0c43dfb1f93a71ebf53860aad231a4 # timeout=10 [2023-04-27T04:06:41.783Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-27T04:06:41.809Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T04:06:41.826Z] > git checkout -f 11411f0057ed928d3166128fb4b4ec67723ef7ec # timeout=10 [2023-04-27T04:06:42.662Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-27T04:06:42.715Z] > git --version # timeout=10 [2023-04-27T04:06:42.727Z] > git --version # 'git version 2.25.1' [2023-04-27T04:06:42.748Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T04:06:44.022Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-27T04:06:44.022Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T04:06:44.022Z] Dload Upload Total Spent Left Speed [2023-04-27T04:06:44.022Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh [2023-04-27T04:06:44.619Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-27T04:06:44.975Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-27T04:06:44.975Z] + sudo tee /etc/docker/daemon.new [2023-04-27T04:06:44.975Z] { [2023-04-27T04:06:44.975Z] "registry-mirrors": [ [2023-04-27T04:06:44.975Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-27T04:06:44.975Z] ], [2023-04-27T04:06:44.975Z] "bip": "10.250.0.254/24", [2023-04-27T04:06:44.975Z] "hosts": [ [2023-04-27T04:06:44.975Z] "tcp://0.0.0.0:5555", [2023-04-27T04:06:44.975Z] "unix:///var/run/docker.sock" [2023-04-27T04:06:44.975Z] ], [2023-04-27T04:06:44.975Z] "mtu": 1458, [2023-04-27T04:06:44.975Z] "selinux-enabled": true, [2023-04-27T04:06:44.975Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-27T04:06:44.975Z] } [Pipeline] sh [2023-04-27T04:06:45.322Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-27T04:06:45.683Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T04:07:04.033Z] provisioning config files... [2023-04-27T04:07:04.061Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config17413049830726000486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:07:04.455Z] ---> docker-login.sh [2023-04-27T04:07:04.455Z] nexus3.edgexfoundry.org:10001 [2023-04-27T04:07:04.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:07:05.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:07:05.000Z] Configure a credential helper to remove this warning. See [2023-04-27T04:07:05.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:07:05.000Z] [2023-04-27T04:07:05.000Z] Login Succeeded [2023-04-27T04:07:05.000Z] nexus3.edgexfoundry.org:10002 [2023-04-27T04:07:05.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:07:05.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:07:05.271Z] Configure a credential helper to remove this warning. See [2023-04-27T04:07:05.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:07:05.271Z] [2023-04-27T04:07:05.271Z] Login Succeeded [2023-04-27T04:07:05.543Z] nexus3.edgexfoundry.org:10003 [2023-04-27T04:07:05.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:07:05.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:07:05.816Z] Configure a credential helper to remove this warning. See [2023-04-27T04:07:05.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:07:05.816Z] [2023-04-27T04:07:05.816Z] Login Succeeded [2023-04-27T04:07:05.816Z] nexus3.edgexfoundry.org:10004 [2023-04-27T04:07:06.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:07:06.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:07:06.090Z] Configure a credential helper to remove this warning. See [2023-04-27T04:07:06.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:07:06.090Z] [2023-04-27T04:07:06.090Z] Login Succeeded [2023-04-27T04:07:06.090Z] docker.io [2023-04-27T04:07:06.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T04:07:06.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T04:07:06.630Z] Configure a credential helper to remove this warning. See [2023-04-27T04:07:06.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T04:07:06.630Z] [2023-04-27T04:07:06.630Z] Login Succeeded [2023-04-27T04:07:06.630Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T04:07:06.662Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T04:07:07.058Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T04:07:07.095Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T04:07:07.132Z] ========================================================= [2023-04-27T04:07:07.132Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-27T04:07:07.132Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:07:07.648Z] + 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-04-27T04:07:08.239Z] Sending build context to Docker daemon 19.68MB [2023-04-27T04:07:08.239Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T04:07:08.239Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-27T04:07:08.239Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-27T04:07:08.239Z] c41833b44d91: Pulling fs layer [2023-04-27T04:07:08.239Z] ed15518f5707: Pulling fs layer [2023-04-27T04:07:08.239Z] feae8fd75edb: Pulling fs layer [2023-04-27T04:07:08.239Z] 242c74f7c9fa: Pulling fs layer [2023-04-27T04:07:08.239Z] 3cdef696dda3: Pulling fs layer [2023-04-27T04:07:08.239Z] 2ced38df9373: Pulling fs layer [2023-04-27T04:07:08.239Z] 58f1dce35555: Pulling fs layer [2023-04-27T04:07:08.239Z] 3cdef696dda3: Waiting [2023-04-27T04:07:08.239Z] 2ced38df9373: Waiting [2023-04-27T04:07:08.239Z] 58f1dce35555: Waiting [2023-04-27T04:07:08.239Z] 242c74f7c9fa: Waiting [2023-04-27T04:07:08.511Z] ed15518f5707: Verifying Checksum [2023-04-27T04:07:08.511Z] ed15518f5707: Download complete [2023-04-27T04:07:08.511Z] 242c74f7c9fa: Verifying Checksum [2023-04-27T04:07:08.511Z] 242c74f7c9fa: Download complete [2023-04-27T04:07:08.511Z] 3cdef696dda3: Verifying Checksum [2023-04-27T04:07:08.511Z] 3cdef696dda3: Download complete [2023-04-27T04:07:08.511Z] c41833b44d91: Verifying Checksum [2023-04-27T04:07:08.511Z] c41833b44d91: Download complete [2023-04-27T04:07:09.482Z] c41833b44d91: Pull complete [2023-04-27T04:07:09.892Z] 58f1dce35555: Verifying Checksum [2023-04-27T04:07:09.892Z] 58f1dce35555: Download complete [2023-04-27T04:07:10.500Z] ed15518f5707: Pull complete [2023-04-27T04:07:11.101Z] feae8fd75edb: Verifying Checksum [2023-04-27T04:07:11.101Z] feae8fd75edb: Download complete [2023-04-27T04:07:11.101Z] 2ced38df9373: Verifying Checksum [2023-04-27T04:07:11.101Z] 2ced38df9373: Download complete [2023-04-27T04:07:23.440Z] feae8fd75edb: Pull complete [2023-04-27T04:07:23.440Z] 242c74f7c9fa: Pull complete [2023-04-27T04:07:23.440Z] 3cdef696dda3: Pull complete [2023-04-27T04:07:31.663Z] 2ced38df9373: Pull complete [2023-04-27T04:07:34.262Z] 58f1dce35555: Pull complete [2023-04-27T04:07:34.262Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-27T04:07:34.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-27T04:07:34.262Z] ---> fadd8f120f05 [2023-04-27T04:07:34.262Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-27T04:07:35.690Z] ---> Running in 78fec34995c1 [2023-04-27T04:07:35.958Z] Removing intermediate container 78fec34995c1 [2023-04-27T04:07:35.958Z] ---> 0e58fd2bf986 [2023-04-27T04:07:35.958Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T04:07:35.958Z] ---> Running in b4926bd25abd [2023-04-27T04:07:36.227Z] Removing intermediate container b4926bd25abd [2023-04-27T04:07:36.227Z] ---> 85ab26596158 [2023-04-27T04:07:36.227Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T04:07:36.493Z] ---> Running in 6d291da2f6c2 [2023-04-27T04:07:36.766Z] Removing intermediate container 6d291da2f6c2 [2023-04-27T04:07:36.766Z] ---> ad3098b077d5 [2023-04-27T04:07:36.766Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T04:07:36.766Z] ---> Running in a561f0533bef [2023-04-27T04:07:37.035Z] Removing intermediate container a561f0533bef [2023-04-27T04:07:37.035Z] ---> 4165c3e47c48 [2023-04-27T04:07:37.035Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-27T04:07:37.035Z] ---> Running in 77b826e2c369 [2023-04-27T04:07:37.307Z] Removing intermediate container 77b826e2c369 [2023-04-27T04:07:37.307Z] ---> 716c69859379 [2023-04-27T04:07:37.307Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T04:07:37.307Z] ---> Running in 4af66c933b2c [2023-04-27T04:07:38.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T04:07:38.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T04:07:39.963Z] OK: 263 MiB in 53 packages [2023-04-27T04:07:40.929Z] Removing intermediate container 4af66c933b2c [2023-04-27T04:07:40.929Z] ---> f18ac07fd468 [2023-04-27T04:07:40.929Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-27T04:07:40.929Z] ---> Running in 18b5691f8d99 [2023-04-27T04:07:41.197Z] Removing intermediate container 18b5691f8d99 [2023-04-27T04:07:41.197Z] ---> 401c8f036e43 [2023-04-27T04:07:41.197Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-27T04:07:41.781Z] ---> 793cd497b2b9 [2023-04-27T04:07:41.781Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T04:07:41.781Z] ---> Running in 5baf4515cf56 [2023-04-27T04:08:49.692Z] Removing intermediate container 5baf4515cf56 [2023-04-27T04:08:49.692Z] ---> b2581fb9a4a2 [2023-04-27T04:08:49.692Z] Step 12/13 : COPY . . [2023-04-27T04:08:53.960Z] ---> 59c9e274ac8b [2023-04-27T04:08:53.960Z] Step 13/13 : RUN ${MAKE} [2023-04-27T04:08:54.234Z] ---> Running in 011b885e7543 [2023-04-27T04:08:55.204Z] noop [2023-04-27T04:08:55.789Z] Removing intermediate container 011b885e7543 [2023-04-27T04:08:55.789Z] ---> cedab243404c [2023-04-27T04:08:55.789Z] Successfully built cedab243404c [2023-04-27T04:08:55.789Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:08:56.281Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T04:08:56.281Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:08:56.638Z] prd-ubuntu20.04-docker-arm64-4c-16g-11857 does not seem to be running inside a container [2023-04-27T04:08:56.703Z] $ 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-04-27T04:08:57.963Z] $ docker top b33372f944f963acf831e03464e3026fca46eeb8695259749b8565fdb868a549 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T04:08:58.848Z] + go version [2023-04-27T04:08:58.849Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-27T04:08:58.884Z] $ docker stop --time=1 b33372f944f963acf831e03464e3026fca46eeb8695259749b8565fdb868a549 [2023-04-27T04:09:00.493Z] $ docker rm -f --volumes b33372f944f963acf831e03464e3026fca46eeb8695259749b8565fdb868a549 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:09:01.355Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T04:09:01.355Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:09:01.611Z] prd-ubuntu20.04-docker-arm64-4c-16g-11857 does not seem to be running inside a container [2023-04-27T04:09:01.674Z] $ 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-04-27T04:09:02.804Z] $ docker top 1a8fa3395b17fdc24043c586ff40affc2493c4a54dc2ea904af928abce2bc5eb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T04:09:03.363Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-04-27T04:09:04.336Z] + make test [2023-04-27T04:09:04.336Z] go test ./... -coverprofile=coverage.out ./... [2023-04-27T04:09:36.604Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-27T04:11:28.738Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-04-27T04:11:30.680Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-27T04:11:33.281Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.241s coverage: 31.6% of statements [2023-04-27T04:11:59.985Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 25.847s coverage: 86.5% of statements [2023-04-27T04:12:00.253Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-27T04:12:00.253Z] go vet ./... [2023-04-27T04:12:26.962Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T04:12:26.962Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T04:12:27.235Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-27T04:12:27.538Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T04:12:27.599Z] $ docker stop --time=1 1a8fa3395b17fdc24043c586ff40affc2493c4a54dc2ea904af928abce2bc5eb [2023-04-27T04:12:29.460Z] $ docker rm -f --volumes 1a8fa3395b17fdc24043c586ff40affc2493c4a54dc2ea904af928abce2bc5eb [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T04:12:30.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T04:12:30.803Z] Warning: overwriting stash ‘coverage-report’ [2023-04-27T04:12:31.402Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T04:12:32.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T04:12:32.363Z] + ls -al . [2023-04-27T04:12:32.363Z] total 232 [2023-04-27T04:12:32.363Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 04:09 . [2023-04-27T04:12:32.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:06 .. [2023-04-27T04:12:32.363Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 04:06 .git [2023-04-27T04:12:32.363Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 04:06 .github [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 496 Apr 27 04:06 .gitignore [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 27 04:06 .golangci.yml [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 9861 Apr 27 04:06 Attribution.txt [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 6312 Apr 27 04:06 CHANGELOG.md [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 1574 Apr 27 04:06 Dockerfile [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 04:06 GOVERNANCE.md [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 734 Apr 27 04:06 Jenkinsfile [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 27 04:06 LICENSE [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 2751 Apr 27 04:06 Makefile [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 27 04:06 OWNERS.md [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 6250 Apr 27 04:06 README.md [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 04:01 VERSION [2023-04-27T04:12:32.363Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 04:06 bin [2023-04-27T04:12:32.363Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 04:06 cmd [2023-04-27T04:12:32.363Z] -rw-r--r-- 1 jenkins jenkins 78922 Apr 27 04:11 coverage.out [2023-04-27T04:12:32.363Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 27 04:06 doc [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 3557 Apr 27 04:06 go.mod [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 32947 Apr 27 04:06 go.sum [2023-04-27T04:12:32.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:06 internal [2023-04-27T04:12:32.363Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 04:06 snap [2023-04-27T04:12:32.363Z] -rw-rw-r-- 1 jenkins jenkins 236 Apr 27 04:06 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:12:32.837Z] + 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=11411f0057ed928d3166128fb4b4ec67723ef7ec --label arch=arm64 --label version=0.0.0 . [2023-04-27T04:12:33.451Z] Sending build context to Docker daemon 19.76MB [2023-04-27T04:12:33.451Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T04:12:33.451Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-27T04:12:33.451Z] ---> cedab243404c [2023-04-27T04:12:33.451Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-04-27T04:12:33.451Z] ---> Running in b1b8823525f1 [2023-04-27T04:12:33.728Z] Removing intermediate container b1b8823525f1 [2023-04-27T04:12:33.729Z] ---> 24a4827fab8c [2023-04-27T04:12:33.729Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T04:12:34.025Z] ---> Running in 66dc3f645b4a [2023-04-27T04:12:34.299Z] Removing intermediate container 66dc3f645b4a [2023-04-27T04:12:34.299Z] ---> a124c374ef5b [2023-04-27T04:12:34.299Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-27T04:12:34.299Z] ---> Running in 9eb663f641ab [2023-04-27T04:12:34.572Z] Removing intermediate container 9eb663f641ab [2023-04-27T04:12:34.572Z] ---> 2bd98e674480 [2023-04-27T04:12:34.572Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T04:12:34.572Z] ---> Running in 1495cf2dda77 [2023-04-27T04:12:34.850Z] Removing intermediate container 1495cf2dda77 [2023-04-27T04:12:34.850Z] ---> 88a512599e20 [2023-04-27T04:12:34.850Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-04-27T04:12:35.126Z] ---> Running in 6db32a389a8a [2023-04-27T04:12:35.395Z] Removing intermediate container 6db32a389a8a [2023-04-27T04:12:35.395Z] ---> bf9b0b1c0a81 [2023-04-27T04:12:35.395Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T04:12:35.395Z] ---> Running in b2cfbc2c80c0 [2023-04-27T04:12:36.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T04:12:36.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T04:12:37.905Z] OK: 263 MiB in 53 packages [2023-04-27T04:12:38.871Z] Removing intermediate container b2cfbc2c80c0 [2023-04-27T04:12:38.871Z] ---> badf8f591437 [2023-04-27T04:12:38.871Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-04-27T04:12:38.871Z] ---> Running in d018d63ba76b [2023-04-27T04:12:39.139Z] Removing intermediate container d018d63ba76b [2023-04-27T04:12:39.139Z] ---> 42eae903d379 [2023-04-27T04:12:39.139Z] Step 10/26 : COPY go.mod vendor* ./ [2023-04-27T04:12:40.559Z] ---> 2d3d68f66da3 [2023-04-27T04:12:40.559Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T04:12:40.559Z] ---> Running in 92eb35782154 [2023-04-27T04:12:43.154Z] Removing intermediate container 92eb35782154 [2023-04-27T04:12:43.154Z] ---> 8e95d3ec6170 [2023-04-27T04:12:43.154Z] Step 12/26 : COPY . . [2023-04-27T04:12:45.134Z] ---> e2f02c8275a6 [2023-04-27T04:12:45.134Z] Step 13/26 : RUN ${MAKE} [2023-04-27T04:12:45.134Z] ---> Running in 753048f3fa04 [2023-04-27T04:12:45.720Z] 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-04-27T04:15:07.407Z] Removing intermediate container 753048f3fa04 [2023-04-27T04:15:07.407Z] ---> 3df347518a93 [2023-04-27T04:15:07.407Z] Step 14/26 : FROM alpine:3.17 [2023-04-27T04:15:07.407Z] 3.17: Pulling from library/alpine [2023-04-27T04:15:07.407Z] c41833b44d91: Already exists [2023-04-27T04:15:07.407Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T04:15:07.407Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T04:15:07.407Z] ---> 51e60588ff2c [2023-04-27T04:15:07.407Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-27T04:15:07.407Z] ---> Running in 4aa484b6ad34 [2023-04-27T04:15:07.407Z] Removing intermediate container 4aa484b6ad34 [2023-04-27T04:15:07.407Z] ---> 17f9b4652efc [2023-04-27T04:15:07.407Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-04-27T04:15:07.407Z] ---> Running in b071a8bc705b [2023-04-27T04:15:07.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T04:15:07.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T04:15:07.407Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T04:15:07.407Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T04:15:07.407Z] OK: 8 MiB in 16 packages [2023-04-27T04:15:07.407Z] Removing intermediate container b071a8bc705b [2023-04-27T04:15:07.407Z] ---> 5776908e76c2 [2023-04-27T04:15:07.407Z] Step 17/26 : WORKDIR / [2023-04-27T04:15:07.407Z] ---> Running in d179f1e30e50 [2023-04-27T04:15:07.407Z] Removing intermediate container d179f1e30e50 [2023-04-27T04:15:07.407Z] ---> d22652cf1415 [2023-04-27T04:15:07.407Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-04-27T04:15:07.407Z] ---> 544f34f8725f [2023-04-27T04:15:07.407Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-04-27T04:15:07.407Z] ---> 9de9d17be3af [2023-04-27T04:15:07.407Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-04-27T04:15:07.407Z] ---> f9d35cee3a52 [2023-04-27T04:15:07.407Z] Step 21/26 : EXPOSE 59984 [2023-04-27T04:15:07.407Z] ---> Running in 766749aabcff [2023-04-27T04:15:07.407Z] Removing intermediate container 766749aabcff [2023-04-27T04:15:07.407Z] ---> 3e495d33c37e [2023-04-27T04:15:07.407Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-04-27T04:15:07.407Z] ---> Running in 5e37f6020789 [2023-04-27T04:15:07.407Z] Removing intermediate container 5e37f6020789 [2023-04-27T04:15:07.407Z] ---> 11bc5e762901 [2023-04-27T04:15:07.407Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T04:15:07.407Z] ---> Running in 75b736ce6de1 [2023-04-27T04:15:07.407Z] Removing intermediate container 75b736ce6de1 [2023-04-27T04:15:07.407Z] ---> 77731c9f1286 [2023-04-27T04:15:07.407Z] Step 24/26 : LABEL arch=arm64 [2023-04-27T04:15:07.407Z] ---> Running in 27dcaec27e64 [2023-04-27T04:15:07.407Z] Removing intermediate container 27dcaec27e64 [2023-04-27T04:15:07.407Z] ---> 33a9ab950391 [2023-04-27T04:15:07.407Z] Step 25/26 : LABEL git_sha=11411f0057ed928d3166128fb4b4ec67723ef7ec [2023-04-27T04:15:07.407Z] ---> Running in 448917825d56 [2023-04-27T04:15:07.407Z] Removing intermediate container 448917825d56 [2023-04-27T04:15:07.407Z] ---> 6f07b92cf762 [2023-04-27T04:15:07.407Z] Step 26/26 : LABEL version=0.0.0 [2023-04-27T04:15:07.407Z] ---> Running in b738079b5019 [2023-04-27T04:15:07.407Z] Removing intermediate container b738079b5019 [2023-04-27T04:15:07.407Z] ---> ee13a20c9c05 [2023-04-27T04:15:07.407Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T04:15:07.407Z] Successfully built ee13a20c9c05 [2023-04-27T04:15:07.407Z] 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-04-27T04:15:08.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T04:15:08.496Z] [2023-04-27T04:15:08.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:15:08.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T04:15:08.921Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-27T04:15:08.921Z] 8998bd30e6a1: Pulling fs layer [2023-04-27T04:15:08.921Z] 04944245beec: Pulling fs layer [2023-04-27T04:15:08.921Z] 699f458cf7ca: Pulling fs layer [2023-04-27T04:15:08.921Z] 765212b225bb: Pulling fs layer [2023-04-27T04:15:08.921Z] f23df028b6ca: Pulling fs layer [2023-04-27T04:15:08.921Z] d65c8cfc05b1: Pulling fs layer [2023-04-27T04:15:08.921Z] 2437ff75d9bd: Pulling fs layer [2023-04-27T04:15:08.921Z] f23df028b6ca: Waiting [2023-04-27T04:15:08.921Z] 765212b225bb: Waiting [2023-04-27T04:15:08.921Z] 2437ff75d9bd: Waiting [2023-04-27T04:15:09.191Z] 04944245beec: Verifying Checksum [2023-04-27T04:15:09.191Z] 04944245beec: Download complete [2023-04-27T04:15:09.192Z] 765212b225bb: Download complete [2023-04-27T04:15:09.192Z] f23df028b6ca: Verifying Checksum [2023-04-27T04:15:09.192Z] f23df028b6ca: Download complete [2023-04-27T04:15:09.192Z] d65c8cfc05b1: Verifying Checksum [2023-04-27T04:15:09.192Z] d65c8cfc05b1: Download complete [2023-04-27T04:15:09.461Z] 699f458cf7ca: Verifying Checksum [2023-04-27T04:15:09.461Z] 699f458cf7ca: Download complete [2023-04-27T04:15:09.729Z] 8998bd30e6a1: Download complete [2023-04-27T04:15:12.312Z] 2437ff75d9bd: Verifying Checksum [2023-04-27T04:15:12.312Z] 2437ff75d9bd: Download complete [2023-04-27T04:15:13.724Z] 8998bd30e6a1: Pull complete [2023-04-27T04:15:13.993Z] 04944245beec: Pull complete [2023-04-27T04:15:15.397Z] 699f458cf7ca: Pull complete [2023-04-27T04:15:15.664Z] 765212b225bb: Pull complete [2023-04-27T04:15:16.247Z] f23df028b6ca: Pull complete [2023-04-27T04:15:16.514Z] d65c8cfc05b1: Pull complete [2023-04-27T04:15:31.499Z] 2437ff75d9bd: Pull complete [2023-04-27T04:15:31.499Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-27T04:15:31.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T04:15:31.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:15:31.823Z] prd-ubuntu20.04-docker-arm64-4c-16g-11857 does not seem to be running inside a container [2023-04-27T04:15:31.891Z] $ 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-04-27T04:15:34.503Z] $ docker top 3eac2d966f0cd2895df3020feac36d8e42a6aeda10e72ece17ff96a81b9bb44e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:35.110Z] ---> job-cost.sh [2023-04-27T04:15:35.377Z] lf-activate-venv: SKIPPING [2023-04-27T04:15:35.377Z] INFO: No Stack... [2023-04-27T04:15:35.959Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-27T04:15:36.917Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T04:15:37.261Z] + cut -d,+ -f6 [2023-04-27T04:15:37.262Z] cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock [2023-04-27T04:15:37.315Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [2023-04-27T04:15:37.321Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] did not exist. Created. [2023-04-27T04:15:37.321Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T04:15:37.737Z] /w/workspace/device-onvif-camera/1@tmp/durable-07a1ff27/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-27T04:15:38.424Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-27T04:15:38.459Z] Warning: overwriting stash ‘stack-cost’ [2023-04-27T04:15:38.520Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T04:15:38.537Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-327-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T04:15:38.622Z] $ docker stop --time=1 3eac2d966f0cd2895df3020feac36d8e42a6aeda10e72ece17ff96a81b9bb44e [2023-04-27T04:15:40.097Z] $ docker rm -f --volumes 3eac2d966f0cd2895df3020feac36d8e42a6aeda10e72ece17ff96a81b9bb44e [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-04-27T04:15:41.127Z] provisioning config files... [2023-04-27T04:15:41.135Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-327@tmp/config6264044674503634020tmp [Pipeline] { [Pipeline] sh [2023-04-27T04:15:41.475Z] + set +x [2023-04-27T04:15:41.475Z] + curl -s https://codecov.io/bash [2023-04-27T04:15:41.475Z] + bash -s -- [2023-04-27T04:15:41.475Z] [2023-04-27T04:15:41.475Z] _____ _ [2023-04-27T04:15:41.475Z] / ____| | | [2023-04-27T04:15:41.475Z] | | ___ __| | ___ ___ _____ __ [2023-04-27T04:15:41.475Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-27T04:15:41.475Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-27T04:15:41.475Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-27T04:15:41.475Z] Bash-1.0.6 [2023-04-27T04:15:41.475Z] [2023-04-27T04:15:41.475Z] [2023-04-27T04:15:41.475Z] ==> git version 2.25.1 found [2023-04-27T04:15:41.475Z] ==> 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-04-27T04:15:41.475Z] Release-Date: 2020-01-08 [2023-04-27T04:15:41.475Z] 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-04-27T04:15:41.475Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-27T04:15:41.475Z] ==> Jenkins CI detected. [2023-04-27T04:15:41.475Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-327 [2023-04-27T04:15:41.475Z] project root: . [2023-04-27T04:15:41.475Z] --> token set from env [2023-04-27T04:15:41.475Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-27T04:15:41.475Z] ==> Running gcov in . (disable via -X gcov) [2023-04-27T04:15:41.735Z] ==> Python coveragepy not found [2023-04-27T04:15:41.735Z] ==> Searching for coverage reports in: [2023-04-27T04:15:41.735Z] + . [2023-04-27T04:15:41.735Z] -> Found 1 reports [2023-04-27T04:15:41.735Z] ==> Detecting git/mercurial file structure [2023-04-27T04:15:41.735Z] ==> Reading reports [2023-04-27T04:15:41.735Z] + ./coverage.out bytes=78922 [2023-04-27T04:15:41.735Z] ==> Appending adjustments [2023-04-27T04:15:41.735Z] https://docs.codecov.io/docs/fixing-reports [2023-04-27T04:15:41.735Z] + Found adjustments [2023-04-27T04:15:41.735Z] ==> Gzipping contents [2023-04-27T04:15:41.735Z] 12K /tmp/codecov.31BHBP.gz [2023-04-27T04:15:41.735Z] ==> Uploading reports [2023-04-27T04:15:41.735Z] url: https://codecov.io [2023-04-27T04:15:41.735Z] query: branch=PR-327&commit=11411f0057ed928d3166128fb4b4ec67723ef7ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-327%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=327&job=&cmd_args= [2023-04-27T04:15:41.735Z] -> Pinging Codecov [2023-04-27T04:15:41.735Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-327&commit=11411f0057ed928d3166128fb4b4ec67723ef7ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-327%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=327&job=&cmd_args= [2023-04-27T04:15:41.993Z] -> Uploading to [2023-04-27T04:15:41.993Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-27/F29A59C45E3A92E06B3E522C9905F8EF/11411f0057ed928d3166128fb4b4ec67723ef7ec/2620c0df-e636-4f15-bdb8-24e929bbaab2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230427T041541Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=117dc20376aaeb25ad65427bd2fa737fe02f0281d1340c3e72d3fe158af80880 [2023-04-27T04:15:41.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T04:15:41.993Z] Dload Upload Total Spent Left Speed [2023-04-27T04:15:42.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10501 0 0 100 10501 0 44495 --:--:-- --:--:-- --:--:-- 44308 [2023-04-27T04:15:42.252Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/11411f0057ed928d3166128fb4b4ec67723ef7ec [Pipeline] } [2023-04-27T04:15:42.280Z] 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-04-27T04:15:44.121Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-327/archives ] [2023-04-27T04:15:44.121Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-327/archives [2023-04-27T04:15:44.122Z] total 16 [2023-04-27T04:15:44.122Z] drwxr-xr-x 3 root root 4096 Apr 27 04:03 . [2023-04-27T04:15:44.122Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 27 04:03 .. [2023-04-27T04:15:44.122Z] drwxr-xr-x 2 root root 4096 Apr 27 04:03 cost [2023-04-27T04:15:44.122Z] -rw-r--r-- 1 root root 92 Apr 27 04:03 cost.csv [2023-04-27T04:15:44.122Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-327/archives [2023-04-27T04:15:44.122Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-327/archives [2023-04-27T04:15:44.122Z] total 16 [2023-04-27T04:15:44.122Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 04:03 . [2023-04-27T04:15:44.122Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 27 04:03 .. [2023-04-27T04:15:44.122Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 04:03 cost [2023-04-27T04:15:44.122Z] -rw-r--r-- 1 jenkins jenkins 92 Apr 27 04:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:44.452Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:45.342Z] ---> package-listing.sh [2023-04-27T04:15:45.342Z] ++ facter osfamily [2023-04-27T04:15:45.342Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-27T04:15:45.602Z] + OS_FAMILY=debian [2023-04-27T04:15:45.602Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-327 [2023-04-27T04:15:45.602Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-27T04:15:45.602Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-27T04:15:45.602Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-27T04:15:45.602Z] + PACKAGES=/tmp/packages_start.txt [2023-04-27T04:15:45.602Z] + '[' /w/workspace/undry_device-onvif-camera_PR-327 ']' [2023-04-27T04:15:45.602Z] + PACKAGES=/tmp/packages_end.txt [2023-04-27T04:15:45.602Z] + case "${OS_FAMILY}" in [2023-04-27T04:15:45.602Z] + dpkg -l [2023-04-27T04:15:45.602Z] + grep '^ii' [2023-04-27T04:15:45.602Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-27T04:15:45.602Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-27T04:15:45.602Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-27T04:15:45.602Z] + '[' /w/workspace/undry_device-onvif-camera_PR-327 ']' [2023-04-27T04:15:45.602Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-327/archives/ [2023-04-27T04:15:45.602Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-327/archives/ [Pipeline] echo [2023-04-27T04:15:45.636Z] 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-327/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-27T04:15:45.930Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T04:15:46.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T04:15:46.558Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T04:15:46.698Z] prd-ubuntu20.04-docker-8c-8g-11184 does not seem to be running inside a container [2023-04-27T04:15:46.732Z] $ 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-327/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-327 -v /w/workspace/undry_device-onvif-camera_PR-327:/w/workspace/undry_device-onvif-camera_PR-327:rw,z -v /w/workspace/undry_device-onvif-camera_PR-327@tmp:/w/workspace/undry_device-onvif-camera_PR-327@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-27T04:15:46.934Z] $ docker top d2fe6a793cdec226ecb7e3036e8dd43a71ce8dcd9d88bdf6e405da16545a989b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T04:15:47.315Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-27T04:15:47.630Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-27T04:15:47.947Z] + ls /var/log/sa-host [2023-04-27T04:15:47.947Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T04:15:48.095Z] provisioning config files... [2023-04-27T04:15:48.103Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-327@tmp/config2717222082548542738tmp [Pipeline] { [Pipeline] echo [2023-04-27T04:15:48.173Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:48.482Z] ---> create-netrc.sh [Pipeline] } [2023-04-27T04:15:48.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:48.914Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-27T04:15:48.944Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:49.249Z] ---> sudo-logs.sh [2023-04-27T04:15:49.250Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-27T04:15:49.345Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:49.655Z] ---> job-cost.sh [2023-04-27T04:15:49.655Z] lf-activate-venv: SKIPPING [2023-04-27T04:15:49.655Z] DEBUG: total: 0.4399999976158142 [2023-04-27T04:15:49.655Z] INFO: Retrieving Stack Cost... [2023-04-27T04:15:50.235Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T04:15:50.494Z] INFO: Archiving Costs [Pipeline] echo [2023-04-27T04:15:50.525Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T04:15:50.841Z] ---> logs-deploy.sh [2023-04-27T04:15:50.842Z] lf-activate-venv: SKIPPING [2023-04-27T04:15:50.842Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-327/1 [2023-04-27T04:15:50.842Z] INFO: archiving workspace using pattern(s): [2023-04-27T04:15:51.780Z] Archives upload complete. [2023-04-27T04:15:51.780Z] INFO: archiving logs to Nexus