Pull request #356 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 EdgeX-Camera-Management for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at 19aea0788ff6687e1018adc680fb40cfac0f4964 rather than d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Obtained Jenkinsfile from 19aea0788ff6687e1018adc680fb40cfac0f4964 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-ssh12518103086586582297.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh10229583083136869088.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 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-356/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-356/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4506596127563030025.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-356/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9127492381218885465.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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-ssh13068383120442411044.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-356/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-356/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12224136980185366819.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 4fc256d9079ed2258907e613f84b1b8da264a4bd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14958 in /w/workspace/undry_device-onvif-camera_PR-356 [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-356 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 19aea0788ff6687e1018adc680fb40cfac0f4964 into PR head commit d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Merge succeeded, producing d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 Checking out Revision d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 (PR-356) > git config core.sparsecheckout # timeout=10 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # 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 19aea0788ff6687e1018adc680fb40cfac0f4964 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 Commit message: "refactor: updated snapshot api to get profile token input instead of random one" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-10T20:54:46.063Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-10T20:54:46.246Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-10T20:54:46.350Z] ========================================================= [2023-05-10T20:54:46.350Z] EdgeX Global Pipelines Version Info [2023-05-10T20:54:46.350Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-10T20:54:47.100Z] ------------------- [2023-05-10T20:54:47.100Z] stable info: [2023-05-10T20:54:47.100Z] ------------------- [2023-05-10T20:54:47.100Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-10T20:54:47.100Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-10T20:54:47.100Z] Message: update stable to v1.0.249 [2023-05-10T20:54:47.672Z] ------------------- [2023-05-10T20:54:47.672Z] experimental info: [2023-05-10T20:54:47.672Z] ------------------- [2023-05-10T20:54:47.673Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-10T20:54:47.673Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-10T20:54:47.673Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-10T20:54:47.956Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-05-10T20:54:48.007Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-05-10T20:54:48.052Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-10T20:54:48.090Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-10T20:54:48.126Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-10T20:54:48.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-10T20:54:48.200Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-10T20:54:48.236Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-10T20:54:48.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-10T20:54:48.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-10T20:54:48.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-10T20:54:48.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-05-10T20:54:48.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-10T20:54:48.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-10T20:54:48.516Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-10T20:54:48.557Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-10T20:54:48.603Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-10T20:54:48.642Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-10T20:54:48.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-10T20:54:48.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-10T20:54:48.759Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-05-10T20:54:48.801Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-05-10T20:54:48.848Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-10T20:54:48.893Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-10T20:54:48.935Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-10T20:54:48.977Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-10T20:54:49.016Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-10T20:54:49.056Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-356 [Pipeline] echo [2023-05-10T20:54:49.100Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-356 [Pipeline] echo [2023-05-10T20:54:49.139Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-356 [Pipeline] echo [2023-05-10T20:54:49.180Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo [2023-05-10T20:54:49.222Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2710f2 [Pipeline] echo [2023-05-10T20:54:49.264Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T20:54:49.384Z] provisioning config files... [2023-05-10T20:54:49.401Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config13253471921179311812tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T20:54:49.744Z] ---> docker-login.sh [2023-05-10T20:54:49.744Z] nexus3.edgexfoundry.org:10001 [2023-05-10T20:54:50.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:54:50.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:54:50.005Z] Configure a credential helper to remove this warning. See [2023-05-10T20:54:50.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:54:50.005Z] [2023-05-10T20:54:50.005Z] Login Succeeded [2023-05-10T20:54:50.005Z] nexus3.edgexfoundry.org:10002 [2023-05-10T20:54:50.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:54:50.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:54:50.266Z] Configure a credential helper to remove this warning. See [2023-05-10T20:54:50.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:54:50.266Z] [2023-05-10T20:54:50.266Z] Login Succeeded [2023-05-10T20:54:50.266Z] nexus3.edgexfoundry.org:10003 [2023-05-10T20:54:50.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:54:50.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:54:50.266Z] Configure a credential helper to remove this warning. See [2023-05-10T20:54:50.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:54:50.266Z] [2023-05-10T20:54:50.266Z] Login Succeeded [2023-05-10T20:54:50.266Z] nexus3.edgexfoundry.org:10004 [2023-05-10T20:54:50.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:54:50.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:54:50.528Z] Configure a credential helper to remove this warning. See [2023-05-10T20:54:50.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:54:50.528Z] [2023-05-10T20:54:50.528Z] Login Succeeded [2023-05-10T20:54:50.528Z] docker.io [2023-05-10T20:54:50.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:54:50.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:54:50.788Z] Configure a credential helper to remove this warning. See [2023-05-10T20:54:50.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:54:50.788Z] [2023-05-10T20:54:50.788Z] Login Succeeded [2023-05-10T20:54:50.788Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T20:54:50.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-10T20:54:51.427Z] + git rev-list -1 --merges d2710f2473d81056cc7dcdc9782bc3ae6749f9e1~1..d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo [2023-05-10T20:54:51.493Z] -----------> git rev-list -1 --merges d2710f2473d81056cc7dcdc9782bc3ae6749f9e1~1..d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [false] [Pipeline] sh [2023-05-10T20:54:51.805Z] + git log --format=format:%s -1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo [2023-05-10T20:54:51.850Z] ========================================================= [2023-05-10T20:54:51.850Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-10T20:54:51.850Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T20:54:52.308Z] + git log --format=format:%s -1 d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] echo [2023-05-10T20:54:52.341Z] [semverPrep] GIT_COMMIT: d2710f2473d81056cc7dcdc9782bc3ae6749f9e1, Commit Message: refactor: updated snapshot api to get profile token input instead of random one [Pipeline] echo [2023-05-10T20:54:52.370Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-10T20:54:52.787Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-10T20:54:52.787Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-10T20:54:52.787Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-10T20:54:52.787Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-10T20:54:52.787Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=+ [2023-05-10T20:54:52.787Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-10T20:54:52.787Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:54:53.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T20:54:53.267Z] [2023-05-10T20:54:53.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:54:53.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T20:54:53.648Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-10T20:54:53.648Z] b85a868b505f: Pulling fs layer [2023-05-10T20:54:53.648Z] e2be974225ed: Pulling fs layer [2023-05-10T20:54:53.648Z] 339a4e72a1f5: Pulling fs layer [2023-05-10T20:54:53.648Z] 988bab9f4d93: Pulling fs layer [2023-05-10T20:54:53.648Z] 1469e6f7b9e6: Pulling fs layer [2023-05-10T20:54:53.648Z] eaf3925da568: Pulling fs layer [2023-05-10T20:54:53.648Z] bab4dde63d76: Pulling fs layer [2023-05-10T20:54:53.648Z] bde34c3a00c8: Pulling fs layer [2023-05-10T20:54:53.648Z] b352a97aabf1: Pulling fs layer [2023-05-10T20:54:53.648Z] 4872d77fe225: Pulling fs layer [2023-05-10T20:54:53.648Z] 5851b861e8e6: Pulling fs layer [2023-05-10T20:54:53.648Z] eaf3925da568: Waiting [2023-05-10T20:54:53.648Z] 4872d77fe225: Waiting [2023-05-10T20:54:53.648Z] 5851b861e8e6: Waiting [2023-05-10T20:54:53.648Z] 988bab9f4d93: Waiting [2023-05-10T20:54:53.648Z] 1469e6f7b9e6: Waiting [2023-05-10T20:54:53.648Z] bab4dde63d76: Waiting [2023-05-10T20:54:53.648Z] bde34c3a00c8: Waiting [2023-05-10T20:54:53.648Z] b352a97aabf1: Waiting [2023-05-10T20:54:53.648Z] e2be974225ed: Verifying Checksum [2023-05-10T20:54:53.648Z] e2be974225ed: Download complete [2023-05-10T20:54:53.648Z] 988bab9f4d93: Verifying Checksum [2023-05-10T20:54:53.648Z] 988bab9f4d93: Download complete [2023-05-10T20:54:53.908Z] 1469e6f7b9e6: Verifying Checksum [2023-05-10T20:54:53.908Z] 1469e6f7b9e6: Download complete [2023-05-10T20:54:53.908Z] 339a4e72a1f5: Verifying Checksum [2023-05-10T20:54:53.908Z] 339a4e72a1f5: Download complete [2023-05-10T20:54:53.908Z] eaf3925da568: Download complete [2023-05-10T20:54:53.908Z] bde34c3a00c8: Verifying Checksum [2023-05-10T20:54:53.908Z] bde34c3a00c8: Download complete [2023-05-10T20:54:53.908Z] b352a97aabf1: Verifying Checksum [2023-05-10T20:54:53.908Z] b352a97aabf1: Download complete [2023-05-10T20:54:53.908Z] 4872d77fe225: Download complete [2023-05-10T20:54:53.908Z] 5851b861e8e6: Verifying Checksum [2023-05-10T20:54:53.908Z] 5851b861e8e6: Download complete [2023-05-10T20:54:53.908Z] b85a868b505f: Verifying Checksum [2023-05-10T20:54:53.908Z] b85a868b505f: Download complete [2023-05-10T20:54:54.167Z] bab4dde63d76: Verifying Checksum [2023-05-10T20:54:55.117Z] b85a868b505f: Pull complete [2023-05-10T20:54:55.377Z] e2be974225ed: Pull complete [2023-05-10T20:54:55.948Z] 339a4e72a1f5: Pull complete [2023-05-10T20:54:55.948Z] 988bab9f4d93: Pull complete [2023-05-10T20:54:56.208Z] 1469e6f7b9e6: Pull complete [2023-05-10T20:54:56.208Z] eaf3925da568: Pull complete [2023-05-10T20:54:58.113Z] bab4dde63d76: Pull complete [2023-05-10T20:54:58.113Z] bde34c3a00c8: Pull complete [2023-05-10T20:54:58.374Z] b352a97aabf1: Pull complete [2023-05-10T20:54:58.374Z] 4872d77fe225: Pull complete [2023-05-10T20:54:58.374Z] 5851b861e8e6: Pull complete [2023-05-10T20:54:58.374Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-10T20:54:58.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-10T20:54:58.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:54:58.868Z] prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container [2023-05-10T20:54:58.895Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-10T20:55:01.075Z] $ docker top cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e -eo pid,comm [2023-05-10T20:55:01.134Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-05-10T20:55:01.134Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-10T20:55:01.278Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-10T20:55:01.278Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-10T20:55:01.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-10T20:55:01.398Z] $ docker exec cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent [2023-05-10T20:55:01.515Z] SSH_AUTH_SOCK=/tmp/ssh-9rPXldZ7Oe9V/agent.32 [2023-05-10T20:55:01.515Z] SSH_AGENT_PID=38 [2023-05-10T20:55:01.522Z] Running ssh-add (command line suppressed) [2023-05-10T20:55:01.616Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_6373187028898297809.key (/w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_6373187028898297809.key) [2023-05-10T20:55:01.633Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-10T20:55:01.965Z] + git tag --points-at HEAD [Pipeline] } [2023-05-10T20:55:01.991Z] $ docker exec --env ******** --env ******** cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent -k [2023-05-10T20:55:02.085Z] unset SSH_AUTH_SOCK; [2023-05-10T20:55:02.085Z] unset SSH_AGENT_PID; [2023-05-10T20:55:02.085Z] echo Agent pid 38 killed; [2023-05-10T20:55:02.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-10T20:55:02.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-10T20:55:02.190Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-10T20:55:02.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-10T20:55:02.296Z] $ docker exec cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent [2023-05-10T20:55:02.411Z] SSH_AUTH_SOCK=/tmp/ssh-1pRcIEkmyD4C/agent.70 [2023-05-10T20:55:02.411Z] SSH_AGENT_PID=76 [2023-05-10T20:55:02.415Z] Running ssh-add (command line suppressed) [2023-05-10T20:55:02.522Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_17251699002363777685.key (/w/workspace/undry_device-onvif-camera_PR-356@tmp/private_key_17251699002363777685.key) [2023-05-10T20:55:02.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-10T20:55:02.870Z] + git semver init [2023-05-10T20:55:03.131Z] 2023-05-10 20:55:03,080 [run_init] DEBUG init version:0.0.0 force:False [2023-05-10T20:55:03.132Z] 2023-05-10 20:55:03,081 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-356/.semver [2023-05-10T20:55:03.132Z] 2023-05-10 20:55:03,081 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-356/.semver [2023-05-10T20:55:03.132Z] 2023-05-10 20:55:03,082 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-356/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-356, universal_newlines=False, shell=None, istream=None) [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,036 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-356/.git/info/exclude [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,038 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 with force:False [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,038 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,043 [execute] INFO git cat-file --batch-check [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,043 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-356/.semver, universal_newlines=False, shell=None, istream=) [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,050 [execute] INFO git cat-file --batch [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,051 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-356/.semver, universal_newlines=False, shell=None, istream=) [2023-05-10T20:55:04.074Z] 2023-05-10 20:55:04,057 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-356/.semver/PR-356 [2023-05-10T20:55:04.074Z] 0.0.0 [Pipeline] } [2023-05-10T20:55:04.355Z] $ docker exec --env ******** --env ******** cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e ssh-agent -k [2023-05-10T20:55:04.472Z] unset SSH_AUTH_SOCK; [2023-05-10T20:55:04.472Z] unset SSH_AGENT_PID; [2023-05-10T20:55:04.473Z] echo Agent pid 76 killed; [2023-05-10T20:55:04.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-10T20:55:04.924Z] + git semver [Pipeline] } [2023-05-10T20:55:05.206Z] $ docker stop --time=1 cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e [2023-05-10T20:55:06.544Z] $ docker rm -f --volumes cb059ad6554622872f0282158ac62af6786b5019c8929a53670ed148fc736c8e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T20:55:06.942Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-10T20:55:07.290Z] Stashed 1 file(s) [Pipeline] echo [2023-05-10T20:55:07.306Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T20:55:07.910Z] provisioning config files... [2023-05-10T20:55:07.919Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config187816387327384706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T20:55:08.281Z] ---> docker-login.sh [2023-05-10T20:55:08.281Z] nexus3.edgexfoundry.org:10001 [2023-05-10T20:55:08.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:55:08.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:55:08.281Z] Configure a credential helper to remove this warning. See [2023-05-10T20:55:08.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:55:08.281Z] [2023-05-10T20:55:08.281Z] Login Succeeded [2023-05-10T20:55:08.281Z] nexus3.edgexfoundry.org:10002 [2023-05-10T20:55:08.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:55:08.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:55:08.281Z] Configure a credential helper to remove this warning. See [2023-05-10T20:55:08.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:55:08.281Z] [2023-05-10T20:55:08.281Z] Login Succeeded [2023-05-10T20:55:08.281Z] nexus3.edgexfoundry.org:10003 [2023-05-10T20:55:08.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:55:08.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:55:08.542Z] Configure a credential helper to remove this warning. See [2023-05-10T20:55:08.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:55:08.542Z] [2023-05-10T20:55:08.542Z] Login Succeeded [2023-05-10T20:55:08.542Z] nexus3.edgexfoundry.org:10004 [2023-05-10T20:55:08.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:55:08.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:55:08.542Z] Configure a credential helper to remove this warning. See [2023-05-10T20:55:08.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:55:08.542Z] [2023-05-10T20:55:08.542Z] Login Succeeded [2023-05-10T20:55:08.542Z] docker.io [2023-05-10T20:55:08.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:55:08.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:55:08.829Z] Configure a credential helper to remove this warning. See [2023-05-10T20:55:08.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:55:08.829Z] [2023-05-10T20:55:08.829Z] Login Succeeded [2023-05-10T20:55:08.829Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T20:55:08.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-10T20:55:09.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T20:55:09.100Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T20:55:09.132Z] ========================================================= [2023-05-10T20:55:09.132Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-10T20:55:09.132Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:55:09.607Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-10T20:55:09.607Z] Sending build context to Docker daemon 21.82MB [2023-05-10T20:55:09.607Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T20:55:09.607Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-10T20:55:09.874Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-10T20:55:09.874Z] f56be85fc22e: Pulling fs layer [2023-05-10T20:55:09.874Z] 85791d961cd3: Pulling fs layer [2023-05-10T20:55:09.874Z] d694b5ae8c79: Pulling fs layer [2023-05-10T20:55:09.874Z] 9f32a84ed3da: Pulling fs layer [2023-05-10T20:55:09.874Z] 4d19c01a9841: Pulling fs layer [2023-05-10T20:55:09.874Z] 9325e15d5711: Pulling fs layer [2023-05-10T20:55:09.874Z] 556b6ee489ea: Pulling fs layer [2023-05-10T20:55:09.874Z] c5a4b2cf53e6: Pulling fs layer [2023-05-10T20:55:09.874Z] 9f32a84ed3da: Waiting [2023-05-10T20:55:09.874Z] 4d19c01a9841: Waiting [2023-05-10T20:55:09.874Z] 9325e15d5711: Waiting [2023-05-10T20:55:09.874Z] 556b6ee489ea: Waiting [2023-05-10T20:55:09.874Z] 9f32a84ed3da: Download complete [2023-05-10T20:55:09.874Z] 4d19c01a9841: Download complete [2023-05-10T20:55:09.874Z] f56be85fc22e: Verifying Checksum [2023-05-10T20:55:09.874Z] f56be85fc22e: Download complete [2023-05-10T20:55:09.874Z] 9325e15d5711: Verifying Checksum [2023-05-10T20:55:09.874Z] 9325e15d5711: Download complete [2023-05-10T20:55:10.136Z] f56be85fc22e: Pull complete [2023-05-10T20:55:10.136Z] 85791d961cd3: Pull complete [2023-05-10T20:55:10.708Z] c5a4b2cf53e6: Download complete [2023-05-10T20:55:10.708Z] d694b5ae8c79: Verifying Checksum [2023-05-10T20:55:10.708Z] d694b5ae8c79: Download complete [2023-05-10T20:55:10.967Z] 556b6ee489ea: Verifying Checksum [2023-05-10T20:55:10.967Z] 556b6ee489ea: Download complete [2023-05-10T20:55:14.250Z] d694b5ae8c79: Pull complete [2023-05-10T20:55:14.250Z] 9f32a84ed3da: Pull complete [2023-05-10T20:55:14.250Z] 4d19c01a9841: Pull complete [2023-05-10T20:55:14.509Z] 9325e15d5711: Pull complete [2023-05-10T20:55:17.036Z] 556b6ee489ea: Pull complete [2023-05-10T20:55:17.972Z] c5a4b2cf53e6: Pull complete [2023-05-10T20:55:17.972Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-10T20:55:17.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-10T20:55:17.972Z] ---> c4be618373d6 [2023-05-10T20:55:17.972Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-10T20:55:21.290Z] ---> Running in 4ff3cbda732b [2023-05-10T20:55:21.290Z] Removing intermediate container 4ff3cbda732b [2023-05-10T20:55:21.290Z] ---> 5242d9777882 [2023-05-10T20:55:21.290Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-10T20:55:21.290Z] ---> Running in 78e34e52ebfb [2023-05-10T20:55:21.290Z] Removing intermediate container 78e34e52ebfb [2023-05-10T20:55:21.290Z] ---> 82d288377a91 [2023-05-10T20:55:21.290Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T20:55:21.290Z] ---> Running in c1f93ea67fdb [2023-05-10T20:55:21.290Z] Removing intermediate container c1f93ea67fdb [2023-05-10T20:55:21.290Z] ---> dff4c766ee4e [2023-05-10T20:55:21.290Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T20:55:21.550Z] ---> Running in a54aacdf8230 [2023-05-10T20:55:21.550Z] Removing intermediate container a54aacdf8230 [2023-05-10T20:55:21.550Z] ---> 13387f149274 [2023-05-10T20:55:21.550Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-10T20:55:21.550Z] ---> Running in 11d4348ccb03 [2023-05-10T20:55:21.550Z] Removing intermediate container 11d4348ccb03 [2023-05-10T20:55:21.550Z] ---> 9ab1079a6b93 [2023-05-10T20:55:21.550Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T20:55:21.550Z] ---> Running in 5a74d75e9206 [2023-05-10T20:55:21.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-10T20:55:22.068Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-10T20:55:22.326Z] OK: 265 MiB in 53 packages [2023-05-10T20:55:22.585Z] Removing intermediate container 5a74d75e9206 [2023-05-10T20:55:22.585Z] ---> 5a6c6c31d491 [2023-05-10T20:55:22.585Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-10T20:55:22.585Z] ---> Running in 9985d4cf1886 [2023-05-10T20:55:22.585Z] Removing intermediate container 9985d4cf1886 [2023-05-10T20:55:22.585Z] ---> e977ffe0b37b [2023-05-10T20:55:22.585Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-10T20:55:22.721Z] Still waiting to schedule task [2023-05-10T20:55:22.721Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-05-10T20:55:22.845Z] ---> c95db8263b6a [2023-05-10T20:55:22.845Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T20:55:22.845Z] ---> Running in 439d9ae48f65 [2023-05-10T20:55:49.400Z] Removing intermediate container 439d9ae48f65 [2023-05-10T20:55:49.400Z] ---> a12d07a2fb3c [2023-05-10T20:55:49.400Z] Step 12/13 : COPY . . [2023-05-10T20:55:49.400Z] ---> e2d2dbb1ba7f [2023-05-10T20:55:49.400Z] Step 13/13 : RUN ${MAKE} [2023-05-10T20:55:49.400Z] ---> Running in 4bce3e4b53b2 [2023-05-10T20:55:49.400Z] noop [2023-05-10T20:55:49.659Z] Removing intermediate container 4bce3e4b53b2 [2023-05-10T20:55:49.659Z] ---> db4cdb1fb5f6 [2023-05-10T20:55:49.659Z] Successfully built db4cdb1fb5f6 [2023-05-10T20:55:49.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:55:50.106Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-10T20:55:50.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:55:50.253Z] prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container [2023-05-10T20:55:50.293Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@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 ******** ci-base-image-x86_64 cat [2023-05-10T20:55:50.623Z] $ docker top 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T20:55:51.016Z] + go version [2023-05-10T20:55:51.016Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-10T20:55:51.055Z] $ docker stop --time=1 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 [2023-05-10T20:55:52.373Z] $ docker rm -f --volumes 7be6aeabe29a0456b9e5d039a67f97ff186cf9014a8058a2b47015f5d85c78f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:55:53.053Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-10T20:55:53.053Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:55:53.210Z] prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container [2023-05-10T20:55:53.259Z] $ 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-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@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 ******** ci-base-image-x86_64 cat [2023-05-10T20:55:53.624Z] $ docker top 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T20:55:54.020Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-356 [Pipeline] fileExists [Pipeline] sh [2023-05-10T20:55:54.384Z] + make test [2023-05-10T20:55:54.384Z] go test ./... -coverprofile=coverage.out ./... [2023-05-10T20:55:59.656Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-10T20:56:09.630Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-10T20:56:09.630Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-10T20:56:12.159Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.039s coverage: 31.2% of statements [2023-05-10T20:56:12.159Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.084s coverage: 86.5% of statements [2023-05-10T20:56:18.718Z] go vet ./... [2023-05-10T20:56:22.020Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-10T20:56:22.020Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-10T20:56:22.280Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-10T20:56:22.318Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-10T20:56:22.352Z] $ docker stop --time=1 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de [2023-05-10T20:56:25.765Z] $ docker rm -f --volumes 099b46be6f2c7f925ce3d65dca5143c2db42bdbdf577b5b5f212a8e7f4a705de [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T20:56:26.287Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-10T20:56:26.392Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-10T20:56:27.086Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-10T20:56:27.394Z] + ls -al . [2023-05-10T20:56:27.395Z] total 232 [2023-05-10T20:56:27.395Z] drwxrwxr-x 10 jenkins jenkins 4096 May 10 20:55 . [2023-05-10T20:56:27.395Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 .. [2023-05-10T20:56:27.395Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:55 .git [2023-05-10T20:56:27.395Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:54 .github [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 496 May 10 20:54 .gitignore [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 42 May 10 20:54 .golangci.yml [2023-05-10T20:56:27.395Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 20:55 .semver [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 10 20:54 Attribution.txt [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 10 20:54 CHANGELOG.md [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 10 20:54 Dockerfile [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 677 May 10 20:54 GOVERNANCE.md [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 734 May 10 20:54 Jenkinsfile [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 10 20:54 LICENSE [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 10 20:54 Makefile [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 625 May 10 20:54 OWNERS.md [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 10 20:54 README.md [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:55 VERSION [2023-05-10T20:56:27.395Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:54 bin [2023-05-10T20:56:27.395Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:54 cmd [2023-05-10T20:56:27.395Z] -rw-r--r-- 1 jenkins jenkins 78385 May 10 20:56 coverage.out [2023-05-10T20:56:27.395Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 doc [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 3642 May 10 20:54 go.mod [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 33491 May 10 20:54 go.sum [2023-05-10T20:56:27.395Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 internal [2023-05-10T20:56:27.395Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:54 snap [2023-05-10T20:56:27.395Z] -rw-rw-r-- 1 jenkins jenkins 236 May 10 20:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:56:27.901Z] + 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=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 --label arch=amd64 --label version=0.0.0 . [2023-05-10T20:56:27.901Z] Sending build context to Docker daemon 21.9MB [2023-05-10T20:56:27.901Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T20:56:27.901Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-10T20:56:27.901Z] ---> db4cdb1fb5f6 [2023-05-10T20:56:27.901Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-10T20:56:28.160Z] ---> Running in 2976f232aadc [2023-05-10T20:56:28.160Z] Removing intermediate container 2976f232aadc [2023-05-10T20:56:28.160Z] ---> 06dde4e34d00 [2023-05-10T20:56:28.160Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-10T20:56:28.160Z] ---> Running in f79cb8543076 [2023-05-10T20:56:28.418Z] Removing intermediate container f79cb8543076 [2023-05-10T20:56:28.418Z] ---> 61358d5a8022 [2023-05-10T20:56:28.418Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T20:56:28.418Z] ---> Running in a8f6080579c8 [2023-05-10T20:56:28.418Z] Removing intermediate container a8f6080579c8 [2023-05-10T20:56:28.418Z] ---> cb06fcef7843 [2023-05-10T20:56:28.418Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T20:56:28.418Z] ---> Running in 0dd0ee7fd51f [2023-05-10T20:56:28.418Z] Removing intermediate container 0dd0ee7fd51f [2023-05-10T20:56:28.418Z] ---> 178c61218eee [2023-05-10T20:56:28.418Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-10T20:56:28.676Z] ---> Running in cc301f37459d [2023-05-10T20:56:28.676Z] Removing intermediate container cc301f37459d [2023-05-10T20:56:28.676Z] ---> e23a4c5de517 [2023-05-10T20:56:28.676Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T20:56:28.676Z] ---> Running in 3f7d48c8a682 [2023-05-10T20:56:28.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-10T20:56:28.936Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-10T20:56:29.196Z] OK: 265 MiB in 53 packages [2023-05-10T20:56:29.763Z] Removing intermediate container 3f7d48c8a682 [2023-05-10T20:56:29.763Z] ---> b87525fd6c38 [2023-05-10T20:56:29.763Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-10T20:56:29.763Z] ---> Running in 999497d53a5d [2023-05-10T20:56:29.763Z] Removing intermediate container 999497d53a5d [2023-05-10T20:56:29.763Z] ---> 2da0a3a57578 [2023-05-10T20:56:29.763Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-10T20:56:29.763Z] ---> 8585d15ee22a [2023-05-10T20:56:29.763Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T20:56:29.763Z] ---> Running in 3001c04a919e [2023-05-10T20:56:30.699Z] Removing intermediate container 3001c04a919e [2023-05-10T20:56:30.699Z] ---> c3ddd8cca82c [2023-05-10T20:56:30.699Z] Step 12/26 : COPY . . [2023-05-10T20:56:31.267Z] ---> c5b17ff170d1 [2023-05-10T20:56:31.268Z] Step 13/26 : RUN ${MAKE} [2023-05-10T20:56:31.268Z] ---> Running in 5d79aa1334c5 [2023-05-10T20:56:31.527Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-10T20:56:53.455Z] Removing intermediate container 5d79aa1334c5 [2023-05-10T20:56:53.455Z] ---> d73e673985a3 [2023-05-10T20:56:53.455Z] Step 14/26 : FROM alpine:3.17 [2023-05-10T20:56:53.455Z] 3.17: Pulling from library/alpine [2023-05-10T20:56:53.455Z] f56be85fc22e: Already exists [2023-05-10T20:56:53.455Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-10T20:56:53.455Z] Status: Downloaded newer image for alpine:3.17 [2023-05-10T20:56:53.455Z] ---> 9ed4aefc74f6 [2023-05-10T20:56:53.455Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-10T20:56:53.455Z] ---> Running in 1176d8e8940b [2023-05-10T20:56:53.455Z] Removing intermediate container 1176d8e8940b [2023-05-10T20:56:53.455Z] ---> 4b1cc9c8a837 [2023-05-10T20:56:53.455Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-10T20:56:53.455Z] ---> Running in 008dbfda4390 [2023-05-10T20:56:53.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-10T20:56:53.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-10T20:56:53.455Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-10T20:56:53.455Z] Executing busybox-1.35.0-r29.trigger [2023-05-10T20:56:53.455Z] OK: 7 MiB in 16 packages [2023-05-10T20:56:53.455Z] Removing intermediate container 008dbfda4390 [2023-05-10T20:56:53.455Z] ---> aea91290c391 [2023-05-10T20:56:53.455Z] Step 17/26 : WORKDIR / [2023-05-10T20:56:53.455Z] ---> Running in b43cc6b333ee [2023-05-10T20:56:53.455Z] Removing intermediate container b43cc6b333ee [2023-05-10T20:56:53.455Z] ---> c786312c7d78 [2023-05-10T20:56:53.455Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-10T20:56:53.455Z] ---> 3fc2d52d2b88 [2023-05-10T20:56:53.455Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-10T20:56:53.455Z] ---> cb682c63e2a0 [2023-05-10T20:56:53.455Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-10T20:56:53.455Z] ---> b13e7b63a41d [2023-05-10T20:56:53.455Z] Step 21/26 : EXPOSE 59984 [2023-05-10T20:56:53.455Z] ---> Running in 5486f299f2b0 [2023-05-10T20:56:53.455Z] Removing intermediate container 5486f299f2b0 [2023-05-10T20:56:53.455Z] ---> 6fe540c0e55c [2023-05-10T20:56:53.455Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-10T20:56:53.455Z] ---> Running in 8c17bc898884 [2023-05-10T20:56:53.455Z] Removing intermediate container 8c17bc898884 [2023-05-10T20:56:53.455Z] ---> 9c03a1ce9208 [2023-05-10T20:56:53.455Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-10T20:56:53.455Z] ---> Running in 84d089319d39 [2023-05-10T20:56:53.455Z] Removing intermediate container 84d089319d39 [2023-05-10T20:56:53.455Z] ---> a8e2e4a937b1 [2023-05-10T20:56:53.455Z] Step 24/26 : LABEL arch=amd64 [2023-05-10T20:56:53.455Z] ---> Running in 305c50336d9d [2023-05-10T20:56:53.455Z] Removing intermediate container 305c50336d9d [2023-05-10T20:56:53.455Z] ---> 3c67f5e107c7 [2023-05-10T20:56:53.455Z] Step 25/26 : LABEL git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [2023-05-10T20:56:53.455Z] ---> Running in 3a9228e6b1a7 [2023-05-10T20:56:53.455Z] Removing intermediate container 3a9228e6b1a7 [2023-05-10T20:56:53.455Z] ---> 457b5b68379f [2023-05-10T20:56:53.455Z] Step 26/26 : LABEL version=0.0.0 [2023-05-10T20:56:53.455Z] ---> Running in 9fc5635093ec [2023-05-10T20:56:53.455Z] Removing intermediate container 9fc5635093ec [2023-05-10T20:56:53.455Z] ---> ca2b8f05c2dc [2023-05-10T20:56:53.455Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-10T20:56:53.455Z] Successfully built ca2b8f05c2dc [2023-05-10T20:56:53.455Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:56:54.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T20:56:54.359Z] [2023-05-10T20:56:54.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:56:54.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T20:56:54.739Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-10T20:56:54.739Z] 5eb5b503b376: Pulling fs layer [2023-05-10T20:56:54.739Z] 5c69ac0246d0: Pulling fs layer [2023-05-10T20:56:54.739Z] ec43610c2a17: Pulling fs layer [2023-05-10T20:56:54.739Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-10T20:56:54.739Z] 33b1e0a273af: Pulling fs layer [2023-05-10T20:56:54.739Z] 5d3b04190fa2: Pulling fs layer [2023-05-10T20:56:54.739Z] 2f39f015ded8: Pulling fs layer [2023-05-10T20:56:54.739Z] 3a2ae6a8a46f: Waiting [2023-05-10T20:56:54.739Z] 33b1e0a273af: Waiting [2023-05-10T20:56:54.739Z] 5d3b04190fa2: Waiting [2023-05-10T20:56:54.739Z] 2f39f015ded8: Waiting [2023-05-10T20:56:54.739Z] 5c69ac0246d0: Download complete [2023-05-10T20:56:54.739Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-10T20:56:54.739Z] 3a2ae6a8a46f: Download complete [2023-05-10T20:56:54.739Z] 33b1e0a273af: Verifying Checksum [2023-05-10T20:56:54.739Z] 33b1e0a273af: Download complete [2023-05-10T20:56:54.739Z] 5d3b04190fa2: Verifying Checksum [2023-05-10T20:56:54.739Z] 5d3b04190fa2: Download complete [2023-05-10T20:56:54.739Z] ec43610c2a17: Verifying Checksum [2023-05-10T20:56:54.739Z] ec43610c2a17: Download complete [2023-05-10T20:56:55.000Z] 5eb5b503b376: Verifying Checksum [2023-05-10T20:56:55.000Z] 5eb5b503b376: Download complete [2023-05-10T20:56:55.565Z] 2f39f015ded8: Download complete [2023-05-10T20:56:55.819Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14959 in /w/workspace/undry_device-onvif-camera_PR-356 [Pipeline] { [Pipeline] ws [2023-05-10T20:56:55.878Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-05-10T20:56:55.967Z] The recommended git tool is: git [2023-05-10T20:56:56.132Z] 5eb5b503b376: Pull complete [2023-05-10T20:56:56.390Z] 5c69ac0246d0: Pull complete [2023-05-10T20:56:56.649Z] ec43610c2a17: Pull complete [2023-05-10T20:56:56.649Z] 3a2ae6a8a46f: Pull complete [2023-05-10T20:56:56.910Z] 33b1e0a273af: Pull complete [2023-05-10T20:56:56.910Z] 5d3b04190fa2: Pull complete [2023-05-10T20:57:01.093Z] 2f39f015ded8: Pull complete [2023-05-10T20:57:01.093Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-10T20:57:01.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T20:57:01.093Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:57:01.339Z] prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container [2023-05-10T20:57:01.385Z] $ 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-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@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-05-10T20:57:01.829Z] using credential edgex-jenkins-ssh [2023-05-10T20:57:01.849Z] Cloning the remote Git repository [2023-05-10T20:57:01.893Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-10T20:57:01.994Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-05-10T20:57:02.148Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-10T20:57:02.149Z] > git --version # timeout=10 [2023-05-10T20:57:02.173Z] > git --version # 'git version 2.25.1' [2023-05-10T20:57:02.176Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T20:57:02.326Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-10T20:57:03.984Z] $ docker top b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T20:57:04.444Z] ---> job-cost.sh [2023-05-10T20:57:04.444Z] lf-activate-venv: SKIPPING [2023-05-10T20:57:04.444Z] INFO: No Stack... [2023-05-10T20:57:04.703Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-10T20:57:03.898Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-10T20:57:03.923Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-10T20:57:04.961Z] INFO: Archiving Costs [Pipeline] sh [2023-05-10T20:57:05.273Z] + cat /w/workspace/undry_device-onvif-camera_PR-356/archives/cost.csv [2023-05-10T20:57:05.273Z] + cut -d, -f6 [Pipeline] lock [2023-05-10T20:57:05.316Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [2023-05-10T20:57:05.320Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] did not exist. Created. [2023-05-10T20:57:05.320Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-10T20:57:05.601Z] Merging remotes/origin/main commit 19aea0788ff6687e1018adc680fb40cfac0f4964 into PR head commit d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [2023-05-10T20:57:05.720Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-10T20:57:05.778Z] Stashed 1 file(s) [Pipeline] } [2023-05-10T20:57:05.809Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-10T20:57:05.900Z] $ docker stop --time=1 b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf [2023-05-10T20:57:05.966Z] Merge succeeded, producing d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [2023-05-10T20:57:05.967Z] Checking out Revision d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 (PR-356) [2023-05-10T20:57:04.924Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-05-10T20:57:04.969Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-05-10T20:57:04.970Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T20:57:04.985Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/356/head:refs/remotes/origin/PR-356 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-10T20:57:05.619Z] > git config core.sparsecheckout # timeout=10 [2023-05-10T20:57:05.696Z] > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 [2023-05-10T20:57:05.873Z] > git remote # timeout=10 [2023-05-10T20:57:05.890Z] > git config --get remote.origin.url # timeout=10 [2023-05-10T20:57:05.908Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-10T20:57:05.921Z] > git merge 19aea0788ff6687e1018adc680fb40cfac0f4964 # timeout=10 [2023-05-10T20:57:05.947Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-10T20:57:05.971Z] > git config core.sparsecheckout # timeout=10 [2023-05-10T20:57:05.987Z] > git checkout -f d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 # timeout=10 [2023-05-10T20:57:07.054Z] $ docker rm -f --volumes b6d225f010094c9c4e09b87e77d5847c701e28dda16cb11d574ccdeccbc835bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-10T20:57:09.655Z] Commit message: "refactor: updated snapshot api to get profile token input instead of random one" [2023-05-10T20:57:09.701Z] > git --version # timeout=10 [2023-05-10T20:57:09.710Z] > git --version # 'git version 2.25.1' [2023-05-10T20:57:09.720Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T20:57:10.862Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-10T20:57:10.862Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-10T20:57:10.862Z] Dload Upload Total Spent Left Speed [2023-05-10T20:57:10.862Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 69298 0 --:--:-- --:--:-- --:--:-- 69298 [Pipeline] sh [2023-05-10T20:57:11.592Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-10T20:57:11.942Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2023-05-10T20:57:11.942Z] sudo tee /etc/docker/daemon.new [2023-05-10T20:57:11.942Z] { [2023-05-10T20:57:11.942Z] "registry-mirrors": [ [2023-05-10T20:57:11.942Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-10T20:57:11.942Z] ], [2023-05-10T20:57:11.942Z] "bip": "10.250.0.254/24", [2023-05-10T20:57:11.942Z] "hosts": [ [2023-05-10T20:57:11.942Z] "tcp://0.0.0.0:5555", [2023-05-10T20:57:11.942Z] "unix:///var/run/docker.sock" [2023-05-10T20:57:11.942Z] ], [2023-05-10T20:57:11.942Z] "mtu": 1458, [2023-05-10T20:57:11.942Z] "selinux-enabled": true, [2023-05-10T20:57:11.942Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-10T20:57:11.942Z] } [Pipeline] sh [2023-05-10T20:57:12.297Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-10T20:57:12.659Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T20:57:31.008Z] provisioning config files... [2023-05-10T20:57:31.041Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config11901495991803633768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T20:57:31.433Z] ---> docker-login.sh [2023-05-10T20:57:31.433Z] nexus3.edgexfoundry.org:10001 [2023-05-10T20:57:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:57:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:57:32.026Z] Configure a credential helper to remove this warning. See [2023-05-10T20:57:32.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:57:32.026Z] [2023-05-10T20:57:32.026Z] Login Succeeded [2023-05-10T20:57:32.026Z] nexus3.edgexfoundry.org:10002 [2023-05-10T20:57:32.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:57:32.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:57:32.568Z] Configure a credential helper to remove this warning. See [2023-05-10T20:57:32.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:57:32.568Z] [2023-05-10T20:57:32.568Z] Login Succeeded [2023-05-10T20:57:32.568Z] nexus3.edgexfoundry.org:10003 [2023-05-10T20:57:32.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:57:32.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:57:32.842Z] Configure a credential helper to remove this warning. See [2023-05-10T20:57:32.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:57:32.842Z] [2023-05-10T20:57:32.842Z] Login Succeeded [2023-05-10T20:57:32.842Z] nexus3.edgexfoundry.org:10004 [2023-05-10T20:57:33.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:57:33.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:57:33.117Z] Configure a credential helper to remove this warning. See [2023-05-10T20:57:33.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:57:33.117Z] [2023-05-10T20:57:33.117Z] Login Succeeded [2023-05-10T20:57:33.117Z] docker.io [2023-05-10T20:57:33.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-10T20:57:33.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-10T20:57:33.657Z] Configure a credential helper to remove this warning. See [2023-05-10T20:57:33.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-10T20:57:33.657Z] [2023-05-10T20:57:33.657Z] Login Succeeded [2023-05-10T20:57:33.657Z] ---> docker-login.sh ends [Pipeline] } [2023-05-10T20:57:33.690Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-10T20:57:34.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T20:57:34.096Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-10T20:57:34.128Z] ========================================================= [2023-05-10T20:57:34.128Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-10T20:57:34.128Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:57:34.620Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-05-10T20:57:35.219Z] Sending build context to Docker daemon 14.35MB [2023-05-10T20:57:35.219Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T20:57:35.219Z] Step 2/13 : FROM ${BASE} AS builder [2023-05-10T20:57:35.219Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-10T20:57:35.219Z] c41833b44d91: Pulling fs layer [2023-05-10T20:57:35.219Z] ed15518f5707: Pulling fs layer [2023-05-10T20:57:35.219Z] feae8fd75edb: Pulling fs layer [2023-05-10T20:57:35.219Z] 242c74f7c9fa: Pulling fs layer [2023-05-10T20:57:35.219Z] 3cdef696dda3: Pulling fs layer [2023-05-10T20:57:35.219Z] 2ced38df9373: Pulling fs layer [2023-05-10T20:57:35.219Z] 58f1dce35555: Pulling fs layer [2023-05-10T20:57:35.220Z] 242c74f7c9fa: Waiting [2023-05-10T20:57:35.220Z] 3cdef696dda3: Waiting [2023-05-10T20:57:35.220Z] 2ced38df9373: Waiting [2023-05-10T20:57:35.220Z] 58f1dce35555: Waiting [2023-05-10T20:57:35.493Z] ed15518f5707: Verifying Checksum [2023-05-10T20:57:35.494Z] ed15518f5707: Download complete [2023-05-10T20:57:35.494Z] 242c74f7c9fa: Verifying Checksum [2023-05-10T20:57:35.494Z] 242c74f7c9fa: Download complete [2023-05-10T20:57:35.494Z] 3cdef696dda3: Verifying Checksum [2023-05-10T20:57:35.494Z] 3cdef696dda3: Download complete [2023-05-10T20:57:35.494Z] c41833b44d91: Verifying Checksum [2023-05-10T20:57:35.494Z] c41833b44d91: Download complete [2023-05-10T20:57:36.475Z] c41833b44d91: Pull complete [2023-05-10T20:57:36.765Z] 58f1dce35555: Verifying Checksum [2023-05-10T20:57:36.765Z] 58f1dce35555: Download complete [2023-05-10T20:57:37.369Z] ed15518f5707: Pull complete [2023-05-10T20:57:37.973Z] feae8fd75edb: Download complete [2023-05-10T20:57:38.245Z] 2ced38df9373: Verifying Checksum [2023-05-10T20:57:38.245Z] 2ced38df9373: Download complete [2023-05-10T20:57:50.587Z] feae8fd75edb: Pull complete [2023-05-10T20:57:50.587Z] 242c74f7c9fa: Pull complete [2023-05-10T20:57:50.587Z] 3cdef696dda3: Pull complete [2023-05-10T20:57:57.253Z] 2ced38df9373: Pull complete [2023-05-10T20:57:58.676Z] 58f1dce35555: Pull complete [2023-05-10T20:57:58.676Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-10T20:57:58.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-10T20:57:58.676Z] ---> fadd8f120f05 [2023-05-10T20:57:58.676Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-05-10T20:58:00.632Z] ---> Running in 2724c34f07dc [2023-05-10T20:58:00.898Z] Removing intermediate container 2724c34f07dc [2023-05-10T20:58:00.899Z] ---> fde0b2e1f4a7 [2023-05-10T20:58:00.899Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-10T20:58:00.899Z] ---> Running in 9feeb67fa13f [2023-05-10T20:58:01.166Z] Removing intermediate container 9feeb67fa13f [2023-05-10T20:58:01.166Z] ---> c2ea7f52b8c0 [2023-05-10T20:58:01.166Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T20:58:01.442Z] ---> Running in e2b196f9254e [2023-05-10T20:58:01.711Z] Removing intermediate container e2b196f9254e [2023-05-10T20:58:01.711Z] ---> b95e94430406 [2023-05-10T20:58:01.711Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T20:58:01.711Z] ---> Running in 536faac68f32 [2023-05-10T20:58:01.980Z] Removing intermediate container 536faac68f32 [2023-05-10T20:58:01.980Z] ---> 772ab0e2332f [2023-05-10T20:58:01.980Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-05-10T20:58:02.249Z] ---> Running in 1bc60cdb69fc [2023-05-10T20:58:02.517Z] Removing intermediate container 1bc60cdb69fc [2023-05-10T20:58:02.517Z] ---> 7a47ff6d87c4 [2023-05-10T20:58:02.517Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T20:58:02.517Z] ---> Running in eed4a509154d [2023-05-10T20:58:03.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-10T20:58:04.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-10T20:58:05.158Z] OK: 263 MiB in 53 packages [2023-05-10T20:58:06.126Z] Removing intermediate container eed4a509154d [2023-05-10T20:58:06.126Z] ---> 4520f29d273d [2023-05-10T20:58:06.126Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-05-10T20:58:06.126Z] ---> Running in 34e9fd7e7b6e [2023-05-10T20:58:06.397Z] Removing intermediate container 34e9fd7e7b6e [2023-05-10T20:58:06.397Z] ---> e4335ed2b64f [2023-05-10T20:58:06.397Z] Step 10/13 : COPY go.mod vendor* ./ [2023-05-10T20:58:06.985Z] ---> fc66972d00b6 [2023-05-10T20:58:06.985Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T20:58:06.985Z] ---> Running in 652ed57f7e1d [2023-05-10T20:59:14.900Z] Removing intermediate container 652ed57f7e1d [2023-05-10T20:59:14.900Z] ---> 347e430c5257 [2023-05-10T20:59:14.900Z] Step 12/13 : COPY . . [2023-05-10T20:59:14.900Z] ---> ee5f148f8e9b [2023-05-10T20:59:14.900Z] Step 13/13 : RUN ${MAKE} [2023-05-10T20:59:14.900Z] ---> Running in da48f72f448b [2023-05-10T20:59:14.900Z] noop [2023-05-10T20:59:14.900Z] Removing intermediate container da48f72f448b [2023-05-10T20:59:14.900Z] ---> 83938282b036 [2023-05-10T20:59:14.900Z] Successfully built 83938282b036 [2023-05-10T20:59:14.900Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:59:15.374Z] + docker inspect -f . ci-base-image-arm64 [2023-05-10T20:59:15.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:59:15.652Z] prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container [2023-05-10T20:59:15.717Z] $ 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-05-10T20:59:16.943Z] $ docker top ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T20:59:17.820Z] + go version [2023-05-10T20:59:17.820Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-10T20:59:17.855Z] $ docker stop --time=1 ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b [2023-05-10T20:59:19.508Z] $ docker rm -f --volumes ec8b9711c9767e7d3ccb7cc92463f5f4605c863f9009a9f02cf25253336cb72b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T20:59:20.369Z] + docker inspect -f . ci-base-image-arm64 [2023-05-10T20:59:20.369Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T20:59:20.633Z] prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container [2023-05-10T20:59:20.694Z] $ 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-05-10T20:59:23.431Z] $ docker top c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T20:59:23.980Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-05-10T20:59:24.354Z] + make test [2023-05-10T20:59:24.354Z] go test ./... -coverprofile=coverage.out ./... [2023-05-10T20:59:56.606Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-05-10T21:02:03.721Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-05-10T21:02:04.310Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-05-10T21:02:06.901Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.200s coverage: 31.2% of statements [2023-05-10T21:02:28.986Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 21.413s coverage: 86.5% of statements [2023-05-10T21:02:28.986Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-10T21:02:28.986Z] go vet ./... [2023-05-10T21:02:55.674Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-10T21:02:55.674Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-10T21:02:55.674Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-10T21:02:55.713Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-10T21:02:55.743Z] $ docker stop --time=1 c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 [2023-05-10T21:02:58.401Z] $ docker rm -f --volumes c021ff7d0564c7e4fcebe574cf7494b13611aabfe52b7c6d420f43b8866f7ca0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-10T21:02:59.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-10T21:02:59.650Z] Warning: overwriting stash ‘coverage-report’ [2023-05-10T21:03:00.347Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-10T21:03:00.973Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-10T21:03:01.326Z] + ls -al . [2023-05-10T21:03:01.326Z] total 228 [2023-05-10T21:03:01.326Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 20:59 . [2023-05-10T21:03:01.326Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 .. [2023-05-10T21:03:01.326Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 20:57 .git [2023-05-10T21:03:01.326Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:57 .github [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 496 May 10 20:57 .gitignore [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 42 May 10 20:57 .golangci.yml [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 10087 May 10 20:57 Attribution.txt [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 6312 May 10 20:57 CHANGELOG.md [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 1574 May 10 20:57 Dockerfile [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 677 May 10 20:57 GOVERNANCE.md [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 734 May 10 20:57 Jenkinsfile [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 11348 May 10 20:57 LICENSE [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 2751 May 10 20:57 Makefile [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 625 May 10 20:57 OWNERS.md [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 2591 May 10 20:57 README.md [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 5 May 10 20:55 VERSION [2023-05-10T21:03:01.326Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 20:57 bin [2023-05-10T21:03:01.326Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 20:57 cmd [2023-05-10T21:03:01.326Z] -rw-r--r-- 1 jenkins jenkins 78385 May 10 21:02 coverage.out [2023-05-10T21:03:01.326Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 doc [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 3642 May 10 20:57 go.mod [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 33491 May 10 20:57 go.sum [2023-05-10T21:03:01.326Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 internal [2023-05-10T21:03:01.326Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 20:57 snap [2023-05-10T21:03:01.326Z] -rw-rw-r-- 1 jenkins jenkins 236 May 10 20:57 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T21:03:01.831Z] + 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=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 --label arch=arm64 --label version=0.0.0 . [2023-05-10T21:03:02.423Z] Sending build context to Docker daemon 14.43MB [2023-05-10T21:03:02.423Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-05-10T21:03:02.423Z] Step 2/26 : FROM ${BASE} AS builder [2023-05-10T21:03:02.423Z] ---> 83938282b036 [2023-05-10T21:03:02.423Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-05-10T21:03:02.423Z] ---> Running in 49c1dc0977ef [2023-05-10T21:03:03.009Z] Removing intermediate container 49c1dc0977ef [2023-05-10T21:03:03.009Z] ---> da0b50656479 [2023-05-10T21:03:03.009Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-10T21:03:03.009Z] ---> Running in e4bf0fb46bb1 [2023-05-10T21:03:03.278Z] Removing intermediate container e4bf0fb46bb1 [2023-05-10T21:03:03.278Z] ---> e6acf9014d6e [2023-05-10T21:03:03.278Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-05-10T21:03:03.278Z] ---> Running in bd25e4096e48 [2023-05-10T21:03:03.546Z] Removing intermediate container bd25e4096e48 [2023-05-10T21:03:03.547Z] ---> 0cb2358322e8 [2023-05-10T21:03:03.547Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-05-10T21:03:03.547Z] ---> Running in 37e8e51fe1d1 [2023-05-10T21:03:03.814Z] Removing intermediate container 37e8e51fe1d1 [2023-05-10T21:03:03.814Z] ---> 777c63dcce64 [2023-05-10T21:03:03.814Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-05-10T21:03:04.083Z] ---> Running in c51862c0c289 [2023-05-10T21:03:04.353Z] Removing intermediate container c51862c0c289 [2023-05-10T21:03:04.353Z] ---> c9db4252f799 [2023-05-10T21:03:04.353Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-10T21:03:04.353Z] ---> Running in 14d2c988fee5 [2023-05-10T21:03:05.317Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-10T21:03:05.903Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-10T21:03:07.313Z] OK: 263 MiB in 53 packages [2023-05-10T21:03:07.904Z] Removing intermediate container 14d2c988fee5 [2023-05-10T21:03:07.904Z] ---> 604520520d0e [2023-05-10T21:03:07.904Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-05-10T21:03:07.904Z] ---> Running in d5edc74b49cd [2023-05-10T21:03:08.174Z] Removing intermediate container d5edc74b49cd [2023-05-10T21:03:08.174Z] ---> d07feb7dd5d9 [2023-05-10T21:03:08.174Z] Step 10/26 : COPY go.mod vendor* ./ [2023-05-10T21:03:10.119Z] ---> b19bd4b8ba5f [2023-05-10T21:03:10.119Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-10T21:03:10.119Z] ---> Running in 4e2905e16bb3 [2023-05-10T21:03:12.703Z] Removing intermediate container 4e2905e16bb3 [2023-05-10T21:03:12.703Z] ---> 4414a5885227 [2023-05-10T21:03:12.703Z] Step 12/26 : COPY . . [2023-05-10T21:03:13.661Z] ---> d0d82fd34af9 [2023-05-10T21:03:13.661Z] Step 13/26 : RUN ${MAKE} [2023-05-10T21:03:13.661Z] ---> Running in 15b1cf356f02 [2023-05-10T21:03:14.621Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-05-10T21:05:36.342Z] Removing intermediate container 15b1cf356f02 [2023-05-10T21:05:36.342Z] ---> 72ec0bb3dc76 [2023-05-10T21:05:36.342Z] Step 14/26 : FROM alpine:3.17 [2023-05-10T21:05:36.342Z] 3.17: Pulling from library/alpine [2023-05-10T21:05:36.342Z] c41833b44d91: Already exists [2023-05-10T21:05:36.342Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-10T21:05:36.342Z] Status: Downloaded newer image for alpine:3.17 [2023-05-10T21:05:36.342Z] ---> 51e60588ff2c [2023-05-10T21:05:36.342Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-05-10T21:05:36.342Z] ---> Running in cff60ac111bd [2023-05-10T21:05:36.342Z] Removing intermediate container cff60ac111bd [2023-05-10T21:05:36.342Z] ---> 59e44e55038a [2023-05-10T21:05:36.342Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-05-10T21:05:36.342Z] ---> Running in 9f9f342562d8 [2023-05-10T21:05:36.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-10T21:05:36.342Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-10T21:05:36.342Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-10T21:05:36.342Z] Executing busybox-1.35.0-r29.trigger [2023-05-10T21:05:36.342Z] OK: 8 MiB in 16 packages [2023-05-10T21:05:36.343Z] Removing intermediate container 9f9f342562d8 [2023-05-10T21:05:36.343Z] ---> 7860c9163fb8 [2023-05-10T21:05:36.343Z] Step 17/26 : WORKDIR / [2023-05-10T21:05:36.343Z] ---> Running in af6d1f34c32c [2023-05-10T21:05:36.343Z] Removing intermediate container af6d1f34c32c [2023-05-10T21:05:36.343Z] ---> e2a8c9cc7dbe [2023-05-10T21:05:36.343Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-05-10T21:05:37.753Z] ---> 21a58014902f [2023-05-10T21:05:37.753Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-05-10T21:05:38.023Z] ---> a8a2e0a0f487 [2023-05-10T21:05:38.023Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-05-10T21:05:38.608Z] ---> 68fc5719e1aa [2023-05-10T21:05:38.608Z] Step 21/26 : EXPOSE 59984 [2023-05-10T21:05:38.608Z] ---> Running in 4e2189697647 [2023-05-10T21:05:38.876Z] Removing intermediate container 4e2189697647 [2023-05-10T21:05:38.876Z] ---> 9d7659f14e34 [2023-05-10T21:05:38.876Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-05-10T21:05:38.876Z] ---> Running in 22a4788086f9 [2023-05-10T21:05:39.147Z] Removing intermediate container 22a4788086f9 [2023-05-10T21:05:39.147Z] ---> 7f60ceece163 [2023-05-10T21:05:39.147Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-10T21:05:39.416Z] ---> Running in 0945d10c2fb8 [2023-05-10T21:05:39.684Z] Removing intermediate container 0945d10c2fb8 [2023-05-10T21:05:39.684Z] ---> 752277f9abe6 [2023-05-10T21:05:39.684Z] Step 24/26 : LABEL arch=arm64 [2023-05-10T21:05:39.684Z] ---> Running in 2e7421ef5c8f [2023-05-10T21:05:39.953Z] Removing intermediate container 2e7421ef5c8f [2023-05-10T21:05:39.953Z] ---> 27d7460e0948 [2023-05-10T21:05:39.953Z] Step 25/26 : LABEL git_sha=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [2023-05-10T21:05:39.953Z] ---> Running in 3f99cd40c782 [2023-05-10T21:05:40.221Z] Removing intermediate container 3f99cd40c782 [2023-05-10T21:05:40.221Z] ---> 5faf874aa90a [2023-05-10T21:05:40.221Z] Step 26/26 : LABEL version=0.0.0 [2023-05-10T21:05:40.221Z] ---> Running in 26a1aa96c827 [2023-05-10T21:05:40.490Z] Removing intermediate container 26a1aa96c827 [2023-05-10T21:05:40.490Z] ---> 30935d362190 [2023-05-10T21:05:40.490Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-10T21:05:40.758Z] Successfully built 30935d362190 [2023-05-10T21:05:40.758Z] Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T21:05:41.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T21:05:41.555Z] [2023-05-10T21:05:41.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T21:05:41.958Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T21:05:41.958Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-10T21:05:41.958Z] 8998bd30e6a1: Pulling fs layer [2023-05-10T21:05:41.958Z] 04944245beec: Pulling fs layer [2023-05-10T21:05:41.958Z] 699f458cf7ca: Pulling fs layer [2023-05-10T21:05:41.958Z] 765212b225bb: Pulling fs layer [2023-05-10T21:05:41.958Z] f23df028b6ca: Pulling fs layer [2023-05-10T21:05:41.958Z] d65c8cfc05b1: Pulling fs layer [2023-05-10T21:05:41.958Z] 2437ff75d9bd: Pulling fs layer [2023-05-10T21:05:41.958Z] d65c8cfc05b1: Waiting [2023-05-10T21:05:41.958Z] 765212b225bb: Waiting [2023-05-10T21:05:41.958Z] 2437ff75d9bd: Waiting [2023-05-10T21:05:41.958Z] f23df028b6ca: Waiting [2023-05-10T21:05:42.230Z] 04944245beec: Verifying Checksum [2023-05-10T21:05:42.230Z] 04944245beec: Download complete [2023-05-10T21:05:42.230Z] 765212b225bb: Verifying Checksum [2023-05-10T21:05:42.230Z] 765212b225bb: Download complete [2023-05-10T21:05:42.230Z] f23df028b6ca: Download complete [2023-05-10T21:05:42.230Z] d65c8cfc05b1: Verifying Checksum [2023-05-10T21:05:42.230Z] d65c8cfc05b1: Download complete [2023-05-10T21:05:42.230Z] 699f458cf7ca: Verifying Checksum [2023-05-10T21:05:42.230Z] 699f458cf7ca: Download complete [2023-05-10T21:05:42.819Z] 8998bd30e6a1: Verifying Checksum [2023-05-10T21:05:42.819Z] 8998bd30e6a1: Download complete [2023-05-10T21:05:44.761Z] 2437ff75d9bd: Verifying Checksum [2023-05-10T21:05:44.761Z] 2437ff75d9bd: Download complete [2023-05-10T21:05:46.703Z] 8998bd30e6a1: Pull complete [2023-05-10T21:05:46.970Z] 04944245beec: Pull complete [2023-05-10T21:05:48.917Z] 699f458cf7ca: Pull complete [2023-05-10T21:05:48.917Z] 765212b225bb: Pull complete [2023-05-10T21:05:49.501Z] f23df028b6ca: Pull complete [2023-05-10T21:05:49.768Z] d65c8cfc05b1: Pull complete [2023-05-10T21:06:02.069Z] 2437ff75d9bd: Pull complete [2023-05-10T21:06:02.069Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-10T21:06:02.069Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-10T21:06:02.069Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T21:06:02.371Z] prd-ubuntu20.04-docker-arm64-4c-16g-14959 does not seem to be running inside a container [2023-05-10T21:06:02.431Z] $ 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-05-10T21:06:04.917Z] $ docker top a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:05.826Z] ---> job-cost.sh [2023-05-10T21:06:05.826Z] lf-activate-venv: SKIPPING [2023-05-10T21:06:05.826Z] INFO: No Stack... [2023-05-10T21:06:06.093Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-10T21:06:07.053Z] INFO: Archiving Costs [Pipeline] sh [2023-05-10T21:06:07.391Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-05-10T21:06:07.660Z] + cut -d, -f6 [Pipeline] lock [2023-05-10T21:06:07.734Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [2023-05-10T21:06:07.739Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] did not exist. Created. [2023-05-10T21:06:07.739Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-10T21:06:08.145Z] /w/workspace/device-onvif-camera/1@tmp/durable-52dcc022/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-10T21:06:08.501Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-10T21:06:08.536Z] Warning: overwriting stash ‘stack-cost’ [2023-05-10T21:06:08.585Z] Stashed 1 file(s) [Pipeline] } [2023-05-10T21:06:08.601Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-356-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-10T21:06:08.683Z] $ docker stop --time=1 a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d [2023-05-10T21:06:10.118Z] $ docker rm -f --volumes a80ef5570dba7c049b369018216a4da9cffd2437bf122b8e3d02569fdb526e1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-05-10T21:06:11.217Z] provisioning config files... [2023-05-10T21:06:11.224Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config4702729126156010953tmp [Pipeline] { [Pipeline] sh [2023-05-10T21:06:11.561Z] + set +x [2023-05-10T21:06:11.561Z] + curl -s https://codecov.io/bash [2023-05-10T21:06:11.561Z] + bash -s -- [2023-05-10T21:06:11.561Z] [2023-05-10T21:06:11.561Z] _____ _ [2023-05-10T21:06:11.561Z] / ____| | | [2023-05-10T21:06:11.561Z] | | ___ __| | ___ ___ _____ __ [2023-05-10T21:06:11.561Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-10T21:06:11.561Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-10T21:06:11.561Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-10T21:06:11.561Z] Bash-1.0.6 [2023-05-10T21:06:11.561Z] [2023-05-10T21:06:11.561Z] [2023-05-10T21:06:11.561Z] ==> git version 2.25.1 found [2023-05-10T21:06:11.561Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-05-10T21:06:11.561Z] Release-Date: 2020-01-08 [2023-05-10T21:06:11.561Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-05-10T21:06:11.561Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-10T21:06:11.561Z] ==> Jenkins CI detected. [2023-05-10T21:06:11.561Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-356 [2023-05-10T21:06:11.561Z] project root: . [2023-05-10T21:06:11.561Z] --> token set from env [2023-05-10T21:06:11.561Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-10T21:06:11.561Z] ==> Running gcov in . (disable via -X gcov) [2023-05-10T21:06:11.561Z] ==> Python coveragepy not found [2023-05-10T21:06:11.561Z] ==> Searching for coverage reports in: [2023-05-10T21:06:11.561Z] + . [2023-05-10T21:06:11.561Z] -> Found 1 reports [2023-05-10T21:06:11.561Z] ==> Detecting git/mercurial file structure [2023-05-10T21:06:11.561Z] ==> Reading reports [2023-05-10T21:06:11.822Z] + ./coverage.out bytes=78385 [2023-05-10T21:06:11.822Z] ==> Appending adjustments [2023-05-10T21:06:11.822Z] https://docs.codecov.io/docs/fixing-reports [2023-05-10T21:06:11.822Z] + Found adjustments [2023-05-10T21:06:11.822Z] ==> Gzipping contents [2023-05-10T21:06:11.822Z] 12K /tmp/codecov.muNGum.gz [2023-05-10T21:06:11.822Z] ==> Uploading reports [2023-05-10T21:06:11.822Z] url: https://codecov.io [2023-05-10T21:06:11.822Z] query: branch=PR-356&commit=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-356%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=356&job=&cmd_args= [2023-05-10T21:06:11.822Z] -> Pinging Codecov [2023-05-10T21:06:11.822Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-356&commit=d2710f2473d81056cc7dcdc9782bc3ae6749f9e1&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-356%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=356&job=&cmd_args= [2023-05-10T21:06:12.391Z] -> Uploading to [2023-05-10T21:06:12.391Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-10/F29A59C45E3A92E06B3E522C9905F8EF/d2710f2473d81056cc7dcdc9782bc3ae6749f9e1/642570c6-6bf0-4044-85e0-213335d65048.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230510T210612Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0adcd7ecd1fb78df79a4b0a5350a2283a0f7c69ffcb148b935e8939ef78047f8 [2023-05-10T21:06:12.391Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-10T21:06:12.391Z] Dload Upload Total Spent Left Speed [2023-05-10T21:06:12.650Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10499 0 0 100 10499 0 45847 --:--:-- --:--:-- --:--:-- 45847 [2023-05-10T21:06:12.650Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/d2710f2473d81056cc7dcdc9782bc3ae6749f9e1 [Pipeline] } [2023-05-10T21:06:12.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-05-10T21:06:14.481Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-356/archives ] [2023-05-10T21:06:14.481Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-356/archives [2023-05-10T21:06:14.481Z] total 16 [2023-05-10T21:06:14.481Z] drwxr-xr-x 3 root root 4096 May 10 20:57 . [2023-05-10T21:06:14.481Z] drwxrwxr-x 11 jenkins jenkins 4096 May 10 20:57 .. [2023-05-10T21:06:14.481Z] drwxr-xr-x 2 root root 4096 May 10 20:57 cost [2023-05-10T21:06:14.481Z] -rw-r--r-- 1 root root 91 May 10 20:57 cost.csv [2023-05-10T21:06:14.481Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-356/archives [2023-05-10T21:06:14.481Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-356/archives [2023-05-10T21:06:14.481Z] total 16 [2023-05-10T21:06:14.481Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 20:57 . [2023-05-10T21:06:14.481Z] drwxrwxr-x 11 jenkins jenkins 4096 May 10 20:57 .. [2023-05-10T21:06:14.481Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 20:57 cost [2023-05-10T21:06:14.481Z] -rw-r--r-- 1 jenkins jenkins 91 May 10 20:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:14.808Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:15.693Z] ---> package-listing.sh [2023-05-10T21:06:15.693Z] ++ facter osfamily [2023-05-10T21:06:15.693Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-10T21:06:15.950Z] + OS_FAMILY=debian [2023-05-10T21:06:15.950Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-356 [2023-05-10T21:06:15.950Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-10T21:06:15.950Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-10T21:06:15.950Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-10T21:06:15.950Z] + PACKAGES=/tmp/packages_start.txt [2023-05-10T21:06:15.950Z] + '[' /w/workspace/undry_device-onvif-camera_PR-356 ']' [2023-05-10T21:06:15.950Z] + PACKAGES=/tmp/packages_end.txt [2023-05-10T21:06:15.950Z] + case "${OS_FAMILY}" in [2023-05-10T21:06:15.950Z] + grep '^ii' [2023-05-10T21:06:15.950Z] + dpkg -l [2023-05-10T21:06:15.950Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-10T21:06:15.950Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-10T21:06:15.950Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-10T21:06:15.950Z] + '[' /w/workspace/undry_device-onvif-camera_PR-356 ']' [2023-05-10T21:06:15.950Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-356/archives/ [2023-05-10T21:06:15.950Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-356/archives/ [Pipeline] echo [2023-05-10T21:06:15.987Z] 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-356/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-10T21:06:16.287Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-10T21:06:16.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-10T21:06:16.919Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-10T21:06:17.068Z] prd-ubuntu20.04-docker-8c-8g-14958 does not seem to be running inside a container [2023-05-10T21:06:17.118Z] $ 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-356/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-356 -v /w/workspace/undry_device-onvif-camera_PR-356:/w/workspace/undry_device-onvif-camera_PR-356:rw,z -v /w/workspace/undry_device-onvif-camera_PR-356@tmp:/w/workspace/undry_device-onvif-camera_PR-356@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-10T21:06:17.776Z] $ docker top 86d661fbd5d54923e08816ada05e4302efc17ec0596cdd1f6cd9798a3425cb04 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-10T21:06:18.165Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-10T21:06:18.471Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-10T21:06:18.786Z] + ls /var/log/sa-host [2023-05-10T21:06:18.786Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-10T21:06:19.010Z] provisioning config files... [2023-05-10T21:06:19.019Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-356@tmp/config12867435178541276597tmp [Pipeline] { [Pipeline] echo [2023-05-10T21:06:19.071Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:19.382Z] ---> create-netrc.sh [Pipeline] } [2023-05-10T21:06:19.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:19.836Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-10T21:06:19.870Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:20.190Z] ---> sudo-logs.sh [2023-05-10T21:06:20.190Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-10T21:06:20.274Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:20.589Z] ---> job-cost.sh [2023-05-10T21:06:20.589Z] lf-activate-venv: SKIPPING [2023-05-10T21:06:20.589Z] DEBUG: total: 0.2199999988079071 [2023-05-10T21:06:20.589Z] INFO: Retrieving Stack Cost... [2023-05-10T21:06:20.848Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-10T21:06:21.415Z] INFO: Archiving Costs [Pipeline] echo [2023-05-10T21:06:21.449Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-10T21:06:21.763Z] ---> logs-deploy.sh [2023-05-10T21:06:21.763Z] lf-activate-venv: SKIPPING [2023-05-10T21:06:21.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-356/1 [2023-05-10T21:06:21.763Z] INFO: archiving workspace using pattern(s): [2023-05-10T21:06:23.139Z] Archives upload complete. [2023-05-10T21:06:23.399Z] INFO: archiving logs to Nexus