Pull request #336 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91654600ad4b6e6087db961f16a54265e353dd89+ca50ff0226266dec6d343d3687e79f892dd3f78d (197314825ba04ed74a1fb0405440a91732d57015) 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-ssh15268571315287937626.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-ssh11947072046897130605.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-336/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-336/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6820318779484145871.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-336/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3255812589118897549.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-ssh5695528510577032685.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-336/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-336/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5301472103671636348.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 ‘prd-ubuntu20.04-docker-8c-8g-12535’ is offline Running on prd-ubuntu20.04-docker-8c-8g-12538 in /w/workspace/undry_device-onvif-camera_PR-336 [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-336 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 91654600ad4b6e6087db961f16a54265e353dd89 Merge succeeded, producing 91654600ad4b6e6087db961f16a54265e353dd89 Checking out Revision 91654600ad4b6e6087db961f16a54265e353dd89 (PR-336) 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 > 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/336/head:refs/remotes/origin/PR-336 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # 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 ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-03T04:04:16.254Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-03T04:04:16.463Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-03T04:04:16.562Z] ========================================================= [2023-05-03T04:04:16.562Z] EdgeX Global Pipelines Version Info [2023-05-03T04:04:16.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:04:17.313Z] ------------------- [2023-05-03T04:04:17.313Z] stable info: [2023-05-03T04:04:17.313Z] ------------------- [2023-05-03T04:04:17.313Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-05-03T04:04:17.313Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T04:04:17.313Z] Message: update stable to v1.0.248 [2023-05-03T04:04:17.893Z] ------------------- [2023-05-03T04:04:17.893Z] experimental info: [2023-05-03T04:04:17.893Z] ------------------- [2023-05-03T04:04:17.893Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-03T04:04:17.893Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-03T04:04:17.893Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-03T04:04:18.148Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-05-03T04:04:18.185Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-05-03T04:04:18.223Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-03T04:04:18.261Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-03T04:04:18.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-03T04:04:18.342Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-03T04:04:18.378Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-03T04:04:18.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-03T04:04:18.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-03T04:04:18.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-03T04:04:18.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-03T04:04:18.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-05-03T04:04:18.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-03T04:04:18.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-03T04:04:18.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T04:04:18.737Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-03T04:04:18.776Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T04:04:18.817Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-03T04:04:18.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-03T04:04:18.893Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-03T04:04:18.935Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-03T04:04:18.972Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-05-03T04:04:19.009Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-03T04:04:19.048Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-03T04:04:19.092Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-03T04:04:19.159Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-03T04:04:19.200Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-03T04:04:19.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-336 [Pipeline] echo [2023-05-03T04:04:19.281Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-336 [Pipeline] echo [2023-05-03T04:04:19.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-336 [Pipeline] echo [2023-05-03T04:04:19.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo [2023-05-03T04:04:19.402Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9165460 [Pipeline] echo [2023-05-03T04:04:19.441Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:04:19.553Z] provisioning config files... [2023-05-03T04:04:19.568Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config17122309837668448921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:04:19.920Z] ---> docker-login.sh [2023-05-03T04:04:19.920Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:04:20.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:20.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:20.181Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:20.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:20.181Z] [2023-05-03T04:04:20.181Z] Login Succeeded [2023-05-03T04:04:20.181Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:04:20.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:20.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:20.441Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:20.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:20.441Z] [2023-05-03T04:04:20.441Z] Login Succeeded [2023-05-03T04:04:20.441Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:04:20.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:20.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:20.441Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:20.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:20.441Z] [2023-05-03T04:04:20.441Z] Login Succeeded [2023-05-03T04:04:20.441Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:04:20.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:20.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:20.702Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:20.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:20.702Z] [2023-05-03T04:04:20.702Z] Login Succeeded [2023-05-03T04:04:20.702Z] docker.io [2023-05-03T04:04:20.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:20.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:20.965Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:20.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:20.965Z] [2023-05-03T04:04:20.965Z] Login Succeeded [2023-05-03T04:04:20.965Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:04:20.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-03T04:04:21.685Z] + git rev-list -1 --merges 91654600ad4b6e6087db961f16a54265e353dd89~1..91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo [2023-05-03T04:04:21.750Z] -----------> git rev-list -1 --merges 91654600ad4b6e6087db961f16a54265e353dd89~1..91654600ad4b6e6087db961f16a54265e353dd89 91654600ad4b6e6087db961f16a54265e353dd89 [false] [Pipeline] sh [2023-05-03T04:04:22.064Z] + git log --format=format:%s -1 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo [2023-05-03T04:04:22.100Z] ========================================================= [2023-05-03T04:04:22.100Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-03T04:04:22.100Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T04:04:22.548Z] + git log --format=format:%s -1 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo [2023-05-03T04:04:22.581Z] [semverPrep] GIT_COMMIT: 91654600ad4b6e6087db961f16a54265e353dd89, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-05-03T04:04:22.611Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-03T04:04:22.991Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-03T04:04:22.991Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-03T04:04:22.991Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-03T04:04:22.991Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-03T04:04:22.991Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-03T04:04:22.991Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-03T04:04:22.991Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:23.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:04:23.421Z] [2023-05-03T04:04:23.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:23.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:04:23.809Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-03T04:04:23.809Z] b85a868b505f: Pulling fs layer [2023-05-03T04:04:23.809Z] e2be974225ed: Pulling fs layer [2023-05-03T04:04:23.809Z] 339a4e72a1f5: Pulling fs layer [2023-05-03T04:04:23.809Z] 988bab9f4d93: Pulling fs layer [2023-05-03T04:04:23.809Z] 1469e6f7b9e6: Pulling fs layer [2023-05-03T04:04:23.809Z] eaf3925da568: Pulling fs layer [2023-05-03T04:04:23.809Z] bab4dde63d76: Pulling fs layer [2023-05-03T04:04:23.809Z] bde34c3a00c8: Pulling fs layer [2023-05-03T04:04:23.809Z] b352a97aabf1: Pulling fs layer [2023-05-03T04:04:23.809Z] 4872d77fe225: Pulling fs layer [2023-05-03T04:04:23.809Z] 5851b861e8e6: Pulling fs layer [2023-05-03T04:04:23.809Z] eaf3925da568: Waiting [2023-05-03T04:04:23.809Z] 4872d77fe225: Waiting [2023-05-03T04:04:23.809Z] b352a97aabf1: Waiting [2023-05-03T04:04:23.809Z] bde34c3a00c8: Waiting [2023-05-03T04:04:23.809Z] 5851b861e8e6: Waiting [2023-05-03T04:04:23.809Z] 1469e6f7b9e6: Waiting [2023-05-03T04:04:23.809Z] 988bab9f4d93: Waiting [2023-05-03T04:04:23.809Z] bab4dde63d76: Waiting [2023-05-03T04:04:23.809Z] e2be974225ed: Verifying Checksum [2023-05-03T04:04:23.809Z] e2be974225ed: Download complete [2023-05-03T04:04:23.809Z] 988bab9f4d93: Verifying Checksum [2023-05-03T04:04:23.809Z] 988bab9f4d93: Download complete [2023-05-03T04:04:23.809Z] 339a4e72a1f5: Download complete [2023-05-03T04:04:24.067Z] 1469e6f7b9e6: Verifying Checksum [2023-05-03T04:04:24.067Z] 1469e6f7b9e6: Download complete [2023-05-03T04:04:24.067Z] eaf3925da568: Verifying Checksum [2023-05-03T04:04:24.067Z] eaf3925da568: Download complete [2023-05-03T04:04:24.067Z] bde34c3a00c8: Download complete [2023-05-03T04:04:24.067Z] b352a97aabf1: Verifying Checksum [2023-05-03T04:04:24.067Z] 4872d77fe225: Verifying Checksum [2023-05-03T04:04:24.067Z] 4872d77fe225: Download complete [2023-05-03T04:04:24.067Z] 5851b861e8e6: Verifying Checksum [2023-05-03T04:04:24.067Z] 5851b861e8e6: Download complete [2023-05-03T04:04:24.067Z] b85a868b505f: Download complete [2023-05-03T04:04:24.326Z] bab4dde63d76: Verifying Checksum [2023-05-03T04:04:24.326Z] bab4dde63d76: Download complete [2023-05-03T04:04:25.272Z] b85a868b505f: Pull complete [2023-05-03T04:04:25.272Z] e2be974225ed: Pull complete [2023-05-03T04:04:25.842Z] 339a4e72a1f5: Pull complete [2023-05-03T04:04:25.842Z] 988bab9f4d93: Pull complete [2023-05-03T04:04:26.101Z] 1469e6f7b9e6: Pull complete [2023-05-03T04:04:26.361Z] eaf3925da568: Pull complete [2023-05-03T04:04:27.746Z] bab4dde63d76: Pull complete [2023-05-03T04:04:28.006Z] bde34c3a00c8: Pull complete [2023-05-03T04:04:28.006Z] b352a97aabf1: Pull complete [2023-05-03T04:04:28.268Z] 4872d77fe225: Pull complete [2023-05-03T04:04:28.268Z] 5851b861e8e6: Pull complete [2023-05-03T04:04:28.268Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-03T04:04:28.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-03T04:04:28.268Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:04:28.506Z] prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container [2023-05-03T04:04:28.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-03T04:04:31.679Z] $ docker top 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d -eo pid,comm [2023-05-03T04:04:31.740Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-03T04:04:31.740Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-03T04:04:31.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T04:04:31.862Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T04:04:31.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T04:04:31.977Z] $ docker exec 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent [2023-05-03T04:04:32.099Z] SSH_AUTH_SOCK=/tmp/ssh-UM8oeMl30OWl/agent.33 [2023-05-03T04:04:32.099Z] SSH_AGENT_PID=39 [2023-05-03T04:04:32.105Z] Running ssh-add (command line suppressed) [2023-05-03T04:04:32.205Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_2790878790422344242.key (/w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_2790878790422344242.key) [2023-05-03T04:04:32.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T04:04:32.553Z] + git tag --points-at HEAD [Pipeline] } [2023-05-03T04:04:32.577Z] $ docker exec --env ******** --env ******** 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent -k [2023-05-03T04:04:32.673Z] unset SSH_AUTH_SOCK; [2023-05-03T04:04:32.674Z] unset SSH_AGENT_PID; [2023-05-03T04:04:32.674Z] echo Agent pid 39 killed; [2023-05-03T04:04:32.686Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-03T04:04:32.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-03T04:04:32.776Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-03T04:04:32.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-03T04:04:32.885Z] $ docker exec 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent [2023-05-03T04:04:33.006Z] SSH_AUTH_SOCK=/tmp/ssh-c5RkI3QQNgjr/agent.71 [2023-05-03T04:04:33.006Z] SSH_AGENT_PID=77 [2023-05-03T04:04:33.011Z] Running ssh-add (command line suppressed) [2023-05-03T04:04:33.109Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_17345099052396512696.key (/w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_17345099052396512696.key) [2023-05-03T04:04:33.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-03T04:04:33.457Z] + git semver init [2023-05-03T04:04:33.717Z] 2023-05-03 04:04:33,606 [run_init] DEBUG init version:0.0.0 force:False [2023-05-03T04:04:33.717Z] 2023-05-03 04:04:33,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-336/.semver [2023-05-03T04:04:33.717Z] 2023-05-03 04:04:33,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-336/.semver [2023-05-03T04:04:33.717Z] 2023-05-03 04:04:33,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-336/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-336, universal_newlines=False, shell=None, istream=None) [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,520 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-336/.git/info/exclude [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,520 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 with force:False [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,521 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,524 [execute] INFO git cat-file --batch-check [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-336/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,533 [execute] INFO git cat-file --batch [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,533 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-336/.semver, universal_newlines=False, shell=None, istream=) [2023-05-03T04:04:34.657Z] 2023-05-03 04:04:34,538 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 [2023-05-03T04:04:34.657Z] 0.0.0 [Pipeline] } [2023-05-03T04:04:34.683Z] $ docker exec --env ******** --env ******** 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent -k [2023-05-03T04:04:34.788Z] unset SSH_AUTH_SOCK; [2023-05-03T04:04:34.788Z] unset SSH_AGENT_PID; [2023-05-03T04:04:34.788Z] echo Agent pid 77 killed; [2023-05-03T04:04:34.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-03T04:04:35.237Z] + git semver [Pipeline] } [2023-05-03T04:04:35.520Z] $ docker stop --time=1 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d [2023-05-03T04:04:36.828Z] $ docker rm -f --volumes 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:04:37.232Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-03T04:04:37.496Z] Stashed 1 file(s) [Pipeline] echo [2023-05-03T04:04:37.514Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:04:38.124Z] provisioning config files... [2023-05-03T04:04:38.133Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config15308644107353723288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:04:38.494Z] ---> docker-login.sh [2023-05-03T04:04:38.494Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:04:38.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:38.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:38.494Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:38.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:38.494Z] [2023-05-03T04:04:38.494Z] Login Succeeded [2023-05-03T04:04:38.494Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:04:38.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:38.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:38.494Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:38.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:38.494Z] [2023-05-03T04:04:38.494Z] Login Succeeded [2023-05-03T04:04:38.494Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:04:38.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:38.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:38.754Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:38.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:38.754Z] [2023-05-03T04:04:38.754Z] Login Succeeded [2023-05-03T04:04:38.754Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:04:38.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:38.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:38.754Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:38.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:38.754Z] [2023-05-03T04:04:38.754Z] Login Succeeded [2023-05-03T04:04:38.754Z] docker.io [2023-05-03T04:04:39.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:04:39.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:04:39.015Z] Configure a credential helper to remove this warning. See [2023-05-03T04:04:39.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:04:39.015Z] [2023-05-03T04:04:39.015Z] Login Succeeded [2023-05-03T04:04:39.015Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:04:39.050Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T04:04:39.235Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:04:39.274Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:04:39.305Z] ========================================================= [2023-05-03T04:04:39.305Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-03T04:04:39.305Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:04:39.791Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T04:04:39.792Z] Sending build context to Docker daemon 21.43MB [2023-05-03T04:04:39.792Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:04:39.792Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T04:04:40.061Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-03T04:04:40.061Z] f56be85fc22e: Pulling fs layer [2023-05-03T04:04:40.061Z] 85791d961cd3: Pulling fs layer [2023-05-03T04:04:40.061Z] d694b5ae8c79: Pulling fs layer [2023-05-03T04:04:40.061Z] 9f32a84ed3da: Pulling fs layer [2023-05-03T04:04:40.061Z] 4d19c01a9841: Pulling fs layer [2023-05-03T04:04:40.061Z] 9325e15d5711: Pulling fs layer [2023-05-03T04:04:40.061Z] 556b6ee489ea: Pulling fs layer [2023-05-03T04:04:40.061Z] c5a4b2cf53e6: Pulling fs layer [2023-05-03T04:04:40.061Z] 4d19c01a9841: Waiting [2023-05-03T04:04:40.061Z] c5a4b2cf53e6: Waiting [2023-05-03T04:04:40.061Z] 9325e15d5711: Waiting [2023-05-03T04:04:40.061Z] 556b6ee489ea: Waiting [2023-05-03T04:04:40.061Z] 9f32a84ed3da: Waiting [2023-05-03T04:04:40.061Z] 85791d961cd3: Verifying Checksum [2023-05-03T04:04:40.061Z] 85791d961cd3: Download complete [2023-05-03T04:04:40.061Z] 9f32a84ed3da: Verifying Checksum [2023-05-03T04:04:40.061Z] 9f32a84ed3da: Download complete [2023-05-03T04:04:40.061Z] 4d19c01a9841: Download complete [2023-05-03T04:04:40.061Z] f56be85fc22e: Verifying Checksum [2023-05-03T04:04:40.061Z] f56be85fc22e: Download complete [2023-05-03T04:04:40.061Z] 9325e15d5711: Verifying Checksum [2023-05-03T04:04:40.061Z] 9325e15d5711: Download complete [2023-05-03T04:04:40.061Z] f56be85fc22e: Pull complete [2023-05-03T04:04:40.321Z] 85791d961cd3: Pull complete [2023-05-03T04:04:40.582Z] c5a4b2cf53e6: Download complete [2023-05-03T04:04:40.582Z] d694b5ae8c79: Verifying Checksum [2023-05-03T04:04:40.582Z] d694b5ae8c79: Download complete [2023-05-03T04:04:40.840Z] 556b6ee489ea: Download complete [2023-05-03T04:04:44.128Z] d694b5ae8c79: Pull complete [2023-05-03T04:04:44.128Z] 9f32a84ed3da: Pull complete [2023-05-03T04:04:44.128Z] 4d19c01a9841: Pull complete [2023-05-03T04:04:44.128Z] 9325e15d5711: Pull complete [2023-05-03T04:04:46.663Z] 556b6ee489ea: Pull complete [2023-05-03T04:04:48.040Z] c5a4b2cf53e6: Pull complete [2023-05-03T04:04:48.040Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-03T04:04:48.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-03T04:04:48.040Z] ---> c4be618373d6 [2023-05-03T04:04:48.040Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:04:52.924Z] Still waiting to schedule task [2023-05-03T04:04:52.924Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-12539’ is offline [2023-05-03T04:04:53.339Z] ---> Running in eaa8a69a4dd6 [2023-05-03T04:04:53.339Z] Removing intermediate container eaa8a69a4dd6 [2023-05-03T04:04:53.339Z] ---> 0815ebe98125 [2023-05-03T04:04:53.339Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:04:53.339Z] ---> Running in fb1b44288f4d [2023-05-03T04:04:53.339Z] Removing intermediate container fb1b44288f4d [2023-05-03T04:04:53.339Z] ---> f6afe860e285 [2023-05-03T04:04:53.339Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:04:53.339Z] ---> Running in 85936deff2dc [2023-05-03T04:04:53.339Z] Removing intermediate container 85936deff2dc [2023-05-03T04:04:53.339Z] ---> 0e743b4131e4 [2023-05-03T04:04:53.339Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:04:53.339Z] ---> Running in 7bba255c2952 [2023-05-03T04:04:53.339Z] Removing intermediate container 7bba255c2952 [2023-05-03T04:04:53.339Z] ---> 0eb2c7655a70 [2023-05-03T04:04:53.339Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:04:53.339Z] ---> Running in 2ff220f2edf7 [2023-05-03T04:04:53.339Z] Removing intermediate container 2ff220f2edf7 [2023-05-03T04:04:53.339Z] ---> 55e4506a7cd6 [2023-05-03T04:04:53.339Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:04:53.339Z] ---> Running in 76a0344b821c [2023-05-03T04:04:53.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:04:53.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:04:53.597Z] OK: 265 MiB in 53 packages [2023-05-03T04:04:53.859Z] Removing intermediate container 76a0344b821c [2023-05-03T04:04:53.859Z] ---> 08c2c4056b20 [2023-05-03T04:04:53.859Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T04:04:53.859Z] ---> Running in a974d2663862 [2023-05-03T04:04:54.117Z] Removing intermediate container a974d2663862 [2023-05-03T04:04:54.117Z] ---> 1c4a882c6a02 [2023-05-03T04:04:54.117Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T04:04:54.117Z] ---> 2dc26c3d7517 [2023-05-03T04:04:54.117Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:04:54.117Z] ---> Running in 7c61e8251a28 [2023-05-03T04:05:26.206Z] Removing intermediate container 7c61e8251a28 [2023-05-03T04:05:26.206Z] ---> 4418537457fc [2023-05-03T04:05:26.206Z] Step 12/13 : COPY . . [2023-05-03T04:05:26.206Z] ---> 9ebe8f2b1a69 [2023-05-03T04:05:26.206Z] Step 13/13 : RUN ${MAKE} [2023-05-03T04:05:26.206Z] ---> Running in 1b401de518f7 [2023-05-03T04:05:26.206Z] noop [2023-05-03T04:05:26.206Z] Removing intermediate container 1b401de518f7 [2023-05-03T04:05:26.207Z] ---> 19ad747a7a03 [2023-05-03T04:05:26.207Z] Successfully built 19ad747a7a03 [2023-05-03T04:05:26.207Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:05:26.665Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T04:05:26.665Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:05:26.809Z] prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container [2023-05-03T04:05:26.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T04:05:27.149Z] $ docker top b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:05:27.529Z] + go version [2023-05-03T04:05:27.529Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-03T04:05:27.553Z] $ docker stop --time=1 b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 [2023-05-03T04:05:28.823Z] $ docker rm -f --volumes b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:05:29.631Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-03T04:05:29.631Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:05:29.795Z] prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container [2023-05-03T04:05:29.821Z] $ 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-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-03T04:05:30.141Z] $ docker top 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:05:30.545Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-336 [Pipeline] fileExists [Pipeline] sh [2023-05-03T04:05:30.905Z] + make test [2023-05-03T04:05:30.905Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T04:05:36.310Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T04:05:46.283Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T04:05:46.283Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T04:05:47.220Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.027s coverage: 31.6% of statements [2023-05-03T04:05:47.220Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.120s coverage: 86.5% of statements [2023-05-03T04:05:54.135Z] go vet ./... [2023-05-03T04:05:56.664Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T04:05:56.923Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T04:05:56.923Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T04:05:56.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T04:05:57.002Z] $ docker stop --time=1 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b [2023-05-03T04:06:00.384Z] $ docker rm -f --volumes 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:06:00.910Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T04:06:00.994Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-03T04:06:01.619Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T04:06:01.935Z] + ls -al . [2023-05-03T04:06:01.935Z] total 232 [2023-05-03T04:06:01.935Z] drwxrwxr-x 10 jenkins jenkins 4096 May 3 04:05 . [2023-05-03T04:06:01.935Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 .. [2023-05-03T04:06:01.935Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:04 .git [2023-05-03T04:06:01.935Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:04 .github [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:04 .gitignore [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:04 .golangci.yml [2023-05-03T04:06:01.935Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:04 .semver [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:04 Attribution.txt [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:04 CHANGELOG.md [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:04 Dockerfile [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:04 GOVERNANCE.md [2023-05-03T04:06:01.935Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:04 Jenkinsfile [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:04 LICENSE [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:04 Makefile [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:04 OWNERS.md [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:04 README.md [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:04 VERSION [2023-05-03T04:06:01.936Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:04 bin [2023-05-03T04:06:01.936Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:04 cmd [2023-05-03T04:06:01.936Z] -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:05 coverage.out [2023-05-03T04:06:01.936Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 doc [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:04 go.mod [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 32947 May 3 04:04 go.sum [2023-05-03T04:06:01.936Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 internal [2023-05-03T04:06:01.936Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 snap [2023-05-03T04:06:01.936Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:06:02.330Z] + 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=91654600ad4b6e6087db961f16a54265e353dd89 --label arch=amd64 --label version=0.0.0 . [2023-05-03T04:06:02.330Z] Sending build context to Docker daemon 21.51MB [2023-05-03T04:06:02.330Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:06:02.330Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T04:06:02.330Z] ---> 19ad747a7a03 [2023-05-03T04:06:02.330Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:06:02.590Z] ---> Running in 866b0b7229b9 [2023-05-03T04:06:02.850Z] Removing intermediate container 866b0b7229b9 [2023-05-03T04:06:02.850Z] ---> d72a526b0138 [2023-05-03T04:06:02.850Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:06:02.850Z] ---> Running in 0b9de47727af [2023-05-03T04:06:02.850Z] Removing intermediate container 0b9de47727af [2023-05-03T04:06:02.850Z] ---> c24f0d70e632 [2023-05-03T04:06:02.850Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:06:02.850Z] ---> Running in e4027b1394aa [2023-05-03T04:06:02.850Z] Removing intermediate container e4027b1394aa [2023-05-03T04:06:02.850Z] ---> 999ac6fa7132 [2023-05-03T04:06:02.850Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:06:02.850Z] ---> Running in 5e2cf1351dec [2023-05-03T04:06:03.108Z] Removing intermediate container 5e2cf1351dec [2023-05-03T04:06:03.108Z] ---> 764b167892be [2023-05-03T04:06:03.108Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:06:03.108Z] ---> Running in 386deeb5d331 [2023-05-03T04:06:03.108Z] Removing intermediate container 386deeb5d331 [2023-05-03T04:06:03.108Z] ---> 78fffc7bd50a [2023-05-03T04:06:03.108Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:06:03.108Z] ---> Running in ae00cee7574f [2023-05-03T04:06:03.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:06:03.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:06:03.625Z] OK: 265 MiB in 53 packages [2023-05-03T04:06:03.885Z] Removing intermediate container ae00cee7574f [2023-05-03T04:06:03.885Z] ---> 141e4b33f1a8 [2023-05-03T04:06:03.885Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T04:06:04.143Z] ---> Running in aef96b29bff2 [2023-05-03T04:06:04.143Z] Removing intermediate container aef96b29bff2 [2023-05-03T04:06:04.143Z] ---> 375ebe067d8c [2023-05-03T04:06:04.143Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T04:06:04.143Z] ---> 2684a185be3a [2023-05-03T04:06:04.143Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:06:04.143Z] ---> Running in 319cd5be263c [2023-05-03T04:06:05.079Z] Removing intermediate container 319cd5be263c [2023-05-03T04:06:05.079Z] ---> ffceb96e7eab [2023-05-03T04:06:05.079Z] Step 12/26 : COPY . . [2023-05-03T04:06:05.647Z] ---> cde8c31a85f7 [2023-05-03T04:06:05.647Z] Step 13/26 : RUN ${MAKE} [2023-05-03T04:06:05.647Z] ---> Running in d6118c6a18cf [2023-05-03T04:06:05.905Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-03T04:06:26.733Z] Removing intermediate container d6118c6a18cf [2023-05-03T04:06:26.733Z] ---> 758c4384d749 [2023-05-03T04:06:26.733Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T04:06:26.733Z] 3.17: Pulling from library/alpine [2023-05-03T04:06:26.733Z] f56be85fc22e: Already exists [2023-05-03T04:06:26.733Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T04:06:26.733Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T04:06:26.733Z] ---> 9ed4aefc74f6 [2023-05-03T04:06:26.733Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T04:06:26.733Z] ---> Running in fa0c36a2213d [2023-05-03T04:06:26.733Z] Removing intermediate container fa0c36a2213d [2023-05-03T04:06:26.733Z] ---> eb778194906b [2023-05-03T04:06:26.733Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T04:06:26.733Z] ---> Running in e82e472216b3 [2023-05-03T04:06:26.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-03T04:06:26.733Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-03T04:06:26.733Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T04:06:26.733Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T04:06:26.733Z] OK: 7 MiB in 16 packages [2023-05-03T04:06:26.733Z] Removing intermediate container e82e472216b3 [2023-05-03T04:06:26.733Z] ---> 0046411eb405 [2023-05-03T04:06:26.733Z] Step 17/26 : WORKDIR / [2023-05-03T04:06:26.733Z] ---> Running in bc14a71d9369 [2023-05-03T04:06:26.733Z] Removing intermediate container bc14a71d9369 [2023-05-03T04:06:26.733Z] ---> 9f748db7099f [2023-05-03T04:06:26.733Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T04:06:26.733Z] ---> 1245396acf22 [2023-05-03T04:06:26.733Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T04:06:26.733Z] ---> dfe9f60e844a [2023-05-03T04:06:26.733Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T04:06:26.992Z] ---> e410ef4b1e1c [2023-05-03T04:06:26.992Z] Step 21/26 : EXPOSE 59984 [2023-05-03T04:06:26.992Z] ---> Running in 985c7fae68b4 [2023-05-03T04:06:26.992Z] Removing intermediate container 985c7fae68b4 [2023-05-03T04:06:26.992Z] ---> c22dad684972 [2023-05-03T04:06:26.992Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T04:06:26.992Z] ---> Running in 1bd53037345f [2023-05-03T04:06:26.992Z] Removing intermediate container 1bd53037345f [2023-05-03T04:06:26.992Z] ---> 42f4eccb1b2b [2023-05-03T04:06:26.992Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T04:06:27.253Z] ---> Running in d9fdd8f69943 [2023-05-03T04:06:27.253Z] Removing intermediate container d9fdd8f69943 [2023-05-03T04:06:27.253Z] ---> 20f05140502d [2023-05-03T04:06:27.253Z] Step 24/26 : LABEL arch=amd64 [2023-05-03T04:06:27.253Z] ---> Running in 5c7166430fbf [2023-05-03T04:06:27.253Z] Removing intermediate container 5c7166430fbf [2023-05-03T04:06:27.253Z] ---> 49234c963410 [2023-05-03T04:06:27.253Z] Step 25/26 : LABEL git_sha=91654600ad4b6e6087db961f16a54265e353dd89 [2023-05-03T04:06:27.253Z] ---> Running in 31795b1252b6 [2023-05-03T04:06:27.253Z] Removing intermediate container 31795b1252b6 [2023-05-03T04:06:27.253Z] ---> ef961c87b60d [2023-05-03T04:06:27.253Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T04:06:27.512Z] ---> Running in e119a9fc19f3 [2023-05-03T04:06:27.512Z] Removing intermediate container e119a9fc19f3 [2023-05-03T04:06:27.512Z] ---> ef628ac64b75 [2023-05-03T04:06:27.512Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T04:06:27.512Z] Successfully built ef628ac64b75 [2023-05-03T04:06:27.512Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:06:28.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:06:28.376Z] [2023-05-03T04:06:28.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:06:28.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:06:28.748Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-03T04:06:28.748Z] 5eb5b503b376: Pulling fs layer [2023-05-03T04:06:28.748Z] 5c69ac0246d0: Pulling fs layer [2023-05-03T04:06:28.748Z] ec43610c2a17: Pulling fs layer [2023-05-03T04:06:28.748Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-03T04:06:28.748Z] 33b1e0a273af: Pulling fs layer [2023-05-03T04:06:28.748Z] 5d3b04190fa2: Pulling fs layer [2023-05-03T04:06:28.748Z] 2f39f015ded8: Pulling fs layer [2023-05-03T04:06:28.748Z] 3a2ae6a8a46f: Waiting [2023-05-03T04:06:28.748Z] 33b1e0a273af: Waiting [2023-05-03T04:06:28.748Z] 5d3b04190fa2: Waiting [2023-05-03T04:06:28.748Z] 2f39f015ded8: Waiting [2023-05-03T04:06:28.748Z] 5c69ac0246d0: Verifying Checksum [2023-05-03T04:06:28.748Z] 5c69ac0246d0: Download complete [2023-05-03T04:06:28.748Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-03T04:06:28.748Z] 3a2ae6a8a46f: Download complete [2023-05-03T04:06:28.748Z] 33b1e0a273af: Verifying Checksum [2023-05-03T04:06:28.748Z] 33b1e0a273af: Download complete [2023-05-03T04:06:28.748Z] ec43610c2a17: Verifying Checksum [2023-05-03T04:06:28.748Z] ec43610c2a17: Download complete [2023-05-03T04:06:28.748Z] 5d3b04190fa2: Verifying Checksum [2023-05-03T04:06:28.748Z] 5d3b04190fa2: Download complete [2023-05-03T04:06:29.008Z] 5eb5b503b376: Verifying Checksum [2023-05-03T04:06:29.008Z] 5eb5b503b376: Download complete [2023-05-03T04:06:29.578Z] 2f39f015ded8: Download complete [2023-05-03T04:06:30.147Z] 5eb5b503b376: Pull complete [2023-05-03T04:06:30.405Z] 5c69ac0246d0: Pull complete [2023-05-03T04:06:30.665Z] ec43610c2a17: Pull complete [2023-05-03T04:06:30.924Z] 3a2ae6a8a46f: Pull complete [2023-05-03T04:06:31.184Z] 33b1e0a273af: Pull complete [2023-05-03T04:06:31.184Z] 5d3b04190fa2: Pull complete [2023-05-03T04:06:35.372Z] 2f39f015ded8: Pull complete [2023-05-03T04:06:35.372Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-03T04:06:35.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:06:35.372Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:06:35.597Z] prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container [2023-05-03T04:06:35.623Z] $ 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-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T04:06:39.009Z] $ docker top 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:06:39.449Z] ---> job-cost.sh [2023-05-03T04:06:39.449Z] lf-activate-venv: SKIPPING [2023-05-03T04:06:39.449Z] INFO: No Stack... [2023-05-03T04:06:39.707Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T04:06:39.968Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T04:06:40.285Z] + cat /w/workspace/undry_device-onvif-camera_PR-336/archives/cost.csv [2023-05-03T04:06:40.285Z] + cut -d, -f6 [Pipeline] lock [2023-05-03T04:06:40.328Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [2023-05-03T04:06:40.333Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] did not exist. Created. [2023-05-03T04:06:40.333Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T04:06:40.723Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-03T04:06:40.776Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T04:06:40.807Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T04:06:40.880Z] $ docker stop --time=1 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 [2023-05-03T04:06:42.033Z] $ docker rm -f --volumes 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-03T04:07:23.032Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-12541 in /w/workspace/undry_device-onvif-camera_PR-336 [Pipeline] { [Pipeline] ws [2023-05-03T04:07:23.087Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-03T04:07:23.171Z] The recommended git tool is: git [2023-05-03T04:07:29.685Z] using credential edgex-jenkins-ssh [2023-05-03T04:07:29.704Z] Cloning the remote Git repository [2023-05-03T04:07:29.765Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:07:29.888Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-05-03T04:07:30.078Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:07:30.080Z] > git --version # timeout=10 [2023-05-03T04:07:30.107Z] > git --version # 'git version 2.25.1' [2023-05-03T04:07:30.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:07:30.311Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T04:07:31.753Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T04:07:31.784Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-03T04:07:33.446Z] Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 91654600ad4b6e6087db961f16a54265e353dd89 [2023-05-03T04:07:32.794Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-03T04:07:32.844Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-03T04:07:32.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:07:32.861Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-03T04:07:33.466Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T04:07:33.840Z] Merge succeeded, producing 91654600ad4b6e6087db961f16a54265e353dd89 [2023-05-03T04:07:33.840Z] Checking out Revision 91654600ad4b6e6087db961f16a54265e353dd89 (PR-336) [2023-05-03T04:07:34.598Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-05-03T04:07:34.650Z] > git --version # timeout=10 [2023-05-03T04:07:34.661Z] > git --version # 'git version 2.25.1' [2023-05-03T04:07:34.677Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-05-03T04:07:33.547Z] > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 [2023-05-03T04:07:33.737Z] > git remote # timeout=10 [2023-05-03T04:07:33.757Z] > git config --get remote.origin.url # timeout=10 [2023-05-03T04:07:33.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-03T04:07:33.797Z] > git merge ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 [2023-05-03T04:07:33.823Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-03T04:07:33.845Z] > git config core.sparsecheckout # timeout=10 [2023-05-03T04:07:33.866Z] > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T04:07:35.857Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-03T04:07:35.857Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T04:07:35.857Z] Dload Upload Total Spent Left Speed [2023-05-03T04:07:35.857Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2023-05-03T04:07:36.478Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-03T04:07:36.821Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-03T04:07:36.821Z] + sudo tee /etc/docker/daemon.new [2023-05-03T04:07:36.821Z] { [2023-05-03T04:07:36.821Z] "registry-mirrors": [ [2023-05-03T04:07:36.821Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-03T04:07:36.821Z] ], [2023-05-03T04:07:36.821Z] "bip": "10.250.0.254/24", [2023-05-03T04:07:36.821Z] "hosts": [ [2023-05-03T04:07:36.821Z] "tcp://0.0.0.0:5555", [2023-05-03T04:07:36.821Z] "unix:///var/run/docker.sock" [2023-05-03T04:07:36.821Z] ], [2023-05-03T04:07:36.821Z] "mtu": 1458, [2023-05-03T04:07:36.821Z] "selinux-enabled": true, [2023-05-03T04:07:36.821Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-03T04:07:36.821Z] } [Pipeline] sh [2023-05-03T04:07:37.170Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-03T04:07:37.533Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:07:55.853Z] provisioning config files... [2023-05-03T04:07:55.886Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config17391378050905175023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:07:56.377Z] ---> docker-login.sh [2023-05-03T04:07:56.377Z] nexus3.edgexfoundry.org:10001 [2023-05-03T04:07:56.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:56.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:56.914Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:56.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:56.914Z] [2023-05-03T04:07:56.914Z] Login Succeeded [2023-05-03T04:07:56.914Z] nexus3.edgexfoundry.org:10002 [2023-05-03T04:07:57.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:57.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:57.183Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:57.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:57.183Z] [2023-05-03T04:07:57.183Z] Login Succeeded [2023-05-03T04:07:57.183Z] nexus3.edgexfoundry.org:10003 [2023-05-03T04:07:57.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:57.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:57.739Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:57.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:57.739Z] [2023-05-03T04:07:57.739Z] Login Succeeded [2023-05-03T04:07:57.739Z] nexus3.edgexfoundry.org:10004 [2023-05-03T04:07:58.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:58.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:58.010Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:58.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:58.010Z] [2023-05-03T04:07:58.010Z] Login Succeeded [2023-05-03T04:07:58.010Z] docker.io [2023-05-03T04:07:58.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-03T04:07:58.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-03T04:07:58.548Z] Configure a credential helper to remove this warning. See [2023-05-03T04:07:58.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-03T04:07:58.548Z] [2023-05-03T04:07:58.548Z] Login Succeeded [2023-05-03T04:07:58.548Z] ---> docker-login.sh ends [Pipeline] } [2023-05-03T04:07:58.581Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-03T04:07:58.986Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:07:59.022Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-03T04:07:59.055Z] ========================================================= [2023-05-03T04:07:59.055Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-03T04:07:59.055Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:07:59.581Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-03T04:08:00.171Z] Sending build context to Docker daemon 14.13MB [2023-05-03T04:08:00.171Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:08:00.171Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-03T04:08:00.171Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-03T04:08:00.171Z] c41833b44d91: Pulling fs layer [2023-05-03T04:08:00.171Z] ed15518f5707: Pulling fs layer [2023-05-03T04:08:00.171Z] feae8fd75edb: Pulling fs layer [2023-05-03T04:08:00.171Z] 242c74f7c9fa: Pulling fs layer [2023-05-03T04:08:00.171Z] 3cdef696dda3: Pulling fs layer [2023-05-03T04:08:00.171Z] 2ced38df9373: Pulling fs layer [2023-05-03T04:08:00.171Z] 58f1dce35555: Pulling fs layer [2023-05-03T04:08:00.171Z] 242c74f7c9fa: Waiting [2023-05-03T04:08:00.171Z] 3cdef696dda3: Waiting [2023-05-03T04:08:00.171Z] 2ced38df9373: Waiting [2023-05-03T04:08:00.171Z] 58f1dce35555: Waiting [2023-05-03T04:08:00.471Z] ed15518f5707: Verifying Checksum [2023-05-03T04:08:00.471Z] ed15518f5707: Download complete [2023-05-03T04:08:00.471Z] 242c74f7c9fa: Verifying Checksum [2023-05-03T04:08:00.471Z] 242c74f7c9fa: Download complete [2023-05-03T04:08:00.471Z] 3cdef696dda3: Download complete [2023-05-03T04:08:00.471Z] c41833b44d91: Verifying Checksum [2023-05-03T04:08:00.471Z] c41833b44d91: Download complete [2023-05-03T04:08:01.447Z] c41833b44d91: Pull complete [2023-05-03T04:08:02.041Z] 58f1dce35555: Verifying Checksum [2023-05-03T04:08:02.041Z] 58f1dce35555: Download complete [2023-05-03T04:08:02.315Z] ed15518f5707: Pull complete [2023-05-03T04:08:03.278Z] feae8fd75edb: Verifying Checksum [2023-05-03T04:08:03.278Z] feae8fd75edb: Download complete [2023-05-03T04:08:03.278Z] 2ced38df9373: Verifying Checksum [2023-05-03T04:08:03.278Z] 2ced38df9373: Download complete [2023-05-03T04:08:13.348Z] feae8fd75edb: Pull complete [2023-05-03T04:08:13.348Z] 242c74f7c9fa: Pull complete [2023-05-03T04:08:13.348Z] 3cdef696dda3: Pull complete [2023-05-03T04:08:21.598Z] 2ced38df9373: Pull complete [2023-05-03T04:08:24.297Z] 58f1dce35555: Pull complete [2023-05-03T04:08:24.297Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-03T04:08:24.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-03T04:08:24.297Z] ---> fadd8f120f05 [2023-05-03T04:08:24.297Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:08:26.264Z] ---> Running in 19434c7471b8 [2023-05-03T04:08:26.264Z] Removing intermediate container 19434c7471b8 [2023-05-03T04:08:26.264Z] ---> 513bfbd4fd14 [2023-05-03T04:08:26.264Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:08:26.264Z] ---> Running in 4f7e35260c1a [2023-05-03T04:08:26.850Z] Removing intermediate container 4f7e35260c1a [2023-05-03T04:08:26.850Z] ---> c1f933da11e8 [2023-05-03T04:08:26.850Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:08:26.850Z] ---> Running in 58c96a1b87f5 [2023-05-03T04:08:27.119Z] Removing intermediate container 58c96a1b87f5 [2023-05-03T04:08:27.119Z] ---> 19fbdb2be4de [2023-05-03T04:08:27.119Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:08:27.119Z] ---> Running in b82229f71fd6 [2023-05-03T04:08:27.390Z] Removing intermediate container b82229f71fd6 [2023-05-03T04:08:27.390Z] ---> a5c1dfaa774c [2023-05-03T04:08:27.390Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:08:27.662Z] ---> Running in 68fc37b3f8af [2023-05-03T04:08:27.931Z] Removing intermediate container 68fc37b3f8af [2023-05-03T04:08:27.931Z] ---> 810d7650af6e [2023-05-03T04:08:27.931Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:08:27.931Z] ---> Running in bd84a9bec93a [2023-05-03T04:08:29.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:08:29.932Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:08:30.901Z] OK: 263 MiB in 53 packages [2023-05-03T04:08:35.664Z] Removing intermediate container bd84a9bec93a [2023-05-03T04:08:35.664Z] ---> ea358a88c4fb [2023-05-03T04:08:35.664Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-03T04:08:35.664Z] ---> Running in ab0891dd46f6 [2023-05-03T04:08:35.932Z] Removing intermediate container ab0891dd46f6 [2023-05-03T04:08:35.932Z] ---> 3af83f726e5f [2023-05-03T04:08:35.932Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-03T04:08:36.520Z] ---> da400ce1db52 [2023-05-03T04:08:36.520Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:08:36.520Z] ---> Running in 5af74a6deddc [2023-05-03T04:09:44.404Z] Removing intermediate container 5af74a6deddc [2023-05-03T04:09:44.404Z] ---> 88e5209b9966 [2023-05-03T04:09:44.404Z] Step 12/13 : COPY . . [2023-05-03T04:09:44.404Z] ---> f963d7b8e272 [2023-05-03T04:09:44.404Z] Step 13/13 : RUN ${MAKE} [2023-05-03T04:09:44.404Z] ---> Running in d839c530a540 [2023-05-03T04:09:44.404Z] noop [2023-05-03T04:09:44.404Z] Removing intermediate container d839c530a540 [2023-05-03T04:09:44.404Z] ---> 7d24324bf5cb [2023-05-03T04:09:44.404Z] Successfully built 7d24324bf5cb [2023-05-03T04:09:44.404Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:09:44.896Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T04:09:44.896Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:09:45.192Z] prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container [2023-05-03T04:09:45.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T04:09:46.527Z] $ docker top 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:09:47.423Z] + go version [2023-05-03T04:09:47.423Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-03T04:09:47.462Z] $ docker stop --time=1 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be [2023-05-03T04:09:49.114Z] $ docker rm -f --volumes 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:09:49.967Z] + docker inspect -f . ci-base-image-arm64 [2023-05-03T04:09:49.967Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:09:50.223Z] prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container [2023-05-03T04:09:50.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-03T04:09:51.491Z] $ docker top 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:09:52.387Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-03T04:09:53.089Z] + make test [2023-05-03T04:09:53.089Z] go test ./... -coverprofile=coverage.out ./... [2023-05-03T04:10:31.984Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-03T04:12:53.729Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-03T04:12:53.729Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-03T04:12:55.154Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.189s coverage: 31.6% of statements [2023-05-03T04:13:21.875Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.965s coverage: 86.5% of statements [2023-05-03T04:13:21.875Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-03T04:13:21.875Z] go vet ./... [2023-05-03T04:13:54.102Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-03T04:13:54.102Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-03T04:13:54.102Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-03T04:13:54.148Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-03T04:13:54.192Z] $ docker stop --time=1 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 [2023-05-03T04:13:58.131Z] $ docker rm -f --volumes 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-03T04:13:59.366Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-03T04:13:59.400Z] Warning: overwriting stash ‘coverage-report’ [2023-05-03T04:13:59.950Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-03T04:14:00.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-03T04:14:00.873Z] + ls -al . [2023-05-03T04:14:00.873Z] total 228 [2023-05-03T04:14:00.873Z] drwxrwxr-x 9 jenkins jenkins 4096 May 3 04:09 . [2023-05-03T04:14:00.873Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 .. [2023-05-03T04:14:00.873Z] drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:07 .git [2023-05-03T04:14:00.873Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:07 .github [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:07 .gitignore [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:07 .golangci.yml [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:07 Attribution.txt [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:07 CHANGELOG.md [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:07 Dockerfile [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:07 GOVERNANCE.md [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:07 Jenkinsfile [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:07 LICENSE [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:07 Makefile [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:07 OWNERS.md [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:07 README.md [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:04 VERSION [2023-05-03T04:14:00.873Z] drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:07 bin [2023-05-03T04:14:00.873Z] drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:07 cmd [2023-05-03T04:14:00.873Z] -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:13 coverage.out [2023-05-03T04:14:00.873Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 doc [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:07 go.mod [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 32947 May 3 04:07 go.sum [2023-05-03T04:14:00.873Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 internal [2023-05-03T04:14:00.873Z] drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 snap [2023-05-03T04:14:00.873Z] -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:14:01.302Z] + 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=91654600ad4b6e6087db961f16a54265e353dd89 --label arch=arm64 --label version=0.0.0 . [2023-05-03T04:14:01.569Z] Sending build context to Docker daemon 14.21MB [2023-05-03T04:14:01.835Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-03T04:14:01.835Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-03T04:14:01.835Z] ---> 7d24324bf5cb [2023-05-03T04:14:01.835Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-03T04:14:01.835Z] ---> Running in ce02f98cd52d [2023-05-03T04:14:02.103Z] Removing intermediate container ce02f98cd52d [2023-05-03T04:14:02.103Z] ---> 1bc44de7820d [2023-05-03T04:14:02.103Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-03T04:14:02.369Z] ---> Running in b01b97c05b54 [2023-05-03T04:14:02.635Z] Removing intermediate container b01b97c05b54 [2023-05-03T04:14:02.635Z] ---> 5e54e6d7aefb [2023-05-03T04:14:02.635Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-03T04:14:02.635Z] ---> Running in ba72168dc716 [2023-05-03T04:14:02.901Z] Removing intermediate container ba72168dc716 [2023-05-03T04:14:02.901Z] ---> 03df5f33d3fb [2023-05-03T04:14:02.901Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-03T04:14:02.901Z] ---> Running in 379bc9ede165 [2023-05-03T04:14:03.169Z] Removing intermediate container 379bc9ede165 [2023-05-03T04:14:03.169Z] ---> 3cbad9eadb68 [2023-05-03T04:14:03.169Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-03T04:14:03.169Z] ---> Running in 14546ef670cb [2023-05-03T04:14:03.439Z] Removing intermediate container 14546ef670cb [2023-05-03T04:14:03.439Z] ---> aab63c4b05fc [2023-05-03T04:14:03.439Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-03T04:14:03.707Z] ---> Running in de0a6afdfdcd [2023-05-03T04:14:04.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:14:05.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:14:06.210Z] OK: 263 MiB in 53 packages [2023-05-03T04:14:07.180Z] Removing intermediate container de0a6afdfdcd [2023-05-03T04:14:07.180Z] ---> a42e9bfcd657 [2023-05-03T04:14:07.180Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-03T04:14:07.180Z] ---> Running in 71b4b6930e53 [2023-05-03T04:14:07.446Z] Removing intermediate container 71b4b6930e53 [2023-05-03T04:14:07.446Z] ---> 3b188c4bfa66 [2023-05-03T04:14:07.446Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-03T04:14:07.711Z] ---> a61345488a5c [2023-05-03T04:14:07.711Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-03T04:14:07.711Z] ---> Running in 6d89284c286d [2023-05-03T04:14:13.055Z] Removing intermediate container 6d89284c286d [2023-05-03T04:14:13.055Z] ---> eea66f0210b9 [2023-05-03T04:14:13.055Z] Step 12/26 : COPY . . [2023-05-03T04:14:14.469Z] ---> 1cd9b4495cc8 [2023-05-03T04:14:14.469Z] Step 13/26 : RUN ${MAKE} [2023-05-03T04:14:14.469Z] ---> Running in fd425cd07697 [2023-05-03T04:14:15.428Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-03T04:16:37.663Z] Removing intermediate container fd425cd07697 [2023-05-03T04:16:37.663Z] ---> 022b27275004 [2023-05-03T04:16:37.663Z] Step 14/26 : FROM alpine:3.17 [2023-05-03T04:16:37.663Z] 3.17: Pulling from library/alpine [2023-05-03T04:16:37.663Z] c41833b44d91: Already exists [2023-05-03T04:16:37.663Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-03T04:16:37.663Z] Status: Downloaded newer image for alpine:3.17 [2023-05-03T04:16:37.663Z] ---> 51e60588ff2c [2023-05-03T04:16:37.663Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-03T04:16:37.663Z] ---> Running in 5617e8a4d0e0 [2023-05-03T04:16:37.663Z] Removing intermediate container 5617e8a4d0e0 [2023-05-03T04:16:37.663Z] ---> dc08ccc6dc8f [2023-05-03T04:16:37.663Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-03T04:16:37.663Z] ---> Running in cf1dd7fc594e [2023-05-03T04:16:37.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-03T04:16:37.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-03T04:16:38.247Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-03T04:16:38.247Z] Executing busybox-1.35.0-r29.trigger [2023-05-03T04:16:38.515Z] OK: 8 MiB in 16 packages [2023-05-03T04:16:39.111Z] Removing intermediate container cf1dd7fc594e [2023-05-03T04:16:39.111Z] ---> 6f158b014746 [2023-05-03T04:16:39.111Z] Step 17/26 : WORKDIR / [2023-05-03T04:16:39.380Z] ---> Running in 92ae81797cb8 [2023-05-03T04:16:39.647Z] Removing intermediate container 92ae81797cb8 [2023-05-03T04:16:39.647Z] ---> 3e7195c5d109 [2023-05-03T04:16:39.647Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-03T04:16:41.058Z] ---> 1af3edd70457 [2023-05-03T04:16:41.058Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-03T04:16:41.640Z] ---> 53ddba4426ce [2023-05-03T04:16:41.640Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-03T04:16:41.906Z] ---> ded8f1b4cfea [2023-05-03T04:16:41.906Z] Step 21/26 : EXPOSE 59984 [2023-05-03T04:16:42.177Z] ---> Running in bdc982abc14d [2023-05-03T04:16:42.445Z] Removing intermediate container bdc982abc14d [2023-05-03T04:16:42.445Z] ---> 86991cbc80b1 [2023-05-03T04:16:42.445Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-03T04:16:42.445Z] ---> Running in 309dff66362e [2023-05-03T04:16:42.713Z] Removing intermediate container 309dff66362e [2023-05-03T04:16:42.713Z] ---> 5acf9a2a76d3 [2023-05-03T04:16:42.713Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-03T04:16:42.713Z] ---> Running in 377ec782414a [2023-05-03T04:16:42.980Z] Removing intermediate container 377ec782414a [2023-05-03T04:16:42.980Z] ---> 1ed38b4c1b59 [2023-05-03T04:16:42.980Z] Step 24/26 : LABEL arch=arm64 [2023-05-03T04:16:43.318Z] ---> Running in 52857604393b [2023-05-03T04:16:43.318Z] Removing intermediate container 52857604393b [2023-05-03T04:16:43.318Z] ---> 67f4a4733307 [2023-05-03T04:16:43.318Z] Step 25/26 : LABEL git_sha=91654600ad4b6e6087db961f16a54265e353dd89 [2023-05-03T04:16:43.615Z] ---> Running in fc73472ca502 [2023-05-03T04:16:43.888Z] Removing intermediate container fc73472ca502 [2023-05-03T04:16:43.888Z] ---> 44b0c2cd4bf7 [2023-05-03T04:16:43.888Z] Step 26/26 : LABEL version=0.0.0 [2023-05-03T04:16:43.888Z] ---> Running in 463d23cadc32 [2023-05-03T04:16:44.161Z] Removing intermediate container 463d23cadc32 [2023-05-03T04:16:44.161Z] ---> ac3b6ed507bb [2023-05-03T04:16:44.161Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-03T04:16:44.161Z] Successfully built ac3b6ed507bb [2023-05-03T04:16:44.433Z] Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:16:45.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:16:45.220Z] [2023-05-03T04:16:45.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:16:45.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:16:45.643Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-03T04:16:45.643Z] 8998bd30e6a1: Pulling fs layer [2023-05-03T04:16:45.643Z] 04944245beec: Pulling fs layer [2023-05-03T04:16:45.643Z] 699f458cf7ca: Pulling fs layer [2023-05-03T04:16:45.643Z] 765212b225bb: Pulling fs layer [2023-05-03T04:16:45.643Z] f23df028b6ca: Pulling fs layer [2023-05-03T04:16:45.643Z] d65c8cfc05b1: Pulling fs layer [2023-05-03T04:16:45.643Z] 2437ff75d9bd: Pulling fs layer [2023-05-03T04:16:45.643Z] 765212b225bb: Waiting [2023-05-03T04:16:45.643Z] f23df028b6ca: Waiting [2023-05-03T04:16:45.643Z] 2437ff75d9bd: Waiting [2023-05-03T04:16:45.643Z] d65c8cfc05b1: Waiting [2023-05-03T04:16:45.931Z] 04944245beec: Verifying Checksum [2023-05-03T04:16:45.931Z] 04944245beec: Download complete [2023-05-03T04:16:45.931Z] 765212b225bb: Verifying Checksum [2023-05-03T04:16:45.931Z] 765212b225bb: Download complete [2023-05-03T04:16:45.931Z] f23df028b6ca: Download complete [2023-05-03T04:16:45.931Z] d65c8cfc05b1: Download complete [2023-05-03T04:16:45.931Z] 699f458cf7ca: Verifying Checksum [2023-05-03T04:16:45.931Z] 699f458cf7ca: Download complete [2023-05-03T04:16:48.517Z] 2437ff75d9bd: Download complete [2023-05-03T04:16:48.783Z] 8998bd30e6a1: Download complete [2023-05-03T04:16:53.035Z] 8998bd30e6a1: Pull complete [2023-05-03T04:16:53.036Z] 04944245beec: Pull complete [2023-05-03T04:16:53.992Z] 699f458cf7ca: Pull complete [2023-05-03T04:16:54.257Z] 765212b225bb: Pull complete [2023-05-03T04:16:54.837Z] f23df028b6ca: Pull complete [2023-05-03T04:16:55.102Z] d65c8cfc05b1: Pull complete [2023-05-03T04:17:10.086Z] 2437ff75d9bd: Pull complete [2023-05-03T04:17:10.086Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-03T04:17:10.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-03T04:17:10.086Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:17:10.438Z] prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container [2023-05-03T04:17:10.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-03T04:17:13.252Z] $ docker top 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:14.187Z] ---> job-cost.sh [2023-05-03T04:17:14.187Z] lf-activate-venv: SKIPPING [2023-05-03T04:17:14.187Z] INFO: No Stack... [2023-05-03T04:17:14.456Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-03T04:17:15.414Z] INFO: Archiving Costs [Pipeline] sh [2023-05-03T04:17:16.078Z] + cut -d, -f6 [2023-05-03T04:17:16.078Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock [2023-05-03T04:17:16.163Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [2023-05-03T04:17:16.167Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] did not exist. Created. [2023-05-03T04:17:16.167Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-03T04:17:16.899Z] /w/workspace/device-onvif-camera/1@tmp/durable-95ff828b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-03T04:17:17.568Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-03T04:17:17.609Z] Warning: overwriting stash ‘stack-cost’ [2023-05-03T04:17:17.662Z] Stashed 1 file(s) [Pipeline] } [2023-05-03T04:17:17.678Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-03T04:17:17.759Z] $ docker stop --time=1 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b [2023-05-03T04:17:19.247Z] $ docker rm -f --volumes 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-03T04:17:20.277Z] provisioning config files... [2023-05-03T04:17:20.284Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config13086267178689441548tmp [Pipeline] { [Pipeline] sh [2023-05-03T04:17:20.627Z] + set +x [2023-05-03T04:17:20.627Z] + curl -s https://codecov.io/bash [2023-05-03T04:17:20.627Z] + bash -s -- [2023-05-03T04:17:20.627Z] [2023-05-03T04:17:20.627Z] _____ _ [2023-05-03T04:17:20.627Z] / ____| | | [2023-05-03T04:17:20.627Z] | | ___ __| | ___ ___ _____ __ [2023-05-03T04:17:20.627Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-03T04:17:20.627Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-03T04:17:20.627Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-03T04:17:20.627Z] Bash-1.0.6 [2023-05-03T04:17:20.627Z] [2023-05-03T04:17:20.627Z] [2023-05-03T04:17:20.627Z] ==> git version 2.25.1 found [2023-05-03T04:17:20.627Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-03T04:17:20.627Z] Release-Date: 2020-01-08 [2023-05-03T04:17:20.627Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-03T04:17:20.627Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-03T04:17:20.627Z] ==> Jenkins CI detected. [2023-05-03T04:17:20.627Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-336 [2023-05-03T04:17:20.627Z] project root: . [2023-05-03T04:17:20.627Z] --> token set from env [2023-05-03T04:17:20.627Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-03T04:17:20.627Z] ==> Running gcov in . (disable via -X gcov) [2023-05-03T04:17:20.627Z] ==> Python coveragepy not found [2023-05-03T04:17:20.627Z] ==> Searching for coverage reports in: [2023-05-03T04:17:20.627Z] + . [2023-05-03T04:17:20.627Z] -> Found 1 reports [2023-05-03T04:17:20.627Z] ==> Detecting git/mercurial file structure [2023-05-03T04:17:20.627Z] ==> Reading reports [2023-05-03T04:17:20.627Z] + ./coverage.out bytes=78922 [2023-05-03T04:17:20.627Z] ==> Appending adjustments [2023-05-03T04:17:20.627Z] https://docs.codecov.io/docs/fixing-reports [2023-05-03T04:17:20.888Z] + Found adjustments [2023-05-03T04:17:20.888Z] ==> Gzipping contents [2023-05-03T04:17:20.888Z] 12K /tmp/codecov.QSWhhY.gz [2023-05-03T04:17:20.888Z] ==> Uploading reports [2023-05-03T04:17:20.888Z] url: https://codecov.io [2023-05-03T04:17:20.888Z] query: branch=PR-336&commit=91654600ad4b6e6087db961f16a54265e353dd89&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-336%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=336&job=&cmd_args= [2023-05-03T04:17:20.888Z] -> Pinging Codecov [2023-05-03T04:17:20.888Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-336&commit=91654600ad4b6e6087db961f16a54265e353dd89&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-336%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=336&job=&cmd_args= [2023-05-03T04:17:21.149Z] -> Uploading to [2023-05-03T04:17:21.149Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-03/F29A59C45E3A92E06B3E522C9905F8EF/91654600ad4b6e6087db961f16a54265e353dd89/b49eeda3-70f4-4d11-9c7d-e797a0ad86ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T041720Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07892ed2718327ae69729f063afeec858e260f0737b0da0e447bc31eda381427 [2023-05-03T04:17:21.149Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-03T04:17:21.149Z] Dload Upload Total Spent Left Speed [2023-05-03T04:17:21.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10501 0 0 100 10501 0 51729 --:--:-- --:--:-- --:--:-- 51475 100 10501 0 0 100 10501 0 48169 --:--:-- --:--:-- --:--:-- 47949 [2023-05-03T04:17:21.408Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] } [2023-05-03T04:17:21.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-03T04:17:23.343Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-336/archives ] [2023-05-03T04:17:23.343Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-336/archives [2023-05-03T04:17:23.343Z] total 16 [2023-05-03T04:17:23.343Z] drwxr-xr-x 3 root root 4096 May 3 04:06 . [2023-05-03T04:17:23.343Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:06 .. [2023-05-03T04:17:23.343Z] drwxr-xr-x 2 root root 4096 May 3 04:06 cost [2023-05-03T04:17:23.343Z] -rw-r--r-- 1 root root 91 May 3 04:06 cost.csv [2023-05-03T04:17:23.343Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-336/archives [2023-05-03T04:17:23.343Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-336/archives [2023-05-03T04:17:23.343Z] total 16 [2023-05-03T04:17:23.343Z] drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:06 . [2023-05-03T04:17:23.343Z] drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:06 .. [2023-05-03T04:17:23.343Z] drwxr-xr-x 2 jenkins jenkins 4096 May 3 04:06 cost [2023-05-03T04:17:23.343Z] -rw-r--r-- 1 jenkins jenkins 91 May 3 04:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:23.673Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:24.564Z] ---> package-listing.sh [2023-05-03T04:17:24.564Z] ++ facter osfamily [2023-05-03T04:17:24.564Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-03T04:17:24.824Z] + OS_FAMILY=debian [2023-05-03T04:17:24.824Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-336 [2023-05-03T04:17:24.824Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-03T04:17:24.824Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-03T04:17:24.824Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-03T04:17:24.824Z] + PACKAGES=/tmp/packages_start.txt [2023-05-03T04:17:24.824Z] + '[' /w/workspace/undry_device-onvif-camera_PR-336 ']' [2023-05-03T04:17:24.824Z] + PACKAGES=/tmp/packages_end.txt [2023-05-03T04:17:24.824Z] + case "${OS_FAMILY}" in [2023-05-03T04:17:24.824Z] + dpkg -l [2023-05-03T04:17:24.824Z] + grep '^ii' [2023-05-03T04:17:24.824Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-03T04:17:24.824Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-03T04:17:24.824Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-03T04:17:24.824Z] + '[' /w/workspace/undry_device-onvif-camera_PR-336 ']' [2023-05-03T04:17:24.824Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-336/archives/ [2023-05-03T04:17:24.824Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-336/archives/ [Pipeline] echo [2023-05-03T04:17:24.861Z] 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-336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-03T04:17:25.163Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-03T04:17:25.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-03T04:17:25.795Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-03T04:17:26.024Z] prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container [2023-05-03T04:17:26.047Z] $ 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-336/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-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-03T04:17:26.278Z] $ docker top e1d948f4ad5270b2a0ccfee7fac6a1e6b2fa230b00867ee45a820dae14c11e3a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-03T04:17:26.677Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-03T04:17:26.988Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-03T04:17:27.293Z] + ls /var/log/sa-host [2023-05-03T04:17:27.293Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-03T04:17:27.437Z] provisioning config files... [2023-05-03T04:17:27.444Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config13938618871964726055tmp [Pipeline] { [Pipeline] echo [2023-05-03T04:17:27.501Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:27.822Z] ---> create-netrc.sh [Pipeline] } [2023-05-03T04:17:27.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:28.240Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-03T04:17:28.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:28.601Z] ---> sudo-logs.sh [2023-05-03T04:17:28.601Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-03T04:17:28.685Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:28.996Z] ---> job-cost.sh [2023-05-03T04:17:28.996Z] lf-activate-venv: SKIPPING [2023-05-03T04:17:28.996Z] DEBUG: total: 0.2199999988079071 [2023-05-03T04:17:28.996Z] INFO: Retrieving Stack Cost... [2023-05-03T04:17:29.257Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-03T04:17:29.823Z] INFO: Archiving Costs [Pipeline] echo [2023-05-03T04:17:29.857Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-03T04:17:30.170Z] ---> logs-deploy.sh [2023-05-03T04:17:30.170Z] lf-activate-venv: SKIPPING [2023-05-03T04:17:30.170Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-336/1 [2023-05-03T04:17:30.170Z] INFO: archiving workspace using pattern(s): [2023-05-03T04:17:31.116Z] Archives upload complete. [2023-05-03T04:17:31.376Z] INFO: archiving logs to Nexus [2023-05-03T04:17:31.947Z] ---> uname -a: [2023-05-03T04:17:31.947Z] Linux prd-ubuntu20-04-docker-8c-8g-12538 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-05-03T04:17:31.947Z] [2023-05-03T04:17:31.947Z] [2023-05-03T04:17:31.947Z] ---> lscpu: [2023-05-03T04:17:31.947Z] Architecture: x86_64 [2023-05-03T04:17:31.947Z] CPU op-mode(s): 32-bit, 64-bit [2023-05-03T04:17:31.947Z] Byte Order: Little Endian [2023-05-03T04:17:31.947Z] Address sizes: 40 bits physical, 48 bits virtual [2023-05-03T04:17:31.947Z] CPU(s): 8 [2023-05-03T04:17:31.947Z] On-line CPU(s) list: 0-7 [2023-05-03T04:17:31.947Z] Thread(s) per core: 1 [2023-05-03T04:17:31.948Z] Core(s) per socket: 1 [2023-05-03T04:17:31.948Z] Socket(s): 8 [2023-05-03T04:17:31.948Z] NUMA node(s): 1 [2023-05-03T04:17:31.948Z] Vendor ID: AuthenticAMD [2023-05-03T04:17:31.948Z] CPU family: 23 [2023-05-03T04:17:31.948Z] Model: 49 [2023-05-03T04:17:31.948Z] Model name: AMD EPYC-Rome Processor [2023-05-03T04:17:31.948Z] Stepping: 0 [2023-05-03T04:17:31.948Z] CPU MHz: 2799.998 [2023-05-03T04:17:31.948Z] BogoMIPS: 5599.99 [2023-05-03T04:17:31.948Z] Virtualization: AMD-V [2023-05-03T04:17:31.948Z] Hypervisor vendor: KVM [2023-05-03T04:17:31.948Z] Virtualization type: full [2023-05-03T04:17:31.948Z] L1d cache: 256 KiB [2023-05-03T04:17:31.948Z] L1i cache: 256 KiB [2023-05-03T04:17:31.948Z] L2 cache: 4 MiB [2023-05-03T04:17:31.948Z] L3 cache: 128 MiB [2023-05-03T04:17:31.948Z] NUMA node0 CPU(s): 0-7 [2023-05-03T04:17:31.948Z] Vulnerability Itlb multihit: Not affected [2023-05-03T04:17:31.948Z] Vulnerability L1tf: Not affected [2023-05-03T04:17:31.948Z] Vulnerability Mds: Not affected [2023-05-03T04:17:31.948Z] Vulnerability Meltdown: Not affected [2023-05-03T04:17:31.948Z] Vulnerability Mmio stale data: Not affected [2023-05-03T04:17:31.948Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-05-03T04:17:31.948Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-05-03T04:17:31.948Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-05-03T04:17:31.948Z] Vulnerability Srbds: Not affected [2023-05-03T04:17:31.948Z] Vulnerability Tsx async abort: Not affected [2023-05-03T04:17:31.948Z] 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-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] ---> nproc: [2023-05-03T04:17:31.948Z] 8 [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] ---> df -h: [2023-05-03T04:17:31.948Z] Filesystem Size Used Avail Use% Mounted on [2023-05-03T04:17:31.948Z] overlay 155G 12G 144G 8% / [2023-05-03T04:17:31.948Z] tmpfs 64M 0 64M 0% /dev [2023-05-03T04:17:31.948Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-05-03T04:17:31.948Z] shm 64M 0 64M 0% /dev/shm [2023-05-03T04:17:31.948Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] ---> sar -b -r -n DEV: [2023-05-03T04:17:31.948Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12538) 05/03/23 _x86_64_ (8 CPU) [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:03:34 LINUX RESTART (8 CPU) [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:04:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-05-03T04:17:31.948Z] 04:05:01 190.40 40.20 150.20 0.00 4381.59 150989.97 0.00 [2023-05-03T04:17:31.948Z] 04:06:01 122.61 0.93 121.68 0.00 87.59 53575.74 0.00 [2023-05-03T04:17:31.948Z] 04:07:01 172.04 0.08 171.95 0.00 10.00 38559.17 0.00 [2023-05-03T04:17:31.948Z] 04:08:01 1.57 0.00 1.57 0.00 0.00 20.15 0.00 [2023-05-03T04:17:31.948Z] 04:09:01 39.04 12.90 26.15 0.00 5446.29 6297.88 0.00 [2023-05-03T04:17:31.948Z] 04:10:01 4.20 0.00 4.20 0.00 0.00 51.86 0.00 [2023-05-03T04:17:31.948Z] 04:11:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 [2023-05-03T04:17:31.948Z] 04:12:01 0.85 0.00 0.85 0.00 0.00 10.40 0.00 [2023-05-03T04:17:31.948Z] 04:13:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 [2023-05-03T04:17:31.948Z] 04:14:01 2.20 0.00 2.20 0.00 0.00 36.93 0.00 [2023-05-03T04:17:31.948Z] 04:15:01 0.95 0.00 0.95 0.00 0.00 9.60 0.00 [2023-05-03T04:17:31.948Z] 04:16:01 1.75 0.00 1.75 0.00 0.00 19.20 0.00 [2023-05-03T04:17:31.948Z] 04:17:01 0.93 0.02 0.92 0.00 0.13 9.47 0.00 [2023-05-03T04:17:31.948Z] Average: 41.06 4.07 36.99 0.00 754.20 18861.31 0.00 [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:04:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-05-03T04:17:31.948Z] 04:05:01 28445576 31587108 727008 2.21 109124 3242436 1900704 5.60 1146316 2863556 559744 [2023-05-03T04:17:31.948Z] 04:06:01 28377456 31573040 737540 2.24 148716 3247220 1784852 5.26 1179308 2881784 224 [2023-05-03T04:17:31.948Z] 04:07:01 27576048 31577512 730020 2.22 160828 3976952 1765044 5.20 1275984 3519008 360 [2023-05-03T04:17:31.948Z] 04:08:01 27575936 31577412 730020 2.22 160868 3976940 1765044 5.20 1275968 3519012 156 [2023-05-03T04:17:31.948Z] 04:09:01 27205512 31560492 732200 2.23 169228 4310244 1843292 5.43 1505680 3630004 1064 [2023-05-03T04:17:31.948Z] 04:10:01 27207428 31562252 731020 2.22 169272 4310240 1859808 5.48 1505064 3629964 44 [2023-05-03T04:17:31.948Z] 04:11:01 27209648 31564536 728712 2.22 169296 4310244 1859808 5.48 1502600 3629968 4 [2023-05-03T04:17:31.948Z] 04:12:01 27214572 31569492 723912 2.20 169328 4310244 1859808 5.48 1498692 3629992 168 [2023-05-03T04:17:31.948Z] 04:13:01 27215060 31570044 723356 2.20 169372 4310240 1859808 5.48 1498752 3630000 20 [2023-05-03T04:17:31.948Z] 04:14:01 27213784 31569460 724304 2.20 169472 4310228 1859808 5.48 1498284 3630572 24 [2023-05-03T04:17:31.948Z] 04:15:01 27214344 31570124 723356 2.20 169492 4310228 1859808 5.48 1498328 3630572 8 [2023-05-03T04:17:31.948Z] 04:16:01 27213748 31569588 723644 2.20 169532 4310212 1859808 5.48 1498344 3630572 4 [2023-05-03T04:17:31.948Z] 04:17:01 27213344 31569312 723780 2.20 169560 4310236 1859808 5.48 1498780 3630576 208 [2023-05-03T04:17:31.948Z] Average: 27452497 31570798 727606 2.21 161853 4095051 1841338 5.43 1414008 3496583 43233 [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:04:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-05-03T04:17:31.948Z] 04:05:01 docker0 203.19 308.67 16.44 2181.65 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:05:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:05:01 ens3 876.73 560.89 9110.68 106.23 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:06:01 docker0 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:06:01 ens3 59.87 43.26 43.14 80.52 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:07:01 docker0 2.67 6.53 0.17 85.51 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:07:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:07:01 ens3 113.56 65.16 2618.85 16.02 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:08:01 ens3 0.60 0.53 0.31 0.22 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:09:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:09:01 ens3 136.09 69.51 1952.48 4.89 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:10:01 ens3 0.42 0.37 0.09 0.08 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:11:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:12:01 ens3 0.95 0.60 3.01 0.04 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:13:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:15:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:16:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] 04:17:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] Average: docker0 15.36 23.52 1.24 169.24 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] Average: ens3 89.47 55.68 1035.34 15.77 0.00 0.00 0.00 0.00 [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] ---> sar -P ALL: [2023-05-03T04:17:31.948Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12538) 05/03/23 _x86_64_ (8 CPU) [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:03:34 LINUX RESTART (8 CPU) [2023-05-03T04:17:31.948Z] [2023-05-03T04:17:31.948Z] 04:04:03 CPU %user %nice %system %iowait %steal %idle [2023-05-03T04:17:31.948Z] 04:05:01 all 11.06 0.00 4.05 2.95 0.07 81.87 [2023-05-03T04:17:31.948Z] 04:05:01 0 9.62 0.00 3.83 0.38 0.05 86.11 [2023-05-03T04:17:31.948Z] 04:05:01 1 13.33 0.00 3.56 0.45 0.07 82.58 [2023-05-03T04:17:31.948Z] 04:05:01 2 13.91 0.00 3.96 11.85 0.07 70.21 [2023-05-03T04:17:31.948Z] 04:05:01 3 13.24 0.00 4.01 0.28 0.07 82.40 [2023-05-03T04:17:31.948Z] 04:05:01 4 9.40 0.00 4.73 0.99 0.09 84.79 [2023-05-03T04:17:31.948Z] 04:05:01 5 8.03 0.00 3.95 2.16 0.07 85.79 [2023-05-03T04:17:31.948Z] 04:05:01 6 10.60 0.00 4.19 5.38 0.07 79.76 [2023-05-03T04:17:31.948Z] 04:05:01 7 10.39 0.00 4.11 2.13 0.09 83.28 [2023-05-03T04:17:31.948Z] 04:06:01 all 27.42 0.00 5.09 3.38 0.09 64.03 [2023-05-03T04:17:31.948Z] 04:06:01 0 27.37 0.00 5.18 0.49 0.08 66.89 [2023-05-03T04:17:31.948Z] 04:06:01 1 29.30 0.00 5.41 0.61 0.08 64.61 [2023-05-03T04:17:31.948Z] 04:06:01 2 27.87 0.00 5.75 17.78 0.08 48.52 [2023-05-03T04:17:31.948Z] 04:06:01 3 26.57 0.00 5.26 0.34 0.07 67.76 [2023-05-03T04:17:31.948Z] 04:06:01 4 25.92 0.00 4.67 1.99 0.05 67.37 [2023-05-03T04:17:31.948Z] 04:06:01 5 27.50 0.00 4.76 0.64 0.08 67.02 [2023-05-03T04:17:31.948Z] 04:06:01 6 26.47 0.00 4.51 1.58 0.07 67.38 [2023-05-03T04:17:31.948Z] 04:06:01 7 28.35 0.00 5.15 3.63 0.17 62.70 [2023-05-03T04:17:31.948Z] 04:07:01 all 16.14 0.00 3.77 1.97 0.05 78.08 [2023-05-03T04:17:31.948Z] 04:07:01 0 15.80 0.00 4.28 0.02 0.03 79.87 [2023-05-03T04:17:31.948Z] 04:07:01 1 15.89 0.00 4.26 4.72 0.05 75.08 [2023-05-03T04:17:31.948Z] 04:07:01 2 16.85 0.00 3.30 0.29 0.07 79.51 [2023-05-03T04:17:31.948Z] 04:07:01 3 14.75 0.00 3.54 2.94 0.05 78.72 [2023-05-03T04:17:31.948Z] 04:07:01 4 16.10 0.00 3.56 0.08 0.05 80.20 [2023-05-03T04:17:31.948Z] 04:07:01 5 16.80 0.00 3.76 1.47 0.05 77.93 [2023-05-03T04:17:31.948Z] 04:07:01 6 16.09 0.00 3.06 0.12 0.03 80.70 [2023-05-03T04:17:31.949Z] 04:07:01 7 16.84 0.00 4.41 6.11 0.05 72.58 [2023-05-03T04:17:31.949Z] 04:08:01 all 0.00 0.00 0.02 0.00 0.01 99.97 [2023-05-03T04:17:31.949Z] 04:08:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:08:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2023-05-03T04:17:31.949Z] 04:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:09:01 all 1.48 0.00 0.61 0.64 0.02 97.26 [2023-05-03T04:17:31.949Z] 04:09:01 0 1.84 0.00 0.33 0.38 0.02 97.44 [2023-05-03T04:17:31.949Z] 04:09:01 1 1.12 0.00 0.43 0.02 0.02 98.42 [2023-05-03T04:17:31.949Z] 04:09:01 2 1.15 0.00 0.52 0.07 0.02 98.25 [2023-05-03T04:17:31.949Z] 04:09:01 3 0.62 0.00 0.70 0.27 0.02 98.40 [2023-05-03T04:17:31.949Z] 04:09:01 4 1.97 0.00 0.58 1.62 0.02 95.81 [2023-05-03T04:17:31.949Z] 04:09:01 5 0.99 0.00 0.60 1.05 0.03 97.33 [2023-05-03T04:17:31.949Z] 04:09:01 6 2.40 0.00 0.88 0.97 0.02 95.73 [2023-05-03T04:17:31.949Z] 04:09:01 7 1.74 0.00 0.82 0.72 0.03 96.68 [2023-05-03T04:17:31.949Z] 04:10:01 all 0.28 0.00 0.02 0.01 0.01 99.69 [2023-05-03T04:17:31.949Z] 04:10:01 0 1.97 0.00 0.02 0.00 0.00 98.01 [2023-05-03T04:17:31.949Z] 04:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:10:01 3 0.07 0.00 0.03 0.00 0.03 99.87 [2023-05-03T04:17:31.949Z] 04:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-05-03T04:17:31.949Z] 04:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:10:01 7 0.05 0.00 0.02 0.07 0.00 99.87 [2023-05-03T04:17:31.949Z] 04:11:01 all 0.13 0.00 0.01 0.00 0.01 99.84 [2023-05-03T04:17:31.949Z] 04:11:01 0 0.94 0.00 0.02 0.00 0.02 99.02 [2023-05-03T04:17:31.949Z] 04:11:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2023-05-03T04:17:31.949Z] 04:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:11:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:12:01 all 0.06 0.00 0.00 0.00 0.01 99.92 [2023-05-03T04:17:31.949Z] 04:12:01 0 0.42 0.00 0.00 0.00 0.00 99.58 [2023-05-03T04:17:31.949Z] 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:12:01 3 0.03 0.00 0.03 0.00 0.03 99.90 [2023-05-03T04:17:31.949Z] 04:12:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-05-03T04:17:31.949Z] 04:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:13:01 all 0.04 0.00 0.01 0.00 0.01 99.94 [2023-05-03T04:17:31.949Z] 04:13:01 0 0.18 0.00 0.00 0.00 0.02 99.80 [2023-05-03T04:17:31.949Z] 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:13:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:13:01 7 0.02 0.00 0.02 0.02 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:14:01 all 0.10 0.00 0.02 0.01 0.00 99.86 [2023-05-03T04:17:31.949Z] 04:14:01 0 0.70 0.00 0.03 0.00 0.00 99.27 [2023-05-03T04:17:31.949Z] 04:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:14:01 2 0.00 0.00 0.03 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:14:01 4 0.03 0.00 0.02 0.03 0.00 99.92 [2023-05-03T04:17:31.949Z] 04:14:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-05-03T04:17:31.949Z] 04:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:14:01 7 0.05 0.00 0.02 0.03 0.00 99.90 [2023-05-03T04:17:31.949Z] 04:15:01 all 0.08 0.00 0.00 0.00 0.01 99.90 [2023-05-03T04:17:31.949Z] 04:15:01 0 0.57 0.00 0.02 0.00 0.02 99.40 [2023-05-03T04:17:31.949Z] 04:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:15:01 3 0.05 0.00 0.00 0.00 0.03 99.92 [2023-05-03T04:17:31.949Z] 04:15:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] [2023-05-03T04:17:31.949Z] 04:15:01 CPU %user %nice %system %iowait %steal %idle [2023-05-03T04:17:31.949Z] 04:16:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2023-05-03T04:17:31.949Z] 04:16:01 0 0.10 0.00 0.00 0.00 0.00 99.90 [2023-05-03T04:17:31.949Z] 04:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-05-03T04:17:31.949Z] 04:16:01 2 0.00 0.00 0.02 0.02 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-05-03T04:17:31.949Z] 04:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-05-03T04:17:31.949Z] 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:17:01 all 0.10 0.00 0.01 0.00 0.00 99.88 [2023-05-03T04:17:31.949Z] 04:17:01 0 0.71 0.00 0.02 0.00 0.00 99.27 [2023-05-03T04:17:31.949Z] 04:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2023-05-03T04:17:31.949Z] 04:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-05-03T04:17:31.949Z] 04:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 [2023-05-03T04:17:31.949Z] 04:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-05-03T04:17:31.949Z] 04:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] 04:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-05-03T04:17:31.949Z] Average: all 4.33 0.00 1.03 0.68 0.02 93.94 [2023-05-03T04:17:31.949Z] Average: 0 4.59 0.00 1.04 0.10 0.02 94.26 [2023-05-03T04:17:31.949Z] Average: 1 4.53 0.00 1.04 0.44 0.02 93.96 [2023-05-03T04:17:31.949Z] Average: 2 4.54 0.00 1.03 2.27 0.02 92.14 [2023-05-03T04:17:31.949Z] Average: 3 4.22 0.00 1.04 0.29 0.03 94.42 [2023-05-03T04:17:31.949Z] Average: 4 4.08 0.00 1.03 0.37 0.02 94.50 [2023-05-03T04:17:31.949Z] Average: 5 4.08 0.00 1.00 0.40 0.02 94.50 [2023-05-03T04:17:31.949Z] Average: 6 4.24 0.00 0.96 0.60 0.02 94.18 [2023-05-03T04:17:31.949Z] Average: 7 4.37 0.00 1.10 0.97 0.03 93.53 [2023-05-03T04:17:31.949Z] [2023-05-03T04:17:31.949Z] [2023-05-03T04:17:31.949Z]