Pull request #233 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from 52da119c14e67ea8dacabd45ca239c121a5df235+ce7fe079461b7505b319433b3b229be05385591d (c26d5b984e8e63ce49ef0cfce6feeb53d3bac037) 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-ssh13452422762831989131.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh2031023863498727238.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-233/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-233/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9930333902614665559.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-233/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5379046505644554576.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh4833457946611953930.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-233/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-233/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1217735564655236557.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6158 in /w/workspace/undry_device-onvif-camera_PR-233 [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-233 # 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 ce7fe079461b7505b319433b3b229be05385591d into PR head commit 52da119c14e67ea8dacabd45ca239c121a5df235 Merge succeeded, producing 52da119c14e67ea8dacabd45ca239c121a5df235 Checking out Revision 52da119c14e67ea8dacabd45ca239c121a5df235 (PR-233) > 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/233/head:refs/remotes/origin/PR-233 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # 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 ce7fe079461b7505b319433b3b229be05385591d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T18:01:26.530Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T18:01:26.696Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T18:01:26.802Z] ========================================================= [2023-02-15T18:01:26.802Z] EdgeX Global Pipelines Version Info [2023-02-15T18:01:26.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:01:27.551Z] ------------------- [2023-02-15T18:01:27.551Z] stable info: [2023-02-15T18:01:27.551Z] ------------------- [2023-02-15T18:01:27.551Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T18:01:27.551Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T18:01:27.551Z] Message: update stable to v1.0.244 [2023-02-15T18:01:28.123Z] ------------------- [2023-02-15T18:01:28.123Z] experimental info: [2023-02-15T18:01:28.123Z] ------------------- [2023-02-15T18:01:28.123Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T18:01:28.123Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T18:01:28.123Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T18:01:28.362Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-02-15T18:01:28.402Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-02-15T18:01:28.442Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T18:01:28.482Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T18:01:28.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T18:01:28.555Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T18:01:28.591Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T18:01:28.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-15T18:01:28.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T18:01:28.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T18:01:28.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T18:01:28.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-02-15T18:01:28.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T18:01:28.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T18:01:28.891Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T18:01:28.928Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T18:01:28.964Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T18:01:29.002Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-15T18:01:29.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T18:01:29.074Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T18:01:29.109Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T18:01:29.144Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-02-15T18:01:29.179Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-15T18:01:29.224Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-15T18:01:29.261Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-15T18:01:29.296Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T18:01:29.331Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T18:01:29.368Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-233 [Pipeline] echo [2023-02-15T18:01:29.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-233 [Pipeline] echo [2023-02-15T18:01:29.444Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-233 [Pipeline] echo [2023-02-15T18:01:29.479Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo [2023-02-15T18:01:29.513Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 52da119 [Pipeline] echo [2023-02-15T18:01:29.554Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:01:29.668Z] provisioning config files... [2023-02-15T18:01:29.682Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config7292145813989058161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:01:30.028Z] ---> docker-login.sh [2023-02-15T18:01:30.028Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:01:30.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:30.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:30.289Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:30.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:30.289Z] [2023-02-15T18:01:30.289Z] Login Succeeded [2023-02-15T18:01:30.289Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:01:30.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:30.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:30.549Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:30.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:30.549Z] [2023-02-15T18:01:30.549Z] Login Succeeded [2023-02-15T18:01:30.549Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:01:30.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:30.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:30.549Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:30.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:30.549Z] [2023-02-15T18:01:30.549Z] Login Succeeded [2023-02-15T18:01:30.549Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:01:30.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:30.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:30.809Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:30.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:30.809Z] [2023-02-15T18:01:30.809Z] Login Succeeded [2023-02-15T18:01:30.809Z] docker.io [2023-02-15T18:01:30.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:31.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:31.069Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:31.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:31.069Z] [2023-02-15T18:01:31.069Z] Login Succeeded [2023-02-15T18:01:31.069Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:01:31.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-15T18:01:31.713Z] + git rev-list -1 --merges 52da119c14e67ea8dacabd45ca239c121a5df235~1..52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo [2023-02-15T18:01:31.822Z] -----------> git rev-list -1 --merges 52da119c14e67ea8dacabd45ca239c121a5df235~1..52da119c14e67ea8dacabd45ca239c121a5df235 52da119c14e67ea8dacabd45ca239c121a5df235 [false] [Pipeline] sh [2023-02-15T18:01:32.131Z] + git log --format=format:%s -1 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo [2023-02-15T18:01:32.165Z] ========================================================= [2023-02-15T18:01:32.165Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T18:01:32.166Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:01:32.588Z] + git log --format=format:%s -1 52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] echo [2023-02-15T18:01:32.617Z] [semverPrep] GIT_COMMIT: 52da119c14e67ea8dacabd45ca239c121a5df235, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo [2023-02-15T18:01:32.645Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-15T18:01:33.022Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T18:01:33.022Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T18:01:33.022Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T18:01:33.022Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T18:01:33.022Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T18:01:33.022Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T18:01:33.022Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:01:33.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:01:33.455Z] [2023-02-15T18:01:33.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:01:33.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:01:34.403Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T18:01:34.403Z] b85a868b505f: Pulling fs layer [2023-02-15T18:01:34.403Z] e2be974225ed: Pulling fs layer [2023-02-15T18:01:34.403Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T18:01:34.403Z] 988bab9f4d93: Pulling fs layer [2023-02-15T18:01:34.403Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T18:01:34.403Z] eaf3925da568: Pulling fs layer [2023-02-15T18:01:34.403Z] bab4dde63d76: Pulling fs layer [2023-02-15T18:01:34.403Z] bde34c3a00c8: Pulling fs layer [2023-02-15T18:01:34.403Z] b352a97aabf1: Pulling fs layer [2023-02-15T18:01:34.403Z] 4872d77fe225: Pulling fs layer [2023-02-15T18:01:34.403Z] 5851b861e8e6: Pulling fs layer [2023-02-15T18:01:34.403Z] b352a97aabf1: Waiting [2023-02-15T18:01:34.403Z] bde34c3a00c8: Waiting [2023-02-15T18:01:34.403Z] 4872d77fe225: Waiting [2023-02-15T18:01:34.403Z] 988bab9f4d93: Waiting [2023-02-15T18:01:34.403Z] 5851b861e8e6: Waiting [2023-02-15T18:01:34.403Z] 1469e6f7b9e6: Waiting [2023-02-15T18:01:34.403Z] eaf3925da568: Waiting [2023-02-15T18:01:34.403Z] bab4dde63d76: Waiting [2023-02-15T18:01:34.667Z] e2be974225ed: Verifying Checksum [2023-02-15T18:01:34.667Z] e2be974225ed: Download complete [2023-02-15T18:01:34.667Z] 988bab9f4d93: Verifying Checksum [2023-02-15T18:01:34.667Z] 988bab9f4d93: Download complete [2023-02-15T18:01:34.944Z] 1469e6f7b9e6: Verifying Checksum [2023-02-15T18:01:34.944Z] 1469e6f7b9e6: Download complete [2023-02-15T18:01:34.944Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T18:01:34.944Z] 339a4e72a1f5: Download complete [2023-02-15T18:01:34.944Z] eaf3925da568: Verifying Checksum [2023-02-15T18:01:34.944Z] eaf3925da568: Download complete [2023-02-15T18:01:34.944Z] bde34c3a00c8: Verifying Checksum [2023-02-15T18:01:34.944Z] bde34c3a00c8: Download complete [2023-02-15T18:01:34.944Z] b352a97aabf1: Download complete [2023-02-15T18:01:34.944Z] 4872d77fe225: Verifying Checksum [2023-02-15T18:01:34.944Z] 4872d77fe225: Download complete [2023-02-15T18:01:34.944Z] 5851b861e8e6: Verifying Checksum [2023-02-15T18:01:34.944Z] 5851b861e8e6: Download complete [2023-02-15T18:01:35.206Z] b85a868b505f: Verifying Checksum [2023-02-15T18:01:35.206Z] b85a868b505f: Download complete [2023-02-15T18:01:35.466Z] bab4dde63d76: Verifying Checksum [2023-02-15T18:01:35.466Z] bab4dde63d76: Download complete [2023-02-15T18:01:36.844Z] b85a868b505f: Pull complete [2023-02-15T18:01:36.844Z] e2be974225ed: Pull complete [2023-02-15T18:01:37.416Z] 339a4e72a1f5: Pull complete [2023-02-15T18:01:37.675Z] 988bab9f4d93: Pull complete [2023-02-15T18:01:37.936Z] 1469e6f7b9e6: Pull complete [2023-02-15T18:01:38.196Z] eaf3925da568: Pull complete [2023-02-15T18:01:40.104Z] bab4dde63d76: Pull complete [2023-02-15T18:01:40.362Z] bde34c3a00c8: Pull complete [2023-02-15T18:01:40.362Z] b352a97aabf1: Pull complete [2023-02-15T18:01:40.621Z] 4872d77fe225: Pull complete [2023-02-15T18:01:40.621Z] 5851b861e8e6: Pull complete [2023-02-15T18:01:40.621Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T18:01:40.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T18:01:40.621Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:01:40.835Z] prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container [2023-02-15T18:01:40.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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-devops/py-git-semver:0.1.4 cat [2023-02-15T18:01:45.643Z] $ docker top e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 -eo pid,comm [2023-02-15T18:01:45.711Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T18:01:45.711Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T18:01:45.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:01:45.834Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:01:45.953Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:01:45.955Z] $ docker exec e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent [2023-02-15T18:01:46.101Z] SSH_AUTH_SOCK=/tmp/ssh-KlPvPNQa5arH/agent.14 [2023-02-15T18:01:46.101Z] SSH_AGENT_PID=21 [2023-02-15T18:01:46.108Z] Running ssh-add (command line suppressed) [2023-02-15T18:01:46.233Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_2188161612126181961.key (/w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_2188161612126181961.key) [2023-02-15T18:01:46.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:01:46.603Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T18:01:46.630Z] $ docker exec --env ******** --env ******** e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent -k [2023-02-15T18:01:46.732Z] unset SSH_AUTH_SOCK; [2023-02-15T18:01:46.732Z] unset SSH_AGENT_PID; [2023-02-15T18:01:46.732Z] echo Agent pid 21 killed; [2023-02-15T18:01:46.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T18:01:46.843Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T18:01:46.843Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T18:01:46.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T18:01:46.970Z] $ docker exec e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent [2023-02-15T18:01:47.089Z] SSH_AUTH_SOCK=/tmp/ssh-yYFa3M76xrgC/agent.71 [2023-02-15T18:01:47.089Z] SSH_AGENT_PID=77 [2023-02-15T18:01:47.095Z] Running ssh-add (command line suppressed) [2023-02-15T18:01:47.201Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_11500790708365041360.key (/w/workspace/undry_device-onvif-camera_PR-233@tmp/private_key_11500790708365041360.key) [2023-02-15T18:01:47.223Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T18:01:47.562Z] + git semver init [2023-02-15T18:01:47.822Z] 2023-02-15 18:01:47,770 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T18:01:47.822Z] 2023-02-15 18:01:47,771 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-233/.semver [2023-02-15T18:01:47.822Z] 2023-02-15 18:01:47,771 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-233/.semver [2023-02-15T18:01:47.822Z] 2023-02-15 18:01:47,772 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-233/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-233, universal_newlines=False, shell=None, istream=None) [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:48,991 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-233/.git/info/exclude [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:48,992 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 with force:False [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:48,992 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:48,995 [execute] INFO git cat-file --batch-check [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:48,995 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-233/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:49,000 [execute] INFO git cat-file --batch [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:49,000 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-233/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T18:01:49.204Z] 2023-02-15 18:01:49,005 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-233/.semver/PR-233 [2023-02-15T18:01:49.204Z] 0.0.0 [Pipeline] } [2023-02-15T18:01:49.228Z] $ docker exec --env ******** --env ******** e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 ssh-agent -k [2023-02-15T18:01:49.340Z] unset SSH_AUTH_SOCK; [2023-02-15T18:01:49.340Z] unset SSH_AGENT_PID; [2023-02-15T18:01:49.340Z] echo Agent pid 77 killed; [2023-02-15T18:01:49.351Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T18:01:49.777Z] + git semver [Pipeline] } [2023-02-15T18:01:50.064Z] $ docker stop --time=1 e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 [2023-02-15T18:01:51.477Z] $ docker rm -f --volumes e9677ff873d1588ddaab06e431dafa4cdac75e89f46bf4f8e8e89ce030d42b91 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:01:51.898Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T18:01:52.176Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T18:01:52.194Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:01:52.779Z] provisioning config files... [2023-02-15T18:01:52.788Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config14853193602512571206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:01:53.134Z] ---> docker-login.sh [2023-02-15T18:01:53.134Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:01:53.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:53.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:53.134Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:53.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:53.134Z] [2023-02-15T18:01:53.134Z] Login Succeeded [2023-02-15T18:01:53.134Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:01:53.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:53.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:53.394Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:53.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:53.394Z] [2023-02-15T18:01:53.394Z] Login Succeeded [2023-02-15T18:01:53.394Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:01:53.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:53.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:53.394Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:53.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:53.394Z] [2023-02-15T18:01:53.394Z] Login Succeeded [2023-02-15T18:01:53.394Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:01:53.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:53.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:53.655Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:53.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:53.655Z] [2023-02-15T18:01:53.655Z] Login Succeeded [2023-02-15T18:01:53.655Z] docker.io [2023-02-15T18:01:53.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:01:53.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:01:53.916Z] Configure a credential helper to remove this warning. See [2023-02-15T18:01:53.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:01:53.916Z] [2023-02-15T18:01:53.916Z] Login Succeeded [2023-02-15T18:01:53.916Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:01:53.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T18:01:54.119Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:01:54.152Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:01:54.183Z] ========================================================= [2023-02-15T18:01:54.183Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T18:01:54.183Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:01:54.652Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T18:01:54.652Z] Sending build context to Docker daemon 27.73MB [2023-02-15T18:01:54.652Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:01:54.652Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-15T18:01:54.913Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T18:01:54.913Z] 213ec9aee27d: Pulling fs layer [2023-02-15T18:01:54.913Z] 4583459ba037: Pulling fs layer [2023-02-15T18:01:54.913Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T18:01:54.913Z] 53926ce57604: Pulling fs layer [2023-02-15T18:01:54.913Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T18:01:54.913Z] 22ff95d597cd: Pulling fs layer [2023-02-15T18:01:54.913Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T18:01:54.913Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T18:01:54.913Z] a7acece74701: Pulling fs layer [2023-02-15T18:01:54.913Z] 53926ce57604: Waiting [2023-02-15T18:01:54.913Z] 21b2b0c7a3f4: Waiting [2023-02-15T18:01:54.913Z] 96b7cbca73a9: Waiting [2023-02-15T18:01:54.913Z] 22ff95d597cd: Waiting [2023-02-15T18:01:54.913Z] a7acece74701: Waiting [2023-02-15T18:01:54.913Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T18:01:54.913Z] 93c1e223e6f2: Download complete [2023-02-15T18:01:54.913Z] 4583459ba037: Verifying Checksum [2023-02-15T18:01:54.913Z] 4583459ba037: Download complete [2023-02-15T18:01:54.913Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T18:01:54.913Z] 21b2b0c7a3f4: Download complete [2023-02-15T18:01:54.913Z] 22ff95d597cd: Verifying Checksum [2023-02-15T18:01:54.913Z] 22ff95d597cd: Download complete [2023-02-15T18:01:55.182Z] 213ec9aee27d: Download complete [2023-02-15T18:01:55.182Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T18:01:55.182Z] 12d6caf4c0d1: Download complete [2023-02-15T18:01:55.182Z] 213ec9aee27d: Pull complete [2023-02-15T18:01:55.456Z] 4583459ba037: Pull complete [2023-02-15T18:01:55.741Z] 93c1e223e6f2: Pull complete [2023-02-15T18:01:56.337Z] a7acece74701: Verifying Checksum [2023-02-15T18:01:56.337Z] a7acece74701: Download complete [2023-02-15T18:01:56.337Z] 53926ce57604: Verifying Checksum [2023-02-15T18:01:56.337Z] 53926ce57604: Download complete [2023-02-15T18:01:56.596Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T18:01:56.596Z] 96b7cbca73a9: Download complete [2023-02-15T18:02:01.865Z] 53926ce57604: Pull complete [2023-02-15T18:02:02.802Z] 21b2b0c7a3f4: Pull complete [2023-02-15T18:02:04.180Z] 22ff95d597cd: Pull complete [2023-02-15T18:02:05.556Z] 12d6caf4c0d1: Pull complete [2023-02-15T18:02:07.610Z] Still waiting to schedule task [2023-02-15T18:02:07.610Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6157’ [2023-02-15T18:02:08.842Z] 96b7cbca73a9: Pull complete [2023-02-15T18:02:09.775Z] a7acece74701: Pull complete [2023-02-15T18:02:10.342Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T18:02:10.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T18:02:10.342Z] ---> db6d94c90886 [2023-02-15T18:02:10.342Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:02:28.538Z] ---> Running in 75b574c606a2 [2023-02-15T18:02:28.538Z] Removing intermediate container 75b574c606a2 [2023-02-15T18:02:28.538Z] ---> f14b2861a43f [2023-02-15T18:02:28.538Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:02:28.538Z] ---> Running in a70590bc55dd [2023-02-15T18:02:29.104Z] Removing intermediate container a70590bc55dd [2023-02-15T18:02:29.104Z] ---> b23287b16ae9 [2023-02-15T18:02:29.104Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:02:30.486Z] ---> Running in d7bc6388e6dc [2023-02-15T18:02:31.055Z] Removing intermediate container d7bc6388e6dc [2023-02-15T18:02:31.055Z] ---> 3e570b14e7ca [2023-02-15T18:02:31.055Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:02:31.996Z] ---> Running in cf1284e07c83 [2023-02-15T18:02:32.256Z] Removing intermediate container cf1284e07c83 [2023-02-15T18:02:32.256Z] ---> 693b25cdec9f [2023-02-15T18:02:32.256Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-02-15T18:02:32.517Z] ---> Running in 78bb1ecb04f5 [2023-02-15T18:02:33.456Z] Removing intermediate container 78bb1ecb04f5 [2023-02-15T18:02:33.456Z] ---> 61e738964288 [2023-02-15T18:02:33.456Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:02:33.714Z] ---> Running in cbb44cab7c3e [2023-02-15T18:02:34.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:02:34.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:02:34.543Z] OK: 211 MiB in 51 packages [2023-02-15T18:02:35.922Z] Removing intermediate container cbb44cab7c3e [2023-02-15T18:02:35.922Z] ---> 6c16be36f5be [2023-02-15T18:02:35.922Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-02-15T18:02:36.494Z] ---> Running in c3284ed679f1 [2023-02-15T18:02:37.064Z] Removing intermediate container c3284ed679f1 [2023-02-15T18:02:37.064Z] ---> cdc9ed5e1b30 [2023-02-15T18:02:37.064Z] Step 10/13 : COPY go.mod vendor* ./ [2023-02-15T18:02:38.475Z] ---> dba6f904839d [2023-02-15T18:02:38.475Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:02:39.063Z] ---> Running in c4cd22c8609b [2023-02-15T18:04:02.504Z] Removing intermediate container c4cd22c8609b [2023-02-15T18:04:02.504Z] ---> c62212d07d86 [2023-02-15T18:04:02.504Z] Step 12/13 : COPY . . [2023-02-15T18:04:02.504Z] ---> 7c4f1541bdf9 [2023-02-15T18:04:02.504Z] Step 13/13 : RUN ${MAKE} [2023-02-15T18:04:02.504Z] ---> Running in eb0536bf90e1 [2023-02-15T18:04:02.504Z] noop [2023-02-15T18:04:02.504Z] Removing intermediate container eb0536bf90e1 [2023-02-15T18:04:02.504Z] ---> c1ca6eae1cf0 [2023-02-15T18:04:02.504Z] Successfully built c1ca6eae1cf0 [2023-02-15T18:04:02.504Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:04:04.064Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T18:04:04.064Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:04:04.209Z] prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container [2023-02-15T18:04:04.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T18:04:05.942Z] $ docker top f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:04:06.344Z] + go version [2023-02-15T18:04:06.344Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T18:04:06.371Z] $ docker stop --time=1 f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 [2023-02-15T18:04:09.438Z] $ docker rm -f --volumes f5238f05b798edbfcb872a0b7094d25099b46f6bf371fde6d574507ef1e4c507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:04:10.436Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T18:04:10.436Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:04:10.574Z] prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container [2023-02-15T18:04:10.602Z] $ 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-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T18:04:12.827Z] $ docker top ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:04:13.222Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-233 [Pipeline] fileExists [Pipeline] sh [2023-02-15T18:04:13.583Z] + make test [2023-02-15T18:04:13.583Z] go test ./... -coverprofile=coverage.out ./... [2023-02-15T18:04:14.148Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-02-15T18:04:26.368Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-02-15T18:04:28.273Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.036s coverage: 29.3% of statements [2023-02-15T18:04:28.273Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-02-15T18:04:28.273Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.378s coverage: 86.5% of statements [2023-02-15T18:04:36.381Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-15T18:04:36.381Z] go vet ./... [2023-02-15T18:04:40.560Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T18:04:40.560Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T18:04:40.560Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T18:04:40.604Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T18:04:40.629Z] $ docker stop --time=1 ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec [2023-02-15T18:04:42.678Z] $ docker rm -f --volumes ab338c3ddd4e7bc3cf567991d8d21aad212f3c9e020472f8045e37e5e043e5ec [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:04:43.189Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T18:04:43.275Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-15T18:04:43.950Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T18:04:44.260Z] + ls -al . [2023-02-15T18:04:44.260Z] total 236 [2023-02-15T18:04:44.260Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 15 18:04 . [2023-02-15T18:04:44.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 .. [2023-02-15T18:04:44.260Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:04 .git [2023-02-15T18:04:44.260Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:01 .github [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 496 Feb 15 18:01 .gitignore [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 18:01 .golangci.yml [2023-02-15T18:04:44.260Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:01 .semver [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 9857 Feb 15 18:01 Attribution.txt [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 6312 Feb 15 18:01 CHANGELOG.md [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 1574 Feb 15 18:01 Dockerfile [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:01 GOVERNANCE.md [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 734 Feb 15 18:01 Jenkinsfile [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 15 18:01 LICENSE [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 2577 Feb 15 18:01 Makefile [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 15 18:01 OWNERS.md [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 6595 Feb 15 18:01 README.md [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:01 VERSION [2023-02-15T18:04:44.260Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:01 bin [2023-02-15T18:04:44.260Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:01 cmd [2023-02-15T18:04:44.260Z] -rw-r--r-- 1 jenkins jenkins 79184 Feb 15 18:04 coverage.out [2023-02-15T18:04:44.260Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 18:01 doc [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 3600 Feb 15 18:01 go.mod [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 34701 Feb 15 18:01 go.sum [2023-02-15T18:04:44.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 internal [2023-02-15T18:04:44.260Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:01 snap [2023-02-15T18:04:44.260Z] -rw-rw-r-- 1 jenkins jenkins 236 Feb 15 18:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:04:44.649Z] + 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=52da119c14e67ea8dacabd45ca239c121a5df235 --label arch=amd64 --label version=0.0.0 . [2023-02-15T18:04:44.649Z] Sending build context to Docker daemon 27.81MB [2023-02-15T18:04:44.649Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:04:44.649Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-15T18:04:44.649Z] ---> c1ca6eae1cf0 [2023-02-15T18:04:44.649Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:04:45.217Z] ---> Running in 01c9e1f72047 [2023-02-15T18:04:45.217Z] Removing intermediate container 01c9e1f72047 [2023-02-15T18:04:45.217Z] ---> f3ad34397ad4 [2023-02-15T18:04:45.217Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:04:45.217Z] ---> Running in 25030382ec35 [2023-02-15T18:04:45.475Z] Removing intermediate container 25030382ec35 [2023-02-15T18:04:45.475Z] ---> 714d90f61930 [2023-02-15T18:04:45.475Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:04:45.475Z] ---> Running in 78f1dd8a1371 [2023-02-15T18:04:45.734Z] Removing intermediate container 78f1dd8a1371 [2023-02-15T18:04:45.734Z] ---> 88b7c97f35c4 [2023-02-15T18:04:45.734Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:04:45.734Z] ---> Running in d8c702802074 [2023-02-15T18:04:45.734Z] Removing intermediate container d8c702802074 [2023-02-15T18:04:45.734Z] ---> f1b6d3b1ea79 [2023-02-15T18:04:45.734Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-02-15T18:04:45.734Z] ---> Running in 2718e637775a [2023-02-15T18:04:45.995Z] Removing intermediate container 2718e637775a [2023-02-15T18:04:45.995Z] ---> dd9fd26aff68 [2023-02-15T18:04:45.995Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:04:45.995Z] ---> Running in f4278fed6f2a [2023-02-15T18:04:46.254Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:04:46.513Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:04:46.772Z] OK: 211 MiB in 51 packages [2023-02-15T18:04:47.345Z] Removing intermediate container f4278fed6f2a [2023-02-15T18:04:47.345Z] ---> afaa76cdc673 [2023-02-15T18:04:47.345Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-02-15T18:04:47.612Z] ---> Running in 90ebfab4029f [2023-02-15T18:04:48.194Z] Removing intermediate container 90ebfab4029f [2023-02-15T18:04:48.194Z] ---> a522fd09b11f [2023-02-15T18:04:48.194Z] Step 10/26 : COPY go.mod vendor* ./ [2023-02-15T18:04:48.454Z] ---> e3f03a335dde [2023-02-15T18:04:48.454Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:04:48.454Z] ---> Running in 9f4ffd08c93e [2023-02-15T18:04:49.387Z] Removing intermediate container 9f4ffd08c93e [2023-02-15T18:04:49.387Z] ---> 1e604593cb65 [2023-02-15T18:04:49.387Z] Step 12/26 : COPY . . [2023-02-15T18:04:50.762Z] ---> eb2082621252 [2023-02-15T18:04:50.762Z] Step 13/26 : RUN ${MAKE} [2023-02-15T18:04:50.762Z] ---> Running in 1d5a3c35fe4c [2023-02-15T18:04:50.762Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-02-15T18:05:17.330Z] Removing intermediate container 1d5a3c35fe4c [2023-02-15T18:05:17.330Z] ---> 869f0ce352b5 [2023-02-15T18:05:17.330Z] Step 14/26 : FROM alpine:3.16 [2023-02-15T18:05:17.330Z] 3.16: Pulling from library/alpine [2023-02-15T18:05:17.330Z] ef5531b6e74e: Pulling fs layer [2023-02-15T18:05:17.330Z] ef5531b6e74e: Verifying Checksum [2023-02-15T18:05:17.330Z] ef5531b6e74e: Download complete [2023-02-15T18:05:17.330Z] ef5531b6e74e: Pull complete [2023-02-15T18:05:17.330Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T18:05:17.330Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T18:05:17.330Z] ---> dfd21b5a31f5 [2023-02-15T18:05:17.330Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-15T18:05:17.330Z] ---> Running in b01423d09b26 [2023-02-15T18:05:17.588Z] Removing intermediate container b01423d09b26 [2023-02-15T18:05:17.588Z] ---> 0594479fc85d [2023-02-15T18:05:17.588Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-02-15T18:05:17.588Z] ---> Running in 2f24b1c47b27 [2023-02-15T18:05:17.730Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6161 in /w/workspace/undry_device-onvif-camera_PR-233 [Pipeline] { [Pipeline] ws [2023-02-15T18:05:17.790Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-02-15T18:05:17.847Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T18:05:17.868Z] The recommended git tool is: git [2023-02-15T18:05:18.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T18:05:18.367Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T18:05:18.367Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T18:05:18.367Z] OK: 6 MiB in 15 packages [2023-02-15T18:05:19.306Z] Removing intermediate container 2f24b1c47b27 [2023-02-15T18:05:19.306Z] ---> 315ab08fa361 [2023-02-15T18:05:19.306Z] Step 17/26 : WORKDIR / [2023-02-15T18:05:19.306Z] ---> Running in f8501326309f [2023-02-15T18:05:19.879Z] Removing intermediate container f8501326309f [2023-02-15T18:05:19.879Z] ---> d53a7d548355 [2023-02-15T18:05:19.879Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-02-15T18:05:21.256Z] ---> 34f813087178 [2023-02-15T18:05:21.256Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-02-15T18:05:21.514Z] ---> ad5b5eeeadc3 [2023-02-15T18:05:21.514Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-02-15T18:05:21.773Z] ---> 1485ac2ba9ec [2023-02-15T18:05:21.773Z] Step 21/26 : EXPOSE 59984 [2023-02-15T18:05:21.773Z] ---> Running in bca027fec48f [2023-02-15T18:05:22.032Z] Removing intermediate container bca027fec48f [2023-02-15T18:05:22.032Z] ---> 0dfcf02145a0 [2023-02-15T18:05:22.032Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-02-15T18:05:22.032Z] ---> Running in 32de9258e358 [2023-02-15T18:05:22.293Z] Removing intermediate container 32de9258e358 [2023-02-15T18:05:22.293Z] ---> fc853681960a [2023-02-15T18:05:22.293Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T18:05:22.554Z] ---> Running in da262f1584d4 [2023-02-15T18:05:22.554Z] Removing intermediate container da262f1584d4 [2023-02-15T18:05:22.554Z] ---> 2e002fdb5f31 [2023-02-15T18:05:22.554Z] Step 24/26 : LABEL arch=amd64 [2023-02-15T18:05:22.554Z] ---> Running in 072db72f735b [2023-02-15T18:05:22.554Z] Removing intermediate container 072db72f735b [2023-02-15T18:05:22.554Z] ---> 66e4b93ef537 [2023-02-15T18:05:22.554Z] Step 25/26 : LABEL git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 [2023-02-15T18:05:22.554Z] ---> Running in 3db4f4e38a1c [2023-02-15T18:05:22.817Z] Removing intermediate container 3db4f4e38a1c [2023-02-15T18:05:22.817Z] ---> 55cf7cc2f867 [2023-02-15T18:05:22.817Z] Step 26/26 : LABEL version=0.0.0 [2023-02-15T18:05:22.817Z] ---> Running in b10217dfddf4 [2023-02-15T18:05:22.817Z] Removing intermediate container b10217dfddf4 [2023-02-15T18:05:22.817Z] ---> 75541231bae1 [2023-02-15T18:05:22.817Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T18:05:22.817Z] Successfully built 75541231bae1 [2023-02-15T18:05:22.817Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:05:23.607Z] using credential edgex-jenkins-ssh [2023-02-15T18:05:23.627Z] Cloning the remote Git repository [2023-02-15T18:05:23.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:05:23.685Z] [2023-02-15T18:05:23.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:05:24.067Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:05:24.067Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T18:05:24.067Z] 5eb5b503b376: Pulling fs layer [2023-02-15T18:05:24.067Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T18:05:24.067Z] ec43610c2a17: Pulling fs layer [2023-02-15T18:05:24.067Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T18:05:24.067Z] 33b1e0a273af: Pulling fs layer [2023-02-15T18:05:24.067Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T18:05:24.067Z] 2f39f015ded8: Pulling fs layer [2023-02-15T18:05:24.067Z] 3a2ae6a8a46f: Waiting [2023-02-15T18:05:24.067Z] 33b1e0a273af: Waiting [2023-02-15T18:05:24.067Z] 5d3b04190fa2: Waiting [2023-02-15T18:05:23.681Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-02-15T18:05:23.761Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-02-15T18:05:23.936Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-02-15T18:05:23.937Z] > git --version # timeout=10 [2023-02-15T18:05:23.960Z] > git --version # 'git version 2.25.1' [2023-02-15T18:05:23.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T18:05:24.018Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T18:05:24.331Z] 5c69ac0246d0: Download complete [2023-02-15T18:05:24.331Z] 3a2ae6a8a46f: Download complete [2023-02-15T18:05:24.590Z] 33b1e0a273af: Verifying Checksum [2023-02-15T18:05:24.590Z] 33b1e0a273af: Download complete [2023-02-15T18:05:24.590Z] 5d3b04190fa2: Verifying Checksum [2023-02-15T18:05:24.590Z] 5d3b04190fa2: Download complete [2023-02-15T18:05:24.590Z] ec43610c2a17: Verifying Checksum [2023-02-15T18:05:24.590Z] ec43610c2a17: Download complete [2023-02-15T18:05:24.590Z] 5eb5b503b376: Verifying Checksum [2023-02-15T18:05:24.590Z] 5eb5b503b376: Download complete [2023-02-15T18:05:25.527Z] 2f39f015ded8: Download complete [2023-02-15T18:05:26.096Z] 5eb5b503b376: Pull complete [2023-02-15T18:05:26.096Z] 5c69ac0246d0: Pull complete [2023-02-15T18:05:26.662Z] ec43610c2a17: Pull complete [2023-02-15T18:05:26.662Z] 3a2ae6a8a46f: Pull complete [2023-02-15T18:05:25.520Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-02-15T18:05:25.544Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T18:05:26.488Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-02-15T18:05:26.541Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-02-15T18:05:26.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T18:05:26.567Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/233/head:refs/remotes/origin/PR-233 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-15T18:05:26.921Z] 33b1e0a273af: Pull complete [2023-02-15T18:05:27.180Z] 5d3b04190fa2: Pull complete [2023-02-15T18:05:27.233Z] Merging remotes/origin/main commit ce7fe079461b7505b319433b3b229be05385591d into PR head commit 52da119c14e67ea8dacabd45ca239c121a5df235 [2023-02-15T18:05:27.755Z] Merge succeeded, producing 52da119c14e67ea8dacabd45ca239c121a5df235 [2023-02-15T18:05:27.755Z] Checking out Revision 52da119c14e67ea8dacabd45ca239c121a5df235 (PR-233) [2023-02-15T18:05:27.253Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T18:05:27.286Z] > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 [2023-02-15T18:05:27.629Z] > git remote # timeout=10 [2023-02-15T18:05:27.653Z] > git config --get remote.origin.url # timeout=10 [2023-02-15T18:05:27.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T18:05:27.700Z] > git merge ce7fe079461b7505b319433b3b229be05385591d # timeout=10 [2023-02-15T18:05:27.728Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-15T18:05:27.760Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T18:05:27.775Z] > git checkout -f 52da119c14e67ea8dacabd45ca239c121a5df235 # timeout=10 [2023-02-15T18:05:32.449Z] 2f39f015ded8: Pull complete [2023-02-15T18:05:32.449Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T18:05:32.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:05:32.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:05:32.659Z] prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container [2023-02-15T18:05:32.691Z] $ 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-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T18:05:33.174Z] Commit message: "refactor!: Replace internal topics from config with new constants" [2023-02-15T18:05:33.238Z] > git --version # timeout=10 [2023-02-15T18:05:33.254Z] > git --version # 'git version 2.25.1' [2023-02-15T18:05:33.281Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T18:05:33.736Z] [2023-02-15T18:05:33.736Z] GitHub has been notified of this commit’s build result [2023-02-15T18:05:33.736Z] [2023-02-15T18:05:40.790Z] $ docker top d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:05:41.247Z] ---> job-cost.sh [2023-02-15T18:05:41.247Z] lf-activate-venv: SKIPPING [2023-02-15T18:05:41.247Z] INFO: No Stack... [2023-02-15T18:05:41.506Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T18:05:41.675Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T18:05:41.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T18:05:41.675Z] Dload Upload Total Spent Left Speed [2023-02-15T18:05:41.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 [2023-02-15T18:05:41.765Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-02-15T18:05:42.085Z] + cat /w/workspace/undry_device-onvif-camera_PR-233/archives/cost.csv [2023-02-15T18:05:42.085Z] + cut -d, -f6 [Pipeline] lock [2023-02-15T18:05:42.256Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [2023-02-15T18:05:42.261Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] did not exist. Created. [2023-02-15T18:05:42.261Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T18:05:42.388Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T18:05:42.654Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-15T18:05:42.710Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T18:05:42.727Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [2023-02-15T18:05:42.762Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T18:05:42.762Z] + sudo tee /etc/docker/daemon.new [2023-02-15T18:05:42.762Z] { [2023-02-15T18:05:42.762Z] "registry-mirrors": [ [2023-02-15T18:05:42.762Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T18:05:42.762Z] ], [2023-02-15T18:05:42.762Z] "bip": "10.250.0.254/24", [2023-02-15T18:05:42.762Z] "hosts": [ [2023-02-15T18:05:42.762Z] "tcp://0.0.0.0:5555", [2023-02-15T18:05:42.762Z] "unix:///var/run/docker.sock" [2023-02-15T18:05:42.762Z] ], [2023-02-15T18:05:42.762Z] "mtu": 1458, [2023-02-15T18:05:42.762Z] "selinux-enabled": true, [2023-02-15T18:05:42.762Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T18:05:42.762Z] } [Pipeline] // lock [Pipeline] } [2023-02-15T18:05:42.817Z] $ docker stop --time=1 d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 [2023-02-15T18:05:44.112Z] $ docker rm -f --volumes d8ea4e1f54ee1852b49d062753297efb52184df4b6ea4872f64e819c459c5255 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-02-15T18:05:44.485Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage [Pipeline] } [Pipeline] sh [2023-02-15T18:05:44.871Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:06:03.177Z] provisioning config files... [2023-02-15T18:06:03.201Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config15433592078550248870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:06:03.581Z] ---> docker-login.sh [2023-02-15T18:06:03.581Z] nexus3.edgexfoundry.org:10001 [2023-02-15T18:06:03.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:06:04.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:06:04.125Z] Configure a credential helper to remove this warning. See [2023-02-15T18:06:04.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:06:04.125Z] [2023-02-15T18:06:04.125Z] Login Succeeded [2023-02-15T18:06:04.125Z] nexus3.edgexfoundry.org:10002 [2023-02-15T18:06:04.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:06:04.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:06:04.670Z] Configure a credential helper to remove this warning. See [2023-02-15T18:06:04.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:06:04.670Z] [2023-02-15T18:06:04.670Z] Login Succeeded [2023-02-15T18:06:04.670Z] nexus3.edgexfoundry.org:10003 [2023-02-15T18:06:04.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:06:04.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:06:04.941Z] Configure a credential helper to remove this warning. See [2023-02-15T18:06:04.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:06:04.941Z] [2023-02-15T18:06:04.941Z] Login Succeeded [2023-02-15T18:06:04.941Z] nexus3.edgexfoundry.org:10004 [2023-02-15T18:06:05.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:06:05.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:06:05.483Z] Configure a credential helper to remove this warning. See [2023-02-15T18:06:05.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:06:05.483Z] [2023-02-15T18:06:05.483Z] Login Succeeded [2023-02-15T18:06:05.483Z] docker.io [2023-02-15T18:06:05.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T18:06:06.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T18:06:06.069Z] Configure a credential helper to remove this warning. See [2023-02-15T18:06:06.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T18:06:06.069Z] [2023-02-15T18:06:06.069Z] Login Succeeded [2023-02-15T18:06:06.069Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T18:06:06.099Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-15T18:06:06.463Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:06:06.505Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T18:06:06.540Z] ========================================================= [2023-02-15T18:06:06.540Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T18:06:06.540Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:06:07.046Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-15T18:06:07.638Z] Sending build context to Docker daemon 20.56MB [2023-02-15T18:06:07.638Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:06:07.638Z] Step 2/13 : FROM ${BASE} AS builder [2023-02-15T18:06:07.910Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T18:06:07.910Z] 9b18e9b68314: Pulling fs layer [2023-02-15T18:06:07.910Z] 35d82f9e3411: Pulling fs layer [2023-02-15T18:06:07.910Z] e16973657156: Pulling fs layer [2023-02-15T18:06:07.910Z] fc693d55d65f: Pulling fs layer [2023-02-15T18:06:07.910Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T18:06:07.910Z] dda99020689f: Pulling fs layer [2023-02-15T18:06:07.910Z] db1c61fa0a46: Pulling fs layer [2023-02-15T18:06:07.910Z] 891c053d2c06: Pulling fs layer [2023-02-15T18:06:07.910Z] fc693d55d65f: Waiting [2023-02-15T18:06:07.910Z] 7e9fc2657dce: Waiting [2023-02-15T18:06:07.910Z] dda99020689f: Waiting [2023-02-15T18:06:07.910Z] 891c053d2c06: Waiting [2023-02-15T18:06:07.910Z] db1c61fa0a46: Waiting [2023-02-15T18:06:07.910Z] e16973657156: Download complete [2023-02-15T18:06:07.910Z] 35d82f9e3411: Verifying Checksum [2023-02-15T18:06:07.910Z] 35d82f9e3411: Download complete [2023-02-15T18:06:07.910Z] 7e9fc2657dce: Verifying Checksum [2023-02-15T18:06:07.910Z] 7e9fc2657dce: Download complete [2023-02-15T18:06:07.910Z] dda99020689f: Verifying Checksum [2023-02-15T18:06:07.910Z] dda99020689f: Download complete [2023-02-15T18:06:07.910Z] 9b18e9b68314: Verifying Checksum [2023-02-15T18:06:07.910Z] 9b18e9b68314: Download complete [2023-02-15T18:06:08.983Z] 9b18e9b68314: Pull complete [2023-02-15T18:06:08.983Z] 891c053d2c06: Verifying Checksum [2023-02-15T18:06:08.983Z] 891c053d2c06: Download complete [2023-02-15T18:06:10.415Z] db1c61fa0a46: Verifying Checksum [2023-02-15T18:06:10.415Z] db1c61fa0a46: Download complete [2023-02-15T18:06:10.690Z] 35d82f9e3411: Pull complete [2023-02-15T18:06:10.961Z] fc693d55d65f: Verifying Checksum [2023-02-15T18:06:10.961Z] fc693d55d65f: Download complete [2023-02-15T18:06:10.961Z] e16973657156: Pull complete [2023-02-15T18:06:25.981Z] fc693d55d65f: Pull complete [2023-02-15T18:06:25.981Z] 7e9fc2657dce: Pull complete [2023-02-15T18:06:25.981Z] dda99020689f: Pull complete [2023-02-15T18:06:30.239Z] db1c61fa0a46: Pull complete [2023-02-15T18:06:31.660Z] 891c053d2c06: Pull complete [2023-02-15T18:06:31.660Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T18:06:31.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T18:06:31.660Z] ---> f96f9c87975a [2023-02-15T18:06:31.660Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:06:33.601Z] ---> Running in 2e41c732b507 [2023-02-15T18:06:33.886Z] Removing intermediate container 2e41c732b507 [2023-02-15T18:06:33.886Z] ---> 8940dbe88edf [2023-02-15T18:06:33.886Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:06:33.886Z] ---> Running in 4615aadbd166 [2023-02-15T18:06:34.475Z] Removing intermediate container 4615aadbd166 [2023-02-15T18:06:34.475Z] ---> 5e8d260ec038 [2023-02-15T18:06:34.475Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:06:34.475Z] ---> Running in 1c2e334f22b9 [2023-02-15T18:06:34.750Z] Removing intermediate container 1c2e334f22b9 [2023-02-15T18:06:34.750Z] ---> ce3777d06230 [2023-02-15T18:06:34.750Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:06:35.019Z] ---> Running in 13f11537160f [2023-02-15T18:06:35.288Z] Removing intermediate container 13f11537160f [2023-02-15T18:06:35.288Z] ---> 9e1e2533a88c [2023-02-15T18:06:35.288Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-02-15T18:06:35.554Z] ---> Running in 2b5e4f9c5604 [2023-02-15T18:06:35.831Z] Removing intermediate container 2b5e4f9c5604 [2023-02-15T18:06:35.831Z] ---> f52bf09b82a0 [2023-02-15T18:06:35.831Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:06:35.831Z] ---> Running in f412ffeed8e6 [2023-02-15T18:06:37.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:06:37.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:06:38.669Z] OK: 221 MiB in 51 packages [2023-02-15T18:06:39.260Z] Removing intermediate container f412ffeed8e6 [2023-02-15T18:06:39.260Z] ---> 52e09e710cd4 [2023-02-15T18:06:39.260Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-02-15T18:06:39.260Z] ---> Running in ddfc9902a965 [2023-02-15T18:06:39.849Z] Removing intermediate container ddfc9902a965 [2023-02-15T18:06:39.849Z] ---> aa147369f7a0 [2023-02-15T18:06:39.849Z] Step 10/13 : COPY go.mod vendor* ./ [2023-02-15T18:06:40.116Z] ---> 4eeb4fd76d1d [2023-02-15T18:06:40.116Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:06:40.387Z] ---> Running in 61362a63cc47 [2023-02-15T18:07:48.281Z] Removing intermediate container 61362a63cc47 [2023-02-15T18:07:48.281Z] ---> 151d59302a6e [2023-02-15T18:07:48.281Z] Step 12/13 : COPY . . [2023-02-15T18:07:48.281Z] ---> 5aeb7bb06fc7 [2023-02-15T18:07:48.281Z] Step 13/13 : RUN ${MAKE} [2023-02-15T18:07:48.281Z] ---> Running in ce0afdb0b63d [2023-02-15T18:07:49.262Z] noop [2023-02-15T18:07:49.851Z] Removing intermediate container ce0afdb0b63d [2023-02-15T18:07:49.851Z] ---> 54e1d2fd21dd [2023-02-15T18:07:49.851Z] Successfully built 54e1d2fd21dd [2023-02-15T18:07:50.120Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:07:50.599Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T18:07:50.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:07:50.893Z] prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container [2023-02-15T18:07:50.971Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T18:07:52.295Z] $ docker top bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:07:53.422Z] + go version [2023-02-15T18:07:53.422Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T18:07:53.454Z] $ docker stop --time=1 bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a [2023-02-15T18:07:55.148Z] $ docker rm -f --volumes bdd40a6dc82a7f13276bb704850d6a20202c6282c08cab6bc6928f609eb2612a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:07:55.996Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T18:07:55.996Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:07:56.261Z] prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container [2023-02-15T18:07:56.328Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T18:07:57.581Z] $ docker top 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:07:58.497Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-02-15T18:07:59.208Z] + make test [2023-02-15T18:07:59.208Z] go test ./... -coverprofile=coverage.out ./... [2023-02-15T18:08:01.178Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-02-15T18:09:37.922Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-02-15T18:09:38.897Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.263s coverage: 29.3% of statements [2023-02-15T18:09:38.897Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-02-15T18:10:01.062Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.457s coverage: 86.5% of statements [2023-02-15T18:10:01.062Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-15T18:10:01.062Z] go vet ./... [2023-02-15T18:10:27.788Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T18:10:27.788Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T18:10:27.788Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T18:10:27.827Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-15T18:10:27.861Z] $ docker stop --time=1 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 [2023-02-15T18:10:31.042Z] $ docker rm -f --volumes 0678de840c935a9338c1d97f1549f5ec8d1bde014644a08ed0bd6b0c28958623 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T18:10:32.098Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-15T18:10:32.130Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T18:10:32.686Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T18:10:33.264Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-15T18:10:33.605Z] + ls -al . [2023-02-15T18:10:33.605Z] total 232 [2023-02-15T18:10:33.605Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 15 18:08 . [2023-02-15T18:10:33.605Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 .. [2023-02-15T18:10:33.605Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 15 18:05 .git [2023-02-15T18:10:33.605Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:05 .github [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 496 Feb 15 18:05 .gitignore [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 15 18:05 .golangci.yml [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 9857 Feb 15 18:05 Attribution.txt [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 6312 Feb 15 18:05 CHANGELOG.md [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 1574 Feb 15 18:05 Dockerfile [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 15 18:05 GOVERNANCE.md [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 734 Feb 15 18:05 Jenkinsfile [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 11348 Feb 15 18:05 LICENSE [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 2577 Feb 15 18:05 Makefile [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 625 Feb 15 18:05 OWNERS.md [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 6595 Feb 15 18:05 README.md [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 15 18:01 VERSION [2023-02-15T18:10:33.605Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 15 18:05 bin [2023-02-15T18:10:33.605Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 15 18:05 cmd [2023-02-15T18:10:33.605Z] -rw-r--r-- 1 jenkins jenkins 79184 Feb 15 18:09 coverage.out [2023-02-15T18:10:33.605Z] drwxrwxr-x 6 jenkins jenkins 4096 Feb 15 18:05 doc [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 3600 Feb 15 18:05 go.mod [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 34701 Feb 15 18:05 go.sum [2023-02-15T18:10:33.605Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 internal [2023-02-15T18:10:33.605Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 15 18:05 snap [2023-02-15T18:10:33.605Z] -rw-rw-r-- 1 jenkins jenkins 236 Feb 15 18:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:10:34.014Z] + 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=52da119c14e67ea8dacabd45ca239c121a5df235 --label arch=arm64 --label version=0.0.0 . [2023-02-15T18:10:34.602Z] Sending build context to Docker daemon 20.64MB [2023-02-15T18:10:34.602Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-02-15T18:10:34.602Z] Step 2/26 : FROM ${BASE} AS builder [2023-02-15T18:10:34.602Z] ---> 54e1d2fd21dd [2023-02-15T18:10:34.602Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-02-15T18:10:34.871Z] ---> Running in 9510878aded0 [2023-02-15T18:10:35.140Z] Removing intermediate container 9510878aded0 [2023-02-15T18:10:35.140Z] ---> 32be21ad60c0 [2023-02-15T18:10:35.140Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-15T18:10:35.140Z] ---> Running in 23eeafa3af5b [2023-02-15T18:10:35.729Z] Removing intermediate container 23eeafa3af5b [2023-02-15T18:10:35.729Z] ---> 6ef9af50bb4b [2023-02-15T18:10:35.729Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-02-15T18:10:35.729Z] ---> Running in 78e74b1d8df4 [2023-02-15T18:10:35.998Z] Removing intermediate container 78e74b1d8df4 [2023-02-15T18:10:35.998Z] ---> 4d1acf7fa5bd [2023-02-15T18:10:35.998Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-02-15T18:10:35.998Z] ---> Running in 10b3e68c2e9a [2023-02-15T18:10:36.267Z] Removing intermediate container 10b3e68c2e9a [2023-02-15T18:10:36.267Z] ---> b3812f17232b [2023-02-15T18:10:36.267Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-02-15T18:10:36.542Z] ---> Running in c65b4bd039fe [2023-02-15T18:10:36.811Z] Removing intermediate container c65b4bd039fe [2023-02-15T18:10:36.811Z] ---> 6739d7e1da93 [2023-02-15T18:10:36.811Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-15T18:10:36.811Z] ---> Running in 14e68825a09f [2023-02-15T18:10:37.778Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:10:38.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:10:39.455Z] OK: 221 MiB in 51 packages [2023-02-15T18:10:40.423Z] Removing intermediate container 14e68825a09f [2023-02-15T18:10:40.423Z] ---> c94f97ed0309 [2023-02-15T18:10:40.423Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-02-15T18:10:40.423Z] ---> Running in de0e9b60ca79 [2023-02-15T18:10:40.701Z] Removing intermediate container de0e9b60ca79 [2023-02-15T18:10:40.701Z] ---> 98cccdf144c6 [2023-02-15T18:10:40.701Z] Step 10/26 : COPY go.mod vendor* ./ [2023-02-15T18:10:41.289Z] ---> 7fbdb2338c9d [2023-02-15T18:10:41.289Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T18:10:41.289Z] ---> Running in fa170cb3e0d2 [2023-02-15T18:10:44.752Z] Removing intermediate container fa170cb3e0d2 [2023-02-15T18:10:44.752Z] ---> 67da67296390 [2023-02-15T18:10:44.752Z] Step 12/26 : COPY . . [2023-02-15T18:10:46.247Z] ---> fbd001e4f7fe [2023-02-15T18:10:46.247Z] Step 13/26 : RUN ${MAKE} [2023-02-15T18:10:46.549Z] ---> Running in 32e3a29afa73 [2023-02-15T18:10:47.528Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-02-15T18:13:09.260Z] Removing intermediate container 32e3a29afa73 [2023-02-15T18:13:09.260Z] ---> 5bc4c2e92723 [2023-02-15T18:13:09.260Z] Step 14/26 : FROM alpine:3.16 [2023-02-15T18:13:09.260Z] 3.16: Pulling from library/alpine [2023-02-15T18:13:09.260Z] 3760b48202b3: Pulling fs layer [2023-02-15T18:13:09.260Z] 3760b48202b3: Verifying Checksum [2023-02-15T18:13:09.260Z] 3760b48202b3: Download complete [2023-02-15T18:13:09.260Z] 3760b48202b3: Pull complete [2023-02-15T18:13:09.260Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T18:13:09.260Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T18:13:09.260Z] ---> 4c81e5bf8899 [2023-02-15T18:13:09.260Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-02-15T18:13:09.260Z] ---> Running in 54e41ea1a93b [2023-02-15T18:13:09.260Z] Removing intermediate container 54e41ea1a93b [2023-02-15T18:13:09.260Z] ---> fa69075c529d [2023-02-15T18:13:09.260Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-02-15T18:13:09.260Z] ---> Running in e92d194ca225 [2023-02-15T18:13:09.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T18:13:09.261Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T18:13:09.261Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T18:13:09.261Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T18:13:09.261Z] OK: 5 MiB in 15 packages [2023-02-15T18:13:09.261Z] Removing intermediate container e92d194ca225 [2023-02-15T18:13:09.261Z] ---> cf8753e3917f [2023-02-15T18:13:09.261Z] Step 17/26 : WORKDIR / [2023-02-15T18:13:09.261Z] ---> Running in 6fd1a174331a [2023-02-15T18:13:09.261Z] Removing intermediate container 6fd1a174331a [2023-02-15T18:13:09.261Z] ---> 6cca75643878 [2023-02-15T18:13:09.261Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-02-15T18:13:09.261Z] ---> 1abf492a2ec6 [2023-02-15T18:13:09.261Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-02-15T18:13:09.261Z] ---> 12c1580f0246 [2023-02-15T18:13:09.261Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-02-15T18:13:09.844Z] ---> 92f1ce623d08 [2023-02-15T18:13:09.844Z] Step 21/26 : EXPOSE 59984 [2023-02-15T18:13:09.844Z] ---> Running in 93fe0c5d45dc [2023-02-15T18:13:10.112Z] Removing intermediate container 93fe0c5d45dc [2023-02-15T18:13:10.112Z] ---> 4c9410e834cd [2023-02-15T18:13:10.112Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-02-15T18:13:10.112Z] ---> Running in e4e8c2e8e094 [2023-02-15T18:13:10.388Z] Removing intermediate container e4e8c2e8e094 [2023-02-15T18:13:10.388Z] ---> 4158b45e5c7b [2023-02-15T18:13:10.388Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T18:13:10.388Z] ---> Running in 2649402f67a7 [2023-02-15T18:13:10.972Z] Removing intermediate container 2649402f67a7 [2023-02-15T18:13:10.972Z] ---> 9a50b043686a [2023-02-15T18:13:10.972Z] Step 24/26 : LABEL arch=arm64 [2023-02-15T18:13:10.972Z] ---> Running in 2faac8616c50 [2023-02-15T18:13:11.240Z] Removing intermediate container 2faac8616c50 [2023-02-15T18:13:11.240Z] ---> 913ab17edbbd [2023-02-15T18:13:11.240Z] Step 25/26 : LABEL git_sha=52da119c14e67ea8dacabd45ca239c121a5df235 [2023-02-15T18:13:11.240Z] ---> Running in a289390fdbd5 [2023-02-15T18:13:11.508Z] Removing intermediate container a289390fdbd5 [2023-02-15T18:13:11.508Z] ---> 7522e65e2462 [2023-02-15T18:13:11.508Z] Step 26/26 : LABEL version=0.0.0 [2023-02-15T18:13:11.508Z] ---> Running in e4b73ff47c21 [2023-02-15T18:13:12.096Z] Removing intermediate container e4b73ff47c21 [2023-02-15T18:13:12.096Z] ---> aedb2f5ec00d [2023-02-15T18:13:12.096Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-15T18:13:12.096Z] Successfully built aedb2f5ec00d [2023-02-15T18:13:12.096Z] Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:13:12.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:13:12.875Z] [2023-02-15T18:13:12.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:13:13.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:13:13.277Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T18:13:13.546Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T18:13:13.546Z] 04944245beec: Pulling fs layer [2023-02-15T18:13:13.546Z] 699f458cf7ca: Pulling fs layer [2023-02-15T18:13:13.546Z] 765212b225bb: Pulling fs layer [2023-02-15T18:13:13.546Z] f23df028b6ca: Pulling fs layer [2023-02-15T18:13:13.546Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T18:13:13.546Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T18:13:13.546Z] 765212b225bb: Waiting [2023-02-15T18:13:13.546Z] f23df028b6ca: Waiting [2023-02-15T18:13:13.546Z] d65c8cfc05b1: Waiting [2023-02-15T18:13:13.546Z] 2437ff75d9bd: Waiting [2023-02-15T18:13:13.546Z] 04944245beec: Verifying Checksum [2023-02-15T18:13:13.546Z] 04944245beec: Download complete [2023-02-15T18:13:13.546Z] 765212b225bb: Verifying Checksum [2023-02-15T18:13:13.546Z] 765212b225bb: Download complete [2023-02-15T18:13:13.817Z] f23df028b6ca: Verifying Checksum [2023-02-15T18:13:13.817Z] f23df028b6ca: Download complete [2023-02-15T18:13:13.817Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T18:13:13.817Z] d65c8cfc05b1: Download complete [2023-02-15T18:13:13.817Z] 699f458cf7ca: Verifying Checksum [2023-02-15T18:13:13.817Z] 699f458cf7ca: Download complete [2023-02-15T18:13:14.402Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T18:13:14.402Z] 8998bd30e6a1: Download complete [2023-02-15T18:13:16.367Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T18:13:16.367Z] 2437ff75d9bd: Download complete [2023-02-15T18:13:18.311Z] 8998bd30e6a1: Pull complete [2023-02-15T18:13:18.579Z] 04944245beec: Pull complete [2023-02-15T18:13:19.985Z] 699f458cf7ca: Pull complete [2023-02-15T18:13:20.252Z] 765212b225bb: Pull complete [2023-02-15T18:13:20.836Z] f23df028b6ca: Pull complete [2023-02-15T18:13:21.105Z] d65c8cfc05b1: Pull complete [2023-02-15T18:13:36.097Z] 2437ff75d9bd: Pull complete [2023-02-15T18:13:36.097Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T18:13:36.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T18:13:36.097Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:13:36.415Z] prd-ubuntu20.04-docker-arm64-4c-16g-6161 does not seem to be running inside a container [2023-02-15T18:13:36.479Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-15T18:13:39.264Z] $ docker top afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:40.184Z] ---> job-cost.sh [2023-02-15T18:13:40.184Z] lf-activate-venv: SKIPPING [2023-02-15T18:13:40.184Z] INFO: No Stack... [2023-02-15T18:13:40.452Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T18:13:41.412Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T18:13:42.075Z] + + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-02-15T18:13:42.075Z] cut -d, -f6 [Pipeline] lock [2023-02-15T18:13:42.164Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [2023-02-15T18:13:42.169Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] did not exist. Created. [2023-02-15T18:13:42.169Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T18:13:42.910Z] /w/workspace/device-onvif-camera/1@tmp/durable-18b9a9d7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-15T18:13:43.582Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-15T18:13:43.618Z] Warning: overwriting stash ‘stack-cost’ [2023-02-15T18:13:43.687Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T18:13:43.707Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-233-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T18:13:43.789Z] $ docker stop --time=1 afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a [2023-02-15T18:13:45.358Z] $ docker rm -f --volumes afa53fa868624def3cf5846f0afdc6120a2d58cc43e8fa180a2dbc8b7606bf4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-15T18:13:46.334Z] provisioning config files... [2023-02-15T18:13:46.342Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config1632136832767933144tmp [Pipeline] { [Pipeline] sh [2023-02-15T18:13:46.687Z] + set +x [2023-02-15T18:13:46.687Z] + bash -s -- [2023-02-15T18:13:46.687Z] + curl -s https://codecov.io/bash [2023-02-15T18:13:46.687Z] [2023-02-15T18:13:46.687Z] _____ _ [2023-02-15T18:13:46.687Z] / ____| | | [2023-02-15T18:13:46.687Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T18:13:46.687Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T18:13:46.687Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T18:13:46.687Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T18:13:46.687Z] Bash-1.0.6 [2023-02-15T18:13:46.687Z] [2023-02-15T18:13:46.687Z] [2023-02-15T18:13:46.687Z] ==> git version 2.25.1 found [2023-02-15T18:13:46.687Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-15T18:13:46.687Z] Release-Date: 2020-01-08 [2023-02-15T18:13:46.687Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-15T18:13:46.687Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T18:13:46.687Z] ==> Jenkins CI detected. [2023-02-15T18:13:46.687Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-233 [2023-02-15T18:13:46.687Z] project root: . [2023-02-15T18:13:46.687Z] --> token set from env [2023-02-15T18:13:46.687Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T18:13:46.687Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T18:13:46.687Z] ==> Python coveragepy not found [2023-02-15T18:13:46.687Z] ==> Searching for coverage reports in: [2023-02-15T18:13:46.687Z] + . [2023-02-15T18:13:46.687Z] -> Found 1 reports [2023-02-15T18:13:46.687Z] ==> Detecting git/mercurial file structure [2023-02-15T18:13:46.946Z] ==> Reading reports [2023-02-15T18:13:46.946Z] + ./coverage.out bytes=79184 [2023-02-15T18:13:46.946Z] ==> Appending adjustments [2023-02-15T18:13:46.946Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T18:13:46.946Z] + Found adjustments [2023-02-15T18:13:46.946Z] ==> Gzipping contents [2023-02-15T18:13:46.946Z] 12K /tmp/codecov.x0laa8.gz [2023-02-15T18:13:46.946Z] ==> Uploading reports [2023-02-15T18:13:46.946Z] url: https://codecov.io [2023-02-15T18:13:46.946Z] query: branch=PR-233&commit=52da119c14e67ea8dacabd45ca239c121a5df235&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-233%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=233&job=&cmd_args= [2023-02-15T18:13:46.946Z] -> Pinging Codecov [2023-02-15T18:13:46.946Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-233&commit=52da119c14e67ea8dacabd45ca239c121a5df235&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-233%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=233&job=&cmd_args= [2023-02-15T18:13:47.206Z] -> Uploading to [2023-02-15T18:13:47.206Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/F29A59C45E3A92E06B3E522C9905F8EF/52da119c14e67ea8dacabd45ca239c121a5df235/57f4fac8-19cb-44bc-bcf1-43812f85f195.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T181347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=252f4751762a7c710a84e040932dbe48508036a6010dd360a2e7e1281a57c473 [2023-02-15T18:13:47.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T18:13:47.206Z] Dload Upload Total Spent Left Speed [2023-02-15T18:13:47.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10855 0 0 100 10855 0 33921 --:--:-- --:--:-- --:--:-- 33921 [2023-02-15T18:13:47.465Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/52da119c14e67ea8dacabd45ca239c121a5df235 [Pipeline] } [2023-02-15T18:13:47.497Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-15T18:13:49.164Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-233/archives ] [2023-02-15T18:13:49.164Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-233/archives [2023-02-15T18:13:49.164Z] total 16 [2023-02-15T18:13:49.164Z] drwxr-xr-x 3 root root 4096 Feb 15 18:05 . [2023-02-15T18:13:49.164Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 15 18:05 .. [2023-02-15T18:13:49.164Z] drwxr-xr-x 2 root root 4096 Feb 15 18:05 cost [2023-02-15T18:13:49.164Z] -rw-r--r-- 1 root root 91 Feb 15 18:05 cost.csv [2023-02-15T18:13:49.164Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-233/archives [2023-02-15T18:13:49.164Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-233/archives [2023-02-15T18:13:49.164Z] total 16 [2023-02-15T18:13:49.164Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 15 18:05 . [2023-02-15T18:13:49.164Z] drwxrwxr-x 11 jenkins jenkins 4096 Feb 15 18:05 .. [2023-02-15T18:13:49.164Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 15 18:05 cost [2023-02-15T18:13:49.164Z] -rw-r--r-- 1 jenkins jenkins 91 Feb 15 18:05 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:49.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:50.374Z] ---> package-listing.sh [2023-02-15T18:13:50.374Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T18:13:50.374Z] ++ facter osfamily [2023-02-15T18:13:50.633Z] + OS_FAMILY=debian [2023-02-15T18:13:50.633Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-233 [2023-02-15T18:13:50.633Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T18:13:50.633Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T18:13:50.633Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T18:13:50.633Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T18:13:50.633Z] + '[' /w/workspace/undry_device-onvif-camera_PR-233 ']' [2023-02-15T18:13:50.633Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T18:13:50.633Z] + case "${OS_FAMILY}" in [2023-02-15T18:13:50.633Z] + dpkg -l [2023-02-15T18:13:50.633Z] + grep '^ii' [2023-02-15T18:13:50.633Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T18:13:50.633Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T18:13:50.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T18:13:50.633Z] + '[' /w/workspace/undry_device-onvif-camera_PR-233 ']' [2023-02-15T18:13:50.633Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-233/archives/ [2023-02-15T18:13:50.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-233/archives/ [Pipeline] echo [2023-02-15T18:13:50.674Z] 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-233/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T18:13:50.964Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T18:13:51.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T18:13:51.587Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T18:13:51.725Z] prd-ubuntu20.04-docker-8c-8g-6158 does not seem to be running inside a container [2023-02-15T18:13:51.747Z] $ 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-233/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-233 -v /w/workspace/undry_device-onvif-camera_PR-233:/w/workspace/undry_device-onvif-camera_PR-233:rw,z -v /w/workspace/undry_device-onvif-camera_PR-233@tmp:/w/workspace/undry_device-onvif-camera_PR-233@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T18:13:51.959Z] $ docker top 730b29b6c6e66a1c93ce17c0b714a07d68376a1de0a41cb75b23e5189a2c324a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T18:13:52.352Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T18:13:52.656Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T18:13:52.962Z] + ls /var/log/sa-host [2023-02-15T18:13:52.962Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T18:13:53.092Z] provisioning config files... [2023-02-15T18:13:53.100Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-233@tmp/config3520013192402410029tmp [Pipeline] { [Pipeline] echo [2023-02-15T18:13:53.148Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:53.457Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T18:13:53.483Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:53.886Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T18:13:53.918Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:54.234Z] ---> sudo-logs.sh [2023-02-15T18:13:54.234Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T18:13:54.317Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:54.628Z] ---> job-cost.sh [2023-02-15T18:13:54.628Z] lf-activate-venv: SKIPPING [2023-02-15T18:13:54.628Z] DEBUG: total: 0.2199999988079071 [2023-02-15T18:13:54.628Z] INFO: Retrieving Stack Cost... [2023-02-15T18:13:55.574Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T18:13:56.142Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T18:13:56.182Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T18:13:56.503Z] ---> logs-deploy.sh [2023-02-15T18:13:56.503Z] lf-activate-venv: SKIPPING [2023-02-15T18:13:56.503Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-233/1 [2023-02-15T18:13:56.503Z] INFO: archiving workspace using pattern(s): [2023-02-15T18:13:57.440Z] Archives upload complete. [2023-02-15T18:13:57.699Z] INFO: archiving logs to Nexus [2023-02-15T18:13:58.269Z] ---> uname -a: [2023-02-15T18:13:58.269Z] Linux prd-ubuntu20-04-docker-8c-8g-6158 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] ---> lscpu: [2023-02-15T18:13:58.269Z] Architecture: x86_64 [2023-02-15T18:13:58.269Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-15T18:13:58.269Z] Byte Order: Little Endian [2023-02-15T18:13:58.269Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-15T18:13:58.269Z] CPU(s): 8 [2023-02-15T18:13:58.269Z] On-line CPU(s) list: 0-7 [2023-02-15T18:13:58.269Z] Thread(s) per core: 1 [2023-02-15T18:13:58.269Z] Core(s) per socket: 1 [2023-02-15T18:13:58.269Z] Socket(s): 8 [2023-02-15T18:13:58.269Z] NUMA node(s): 1 [2023-02-15T18:13:58.269Z] Vendor ID: AuthenticAMD [2023-02-15T18:13:58.269Z] CPU family: 23 [2023-02-15T18:13:58.269Z] Model: 49 [2023-02-15T18:13:58.269Z] Model name: AMD EPYC-Rome Processor [2023-02-15T18:13:58.269Z] Stepping: 0 [2023-02-15T18:13:58.269Z] CPU MHz: 2800.000 [2023-02-15T18:13:58.269Z] BogoMIPS: 5600.00 [2023-02-15T18:13:58.269Z] Virtualization: AMD-V [2023-02-15T18:13:58.269Z] Hypervisor vendor: KVM [2023-02-15T18:13:58.269Z] Virtualization type: full [2023-02-15T18:13:58.269Z] L1d cache: 256 KiB [2023-02-15T18:13:58.269Z] L1i cache: 256 KiB [2023-02-15T18:13:58.269Z] L2 cache: 4 MiB [2023-02-15T18:13:58.269Z] L3 cache: 128 MiB [2023-02-15T18:13:58.269Z] NUMA node0 CPU(s): 0-7 [2023-02-15T18:13:58.269Z] Vulnerability Itlb multihit: Not affected [2023-02-15T18:13:58.269Z] Vulnerability L1tf: Not affected [2023-02-15T18:13:58.269Z] Vulnerability Mds: Not affected [2023-02-15T18:13:58.269Z] Vulnerability Meltdown: Not affected [2023-02-15T18:13:58.269Z] Vulnerability Mmio stale data: Not affected [2023-02-15T18:13:58.269Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-15T18:13:58.269Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-15T18:13:58.269Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-15T18:13:58.269Z] Vulnerability Srbds: Not affected [2023-02-15T18:13:58.269Z] Vulnerability Tsx async abort: Not affected [2023-02-15T18:13:58.269Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] ---> nproc: [2023-02-15T18:13:58.269Z] 8 [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] ---> df -h: [2023-02-15T18:13:58.269Z] Filesystem Size Used Avail Use% Mounted on [2023-02-15T18:13:58.269Z] overlay 155G 12G 144G 8% / [2023-02-15T18:13:58.269Z] tmpfs 64M 0 64M 0% /dev [2023-02-15T18:13:58.269Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-15T18:13:58.269Z] shm 64M 0 64M 0% /dev/shm [2023-02-15T18:13:58.269Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] ---> sar -b -r -n DEV: [2023-02-15T18:13:58.269Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6158) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:00:25 LINUX RESTART (8 CPU) [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:01:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-15T18:13:58.269Z] 18:02:01 155.28 39.65 115.64 0.00 4430.96 70136.32 0.00 [2023-02-15T18:13:58.269Z] 18:03:01 108.78 1.13 107.65 0.00 35.99 70879.52 0.00 [2023-02-15T18:13:58.269Z] 18:04:01 80.90 0.02 80.88 0.00 3.85 73412.97 0.00 [2023-02-15T18:13:58.269Z] 18:05:01 88.27 0.25 88.02 0.00 7.47 31880.29 0.00 [2023-02-15T18:13:58.269Z] 18:06:01 145.24 8.92 136.33 0.00 3187.07 36647.64 0.00 [2023-02-15T18:13:58.269Z] 18:07:01 18.94 1.52 17.43 0.00 246.98 3693.17 0.00 [2023-02-15T18:13:58.269Z] 18:08:01 5.07 1.03 4.03 0.00 22.00 91.98 0.00 [2023-02-15T18:13:58.269Z] 18:09:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 [2023-02-15T18:13:58.269Z] 18:10:01 0.93 0.00 0.93 0.00 0.00 9.87 0.00 [2023-02-15T18:13:58.269Z] 18:11:01 1.53 0.00 1.53 0.00 0.00 17.46 0.00 [2023-02-15T18:13:58.269Z] 18:12:01 0.98 0.00 0.98 0.00 0.00 10.80 0.00 [2023-02-15T18:13:58.269Z] 18:13:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 [2023-02-15T18:13:58.269Z] Average: 50.50 4.28 46.22 0.00 650.41 23792.86 0.00 [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:01:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-15T18:13:58.269Z] 18:02:01 29410816 31618396 706072 2.15 69956 2420004 1866124 5.50 984376 2143856 514360 [2023-02-15T18:13:58.269Z] 18:03:01 28470680 31594620 708148 2.15 109152 3228684 1902156 5.61 1138676 2837084 390804 [2023-02-15T18:13:58.269Z] 18:04:01 28424072 31590788 712680 2.17 145872 3230556 1755168 5.17 1073472 2950008 464 [2023-02-15T18:13:58.269Z] 18:05:01 27786652 31306008 989080 3.01 150936 3549800 2501952 7.37 1662880 2958080 264404 [2023-02-15T18:13:58.269Z] 18:06:01 27267120 31555736 732024 2.23 178812 4243036 1811720 5.34 1509684 3571004 95628 [2023-02-15T18:13:58.269Z] 18:07:01 27219632 31550900 731084 2.22 187408 4273672 1827224 5.39 1554600 3563736 12 [2023-02-15T18:13:58.269Z] 18:08:01 27228908 31556516 725856 2.21 186028 4271036 1829716 5.39 1548220 3561012 8 [2023-02-15T18:13:58.269Z] 18:09:01 27228672 31556348 725916 2.21 186100 4271048 1829716 5.39 1548452 3561012 8 [2023-02-15T18:13:58.269Z] 18:10:01 27239556 31567428 715032 2.17 186116 4271052 1829716 5.39 1537584 3561168 8 [2023-02-15T18:13:58.269Z] 18:11:01 27239596 31567416 714992 2.17 186148 4271056 1829716 5.39 1537612 3561172 24 [2023-02-15T18:13:58.269Z] 18:12:01 27239612 31567460 714872 2.17 186188 4271056 1829716 5.39 1537680 3561172 16 [2023-02-15T18:13:58.269Z] 18:13:01 27239728 31567772 714408 2.17 186220 4271188 1829716 5.39 1537732 3561296 44 [2023-02-15T18:13:58.269Z] Average: 27666254 31549949 740847 2.25 163245 3881016 1886887 5.56 1430914 3282550 105482 [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:01:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-15T18:13:58.269Z] 18:02:01 lo 6.83 6.83 0.66 0.66 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:02:01 ens3 677.81 468.32 6804.47 93.57 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:02:01 docker0 9.81 10.39 1.02 119.84 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:03:01 ens3 270.65 209.83 1968.90 29.24 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:03:01 docker0 193.60 245.86 15.34 1948.57 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:04:01 ens3 8.42 6.96 10.02 21.34 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:04:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:05:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:05:01 vethc4af5f5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:05:01 ens3 54.96 45.29 83.57 71.93 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:05:01 docker0 1.82 3.87 0.11 40.57 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:06:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:06:01 ens3 414.25 272.99 4857.90 32.18 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:06:01 docker0 1.63 3.57 0.10 41.05 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:07:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:07:01 ens3 1.58 0.82 1.78 0.16 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:08:01 ens3 0.80 0.27 0.30 0.20 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:09:01 ens3 0.68 0.43 0.27 0.22 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:10:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:11:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:12:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:13:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] Average: lo 0.85 0.85 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] Average: ens3 117.55 82.67 1127.68 20.54 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] Average: docker0 17.25 22.00 1.38 179.25 0.00 0.00 0.00 0.00 [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] ---> sar -P ALL: [2023-02-15T18:13:58.269Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6158) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:00:25 LINUX RESTART (8 CPU) [2023-02-15T18:13:58.269Z] [2023-02-15T18:13:58.269Z] 18:01:03 CPU %user %nice %system %iowait %steal %idle [2023-02-15T18:13:58.269Z] 18:02:01 all 8.38 0.00 2.71 6.56 0.08 82.27 [2023-02-15T18:13:58.269Z] 18:02:01 0 6.86 0.00 3.36 3.57 0.05 86.15 [2023-02-15T18:13:58.269Z] 18:02:01 1 5.47 0.00 3.26 24.84 0.09 66.35 [2023-02-15T18:13:58.269Z] 18:02:01 2 10.08 0.00 2.19 2.00 0.07 85.66 [2023-02-15T18:13:58.269Z] 18:02:01 3 7.63 0.00 2.27 3.40 0.09 86.61 [2023-02-15T18:13:58.270Z] 18:02:01 4 8.90 0.00 2.48 3.73 0.07 84.82 [2023-02-15T18:13:58.270Z] 18:02:01 5 11.05 0.00 2.35 8.61 0.14 77.85 [2023-02-15T18:13:58.270Z] 18:02:01 6 9.90 0.00 2.66 5.05 0.05 82.34 [2023-02-15T18:13:58.270Z] 18:02:01 7 7.12 0.00 3.13 1.28 0.09 88.39 [2023-02-15T18:13:58.270Z] 18:03:01 all 3.87 0.00 1.67 10.89 0.05 83.52 [2023-02-15T18:13:58.270Z] 18:03:01 0 3.90 0.00 1.52 0.79 0.03 93.76 [2023-02-15T18:13:58.270Z] 18:03:01 1 4.07 0.00 2.09 57.56 0.08 36.20 [2023-02-15T18:13:58.270Z] 18:03:01 2 3.73 0.00 1.64 9.89 0.05 84.68 [2023-02-15T18:13:58.270Z] 18:03:01 3 4.47 0.00 1.88 12.97 0.07 80.61 [2023-02-15T18:13:58.270Z] 18:03:01 4 3.84 0.00 1.46 0.97 0.03 93.70 [2023-02-15T18:13:58.270Z] 18:03:01 5 3.52 0.00 1.54 1.44 0.03 93.47 [2023-02-15T18:13:58.270Z] 18:03:01 6 3.97 0.00 1.49 2.91 0.03 91.59 [2023-02-15T18:13:58.270Z] 18:03:01 7 3.45 0.00 1.75 0.79 0.07 93.94 [2023-02-15T18:13:58.270Z] 18:04:01 all 2.45 0.00 1.40 10.45 0.06 85.64 [2023-02-15T18:13:58.270Z] 18:04:01 0 2.08 0.00 1.00 0.03 0.03 96.85 [2023-02-15T18:13:58.270Z] 18:04:01 1 2.31 0.00 0.93 21.19 0.07 75.50 [2023-02-15T18:13:58.270Z] 18:04:01 2 2.72 0.00 2.17 2.27 0.08 92.77 [2023-02-15T18:13:58.270Z] 18:04:01 3 2.45 0.00 2.88 57.02 0.07 37.59 [2023-02-15T18:13:58.270Z] 18:04:01 4 2.34 0.00 1.12 0.42 0.05 96.08 [2023-02-15T18:13:58.270Z] 18:04:01 5 2.83 0.00 1.27 2.04 0.08 93.78 [2023-02-15T18:13:58.270Z] 18:04:01 6 2.29 0.00 0.85 0.18 0.05 96.63 [2023-02-15T18:13:58.270Z] 18:04:01 7 2.58 0.00 0.97 0.60 0.05 95.80 [2023-02-15T18:13:58.270Z] 18:05:01 all 37.27 0.00 6.20 2.38 0.10 54.06 [2023-02-15T18:13:58.270Z] 18:05:01 0 39.37 0.00 6.53 0.51 0.10 53.49 [2023-02-15T18:13:58.270Z] 18:05:01 1 38.37 0.00 6.04 0.35 0.08 55.15 [2023-02-15T18:13:58.270Z] 18:05:01 2 36.21 0.00 6.25 4.65 0.08 52.81 [2023-02-15T18:13:58.270Z] 18:05:01 3 37.89 0.00 5.83 6.12 0.08 50.07 [2023-02-15T18:13:58.270Z] 18:05:01 4 36.98 0.00 5.58 1.26 0.10 56.08 [2023-02-15T18:13:58.270Z] 18:05:01 5 36.54 0.00 6.23 1.68 0.12 55.43 [2023-02-15T18:13:58.270Z] 18:05:01 6 36.79 0.00 6.42 1.54 0.10 55.16 [2023-02-15T18:13:58.270Z] 18:05:01 7 36.00 0.00 6.70 2.92 0.10 54.28 [2023-02-15T18:13:58.270Z] 18:06:01 all 8.74 0.00 3.30 5.49 0.08 82.40 [2023-02-15T18:13:58.270Z] 18:06:01 0 9.19 0.00 3.98 4.10 0.07 82.67 [2023-02-15T18:13:58.270Z] 18:06:01 1 7.60 0.00 2.87 2.03 0.07 87.43 [2023-02-15T18:13:58.270Z] 18:06:01 2 7.93 0.00 3.59 6.07 0.07 82.34 [2023-02-15T18:13:58.270Z] 18:06:01 3 10.46 0.00 3.16 1.36 0.07 84.94 [2023-02-15T18:13:58.270Z] 18:06:01 4 8.51 0.00 4.13 0.67 0.07 86.63 [2023-02-15T18:13:58.270Z] 18:06:01 5 8.08 0.00 3.08 12.32 0.08 76.43 [2023-02-15T18:13:58.270Z] 18:06:01 6 8.60 0.00 2.86 17.25 0.14 71.16 [2023-02-15T18:13:58.270Z] 18:06:01 7 9.53 0.00 2.70 0.19 0.08 87.50 [2023-02-15T18:13:58.270Z] 18:07:01 all 0.83 0.00 0.44 1.16 0.01 97.56 [2023-02-15T18:13:58.270Z] 18:07:01 0 0.48 0.00 0.32 6.84 0.02 92.34 [2023-02-15T18:13:58.270Z] 18:07:01 1 2.24 0.00 0.26 0.02 0.02 97.46 [2023-02-15T18:13:58.270Z] 18:07:01 2 0.55 0.00 1.30 1.08 0.00 97.06 [2023-02-15T18:13:58.270Z] 18:07:01 3 0.78 0.00 0.28 0.18 0.03 98.71 [2023-02-15T18:13:58.270Z] 18:07:01 4 0.47 0.00 0.30 0.58 0.00 98.65 [2023-02-15T18:13:58.270Z] 18:07:01 5 0.55 0.00 0.32 0.00 0.00 99.13 [2023-02-15T18:13:58.270Z] 18:07:01 6 0.38 0.00 0.28 0.53 0.00 98.80 [2023-02-15T18:13:58.270Z] 18:07:01 7 1.18 0.00 0.48 0.02 0.02 98.30 [2023-02-15T18:13:58.270Z] 18:08:01 all 0.31 0.00 0.11 0.02 0.01 99.55 [2023-02-15T18:13:58.270Z] 18:08:01 0 0.23 0.00 0.18 0.07 0.00 99.52 [2023-02-15T18:13:58.270Z] 18:08:01 1 1.61 0.00 0.26 0.00 0.02 98.11 [2023-02-15T18:13:58.270Z] 18:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-15T18:13:58.270Z] 18:08:01 3 0.25 0.00 0.13 0.03 0.00 99.58 [2023-02-15T18:13:58.270Z] 18:08:01 4 0.10 0.00 0.07 0.05 0.02 99.77 [2023-02-15T18:13:58.270Z] 18:08:01 5 0.07 0.00 0.07 0.00 0.02 99.85 [2023-02-15T18:13:58.270Z] 18:08:01 6 0.08 0.00 0.05 0.00 0.02 99.85 [2023-02-15T18:13:58.270Z] 18:08:01 7 0.08 0.00 0.10 0.00 0.00 99.82 [2023-02-15T18:13:58.270Z] 18:09:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2023-02-15T18:13:58.270Z] 18:09:01 0 0.03 0.00 0.00 0.05 0.02 99.90 [2023-02-15T18:13:58.270Z] 18:09:01 1 0.00 0.00 0.02 0.00 0.03 99.95 [2023-02-15T18:13:58.270Z] 18:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T18:13:58.270Z] 18:09:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:09:01 5 0.05 0.00 0.02 0.02 0.00 99.92 [2023-02-15T18:13:58.270Z] 18:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:09:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T18:13:58.270Z] 18:10:01 all 0.03 0.00 0.00 0.00 0.01 99.96 [2023-02-15T18:13:58.270Z] 18:10:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:10:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T18:13:58.270Z] 18:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T18:13:58.270Z] 18:10:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T18:13:58.270Z] 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:10:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:10:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:11:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2023-02-15T18:13:58.270Z] 18:11:01 0 0.02 0.00 0.02 0.07 0.00 99.90 [2023-02-15T18:13:58.270Z] 18:11:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2023-02-15T18:13:58.270Z] 18:11:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T18:13:58.270Z] 18:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:11:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T18:13:58.270Z] 18:11:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T18:13:58.270Z] 18:11:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T18:13:58.270Z] 18:11:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-15T18:13:58.270Z] 18:12:01 all 0.05 0.00 0.01 0.04 0.01 99.89 [2023-02-15T18:13:58.270Z] 18:12:01 0 0.03 0.00 0.02 0.33 0.02 99.60 [2023-02-15T18:13:58.270Z] 18:12:01 1 0.30 0.00 0.03 0.00 0.03 99.63 [2023-02-15T18:13:58.270Z] 18:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T18:13:58.270Z] 18:12:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T18:13:58.270Z] 18:12:01 4 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T18:13:58.270Z] 18:12:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T18:13:58.270Z] [2023-02-15T18:13:58.270Z] 18:12:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T18:13:58.270Z] 18:13:01 all 0.05 0.00 0.01 0.12 0.00 99.81 [2023-02-15T18:13:58.270Z] 18:13:01 0 0.02 0.00 0.00 0.58 0.00 99.40 [2023-02-15T18:13:58.270Z] 18:13:01 1 0.13 0.00 0.02 0.02 0.02 99.82 [2023-02-15T18:13:58.270Z] 18:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:13:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T18:13:58.270Z] 18:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:13:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-15T18:13:58.270Z] 18:13:01 6 0.20 0.00 0.02 0.00 0.02 99.77 [2023-02-15T18:13:58.270Z] 18:13:01 7 0.02 0.00 0.00 0.35 0.00 99.63 [2023-02-15T18:13:58.270Z] Average: all 5.12 0.00 1.31 3.08 0.04 90.46 [2023-02-15T18:13:58.270Z] Average: 0 5.14 0.00 1.40 1.40 0.03 92.04 [2023-02-15T18:13:58.270Z] Average: 1 5.15 0.00 1.30 8.75 0.05 84.76 [2023-02-15T18:13:58.270Z] Average: 2 5.07 0.00 1.42 2.16 0.03 91.33 [2023-02-15T18:13:58.270Z] Average: 3 5.30 0.00 1.37 6.75 0.04 86.55 [2023-02-15T18:13:58.270Z] Average: 4 5.06 0.00 1.26 0.63 0.03 93.02 [2023-02-15T18:13:58.270Z] Average: 5 5.16 0.00 1.23 2.14 0.04 91.43 [2023-02-15T18:13:58.270Z] Average: 6 5.14 0.00 1.21 2.27 0.04 91.35 [2023-02-15T18:13:58.270Z] Average: 7 4.95 0.00 1.31 0.51 0.04 93.20 [2023-02-15T18:13:58.270Z] [2023-02-15T18:13:58.270Z] [2023-02-15T18:13:58.270Z]