Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 81966fae257ec8aee1d7557002cb31a67ebedcc1 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-ssh462030446516689439.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7919265632732572303.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9559696039827403326.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh14332049998414271649.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18404430362852492691.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4009 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # 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 Avoid second fetch Checking out Revision 81966fae257ec8aee1d7557002cb31a67ebedcc1 (main) Commit message: "docs: update docker compose download instructions to the latest version (#223)" > 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 core.sparsecheckout # timeout=10 > git checkout -f 81966fae257ec8aee1d7557002cb31a67ebedcc1 # timeout=10 > git rev-list --no-walk 35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-30T18:38:39.323Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-30T18:38:39.382Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-30T18:38:39.401Z] ========================================================= [2023-01-30T18:38:39.401Z] EdgeX Global Pipelines Version Info [2023-01-30T18:38:39.401Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:38:40.117Z] ------------------- [2023-01-30T18:38:40.117Z] stable info: [2023-01-30T18:38:40.117Z] ------------------- [2023-01-30T18:38:40.117Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-30T18:38:40.117Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T18:38:40.117Z] Message: update stable to v1.0.244 [2023-01-30T18:38:40.688Z] ------------------- [2023-01-30T18:38:40.688Z] experimental info: [2023-01-30T18:38:40.688Z] ------------------- [2023-01-30T18:38:40.688Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-30T18:38:40.688Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T18:38:40.688Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-30T18:38:40.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-01-30T18:38:40.863Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-01-30T18:38:40.875Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-30T18:38:40.886Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-30T18:38:40.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-30T18:38:40.908Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-30T18:38:40.922Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-30T18:38:40.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-30T18:38:40.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-30T18:38:40.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-30T18:38:40.974Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-30T18:38:40.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-01-30T18:38:40.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-30T18:38:41.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-30T18:38:41.024Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T18:38:41.035Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T18:38:41.048Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T18:38:41.063Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T18:38:41.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-30T18:38:41.087Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-30T18:38:41.099Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-30T18:38:41.111Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-01-30T18:38:41.125Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-30T18:38:41.135Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-30T18:38:41.146Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-30T18:38:41.155Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-30T18:38:41.163Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-30T18:38:41.171Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-30T18:38:41.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-30T18:38:41.202Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-30T18:38:41.213Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] echo [2023-01-30T18:38:41.226Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81966fa [Pipeline] echo [2023-01-30T18:38:41.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:38:41.279Z] provisioning config files... [2023-01-30T18:38:41.292Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config103358776849272580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:38:41.593Z] ---> docker-login.sh [2023-01-30T18:38:41.593Z] nexus3.edgexfoundry.org:10001 [2023-01-30T18:38:41.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:41.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:41.853Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:41.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:41.853Z] [2023-01-30T18:38:41.853Z] Login Succeeded [2023-01-30T18:38:41.853Z] nexus3.edgexfoundry.org:10002 [2023-01-30T18:38:42.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:42.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:42.115Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:42.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:42.115Z] [2023-01-30T18:38:42.115Z] Login Succeeded [2023-01-30T18:38:42.115Z] nexus3.edgexfoundry.org:10003 [2023-01-30T18:38:42.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:42.115Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:42.115Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:42.115Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:42.115Z] [2023-01-30T18:38:42.115Z] Login Succeeded [2023-01-30T18:38:42.115Z] nexus3.edgexfoundry.org:10004 [2023-01-30T18:38:42.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:42.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:42.376Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:42.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:42.376Z] [2023-01-30T18:38:42.376Z] Login Succeeded [2023-01-30T18:38:42.376Z] docker.io [2023-01-30T18:38:42.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:42.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:42.638Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:42.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:42.638Z] [2023-01-30T18:38:42.638Z] Login Succeeded [2023-01-30T18:38:42.638Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T18:38:42.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-30T18:38:43.014Z] + git rev-list -1 --merges 81966fae257ec8aee1d7557002cb31a67ebedcc1~1..81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] echo [2023-01-30T18:38:43.062Z] -----------> git rev-list -1 --merges 81966fae257ec8aee1d7557002cb31a67ebedcc1~1..81966fae257ec8aee1d7557002cb31a67ebedcc1 81966fae257ec8aee1d7557002cb31a67ebedcc1 [false] [Pipeline] sh [2023-01-30T18:38:43.352Z] + git log --format=format:%s -1 81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] echo [2023-01-30T18:38:43.374Z] ========================================================= [2023-01-30T18:38:43.374Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-30T18:38:43.374Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T18:38:43.707Z] + git log --format=format:%s -1 81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] echo [2023-01-30T18:38:43.720Z] [semverPrep] GIT_COMMIT: 81966fae257ec8aee1d7557002cb31a67ebedcc1, Commit Message: docs: update docker compose download instructions to the latest version (#223) [Pipeline] echo [2023-01-30T18:38:43.729Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-30T18:38:44.114Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T18:38:44.114Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-30T18:38:44.114Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-30T18:38:44.114Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-30T18:38:44.114Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-30T18:38:44.114Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-30T18:38:44.114Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:38:44.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:38:44.597Z] [2023-01-30T18:38:44.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:38:44.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:38:44.910Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-30T18:38:44.910Z] b85a868b505f: Pulling fs layer [2023-01-30T18:38:44.910Z] e2be974225ed: Pulling fs layer [2023-01-30T18:38:44.910Z] 339a4e72a1f5: Pulling fs layer [2023-01-30T18:38:44.910Z] 988bab9f4d93: Pulling fs layer [2023-01-30T18:38:44.910Z] 1469e6f7b9e6: Pulling fs layer [2023-01-30T18:38:44.910Z] eaf3925da568: Pulling fs layer [2023-01-30T18:38:44.910Z] bab4dde63d76: Pulling fs layer [2023-01-30T18:38:44.910Z] bde34c3a00c8: Pulling fs layer [2023-01-30T18:38:44.910Z] b352a97aabf1: Pulling fs layer [2023-01-30T18:38:44.910Z] 1469e6f7b9e6: Waiting [2023-01-30T18:38:44.910Z] eaf3925da568: Waiting [2023-01-30T18:38:44.910Z] bab4dde63d76: Waiting [2023-01-30T18:38:44.910Z] bde34c3a00c8: Waiting [2023-01-30T18:38:44.910Z] 988bab9f4d93: Waiting [2023-01-30T18:38:44.910Z] 4872d77fe225: Pulling fs layer [2023-01-30T18:38:44.910Z] b352a97aabf1: Waiting [2023-01-30T18:38:44.910Z] 5851b861e8e6: Pulling fs layer [2023-01-30T18:38:44.910Z] 4872d77fe225: Waiting [2023-01-30T18:38:44.910Z] e2be974225ed: Verifying Checksum [2023-01-30T18:38:44.910Z] e2be974225ed: Download complete [2023-01-30T18:38:44.910Z] 988bab9f4d93: Verifying Checksum [2023-01-30T18:38:44.910Z] 988bab9f4d93: Download complete [2023-01-30T18:38:45.174Z] 339a4e72a1f5: Verifying Checksum [2023-01-30T18:38:45.174Z] 339a4e72a1f5: Download complete [2023-01-30T18:38:45.174Z] 1469e6f7b9e6: Verifying Checksum [2023-01-30T18:38:45.174Z] 1469e6f7b9e6: Download complete [2023-01-30T18:38:45.174Z] eaf3925da568: Verifying Checksum [2023-01-30T18:38:45.174Z] eaf3925da568: Download complete [2023-01-30T18:38:45.174Z] bde34c3a00c8: Verifying Checksum [2023-01-30T18:38:45.175Z] bde34c3a00c8: Download complete [2023-01-30T18:38:45.436Z] b352a97aabf1: Verifying Checksum [2023-01-30T18:38:45.436Z] b352a97aabf1: Download complete [2023-01-30T18:38:45.436Z] 4872d77fe225: Verifying Checksum [2023-01-30T18:38:45.436Z] 4872d77fe225: Download complete [2023-01-30T18:38:45.436Z] 5851b861e8e6: Verifying Checksum [2023-01-30T18:38:45.436Z] 5851b861e8e6: Download complete [2023-01-30T18:38:45.436Z] b85a868b505f: Verifying Checksum [2023-01-30T18:38:45.436Z] b85a868b505f: Download complete [2023-01-30T18:38:45.700Z] bab4dde63d76: Verifying Checksum [2023-01-30T18:38:45.700Z] bab4dde63d76: Download complete [2023-01-30T18:38:46.641Z] b85a868b505f: Pull complete [2023-01-30T18:38:46.901Z] e2be974225ed: Pull complete [2023-01-30T18:38:47.470Z] 339a4e72a1f5: Pull complete [2023-01-30T18:38:47.470Z] 988bab9f4d93: Pull complete [2023-01-30T18:38:47.732Z] 1469e6f7b9e6: Pull complete [2023-01-30T18:38:47.732Z] eaf3925da568: Pull complete [2023-01-30T18:38:49.637Z] bab4dde63d76: Pull complete [2023-01-30T18:38:49.637Z] bde34c3a00c8: Pull complete [2023-01-30T18:38:49.637Z] b352a97aabf1: Pull complete [2023-01-30T18:38:49.897Z] 4872d77fe225: Pull complete [2023-01-30T18:38:49.897Z] 5851b861e8e6: Pull complete [2023-01-30T18:38:49.897Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-30T18:38:49.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:38:49.897Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:38:49.985Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:38:50.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T18:38:52.365Z] $ docker top f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 -eo pid,comm [2023-01-30T18:38:52.417Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T18:38:52.417Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T18:38:52.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T18:38:52.448Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T18:38:52.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T18:38:52.568Z] $ docker exec f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 ssh-agent [2023-01-30T18:38:52.678Z] SSH_AUTH_SOCK=/tmp/ssh-jcokQdu37vI7/agent.32 [2023-01-30T18:38:52.678Z] SSH_AGENT_PID=38 [2023-01-30T18:38:52.685Z] Running ssh-add (command line suppressed) [2023-01-30T18:38:52.805Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3573724424678733286.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3573724424678733286.key) [2023-01-30T18:38:52.818Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T18:38:53.102Z] + git tag --points-at HEAD [Pipeline] } [2023-01-30T18:38:53.115Z] $ docker exec --env ******** --env ******** f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 ssh-agent -k [2023-01-30T18:38:53.212Z] unset SSH_AUTH_SOCK; [2023-01-30T18:38:53.212Z] unset SSH_AGENT_PID; [2023-01-30T18:38:53.212Z] echo Agent pid 38 killed; [2023-01-30T18:38:53.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-30T18:38:53.249Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T18:38:53.249Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T18:38:53.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T18:38:53.364Z] $ docker exec f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 ssh-agent [2023-01-30T18:38:53.469Z] SSH_AUTH_SOCK=/tmp/ssh-Xan3CcJlkju5/agent.70 [2023-01-30T18:38:53.470Z] SSH_AGENT_PID=76 [2023-01-30T18:38:53.474Z] Running ssh-add (command line suppressed) [2023-01-30T18:38:53.570Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_16992610829640443875.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_16992610829640443875.key) [2023-01-30T18:38:53.583Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T18:38:53.881Z] + git semver init [2023-01-30T18:38:54.141Z] 2023-01-30 18:38:54,075 [run_init] DEBUG init version:0.0.0 force:False [2023-01-30T18:38:54.141Z] 2023-01-30 18:38:54,075 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-30T18:38:54.141Z] 2023-01-30 18:38:54,076 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-30T18:38:54.141Z] 2023-01-30 18:38:54,076 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T18:38:55.088Z] 2023-01-30 18:38:55,059 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2023-01-30T18:38:55.088Z] 2023-01-30 18:38:55,060 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2023-01-30T18:38:55.088Z] 2023-01-30 18:38:55,060 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:38:55.088Z] 2023-01-30 18:38:55,060 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:38:55.088Z] 3.0.0-dev.10 [Pipeline] } [2023-01-30T18:38:55.101Z] $ docker exec --env ******** --env ******** f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 ssh-agent -k [2023-01-30T18:38:55.205Z] unset SSH_AUTH_SOCK; [2023-01-30T18:38:55.205Z] unset SSH_AGENT_PID; [2023-01-30T18:38:55.205Z] echo Agent pid 76 killed; [2023-01-30T18:38:55.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T18:38:55.514Z] + git semver [Pipeline] } [2023-01-30T18:38:55.791Z] $ docker stop --time=1 f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 [2023-01-30T18:38:57.095Z] $ docker rm -f --volumes f6708c7286bba8e3453b34df44730336950a84672fffa6790f567ab602988749 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T18:38:57.435Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-30T18:38:57.640Z] Stashed 1 file(s) [Pipeline] echo [2023-01-30T18:38:57.643Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:38:57.778Z] provisioning config files... [2023-01-30T18:38:57.786Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14331236202435152588tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:38:58.082Z] ---> docker-login.sh [2023-01-30T18:38:58.082Z] nexus3.edgexfoundry.org:10001 [2023-01-30T18:38:58.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:58.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:58.082Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:58.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:58.082Z] [2023-01-30T18:38:58.082Z] Login Succeeded [2023-01-30T18:38:58.082Z] nexus3.edgexfoundry.org:10002 [2023-01-30T18:38:58.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:58.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:58.082Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:58.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:58.083Z] [2023-01-30T18:38:58.083Z] Login Succeeded [2023-01-30T18:38:58.083Z] nexus3.edgexfoundry.org:10003 [2023-01-30T18:38:58.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:58.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:58.342Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:58.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:58.342Z] [2023-01-30T18:38:58.342Z] Login Succeeded [2023-01-30T18:38:58.342Z] nexus3.edgexfoundry.org:10004 [2023-01-30T18:38:58.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:58.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:58.342Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:58.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:58.342Z] [2023-01-30T18:38:58.342Z] Login Succeeded [2023-01-30T18:38:58.342Z] docker.io [2023-01-30T18:38:58.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:38:58.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:38:58.602Z] Configure a credential helper to remove this warning. See [2023-01-30T18:38:58.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:38:58.602Z] [2023-01-30T18:38:58.602Z] Login Succeeded [2023-01-30T18:38:58.602Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T18:38:58.609Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T18:38:58.663Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:38:58.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:38:58.680Z] ========================================================= [2023-01-30T18:38:58.680Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-30T18:38:58.680Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:38:58.981Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T18:38:58.981Z] Sending build context to Docker daemon 27.69MB [2023-01-30T18:38:58.981Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T18:38:58.981Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-30T18:38:59.241Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-30T18:38:59.241Z] 213ec9aee27d: Pulling fs layer [2023-01-30T18:38:59.241Z] 4583459ba037: Pulling fs layer [2023-01-30T18:38:59.241Z] 93c1e223e6f2: Pulling fs layer [2023-01-30T18:38:59.241Z] 53926ce57604: Pulling fs layer [2023-01-30T18:38:59.241Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-30T18:38:59.241Z] 53926ce57604: Waiting [2023-01-30T18:38:59.241Z] 21b2b0c7a3f4: Waiting [2023-01-30T18:38:59.241Z] 22ff95d597cd: Pulling fs layer [2023-01-30T18:38:59.241Z] 12d6caf4c0d1: Pulling fs layer [2023-01-30T18:38:59.241Z] 22ff95d597cd: Waiting [2023-01-30T18:38:59.241Z] 96b7cbca73a9: Pulling fs layer [2023-01-30T18:38:59.241Z] a7acece74701: Pulling fs layer [2023-01-30T18:38:59.241Z] 96b7cbca73a9: Waiting [2023-01-30T18:38:59.241Z] 12d6caf4c0d1: Waiting [2023-01-30T18:38:59.241Z] a7acece74701: Waiting [2023-01-30T18:38:59.241Z] 93c1e223e6f2: Verifying Checksum [2023-01-30T18:38:59.241Z] 93c1e223e6f2: Download complete [2023-01-30T18:38:59.241Z] 4583459ba037: Download complete [2023-01-30T18:38:59.241Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-30T18:38:59.241Z] 21b2b0c7a3f4: Download complete [2023-01-30T18:38:59.241Z] 22ff95d597cd: Verifying Checksum [2023-01-30T18:38:59.241Z] 22ff95d597cd: Download complete [2023-01-30T18:38:59.241Z] 213ec9aee27d: Verifying Checksum [2023-01-30T18:38:59.241Z] 213ec9aee27d: Download complete [2023-01-30T18:38:59.241Z] 12d6caf4c0d1: Download complete [2023-01-30T18:38:59.505Z] 213ec9aee27d: Pull complete [2023-01-30T18:38:59.505Z] 4583459ba037: Pull complete [2023-01-30T18:38:59.786Z] 93c1e223e6f2: Pull complete [2023-01-30T18:39:00.812Z] 53926ce57604: Verifying Checksum [2023-01-30T18:39:00.812Z] 53926ce57604: Download complete [2023-01-30T18:39:00.812Z] a7acece74701: Verifying Checksum [2023-01-30T18:39:00.812Z] a7acece74701: Download complete [2023-01-30T18:39:00.812Z] 96b7cbca73a9: Verifying Checksum [2023-01-30T18:39:00.812Z] 96b7cbca73a9: Download complete [2023-01-30T18:39:04.994Z] 53926ce57604: Pull complete [2023-01-30T18:39:04.994Z] 21b2b0c7a3f4: Pull complete [2023-01-30T18:39:04.994Z] 22ff95d597cd: Pull complete [2023-01-30T18:39:04.994Z] 12d6caf4c0d1: Pull complete [2023-01-30T18:39:07.525Z] 96b7cbca73a9: Pull complete [2023-01-30T18:39:08.097Z] a7acece74701: Pull complete [2023-01-30T18:39:08.356Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-30T18:39:08.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T18:39:08.356Z] ---> db6d94c90886 [2023-01-30T18:39:08.356Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-30T18:39:12.746Z] Still waiting to schedule task [2023-01-30T18:39:12.746Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-30T18:39:13.675Z] ---> Running in c0037cf80d18 [2023-01-30T18:39:13.675Z] Removing intermediate container c0037cf80d18 [2023-01-30T18:39:13.675Z] ---> fad0008aeba6 [2023-01-30T18:39:13.675Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T18:39:13.675Z] ---> Running in cc1a0762855e [2023-01-30T18:39:13.675Z] Removing intermediate container cc1a0762855e [2023-01-30T18:39:13.675Z] ---> b06c9153a1fe [2023-01-30T18:39:13.675Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T18:39:13.675Z] ---> Running in 7a1faea23a3d [2023-01-30T18:39:13.934Z] Removing intermediate container 7a1faea23a3d [2023-01-30T18:39:13.934Z] ---> 9b6f9b7e47c4 [2023-01-30T18:39:13.934Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T18:39:13.934Z] ---> Running in 5e6954faa4e7 [2023-01-30T18:39:13.934Z] Removing intermediate container 5e6954faa4e7 [2023-01-30T18:39:13.934Z] ---> a0de97dabfdf [2023-01-30T18:39:13.934Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-30T18:39:13.934Z] ---> Running in 0b30085b66c8 [2023-01-30T18:39:13.934Z] Removing intermediate container 0b30085b66c8 [2023-01-30T18:39:13.934Z] ---> d85b3d922807 [2023-01-30T18:39:13.934Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T18:39:13.934Z] ---> Running in 1f17355377a8 [2023-01-30T18:39:14.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T18:39:14.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T18:39:14.706Z] OK: 211 MiB in 51 packages [2023-01-30T18:39:14.964Z] Removing intermediate container 1f17355377a8 [2023-01-30T18:39:14.964Z] ---> b31a70853445 [2023-01-30T18:39:14.964Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-30T18:39:14.964Z] ---> Running in 13c8b7f6cf92 [2023-01-30T18:39:14.964Z] Removing intermediate container 13c8b7f6cf92 [2023-01-30T18:39:14.964Z] ---> cb93a13024fe [2023-01-30T18:39:14.964Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-30T18:39:15.223Z] ---> 5cf74eb2b59a [2023-01-30T18:39:15.223Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T18:39:15.223Z] ---> Running in 0b5a1efaedfd [2023-01-30T18:39:47.307Z] Removing intermediate container 0b5a1efaedfd [2023-01-30T18:39:47.307Z] ---> c3f07791d3a2 [2023-01-30T18:39:47.307Z] Step 12/13 : COPY . . [2023-01-30T18:39:47.307Z] ---> e69c19dc92d1 [2023-01-30T18:39:47.307Z] Step 13/13 : RUN ${MAKE} [2023-01-30T18:39:47.307Z] ---> Running in a3e7f4d47bef [2023-01-30T18:39:47.307Z] noop [2023-01-30T18:39:47.307Z] Removing intermediate container a3e7f4d47bef [2023-01-30T18:39:47.307Z] ---> 811761294369 [2023-01-30T18:39:47.307Z] Successfully built 811761294369 [2023-01-30T18:39:47.307Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:39:47.631Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T18:39:47.631Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:39:47.704Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:39:47.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@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 ******** ci-base-image-x86_64 cat [2023-01-30T18:39:48.105Z] $ docker top 504e8108f6217c72c626b2c708eb846d6955777ed96f2f50a5fa6d84b2a9c811 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T18:39:48.439Z] + go version [2023-01-30T18:39:48.439Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-30T18:39:48.450Z] $ docker stop --time=1 504e8108f6217c72c626b2c708eb846d6955777ed96f2f50a5fa6d84b2a9c811 [2023-01-30T18:39:49.715Z] $ docker rm -f --volumes 504e8108f6217c72c626b2c708eb846d6955777ed96f2f50a5fa6d84b2a9c811 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:39:50.119Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T18:39:50.119Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:39:50.187Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:39:50.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@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 ******** ci-base-image-x86_64 cat [2023-01-30T18:39:50.555Z] $ docker top 84d7ba561c822264e8f58db1b4659426b89794a1791866bf2a5f1d77c06642a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T18:39:50.907Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2023-01-30T18:39:51.205Z] + make test [2023-01-30T18:39:51.205Z] go test ./... -coverprofile=coverage.out ./... [2023-01-30T18:39:51.462Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-30T18:40:03.652Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-30T18:40:05.028Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.033s coverage: 29.3% of statements [2023-01-30T18:40:05.028Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-30T18:40:05.028Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.581s coverage: 86.5% of statements [2023-01-30T18:40:13.144Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-01-30T18:40:13.144Z] go vet ./... [2023-01-30T18:40:17.332Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T18:40:17.332Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T18:40:17.332Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-30T18:40:17.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T18:40:17.355Z] $ docker stop --time=1 84d7ba561c822264e8f58db1b4659426b89794a1791866bf2a5f1d77c06642a5 [2023-01-30T18:40:19.715Z] $ docker rm -f --volumes 84d7ba561c822264e8f58db1b4659426b89794a1791866bf2a5f1d77c06642a5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T18:40:20.157Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T18:40:20.223Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-30T18:40:20.775Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T18:40:21.063Z] + ls -al . [2023-01-30T18:40:21.063Z] total 248 [2023-01-30T18:40:21.063Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 30 18:39 . [2023-01-30T18:40:21.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:38 .. [2023-01-30T18:40:21.063Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 18:40 .git [2023-01-30T18:40:21.063Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 18:38 .github [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 30 18:38 .gitignore [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 30 18:38 .golangci.yml [2023-01-30T18:40:21.063Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 18:38 .semver [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 9638 Jan 30 18:38 Attribution.txt [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 30 18:38 CHANGELOG.md [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 1574 Jan 30 18:38 Dockerfile [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 18:38 GOVERNANCE.md [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 30 18:38 Jenkinsfile [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 30 18:38 LICENSE [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 2577 Jan 30 18:38 Makefile [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 30 18:38 OWNERS.md [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 30 18:38 README.md [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 30 18:38 VERSION [2023-01-30T18:40:21.063Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 18:38 bin [2023-01-30T18:40:21.063Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 18:38 cmd [2023-01-30T18:40:21.063Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 30 18:40 coverage.out [2023-01-30T18:40:21.063Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 30 18:38 doc [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 30 18:38 go.mod [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 30 18:38 go.sum [2023-01-30T18:40:21.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:38 internal [2023-01-30T18:40:21.063Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:38 snap [2023-01-30T18:40:21.063Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 30 18:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:21.374Z] + 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=81966fae257ec8aee1d7557002cb31a67ebedcc1 --label arch=amd64 --label version=3.0.0-dev.10 . [2023-01-30T18:40:21.374Z] Sending build context to Docker daemon 27.77MB [2023-01-30T18:40:21.374Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T18:40:21.374Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-30T18:40:21.374Z] ---> 811761294369 [2023-01-30T18:40:21.374Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-30T18:40:21.634Z] ---> Running in a1ceef04ead2 [2023-01-30T18:40:21.893Z] Removing intermediate container a1ceef04ead2 [2023-01-30T18:40:21.893Z] ---> 3dfc369478ec [2023-01-30T18:40:21.893Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T18:40:21.893Z] ---> Running in e271f5b87922 [2023-01-30T18:40:21.893Z] Removing intermediate container e271f5b87922 [2023-01-30T18:40:21.893Z] ---> 2ecad833b4f7 [2023-01-30T18:40:21.893Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T18:40:21.893Z] ---> Running in f704d88d3173 [2023-01-30T18:40:21.893Z] Removing intermediate container f704d88d3173 [2023-01-30T18:40:21.893Z] ---> 2fbbc78b8fd6 [2023-01-30T18:40:21.893Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T18:40:21.893Z] ---> Running in 5a0185f8bd9a [2023-01-30T18:40:22.151Z] Removing intermediate container 5a0185f8bd9a [2023-01-30T18:40:22.151Z] ---> 58d8beb62c90 [2023-01-30T18:40:22.151Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-30T18:40:22.151Z] ---> Running in 61b0fd9caa9c [2023-01-30T18:40:22.151Z] Removing intermediate container 61b0fd9caa9c [2023-01-30T18:40:22.151Z] ---> f5f6ba428a6d [2023-01-30T18:40:22.151Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T18:40:22.151Z] ---> Running in 042d2b151997 [2023-01-30T18:40:22.411Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T18:40:22.670Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T18:40:22.928Z] OK: 211 MiB in 51 packages [2023-01-30T18:40:23.187Z] Removing intermediate container 042d2b151997 [2023-01-30T18:40:23.187Z] ---> 1b6975d5d087 [2023-01-30T18:40:23.187Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-30T18:40:23.187Z] ---> Running in a050fc8ded23 [2023-01-30T18:40:23.446Z] Removing intermediate container a050fc8ded23 [2023-01-30T18:40:23.446Z] ---> 48e1a18ef808 [2023-01-30T18:40:23.446Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-30T18:40:23.446Z] ---> 9a68a44d0043 [2023-01-30T18:40:23.446Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T18:40:23.446Z] ---> Running in 8adaf30df398 [2023-01-30T18:40:24.381Z] Removing intermediate container 8adaf30df398 [2023-01-30T18:40:24.381Z] ---> 49d38480566c [2023-01-30T18:40:24.381Z] Step 12/26 : COPY . . [2023-01-30T18:40:25.319Z] ---> a78214f2f43c [2023-01-30T18:40:25.319Z] Step 13/26 : RUN ${MAKE} [2023-01-30T18:40:25.319Z] ---> Running in b4b693867b8d [2023-01-30T18:40:25.578Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-01-30T18:40:41.729Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4010 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2023-01-30T18:40:41.743Z] Running in /w/workspace/device-onvif-camera/99 [Pipeline] { [Pipeline] checkout [2023-01-30T18:40:41.782Z] The recommended git tool is: git [2023-01-30T18:40:46.707Z] using credential edgex-jenkins-ssh [2023-01-30T18:40:46.723Z] Cloning the remote Git repository [2023-01-30T18:40:47.504Z] Removing intermediate container b4b693867b8d [2023-01-30T18:40:47.504Z] ---> 0167f7cff466 [2023-01-30T18:40:47.504Z] Step 14/26 : FROM alpine:3.16 [2023-01-30T18:40:47.504Z] 3.16: Pulling from library/alpine [2023-01-30T18:40:47.504Z] ca7dd9ec2225: Pulling fs layer [2023-01-30T18:40:47.504Z] ca7dd9ec2225: Verifying Checksum [2023-01-30T18:40:47.504Z] ca7dd9ec2225: Download complete [2023-01-30T18:40:47.504Z] ca7dd9ec2225: Pull complete [2023-01-30T18:40:47.504Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T18:40:47.504Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T18:40:47.504Z] ---> bfe296a52501 [2023-01-30T18:40:47.504Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-30T18:40:47.504Z] ---> Running in 96df2591bac4 [2023-01-30T18:40:47.504Z] Removing intermediate container 96df2591bac4 [2023-01-30T18:40:47.504Z] ---> 233f8bf16359 [2023-01-30T18:40:47.504Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-01-30T18:40:47.504Z] ---> Running in f8e7ff4ea698 [2023-01-30T18:40:47.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T18:40:47.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T18:40:47.504Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T18:40:47.504Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T18:40:47.504Z] OK: 6 MiB in 15 packages [2023-01-30T18:40:46.755Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-30T18:40:46.825Z] > git init /w/workspace/device-onvif-camera/99 # timeout=10 [2023-01-30T18:40:46.964Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-30T18:40:46.965Z] > git --version # timeout=10 [2023-01-30T18:40:46.990Z] > git --version # 'git version 2.25.1' [2023-01-30T18:40:46.992Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T18:40:47.043Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T18:40:48.075Z] Removing intermediate container f8e7ff4ea698 [2023-01-30T18:40:48.075Z] ---> 1d3a6d3b7d90 [2023-01-30T18:40:48.075Z] Step 17/26 : WORKDIR / [2023-01-30T18:40:48.075Z] ---> Running in 8938b47ce6f3 [2023-01-30T18:40:48.075Z] Removing intermediate container 8938b47ce6f3 [2023-01-30T18:40:48.075Z] ---> 2fd539e85c24 [2023-01-30T18:40:48.075Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-30T18:40:48.667Z] ---> 1b4723bf3a9d [2023-01-30T18:40:48.667Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-30T18:40:48.925Z] ---> 631d5f8cab3c [2023-01-30T18:40:48.925Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-30T18:40:48.925Z] ---> 734e51a3628d [2023-01-30T18:40:48.925Z] Step 21/26 : EXPOSE 59984 [2023-01-30T18:40:48.925Z] ---> Running in 7370973e401b [2023-01-30T18:40:49.119Z] Avoid second fetch [2023-01-30T18:40:49.119Z] Checking out Revision 81966fae257ec8aee1d7557002cb31a67ebedcc1 (main) [2023-01-30T18:40:49.192Z] Removing intermediate container 7370973e401b [2023-01-30T18:40:49.192Z] ---> c3d67e67832e [2023-01-30T18:40:49.192Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-30T18:40:49.192Z] ---> Running in 1a7dc004c4c8 [2023-01-30T18:40:49.192Z] Removing intermediate container 1a7dc004c4c8 [2023-01-30T18:40:49.192Z] ---> 29958c193c77 [2023-01-30T18:40:49.192Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T18:40:49.192Z] ---> Running in 13d00659519f [2023-01-30T18:40:49.192Z] Removing intermediate container 13d00659519f [2023-01-30T18:40:49.192Z] ---> eed5cd2f596c [2023-01-30T18:40:49.192Z] Step 24/26 : LABEL arch=amd64 [2023-01-30T18:40:49.192Z] ---> Running in c2000ecd6c3b [2023-01-30T18:40:48.364Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-01-30T18:40:48.381Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T18:40:49.121Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T18:40:49.137Z] > git checkout -f 81966fae257ec8aee1d7557002cb31a67ebedcc1 # timeout=10 [2023-01-30T18:40:49.451Z] Removing intermediate container c2000ecd6c3b [2023-01-30T18:40:49.451Z] ---> 9ea7c043d194 [2023-01-30T18:40:49.451Z] Step 25/26 : LABEL git_sha=81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:40:49.451Z] ---> Running in 71e7df84de45 [2023-01-30T18:40:49.451Z] Removing intermediate container 71e7df84de45 [2023-01-30T18:40:49.451Z] ---> cfc5bbb8ab3e [2023-01-30T18:40:49.451Z] Step 26/26 : LABEL version=3.0.0-dev.10 [2023-01-30T18:40:49.451Z] ---> Running in b545a16637f7 [2023-01-30T18:40:49.451Z] Removing intermediate container b545a16637f7 [2023-01-30T18:40:49.451Z] ---> 63c53cd6a26b [2023-01-30T18:40:49.451Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T18:40:49.709Z] Successfully built 63c53cd6a26b [2023-01-30T18:40:49.709Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2023-01-30T18:40:49.785Z] Commit message: "docs: update docker compose download instructions to the latest version (#223)" [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:40:49.802Z] provisioning config files... [2023-01-30T18:40:49.811Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17911131423980896011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:40:50.119Z] ---> docker-login.sh [2023-01-30T18:40:50.119Z] nexus3.edgexfoundry.org:10001 [2023-01-30T18:40:50.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:40:50.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:40:50.119Z] Configure a credential helper to remove this warning. See [2023-01-30T18:40:50.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:40:50.119Z] [2023-01-30T18:40:50.119Z] Login Succeeded [2023-01-30T18:40:50.119Z] nexus3.edgexfoundry.org:10002 [2023-01-30T18:40:50.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:40:50.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:40:50.119Z] Configure a credential helper to remove this warning. See [2023-01-30T18:40:50.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:40:50.119Z] [2023-01-30T18:40:50.119Z] Login Succeeded [2023-01-30T18:40:50.119Z] nexus3.edgexfoundry.org:10003 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T18:40:50.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:40:50.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:40:50.378Z] Configure a credential helper to remove this warning. See [2023-01-30T18:40:50.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:40:50.378Z] [2023-01-30T18:40:50.378Z] Login Succeeded [2023-01-30T18:40:50.378Z] nexus3.edgexfoundry.org:10004 [2023-01-30T18:40:50.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:40:50.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:40:50.378Z] Configure a credential helper to remove this warning. See [2023-01-30T18:40:50.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:40:50.378Z] [2023-01-30T18:40:50.378Z] Login Succeeded [2023-01-30T18:40:50.378Z] docker.io [2023-01-30T18:40:50.619Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-30T18:40:50.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T18:40:50.619Z] Dload Upload Total Spent Left Speed [2023-01-30T18:40:50.620Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 [2023-01-30T18:40:50.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:40:50.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:40:50.636Z] Configure a credential helper to remove this warning. See [2023-01-30T18:40:50.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:40:50.636Z] [2023-01-30T18:40:50.636Z] Login Succeeded [2023-01-30T18:40:50.636Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T18:40:50.644Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T18:40:50.674Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:40:50.698Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2023-01-30T18:40:50.698Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:40:50.698Z] latest [2023-01-30T18:40:50.698Z] 3.0.0-dev.10 [2023-01-30T18:40:50.698Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:40:50.698Z] main [2023-01-30T18:40:50.698Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-01-30T18:40:51.185Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:51.284Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-30T18:40:51.581Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:40:51.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-30T18:40:51.581Z] 82faba484bde: Preparing [2023-01-30T18:40:51.581Z] a00e2ee09f9a: Preparing [2023-01-30T18:40:51.581Z] f0d338d29f5a: Preparing [2023-01-30T18:40:51.581Z] 5958e78c4750: Preparing [2023-01-30T18:40:51.581Z] e5e13b0c77cb: Preparing [2023-01-30T18:40:51.581Z] e5e13b0c77cb: Layer already exists [2023-01-30T18:40:51.581Z] 82faba484bde: Pushed [2023-01-30T18:40:51.581Z] a00e2ee09f9a: Pushed [2023-01-30T18:40:51.581Z] 5958e78c4750: Pushed [2023-01-30T18:40:51.634Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-30T18:40:51.634Z] + sudo tee /etc/docker/daemon.new [2023-01-30T18:40:51.634Z] { [2023-01-30T18:40:51.634Z] "registry-mirrors": [ [2023-01-30T18:40:51.634Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-30T18:40:51.634Z] ], [2023-01-30T18:40:51.634Z] "bip": "10.250.0.254/24", [2023-01-30T18:40:51.634Z] "hosts": [ [2023-01-30T18:40:51.634Z] "tcp://0.0.0.0:5555", [2023-01-30T18:40:51.634Z] "unix:///var/run/docker.sock" [2023-01-30T18:40:51.634Z] ], [2023-01-30T18:40:51.634Z] "mtu": 1458, [2023-01-30T18:40:51.634Z] "selinux-enabled": true, [2023-01-30T18:40:51.634Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-30T18:40:51.634Z] } [Pipeline] sh [2023-01-30T18:40:51.964Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-30T18:40:52.294Z] + sudo service docker restart [2023-01-30T18:40:54.159Z] f0d338d29f5a: Pushed [2023-01-30T18:40:54.417Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1: digest: sha256:f6595efdc45af7de9854f89c1d366818f3cdfa7375dc39c7a20ee063c90782fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:54.732Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:55.033Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-30T18:40:55.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-30T18:40:55.033Z] 82faba484bde: Preparing [2023-01-30T18:40:55.033Z] a00e2ee09f9a: Preparing [2023-01-30T18:40:55.033Z] f0d338d29f5a: Preparing [2023-01-30T18:40:55.033Z] 5958e78c4750: Preparing [2023-01-30T18:40:55.033Z] e5e13b0c77cb: Preparing [2023-01-30T18:40:55.033Z] e5e13b0c77cb: Layer already exists [2023-01-30T18:40:55.033Z] f0d338d29f5a: Layer already exists [2023-01-30T18:40:55.033Z] a00e2ee09f9a: Layer already exists [2023-01-30T18:40:55.033Z] 82faba484bde: Layer already exists [2023-01-30T18:40:55.033Z] 5958e78c4750: Layer already exists [2023-01-30T18:40:55.033Z] latest: digest: sha256:f6595efdc45af7de9854f89c1d366818f3cdfa7375dc39c7a20ee063c90782fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:55.339Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:55.642Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.10 [2023-01-30T18:40:55.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-30T18:40:55.642Z] 82faba484bde: Preparing [2023-01-30T18:40:55.642Z] a00e2ee09f9a: Preparing [2023-01-30T18:40:55.642Z] f0d338d29f5a: Preparing [2023-01-30T18:40:55.642Z] 5958e78c4750: Preparing [2023-01-30T18:40:55.642Z] e5e13b0c77cb: Preparing [2023-01-30T18:40:55.642Z] 5958e78c4750: Layer already exists [2023-01-30T18:40:55.642Z] f0d338d29f5a: Layer already exists [2023-01-30T18:40:55.642Z] a00e2ee09f9a: Layer already exists [2023-01-30T18:40:55.642Z] e5e13b0c77cb: Layer already exists [2023-01-30T18:40:55.642Z] 82faba484bde: Layer already exists [2023-01-30T18:40:55.642Z] 3.0.0-dev.10: digest: sha256:f6595efdc45af7de9854f89c1d366818f3cdfa7375dc39c7a20ee063c90782fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:55.947Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:56.250Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:40:56.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-30T18:40:56.250Z] 82faba484bde: Preparing [2023-01-30T18:40:56.250Z] a00e2ee09f9a: Preparing [2023-01-30T18:40:56.250Z] f0d338d29f5a: Preparing [2023-01-30T18:40:56.250Z] 5958e78c4750: Preparing [2023-01-30T18:40:56.250Z] e5e13b0c77cb: Preparing [2023-01-30T18:40:56.250Z] e5e13b0c77cb: Layer already exists [2023-01-30T18:40:56.250Z] f0d338d29f5a: Layer already exists [2023-01-30T18:40:56.250Z] a00e2ee09f9a: Layer already exists [2023-01-30T18:40:56.250Z] 5958e78c4750: Layer already exists [2023-01-30T18:40:56.250Z] 82faba484bde: Layer already exists [2023-01-30T18:40:56.250Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10: digest: sha256:f6595efdc45af7de9854f89c1d366818f3cdfa7375dc39c7a20ee063c90782fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:56.555Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:56.856Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2023-01-30T18:40:56.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-30T18:40:56.856Z] 82faba484bde: Preparing [2023-01-30T18:40:56.856Z] a00e2ee09f9a: Preparing [2023-01-30T18:40:56.856Z] f0d338d29f5a: Preparing [2023-01-30T18:40:56.856Z] 5958e78c4750: Preparing [2023-01-30T18:40:56.856Z] e5e13b0c77cb: Preparing [2023-01-30T18:40:56.856Z] f0d338d29f5a: Layer already exists [2023-01-30T18:40:56.856Z] e5e13b0c77cb: Layer already exists [2023-01-30T18:40:56.856Z] a00e2ee09f9a: Layer already exists [2023-01-30T18:40:56.856Z] 5958e78c4750: Layer already exists [2023-01-30T18:40:56.856Z] 82faba484bde: Layer already exists [2023-01-30T18:40:56.856Z] main: digest: sha256:f6595efdc45af7de9854f89c1d366818f3cdfa7375dc39c7a20ee063c90782fb size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T18:40:56.898Z] ===================================================== [Pipeline] echo [2023-01-30T18:40:56.906Z] taggedImages: [2023-01-30T18:40:56.906Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:40:56.906Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-30T18:40:56.906Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.10 [2023-01-30T18:40:56.906Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:40:56.906Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:57.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T18:40:57.253Z] [2023-01-30T18:40:57.253Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:40:57.557Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T18:40:57.557Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-30T18:40:57.557Z] 5eb5b503b376: Pulling fs layer [2023-01-30T18:40:57.557Z] 5c69ac0246d0: Pulling fs layer [2023-01-30T18:40:57.557Z] ec43610c2a17: Pulling fs layer [2023-01-30T18:40:57.557Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-30T18:40:57.557Z] 33b1e0a273af: Pulling fs layer [2023-01-30T18:40:57.557Z] 5d3b04190fa2: Pulling fs layer [2023-01-30T18:40:57.557Z] 2f39f015ded8: Pulling fs layer [2023-01-30T18:40:57.557Z] 3a2ae6a8a46f: Waiting [2023-01-30T18:40:57.557Z] 33b1e0a273af: Waiting [2023-01-30T18:40:57.557Z] 5d3b04190fa2: Waiting [2023-01-30T18:40:57.557Z] 2f39f015ded8: Waiting [2023-01-30T18:40:57.557Z] 5c69ac0246d0: Verifying Checksum [2023-01-30T18:40:57.557Z] 5c69ac0246d0: Download complete [2023-01-30T18:40:57.557Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-30T18:40:57.557Z] 3a2ae6a8a46f: Download complete [2023-01-30T18:40:57.818Z] 33b1e0a273af: Verifying Checksum [2023-01-30T18:40:57.818Z] 33b1e0a273af: Download complete [2023-01-30T18:40:57.818Z] ec43610c2a17: Verifying Checksum [2023-01-30T18:40:57.818Z] ec43610c2a17: Download complete [2023-01-30T18:40:57.818Z] 5d3b04190fa2: Download complete [2023-01-30T18:40:58.076Z] 5eb5b503b376: Verifying Checksum [2023-01-30T18:40:58.076Z] 5eb5b503b376: Download complete [2023-01-30T18:40:58.642Z] 2f39f015ded8: Download complete [2023-01-30T18:40:59.208Z] 5eb5b503b376: Pull complete [2023-01-30T18:40:59.208Z] 5c69ac0246d0: Pull complete [2023-01-30T18:40:59.779Z] ec43610c2a17: Pull complete [2023-01-30T18:40:59.779Z] 3a2ae6a8a46f: Pull complete [2023-01-30T18:41:00.040Z] 33b1e0a273af: Pull complete [2023-01-30T18:41:00.040Z] 5d3b04190fa2: Pull complete [2023-01-30T18:41:05.436Z] 2f39f015ded8: Pull complete [2023-01-30T18:41:05.436Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-30T18:41:05.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T18:41:05.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:41:05.525Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:41:05.557Z] $ 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/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T18:41:08.414Z] $ docker top 3305f26646e76237d502910d119a7d6bda3b560b6dd9ff70184bc552435be7aa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:41:08.793Z] ---> job-cost.sh [2023-01-30T18:41:08.793Z] lf-activate-venv: SKIPPING [2023-01-30T18:41:08.793Z] INFO: No Stack... [2023-01-30T18:41:09.052Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T18:41:09.310Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T18:41:09.599Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2023-01-30T18:41:09.599Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T18:41:09.616Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [2023-01-30T18:41:09.626Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] did not exist. Created. [2023-01-30T18:41:09.626Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T18:41:09.923Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-30T18:41:09.953Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T18:41:09.960Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T18:41:09.978Z] $ docker stop --time=1 3305f26646e76237d502910d119a7d6bda3b560b6dd9ff70184bc552435be7aa [2023-01-30T18:41:11.175Z] $ docker rm -f --volumes 3305f26646e76237d502910d119a7d6bda3b560b6dd9ff70184bc552435be7aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] configFileProvider [2023-01-30T18:41:11.251Z] provisioning config files... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2023-01-30T18:41:11.274Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/99@tmp/config10259681269049248889tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:41:11.611Z] ---> docker-login.sh [2023-01-30T18:41:11.611Z] nexus3.edgexfoundry.org:10001 [2023-01-30T18:41:11.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:41:13.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:41:13.296Z] Configure a credential helper to remove this warning. See [2023-01-30T18:41:13.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:41:13.296Z] [2023-01-30T18:41:13.296Z] Login Succeeded [2023-01-30T18:41:13.296Z] nexus3.edgexfoundry.org:10002 [2023-01-30T18:41:13.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:41:13.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:41:13.567Z] Configure a credential helper to remove this warning. See [2023-01-30T18:41:13.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:41:13.567Z] [2023-01-30T18:41:13.567Z] Login Succeeded [2023-01-30T18:41:13.567Z] nexus3.edgexfoundry.org:10003 [2023-01-30T18:41:13.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:41:13.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:41:13.838Z] Configure a credential helper to remove this warning. See [2023-01-30T18:41:13.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:41:13.838Z] [2023-01-30T18:41:13.838Z] Login Succeeded [2023-01-30T18:41:13.838Z] nexus3.edgexfoundry.org:10004 [2023-01-30T18:41:14.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:41:14.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:41:14.106Z] Configure a credential helper to remove this warning. See [2023-01-30T18:41:14.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:41:14.106Z] [2023-01-30T18:41:14.106Z] Login Succeeded [2023-01-30T18:41:14.106Z] docker.io [2023-01-30T18:41:14.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:41:14.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:41:14.642Z] Configure a credential helper to remove this warning. See [2023-01-30T18:41:14.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:41:14.642Z] [2023-01-30T18:41:14.642Z] Login Succeeded [2023-01-30T18:41:14.642Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T18:41:14.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T18:41:14.896Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:41:14.909Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:41:14.920Z] ========================================================= [2023-01-30T18:41:14.920Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-30T18:41:14.920Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:41:15.259Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T18:41:15.848Z] Sending build context to Docker daemon 20.54MB [2023-01-30T18:41:15.848Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T18:41:15.848Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-30T18:41:15.848Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-30T18:41:15.848Z] 9b18e9b68314: Pulling fs layer [2023-01-30T18:41:15.848Z] 35d82f9e3411: Pulling fs layer [2023-01-30T18:41:15.848Z] e16973657156: Pulling fs layer [2023-01-30T18:41:15.848Z] fc693d55d65f: Pulling fs layer [2023-01-30T18:41:15.848Z] 7e9fc2657dce: Pulling fs layer [2023-01-30T18:41:15.848Z] dda99020689f: Pulling fs layer [2023-01-30T18:41:15.848Z] db1c61fa0a46: Pulling fs layer [2023-01-30T18:41:15.848Z] 891c053d2c06: Pulling fs layer [2023-01-30T18:41:15.848Z] fc693d55d65f: Waiting [2023-01-30T18:41:15.848Z] 7e9fc2657dce: Waiting [2023-01-30T18:41:15.848Z] dda99020689f: Waiting [2023-01-30T18:41:15.848Z] db1c61fa0a46: Waiting [2023-01-30T18:41:15.848Z] 891c053d2c06: Waiting [2023-01-30T18:41:15.848Z] e16973657156: Verifying Checksum [2023-01-30T18:41:15.848Z] e16973657156: Download complete [2023-01-30T18:41:15.848Z] 35d82f9e3411: Verifying Checksum [2023-01-30T18:41:15.848Z] 35d82f9e3411: Download complete [2023-01-30T18:41:15.848Z] 7e9fc2657dce: Verifying Checksum [2023-01-30T18:41:15.848Z] 7e9fc2657dce: Download complete [2023-01-30T18:41:16.119Z] dda99020689f: Verifying Checksum [2023-01-30T18:41:16.119Z] dda99020689f: Download complete [2023-01-30T18:41:16.119Z] 9b18e9b68314: Verifying Checksum [2023-01-30T18:41:16.119Z] 9b18e9b68314: Download complete [2023-01-30T18:41:17.096Z] 9b18e9b68314: Pull complete [2023-01-30T18:41:17.096Z] 891c053d2c06: Verifying Checksum [2023-01-30T18:41:17.096Z] 891c053d2c06: Download complete [2023-01-30T18:41:17.370Z] 35d82f9e3411: Pull complete [2023-01-30T18:41:17.639Z] e16973657156: Pull complete [2023-01-30T18:41:18.225Z] db1c61fa0a46: Verifying Checksum [2023-01-30T18:41:18.225Z] db1c61fa0a46: Download complete [2023-01-30T18:41:18.495Z] fc693d55d65f: Verifying Checksum [2023-01-30T18:41:18.495Z] fc693d55d65f: Download complete [2023-01-30T18:41:30.842Z] fc693d55d65f: Pull complete [2023-01-30T18:41:30.842Z] 7e9fc2657dce: Pull complete [2023-01-30T18:41:30.842Z] dda99020689f: Pull complete [2023-01-30T18:41:34.197Z] db1c61fa0a46: Pull complete [2023-01-30T18:41:36.155Z] 891c053d2c06: Pull complete [2023-01-30T18:41:36.155Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-30T18:41:36.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T18:41:36.155Z] ---> f96f9c87975a [2023-01-30T18:41:36.155Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-30T18:41:38.104Z] ---> Running in 1a77600b111f [2023-01-30T18:41:38.372Z] Removing intermediate container 1a77600b111f [2023-01-30T18:41:38.372Z] ---> 540cba71c900 [2023-01-30T18:41:38.372Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T18:41:38.372Z] ---> Running in f25dfc31c39e [2023-01-30T18:41:38.640Z] Removing intermediate container f25dfc31c39e [2023-01-30T18:41:38.640Z] ---> 5037bab3f4f3 [2023-01-30T18:41:38.640Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T18:41:38.640Z] ---> Running in 5b4b8cf3dc51 [2023-01-30T18:41:38.907Z] Removing intermediate container 5b4b8cf3dc51 [2023-01-30T18:41:38.907Z] ---> 315d41e03cf3 [2023-01-30T18:41:38.907Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T18:41:39.175Z] ---> Running in 51474054846a [2023-01-30T18:41:39.442Z] Removing intermediate container 51474054846a [2023-01-30T18:41:39.442Z] ---> adc47dca6888 [2023-01-30T18:41:39.442Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-30T18:41:39.442Z] ---> Running in 1a281c5b05e0 [2023-01-30T18:41:39.712Z] Removing intermediate container 1a281c5b05e0 [2023-01-30T18:41:39.712Z] ---> 8a06ff305a38 [2023-01-30T18:41:39.712Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T18:41:39.712Z] ---> Running in ec876900c042 [2023-01-30T18:41:41.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T18:41:41.125Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T18:41:42.083Z] OK: 221 MiB in 51 packages [2023-01-30T18:41:43.144Z] Removing intermediate container ec876900c042 [2023-01-30T18:41:43.144Z] ---> 9d5b54e79730 [2023-01-30T18:41:43.144Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-30T18:41:43.144Z] ---> Running in bfdd2de84243 [2023-01-30T18:41:43.417Z] Removing intermediate container bfdd2de84243 [2023-01-30T18:41:43.417Z] ---> 9a0cb296c5dc [2023-01-30T18:41:43.417Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-30T18:41:44.021Z] ---> 39d22d7e3f36 [2023-01-30T18:41:44.021Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T18:41:44.021Z] ---> Running in 754f0dc5b065 [2023-01-30T18:42:51.938Z] Removing intermediate container 754f0dc5b065 [2023-01-30T18:42:51.938Z] ---> 8db9760a106c [2023-01-30T18:42:51.938Z] Step 12/13 : COPY . . [2023-01-30T18:42:51.938Z] ---> b5ab5602a035 [2023-01-30T18:42:51.938Z] Step 13/13 : RUN ${MAKE} [2023-01-30T18:42:51.938Z] ---> Running in dda3060f310a [2023-01-30T18:42:51.938Z] noop [2023-01-30T18:42:51.938Z] Removing intermediate container dda3060f310a [2023-01-30T18:42:51.938Z] ---> ef12af84b68a [2023-01-30T18:42:51.938Z] Successfully built ef12af84b68a [2023-01-30T18:42:51.938Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:42:52.286Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T18:42:52.286Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:42:52.462Z] prd-ubuntu20.04-docker-arm64-4c-16g-4010 does not seem to be running inside a container [2023-01-30T18:42:52.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/99 -v /w/workspace/device-onvif-camera/99:/w/workspace/device-onvif-camera/99:rw,z -v /w/workspace/device-onvif-camera/99@tmp:/w/workspace/device-onvif-camera/99@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 ******** ci-base-image-arm64 cat [2023-01-30T18:42:53.734Z] $ docker top 81037a6031545252eddc42a63aa34a71facef22a4e2d9f6548f712297e654a84 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T18:42:54.562Z] + go version [2023-01-30T18:42:54.562Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-30T18:42:54.584Z] $ docker stop --time=1 81037a6031545252eddc42a63aa34a71facef22a4e2d9f6548f712297e654a84 [2023-01-30T18:42:56.208Z] $ docker rm -f --volumes 81037a6031545252eddc42a63aa34a71facef22a4e2d9f6548f712297e654a84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:42:56.754Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T18:42:56.754Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:42:56.938Z] prd-ubuntu20.04-docker-arm64-4c-16g-4010 does not seem to be running inside a container [2023-01-30T18:42:57.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/99 -v /w/workspace/device-onvif-camera/99:/w/workspace/device-onvif-camera/99:rw,z -v /w/workspace/device-onvif-camera/99@tmp:/w/workspace/device-onvif-camera/99@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 ******** ci-base-image-arm64 cat [2023-01-30T18:42:58.178Z] $ docker top 05ba23f959c1d574065e55bec3979e59ff2f676cd93f217d544c0d74e232aca7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T18:42:59.013Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/99 [Pipeline] fileExists [Pipeline] sh [2023-01-30T18:42:59.351Z] + make test [2023-01-30T18:42:59.351Z] go test ./... -coverprofile=coverage.out ./... [2023-01-30T18:43:01.305Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-30T18:44:37.965Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-30T18:44:38.932Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.194s coverage: 29.3% of statements [2023-01-30T18:44:38.932Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-30T18:44:49.026Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 19.988s coverage: 86.5% of statements [2023-01-30T18:44:49.026Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-30T18:44:49.026Z] go vet ./... [2023-01-30T18:45:21.322Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-30T18:45:21.322Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-30T18:45:21.322Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-30T18:45:21.341Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-30T18:45:21.361Z] $ docker stop --time=1 05ba23f959c1d574065e55bec3979e59ff2f676cd93f217d544c0d74e232aca7 [2023-01-30T18:45:23.228Z] $ docker rm -f --volumes 05ba23f959c1d574065e55bec3979e59ff2f676cd93f217d544c0d74e232aca7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T18:45:24.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-30T18:45:24.314Z] Warning: overwriting stash ‘coverage-report’ [2023-01-30T18:45:24.933Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T18:45:25.342Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-30T18:45:25.687Z] + ls -al . [2023-01-30T18:45:25.687Z] total 244 [2023-01-30T18:45:25.687Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 30 18:43 . [2023-01-30T18:45:25.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:40 .. [2023-01-30T18:45:25.687Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 30 18:40 .git [2023-01-30T18:45:25.687Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 18:40 .github [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 30 18:40 .gitignore [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 30 18:40 .golangci.yml [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 9638 Jan 30 18:40 Attribution.txt [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 30 18:40 CHANGELOG.md [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 1574 Jan 30 18:40 Dockerfile [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 30 18:40 GOVERNANCE.md [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 30 18:40 Jenkinsfile [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 30 18:40 LICENSE [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 2577 Jan 30 18:40 Makefile [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 30 18:40 OWNERS.md [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 30 18:40 README.md [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 30 18:38 VERSION [2023-01-30T18:45:25.687Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 30 18:40 bin [2023-01-30T18:45:25.687Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 30 18:40 cmd [2023-01-30T18:45:25.687Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 30 18:44 coverage.out [2023-01-30T18:45:25.687Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 30 18:40 doc [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 30 18:40 go.mod [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 30 18:40 go.sum [2023-01-30T18:45:25.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:40 internal [2023-01-30T18:45:25.687Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 30 18:40 snap [2023-01-30T18:45:25.687Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 30 18:40 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:45:26.037Z] + 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=81966fae257ec8aee1d7557002cb31a67ebedcc1 --label arch=arm64 --label version=3.0.0-dev.10 . [2023-01-30T18:45:27.020Z] Sending build context to Docker daemon 20.62MB [2023-01-30T18:45:27.020Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T18:45:27.020Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-30T18:45:27.020Z] ---> ef12af84b68a [2023-01-30T18:45:27.020Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-30T18:45:27.289Z] ---> Running in df675693cf7e [2023-01-30T18:45:27.880Z] Removing intermediate container df675693cf7e [2023-01-30T18:45:27.880Z] ---> 2c15fe01877b [2023-01-30T18:45:27.880Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T18:45:27.880Z] ---> Running in 527ecd9114b7 [2023-01-30T18:45:28.478Z] Removing intermediate container 527ecd9114b7 [2023-01-30T18:45:28.478Z] ---> 124a303d3a60 [2023-01-30T18:45:28.478Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T18:45:28.478Z] ---> Running in ade0aec77898 [2023-01-30T18:45:29.078Z] Removing intermediate container ade0aec77898 [2023-01-30T18:45:29.078Z] ---> ef19b9804d6b [2023-01-30T18:45:29.078Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T18:45:29.078Z] ---> Running in 63e982e46ce4 [2023-01-30T18:45:29.356Z] Removing intermediate container 63e982e46ce4 [2023-01-30T18:45:29.356Z] ---> 6602cf53f22a [2023-01-30T18:45:29.356Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-30T18:45:29.627Z] ---> Running in d58d3a19f4a1 [2023-01-30T18:45:29.904Z] Removing intermediate container d58d3a19f4a1 [2023-01-30T18:45:29.904Z] ---> a13e34ddda32 [2023-01-30T18:45:29.904Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T18:45:29.904Z] ---> Running in 330a1abb5df7 [2023-01-30T18:45:30.887Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T18:45:31.475Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T18:45:32.439Z] OK: 221 MiB in 51 packages [2023-01-30T18:45:33.399Z] Removing intermediate container 330a1abb5df7 [2023-01-30T18:45:33.399Z] ---> a788c58f80e6 [2023-01-30T18:45:33.399Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-30T18:45:33.399Z] ---> Running in b643f1bf93db [2023-01-30T18:45:33.983Z] Removing intermediate container b643f1bf93db [2023-01-30T18:45:33.983Z] ---> 1cd58109cb51 [2023-01-30T18:45:33.983Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-30T18:45:34.570Z] ---> 4a9d58865d70 [2023-01-30T18:45:34.570Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T18:45:34.570Z] ---> Running in c93ac6f50009 [2023-01-30T18:45:38.830Z] Removing intermediate container c93ac6f50009 [2023-01-30T18:45:38.830Z] ---> 97bb5e0f4018 [2023-01-30T18:45:38.830Z] Step 12/26 : COPY . . [2023-01-30T18:45:39.818Z] ---> 0a9f24d24558 [2023-01-30T18:45:39.818Z] Step 13/26 : RUN ${MAKE} [2023-01-30T18:45:39.818Z] ---> Running in cb7118990aa5 [2023-01-30T18:45:40.787Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.10" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd [2023-01-30T18:48:17.574Z] Removing intermediate container cb7118990aa5 [2023-01-30T18:48:17.574Z] ---> acea298da183 [2023-01-30T18:48:17.574Z] Step 14/26 : FROM alpine:3.16 [2023-01-30T18:48:17.574Z] 3.16: Pulling from library/alpine [2023-01-30T18:48:17.574Z] 6875df1f5354: Pulling fs layer [2023-01-30T18:48:17.574Z] 6875df1f5354: Verifying Checksum [2023-01-30T18:48:17.574Z] 6875df1f5354: Download complete [2023-01-30T18:48:17.574Z] 6875df1f5354: Pull complete [2023-01-30T18:48:17.574Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-30T18:48:17.574Z] Status: Downloaded newer image for alpine:3.16 [2023-01-30T18:48:17.574Z] ---> 2b4661558fb8 [2023-01-30T18:48:17.574Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-30T18:48:17.574Z] ---> Running in edd4c7713ec1 [2023-01-30T18:48:17.574Z] Removing intermediate container edd4c7713ec1 [2023-01-30T18:48:17.574Z] ---> f2162100aad5 [2023-01-30T18:48:17.574Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2023-01-30T18:48:17.574Z] ---> Running in f8f80af7f654 [2023-01-30T18:48:17.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T18:48:17.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T18:48:17.574Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-30T18:48:17.844Z] Executing busybox-1.35.0-r17.trigger [2023-01-30T18:48:17.844Z] OK: 5 MiB in 15 packages [2023-01-30T18:48:18.818Z] Removing intermediate container f8f80af7f654 [2023-01-30T18:48:18.818Z] ---> 525b9b1edab4 [2023-01-30T18:48:18.818Z] Step 17/26 : WORKDIR / [2023-01-30T18:48:18.818Z] ---> Running in 8b5d57023440 [2023-01-30T18:48:19.085Z] Removing intermediate container 8b5d57023440 [2023-01-30T18:48:19.085Z] ---> b73acc1c8d08 [2023-01-30T18:48:19.086Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-30T18:48:21.686Z] ---> 795ea0ca5644 [2023-01-30T18:48:21.686Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-30T18:48:21.964Z] ---> 1a4c8870a8d5 [2023-01-30T18:48:21.964Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-30T18:48:22.549Z] ---> 411c3228f8d0 [2023-01-30T18:48:22.549Z] Step 21/26 : EXPOSE 59984 [2023-01-30T18:48:22.549Z] ---> Running in 0abb1c2d391c [2023-01-30T18:48:22.817Z] Removing intermediate container 0abb1c2d391c [2023-01-30T18:48:22.817Z] ---> 7354ad21ce26 [2023-01-30T18:48:22.817Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-30T18:48:22.817Z] ---> Running in f05476e1c390 [2023-01-30T18:48:23.093Z] Removing intermediate container f05476e1c390 [2023-01-30T18:48:23.093Z] ---> b1b2f14a4a1c [2023-01-30T18:48:23.093Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-30T18:48:23.363Z] ---> Running in eb8272ad2322 [2023-01-30T18:48:23.631Z] Removing intermediate container eb8272ad2322 [2023-01-30T18:48:23.631Z] ---> fcb9000f0da8 [2023-01-30T18:48:23.631Z] Step 24/26 : LABEL arch=arm64 [2023-01-30T18:48:23.631Z] ---> Running in 8e5c01a5e227 [2023-01-30T18:48:23.909Z] Removing intermediate container 8e5c01a5e227 [2023-01-30T18:48:23.909Z] ---> 813bff9f5669 [2023-01-30T18:48:23.909Z] Step 25/26 : LABEL git_sha=81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:48:24.176Z] ---> Running in 9233715934bc [2023-01-30T18:48:24.443Z] Removing intermediate container 9233715934bc [2023-01-30T18:48:24.443Z] ---> a534438c98bd [2023-01-30T18:48:24.443Z] Step 26/26 : LABEL version=3.0.0-dev.10 [2023-01-30T18:48:24.443Z] ---> Running in f5edf3e397c2 [2023-01-30T18:48:24.710Z] Removing intermediate container f5edf3e397c2 [2023-01-30T18:48:24.710Z] ---> f9380df07313 [2023-01-30T18:48:24.710Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-30T18:48:24.710Z] Successfully built f9380df07313 [2023-01-30T18:48:24.710Z] Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:48:25.061Z] provisioning config files... [2023-01-30T18:48:25.074Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/99@tmp/config6068837656393605608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:48:25.413Z] ---> docker-login.sh [2023-01-30T18:48:25.413Z] nexus3.edgexfoundry.org:10001 [2023-01-30T18:48:25.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:48:25.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:48:25.680Z] Configure a credential helper to remove this warning. See [2023-01-30T18:48:25.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:48:25.680Z] [2023-01-30T18:48:25.680Z] Login Succeeded [2023-01-30T18:48:25.681Z] nexus3.edgexfoundry.org:10002 [2023-01-30T18:48:25.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:48:25.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:48:25.947Z] Configure a credential helper to remove this warning. See [2023-01-30T18:48:25.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:48:25.947Z] [2023-01-30T18:48:25.947Z] Login Succeeded [2023-01-30T18:48:25.947Z] nexus3.edgexfoundry.org:10003 [2023-01-30T18:48:26.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:48:26.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:48:26.479Z] Configure a credential helper to remove this warning. See [2023-01-30T18:48:26.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:48:26.479Z] [2023-01-30T18:48:26.479Z] Login Succeeded [2023-01-30T18:48:26.479Z] nexus3.edgexfoundry.org:10004 [2023-01-30T18:48:26.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:48:26.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:48:26.748Z] Configure a credential helper to remove this warning. See [2023-01-30T18:48:26.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:48:26.748Z] [2023-01-30T18:48:26.748Z] Login Succeeded [2023-01-30T18:48:26.748Z] docker.io [2023-01-30T18:48:27.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T18:48:27.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T18:48:27.280Z] Configure a credential helper to remove this warning. See [2023-01-30T18:48:27.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T18:48:27.280Z] [2023-01-30T18:48:27.280Z] Login Succeeded [2023-01-30T18:48:27.280Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T18:48:27.292Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T18:48:27.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T18:48:27.350Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2023-01-30T18:48:27.350Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:48:27.350Z] latest [2023-01-30T18:48:27.350Z] 3.0.0-dev.10 [2023-01-30T18:48:27.350Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:48:27.350Z] main [2023-01-30T18:48:27.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:27.699Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:28.040Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:48:28.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-30T18:48:28.040Z] 3d8bc876110f: Preparing [2023-01-30T18:48:28.040Z] 9524835f068e: Preparing [2023-01-30T18:48:28.040Z] 9859001dab2e: Preparing [2023-01-30T18:48:28.040Z] a2786c8c0b04: Preparing [2023-01-30T18:48:28.040Z] 17bec77d7fdc: Preparing [2023-01-30T18:48:28.040Z] 17bec77d7fdc: Layer already exists [2023-01-30T18:48:28.307Z] 9524835f068e: Pushed [2023-01-30T18:48:28.307Z] 3d8bc876110f: Pushed [2023-01-30T18:48:28.307Z] a2786c8c0b04: Pushed [2023-01-30T18:48:33.650Z] 9859001dab2e: Pushed [2023-01-30T18:48:33.650Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1: digest: sha256:ac34dfb98504893736ac74266f1f406299f0a8b60d07c8793ce5a5f90e843858 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:34.085Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:34.452Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-30T18:48:34.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-30T18:48:34.452Z] 3d8bc876110f: Preparing [2023-01-30T18:48:34.452Z] 9524835f068e: Preparing [2023-01-30T18:48:34.452Z] 9859001dab2e: Preparing [2023-01-30T18:48:34.452Z] a2786c8c0b04: Preparing [2023-01-30T18:48:34.452Z] 17bec77d7fdc: Preparing [2023-01-30T18:48:34.452Z] 3d8bc876110f: Layer already exists [2023-01-30T18:48:34.452Z] 17bec77d7fdc: Layer already exists [2023-01-30T18:48:34.452Z] a2786c8c0b04: Layer already exists [2023-01-30T18:48:34.452Z] 9859001dab2e: Layer already exists [2023-01-30T18:48:34.452Z] 9524835f068e: Layer already exists [2023-01-30T18:48:34.722Z] latest: digest: sha256:ac34dfb98504893736ac74266f1f406299f0a8b60d07c8793ce5a5f90e843858 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:35.102Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:35.468Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.10 [2023-01-30T18:48:35.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-30T18:48:35.468Z] 3d8bc876110f: Preparing [2023-01-30T18:48:35.468Z] 9524835f068e: Preparing [2023-01-30T18:48:35.468Z] 9859001dab2e: Preparing [2023-01-30T18:48:35.468Z] a2786c8c0b04: Preparing [2023-01-30T18:48:35.468Z] 17bec77d7fdc: Preparing [2023-01-30T18:48:35.468Z] 9859001dab2e: Layer already exists [2023-01-30T18:48:35.468Z] a2786c8c0b04: Layer already exists [2023-01-30T18:48:35.468Z] 17bec77d7fdc: Layer already exists [2023-01-30T18:48:35.468Z] 9524835f068e: Layer already exists [2023-01-30T18:48:35.468Z] 3d8bc876110f: Layer already exists [2023-01-30T18:48:35.739Z] 3.0.0-dev.10: digest: sha256:ac34dfb98504893736ac74266f1f406299f0a8b60d07c8793ce5a5f90e843858 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:36.100Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:36.464Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:48:36.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-30T18:48:36.464Z] 3d8bc876110f: Preparing [2023-01-30T18:48:36.464Z] 9524835f068e: Preparing [2023-01-30T18:48:36.464Z] 9859001dab2e: Preparing [2023-01-30T18:48:36.464Z] a2786c8c0b04: Preparing [2023-01-30T18:48:36.464Z] 17bec77d7fdc: Preparing [2023-01-30T18:48:36.464Z] 3d8bc876110f: Layer already exists [2023-01-30T18:48:36.464Z] a2786c8c0b04: Layer already exists [2023-01-30T18:48:36.464Z] 9859001dab2e: Layer already exists [2023-01-30T18:48:36.464Z] 9524835f068e: Layer already exists [2023-01-30T18:48:36.464Z] 17bec77d7fdc: Layer already exists [2023-01-30T18:48:36.464Z] 81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10: digest: sha256:ac34dfb98504893736ac74266f1f406299f0a8b60d07c8793ce5a5f90e843858 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:36.822Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:37.166Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2023-01-30T18:48:37.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-30T18:48:37.166Z] 3d8bc876110f: Preparing [2023-01-30T18:48:37.166Z] 9524835f068e: Preparing [2023-01-30T18:48:37.166Z] 9859001dab2e: Preparing [2023-01-30T18:48:37.166Z] a2786c8c0b04: Preparing [2023-01-30T18:48:37.166Z] 17bec77d7fdc: Preparing [2023-01-30T18:48:37.166Z] 17bec77d7fdc: Layer already exists [2023-01-30T18:48:37.166Z] 3d8bc876110f: Layer already exists [2023-01-30T18:48:37.166Z] a2786c8c0b04: Layer already exists [2023-01-30T18:48:37.166Z] 9524835f068e: Layer already exists [2023-01-30T18:48:37.166Z] 9859001dab2e: Layer already exists [2023-01-30T18:48:37.433Z] main: digest: sha256:ac34dfb98504893736ac74266f1f406299f0a8b60d07c8793ce5a5f90e843858 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-30T18:48:37.477Z] ===================================================== [Pipeline] echo [2023-01-30T18:48:37.484Z] taggedImages: [2023-01-30T18:48:37.484Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1 [2023-01-30T18:48:37.484Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-30T18:48:37.484Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.10 [2023-01-30T18:48:37.484Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:81966fae257ec8aee1d7557002cb31a67ebedcc1-3.0.0-dev.10 [2023-01-30T18:48:37.484Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:37.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T18:48:37.838Z] [2023-01-30T18:48:37.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:48:38.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T18:48:38.177Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-30T18:48:38.177Z] 8998bd30e6a1: Pulling fs layer [2023-01-30T18:48:38.177Z] 04944245beec: Pulling fs layer [2023-01-30T18:48:38.177Z] 699f458cf7ca: Pulling fs layer [2023-01-30T18:48:38.177Z] 765212b225bb: Pulling fs layer [2023-01-30T18:48:38.177Z] f23df028b6ca: Pulling fs layer [2023-01-30T18:48:38.177Z] d65c8cfc05b1: Pulling fs layer [2023-01-30T18:48:38.177Z] 2437ff75d9bd: Pulling fs layer [2023-01-30T18:48:38.177Z] f23df028b6ca: Waiting [2023-01-30T18:48:38.177Z] d65c8cfc05b1: Waiting [2023-01-30T18:48:38.177Z] 2437ff75d9bd: Waiting [2023-01-30T18:48:38.177Z] 765212b225bb: Waiting [2023-01-30T18:48:38.447Z] 04944245beec: Verifying Checksum [2023-01-30T18:48:38.447Z] 04944245beec: Download complete [2023-01-30T18:48:38.447Z] 765212b225bb: Verifying Checksum [2023-01-30T18:48:38.447Z] 765212b225bb: Download complete [2023-01-30T18:48:38.447Z] f23df028b6ca: Verifying Checksum [2023-01-30T18:48:38.447Z] f23df028b6ca: Download complete [2023-01-30T18:48:38.447Z] d65c8cfc05b1: Verifying Checksum [2023-01-30T18:48:38.447Z] d65c8cfc05b1: Download complete [2023-01-30T18:48:38.717Z] 699f458cf7ca: Verifying Checksum [2023-01-30T18:48:38.717Z] 699f458cf7ca: Download complete [2023-01-30T18:48:38.985Z] 8998bd30e6a1: Verifying Checksum [2023-01-30T18:48:38.985Z] 8998bd30e6a1: Download complete [2023-01-30T18:48:41.573Z] 2437ff75d9bd: Verifying Checksum [2023-01-30T18:48:41.573Z] 2437ff75d9bd: Download complete [2023-01-30T18:48:42.988Z] 8998bd30e6a1: Pull complete [2023-01-30T18:48:43.569Z] 04944245beec: Pull complete [2023-01-30T18:48:44.974Z] 699f458cf7ca: Pull complete [2023-01-30T18:48:44.974Z] 765212b225bb: Pull complete [2023-01-30T18:48:46.915Z] f23df028b6ca: Pull complete [2023-01-30T18:48:47.186Z] d65c8cfc05b1: Pull complete [2023-01-30T18:49:02.177Z] 2437ff75d9bd: Pull complete [2023-01-30T18:49:02.177Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-30T18:49:02.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T18:49:02.177Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:49:02.382Z] prd-ubuntu20.04-docker-arm64-4c-16g-4010 does not seem to be running inside a container [2023-01-30T18:49:02.465Z] $ 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/99 -v /w/workspace/device-onvif-camera/99:/w/workspace/device-onvif-camera/99:rw,z -v /w/workspace/device-onvif-camera/99@tmp:/w/workspace/device-onvif-camera/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-30T18:49:05.283Z] $ docker top 2828e9bb2ff52f322119e996dac2a4b98f023e9b0b6524cba905ac247f1f42e9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:49:06.137Z] ---> job-cost.sh [2023-01-30T18:49:06.137Z] lf-activate-venv: SKIPPING [2023-01-30T18:49:06.137Z] INFO: No Stack... [2023-01-30T18:49:06.720Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-30T18:49:07.303Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T18:49:07.631Z] + cat /w/workspace/device-onvif-camera/99/archives/cost.csv [2023-01-30T18:49:07.631Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T18:49:07.976Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [2023-01-30T18:49:07.982Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] did not exist. Created. [2023-01-30T18:49:07.982Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T18:49:08.651Z] /w/workspace/device-onvif-camera/99@tmp/durable-e5336c08/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-30T18:49:09.310Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-30T18:49:09.325Z] Warning: overwriting stash ‘stack-cost’ [2023-01-30T18:49:09.391Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T18:49:09.399Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-99-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T18:49:09.427Z] $ docker stop --time=1 2828e9bb2ff52f322119e996dac2a4b98f023e9b0b6524cba905ac247f1f42e9 [2023-01-30T18:49:11.873Z] $ docker rm -f --volumes 2828e9bb2ff52f322119e996dac2a4b98f023e9b0b6524cba905ac247f1f42e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-01-30T18:49:12.287Z] provisioning config files... [2023-01-30T18:49:12.294Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4418199049071119269tmp [Pipeline] { [Pipeline] sh [2023-01-30T18:49:12.583Z] + set +x [2023-01-30T18:49:12.583Z] + + curl -s https://codecov.io/bash [2023-01-30T18:49:12.583Z] bash -s -- [2023-01-30T18:49:12.583Z] [2023-01-30T18:49:12.583Z] _____ _ [2023-01-30T18:49:12.583Z] / ____| | | [2023-01-30T18:49:12.583Z] | | ___ __| | ___ ___ _____ __ [2023-01-30T18:49:12.583Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-30T18:49:12.583Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-30T18:49:12.583Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-30T18:49:12.583Z] Bash-1.0.6 [2023-01-30T18:49:12.583Z] [2023-01-30T18:49:12.583Z] [2023-01-30T18:49:12.583Z] ==> git version 2.25.1 found [2023-01-30T18:49:12.583Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-01-30T18:49:12.583Z] Release-Date: 2020-01-08 [2023-01-30T18:49:12.583Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-01-30T18:49:12.583Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-30T18:49:12.583Z] ==> Jenkins CI detected. [2023-01-30T18:49:12.583Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2023-01-30T18:49:12.583Z] project root: . [2023-01-30T18:49:12.583Z] --> token set from env [2023-01-30T18:49:12.583Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-30T18:49:12.583Z] ==> Running gcov in . (disable via -X gcov) [2023-01-30T18:49:12.583Z] ==> Python coveragepy not found [2023-01-30T18:49:12.583Z] ==> Searching for coverage reports in: [2023-01-30T18:49:12.583Z] + . [2023-01-30T18:49:12.583Z] -> Found 1 reports [2023-01-30T18:49:12.583Z] ==> Detecting git/mercurial file structure [2023-01-30T18:49:12.583Z] ==> Reading reports [2023-01-30T18:49:12.843Z] + ./coverage.out bytes=79184 [2023-01-30T18:49:12.843Z] ==> Appending adjustments [2023-01-30T18:49:12.843Z] https://docs.codecov.io/docs/fixing-reports [2023-01-30T18:49:12.843Z] + Found adjustments [2023-01-30T18:49:12.843Z] ==> Gzipping contents [2023-01-30T18:49:12.843Z] 12K /tmp/codecov.O3jj1M.gz [2023-01-30T18:49:12.843Z] ==> Uploading reports [2023-01-30T18:49:12.843Z] url: https://codecov.io [2023-01-30T18:49:12.843Z] query: branch=main&commit=81966fae257ec8aee1d7557002cb31a67ebedcc1&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F99%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T18:49:12.843Z] -> Pinging Codecov [2023-01-30T18:49:12.843Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=main&commit=81966fae257ec8aee1d7557002cb31a67ebedcc1&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F99%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-30T18:49:13.411Z] -> Uploading to [2023-01-30T18:49:13.411Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-30/F29A59C45E3A92E06B3E522C9905F8EF/81966fae257ec8aee1d7557002cb31a67ebedcc1/2e249116-cd09-42d3-be1a-384c73f6fb93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230130T184913Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=90c8d6f633e92306f2bc54068a9071df4e2bcb9ff15160f16dcaf50374763da8 [2023-01-30T18:49:13.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T18:49:13.411Z] Dload Upload Total Spent Left Speed [2023-01-30T18:49:13.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10863 0 0 100 10863 0 53512 --:--:-- --:--:-- --:--:-- 53250 100 10863 0 0 100 10863 0 37202 --:--:-- --:--:-- --:--:-- 37075 [2023-01-30T18:49:13.671Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] } [2023-01-30T18:49:13.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-30T18:49:13.936Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-30T18:49:13.945Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:49:14.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T18:49:14.243Z] [2023-01-30T18:49:14.243Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:49:14.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T18:49:14.547Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-30T18:49:14.547Z] df9b9388f04a: Pulling fs layer [2023-01-30T18:49:14.547Z] 52dc419b0ee2: Pulling fs layer [2023-01-30T18:49:14.547Z] 25bc292e5bac: Pulling fs layer [2023-01-30T18:49:14.547Z] 114826534d7a: Pulling fs layer [2023-01-30T18:49:14.547Z] 4657fd5d0bcf: Pulling fs layer [2023-01-30T18:49:14.547Z] 114826534d7a: Waiting [2023-01-30T18:49:14.547Z] 6ad1cebc031e: Pulling fs layer [2023-01-30T18:49:14.547Z] 4657fd5d0bcf: Waiting [2023-01-30T18:49:14.547Z] 8a3aa393b2d8: Pulling fs layer [2023-01-30T18:49:14.547Z] 25bc292e5bac: Verifying Checksum [2023-01-30T18:49:14.547Z] 25bc292e5bac: Download complete [2023-01-30T18:49:14.547Z] 52dc419b0ee2: Verifying Checksum [2023-01-30T18:49:14.547Z] 52dc419b0ee2: Download complete [2023-01-30T18:49:14.547Z] 4657fd5d0bcf: Download complete [2023-01-30T18:49:14.816Z] df9b9388f04a: Download complete [2023-01-30T18:49:15.079Z] df9b9388f04a: Pull complete [2023-01-30T18:49:15.079Z] 6ad1cebc031e: Verifying Checksum [2023-01-30T18:49:15.079Z] 6ad1cebc031e: Download complete [2023-01-30T18:49:15.079Z] 52dc419b0ee2: Pull complete [2023-01-30T18:49:15.349Z] 25bc292e5bac: Pull complete [2023-01-30T18:49:15.960Z] 114826534d7a: Verifying Checksum [2023-01-30T18:49:15.960Z] 114826534d7a: Download complete [2023-01-30T18:49:16.234Z] 8a3aa393b2d8: Verifying Checksum [2023-01-30T18:49:16.234Z] 8a3aa393b2d8: Download complete [2023-01-30T18:49:19.518Z] 114826534d7a: Pull complete [2023-01-30T18:49:19.518Z] 4657fd5d0bcf: Pull complete [2023-01-30T18:49:19.777Z] 6ad1cebc031e: Pull complete [2023-01-30T18:49:23.055Z] 8a3aa393b2d8: Pull complete [2023-01-30T18:49:23.055Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-30T18:49:23.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-30T18:49:23.055Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:49:23.141Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:49:23.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-01-30T18:49:26.334Z] $ docker top c4ba4c00244a9269784415cb31f3b702464a52878a3d3e9b792d11be741caaf3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-30T18:49:26.394Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2023-01-30T18:49:26.675Z] + set -o pipefail [2023-01-30T18:49:26.675Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2023-01-30T18:49:34.804Z] [2023-01-30T18:49:34.804Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2023-01-30T18:49:34.804Z] [2023-01-30T18:49:34.804Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/bd9945d5-385d-4a9c-a9b3-9c51b420c5bf [2023-01-30T18:49:34.804Z] [2023-01-30T18:49:34.804Z] Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. [2023-01-30T18:49:34.804Z] [2023-01-30T18:49:34.804Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-30T18:49:34.804Z] [2023-01-30T18:49:35.064Z] [2023-01-30T18:49:35.064Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-30T18:49:35.064Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-30T18:49:35.064Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-30T18:49:35.077Z] $ docker stop --time=1 c4ba4c00244a9269784415cb31f3b702464a52878a3d3e9b792d11be741caaf3 [2023-01-30T18:49:37.951Z] $ docker rm -f --volumes c4ba4c00244a9269784415cb31f3b702464a52878a3d3e9b792d11be741caaf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2023-01-30T18:49:38.354Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:49:38.366Z] provisioning config files... [2023-01-30T18:49:38.372Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config549990450139823119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:49:38.666Z] --> edgex-publish-swagger.sh [2023-01-30T18:49:38.666Z] === Publish doc/openapi/v2 API === [2023-01-30T18:49:38.666Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v2] to Swagger [2023-01-30T18:49:38.666Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v2/device-onvif-camera.yaml] [2023-01-30T18:49:38.666Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T18:49:38.666Z] Dload Upload Total Spent Left Speed [2023-01-30T18:49:39.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 469k 100 38 100 469k 64 797k --:--:-- --:--:-- --:--:-- 797k [2023-01-30T18:49:39.235Z] {"code":403,"message":"Access Denied"} [2023-01-30T18:49:39.235Z] [Pipeline] } [2023-01-30T18:49:39.242Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T18:49:39.668Z] + git log --format=format:%s -1 81966fae257ec8aee1d7557002cb31a67ebedcc1 [Pipeline] sh [2023-01-30T18:49:39.961Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T18:49:39.961Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:49:40.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:49:40.271Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:49:40.346Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:49:40.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T18:49:40.774Z] $ docker top 7eb2354ef0489b851d1a0b17681a9f72723066abda5177488b6d7e8c653e1a97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T18:49:40.873Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T18:49:40.873Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T18:49:40.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T18:49:40.997Z] $ docker exec 7eb2354ef0489b851d1a0b17681a9f72723066abda5177488b6d7e8c653e1a97 ssh-agent [2023-01-30T18:49:41.114Z] SSH_AUTH_SOCK=/tmp/ssh-spkqaa0gh9ed/agent.32 [2023-01-30T18:49:41.114Z] SSH_AGENT_PID=38 [2023-01-30T18:49:41.118Z] Running ssh-add (command line suppressed) [2023-01-30T18:49:41.223Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5591038451735532800.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5591038451735532800.key) [2023-01-30T18:49:41.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T18:49:41.523Z] + git semver tag [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,702 [run_tag] DEBUG tag force:False [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,702 [check_head_tag] DEBUG check head tag [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,703 [execute] INFO git cat-file --batch-check [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,703 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,707 [execute] INFO git cat-file --batch [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,707 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,734 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:49:41.781Z] 2023-01-30 18:49:41,735 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 [2023-01-30T18:49:41.782Z] 2023-01-30 18:49:41,735 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T18:49:41.782Z] 2023-01-30 18:49:41,740 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:49:41.782Z] 3.0.0-dev.10 [Pipeline] } [2023-01-30T18:49:41.789Z] $ docker exec --env ******** --env ******** 7eb2354ef0489b851d1a0b17681a9f72723066abda5177488b6d7e8c653e1a97 ssh-agent -k [2023-01-30T18:49:41.887Z] unset SSH_AUTH_SOCK; [2023-01-30T18:49:41.887Z] unset SSH_AGENT_PID; [2023-01-30T18:49:41.887Z] echo Agent pid 38 killed; [2023-01-30T18:49:41.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T18:49:42.199Z] + git semver [Pipeline] } [2023-01-30T18:49:42.470Z] $ docker stop --time=1 7eb2354ef0489b851d1a0b17681a9f72723066abda5177488b6d7e8c653e1a97 [2023-01-30T18:49:43.758Z] $ docker rm -f --volumes 7eb2354ef0489b851d1a0b17681a9f72723066abda5177488b6d7e8c653e1a97 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:49:44.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T18:49:44.133Z] [2023-01-30T18:49:44.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:49:44.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T18:49:44.438Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-30T18:49:44.438Z] ab5ef0e58194: Pulling fs layer [2023-01-30T18:49:44.438Z] 9712f1f96733: Pulling fs layer [2023-01-30T18:49:44.438Z] 63f879dbbcfc: Pulling fs layer [2023-01-30T18:49:44.438Z] 0d9ebad4ef96: Pulling fs layer [2023-01-30T18:49:44.438Z] e9a5061849ea: Pulling fs layer [2023-01-30T18:49:44.438Z] d747dcd14b5f: Pulling fs layer [2023-01-30T18:49:44.438Z] 2de7ff778b66: Pulling fs layer [2023-01-30T18:49:44.438Z] d747dcd14b5f: Waiting [2023-01-30T18:49:44.438Z] 0d9ebad4ef96: Waiting [2023-01-30T18:49:44.438Z] 2de7ff778b66: Waiting [2023-01-30T18:49:44.438Z] e9a5061849ea: Waiting [2023-01-30T18:49:44.438Z] 9712f1f96733: Download complete [2023-01-30T18:49:45.452Z] 63f879dbbcfc: Verifying Checksum [2023-01-30T18:49:45.452Z] 63f879dbbcfc: Download complete [2023-01-30T18:49:45.452Z] e9a5061849ea: Verifying Checksum [2023-01-30T18:49:45.452Z] e9a5061849ea: Download complete [2023-01-30T18:49:45.452Z] d747dcd14b5f: Verifying Checksum [2023-01-30T18:49:45.452Z] d747dcd14b5f: Download complete [2023-01-30T18:49:45.723Z] ab5ef0e58194: Download complete [2023-01-30T18:49:45.723Z] 2de7ff778b66: Verifying Checksum [2023-01-30T18:49:45.723Z] 2de7ff778b66: Download complete [2023-01-30T18:49:45.980Z] 0d9ebad4ef96: Verifying Checksum [2023-01-30T18:49:45.980Z] 0d9ebad4ef96: Download complete [2023-01-30T18:49:48.508Z] ab5ef0e58194: Pull complete [2023-01-30T18:49:48.508Z] 9712f1f96733: Pull complete [2023-01-30T18:49:49.074Z] 63f879dbbcfc: Pull complete [2023-01-30T18:49:53.276Z] 0d9ebad4ef96: Pull complete [2023-01-30T18:49:53.276Z] e9a5061849ea: Pull complete [2023-01-30T18:49:53.276Z] d747dcd14b5f: Pull complete [2023-01-30T18:49:54.211Z] 2de7ff778b66: Pull complete [2023-01-30T18:49:54.211Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-30T18:49:54.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-30T18:49:54.211Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:49:54.293Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:49:54.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-01-30T18:49:57.633Z] $ docker top 535afd5c8a9c09ee9236240791a1adb754f82a1baada436bcbe96784a0631016 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:49:57.714Z] provisioning config files... [2023-01-30T18:49:57.721Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config9616220133124021286tmp [2023-01-30T18:49:57.729Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config12052485689493737254tmp [2023-01-30T18:49:57.736Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15420193897766568860tmp [Pipeline] { [Pipeline] echo [2023-01-30T18:49:57.753Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:49:58.035Z] ---> sigul-configuration.sh [2023-01-30T18:49:58.035Z] gpg: directory `/root/.gnupg' created [2023-01-30T18:49:58.035Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-30T18:49:58.035Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-30T18:49:58.035Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-30T18:49:58.035Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-30T18:49:58.035Z] gpg: CAST5 encrypted data [2023-01-30T18:49:58.035Z] gpg: encrypted with 1 passphrase [2023-01-30T18:49:58.035Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-30T18:49:58.322Z] + mkdir /home/jenkins [2023-01-30T18:49:58.322Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-30T18:49:58.608Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-01-30T18:49:58.619Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:49:58.905Z] ---> sigul-install.sh [2023-01-30T18:49:58.905Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-30T18:49:59.199Z] + git tag --list [2023-01-30T18:49:59.200Z] v0.0.0 [2023-01-30T18:49:59.200Z] v0.0.1-dev.1 [2023-01-30T18:49:59.200Z] v0.0.1-dev.10 [2023-01-30T18:49:59.200Z] v0.0.1-dev.11 [2023-01-30T18:49:59.200Z] v0.0.1-dev.12 [2023-01-30T18:49:59.200Z] v0.0.1-dev.13 [2023-01-30T18:49:59.200Z] v0.0.1-dev.14 [2023-01-30T18:49:59.200Z] v0.0.1-dev.15 [2023-01-30T18:49:59.200Z] v0.0.1-dev.16 [2023-01-30T18:49:59.200Z] v0.0.1-dev.17 [2023-01-30T18:49:59.200Z] v0.0.1-dev.18 [2023-01-30T18:49:59.200Z] v0.0.1-dev.19 [2023-01-30T18:49:59.200Z] v0.0.1-dev.2 [2023-01-30T18:49:59.200Z] v0.0.1-dev.20 [2023-01-30T18:49:59.200Z] v0.0.1-dev.21 [2023-01-30T18:49:59.200Z] v0.0.1-dev.22 [2023-01-30T18:49:59.200Z] v0.0.1-dev.23 [2023-01-30T18:49:59.200Z] v0.0.1-dev.24 [2023-01-30T18:49:59.200Z] v0.0.1-dev.25 [2023-01-30T18:49:59.200Z] v0.0.1-dev.26 [2023-01-30T18:49:59.200Z] v0.0.1-dev.27 [2023-01-30T18:49:59.200Z] v0.0.1-dev.28 [2023-01-30T18:49:59.200Z] v0.0.1-dev.3 [2023-01-30T18:49:59.200Z] v0.0.1-dev.4 [2023-01-30T18:49:59.200Z] v0.0.1-dev.5 [2023-01-30T18:49:59.200Z] v0.0.1-dev.6 [2023-01-30T18:49:59.200Z] v0.0.1-dev.7 [2023-01-30T18:49:59.200Z] v0.0.1-dev.8 [2023-01-30T18:49:59.200Z] v0.0.1-dev.9 [2023-01-30T18:49:59.200Z] v2.2.0 [2023-01-30T18:49:59.200Z] v2.2.0-dev.29 [2023-01-30T18:49:59.200Z] v2.2.0-dev.30 [2023-01-30T18:49:59.200Z] v2.2.0-dev.31 [2023-01-30T18:49:59.200Z] v2.2.0-dev.32 [2023-01-30T18:49:59.200Z] v2.2.0-dev.33 [2023-01-30T18:49:59.200Z] v2.2.0-dev.34 [2023-01-30T18:49:59.200Z] v2.2.0-dev.35 [2023-01-30T18:49:59.200Z] v2.3.0 [2023-01-30T18:49:59.200Z] v2.3.0-dev.1 [2023-01-30T18:49:59.200Z] v2.3.0-dev.10 [2023-01-30T18:49:59.200Z] v2.3.0-dev.11 [2023-01-30T18:49:59.200Z] v2.3.0-dev.12 [2023-01-30T18:49:59.200Z] v2.3.0-dev.13 [2023-01-30T18:49:59.200Z] v2.3.0-dev.14 [2023-01-30T18:49:59.200Z] v2.3.0-dev.15 [2023-01-30T18:49:59.200Z] v2.3.0-dev.16 [2023-01-30T18:49:59.200Z] v2.3.0-dev.17 [2023-01-30T18:49:59.200Z] v2.3.0-dev.18 [2023-01-30T18:49:59.200Z] v2.3.0-dev.19 [2023-01-30T18:49:59.200Z] v2.3.0-dev.2 [2023-01-30T18:49:59.200Z] v2.3.0-dev.20 [2023-01-30T18:49:59.200Z] v2.3.0-dev.21 [2023-01-30T18:49:59.200Z] v2.3.0-dev.22 [2023-01-30T18:49:59.200Z] v2.3.0-dev.23 [2023-01-30T18:49:59.200Z] v2.3.0-dev.24 [2023-01-30T18:49:59.200Z] v2.3.0-dev.25 [2023-01-30T18:49:59.200Z] v2.3.0-dev.26 [2023-01-30T18:49:59.200Z] v2.3.0-dev.27 [2023-01-30T18:49:59.200Z] v2.3.0-dev.28 [2023-01-30T18:49:59.200Z] v2.3.0-dev.29 [2023-01-30T18:49:59.200Z] v2.3.0-dev.3 [2023-01-30T18:49:59.200Z] v2.3.0-dev.30 [2023-01-30T18:49:59.200Z] v2.3.0-dev.31 [2023-01-30T18:49:59.200Z] v2.3.0-dev.32 [2023-01-30T18:49:59.200Z] v2.3.0-dev.33 [2023-01-30T18:49:59.200Z] v2.3.0-dev.34 [2023-01-30T18:49:59.200Z] v2.3.0-dev.35 [2023-01-30T18:49:59.200Z] v2.3.0-dev.36 [2023-01-30T18:49:59.200Z] v2.3.0-dev.37 [2023-01-30T18:49:59.200Z] v2.3.0-dev.38 [2023-01-30T18:49:59.200Z] v2.3.0-dev.39 [2023-01-30T18:49:59.200Z] v2.3.0-dev.4 [2023-01-30T18:49:59.200Z] v2.3.0-dev.40 [2023-01-30T18:49:59.200Z] v2.3.0-dev.41 [2023-01-30T18:49:59.200Z] v2.3.0-dev.42 [2023-01-30T18:49:59.200Z] v2.3.0-dev.43 [2023-01-30T18:49:59.200Z] v2.3.0-dev.44 [2023-01-30T18:49:59.200Z] v2.3.0-dev.45 [2023-01-30T18:49:59.200Z] v2.3.0-dev.5 [2023-01-30T18:49:59.200Z] v2.3.0-dev.6 [2023-01-30T18:49:59.200Z] v2.3.0-dev.7 [2023-01-30T18:49:59.200Z] v2.3.0-dev.8 [2023-01-30T18:49:59.200Z] v2.3.0-dev.9 [2023-01-30T18:49:59.200Z] v2.3.1-dev.1 [2023-01-30T18:49:59.200Z] v3.0.0-dev.1 [2023-01-30T18:49:59.200Z] v3.0.0-dev.10 [2023-01-30T18:49:59.200Z] v3.0.0-dev.2 [2023-01-30T18:49:59.200Z] v3.0.0-dev.3 [2023-01-30T18:49:59.200Z] v3.0.0-dev.4 [2023-01-30T18:49:59.200Z] v3.0.0-dev.5 [2023-01-30T18:49:59.200Z] v3.0.0-dev.6 [2023-01-30T18:49:59.200Z] v3.0.0-dev.7 [2023-01-30T18:49:59.200Z] v3.0.0-dev.8 [2023-01-30T18:49:59.200Z] v3.0.0-dev.9 [Pipeline] sh [2023-01-30T18:49:59.487Z] + lftools sign git-tag v3.0.0-dev.10 [2023-01-30T18:50:00.055Z] Signing Git tag with Sigul... [2023-01-30T18:50:00.056Z] Signing v3.0.0-dev.10 [Pipeline] echo [2023-01-30T18:50:00.325Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:00.611Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-30T18:50:00.618Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-30T18:50:00.637Z] $ docker stop --time=1 535afd5c8a9c09ee9236240791a1adb754f82a1baada436bcbe96784a0631016 [2023-01-30T18:50:01.939Z] $ docker rm -f --volumes 535afd5c8a9c09ee9236240791a1adb754f82a1baada436bcbe96784a0631016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-30T18:50:02.358Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T18:50:02.358Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:50:02.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:50:02.657Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:50:02.723Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:50:02.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T18:50:03.107Z] $ docker top 5722b4e0971ff121f1d443b04c0ad1bc4123cd7643d1740dbca8a8b15dbf7da0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T18:50:03.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T18:50:03.195Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T18:50:03.323Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T18:50:03.324Z] $ docker exec 5722b4e0971ff121f1d443b04c0ad1bc4123cd7643d1740dbca8a8b15dbf7da0 ssh-agent [2023-01-30T18:50:03.433Z] SSH_AUTH_SOCK=/tmp/ssh-Bg08a8Pfzywj/agent.32 [2023-01-30T18:50:03.433Z] SSH_AGENT_PID=38 [2023-01-30T18:50:03.437Z] Running ssh-add (command line suppressed) [2023-01-30T18:50:03.539Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2672822039985239757.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2672822039985239757.key) [2023-01-30T18:50:03.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T18:50:03.853Z] + git semver bump pre [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,035 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,035 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,035 [bump_version] DEBUG bumped version:3.0.0-dev.11 [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,036 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,036 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,036 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,037 [execute] INFO git cat-file --batch-check [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,038 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,043 [execute] INFO git cat-file --batch [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,044 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T18:50:04.114Z] 2023-01-30 18:50:04,050 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:50:04.114Z] 3.0.0-dev.11 [Pipeline] } [2023-01-30T18:50:04.122Z] $ docker exec --env ******** --env ******** 5722b4e0971ff121f1d443b04c0ad1bc4123cd7643d1740dbca8a8b15dbf7da0 ssh-agent -k [2023-01-30T18:50:04.215Z] unset SSH_AUTH_SOCK; [2023-01-30T18:50:04.215Z] unset SSH_AGENT_PID; [2023-01-30T18:50:04.216Z] echo Agent pid 38 killed; [2023-01-30T18:50:04.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T18:50:04.527Z] + git semver [Pipeline] } [2023-01-30T18:50:04.800Z] $ docker stop --time=1 5722b4e0971ff121f1d443b04c0ad1bc4123cd7643d1740dbca8a8b15dbf7da0 [2023-01-30T18:50:06.091Z] $ docker rm -f --volumes 5722b4e0971ff121f1d443b04c0ad1bc4123cd7643d1740dbca8a8b15dbf7da0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T18:50:06.445Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T18:50:06.446Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:50:06.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T18:50:06.746Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:50:06.823Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:50:06.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-01-30T18:50:07.213Z] $ docker top e7789821bc6612552b56c71128a7c8b23661239062f4740713a908e12694672b -eo pid,comm [2023-01-30T18:50:07.263Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T18:50:07.263Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T18:50:07.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T18:50:07.302Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T18:50:07.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T18:50:07.422Z] $ docker exec e7789821bc6612552b56c71128a7c8b23661239062f4740713a908e12694672b ssh-agent [2023-01-30T18:50:07.545Z] SSH_AUTH_SOCK=/tmp/ssh-px08yFIJns2W/agent.31 [2023-01-30T18:50:07.545Z] SSH_AGENT_PID=37 [2023-01-30T18:50:07.550Z] Running ssh-add (command line suppressed) [2023-01-30T18:50:07.649Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_13800389745198567425.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_13800389745198567425.key) [2023-01-30T18:50:07.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T18:50:07.949Z] + git semver push [2023-01-30T18:50:08.208Z] 2023-01-30 18:50:08,146 [run_push] DEBUG push [2023-01-30T18:50:08.208Z] 2023-01-30 18:50:08,147 [execute] INFO git cat-file --batch-check [2023-01-30T18:50:08.208Z] 2023-01-30 18:50:08,147 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T18:50:08.208Z] 2023-01-30 18:50:08,152 [execute] INFO git rev-list a0acc7a2b7ad18fea5166c927b3d58c0f86bf452 -- [2023-01-30T18:50:08.208Z] 2023-01-30 18:50:08,152 [execute] DEBUG Popen(['git', 'rev-list', 'a0acc7a2b7ad18fea5166c927b3d58c0f86bf452', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T18:50:08.209Z] 2023-01-30 18:50:08,159 [execute] INFO git fetch -v origin [2023-01-30T18:50:08.209Z] 2023-01-30 18:50:08,159 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-01-30T18:50:08.777Z] 2023-01-30 18:50:08,711 [run_push] DEBUG no remote changes detected [2023-01-30T18:50:08.777Z] 2023-01-30 18:50:08,711 [execute] INFO git push origin semver [2023-01-30T18:50:08.777Z] 2023-01-30 18:50:08,711 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-30T18:50:09.715Z] 2023-01-30 18:50:09,496 [run_push] DEBUG push all version tags [2023-01-30T18:50:09.715Z] 2023-01-30 18:50:09,496 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-30T18:50:09.715Z] 2023-01-30 18:50:09,497 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-30T18:50:10.653Z] 2023-01-30 18:50:10,302 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-30T18:50:10.653Z] 3.0.0-dev.11 [Pipeline] } [2023-01-30T18:50:10.659Z] $ docker exec --env ******** --env ******** e7789821bc6612552b56c71128a7c8b23661239062f4740713a908e12694672b ssh-agent -k [2023-01-30T18:50:10.746Z] unset SSH_AUTH_SOCK; [2023-01-30T18:50:10.746Z] unset SSH_AGENT_PID; [2023-01-30T18:50:10.746Z] echo Agent pid 37 killed; [2023-01-30T18:50:10.758Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T18:50:11.052Z] + git semver [Pipeline] } [2023-01-30T18:50:11.323Z] $ docker stop --time=1 e7789821bc6612552b56c71128a7c8b23661239062f4740713a908e12694672b [2023-01-30T18:50:12.588Z] $ docker rm -f --volumes e7789821bc6612552b56c71128a7c8b23661239062f4740713a908e12694672b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-30T18:50:13.179Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2023-01-30T18:50:13.179Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-30T18:50:13.179Z] total 16 [2023-01-30T18:50:13.179Z] drwxr-xr-x 3 root root 4096 Jan 30 18:41 . [2023-01-30T18:50:13.179Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 30 18:49 .. [2023-01-30T18:50:13.179Z] drwxr-xr-x 2 root root 4096 Jan 30 18:41 cost [2023-01-30T18:50:13.179Z] -rw-r--r-- 1 root root 90 Jan 30 18:41 cost.csv [2023-01-30T18:50:13.179Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-30T18:50:13.179Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-30T18:50:13.179Z] total 16 [2023-01-30T18:50:13.179Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 18:41 . [2023-01-30T18:50:13.179Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 30 18:49 .. [2023-01-30T18:50:13.179Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 30 18:41 cost [2023-01-30T18:50:13.179Z] -rw-r--r-- 1 jenkins jenkins 90 Jan 30 18:41 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:13.471Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:14.333Z] ---> package-listing.sh [2023-01-30T18:50:14.333Z] ++ facter osfamily [2023-01-30T18:50:14.333Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-30T18:50:14.593Z] + OS_FAMILY=debian [2023-01-30T18:50:14.593Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2023-01-30T18:50:14.593Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-30T18:50:14.593Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-30T18:50:14.593Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-30T18:50:14.593Z] + PACKAGES=/tmp/packages_start.txt [2023-01-30T18:50:14.593Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-30T18:50:14.593Z] + PACKAGES=/tmp/packages_end.txt [2023-01-30T18:50:14.593Z] + case "${OS_FAMILY}" in [2023-01-30T18:50:14.593Z] + dpkg -l [2023-01-30T18:50:14.593Z] + grep '^ii' [2023-01-30T18:50:14.593Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-30T18:50:14.593Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-30T18:50:14.593Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-30T18:50:14.593Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-30T18:50:14.593Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2023-01-30T18:50:14.593Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo [2023-01-30T18:50:14.606Z] 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-30T18:50:14.885Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T18:50:15.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T18:50:15.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T18:50:15.682Z] prd-ubuntu20.04-docker-8c-8g-4009 does not seem to be running inside a container [2023-01-30T18:50:15.709Z] $ 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T18:50:15.893Z] $ docker top 08669afa741a62b131148fc59654811f6e519a3a0aa43218caab75f65ef30173 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T18:50:16.242Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-30T18:50:16.532Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-30T18:50:16.818Z] + ls /var/log/sa-host [2023-01-30T18:50:16.818Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T18:50:16.999Z] provisioning config files... [2023-01-30T18:50:17.009Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6722774349242203512tmp [Pipeline] { [Pipeline] echo [2023-01-30T18:50:17.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:17.308Z] ---> create-netrc.sh [Pipeline] } [2023-01-30T18:50:17.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:17.638Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-30T18:50:17.646Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:17.933Z] ---> sudo-logs.sh [2023-01-30T18:50:17.933Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-30T18:50:17.966Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:18.251Z] ---> job-cost.sh [2023-01-30T18:50:18.251Z] lf-activate-venv: SKIPPING [2023-01-30T18:50:18.251Z] DEBUG: total: 0.2199999988079071 [2023-01-30T18:50:18.251Z] INFO: Retrieving Stack Cost... [2023-01-30T18:50:18.819Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T18:50:19.078Z] INFO: Archiving Costs [Pipeline] echo [2023-01-30T18:50:19.090Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T18:50:19.371Z] ---> logs-deploy.sh [2023-01-30T18:50:19.371Z] lf-activate-venv: SKIPPING [2023-01-30T18:50:19.371Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/99 [2023-01-30T18:50:19.371Z] INFO: archiving workspace using pattern(s): [2023-01-30T18:50:20.306Z] Archives upload complete. [2023-01-30T18:50:20.306Z] INFO: archiving logs to Nexus