Pull request #381 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 996892f2064276e69262fa551201627e8e5e938e+4961a50c3c420d16cc3291a3be0ac7992b67990b (4ca0db7f511677b4cae501bd2acfd500ced41af6) 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-ssh9552636946341434797.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh4039147533413764509.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-381/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-381/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1745575332084511936.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-381/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11245678128139538851.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh6616523427361193997.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-381/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-381/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6804200083353371462.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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/v3]] ========================================================= [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/v3 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-5414 in /w/workspace/undry_device-onvif-camera_PR-381 [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-381 # 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/381/head:refs/remotes/origin/PR-381 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 4961a50c3c420d16cc3291a3be0ac7992b67990b into PR head commit 996892f2064276e69262fa551201627e8e5e938e Merge succeeded, producing 996892f2064276e69262fa551201627e8e5e938e Checking out Revision 996892f2064276e69262fa551201627e8e5e938e (PR-381) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-06T03:14:54.679Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # 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 4961a50c3c420d16cc3291a3be0ac7992b67990b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 [Pipeline] withCredentials [2023-09-06T03:14:54.865Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-06T03:14:54.975Z] ========================================================= [2023-09-06T03:14:54.975Z] EdgeX Global Pipelines Version Info [2023-09-06T03:14:54.975Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:14:55.729Z] ------------------- [2023-09-06T03:14:55.729Z] stable info: [2023-09-06T03:14:55.729Z] ------------------- [2023-09-06T03:14:55.729Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-06T03:14:55.729Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-06T03:14:55.729Z] Message: update stable to v1.0.253 [2023-09-06T03:14:56.298Z] ------------------- [2023-09-06T03:14:56.298Z] experimental info: [2023-09-06T03:14:56.298Z] ------------------- [2023-09-06T03:14:56.298Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-06T03:14:56.298Z] Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 [2023-09-06T03:14:56.298Z] Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-06T03:14:56.585Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-09-06T03:14:56.622Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-09-06T03:14:56.664Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-06T03:14:56.709Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-06T03:14:56.755Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-06T03:14:56.799Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-09-06T03:14:56.836Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-06T03:14:56.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-09-06T03:14:56.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-06T03:14:57.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-06T03:14:57.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-06T03:14:57.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-09-06T03:14:57.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-06T03:14:57.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-06T03:14:57.229Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-06T03:14:57.269Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-06T03:14:57.310Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-09-06T03:14:57.349Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-09-06T03:14:57.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-06T03:14:57.428Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-06T03:14:57.468Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-06T03:14:57.507Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2023-09-06T03:14:57.547Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-09-06T03:14:57.589Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-09-06T03:14:57.631Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-09-06T03:14:57.671Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-06T03:14:57.716Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-06T03:14:57.756Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-381 [Pipeline] echo [2023-09-06T03:14:57.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-381 [Pipeline] echo [2023-09-06T03:14:57.840Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-381 [Pipeline] echo [2023-09-06T03:14:57.881Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo [2023-09-06T03:14:57.920Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 996892f [Pipeline] echo [2023-09-06T03:14:57.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-06T03:14:58.082Z] provisioning config files... [2023-09-06T03:14:58.112Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config2652194307661092389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:14:58.453Z] ---> docker-login.sh [2023-09-06T03:14:58.453Z] nexus3.edgexfoundry.org:10001 [2023-09-06T03:14:58.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:14:58.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:14:58.976Z] Configure a credential helper to remove this warning. See [2023-09-06T03:14:58.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:14:58.976Z] [2023-09-06T03:14:58.976Z] Login Succeeded [2023-09-06T03:14:58.976Z] nexus3.edgexfoundry.org:10002 [2023-09-06T03:14:58.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:14:58.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:14:58.976Z] Configure a credential helper to remove this warning. See [2023-09-06T03:14:58.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:14:58.976Z] [2023-09-06T03:14:58.976Z] Login Succeeded [2023-09-06T03:14:58.976Z] nexus3.edgexfoundry.org:10003 [2023-09-06T03:14:58.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:14:59.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:14:59.239Z] Configure a credential helper to remove this warning. See [2023-09-06T03:14:59.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:14:59.239Z] [2023-09-06T03:14:59.239Z] Login Succeeded [2023-09-06T03:14:59.239Z] nexus3.edgexfoundry.org:10004 [2023-09-06T03:14:59.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:14:59.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:14:59.239Z] Configure a credential helper to remove this warning. See [2023-09-06T03:14:59.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:14:59.239Z] [2023-09-06T03:14:59.239Z] Login Succeeded [2023-09-06T03:14:59.239Z] docker.io [2023-09-06T03:14:59.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:14:59.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:14:59.499Z] Configure a credential helper to remove this warning. See [2023-09-06T03:14:59.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:14:59.499Z] [2023-09-06T03:14:59.499Z] Login Succeeded [2023-09-06T03:14:59.499Z] ---> docker-login.sh ends [Pipeline] } [2023-09-06T03:14:59.529Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-09-06T03:15:00.181Z] + git rev-list -1 --merges 996892f2064276e69262fa551201627e8e5e938e~1..996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo [2023-09-06T03:15:00.244Z] -----------> git rev-list -1 --merges 996892f2064276e69262fa551201627e8e5e938e~1..996892f2064276e69262fa551201627e8e5e938e 996892f2064276e69262fa551201627e8e5e938e [false] [Pipeline] sh [2023-09-06T03:15:00.555Z] + git log --format=format:%s -1 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo [2023-09-06T03:15:00.594Z] ========================================================= [2023-09-06T03:15:00.594Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-06T03:15:00.594Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-06T03:15:01.045Z] + git log --format=format:%s -1 996892f2064276e69262fa551201627e8e5e938e [Pipeline] echo [2023-09-06T03:15:01.077Z] [semverPrep] GIT_COMMIT: 996892f2064276e69262fa551201627e8e5e938e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-09-06T03:15:01.112Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-09-06T03:15:01.517Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-06T03:15:01.517Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-06T03:15:01.517Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-06T03:15:01.517Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-06T03:15:01.517Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-06T03:15:01.517Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-09-06T03:15:01.517Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:15:01.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-06T03:15:01.952Z] [2023-09-06T03:15:01.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:15:02.333Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-06T03:15:02.333Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-06T03:15:02.333Z] b85a868b505f: Pulling fs layer [2023-09-06T03:15:02.333Z] e2be974225ed: Pulling fs layer [2023-09-06T03:15:02.333Z] 339a4e72a1f5: Pulling fs layer [2023-09-06T03:15:02.333Z] 988bab9f4d93: Pulling fs layer [2023-09-06T03:15:02.333Z] 1469e6f7b9e6: Pulling fs layer [2023-09-06T03:15:02.333Z] eaf3925da568: Pulling fs layer [2023-09-06T03:15:02.333Z] bab4dde63d76: Pulling fs layer [2023-09-06T03:15:02.333Z] bde34c3a00c8: Pulling fs layer [2023-09-06T03:15:02.333Z] b352a97aabf1: Pulling fs layer [2023-09-06T03:15:02.333Z] 4872d77fe225: Pulling fs layer [2023-09-06T03:15:02.333Z] 5851b861e8e6: Pulling fs layer [2023-09-06T03:15:02.333Z] 4872d77fe225: Waiting [2023-09-06T03:15:02.333Z] 5851b861e8e6: Waiting [2023-09-06T03:15:02.333Z] 988bab9f4d93: Waiting [2023-09-06T03:15:02.333Z] 1469e6f7b9e6: Waiting [2023-09-06T03:15:02.333Z] b352a97aabf1: Waiting [2023-09-06T03:15:02.333Z] eaf3925da568: Waiting [2023-09-06T03:15:02.333Z] bab4dde63d76: Waiting [2023-09-06T03:15:02.333Z] bde34c3a00c8: Waiting [2023-09-06T03:15:02.333Z] e2be974225ed: Download complete [2023-09-06T03:15:02.333Z] 988bab9f4d93: Verifying Checksum [2023-09-06T03:15:02.333Z] 988bab9f4d93: Download complete [2023-09-06T03:15:02.598Z] 1469e6f7b9e6: Verifying Checksum [2023-09-06T03:15:02.598Z] 1469e6f7b9e6: Download complete [2023-09-06T03:15:02.598Z] 339a4e72a1f5: Verifying Checksum [2023-09-06T03:15:02.598Z] 339a4e72a1f5: Download complete [2023-09-06T03:15:02.598Z] eaf3925da568: Verifying Checksum [2023-09-06T03:15:02.598Z] eaf3925da568: Download complete [2023-09-06T03:15:02.598Z] bde34c3a00c8: Download complete [2023-09-06T03:15:02.598Z] b352a97aabf1: Verifying Checksum [2023-09-06T03:15:02.598Z] b352a97aabf1: Download complete [2023-09-06T03:15:02.598Z] 4872d77fe225: Verifying Checksum [2023-09-06T03:15:02.598Z] 4872d77fe225: Download complete [2023-09-06T03:15:02.598Z] 5851b861e8e6: Verifying Checksum [2023-09-06T03:15:02.598Z] 5851b861e8e6: Download complete [2023-09-06T03:15:02.598Z] b85a868b505f: Verifying Checksum [2023-09-06T03:15:02.598Z] b85a868b505f: Download complete [2023-09-06T03:15:02.860Z] bab4dde63d76: Verifying Checksum [2023-09-06T03:15:02.860Z] bab4dde63d76: Download complete [2023-09-06T03:15:04.244Z] b85a868b505f: Pull complete [2023-09-06T03:15:04.244Z] e2be974225ed: Pull complete [2023-09-06T03:15:04.505Z] 339a4e72a1f5: Pull complete [2023-09-06T03:15:04.798Z] 988bab9f4d93: Pull complete [2023-09-06T03:15:05.059Z] 1469e6f7b9e6: Pull complete [2023-09-06T03:15:05.059Z] eaf3925da568: Pull complete [2023-09-06T03:15:06.971Z] bab4dde63d76: Pull complete [2023-09-06T03:15:06.971Z] bde34c3a00c8: Pull complete [2023-09-06T03:15:07.231Z] b352a97aabf1: Pull complete [2023-09-06T03:15:07.231Z] 4872d77fe225: Pull complete [2023-09-06T03:15:07.231Z] 5851b861e8e6: Pull complete [2023-09-06T03:15:07.231Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-06T03:15:07.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-06T03:15:07.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:15:07.478Z] prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container [2023-09-06T03:15:07.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-06T03:15:10.289Z] $ docker top 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead -eo pid,comm [2023-09-06T03:15:10.352Z] 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-09-06T03:15:10.352Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-06T03:15:10.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-06T03:15:10.482Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-06T03:15:10.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-06T03:15:10.598Z] $ docker exec 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent [2023-09-06T03:15:10.719Z] SSH_AUTH_SOCK=/tmp/ssh-IAHBh3MqbOCc/agent.32 [2023-09-06T03:15:10.719Z] SSH_AGENT_PID=38 [2023-09-06T03:15:10.725Z] Running ssh-add (command line suppressed) [2023-09-06T03:15:10.836Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2040295283627770546.key (/w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2040295283627770546.key) [2023-09-06T03:15:10.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-06T03:15:11.187Z] + git tag --points-at HEAD [Pipeline] } [2023-09-06T03:15:11.211Z] $ docker exec --env ******** --env ******** 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent -k [2023-09-06T03:15:11.327Z] unset SSH_AUTH_SOCK; [2023-09-06T03:15:11.328Z] unset SSH_AGENT_PID; [2023-09-06T03:15:11.328Z] echo Agent pid 38 killed; [2023-09-06T03:15:11.339Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-06T03:15:11.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-06T03:15:11.428Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-06T03:15:11.540Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-06T03:15:11.542Z] $ docker exec 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent [2023-09-06T03:15:11.655Z] SSH_AUTH_SOCK=/tmp/ssh-MkdC854Kc6hV/agent.70 [2023-09-06T03:15:11.655Z] SSH_AGENT_PID=76 [2023-09-06T03:15:11.660Z] Running ssh-add (command line suppressed) [2023-09-06T03:15:11.769Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2875061916736574265.key (/w/workspace/undry_device-onvif-camera_PR-381@tmp/private_key_2875061916736574265.key) [2023-09-06T03:15:11.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-06T03:15:12.119Z] + git semver init [2023-09-06T03:15:12.379Z] 2023-09-06 03:15:12,296 [run_init] DEBUG init version:0.0.0 force:False [2023-09-06T03:15:12.379Z] 2023-09-06 03:15:12,297 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-381/.semver [2023-09-06T03:15:12.379Z] 2023-09-06 03:15:12,297 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-381/.semver [2023-09-06T03:15:12.379Z] 2023-09-06 03:15:12,298 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-381/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-381, universal_newlines=False, shell=None, istream=None) [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,256 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-381/.git/info/exclude [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,256 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 with force:False [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,256 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,260 [execute] INFO git cat-file --batch-check [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,261 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-381/.semver, universal_newlines=False, shell=None, istream=) [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,267 [execute] INFO git cat-file --batch [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-381/.semver, universal_newlines=False, shell=None, istream=) [2023-09-06T03:15:13.320Z] 2023-09-06 03:15:13,273 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-381/.semver/PR-381 [2023-09-06T03:15:13.320Z] 0.0.0 [Pipeline] } [2023-09-06T03:15:13.348Z] $ docker exec --env ******** --env ******** 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead ssh-agent -k [2023-09-06T03:15:13.451Z] unset SSH_AUTH_SOCK; [2023-09-06T03:15:13.451Z] unset SSH_AGENT_PID; [2023-09-06T03:15:13.451Z] echo Agent pid 76 killed; [2023-09-06T03:15:13.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-06T03:15:13.896Z] + git semver [Pipeline] } [2023-09-06T03:15:14.181Z] $ docker stop --time=1 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead [2023-09-06T03:15:15.486Z] $ docker rm -f --volumes 9ee264032931295f2897def6ff1b55c7bc556ee2de12252407839305598cbead [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-06T03:15:15.897Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-06T03:15:16.168Z] Stashed 1 file(s) [Pipeline] echo [2023-09-06T03:15:16.185Z] [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-09-06T03:15:16.862Z] provisioning config files... [2023-09-06T03:15:16.871Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config11271725773606195796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:15:17.225Z] ---> docker-login.sh [2023-09-06T03:15:17.225Z] nexus3.edgexfoundry.org:10001 [2023-09-06T03:15:17.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:15:17.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:15:17.225Z] Configure a credential helper to remove this warning. See [2023-09-06T03:15:17.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:15:17.225Z] [2023-09-06T03:15:17.225Z] Login Succeeded [2023-09-06T03:15:17.225Z] nexus3.edgexfoundry.org:10002 [2023-09-06T03:15:17.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:15:17.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:15:17.225Z] Configure a credential helper to remove this warning. See [2023-09-06T03:15:17.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:15:17.225Z] [2023-09-06T03:15:17.225Z] Login Succeeded [2023-09-06T03:15:17.225Z] nexus3.edgexfoundry.org:10003 [2023-09-06T03:15:17.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:15:17.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:15:17.486Z] Configure a credential helper to remove this warning. See [2023-09-06T03:15:17.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:15:17.486Z] [2023-09-06T03:15:17.486Z] Login Succeeded [2023-09-06T03:15:17.486Z] nexus3.edgexfoundry.org:10004 [2023-09-06T03:15:17.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:15:17.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:15:17.486Z] Configure a credential helper to remove this warning. See [2023-09-06T03:15:17.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:15:17.486Z] [2023-09-06T03:15:17.486Z] Login Succeeded [2023-09-06T03:15:17.486Z] docker.io [2023-09-06T03:15:17.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:15:17.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:15:17.746Z] Configure a credential helper to remove this warning. See [2023-09-06T03:15:17.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:15:17.746Z] [2023-09-06T03:15:17.747Z] Login Succeeded [2023-09-06T03:15:17.747Z] ---> docker-login.sh ends [Pipeline] } [2023-09-06T03:15:17.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-09-06T03:15:17.965Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-06T03:15:18.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-06T03:15:18.038Z] ========================================================= [2023-09-06T03:15:18.038Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-09-06T03:15:18.038Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:15:18.512Z] + 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-09-06T03:15:18.512Z] Sending build context to Docker daemon 21.68MB [2023-09-06T03:15:18.512Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-09-06T03:15:18.512Z] Step 2/13 : FROM ${BASE} AS builder [2023-09-06T03:15:18.786Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-06T03:15:18.786Z] 4db1b89c0bd1: Pulling fs layer [2023-09-06T03:15:18.786Z] 6911f1a30b25: Pulling fs layer [2023-09-06T03:15:18.786Z] e194b8c5c2a9: Pulling fs layer [2023-09-06T03:15:18.786Z] 6863d3e3a2b1: Pulling fs layer [2023-09-06T03:15:18.786Z] ec0bb842ea78: Pulling fs layer [2023-09-06T03:15:18.786Z] 40a00589a448: Pulling fs layer [2023-09-06T03:15:18.786Z] 6c08303d61cc: Pulling fs layer [2023-09-06T03:15:18.786Z] 798269fcf238: Pulling fs layer [2023-09-06T03:15:18.786Z] 40a00589a448: Waiting [2023-09-06T03:15:18.786Z] 6c08303d61cc: Waiting [2023-09-06T03:15:18.786Z] 798269fcf238: Waiting [2023-09-06T03:15:18.786Z] 6863d3e3a2b1: Waiting [2023-09-06T03:15:18.786Z] ec0bb842ea78: Waiting [2023-09-06T03:15:18.786Z] 6911f1a30b25: Verifying Checksum [2023-09-06T03:15:18.786Z] 6911f1a30b25: Download complete [2023-09-06T03:15:18.786Z] 6863d3e3a2b1: Verifying Checksum [2023-09-06T03:15:18.786Z] 6863d3e3a2b1: Download complete [2023-09-06T03:15:18.786Z] ec0bb842ea78: Verifying Checksum [2023-09-06T03:15:18.786Z] ec0bb842ea78: Download complete [2023-09-06T03:15:18.786Z] 4db1b89c0bd1: Verifying Checksum [2023-09-06T03:15:18.786Z] 4db1b89c0bd1: Download complete [2023-09-06T03:15:18.786Z] 40a00589a448: Verifying Checksum [2023-09-06T03:15:18.786Z] 40a00589a448: Download complete [2023-09-06T03:15:19.049Z] 4db1b89c0bd1: Pull complete [2023-09-06T03:15:19.049Z] 6911f1a30b25: Pull complete [2023-09-06T03:15:19.309Z] 798269fcf238: Verifying Checksum [2023-09-06T03:15:19.568Z] e194b8c5c2a9: Verifying Checksum [2023-09-06T03:15:19.568Z] e194b8c5c2a9: Download complete [2023-09-06T03:15:19.568Z] 6c08303d61cc: Verifying Checksum [2023-09-06T03:15:19.568Z] 6c08303d61cc: Download complete [2023-09-06T03:15:22.872Z] e194b8c5c2a9: Pull complete [2023-09-06T03:15:23.132Z] 6863d3e3a2b1: Pull complete [2023-09-06T03:15:23.132Z] ec0bb842ea78: Pull complete [2023-09-06T03:15:23.132Z] 40a00589a448: Pull complete [2023-09-06T03:15:25.663Z] 6c08303d61cc: Pull complete [2023-09-06T03:15:26.597Z] 798269fcf238: Pull complete [2023-09-06T03:15:26.597Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-09-06T03:15:26.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-09-06T03:15:26.597Z] ---> ec979cd7f677 [2023-09-06T03:15:26.597Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-09-06T03:15:31.669Z] Still waiting to schedule task [2023-09-06T03:15:31.669Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-09-06T03:15:34.775Z] ---> Running in 56707836f5e3 [2023-09-06T03:15:35.034Z] Removing intermediate container 56707836f5e3 [2023-09-06T03:15:35.034Z] ---> 7d261c4ed1a5 [2023-09-06T03:15:35.034Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-06T03:15:35.292Z] ---> Running in dbbe3ff7bb7c [2023-09-06T03:15:35.858Z] Removing intermediate container dbbe3ff7bb7c [2023-09-06T03:15:35.858Z] ---> 3b57b593ad19 [2023-09-06T03:15:35.858Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-09-06T03:15:36.118Z] ---> Running in b2e05f318569 [2023-09-06T03:15:36.694Z] Removing intermediate container b2e05f318569 [2023-09-06T03:15:36.694Z] ---> da09fdc81b5c [2023-09-06T03:15:36.694Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-09-06T03:15:36.694Z] ---> Running in 90fb7196d866 [2023-09-06T03:15:36.952Z] Removing intermediate container 90fb7196d866 [2023-09-06T03:15:36.952Z] ---> 26363b9395a0 [2023-09-06T03:15:36.952Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-09-06T03:15:36.952Z] ---> Running in 521712e041f5 [2023-09-06T03:15:36.952Z] Removing intermediate container 521712e041f5 [2023-09-06T03:15:36.952Z] ---> 69b2ea975337 [2023-09-06T03:15:36.952Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-06T03:15:36.953Z] ---> Running in a74ae427870e [2023-09-06T03:15:37.211Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-06T03:15:37.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-06T03:15:37.470Z] OK: 265 MiB in 53 packages [2023-09-06T03:15:38.041Z] Removing intermediate container a74ae427870e [2023-09-06T03:15:38.041Z] ---> ca7126955413 [2023-09-06T03:15:38.041Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-09-06T03:15:38.041Z] ---> Running in 6c83e4a15c84 [2023-09-06T03:15:38.041Z] Removing intermediate container 6c83e4a15c84 [2023-09-06T03:15:38.041Z] ---> 200e77196ef8 [2023-09-06T03:15:38.041Z] Step 10/13 : COPY go.mod vendor* ./ [2023-09-06T03:15:38.041Z] ---> 18eed3249ec0 [2023-09-06T03:15:38.041Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-06T03:15:38.041Z] ---> Running in 6fb34cf434a6 [2023-09-06T03:16:24.740Z] Removing intermediate container 6fb34cf434a6 [2023-09-06T03:16:24.740Z] ---> 0bdbbbfc1a41 [2023-09-06T03:16:24.740Z] Step 12/13 : COPY . . [2023-09-06T03:16:24.740Z] ---> 3ec4d25df005 [2023-09-06T03:16:24.740Z] Step 13/13 : RUN ${MAKE} [2023-09-06T03:16:24.740Z] ---> Running in a0b90d65d6dd [2023-09-06T03:16:24.740Z] noop [2023-09-06T03:16:24.740Z] Removing intermediate container a0b90d65d6dd [2023-09-06T03:16:24.740Z] ---> 9e36be49ab75 [2023-09-06T03:16:24.740Z] Successfully built 9e36be49ab75 [2023-09-06T03:16:24.740Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:16:25.192Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-06T03:16:25.192Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:16:25.355Z] prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container [2023-09-06T03:16:25.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-06T03:16:25.807Z] $ docker top 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-06T03:16:26.208Z] + go version [2023-09-06T03:16:26.208Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-09-06T03:16:26.238Z] $ docker stop --time=1 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc [2023-09-06T03:16:27.548Z] $ docker rm -f --volumes 2109357c40056098e8acaa8ab05ef5d362fc6be9abb1b6ee70f1fe5984bdf6bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:16:28.280Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-06T03:16:28.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:16:28.432Z] prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container [2023-09-06T03:16:28.462Z] $ 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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-06T03:16:28.961Z] $ docker top 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-06T03:16:29.350Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-381 [Pipeline] fileExists [Pipeline] sh [2023-09-06T03:16:29.726Z] + make test [2023-09-06T03:16:29.726Z] go test ./... -coverprofile=coverage.out ./... [2023-09-06T03:16:33.910Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-09-06T03:16:46.099Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-09-06T03:16:46.099Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-09-06T03:16:46.667Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.037s coverage: 31.5% of statements [2023-09-06T03:16:46.667Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.087s coverage: 86.5% of statements [2023-09-06T03:16:53.375Z] go vet ./... [2023-09-06T03:16:57.565Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-06T03:16:57.565Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-06T03:16:57.565Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-06T03:16:57.607Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-06T03:16:57.637Z] $ docker stop --time=1 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 [2023-09-06T03:17:02.251Z] $ docker rm -f --volumes 26ef3368ccb70edbb681a894dde395132d9e6f163ced6aa5d4ceb2065e1d5c46 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-06T03:17:02.781Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-06T03:17:02.862Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-09-06T03:17:03.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-06T03:17:03.869Z] + ls -al . [2023-09-06T03:17:03.869Z] total 240 [2023-09-06T03:17:03.869Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 6 03:16 . [2023-09-06T03:17:03.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 .. [2023-09-06T03:17:03.869Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 03:15 .git [2023-09-06T03:17:03.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:14 .github [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 496 Sep 6 03:14 .gitignore [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 42 Sep 6 03:14 .golangci.yml [2023-09-06T03:17:03.869Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 03:15 .semver [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 11155 Sep 6 03:14 Attribution.txt [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 15932 Sep 6 03:14 CHANGELOG.md [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 1574 Sep 6 03:14 Dockerfile [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 03:14 GOVERNANCE.md [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 739 Sep 6 03:14 Jenkinsfile [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 6 03:14 LICENSE [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 2877 Sep 6 03:14 Makefile [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 625 Sep 6 03:14 OWNERS.md [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 2620 Sep 6 03:14 README.md [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 6 03:15 VERSION [2023-09-06T03:17:03.869Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 03:14 bin [2023-09-06T03:17:03.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:14 cmd [2023-09-06T03:17:03.869Z] -rw-r--r-- 1 jenkins jenkins 78456 Sep 6 03:16 coverage.out [2023-09-06T03:17:03.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 doc [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 4085 Sep 6 03:14 go.mod [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 36344 Sep 6 03:14 go.sum [2023-09-06T03:17:03.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 internal [2023-09-06T03:17:03.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:14 snap [2023-09-06T03:17:03.869Z] -rw-rw-r-- 1 jenkins jenkins 236 Sep 6 03:14 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:17:04.266Z] + 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=996892f2064276e69262fa551201627e8e5e938e --label arch=amd64 --label version=0.0.0 . [2023-09-06T03:17:04.266Z] Sending build context to Docker daemon 21.76MB [2023-09-06T03:17:04.266Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-09-06T03:17:04.266Z] Step 2/26 : FROM ${BASE} AS builder [2023-09-06T03:17:04.266Z] ---> 9e36be49ab75 [2023-09-06T03:17:04.266Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-09-06T03:17:04.835Z] ---> Running in a8f5357dbc07 [2023-09-06T03:17:04.835Z] Removing intermediate container a8f5357dbc07 [2023-09-06T03:17:04.835Z] ---> 383973f6b831 [2023-09-06T03:17:04.835Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-06T03:17:04.835Z] ---> Running in fdbd6408ac0e [2023-09-06T03:17:04.835Z] Removing intermediate container fdbd6408ac0e [2023-09-06T03:17:04.835Z] ---> dcef394a33f9 [2023-09-06T03:17:04.835Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-09-06T03:17:04.835Z] ---> Running in 2253231a6b77 [2023-09-06T03:17:04.835Z] Removing intermediate container 2253231a6b77 [2023-09-06T03:17:04.835Z] ---> 24519516ae5a [2023-09-06T03:17:04.835Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-09-06T03:17:04.835Z] ---> Running in d6ff44aaaf8b [2023-09-06T03:17:05.095Z] Removing intermediate container d6ff44aaaf8b [2023-09-06T03:17:05.095Z] ---> 993a7b9992d0 [2023-09-06T03:17:05.095Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-09-06T03:17:05.095Z] ---> Running in 6f10f73cddfa [2023-09-06T03:17:05.095Z] Removing intermediate container 6f10f73cddfa [2023-09-06T03:17:05.095Z] ---> c4dc18f9278c [2023-09-06T03:17:05.095Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-06T03:17:05.095Z] ---> Running in 6ea29a5875a9 [2023-09-06T03:17:05.355Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-06T03:17:05.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-06T03:17:05.614Z] OK: 265 MiB in 53 packages [2023-09-06T03:17:05.877Z] Removing intermediate container 6ea29a5875a9 [2023-09-06T03:17:05.877Z] ---> 5949bc8f8707 [2023-09-06T03:17:05.877Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-09-06T03:17:06.139Z] ---> Running in 3e73c81f209f [2023-09-06T03:17:06.139Z] Removing intermediate container 3e73c81f209f [2023-09-06T03:17:06.139Z] ---> 7d1836b5d7a8 [2023-09-06T03:17:06.139Z] Step 10/26 : COPY go.mod vendor* ./ [2023-09-06T03:17:06.139Z] ---> cb5effa43522 [2023-09-06T03:17:06.139Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-06T03:17:06.139Z] ---> Running in ff72d0521a15 [2023-09-06T03:17:07.075Z] Removing intermediate container ff72d0521a15 [2023-09-06T03:17:07.075Z] ---> 7ed32cdb4ba7 [2023-09-06T03:17:07.075Z] Step 12/26 : COPY . . [2023-09-06T03:17:07.642Z] ---> 054534fa52e3 [2023-09-06T03:17:07.642Z] Step 13/26 : RUN ${MAKE} [2023-09-06T03:17:07.900Z] ---> Running in a8ca507e5117 [2023-09-06T03:17:08.159Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.18" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-09-06T03:17:10.958Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5415 in /w/workspace/undry_device-onvif-camera_PR-381 [Pipeline] { [Pipeline] ws [2023-09-06T03:17:11.020Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-09-06T03:17:11.102Z] The recommended git tool is: git [2023-09-06T03:17:16.184Z] using credential edgex-jenkins-ssh [2023-09-06T03:17:16.201Z] Cloning the remote Git repository [2023-09-06T03:17:16.240Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-09-06T03:17:16.329Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-09-06T03:17:16.469Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-09-06T03:17:16.470Z] > git --version # timeout=10 [2023-09-06T03:17:16.491Z] > git --version # 'git version 2.25.1' [2023-09-06T03:17:16.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-06T03:17:16.639Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-06T03:17:18.071Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-09-06T03:17:18.102Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-06T03:17:19.418Z] Merging remotes/origin/main commit 4961a50c3c420d16cc3291a3be0ac7992b67990b into PR head commit 996892f2064276e69262fa551201627e8e5e938e [2023-09-06T03:17:19.775Z] Merge succeeded, producing 996892f2064276e69262fa551201627e8e5e938e [2023-09-06T03:17:19.775Z] Checking out Revision 996892f2064276e69262fa551201627e8e5e938e (PR-381) [2023-09-06T03:17:18.938Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-09-06T03:17:18.975Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-09-06T03:17:18.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-06T03:17:18.990Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/381/head:refs/remotes/origin/PR-381 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-06T03:17:19.435Z] > git config core.sparsecheckout # timeout=10 [2023-09-06T03:17:19.497Z] > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 [2023-09-06T03:17:19.673Z] > git remote # timeout=10 [2023-09-06T03:17:19.692Z] > git config --get remote.origin.url # timeout=10 [2023-09-06T03:17:19.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-06T03:17:19.730Z] > git merge 4961a50c3c420d16cc3291a3be0ac7992b67990b # timeout=10 [2023-09-06T03:17:19.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-06T03:17:19.781Z] > git config core.sparsecheckout # timeout=10 [2023-09-06T03:17:19.794Z] > git checkout -f 996892f2064276e69262fa551201627e8e5e938e # timeout=10 [2023-09-06T03:17:20.409Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-09-06T03:17:20.465Z] > git --version # timeout=10 [2023-09-06T03:17:20.475Z] > git --version # 'git version 2.25.1' [2023-09-06T03:17:20.491Z] fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-06T03:17:21.657Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-06T03:17:21.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-06T03:17:21.657Z] Dload Upload Total Spent Left Speed [2023-09-06T03:17:21.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh [2023-09-06T03:17:22.238Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-06T03:17:22.588Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2023-09-06T03:17:22.588Z] /etc/docker/daemon.json [2023-09-06T03:17:22.588Z] { [2023-09-06T03:17:22.588Z] "registry-mirrors": [ [2023-09-06T03:17:22.588Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-06T03:17:22.588Z] ], [2023-09-06T03:17:22.588Z] "bip": "10.250.0.254/24", [2023-09-06T03:17:22.588Z] "hosts": [ [2023-09-06T03:17:22.588Z] "tcp://0.0.0.0:5555", [2023-09-06T03:17:22.588Z] "unix:///var/run/docker.sock" [2023-09-06T03:17:22.588Z] ], [2023-09-06T03:17:22.588Z] "mtu": 1458, [2023-09-06T03:17:22.588Z] "selinux-enabled": true, [2023-09-06T03:17:22.588Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-06T03:17:22.588Z] } [Pipeline] sh [2023-09-06T03:17:22.936Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-06T03:17:23.284Z] + sudo service docker restart [2023-09-06T03:17:30.084Z] Removing intermediate container a8ca507e5117 [2023-09-06T03:17:30.084Z] ---> 10a23f5933c3 [2023-09-06T03:17:30.084Z] Step 14/26 : FROM alpine:3.17 [2023-09-06T03:17:30.651Z] 3.17: Pulling from library/alpine [2023-09-06T03:17:30.651Z] 9398808236ff: Pulling fs layer [2023-09-06T03:17:30.651Z] 9398808236ff: Verifying Checksum [2023-09-06T03:17:30.651Z] 9398808236ff: Download complete [2023-09-06T03:17:30.910Z] 9398808236ff: Pull complete [2023-09-06T03:17:30.910Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-06T03:17:30.910Z] Status: Downloaded newer image for alpine:3.17 [2023-09-06T03:17:30.910Z] ---> 1e0b8b5322fc [2023-09-06T03:17:30.910Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-09-06T03:17:30.910Z] ---> Running in 2b46e52342f5 [2023-09-06T03:17:31.170Z] Removing intermediate container 2b46e52342f5 [2023-09-06T03:17:31.170Z] ---> 61cfc804b538 [2023-09-06T03:17:31.170Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-09-06T03:17:31.170Z] ---> Running in 8e5972c4e2f2 [2023-09-06T03:17:31.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-09-06T03:17:31.430Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-09-06T03:17:31.689Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-06T03:17:31.689Z] Executing busybox-1.35.0-r29.trigger [2023-09-06T03:17:31.689Z] OK: 7 MiB in 16 packages [2023-09-06T03:17:32.257Z] Removing intermediate container 8e5972c4e2f2 [2023-09-06T03:17:32.257Z] ---> 6316b13c2922 [2023-09-06T03:17:32.257Z] Step 17/26 : WORKDIR / [2023-09-06T03:17:32.257Z] ---> Running in a04f8504cc82 [2023-09-06T03:17:32.257Z] Removing intermediate container a04f8504cc82 [2023-09-06T03:17:32.257Z] ---> 171bda908f56 [2023-09-06T03:17:32.257Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-09-06T03:17:33.198Z] ---> 5d5dc05c19b8 [2023-09-06T03:17:33.198Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-09-06T03:17:33.456Z] ---> 2051e9f81645 [2023-09-06T03:17:33.456Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-09-06T03:17:33.456Z] ---> 22dd156a69b2 [2023-09-06T03:17:33.456Z] Step 21/26 : EXPOSE 59984 [2023-09-06T03:17:33.456Z] ---> Running in 1893d5446b44 [2023-09-06T03:17:33.456Z] Removing intermediate container 1893d5446b44 [2023-09-06T03:17:33.456Z] ---> 2208149c0193 [2023-09-06T03:17:33.456Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-09-06T03:17:33.456Z] ---> Running in 14a63fe6b97d [2023-09-06T03:17:33.715Z] Removing intermediate container 14a63fe6b97d [2023-09-06T03:17:33.715Z] ---> f1e399998048 [2023-09-06T03:17:33.715Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-09-06T03:17:33.715Z] ---> Running in c3f530a006be [2023-09-06T03:17:33.715Z] Removing intermediate container c3f530a006be [2023-09-06T03:17:33.715Z] ---> 1446c95572ff [2023-09-06T03:17:33.715Z] Step 24/26 : LABEL arch=amd64 [2023-09-06T03:17:33.715Z] ---> Running in 5472202aaac8 [2023-09-06T03:17:33.715Z] Removing intermediate container 5472202aaac8 [2023-09-06T03:17:33.715Z] ---> b3a75596f3ef [2023-09-06T03:17:33.715Z] Step 25/26 : LABEL git_sha=996892f2064276e69262fa551201627e8e5e938e [2023-09-06T03:17:33.974Z] ---> Running in 96281882be0a [2023-09-06T03:17:33.974Z] Removing intermediate container 96281882be0a [2023-09-06T03:17:33.974Z] ---> ad8564d2f8a6 [2023-09-06T03:17:33.974Z] Step 26/26 : LABEL version=0.0.0 [2023-09-06T03:17:33.974Z] ---> Running in 72a48ce235c2 [2023-09-06T03:17:33.974Z] Removing intermediate container 72a48ce235c2 [2023-09-06T03:17:33.974Z] ---> f1e4101d7898 [2023-09-06T03:17:33.974Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-06T03:17:33.974Z] Successfully built f1e4101d7898 [2023-09-06T03:17:33.974Z] 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-09-06T03:17:34.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-06T03:17:34.879Z] [2023-09-06T03:17:34.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:17:35.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-06T03:17:35.251Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-06T03:17:35.251Z] 5eb5b503b376: Pulling fs layer [2023-09-06T03:17:35.252Z] 5c69ac0246d0: Pulling fs layer [2023-09-06T03:17:35.252Z] ec43610c2a17: Pulling fs layer [2023-09-06T03:17:35.252Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-06T03:17:35.252Z] 33b1e0a273af: Pulling fs layer [2023-09-06T03:17:35.252Z] 5d3b04190fa2: Pulling fs layer [2023-09-06T03:17:35.252Z] 2f39f015ded8: Pulling fs layer [2023-09-06T03:17:35.252Z] 3a2ae6a8a46f: Waiting [2023-09-06T03:17:35.252Z] 33b1e0a273af: Waiting [2023-09-06T03:17:35.252Z] 5d3b04190fa2: Waiting [2023-09-06T03:17:35.252Z] 2f39f015ded8: Waiting [2023-09-06T03:17:35.252Z] 5c69ac0246d0: Download complete [2023-09-06T03:17:35.252Z] 3a2ae6a8a46f: Download complete [2023-09-06T03:17:35.252Z] 33b1e0a273af: Verifying Checksum [2023-09-06T03:17:35.252Z] 33b1e0a273af: Download complete [2023-09-06T03:17:35.252Z] 5d3b04190fa2: Verifying Checksum [2023-09-06T03:17:35.252Z] 5d3b04190fa2: Download complete [2023-09-06T03:17:35.520Z] ec43610c2a17: Verifying Checksum [2023-09-06T03:17:35.520Z] ec43610c2a17: Download complete [2023-09-06T03:17:35.520Z] 5eb5b503b376: Verifying Checksum [2023-09-06T03:17:35.520Z] 5eb5b503b376: Download complete [2023-09-06T03:17:36.105Z] 2f39f015ded8: Download complete [2023-09-06T03:17:36.672Z] 5eb5b503b376: Pull complete [2023-09-06T03:17:36.672Z] 5c69ac0246d0: Pull complete [2023-09-06T03:17:37.238Z] ec43610c2a17: Pull complete [2023-09-06T03:17:37.238Z] 3a2ae6a8a46f: Pull complete [2023-09-06T03:17:37.496Z] 33b1e0a273af: Pull complete [2023-09-06T03:17:37.496Z] 5d3b04190fa2: Pull complete [2023-09-06T03:17:41.676Z] 2f39f015ded8: Pull complete [2023-09-06T03:17:41.676Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-06T03:17:41.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-06T03:17:41.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:17:41.885Z] prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container [2023-09-06T03:17:41.913Z] $ 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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-06T03:17:46.237Z] $ docker top 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] configFileProvider [2023-09-06T03:17:46.504Z] provisioning config files... [2023-09-06T03:17:46.531Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config5588420893618557778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:17:46.743Z] ---> job-cost.sh [2023-09-06T03:17:46.743Z] lf-activate-venv: SKIPPING [2023-09-06T03:17:46.743Z] INFO: No Stack... [2023-09-06T03:17:46.916Z] ---> docker-login.sh [2023-09-06T03:17:46.916Z] nexus3.edgexfoundry.org:10001 [2023-09-06T03:17:47.001Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-06T03:17:47.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:17:47.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:17:47.456Z] Configure a credential helper to remove this warning. See [2023-09-06T03:17:47.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:17:47.456Z] [2023-09-06T03:17:47.456Z] Login Succeeded [2023-09-06T03:17:47.456Z] nexus3.edgexfoundry.org:10002 [2023-09-06T03:17:47.568Z] INFO: Archiving Costs [Pipeline] sh [2023-09-06T03:17:47.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:17:47.881Z] + cat /w/workspace/undry_device-onvif-camera_PR-381/archives/cost.csv [2023-09-06T03:17:47.881Z] + cut -d, -f6 [Pipeline] lock [2023-09-06T03:17:47.923Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [2023-09-06T03:17:47.928Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] did not exist. Created. [2023-09-06T03:17:47.928Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] { [Pipeline] unstash [2023-09-06T03:17:47.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:17:47.997Z] Configure a credential helper to remove this warning. See [2023-09-06T03:17:47.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:17:47.997Z] [2023-09-06T03:17:47.997Z] Login Succeeded [2023-09-06T03:17:47.997Z] nexus3.edgexfoundry.org:10003 [2023-09-06T03:17:47.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2023-09-06T03:17:48.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:17:48.269Z] Configure a credential helper to remove this warning. See [2023-09-06T03:17:48.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:17:48.269Z] [2023-09-06T03:17:48.269Z] Login Succeeded [2023-09-06T03:17:48.269Z] nexus3.edgexfoundry.org:10004 [2023-09-06T03:17:48.345Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-09-06T03:17:48.400Z] Stashed 1 file(s) [Pipeline] } [2023-09-06T03:17:48.432Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-06T03:17:48.525Z] $ docker stop --time=1 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 [2023-09-06T03:17:48.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:17:48.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:17:48.537Z] Configure a credential helper to remove this warning. See [2023-09-06T03:17:48.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:17:48.537Z] [2023-09-06T03:17:48.537Z] Login Succeeded [2023-09-06T03:17:48.537Z] docker.io [2023-09-06T03:17:48.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-06T03:17:49.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-06T03:17:49.073Z] Configure a credential helper to remove this warning. See [2023-09-06T03:17:49.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-06T03:17:49.073Z] [2023-09-06T03:17:49.073Z] Login Succeeded [2023-09-06T03:17:49.073Z] ---> docker-login.sh ends [2023-09-06T03:17:49.674Z] $ docker rm -f --volumes 56faad740ec8e2107d909ccba0dd303db297d7688ef7acce21415d59c2c75ba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2023-09-06T03:17:49.837Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2023-09-06T03:17:50.239Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-06T03:17:50.274Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-06T03:17:50.310Z] ========================================================= [2023-09-06T03:17:50.311Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-09-06T03:17:50.311Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:17:50.810Z] + 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-09-06T03:17:51.079Z] Sending build context to Docker daemon 14.2MB [2023-09-06T03:17:51.401Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-09-06T03:17:51.402Z] Step 2/13 : FROM ${BASE} AS builder [2023-09-06T03:17:53.369Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-06T03:17:53.369Z] edb6bdbacee9: Pulling fs layer [2023-09-06T03:17:53.369Z] 5f9638ab2659: Pulling fs layer [2023-09-06T03:17:53.369Z] 8d51d6327a98: Pulling fs layer [2023-09-06T03:17:53.369Z] 8b374f2dd631: Pulling fs layer [2023-09-06T03:17:53.369Z] ec14aa9079de: Pulling fs layer [2023-09-06T03:17:53.369Z] 2f466654f4bb: Pulling fs layer [2023-09-06T03:17:53.369Z] 554e91adad29: Pulling fs layer [2023-09-06T03:17:53.369Z] 8b374f2dd631: Waiting [2023-09-06T03:17:53.369Z] ec14aa9079de: Waiting [2023-09-06T03:17:53.369Z] 2f466654f4bb: Waiting [2023-09-06T03:17:53.369Z] 554e91adad29: Waiting [2023-09-06T03:17:53.369Z] 5f9638ab2659: Download complete [2023-09-06T03:17:53.369Z] 8b374f2dd631: Verifying Checksum [2023-09-06T03:17:53.369Z] 8b374f2dd631: Download complete [2023-09-06T03:17:53.369Z] ec14aa9079de: Verifying Checksum [2023-09-06T03:17:53.369Z] ec14aa9079de: Download complete [2023-09-06T03:17:53.369Z] edb6bdbacee9: Verifying Checksum [2023-09-06T03:17:53.369Z] edb6bdbacee9: Download complete [2023-09-06T03:17:54.340Z] edb6bdbacee9: Pull complete [2023-09-06T03:17:54.620Z] 554e91adad29: Verifying Checksum [2023-09-06T03:17:54.620Z] 554e91adad29: Download complete [2023-09-06T03:17:54.891Z] 5f9638ab2659: Pull complete [2023-09-06T03:17:55.858Z] 8d51d6327a98: Verifying Checksum [2023-09-06T03:17:55.858Z] 8d51d6327a98: Download complete [2023-09-06T03:17:55.858Z] 2f466654f4bb: Verifying Checksum [2023-09-06T03:17:55.858Z] 2f466654f4bb: Download complete [2023-09-06T03:18:08.185Z] 8d51d6327a98: Pull complete [2023-09-06T03:18:08.185Z] 8b374f2dd631: Pull complete [2023-09-06T03:18:08.185Z] ec14aa9079de: Pull complete [2023-09-06T03:18:13.554Z] 2f466654f4bb: Pull complete [2023-09-06T03:18:16.135Z] 554e91adad29: Pull complete [2023-09-06T03:18:16.135Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-09-06T03:18:16.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-09-06T03:18:16.135Z] ---> 1e15ea492957 [2023-09-06T03:18:16.135Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-09-06T03:18:17.116Z] ---> Running in a7b6cc07647f [2023-09-06T03:18:17.385Z] Removing intermediate container a7b6cc07647f [2023-09-06T03:18:17.385Z] ---> 84008b64f50a [2023-09-06T03:18:17.385Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-06T03:18:17.385Z] ---> Running in 7031f0fa13d2 [2023-09-06T03:18:17.654Z] Removing intermediate container 7031f0fa13d2 [2023-09-06T03:18:17.654Z] ---> bc4d19872619 [2023-09-06T03:18:17.654Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-09-06T03:18:17.654Z] ---> Running in 6e96dc1df9bc [2023-09-06T03:18:17.922Z] Removing intermediate container 6e96dc1df9bc [2023-09-06T03:18:17.922Z] ---> 760806c3a1e3 [2023-09-06T03:18:17.922Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-09-06T03:18:18.200Z] ---> Running in 7449b23346a5 [2023-09-06T03:18:18.478Z] Removing intermediate container 7449b23346a5 [2023-09-06T03:18:18.478Z] ---> 100304ab9ff8 [2023-09-06T03:18:18.478Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-09-06T03:18:18.478Z] ---> Running in 9eb21b36ac78 [2023-09-06T03:18:18.745Z] Removing intermediate container 9eb21b36ac78 [2023-09-06T03:18:18.745Z] ---> 7afc60c1f077 [2023-09-06T03:18:18.745Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-06T03:18:19.012Z] ---> Running in c3bd1c63d9ee [2023-09-06T03:18:19.971Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-06T03:18:20.554Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-06T03:18:21.520Z] OK: 263 MiB in 53 packages [2023-09-06T03:18:22.480Z] Removing intermediate container c3bd1c63d9ee [2023-09-06T03:18:22.480Z] ---> 50729a497aca [2023-09-06T03:18:22.480Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-09-06T03:18:22.480Z] ---> Running in d056e9eb10c6 [2023-09-06T03:18:22.747Z] Removing intermediate container d056e9eb10c6 [2023-09-06T03:18:22.747Z] ---> 335939e218e6 [2023-09-06T03:18:22.747Z] Step 10/13 : COPY go.mod vendor* ./ [2023-09-06T03:18:23.332Z] ---> 77b51104b7fa [2023-09-06T03:18:23.332Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-06T03:18:23.332Z] ---> Running in e19ce139da5c [2023-09-06T03:19:31.244Z] Removing intermediate container e19ce139da5c [2023-09-06T03:19:31.244Z] ---> e6ffc912af3a [2023-09-06T03:19:31.244Z] Step 12/13 : COPY . . [2023-09-06T03:19:31.244Z] ---> 51e7991422f0 [2023-09-06T03:19:31.244Z] Step 13/13 : RUN ${MAKE} [2023-09-06T03:19:31.244Z] ---> Running in 171efa74c770 [2023-09-06T03:19:31.244Z] noop [2023-09-06T03:19:31.244Z] Removing intermediate container 171efa74c770 [2023-09-06T03:19:31.244Z] ---> e03e0929a822 [2023-09-06T03:19:31.244Z] Successfully built e03e0929a822 [2023-09-06T03:19:31.244Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:19:31.725Z] + docker inspect -f . ci-base-image-arm64 [2023-09-06T03:19:31.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:19:32.003Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-09-06T03:19:32.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-06T03:19:33.281Z] $ docker top a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-06T03:19:34.148Z] + go version [2023-09-06T03:19:34.148Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-09-06T03:19:34.182Z] $ docker stop --time=1 a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e [2023-09-06T03:19:35.783Z] $ docker rm -f --volumes a9dd09e703ec172ebbfafff961a719fbbf3ed0f0c4859e34fcbaaabacb0ca13e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:19:36.632Z] + docker inspect -f . ci-base-image-arm64 [2023-09-06T03:19:36.632Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:19:36.863Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-09-06T03:19:36.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-06T03:19:38.028Z] $ docker top f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-06T03:19:38.589Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-09-06T03:19:38.982Z] + make test [2023-09-06T03:19:38.982Z] go test ./... -coverprofile=coverage.out ./... [2023-09-06T03:20:11.213Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-09-06T03:22:17.962Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-09-06T03:22:17.962Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-09-06T03:22:17.962Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.206s coverage: 31.5% of statements [2023-09-06T03:22:35.387Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 26.345s coverage: 86.5% of statements [2023-09-06T03:22:35.387Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-06T03:22:35.387Z] go vet ./... [2023-09-06T03:23:02.113Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-06T03:23:02.113Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-06T03:23:02.113Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-06T03:23:02.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-09-06T03:23:02.181Z] $ docker stop --time=1 f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f [2023-09-06T03:23:03.949Z] $ docker rm -f --volumes f867cbfb8d29c0279cac9212b3c2aa63287d8ad53998f8b43a265d5ac2623f2f [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-06T03:23:05.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-09-06T03:23:05.184Z] Warning: overwriting stash ‘coverage-report’ [2023-09-06T03:23:05.648Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-06T03:23:06.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-09-06T03:23:06.585Z] + ls -al . [2023-09-06T03:23:06.585Z] total 236 [2023-09-06T03:23:06.585Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 6 03:19 . [2023-09-06T03:23:06.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 .. [2023-09-06T03:23:06.585Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 6 03:17 .git [2023-09-06T03:23:06.585Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:17 .github [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 496 Sep 6 03:17 .gitignore [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 42 Sep 6 03:17 .golangci.yml [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 11155 Sep 6 03:17 Attribution.txt [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 15932 Sep 6 03:17 CHANGELOG.md [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 1574 Sep 6 03:17 Dockerfile [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 6 03:17 GOVERNANCE.md [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 739 Sep 6 03:17 Jenkinsfile [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 6 03:17 LICENSE [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 2877 Sep 6 03:17 Makefile [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 625 Sep 6 03:17 OWNERS.md [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 2620 Sep 6 03:17 README.md [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 6 03:15 VERSION [2023-09-06T03:23:06.585Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 6 03:17 bin [2023-09-06T03:23:06.585Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 6 03:17 cmd [2023-09-06T03:23:06.585Z] -rw-r--r-- 1 jenkins jenkins 78456 Sep 6 03:22 coverage.out [2023-09-06T03:23:06.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 doc [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 4085 Sep 6 03:17 go.mod [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 36344 Sep 6 03:17 go.sum [2023-09-06T03:23:06.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 internal [2023-09-06T03:23:06.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 6 03:17 snap [2023-09-06T03:23:06.585Z] -rw-rw-r-- 1 jenkins jenkins 236 Sep 6 03:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:23:07.002Z] + 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=996892f2064276e69262fa551201627e8e5e938e --label arch=arm64 --label version=0.0.0 . [2023-09-06T03:23:07.274Z] Sending build context to Docker daemon 14.28MB [2023-09-06T03:23:07.541Z] Step 1/26 : ARG BASE=golang:1.20-alpine3.17 [2023-09-06T03:23:07.541Z] Step 2/26 : FROM ${BASE} AS builder [2023-09-06T03:23:07.541Z] ---> e03e0929a822 [2023-09-06T03:23:07.541Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-09-06T03:23:07.541Z] ---> Running in 040e0ccacf35 [2023-09-06T03:23:07.811Z] Removing intermediate container 040e0ccacf35 [2023-09-06T03:23:07.811Z] ---> 603e174581d6 [2023-09-06T03:23:07.811Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-09-06T03:23:07.811Z] ---> Running in 2600befd252d [2023-09-06T03:23:08.082Z] Removing intermediate container 2600befd252d [2023-09-06T03:23:08.082Z] ---> 76f32c2124af [2023-09-06T03:23:08.082Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-09-06T03:23:08.349Z] ---> Running in 659d4ea9d634 [2023-09-06T03:23:08.617Z] Removing intermediate container 659d4ea9d634 [2023-09-06T03:23:08.617Z] ---> 2cb7893f370e [2023-09-06T03:23:08.617Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-09-06T03:23:08.617Z] ---> Running in e9df39260f19 [2023-09-06T03:23:08.884Z] Removing intermediate container e9df39260f19 [2023-09-06T03:23:08.884Z] ---> 3e66b66c4b44 [2023-09-06T03:23:08.884Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-09-06T03:23:08.884Z] ---> Running in b7b29a7df737 [2023-09-06T03:23:09.153Z] Removing intermediate container b7b29a7df737 [2023-09-06T03:23:09.153Z] ---> 02a2e1e0681c [2023-09-06T03:23:09.153Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-09-06T03:23:09.153Z] ---> Running in 71ce001b9a57 [2023-09-06T03:23:10.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-06T03:23:10.695Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-06T03:23:11.652Z] OK: 263 MiB in 53 packages [2023-09-06T03:23:12.614Z] Removing intermediate container 71ce001b9a57 [2023-09-06T03:23:12.614Z] ---> bb98e8aa6d27 [2023-09-06T03:23:12.614Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-09-06T03:23:12.614Z] ---> Running in d034df03626c [2023-09-06T03:23:12.882Z] Removing intermediate container d034df03626c [2023-09-06T03:23:12.882Z] ---> 0b9732d732a6 [2023-09-06T03:23:12.882Z] Step 10/26 : COPY go.mod vendor* ./ [2023-09-06T03:23:14.823Z] ---> 7ab1cd10db25 [2023-09-06T03:23:14.823Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-06T03:23:14.823Z] ---> Running in 8a9d9216d236 [2023-09-06T03:23:17.400Z] Removing intermediate container 8a9d9216d236 [2023-09-06T03:23:17.400Z] ---> 49382a087b24 [2023-09-06T03:23:17.400Z] Step 12/26 : COPY . . [2023-09-06T03:23:18.361Z] ---> d13a58625345 [2023-09-06T03:23:18.361Z] Step 13/26 : RUN ${MAKE} [2023-09-06T03:23:18.361Z] ---> Running in 3c815bd5dda1 [2023-09-06T03:23:19.323Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.18" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-09-06T03:25:40.975Z] Removing intermediate container 3c815bd5dda1 [2023-09-06T03:25:40.975Z] ---> def6a07ceecc [2023-09-06T03:25:40.975Z] Step 14/26 : FROM alpine:3.17 [2023-09-06T03:25:40.975Z] 3.17: Pulling from library/alpine [2023-09-06T03:25:40.975Z] 4060ece20d7a: Pulling fs layer [2023-09-06T03:25:40.975Z] 4060ece20d7a: Verifying Checksum [2023-09-06T03:25:40.975Z] 4060ece20d7a: Download complete [2023-09-06T03:25:40.975Z] 4060ece20d7a: Pull complete [2023-09-06T03:25:40.975Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-09-06T03:25:40.975Z] Status: Downloaded newer image for alpine:3.17 [2023-09-06T03:25:40.975Z] ---> 8650cd65339b [2023-09-06T03:25:40.975Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-09-06T03:25:40.975Z] ---> Running in e2c3179c00e2 [2023-09-06T03:25:40.975Z] Removing intermediate container e2c3179c00e2 [2023-09-06T03:25:40.975Z] ---> 308b0c12895d [2023-09-06T03:25:40.975Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-09-06T03:25:40.975Z] ---> Running in b1869caae684 [2023-09-06T03:25:40.975Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-09-06T03:25:40.975Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-09-06T03:25:40.975Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-09-06T03:25:40.975Z] Executing busybox-1.35.0-r29.trigger [2023-09-06T03:25:40.975Z] OK: 8 MiB in 16 packages [2023-09-06T03:25:40.975Z] Removing intermediate container b1869caae684 [2023-09-06T03:25:40.975Z] ---> aad233db3918 [2023-09-06T03:25:40.975Z] Step 17/26 : WORKDIR / [2023-09-06T03:25:40.975Z] ---> Running in 7f5955901c8e [2023-09-06T03:25:40.975Z] Removing intermediate container 7f5955901c8e [2023-09-06T03:25:40.975Z] ---> dbbe849252a0 [2023-09-06T03:25:40.975Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-09-06T03:25:40.975Z] ---> 9e0add729bef [2023-09-06T03:25:40.975Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-09-06T03:25:40.975Z] ---> 8fdedfd1e64e [2023-09-06T03:25:40.975Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-09-06T03:25:41.565Z] ---> 9bef54debbc2 [2023-09-06T03:25:41.565Z] Step 21/26 : EXPOSE 59984 [2023-09-06T03:25:41.565Z] ---> Running in 1c17755806d3 [2023-09-06T03:25:41.833Z] Removing intermediate container 1c17755806d3 [2023-09-06T03:25:41.833Z] ---> 4d25982b6cf3 [2023-09-06T03:25:41.833Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-09-06T03:25:41.833Z] ---> Running in 1cebe32976f1 [2023-09-06T03:25:42.099Z] Removing intermediate container 1cebe32976f1 [2023-09-06T03:25:42.099Z] ---> a98d642267bb [2023-09-06T03:25:42.099Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-09-06T03:25:42.099Z] ---> Running in c06d51e19a98 [2023-09-06T03:25:42.367Z] Removing intermediate container c06d51e19a98 [2023-09-06T03:25:42.367Z] ---> 1aeede469850 [2023-09-06T03:25:42.367Z] Step 24/26 : LABEL arch=arm64 [2023-09-06T03:25:42.634Z] ---> Running in 536e7b0ffef1 [2023-09-06T03:25:42.900Z] Removing intermediate container 536e7b0ffef1 [2023-09-06T03:25:42.900Z] ---> ce65b00244e7 [2023-09-06T03:25:42.900Z] Step 25/26 : LABEL git_sha=996892f2064276e69262fa551201627e8e5e938e [2023-09-06T03:25:42.900Z] ---> Running in c55495b849eb [2023-09-06T03:25:43.224Z] Removing intermediate container c55495b849eb [2023-09-06T03:25:43.224Z] ---> ae121095d529 [2023-09-06T03:25:43.224Z] Step 26/26 : LABEL version=0.0.0 [2023-09-06T03:25:43.224Z] ---> Running in ccfb987805be [2023-09-06T03:25:43.511Z] Removing intermediate container ccfb987805be [2023-09-06T03:25:43.511Z] ---> ff6c0eca214a [2023-09-06T03:25:43.511Z] [Warning] One or more build-args [ARCH] were not consumed [2023-09-06T03:25:43.511Z] Successfully built ff6c0eca214a [2023-09-06T03:25:43.511Z] 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-09-06T03:25:44.335Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-06T03:25:44.335Z] [2023-09-06T03:25:44.335Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:25:44.763Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-06T03:25:44.764Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-06T03:25:44.764Z] 8998bd30e6a1: Pulling fs layer [2023-09-06T03:25:44.764Z] 04944245beec: Pulling fs layer [2023-09-06T03:25:44.764Z] 699f458cf7ca: Pulling fs layer [2023-09-06T03:25:44.764Z] 765212b225bb: Pulling fs layer [2023-09-06T03:25:44.764Z] f23df028b6ca: Pulling fs layer [2023-09-06T03:25:44.764Z] d65c8cfc05b1: Pulling fs layer [2023-09-06T03:25:44.764Z] 2437ff75d9bd: Pulling fs layer [2023-09-06T03:25:44.764Z] f23df028b6ca: Waiting [2023-09-06T03:25:44.764Z] d65c8cfc05b1: Waiting [2023-09-06T03:25:44.764Z] 2437ff75d9bd: Waiting [2023-09-06T03:25:44.764Z] 765212b225bb: Waiting [2023-09-06T03:25:45.053Z] 04944245beec: Verifying Checksum [2023-09-06T03:25:45.053Z] 04944245beec: Download complete [2023-09-06T03:25:45.053Z] 765212b225bb: Verifying Checksum [2023-09-06T03:25:45.053Z] 765212b225bb: Download complete [2023-09-06T03:25:45.053Z] f23df028b6ca: Verifying Checksum [2023-09-06T03:25:45.053Z] f23df028b6ca: Download complete [2023-09-06T03:25:45.053Z] d65c8cfc05b1: Verifying Checksum [2023-09-06T03:25:45.053Z] d65c8cfc05b1: Download complete [2023-09-06T03:25:45.053Z] 699f458cf7ca: Verifying Checksum [2023-09-06T03:25:45.053Z] 699f458cf7ca: Download complete [2023-09-06T03:25:45.677Z] 8998bd30e6a1: Verifying Checksum [2023-09-06T03:25:45.677Z] 8998bd30e6a1: Download complete [2023-09-06T03:25:47.668Z] 2437ff75d9bd: Verifying Checksum [2023-09-06T03:25:47.668Z] 2437ff75d9bd: Download complete [2023-09-06T03:25:49.615Z] 8998bd30e6a1: Pull complete [2023-09-06T03:25:49.882Z] 04944245beec: Pull complete [2023-09-06T03:25:51.293Z] 699f458cf7ca: Pull complete [2023-09-06T03:25:51.560Z] 765212b225bb: Pull complete [2023-09-06T03:25:52.144Z] f23df028b6ca: Pull complete [2023-09-06T03:25:52.411Z] d65c8cfc05b1: Pull complete [2023-09-06T03:26:07.408Z] 2437ff75d9bd: Pull complete [2023-09-06T03:26:07.408Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-06T03:26:07.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-06T03:26:07.408Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:26:07.725Z] prd-ubuntu20.04-docker-arm64-4c-16g-5415 does not seem to be running inside a container [2023-09-06T03:26:07.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-06T03:26:10.208Z] $ docker top a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:10.776Z] ---> job-cost.sh [2023-09-06T03:26:11.042Z] lf-activate-venv: SKIPPING [2023-09-06T03:26:11.042Z] INFO: No Stack... [2023-09-06T03:26:11.624Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-06T03:26:12.207Z] INFO: Archiving Costs [Pipeline] sh [2023-09-06T03:26:12.811Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-09-06T03:26:12.811Z] + cut -d, -f6 [Pipeline] lock [2023-09-06T03:26:12.899Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [2023-09-06T03:26:12.903Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] did not exist. Created. [2023-09-06T03:26:12.904Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-06T03:26:13.302Z] /w/workspace/device-onvif-camera/1@tmp/durable-77c1bc2c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-09-06T03:26:13.652Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-06T03:26:13.685Z] Warning: overwriting stash ‘stack-cost’ [2023-09-06T03:26:13.744Z] Stashed 1 file(s) [Pipeline] } [2023-09-06T03:26:13.761Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-381-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-06T03:26:13.837Z] $ docker stop --time=1 a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e [2023-09-06T03:26:15.293Z] $ docker rm -f --volumes a33a14d37d43ccafa6bcb783d9e1d50c48c33bf2fa1c3a2d360bf9acccfa6d4e [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-09-06T03:26:16.320Z] provisioning config files... [2023-09-06T03:26:16.328Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config12278754110030389060tmp [Pipeline] { [Pipeline] sh [2023-09-06T03:26:16.668Z] + set +x [2023-09-06T03:26:16.668Z] + curl -s https://codecov.io/bash [2023-09-06T03:26:16.668Z] + bash -s -- [2023-09-06T03:26:16.668Z] [2023-09-06T03:26:16.668Z] _____ _ [2023-09-06T03:26:16.668Z] / ____| | | [2023-09-06T03:26:16.668Z] | | ___ __| | ___ ___ _____ __ [2023-09-06T03:26:16.668Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-06T03:26:16.668Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-06T03:26:16.668Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-06T03:26:16.668Z] Bash-1.0.6 [2023-09-06T03:26:16.668Z] [2023-09-06T03:26:16.668Z] [2023-09-06T03:26:16.668Z] ==> git version 2.25.1 found [2023-09-06T03:26:16.668Z] ==> 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-09-06T03:26:16.668Z] Release-Date: 2020-01-08 [2023-09-06T03:26:16.668Z] 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-09-06T03:26:16.668Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-06T03:26:16.668Z] ==> Jenkins CI detected. [2023-09-06T03:26:16.668Z] current dir:  /w/workspace/undry_device-onvif-camera_PR-381 [2023-09-06T03:26:16.668Z] project root: . [2023-09-06T03:26:16.668Z] --> token set from env [2023-09-06T03:26:16.668Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-06T03:26:16.668Z] ==> Running gcov in . (disable via -X gcov) [2023-09-06T03:26:16.668Z] ==> Python coveragepy not found [2023-09-06T03:26:16.668Z] ==> Searching for coverage reports in: [2023-09-06T03:26:16.668Z] + . [2023-09-06T03:26:16.668Z] -> Found 1 reports [2023-09-06T03:26:16.668Z] ==> Detecting git/mercurial file structure [2023-09-06T03:26:16.927Z] ==> Reading reports [2023-09-06T03:26:16.927Z] + ./coverage.out bytes=78456 [2023-09-06T03:26:16.927Z] ==> Appending adjustments [2023-09-06T03:26:16.927Z] https://docs.codecov.io/docs/fixing-reports [2023-09-06T03:26:16.927Z] + Found adjustments [2023-09-06T03:26:16.927Z] ==> Gzipping contents [2023-09-06T03:26:16.927Z] 12K /tmp/codecov.zDk2r1.gz [2023-09-06T03:26:16.927Z] ==> Uploading reports [2023-09-06T03:26:16.927Z] url: https://codecov.io [2023-09-06T03:26:16.927Z] query: branch=PR-381&commit=996892f2064276e69262fa551201627e8e5e938e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-381%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=381&job=&cmd_args= [2023-09-06T03:26:16.927Z] -> Pinging Codecov [2023-09-06T03:26:16.927Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-381&commit=996892f2064276e69262fa551201627e8e5e938e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-381%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=381&job=&cmd_args= [2023-09-06T03:26:17.187Z] -> Uploading to [2023-09-06T03:26:17.187Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-06/F29A59C45E3A92E06B3E522C9905F8EF/996892f2064276e69262fa551201627e8e5e938e/2b9f6044-65dc-4580-888f-a755bfc514dc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230906%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230906T032617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9253428610ccece6f96e89cd16a68daa61f7418c553e5c1c98e6fb91848b8990 [2023-09-06T03:26:17.187Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-06T03:26:17.187Z] Dload Upload Total Spent Left Speed [2023-09-06T03:26:17.445Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10561 0 0 100 10561 0 55293 --:--:-- --:--:-- --:--:-- 55293 [2023-09-06T03:26:17.445Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/996892f2064276e69262fa551201627e8e5e938e [Pipeline] } [2023-09-06T03:26:17.475Z] 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-09-06T03:26:19.308Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-381/archives ] [2023-09-06T03:26:19.308Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-381/archives [2023-09-06T03:26:19.308Z] total 16 [2023-09-06T03:26:19.308Z] drwxr-xr-x 3 root root 4096 Sep 6 03:17 . [2023-09-06T03:26:19.308Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 6 03:17 .. [2023-09-06T03:26:19.308Z] drwxr-xr-x 2 root root 4096 Sep 6 03:17 cost [2023-09-06T03:26:19.308Z] -rw-r--r-- 1 root root 91 Sep 6 03:17 cost.csv [2023-09-06T03:26:19.308Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-381/archives [2023-09-06T03:26:19.308Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-381/archives [2023-09-06T03:26:19.308Z] total 16 [2023-09-06T03:26:19.308Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 6 03:17 . [2023-09-06T03:26:19.308Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 6 03:17 .. [2023-09-06T03:26:19.308Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 6 03:17 cost [2023-09-06T03:26:19.308Z] -rw-r--r-- 1 jenkins jenkins 91 Sep 6 03:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:19.629Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:20.518Z] ---> package-listing.sh [2023-09-06T03:26:20.518Z] ++ facter osfamily [2023-09-06T03:26:20.518Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-06T03:26:20.777Z] + OS_FAMILY=debian [2023-09-06T03:26:20.777Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-381 [2023-09-06T03:26:20.777Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-06T03:26:20.777Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-06T03:26:20.777Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-06T03:26:20.777Z] + PACKAGES=/tmp/packages_start.txt [2023-09-06T03:26:20.777Z] + '[' /w/workspace/undry_device-onvif-camera_PR-381 ']' [2023-09-06T03:26:20.777Z] + PACKAGES=/tmp/packages_end.txt [2023-09-06T03:26:20.777Z] + case "${OS_FAMILY}" in [2023-09-06T03:26:20.777Z] + dpkg -l [2023-09-06T03:26:20.777Z] + grep '^ii' [2023-09-06T03:26:20.777Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-06T03:26:20.777Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-06T03:26:20.777Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-06T03:26:20.777Z] + '[' /w/workspace/undry_device-onvif-camera_PR-381 ']' [2023-09-06T03:26:20.777Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-381/archives/ [2023-09-06T03:26:20.777Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-381/archives/ [Pipeline] echo [2023-09-06T03:26:20.811Z] 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-381/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-06T03:26:21.104Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-06T03:26:21.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-06T03:26:21.725Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-06T03:26:21.877Z] prd-ubuntu20.04-docker-8c-8g-5414 does not seem to be running inside a container [2023-09-06T03:26:21.908Z] $ 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-381/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-381 -v /w/workspace/undry_device-onvif-camera_PR-381:/w/workspace/undry_device-onvif-camera_PR-381:rw,z -v /w/workspace/undry_device-onvif-camera_PR-381@tmp:/w/workspace/undry_device-onvif-camera_PR-381@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-06T03:26:22.096Z] $ docker top ecb70ec5866151929f809ea6771c684f8b825ddb16833e1d3091c80b1b9b7ecc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-06T03:26:22.487Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-06T03:26:22.796Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-06T03:26:23.104Z] + ls /var/log/sa-host [2023-09-06T03:26:23.104Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-06T03:26:23.323Z] provisioning config files... [2023-09-06T03:26:23.334Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-381@tmp/config15476177225458684824tmp [Pipeline] { [Pipeline] echo [2023-09-06T03:26:23.383Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:23.690Z] ---> create-netrc.sh [Pipeline] } [2023-09-06T03:26:23.718Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:24.130Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-06T03:26:24.174Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:24.486Z] ---> sudo-logs.sh [2023-09-06T03:26:24.486Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-06T03:26:24.577Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:24.887Z] ---> job-cost.sh [2023-09-06T03:26:24.888Z] lf-activate-venv: SKIPPING [2023-09-06T03:26:24.888Z] DEBUG: total: 0.2199999988079071 [2023-09-06T03:26:24.888Z] INFO: Retrieving Stack Cost... [2023-09-06T03:26:25.147Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-06T03:26:25.714Z] INFO: Archiving Costs [Pipeline] echo [2023-09-06T03:26:25.751Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-06T03:26:26.064Z] ---> logs-deploy.sh [2023-09-06T03:26:26.064Z] lf-activate-venv: SKIPPING [2023-09-06T03:26:26.064Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-381/1 [2023-09-06T03:26:26.064Z] INFO: archiving workspace using pattern(s): [2023-09-06T03:26:27.001Z] Archives upload complete. [2023-09-06T03:26:27.001Z] INFO: archiving logs to Nexus