Pull request #80 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of soda480 for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from 310dd91777ade6af2468b62e060ba291d3df69ff+79d192228a5789397eaac89f5a29237a0a7597a8 (64a922568eefd8643beca078f4f70523e7ebace6) 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-ssh14099893741362176950.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-ssh1366868191159560418.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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-80/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-80/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13012898602993619296.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-80/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11346509857638224207.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > 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-ssh1703628419940366009.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-80/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-80/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1884571872290984652.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 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] ========================================================= [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.17 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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1150’ Running on prd-ubuntu20.04-docker-8c-8g-1154 in /w/workspace/oundry_device-onvif-camera_PR-80 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/oundry_device-onvif-camera_PR-80 # 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/80/head:refs/remotes/origin/PR-80 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 79d192228a5789397eaac89f5a29237a0a7597a8 into PR head commit 310dd91777ade6af2468b62e060ba291d3df69ff Merge succeeded, producing 310dd91777ade6af2468b62e060ba291d3df69ff Checking out Revision 310dd91777ade6af2468b62e060ba291d3df69ff (PR-80) > git config core.sparsecheckout # timeout=10 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # 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 79d192228a5789397eaac89f5a29237a0a7597a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 Commit message: "docs: Add badges to readme" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-06T13:19:59.262Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-06T13:19:59.440Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-06T13:19:59.557Z] ========================================================= [2022-06-06T13:19:59.557Z] EdgeX Global Pipelines Version Info [2022-06-06T13:19:59.557Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:20:00.381Z] ------------------- [2022-06-06T13:20:00.381Z] stable info: [2022-06-06T13:20:00.381Z] ------------------- [2022-06-06T13:20:00.381Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-06T13:20:00.381Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-06T13:20:00.381Z] Message: update stable to v1.0.232 [2022-06-06T13:20:00.952Z] ------------------- [2022-06-06T13:20:00.952Z] experimental info: [2022-06-06T13:20:00.952Z] ------------------- [2022-06-06T13:20:00.952Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-06T13:20:00.952Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-06T13:20:00.952Z] Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-06T13:20:01.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2022-06-06T13:20:01.391Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2022-06-06T13:20:01.437Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-06T13:20:01.480Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-06T13:20:01.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-06T13:20:01.574Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-06T13:20:01.626Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-06T13:20:01.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-06T13:20:01.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-06T13:20:01.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-06T13:20:01.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-06T13:20:01.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2022-06-06T13:20:01.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-06T13:20:01.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-06T13:20:02.013Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-06T13:20:02.057Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-06T13:20:02.098Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-06T13:20:02.146Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-06T13:20:02.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-06T13:20:02.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-06T13:20:02.275Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-06T13:20:02.323Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-06T13:20:02.372Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-06T13:20:02.420Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-06T13:20:02.473Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-06T13:20:02.520Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-06T13:20:02.560Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-06T13:20:02.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo [2022-06-06T13:20:02.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo [2022-06-06T13:20:02.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo [2022-06-06T13:20:02.728Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo [2022-06-06T13:20:02.775Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 310dd91 [Pipeline] echo [2022-06-06T13:20:02.817Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T13:20:02.942Z] provisioning config files... [2022-06-06T13:20:02.963Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config3183164896147526508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:20:03.345Z] ---> docker-login.sh [2022-06-06T13:20:03.345Z] nexus3.edgexfoundry.org:10001 [2022-06-06T13:20:03.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:03.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:03.611Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:03.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:03.611Z] [2022-06-06T13:20:03.611Z] Login Succeeded [2022-06-06T13:20:03.611Z] nexus3.edgexfoundry.org:10002 [2022-06-06T13:20:04.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:04.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:04.495Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:04.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:04.495Z] [2022-06-06T13:20:04.495Z] Login Succeeded [2022-06-06T13:20:04.495Z] nexus3.edgexfoundry.org:10003 [2022-06-06T13:20:04.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:04.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:04.495Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:04.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:04.495Z] [2022-06-06T13:20:04.495Z] Login Succeeded [2022-06-06T13:20:04.495Z] nexus3.edgexfoundry.org:10004 [2022-06-06T13:20:04.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:04.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:04.495Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:04.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:04.495Z] [2022-06-06T13:20:04.495Z] Login Succeeded [2022-06-06T13:20:04.495Z] docker.io [2022-06-06T13:20:04.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:04.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:04.757Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:04.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:04.757Z] [2022-06-06T13:20:04.757Z] Login Succeeded [2022-06-06T13:20:04.757Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T13:20:04.784Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-06T13:20:05.425Z] + git rev-list -1 --merges 310dd91777ade6af2468b62e060ba291d3df69ff~1..310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo [2022-06-06T13:20:05.476Z] -----------> git rev-list -1 --merges 310dd91777ade6af2468b62e060ba291d3df69ff~1..310dd91777ade6af2468b62e060ba291d3df69ff 310dd91777ade6af2468b62e060ba291d3df69ff [false] [Pipeline] sh [2022-06-06T13:20:05.793Z] + git log --format=format:%s -1 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo [2022-06-06T13:20:05.827Z] ========================================================= [2022-06-06T13:20:05.827Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-06T13:20:05.827Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-06T13:20:06.265Z] + git log --format=format:%s -1 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo [2022-06-06T13:20:06.304Z] [semverPrep] GIT_COMMIT: 310dd91777ade6af2468b62e060ba291d3df69ff, Commit Message: docs: Add badges to readme [Pipeline] echo [2022-06-06T13:20:06.336Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-06T13:20:06.712Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-06T13:20:06.712Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-06T13:20:06.712Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-06T13:20:06.712Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-06T13:20:06.712Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-06T13:20:06.712Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-06T13:20:06.712Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:20:07.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T13:20:07.159Z] [2022-06-06T13:20:07.159Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:20:07.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T13:20:07.546Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-06T13:20:07.546Z] 42c077c10790: Pulling fs layer [2022-06-06T13:20:07.546Z] f63e77b7563a: Pulling fs layer [2022-06-06T13:20:07.546Z] bd5fdadae976: Pulling fs layer [2022-06-06T13:20:07.546Z] 205491f53016: Pulling fs layer [2022-06-06T13:20:07.546Z] df18705c85c3: Pulling fs layer [2022-06-06T13:20:07.546Z] bdb3f477010e: Pulling fs layer [2022-06-06T13:20:07.546Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-06T13:20:07.547Z] 2c6e9b1d212d: Pulling fs layer [2022-06-06T13:20:07.547Z] bdb8f0575790: Pulling fs layer [2022-06-06T13:20:07.547Z] 386e3cb2ff24: Pulling fs layer [2022-06-06T13:20:07.547Z] 2343380bae48: Pulling fs layer [2022-06-06T13:20:07.547Z] bdb3f477010e: Waiting [2022-06-06T13:20:07.547Z] c8a8fc8e1c8f: Waiting [2022-06-06T13:20:07.547Z] 2c6e9b1d212d: Waiting [2022-06-06T13:20:07.547Z] bdb8f0575790: Waiting [2022-06-06T13:20:07.547Z] 386e3cb2ff24: Waiting [2022-06-06T13:20:07.547Z] 2343380bae48: Waiting [2022-06-06T13:20:07.547Z] df18705c85c3: Waiting [2022-06-06T13:20:07.547Z] 205491f53016: Waiting [2022-06-06T13:20:07.547Z] f63e77b7563a: Verifying Checksum [2022-06-06T13:20:07.547Z] f63e77b7563a: Download complete [2022-06-06T13:20:07.547Z] 205491f53016: Download complete [2022-06-06T13:20:07.809Z] df18705c85c3: Verifying Checksum [2022-06-06T13:20:07.809Z] df18705c85c3: Download complete [2022-06-06T13:20:07.809Z] bd5fdadae976: Verifying Checksum [2022-06-06T13:20:07.809Z] bd5fdadae976: Download complete [2022-06-06T13:20:07.809Z] bdb3f477010e: Verifying Checksum [2022-06-06T13:20:07.809Z] bdb3f477010e: Download complete [2022-06-06T13:20:07.809Z] 2c6e9b1d212d: Verifying Checksum [2022-06-06T13:20:07.809Z] 2c6e9b1d212d: Download complete [2022-06-06T13:20:07.809Z] bdb8f0575790: Download complete [2022-06-06T13:20:07.809Z] 386e3cb2ff24: Verifying Checksum [2022-06-06T13:20:07.809Z] 386e3cb2ff24: Download complete [2022-06-06T13:20:07.809Z] 2343380bae48: Download complete [2022-06-06T13:20:07.809Z] 42c077c10790: Download complete [2022-06-06T13:20:08.070Z] c8a8fc8e1c8f: Download complete [2022-06-06T13:20:09.458Z] 42c077c10790: Pull complete [2022-06-06T13:20:09.458Z] f63e77b7563a: Pull complete [2022-06-06T13:20:10.035Z] bd5fdadae976: Pull complete [2022-06-06T13:20:10.036Z] 205491f53016: Pull complete [2022-06-06T13:20:10.297Z] df18705c85c3: Pull complete [2022-06-06T13:20:10.297Z] bdb3f477010e: Pull complete [2022-06-06T13:20:12.213Z] c8a8fc8e1c8f: Pull complete [2022-06-06T13:20:12.482Z] 2c6e9b1d212d: Pull complete [2022-06-06T13:20:12.482Z] bdb8f0575790: Pull complete [2022-06-06T13:20:12.745Z] 386e3cb2ff24: Pull complete [2022-06-06T13:20:12.745Z] 2343380bae48: Pull complete [2022-06-06T13:20:12.745Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-06T13:20:12.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T13:20:12.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:20:12.987Z] prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container [2022-06-06T13:20:13.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-06T13:20:14.449Z] $ docker top e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-06T13:20:14.659Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T13:20:14.659Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T13:20:14.791Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T13:20:14.789Z] $ docker exec e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent [2022-06-06T13:20:14.921Z] SSH_AUTH_SOCK=/tmp/ssh-WNrompK4LMeG/agent.33 [2022-06-06T13:20:14.921Z] SSH_AGENT_PID=39 [2022-06-06T13:20:14.930Z] Running ssh-add (command line suppressed) [2022-06-06T13:20:15.046Z] Identity added: /w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_8238618411203368001.key (/w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_8238618411203368001.key) [2022-06-06T13:20:15.071Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T13:20:15.416Z] + git tag --points-at HEAD [Pipeline] } [2022-06-06T13:20:15.437Z] $ docker exec --env ******** --env ******** e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent -k [2022-06-06T13:20:15.567Z] unset SSH_AUTH_SOCK; [2022-06-06T13:20:15.567Z] unset SSH_AGENT_PID; [2022-06-06T13:20:15.567Z] echo Agent pid 39 killed; [2022-06-06T13:20:15.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-06T13:20:15.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T13:20:15.696Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T13:20:15.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T13:20:15.837Z] $ docker exec e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent [2022-06-06T13:20:15.974Z] SSH_AUTH_SOCK=/tmp/ssh-nQdifoadXRqE/agent.72 [2022-06-06T13:20:15.975Z] SSH_AGENT_PID=78 [2022-06-06T13:20:15.980Z] Running ssh-add (command line suppressed) [2022-06-06T13:20:16.097Z] Identity added: /w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_3817842064795389627.key (/w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_3817842064795389627.key) [2022-06-06T13:20:16.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T13:20:16.456Z] + git semver init [2022-06-06T13:20:16.718Z] 2022-06-06 13:20:16,648 [run_init] DEBUG init version:0.0.0 force:False [2022-06-06T13:20:16.718Z] 2022-06-06 13:20:16,649 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_device-onvif-camera_PR-80/.semver [2022-06-06T13:20:16.718Z] 2022-06-06 13:20:16,649 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/oundry_device-onvif-camera_PR-80/.semver [2022-06-06T13:20:16.718Z] 2022-06-06 13:20:16,650 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/oundry_device-onvif-camera_PR-80/.semver'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80, universal_newlines=False, shell=None, istream=None) [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,337 [append_file] DEBUG append to file:/w/workspace/oundry_device-onvif-camera_PR-80/.git/info/exclude [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,338 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 with force:False [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,338 [write_file] DEBUG write to file:/w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,343 [execute] INFO git cat-file --batch-check [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80/.semver, universal_newlines=False, shell=None, istream=) [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,351 [execute] INFO git cat-file --batch [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80/.semver, universal_newlines=False, shell=None, istream=) [2022-06-06T13:20:17.662Z] 2022-06-06 13:20:17,358 [read_version] DEBUG read version from /w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 [2022-06-06T13:20:17.662Z] 0.0.0 [Pipeline] } [2022-06-06T13:20:17.688Z] $ docker exec --env ******** --env ******** e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent -k [2022-06-06T13:20:17.798Z] unset SSH_AUTH_SOCK; [2022-06-06T13:20:17.798Z] unset SSH_AGENT_PID; [2022-06-06T13:20:17.798Z] echo Agent pid 78 killed; [2022-06-06T13:20:17.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T13:20:18.235Z] + git semver [Pipeline] } [2022-06-06T13:20:18.522Z] $ docker stop --time=1 e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd [2022-06-06T13:20:19.837Z] $ docker rm -f e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T13:20:20.273Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-06T13:20:20.591Z] Stashed 1 file(s) [Pipeline] echo [2022-06-06T13:20:20.610Z] [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 [2022-06-06T13:20:21.247Z] provisioning config files... [2022-06-06T13:20:21.255Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config2800808099550960611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:20:21.604Z] ---> docker-login.sh [2022-06-06T13:20:21.604Z] nexus3.edgexfoundry.org:10001 [2022-06-06T13:20:21.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:21.604Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:21.604Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:21.604Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:21.604Z] [2022-06-06T13:20:21.604Z] Login Succeeded [2022-06-06T13:20:21.604Z] nexus3.edgexfoundry.org:10002 [2022-06-06T13:20:21.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:21.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:21.865Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:21.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:21.865Z] [2022-06-06T13:20:21.865Z] Login Succeeded [2022-06-06T13:20:21.865Z] nexus3.edgexfoundry.org:10003 [2022-06-06T13:20:21.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:21.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:21.865Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:21.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:21.865Z] [2022-06-06T13:20:21.865Z] Login Succeeded [2022-06-06T13:20:21.865Z] nexus3.edgexfoundry.org:10004 [2022-06-06T13:20:22.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:22.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:22.128Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:22.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:22.128Z] [2022-06-06T13:20:22.128Z] Login Succeeded [2022-06-06T13:20:22.128Z] docker.io [2022-06-06T13:20:22.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:20:22.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:20:22.390Z] Configure a credential helper to remove this warning. See [2022-06-06T13:20:22.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:20:22.390Z] [2022-06-06T13:20:22.390Z] Login Succeeded [2022-06-06T13:20:22.390Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T13:20:22.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-06T13:20:22.623Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T13:20:22.654Z] ========================================================= [2022-06-06T13:20:22.654Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-06T13:20:22.654Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:20:23.125Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-06T13:20:23.125Z] Sending build context to Docker daemon 8.704MB [2022-06-06T13:20:23.125Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-06T13:20:23.125Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-06T13:20:23.125Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-06T13:20:23.125Z] 59bf1c3509f3: Pulling fs layer [2022-06-06T13:20:23.125Z] 666ba61612fd: Pulling fs layer [2022-06-06T13:20:23.125Z] 8ed8ca486205: Pulling fs layer [2022-06-06T13:20:23.125Z] cc1cd167ecdc: Pulling fs layer [2022-06-06T13:20:23.125Z] c516ae0d96e1: Pulling fs layer [2022-06-06T13:20:23.125Z] 684cea983483: Pulling fs layer [2022-06-06T13:20:23.125Z] dd3240ac7de5: Pulling fs layer [2022-06-06T13:20:23.125Z] b1e948a4e11c: Pulling fs layer [2022-06-06T13:20:23.125Z] a8fd76ee1af6: Pulling fs layer [2022-06-06T13:20:23.125Z] 646ad004c059: Pulling fs layer [2022-06-06T13:20:23.125Z] c516ae0d96e1: Waiting [2022-06-06T13:20:23.125Z] 684cea983483: Waiting [2022-06-06T13:20:23.125Z] dd3240ac7de5: Waiting [2022-06-06T13:20:23.125Z] b1e948a4e11c: Waiting [2022-06-06T13:20:23.125Z] a8fd76ee1af6: Waiting [2022-06-06T13:20:23.125Z] 646ad004c059: Waiting [2022-06-06T13:20:23.125Z] cc1cd167ecdc: Waiting [2022-06-06T13:20:23.125Z] 8ed8ca486205: Verifying Checksum [2022-06-06T13:20:23.125Z] 8ed8ca486205: Download complete [2022-06-06T13:20:23.125Z] 666ba61612fd: Verifying Checksum [2022-06-06T13:20:23.125Z] c516ae0d96e1: Verifying Checksum [2022-06-06T13:20:23.125Z] c516ae0d96e1: Download complete [2022-06-06T13:20:23.387Z] 684cea983483: Download complete [2022-06-06T13:20:23.387Z] 59bf1c3509f3: Verifying Checksum [2022-06-06T13:20:23.387Z] 59bf1c3509f3: Download complete [2022-06-06T13:20:23.387Z] dd3240ac7de5: Verifying Checksum [2022-06-06T13:20:23.387Z] dd3240ac7de5: Download complete [2022-06-06T13:20:23.387Z] b1e948a4e11c: Verifying Checksum [2022-06-06T13:20:23.387Z] b1e948a4e11c: Download complete [2022-06-06T13:20:23.387Z] 59bf1c3509f3: Pull complete [2022-06-06T13:20:23.647Z] 666ba61612fd: Pull complete [2022-06-06T13:20:23.647Z] 8ed8ca486205: Pull complete [2022-06-06T13:20:23.647Z] 646ad004c059: Verifying Checksum [2022-06-06T13:20:23.647Z] 646ad004c059: Download complete [2022-06-06T13:20:23.905Z] a8fd76ee1af6: Download complete [2022-06-06T13:20:24.165Z] cc1cd167ecdc: Verifying Checksum [2022-06-06T13:20:24.165Z] cc1cd167ecdc: Download complete [2022-06-06T13:20:28.363Z] cc1cd167ecdc: Pull complete [2022-06-06T13:20:28.363Z] c516ae0d96e1: Pull complete [2022-06-06T13:20:28.363Z] 684cea983483: Pull complete [2022-06-06T13:20:28.363Z] dd3240ac7de5: Pull complete [2022-06-06T13:20:28.363Z] b1e948a4e11c: Pull complete [2022-06-06T13:20:30.927Z] a8fd76ee1af6: Pull complete [2022-06-06T13:20:31.503Z] 646ad004c059: Pull complete [2022-06-06T13:20:31.503Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-06T13:20:31.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-06T13:20:31.503Z] ---> 8f69c11f6b0c [2022-06-06T13:20:31.503Z] Step 3/13 : ARG MAKE="make build" [2022-06-06T13:20:33.418Z] ---> Running in d910d6630a0d [2022-06-06T13:20:33.418Z] Removing intermediate container d910d6630a0d [2022-06-06T13:20:33.418Z] ---> 60ec09607dff [2022-06-06T13:20:33.418Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-06T13:20:33.418Z] ---> Running in 916f4379c008 [2022-06-06T13:20:33.418Z] Removing intermediate container 916f4379c008 [2022-06-06T13:20:33.418Z] ---> 1eed914b142a [2022-06-06T13:20:33.418Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-06T13:20:33.418Z] ---> Running in e9c4ac6e508c [2022-06-06T13:20:33.418Z] Removing intermediate container e9c4ac6e508c [2022-06-06T13:20:33.418Z] ---> a662baa499be [2022-06-06T13:20:33.418Z] Step 6/13 : LABEL Name=edgex-device-onvif-camera [2022-06-06T13:20:33.418Z] ---> Running in 837848e6f9e6 [2022-06-06T13:20:33.679Z] Removing intermediate container 837848e6f9e6 [2022-06-06T13:20:33.679Z] ---> 3af73a2be4e4 [2022-06-06T13:20:33.679Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T13:20:33.679Z] ---> Running in 9b75e8f6baa3 [2022-06-06T13:20:34.248Z] Removing intermediate container 9b75e8f6baa3 [2022-06-06T13:20:34.248Z] ---> 90e55b9dcc21 [2022-06-06T13:20:34.248Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-06T13:20:34.248Z] ---> Running in acc31818cbf2 [2022-06-06T13:20:34.819Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T13:20:35.393Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T13:20:35.658Z] OK: 221 MiB in 52 packages [2022-06-06T13:20:36.062Z] Still waiting to schedule task [2022-06-06T13:20:36.062Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-1152’ is offline [2022-06-06T13:20:36.231Z] Removing intermediate container acc31818cbf2 [2022-06-06T13:20:36.231Z] ---> b93268f7676d [2022-06-06T13:20:36.231Z] Step 9/13 : WORKDIR /device-onvif-camera [2022-06-06T13:20:36.231Z] ---> Running in 34942f9fbb3c [2022-06-06T13:20:36.231Z] Removing intermediate container 34942f9fbb3c [2022-06-06T13:20:36.231Z] ---> b0e6e289437b [2022-06-06T13:20:36.231Z] Step 10/13 : COPY go.mod vendor* ./ [2022-06-06T13:20:36.231Z] ---> bb42e36d30d6 [2022-06-06T13:20:36.231Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T13:20:36.495Z] ---> Running in e89353f16b88 [2022-06-06T13:20:51.420Z] Removing intermediate container e89353f16b88 [2022-06-06T13:20:51.420Z] ---> f9c400117d2e [2022-06-06T13:20:51.420Z] Step 12/13 : COPY . . [2022-06-06T13:20:51.420Z] ---> f5346d6feb90 [2022-06-06T13:20:51.420Z] Step 13/13 : RUN ${MAKE} [2022-06-06T13:20:51.420Z] ---> Running in 09f0134a1883 [2022-06-06T13:20:51.420Z] noop [2022-06-06T13:20:51.420Z] Removing intermediate container 09f0134a1883 [2022-06-06T13:20:51.420Z] ---> 3a606ce9e817 [2022-06-06T13:20:51.420Z] Successfully built 3a606ce9e817 [2022-06-06T13:20:51.420Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:20:51.875Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-06T13:20:51.875Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:20:52.034Z] prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container [2022-06-06T13:20:52.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-06T13:20:52.492Z] $ docker top 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T13:20:52.978Z] + go version [2022-06-06T13:20:52.978Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-06T13:20:53.019Z] $ docker stop --time=1 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e [2022-06-06T13:20:54.312Z] $ docker rm -f 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:20:55.057Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-06T13:20:55.057Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:20:55.224Z] prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container [2022-06-06T13:20:55.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-06T13:20:55.665Z] $ docker top 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-06T13:20:56.110Z] + make test [2022-06-06T13:20:56.110Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-06T13:20:56.370Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2022-06-06T13:21:06.362Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2022-06-06T13:21:06.362Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.014s coverage: 1.3% of statements [2022-06-06T13:21:10.563Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.840s coverage: 13.8% of statements [2022-06-06T13:21:17.150Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-06T13:21:21.364Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-06T13:21:21.364Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-06T13:21:21.364Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-06T13:21:21.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-06T13:21:22.006Z] $ docker stop --time=1 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 [2022-06-06T13:21:23.913Z] $ docker rm -f 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T13:21:24.425Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-06T13:21:24.506Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-06T13:21:25.107Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-06T13:21:25.433Z] + ls -al . [2022-06-06T13:21:25.433Z] total 232 [2022-06-06T13:21:25.433Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 6 13:21 . [2022-06-06T13:21:25.433Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 .. [2022-06-06T13:21:25.433Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:20 .git [2022-06-06T13:21:25.433Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:19 .github [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 13:19 .gitignore [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 13:19 .golangci.yml [2022-06-06T13:21:25.433Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 13:20 .semver [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 13:19 Attribution.txt [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 13:19 CHANGELOG.md [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 13:19 Dockerfile [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 13:19 GOVERNANCE.md [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 13:19 Jenkinsfile [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 13:19 LICENSE [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 13:19 Makefile [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 13:19 OWNERS.md [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 30599 Jun 6 13:19 README.md [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 6 13:20 VERSION [2022-06-06T13:21:25.433Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:19 bin [2022-06-06T13:21:25.433Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 13:19 cmd [2022-06-06T13:21:25.433Z] -rw-r--r-- 1 jenkins jenkins 53381 Jun 6 13:21 coverage.out [2022-06-06T13:21:25.433Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 doc [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 13:19 go.mod [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 13:19 go.sum [2022-06-06T13:21:25.433Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 internal [2022-06-06T13:21:25.433Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 13:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:21:25.818Z] + 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=310dd91777ade6af2468b62e060ba291d3df69ff --label arch=amd64 --label version=0.0.0 . [2022-06-06T13:21:25.818Z] Sending build context to Docker daemon 8.758MB [2022-06-06T13:21:25.818Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-06-06T13:21:25.818Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-06T13:21:25.818Z] ---> 3a606ce9e817 [2022-06-06T13:21:25.818Z] Step 3/26 : ARG MAKE="make build" [2022-06-06T13:21:25.818Z] ---> Running in 0467b3c6f101 [2022-06-06T13:21:26.077Z] Removing intermediate container 0467b3c6f101 [2022-06-06T13:21:26.077Z] ---> d0d63348f94e [2022-06-06T13:21:26.077Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-06T13:21:26.077Z] ---> Running in 47e8c6671ca9 [2022-06-06T13:21:26.077Z] Removing intermediate container 47e8c6671ca9 [2022-06-06T13:21:26.077Z] ---> cdffac4780e6 [2022-06-06T13:21:26.077Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-06T13:21:26.341Z] ---> Running in bac448d15bd9 [2022-06-06T13:21:26.341Z] Removing intermediate container bac448d15bd9 [2022-06-06T13:21:26.341Z] ---> fd0d1000c962 [2022-06-06T13:21:26.341Z] Step 6/26 : LABEL Name=edgex-device-onvif-camera [2022-06-06T13:21:26.341Z] ---> Running in 44cac0d4bf9a [2022-06-06T13:21:26.341Z] Removing intermediate container 44cac0d4bf9a [2022-06-06T13:21:26.341Z] ---> 4402712e9e6f [2022-06-06T13:21:26.341Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T13:21:26.605Z] ---> Running in 593905ef174a [2022-06-06T13:21:27.175Z] Removing intermediate container 593905ef174a [2022-06-06T13:21:27.175Z] ---> 4405ac6dcdb8 [2022-06-06T13:21:27.175Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-06T13:21:27.175Z] ---> Running in 41cf4de043dc [2022-06-06T13:21:27.437Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T13:21:28.378Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T13:21:28.638Z] OK: 221 MiB in 52 packages [2022-06-06T13:21:28.896Z] Removing intermediate container 41cf4de043dc [2022-06-06T13:21:28.896Z] ---> 90f4457373bd [2022-06-06T13:21:28.896Z] Step 9/26 : WORKDIR /device-onvif-camera [2022-06-06T13:21:28.896Z] ---> Running in 7adf5b089017 [2022-06-06T13:21:28.896Z] Removing intermediate container 7adf5b089017 [2022-06-06T13:21:28.896Z] ---> fae7780b4dfa [2022-06-06T13:21:28.896Z] Step 10/26 : COPY go.mod vendor* ./ [2022-06-06T13:21:29.156Z] ---> 7069af50bebe [2022-06-06T13:21:29.156Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T13:21:29.156Z] ---> Running in 0a69445605ac [2022-06-06T13:21:29.725Z] Removing intermediate container 0a69445605ac [2022-06-06T13:21:29.725Z] ---> 20f28025dfa3 [2022-06-06T13:21:29.725Z] Step 12/26 : COPY . . [2022-06-06T13:21:30.294Z] ---> a5534e35f659 [2022-06-06T13:21:30.294Z] Step 13/26 : RUN ${MAKE} [2022-06-06T13:21:30.294Z] ---> Running in 0857d284d67b [2022-06-06T13:21:30.553Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2022-06-06T13:21:52.496Z] Removing intermediate container 0857d284d67b [2022-06-06T13:21:52.496Z] ---> 70afffe7362a [2022-06-06T13:21:52.496Z] Step 14/26 : FROM alpine:3.15 [2022-06-06T13:21:52.496Z] 3.15: Pulling from library/alpine [2022-06-06T13:21:52.496Z] df9b9388f04a: Pulling fs layer [2022-06-06T13:21:52.496Z] df9b9388f04a: Download complete [2022-06-06T13:21:52.496Z] df9b9388f04a: Pull complete [2022-06-06T13:21:52.496Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-06T13:21:52.496Z] Status: Downloaded newer image for alpine:3.15 [2022-06-06T13:21:52.496Z] ---> 0ac33e5f5afa [2022-06-06T13:21:52.496Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-06T13:21:52.496Z] ---> Running in 5cddb7b6b98d [2022-06-06T13:21:52.496Z] Removing intermediate container 5cddb7b6b98d [2022-06-06T13:21:52.496Z] ---> f1435c3aea46 [2022-06-06T13:21:52.496Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-06T13:21:52.496Z] ---> Running in f994e6427a86 [2022-06-06T13:21:52.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T13:21:52.496Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T13:21:52.496Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-06T13:21:52.496Z] (2/6) Installing libgcc (10.3.1_git20211027-r0) [2022-06-06T13:21:52.496Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-06T13:21:52.496Z] (4/6) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-06T13:21:52.496Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-06T13:21:52.496Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-06T13:21:52.496Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T13:21:52.496Z] OK: 8 MiB in 20 packages [2022-06-06T13:21:52.496Z] Removing intermediate container f994e6427a86 [2022-06-06T13:21:52.496Z] ---> 6d1ea3c03f89 [2022-06-06T13:21:52.496Z] Step 17/26 : WORKDIR / [2022-06-06T13:21:52.496Z] ---> Running in e1fea18f4cb0 [2022-06-06T13:21:52.496Z] Removing intermediate container e1fea18f4cb0 [2022-06-06T13:21:52.496Z] ---> 0b585252edfc [2022-06-06T13:21:52.496Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2022-06-06T13:21:53.066Z] ---> 467571559684 [2022-06-06T13:21:53.066Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2022-06-06T13:21:53.329Z] ---> 42476a01c5c7 [2022-06-06T13:21:53.329Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2022-06-06T13:21:53.329Z] ---> 3f396a8af01e [2022-06-06T13:21:53.329Z] Step 21/26 : EXPOSE 59984 [2022-06-06T13:21:53.594Z] ---> Running in f34ee2c1775c [2022-06-06T13:21:53.594Z] Removing intermediate container f34ee2c1775c [2022-06-06T13:21:53.594Z] ---> 28daa36b3aa5 [2022-06-06T13:21:53.594Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2022-06-06T13:21:53.594Z] ---> Running in 9c73769c7775 [2022-06-06T13:21:53.594Z] Removing intermediate container 9c73769c7775 [2022-06-06T13:21:53.594Z] ---> 26f40808fa29 [2022-06-06T13:21:53.594Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T13:21:53.854Z] ---> Running in b3c85c25cb3c [2022-06-06T13:21:53.855Z] Removing intermediate container b3c85c25cb3c [2022-06-06T13:21:53.855Z] ---> 91e9a65fc622 [2022-06-06T13:21:53.855Z] Step 24/26 : LABEL arch=amd64 [2022-06-06T13:21:53.855Z] ---> Running in d5b3ef427df6 [2022-06-06T13:21:53.855Z] Removing intermediate container d5b3ef427df6 [2022-06-06T13:21:53.855Z] ---> c798a3bc3314 [2022-06-06T13:21:53.855Z] Step 25/26 : LABEL git_sha=310dd91777ade6af2468b62e060ba291d3df69ff [2022-06-06T13:21:54.116Z] ---> Running in f8efe196d9f4 [2022-06-06T13:21:54.116Z] Removing intermediate container f8efe196d9f4 [2022-06-06T13:21:54.116Z] ---> a22c11d6a875 [2022-06-06T13:21:54.116Z] Step 26/26 : LABEL version=0.0.0 [2022-06-06T13:21:54.116Z] ---> Running in cfc9fb57399b [2022-06-06T13:21:54.376Z] Removing intermediate container cfc9fb57399b [2022-06-06T13:21:54.376Z] ---> 46c5c72b2e98 [2022-06-06T13:21:54.376Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-06T13:21:54.376Z] Successfully built 46c5c72b2e98 [2022-06-06T13:21:54.376Z] 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 [2022-06-06T13:21:55.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T13:21:55.270Z] [2022-06-06T13:21:55.270Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:21:55.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T13:21:55.652Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-06T13:21:55.652Z] 5eb5b503b376: Pulling fs layer [2022-06-06T13:21:55.652Z] 5c69ac0246d0: Pulling fs layer [2022-06-06T13:21:55.652Z] ec43610c2a17: Pulling fs layer [2022-06-06T13:21:55.652Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-06T13:21:55.652Z] 33b1e0a273af: Pulling fs layer [2022-06-06T13:21:55.652Z] 5d3b04190fa2: Pulling fs layer [2022-06-06T13:21:55.652Z] 2f39f015ded8: Pulling fs layer [2022-06-06T13:21:55.652Z] 3a2ae6a8a46f: Waiting [2022-06-06T13:21:55.652Z] 33b1e0a273af: Waiting [2022-06-06T13:21:55.652Z] 2f39f015ded8: Waiting [2022-06-06T13:21:55.652Z] 5d3b04190fa2: Waiting [2022-06-06T13:21:55.652Z] 5c69ac0246d0: Verifying Checksum [2022-06-06T13:21:55.652Z] 5c69ac0246d0: Download complete [2022-06-06T13:21:55.652Z] 3a2ae6a8a46f: Download complete [2022-06-06T13:21:55.913Z] 33b1e0a273af: Verifying Checksum [2022-06-06T13:21:55.913Z] 33b1e0a273af: Download complete [2022-06-06T13:21:55.913Z] 5d3b04190fa2: Download complete [2022-06-06T13:21:55.913Z] ec43610c2a17: Verifying Checksum [2022-06-06T13:21:55.913Z] ec43610c2a17: Download complete [2022-06-06T13:21:55.913Z] 5eb5b503b376: Verifying Checksum [2022-06-06T13:21:55.913Z] 5eb5b503b376: Download complete [2022-06-06T13:21:56.483Z] 2f39f015ded8: Download complete [2022-06-06T13:21:57.052Z] 5eb5b503b376: Pull complete [2022-06-06T13:21:57.311Z] 5c69ac0246d0: Pull complete [2022-06-06T13:21:57.571Z] ec43610c2a17: Pull complete [2022-06-06T13:21:57.832Z] 3a2ae6a8a46f: Pull complete [2022-06-06T13:21:58.095Z] 33b1e0a273af: Pull complete [2022-06-06T13:21:58.095Z] 5d3b04190fa2: Pull complete [2022-06-06T13:22:03.375Z] 2f39f015ded8: Pull complete [2022-06-06T13:22:03.375Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-06T13:22:03.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T13:22:03.375Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:22:03.612Z] prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container [2022-06-06T13:22:03.657Z] $ 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/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-06T13:22:05.449Z] $ docker top a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:22:05.901Z] ---> job-cost.sh [2022-06-06T13:22:05.901Z] lf-activate-venv: SKIPPING [2022-06-06T13:22:05.901Z] INFO: No Stack... [2022-06-06T13:22:06.163Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-06T13:22:06.738Z] INFO: Archiving Costs [Pipeline] sh [2022-06-06T13:22:07.055Z] + cat /w/workspace/oundry_device-onvif-camera_PR-80/archives/cost.csv [2022-06-06T13:22:07.055Z] + cut -d, -f6 [Pipeline] lock [2022-06-06T13:22:07.099Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [2022-06-06T13:22:07.104Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] did not exist. Created. [2022-06-06T13:22:07.104Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-06T13:22:07.526Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-06T13:22:07.578Z] Stashed 1 file(s) [Pipeline] } [2022-06-06T13:22:07.609Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-06T13:22:07.702Z] $ docker stop --time=1 a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 [2022-06-06T13:22:08.888Z] $ docker rm -f a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-06T13:23:19.266Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1156 in /w/workspace/oundry_device-onvif-camera_PR-80 [Pipeline] { [Pipeline] ws [2022-06-06T13:23:19.305Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2022-06-06T13:23:19.418Z] Selected Git installation does not exist. Using Default [2022-06-06T13:23:19.418Z] The recommended git tool is: NONE [2022-06-06T13:23:25.845Z] using credential edgex-jenkins-ssh [2022-06-06T13:23:25.865Z] Cloning the remote Git repository [2022-06-06T13:23:25.925Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2022-06-06T13:23:26.059Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2022-06-06T13:23:26.162Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2022-06-06T13:23:26.162Z] > git --version # timeout=10 [2022-06-06T13:23:26.205Z] > git --version # 'git version 2.25.1' [2022-06-06T13:23:26.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-06T13:23:26.281Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-06T13:23:27.637Z] Merging remotes/origin/main commit 79d192228a5789397eaac89f5a29237a0a7597a8 into PR head commit 310dd91777ade6af2468b62e060ba291d3df69ff [2022-06-06T13:23:27.918Z] Merge succeeded, producing 310dd91777ade6af2468b62e060ba291d3df69ff [2022-06-06T13:23:27.919Z] Checking out Revision 310dd91777ade6af2468b62e060ba291d3df69ff (PR-80) [2022-06-06T13:23:27.056Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2022-06-06T13:23:27.075Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-06T13:23:27.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2022-06-06T13:23:27.146Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2022-06-06T13:23:27.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-06T13:23:27.163Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-06-06T13:23:27.662Z] > git config core.sparsecheckout # timeout=10 [2022-06-06T13:23:27.681Z] > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 [2022-06-06T13:23:27.821Z] > git remote # timeout=10 [2022-06-06T13:23:27.840Z] > git config --get remote.origin.url # timeout=10 [2022-06-06T13:23:27.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-06T13:23:27.872Z] > git merge 79d192228a5789397eaac89f5a29237a0a7597a8 # timeout=10 [2022-06-06T13:23:27.905Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-06T13:23:27.931Z] > git config core.sparsecheckout # timeout=10 [2022-06-06T13:23:27.956Z] > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 [2022-06-06T13:23:32.219Z] Commit message: "docs: Add badges to readme" [2022-06-06T13:23:32.279Z] > git --version # timeout=10 [2022-06-06T13:23:32.290Z] > git --version # 'git version 2.25.1' [2022-06-06T13:23:32.301Z] fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-06T13:23:33.350Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-06T13:23:33.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T13:23:33.350Z] Dload Upload Total Spent Left Speed [2022-06-06T13:23:33.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 234k 0 --:--:-- --:--:-- --:--:-- 234k [Pipeline] sh [2022-06-06T13:23:34.251Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-06T13:23:34.617Z] + sudo tee /etc/docker/daemon.new [2022-06-06T13:23:34.618Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-06T13:23:34.618Z] { [2022-06-06T13:23:34.618Z] "registry-mirrors": [ [2022-06-06T13:23:34.618Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-06T13:23:34.618Z] ], [2022-06-06T13:23:34.618Z] "bip": "10.250.0.254/24", [2022-06-06T13:23:34.618Z] "hosts": [ [2022-06-06T13:23:34.618Z] "tcp://0.0.0.0:5555", [2022-06-06T13:23:34.618Z] "unix:///var/run/docker.sock" [2022-06-06T13:23:34.618Z] ], [2022-06-06T13:23:34.618Z] "mtu": 1458, [2022-06-06T13:23:34.618Z] "selinux-enabled": true, [2022-06-06T13:23:34.618Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-06T13:23:34.618Z] } [Pipeline] sh [2022-06-06T13:23:34.971Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-06T13:23:35.327Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T13:23:53.744Z] provisioning config files... [2022-06-06T13:23:53.774Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config7230499667617358006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:23:54.190Z] ---> docker-login.sh [2022-06-06T13:23:54.190Z] nexus3.edgexfoundry.org:10001 [2022-06-06T13:23:54.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:23:55.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:23:55.059Z] Configure a credential helper to remove this warning. See [2022-06-06T13:23:55.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:23:55.059Z] [2022-06-06T13:23:55.059Z] Login Succeeded [2022-06-06T13:23:55.059Z] nexus3.edgexfoundry.org:10002 [2022-06-06T13:23:55.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:23:55.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:23:55.606Z] Configure a credential helper to remove this warning. See [2022-06-06T13:23:55.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:23:55.606Z] [2022-06-06T13:23:55.606Z] Login Succeeded [2022-06-06T13:23:55.606Z] nexus3.edgexfoundry.org:10003 [2022-06-06T13:23:55.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:23:56.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:23:56.157Z] Configure a credential helper to remove this warning. See [2022-06-06T13:23:56.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:23:56.157Z] [2022-06-06T13:23:56.157Z] Login Succeeded [2022-06-06T13:23:56.157Z] nexus3.edgexfoundry.org:10004 [2022-06-06T13:23:56.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:23:56.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:23:56.429Z] Configure a credential helper to remove this warning. See [2022-06-06T13:23:56.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:23:56.429Z] [2022-06-06T13:23:56.429Z] Login Succeeded [2022-06-06T13:23:56.429Z] docker.io [2022-06-06T13:23:57.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T13:23:57.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T13:23:57.303Z] Configure a credential helper to remove this warning. See [2022-06-06T13:23:57.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T13:23:57.303Z] [2022-06-06T13:23:57.303Z] Login Succeeded [2022-06-06T13:23:57.303Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T13:23:57.335Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-06T13:23:57.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T13:23:57.820Z] ========================================================= [2022-06-06T13:23:57.820Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-06T13:23:57.820Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:23:58.332Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-06-06T13:23:58.612Z] Sending build context to Docker daemon 5.934MB [2022-06-06T13:23:58.890Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-06T13:23:58.890Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-06T13:23:58.890Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-06T13:23:58.890Z] 9b3977197b4f: Pulling fs layer [2022-06-06T13:23:58.890Z] 1a89e8eeedd5: Pulling fs layer [2022-06-06T13:23:58.890Z] 94645a83ff95: Pulling fs layer [2022-06-06T13:23:58.890Z] e6fb740bc735: Pulling fs layer [2022-06-06T13:23:58.890Z] 3a77bd46dcc9: Pulling fs layer [2022-06-06T13:23:58.890Z] 355e64cbe906: Pulling fs layer [2022-06-06T13:23:58.890Z] 63ab81a10011: Pulling fs layer [2022-06-06T13:23:58.890Z] 555d1d1c4555: Pulling fs layer [2022-06-06T13:23:58.890Z] 7d9057610161: Pulling fs layer [2022-06-06T13:23:58.890Z] 355e64cbe906: Waiting [2022-06-06T13:23:58.890Z] 63ab81a10011: Waiting [2022-06-06T13:23:58.890Z] 555d1d1c4555: Waiting [2022-06-06T13:23:58.890Z] 7d9057610161: Waiting [2022-06-06T13:23:58.890Z] e6fb740bc735: Waiting [2022-06-06T13:23:58.890Z] 3a77bd46dcc9: Waiting [2022-06-06T13:23:58.890Z] 94645a83ff95: Verifying Checksum [2022-06-06T13:23:58.890Z] 94645a83ff95: Download complete [2022-06-06T13:23:58.890Z] 1a89e8eeedd5: Verifying Checksum [2022-06-06T13:23:58.890Z] 1a89e8eeedd5: Download complete [2022-06-06T13:23:58.890Z] 3a77bd46dcc9: Verifying Checksum [2022-06-06T13:23:58.890Z] 3a77bd46dcc9: Download complete [2022-06-06T13:23:59.170Z] 355e64cbe906: Verifying Checksum [2022-06-06T13:23:59.170Z] 355e64cbe906: Download complete [2022-06-06T13:23:59.170Z] 9b3977197b4f: Verifying Checksum [2022-06-06T13:23:59.170Z] 9b3977197b4f: Download complete [2022-06-06T13:23:59.170Z] 63ab81a10011: Verifying Checksum [2022-06-06T13:23:59.170Z] 63ab81a10011: Download complete [2022-06-06T13:24:00.159Z] 9b3977197b4f: Pull complete [2022-06-06T13:24:00.159Z] 7d9057610161: Verifying Checksum [2022-06-06T13:24:00.159Z] 7d9057610161: Download complete [2022-06-06T13:24:00.437Z] 1a89e8eeedd5: Pull complete [2022-06-06T13:24:01.045Z] 94645a83ff95: Pull complete [2022-06-06T13:24:01.322Z] 555d1d1c4555: Verifying Checksum [2022-06-06T13:24:01.323Z] 555d1d1c4555: Download complete [2022-06-06T13:24:01.920Z] e6fb740bc735: Download complete [2022-06-06T13:24:14.335Z] e6fb740bc735: Pull complete [2022-06-06T13:24:14.335Z] 3a77bd46dcc9: Pull complete [2022-06-06T13:24:14.608Z] 355e64cbe906: Pull complete [2022-06-06T13:24:14.881Z] 63ab81a10011: Pull complete [2022-06-06T13:24:21.626Z] 555d1d1c4555: Pull complete [2022-06-06T13:24:23.608Z] 7d9057610161: Pull complete [2022-06-06T13:24:23.608Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-06T13:24:23.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-06T13:24:23.608Z] ---> 819e984ddca1 [2022-06-06T13:24:23.608Z] Step 3/13 : ARG MAKE="make build" [2022-06-06T13:24:25.597Z] ---> Running in 852ffc4a538b [2022-06-06T13:24:25.597Z] Removing intermediate container 852ffc4a538b [2022-06-06T13:24:25.597Z] ---> 71c7da284ac5 [2022-06-06T13:24:25.597Z] Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-06T13:24:25.597Z] ---> Running in 0ef2201d4d93 [2022-06-06T13:24:26.196Z] Removing intermediate container 0ef2201d4d93 [2022-06-06T13:24:26.196Z] ---> 3f5354fca944 [2022-06-06T13:24:26.196Z] Step 5/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-06T13:24:26.196Z] ---> Running in 0606012af35a [2022-06-06T13:24:27.641Z] Removing intermediate container 0606012af35a [2022-06-06T13:24:27.641Z] ---> c5ec86b0a92f [2022-06-06T13:24:27.641Z] Step 6/13 : LABEL Name=edgex-device-onvif-camera [2022-06-06T13:24:27.641Z] ---> Running in f5bf42fd6bf9 [2022-06-06T13:24:27.922Z] Removing intermediate container f5bf42fd6bf9 [2022-06-06T13:24:27.922Z] ---> c38f35d53202 [2022-06-06T13:24:27.922Z] Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T13:24:27.922Z] ---> Running in d27035a64bac [2022-06-06T13:24:29.913Z] Removing intermediate container d27035a64bac [2022-06-06T13:24:29.913Z] ---> 8be40ee3b977 [2022-06-06T13:24:29.913Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-06T13:24:29.913Z] ---> Running in 8a98f0d3c0cb [2022-06-06T13:24:30.909Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T13:24:31.888Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T13:24:32.881Z] OK: 220 MiB in 52 packages [2022-06-06T13:24:33.485Z] Removing intermediate container 8a98f0d3c0cb [2022-06-06T13:24:33.485Z] ---> 6575995c2979 [2022-06-06T13:24:33.485Z] Step 9/13 : WORKDIR /device-onvif-camera [2022-06-06T13:24:33.485Z] ---> Running in 461b71ecf432 [2022-06-06T13:24:34.091Z] Removing intermediate container 461b71ecf432 [2022-06-06T13:24:34.091Z] ---> fc274514b78f [2022-06-06T13:24:34.091Z] Step 10/13 : COPY go.mod vendor* ./ [2022-06-06T13:24:34.366Z] ---> 687f89e052fa [2022-06-06T13:24:34.366Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T13:24:34.645Z] ---> Running in 2508b1b89fd3 [2022-06-06T13:25:21.675Z] Removing intermediate container 2508b1b89fd3 [2022-06-06T13:25:21.675Z] ---> d8cd186c7245 [2022-06-06T13:25:21.675Z] Step 12/13 : COPY . . [2022-06-06T13:25:22.666Z] ---> 70dd05971315 [2022-06-06T13:25:22.666Z] Step 13/13 : RUN ${MAKE} [2022-06-06T13:25:22.666Z] ---> Running in 8fbc31599bd1 [2022-06-06T13:25:23.652Z] noop [2022-06-06T13:25:24.259Z] Removing intermediate container 8fbc31599bd1 [2022-06-06T13:25:24.259Z] ---> ddc952eca2ad [2022-06-06T13:25:24.533Z] Successfully built ddc952eca2ad [2022-06-06T13:25:24.533Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:25:25.026Z] + docker inspect -f . ci-base-image-arm64 [2022-06-06T13:25:25.026Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:25:25.358Z] prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container [2022-06-06T13:25:25.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-06T13:25:26.832Z] $ docker top 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T13:25:27.832Z] + go version [2022-06-06T13:25:27.832Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-06T13:25:27.870Z] $ docker stop --time=1 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe [2022-06-06T13:25:29.566Z] $ docker rm -f 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:25:30.476Z] + docker inspect -f . ci-base-image-arm64 [2022-06-06T13:25:30.476Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:25:30.813Z] prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container [2022-06-06T13:25:30.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-06T13:25:32.225Z] $ docker top 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-06T13:25:33.248Z] + make test [2022-06-06T13:25:33.248Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2022-06-06T13:25:35.239Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2022-06-06T13:27:12.120Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2022-06-06T13:27:12.120Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.076s coverage: 1.3% of statements [2022-06-06T13:27:22.263Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 23.806s coverage: 13.8% of statements [2022-06-06T13:27:22.263Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-06T13:27:22.263Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-06-06T13:27:54.630Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-06T13:27:54.630Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-06T13:27:54.630Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-06T13:27:54.666Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-06T13:27:54.702Z] $ docker stop --time=1 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 [2022-06-06T13:27:56.490Z] $ docker rm -f 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T13:27:57.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-06T13:27:57.598Z] Warning: overwriting stash ‘coverage-report’ [2022-06-06T13:27:58.120Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-06T13:27:58.745Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-06T13:27:59.103Z] + ls -al . [2022-06-06T13:27:59.103Z] total 228 [2022-06-06T13:27:59.103Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:27 . [2022-06-06T13:27:59.103Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 .. [2022-06-06T13:27:59.103Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:23 .git [2022-06-06T13:27:59.103Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:23 .github [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 13:23 .gitignore [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 13:23 .golangci.yml [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 13:23 Attribution.txt [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 13:23 CHANGELOG.md [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 13:23 Dockerfile [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 13:23 GOVERNANCE.md [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 13:23 Jenkinsfile [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 13:23 LICENSE [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 13:23 Makefile [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 13:23 OWNERS.md [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 30599 Jun 6 13:23 README.md [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 6 13:20 VERSION [2022-06-06T13:27:59.103Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:23 bin [2022-06-06T13:27:59.103Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 13:23 cmd [2022-06-06T13:27:59.103Z] -rw-r--r-- 1 jenkins jenkins 53381 Jun 6 13:27 coverage.out [2022-06-06T13:27:59.103Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 doc [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 13:23 go.mod [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 13:23 go.sum [2022-06-06T13:27:59.103Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 internal [2022-06-06T13:27:59.103Z] -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 13:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:27:59.541Z] + 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=310dd91777ade6af2468b62e060ba291d3df69ff --label arch=arm64 --label version=0.0.0 . [2022-06-06T13:27:59.815Z] Sending build context to Docker daemon 5.988MB [2022-06-06T13:28:00.090Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-06-06T13:28:00.090Z] Step 2/26 : FROM ${BASE} AS builder [2022-06-06T13:28:00.090Z] ---> ddc952eca2ad [2022-06-06T13:28:00.090Z] Step 3/26 : ARG MAKE="make build" [2022-06-06T13:28:00.090Z] ---> Running in 3b18f705dd59 [2022-06-06T13:28:00.365Z] Removing intermediate container 3b18f705dd59 [2022-06-06T13:28:00.365Z] ---> 64257e144978 [2022-06-06T13:28:00.365Z] Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-06T13:28:00.644Z] ---> Running in 38cf3bac637a [2022-06-06T13:28:00.918Z] Removing intermediate container 38cf3bac637a [2022-06-06T13:28:00.918Z] ---> 6c4f19fea52c [2022-06-06T13:28:00.918Z] Step 5/26 : ARG ALPINE_PKG_EXTRA="" [2022-06-06T13:28:00.918Z] ---> Running in 959745ba5787 [2022-06-06T13:28:01.198Z] Removing intermediate container 959745ba5787 [2022-06-06T13:28:01.198Z] ---> 5597de40e73a [2022-06-06T13:28:01.198Z] Step 6/26 : LABEL Name=edgex-device-onvif-camera [2022-06-06T13:28:01.198Z] ---> Running in 7463010bdb5c [2022-06-06T13:28:01.803Z] Removing intermediate container 7463010bdb5c [2022-06-06T13:28:01.803Z] ---> 922bb00b6445 [2022-06-06T13:28:01.803Z] Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T13:28:01.803Z] ---> Running in d65884aa9f75 [2022-06-06T13:28:03.265Z] Removing intermediate container d65884aa9f75 [2022-06-06T13:28:03.265Z] ---> 65bce26b86c8 [2022-06-06T13:28:03.265Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-06T13:28:03.549Z] ---> Running in 790d4e741d75 [2022-06-06T13:28:04.530Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T13:28:05.513Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T13:28:06.116Z] OK: 220 MiB in 52 packages [2022-06-06T13:28:07.104Z] Removing intermediate container 790d4e741d75 [2022-06-06T13:28:07.104Z] ---> 282c4416fe54 [2022-06-06T13:28:07.104Z] Step 9/26 : WORKDIR /device-onvif-camera [2022-06-06T13:28:07.104Z] ---> Running in b28f2d6bfb72 [2022-06-06T13:28:07.387Z] Removing intermediate container b28f2d6bfb72 [2022-06-06T13:28:07.387Z] ---> e4e21e85a237 [2022-06-06T13:28:07.387Z] Step 10/26 : COPY go.mod vendor* ./ [2022-06-06T13:28:07.996Z] ---> d6578071aca8 [2022-06-06T13:28:07.996Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T13:28:07.996Z] ---> Running in 3e965a87071c [2022-06-06T13:28:10.013Z] Removing intermediate container 3e965a87071c [2022-06-06T13:28:10.013Z] ---> efe430ce72e7 [2022-06-06T13:28:10.013Z] Step 12/26 : COPY . . [2022-06-06T13:28:11.452Z] ---> 3f3bef8cb013 [2022-06-06T13:28:11.452Z] Step 13/26 : RUN ${MAKE} [2022-06-06T13:28:11.452Z] ---> Running in a0df5a40a9f3 [2022-06-06T13:28:12.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2022-06-06T13:30:19.322Z] Removing intermediate container a0df5a40a9f3 [2022-06-06T13:30:19.322Z] ---> 0dd38704b295 [2022-06-06T13:30:19.322Z] Step 14/26 : FROM alpine:3.15 [2022-06-06T13:30:19.322Z] 3.15: Pulling from library/alpine [2022-06-06T13:30:19.322Z] 9981e73032c8: Pulling fs layer [2022-06-06T13:30:19.322Z] 9981e73032c8: Download complete [2022-06-06T13:30:19.322Z] 9981e73032c8: Pull complete [2022-06-06T13:30:19.322Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-06T13:30:19.322Z] Status: Downloaded newer image for alpine:3.15 [2022-06-06T13:30:19.322Z] ---> 3fb3c9af89a9 [2022-06-06T13:30:19.322Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-06T13:30:19.322Z] ---> Running in a45d7640c8c5 [2022-06-06T13:30:19.322Z] Removing intermediate container a45d7640c8c5 [2022-06-06T13:30:19.322Z] ---> 1c990d23269a [2022-06-06T13:30:19.322Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-06T13:30:19.322Z] ---> Running in b2d277721688 [2022-06-06T13:30:19.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T13:30:19.322Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T13:30:19.597Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-06T13:30:19.597Z] (2/6) Installing libgcc (10.3.1_git20211027-r0) [2022-06-06T13:30:19.597Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-06T13:30:19.597Z] (4/6) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-06T13:30:19.597Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-06T13:30:19.597Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-06T13:30:19.597Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T13:30:19.597Z] OK: 8 MiB in 20 packages [2022-06-06T13:30:20.583Z] Removing intermediate container b2d277721688 [2022-06-06T13:30:20.583Z] ---> 68a90712b2a0 [2022-06-06T13:30:20.583Z] Step 17/26 : WORKDIR / [2022-06-06T13:30:20.583Z] ---> Running in 64100f7e8c92 [2022-06-06T13:30:20.857Z] Removing intermediate container 64100f7e8c92 [2022-06-06T13:30:20.857Z] ---> d7050f452a6d [2022-06-06T13:30:20.857Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2022-06-06T13:30:22.840Z] ---> 7e8f0de84cc5 [2022-06-06T13:30:22.840Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2022-06-06T13:30:23.117Z] ---> c9e98202b00b [2022-06-06T13:30:23.117Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2022-06-06T13:30:23.720Z] ---> 2c3c483b98c7 [2022-06-06T13:30:23.720Z] Step 21/26 : EXPOSE 59984 [2022-06-06T13:30:23.720Z] ---> Running in 2ac40bfa8e28 [2022-06-06T13:30:24.004Z] Removing intermediate container 2ac40bfa8e28 [2022-06-06T13:30:24.004Z] ---> 197f6c29df8f [2022-06-06T13:30:24.004Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2022-06-06T13:30:24.004Z] ---> Running in da8d3c709a9a [2022-06-06T13:30:24.289Z] Removing intermediate container da8d3c709a9a [2022-06-06T13:30:24.289Z] ---> ab38b232119e [2022-06-06T13:30:24.289Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T13:30:24.577Z] ---> Running in ca6015d87439 [2022-06-06T13:30:24.854Z] Removing intermediate container ca6015d87439 [2022-06-06T13:30:24.854Z] ---> 6c5495f006f4 [2022-06-06T13:30:24.854Z] Step 24/26 : LABEL arch=arm64 [2022-06-06T13:30:24.854Z] ---> Running in 7ef70dd0dd4f [2022-06-06T13:30:25.130Z] Removing intermediate container 7ef70dd0dd4f [2022-06-06T13:30:25.130Z] ---> 8356e5cdf2d6 [2022-06-06T13:30:25.130Z] Step 25/26 : LABEL git_sha=310dd91777ade6af2468b62e060ba291d3df69ff [2022-06-06T13:30:25.130Z] ---> Running in e7f402522c2d [2022-06-06T13:30:25.408Z] Removing intermediate container e7f402522c2d [2022-06-06T13:30:25.408Z] ---> 3195b83ae817 [2022-06-06T13:30:25.408Z] Step 26/26 : LABEL version=0.0.0 [2022-06-06T13:30:25.408Z] ---> Running in 37bf00c2b315 [2022-06-06T13:30:26.003Z] Removing intermediate container 37bf00c2b315 [2022-06-06T13:30:26.003Z] ---> 2dc3b3ece8cd [2022-06-06T13:30:26.003Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-06T13:30:26.003Z] Successfully built 2dc3b3ece8cd [2022-06-06T13:30:26.003Z] 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 [2022-06-06T13:30:26.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T13:30:26.833Z] [2022-06-06T13:30:26.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:30:27.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T13:30:27.510Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-06T13:30:27.510Z] 8998bd30e6a1: Pulling fs layer [2022-06-06T13:30:27.510Z] 04944245beec: Pulling fs layer [2022-06-06T13:30:27.510Z] 699f458cf7ca: Pulling fs layer [2022-06-06T13:30:27.510Z] 765212b225bb: Pulling fs layer [2022-06-06T13:30:27.510Z] f23df028b6ca: Pulling fs layer [2022-06-06T13:30:27.510Z] d65c8cfc05b1: Pulling fs layer [2022-06-06T13:30:27.510Z] 2437ff75d9bd: Pulling fs layer [2022-06-06T13:30:27.510Z] 765212b225bb: Waiting [2022-06-06T13:30:27.510Z] f23df028b6ca: Waiting [2022-06-06T13:30:27.510Z] d65c8cfc05b1: Waiting [2022-06-06T13:30:27.510Z] 2437ff75d9bd: Waiting [2022-06-06T13:30:27.510Z] 04944245beec: Verifying Checksum [2022-06-06T13:30:27.510Z] 04944245beec: Download complete [2022-06-06T13:30:27.510Z] 765212b225bb: Download complete [2022-06-06T13:30:27.510Z] f23df028b6ca: Verifying Checksum [2022-06-06T13:30:27.510Z] f23df028b6ca: Download complete [2022-06-06T13:30:27.510Z] d65c8cfc05b1: Verifying Checksum [2022-06-06T13:30:27.510Z] d65c8cfc05b1: Download complete [2022-06-06T13:30:27.785Z] 699f458cf7ca: Verifying Checksum [2022-06-06T13:30:27.785Z] 699f458cf7ca: Download complete [2022-06-06T13:30:28.060Z] 8998bd30e6a1: Verifying Checksum [2022-06-06T13:30:28.060Z] 8998bd30e6a1: Download complete [2022-06-06T13:30:30.688Z] 2437ff75d9bd: Verifying Checksum [2022-06-06T13:30:30.688Z] 2437ff75d9bd: Download complete [2022-06-06T13:30:32.673Z] 8998bd30e6a1: Pull complete [2022-06-06T13:30:32.947Z] 04944245beec: Pull complete [2022-06-06T13:30:34.401Z] 699f458cf7ca: Pull complete [2022-06-06T13:30:34.674Z] 765212b225bb: Pull complete [2022-06-06T13:30:35.278Z] f23df028b6ca: Pull complete [2022-06-06T13:30:35.553Z] d65c8cfc05b1: Pull complete [2022-06-06T13:30:50.657Z] 2437ff75d9bd: Pull complete [2022-06-06T13:30:50.657Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-06T13:30:50.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T13:30:50.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:30:51.042Z] prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container [2022-06-06T13:30:51.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-06T13:30:53.697Z] $ docker top 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:30:54.688Z] ---> job-cost.sh [2022-06-06T13:30:54.688Z] lf-activate-venv: SKIPPING [2022-06-06T13:30:54.688Z] INFO: No Stack... [2022-06-06T13:30:54.964Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-06T13:30:55.942Z] INFO: Archiving Costs [Pipeline] sh [2022-06-06T13:30:56.619Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2022-06-06T13:30:56.619Z] + cut -d, -f6 [Pipeline] lock [2022-06-06T13:30:56.665Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [2022-06-06T13:30:56.670Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] did not exist. Created. [2022-06-06T13:30:56.670Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-06T13:30:57.427Z] /w/workspace/device-onvif-camera/1@tmp/durable-b28318de/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-06T13:30:57.973Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-06T13:30:58.017Z] Warning: overwriting stash ‘stack-cost’ [2022-06-06T13:30:58.090Z] Stashed 1 file(s) [Pipeline] } [2022-06-06T13:30:58.105Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-06T13:30:58.177Z] $ docker stop --time=1 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 [2022-06-06T13:30:59.771Z] $ docker rm -f 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 [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 [2022-06-06T13:31:00.809Z] provisioning config files... [2022-06-06T13:31:00.818Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config2926532321796815348tmp [Pipeline] { [Pipeline] sh [2022-06-06T13:31:01.153Z] + set +x [2022-06-06T13:31:01.154Z] + curl -s https://codecov.io/bash [2022-06-06T13:31:01.154Z] + bash -s -- [2022-06-06T13:31:01.154Z] [2022-06-06T13:31:01.154Z] _____ _ [2022-06-06T13:31:01.154Z] / ____| | | [2022-06-06T13:31:01.154Z] | | ___ __| | ___ ___ _____ __ [2022-06-06T13:31:01.154Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-06T13:31:01.154Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-06T13:31:01.154Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-06T13:31:01.154Z] Bash-1.0.6 [2022-06-06T13:31:01.154Z] [2022-06-06T13:31:01.154Z] [2022-06-06T13:31:01.154Z] ==> git version 2.25.1 found [2022-06-06T13:31:01.154Z] ==> 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 [2022-06-06T13:31:01.154Z] Release-Date: 2020-01-08 [2022-06-06T13:31:01.154Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-06T13:31:01.154Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-06T13:31:01.154Z] ==> Jenkins CI detected. [2022-06-06T13:31:01.154Z] current dir:  /w/workspace/oundry_device-onvif-camera_PR-80 [2022-06-06T13:31:01.154Z] project root: . [2022-06-06T13:31:01.154Z] --> token set from env [2022-06-06T13:31:01.154Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-06T13:31:01.154Z] ==> Running gcov in . (disable via -X gcov) [2022-06-06T13:31:01.154Z] ==> Python coveragepy not found [2022-06-06T13:31:01.154Z] ==> Searching for coverage reports in: [2022-06-06T13:31:01.154Z] + . [2022-06-06T13:31:01.154Z] -> Found 1 reports [2022-06-06T13:31:01.154Z] ==> Detecting git/mercurial file structure [2022-06-06T13:31:01.154Z] ==> Reading reports [2022-06-06T13:31:01.154Z] + ./coverage.out bytes=53381 [2022-06-06T13:31:01.154Z] ==> Appending adjustments [2022-06-06T13:31:01.154Z] https://docs.codecov.io/docs/fixing-reports [2022-06-06T13:31:01.415Z] + Found adjustments [2022-06-06T13:31:01.415Z] ==> Gzipping contents [2022-06-06T13:31:01.415Z] 8.0K /tmp/codecov.1ML269.gz [2022-06-06T13:31:01.415Z] ==> Uploading reports [2022-06-06T13:31:01.415Z] url: https://codecov.io [2022-06-06T13:31:01.415Z] query: branch=PR-80&commit=310dd91777ade6af2468b62e060ba291d3df69ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-80%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=80&job=&cmd_args= [2022-06-06T13:31:01.415Z] -> Pinging Codecov [2022-06-06T13:31:01.415Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-80&commit=310dd91777ade6af2468b62e060ba291d3df69ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-80%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=80&job=&cmd_args= [2022-06-06T13:31:01.676Z] -> Uploading to [2022-06-06T13:31:01.676Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-06/F29A59C45E3A92E06B3E522C9905F8EF/310dd91777ade6af2468b62e060ba291d3df69ff/4f1619bc-5634-4dbe-a427-bebff559400e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220606T133101Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=87be8e4a480564762c8e34e9f384826a5287ba9a74158cd436af26a2e96aa94c [2022-06-06T13:31:01.676Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T13:31:01.676Z] Dload Upload Total Spent Left Speed [2022-06-06T13:31:01.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6825 0 0 100 6825 0 32971 --:--:-- --:--:-- --:--:-- 32971 [2022-06-06T13:31:01.937Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] } [2022-06-06T13:31:01.964Z] 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 [2022-06-06T13:31:03.775Z] + [ -d /w/workspace/oundry_device-onvif-camera_PR-80/archives ] [2022-06-06T13:31:03.775Z] + ls -al /w/workspace/oundry_device-onvif-camera_PR-80/archives [2022-06-06T13:31:03.775Z] total 16 [2022-06-06T13:31:03.775Z] drwxr-xr-x 3 root root 4096 Jun 6 13:22 . [2022-06-06T13:31:03.775Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 13:22 .. [2022-06-06T13:31:03.775Z] drwxr-xr-x 2 root root 4096 Jun 6 13:22 cost [2022-06-06T13:31:03.775Z] -rw-r--r-- 1 root root 89 Jun 6 13:22 cost.csv [2022-06-06T13:31:03.775Z] + sudo chown -R jenkins:jenkins /w/workspace/oundry_device-onvif-camera_PR-80/archives [2022-06-06T13:31:03.775Z] + ls -al /w/workspace/oundry_device-onvif-camera_PR-80/archives [2022-06-06T13:31:03.775Z] total 16 [2022-06-06T13:31:03.775Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 13:22 . [2022-06-06T13:31:03.775Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 13:22 .. [2022-06-06T13:31:03.775Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 6 13:22 cost [2022-06-06T13:31:03.775Z] -rw-r--r-- 1 jenkins jenkins 89 Jun 6 13:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:04.108Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:05.006Z] ---> package-listing.sh [2022-06-06T13:31:05.006Z] ++ facter osfamily [2022-06-06T13:31:05.006Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-06T13:31:05.267Z] + OS_FAMILY=debian [2022-06-06T13:31:05.267Z] + workspace=/w/workspace/oundry_device-onvif-camera_PR-80 [2022-06-06T13:31:05.267Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-06T13:31:05.267Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-06T13:31:05.267Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-06T13:31:05.267Z] + PACKAGES=/tmp/packages_start.txt [2022-06-06T13:31:05.267Z] + '[' /w/workspace/oundry_device-onvif-camera_PR-80 ']' [2022-06-06T13:31:05.267Z] + PACKAGES=/tmp/packages_end.txt [2022-06-06T13:31:05.267Z] + case "${OS_FAMILY}" in [2022-06-06T13:31:05.267Z] + dpkg -l [2022-06-06T13:31:05.267Z] + grep '^ii' [2022-06-06T13:31:05.267Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-06T13:31:05.267Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-06T13:31:05.267Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-06T13:31:05.267Z] + '[' /w/workspace/oundry_device-onvif-camera_PR-80 ']' [2022-06-06T13:31:05.267Z] + mkdir -p /w/workspace/oundry_device-onvif-camera_PR-80/archives/ [2022-06-06T13:31:05.267Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-onvif-camera_PR-80/archives/ [Pipeline] echo [2022-06-06T13:31:05.300Z] 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/oundry_device-onvif-camera_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-06T13:31:05.598Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T13:31:05.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T13:31:05.980Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T13:31:06.138Z] prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container [2022-06-06T13:31:06.190Z] $ 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/oundry_device-onvif-camera_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-06T13:31:06.462Z] $ docker top fa6a136c8dbb6651367fca89ea9e4f427d4df48608040eb629ff73811ef2588c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T13:31:06.860Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-06T13:31:07.182Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-06T13:31:07.493Z] + ls /var/log/sa-host [2022-06-06T13:31:07.493Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T13:31:07.619Z] provisioning config files... [2022-06-06T13:31:07.628Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config3303801517513612744tmp [Pipeline] { [Pipeline] echo [2022-06-06T13:31:07.680Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:07.999Z] ---> create-netrc.sh [Pipeline] } [2022-06-06T13:31:08.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:08.431Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-06T13:31:08.463Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:08.776Z] ---> sudo-logs.sh [2022-06-06T13:31:08.776Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-06T13:31:08.859Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:09.171Z] ---> job-cost.sh [2022-06-06T13:31:09.171Z] lf-activate-venv: SKIPPING [2022-06-06T13:31:09.171Z] DEBUG: total: 0.2199999988079071 [2022-06-06T13:31:09.171Z] INFO: Retrieving Stack Cost... [2022-06-06T13:31:09.742Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-06T13:31:10.314Z] INFO: Archiving Costs [Pipeline] echo [2022-06-06T13:31:10.348Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T13:31:10.666Z] ---> logs-deploy.sh [2022-06-06T13:31:10.666Z] lf-activate-venv: SKIPPING [2022-06-06T13:31:10.666Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-80/1 [2022-06-06T13:31:10.666Z] INFO: archiving workspace using pattern(s): [2022-06-06T13:31:11.621Z] Archives upload complete. [2022-06-06T13:31:11.621Z] INFO: archiving logs to Nexus