Pull request #315 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3a0958028bb7a043e6bc40eedeca40e7bbc23595+b3088f74b80dce78a876441a0c72d3538a65c555 (21c30e36a95bc9c8146b254ce3cf37d63edc977b) 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-ssh18226592153046387020.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-ssh12371186141631460817.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-315/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-315/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5798915472746519219.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-315/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10978286318988040705.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-ssh8266183344703382012.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-315/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-315/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16368658701945215485.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9240 in /w/workspace/undry_device-onvif-camera_PR-315 [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-315 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b3088f74b80dce78a876441a0c72d3538a65c555 into PR head commit 3a0958028bb7a043e6bc40eedeca40e7bbc23595 Merge succeeded, producing 3a0958028bb7a043e6bc40eedeca40e7bbc23595 Checking out Revision 3a0958028bb7a043e6bc40eedeca40e7bbc23595 (PR-315) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-21T04:01:35.083Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # 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 b3088f74b80dce78a876441a0c72d3538a65c555 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # timeout=10 [Pipeline] withCredentials [2023-04-21T04:01:35.287Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-21T04:01:35.387Z] ========================================================= [2023-04-21T04:01:35.387Z] EdgeX Global Pipelines Version Info [2023-04-21T04:01:35.387Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:01:36.142Z] ------------------- [2023-04-21T04:01:36.142Z] stable info: [2023-04-21T04:01:36.142Z] ------------------- [2023-04-21T04:01:36.142Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-21T04:01:36.142Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T04:01:36.142Z] Message: update stable to v1.0.248 [2023-04-21T04:01:36.712Z] ------------------- [2023-04-21T04:01:36.712Z] experimental info: [2023-04-21T04:01:36.712Z] ------------------- [2023-04-21T04:01:36.712Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-21T04:01:36.712Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-21T04:01:36.712Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-21T04:01:37.000Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-04-21T04:01:37.039Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-04-21T04:01:37.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-21T04:01:37.108Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-21T04:01:37.146Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-21T04:01:37.182Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-21T04:01:37.225Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-21T04:01:37.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-21T04:01:37.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-21T04:01:37.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-21T04:01:37.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-21T04:01:37.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-04-21T04:01:37.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-21T04:01:37.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-21T04:01:37.580Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T04:01:37.624Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-21T04:01:37.663Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T04:01:37.701Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-21T04:01:37.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-21T04:01:37.789Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-21T04:01:37.832Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-21T04:01:37.873Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-04-21T04:01:37.912Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-21T04:01:37.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-21T04:01:38.010Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-21T04:01:38.051Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-21T04:01:38.090Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-21T04:01:38.133Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-315 [Pipeline] echo [2023-04-21T04:01:38.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-315 [Pipeline] echo [2023-04-21T04:01:38.213Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-315 [Pipeline] echo [2023-04-21T04:01:38.258Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo [2023-04-21T04:01:38.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a09580 [Pipeline] echo [2023-04-21T04:01:38.354Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T04:01:38.473Z] provisioning config files... [2023-04-21T04:01:38.512Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config11699166955355242530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:01:38.855Z] ---> docker-login.sh [2023-04-21T04:01:38.855Z] nexus3.edgexfoundry.org:10001 [2023-04-21T04:01:39.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:39.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:39.378Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:39.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:39.378Z] [2023-04-21T04:01:39.378Z] Login Succeeded [2023-04-21T04:01:39.378Z] nexus3.edgexfoundry.org:10002 [2023-04-21T04:01:39.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:39.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:39.378Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:39.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:39.378Z] [2023-04-21T04:01:39.378Z] Login Succeeded [2023-04-21T04:01:39.378Z] nexus3.edgexfoundry.org:10003 [2023-04-21T04:01:39.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:39.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:39.378Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:39.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:39.378Z] [2023-04-21T04:01:39.378Z] Login Succeeded [2023-04-21T04:01:39.378Z] nexus3.edgexfoundry.org:10004 [2023-04-21T04:01:39.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:39.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:39.638Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:39.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:39.638Z] [2023-04-21T04:01:39.638Z] Login Succeeded [2023-04-21T04:01:39.638Z] docker.io [2023-04-21T04:01:39.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:39.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:39.898Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:39.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:39.898Z] [2023-04-21T04:01:39.898Z] Login Succeeded [2023-04-21T04:01:39.898Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T04:01:39.929Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-21T04:01:40.595Z] + git rev-list -1 --merges 3a0958028bb7a043e6bc40eedeca40e7bbc23595~1..3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo [2023-04-21T04:01:40.656Z] -----------> git rev-list -1 --merges 3a0958028bb7a043e6bc40eedeca40e7bbc23595~1..3a0958028bb7a043e6bc40eedeca40e7bbc23595 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [false] [Pipeline] sh [2023-04-21T04:01:40.969Z] + git log --format=format:%s -1 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo [2023-04-21T04:01:41.011Z] ========================================================= [2023-04-21T04:01:41.011Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-21T04:01:41.011Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T04:01:41.467Z] + git log --format=format:%s -1 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo [2023-04-21T04:01:41.497Z] [semverPrep] GIT_COMMIT: 3a0958028bb7a043e6bc40eedeca40e7bbc23595, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-21T04:01:41.532Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-21T04:01:41.934Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-21T04:01:41.934Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-21T04:01:41.934Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-21T04:01:41.934Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-21T04:01:41.934Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-21T04:01:41.934Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-21T04:01:41.934Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:01:42.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T04:01:42.457Z] [2023-04-21T04:01:42.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:01:42.940Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T04:01:42.940Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-21T04:01:42.940Z] b85a868b505f: Pulling fs layer [2023-04-21T04:01:42.940Z] e2be974225ed: Pulling fs layer [2023-04-21T04:01:42.940Z] 339a4e72a1f5: Pulling fs layer [2023-04-21T04:01:42.940Z] 988bab9f4d93: Pulling fs layer [2023-04-21T04:01:42.940Z] 1469e6f7b9e6: Pulling fs layer [2023-04-21T04:01:42.940Z] eaf3925da568: Pulling fs layer [2023-04-21T04:01:42.940Z] bab4dde63d76: Pulling fs layer [2023-04-21T04:01:42.940Z] bde34c3a00c8: Pulling fs layer [2023-04-21T04:01:42.940Z] b352a97aabf1: Pulling fs layer [2023-04-21T04:01:42.940Z] 4872d77fe225: Pulling fs layer [2023-04-21T04:01:42.940Z] 5851b861e8e6: Pulling fs layer [2023-04-21T04:01:42.941Z] bab4dde63d76: Waiting [2023-04-21T04:01:42.941Z] bde34c3a00c8: Waiting [2023-04-21T04:01:42.941Z] 5851b861e8e6: Waiting [2023-04-21T04:01:42.941Z] 4872d77fe225: Waiting [2023-04-21T04:01:42.941Z] b352a97aabf1: Waiting [2023-04-21T04:01:42.941Z] 988bab9f4d93: Waiting [2023-04-21T04:01:42.941Z] 1469e6f7b9e6: Waiting [2023-04-21T04:01:42.941Z] eaf3925da568: Waiting [2023-04-21T04:01:42.941Z] e2be974225ed: Verifying Checksum [2023-04-21T04:01:42.941Z] e2be974225ed: Download complete [2023-04-21T04:01:42.941Z] 988bab9f4d93: Download complete [2023-04-21T04:01:43.200Z] 1469e6f7b9e6: Verifying Checksum [2023-04-21T04:01:43.200Z] 1469e6f7b9e6: Download complete [2023-04-21T04:01:43.200Z] 339a4e72a1f5: Verifying Checksum [2023-04-21T04:01:43.200Z] 339a4e72a1f5: Download complete [2023-04-21T04:01:43.200Z] eaf3925da568: Download complete [2023-04-21T04:01:43.200Z] bde34c3a00c8: Verifying Checksum [2023-04-21T04:01:43.200Z] bde34c3a00c8: Download complete [2023-04-21T04:01:43.200Z] b352a97aabf1: Download complete [2023-04-21T04:01:43.200Z] 4872d77fe225: Download complete [2023-04-21T04:01:43.200Z] 5851b861e8e6: Download complete [2023-04-21T04:01:43.200Z] b85a868b505f: Verifying Checksum [2023-04-21T04:01:43.200Z] b85a868b505f: Download complete [2023-04-21T04:01:43.458Z] bab4dde63d76: Verifying Checksum [2023-04-21T04:01:43.459Z] bab4dde63d76: Download complete [2023-04-21T04:01:44.394Z] b85a868b505f: Pull complete [2023-04-21T04:01:44.652Z] e2be974225ed: Pull complete [2023-04-21T04:01:45.222Z] 339a4e72a1f5: Pull complete [2023-04-21T04:01:45.222Z] 988bab9f4d93: Pull complete [2023-04-21T04:01:45.482Z] 1469e6f7b9e6: Pull complete [2023-04-21T04:01:45.482Z] eaf3925da568: Pull complete [2023-04-21T04:01:47.387Z] bab4dde63d76: Pull complete [2023-04-21T04:01:47.387Z] bde34c3a00c8: Pull complete [2023-04-21T04:01:47.387Z] b352a97aabf1: Pull complete [2023-04-21T04:01:47.647Z] 4872d77fe225: Pull complete [2023-04-21T04:01:47.648Z] 5851b861e8e6: Pull complete [2023-04-21T04:01:47.648Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-21T04:01:47.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-21T04:01:47.648Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:01:47.935Z] prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container [2023-04-21T04:01:47.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-315 -v /w/workspace/undry_device-onvif-camera_PR-315:/w/workspace/undry_device-onvif-camera_PR-315:rw,z -v /w/workspace/undry_device-onvif-camera_PR-315@tmp:/w/workspace/undry_device-onvif-camera_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-21T04:01:51.374Z] $ docker top 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 -eo pid,comm [2023-04-21T04:01:51.451Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-21T04:01:51.451Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-21T04:01:51.594Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T04:01:51.594Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T04:01:51.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T04:01:51.725Z] $ docker exec 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent [2023-04-21T04:01:51.849Z] SSH_AUTH_SOCK=/tmp/ssh-riedeb0l0p2d/agent.32 [2023-04-21T04:01:51.849Z] SSH_AGENT_PID=38 [2023-04-21T04:01:51.857Z] Running ssh-add (command line suppressed) [2023-04-21T04:01:51.963Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-315@tmp/private_key_15614449028528822026.key (/w/workspace/undry_device-onvif-camera_PR-315@tmp/private_key_15614449028528822026.key) [2023-04-21T04:01:51.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T04:01:52.308Z] + git tag --points-at HEAD [Pipeline] } [2023-04-21T04:01:52.338Z] $ docker exec --env ******** --env ******** 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent -k [2023-04-21T04:01:52.442Z] unset SSH_AUTH_SOCK; [2023-04-21T04:01:52.442Z] unset SSH_AGENT_PID; [2023-04-21T04:01:52.443Z] echo Agent pid 38 killed; [2023-04-21T04:01:52.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-21T04:01:52.550Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-21T04:01:52.550Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-21T04:01:52.661Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-21T04:01:52.665Z] $ docker exec 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent [2023-04-21T04:01:52.776Z] SSH_AUTH_SOCK=/tmp/ssh-I2eXptISarHp/agent.70 [2023-04-21T04:01:52.776Z] SSH_AGENT_PID=76 [2023-04-21T04:01:52.781Z] Running ssh-add (command line suppressed) [2023-04-21T04:01:52.887Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-315@tmp/private_key_1580992776403025692.key (/w/workspace/undry_device-onvif-camera_PR-315@tmp/private_key_1580992776403025692.key) [2023-04-21T04:01:52.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-21T04:01:53.232Z] + git semver init [2023-04-21T04:01:53.492Z] 2023-04-21 04:01:53,405 [run_init] DEBUG init version:0.0.0 force:False [2023-04-21T04:01:53.492Z] 2023-04-21 04:01:53,406 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-315/.semver [2023-04-21T04:01:53.492Z] 2023-04-21 04:01:53,407 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-315/.semver [2023-04-21T04:01:53.492Z] 2023-04-21 04:01:53,407 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-315/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-315, universal_newlines=False, shell=None, istream=None) [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,330 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-315/.git/info/exclude [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,331 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-315/.semver/PR-315 with force:False [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,331 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-315/.semver/PR-315 [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,336 [execute] INFO git cat-file --batch-check [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,336 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-315/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,343 [execute] INFO git cat-file --batch [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-315/.semver, universal_newlines=False, shell=None, istream=) [2023-04-21T04:01:54.434Z] 2023-04-21 04:01:54,350 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-315/.semver/PR-315 [2023-04-21T04:01:54.434Z] 0.0.0 [Pipeline] } [2023-04-21T04:01:54.463Z] $ docker exec --env ******** --env ******** 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent -k [2023-04-21T04:01:54.558Z] unset SSH_AUTH_SOCK; [2023-04-21T04:01:54.558Z] unset SSH_AGENT_PID; [2023-04-21T04:01:54.558Z] echo Agent pid 76 killed; [2023-04-21T04:01:54.568Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-21T04:01:55.045Z] + git semver [Pipeline] } [2023-04-21T04:01:55.332Z] $ docker stop --time=1 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 [2023-04-21T04:01:56.656Z] $ docker rm -f --volumes 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-21T04:01:57.065Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-21T04:01:57.370Z] Stashed 1 file(s) [Pipeline] echo [2023-04-21T04:01:57.388Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T04:01:58.039Z] provisioning config files... [2023-04-21T04:01:58.050Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config11578134961326441086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:01:58.394Z] ---> docker-login.sh [2023-04-21T04:01:58.395Z] nexus3.edgexfoundry.org:10001 [2023-04-21T04:01:58.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:58.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:58.395Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:58.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:58.395Z] [2023-04-21T04:01:58.395Z] Login Succeeded [2023-04-21T04:01:58.395Z] nexus3.edgexfoundry.org:10002 [2023-04-21T04:01:58.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:58.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:58.395Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:58.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:58.395Z] [2023-04-21T04:01:58.395Z] Login Succeeded [2023-04-21T04:01:58.395Z] nexus3.edgexfoundry.org:10003 [2023-04-21T04:01:58.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:58.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:58.655Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:58.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:58.655Z] [2023-04-21T04:01:58.655Z] Login Succeeded [2023-04-21T04:01:58.655Z] nexus3.edgexfoundry.org:10004 [2023-04-21T04:01:58.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:58.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:58.655Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:58.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:58.655Z] [2023-04-21T04:01:58.655Z] Login Succeeded [2023-04-21T04:01:58.655Z] docker.io [2023-04-21T04:01:58.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:01:58.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:01:58.914Z] Configure a credential helper to remove this warning. See [2023-04-21T04:01:58.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:01:58.914Z] [2023-04-21T04:01:58.914Z] Login Succeeded [2023-04-21T04:01:58.914Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T04:01:58.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T04:01:59.157Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T04:01:59.195Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T04:01:59.232Z] ========================================================= [2023-04-21T04:01:59.233Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-21T04:01:59.233Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:01:59.712Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T04:01:59.712Z] Sending build context to Docker daemon 26.93MB [2023-04-21T04:01:59.712Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T04:01:59.712Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-21T04:01:59.973Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-21T04:01:59.973Z] 63b65145d645: Pulling fs layer [2023-04-21T04:01:59.973Z] a2d21d5440eb: Pulling fs layer [2023-04-21T04:01:59.973Z] 935e6c44a52c: Pulling fs layer [2023-04-21T04:01:59.973Z] 94cc34f8dd06: Pulling fs layer [2023-04-21T04:01:59.973Z] 30dea6a524f1: Pulling fs layer [2023-04-21T04:01:59.973Z] a2aff8979fd8: Pulling fs layer [2023-04-21T04:01:59.973Z] 6808be2612f2: Pulling fs layer [2023-04-21T04:01:59.973Z] f25807f1079a: Pulling fs layer [2023-04-21T04:01:59.973Z] 94cc34f8dd06: Waiting [2023-04-21T04:01:59.973Z] 6808be2612f2: Waiting [2023-04-21T04:01:59.973Z] a2aff8979fd8: Waiting [2023-04-21T04:01:59.973Z] f25807f1079a: Waiting [2023-04-21T04:01:59.973Z] 30dea6a524f1: Waiting [2023-04-21T04:01:59.973Z] a2d21d5440eb: Verifying Checksum [2023-04-21T04:01:59.973Z] a2d21d5440eb: Download complete [2023-04-21T04:01:59.973Z] 94cc34f8dd06: Verifying Checksum [2023-04-21T04:01:59.973Z] 94cc34f8dd06: Download complete [2023-04-21T04:01:59.973Z] 30dea6a524f1: Verifying Checksum [2023-04-21T04:01:59.973Z] 30dea6a524f1: Download complete [2023-04-21T04:01:59.973Z] 63b65145d645: Verifying Checksum [2023-04-21T04:01:59.973Z] 63b65145d645: Download complete [2023-04-21T04:01:59.973Z] a2aff8979fd8: Verifying Checksum [2023-04-21T04:01:59.973Z] a2aff8979fd8: Download complete [2023-04-21T04:01:59.973Z] 63b65145d645: Pull complete [2023-04-21T04:02:00.233Z] a2d21d5440eb: Pull complete [2023-04-21T04:02:00.233Z] f25807f1079a: Verifying Checksum [2023-04-21T04:02:00.233Z] f25807f1079a: Download complete [2023-04-21T04:02:00.493Z] 935e6c44a52c: Verifying Checksum [2023-04-21T04:02:00.493Z] 935e6c44a52c: Download complete [2023-04-21T04:02:00.751Z] 6808be2612f2: Verifying Checksum [2023-04-21T04:02:00.751Z] 6808be2612f2: Download complete [2023-04-21T04:02:04.043Z] 935e6c44a52c: Pull complete [2023-04-21T04:02:04.043Z] 94cc34f8dd06: Pull complete [2023-04-21T04:02:04.303Z] 30dea6a524f1: Pull complete [2023-04-21T04:02:04.303Z] a2aff8979fd8: Pull complete [2023-04-21T04:02:06.844Z] 6808be2612f2: Pull complete [2023-04-21T04:02:07.414Z] f25807f1079a: Pull complete [2023-04-21T04:02:07.414Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-21T04:02:07.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-21T04:02:07.414Z] ---> 3b553350e43f [2023-04-21T04:02:07.414Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-21T04:02:12.703Z] ---> Running in 225d3290dfc6 [2023-04-21T04:02:12.703Z] Removing intermediate container 225d3290dfc6 [2023-04-21T04:02:12.703Z] ---> e57cb90a6c54 [2023-04-21T04:02:12.703Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T04:02:12.703Z] ---> Running in 5ba6437718c0 [2023-04-21T04:02:12.703Z] Removing intermediate container 5ba6437718c0 [2023-04-21T04:02:12.703Z] ---> 4fc091831e08 [2023-04-21T04:02:12.703Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T04:02:12.703Z] ---> Running in 848d70652d13 [2023-04-21T04:02:12.703Z] Removing intermediate container 848d70652d13 [2023-04-21T04:02:12.703Z] ---> fd984a3c95eb [2023-04-21T04:02:12.703Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T04:02:12.703Z] ---> Running in 1ca8cf39d0be [2023-04-21T04:02:12.703Z] Removing intermediate container 1ca8cf39d0be [2023-04-21T04:02:12.703Z] ---> 0c2c25fbdc40 [2023-04-21T04:02:12.703Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-21T04:02:12.842Z] Still waiting to schedule task [2023-04-21T04:02:12.843Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-21T04:02:12.965Z] ---> Running in b9d9351c3626 [2023-04-21T04:02:12.965Z] Removing intermediate container b9d9351c3626 [2023-04-21T04:02:12.965Z] ---> c8448b902c8a [2023-04-21T04:02:12.965Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T04:02:12.965Z] ---> Running in f9d3857e0b24 [2023-04-21T04:02:13.227Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-21T04:02:16.518Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-21T04:02:16.518Z] OK: 265 MiB in 53 packages [2023-04-21T04:02:16.518Z] Removing intermediate container f9d3857e0b24 [2023-04-21T04:02:16.518Z] ---> 30dce2d662d0 [2023-04-21T04:02:16.518Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-21T04:02:16.518Z] ---> Running in 3c6b07b9aa9c [2023-04-21T04:02:16.778Z] Removing intermediate container 3c6b07b9aa9c [2023-04-21T04:02:16.778Z] ---> dce3410d481d [2023-04-21T04:02:16.778Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-21T04:02:16.778Z] ---> b714929c580a [2023-04-21T04:02:16.778Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T04:02:16.778Z] ---> Running in de66a4bdd7b6 [2023-04-21T04:02:48.926Z] Removing intermediate container de66a4bdd7b6 [2023-04-21T04:02:48.926Z] ---> ba719c436a7c [2023-04-21T04:02:48.926Z] Step 12/13 : COPY . . [2023-04-21T04:02:48.926Z] ---> 3988116308a4 [2023-04-21T04:02:48.926Z] Step 13/13 : RUN ${MAKE} [2023-04-21T04:02:48.926Z] ---> Running in fe28702b4f1d [2023-04-21T04:02:49.185Z] noop [2023-04-21T04:02:49.444Z] Removing intermediate container fe28702b4f1d [2023-04-21T04:02:49.444Z] ---> 1cabcfb2e478 [2023-04-21T04:02:49.444Z] Successfully built 1cabcfb2e478 [2023-04-21T04:02:49.444Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:02:49.915Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T04:02:49.915Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:02:50.157Z] prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container [2023-04-21T04:02:50.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-315 -v /w/workspace/undry_device-onvif-camera_PR-315:/w/workspace/undry_device-onvif-camera_PR-315:rw,z -v /w/workspace/undry_device-onvif-camera_PR-315@tmp:/w/workspace/undry_device-onvif-camera_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T04:02:50.560Z] $ docker top 3d572977914974e5473cfdcc1359e129a95a61639b07531246073e5222a7468a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T04:02:50.949Z] + go version [2023-04-21T04:02:50.949Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-21T04:02:50.982Z] $ docker stop --time=1 3d572977914974e5473cfdcc1359e129a95a61639b07531246073e5222a7468a [2023-04-21T04:02:52.270Z] $ docker rm -f --volumes 3d572977914974e5473cfdcc1359e129a95a61639b07531246073e5222a7468a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:02:52.971Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-21T04:02:52.971Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:02:53.123Z] prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container [2023-04-21T04:02:53.157Z] $ 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-315 -v /w/workspace/undry_device-onvif-camera_PR-315:/w/workspace/undry_device-onvif-camera_PR-315:rw,z -v /w/workspace/undry_device-onvif-camera_PR-315@tmp:/w/workspace/undry_device-onvif-camera_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-21T04:02:53.538Z] $ docker top e719d44b4ec54a1e2a7daf3af1422866f039f4069ab48cb362127face16f5abb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T04:02:53.933Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-315 [Pipeline] fileExists [Pipeline] sh [2023-04-21T04:02:54.297Z] + make test [2023-04-21T04:02:54.297Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T04:02:59.569Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-21T04:03:09.541Z] # github.com/edgexfoundry/device-onvif-camera/cmd [2023-04-21T04:03:09.541Z] cmd/main.go:22:56: cannot use &sd (value of type *"github.com/edgexfoundry/device-onvif-camera/internal/driver".Driver) as "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver value in argument to startup.Bootstrap: *"github.com/edgexfoundry/device-onvif-camera/internal/driver".Driver does not implement "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver (missing method Start) [2023-04-21T04:03:09.799Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-21T04:03:11.715Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.036s coverage: 31.6% of statements [2023-04-21T04:03:12.282Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.373s coverage: 86.5% of statements [2023-04-21T04:03:12.282Z] FAIL [2023-04-21T04:03:12.282Z] make: *** [Makefile:58: unittest] Error 1 [Pipeline] } [2023-04-21T04:03:12.334Z] $ docker stop --time=1 e719d44b4ec54a1e2a7daf3af1422866f039f4069ab48cb362127face16f5abb [2023-04-21T04:03:15.668Z] $ docker rm -f --volumes e719d44b4ec54a1e2a7daf3af1422866f039f4069ab48cb362127face16f5abb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:03:16.874Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T04:03:16.874Z] [2023-04-21T04:03:16.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:03:17.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T04:03:17.247Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-21T04:03:17.247Z] 5eb5b503b376: Pulling fs layer [2023-04-21T04:03:17.247Z] 5c69ac0246d0: Pulling fs layer [2023-04-21T04:03:17.247Z] ec43610c2a17: Pulling fs layer [2023-04-21T04:03:17.247Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-21T04:03:17.247Z] 33b1e0a273af: Pulling fs layer [2023-04-21T04:03:17.247Z] 5d3b04190fa2: Pulling fs layer [2023-04-21T04:03:17.247Z] 2f39f015ded8: Pulling fs layer [2023-04-21T04:03:17.247Z] 3a2ae6a8a46f: Waiting [2023-04-21T04:03:17.247Z] 2f39f015ded8: Waiting [2023-04-21T04:03:17.248Z] 33b1e0a273af: Waiting [2023-04-21T04:03:17.248Z] 5d3b04190fa2: Waiting [2023-04-21T04:03:17.248Z] 5c69ac0246d0: Verifying Checksum [2023-04-21T04:03:17.248Z] 5c69ac0246d0: Download complete [2023-04-21T04:03:17.248Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-21T04:03:17.248Z] 3a2ae6a8a46f: Download complete [2023-04-21T04:03:17.248Z] 33b1e0a273af: Verifying Checksum [2023-04-21T04:03:17.248Z] 33b1e0a273af: Download complete [2023-04-21T04:03:17.248Z] ec43610c2a17: Verifying Checksum [2023-04-21T04:03:17.248Z] ec43610c2a17: Download complete [2023-04-21T04:03:17.248Z] 5d3b04190fa2: Verifying Checksum [2023-04-21T04:03:17.248Z] 5d3b04190fa2: Download complete [2023-04-21T04:03:17.507Z] 5eb5b503b376: Verifying Checksum [2023-04-21T04:03:17.507Z] 5eb5b503b376: Download complete [2023-04-21T04:03:18.073Z] 2f39f015ded8: Download complete [2023-04-21T04:03:18.732Z] 5eb5b503b376: Pull complete [2023-04-21T04:03:19.008Z] 5c69ac0246d0: Pull complete [2023-04-21T04:03:19.286Z] ec43610c2a17: Pull complete [2023-04-21T04:03:19.547Z] 3a2ae6a8a46f: Pull complete [2023-04-21T04:03:19.806Z] 33b1e0a273af: Pull complete [2023-04-21T04:03:19.806Z] 5d3b04190fa2: Pull complete [2023-04-21T04:03:24.000Z] 2f39f015ded8: Pull complete [2023-04-21T04:03:24.000Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-21T04:03:24.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T04:03:24.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:03:24.244Z] prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container [2023-04-21T04:03:24.281Z] $ 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-315 -v /w/workspace/undry_device-onvif-camera_PR-315:/w/workspace/undry_device-onvif-camera_PR-315:rw,z -v /w/workspace/undry_device-onvif-camera_PR-315@tmp:/w/workspace/undry_device-onvif-camera_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T04:03:27.684Z] $ docker top 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:03:28.149Z] ---> job-cost.sh [2023-04-21T04:03:28.149Z] lf-activate-venv: SKIPPING [2023-04-21T04:03:28.149Z] INFO: No Stack... [2023-04-21T04:03:28.411Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T04:03:28.982Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T04:03:29.296Z] + cat /w/workspace/undry_device-onvif-camera_PR-315/archives/cost.csv [2023-04-21T04:03:29.296Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T04:03:29.335Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [2023-04-21T04:03:29.343Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] did not exist. Created. [2023-04-21T04:03:29.343Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T04:03:29.730Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-21T04:03:29.789Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T04:03:29.807Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T04:03:29.887Z] $ docker stop --time=1 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 [2023-04-21T04:03:31.058Z] $ docker rm -f --volumes 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T04:03:31.501Z] Failed in branch amd64 [2023-04-21T04:03:47.512Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9242 in /w/workspace/undry_device-onvif-camera_PR-315 [Pipeline] { [Pipeline] ws [2023-04-21T04:03:47.566Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-04-21T04:03:47.663Z] The recommended git tool is: git [2023-04-21T04:03:53.263Z] using credential edgex-jenkins-ssh [2023-04-21T04:03:53.281Z] Cloning the remote Git repository [2023-04-21T04:03:53.321Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-21T04:03:53.412Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-04-21T04:03:53.563Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-21T04:03:53.564Z] > git --version # timeout=10 [2023-04-21T04:03:53.585Z] > git --version # 'git version 2.25.1' [2023-04-21T04:03:53.587Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T04:03:53.741Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T04:03:55.107Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-21T04:03:55.137Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-21T04:03:55.978Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-04-21T04:03:56.017Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-04-21T04:03:56.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T04:03:56.034Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/315/head:refs/remotes/origin/PR-315 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-21T04:03:56.540Z] Merging remotes/origin/main commit b3088f74b80dce78a876441a0c72d3538a65c555 into PR head commit 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [2023-04-21T04:03:57.027Z] Merge succeeded, producing 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [2023-04-21T04:03:57.027Z] Checking out Revision 3a0958028bb7a043e6bc40eedeca40e7bbc23595 (PR-315) [2023-04-21T04:03:57.852Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-21T04:03:56.563Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T04:03:56.641Z] > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # timeout=10 [2023-04-21T04:03:56.910Z] > git remote # timeout=10 [2023-04-21T04:03:56.933Z] > git config --get remote.origin.url # timeout=10 [2023-04-21T04:03:56.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-21T04:03:56.974Z] > git merge b3088f74b80dce78a876441a0c72d3538a65c555 # timeout=10 [2023-04-21T04:03:57.002Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-21T04:03:57.031Z] > git config core.sparsecheckout # timeout=10 [2023-04-21T04:03:57.053Z] > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # timeout=10 [2023-04-21T04:03:57.901Z] > git --version # timeout=10 [2023-04-21T04:03:57.912Z] > git --version # 'git version 2.25.1' [2023-04-21T04:03:57.930Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-21T04:03:59.182Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-21T04:03:59.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-21T04:03:59.182Z] Dload Upload Total Spent Left Speed [2023-04-21T04:03:59.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2023-04-21T04:03:59.823Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-21T04:04:00.174Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-21T04:04:00.174Z] + sudo tee /etc/docker/daemon.new [2023-04-21T04:04:00.174Z] { [2023-04-21T04:04:00.174Z] "registry-mirrors": [ [2023-04-21T04:04:00.174Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-21T04:04:00.174Z] ], [2023-04-21T04:04:00.174Z] "bip": "10.250.0.254/24", [2023-04-21T04:04:00.174Z] "hosts": [ [2023-04-21T04:04:00.174Z] "tcp://0.0.0.0:5555", [2023-04-21T04:04:00.174Z] "unix:///var/run/docker.sock" [2023-04-21T04:04:00.174Z] ], [2023-04-21T04:04:00.174Z] "mtu": 1458, [2023-04-21T04:04:00.174Z] "selinux-enabled": true, [2023-04-21T04:04:00.174Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-21T04:04:00.174Z] } [Pipeline] sh [2023-04-21T04:04:00.524Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-21T04:04:00.868Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T04:04:19.227Z] provisioning config files... [2023-04-21T04:04:19.259Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config18387027038244315043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:04:19.666Z] ---> docker-login.sh [2023-04-21T04:04:19.666Z] nexus3.edgexfoundry.org:10001 [2023-04-21T04:04:20.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:04:20.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:04:20.258Z] Configure a credential helper to remove this warning. See [2023-04-21T04:04:20.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:04:20.258Z] [2023-04-21T04:04:20.258Z] Login Succeeded [2023-04-21T04:04:20.258Z] nexus3.edgexfoundry.org:10002 [2023-04-21T04:04:20.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:04:20.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:04:20.527Z] Configure a credential helper to remove this warning. See [2023-04-21T04:04:20.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:04:20.527Z] [2023-04-21T04:04:20.527Z] Login Succeeded [2023-04-21T04:04:20.796Z] nexus3.edgexfoundry.org:10003 [2023-04-21T04:04:20.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:04:21.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:04:21.066Z] Configure a credential helper to remove this warning. See [2023-04-21T04:04:21.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:04:21.066Z] [2023-04-21T04:04:21.066Z] Login Succeeded [2023-04-21T04:04:21.066Z] nexus3.edgexfoundry.org:10004 [2023-04-21T04:04:21.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:04:21.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:04:21.342Z] Configure a credential helper to remove this warning. See [2023-04-21T04:04:21.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:04:21.342Z] [2023-04-21T04:04:21.342Z] Login Succeeded [2023-04-21T04:04:21.342Z] docker.io [2023-04-21T04:04:21.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-21T04:04:21.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-21T04:04:21.887Z] Configure a credential helper to remove this warning. See [2023-04-21T04:04:21.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-21T04:04:21.887Z] [2023-04-21T04:04:21.887Z] Login Succeeded [2023-04-21T04:04:21.887Z] ---> docker-login.sh ends [Pipeline] } [2023-04-21T04:04:21.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-21T04:04:22.347Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T04:04:22.383Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-21T04:04:22.413Z] ========================================================= [2023-04-21T04:04:22.414Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-21T04:04:22.414Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:04:22.954Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-21T04:04:23.566Z] Sending build context to Docker daemon 19.66MB [2023-04-21T04:04:23.566Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-04-21T04:04:23.566Z] Step 2/13 : FROM ${BASE} AS builder [2023-04-21T04:04:23.846Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-21T04:04:23.846Z] af6eaf76a39c: Pulling fs layer [2023-04-21T04:04:23.846Z] 55522c791124: Pulling fs layer [2023-04-21T04:04:23.846Z] ce5c4a1c91eb: Pulling fs layer [2023-04-21T04:04:23.846Z] 169dfbe0d373: Pulling fs layer [2023-04-21T04:04:23.846Z] e1ff8fa3b103: Pulling fs layer [2023-04-21T04:04:23.846Z] 52ebb69f0ebf: Pulling fs layer [2023-04-21T04:04:23.846Z] 5abe8eddf0d5: Pulling fs layer [2023-04-21T04:04:23.846Z] 169dfbe0d373: Waiting [2023-04-21T04:04:23.846Z] e1ff8fa3b103: Waiting [2023-04-21T04:04:23.846Z] 52ebb69f0ebf: Waiting [2023-04-21T04:04:23.847Z] 55522c791124: Verifying Checksum [2023-04-21T04:04:23.847Z] 55522c791124: Download complete [2023-04-21T04:04:23.847Z] 169dfbe0d373: Verifying Checksum [2023-04-21T04:04:23.847Z] 169dfbe0d373: Download complete [2023-04-21T04:04:23.847Z] e1ff8fa3b103: Verifying Checksum [2023-04-21T04:04:23.847Z] e1ff8fa3b103: Download complete [2023-04-21T04:04:23.847Z] af6eaf76a39c: Verifying Checksum [2023-04-21T04:04:23.847Z] af6eaf76a39c: Download complete [2023-04-21T04:04:24.819Z] af6eaf76a39c: Pull complete [2023-04-21T04:04:25.088Z] 5abe8eddf0d5: Verifying Checksum [2023-04-21T04:04:25.088Z] 5abe8eddf0d5: Download complete [2023-04-21T04:04:25.361Z] 55522c791124: Pull complete [2023-04-21T04:04:26.328Z] ce5c4a1c91eb: Verifying Checksum [2023-04-21T04:04:26.328Z] ce5c4a1c91eb: Download complete [2023-04-21T04:04:26.328Z] 52ebb69f0ebf: Verifying Checksum [2023-04-21T04:04:26.328Z] 52ebb69f0ebf: Download complete [2023-04-21T04:04:41.350Z] ce5c4a1c91eb: Pull complete [2023-04-21T04:04:41.350Z] 169dfbe0d373: Pull complete [2023-04-21T04:04:41.350Z] e1ff8fa3b103: Pull complete [2023-04-21T04:04:46.734Z] 52ebb69f0ebf: Pull complete [2023-04-21T04:04:49.345Z] 5abe8eddf0d5: Pull complete [2023-04-21T04:04:49.345Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-21T04:04:49.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-21T04:04:49.345Z] ---> 6cb57ee374ae [2023-04-21T04:04:49.345Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-04-21T04:04:50.765Z] ---> Running in 78ecaa1de644 [2023-04-21T04:04:51.035Z] Removing intermediate container 78ecaa1de644 [2023-04-21T04:04:51.035Z] ---> 6bdaebf32aa9 [2023-04-21T04:04:51.035Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-21T04:04:51.035Z] ---> Running in adb8923465b1 [2023-04-21T04:04:51.302Z] Removing intermediate container adb8923465b1 [2023-04-21T04:04:51.302Z] ---> ff044eee5c19 [2023-04-21T04:04:51.302Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-04-21T04:04:51.570Z] ---> Running in 09561956f416 [2023-04-21T04:04:51.839Z] Removing intermediate container 09561956f416 [2023-04-21T04:04:51.839Z] ---> 7e7cd9bd9c4f [2023-04-21T04:04:51.839Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-04-21T04:04:51.839Z] ---> Running in 0f7196ef3710 [2023-04-21T04:04:52.119Z] Removing intermediate container 0f7196ef3710 [2023-04-21T04:04:52.119Z] ---> 933dbcb2e93c [2023-04-21T04:04:52.119Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-04-21T04:04:52.389Z] ---> Running in ceded8c8ddcb [2023-04-21T04:04:52.659Z] Removing intermediate container ceded8c8ddcb [2023-04-21T04:04:52.659Z] ---> 2dafa26eae8b [2023-04-21T04:04:52.660Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-21T04:04:52.660Z] ---> Running in 517b70a3b87b [2023-04-21T04:04:54.075Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-21T04:04:54.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-21T04:04:55.626Z] OK: 263 MiB in 53 packages [2023-04-21T04:04:56.588Z] Removing intermediate container 517b70a3b87b [2023-04-21T04:04:56.588Z] ---> bb0f308a77b5 [2023-04-21T04:04:56.588Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-04-21T04:04:56.588Z] ---> Running in cb9b8ed4a9ed [2023-04-21T04:04:56.855Z] Removing intermediate container cb9b8ed4a9ed [2023-04-21T04:04:56.855Z] ---> 493e4d27c077 [2023-04-21T04:04:56.855Z] Step 10/13 : COPY go.mod vendor* ./ [2023-04-21T04:05:00.201Z] ---> 4301f5e6e701 [2023-04-21T04:05:00.201Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-21T04:05:00.492Z] ---> Running in 8c838a20b1b0 [2023-04-21T04:06:08.420Z] Removing intermediate container 8c838a20b1b0 [2023-04-21T04:06:08.420Z] ---> 59008a74a20a [2023-04-21T04:06:08.420Z] Step 12/13 : COPY . . [2023-04-21T04:06:08.420Z] ---> 1f82cca9f6bf [2023-04-21T04:06:08.420Z] Step 13/13 : RUN ${MAKE} [2023-04-21T04:06:08.420Z] ---> Running in a3e9407a2331 [2023-04-21T04:06:08.420Z] noop [2023-04-21T04:06:08.420Z] Removing intermediate container a3e9407a2331 [2023-04-21T04:06:08.420Z] ---> 0e62c885392f [2023-04-21T04:06:08.420Z] Successfully built 0e62c885392f [2023-04-21T04:06:08.420Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:06:08.920Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T04:06:08.920Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:06:09.243Z] prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container [2023-04-21T04:06:09.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T04:06:10.546Z] $ docker top e7e97aec56b51a058bbe3957c2971ff06caef8f2bf004b985f33514112815865 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T04:06:11.436Z] + go version [2023-04-21T04:06:11.436Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-21T04:06:11.470Z] $ docker stop --time=1 e7e97aec56b51a058bbe3957c2971ff06caef8f2bf004b985f33514112815865 [2023-04-21T04:06:13.115Z] $ docker rm -f --volumes e7e97aec56b51a058bbe3957c2971ff06caef8f2bf004b985f33514112815865 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:06:13.985Z] + docker inspect -f . ci-base-image-arm64 [2023-04-21T04:06:13.985Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:06:14.257Z] prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container [2023-04-21T04:06:14.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-21T04:06:15.639Z] $ docker top 70194865d507a6c1da2126fd384783d277ceb689a3a1dbed3958b16f1b9f851a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T04:06:16.548Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-04-21T04:06:17.259Z] + make test [2023-04-21T04:06:17.259Z] go test ./... -coverprofile=coverage.out ./... [2023-04-21T04:06:56.162Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-04-21T04:09:02.895Z] # github.com/edgexfoundry/device-onvif-camera/cmd [2023-04-21T04:09:02.896Z] cmd/main.go:22:56: cannot use &sd (value of type *"github.com/edgexfoundry/device-onvif-camera/internal/driver".Driver) as "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver value in argument to startup.Bootstrap: *"github.com/edgexfoundry/device-onvif-camera/internal/driver".Driver does not implement "github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces".ProtocolDriver (missing method Start) [2023-04-21T04:09:09.550Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-04-21T04:09:10.970Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.208s coverage: 31.6% of statements [2023-04-21T04:09:37.693Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.931s coverage: 86.5% of statements [2023-04-21T04:09:37.693Z] FAIL [2023-04-21T04:09:38.655Z] make: *** [Makefile:58: unittest] Error 1 [Pipeline] } [2023-04-21T04:09:38.703Z] $ docker stop --time=1 70194865d507a6c1da2126fd384783d277ceb689a3a1dbed3958b16f1b9f851a [2023-04-21T04:09:40.571Z] $ docker rm -f --volumes 70194865d507a6c1da2126fd384783d277ceb689a3a1dbed3958b16f1b9f851a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:09:42.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T04:09:42.382Z] [2023-04-21T04:09:42.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:09:42.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T04:09:43.067Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-21T04:09:43.067Z] 8998bd30e6a1: Pulling fs layer [2023-04-21T04:09:43.067Z] 04944245beec: Pulling fs layer [2023-04-21T04:09:43.067Z] 699f458cf7ca: Pulling fs layer [2023-04-21T04:09:43.067Z] 765212b225bb: Pulling fs layer [2023-04-21T04:09:43.067Z] f23df028b6ca: Pulling fs layer [2023-04-21T04:09:43.067Z] d65c8cfc05b1: Pulling fs layer [2023-04-21T04:09:43.067Z] 2437ff75d9bd: Pulling fs layer [2023-04-21T04:09:43.067Z] f23df028b6ca: Waiting [2023-04-21T04:09:43.067Z] d65c8cfc05b1: Waiting [2023-04-21T04:09:43.067Z] 2437ff75d9bd: Waiting [2023-04-21T04:09:43.067Z] 765212b225bb: Waiting [2023-04-21T04:09:43.067Z] 04944245beec: Verifying Checksum [2023-04-21T04:09:43.067Z] 04944245beec: Download complete [2023-04-21T04:09:43.067Z] 765212b225bb: Verifying Checksum [2023-04-21T04:09:43.067Z] 765212b225bb: Download complete [2023-04-21T04:09:43.067Z] f23df028b6ca: Verifying Checksum [2023-04-21T04:09:43.067Z] f23df028b6ca: Download complete [2023-04-21T04:09:43.067Z] d65c8cfc05b1: Download complete [2023-04-21T04:09:43.337Z] 699f458cf7ca: Verifying Checksum [2023-04-21T04:09:43.337Z] 699f458cf7ca: Download complete [2023-04-21T04:09:43.607Z] 8998bd30e6a1: Verifying Checksum [2023-04-21T04:09:43.607Z] 8998bd30e6a1: Download complete [2023-04-21T04:09:46.201Z] 2437ff75d9bd: Verifying Checksum [2023-04-21T04:09:46.201Z] 2437ff75d9bd: Download complete [2023-04-21T04:09:48.790Z] 8998bd30e6a1: Pull complete [2023-04-21T04:09:49.058Z] 04944245beec: Pull complete [2023-04-21T04:09:50.473Z] 699f458cf7ca: Pull complete [2023-04-21T04:09:50.473Z] 765212b225bb: Pull complete [2023-04-21T04:09:51.443Z] f23df028b6ca: Pull complete [2023-04-21T04:09:51.710Z] d65c8cfc05b1: Pull complete [2023-04-21T04:10:06.725Z] 2437ff75d9bd: Pull complete [2023-04-21T04:10:06.725Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-21T04:10:06.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-21T04:10:06.725Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:10:07.063Z] prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container [2023-04-21T04:10:07.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-21T04:10:09.930Z] $ docker top 9dbfe1c5e5ffa425f542add870a248c47dee2a31bf47f6f4c2fd13feed74101c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:10.850Z] ---> job-cost.sh [2023-04-21T04:10:10.850Z] lf-activate-venv: SKIPPING [2023-04-21T04:10:10.850Z] INFO: No Stack... [2023-04-21T04:10:11.443Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-21T04:10:12.030Z] INFO: Archiving Costs [Pipeline] sh [2023-04-21T04:10:12.704Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-04-21T04:10:12.704Z] + cut -d, -f6 [Pipeline] lock [2023-04-21T04:10:12.807Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [2023-04-21T04:10:12.813Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] did not exist. Created. [2023-04-21T04:10:12.813Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-21T04:10:13.558Z] /w/workspace/device-onvif-camera/1@tmp/durable-72d2bbe3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-21T04:10:14.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-21T04:10:14.279Z] Warning: overwriting stash ‘stack-cost’ [2023-04-21T04:10:14.912Z] Stashed 1 file(s) [Pipeline] } [2023-04-21T04:10:14.927Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-21T04:10:15.012Z] $ docker stop --time=1 9dbfe1c5e5ffa425f542add870a248c47dee2a31bf47f6f4c2fd13feed74101c [2023-04-21T04:10:16.642Z] $ docker rm -f --volumes 9dbfe1c5e5ffa425f542add870a248c47dee2a31bf47f6f4c2fd13feed74101c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-21T04:10:17.391Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-21T04:10:19.456Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-315/archives ] [2023-04-21T04:10:19.456Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-315/archives [2023-04-21T04:10:19.456Z] total 16 [2023-04-21T04:10:19.456Z] drwxr-xr-x 3 root root 4096 Apr 21 04:03 . [2023-04-21T04:10:19.456Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 04:03 .. [2023-04-21T04:10:19.456Z] drwxr-xr-x 2 root root 4096 Apr 21 04:03 cost [2023-04-21T04:10:19.456Z] -rw-r--r-- 1 root root 91 Apr 21 04:03 cost.csv [2023-04-21T04:10:19.456Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-315/archives [2023-04-21T04:10:19.456Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-315/archives [2023-04-21T04:10:19.456Z] total 16 [2023-04-21T04:10:19.456Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 04:03 . [2023-04-21T04:10:19.456Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 04:03 .. [2023-04-21T04:10:19.456Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 04:03 cost [2023-04-21T04:10:19.456Z] -rw-r--r-- 1 jenkins jenkins 91 Apr 21 04:03 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:19.789Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:20.683Z] ---> package-listing.sh [2023-04-21T04:10:20.683Z] ++ facter osfamily [2023-04-21T04:10:20.683Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-21T04:10:20.945Z] + OS_FAMILY=debian [2023-04-21T04:10:20.945Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-315 [2023-04-21T04:10:20.945Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-21T04:10:20.945Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-21T04:10:20.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-21T04:10:20.945Z] + PACKAGES=/tmp/packages_start.txt [2023-04-21T04:10:20.945Z] + '[' /w/workspace/undry_device-onvif-camera_PR-315 ']' [2023-04-21T04:10:20.945Z] + PACKAGES=/tmp/packages_end.txt [2023-04-21T04:10:20.945Z] + case "${OS_FAMILY}" in [2023-04-21T04:10:20.945Z] + dpkg -l [2023-04-21T04:10:20.945Z] + grep '^ii' [2023-04-21T04:10:20.945Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-21T04:10:20.945Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-21T04:10:20.945Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-21T04:10:20.945Z] + '[' /w/workspace/undry_device-onvif-camera_PR-315 ']' [2023-04-21T04:10:20.945Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-315/archives/ [2023-04-21T04:10:20.945Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-315/archives/ [Pipeline] echo [2023-04-21T04:10:20.979Z] 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-315/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-21T04:10:21.269Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-21T04:10:21.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-21T04:10:21.902Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-21T04:10:22.053Z] prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container [2023-04-21T04:10:22.084Z] $ 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-315/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-315 -v /w/workspace/undry_device-onvif-camera_PR-315:/w/workspace/undry_device-onvif-camera_PR-315:rw,z -v /w/workspace/undry_device-onvif-camera_PR-315@tmp:/w/workspace/undry_device-onvif-camera_PR-315@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-21T04:10:22.295Z] $ docker top ef043ccf9d5fcd1ebf8cabd84b86e54b3c37d5394d66bc078db78656d860fe18 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-21T04:10:22.698Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-21T04:10:23.009Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-21T04:10:23.323Z] + ls /var/log/sa-host [2023-04-21T04:10:23.323Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-21T04:10:23.555Z] provisioning config files... [2023-04-21T04:10:23.564Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config17723827957841766060tmp [Pipeline] { [Pipeline] echo [2023-04-21T04:10:23.618Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:23.934Z] ---> create-netrc.sh [Pipeline] } [2023-04-21T04:10:23.963Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:24.397Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-21T04:10:24.431Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:24.742Z] ---> sudo-logs.sh [2023-04-21T04:10:24.742Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-21T04:10:24.828Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:25.143Z] ---> job-cost.sh [2023-04-21T04:10:25.143Z] lf-activate-venv: SKIPPING [2023-04-21T04:10:25.143Z] DEBUG: total: 0.2199999988079071 [2023-04-21T04:10:25.143Z] INFO: Retrieving Stack Cost... [2023-04-21T04:10:25.404Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-21T04:10:25.975Z] INFO: Archiving Costs [Pipeline] echo [2023-04-21T04:10:26.010Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-21T04:10:26.319Z] ---> logs-deploy.sh [2023-04-21T04:10:26.319Z] lf-activate-venv: SKIPPING [2023-04-21T04:10:26.319Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-315/1 [2023-04-21T04:10:26.320Z] INFO: archiving workspace using pattern(s): [2023-04-21T04:10:27.261Z] Archives upload complete. [2023-04-21T04:10:27.522Z] INFO: archiving logs to Nexus [2023-04-21T04:10:28.096Z] ---> uname -a: [2023-04-21T04:10:28.096Z] Linux prd-ubuntu20-04-docker-8c-8g-9240 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] ---> lscpu: [2023-04-21T04:10:28.096Z] Architecture: x86_64 [2023-04-21T04:10:28.096Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-21T04:10:28.096Z] Byte Order: Little Endian [2023-04-21T04:10:28.096Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-21T04:10:28.096Z] CPU(s): 8 [2023-04-21T04:10:28.096Z] On-line CPU(s) list: 0-7 [2023-04-21T04:10:28.096Z] Thread(s) per core: 1 [2023-04-21T04:10:28.096Z] Core(s) per socket: 1 [2023-04-21T04:10:28.096Z] Socket(s): 8 [2023-04-21T04:10:28.096Z] NUMA node(s): 1 [2023-04-21T04:10:28.096Z] Vendor ID: AuthenticAMD [2023-04-21T04:10:28.096Z] CPU family: 23 [2023-04-21T04:10:28.096Z] Model: 49 [2023-04-21T04:10:28.096Z] Model name: AMD EPYC-Rome Processor [2023-04-21T04:10:28.096Z] Stepping: 0 [2023-04-21T04:10:28.096Z] CPU MHz: 2800.000 [2023-04-21T04:10:28.096Z] BogoMIPS: 5600.00 [2023-04-21T04:10:28.096Z] Virtualization: AMD-V [2023-04-21T04:10:28.096Z] Hypervisor vendor: KVM [2023-04-21T04:10:28.096Z] Virtualization type: full [2023-04-21T04:10:28.096Z] L1d cache: 256 KiB [2023-04-21T04:10:28.096Z] L1i cache: 256 KiB [2023-04-21T04:10:28.096Z] L2 cache: 4 MiB [2023-04-21T04:10:28.096Z] L3 cache: 128 MiB [2023-04-21T04:10:28.096Z] NUMA node0 CPU(s): 0-7 [2023-04-21T04:10:28.096Z] Vulnerability Itlb multihit: Not affected [2023-04-21T04:10:28.096Z] Vulnerability L1tf: Not affected [2023-04-21T04:10:28.096Z] Vulnerability Mds: Not affected [2023-04-21T04:10:28.096Z] Vulnerability Meltdown: Not affected [2023-04-21T04:10:28.096Z] Vulnerability Mmio stale data: Not affected [2023-04-21T04:10:28.096Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-21T04:10:28.096Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-21T04:10:28.096Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-21T04:10:28.096Z] Vulnerability Srbds: Not affected [2023-04-21T04:10:28.096Z] Vulnerability Tsx async abort: Not affected [2023-04-21T04:10:28.096Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] ---> nproc: [2023-04-21T04:10:28.096Z] 8 [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] ---> df -h: [2023-04-21T04:10:28.096Z] Filesystem Size Used Avail Use% Mounted on [2023-04-21T04:10:28.096Z] overlay 155G 12G 144G 8% / [2023-04-21T04:10:28.096Z] tmpfs 64M 0 64M 0% /dev [2023-04-21T04:10:28.096Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-21T04:10:28.096Z] shm 64M 0 64M 0% /dev/shm [2023-04-21T04:10:28.096Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] ---> sar -b -r -n DEV: [2023-04-21T04:10:28.096Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9240) 04/21/23 _x86_64_ (8 CPU) [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:00:53 LINUX RESTART (8 CPU) [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-21T04:10:28.096Z] 04:02:01 129.48 48.14 81.34 0.00 5433.76 147605.00 0.00 [2023-04-21T04:10:28.096Z] 04:03:01 194.82 1.23 193.59 0.00 25.46 73766.88 0.00 [2023-04-21T04:10:28.096Z] 04:04:01 47.84 0.13 47.71 0.00 6.40 24542.18 0.00 [2023-04-21T04:10:28.096Z] 04:05:01 1.45 0.00 1.45 0.00 0.00 16.95 0.00 [2023-04-21T04:10:28.096Z] 04:06:01 20.25 8.97 11.28 0.00 2905.52 2575.84 0.00 [2023-04-21T04:10:28.096Z] 04:07:01 19.73 2.73 16.99 0.00 2528.49 3739.15 0.00 [2023-04-21T04:10:28.096Z] 04:08:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 [2023-04-21T04:10:28.096Z] 04:09:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 [2023-04-21T04:10:28.096Z] 04:10:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 [2023-04-21T04:10:28.096Z] Average: 46.33 6.80 39.53 0.00 1211.07 28032.04 0.00 [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-21T04:10:28.096Z] 04:02:01 29472048 31591352 742360 2.26 62948 2351560 2071148 6.10 1011832 2074916 440400 [2023-04-21T04:10:28.096Z] 04:03:01 27886668 31266700 1028844 3.13 146564 3416368 2482508 7.32 1560480 2964148 200676 [2023-04-21T04:10:28.096Z] 04:04:01 27906644 31573344 725452 2.21 153968 3669108 1751320 5.16 1198236 3278792 12 [2023-04-21T04:10:28.096Z] 04:05:01 27906900 31573736 724608 2.20 154016 3669112 1751320 5.16 1198204 3278796 188 [2023-04-21T04:10:28.096Z] 04:06:01 27701832 31540704 754308 2.29 158152 3827080 1853320 5.46 1320276 3347240 476 [2023-04-21T04:10:28.096Z] 04:07:01 27534976 31557632 729848 2.22 162528 4001756 1848032 5.45 1428432 3391340 164 [2023-04-21T04:10:28.096Z] 04:08:01 27544284 31567000 720436 2.19 162568 4001764 1848032 5.45 1419600 3391348 12 [2023-04-21T04:10:28.096Z] 04:09:01 27544140 31566940 720336 2.19 162592 4001764 1848032 5.45 1420048 3391356 228 [2023-04-21T04:10:28.096Z] 04:10:01 27544164 31566968 720288 2.19 162612 4001768 1848032 5.45 1420080 3391360 8 [2023-04-21T04:10:28.096Z] Average: 27893517 31533820 762942 2.32 147328 3660031 1922416 5.67 1330799 3167700 71352 [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-21T04:10:28.096Z] 04:02:01 lo 7.07 7.07 0.68 0.68 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:02:01 ens3 696.68 462.79 6685.88 89.19 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:02:01 docker0 13.00 12.70 1.16 117.50 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:03:01 ens3 384.37 223.46 2029.08 32.90 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:03:01 docker0 202.27 351.33 15.73 1996.29 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:03:01 veth9e2dc6b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:04:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:04:01 ens3 125.65 86.44 2539.95 92.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:04:01 docker0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:05:01 ens3 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:06:01 ens3 33.23 14.83 577.64 1.46 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:07:01 ens3 103.70 55.88 1374.96 3.76 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:09:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:10:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] Average: lo 1.02 1.02 0.10 0.10 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] Average: ens3 149.39 93.74 1467.52 24.37 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] Average: docker0 23.93 40.45 1.88 234.89 0.00 0.00 0.00 0.00 [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] ---> sar -P ALL: [2023-04-21T04:10:28.096Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9240) 04/21/23 _x86_64_ (8 CPU) [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:00:53 LINUX RESTART (8 CPU) [2023-04-21T04:10:28.096Z] [2023-04-21T04:10:28.096Z] 04:01:01 CPU %user %nice %system %iowait %steal %idle [2023-04-21T04:10:28.096Z] 04:02:01 all 7.46 0.00 2.40 2.50 0.05 87.59 [2023-04-21T04:10:28.096Z] 04:02:01 0 7.34 0.00 2.40 0.57 0.03 89.66 [2023-04-21T04:10:28.096Z] 04:02:01 1 8.56 0.00 1.59 0.37 0.05 89.43 [2023-04-21T04:10:28.096Z] 04:02:01 2 5.30 0.00 2.69 12.14 0.03 79.84 [2023-04-21T04:10:28.096Z] 04:02:01 3 9.08 0.00 2.18 0.30 0.05 88.38 [2023-04-21T04:10:28.096Z] 04:02:01 4 8.58 0.00 2.00 0.32 0.03 89.07 [2023-04-21T04:10:28.096Z] 04:02:01 5 9.55 0.00 2.55 4.71 0.07 83.12 [2023-04-21T04:10:28.096Z] 04:02:01 6 5.28 0.00 2.10 0.62 0.03 91.97 [2023-04-21T04:10:28.096Z] 04:02:01 7 6.00 0.00 3.70 1.04 0.07 89.20 [2023-04-21T04:10:28.096Z] 04:03:01 all 14.28 0.00 4.72 4.19 0.08 76.73 [2023-04-21T04:10:28.096Z] 04:03:01 0 14.69 0.00 3.77 0.02 0.05 81.46 [2023-04-21T04:10:28.096Z] 04:03:01 1 13.60 0.00 4.34 8.84 0.07 73.16 [2023-04-21T04:10:28.096Z] 04:03:01 2 15.14 0.00 4.69 0.81 0.05 79.32 [2023-04-21T04:10:28.096Z] 04:03:01 3 13.48 0.00 5.67 18.20 0.10 62.55 [2023-04-21T04:10:28.096Z] 04:03:01 4 13.77 0.00 4.02 0.13 0.07 82.01 [2023-04-21T04:10:28.096Z] 04:03:01 5 13.80 0.00 4.31 0.40 0.07 81.42 [2023-04-21T04:10:28.096Z] 04:03:01 6 15.07 0.00 4.94 3.71 0.17 76.11 [2023-04-21T04:10:28.096Z] 04:03:01 7 14.67 0.00 6.03 1.53 0.08 77.69 [2023-04-21T04:10:28.096Z] 04:04:01 all 13.00 0.00 3.10 1.27 0.05 82.58 [2023-04-21T04:10:28.096Z] 04:04:01 0 13.27 0.00 3.05 2.49 0.03 81.15 [2023-04-21T04:10:28.096Z] 04:04:01 1 11.51 0.00 3.50 5.97 0.05 78.97 [2023-04-21T04:10:28.097Z] 04:04:01 2 14.55 0.00 3.39 0.03 0.07 81.95 [2023-04-21T04:10:28.097Z] 04:04:01 3 13.09 0.00 2.85 0.47 0.07 83.52 [2023-04-21T04:10:28.097Z] 04:04:01 4 13.42 0.00 2.38 0.05 0.03 84.12 [2023-04-21T04:10:28.097Z] 04:04:01 5 12.60 0.00 3.79 0.40 0.03 83.17 [2023-04-21T04:10:28.097Z] 04:04:01 6 12.35 0.00 2.77 0.10 0.05 84.73 [2023-04-21T04:10:28.097Z] 04:04:01 7 13.15 0.00 3.10 0.66 0.03 83.06 [2023-04-21T04:10:28.097Z] 04:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-04-21T04:10:28.097Z] 04:05:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2023-04-21T04:10:28.097Z] 04:05:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T04:10:28.097Z] 04:05:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2023-04-21T04:10:28.097Z] 04:05:01 4 0.07 0.00 0.02 0.00 0.02 99.90 [2023-04-21T04:10:28.097Z] 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T04:10:28.097Z] 04:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-04-21T04:10:28.097Z] 04:05:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:06:01 all 0.44 0.00 0.24 0.23 0.01 99.08 [2023-04-21T04:10:28.097Z] 04:06:01 0 0.33 0.00 0.18 0.38 0.00 99.10 [2023-04-21T04:10:28.097Z] 04:06:01 1 0.13 0.00 0.30 0.47 0.00 99.10 [2023-04-21T04:10:28.097Z] 04:06:01 2 0.57 0.00 0.27 0.35 0.02 98.80 [2023-04-21T04:10:28.097Z] 04:06:01 3 1.60 0.00 0.40 0.03 0.03 97.93 [2023-04-21T04:10:28.097Z] 04:06:01 4 0.25 0.00 0.33 0.57 0.00 98.85 [2023-04-21T04:10:28.097Z] 04:06:01 5 0.13 0.00 0.10 0.03 0.00 99.73 [2023-04-21T04:10:28.097Z] 04:06:01 6 0.13 0.00 0.08 0.02 0.02 99.75 [2023-04-21T04:10:28.097Z] 04:06:01 7 0.35 0.00 0.22 0.02 0.00 99.42 [2023-04-21T04:10:28.097Z] 04:07:01 all 0.86 0.00 0.38 0.30 0.01 98.45 [2023-04-21T04:10:28.097Z] 04:07:01 0 1.22 0.00 0.50 0.73 0.02 97.53 [2023-04-21T04:10:28.097Z] 04:07:01 1 1.04 0.00 0.40 0.47 0.02 98.08 [2023-04-21T04:10:28.097Z] 04:07:01 2 0.73 0.00 0.50 0.60 0.00 98.16 [2023-04-21T04:10:28.097Z] 04:07:01 3 1.72 0.00 0.37 0.38 0.02 97.51 [2023-04-21T04:10:28.097Z] 04:07:01 4 0.48 0.00 0.43 0.03 0.00 99.05 [2023-04-21T04:10:28.097Z] 04:07:01 5 0.50 0.00 0.38 0.07 0.02 99.03 [2023-04-21T04:10:28.097Z] 04:07:01 6 0.52 0.00 0.17 0.08 0.00 99.23 [2023-04-21T04:10:28.097Z] 04:07:01 7 0.67 0.00 0.28 0.02 0.02 99.02 [2023-04-21T04:10:28.097Z] 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2023-04-21T04:10:28.097Z] 04:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 [2023-04-21T04:10:28.097Z] 04:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] 04:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2023-04-21T04:10:28.097Z] 04:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-21T04:10:28.097Z] 04:08:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-04-21T04:10:28.097Z] 04:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-04-21T04:10:28.097Z] 04:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-04-21T04:10:28.097Z] 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-04-21T04:10:28.097Z] 04:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] 04:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] 04:09:01 3 0.08 0.00 0.00 0.00 0.02 99.90 [2023-04-21T04:10:28.097Z] 04:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T04:10:28.097Z] 04:09:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] 04:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] 04:10:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2023-04-21T04:10:28.097Z] 04:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2023-04-21T04:10:28.097Z] 04:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-21T04:10:28.097Z] 04:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-21T04:10:28.097Z] 04:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2023-04-21T04:10:28.097Z] 04:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-21T04:10:28.097Z] 04:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-04-21T04:10:28.097Z] 04:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-21T04:10:28.097Z] 04:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-21T04:10:28.097Z] Average: all 3.99 0.00 1.20 0.94 0.03 93.84 [2023-04-21T04:10:28.097Z] Average: 0 4.09 0.00 1.10 0.47 0.02 94.32 [2023-04-21T04:10:28.097Z] Average: 1 3.85 0.00 1.12 1.78 0.02 93.22 [2023-04-21T04:10:28.097Z] Average: 2 4.02 0.00 1.28 1.54 0.02 93.14 [2023-04-21T04:10:28.097Z] Average: 3 4.33 0.00 1.28 2.13 0.04 92.23 [2023-04-21T04:10:28.097Z] Average: 4 4.04 0.00 1.02 0.12 0.02 94.80 [2023-04-21T04:10:28.097Z] Average: 5 4.05 0.00 1.24 0.62 0.03 94.07 [2023-04-21T04:10:28.097Z] Average: 6 3.70 0.00 1.11 0.50 0.03 94.66 [2023-04-21T04:10:28.097Z] Average: 7 3.86 0.00 1.48 0.36 0.03 94.28 [2023-04-21T04:10:28.097Z] [2023-04-21T04:10:28.097Z] [2023-04-21T04:10:28.097Z]