Pull request #336 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91654600ad4b6e6087db961f16a54265e353dd89+ca50ff0226266dec6d343d3687e79f892dd3f78d (197314825ba04ed74a1fb0405440a91732d57015) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15268571315287937626.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh11947072046897130605.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-336/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-336/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6820318779484145871.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-336/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3255812589118897549.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5695528510577032685.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-336/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-336/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5301472103671636348.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-12535’ is offline Running on prd-ubuntu20.04-docker-8c-8g-12538 in /w/workspace/undry_device-onvif-camera_PR-336 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-336 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 91654600ad4b6e6087db961f16a54265e353dd89 Merge succeeded, producing 91654600ad4b6e6087db961f16a54265e353dd89 Checking out Revision 91654600ad4b6e6087db961f16a54265e353dd89 (PR-336) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:04:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:04:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:04:16 ========================================================= 04:04:16 EdgeX Global Pipelines Version Info 04:04:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:04:17 ------------------- 04:04:17 stable info: 04:04:17 ------------------- 04:04:17 Commited By: Bill Mahoney bill.mahoney@intel.com 04:04:17 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:04:17 Message: update stable to v1.0.248 04:04:17 ------------------- 04:04:17 experimental info: 04:04:17 ------------------- 04:04:17 Commited By: **** collab-it+edgex@linuxfoundation.org 04:04:17 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:04:17 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:04:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-336 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-336 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-336 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9165460 [Pipeline] echo 04:04:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [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/undry_device-onvif-camera_PR-336@tmp/config17122309837668448921tmp [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: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:10004 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 docker.io 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 ---> docker-login.sh ends [Pipeline] } 04:04:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:04:21 + git rev-list -1 --merges 91654600ad4b6e6087db961f16a54265e353dd89~1..91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo 04:04:21 -----------> git rev-list -1 --merges 91654600ad4b6e6087db961f16a54265e353dd89~1..91654600ad4b6e6087db961f16a54265e353dd89 91654600ad4b6e6087db961f16a54265e353dd89 [false] [Pipeline] sh 04:04:22 + git log --format=format:%s -1 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo 04:04:22 ========================================================= 04:04:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:04:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:04:22 + git log --format=format:%s -1 91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] echo 04:04:22 [semverPrep] GIT_COMMIT: 91654600ad4b6e6087db961f16a54265e353dd89, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 04:04:22 [semverPrep] This is not a build commit. [Pipeline] sh 04:04:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:04:22 + grep -v github /etc/ssh/ssh_known_hosts 04:04:22 + [ -e /tmp/ssh_known_hosts ] 04:04:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:04:22 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:04:22 sudo tee -a /etc/ssh/ssh_known_hosts 04:04:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:23 04:04:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:23 0.1.4: Pulling from edgex-devops/py-git-semver 04:04:23 b85a868b505f: Pulling fs layer 04:04:23 e2be974225ed: Pulling fs layer 04:04:23 339a4e72a1f5: Pulling fs layer 04:04:23 988bab9f4d93: Pulling fs layer 04:04:23 1469e6f7b9e6: Pulling fs layer 04:04:23 eaf3925da568: Pulling fs layer 04:04:23 bab4dde63d76: Pulling fs layer 04:04:23 bde34c3a00c8: Pulling fs layer 04:04:23 b352a97aabf1: Pulling fs layer 04:04:23 4872d77fe225: Pulling fs layer 04:04:23 5851b861e8e6: Pulling fs layer 04:04:23 eaf3925da568: Waiting 04:04:23 4872d77fe225: Waiting 04:04:23 b352a97aabf1: Waiting 04:04:23 bde34c3a00c8: Waiting 04:04:23 5851b861e8e6: Waiting 04:04:23 1469e6f7b9e6: Waiting 04:04:23 988bab9f4d93: Waiting 04:04:23 bab4dde63d76: Waiting 04:04:23 e2be974225ed: Verifying Checksum 04:04:23 e2be974225ed: Download complete 04:04:23 988bab9f4d93: Verifying Checksum 04:04:23 988bab9f4d93: Download complete 04:04:23 339a4e72a1f5: Download complete 04:04:24 1469e6f7b9e6: Verifying Checksum 04:04:24 1469e6f7b9e6: Download complete 04:04:24 eaf3925da568: Verifying Checksum 04:04:24 eaf3925da568: Download complete 04:04:24 bde34c3a00c8: Download complete 04:04:24 b352a97aabf1: Verifying Checksum 04:04:24 4872d77fe225: Verifying Checksum 04:04:24 4872d77fe225: Download complete 04:04:24 5851b861e8e6: Verifying Checksum 04:04:24 5851b861e8e6: Download complete 04:04:24 b85a868b505f: Download complete 04:04:24 bab4dde63d76: Verifying Checksum 04:04:24 bab4dde63d76: Download complete 04:04:25 b85a868b505f: Pull complete 04:04:25 e2be974225ed: Pull complete 04:04:25 339a4e72a1f5: Pull complete 04:04:25 988bab9f4d93: Pull complete 04:04:26 1469e6f7b9e6: Pull complete 04:04:26 eaf3925da568: Pull complete 04:04:27 bab4dde63d76: Pull complete 04:04:28 bde34c3a00c8: Pull complete 04:04:28 b352a97aabf1: Pull complete 04:04:28 4872d77fe225: Pull complete 04:04:28 5851b861e8e6: Pull complete 04:04:28 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:04:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:04:28 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:04:28 prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container 04:04:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:04:31 $ docker top 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d -eo pid,comm 04:04:31 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:04:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:04:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:31 [ssh-agent] Looking for ssh-agent implementation... 04:04:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:31 $ docker exec 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent 04:04:32 SSH_AUTH_SOCK=/tmp/ssh-UM8oeMl30OWl/agent.33 04:04:32 SSH_AGENT_PID=39 04:04:32 Running ssh-add (command line suppressed) 04:04:32 Identity added: /w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_2790878790422344242.key (/w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_2790878790422344242.key) 04:04:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:32 + git tag --points-at HEAD [Pipeline] } 04:04:32 $ docker exec --env ******** --env ******** 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent -k 04:04:32 unset SSH_AUTH_SOCK; 04:04:32 unset SSH_AGENT_PID; 04:04:32 echo Agent pid 39 killed; 04:04:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:32 [ssh-agent] Looking for ssh-agent implementation... 04:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:32 $ docker exec 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent 04:04:33 SSH_AUTH_SOCK=/tmp/ssh-c5RkI3QQNgjr/agent.71 04:04:33 SSH_AGENT_PID=77 04:04:33 Running ssh-add (command line suppressed) 04:04:33 Identity added: /w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_17345099052396512696.key (/w/workspace/undry_device-onvif-camera_PR-336@tmp/private_key_17345099052396512696.key) 04:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:33 + git semver init 04:04:33 2023-05-03 04:04:33,606 [run_init] DEBUG init version:0.0.0 force:False 04:04:33 2023-05-03 04:04:33,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-336/.semver 04:04:33 2023-05-03 04:04:33,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-336/.semver 04:04:33 2023-05-03 04:04:33,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-336/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-336, universal_newlines=False, shell=None, istream=None) 04:04:34 2023-05-03 04:04:34,520 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-336/.git/info/exclude 04:04:34 2023-05-03 04:04:34,520 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 with force:False 04:04:34 2023-05-03 04:04:34,521 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 04:04:34 2023-05-03 04:04:34,524 [execute] INFO git cat-file --batch-check 04:04:34 2023-05-03 04:04:34,525 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-336/.semver, universal_newlines=False, shell=None, istream=) 04:04:34 2023-05-03 04:04:34,533 [execute] INFO git cat-file --batch 04:04:34 2023-05-03 04:04:34,533 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-336/.semver, universal_newlines=False, shell=None, istream=) 04:04:34 2023-05-03 04:04:34,538 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-336/.semver/PR-336 04:04:34 0.0.0 [Pipeline] } 04:04:34 $ docker exec --env ******** --env ******** 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d ssh-agent -k 04:04:34 unset SSH_AUTH_SOCK; 04:04:34 unset SSH_AGENT_PID; 04:04:34 echo Agent pid 77 killed; 04:04:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:04:35 + git semver [Pipeline] } 04:04:35 $ docker stop --time=1 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d 04:04:36 $ docker rm -f --volumes 986399d8f3c89b22f3e2845ac1c76c35e5ee12ba2c0369a249a7dbb65b37da7d [Pipeline] // withDockerContainer [Pipeline] sh 04:04:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:04:37 Stashed 1 file(s) [Pipeline] echo 04:04:37 [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:04:38 provisioning config files... 04:04:38 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config15308644107353723288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:38 ---> docker-login.sh 04:04:38 nexus3.edgexfoundry.org:10001 04:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:38 Configure a credential helper to remove this warning. See 04:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:38 04:04:38 Login Succeeded 04:04:38 nexus3.edgexfoundry.org:10002 04:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:38 Configure a credential helper to remove this warning. See 04:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:38 04:04:38 Login Succeeded 04:04:38 nexus3.edgexfoundry.org:10003 04:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:38 Configure a credential helper to remove this warning. See 04:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:38 04:04:38 Login Succeeded 04:04:38 nexus3.edgexfoundry.org:10004 04:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:38 Configure a credential helper to remove this warning. See 04:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:38 04:04:38 Login Succeeded 04:04:38 docker.io 04:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:39 Configure a credential helper to remove this warning. See 04:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:39 04:04:39 Login Succeeded 04:04:39 ---> docker-login.sh ends [Pipeline] } 04:04:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:04:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:39 ========================================================= 04:04:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:04:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:04:39 + 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:04:39 Sending build context to Docker daemon 21.43MB 04:04:39 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:04:39 Step 2/13 : FROM ${BASE} AS builder 04:04:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:04:40 f56be85fc22e: Pulling fs layer 04:04:40 85791d961cd3: Pulling fs layer 04:04:40 d694b5ae8c79: Pulling fs layer 04:04:40 9f32a84ed3da: Pulling fs layer 04:04:40 4d19c01a9841: Pulling fs layer 04:04:40 9325e15d5711: Pulling fs layer 04:04:40 556b6ee489ea: Pulling fs layer 04:04:40 c5a4b2cf53e6: Pulling fs layer 04:04:40 4d19c01a9841: Waiting 04:04:40 c5a4b2cf53e6: Waiting 04:04:40 9325e15d5711: Waiting 04:04:40 556b6ee489ea: Waiting 04:04:40 9f32a84ed3da: Waiting 04:04:40 85791d961cd3: Verifying Checksum 04:04:40 85791d961cd3: Download complete 04:04:40 9f32a84ed3da: Verifying Checksum 04:04:40 9f32a84ed3da: Download complete 04:04:40 4d19c01a9841: Download complete 04:04:40 f56be85fc22e: Verifying Checksum 04:04:40 f56be85fc22e: Download complete 04:04:40 9325e15d5711: Verifying Checksum 04:04:40 9325e15d5711: Download complete 04:04:40 f56be85fc22e: Pull complete 04:04:40 85791d961cd3: Pull complete 04:04:40 c5a4b2cf53e6: Download complete 04:04:40 d694b5ae8c79: Verifying Checksum 04:04:40 d694b5ae8c79: Download complete 04:04:40 556b6ee489ea: Download complete 04:04:44 d694b5ae8c79: Pull complete 04:04:44 9f32a84ed3da: Pull complete 04:04:44 4d19c01a9841: Pull complete 04:04:44 9325e15d5711: Pull complete 04:04:46 556b6ee489ea: Pull complete 04:04:48 c5a4b2cf53e6: Pull complete 04:04:48 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 04:04:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:04:48 ---> c4be618373d6 04:04:48 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:04:52 Still waiting to schedule task 04:04:52 ‘prd-ubuntu20.04-docker-arm64-4c-16g-12539’ is offline 04:04:53 ---> Running in eaa8a69a4dd6 04:04:53 Removing intermediate container eaa8a69a4dd6 04:04:53 ---> 0815ebe98125 04:04:53 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:04:53 ---> Running in fb1b44288f4d 04:04:53 Removing intermediate container fb1b44288f4d 04:04:53 ---> f6afe860e285 04:04:53 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:04:53 ---> Running in 85936deff2dc 04:04:53 Removing intermediate container 85936deff2dc 04:04:53 ---> 0e743b4131e4 04:04:53 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:04:53 ---> Running in 7bba255c2952 04:04:53 Removing intermediate container 7bba255c2952 04:04:53 ---> 0eb2c7655a70 04:04:53 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:04:53 ---> Running in 2ff220f2edf7 04:04:53 Removing intermediate container 2ff220f2edf7 04:04:53 ---> 55e4506a7cd6 04:04:53 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:04:53 ---> Running in 76a0344b821c 04:04:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:04:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:04:53 OK: 265 MiB in 53 packages 04:04:53 Removing intermediate container 76a0344b821c 04:04:53 ---> 08c2c4056b20 04:04:53 Step 9/13 : WORKDIR /device-onvif-camera 04:04:53 ---> Running in a974d2663862 04:04:54 Removing intermediate container a974d2663862 04:04:54 ---> 1c4a882c6a02 04:04:54 Step 10/13 : COPY go.mod vendor* ./ 04:04:54 ---> 2dc26c3d7517 04:04:54 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:04:54 ---> Running in 7c61e8251a28 04:05:26 Removing intermediate container 7c61e8251a28 04:05:26 ---> 4418537457fc 04:05:26 Step 12/13 : COPY . . 04:05:26 ---> 9ebe8f2b1a69 04:05:26 Step 13/13 : RUN ${MAKE} 04:05:26 ---> Running in 1b401de518f7 04:05:26 noop 04:05:26 Removing intermediate container 1b401de518f7 04:05:26 ---> 19ad747a7a03 04:05:26 Successfully built 19ad747a7a03 04:05:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:26 + docker inspect -f . ci-base-image-x86_64 04:05:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:26 prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container 04:05:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:05:27 $ docker top b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:27 + go version 04:05:27 go version go1.20.2 linux/amd64 [Pipeline] } 04:05:27 $ docker stop --time=1 b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 04:05:28 $ docker rm -f --volumes b6f15417881e2d847bb0a22aace3ef0a14fe37a930968198eec1b6f5ff34a095 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:05:29 + docker inspect -f . ci-base-image-x86_64 04:05:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:05:29 prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container 04:05:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:05:30 $ docker top 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:30 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-336 [Pipeline] fileExists [Pipeline] sh 04:05:30 + make test 04:05:30 go test ./... -coverprofile=coverage.out ./... 04:05:36 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:05:46 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:05:46 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:05:47 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.027s coverage: 31.6% of statements 04:05:47 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.120s coverage: 86.5% of statements 04:05:54 go vet ./... 04:05:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:05:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:05:56 ./bin/test-attribution-txt.sh [Pipeline] echo 04:05:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:05:57 $ docker stop --time=1 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b 04:06:00 $ docker rm -f --volumes 02ea17007c9d72a12421f29441ded9f490b7330e2747a2abb8276ac4ef90939b [Pipeline] // withDockerContainer [Pipeline] sh 04:06:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:06:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:06:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:06:01 + ls -al . 04:06:01 total 232 04:06:01 drwxrwxr-x 10 jenkins jenkins 4096 May 3 04:05 . 04:06:01 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 .. 04:06:01 drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:04 .git 04:06:01 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:04 .github 04:06:01 -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:04 .gitignore 04:06:01 -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:04 .golangci.yml 04:06:01 drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:04 .semver 04:06:01 -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:04 Attribution.txt 04:06:01 -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:04 CHANGELOG.md 04:06:01 -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:04 Dockerfile 04:06:01 -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:04 GOVERNANCE.md 04:06:01 -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:04 Jenkinsfile 04:06:01 -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:04 LICENSE 04:06:01 -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:04 Makefile 04:06:01 -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:04 OWNERS.md 04:06:01 -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:04 README.md 04:06:01 -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:04 VERSION 04:06:01 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:04 bin 04:06:01 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:04 cmd 04:06:01 -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:05 coverage.out 04:06:01 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 doc 04:06:01 -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:04 go.mod 04:06:01 -rw-rw-r-- 1 jenkins jenkins 32947 May 3 04:04 go.sum 04:06:01 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 internal 04:06:01 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:04 snap 04:06:01 -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:02 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=91654600ad4b6e6087db961f16a54265e353dd89 --label arch=amd64 --label version=0.0.0 . 04:06:02 Sending build context to Docker daemon 21.51MB 04:06:02 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:06:02 Step 2/26 : FROM ${BASE} AS builder 04:06:02 ---> 19ad747a7a03 04:06:02 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:06:02 ---> Running in 866b0b7229b9 04:06:02 Removing intermediate container 866b0b7229b9 04:06:02 ---> d72a526b0138 04:06:02 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:06:02 ---> Running in 0b9de47727af 04:06:02 Removing intermediate container 0b9de47727af 04:06:02 ---> c24f0d70e632 04:06:02 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:06:02 ---> Running in e4027b1394aa 04:06:02 Removing intermediate container e4027b1394aa 04:06:02 ---> 999ac6fa7132 04:06:02 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:06:02 ---> Running in 5e2cf1351dec 04:06:03 Removing intermediate container 5e2cf1351dec 04:06:03 ---> 764b167892be 04:06:03 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:06:03 ---> Running in 386deeb5d331 04:06:03 Removing intermediate container 386deeb5d331 04:06:03 ---> 78fffc7bd50a 04:06:03 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:06:03 ---> Running in ae00cee7574f 04:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:06:03 OK: 265 MiB in 53 packages 04:06:03 Removing intermediate container ae00cee7574f 04:06:03 ---> 141e4b33f1a8 04:06:03 Step 9/26 : WORKDIR /device-onvif-camera 04:06:04 ---> Running in aef96b29bff2 04:06:04 Removing intermediate container aef96b29bff2 04:06:04 ---> 375ebe067d8c 04:06:04 Step 10/26 : COPY go.mod vendor* ./ 04:06:04 ---> 2684a185be3a 04:06:04 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:04 ---> Running in 319cd5be263c 04:06:05 Removing intermediate container 319cd5be263c 04:06:05 ---> ffceb96e7eab 04:06:05 Step 12/26 : COPY . . 04:06:05 ---> cde8c31a85f7 04:06:05 Step 13/26 : RUN ${MAKE} 04:06:05 ---> Running in d6118c6a18cf 04:06:05 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 04:06:26 Removing intermediate container d6118c6a18cf 04:06:26 ---> 758c4384d749 04:06:26 Step 14/26 : FROM alpine:3.17 04:06:26 3.17: Pulling from library/alpine 04:06:26 f56be85fc22e: Already exists 04:06:26 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:06:26 Status: Downloaded newer image for alpine:3.17 04:06:26 ---> 9ed4aefc74f6 04:06:26 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:06:26 ---> Running in fa0c36a2213d 04:06:26 Removing intermediate container fa0c36a2213d 04:06:26 ---> eb778194906b 04:06:26 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:06:26 ---> Running in e82e472216b3 04:06:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:06:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:06:26 (1/1) Installing dumb-init (1.2.5-r2) 04:06:26 Executing busybox-1.35.0-r29.trigger 04:06:26 OK: 7 MiB in 16 packages 04:06:26 Removing intermediate container e82e472216b3 04:06:26 ---> 0046411eb405 04:06:26 Step 17/26 : WORKDIR / 04:06:26 ---> Running in bc14a71d9369 04:06:26 Removing intermediate container bc14a71d9369 04:06:26 ---> 9f748db7099f 04:06:26 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:06:26 ---> 1245396acf22 04:06:26 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:06:26 ---> dfe9f60e844a 04:06:26 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:06:26 ---> e410ef4b1e1c 04:06:26 Step 21/26 : EXPOSE 59984 04:06:26 ---> Running in 985c7fae68b4 04:06:26 Removing intermediate container 985c7fae68b4 04:06:26 ---> c22dad684972 04:06:26 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:06:26 ---> Running in 1bd53037345f 04:06:26 Removing intermediate container 1bd53037345f 04:06:26 ---> 42f4eccb1b2b 04:06:26 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:06:27 ---> Running in d9fdd8f69943 04:06:27 Removing intermediate container d9fdd8f69943 04:06:27 ---> 20f05140502d 04:06:27 Step 24/26 : LABEL arch=amd64 04:06:27 ---> Running in 5c7166430fbf 04:06:27 Removing intermediate container 5c7166430fbf 04:06:27 ---> 49234c963410 04:06:27 Step 25/26 : LABEL git_sha=91654600ad4b6e6087db961f16a54265e353dd89 04:06:27 ---> Running in 31795b1252b6 04:06:27 Removing intermediate container 31795b1252b6 04:06:27 ---> ef961c87b60d 04:06:27 Step 26/26 : LABEL version=0.0.0 04:06:27 ---> Running in e119a9fc19f3 04:06:27 Removing intermediate container e119a9fc19f3 04:06:27 ---> ef628ac64b75 04:06:27 [Warning] One or more build-args [ARCH] were not consumed 04:06:27 Successfully built ef628ac64b75 04:06:27 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:28 04:06:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:06:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:28 latest: Pulling from edgex-lftools-log-publisher 04:06:28 5eb5b503b376: Pulling fs layer 04:06:28 5c69ac0246d0: Pulling fs layer 04:06:28 ec43610c2a17: Pulling fs layer 04:06:28 3a2ae6a8a46f: Pulling fs layer 04:06:28 33b1e0a273af: Pulling fs layer 04:06:28 5d3b04190fa2: Pulling fs layer 04:06:28 2f39f015ded8: Pulling fs layer 04:06:28 3a2ae6a8a46f: Waiting 04:06:28 33b1e0a273af: Waiting 04:06:28 5d3b04190fa2: Waiting 04:06:28 2f39f015ded8: Waiting 04:06:28 5c69ac0246d0: Verifying Checksum 04:06:28 5c69ac0246d0: Download complete 04:06:28 3a2ae6a8a46f: Verifying Checksum 04:06:28 3a2ae6a8a46f: Download complete 04:06:28 33b1e0a273af: Verifying Checksum 04:06:28 33b1e0a273af: Download complete 04:06:28 ec43610c2a17: Verifying Checksum 04:06:28 ec43610c2a17: Download complete 04:06:28 5d3b04190fa2: Verifying Checksum 04:06:28 5d3b04190fa2: Download complete 04:06:29 5eb5b503b376: Verifying Checksum 04:06:29 5eb5b503b376: Download complete 04:06:29 2f39f015ded8: Download complete 04:06:30 5eb5b503b376: Pull complete 04:06:30 5c69ac0246d0: Pull complete 04:06:30 ec43610c2a17: Pull complete 04:06:30 3a2ae6a8a46f: Pull complete 04:06:31 33b1e0a273af: Pull complete 04:06:31 5d3b04190fa2: Pull complete 04:06:35 2f39f015ded8: Pull complete 04:06:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:06:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:06:35 prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container 04:06:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:06:39 $ docker top 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:06:39 ---> job-cost.sh 04:06:39 lf-activate-venv: SKIPPING 04:06:39 INFO: No Stack... 04:06:39 INFO: Retrieving Pricing Info for: v3-standard-8 04:06:39 INFO: Archiving Costs [Pipeline] sh 04:06:40 + cat /w/workspace/undry_device-onvif-camera_PR-336/archives/cost.csv 04:06:40 + cut -d, -f6 [Pipeline] lock 04:06:40 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] 04:06:40 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] did not exist. Created. 04:06:40 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:06:40 + echo total: 0.2199999988079071 [Pipeline] stash 04:06:40 Stashed 1 file(s) [Pipeline] } 04:06:40 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:06:40 $ docker stop --time=1 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 04:06:42 $ docker rm -f --volumes 71f00a48a5a620ee8a219959cbd940807a18903c465dacdbc7ecd41a3982ffc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:07:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-12541 in /w/workspace/undry_device-onvif-camera_PR-336 [Pipeline] { [Pipeline] ws 04:07:23 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 04:07:23 The recommended git tool is: git 04:07:29 using credential edgex-jenkins-ssh 04:07:29 Cloning the remote Git repository 04:07:29 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 04:07:29 > git init /w/workspace/device-onvif-camera/1 # timeout=10 04:07:30 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:07:30 > git --version # timeout=10 04:07:30 > git --version # 'git version 2.25.1' 04:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 04:07:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:07:31 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:07:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:07:33 Merging remotes/origin/main commit ca50ff0226266dec6d343d3687e79f892dd3f78d into PR head commit 91654600ad4b6e6087db961f16a54265e353dd89 04:07:32 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:07:32 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:07:32 using GIT_SSH to set credentials SSH Credentials for GitHub 04:07:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/336/head:refs/remotes/origin/PR-336 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:07:33 > git config core.sparsecheckout # timeout=10 04:07:33 Merge succeeded, producing 91654600ad4b6e6087db961f16a54265e353dd89 04:07:33 Checking out Revision 91654600ad4b6e6087db961f16a54265e353dd89 (PR-336) 04:07:34 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 04:07:34 > git --version # timeout=10 04:07:34 > git --version # 'git version 2.25.1' 04:07:34 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:07:33 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 04:07:33 > git remote # timeout=10 04:07:33 > git config --get remote.origin.url # timeout=10 04:07:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:07:33 > git merge ca50ff0226266dec6d343d3687e79f892dd3f78d # timeout=10 04:07:33 > git rev-parse HEAD^{commit} # timeout=10 04:07:33 > git config core.sparsecheckout # timeout=10 04:07:33 > git checkout -f 91654600ad4b6e6087db961f16a54265e353dd89 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:07:35 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:07:35 % Total % Received % Xferd Average Speed Time Time Time Current 04:07:35 Dload Upload Total Spent Left Speed 04:07:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 04:07:36 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:07:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:07:36 + sudo tee /etc/docker/daemon.new 04:07:36 { 04:07:36 "registry-mirrors": [ 04:07:36 "https://nexus3.edgexfoundry.org:10001" 04:07:36 ], 04:07:36 "bip": "10.250.0.254/24", 04:07:36 "hosts": [ 04:07:36 "tcp://0.0.0.0:5555", 04:07:36 "unix:///var/run/docker.sock" 04:07:36 ], 04:07:36 "mtu": 1458, 04:07:36 "selinux-enabled": true, 04:07:36 "seccomp-profile": "/etc/docker/seccomp.json" 04:07:36 } [Pipeline] sh 04:07:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:07:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:07:55 provisioning config files... 04:07:55 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config17391378050905175023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:56 ---> docker-login.sh 04:07:56 nexus3.edgexfoundry.org:10001 04:07:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:56 Configure a credential helper to remove this warning. See 04:07:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:56 04:07:56 Login Succeeded 04:07:56 nexus3.edgexfoundry.org:10002 04:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:57 Configure a credential helper to remove this warning. See 04:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:57 04:07:57 Login Succeeded 04:07:57 nexus3.edgexfoundry.org:10003 04:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:57 Configure a credential helper to remove this warning. See 04:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:57 04:07:57 Login Succeeded 04:07:57 nexus3.edgexfoundry.org:10004 04:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:58 Configure a credential helper to remove this warning. See 04:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:58 04:07:58 Login Succeeded 04:07:58 docker.io 04:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:58 Configure a credential helper to remove this warning. See 04:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:58 04:07:58 Login Succeeded 04:07:58 ---> docker-login.sh ends [Pipeline] } 04:07:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:07:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:07:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:07:59 ========================================================= 04:07:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:07:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:07:59 + 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:08:00 Sending build context to Docker daemon 14.13MB 04:08:00 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:08:00 Step 2/13 : FROM ${BASE} AS builder 04:08:00 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:08:00 c41833b44d91: Pulling fs layer 04:08:00 ed15518f5707: Pulling fs layer 04:08:00 feae8fd75edb: Pulling fs layer 04:08:00 242c74f7c9fa: Pulling fs layer 04:08:00 3cdef696dda3: Pulling fs layer 04:08:00 2ced38df9373: Pulling fs layer 04:08:00 58f1dce35555: Pulling fs layer 04:08:00 242c74f7c9fa: Waiting 04:08:00 3cdef696dda3: Waiting 04:08:00 2ced38df9373: Waiting 04:08:00 58f1dce35555: Waiting 04:08:00 ed15518f5707: Verifying Checksum 04:08:00 ed15518f5707: Download complete 04:08:00 242c74f7c9fa: Verifying Checksum 04:08:00 242c74f7c9fa: Download complete 04:08:00 3cdef696dda3: Download complete 04:08:00 c41833b44d91: Verifying Checksum 04:08:00 c41833b44d91: Download complete 04:08:01 c41833b44d91: Pull complete 04:08:02 58f1dce35555: Verifying Checksum 04:08:02 58f1dce35555: Download complete 04:08:02 ed15518f5707: Pull complete 04:08:03 feae8fd75edb: Verifying Checksum 04:08:03 feae8fd75edb: Download complete 04:08:03 2ced38df9373: Verifying Checksum 04:08:03 2ced38df9373: Download complete 04:08:13 feae8fd75edb: Pull complete 04:08:13 242c74f7c9fa: Pull complete 04:08:13 3cdef696dda3: Pull complete 04:08:21 2ced38df9373: Pull complete 04:08:24 58f1dce35555: Pull complete 04:08:24 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 04:08:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:08:24 ---> fadd8f120f05 04:08:24 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:08:26 ---> Running in 19434c7471b8 04:08:26 Removing intermediate container 19434c7471b8 04:08:26 ---> 513bfbd4fd14 04:08:26 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:08:26 ---> Running in 4f7e35260c1a 04:08:26 Removing intermediate container 4f7e35260c1a 04:08:26 ---> c1f933da11e8 04:08:26 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:08:26 ---> Running in 58c96a1b87f5 04:08:27 Removing intermediate container 58c96a1b87f5 04:08:27 ---> 19fbdb2be4de 04:08:27 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:08:27 ---> Running in b82229f71fd6 04:08:27 Removing intermediate container b82229f71fd6 04:08:27 ---> a5c1dfaa774c 04:08:27 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:08:27 ---> Running in 68fc37b3f8af 04:08:27 Removing intermediate container 68fc37b3f8af 04:08:27 ---> 810d7650af6e 04:08:27 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:08:27 ---> Running in bd84a9bec93a 04:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:08:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:08:30 OK: 263 MiB in 53 packages 04:08:35 Removing intermediate container bd84a9bec93a 04:08:35 ---> ea358a88c4fb 04:08:35 Step 9/13 : WORKDIR /device-onvif-camera 04:08:35 ---> Running in ab0891dd46f6 04:08:35 Removing intermediate container ab0891dd46f6 04:08:35 ---> 3af83f726e5f 04:08:35 Step 10/13 : COPY go.mod vendor* ./ 04:08:36 ---> da400ce1db52 04:08:36 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:08:36 ---> Running in 5af74a6deddc 04:09:44 Removing intermediate container 5af74a6deddc 04:09:44 ---> 88e5209b9966 04:09:44 Step 12/13 : COPY . . 04:09:44 ---> f963d7b8e272 04:09:44 Step 13/13 : RUN ${MAKE} 04:09:44 ---> Running in d839c530a540 04:09:44 noop 04:09:44 Removing intermediate container d839c530a540 04:09:44 ---> 7d24324bf5cb 04:09:44 Successfully built 7d24324bf5cb 04:09:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:44 + docker inspect -f . ci-base-image-arm64 04:09:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:45 prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container 04:09:45 $ 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:09:46 $ docker top 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:47 + go version 04:09:47 go version go1.20.2 linux/arm64 [Pipeline] } 04:09:47 $ docker stop --time=1 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be 04:09:49 $ docker rm -f --volumes 2300199cbb40bbeeb8bd941b19167d4c2e9fee8a085f3613cbf95e702e09f4be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:49 + docker inspect -f . ci-base-image-arm64 04:09:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:50 prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container 04:09:50 $ 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:09:51 $ docker top 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:52 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 04:09:53 + make test 04:09:53 go test ./... -coverprofile=coverage.out ./... 04:10:31 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:12:53 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:12:53 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:12:55 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.189s coverage: 31.6% of statements 04:13:21 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.965s coverage: 86.5% of statements 04:13:21 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:13:21 go vet ./... 04:13:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:13:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:13:54 ./bin/test-attribution-txt.sh [Pipeline] echo 04:13:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:13:54 $ docker stop --time=1 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 04:13:58 $ docker rm -f --volumes 581d44e40bb2060b6b871223e875398c172b72f4ff583c7d6d34eca18f44d550 [Pipeline] // withDockerContainer [Pipeline] sh 04:13:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:13:59 Warning: overwriting stash ‘coverage-report’ 04:13:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:14:00 + ls -al . 04:14:00 total 228 04:14:00 drwxrwxr-x 9 jenkins jenkins 4096 May 3 04:09 . 04:14:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 .. 04:14:00 drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:07 .git 04:14:00 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:07 .github 04:14:00 -rw-rw-r-- 1 jenkins jenkins 496 May 3 04:07 .gitignore 04:14:00 -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:07 .golangci.yml 04:14:00 -rw-rw-r-- 1 jenkins jenkins 9861 May 3 04:07 Attribution.txt 04:14:00 -rw-rw-r-- 1 jenkins jenkins 6312 May 3 04:07 CHANGELOG.md 04:14:00 -rw-rw-r-- 1 jenkins jenkins 1574 May 3 04:07 Dockerfile 04:14:00 -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:07 GOVERNANCE.md 04:14:00 -rw-rw-r-- 1 jenkins jenkins 734 May 3 04:07 Jenkinsfile 04:14:00 -rw-rw-r-- 1 jenkins jenkins 11348 May 3 04:07 LICENSE 04:14:00 -rw-rw-r-- 1 jenkins jenkins 2751 May 3 04:07 Makefile 04:14:00 -rw-rw-r-- 1 jenkins jenkins 625 May 3 04:07 OWNERS.md 04:14:00 -rw-rw-r-- 1 jenkins jenkins 2591 May 3 04:07 README.md 04:14:00 -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:04 VERSION 04:14:00 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:07 bin 04:14:00 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:07 cmd 04:14:00 -rw-r--r-- 1 jenkins jenkins 78922 May 3 04:13 coverage.out 04:14:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 doc 04:14:00 -rw-rw-r-- 1 jenkins jenkins 3557 May 3 04:07 go.mod 04:14:00 -rw-rw-r-- 1 jenkins jenkins 32947 May 3 04:07 go.sum 04:14:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 internal 04:14:00 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:07 snap 04:14:00 -rw-rw-r-- 1 jenkins jenkins 236 May 3 04:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:14:01 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=91654600ad4b6e6087db961f16a54265e353dd89 --label arch=arm64 --label version=0.0.0 . 04:14:01 Sending build context to Docker daemon 14.21MB 04:14:01 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:14:01 Step 2/26 : FROM ${BASE} AS builder 04:14:01 ---> 7d24324bf5cb 04:14:01 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:14:01 ---> Running in ce02f98cd52d 04:14:02 Removing intermediate container ce02f98cd52d 04:14:02 ---> 1bc44de7820d 04:14:02 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:14:02 ---> Running in b01b97c05b54 04:14:02 Removing intermediate container b01b97c05b54 04:14:02 ---> 5e54e6d7aefb 04:14:02 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:14:02 ---> Running in ba72168dc716 04:14:02 Removing intermediate container ba72168dc716 04:14:02 ---> 03df5f33d3fb 04:14:02 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:14:02 ---> Running in 379bc9ede165 04:14:03 Removing intermediate container 379bc9ede165 04:14:03 ---> 3cbad9eadb68 04:14:03 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:14:03 ---> Running in 14546ef670cb 04:14:03 Removing intermediate container 14546ef670cb 04:14:03 ---> aab63c4b05fc 04:14:03 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:14:03 ---> Running in de0a6afdfdcd 04:14:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:14:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:14:06 OK: 263 MiB in 53 packages 04:14:07 Removing intermediate container de0a6afdfdcd 04:14:07 ---> a42e9bfcd657 04:14:07 Step 9/26 : WORKDIR /device-onvif-camera 04:14:07 ---> Running in 71b4b6930e53 04:14:07 Removing intermediate container 71b4b6930e53 04:14:07 ---> 3b188c4bfa66 04:14:07 Step 10/26 : COPY go.mod vendor* ./ 04:14:07 ---> a61345488a5c 04:14:07 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:07 ---> Running in 6d89284c286d 04:14:13 Removing intermediate container 6d89284c286d 04:14:13 ---> eea66f0210b9 04:14:13 Step 12/26 : COPY . . 04:14:14 ---> 1cd9b4495cc8 04:14:14 Step 13/26 : RUN ${MAKE} 04:14:14 ---> Running in fd425cd07697 04:14:15 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 04:16:37 Removing intermediate container fd425cd07697 04:16:37 ---> 022b27275004 04:16:37 Step 14/26 : FROM alpine:3.17 04:16:37 3.17: Pulling from library/alpine 04:16:37 c41833b44d91: Already exists 04:16:37 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:16:37 Status: Downloaded newer image for alpine:3.17 04:16:37 ---> 51e60588ff2c 04:16:37 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:16:37 ---> Running in 5617e8a4d0e0 04:16:37 Removing intermediate container 5617e8a4d0e0 04:16:37 ---> dc08ccc6dc8f 04:16:37 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:16:37 ---> Running in cf1dd7fc594e 04:16:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:16:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:16:38 (1/1) Installing dumb-init (1.2.5-r2) 04:16:38 Executing busybox-1.35.0-r29.trigger 04:16:38 OK: 8 MiB in 16 packages 04:16:39 Removing intermediate container cf1dd7fc594e 04:16:39 ---> 6f158b014746 04:16:39 Step 17/26 : WORKDIR / 04:16:39 ---> Running in 92ae81797cb8 04:16:39 Removing intermediate container 92ae81797cb8 04:16:39 ---> 3e7195c5d109 04:16:39 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:16:41 ---> 1af3edd70457 04:16:41 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:16:41 ---> 53ddba4426ce 04:16:41 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:16:41 ---> ded8f1b4cfea 04:16:41 Step 21/26 : EXPOSE 59984 04:16:42 ---> Running in bdc982abc14d 04:16:42 Removing intermediate container bdc982abc14d 04:16:42 ---> 86991cbc80b1 04:16:42 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:16:42 ---> Running in 309dff66362e 04:16:42 Removing intermediate container 309dff66362e 04:16:42 ---> 5acf9a2a76d3 04:16:42 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:16:42 ---> Running in 377ec782414a 04:16:42 Removing intermediate container 377ec782414a 04:16:42 ---> 1ed38b4c1b59 04:16:42 Step 24/26 : LABEL arch=arm64 04:16:43 ---> Running in 52857604393b 04:16:43 Removing intermediate container 52857604393b 04:16:43 ---> 67f4a4733307 04:16:43 Step 25/26 : LABEL git_sha=91654600ad4b6e6087db961f16a54265e353dd89 04:16:43 ---> Running in fc73472ca502 04:16:43 Removing intermediate container fc73472ca502 04:16:43 ---> 44b0c2cd4bf7 04:16:43 Step 26/26 : LABEL version=0.0.0 04:16:43 ---> Running in 463d23cadc32 04:16:44 Removing intermediate container 463d23cadc32 04:16:44 ---> ac3b6ed507bb 04:16:44 [Warning] One or more build-args [ARCH] were not consumed 04:16:44 Successfully built ac3b6ed507bb 04:16:44 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:45 04:16:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:45 arm64: Pulling from edgex-lftools-log-publisher 04:16:45 8998bd30e6a1: Pulling fs layer 04:16:45 04944245beec: Pulling fs layer 04:16:45 699f458cf7ca: Pulling fs layer 04:16:45 765212b225bb: Pulling fs layer 04:16:45 f23df028b6ca: Pulling fs layer 04:16:45 d65c8cfc05b1: Pulling fs layer 04:16:45 2437ff75d9bd: Pulling fs layer 04:16:45 765212b225bb: Waiting 04:16:45 f23df028b6ca: Waiting 04:16:45 2437ff75d9bd: Waiting 04:16:45 d65c8cfc05b1: Waiting 04:16:45 04944245beec: Verifying Checksum 04:16:45 04944245beec: Download complete 04:16:45 765212b225bb: Verifying Checksum 04:16:45 765212b225bb: Download complete 04:16:45 f23df028b6ca: Download complete 04:16:45 d65c8cfc05b1: Download complete 04:16:45 699f458cf7ca: Verifying Checksum 04:16:45 699f458cf7ca: Download complete 04:16:48 2437ff75d9bd: Download complete 04:16:48 8998bd30e6a1: Download complete 04:16:53 8998bd30e6a1: Pull complete 04:16:53 04944245beec: Pull complete 04:16:53 699f458cf7ca: Pull complete 04:16:54 765212b225bb: Pull complete 04:16:54 f23df028b6ca: Pull complete 04:16:55 d65c8cfc05b1: Pull complete 04:17:10 2437ff75d9bd: Pull complete 04:17:10 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:17:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:17:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:10 prd-ubuntu20.04-docker-arm64-4c-16g-12541 does not seem to be running inside a container 04:17:10 $ 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:17:13 $ docker top 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:17:14 ---> job-cost.sh 04:17:14 lf-activate-venv: SKIPPING 04:17:14 INFO: No Stack... 04:17:14 INFO: Retrieving Pricing Info for: v3-standard-4 04:17:15 INFO: Archiving Costs [Pipeline] sh 04:17:16 + cut -d, -f6 04:17:16 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock 04:17:16 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] 04:17:16 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] did not exist. Created. 04:17:16 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:17:16 /w/workspace/device-onvif-camera/1@tmp/durable-95ff828b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:17:17 + echo total: 0.10999999940395355 [Pipeline] stash 04:17:17 Warning: overwriting stash ‘stack-cost’ 04:17:17 Stashed 1 file(s) [Pipeline] } 04:17:17 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-336-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:17:17 $ docker stop --time=1 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b 04:17:19 $ docker rm -f --volumes 18784065dd65be44f10c78b02db3f12909f9e707ee0b1c05eb26f3f8ff18236b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:17:20 provisioning config files... 04:17:20 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config13086267178689441548tmp [Pipeline] { [Pipeline] sh 04:17:20 + set +x 04:17:20 + curl -s https://codecov.io/bash 04:17:20 + bash -s -- 04:17:20 04:17:20 _____ _ 04:17:20 / ____| | | 04:17:20 | | ___ __| | ___ ___ _____ __ 04:17:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:17:20 | |___| (_) | (_| | __/ (_| (_) \ V / 04:17:20 \_____\___/ \__,_|\___|\___\___/ \_/ 04:17:20 Bash-1.0.6 04:17:20 04:17:20 04:17:20 ==> git version 2.25.1 found 04:17:20 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:17:20 Release-Date: 2020-01-08 04:17:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:17:20 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:17:20 ==> Jenkins CI detected. 04:17:20 current dir:  /w/workspace/undry_device-onvif-camera_PR-336 04:17:20 project root: . 04:17:20 --> token set from env 04:17:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:17:20 ==> Running gcov in . (disable via -X gcov) 04:17:20 ==> Python coveragepy not found 04:17:20 ==> Searching for coverage reports in: 04:17:20 + . 04:17:20 -> Found 1 reports 04:17:20 ==> Detecting git/mercurial file structure 04:17:20 ==> Reading reports 04:17:20 + ./coverage.out bytes=78922 04:17:20 ==> Appending adjustments 04:17:20 https://docs.codecov.io/docs/fixing-reports 04:17:20 + Found adjustments 04:17:20 ==> Gzipping contents 04:17:20 12K /tmp/codecov.QSWhhY.gz 04:17:20 ==> Uploading reports 04:17:20 url: https://codecov.io 04:17:20 query: branch=PR-336&commit=91654600ad4b6e6087db961f16a54265e353dd89&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-336%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=336&job=&cmd_args= 04:17:20 -> Pinging Codecov 04:17:20 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-336&commit=91654600ad4b6e6087db961f16a54265e353dd89&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-336%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=336&job=&cmd_args= 04:17:21 -> Uploading to 04:17:21 https://storage.googleapis.com/codecov/v4/raw/2023-05-03/F29A59C45E3A92E06B3E522C9905F8EF/91654600ad4b6e6087db961f16a54265e353dd89/b49eeda3-70f4-4d11-9c7d-e797a0ad86ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230503T041720Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07892ed2718327ae69729f063afeec858e260f0737b0da0e447bc31eda381427 04:17:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:17:21 Dload Upload Total Spent Left Speed 04:17:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10501 0 0 100 10501 0 51729 --:--:-- --:--:-- --:--:-- 51475 100 10501 0 0 100 10501 0 48169 --:--:-- --:--:-- --:--:-- 47949 04:17:21 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/91654600ad4b6e6087db961f16a54265e353dd89 [Pipeline] } 04:17:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:17:23 + [ -d /w/workspace/undry_device-onvif-camera_PR-336/archives ] 04:17:23 + ls -al /w/workspace/undry_device-onvif-camera_PR-336/archives 04:17:23 total 16 04:17:23 drwxr-xr-x 3 root root 4096 May 3 04:06 . 04:17:23 drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:06 .. 04:17:23 drwxr-xr-x 2 root root 4096 May 3 04:06 cost 04:17:23 -rw-r--r-- 1 root root 91 May 3 04:06 cost.csv 04:17:23 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-336/archives 04:17:23 + ls -al /w/workspace/undry_device-onvif-camera_PR-336/archives 04:17:23 total 16 04:17:23 drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:06 . 04:17:23 drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:06 .. 04:17:23 drwxr-xr-x 2 jenkins jenkins 4096 May 3 04:06 cost 04:17:23 -rw-r--r-- 1 jenkins jenkins 91 May 3 04:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:17:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:17:24 ---> package-listing.sh 04:17:24 ++ facter osfamily 04:17:24 ++ tr '[:upper:]' '[:lower:]' 04:17:24 + OS_FAMILY=debian 04:17:24 + workspace=/w/workspace/undry_device-onvif-camera_PR-336 04:17:24 + START_PACKAGES=/tmp/packages_start.txt 04:17:24 + END_PACKAGES=/tmp/packages_end.txt 04:17:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:17:24 + PACKAGES=/tmp/packages_start.txt 04:17:24 + '[' /w/workspace/undry_device-onvif-camera_PR-336 ']' 04:17:24 + PACKAGES=/tmp/packages_end.txt 04:17:24 + case "${OS_FAMILY}" in 04:17:24 + dpkg -l 04:17:24 + grep '^ii' 04:17:24 + '[' -f /tmp/packages_start.txt ']' 04:17:24 + '[' -f /tmp/packages_end.txt ']' 04:17:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:17:24 + '[' /w/workspace/undry_device-onvif-camera_PR-336 ']' 04:17:24 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-336/archives/ 04:17:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-336/archives/ [Pipeline] echo 04:17:24 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:17:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:17:26 prd-ubuntu20.04-docker-8c-8g-12538 does not seem to be running inside a container 04:17:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/undry_device-onvif-camera_PR-336/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-336 -v /w/workspace/undry_device-onvif-camera_PR-336:/w/workspace/undry_device-onvif-camera_PR-336:rw,z -v /w/workspace/undry_device-onvif-camera_PR-336@tmp:/w/workspace/undry_device-onvif-camera_PR-336@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:17:26 $ docker top e1d948f4ad5270b2a0ccfee7fac6a1e6b2fa230b00867ee45a820dae14c11e3a -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:26 + touch /tmp/pre-build-complete [Pipeline] sh 04:17:26 + mkdir -p /var/log/sysstat [Pipeline] sh 04:17:27 + ls /var/log/sa-host 04:17:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:27 provisioning config files... 04:17:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-336@tmp/config13938618871964726055tmp [Pipeline] { [Pipeline] echo 04:17:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:17:27 ---> create-netrc.sh [Pipeline] } 04:17:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:17:28 ---> python-tools-install.sh [Pipeline] echo 04:17:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:17:28 ---> sudo-logs.sh 04:17:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:17:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:28 ---> job-cost.sh 04:17:28 lf-activate-venv: SKIPPING 04:17:28 DEBUG: total: 0.2199999988079071 04:17:28 INFO: Retrieving Stack Cost... 04:17:29 INFO: Retrieving Pricing Info for: v3-standard-8 04:17:29 INFO: Archiving Costs [Pipeline] echo 04:17:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:30 ---> logs-deploy.sh 04:17:30 lf-activate-venv: SKIPPING 04:17:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-336/1 04:17:30 INFO: archiving workspace using pattern(s): 04:17:31 Archives upload complete. 04:17:31 INFO: archiving logs to Nexus 04:17:31 ---> uname -a: 04:17:31 Linux prd-ubuntu20-04-docker-8c-8g-12538 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:17:31 04:17:31 04:17:31 ---> lscpu: 04:17:31 Architecture: x86_64 04:17:31 CPU op-mode(s): 32-bit, 64-bit 04:17:31 Byte Order: Little Endian 04:17:31 Address sizes: 40 bits physical, 48 bits virtual 04:17:31 CPU(s): 8 04:17:31 On-line CPU(s) list: 0-7 04:17:31 Thread(s) per core: 1 04:17:31 Core(s) per socket: 1 04:17:31 Socket(s): 8 04:17:31 NUMA node(s): 1 04:17:31 Vendor ID: AuthenticAMD 04:17:31 CPU family: 23 04:17:31 Model: 49 04:17:31 Model name: AMD EPYC-Rome Processor 04:17:31 Stepping: 0 04:17:31 CPU MHz: 2799.998 04:17:31 BogoMIPS: 5599.99 04:17:31 Virtualization: AMD-V 04:17:31 Hypervisor vendor: KVM 04:17:31 Virtualization type: full 04:17:31 L1d cache: 256 KiB 04:17:31 L1i cache: 256 KiB 04:17:31 L2 cache: 4 MiB 04:17:31 L3 cache: 128 MiB 04:17:31 NUMA node0 CPU(s): 0-7 04:17:31 Vulnerability Itlb multihit: Not affected 04:17:31 Vulnerability L1tf: Not affected 04:17:31 Vulnerability Mds: Not affected 04:17:31 Vulnerability Meltdown: Not affected 04:17:31 Vulnerability Mmio stale data: Not affected 04:17:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:17:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:17:31 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:17:31 Vulnerability Srbds: Not affected 04:17:31 Vulnerability Tsx async abort: Not affected 04:17:31 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:17:31 04:17:31 04:17:31 ---> nproc: 04:17:31 8 04:17:31 04:17:31 04:17:31 ---> df -h: 04:17:31 Filesystem Size Used Avail Use% Mounted on 04:17:31 overlay 155G 12G 144G 8% / 04:17:31 tmpfs 64M 0 64M 0% /dev 04:17:31 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:17:31 shm 64M 0 64M 0% /dev/shm 04:17:31 /dev/vda1 155G 12G 144G 8% /facter-os 04:17:31 04:17:31 04:17:31 ---> sar -b -r -n DEV: 04:17:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12538) 05/03/23 _x86_64_ (8 CPU) 04:17:31 04:17:31 04:03:34 LINUX RESTART (8 CPU) 04:17:31 04:17:31 04:04:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:17:31 04:05:01 190.40 40.20 150.20 0.00 4381.59 150989.97 0.00 04:17:31 04:06:01 122.61 0.93 121.68 0.00 87.59 53575.74 0.00 04:17:31 04:07:01 172.04 0.08 171.95 0.00 10.00 38559.17 0.00 04:17:31 04:08:01 1.57 0.00 1.57 0.00 0.00 20.15 0.00 04:17:31 04:09:01 39.04 12.90 26.15 0.00 5446.29 6297.88 0.00 04:17:31 04:10:01 4.20 0.00 4.20 0.00 0.00 51.86 0.00 04:17:31 04:11:01 1.02 0.00 1.02 0.00 0.00 10.40 0.00 04:17:31 04:12:01 0.85 0.00 0.85 0.00 0.00 10.40 0.00 04:17:31 04:13:01 1.23 0.00 1.23 0.00 0.00 12.93 0.00 04:17:31 04:14:01 2.20 0.00 2.20 0.00 0.00 36.93 0.00 04:17:31 04:15:01 0.95 0.00 0.95 0.00 0.00 9.60 0.00 04:17:31 04:16:01 1.75 0.00 1.75 0.00 0.00 19.20 0.00 04:17:31 04:17:01 0.93 0.02 0.92 0.00 0.13 9.47 0.00 04:17:31 Average: 41.06 4.07 36.99 0.00 754.20 18861.31 0.00 04:17:31 04:17:31 04:04:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:17:31 04:05:01 28445576 31587108 727008 2.21 109124 3242436 1900704 5.60 1146316 2863556 559744 04:17:31 04:06:01 28377456 31573040 737540 2.24 148716 3247220 1784852 5.26 1179308 2881784 224 04:17:31 04:07:01 27576048 31577512 730020 2.22 160828 3976952 1765044 5.20 1275984 3519008 360 04:17:31 04:08:01 27575936 31577412 730020 2.22 160868 3976940 1765044 5.20 1275968 3519012 156 04:17:31 04:09:01 27205512 31560492 732200 2.23 169228 4310244 1843292 5.43 1505680 3630004 1064 04:17:31 04:10:01 27207428 31562252 731020 2.22 169272 4310240 1859808 5.48 1505064 3629964 44 04:17:31 04:11:01 27209648 31564536 728712 2.22 169296 4310244 1859808 5.48 1502600 3629968 4 04:17:31 04:12:01 27214572 31569492 723912 2.20 169328 4310244 1859808 5.48 1498692 3629992 168 04:17:31 04:13:01 27215060 31570044 723356 2.20 169372 4310240 1859808 5.48 1498752 3630000 20 04:17:31 04:14:01 27213784 31569460 724304 2.20 169472 4310228 1859808 5.48 1498284 3630572 24 04:17:31 04:15:01 27214344 31570124 723356 2.20 169492 4310228 1859808 5.48 1498328 3630572 8 04:17:31 04:16:01 27213748 31569588 723644 2.20 169532 4310212 1859808 5.48 1498344 3630572 4 04:17:31 04:17:01 27213344 31569312 723780 2.20 169560 4310236 1859808 5.48 1498780 3630576 208 04:17:31 Average: 27452497 31570798 727606 2.21 161853 4095051 1841338 5.43 1414008 3496583 43233 04:17:31 04:17:31 04:04:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:17:31 04:05:01 docker0 203.19 308.67 16.44 2181.65 0.00 0.00 0.00 0.00 04:17:31 04:05:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 04:17:31 04:05:01 ens3 876.73 560.89 9110.68 106.23 0.00 0.00 0.00 0.00 04:17:31 04:06:01 docker0 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 04:17:31 04:06:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 04:17:31 04:06:01 ens3 59.87 43.26 43.14 80.52 0.00 0.00 0.00 0.00 04:17:31 04:07:01 docker0 2.67 6.53 0.17 85.51 0.00 0.00 0.00 0.00 04:17:31 04:07:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 04:17:31 04:07:01 ens3 113.56 65.16 2618.85 16.02 0.00 0.00 0.00 0.00 04:17:31 04:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:08:01 ens3 0.60 0.53 0.31 0.22 0.00 0.00 0.00 0.00 04:17:31 04:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:09:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 04:17:31 04:09:01 ens3 136.09 69.51 1952.48 4.89 0.00 0.00 0.00 0.00 04:17:31 04:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:10:01 ens3 0.42 0.37 0.09 0.08 0.00 0.00 0.00 0.00 04:17:31 04:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:11:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:12:01 ens3 0.95 0.60 3.01 0.04 0.00 0.00 0.00 0.00 04:17:31 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:13:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:14:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:15:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 04:17:31 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:16:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 04:17:31 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:17:31 04:17:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 04:17:31 Average: docker0 15.36 23.52 1.24 169.24 0.00 0.00 0.00 0.00 04:17:31 Average: lo 0.77 0.77 0.07 0.07 0.00 0.00 0.00 0.00 04:17:31 Average: ens3 89.47 55.68 1035.34 15.77 0.00 0.00 0.00 0.00 04:17:31 04:17:31 04:17:31 ---> sar -P ALL: 04:17:31 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-12538) 05/03/23 _x86_64_ (8 CPU) 04:17:31 04:17:31 04:03:34 LINUX RESTART (8 CPU) 04:17:31 04:17:31 04:04:03 CPU %user %nice %system %iowait %steal %idle 04:17:31 04:05:01 all 11.06 0.00 4.05 2.95 0.07 81.87 04:17:31 04:05:01 0 9.62 0.00 3.83 0.38 0.05 86.11 04:17:31 04:05:01 1 13.33 0.00 3.56 0.45 0.07 82.58 04:17:31 04:05:01 2 13.91 0.00 3.96 11.85 0.07 70.21 04:17:31 04:05:01 3 13.24 0.00 4.01 0.28 0.07 82.40 04:17:31 04:05:01 4 9.40 0.00 4.73 0.99 0.09 84.79 04:17:31 04:05:01 5 8.03 0.00 3.95 2.16 0.07 85.79 04:17:31 04:05:01 6 10.60 0.00 4.19 5.38 0.07 79.76 04:17:31 04:05:01 7 10.39 0.00 4.11 2.13 0.09 83.28 04:17:31 04:06:01 all 27.42 0.00 5.09 3.38 0.09 64.03 04:17:31 04:06:01 0 27.37 0.00 5.18 0.49 0.08 66.89 04:17:31 04:06:01 1 29.30 0.00 5.41 0.61 0.08 64.61 04:17:31 04:06:01 2 27.87 0.00 5.75 17.78 0.08 48.52 04:17:31 04:06:01 3 26.57 0.00 5.26 0.34 0.07 67.76 04:17:31 04:06:01 4 25.92 0.00 4.67 1.99 0.05 67.37 04:17:31 04:06:01 5 27.50 0.00 4.76 0.64 0.08 67.02 04:17:31 04:06:01 6 26.47 0.00 4.51 1.58 0.07 67.38 04:17:31 04:06:01 7 28.35 0.00 5.15 3.63 0.17 62.70 04:17:31 04:07:01 all 16.14 0.00 3.77 1.97 0.05 78.08 04:17:31 04:07:01 0 15.80 0.00 4.28 0.02 0.03 79.87 04:17:31 04:07:01 1 15.89 0.00 4.26 4.72 0.05 75.08 04:17:31 04:07:01 2 16.85 0.00 3.30 0.29 0.07 79.51 04:17:31 04:07:01 3 14.75 0.00 3.54 2.94 0.05 78.72 04:17:31 04:07:01 4 16.10 0.00 3.56 0.08 0.05 80.20 04:17:31 04:07:01 5 16.80 0.00 3.76 1.47 0.05 77.93 04:17:31 04:07:01 6 16.09 0.00 3.06 0.12 0.03 80.70 04:17:31 04:07:01 7 16.84 0.00 4.41 6.11 0.05 72.58 04:17:31 04:08:01 all 0.00 0.00 0.02 0.00 0.01 99.97 04:17:31 04:08:01 0 0.00 0.00 0.02 0.00 0.02 99.97 04:17:31 04:08:01 1 0.02 0.00 0.03 0.02 0.02 99.92 04:17:31 04:08:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:17:31 04:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 04:17:31 04:08:01 4 0.00 0.00 0.00 0.02 0.00 99.98 04:17:31 04:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 04:17:31 04:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 04:17:31 04:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:09:01 all 1.48 0.00 0.61 0.64 0.02 97.26 04:17:31 04:09:01 0 1.84 0.00 0.33 0.38 0.02 97.44 04:17:31 04:09:01 1 1.12 0.00 0.43 0.02 0.02 98.42 04:17:31 04:09:01 2 1.15 0.00 0.52 0.07 0.02 98.25 04:17:31 04:09:01 3 0.62 0.00 0.70 0.27 0.02 98.40 04:17:31 04:09:01 4 1.97 0.00 0.58 1.62 0.02 95.81 04:17:31 04:09:01 5 0.99 0.00 0.60 1.05 0.03 97.33 04:17:31 04:09:01 6 2.40 0.00 0.88 0.97 0.02 95.73 04:17:31 04:09:01 7 1.74 0.00 0.82 0.72 0.03 96.68 04:17:31 04:10:01 all 0.28 0.00 0.02 0.01 0.01 99.69 04:17:31 04:10:01 0 1.97 0.00 0.02 0.00 0.00 98.01 04:17:31 04:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 04:17:31 04:10:01 3 0.07 0.00 0.03 0.00 0.03 99.87 04:17:31 04:10:01 4 0.02 0.00 0.02 0.02 0.02 99.93 04:17:31 04:10:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:17:31 04:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 04:17:31 04:10:01 7 0.05 0.00 0.02 0.07 0.00 99.87 04:17:31 04:11:01 all 0.13 0.00 0.01 0.00 0.01 99.84 04:17:31 04:11:01 0 0.94 0.00 0.02 0.00 0.02 99.02 04:17:31 04:11:01 1 0.00 0.00 0.03 0.00 0.02 99.95 04:17:31 04:11:01 2 0.02 0.00 0.00 0.00 0.02 99.97 04:17:31 04:11:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:17:31 04:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 04:17:31 04:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 04:17:31 04:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:11:01 7 0.00 0.00 0.00 0.02 0.02 99.97 04:17:31 04:12:01 all 0.06 0.00 0.00 0.00 0.01 99.92 04:17:31 04:12:01 0 0.42 0.00 0.00 0.00 0.00 99.58 04:17:31 04:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:12:01 3 0.03 0.00 0.03 0.00 0.03 99.90 04:17:31 04:12:01 4 0.02 0.00 0.00 0.02 0.00 99.97 04:17:31 04:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 04:17:31 04:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 04:17:31 04:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:13:01 all 0.04 0.00 0.01 0.00 0.01 99.94 04:17:31 04:13:01 0 0.18 0.00 0.00 0.00 0.02 99.80 04:17:31 04:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 04:17:31 04:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:17:31 04:13:01 4 0.00 0.00 0.00 0.02 0.02 99.97 04:17:31 04:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:13:01 7 0.02 0.00 0.02 0.02 0.02 99.93 04:17:31 04:14:01 all 0.10 0.00 0.02 0.01 0.00 99.86 04:17:31 04:14:01 0 0.70 0.00 0.03 0.00 0.00 99.27 04:17:31 04:14:01 1 0.00 0.00 0.02 0.00 0.00 99.98 04:17:31 04:14:01 2 0.00 0.00 0.03 0.00 0.02 99.95 04:17:31 04:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:17:31 04:14:01 4 0.03 0.00 0.02 0.03 0.00 99.92 04:17:31 04:14:01 5 0.03 0.00 0.00 0.02 0.00 99.95 04:17:31 04:14:01 6 0.00 0.00 0.00 0.02 0.00 99.98 04:17:31 04:14:01 7 0.05 0.00 0.02 0.03 0.00 99.90 04:17:31 04:15:01 all 0.08 0.00 0.00 0.00 0.01 99.90 04:17:31 04:15:01 0 0.57 0.00 0.02 0.00 0.02 99.40 04:17:31 04:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:15:01 3 0.05 0.00 0.00 0.00 0.03 99.92 04:17:31 04:15:01 4 0.02 0.00 0.00 0.02 0.00 99.97 04:17:31 04:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 04:17:31 04:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:17:31 04:15:01 CPU %user %nice %system %iowait %steal %idle 04:17:31 04:16:01 all 0.02 0.00 0.00 0.00 0.01 99.96 04:17:31 04:16:01 0 0.10 0.00 0.00 0.00 0.00 99.90 04:17:31 04:16:01 1 0.02 0.00 0.00 0.00 0.02 99.97 04:17:31 04:16:01 2 0.00 0.00 0.02 0.02 0.02 99.95 04:17:31 04:16:01 3 0.03 0.00 0.02 0.00 0.02 99.93 04:17:31 04:16:01 4 0.02 0.00 0.00 0.02 0.02 99.95 04:17:31 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:17:31 04:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:17:01 all 0.10 0.00 0.01 0.00 0.00 99.88 04:17:31 04:17:01 0 0.71 0.00 0.02 0.00 0.00 99.27 04:17:31 04:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 04:17:31 04:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 04:17:31 04:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 04:17:31 04:17:01 4 0.02 0.00 0.02 0.02 0.00 99.95 04:17:31 04:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 04:17:31 04:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 04:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:17:31 Average: all 4.33 0.00 1.03 0.68 0.02 93.94 04:17:31 Average: 0 4.59 0.00 1.04 0.10 0.02 94.26 04:17:31 Average: 1 4.53 0.00 1.04 0.44 0.02 93.96 04:17:31 Average: 2 4.54 0.00 1.03 2.27 0.02 92.14 04:17:31 Average: 3 4.22 0.00 1.04 0.29 0.03 94.42 04:17:31 Average: 4 4.08 0.00 1.03 0.37 0.02 94.50 04:17:31 Average: 5 4.08 0.00 1.00 0.40 0.02 94.50 04:17:31 Average: 6 4.24 0.00 0.96 0.60 0.02 94.18 04:17:31 Average: 7 4.37 0.00 1.10 0.97 0.03 93.53 04:17:31 04:17:31 04:17:31