Pull request #306 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9b4e41d67fe8b714495936d48dafe9333c1ff61b+7c14cf897af34df275d4233d707e2506881d1776 (c70c7cc44e6f29a443bae857eae3639fb18fc043) 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-ssh16128639050507297021.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-ssh14634402958412368053.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-306/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-306/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13762248265529449480.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-306/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh892262984809527019.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-ssh17094586601501054681.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-306/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-306/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6472328568149024704.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-7649’ Running on prd-ubuntu20.04-docker-8c-8g-8378 in /w/workspace/undry_device-onvif-camera_PR-306 [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-306 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 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/306/head:refs/remotes/origin/PR-306 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7c14cf897af34df275d4233d707e2506881d1776 into PR head commit 9b4e41d67fe8b714495936d48dafe9333c1ff61b Merge succeeded, producing 9b4e41d67fe8b714495936d48dafe9333c1ff61b Checking out Revision 9b4e41d67fe8b714495936d48dafe9333c1ff61b (PR-306) 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-13T04:03:31.213Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # 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 7c14cf897af34df275d4233d707e2506881d1776 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-13T04:03:31.407Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-13T04:03:31.487Z] ========================================================= [2023-04-13T04:03:31.487Z] EdgeX Global Pipelines Version Info [2023-04-13T04:03:31.487Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:03:32.216Z] ------------------- [2023-04-13T04:03:32.216Z] stable info: [2023-04-13T04:03:32.216Z] ------------------- [2023-04-13T04:03:32.216Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-13T04:03:32.216Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-13T04:03:32.216Z] Message: update stable to v1.0.248 [2023-04-13T04:03:32.786Z] ------------------- [2023-04-13T04:03:32.786Z] experimental info: [2023-04-13T04:03:32.786Z] ------------------- [2023-04-13T04:03:32.786Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-13T04:03:32.786Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-13T04:03:32.786Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-13T04:03:33.064Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-04-13T04:03:33.099Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-04-13T04:03:33.134Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-13T04:03:33.175Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-13T04:03:33.220Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-13T04:03:33.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-13T04:03:33.309Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-13T04:03:33.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-13T04:03:33.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-13T04:03:33.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-13T04:03:33.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-13T04:03:33.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-04-13T04:03:33.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-13T04:03:33.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-13T04:03:33.643Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-13T04:03:33.683Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-13T04:03:33.723Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-13T04:03:33.767Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-13T04:03:33.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-13T04:03:33.846Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-13T04:03:33.889Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-13T04:03:33.934Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-04-13T04:03:33.972Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-13T04:03:34.017Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-13T04:03:34.054Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-13T04:03:34.094Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-13T04:03:34.137Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-13T04:03:34.174Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-306 [Pipeline] echo [2023-04-13T04:03:34.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-306 [Pipeline] echo [2023-04-13T04:03:34.249Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-306 [Pipeline] echo [2023-04-13T04:03:34.289Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo [2023-04-13T04:03:34.325Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9b4e41d [Pipeline] echo [2023-04-13T04:03:34.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T04:03:34.465Z] provisioning config files... [2023-04-13T04:03:34.479Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config16856782717751461714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:03:34.814Z] ---> docker-login.sh [2023-04-13T04:03:34.814Z] nexus3.edgexfoundry.org:10001 [2023-04-13T04:03:35.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:35.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:35.079Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:35.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:35.079Z] [2023-04-13T04:03:35.079Z] Login Succeeded [2023-04-13T04:03:35.079Z] nexus3.edgexfoundry.org:10002 [2023-04-13T04:03:35.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:35.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:35.339Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:35.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:35.339Z] [2023-04-13T04:03:35.339Z] Login Succeeded [2023-04-13T04:03:35.339Z] nexus3.edgexfoundry.org:10003 [2023-04-13T04:03:35.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:35.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:35.339Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:35.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:35.339Z] [2023-04-13T04:03:35.339Z] Login Succeeded [2023-04-13T04:03:35.339Z] nexus3.edgexfoundry.org:10004 [2023-04-13T04:03:35.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:35.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:35.339Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:35.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:35.339Z] [2023-04-13T04:03:35.339Z] Login Succeeded [2023-04-13T04:03:35.339Z] docker.io [2023-04-13T04:03:35.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:35.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:35.599Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:35.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:35.599Z] [2023-04-13T04:03:35.599Z] Login Succeeded [2023-04-13T04:03:35.599Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T04:03:35.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-13T04:03:36.245Z] + git rev-list -1 --merges 9b4e41d67fe8b714495936d48dafe9333c1ff61b~1..9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo [2023-04-13T04:03:36.310Z] -----------> git rev-list -1 --merges 9b4e41d67fe8b714495936d48dafe9333c1ff61b~1..9b4e41d67fe8b714495936d48dafe9333c1ff61b 9b4e41d67fe8b714495936d48dafe9333c1ff61b [false] [Pipeline] sh [2023-04-13T04:03:36.618Z] + git log --format=format:%s -1 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo [2023-04-13T04:03:36.654Z] ========================================================= [2023-04-13T04:03:36.654Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-13T04:03:36.654Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T04:03:37.073Z] + git log --format=format:%s -1 9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] echo [2023-04-13T04:03:37.107Z] [semverPrep] GIT_COMMIT: 9b4e41d67fe8b714495936d48dafe9333c1ff61b, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-13T04:03:37.143Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-13T04:03:37.532Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-13T04:03:37.532Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-13T04:03:37.532Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-13T04:03:37.532Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-13T04:03:37.532Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-13T04:03:37.532Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-13T04:03:37.532Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:03:38.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T04:03:38.026Z] [2023-04-13T04:03:38.026Z] 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-13T04:03:38.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T04:03:38.402Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-13T04:03:38.402Z] b85a868b505f: Pulling fs layer [2023-04-13T04:03:38.402Z] e2be974225ed: Pulling fs layer [2023-04-13T04:03:38.402Z] 339a4e72a1f5: Pulling fs layer [2023-04-13T04:03:38.402Z] 988bab9f4d93: Pulling fs layer [2023-04-13T04:03:38.402Z] 1469e6f7b9e6: Pulling fs layer [2023-04-13T04:03:38.402Z] eaf3925da568: Pulling fs layer [2023-04-13T04:03:38.402Z] bab4dde63d76: Pulling fs layer [2023-04-13T04:03:38.402Z] bde34c3a00c8: Pulling fs layer [2023-04-13T04:03:38.402Z] b352a97aabf1: Pulling fs layer [2023-04-13T04:03:38.402Z] 4872d77fe225: Pulling fs layer [2023-04-13T04:03:38.402Z] 5851b861e8e6: Pulling fs layer [2023-04-13T04:03:38.402Z] 1469e6f7b9e6: Waiting [2023-04-13T04:03:38.402Z] eaf3925da568: Waiting [2023-04-13T04:03:38.402Z] bab4dde63d76: Waiting [2023-04-13T04:03:38.402Z] bde34c3a00c8: Waiting [2023-04-13T04:03:38.402Z] b352a97aabf1: Waiting [2023-04-13T04:03:38.402Z] 988bab9f4d93: Waiting [2023-04-13T04:03:38.402Z] 5851b861e8e6: Waiting [2023-04-13T04:03:38.402Z] 4872d77fe225: Waiting [2023-04-13T04:03:38.402Z] e2be974225ed: Verifying Checksum [2023-04-13T04:03:38.402Z] e2be974225ed: Download complete [2023-04-13T04:03:38.402Z] 988bab9f4d93: Verifying Checksum [2023-04-13T04:03:38.402Z] 988bab9f4d93: Download complete [2023-04-13T04:03:38.402Z] 1469e6f7b9e6: Verifying Checksum [2023-04-13T04:03:38.402Z] 1469e6f7b9e6: Download complete [2023-04-13T04:03:38.402Z] 339a4e72a1f5: Verifying Checksum [2023-04-13T04:03:38.402Z] 339a4e72a1f5: Download complete [2023-04-13T04:03:38.402Z] eaf3925da568: Verifying Checksum [2023-04-13T04:03:38.402Z] eaf3925da568: Download complete [2023-04-13T04:03:38.664Z] bde34c3a00c8: Download complete [2023-04-13T04:03:38.664Z] b352a97aabf1: Download complete [2023-04-13T04:03:38.664Z] 4872d77fe225: Verifying Checksum [2023-04-13T04:03:38.664Z] 4872d77fe225: Download complete [2023-04-13T04:03:38.664Z] 5851b861e8e6: Verifying Checksum [2023-04-13T04:03:38.664Z] 5851b861e8e6: Download complete [2023-04-13T04:03:38.664Z] b85a868b505f: Verifying Checksum [2023-04-13T04:03:38.664Z] b85a868b505f: Download complete [2023-04-13T04:03:38.923Z] bab4dde63d76: Verifying Checksum [2023-04-13T04:03:38.923Z] bab4dde63d76: Download complete [2023-04-13T04:03:39.856Z] b85a868b505f: Pull complete [2023-04-13T04:03:40.118Z] e2be974225ed: Pull complete [2023-04-13T04:03:40.376Z] 339a4e72a1f5: Pull complete [2023-04-13T04:03:40.634Z] 988bab9f4d93: Pull complete [2023-04-13T04:03:40.907Z] 1469e6f7b9e6: Pull complete [2023-04-13T04:03:40.907Z] eaf3925da568: Pull complete [2023-04-13T04:03:42.811Z] bab4dde63d76: Pull complete [2023-04-13T04:03:42.811Z] bde34c3a00c8: Pull complete [2023-04-13T04:03:42.811Z] b352a97aabf1: Pull complete [2023-04-13T04:03:43.070Z] 4872d77fe225: Pull complete [2023-04-13T04:03:43.070Z] 5851b861e8e6: Pull complete [2023-04-13T04:03:43.070Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-13T04:03:43.070Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-13T04:03:43.070Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:03:43.310Z] prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container [2023-04-13T04:03:43.338Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-13T04:03:45.936Z] $ docker top 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf -eo pid,comm [2023-04-13T04:03:46.040Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-13T04:03:46.040Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-13T04:03:46.171Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T04:03:46.171Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T04:03:46.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T04:03:46.290Z] $ docker exec 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent [2023-04-13T04:03:46.406Z] SSH_AUTH_SOCK=/tmp/ssh-TSFMuCCYrga9/agent.14 [2023-04-13T04:03:46.406Z] SSH_AGENT_PID=20 [2023-04-13T04:03:46.412Z] Running ssh-add (command line suppressed) [2023-04-13T04:03:46.526Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_9021685109853458016.key (/w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_9021685109853458016.key) [2023-04-13T04:03:46.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T04:03:46.870Z] + git tag --points-at HEAD [Pipeline] } [2023-04-13T04:03:46.894Z] $ docker exec --env ******** --env ******** 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent -k [2023-04-13T04:03:47.002Z] unset SSH_AUTH_SOCK; [2023-04-13T04:03:47.003Z] unset SSH_AGENT_PID; [2023-04-13T04:03:47.003Z] echo Agent pid 20 killed; [2023-04-13T04:03:47.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-13T04:03:47.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-13T04:03:47.094Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-13T04:03:47.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-13T04:03:47.221Z] $ docker exec 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent [2023-04-13T04:03:47.331Z] SSH_AUTH_SOCK=/tmp/ssh-u3LuwMuO6FSH/agent.70 [2023-04-13T04:03:47.331Z] SSH_AGENT_PID=76 [2023-04-13T04:03:47.336Z] Running ssh-add (command line suppressed) [2023-04-13T04:03:47.453Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_18392101930616037081.key (/w/workspace/undry_device-onvif-camera_PR-306@tmp/private_key_18392101930616037081.key) [2023-04-13T04:03:47.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-13T04:03:47.791Z] + git semver init [2023-04-13T04:03:48.052Z] 2023-04-13 04:03:47,978 [run_init] DEBUG init version:0.0.0 force:False [2023-04-13T04:03:48.052Z] 2023-04-13 04:03:47,979 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-306/.semver [2023-04-13T04:03:48.052Z] 2023-04-13 04:03:47,979 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-306/.semver [2023-04-13T04:03:48.052Z] 2023-04-13 04:03:47,979 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-306/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-306, universal_newlines=False, shell=None, istream=None) [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,040 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-306/.git/info/exclude [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,041 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 with force:False [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,041 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,045 [execute] INFO git cat-file --batch-check [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,045 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-306/.semver, universal_newlines=False, shell=None, istream=) [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,051 [execute] INFO git cat-file --batch [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-306/.semver, universal_newlines=False, shell=None, istream=) [2023-04-13T04:03:49.453Z] 2023-04-13 04:03:49,057 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-306/.semver/PR-306 [2023-04-13T04:03:49.453Z] 0.0.0 [Pipeline] } [2023-04-13T04:03:49.477Z] $ docker exec --env ******** --env ******** 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf ssh-agent -k [2023-04-13T04:03:49.578Z] unset SSH_AUTH_SOCK; [2023-04-13T04:03:49.579Z] unset SSH_AGENT_PID; [2023-04-13T04:03:49.580Z] echo Agent pid 76 killed; [2023-04-13T04:03:49.593Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-13T04:03:50.035Z] + git semver [Pipeline] } [2023-04-13T04:03:50.322Z] $ docker stop --time=1 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf [2023-04-13T04:03:51.639Z] $ docker rm -f --volumes 3a0cd2fe58dd4764c0005520492db6cceb794982b57eb10568d29ee0c5c46eaf [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T04:03:52.061Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-13T04:03:52.318Z] Stashed 1 file(s) [Pipeline] echo [2023-04-13T04:03:52.334Z] [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-13T04:03:52.908Z] provisioning config files... [2023-04-13T04:03:52.917Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config10695673527659999955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:03:53.272Z] ---> docker-login.sh [2023-04-13T04:03:53.272Z] nexus3.edgexfoundry.org:10001 [2023-04-13T04:03:53.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:53.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:53.272Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:53.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:53.272Z] [2023-04-13T04:03:53.272Z] Login Succeeded [2023-04-13T04:03:53.272Z] nexus3.edgexfoundry.org:10002 [2023-04-13T04:03:53.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:53.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:53.272Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:53.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:53.272Z] [2023-04-13T04:03:53.272Z] Login Succeeded [2023-04-13T04:03:53.272Z] nexus3.edgexfoundry.org:10003 [2023-04-13T04:03:53.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:53.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:53.530Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:53.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:53.530Z] [2023-04-13T04:03:53.530Z] Login Succeeded [2023-04-13T04:03:53.530Z] nexus3.edgexfoundry.org:10004 [2023-04-13T04:03:53.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:53.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:53.530Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:53.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:53.530Z] [2023-04-13T04:03:53.530Z] Login Succeeded [2023-04-13T04:03:53.530Z] docker.io [2023-04-13T04:03:53.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:03:53.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:03:53.789Z] Configure a credential helper to remove this warning. See [2023-04-13T04:03:53.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:03:53.789Z] [2023-04-13T04:03:53.789Z] Login Succeeded [2023-04-13T04:03:53.789Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T04:03:53.816Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-13T04:03:53.999Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T04:03:54.039Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T04:03:54.066Z] ========================================================= [2023-04-13T04:03:54.066Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-13T04:03:54.066Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:03:54.631Z] + 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-13T04:03:54.631Z] Sending build context to Docker daemon 26.93MB [2023-04-13T04:03:54.631Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T04:03:54.631Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-13T04:03:54.892Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-13T04:03:54.892Z] 63b65145d645: Pulling fs layer [2023-04-13T04:03:54.892Z] a2d21d5440eb: Pulling fs layer [2023-04-13T04:03:54.892Z] 935e6c44a52c: Pulling fs layer [2023-04-13T04:03:54.892Z] 94cc34f8dd06: Pulling fs layer [2023-04-13T04:03:54.892Z] 30dea6a524f1: Pulling fs layer [2023-04-13T04:03:54.892Z] a2aff8979fd8: Pulling fs layer [2023-04-13T04:03:54.892Z] 6808be2612f2: Pulling fs layer [2023-04-13T04:03:54.892Z] f25807f1079a: Pulling fs layer [2023-04-13T04:03:54.892Z] 94cc34f8dd06: Waiting [2023-04-13T04:03:54.892Z] 30dea6a524f1: Waiting [2023-04-13T04:03:54.892Z] a2aff8979fd8: Waiting [2023-04-13T04:03:54.892Z] 6808be2612f2: Waiting [2023-04-13T04:03:54.892Z] f25807f1079a: Waiting [2023-04-13T04:03:54.892Z] a2d21d5440eb: Verifying Checksum [2023-04-13T04:03:54.892Z] a2d21d5440eb: Download complete [2023-04-13T04:03:54.892Z] 94cc34f8dd06: Verifying Checksum [2023-04-13T04:03:54.892Z] 94cc34f8dd06: Download complete [2023-04-13T04:03:54.892Z] 30dea6a524f1: Verifying Checksum [2023-04-13T04:03:54.892Z] 30dea6a524f1: Download complete [2023-04-13T04:03:54.892Z] 63b65145d645: Verifying Checksum [2023-04-13T04:03:54.892Z] 63b65145d645: Download complete [2023-04-13T04:03:54.892Z] a2aff8979fd8: Verifying Checksum [2023-04-13T04:03:54.892Z] a2aff8979fd8: Download complete [2023-04-13T04:03:55.151Z] 63b65145d645: Pull complete [2023-04-13T04:03:55.151Z] a2d21d5440eb: Pull complete [2023-04-13T04:03:55.151Z] f25807f1079a: Verifying Checksum [2023-04-13T04:03:55.151Z] f25807f1079a: Download complete [2023-04-13T04:03:55.409Z] 935e6c44a52c: Verifying Checksum [2023-04-13T04:03:55.409Z] 935e6c44a52c: Download complete [2023-04-13T04:03:55.668Z] 6808be2612f2: Verifying Checksum [2023-04-13T04:03:55.668Z] 6808be2612f2: Download complete [2023-04-13T04:03:58.947Z] 935e6c44a52c: Pull complete [2023-04-13T04:03:58.947Z] 94cc34f8dd06: Pull complete [2023-04-13T04:03:58.947Z] 30dea6a524f1: Pull complete [2023-04-13T04:03:59.204Z] a2aff8979fd8: Pull complete [2023-04-13T04:04:01.735Z] 6808be2612f2: Pull complete [2023-04-13T04:04:02.301Z] f25807f1079a: Pull complete [2023-04-13T04:04:02.301Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-13T04:04:02.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-13T04:04:02.301Z] ---> 3b553350e43f [2023-04-13T04:04:02.301Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-13T04:04:06.494Z] ---> Running in 89010b398658 [2023-04-13T04:04:06.494Z] Removing intermediate container 89010b398658 [2023-04-13T04:04:06.494Z] ---> 436fd48c53c7 [2023-04-13T04:04:06.494Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T04:04:06.494Z] ---> Running in d90e960877cf [2023-04-13T04:04:06.494Z] Removing intermediate container d90e960877cf [2023-04-13T04:04:06.494Z] ---> ab00b29862bd [2023-04-13T04:04:06.494Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-13T04:04:06.494Z] ---> Running in 5bd8bb4c2bef [2023-04-13T04:04:06.494Z] Removing intermediate container 5bd8bb4c2bef [2023-04-13T04:04:06.494Z] ---> e0a621aa335c [2023-04-13T04:04:06.494Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-13T04:04:06.494Z] ---> Running in 1acc14a01a28 [2023-04-13T04:04:06.494Z] Removing intermediate container 1acc14a01a28 [2023-04-13T04:04:06.494Z] ---> 6344f8ad307f [2023-04-13T04:04:06.494Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-13T04:04:06.494Z] ---> Running in 9bd8861e5066 [2023-04-13T04:04:06.494Z] Removing intermediate container 9bd8861e5066 [2023-04-13T04:04:06.494Z] ---> 353e0814c515 [2023-04-13T04:04:06.494Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T04:04:06.494Z] ---> Running in aa08dc57d20c [2023-04-13T04:04:06.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T04:04:07.010Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T04:04:07.010Z] OK: 265 MiB in 53 packages [2023-04-13T04:04:07.268Z] Removing intermediate container aa08dc57d20c [2023-04-13T04:04:07.268Z] ---> ab8895ab255f [2023-04-13T04:04:07.268Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-13T04:04:07.527Z] ---> Running in 8f3276666dbf [2023-04-13T04:04:07.527Z] Removing intermediate container 8f3276666dbf [2023-04-13T04:04:07.527Z] ---> 3592711bce17 [2023-04-13T04:04:07.527Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-13T04:04:07.527Z] ---> 1cc3e26fad83 [2023-04-13T04:04:07.527Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T04:04:07.527Z] ---> Running in cbec8a5a5193 [2023-04-13T04:04:07.719Z] Still waiting to schedule task [2023-04-13T04:04:07.719Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8377’ is offline [2023-04-13T04:04:39.659Z] Removing intermediate container cbec8a5a5193 [2023-04-13T04:04:39.659Z] ---> c189cb31dca0 [2023-04-13T04:04:39.659Z] Step 12/13 : COPY . . [2023-04-13T04:04:39.659Z] ---> 3b5f42ad39ee [2023-04-13T04:04:39.659Z] Step 13/13 : RUN ${MAKE} [2023-04-13T04:04:39.659Z] ---> Running in ebdff01c4b9e [2023-04-13T04:04:39.659Z] noop [2023-04-13T04:04:39.659Z] Removing intermediate container ebdff01c4b9e [2023-04-13T04:04:39.659Z] ---> 1cb74fba140b [2023-04-13T04:04:39.659Z] Successfully built 1cb74fba140b [2023-04-13T04:04:39.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:04:40.120Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-13T04:04:40.120Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:04:40.253Z] prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container [2023-04-13T04:04:40.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-13T04:04:40.600Z] $ docker top 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T04:04:40.976Z] + go version [2023-04-13T04:04:40.976Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-13T04:04:41.007Z] $ docker stop --time=1 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea [2023-04-13T04:04:42.236Z] $ docker rm -f --volumes 5e0fa0acb5685bd71dd59b91501ab6a022b085ecc7543658ca1db51bb40c2eea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:04:42.913Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-13T04:04:42.913Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:04:43.061Z] prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container [2023-04-13T04:04:43.086Z] $ 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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-13T04:04:43.409Z] $ docker top b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T04:04:43.800Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-306 [Pipeline] fileExists [Pipeline] sh [2023-04-13T04:04:44.158Z] + make test [2023-04-13T04:04:44.158Z] go test ./... -coverprofile=coverage.out ./... [2023-04-13T04:04:48.579Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-13T04:04:58.676Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-04-13T04:04:58.676Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-13T04:05:00.577Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.031s coverage: 31.6% of statements [2023-04-13T04:05:00.577Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.136s coverage: 86.5% of statements [2023-04-13T04:05:08.835Z] go vet ./... [2023-04-13T04:05:12.152Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-13T04:05:12.152Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-13T04:05:12.152Z] ./bin/test-attribution-txt.sh [2023-04-13T04:05:12.152Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-13T04:05:12.188Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-13T04:05:12.219Z] $ docker stop --time=1 b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 [2023-04-13T04:05:15.047Z] $ docker rm -f --volumes b3a1b2ff9605e27f638434a41cc2120d399c68b7888114cbcd98e909a510df57 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T04:05:15.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-13T04:05:15.660Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-13T04:05:16.254Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-13T04:05:16.572Z] + ls -al . [2023-04-13T04:05:16.572Z] total 236 [2023-04-13T04:05:16.572Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 13 04:04 . [2023-04-13T04:05:16.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 .. [2023-04-13T04:05:16.572Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:03 .git [2023-04-13T04:05:16.572Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:03 .github [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 496 Apr 13 04:03 .gitignore [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 04:03 .golangci.yml [2023-04-13T04:05:16.572Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 04:03 .semver [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 9732 Apr 13 04:03 Attribution.txt [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 6312 Apr 13 04:03 CHANGELOG.md [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 1574 Apr 13 04:03 Dockerfile [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 13 04:03 GOVERNANCE.md [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 734 Apr 13 04:03 Jenkinsfile [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 04:03 LICENSE [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 2751 Apr 13 04:03 Makefile [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 13 04:03 OWNERS.md [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 6250 Apr 13 04:03 README.md [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 04:03 VERSION [2023-04-13T04:05:16.572Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:03 bin [2023-04-13T04:05:16.572Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:03 cmd [2023-04-13T04:05:16.572Z] -rw-r--r-- 1 jenkins jenkins 78835 Apr 13 04:05 coverage.out [2023-04-13T04:05:16.572Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 13 04:03 doc [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 3557 Apr 13 04:03 go.mod [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 33057 Apr 13 04:03 go.sum [2023-04-13T04:05:16.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 internal [2023-04-13T04:05:16.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:03 snap [2023-04-13T04:05:16.572Z] -rw-rw-r-- 1 jenkins jenkins 236 Apr 13 04:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:05:17.092Z] + 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=9b4e41d67fe8b714495936d48dafe9333c1ff61b --label arch=amd64 --label version=0.0.0 . [2023-04-13T04:05:17.092Z] Sending build context to Docker daemon 27MB [2023-04-13T04:05:17.092Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T04:05:17.092Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-13T04:05:17.092Z] ---> 1cb74fba140b [2023-04-13T04:05:17.092Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-04-13T04:05:17.351Z] ---> Running in 018b033f4583 [2023-04-13T04:05:17.351Z] Removing intermediate container 018b033f4583 [2023-04-13T04:05:17.351Z] ---> ef3be1fe71b0 [2023-04-13T04:05:17.351Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T04:05:17.351Z] ---> Running in 25438e37b344 [2023-04-13T04:05:17.610Z] Removing intermediate container 25438e37b344 [2023-04-13T04:05:17.610Z] ---> 45136df69fee [2023-04-13T04:05:17.610Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-13T04:05:17.610Z] ---> Running in de09b05b6692 [2023-04-13T04:05:17.610Z] Removing intermediate container de09b05b6692 [2023-04-13T04:05:17.610Z] ---> eb3cbda7af5c [2023-04-13T04:05:17.610Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-13T04:05:17.610Z] ---> Running in c4b1ec420477 [2023-04-13T04:05:17.610Z] Removing intermediate container c4b1ec420477 [2023-04-13T04:05:17.610Z] ---> 7fa6b75df85e [2023-04-13T04:05:17.610Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-04-13T04:05:17.868Z] ---> Running in c9d7096e2231 [2023-04-13T04:05:17.868Z] Removing intermediate container c9d7096e2231 [2023-04-13T04:05:17.868Z] ---> 41cd035a1ec7 [2023-04-13T04:05:17.868Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T04:05:17.868Z] ---> Running in dccbdcdb6957 [2023-04-13T04:05:18.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T04:05:18.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T04:05:18.385Z] OK: 265 MiB in 53 packages [2023-04-13T04:05:18.644Z] Removing intermediate container dccbdcdb6957 [2023-04-13T04:05:18.644Z] ---> 7773d301e5fd [2023-04-13T04:05:18.644Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-04-13T04:05:18.644Z] ---> Running in 3010dfa0249d [2023-04-13T04:05:18.903Z] Removing intermediate container 3010dfa0249d [2023-04-13T04:05:18.903Z] ---> 3d7f72cd05a9 [2023-04-13T04:05:18.903Z] Step 10/26 : COPY go.mod vendor* ./ [2023-04-13T04:05:18.903Z] ---> e34c16849058 [2023-04-13T04:05:18.903Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T04:05:18.903Z] ---> Running in 3c7a6e6c3c7d [2023-04-13T04:05:19.838Z] Removing intermediate container 3c7a6e6c3c7d [2023-04-13T04:05:19.838Z] ---> faf0f7664597 [2023-04-13T04:05:19.838Z] Step 12/26 : COPY . . [2023-04-13T04:05:20.772Z] ---> 2af24cd3c9d9 [2023-04-13T04:05:20.772Z] Step 13/26 : RUN ${MAKE} [2023-04-13T04:05:20.772Z] ---> Running in ce13f0e15cb6 [2023-04-13T04:05:20.772Z] 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-13T04:05:42.022Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8381 in /w/workspace/undry_device-onvif-camera_PR-306 [Pipeline] { [Pipeline] ws [2023-04-13T04:05:42.077Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-04-13T04:05:42.151Z] The recommended git tool is: git [2023-04-13T04:05:42.686Z] Removing intermediate container ce13f0e15cb6 [2023-04-13T04:05:42.686Z] ---> 21c8555a5bd7 [2023-04-13T04:05:42.686Z] Step 14/26 : FROM alpine:3.17 [2023-04-13T04:05:42.686Z] 3.17: Pulling from library/alpine [2023-04-13T04:05:42.686Z] f56be85fc22e: Pulling fs layer [2023-04-13T04:05:42.686Z] f56be85fc22e: Verifying Checksum [2023-04-13T04:05:42.686Z] f56be85fc22e: Download complete [2023-04-13T04:05:42.686Z] f56be85fc22e: Pull complete [2023-04-13T04:05:42.686Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-13T04:05:42.686Z] Status: Downloaded newer image for alpine:3.17 [2023-04-13T04:05:42.686Z] ---> 9ed4aefc74f6 [2023-04-13T04:05:42.686Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-13T04:05:42.686Z] ---> Running in fed5fe403577 [2023-04-13T04:05:42.686Z] Removing intermediate container fed5fe403577 [2023-04-13T04:05:42.686Z] ---> 25efb3135e3b [2023-04-13T04:05:42.686Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-04-13T04:05:42.686Z] ---> Running in 76731cfdfd21 [2023-04-13T04:05:42.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-13T04:05:43.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-13T04:05:43.460Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-13T04:05:43.460Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T04:05:43.460Z] OK: 7 MiB in 16 packages [2023-04-13T04:05:43.719Z] Removing intermediate container 76731cfdfd21 [2023-04-13T04:05:43.719Z] ---> 307ec55e044f [2023-04-13T04:05:43.719Z] Step 17/26 : WORKDIR / [2023-04-13T04:05:43.719Z] ---> Running in a9471e7cf7dd [2023-04-13T04:05:43.719Z] Removing intermediate container a9471e7cf7dd [2023-04-13T04:05:43.719Z] ---> 2f5b7853f90c [2023-04-13T04:05:43.719Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-04-13T04:05:44.654Z] ---> 079464d39442 [2023-04-13T04:05:44.654Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-04-13T04:05:44.654Z] ---> aed2393875f3 [2023-04-13T04:05:44.654Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-04-13T04:05:44.923Z] ---> 795de7d1de19 [2023-04-13T04:05:44.923Z] Step 21/26 : EXPOSE 59984 [2023-04-13T04:05:44.923Z] ---> Running in 22ce68042836 [2023-04-13T04:05:44.923Z] Removing intermediate container 22ce68042836 [2023-04-13T04:05:44.923Z] ---> c0faec8e676d [2023-04-13T04:05:44.923Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-04-13T04:05:44.923Z] ---> Running in fb1482cddb86 [2023-04-13T04:05:44.923Z] Removing intermediate container fb1482cddb86 [2023-04-13T04:05:44.923Z] ---> 0e02fcaece26 [2023-04-13T04:05:44.923Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-13T04:05:45.182Z] ---> Running in 7f976f15a870 [2023-04-13T04:05:45.182Z] Removing intermediate container 7f976f15a870 [2023-04-13T04:05:45.182Z] ---> 9f3f4ea62cca [2023-04-13T04:05:45.182Z] Step 24/26 : LABEL arch=amd64 [2023-04-13T04:05:45.182Z] ---> Running in 8a5069d535b1 [2023-04-13T04:05:45.182Z] Removing intermediate container 8a5069d535b1 [2023-04-13T04:05:45.182Z] ---> 3762b1e607a6 [2023-04-13T04:05:45.182Z] Step 25/26 : LABEL git_sha=9b4e41d67fe8b714495936d48dafe9333c1ff61b [2023-04-13T04:05:45.182Z] ---> Running in f6562b0a504b [2023-04-13T04:05:45.440Z] Removing intermediate container f6562b0a504b [2023-04-13T04:05:45.440Z] ---> db7ec7e23c8d [2023-04-13T04:05:45.440Z] Step 26/26 : LABEL version=0.0.0 [2023-04-13T04:05:45.440Z] ---> Running in bf264130de74 [2023-04-13T04:05:45.440Z] Removing intermediate container bf264130de74 [2023-04-13T04:05:45.440Z] ---> 4a0b108a532b [2023-04-13T04:05:45.440Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-13T04:05:45.440Z] Successfully built 4a0b108a532b [2023-04-13T04:05:45.440Z] 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-13T04:05:46.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T04:05:46.307Z] [2023-04-13T04:05:46.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:05:46.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T04:05:46.676Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-13T04:05:46.676Z] 5eb5b503b376: Pulling fs layer [2023-04-13T04:05:46.676Z] 5c69ac0246d0: Pulling fs layer [2023-04-13T04:05:46.676Z] ec43610c2a17: Pulling fs layer [2023-04-13T04:05:46.676Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-13T04:05:46.676Z] 33b1e0a273af: Pulling fs layer [2023-04-13T04:05:46.676Z] 5d3b04190fa2: Pulling fs layer [2023-04-13T04:05:46.676Z] 2f39f015ded8: Pulling fs layer [2023-04-13T04:05:46.676Z] 3a2ae6a8a46f: Waiting [2023-04-13T04:05:46.676Z] 5d3b04190fa2: Waiting [2023-04-13T04:05:46.676Z] 5c69ac0246d0: Verifying Checksum [2023-04-13T04:05:46.676Z] 5c69ac0246d0: Download complete [2023-04-13T04:05:46.676Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-13T04:05:46.676Z] 3a2ae6a8a46f: Download complete [2023-04-13T04:05:46.676Z] 33b1e0a273af: Verifying Checksum [2023-04-13T04:05:46.676Z] 33b1e0a273af: Download complete [2023-04-13T04:05:46.676Z] ec43610c2a17: Verifying Checksum [2023-04-13T04:05:46.676Z] ec43610c2a17: Download complete [2023-04-13T04:05:46.676Z] 5d3b04190fa2: Verifying Checksum [2023-04-13T04:05:46.676Z] 5d3b04190fa2: Download complete [2023-04-13T04:05:46.880Z] using credential edgex-jenkins-ssh [2023-04-13T04:05:46.894Z] Cloning the remote Git repository [2023-04-13T04:05:46.934Z] 5eb5b503b376: Verifying Checksum [2023-04-13T04:05:46.934Z] 5eb5b503b376: Download complete [2023-04-13T04:05:46.938Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-13T04:05:47.497Z] 2f39f015ded8: Verifying Checksum [2023-04-13T04:05:47.497Z] 2f39f015ded8: Download complete [2023-04-13T04:05:48.062Z] 5eb5b503b376: Pull complete [2023-04-13T04:05:47.037Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-04-13T04:05:47.176Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-13T04:05:47.177Z] > git --version # timeout=10 [2023-04-13T04:05:47.194Z] > git --version # 'git version 2.25.1' [2023-04-13T04:05:47.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-13T04:05:47.344Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-13T04:05:48.325Z] 5c69ac0246d0: Pull complete [2023-04-13T04:05:48.889Z] ec43610c2a17: Pull complete [2023-04-13T04:05:48.889Z] 3a2ae6a8a46f: Pull complete [2023-04-13T04:05:49.146Z] 33b1e0a273af: Pull complete [2023-04-13T04:05:49.146Z] 5d3b04190fa2: Pull complete [2023-04-13T04:05:48.692Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-13T04:05:48.709Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-13T04:05:49.445Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-13T04:05:49.481Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-13T04:05:49.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-13T04:05:49.499Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/306/head:refs/remotes/origin/PR-306 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-13T04:05:50.004Z] Merging remotes/origin/main commit 7c14cf897af34df275d4233d707e2506881d1776 into PR head commit 9b4e41d67fe8b714495936d48dafe9333c1ff61b [2023-04-13T04:05:50.458Z] Merge succeeded, producing 9b4e41d67fe8b714495936d48dafe9333c1ff61b [2023-04-13T04:05:50.459Z] Checking out Revision 9b4e41d67fe8b714495936d48dafe9333c1ff61b (PR-306) [2023-04-13T04:05:50.023Z] > git config core.sparsecheckout # timeout=10 [2023-04-13T04:05:50.081Z] > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 [2023-04-13T04:05:50.358Z] > git remote # timeout=10 [2023-04-13T04:05:50.379Z] > git config --get remote.origin.url # timeout=10 [2023-04-13T04:05:50.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-13T04:05:50.418Z] > git merge 7c14cf897af34df275d4233d707e2506881d1776 # timeout=10 [2023-04-13T04:05:50.443Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-13T04:05:50.469Z] > git config core.sparsecheckout # timeout=10 [2023-04-13T04:05:50.489Z] > git checkout -f 9b4e41d67fe8b714495936d48dafe9333c1ff61b # timeout=10 [2023-04-13T04:05:51.249Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-13T04:05:51.295Z] > git --version # timeout=10 [2023-04-13T04:05:51.307Z] > git --version # 'git version 2.25.1' [2023-04-13T04:05:51.329Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-13T04:05:51.667Z] [2023-04-13T04:05:51.667Z] GitHub has been notified of this commit’s build result [2023-04-13T04:05:51.667Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T04:05:52.375Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-13T04:05:52.375Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T04:05:52.375Z] Dload Upload Total Spent Left Speed [2023-04-13T04:05:52.375Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78709 [Pipeline] sh [2023-04-13T04:05:52.992Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-13T04:05:53.341Z] 2f39f015ded8: Pull complete [2023-04-13T04:05:53.341Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-13T04:05:53.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T04:05:53.341Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T04:05:53.341Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-13T04:05:53.341Z] + sudo tee /etc/docker/daemon.new [2023-04-13T04:05:53.341Z] { [2023-04-13T04:05:53.341Z] "registry-mirrors": [ [2023-04-13T04:05:53.341Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-13T04:05:53.341Z] ], [2023-04-13T04:05:53.341Z] "bip": "10.250.0.254/24", [2023-04-13T04:05:53.341Z] "hosts": [ [2023-04-13T04:05:53.341Z] "tcp://0.0.0.0:5555", [2023-04-13T04:05:53.341Z] "unix:///var/run/docker.sock" [2023-04-13T04:05:53.341Z] ], [2023-04-13T04:05:53.341Z] "mtu": 1458, [2023-04-13T04:05:53.341Z] "selinux-enabled": true, [2023-04-13T04:05:53.341Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-13T04:05:53.341Z] } [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:05:53.653Z] prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container [2023-04-13T04:05:53.685Z] $ 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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-13T04:05:53.718Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2023-04-13T04:05:57.981Z] $ docker top 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:05:58.425Z] + sudo service docker restart [2023-04-13T04:05:58.528Z] ---> job-cost.sh [2023-04-13T04:05:58.528Z] lf-activate-venv: SKIPPING [2023-04-13T04:05:58.528Z] INFO: No Stack... [2023-04-13T04:05:59.097Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-13T04:05:59.356Z] INFO: Archiving Costs [Pipeline] sh [2023-04-13T04:05:59.671Z] + cat /w/workspace/undry_device-onvif-camera_PR-306/archives/cost.csv [2023-04-13T04:05:59.671Z] + cut -d, -f6 [Pipeline] lock [2023-04-13T04:05:59.710Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [2023-04-13T04:05:59.715Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] did not exist. Created. [2023-04-13T04:05:59.715Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-13T04:06:00.111Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-13T04:06:00.166Z] Stashed 1 file(s) [Pipeline] } [2023-04-13T04:06:00.195Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-13T04:06:00.272Z] $ docker stop --time=1 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 [2023-04-13T04:06:01.699Z] $ docker rm -f --volumes 1d47fd683dcaecfc29afe200ebf65db3d139680e5212c0f2b78ef4edb1124de3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T04:06:16.730Z] provisioning config files... [2023-04-13T04:06:16.762Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config14166257865391332016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:06:17.166Z] ---> docker-login.sh [2023-04-13T04:06:17.166Z] nexus3.edgexfoundry.org:10001 [2023-04-13T04:06:17.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:06:17.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:06:17.707Z] Configure a credential helper to remove this warning. See [2023-04-13T04:06:17.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:06:17.707Z] [2023-04-13T04:06:17.707Z] Login Succeeded [2023-04-13T04:06:17.707Z] nexus3.edgexfoundry.org:10002 [2023-04-13T04:06:17.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:06:18.246Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:06:18.246Z] Configure a credential helper to remove this warning. See [2023-04-13T04:06:18.246Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:06:18.246Z] [2023-04-13T04:06:18.246Z] Login Succeeded [2023-04-13T04:06:18.246Z] nexus3.edgexfoundry.org:10003 [2023-04-13T04:06:18.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:06:18.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:06:18.517Z] Configure a credential helper to remove this warning. See [2023-04-13T04:06:18.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:06:18.517Z] [2023-04-13T04:06:18.517Z] Login Succeeded [2023-04-13T04:06:18.517Z] nexus3.edgexfoundry.org:10004 [2023-04-13T04:06:18.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:06:18.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:06:18.792Z] Configure a credential helper to remove this warning. See [2023-04-13T04:06:18.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:06:18.792Z] [2023-04-13T04:06:18.792Z] Login Succeeded [2023-04-13T04:06:18.792Z] docker.io [2023-04-13T04:06:19.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-13T04:06:19.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-13T04:06:19.338Z] Configure a credential helper to remove this warning. See [2023-04-13T04:06:19.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-13T04:06:19.338Z] [2023-04-13T04:06:19.338Z] Login Succeeded [2023-04-13T04:06:19.338Z] ---> docker-login.sh ends [Pipeline] } [2023-04-13T04:06:19.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-13T04:06:19.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T04:06:19.828Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-13T04:06:19.862Z] ========================================================= [2023-04-13T04:06:19.862Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-13T04:06:19.862Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:06:20.346Z] + 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-13T04:06:21.045Z] Sending build context to Docker daemon 19.65MB [2023-04-13T04:06:21.045Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T04:06:21.045Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-13T04:06:21.343Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-13T04:06:21.343Z] af6eaf76a39c: Pulling fs layer [2023-04-13T04:06:21.343Z] 55522c791124: Pulling fs layer [2023-04-13T04:06:21.343Z] ce5c4a1c91eb: Pulling fs layer [2023-04-13T04:06:21.343Z] 169dfbe0d373: Pulling fs layer [2023-04-13T04:06:21.343Z] e1ff8fa3b103: Pulling fs layer [2023-04-13T04:06:21.343Z] 52ebb69f0ebf: Pulling fs layer [2023-04-13T04:06:21.343Z] 5abe8eddf0d5: Pulling fs layer [2023-04-13T04:06:21.343Z] e1ff8fa3b103: Waiting [2023-04-13T04:06:21.343Z] 52ebb69f0ebf: Waiting [2023-04-13T04:06:21.343Z] 5abe8eddf0d5: Waiting [2023-04-13T04:06:21.343Z] 169dfbe0d373: Waiting [2023-04-13T04:06:21.343Z] 55522c791124: Verifying Checksum [2023-04-13T04:06:21.343Z] 55522c791124: Download complete [2023-04-13T04:06:21.343Z] 169dfbe0d373: Verifying Checksum [2023-04-13T04:06:21.343Z] 169dfbe0d373: Download complete [2023-04-13T04:06:21.343Z] e1ff8fa3b103: Verifying Checksum [2023-04-13T04:06:21.343Z] e1ff8fa3b103: Download complete [2023-04-13T04:06:21.343Z] af6eaf76a39c: Verifying Checksum [2023-04-13T04:06:21.343Z] af6eaf76a39c: Download complete [2023-04-13T04:06:22.781Z] af6eaf76a39c: Pull complete [2023-04-13T04:06:22.781Z] 5abe8eddf0d5: Verifying Checksum [2023-04-13T04:06:22.781Z] 5abe8eddf0d5: Download complete [2023-04-13T04:06:24.199Z] 52ebb69f0ebf: Verifying Checksum [2023-04-13T04:06:24.199Z] 52ebb69f0ebf: Download complete [2023-04-13T04:06:24.199Z] ce5c4a1c91eb: Verifying Checksum [2023-04-13T04:06:24.199Z] ce5c4a1c91eb: Download complete [2023-04-13T04:06:25.160Z] 55522c791124: Pull complete [2023-04-13T04:06:37.487Z] ce5c4a1c91eb: Pull complete [2023-04-13T04:06:37.487Z] 169dfbe0d373: Pull complete [2023-04-13T04:06:37.487Z] e1ff8fa3b103: Pull complete [2023-04-13T04:06:42.850Z] 52ebb69f0ebf: Pull complete [2023-04-13T04:06:44.799Z] 5abe8eddf0d5: Pull complete [2023-04-13T04:06:44.799Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-13T04:06:44.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-13T04:06:44.799Z] ---> 6cb57ee374ae [2023-04-13T04:06:44.799Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-13T04:06:46.749Z] ---> Running in 2e5d7058beed [2023-04-13T04:06:47.019Z] Removing intermediate container 2e5d7058beed [2023-04-13T04:06:47.019Z] ---> 8d8de2738386 [2023-04-13T04:06:47.019Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T04:06:47.019Z] ---> Running in aac60c1747ce [2023-04-13T04:06:47.285Z] Removing intermediate container aac60c1747ce [2023-04-13T04:06:47.285Z] ---> ef46b1e5e763 [2023-04-13T04:06:47.285Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-13T04:06:47.285Z] ---> Running in 7faa220289a6 [2023-04-13T04:06:47.553Z] Removing intermediate container 7faa220289a6 [2023-04-13T04:06:47.553Z] ---> 5d3ec5364231 [2023-04-13T04:06:47.553Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-13T04:06:47.820Z] ---> Running in b43190bbed7d [2023-04-13T04:06:48.087Z] Removing intermediate container b43190bbed7d [2023-04-13T04:06:48.087Z] ---> c11c985acf0f [2023-04-13T04:06:48.087Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-13T04:06:48.087Z] ---> Running in 2a5b80869099 [2023-04-13T04:06:51.733Z] Removing intermediate container 2a5b80869099 [2023-04-13T04:06:51.733Z] ---> 8b14509b4f1c [2023-04-13T04:06:51.733Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T04:06:51.733Z] ---> Running in 012d48607f51 [2023-04-13T04:06:51.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T04:06:52.694Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T04:06:54.635Z] OK: 263 MiB in 53 packages [2023-04-13T04:06:55.597Z] Removing intermediate container 012d48607f51 [2023-04-13T04:06:55.597Z] ---> d76f38ae6129 [2023-04-13T04:06:55.597Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-13T04:06:55.597Z] ---> Running in f7d93297268d [2023-04-13T04:06:55.863Z] Removing intermediate container f7d93297268d [2023-04-13T04:06:55.863Z] ---> 66f883a71220 [2023-04-13T04:06:55.863Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-13T04:06:56.447Z] ---> cc0e71714b18 [2023-04-13T04:06:56.447Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T04:06:56.447Z] ---> Running in 34e0a5ed76cb [2023-04-13T04:08:18.087Z] Removing intermediate container 34e0a5ed76cb [2023-04-13T04:08:18.087Z] ---> 84fc4c4b4042 [2023-04-13T04:08:18.087Z] Step 12/13 : COPY . . [2023-04-13T04:08:18.087Z] ---> e298b8a36832 [2023-04-13T04:08:18.087Z] Step 13/13 : RUN ${MAKE} [2023-04-13T04:08:18.087Z] ---> Running in 4e23b5b603f2 [2023-04-13T04:08:18.087Z] noop [2023-04-13T04:08:18.087Z] Removing intermediate container 4e23b5b603f2 [2023-04-13T04:08:18.087Z] ---> 53fc55def1c2 [2023-04-13T04:08:18.087Z] Successfully built 53fc55def1c2 [2023-04-13T04:08:18.087Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:08:18.686Z] + docker inspect -f . ci-base-image-arm64 [2023-04-13T04:08:18.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:08:18.978Z] prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container [2023-04-13T04:08:19.052Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-13T04:08:20.377Z] $ docker top d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T04:08:21.280Z] + go version [2023-04-13T04:08:21.280Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-13T04:08:21.319Z] $ docker stop --time=1 d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 [2023-04-13T04:08:22.990Z] $ docker rm -f --volumes d1ea693973540c4da8bcda6351dc8ef56f38330a2ecbc16b0f5bc531d597e244 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:08:23.873Z] + docker inspect -f . ci-base-image-arm64 [2023-04-13T04:08:23.873Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:08:24.153Z] prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container [2023-04-13T04:08:24.233Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-13T04:08:25.922Z] $ docker top 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T04:08:26.816Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-04-13T04:08:27.524Z] + make test [2023-04-13T04:08:27.524Z] go test ./... -coverprofile=coverage.out ./... [2023-04-13T04:09:06.415Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-13T04:11:28.124Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-04-13T04:11:28.706Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-13T04:11:31.290Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.197s coverage: 31.6% of statements [2023-04-13T04:11:57.984Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 26.410s coverage: 86.5% of statements [2023-04-13T04:11:57.984Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-13T04:11:57.984Z] go vet ./... [2023-04-13T04:12:30.228Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-13T04:12:30.228Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-13T04:12:30.228Z] ./bin/test-attribution-txt.sh [2023-04-13T04:12:30.228Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-13T04:12:30.268Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-13T04:12:30.299Z] $ docker stop --time=1 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 [2023-04-13T04:12:32.177Z] $ docker rm -f --volumes 5385879e9bbc474421c954b4a5e62466786995f5eb71f12cd36193fac11e6875 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-13T04:12:33.476Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-13T04:12:33.511Z] Warning: overwriting stash ‘coverage-report’ [2023-04-13T04:12:34.101Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-13T04:12:34.703Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-13T04:12:35.047Z] + ls -al . [2023-04-13T04:12:35.047Z] total 232 [2023-04-13T04:12:35.047Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 13 04:08 . [2023-04-13T04:12:35.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 .. [2023-04-13T04:12:35.047Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 13 04:05 .git [2023-04-13T04:12:35.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:05 .github [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 496 Apr 13 04:05 .gitignore [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 13 04:05 .golangci.yml [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 9732 Apr 13 04:05 Attribution.txt [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 6312 Apr 13 04:05 CHANGELOG.md [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 1574 Apr 13 04:05 Dockerfile [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 13 04:05 GOVERNANCE.md [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 734 Apr 13 04:05 Jenkinsfile [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 11348 Apr 13 04:05 LICENSE [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 2751 Apr 13 04:05 Makefile [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 625 Apr 13 04:05 OWNERS.md [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 6250 Apr 13 04:05 README.md [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 13 04:03 VERSION [2023-04-13T04:12:35.047Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 13 04:05 bin [2023-04-13T04:12:35.047Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 13 04:05 cmd [2023-04-13T04:12:35.047Z] -rw-r--r-- 1 jenkins jenkins 78835 Apr 13 04:11 coverage.out [2023-04-13T04:12:35.047Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 13 04:05 doc [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 3557 Apr 13 04:05 go.mod [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 33057 Apr 13 04:05 go.sum [2023-04-13T04:12:35.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 internal [2023-04-13T04:12:35.047Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 13 04:05 snap [2023-04-13T04:12:35.047Z] -rw-rw-r-- 1 jenkins jenkins 236 Apr 13 04:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:12:35.464Z] + 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=9b4e41d67fe8b714495936d48dafe9333c1ff61b --label arch=arm64 --label version=0.0.0 . [2023-04-13T04:12:36.055Z] Sending build context to Docker daemon 19.73MB [2023-04-13T04:12:36.055Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-04-13T04:12:36.055Z] Step 2/26 : FROM ${BASE} AS builder [2023-04-13T04:12:36.055Z] ---> 53fc55def1c2 [2023-04-13T04:12:36.055Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-04-13T04:12:36.328Z] ---> Running in e76e69054424 [2023-04-13T04:12:36.596Z] Removing intermediate container e76e69054424 [2023-04-13T04:12:36.596Z] ---> f6f68b12e30b [2023-04-13T04:12:36.596Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-13T04:12:36.596Z] ---> Running in 5014be66233a [2023-04-13T04:12:36.865Z] Removing intermediate container 5014be66233a [2023-04-13T04:12:36.865Z] ---> a1c731a48a70 [2023-04-13T04:12:36.865Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-04-13T04:12:37.131Z] ---> Running in 1779d4055c09 [2023-04-13T04:12:37.399Z] Removing intermediate container 1779d4055c09 [2023-04-13T04:12:37.399Z] ---> 0ee710aa64f7 [2023-04-13T04:12:37.399Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-04-13T04:12:37.399Z] ---> Running in 804cf72be4ec [2023-04-13T04:12:37.667Z] Removing intermediate container 804cf72be4ec [2023-04-13T04:12:37.667Z] ---> 2f2c60c24393 [2023-04-13T04:12:37.667Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-04-13T04:12:37.667Z] ---> Running in b2839cc1394d [2023-04-13T04:12:37.943Z] Removing intermediate container b2839cc1394d [2023-04-13T04:12:37.943Z] ---> a9b64269e0fd [2023-04-13T04:12:37.943Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-13T04:12:38.216Z] ---> Running in 2f8c02d6254c [2023-04-13T04:12:39.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T04:12:39.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T04:12:41.170Z] OK: 263 MiB in 53 packages [2023-04-13T04:12:41.768Z] Removing intermediate container 2f8c02d6254c [2023-04-13T04:12:41.768Z] ---> 6a59874da7c0 [2023-04-13T04:12:41.768Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-04-13T04:12:42.035Z] ---> Running in c4f694a84579 [2023-04-13T04:12:42.301Z] Removing intermediate container c4f694a84579 [2023-04-13T04:12:42.301Z] ---> acb02c9899a8 [2023-04-13T04:12:42.301Z] Step 10/26 : COPY go.mod vendor* ./ [2023-04-13T04:12:42.888Z] ---> 77947eda6485 [2023-04-13T04:12:42.888Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-13T04:12:42.888Z] ---> Running in 92cd59cd5649 [2023-04-13T04:12:48.239Z] Removing intermediate container 92cd59cd5649 [2023-04-13T04:12:48.239Z] ---> a68de7dcf92c [2023-04-13T04:12:48.239Z] Step 12/26 : COPY . . [2023-04-13T04:12:49.201Z] ---> b1d04ff4cd86 [2023-04-13T04:12:49.201Z] Step 13/26 : RUN ${MAKE} [2023-04-13T04:12:49.201Z] ---> Running in 6f9f799c80c1 [2023-04-13T04:12:50.615Z] 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-13T04:15:27.333Z] Removing intermediate container 6f9f799c80c1 [2023-04-13T04:15:27.333Z] ---> 2bd4cbfc5b29 [2023-04-13T04:15:27.333Z] Step 14/26 : FROM alpine:3.17 [2023-04-13T04:15:27.333Z] 3.17: Pulling from library/alpine [2023-04-13T04:15:27.333Z] c41833b44d91: Pulling fs layer [2023-04-13T04:15:27.333Z] c41833b44d91: Verifying Checksum [2023-04-13T04:15:27.333Z] c41833b44d91: Download complete [2023-04-13T04:15:27.333Z] c41833b44d91: Pull complete [2023-04-13T04:15:27.333Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-13T04:15:27.333Z] Status: Downloaded newer image for alpine:3.17 [2023-04-13T04:15:27.333Z] ---> 51e60588ff2c [2023-04-13T04:15:27.333Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-04-13T04:15:27.333Z] ---> Running in db5005301a52 [2023-04-13T04:15:27.333Z] Removing intermediate container db5005301a52 [2023-04-13T04:15:27.333Z] ---> bbc4ea43df68 [2023-04-13T04:15:27.333Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-04-13T04:15:27.333Z] ---> Running in bcec1f74aae0 [2023-04-13T04:15:27.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-13T04:15:27.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-13T04:15:27.333Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-13T04:15:27.333Z] Executing busybox-1.35.0-r29.trigger [2023-04-13T04:15:27.333Z] OK: 8 MiB in 16 packages [2023-04-13T04:15:27.333Z] Removing intermediate container bcec1f74aae0 [2023-04-13T04:15:27.333Z] ---> 2a12ae70387c [2023-04-13T04:15:27.333Z] Step 17/26 : WORKDIR / [2023-04-13T04:15:27.333Z] ---> Running in 1523c387469b [2023-04-13T04:15:27.601Z] Removing intermediate container 1523c387469b [2023-04-13T04:15:27.601Z] ---> f225f378452c [2023-04-13T04:15:27.601Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-04-13T04:15:29.116Z] ---> 20086d4ecb39 [2023-04-13T04:15:29.116Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-04-13T04:15:29.718Z] ---> e179387509ef [2023-04-13T04:15:29.718Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-04-13T04:15:30.332Z] ---> 179f7c745980 [2023-04-13T04:15:30.332Z] Step 21/26 : EXPOSE 59984 [2023-04-13T04:15:30.332Z] ---> Running in ce7f13f24646 [2023-04-13T04:15:30.606Z] Removing intermediate container ce7f13f24646 [2023-04-13T04:15:30.606Z] ---> 2122a07f0705 [2023-04-13T04:15:30.606Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-04-13T04:15:30.606Z] ---> Running in 8c073585681e [2023-04-13T04:15:30.886Z] Removing intermediate container 8c073585681e [2023-04-13T04:15:30.886Z] ---> 754b100a78ee [2023-04-13T04:15:30.886Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-13T04:15:31.159Z] ---> Running in 3210f86c71b8 [2023-04-13T04:15:31.439Z] Removing intermediate container 3210f86c71b8 [2023-04-13T04:15:31.439Z] ---> 9fe3300a325d [2023-04-13T04:15:31.439Z] Step 24/26 : LABEL arch=arm64 [2023-04-13T04:15:31.439Z] ---> Running in 5a08e863c53a [2023-04-13T04:15:31.707Z] Removing intermediate container 5a08e863c53a [2023-04-13T04:15:31.707Z] ---> 9f2f7e2bf036 [2023-04-13T04:15:31.707Z] Step 25/26 : LABEL git_sha=9b4e41d67fe8b714495936d48dafe9333c1ff61b [2023-04-13T04:15:31.978Z] ---> Running in 356cd08ce0ad [2023-04-13T04:15:32.247Z] Removing intermediate container 356cd08ce0ad [2023-04-13T04:15:32.247Z] ---> 8f2abaf7f593 [2023-04-13T04:15:32.247Z] Step 26/26 : LABEL version=0.0.0 [2023-04-13T04:15:32.247Z] ---> Running in 7c6f59b3256e [2023-04-13T04:15:32.515Z] Removing intermediate container 7c6f59b3256e [2023-04-13T04:15:32.515Z] ---> b0d9397c22f8 [2023-04-13T04:15:32.515Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-13T04:15:32.515Z] Successfully built b0d9397c22f8 [2023-04-13T04:15:32.515Z] 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-13T04:15:33.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T04:15:33.356Z] [2023-04-13T04:15:33.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:15:33.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T04:15:34.038Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-13T04:15:34.038Z] 8998bd30e6a1: Pulling fs layer [2023-04-13T04:15:34.038Z] 04944245beec: Pulling fs layer [2023-04-13T04:15:34.038Z] 699f458cf7ca: Pulling fs layer [2023-04-13T04:15:34.038Z] 765212b225bb: Pulling fs layer [2023-04-13T04:15:34.038Z] f23df028b6ca: Pulling fs layer [2023-04-13T04:15:34.038Z] d65c8cfc05b1: Pulling fs layer [2023-04-13T04:15:34.038Z] 2437ff75d9bd: Pulling fs layer [2023-04-13T04:15:34.038Z] 765212b225bb: Waiting [2023-04-13T04:15:34.038Z] f23df028b6ca: Waiting [2023-04-13T04:15:34.038Z] d65c8cfc05b1: Waiting [2023-04-13T04:15:34.038Z] 2437ff75d9bd: Waiting [2023-04-13T04:15:34.038Z] 04944245beec: Verifying Checksum [2023-04-13T04:15:34.038Z] 04944245beec: Download complete [2023-04-13T04:15:34.038Z] 765212b225bb: Verifying Checksum [2023-04-13T04:15:34.038Z] 765212b225bb: Download complete [2023-04-13T04:15:34.038Z] f23df028b6ca: Download complete [2023-04-13T04:15:34.038Z] d65c8cfc05b1: Verifying Checksum [2023-04-13T04:15:34.038Z] d65c8cfc05b1: Download complete [2023-04-13T04:15:34.307Z] 699f458cf7ca: Verifying Checksum [2023-04-13T04:15:34.307Z] 699f458cf7ca: Download complete [2023-04-13T04:15:34.576Z] 8998bd30e6a1: Verifying Checksum [2023-04-13T04:15:34.576Z] 8998bd30e6a1: Download complete [2023-04-13T04:15:37.166Z] 2437ff75d9bd: Verifying Checksum [2023-04-13T04:15:37.166Z] 2437ff75d9bd: Download complete [2023-04-13T04:15:39.116Z] 8998bd30e6a1: Pull complete [2023-04-13T04:15:39.383Z] 04944245beec: Pull complete [2023-04-13T04:15:40.795Z] 699f458cf7ca: Pull complete [2023-04-13T04:15:40.795Z] 765212b225bb: Pull complete [2023-04-13T04:15:41.759Z] f23df028b6ca: Pull complete [2023-04-13T04:15:42.027Z] d65c8cfc05b1: Pull complete [2023-04-13T04:15:57.049Z] 2437ff75d9bd: Pull complete [2023-04-13T04:15:57.049Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-13T04:15:57.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-13T04:15:57.049Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:15:57.372Z] prd-ubuntu20.04-docker-arm64-4c-16g-8381 does not seem to be running inside a container [2023-04-13T04:15:57.440Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-13T04:16:00.186Z] $ docker top df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:01.076Z] ---> job-cost.sh [2023-04-13T04:16:01.076Z] lf-activate-venv: SKIPPING [2023-04-13T04:16:01.076Z] INFO: No Stack... [2023-04-13T04:16:01.662Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-13T04:16:02.247Z] INFO: Archiving Costs [Pipeline] sh [2023-04-13T04:16:02.908Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-04-13T04:16:02.908Z] + cut -d, -f6 [Pipeline] lock [2023-04-13T04:16:02.997Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [2023-04-13T04:16:03.002Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] did not exist. Created. [2023-04-13T04:16:03.002Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-13T04:16:03.729Z] /w/workspace/device-onvif-camera/1@tmp/durable-06133102/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-13T04:16:04.423Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-13T04:16:04.458Z] Warning: overwriting stash ‘stack-cost’ [2023-04-13T04:16:04.524Z] Stashed 1 file(s) [Pipeline] } [2023-04-13T04:16:04.539Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-306-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-13T04:16:04.625Z] $ docker stop --time=1 df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 [2023-04-13T04:16:06.126Z] $ docker rm -f --volumes df2ca6e4604603dd9a95825418c39d652ba332af1766ce54c6c9e9e444dc0670 [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-13T04:16:07.097Z] provisioning config files... [2023-04-13T04:16:07.103Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config4601542622600697584tmp [Pipeline] { [Pipeline] sh [2023-04-13T04:16:07.430Z] + set +x [2023-04-13T04:16:07.431Z] + curl -s https://codecov.io/bash [2023-04-13T04:16:07.431Z] + bash -s -- [2023-04-13T04:16:07.431Z] [2023-04-13T04:16:07.431Z] _____ _ [2023-04-13T04:16:07.431Z] / ____| | | [2023-04-13T04:16:07.431Z] | | ___ __| | ___ ___ _____ __ [2023-04-13T04:16:07.431Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-13T04:16:07.431Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-13T04:16:07.431Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-13T04:16:07.431Z] Bash-1.0.6 [2023-04-13T04:16:07.431Z] [2023-04-13T04:16:07.431Z] [2023-04-13T04:16:07.431Z] ==> git version 2.25.1 found [2023-04-13T04:16:07.431Z] ==> 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-13T04:16:07.431Z] Release-Date: 2020-01-08 [2023-04-13T04:16:07.431Z] 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-13T04:16:07.431Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-13T04:16:07.431Z] ==> Jenkins CI detected. [2023-04-13T04:16:07.431Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-306 [2023-04-13T04:16:07.431Z] project root: . [2023-04-13T04:16:07.431Z] --> token set from env [2023-04-13T04:16:07.431Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-13T04:16:07.431Z] ==> Running gcov in . (disable via -X gcov) [2023-04-13T04:16:07.431Z] ==> Python coveragepy not found [2023-04-13T04:16:07.431Z] ==> Searching for coverage reports in: [2023-04-13T04:16:07.431Z] + . [2023-04-13T04:16:07.431Z] -> Found 1 reports [2023-04-13T04:16:07.431Z] ==> Detecting git/mercurial file structure [2023-04-13T04:16:07.431Z] ==> Reading reports [2023-04-13T04:16:07.431Z] + ./coverage.out bytes=78835 [2023-04-13T04:16:07.690Z] ==> Appending adjustments [2023-04-13T04:16:07.690Z] https://docs.codecov.io/docs/fixing-reports [2023-04-13T04:16:07.690Z] + Found adjustments [2023-04-13T04:16:07.690Z] ==> Gzipping contents [2023-04-13T04:16:07.690Z] 12K /tmp/codecov.ERWZZ5.gz [2023-04-13T04:16:07.690Z] ==> Uploading reports [2023-04-13T04:16:07.690Z] url: https://codecov.io [2023-04-13T04:16:07.690Z] query: branch=PR-306&commit=9b4e41d67fe8b714495936d48dafe9333c1ff61b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-306%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=306&job=&cmd_args= [2023-04-13T04:16:07.690Z] -> Pinging Codecov [2023-04-13T04:16:07.690Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-306&commit=9b4e41d67fe8b714495936d48dafe9333c1ff61b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-306%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=306&job=&cmd_args= [2023-04-13T04:16:07.947Z] -> Uploading to [2023-04-13T04:16:07.948Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-13/F29A59C45E3A92E06B3E522C9905F8EF/9b4e41d67fe8b714495936d48dafe9333c1ff61b/e59ef2bd-b1f6-4e28-b535-c28b51db2db7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230413%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230413T041607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77440102baef890ddcf85a5c18509eadae2bd1eeb6f581bf4c7ecc6cc53ce7a1 [2023-04-13T04:16:07.948Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-13T04:16:07.948Z] Dload Upload Total Spent Left Speed [2023-04-13T04:16:08.206Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10491 0 0 100 10491 0 39439 --:--:-- --:--:-- --:--:-- 39439 [2023-04-13T04:16:08.206Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/9b4e41d67fe8b714495936d48dafe9333c1ff61b [Pipeline] } [2023-04-13T04:16:08.235Z] 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-13T04:16:10.087Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-306/archives ] [2023-04-13T04:16:10.087Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-306/archives [2023-04-13T04:16:10.087Z] total 16 [2023-04-13T04:16:10.087Z] drwxr-xr-x 3 root root 4096 Apr 13 04:05 . [2023-04-13T04:16:10.087Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 04:05 .. [2023-04-13T04:16:10.087Z] drwxr-xr-x 2 root root 4096 Apr 13 04:05 cost [2023-04-13T04:16:10.087Z] -rw-r--r-- 1 root root 91 Apr 13 04:05 cost.csv [2023-04-13T04:16:10.087Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-306/archives [2023-04-13T04:16:10.087Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-306/archives [2023-04-13T04:16:10.087Z] total 16 [2023-04-13T04:16:10.087Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 13 04:05 . [2023-04-13T04:16:10.087Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 13 04:05 .. [2023-04-13T04:16:10.087Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 13 04:05 cost [2023-04-13T04:16:10.087Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 13 04:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:10.410Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:11.343Z] ---> package-listing.sh [2023-04-13T04:16:11.343Z] ++ facter osfamily [2023-04-13T04:16:11.343Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-13T04:16:11.603Z] + OS_FAMILY=debian [2023-04-13T04:16:11.603Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-306 [2023-04-13T04:16:11.603Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-13T04:16:11.603Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-13T04:16:11.603Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-13T04:16:11.603Z] + PACKAGES=/tmp/packages_start.txt [2023-04-13T04:16:11.603Z] + '[' /w/workspace/undry_device-onvif-camera_PR-306 ']' [2023-04-13T04:16:11.603Z] + PACKAGES=/tmp/packages_end.txt [2023-04-13T04:16:11.603Z] + case "${OS_FAMILY}" in [2023-04-13T04:16:11.603Z] + dpkg -l [2023-04-13T04:16:11.603Z] + grep '^ii' [2023-04-13T04:16:11.603Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-13T04:16:11.603Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-13T04:16:11.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-13T04:16:11.603Z] + '[' /w/workspace/undry_device-onvif-camera_PR-306 ']' [2023-04-13T04:16:11.603Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-306/archives/ [2023-04-13T04:16:11.603Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-306/archives/ [Pipeline] echo [2023-04-13T04:16:11.638Z] 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-306/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-13T04:16:11.929Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-13T04:16:12.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-13T04:16:12.559Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-13T04:16:12.711Z] prd-ubuntu20.04-docker-8c-8g-8378 does not seem to be running inside a container [2023-04-13T04:16:12.739Z] $ 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-306/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-306 -v /w/workspace/undry_device-onvif-camera_PR-306:/w/workspace/undry_device-onvif-camera_PR-306:rw,z -v /w/workspace/undry_device-onvif-camera_PR-306@tmp:/w/workspace/undry_device-onvif-camera_PR-306@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-13T04:16:12.905Z] $ docker top 4d1c67015ca7b029bc1a6406b90e96c6564c847a27c92cb9500115e552af8045 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-13T04:16:13.299Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-13T04:16:13.608Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-13T04:16:13.921Z] + ls /var/log/sa-host [2023-04-13T04:16:13.921Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-13T04:16:14.142Z] provisioning config files... [2023-04-13T04:16:14.151Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-306@tmp/config13580414697374114304tmp [Pipeline] { [Pipeline] echo [2023-04-13T04:16:14.203Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:14.513Z] ---> create-netrc.sh [Pipeline] } [2023-04-13T04:16:14.541Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:14.934Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-13T04:16:14.971Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:15.281Z] ---> sudo-logs.sh [2023-04-13T04:16:15.281Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-13T04:16:15.361Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:15.670Z] ---> job-cost.sh [2023-04-13T04:16:15.670Z] lf-activate-venv: SKIPPING [2023-04-13T04:16:15.670Z] DEBUG: total: 0.2199999988079071 [2023-04-13T04:16:15.670Z] INFO: Retrieving Stack Cost... [2023-04-13T04:16:15.929Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-13T04:16:16.496Z] INFO: Archiving Costs [Pipeline] echo [2023-04-13T04:16:16.527Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-13T04:16:16.839Z] ---> logs-deploy.sh [2023-04-13T04:16:16.839Z] lf-activate-venv: SKIPPING [2023-04-13T04:16:16.839Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-306/1 [2023-04-13T04:16:16.839Z] INFO: archiving workspace using pattern(s): [2023-04-13T04:16:18.214Z] Archives upload complete. [2023-04-13T04:16:18.214Z] INFO: archiving logs to Nexus [2023-04-13T04:16:18.781Z] ---> uname -a: [2023-04-13T04:16:18.781Z] Linux prd-ubuntu20-04-docker-8c-8g-8378 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] ---> lscpu: [2023-04-13T04:16:18.781Z] Architecture: x86_64 [2023-04-13T04:16:18.781Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-13T04:16:18.781Z] Byte Order: Little Endian [2023-04-13T04:16:18.781Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-13T04:16:18.781Z] CPU(s): 8 [2023-04-13T04:16:18.781Z] On-line CPU(s) list: 0-7 [2023-04-13T04:16:18.781Z] Thread(s) per core: 1 [2023-04-13T04:16:18.781Z] Core(s) per socket: 1 [2023-04-13T04:16:18.781Z] Socket(s): 8 [2023-04-13T04:16:18.781Z] NUMA node(s): 1 [2023-04-13T04:16:18.781Z] Vendor ID: AuthenticAMD [2023-04-13T04:16:18.781Z] CPU family: 23 [2023-04-13T04:16:18.781Z] Model: 49 [2023-04-13T04:16:18.781Z] Model name: AMD EPYC-Rome Processor [2023-04-13T04:16:18.781Z] Stepping: 0 [2023-04-13T04:16:18.781Z] CPU MHz: 2800.000 [2023-04-13T04:16:18.781Z] BogoMIPS: 5600.00 [2023-04-13T04:16:18.781Z] Virtualization: AMD-V [2023-04-13T04:16:18.781Z] Hypervisor vendor: KVM [2023-04-13T04:16:18.781Z] Virtualization type: full [2023-04-13T04:16:18.781Z] L1d cache: 256 KiB [2023-04-13T04:16:18.781Z] L1i cache: 256 KiB [2023-04-13T04:16:18.781Z] L2 cache: 4 MiB [2023-04-13T04:16:18.781Z] L3 cache: 128 MiB [2023-04-13T04:16:18.781Z] NUMA node0 CPU(s): 0-7 [2023-04-13T04:16:18.781Z] Vulnerability Itlb multihit: Not affected [2023-04-13T04:16:18.781Z] Vulnerability L1tf: Not affected [2023-04-13T04:16:18.781Z] Vulnerability Mds: Not affected [2023-04-13T04:16:18.781Z] Vulnerability Meltdown: Not affected [2023-04-13T04:16:18.781Z] Vulnerability Mmio stale data: Not affected [2023-04-13T04:16:18.781Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-13T04:16:18.781Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-13T04:16:18.781Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-13T04:16:18.781Z] Vulnerability Srbds: Not affected [2023-04-13T04:16:18.781Z] Vulnerability Tsx async abort: Not affected [2023-04-13T04:16:18.781Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] ---> nproc: [2023-04-13T04:16:18.781Z] 8 [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] ---> df -h: [2023-04-13T04:16:18.781Z] Filesystem Size Used Avail Use% Mounted on [2023-04-13T04:16:18.781Z] overlay 155G 12G 144G 8% / [2023-04-13T04:16:18.781Z] tmpfs 64M 0 64M 0% /dev [2023-04-13T04:16:18.781Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-13T04:16:18.781Z] shm 64M 0 64M 0% /dev/shm [2023-04-13T04:16:18.781Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] ---> sar -b -r -n DEV: [2023-04-13T04:16:18.781Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8378) 04/13/23 _x86_64_ (8 CPU) [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] 04:02:55 LINUX RESTART (8 CPU) [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] 04:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-13T04:16:18.781Z] 04:04:02 137.93 48.11 89.82 0.00 5415.76 183063.49 0.00 [2023-04-13T04:16:18.781Z] 04:05:01 194.63 0.95 193.68 0.00 24.40 73483.14 0.00 [2023-04-13T04:16:18.781Z] 04:06:01 186.15 0.25 185.90 0.00 14.93 47890.68 0.00 [2023-04-13T04:16:18.781Z] 04:07:01 3.85 0.00 3.85 0.00 0.00 52.14 0.00 [2023-04-13T04:16:18.781Z] 04:08:01 4.13 0.97 3.17 0.00 67.46 81.85 0.00 [2023-04-13T04:16:18.781Z] 04:09:01 53.62 9.62 44.01 0.00 5087.42 8758.14 0.00 [2023-04-13T04:16:18.781Z] 04:10:01 3.83 0.02 3.82 0.00 0.13 96.10 0.00 [2023-04-13T04:16:18.781Z] 04:11:01 1.93 0.00 1.93 0.00 0.00 20.80 0.00 [2023-04-13T04:16:18.781Z] 04:12:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 [2023-04-13T04:16:18.781Z] 04:13:01 1.50 0.00 1.50 0.00 0.00 17.33 0.00 [2023-04-13T04:16:18.781Z] 04:14:01 1.63 0.00 1.63 0.00 0.00 18.13 0.00 [2023-04-13T04:16:18.781Z] 04:15:01 1.53 0.00 1.53 0.00 0.00 16.26 0.00 [2023-04-13T04:16:18.781Z] 04:16:01 1.42 0.00 1.42 0.00 0.00 16.26 0.00 [2023-04-13T04:16:18.781Z] Average: 45.47 4.61 40.86 0.00 817.17 24054.05 0.00 [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] 04:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-13T04:16:18.781Z] 04:04:02 29180728 31618596 712112 2.17 72076 2633040 1860936 5.48 981136 2368336 690248 [2023-04-13T04:16:18.781Z] 04:05:01 28100012 31527192 781748 2.38 147288 3441568 1844000 5.43 1238368 3066240 228708 [2023-04-13T04:16:18.781Z] 04:06:01 27556240 31548608 758652 2.31 160720 3960456 1969016 5.80 1307368 3502252 416 [2023-04-13T04:16:18.781Z] 04:07:01 27588344 31580180 729640 2.22 160804 3960332 1788080 5.27 1278036 3502088 128 [2023-04-13T04:16:18.781Z] 04:08:01 27567904 31573780 735132 2.24 162292 3972372 1785080 5.26 1289704 3513976 6848 [2023-04-13T04:16:18.781Z] 04:09:01 27078320 31566152 718368 2.18 194432 4415832 1820644 5.37 1594080 3659836 164 [2023-04-13T04:16:18.781Z] 04:10:01 27085176 31568296 716888 2.18 193000 4412580 1807680 5.33 1592440 3656636 4 [2023-04-13T04:16:18.781Z] 04:11:01 27088224 31571404 713724 2.17 193068 4412580 1807680 5.33 1589416 3656636 4 [2023-04-13T04:16:18.781Z] 04:12:01 27088440 31571732 713260 2.17 193148 4412584 1807680 5.33 1589280 3656656 8 [2023-04-13T04:16:18.781Z] 04:13:01 27088132 31571492 713328 2.17 193244 4412592 1807680 5.33 1589668 3656668 176 [2023-04-13T04:16:18.781Z] 04:14:01 27088156 31571788 713052 2.17 193320 4412720 1807680 5.33 1589576 3656804 8 [2023-04-13T04:16:18.781Z] 04:15:01 27088568 31572248 712716 2.17 193360 4412724 1807680 5.33 1589604 3656848 172 [2023-04-13T04:16:18.781Z] 04:16:01 27088196 31571944 712912 2.17 193420 4412728 1807680 5.33 1589808 3656856 176 [2023-04-13T04:16:18.781Z] Average: 27437418 31570262 725502 2.21 173090 4097854 1824732 5.38 1447576 3477679 71312 [2023-04-13T04:16:18.781Z] [2023-04-13T04:16:18.781Z] 04:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-13T04:16:18.781Z] 04:04:02 docker0 12.45 12.13 1.12 117.48 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:04:02 ens3 745.58 486.15 6697.10 92.51 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:04:02 lo 7.00 7.00 0.67 0.67 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:05:01 veth72673c3 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:05:01 docker0 188.44 327.33 15.28 2013.47 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:05:01 ens3 361.18 210.03 2044.94 31.47 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:06:01 docker0 2.65 7.13 0.17 85.59 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:06:01 ens3 145.36 97.85 2686.40 95.55 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:06:01 lo 2.00 2.00 0.20 0.20 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:07:01 ens3 1.95 0.88 2.16 0.41 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:08:01 ens3 20.53 15.30 116.46 1.44 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:08:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:09:01 ens3 195.83 110.40 2693.78 7.69 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:09:01 lo 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:10:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:11:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.781Z] 04:12:01 ens3 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:13:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:14:01 ens3 0.20 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:15:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:16:01 ens3 0.30 0.07 0.12 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] Average: docker0 15.43 26.28 1.26 168.14 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] Average: ens3 112.88 70.68 1094.24 17.61 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] Average: lo 0.83 0.83 0.08 0.08 0.00 0.00 0.00 0.00 [2023-04-13T04:16:18.782Z] [2023-04-13T04:16:18.782Z] [2023-04-13T04:16:18.782Z] ---> sar -P ALL: [2023-04-13T04:16:18.782Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8378) 04/13/23 _x86_64_ (8 CPU) [2023-04-13T04:16:18.782Z] [2023-04-13T04:16:18.782Z] 04:02:55 LINUX RESTART (8 CPU) [2023-04-13T04:16:18.782Z] [2023-04-13T04:16:18.782Z] 04:03:01 CPU %user %nice %system %iowait %steal %idle [2023-04-13T04:16:18.782Z] 04:04:02 all 9.04 0.00 3.16 2.14 0.05 85.62 [2023-04-13T04:16:18.782Z] 04:04:02 0 7.60 0.00 2.55 0.18 0.05 89.61 [2023-04-13T04:16:18.782Z] 04:04:02 1 10.48 0.00 2.64 0.91 0.07 85.90 [2023-04-13T04:16:18.782Z] 04:04:02 2 6.59 0.00 2.83 6.83 0.07 83.68 [2023-04-13T04:16:18.782Z] 04:04:02 3 9.93 0.00 3.15 0.52 0.05 86.35 [2023-04-13T04:16:18.782Z] 04:04:02 4 12.81 0.00 3.75 0.37 0.07 83.01 [2023-04-13T04:16:18.782Z] 04:04:02 5 6.79 0.00 3.10 2.10 0.03 87.98 [2023-04-13T04:16:18.782Z] 04:04:02 6 8.93 0.00 3.72 5.33 0.03 81.99 [2023-04-13T04:16:18.782Z] 04:04:02 7 9.18 0.00 3.51 0.88 0.05 86.38 [2023-04-13T04:16:18.782Z] 04:05:01 all 21.81 0.00 5.12 2.84 0.07 70.15 [2023-04-13T04:16:18.782Z] 04:05:01 0 23.02 0.00 5.73 0.22 0.07 70.96 [2023-04-13T04:16:18.782Z] 04:05:01 1 22.32 0.00 4.59 0.91 0.07 72.11 [2023-04-13T04:16:18.782Z] 04:05:01 2 20.95 0.00 4.82 4.99 0.07 69.18 [2023-04-13T04:16:18.782Z] 04:05:01 3 21.48 0.00 6.10 10.13 0.09 62.20 [2023-04-13T04:16:18.782Z] 04:05:01 4 24.63 0.00 4.63 0.29 0.07 70.38 [2023-04-13T04:16:18.782Z] 04:05:01 5 20.77 0.00 4.96 3.91 0.07 70.29 [2023-04-13T04:16:18.782Z] 04:05:01 6 20.60 0.00 5.23 0.60 0.07 73.51 [2023-04-13T04:16:18.782Z] 04:05:01 7 20.72 0.00 4.94 1.70 0.09 72.56 [2023-04-13T04:16:18.782Z] 04:06:01 all 28.73 0.00 5.71 2.39 0.08 63.09 [2023-04-13T04:16:18.782Z] 04:06:01 0 28.69 0.00 5.46 1.04 0.07 64.74 [2023-04-13T04:16:18.782Z] 04:06:01 1 28.01 0.00 5.89 9.37 0.07 56.66 [2023-04-13T04:16:18.782Z] 04:06:01 2 30.00 0.00 5.61 0.25 0.05 64.09 [2023-04-13T04:16:18.782Z] 04:06:01 3 30.07 0.00 5.89 0.08 0.08 63.87 [2023-04-13T04:16:18.782Z] 04:06:01 4 28.43 0.00 5.94 2.22 0.07 63.34 [2023-04-13T04:16:18.782Z] 04:06:01 5 28.59 0.00 5.00 0.71 0.07 65.63 [2023-04-13T04:16:18.782Z] 04:06:01 6 28.05 0.00 6.46 4.38 0.07 61.05 [2023-04-13T04:16:18.782Z] 04:06:01 7 27.98 0.00 5.41 1.11 0.17 65.34 [2023-04-13T04:16:18.782Z] 04:07:01 all 0.03 0.00 0.04 0.11 0.01 99.81 [2023-04-13T04:16:18.782Z] 04:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-13T04:16:18.782Z] 04:07:01 1 0.05 0.00 0.07 0.05 0.02 99.82 [2023-04-13T04:16:18.782Z] 04:07:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:07:01 3 0.02 0.00 0.03 0.27 0.00 99.68 [2023-04-13T04:16:18.782Z] 04:07:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2023-04-13T04:16:18.782Z] 04:07:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2023-04-13T04:16:18.782Z] 04:07:01 6 0.03 0.00 0.03 0.40 0.00 99.53 [2023-04-13T04:16:18.782Z] 04:07:01 7 0.05 0.00 0.07 0.13 0.02 99.73 [2023-04-13T04:16:18.782Z] 04:08:01 all 0.10 0.00 0.07 0.02 0.01 99.80 [2023-04-13T04:16:18.782Z] 04:08:01 0 0.30 0.00 0.05 0.00 0.02 99.63 [2023-04-13T04:16:18.782Z] 04:08:01 1 0.07 0.00 0.05 0.02 0.02 99.85 [2023-04-13T04:16:18.782Z] 04:08:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2023-04-13T04:16:18.782Z] 04:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2023-04-13T04:16:18.782Z] 04:08:01 4 0.10 0.00 0.03 0.00 0.00 99.87 [2023-04-13T04:16:18.782Z] 04:08:01 5 0.10 0.00 0.05 0.02 0.00 99.83 [2023-04-13T04:16:18.782Z] 04:08:01 6 0.08 0.00 0.05 0.08 0.02 99.77 [2023-04-13T04:16:18.782Z] 04:08:01 7 0.15 0.00 0.25 0.02 0.03 99.55 [2023-04-13T04:16:18.782Z] 04:09:01 all 2.21 0.00 1.36 0.81 0.03 95.59 [2023-04-13T04:16:18.782Z] 04:09:01 0 2.57 0.00 1.07 0.57 0.03 95.77 [2023-04-13T04:16:18.782Z] 04:09:01 1 1.59 0.00 3.07 0.97 0.03 94.34 [2023-04-13T04:16:18.782Z] 04:09:01 2 1.47 0.00 0.72 0.60 0.03 97.18 [2023-04-13T04:16:18.782Z] 04:09:01 3 2.64 0.00 1.00 1.32 0.05 94.98 [2023-04-13T04:16:18.782Z] 04:09:01 4 2.88 0.00 1.13 0.55 0.02 95.42 [2023-04-13T04:16:18.782Z] 04:09:01 5 2.02 0.00 1.05 0.87 0.03 96.03 [2023-04-13T04:16:18.782Z] 04:09:01 6 1.24 0.00 2.04 1.54 0.02 95.17 [2023-04-13T04:16:18.782Z] 04:09:01 7 3.25 0.00 0.79 0.07 0.03 95.86 [2023-04-13T04:16:18.782Z] 04:10:01 all 0.18 0.00 0.05 0.02 0.01 99.75 [2023-04-13T04:16:18.782Z] 04:10:01 0 0.84 0.00 0.07 0.00 0.00 99.09 [2023-04-13T04:16:18.782Z] 04:10:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2023-04-13T04:16:18.782Z] 04:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-04-13T04:16:18.782Z] 04:10:01 3 0.03 0.00 0.05 0.15 0.00 99.77 [2023-04-13T04:16:18.782Z] 04:10:01 4 0.08 0.00 0.03 0.00 0.02 99.87 [2023-04-13T04:16:18.782Z] 04:10:01 5 0.08 0.00 0.03 0.00 0.00 99.88 [2023-04-13T04:16:18.782Z] 04:10:01 6 0.08 0.00 0.05 0.00 0.00 99.87 [2023-04-13T04:16:18.782Z] 04:10:01 7 0.25 0.00 0.08 0.00 0.02 99.65 [2023-04-13T04:16:18.782Z] 04:11:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2023-04-13T04:16:18.782Z] 04:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:11:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:11:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:11:01 3 0.07 0.00 0.00 0.05 0.02 99.87 [2023-04-13T04:16:18.782Z] 04:11:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-13T04:16:18.782Z] 04:11:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:11:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:11:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-04-13T04:16:18.782Z] 04:12:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2023-04-13T04:16:18.782Z] 04:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-13T04:16:18.782Z] 04:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-13T04:16:18.782Z] 04:12:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2023-04-13T04:16:18.782Z] 04:12:01 3 1.97 0.00 0.00 0.05 0.02 97.96 [2023-04-13T04:16:18.782Z] 04:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:12:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:13:01 all 0.09 0.00 0.01 0.01 0.01 99.87 [2023-04-13T04:16:18.782Z] 04:13:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:13:01 2 0.00 0.00 0.03 0.00 0.03 99.93 [2023-04-13T04:16:18.782Z] 04:13:01 3 0.58 0.00 0.02 0.05 0.02 99.33 [2023-04-13T04:16:18.782Z] 04:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:13:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2023-04-13T04:16:18.782Z] 04:13:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-13T04:16:18.782Z] 04:13:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:14:01 all 0.14 0.00 0.01 0.01 0.01 99.83 [2023-04-13T04:16:18.782Z] 04:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:14:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:14:01 2 0.00 0.00 0.00 0.00 0.03 99.97 [2023-04-13T04:16:18.782Z] 04:14:01 3 1.06 0.00 0.02 0.03 0.02 98.87 [2023-04-13T04:16:18.782Z] 04:14:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:14:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2023-04-13T04:16:18.782Z] 04:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-13T04:16:18.782Z] 04:14:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-13T04:16:18.782Z] [2023-04-13T04:16:18.782Z] 04:14:01 CPU %user %nice %system %iowait %steal %idle [2023-04-13T04:16:18.782Z] 04:15:01 all 0.27 0.00 0.01 0.01 0.01 99.70 [2023-04-13T04:16:18.782Z] 04:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-13T04:16:18.782Z] 04:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-13T04:16:18.782Z] 04:15:01 2 0.05 0.00 0.03 0.02 0.03 99.87 [2023-04-13T04:16:18.782Z] 04:15:01 3 1.97 0.00 0.00 0.08 0.02 97.93 [2023-04-13T04:16:18.782Z] 04:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-13T04:16:18.782Z] 04:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-13T04:16:18.782Z] 04:15:01 6 0.00 0.00 0.03 0.00 0.00 99.97 [2023-04-13T04:16:18.782Z] 04:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:16:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-04-13T04:16:18.782Z] 04:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-13T04:16:18.782Z] 04:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-13T04:16:18.782Z] 04:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-04-13T04:16:18.782Z] 04:16:01 3 1.99 0.00 0.00 0.03 0.00 97.98 [2023-04-13T04:16:18.782Z] 04:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-13T04:16:18.783Z] 04:16:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2023-04-13T04:16:18.783Z] 04:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-13T04:16:18.783Z] 04:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-13T04:16:18.783Z] Average: all 4.80 0.00 1.18 0.64 0.02 93.36 [2023-04-13T04:16:18.783Z] Average: 0 4.80 0.00 1.14 0.15 0.02 93.89 [2023-04-13T04:16:18.783Z] Average: 1 4.75 0.00 1.25 0.93 0.02 93.05 [2023-04-13T04:16:18.783Z] Average: 2 4.50 0.00 1.08 0.96 0.03 93.43 [2023-04-13T04:16:18.783Z] Average: 3 5.45 0.00 1.23 0.96 0.03 92.33 [2023-04-13T04:16:18.783Z] Average: 4 5.24 0.00 1.18 0.26 0.02 93.29 [2023-04-13T04:16:18.783Z] Average: 5 4.45 0.00 1.09 0.58 0.02 93.86 [2023-04-13T04:16:18.783Z] Average: 6 4.49 0.00 1.34 0.94 0.02 93.21 [2023-04-13T04:16:18.783Z] Average: 7 4.70 0.00 1.15 0.30 0.03 93.83 [2023-04-13T04:16:18.783Z] [2023-04-13T04:16:18.783Z] [2023-04-13T04:16:18.783Z]