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 04:01:35 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 04:01:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:01:35 ========================================================= 04:01:35 EdgeX Global Pipelines Version Info 04:01:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:01:36 ------------------- 04:01:36 stable info: 04:01:36 ------------------- 04:01:36 Commited By: Bill Mahoney bill.mahoney@intel.com 04:01:36 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:01:36 Message: update stable to v1.0.248 04:01:36 ------------------- 04:01:36 experimental info: 04:01:36 ------------------- 04:01:36 Commited By: **** collab-it+edgex@linuxfoundation.org 04:01:36 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:01:36 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:01:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-315 [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-315 [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-315 [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a09580 [Pipeline] echo 04:01:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:01:38 provisioning config files... 04:01:38 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config11699166955355242530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:38 ---> docker-login.sh 04:01:38 nexus3.edgexfoundry.org:10001 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 nexus3.edgexfoundry.org:10002 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 nexus3.edgexfoundry.org:10003 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 nexus3.edgexfoundry.org:10004 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 docker.io 04:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:39 Configure a credential helper to remove this warning. See 04:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:39 04:01:39 Login Succeeded 04:01:39 ---> docker-login.sh ends [Pipeline] } 04:01:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:01:40 + git rev-list -1 --merges 3a0958028bb7a043e6bc40eedeca40e7bbc23595~1..3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo 04:01:40 -----------> git rev-list -1 --merges 3a0958028bb7a043e6bc40eedeca40e7bbc23595~1..3a0958028bb7a043e6bc40eedeca40e7bbc23595 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [false] [Pipeline] sh 04:01:40 + git log --format=format:%s -1 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo 04:01:41 ========================================================= 04:01:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:01:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:01:41 + git log --format=format:%s -1 3a0958028bb7a043e6bc40eedeca40e7bbc23595 [Pipeline] echo 04:01:41 [semverPrep] GIT_COMMIT: 3a0958028bb7a043e6bc40eedeca40e7bbc23595, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 04:01:41 [semverPrep] This is not a build commit. [Pipeline] sh 04:01:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:01:41 + grep -v github /etc/ssh/ssh_known_hosts 04:01:41 + [ -e /tmp/ssh_known_hosts ] 04:01:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:01:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:01:41 + sudo tee -a /etc/ssh/ssh_known_hosts 04:01:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:01:42 04:01:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:01:42 0.1.4: Pulling from edgex-devops/py-git-semver 04:01:42 b85a868b505f: Pulling fs layer 04:01:42 e2be974225ed: Pulling fs layer 04:01:42 339a4e72a1f5: Pulling fs layer 04:01:42 988bab9f4d93: Pulling fs layer 04:01:42 1469e6f7b9e6: Pulling fs layer 04:01:42 eaf3925da568: Pulling fs layer 04:01:42 bab4dde63d76: Pulling fs layer 04:01:42 bde34c3a00c8: Pulling fs layer 04:01:42 b352a97aabf1: Pulling fs layer 04:01:42 4872d77fe225: Pulling fs layer 04:01:42 5851b861e8e6: Pulling fs layer 04:01:42 bab4dde63d76: Waiting 04:01:42 bde34c3a00c8: Waiting 04:01:42 5851b861e8e6: Waiting 04:01:42 4872d77fe225: Waiting 04:01:42 b352a97aabf1: Waiting 04:01:42 988bab9f4d93: Waiting 04:01:42 1469e6f7b9e6: Waiting 04:01:42 eaf3925da568: Waiting 04:01:42 e2be974225ed: Verifying Checksum 04:01:42 e2be974225ed: Download complete 04:01:42 988bab9f4d93: Download complete 04:01:43 1469e6f7b9e6: Verifying Checksum 04:01:43 1469e6f7b9e6: Download complete 04:01:43 339a4e72a1f5: Verifying Checksum 04:01:43 339a4e72a1f5: Download complete 04:01:43 eaf3925da568: Download complete 04:01:43 bde34c3a00c8: Verifying Checksum 04:01:43 bde34c3a00c8: Download complete 04:01:43 b352a97aabf1: Download complete 04:01:43 4872d77fe225: Download complete 04:01:43 5851b861e8e6: Download complete 04:01:43 b85a868b505f: Verifying Checksum 04:01:43 b85a868b505f: Download complete 04:01:43 bab4dde63d76: Verifying Checksum 04:01:43 bab4dde63d76: Download complete 04:01:44 b85a868b505f: Pull complete 04:01:44 e2be974225ed: Pull complete 04:01:45 339a4e72a1f5: Pull complete 04:01:45 988bab9f4d93: Pull complete 04:01:45 1469e6f7b9e6: Pull complete 04:01:45 eaf3925da568: Pull complete 04:01:47 bab4dde63d76: Pull complete 04:01:47 bde34c3a00c8: Pull complete 04:01:47 b352a97aabf1: Pull complete 04:01:47 4872d77fe225: Pull complete 04:01:47 5851b861e8e6: Pull complete 04:01:47 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:01:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:01:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:01:47 prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container 04:01:47 $ 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 04:01:51 $ docker top 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 -eo pid,comm 04:01:51 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). 04:01:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:51 [ssh-agent] Looking for ssh-agent implementation... 04:01:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:51 $ docker exec 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent 04:01:51 SSH_AUTH_SOCK=/tmp/ssh-riedeb0l0p2d/agent.32 04:01:51 SSH_AGENT_PID=38 04:01:51 Running ssh-add (command line suppressed) 04:01:51 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) 04:01:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:52 + git tag --points-at HEAD [Pipeline] } 04:01:52 $ docker exec --env ******** --env ******** 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent -k 04:01:52 unset SSH_AUTH_SOCK; 04:01:52 unset SSH_AGENT_PID; 04:01:52 echo Agent pid 38 killed; 04:01:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:01:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:01:52 [ssh-agent] Looking for ssh-agent implementation... 04:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:01:52 $ docker exec 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent 04:01:52 SSH_AUTH_SOCK=/tmp/ssh-I2eXptISarHp/agent.70 04:01:52 SSH_AGENT_PID=76 04:01:52 Running ssh-add (command line suppressed) 04:01:52 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) 04:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:01:53 + git semver init 04:01:53 2023-04-21 04:01:53,405 [run_init] DEBUG init version:0.0.0 force:False 04:01:53 2023-04-21 04:01:53,406 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-315/.semver 04:01:53 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 04:01:53 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) 04:01:54 2023-04-21 04:01:54,330 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-315/.git/info/exclude 04:01:54 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 04:01:54 2023-04-21 04:01:54,331 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-315/.semver/PR-315 04:01:54 2023-04-21 04:01:54,336 [execute] INFO git cat-file --batch-check 04:01:54 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=) 04:01:54 2023-04-21 04:01:54,343 [execute] INFO git cat-file --batch 04:01:54 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=) 04:01:54 2023-04-21 04:01:54,350 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-315/.semver/PR-315 04:01:54 0.0.0 [Pipeline] } 04:01:54 $ docker exec --env ******** --env ******** 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 ssh-agent -k 04:01:54 unset SSH_AUTH_SOCK; 04:01:54 unset SSH_AGENT_PID; 04:01:54 echo Agent pid 76 killed; 04:01:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:01:55 + git semver [Pipeline] } 04:01:55 $ docker stop --time=1 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 04:01:56 $ docker rm -f --volumes 15435d13a2c0ac1b4511e88b1c69cde8a6401c43ab9a8ac50852504079f242f6 [Pipeline] // withDockerContainer [Pipeline] sh 04:01:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:01:57 Stashed 1 file(s) [Pipeline] echo 04:01:57 [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 04:01:58 provisioning config files... 04:01:58 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config11578134961326441086tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:01:58 ---> docker-login.sh 04:01:58 nexus3.edgexfoundry.org:10001 04:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:58 Configure a credential helper to remove this warning. See 04:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:58 04:01:58 Login Succeeded 04:01:58 nexus3.edgexfoundry.org:10002 04:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:58 Configure a credential helper to remove this warning. See 04:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:58 04:01:58 Login Succeeded 04:01:58 nexus3.edgexfoundry.org:10003 04:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:58 Configure a credential helper to remove this warning. See 04:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:58 04:01:58 Login Succeeded 04:01:58 nexus3.edgexfoundry.org:10004 04:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:58 Configure a credential helper to remove this warning. See 04:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:58 04:01:58 Login Succeeded 04:01:58 docker.io 04:01:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:01:58 Configure a credential helper to remove this warning. See 04:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:01:58 04:01:58 Login Succeeded 04:01:58 ---> docker-login.sh ends [Pipeline] } 04:01:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:01:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:01:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:01:59 ========================================================= 04:01:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:01:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:01:59 + 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 . 04:01:59 Sending build context to Docker daemon 26.93MB 04:01:59 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:01:59 Step 2/13 : FROM ${BASE} AS builder 04:01:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:01:59 63b65145d645: Pulling fs layer 04:01:59 a2d21d5440eb: Pulling fs layer 04:01:59 935e6c44a52c: Pulling fs layer 04:01:59 94cc34f8dd06: Pulling fs layer 04:01:59 30dea6a524f1: Pulling fs layer 04:01:59 a2aff8979fd8: Pulling fs layer 04:01:59 6808be2612f2: Pulling fs layer 04:01:59 f25807f1079a: Pulling fs layer 04:01:59 94cc34f8dd06: Waiting 04:01:59 6808be2612f2: Waiting 04:01:59 a2aff8979fd8: Waiting 04:01:59 f25807f1079a: Waiting 04:01:59 30dea6a524f1: Waiting 04:01:59 a2d21d5440eb: Verifying Checksum 04:01:59 a2d21d5440eb: Download complete 04:01:59 94cc34f8dd06: Verifying Checksum 04:01:59 94cc34f8dd06: Download complete 04:01:59 30dea6a524f1: Verifying Checksum 04:01:59 30dea6a524f1: Download complete 04:01:59 63b65145d645: Verifying Checksum 04:01:59 63b65145d645: Download complete 04:01:59 a2aff8979fd8: Verifying Checksum 04:01:59 a2aff8979fd8: Download complete 04:01:59 63b65145d645: Pull complete 04:02:00 a2d21d5440eb: Pull complete 04:02:00 f25807f1079a: Verifying Checksum 04:02:00 f25807f1079a: Download complete 04:02:00 935e6c44a52c: Verifying Checksum 04:02:00 935e6c44a52c: Download complete 04:02:00 6808be2612f2: Verifying Checksum 04:02:00 6808be2612f2: Download complete 04:02:04 935e6c44a52c: Pull complete 04:02:04 94cc34f8dd06: Pull complete 04:02:04 30dea6a524f1: Pull complete 04:02:04 a2aff8979fd8: Pull complete 04:02:06 6808be2612f2: Pull complete 04:02:07 f25807f1079a: Pull complete 04:02:07 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 04:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:02:07 ---> 3b553350e43f 04:02:07 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:02:12 ---> Running in 225d3290dfc6 04:02:12 Removing intermediate container 225d3290dfc6 04:02:12 ---> e57cb90a6c54 04:02:12 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:02:12 ---> Running in 5ba6437718c0 04:02:12 Removing intermediate container 5ba6437718c0 04:02:12 ---> 4fc091831e08 04:02:12 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:02:12 ---> Running in 848d70652d13 04:02:12 Removing intermediate container 848d70652d13 04:02:12 ---> fd984a3c95eb 04:02:12 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:02:12 ---> Running in 1ca8cf39d0be 04:02:12 Removing intermediate container 1ca8cf39d0be 04:02:12 ---> 0c2c25fbdc40 04:02:12 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:02:12 Still waiting to schedule task 04:02:12 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:02:12 ---> Running in b9d9351c3626 04:02:12 Removing intermediate container b9d9351c3626 04:02:12 ---> c8448b902c8a 04:02:12 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:02:12 ---> Running in f9d3857e0b24 04:02:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:02:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:02:16 OK: 265 MiB in 53 packages 04:02:16 Removing intermediate container f9d3857e0b24 04:02:16 ---> 30dce2d662d0 04:02:16 Step 9/13 : WORKDIR /device-onvif-camera 04:02:16 ---> Running in 3c6b07b9aa9c 04:02:16 Removing intermediate container 3c6b07b9aa9c 04:02:16 ---> dce3410d481d 04:02:16 Step 10/13 : COPY go.mod vendor* ./ 04:02:16 ---> b714929c580a 04:02:16 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:02:16 ---> Running in de66a4bdd7b6 04:02:48 Removing intermediate container de66a4bdd7b6 04:02:48 ---> ba719c436a7c 04:02:48 Step 12/13 : COPY . . 04:02:48 ---> 3988116308a4 04:02:48 Step 13/13 : RUN ${MAKE} 04:02:48 ---> Running in fe28702b4f1d 04:02:49 noop 04:02:49 Removing intermediate container fe28702b4f1d 04:02:49 ---> 1cabcfb2e478 04:02:49 Successfully built 1cabcfb2e478 04:02:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:49 + docker inspect -f . ci-base-image-x86_64 04:02:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:50 prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container 04:02:50 $ 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 04:02:50 $ docker top 3d572977914974e5473cfdcc1359e129a95a61639b07531246073e5222a7468a -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:50 + go version 04:02:50 go version go1.20.2 linux/amd64 [Pipeline] } 04:02:50 $ docker stop --time=1 3d572977914974e5473cfdcc1359e129a95a61639b07531246073e5222a7468a 04:02:52 $ 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 04:02:52 + docker inspect -f . ci-base-image-x86_64 04:02:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:02:53 prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container 04:02:53 $ 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 04:02:53 $ docker top e719d44b4ec54a1e2a7daf3af1422866f039f4069ab48cb362127face16f5abb -eo pid,comm [Pipeline] { [Pipeline] sh 04:02:53 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-315 [Pipeline] fileExists [Pipeline] sh 04:02:54 + make test 04:02:54 go test ./... -coverprofile=coverage.out ./... 04:02:59 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:03:09 # github.com/edgexfoundry/device-onvif-camera/cmd 04:03:09 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) 04:03:09 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:03:11 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.036s coverage: 31.6% of statements 04:03:12 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.373s coverage: 86.5% of statements 04:03:12 FAIL 04:03:12 make: *** [Makefile:58: unittest] Error 1 [Pipeline] } 04:03:12 $ docker stop --time=1 e719d44b4ec54a1e2a7daf3af1422866f039f4069ab48cb362127face16f5abb 04:03:15 $ 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 04:03:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:16 04:03:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:17 latest: Pulling from edgex-lftools-log-publisher 04:03:17 5eb5b503b376: Pulling fs layer 04:03:17 5c69ac0246d0: Pulling fs layer 04:03:17 ec43610c2a17: Pulling fs layer 04:03:17 3a2ae6a8a46f: Pulling fs layer 04:03:17 33b1e0a273af: Pulling fs layer 04:03:17 5d3b04190fa2: Pulling fs layer 04:03:17 2f39f015ded8: Pulling fs layer 04:03:17 3a2ae6a8a46f: Waiting 04:03:17 2f39f015ded8: Waiting 04:03:17 33b1e0a273af: Waiting 04:03:17 5d3b04190fa2: Waiting 04:03:17 5c69ac0246d0: Verifying Checksum 04:03:17 5c69ac0246d0: Download complete 04:03:17 3a2ae6a8a46f: Verifying Checksum 04:03:17 3a2ae6a8a46f: Download complete 04:03:17 33b1e0a273af: Verifying Checksum 04:03:17 33b1e0a273af: Download complete 04:03:17 ec43610c2a17: Verifying Checksum 04:03:17 ec43610c2a17: Download complete 04:03:17 5d3b04190fa2: Verifying Checksum 04:03:17 5d3b04190fa2: Download complete 04:03:17 5eb5b503b376: Verifying Checksum 04:03:17 5eb5b503b376: Download complete 04:03:18 2f39f015ded8: Download complete 04:03:18 5eb5b503b376: Pull complete 04:03:19 5c69ac0246d0: Pull complete 04:03:19 ec43610c2a17: Pull complete 04:03:19 3a2ae6a8a46f: Pull complete 04:03:19 33b1e0a273af: Pull complete 04:03:19 5d3b04190fa2: Pull complete 04:03:24 2f39f015ded8: Pull complete 04:03:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:24 prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container 04:03:24 $ 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 04:03:27 $ docker top 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:03:28 ---> job-cost.sh 04:03:28 lf-activate-venv: SKIPPING 04:03:28 INFO: No Stack... 04:03:28 INFO: Retrieving Pricing Info for: v3-standard-8 04:03:28 INFO: Archiving Costs [Pipeline] sh 04:03:29 + cat /w/workspace/undry_device-onvif-camera_PR-315/archives/cost.csv 04:03:29 + cut -d, -f6 [Pipeline] lock 04:03:29 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] 04:03:29 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] did not exist. Created. 04:03:29 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:03:29 + echo total: 0.2199999988079071 [Pipeline] stash 04:03:29 Stashed 1 file(s) [Pipeline] } 04:03:29 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:03:29 $ docker stop --time=1 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 04:03:31 $ docker rm -f --volumes 1d2a0ff85ab3693af4dc0e6d6bb455fb33ccdb6e3f1167163c4e66ff07cdde75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:03:31 Failed in branch amd64 04:03:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9242 in /w/workspace/undry_device-onvif-camera_PR-315 [Pipeline] { [Pipeline] ws 04:03:47 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 04:03:47 The recommended git tool is: git 04:03:53 using credential edgex-jenkins-ssh 04:03:53 Cloning the remote Git repository 04:03:53 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 04:03:53 > git init /w/workspace/device-onvif-camera/1 # timeout=10 04:03:53 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:03:53 > git --version # timeout=10 04:03:53 > git --version # 'git version 2.25.1' 04:03:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:03:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:03:55 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:03:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:03:55 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:03:56 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:03:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:03:56 > 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 04:03:56 Merging remotes/origin/main commit b3088f74b80dce78a876441a0c72d3538a65c555 into PR head commit 3a0958028bb7a043e6bc40eedeca40e7bbc23595 04:03:57 Merge succeeded, producing 3a0958028bb7a043e6bc40eedeca40e7bbc23595 04:03:57 Checking out Revision 3a0958028bb7a043e6bc40eedeca40e7bbc23595 (PR-315) 04:03:57 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 04:03:56 > git config core.sparsecheckout # timeout=10 04:03:56 > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # timeout=10 04:03:56 > git remote # timeout=10 04:03:56 > git config --get remote.origin.url # timeout=10 04:03:56 using GIT_SSH to set credentials SSH Credentials for GitHub 04:03:56 > git merge b3088f74b80dce78a876441a0c72d3538a65c555 # timeout=10 04:03:57 > git rev-parse HEAD^{commit} # timeout=10 04:03:57 > git config core.sparsecheckout # timeout=10 04:03:57 > git checkout -f 3a0958028bb7a043e6bc40eedeca40e7bbc23595 # timeout=10 04:03:57 > git --version # timeout=10 04:03:57 > git --version # 'git version 2.25.1' 04:03:57 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:03:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:03:59 % Total % Received % Xferd Average Speed Time Time Time Current 04:03:59 Dload Upload Total Spent Left Speed 04:03:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 04:03:59 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:04:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:04:00 + sudo tee /etc/docker/daemon.new 04:04:00 { 04:04:00 "registry-mirrors": [ 04:04:00 "https://nexus3.edgexfoundry.org:10001" 04:04:00 ], 04:04:00 "bip": "10.250.0.254/24", 04:04:00 "hosts": [ 04:04:00 "tcp://0.0.0.0:5555", 04:04:00 "unix:///var/run/docker.sock" 04:04:00 ], 04:04:00 "mtu": 1458, 04:04:00 "selinux-enabled": true, 04:04:00 "seccomp-profile": "/etc/docker/seccomp.json" 04:04:00 } [Pipeline] sh 04:04:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:04:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:04:19 provisioning config files... 04:04:19 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config18387027038244315043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:19 ---> docker-login.sh 04:04:19 nexus3.edgexfoundry.org:10001 04:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:20 Configure a credential helper to remove this warning. See 04:04:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:20 04:04:20 Login Succeeded 04:04:20 nexus3.edgexfoundry.org:10002 04:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:20 Configure a credential helper to remove this warning. See 04:04:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:20 04:04:20 Login Succeeded 04:04:20 nexus3.edgexfoundry.org:10003 04:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:21 Configure a credential helper to remove this warning. See 04:04:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:21 04:04:21 Login Succeeded 04:04:21 nexus3.edgexfoundry.org:10004 04:04:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:21 Configure a credential helper to remove this warning. See 04:04:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:21 04:04:21 Login Succeeded 04:04:21 docker.io 04:04:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:21 Configure a credential helper to remove this warning. See 04:04:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:21 04:04:21 Login Succeeded 04:04:21 ---> docker-login.sh ends [Pipeline] } 04:04:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:04:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:22 ========================================================= 04:04:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:04:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:22 + 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 . 04:04:23 Sending build context to Docker daemon 19.66MB 04:04:23 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:04:23 Step 2/13 : FROM ${BASE} AS builder 04:04:23 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:04:23 af6eaf76a39c: Pulling fs layer 04:04:23 55522c791124: Pulling fs layer 04:04:23 ce5c4a1c91eb: Pulling fs layer 04:04:23 169dfbe0d373: Pulling fs layer 04:04:23 e1ff8fa3b103: Pulling fs layer 04:04:23 52ebb69f0ebf: Pulling fs layer 04:04:23 5abe8eddf0d5: Pulling fs layer 04:04:23 169dfbe0d373: Waiting 04:04:23 e1ff8fa3b103: Waiting 04:04:23 52ebb69f0ebf: Waiting 04:04:23 55522c791124: Verifying Checksum 04:04:23 55522c791124: Download complete 04:04:23 169dfbe0d373: Verifying Checksum 04:04:23 169dfbe0d373: Download complete 04:04:23 e1ff8fa3b103: Verifying Checksum 04:04:23 e1ff8fa3b103: Download complete 04:04:23 af6eaf76a39c: Verifying Checksum 04:04:23 af6eaf76a39c: Download complete 04:04:24 af6eaf76a39c: Pull complete 04:04:25 5abe8eddf0d5: Verifying Checksum 04:04:25 5abe8eddf0d5: Download complete 04:04:25 55522c791124: Pull complete 04:04:26 ce5c4a1c91eb: Verifying Checksum 04:04:26 ce5c4a1c91eb: Download complete 04:04:26 52ebb69f0ebf: Verifying Checksum 04:04:26 52ebb69f0ebf: Download complete 04:04:41 ce5c4a1c91eb: Pull complete 04:04:41 169dfbe0d373: Pull complete 04:04:41 e1ff8fa3b103: Pull complete 04:04:46 52ebb69f0ebf: Pull complete 04:04:49 5abe8eddf0d5: Pull complete 04:04:49 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 04:04:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:04:49 ---> 6cb57ee374ae 04:04:49 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:04:50 ---> Running in 78ecaa1de644 04:04:51 Removing intermediate container 78ecaa1de644 04:04:51 ---> 6bdaebf32aa9 04:04:51 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:04:51 ---> Running in adb8923465b1 04:04:51 Removing intermediate container adb8923465b1 04:04:51 ---> ff044eee5c19 04:04:51 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:04:51 ---> Running in 09561956f416 04:04:51 Removing intermediate container 09561956f416 04:04:51 ---> 7e7cd9bd9c4f 04:04:51 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:04:51 ---> Running in 0f7196ef3710 04:04:52 Removing intermediate container 0f7196ef3710 04:04:52 ---> 933dbcb2e93c 04:04:52 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:04:52 ---> Running in ceded8c8ddcb 04:04:52 Removing intermediate container ceded8c8ddcb 04:04:52 ---> 2dafa26eae8b 04:04:52 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:04:52 ---> Running in 517b70a3b87b 04:04:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:04:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:04:55 OK: 263 MiB in 53 packages 04:04:56 Removing intermediate container 517b70a3b87b 04:04:56 ---> bb0f308a77b5 04:04:56 Step 9/13 : WORKDIR /device-onvif-camera 04:04:56 ---> Running in cb9b8ed4a9ed 04:04:56 Removing intermediate container cb9b8ed4a9ed 04:04:56 ---> 493e4d27c077 04:04:56 Step 10/13 : COPY go.mod vendor* ./ 04:05:00 ---> 4301f5e6e701 04:05:00 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:00 ---> Running in 8c838a20b1b0 04:06:08 Removing intermediate container 8c838a20b1b0 04:06:08 ---> 59008a74a20a 04:06:08 Step 12/13 : COPY . . 04:06:08 ---> 1f82cca9f6bf 04:06:08 Step 13/13 : RUN ${MAKE} 04:06:08 ---> Running in a3e9407a2331 04:06:08 noop 04:06:08 Removing intermediate container a3e9407a2331 04:06:08 ---> 0e62c885392f 04:06:08 Successfully built 0e62c885392f 04:06:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:08 + docker inspect -f . ci-base-image-arm64 04:06:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:09 prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container 04:06:09 $ 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 04:06:10 $ docker top e7e97aec56b51a058bbe3957c2971ff06caef8f2bf004b985f33514112815865 -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:11 + go version 04:06:11 go version go1.20.2 linux/arm64 [Pipeline] } 04:06:11 $ docker stop --time=1 e7e97aec56b51a058bbe3957c2971ff06caef8f2bf004b985f33514112815865 04:06:13 $ 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 04:06:13 + docker inspect -f . ci-base-image-arm64 04:06:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:14 prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container 04:06:14 $ 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 04:06:15 $ docker top 70194865d507a6c1da2126fd384783d277ceb689a3a1dbed3958b16f1b9f851a -eo pid,comm [Pipeline] { [Pipeline] sh 04:06:16 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 04:06:17 + make test 04:06:17 go test ./... -coverprofile=coverage.out ./... 04:06:56 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:09:02 # github.com/edgexfoundry/device-onvif-camera/cmd 04:09:02 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) 04:09:09 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:09:10 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.208s coverage: 31.6% of statements 04:09:37 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.931s coverage: 86.5% of statements 04:09:37 FAIL 04:09:38 make: *** [Makefile:58: unittest] Error 1 [Pipeline] } 04:09:38 $ docker stop --time=1 70194865d507a6c1da2126fd384783d277ceb689a3a1dbed3958b16f1b9f851a 04:09:40 $ 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 04:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:09:42 04:09:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:09:43 arm64: Pulling from edgex-lftools-log-publisher 04:09:43 8998bd30e6a1: Pulling fs layer 04:09:43 04944245beec: Pulling fs layer 04:09:43 699f458cf7ca: Pulling fs layer 04:09:43 765212b225bb: Pulling fs layer 04:09:43 f23df028b6ca: Pulling fs layer 04:09:43 d65c8cfc05b1: Pulling fs layer 04:09:43 2437ff75d9bd: Pulling fs layer 04:09:43 f23df028b6ca: Waiting 04:09:43 d65c8cfc05b1: Waiting 04:09:43 2437ff75d9bd: Waiting 04:09:43 765212b225bb: Waiting 04:09:43 04944245beec: Verifying Checksum 04:09:43 04944245beec: Download complete 04:09:43 765212b225bb: Verifying Checksum 04:09:43 765212b225bb: Download complete 04:09:43 f23df028b6ca: Verifying Checksum 04:09:43 f23df028b6ca: Download complete 04:09:43 d65c8cfc05b1: Download complete 04:09:43 699f458cf7ca: Verifying Checksum 04:09:43 699f458cf7ca: Download complete 04:09:43 8998bd30e6a1: Verifying Checksum 04:09:43 8998bd30e6a1: Download complete 04:09:46 2437ff75d9bd: Verifying Checksum 04:09:46 2437ff75d9bd: Download complete 04:09:48 8998bd30e6a1: Pull complete 04:09:49 04944245beec: Pull complete 04:09:50 699f458cf7ca: Pull complete 04:09:50 765212b225bb: Pull complete 04:09:51 f23df028b6ca: Pull complete 04:09:51 d65c8cfc05b1: Pull complete 04:10:06 2437ff75d9bd: Pull complete 04:10:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:10:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:10:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:07 prd-ubuntu20.04-docker-arm64-4c-16g-9242 does not seem to be running inside a container 04:10:07 $ 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 04:10:09 $ docker top 9dbfe1c5e5ffa425f542add870a248c47dee2a31bf47f6f4c2fd13feed74101c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:10:10 ---> job-cost.sh 04:10:10 lf-activate-venv: SKIPPING 04:10:10 INFO: No Stack... 04:10:11 INFO: Retrieving Pricing Info for: v3-standard-4 04:10:12 INFO: Archiving Costs [Pipeline] sh 04:10:12 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 04:10:12 + cut -d, -f6 [Pipeline] lock 04:10:12 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] 04:10:12 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] did not exist. Created. 04:10:12 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:10:13 /w/workspace/device-onvif-camera/1@tmp/durable-72d2bbe3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:10:14 + echo total: 0.10999999940395355 [Pipeline] stash 04:10:14 Warning: overwriting stash ‘stack-cost’ 04:10:14 Stashed 1 file(s) [Pipeline] } 04:10:14 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-315-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:10:15 $ docker stop --time=1 9dbfe1c5e5ffa425f542add870a248c47dee2a31bf47f6f4c2fd13feed74101c 04:10:16 $ 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] } 04:10:17 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 04:10:19 + [ -d /w/workspace/undry_device-onvif-camera_PR-315/archives ] 04:10:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-315/archives 04:10:19 total 16 04:10:19 drwxr-xr-x 3 root root 4096 Apr 21 04:03 . 04:10:19 drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 04:03 .. 04:10:19 drwxr-xr-x 2 root root 4096 Apr 21 04:03 cost 04:10:19 -rw-r--r-- 1 root root 91 Apr 21 04:03 cost.csv 04:10:19 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-315/archives 04:10:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-315/archives 04:10:19 total 16 04:10:19 drwxr-xr-x 3 jenkins jenkins 4096 Apr 21 04:03 . 04:10:19 drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 04:03 .. 04:10:19 drwxr-xr-x 2 jenkins jenkins 4096 Apr 21 04:03 cost 04:10:19 -rw-r--r-- 1 jenkins jenkins 91 Apr 21 04:03 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:10:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:10:20 ---> package-listing.sh 04:10:20 ++ facter osfamily 04:10:20 ++ tr '[:upper:]' '[:lower:]' 04:10:20 + OS_FAMILY=debian 04:10:20 + workspace=/w/workspace/undry_device-onvif-camera_PR-315 04:10:20 + START_PACKAGES=/tmp/packages_start.txt 04:10:20 + END_PACKAGES=/tmp/packages_end.txt 04:10:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:10:20 + PACKAGES=/tmp/packages_start.txt 04:10:20 + '[' /w/workspace/undry_device-onvif-camera_PR-315 ']' 04:10:20 + PACKAGES=/tmp/packages_end.txt 04:10:20 + case "${OS_FAMILY}" in 04:10:20 + dpkg -l 04:10:20 + grep '^ii' 04:10:20 + '[' -f /tmp/packages_start.txt ']' 04:10:20 + '[' -f /tmp/packages_end.txt ']' 04:10:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:10:20 + '[' /w/workspace/undry_device-onvif-camera_PR-315 ']' 04:10:20 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-315/archives/ 04:10:20 + 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 04:10:20 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 04:10:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:10:22 prd-ubuntu20.04-docker-8c-8g-9240 does not seem to be running inside a container 04:10:22 $ 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 04:10:22 $ docker top ef043ccf9d5fcd1ebf8cabd84b86e54b3c37d5394d66bc078db78656d860fe18 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:22 + touch /tmp/pre-build-complete [Pipeline] sh 04:10:23 + mkdir -p /var/log/sysstat [Pipeline] sh 04:10:23 + ls /var/log/sa-host 04:10:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:10:23 provisioning config files... 04:10:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-315@tmp/config17723827957841766060tmp [Pipeline] { [Pipeline] echo 04:10:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:10:23 ---> create-netrc.sh [Pipeline] } 04:10:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:10:24 ---> python-tools-install.sh [Pipeline] echo 04:10:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:10:24 ---> sudo-logs.sh 04:10:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:10:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:10:25 ---> job-cost.sh 04:10:25 lf-activate-venv: SKIPPING 04:10:25 DEBUG: total: 0.2199999988079071 04:10:25 INFO: Retrieving Stack Cost... 04:10:25 INFO: Retrieving Pricing Info for: v3-standard-8 04:10:25 INFO: Archiving Costs [Pipeline] echo 04:10:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:10:26 ---> logs-deploy.sh 04:10:26 lf-activate-venv: SKIPPING 04:10:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-315/1 04:10:26 INFO: archiving workspace using pattern(s): 04:10:27 Archives upload complete. 04:10:27 INFO: archiving logs to Nexus 04:10:28 ---> uname -a: 04:10:28 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 04:10:28 04:10:28 04:10:28 ---> lscpu: 04:10:28 Architecture: x86_64 04:10:28 CPU op-mode(s): 32-bit, 64-bit 04:10:28 Byte Order: Little Endian 04:10:28 Address sizes: 40 bits physical, 48 bits virtual 04:10:28 CPU(s): 8 04:10:28 On-line CPU(s) list: 0-7 04:10:28 Thread(s) per core: 1 04:10:28 Core(s) per socket: 1 04:10:28 Socket(s): 8 04:10:28 NUMA node(s): 1 04:10:28 Vendor ID: AuthenticAMD 04:10:28 CPU family: 23 04:10:28 Model: 49 04:10:28 Model name: AMD EPYC-Rome Processor 04:10:28 Stepping: 0 04:10:28 CPU MHz: 2800.000 04:10:28 BogoMIPS: 5600.00 04:10:28 Virtualization: AMD-V 04:10:28 Hypervisor vendor: KVM 04:10:28 Virtualization type: full 04:10:28 L1d cache: 256 KiB 04:10:28 L1i cache: 256 KiB 04:10:28 L2 cache: 4 MiB 04:10:28 L3 cache: 128 MiB 04:10:28 NUMA node0 CPU(s): 0-7 04:10:28 Vulnerability Itlb multihit: Not affected 04:10:28 Vulnerability L1tf: Not affected 04:10:28 Vulnerability Mds: Not affected 04:10:28 Vulnerability Meltdown: Not affected 04:10:28 Vulnerability Mmio stale data: Not affected 04:10:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:10:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:10:28 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:10:28 Vulnerability Srbds: Not affected 04:10:28 Vulnerability Tsx async abort: Not affected 04:10:28 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 04:10:28 04:10:28 04:10:28 ---> nproc: 04:10:28 8 04:10:28 04:10:28 04:10:28 ---> df -h: 04:10:28 Filesystem Size Used Avail Use% Mounted on 04:10:28 overlay 155G 12G 144G 8% / 04:10:28 tmpfs 64M 0 64M 0% /dev 04:10:28 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:10:28 shm 64M 0 64M 0% /dev/shm 04:10:28 /dev/vda1 155G 12G 144G 8% /facter-os 04:10:28 04:10:28 04:10:28 ---> sar -b -r -n DEV: 04:10:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9240) 04/21/23 _x86_64_ (8 CPU) 04:10:28 04:10:28 04:00:53 LINUX RESTART (8 CPU) 04:10:28 04:10:28 04:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:10:28 04:02:01 129.48 48.14 81.34 0.00 5433.76 147605.00 0.00 04:10:28 04:03:01 194.82 1.23 193.59 0.00 25.46 73766.88 0.00 04:10:28 04:04:01 47.84 0.13 47.71 0.00 6.40 24542.18 0.00 04:10:28 04:05:01 1.45 0.00 1.45 0.00 0.00 16.95 0.00 04:10:28 04:06:01 20.25 8.97 11.28 0.00 2905.52 2575.84 0.00 04:10:28 04:07:01 19.73 2.73 16.99 0.00 2528.49 3739.15 0.00 04:10:28 04:08:01 1.35 0.00 1.35 0.00 0.00 15.73 0.00 04:10:28 04:09:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 04:10:28 04:10:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 04:10:28 Average: 46.33 6.80 39.53 0.00 1211.07 28032.04 0.00 04:10:28 04:10:28 04:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:10:28 04:02:01 29472048 31591352 742360 2.26 62948 2351560 2071148 6.10 1011832 2074916 440400 04:10:28 04:03:01 27886668 31266700 1028844 3.13 146564 3416368 2482508 7.32 1560480 2964148 200676 04:10:28 04:04:01 27906644 31573344 725452 2.21 153968 3669108 1751320 5.16 1198236 3278792 12 04:10:28 04:05:01 27906900 31573736 724608 2.20 154016 3669112 1751320 5.16 1198204 3278796 188 04:10:28 04:06:01 27701832 31540704 754308 2.29 158152 3827080 1853320 5.46 1320276 3347240 476 04:10:28 04:07:01 27534976 31557632 729848 2.22 162528 4001756 1848032 5.45 1428432 3391340 164 04:10:28 04:08:01 27544284 31567000 720436 2.19 162568 4001764 1848032 5.45 1419600 3391348 12 04:10:28 04:09:01 27544140 31566940 720336 2.19 162592 4001764 1848032 5.45 1420048 3391356 228 04:10:28 04:10:01 27544164 31566968 720288 2.19 162612 4001768 1848032 5.45 1420080 3391360 8 04:10:28 Average: 27893517 31533820 762942 2.32 147328 3660031 1922416 5.67 1330799 3167700 71352 04:10:28 04:10:28 04:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:10:28 04:02:01 lo 7.07 7.07 0.68 0.68 0.00 0.00 0.00 0.00 04:10:28 04:02:01 ens3 696.68 462.79 6685.88 89.19 0.00 0.00 0.00 0.00 04:10:28 04:02:01 docker0 13.00 12.70 1.16 117.50 0.00 0.00 0.00 0.00 04:10:28 04:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:10:28 04:03:01 ens3 384.37 223.46 2029.08 32.90 0.00 0.00 0.00 0.00 04:10:28 04:03:01 docker0 202.27 351.33 15.73 1996.29 0.00 0.00 0.00 0.00 04:10:28 04:03:01 veth9e2dc6b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:10:28 04:04:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 04:10:28 04:04:01 ens3 125.65 86.44 2539.95 92.00 0.00 0.00 0.00 0.00 04:10:28 04:04:01 docker0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:10:28 04:05:01 ens3 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:10:28 04:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:10:28 04:06:01 ens3 33.23 14.83 577.64 1.46 0.00 0.00 0.00 0.00 04:10:28 04:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 04:10:28 04:07:01 ens3 103.70 55.88 1374.96 3.76 0.00 0.00 0.00 0.00 04:10:28 04:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:08:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:10:28 04:09:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:10:28 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:10:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:10:28 Average: lo 1.02 1.02 0.10 0.10 0.00 0.00 0.00 0.00 04:10:28 Average: ens3 149.39 93.74 1467.52 24.37 0.00 0.00 0.00 0.00 04:10:28 Average: docker0 23.93 40.45 1.88 234.89 0.00 0.00 0.00 0.00 04:10:28 04:10:28 04:10:28 ---> sar -P ALL: 04:10:28 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9240) 04/21/23 _x86_64_ (8 CPU) 04:10:28 04:10:28 04:00:53 LINUX RESTART (8 CPU) 04:10:28 04:10:28 04:01:01 CPU %user %nice %system %iowait %steal %idle 04:10:28 04:02:01 all 7.46 0.00 2.40 2.50 0.05 87.59 04:10:28 04:02:01 0 7.34 0.00 2.40 0.57 0.03 89.66 04:10:28 04:02:01 1 8.56 0.00 1.59 0.37 0.05 89.43 04:10:28 04:02:01 2 5.30 0.00 2.69 12.14 0.03 79.84 04:10:28 04:02:01 3 9.08 0.00 2.18 0.30 0.05 88.38 04:10:28 04:02:01 4 8.58 0.00 2.00 0.32 0.03 89.07 04:10:28 04:02:01 5 9.55 0.00 2.55 4.71 0.07 83.12 04:10:28 04:02:01 6 5.28 0.00 2.10 0.62 0.03 91.97 04:10:28 04:02:01 7 6.00 0.00 3.70 1.04 0.07 89.20 04:10:28 04:03:01 all 14.28 0.00 4.72 4.19 0.08 76.73 04:10:28 04:03:01 0 14.69 0.00 3.77 0.02 0.05 81.46 04:10:28 04:03:01 1 13.60 0.00 4.34 8.84 0.07 73.16 04:10:28 04:03:01 2 15.14 0.00 4.69 0.81 0.05 79.32 04:10:28 04:03:01 3 13.48 0.00 5.67 18.20 0.10 62.55 04:10:28 04:03:01 4 13.77 0.00 4.02 0.13 0.07 82.01 04:10:28 04:03:01 5 13.80 0.00 4.31 0.40 0.07 81.42 04:10:28 04:03:01 6 15.07 0.00 4.94 3.71 0.17 76.11 04:10:28 04:03:01 7 14.67 0.00 6.03 1.53 0.08 77.69 04:10:28 04:04:01 all 13.00 0.00 3.10 1.27 0.05 82.58 04:10:28 04:04:01 0 13.27 0.00 3.05 2.49 0.03 81.15 04:10:28 04:04:01 1 11.51 0.00 3.50 5.97 0.05 78.97 04:10:28 04:04:01 2 14.55 0.00 3.39 0.03 0.07 81.95 04:10:28 04:04:01 3 13.09 0.00 2.85 0.47 0.07 83.52 04:10:28 04:04:01 4 13.42 0.00 2.38 0.05 0.03 84.12 04:10:28 04:04:01 5 12.60 0.00 3.79 0.40 0.03 83.17 04:10:28 04:04:01 6 12.35 0.00 2.77 0.10 0.05 84.73 04:10:28 04:04:01 7 13.15 0.00 3.10 0.66 0.03 83.06 04:10:28 04:05:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:10:28 04:05:01 0 0.02 0.00 0.02 0.02 0.02 99.93 04:10:28 04:05:01 1 0.00 0.00 0.00 0.02 0.02 99.97 04:10:28 04:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:10:28 04:05:01 3 0.07 0.00 0.03 0.00 0.02 99.88 04:10:28 04:05:01 4 0.07 0.00 0.02 0.00 0.02 99.90 04:10:28 04:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 04:10:28 04:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:10:28 04:05:01 7 0.00 0.00 0.02 0.00 0.02 99.97 04:10:28 04:06:01 all 0.44 0.00 0.24 0.23 0.01 99.08 04:10:28 04:06:01 0 0.33 0.00 0.18 0.38 0.00 99.10 04:10:28 04:06:01 1 0.13 0.00 0.30 0.47 0.00 99.10 04:10:28 04:06:01 2 0.57 0.00 0.27 0.35 0.02 98.80 04:10:28 04:06:01 3 1.60 0.00 0.40 0.03 0.03 97.93 04:10:28 04:06:01 4 0.25 0.00 0.33 0.57 0.00 98.85 04:10:28 04:06:01 5 0.13 0.00 0.10 0.03 0.00 99.73 04:10:28 04:06:01 6 0.13 0.00 0.08 0.02 0.02 99.75 04:10:28 04:06:01 7 0.35 0.00 0.22 0.02 0.00 99.42 04:10:28 04:07:01 all 0.86 0.00 0.38 0.30 0.01 98.45 04:10:28 04:07:01 0 1.22 0.00 0.50 0.73 0.02 97.53 04:10:28 04:07:01 1 1.04 0.00 0.40 0.47 0.02 98.08 04:10:28 04:07:01 2 0.73 0.00 0.50 0.60 0.00 98.16 04:10:28 04:07:01 3 1.72 0.00 0.37 0.38 0.02 97.51 04:10:28 04:07:01 4 0.48 0.00 0.43 0.03 0.00 99.05 04:10:28 04:07:01 5 0.50 0.00 0.38 0.07 0.02 99.03 04:10:28 04:07:01 6 0.52 0.00 0.17 0.08 0.00 99.23 04:10:28 04:07:01 7 0.67 0.00 0.28 0.02 0.02 99.02 04:10:28 04:08:01 all 0.02 0.00 0.01 0.00 0.01 99.95 04:10:28 04:08:01 0 0.03 0.00 0.00 0.02 0.00 99.95 04:10:28 04:08:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:10:28 04:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:10:28 04:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 04:10:28 04:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 04:10:28 04:08:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:10:28 04:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:10:28 04:08:01 7 0.03 0.00 0.02 0.00 0.02 99.93 04:10:28 04:09:01 all 0.01 0.00 0.01 0.00 0.01 99.97 04:10:28 04:09:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:10:28 04:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:10:28 04:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:10:28 04:09:01 3 0.08 0.00 0.00 0.00 0.02 99.90 04:10:28 04:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:10:28 04:09:01 5 0.00 0.00 0.02 0.00 0.02 99.97 04:10:28 04:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:10:28 04:09:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:10:28 04:10:01 all 0.03 0.00 0.01 0.00 0.01 99.96 04:10:28 04:10:01 0 0.03 0.00 0.02 0.02 0.00 99.93 04:10:28 04:10:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:10:28 04:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 04:10:28 04:10:01 3 0.05 0.00 0.03 0.00 0.02 99.90 04:10:28 04:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:10:28 04:10:01 5 0.03 0.00 0.02 0.00 0.02 99.93 04:10:28 04:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:10:28 04:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:10:28 Average: all 3.99 0.00 1.20 0.94 0.03 93.84 04:10:28 Average: 0 4.09 0.00 1.10 0.47 0.02 94.32 04:10:28 Average: 1 3.85 0.00 1.12 1.78 0.02 93.22 04:10:28 Average: 2 4.02 0.00 1.28 1.54 0.02 93.14 04:10:28 Average: 3 4.33 0.00 1.28 2.13 0.04 92.23 04:10:28 Average: 4 4.04 0.00 1.02 0.12 0.02 94.80 04:10:28 Average: 5 4.05 0.00 1.24 0.62 0.03 94.07 04:10:28 Average: 6 3.70 0.00 1.11 0.50 0.03 94.66 04:10:28 Average: 7 3.86 0.00 1.48 0.36 0.03 94.28 04:10:28 04:10:28 04:10:28