Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ed435512d23c0fe6735192e03ad24dc623114abf 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-ssh16782760733015065791.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-ssh12750666284027016758.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-ssh10037161852117735923.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-ssh11750750866817636291.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-ssh3929471959742549233.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-1498 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 ed435512d23c0fe6735192e03ad24dc623114abf (main) Commit message: "fix: update scripts to use latest consul path (#206)" > 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 ed435512d23c0fe6735192e03ad24dc623114abf # timeout=10 > git rev-list --no-walk e283d27a39f6608c4972b60e45559292c212ac31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-09T23:17:54.580Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-09T23:17:54.624Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-09T23:17:54.635Z] ========================================================= [2023-01-09T23:17:54.635Z] EdgeX Global Pipelines Version Info [2023-01-09T23:17:54.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:17:55.342Z] ------------------- [2023-01-09T23:17:55.342Z] stable info: [2023-01-09T23:17:55.342Z] ------------------- [2023-01-09T23:17:55.342Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-09T23:17:55.342Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-09T23:17:55.342Z] Message: update stable to v1.0.244 [2023-01-09T23:17:55.912Z] ------------------- [2023-01-09T23:17:55.912Z] experimental info: [2023-01-09T23:17:55.912Z] ------------------- [2023-01-09T23:17:55.912Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-09T23:17:55.912Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-09T23:17:55.912Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-09T23:17:56.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-01-09T23:17:56.071Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-01-09T23:17:56.082Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-09T23:17:56.093Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-09T23:17:56.105Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-09T23:17:56.116Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-09T23:17:56.127Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-09T23:17:56.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-09T23:17:56.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-09T23:17:56.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-09T23:17:56.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-09T23:17:56.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-01-09T23:17:56.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-09T23:17:56.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-09T23:17:56.216Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-09T23:17:56.227Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-09T23:17:56.239Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-09T23:17:56.250Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-09T23:17:56.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-09T23:17:56.278Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-09T23:17:56.289Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-09T23:17:56.301Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-01-09T23:17:56.312Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-09T23:17:56.323Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-09T23:17:56.335Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-09T23:17:56.346Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-09T23:17:56.358Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-09T23:17:56.373Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-09T23:17:56.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-09T23:17:56.395Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-09T23:17:56.407Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] echo [2023-01-09T23:17:56.418Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed43551 [Pipeline] echo [2023-01-09T23:17:56.430Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:17:56.473Z] provisioning config files... [2023-01-09T23:17:56.487Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14359637995455249448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:17:56.787Z] ---> docker-login.sh [2023-01-09T23:17:56.787Z] nexus3.edgexfoundry.org:10001 [2023-01-09T23:17:57.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:17:57.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:17:57.047Z] Configure a credential helper to remove this warning. See [2023-01-09T23:17:57.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:17:57.048Z] [2023-01-09T23:17:57.048Z] Login Succeeded [2023-01-09T23:17:57.048Z] nexus3.edgexfoundry.org:10002 [2023-01-09T23:17:57.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:17:57.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:17:57.311Z] Configure a credential helper to remove this warning. See [2023-01-09T23:17:57.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:17:57.311Z] [2023-01-09T23:17:57.311Z] Login Succeeded [2023-01-09T23:17:57.311Z] nexus3.edgexfoundry.org:10003 [2023-01-09T23:17:57.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:17:57.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:17:57.311Z] Configure a credential helper to remove this warning. See [2023-01-09T23:17:57.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:17:57.311Z] [2023-01-09T23:17:57.311Z] Login Succeeded [2023-01-09T23:17:57.311Z] nexus3.edgexfoundry.org:10004 [2023-01-09T23:17:57.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:17:57.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:17:57.571Z] Configure a credential helper to remove this warning. See [2023-01-09T23:17:57.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:17:57.571Z] [2023-01-09T23:17:57.571Z] Login Succeeded [2023-01-09T23:17:57.571Z] docker.io [2023-01-09T23:17:57.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:17:57.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:17:57.831Z] Configure a credential helper to remove this warning. See [2023-01-09T23:17:57.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:17:57.831Z] [2023-01-09T23:17:57.831Z] Login Succeeded [2023-01-09T23:17:57.831Z] ---> docker-login.sh ends [Pipeline] } [2023-01-09T23:17:57.840Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-09T23:17:58.207Z] + git rev-list -1 --merges ed435512d23c0fe6735192e03ad24dc623114abf~1..ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] echo [2023-01-09T23:17:58.264Z] -----------> git rev-list -1 --merges ed435512d23c0fe6735192e03ad24dc623114abf~1..ed435512d23c0fe6735192e03ad24dc623114abf ed435512d23c0fe6735192e03ad24dc623114abf [false] [Pipeline] sh [2023-01-09T23:17:58.558Z] + git log --format=format:%s -1 ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] echo [2023-01-09T23:17:58.576Z] ========================================================= [2023-01-09T23:17:58.576Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-09T23:17:58.576Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-09T23:17:58.895Z] + git log --format=format:%s -1 ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] echo [2023-01-09T23:17:58.908Z] [semverPrep] GIT_COMMIT: ed435512d23c0fe6735192e03ad24dc623114abf, Commit Message: fix: update scripts to use latest consul path (#206) [Pipeline] echo [2023-01-09T23:17:58.917Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-09T23:17:59.284Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-09T23:17:59.284Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-09T23:17:59.284Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-09T23:17:59.284Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-09T23:17:59.284Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-09T23:17:59.284Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-09T23:17:59.284Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:17:59.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:17:59.700Z] [2023-01-09T23:17:59.700Z] 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-09T23:18:00.017Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:18:00.017Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-09T23:18:00.017Z] b85a868b505f: Pulling fs layer [2023-01-09T23:18:00.017Z] e2be974225ed: Pulling fs layer [2023-01-09T23:18:00.017Z] 339a4e72a1f5: Pulling fs layer [2023-01-09T23:18:00.017Z] 988bab9f4d93: Pulling fs layer [2023-01-09T23:18:00.017Z] 1469e6f7b9e6: Pulling fs layer [2023-01-09T23:18:00.017Z] eaf3925da568: Pulling fs layer [2023-01-09T23:18:00.017Z] bab4dde63d76: Pulling fs layer [2023-01-09T23:18:00.017Z] bde34c3a00c8: Pulling fs layer [2023-01-09T23:18:00.017Z] b352a97aabf1: Pulling fs layer [2023-01-09T23:18:00.017Z] 4872d77fe225: Pulling fs layer [2023-01-09T23:18:00.017Z] 5851b861e8e6: Pulling fs layer [2023-01-09T23:18:00.017Z] bab4dde63d76: Waiting [2023-01-09T23:18:00.017Z] bde34c3a00c8: Waiting [2023-01-09T23:18:00.017Z] b352a97aabf1: Waiting [2023-01-09T23:18:00.017Z] 4872d77fe225: Waiting [2023-01-09T23:18:00.017Z] 5851b861e8e6: Waiting [2023-01-09T23:18:00.017Z] 988bab9f4d93: Waiting [2023-01-09T23:18:00.017Z] 1469e6f7b9e6: Waiting [2023-01-09T23:18:00.017Z] eaf3925da568: Waiting [2023-01-09T23:18:00.017Z] e2be974225ed: Verifying Checksum [2023-01-09T23:18:00.017Z] e2be974225ed: Download complete [2023-01-09T23:18:00.017Z] 988bab9f4d93: Verifying Checksum [2023-01-09T23:18:00.017Z] 988bab9f4d93: Download complete [2023-01-09T23:18:00.287Z] 1469e6f7b9e6: Verifying Checksum [2023-01-09T23:18:00.287Z] 1469e6f7b9e6: Download complete [2023-01-09T23:18:00.287Z] eaf3925da568: Download complete [2023-01-09T23:18:00.287Z] 339a4e72a1f5: Verifying Checksum [2023-01-09T23:18:00.287Z] 339a4e72a1f5: Download complete [2023-01-09T23:18:00.287Z] bde34c3a00c8: Verifying Checksum [2023-01-09T23:18:00.287Z] bde34c3a00c8: Download complete [2023-01-09T23:18:00.287Z] b352a97aabf1: Download complete [2023-01-09T23:18:00.287Z] 4872d77fe225: Verifying Checksum [2023-01-09T23:18:00.287Z] 4872d77fe225: Download complete [2023-01-09T23:18:00.287Z] 5851b861e8e6: Verifying Checksum [2023-01-09T23:18:00.287Z] 5851b861e8e6: Download complete [2023-01-09T23:18:00.287Z] b85a868b505f: Verifying Checksum [2023-01-09T23:18:00.287Z] b85a868b505f: Download complete [2023-01-09T23:18:00.559Z] bab4dde63d76: Verifying Checksum [2023-01-09T23:18:00.559Z] bab4dde63d76: Download complete [2023-01-09T23:18:01.496Z] b85a868b505f: Pull complete [2023-01-09T23:18:01.757Z] e2be974225ed: Pull complete [2023-01-09T23:18:02.325Z] 339a4e72a1f5: Pull complete [2023-01-09T23:18:02.325Z] 988bab9f4d93: Pull complete [2023-01-09T23:18:02.585Z] 1469e6f7b9e6: Pull complete [2023-01-09T23:18:02.585Z] eaf3925da568: Pull complete [2023-01-09T23:18:04.491Z] bab4dde63d76: Pull complete [2023-01-09T23:18:04.491Z] bde34c3a00c8: Pull complete [2023-01-09T23:18:04.491Z] b352a97aabf1: Pull complete [2023-01-09T23:18:04.491Z] 4872d77fe225: Pull complete [2023-01-09T23:18:04.491Z] 5851b861e8e6: Pull complete [2023-01-09T23:18:04.751Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-09T23:18:04.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:18:04.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:18:04.846Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:18:04.866Z] $ 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-09T23:18:05.914Z] $ docker top 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c -eo pid,comm [2023-01-09T23:18:05.982Z] 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-09T23:18:05.982Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-09T23:18:06.021Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-09T23:18:06.021Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-09T23:18:06.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-09T23:18:06.115Z] $ docker exec 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c ssh-agent [2023-01-09T23:18:06.223Z] SSH_AUTH_SOCK=/tmp/ssh-EB27XVt7QphM/agent.33 [2023-01-09T23:18:06.223Z] SSH_AGENT_PID=39 [2023-01-09T23:18:06.230Z] Running ssh-add (command line suppressed) [2023-01-09T23:18:06.321Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5881568408619083578.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5881568408619083578.key) [2023-01-09T23:18:06.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-09T23:18:06.632Z] + git tag --points-at HEAD [Pipeline] } [2023-01-09T23:18:06.632Z] $ docker exec --env ******** --env ******** 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c ssh-agent -k [2023-01-09T23:18:06.732Z] unset SSH_AUTH_SOCK; [2023-01-09T23:18:06.732Z] unset SSH_AGENT_PID; [2023-01-09T23:18:06.732Z] echo Agent pid 39 killed; [2023-01-09T23:18:06.757Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-09T23:18:06.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-09T23:18:06.783Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-09T23:18:06.904Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-09T23:18:06.896Z] $ docker exec 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c ssh-agent [2023-01-09T23:18:07.003Z] SSH_AUTH_SOCK=/tmp/ssh-f9rPOte5jts0/agent.71 [2023-01-09T23:18:07.003Z] SSH_AGENT_PID=77 [2023-01-09T23:18:07.008Z] Running ssh-add (command line suppressed) [2023-01-09T23:18:07.093Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_7189047340188226509.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_7189047340188226509.key) [2023-01-09T23:18:07.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-09T23:18:07.404Z] + git semver init [2023-01-09T23:18:07.669Z] 2023-01-09 23:18:07,568 [run_init] DEBUG init version:0.0.0 force:False [2023-01-09T23:18:07.669Z] 2023-01-09 23:18:07,569 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-09T23:18:07.669Z] 2023-01-09 23:18:07,570 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-09T23:18:07.669Z] 2023-01-09 23:18:07,570 [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-09T23:18:08.617Z] 2023-01-09 23:18:08,427 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2023-01-09T23:18:08.617Z] 2023-01-09 23:18:08,428 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2023-01-09T23:18:08.617Z] 2023-01-09 23:18:08,428 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:18:08.617Z] 2023-01-09 23:18:08,428 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:18:08.617Z] 3.0.0-dev.4 [Pipeline] } [2023-01-09T23:18:08.623Z] $ docker exec --env ******** --env ******** 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c ssh-agent -k [2023-01-09T23:18:08.717Z] unset SSH_AUTH_SOCK; [2023-01-09T23:18:08.717Z] unset SSH_AGENT_PID; [2023-01-09T23:18:08.718Z] echo Agent pid 77 killed; [2023-01-09T23:18:08.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-09T23:18:09.045Z] + git semver [Pipeline] } [2023-01-09T23:18:09.311Z] $ docker stop --time=1 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c [2023-01-09T23:18:10.589Z] $ docker rm -f --volumes 7f6bf2baff8ba48614371137b05035ef5498c5d2af65dd04827c14f73aafca1c [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-09T23:18:10.940Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-09T23:18:11.145Z] Stashed 1 file(s) [Pipeline] echo [2023-01-09T23:18:11.149Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.4 [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-09T23:18:11.272Z] provisioning config files... [2023-01-09T23:18:11.283Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17082843872407543876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:18:11.580Z] ---> docker-login.sh [2023-01-09T23:18:11.580Z] nexus3.edgexfoundry.org:10001 [2023-01-09T23:18:11.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:18:11.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:18:11.580Z] Configure a credential helper to remove this warning. See [2023-01-09T23:18:11.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:18:11.580Z] [2023-01-09T23:18:11.580Z] Login Succeeded [2023-01-09T23:18:11.580Z] nexus3.edgexfoundry.org:10002 [2023-01-09T23:18:11.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:18:11.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:18:11.581Z] Configure a credential helper to remove this warning. See [2023-01-09T23:18:11.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:18:11.581Z] [2023-01-09T23:18:11.581Z] Login Succeeded [2023-01-09T23:18:11.581Z] nexus3.edgexfoundry.org:10003 [2023-01-09T23:18:11.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:18:11.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:18:11.840Z] Configure a credential helper to remove this warning. See [2023-01-09T23:18:11.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:18:11.840Z] [2023-01-09T23:18:11.840Z] Login Succeeded [2023-01-09T23:18:11.840Z] nexus3.edgexfoundry.org:10004 [2023-01-09T23:18:11.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:18:11.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:18:11.840Z] Configure a credential helper to remove this warning. See [2023-01-09T23:18:11.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:18:11.840Z] [2023-01-09T23:18:11.840Z] Login Succeeded [2023-01-09T23:18:11.840Z] docker.io [2023-01-09T23:18:12.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:18:12.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:18:12.100Z] Configure a credential helper to remove this warning. See [2023-01-09T23:18:12.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:18:12.100Z] [2023-01-09T23:18:12.100Z] Login Succeeded [2023-01-09T23:18:12.100Z] ---> docker-login.sh ends [Pipeline] } [2023-01-09T23:18:12.109Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-09T23:18:12.170Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:18:12.179Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:18:12.187Z] ========================================================= [2023-01-09T23:18:12.187Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-09T23:18:12.187Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:18:12.496Z] + 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-09T23:18:12.496Z] Sending build context to Docker daemon 27.62MB [2023-01-09T23:18:12.496Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-09T23:18:12.496Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-09T23:18:12.757Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-09T23:18:12.758Z] 213ec9aee27d: Pulling fs layer [2023-01-09T23:18:12.758Z] 4583459ba037: Pulling fs layer [2023-01-09T23:18:12.758Z] 93c1e223e6f2: Pulling fs layer [2023-01-09T23:18:12.758Z] 53926ce57604: Pulling fs layer [2023-01-09T23:18:12.758Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-09T23:18:12.758Z] 22ff95d597cd: Pulling fs layer [2023-01-09T23:18:12.758Z] 12d6caf4c0d1: Pulling fs layer [2023-01-09T23:18:12.758Z] 96b7cbca73a9: Pulling fs layer [2023-01-09T23:18:12.758Z] a7acece74701: Pulling fs layer [2023-01-09T23:18:12.758Z] 21b2b0c7a3f4: Waiting [2023-01-09T23:18:12.758Z] 22ff95d597cd: Waiting [2023-01-09T23:18:12.758Z] 12d6caf4c0d1: Waiting [2023-01-09T23:18:12.758Z] 96b7cbca73a9: Waiting [2023-01-09T23:18:12.758Z] 53926ce57604: Waiting [2023-01-09T23:18:12.758Z] 93c1e223e6f2: Verifying Checksum [2023-01-09T23:18:12.758Z] 93c1e223e6f2: Download complete [2023-01-09T23:18:12.758Z] 4583459ba037: Download complete [2023-01-09T23:18:12.758Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-09T23:18:12.758Z] 21b2b0c7a3f4: Download complete [2023-01-09T23:18:12.758Z] 22ff95d597cd: Verifying Checksum [2023-01-09T23:18:12.758Z] 22ff95d597cd: Download complete [2023-01-09T23:18:12.758Z] 213ec9aee27d: Verifying Checksum [2023-01-09T23:18:12.758Z] 213ec9aee27d: Download complete [2023-01-09T23:18:12.758Z] 12d6caf4c0d1: Verifying Checksum [2023-01-09T23:18:12.758Z] 12d6caf4c0d1: Download complete [2023-01-09T23:18:12.758Z] 213ec9aee27d: Pull complete [2023-01-09T23:18:13.032Z] 4583459ba037: Pull complete [2023-01-09T23:18:13.032Z] 93c1e223e6f2: Pull complete [2023-01-09T23:18:13.309Z] a7acece74701: Verifying Checksum [2023-01-09T23:18:13.309Z] a7acece74701: Download complete [2023-01-09T23:18:13.573Z] 96b7cbca73a9: Verifying Checksum [2023-01-09T23:18:13.573Z] 96b7cbca73a9: Download complete [2023-01-09T23:18:13.573Z] 53926ce57604: Verifying Checksum [2023-01-09T23:18:13.573Z] 53926ce57604: Download complete [2023-01-09T23:18:17.760Z] 53926ce57604: Pull complete [2023-01-09T23:18:17.760Z] 21b2b0c7a3f4: Pull complete [2023-01-09T23:18:17.760Z] 22ff95d597cd: Pull complete [2023-01-09T23:18:17.760Z] 12d6caf4c0d1: Pull complete [2023-01-09T23:18:19.659Z] 96b7cbca73a9: Pull complete [2023-01-09T23:18:20.225Z] a7acece74701: Pull complete [2023-01-09T23:18:20.225Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-09T23:18:20.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-09T23:18:20.225Z] ---> db6d94c90886 [2023-01-09T23:18:20.225Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-09T23:18:21.602Z] ---> Running in 7f017fbbc464 [2023-01-09T23:18:21.602Z] Removing intermediate container 7f017fbbc464 [2023-01-09T23:18:21.602Z] ---> 14f99c2d71b2 [2023-01-09T23:18:21.602Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-09T23:18:21.602Z] ---> Running in 75c2bd87e72a [2023-01-09T23:18:21.861Z] Removing intermediate container 75c2bd87e72a [2023-01-09T23:18:21.861Z] ---> 0aaada13807a [2023-01-09T23:18:21.861Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-09T23:18:21.861Z] ---> Running in cffd2a3e5659 [2023-01-09T23:18:21.861Z] Removing intermediate container cffd2a3e5659 [2023-01-09T23:18:21.861Z] ---> 2ed5d47d32e6 [2023-01-09T23:18:21.861Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-09T23:18:21.861Z] ---> Running in 9a2796cb3e18 [2023-01-09T23:18:22.121Z] Removing intermediate container 9a2796cb3e18 [2023-01-09T23:18:22.121Z] ---> 82cacd378238 [2023-01-09T23:18:22.121Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-09T23:18:22.121Z] ---> Running in 881a27aee009 [2023-01-09T23:18:22.121Z] Removing intermediate container 881a27aee009 [2023-01-09T23:18:22.121Z] ---> 7e03054d26f1 [2023-01-09T23:18:22.121Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-09T23:18:22.121Z] ---> Running in fc6cb23b3801 [2023-01-09T23:18:22.380Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-09T23:18:22.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-09T23:18:22.897Z] OK: 211 MiB in 51 packages [2023-01-09T23:18:23.156Z] Removing intermediate container fc6cb23b3801 [2023-01-09T23:18:23.156Z] ---> 85ddf1488d71 [2023-01-09T23:18:23.156Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-09T23:18:23.156Z] ---> Running in cf0d0189cae1 [2023-01-09T23:18:23.415Z] Removing intermediate container cf0d0189cae1 [2023-01-09T23:18:23.415Z] ---> f1ffc95f1bfc [2023-01-09T23:18:23.415Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-09T23:18:23.415Z] ---> 0f566b970914 [2023-01-09T23:18:23.415Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-09T23:18:23.415Z] ---> Running in d847332c6856 [2023-01-09T23:18:26.238Z] Still waiting to schedule task [2023-01-09T23:18:26.239Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-09T23:18:55.512Z] Removing intermediate container d847332c6856 [2023-01-09T23:18:55.512Z] ---> df2caeb5941d [2023-01-09T23:18:55.512Z] Step 12/13 : COPY . . [2023-01-09T23:18:55.512Z] ---> a0528fdc7f9c [2023-01-09T23:18:55.512Z] Step 13/13 : RUN ${MAKE} [2023-01-09T23:18:55.512Z] ---> Running in 18c45f89bce4 [2023-01-09T23:18:55.512Z] noop [2023-01-09T23:18:55.512Z] Removing intermediate container 18c45f89bce4 [2023-01-09T23:18:55.512Z] ---> dfacfa4b805f [2023-01-09T23:18:55.512Z] Successfully built dfacfa4b805f [2023-01-09T23:18:55.512Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:18:55.829Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-09T23:18:55.829Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:18:55.898Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:18:55.932Z] $ 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-09T23:18:56.281Z] $ docker top fe70707c8b2fd91c97f26355e54f2756b8651a61b51dcb67279c6ffec6c4d06b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-09T23:18:56.608Z] + go version [2023-01-09T23:18:56.608Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-09T23:18:56.625Z] $ docker stop --time=1 fe70707c8b2fd91c97f26355e54f2756b8651a61b51dcb67279c6ffec6c4d06b [2023-01-09T23:18:57.917Z] $ docker rm -f --volumes fe70707c8b2fd91c97f26355e54f2756b8651a61b51dcb67279c6ffec6c4d06b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:18:58.308Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-09T23:18:58.308Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:18:58.378Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:18:58.414Z] $ 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-09T23:18:58.798Z] $ docker top 31d8db8c5df66b04debafbbd9a6556751b1469ca414595c69fb4a677bedb0f81 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-09T23:18:59.142Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2023-01-09T23:18:59.438Z] + make test [2023-01-09T23:18:59.438Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-09T23:18:59.698Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-09T23:19:11.908Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-09T23:19:13.284Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.038s coverage: 29.3% of statements [2023-01-09T23:19:13.284Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-09T23:19:13.284Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.526s coverage: 86.5% of statements [2023-01-09T23:19:21.398Z] 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-09T23:19:21.398Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-09T23:19:24.679Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-09T23:19:24.679Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-09T23:19:24.679Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-09T23:19:24.951Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-09T23:19:24.971Z] $ docker stop --time=1 31d8db8c5df66b04debafbbd9a6556751b1469ca414595c69fb4a677bedb0f81 [2023-01-09T23:19:26.839Z] $ docker rm -f --volumes 31d8db8c5df66b04debafbbd9a6556751b1469ca414595c69fb4a677bedb0f81 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-09T23:19:27.288Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-09T23:19:27.357Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-09T23:19:27.865Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-09T23:19:28.148Z] + ls -al . [2023-01-09T23:19:28.149Z] total 248 [2023-01-09T23:19:28.149Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 9 23:18 . [2023-01-09T23:19:28.149Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:17 .. [2023-01-09T23:19:28.149Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 23:19 .git [2023-01-09T23:19:28.149Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:17 .github [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 9 23:17 .gitignore [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 9 23:17 .golangci.yml [2023-01-09T23:19:28.149Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 9 23:18 .semver [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 9742 Jan 9 23:17 Attribution.txt [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 9 23:17 CHANGELOG.md [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 1619 Jan 9 23:17 Dockerfile [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 9 23:17 GOVERNANCE.md [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 9 23:17 Jenkinsfile [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 9 23:17 LICENSE [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 2858 Jan 9 23:17 Makefile [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 9 23:17 OWNERS.md [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 9 23:17 README.md [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 9 23:18 VERSION [2023-01-09T23:19:28.149Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 23:17 bin [2023-01-09T23:19:28.149Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:17 cmd [2023-01-09T23:19:28.149Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 9 23:19 coverage.out [2023-01-09T23:19:28.149Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 9 23:17 doc [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 9 23:17 go.mod [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 9 23:17 go.sum [2023-01-09T23:19:28.149Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:17 internal [2023-01-09T23:19:28.149Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:17 snap [2023-01-09T23:19:28.149Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 9 23:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:19:28.449Z] + 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=ed435512d23c0fe6735192e03ad24dc623114abf --label arch=amd64 --label version=3.0.0-dev.4 . [2023-01-09T23:19:28.449Z] Sending build context to Docker daemon 27.7MB [2023-01-09T23:19:28.449Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-09T23:19:28.449Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-09T23:19:28.449Z] ---> dfacfa4b805f [2023-01-09T23:19:28.449Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-09T23:19:28.707Z] ---> Running in b34e3f18dbc5 [2023-01-09T23:19:28.707Z] Removing intermediate container b34e3f18dbc5 [2023-01-09T23:19:28.707Z] ---> 38702cca16b5 [2023-01-09T23:19:28.707Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-09T23:19:28.707Z] ---> Running in c42eb254b0fe [2023-01-09T23:19:28.967Z] Removing intermediate container c42eb254b0fe [2023-01-09T23:19:28.967Z] ---> 782037fc6ca4 [2023-01-09T23:19:28.967Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-09T23:19:28.967Z] ---> Running in 0379ae2b799c [2023-01-09T23:19:28.967Z] Removing intermediate container 0379ae2b799c [2023-01-09T23:19:28.967Z] ---> 5d998e162774 [2023-01-09T23:19:28.967Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-09T23:19:28.967Z] ---> Running in d8ae7e11d5f4 [2023-01-09T23:19:29.226Z] Removing intermediate container d8ae7e11d5f4 [2023-01-09T23:19:29.226Z] ---> f5a0ad0df5d9 [2023-01-09T23:19:29.226Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-09T23:19:29.226Z] ---> Running in 5cacfd8ccad7 [2023-01-09T23:19:29.226Z] Removing intermediate container 5cacfd8ccad7 [2023-01-09T23:19:29.226Z] ---> 679396ed93dc [2023-01-09T23:19:29.226Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-09T23:19:29.226Z] ---> Running in b2df0351ba1c [2023-01-09T23:19:29.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-09T23:19:29.745Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-09T23:19:30.004Z] OK: 211 MiB in 51 packages [2023-01-09T23:19:30.263Z] Removing intermediate container b2df0351ba1c [2023-01-09T23:19:30.263Z] ---> 917db3dad5b0 [2023-01-09T23:19:30.263Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-09T23:19:30.263Z] ---> Running in 62dad6ac72e2 [2023-01-09T23:19:30.263Z] Removing intermediate container 62dad6ac72e2 [2023-01-09T23:19:30.263Z] ---> 8360c52743a1 [2023-01-09T23:19:30.263Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-09T23:19:30.522Z] ---> 86be48d3667b [2023-01-09T23:19:30.522Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-09T23:19:30.522Z] ---> Running in 1ad5aaf5984f [2023-01-09T23:19:31.089Z] Removing intermediate container 1ad5aaf5984f [2023-01-09T23:19:31.089Z] ---> 98ffef9136bc [2023-01-09T23:19:31.089Z] Step 12/26 : COPY . . [2023-01-09T23:19:31.655Z] ---> bd4383b1b11d [2023-01-09T23:19:31.655Z] Step 13/26 : RUN ${MAKE} [2023-01-09T23:19:31.655Z] ---> Running in d428c67c971f [2023-01-09T23:19:31.914Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2023-01-09T23:19:53.839Z] Removing intermediate container d428c67c971f [2023-01-09T23:19:53.839Z] ---> 9d0dd7600883 [2023-01-09T23:19:53.839Z] Step 14/26 : FROM alpine:3.16 [2023-01-09T23:19:53.839Z] 3.16: Pulling from library/alpine [2023-01-09T23:19:53.839Z] ca7dd9ec2225: Pulling fs layer [2023-01-09T23:19:53.839Z] ca7dd9ec2225: Verifying Checksum [2023-01-09T23:19:53.839Z] ca7dd9ec2225: Download complete [2023-01-09T23:19:53.839Z] ca7dd9ec2225: Pull complete [2023-01-09T23:19:53.839Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-09T23:19:53.839Z] Status: Downloaded newer image for alpine:3.16 [2023-01-09T23:19:53.839Z] ---> bfe296a52501 [2023-01-09T23:19:53.839Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-09T23:19:53.839Z] ---> Running in 6e7a92f22191 [2023-01-09T23:19:53.839Z] Removing intermediate container 6e7a92f22191 [2023-01-09T23:19:53.839Z] ---> cf3018a6009f [2023-01-09T23:19:53.839Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-09T23:19:53.839Z] ---> Running in 4296c19cf712 [2023-01-09T23:19:53.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-09T23:19:53.839Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-09T23:19:54.405Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-09T23:19:54.405Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-09T23:19:54.405Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-09T23:19:54.405Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-09T23:19:54.405Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-09T23:19:54.405Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-09T23:19:54.405Z] Executing busybox-1.35.0-r17.trigger [2023-01-09T23:19:54.405Z] OK: 8 MiB in 20 packages [2023-01-09T23:19:54.663Z] Removing intermediate container 4296c19cf712 [2023-01-09T23:19:54.663Z] ---> f3a5fb46e6dd [2023-01-09T23:19:54.663Z] Step 17/26 : WORKDIR / [2023-01-09T23:19:54.663Z] ---> Running in 276730e0361d [2023-01-09T23:19:54.663Z] Removing intermediate container 276730e0361d [2023-01-09T23:19:54.663Z] ---> 129d1e490e9e [2023-01-09T23:19:54.663Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-09T23:19:55.228Z] ---> cac160cbd2ee [2023-01-09T23:19:55.228Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-09T23:19:55.228Z] ---> 623c026d87eb [2023-01-09T23:19:55.228Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-09T23:19:55.486Z] ---> 5e737f8bb866 [2023-01-09T23:19:55.486Z] Step 21/26 : EXPOSE 59984 [2023-01-09T23:19:55.486Z] ---> Running in de7ec3618916 [2023-01-09T23:19:55.486Z] Removing intermediate container de7ec3618916 [2023-01-09T23:19:55.486Z] ---> acac872e307b [2023-01-09T23:19:55.486Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-09T23:19:55.486Z] ---> Running in ee350996e1dc [2023-01-09T23:19:55.744Z] Removing intermediate container ee350996e1dc [2023-01-09T23:19:55.744Z] ---> 292280fbe418 [2023-01-09T23:19:55.744Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-09T23:19:55.744Z] ---> Running in 4e2c151e714a [2023-01-09T23:19:55.744Z] Removing intermediate container 4e2c151e714a [2023-01-09T23:19:55.744Z] ---> cebeb2ab7e88 [2023-01-09T23:19:55.744Z] Step 24/26 : LABEL arch=amd64 [2023-01-09T23:19:55.744Z] ---> Running in 13cc9fe55810 [2023-01-09T23:19:55.744Z] Removing intermediate container 13cc9fe55810 [2023-01-09T23:19:55.744Z] ---> cc979dabc161 [2023-01-09T23:19:55.744Z] Step 25/26 : LABEL git_sha=ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:19:55.744Z] ---> Running in b1706fccf1cd [2023-01-09T23:19:56.003Z] Removing intermediate container b1706fccf1cd [2023-01-09T23:19:56.003Z] ---> a7bc6fd44fe9 [2023-01-09T23:19:56.003Z] Step 26/26 : LABEL version=3.0.0-dev.4 [2023-01-09T23:19:56.003Z] ---> Running in f7830805ee10 [2023-01-09T23:19:56.003Z] Removing intermediate container f7830805ee10 [2023-01-09T23:19:56.003Z] ---> eb0b7f87c021 [2023-01-09T23:19:56.003Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-09T23:19:56.003Z] Successfully built eb0b7f87c021 [2023-01-09T23:19:56.003Z] Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:19:56.087Z] provisioning config files... [2023-01-09T23:19:56.095Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17651294935631627788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:19:56.399Z] ---> docker-login.sh [2023-01-09T23:19:56.399Z] nexus3.edgexfoundry.org:10001 [2023-01-09T23:19:56.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:19:56.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:19:56.399Z] Configure a credential helper to remove this warning. See [2023-01-09T23:19:56.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:19:56.399Z] [2023-01-09T23:19:56.399Z] Login Succeeded [2023-01-09T23:19:56.399Z] nexus3.edgexfoundry.org:10002 [2023-01-09T23:19:56.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:19:56.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:19:56.399Z] Configure a credential helper to remove this warning. See [2023-01-09T23:19:56.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:19:56.399Z] [2023-01-09T23:19:56.399Z] Login Succeeded [2023-01-09T23:19:56.399Z] nexus3.edgexfoundry.org:10003 [2023-01-09T23:19:56.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:19:56.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:19:56.657Z] Configure a credential helper to remove this warning. See [2023-01-09T23:19:56.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:19:56.657Z] [2023-01-09T23:19:56.657Z] Login Succeeded [2023-01-09T23:19:56.657Z] nexus3.edgexfoundry.org:10004 [2023-01-09T23:19:56.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:19:56.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:19:56.657Z] Configure a credential helper to remove this warning. See [2023-01-09T23:19:56.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:19:56.657Z] [2023-01-09T23:19:56.657Z] Login Succeeded [2023-01-09T23:19:56.657Z] docker.io [2023-01-09T23:19:56.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:19:56.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:19:56.916Z] Configure a credential helper to remove this warning. See [2023-01-09T23:19:56.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:19:56.916Z] [2023-01-09T23:19:56.916Z] Login Succeeded [2023-01-09T23:19:56.916Z] ---> docker-login.sh ends [Pipeline] } [2023-01-09T23:19:56.921Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-09T23:19:56.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:19:56.972Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2023-01-09T23:19:56.972Z] ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:19:56.972Z] latest [2023-01-09T23:19:56.972Z] 3.0.0-dev.4 [2023-01-09T23:19:56.972Z] ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:19:56.972Z] main [2023-01-09T23:19:56.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:19:57.221Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1499 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2023-01-09T23:19:57.233Z] Running in /w/workspace/device-onvif-camera/93 [Pipeline] { [Pipeline] checkout [2023-01-09T23:19:57.264Z] The recommended git tool is: git [2023-01-09T23:19:57.303Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:19:57.609Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:19:57.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-09T23:19:57.609Z] e33cce2e5427: Preparing [2023-01-09T23:19:57.609Z] 6bb50b54131f: Preparing [2023-01-09T23:19:57.609Z] 1b10eed4054f: Preparing [2023-01-09T23:19:57.609Z] 64dc03e0f5c6: Preparing [2023-01-09T23:19:57.609Z] e5e13b0c77cb: Preparing [2023-01-09T23:19:57.609Z] e5e13b0c77cb: Layer already exists [2023-01-09T23:19:57.609Z] e33cce2e5427: Pushed [2023-01-09T23:19:57.609Z] 6bb50b54131f: Pushed [2023-01-09T23:19:57.867Z] 64dc03e0f5c6: Pushed [2023-01-09T23:20:00.469Z] 1b10eed4054f: Pushed [2023-01-09T23:20:00.469Z] ed435512d23c0fe6735192e03ad24dc623114abf: digest: sha256:a6da1151524a4c3947b8047988893a4af13520571689e755b8c6a1447219ccf7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:00.811Z] + 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-09T23:20:01.115Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-09T23:20:01.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-09T23:20:01.115Z] e33cce2e5427: Preparing [2023-01-09T23:20:01.115Z] 6bb50b54131f: Preparing [2023-01-09T23:20:01.115Z] 1b10eed4054f: Preparing [2023-01-09T23:20:01.115Z] 64dc03e0f5c6: Preparing [2023-01-09T23:20:01.115Z] e5e13b0c77cb: Preparing [2023-01-09T23:20:01.115Z] 1b10eed4054f: Layer already exists [2023-01-09T23:20:01.115Z] 6bb50b54131f: Layer already exists [2023-01-09T23:20:01.115Z] e5e13b0c77cb: Layer already exists [2023-01-09T23:20:01.115Z] e33cce2e5427: Layer already exists [2023-01-09T23:20:01.115Z] 64dc03e0f5c6: Layer already exists [2023-01-09T23:20:01.115Z] latest: digest: sha256:a6da1151524a4c3947b8047988893a4af13520571689e755b8c6a1447219ccf7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:01.431Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:01.745Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.4 [2023-01-09T23:20:01.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-09T23:20:01.745Z] e33cce2e5427: Preparing [2023-01-09T23:20:01.745Z] 6bb50b54131f: Preparing [2023-01-09T23:20:01.745Z] 1b10eed4054f: Preparing [2023-01-09T23:20:01.745Z] 64dc03e0f5c6: Preparing [2023-01-09T23:20:01.745Z] e5e13b0c77cb: Preparing [2023-01-09T23:20:01.745Z] e5e13b0c77cb: Layer already exists [2023-01-09T23:20:01.745Z] 1b10eed4054f: Layer already exists [2023-01-09T23:20:01.745Z] 6bb50b54131f: Layer already exists [2023-01-09T23:20:01.745Z] 64dc03e0f5c6: Layer already exists [2023-01-09T23:20:01.745Z] e33cce2e5427: Layer already exists [2023-01-09T23:20:01.745Z] 3.0.0-dev.4: digest: sha256:a6da1151524a4c3947b8047988893a4af13520571689e755b8c6a1447219ccf7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:02.070Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [Pipeline] } [2023-01-09T23:20:02.077Z] using credential edgex-jenkins-ssh [Pipeline] // withEnv [2023-01-09T23:20:02.090Z] Cloning the remote Git repository [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:02.372Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:20:02.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-09T23:20:02.372Z] e33cce2e5427: Preparing [2023-01-09T23:20:02.372Z] 6bb50b54131f: Preparing [2023-01-09T23:20:02.372Z] 1b10eed4054f: Preparing [2023-01-09T23:20:02.372Z] 64dc03e0f5c6: Preparing [2023-01-09T23:20:02.372Z] e5e13b0c77cb: Preparing [2023-01-09T23:20:02.372Z] 6bb50b54131f: Layer already exists [2023-01-09T23:20:02.372Z] 64dc03e0f5c6: Layer already exists [2023-01-09T23:20:02.372Z] e5e13b0c77cb: Layer already exists [2023-01-09T23:20:02.372Z] 1b10eed4054f: Layer already exists [2023-01-09T23:20:02.372Z] e33cce2e5427: Layer already exists [2023-01-09T23:20:02.373Z] ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4: digest: sha256:a6da1151524a4c3947b8047988893a4af13520571689e755b8c6a1447219ccf7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:02.691Z] + 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-09T23:20:02.995Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2023-01-09T23:20:02.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-09T23:20:02.995Z] e33cce2e5427: Preparing [2023-01-09T23:20:02.995Z] 6bb50b54131f: Preparing [2023-01-09T23:20:02.995Z] 1b10eed4054f: Preparing [2023-01-09T23:20:02.995Z] 64dc03e0f5c6: Preparing [2023-01-09T23:20:02.995Z] e5e13b0c77cb: Preparing [2023-01-09T23:20:02.995Z] e5e13b0c77cb: Layer already exists [2023-01-09T23:20:02.995Z] 1b10eed4054f: Layer already exists [2023-01-09T23:20:02.995Z] 6bb50b54131f: Layer already exists [2023-01-09T23:20:02.995Z] 64dc03e0f5c6: Layer already exists [2023-01-09T23:20:02.995Z] e33cce2e5427: Layer already exists [2023-01-09T23:20:02.995Z] main: digest: sha256:a6da1151524a4c3947b8047988893a4af13520571689e755b8c6a1447219ccf7 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-09T23:20:03.031Z] ===================================================== [Pipeline] echo [2023-01-09T23:20:03.037Z] taggedImages: [2023-01-09T23:20:03.037Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:20:03.037Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-09T23:20:03.037Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.4 [2023-01-09T23:20:03.037Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:20:03.037Z] - 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-09T23:20:02.138Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-09T23:20:02.201Z] > git init /w/workspace/device-onvif-camera/93 # timeout=10 [2023-01-09T23:20:02.334Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-09T23:20:02.335Z] > git --version # timeout=10 [2023-01-09T23:20:02.352Z] > git --version # 'git version 2.25.1' [2023-01-09T23:20:02.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-09T23:20:02.416Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-09T23:20:03.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-09T23:20:03.400Z] [2023-01-09T23:20:03.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:03.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-09T23:20:03.695Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-09T23:20:03.695Z] 5eb5b503b376: Pulling fs layer [2023-01-09T23:20:03.695Z] 5c69ac0246d0: Pulling fs layer [2023-01-09T23:20:03.695Z] ec43610c2a17: Pulling fs layer [2023-01-09T23:20:03.695Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-09T23:20:03.695Z] 33b1e0a273af: Pulling fs layer [2023-01-09T23:20:03.695Z] 5d3b04190fa2: Pulling fs layer [2023-01-09T23:20:03.695Z] 2f39f015ded8: Pulling fs layer [2023-01-09T23:20:03.695Z] 3a2ae6a8a46f: Waiting [2023-01-09T23:20:03.695Z] 33b1e0a273af: Waiting [2023-01-09T23:20:03.695Z] 5d3b04190fa2: Waiting [2023-01-09T23:20:03.695Z] 2f39f015ded8: Waiting [2023-01-09T23:20:03.695Z] 5c69ac0246d0: Verifying Checksum [2023-01-09T23:20:03.695Z] 5c69ac0246d0: Download complete [2023-01-09T23:20:03.695Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-09T23:20:03.695Z] 3a2ae6a8a46f: Download complete [2023-01-09T23:20:03.695Z] 33b1e0a273af: Verifying Checksum [2023-01-09T23:20:03.695Z] 33b1e0a273af: Download complete [2023-01-09T23:20:03.955Z] ec43610c2a17: Verifying Checksum [2023-01-09T23:20:03.955Z] ec43610c2a17: Download complete [2023-01-09T23:20:03.955Z] 5d3b04190fa2: Verifying Checksum [2023-01-09T23:20:03.955Z] 5eb5b503b376: Verifying Checksum [2023-01-09T23:20:03.955Z] 5eb5b503b376: Download complete [2023-01-09T23:20:04.523Z] 2f39f015ded8: Download complete [2023-01-09T23:20:04.539Z] Avoid second fetch [2023-01-09T23:20:04.539Z] Checking out Revision ed435512d23c0fe6735192e03ad24dc623114abf (main) [2023-01-09T23:20:03.719Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-01-09T23:20:03.745Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-09T23:20:04.558Z] > git config core.sparsecheckout # timeout=10 [2023-01-09T23:20:04.580Z] > git checkout -f ed435512d23c0fe6735192e03ad24dc623114abf # timeout=10 [2023-01-09T23:20:05.088Z] 5eb5b503b376: Pull complete [2023-01-09T23:20:05.246Z] Commit message: "fix: update scripts to use latest consul path (#206)" [2023-01-09T23:20:05.347Z] 5c69ac0246d0: Pull complete [2023-01-09T23:20:05.604Z] ec43610c2a17: Pull complete [2023-01-09T23:20:05.622Z] [2023-01-09T23:20:05.622Z] GitHub has been notified of this commit’s build result [2023-01-09T23:20:05.622Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-09T23:20:05.861Z] 3a2ae6a8a46f: Pull complete [2023-01-09T23:20:05.861Z] 33b1e0a273af: Pull complete [2023-01-09T23:20:06.119Z] 5d3b04190fa2: Pull complete [2023-01-09T23:20:06.154Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-09T23:20:06.154Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-09T23:20:06.154Z] Dload Upload Total Spent Left Speed [2023-01-09T23:20:06.154Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 73705 0 --:--:-- --:--:-- --:--:-- 73281 100 12751 100 12751 0 0 73281 0 --:--:-- --:--:-- --:--:-- 72862 [Pipeline] sh [2023-01-09T23:20:06.687Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-09T23:20:07.011Z] + sudo tee /etc/docker/daemon.new [2023-01-09T23:20:07.011Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-09T23:20:07.011Z] { [2023-01-09T23:20:07.011Z] "registry-mirrors": [ [2023-01-09T23:20:07.011Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-09T23:20:07.011Z] ], [2023-01-09T23:20:07.011Z] "bip": "10.250.0.254/24", [2023-01-09T23:20:07.011Z] "hosts": [ [2023-01-09T23:20:07.011Z] "tcp://0.0.0.0:5555", [2023-01-09T23:20:07.011Z] "unix:///var/run/docker.sock" [2023-01-09T23:20:07.011Z] ], [2023-01-09T23:20:07.011Z] "mtu": 1458, [2023-01-09T23:20:07.011Z] "selinux-enabled": true, [2023-01-09T23:20:07.011Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-09T23:20:07.011Z] } [Pipeline] sh [2023-01-09T23:20:07.346Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-09T23:20:07.670Z] + sudo service docker restart [2023-01-09T23:20:10.301Z] 2f39f015ded8: Pull complete [2023-01-09T23:20:10.301Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-09T23:20:10.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-09T23:20:10.301Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:20:10.373Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:20:10.410Z] $ 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-09T23:20:12.017Z] $ docker top b48da4d72569fc89b094afd1ccc886b7e0d1e28be5b5bcb63b747b1eca7f4f8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:20:12.405Z] ---> job-cost.sh [2023-01-09T23:20:12.405Z] lf-activate-venv: SKIPPING [2023-01-09T23:20:12.405Z] INFO: No Stack... [2023-01-09T23:20:12.665Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-09T23:20:12.923Z] INFO: Archiving Costs [Pipeline] sh [2023-01-09T23:20:13.213Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2023-01-09T23:20:13.213Z] + cut -d, -f6 [Pipeline] lock [2023-01-09T23:20:13.228Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [2023-01-09T23:20:13.235Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] did not exist. Created. [2023-01-09T23:20:13.236Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-09T23:20:13.541Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-09T23:20:13.577Z] Stashed 1 file(s) [Pipeline] } [2023-01-09T23:20:13.584Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-09T23:20:13.613Z] $ docker stop --time=1 b48da4d72569fc89b094afd1ccc886b7e0d1e28be5b5bcb63b747b1eca7f4f8d [2023-01-09T23:20:14.763Z] $ docker rm -f --volumes b48da4d72569fc89b094afd1ccc886b7e0d1e28be5b5bcb63b747b1eca7f4f8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:20:25.933Z] provisioning config files... [2023-01-09T23:20:25.955Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/93@tmp/config10248746293717224134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:20:26.302Z] ---> docker-login.sh [2023-01-09T23:20:26.302Z] nexus3.edgexfoundry.org:10001 [2023-01-09T23:20:26.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:20:26.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:20:26.844Z] Configure a credential helper to remove this warning. See [2023-01-09T23:20:26.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:20:26.844Z] [2023-01-09T23:20:26.844Z] Login Succeeded [2023-01-09T23:20:26.844Z] nexus3.edgexfoundry.org:10002 [2023-01-09T23:20:27.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:20:27.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:20:27.114Z] Configure a credential helper to remove this warning. See [2023-01-09T23:20:27.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:20:27.114Z] [2023-01-09T23:20:27.114Z] Login Succeeded [2023-01-09T23:20:27.114Z] nexus3.edgexfoundry.org:10003 [2023-01-09T23:20:27.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:20:27.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:20:27.670Z] Configure a credential helper to remove this warning. See [2023-01-09T23:20:27.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:20:27.670Z] [2023-01-09T23:20:27.670Z] Login Succeeded [2023-01-09T23:20:27.670Z] nexus3.edgexfoundry.org:10004 [2023-01-09T23:20:27.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:20:27.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:20:27.943Z] Configure a credential helper to remove this warning. See [2023-01-09T23:20:27.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:20:27.943Z] [2023-01-09T23:20:27.943Z] Login Succeeded [2023-01-09T23:20:27.943Z] docker.io [2023-01-09T23:20:28.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:20:28.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:20:28.483Z] Configure a credential helper to remove this warning. See [2023-01-09T23:20:28.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:20:28.483Z] [2023-01-09T23:20:28.483Z] Login Succeeded [2023-01-09T23:20:28.483Z] ---> docker-login.sh ends [Pipeline] } [2023-01-09T23:20:28.497Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-09T23:20:28.740Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:20:28.756Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:20:28.764Z] ========================================================= [2023-01-09T23:20:28.764Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-09T23:20:28.764Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:20:29.115Z] + 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-09T23:20:29.709Z] Sending build context to Docker daemon 20.5MB [2023-01-09T23:20:29.709Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-09T23:20:29.709Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-09T23:20:31.122Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-09T23:20:31.122Z] 9b18e9b68314: Pulling fs layer [2023-01-09T23:20:31.122Z] 35d82f9e3411: Pulling fs layer [2023-01-09T23:20:31.122Z] e16973657156: Pulling fs layer [2023-01-09T23:20:31.122Z] fc693d55d65f: Pulling fs layer [2023-01-09T23:20:31.122Z] 7e9fc2657dce: Pulling fs layer [2023-01-09T23:20:31.122Z] dda99020689f: Pulling fs layer [2023-01-09T23:20:31.122Z] db1c61fa0a46: Pulling fs layer [2023-01-09T23:20:31.122Z] 891c053d2c06: Pulling fs layer [2023-01-09T23:20:31.122Z] 7e9fc2657dce: Waiting [2023-01-09T23:20:31.122Z] dda99020689f: Waiting [2023-01-09T23:20:31.122Z] db1c61fa0a46: Waiting [2023-01-09T23:20:31.122Z] 891c053d2c06: Waiting [2023-01-09T23:20:31.122Z] fc693d55d65f: Waiting [2023-01-09T23:20:31.122Z] e16973657156: Verifying Checksum [2023-01-09T23:20:31.122Z] e16973657156: Download complete [2023-01-09T23:20:31.122Z] 35d82f9e3411: Verifying Checksum [2023-01-09T23:20:31.122Z] 35d82f9e3411: Download complete [2023-01-09T23:20:31.122Z] 7e9fc2657dce: Verifying Checksum [2023-01-09T23:20:31.122Z] 7e9fc2657dce: Download complete [2023-01-09T23:20:31.122Z] dda99020689f: Verifying Checksum [2023-01-09T23:20:31.122Z] dda99020689f: Download complete [2023-01-09T23:20:31.122Z] 9b18e9b68314: Verifying Checksum [2023-01-09T23:20:31.122Z] 9b18e9b68314: Download complete [2023-01-09T23:20:32.111Z] 9b18e9b68314: Pull complete [2023-01-09T23:20:32.111Z] 891c053d2c06: Verifying Checksum [2023-01-09T23:20:32.111Z] 891c053d2c06: Download complete [2023-01-09T23:20:32.386Z] 35d82f9e3411: Pull complete [2023-01-09T23:20:32.658Z] e16973657156: Pull complete [2023-01-09T23:20:33.251Z] db1c61fa0a46: Verifying Checksum [2023-01-09T23:20:33.251Z] db1c61fa0a46: Download complete [2023-01-09T23:20:33.841Z] fc693d55d65f: Verifying Checksum [2023-01-09T23:20:33.841Z] fc693d55d65f: Download complete [2023-01-09T23:20:46.193Z] fc693d55d65f: Pull complete [2023-01-09T23:20:46.193Z] 7e9fc2657dce: Pull complete [2023-01-09T23:20:46.193Z] dda99020689f: Pull complete [2023-01-09T23:20:52.886Z] db1c61fa0a46: Pull complete [2023-01-09T23:20:54.312Z] 891c053d2c06: Pull complete [2023-01-09T23:20:54.312Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-09T23:20:54.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-09T23:20:54.312Z] ---> f96f9c87975a [2023-01-09T23:20:54.312Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-09T23:20:56.282Z] ---> Running in e96ef82b8a73 [2023-01-09T23:20:56.549Z] Removing intermediate container e96ef82b8a73 [2023-01-09T23:20:56.549Z] ---> 48c98a981ec5 [2023-01-09T23:20:56.549Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-09T23:20:56.549Z] ---> Running in 9ae109cc7d4a [2023-01-09T23:20:56.818Z] Removing intermediate container 9ae109cc7d4a [2023-01-09T23:20:56.818Z] ---> b351f7388e02 [2023-01-09T23:20:56.818Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-09T23:20:57.090Z] ---> Running in 9837994214d1 [2023-01-09T23:20:57.371Z] Removing intermediate container 9837994214d1 [2023-01-09T23:20:57.371Z] ---> 8d4f94215763 [2023-01-09T23:20:57.371Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-09T23:20:57.371Z] ---> Running in 9162ed607335 [2023-01-09T23:20:57.639Z] Removing intermediate container 9162ed607335 [2023-01-09T23:20:57.640Z] ---> 83b67b03a0d4 [2023-01-09T23:20:57.640Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-09T23:20:57.640Z] ---> Running in b622f7d24d99 [2023-01-09T23:20:57.909Z] Removing intermediate container b622f7d24d99 [2023-01-09T23:20:57.909Z] ---> 958f75dce820 [2023-01-09T23:20:57.909Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-09T23:20:58.180Z] ---> Running in 57d34dfb802e [2023-01-09T23:20:59.143Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-09T23:20:59.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-09T23:21:00.374Z] OK: 221 MiB in 51 packages [2023-01-09T23:21:01.338Z] Removing intermediate container 57d34dfb802e [2023-01-09T23:21:01.338Z] ---> 4d62a42d488f [2023-01-09T23:21:01.338Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-09T23:21:01.338Z] ---> Running in 86e58f335b69 [2023-01-09T23:21:01.607Z] Removing intermediate container 86e58f335b69 [2023-01-09T23:21:01.607Z] ---> fe7ea695a684 [2023-01-09T23:21:01.607Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-09T23:21:02.195Z] ---> b1d400e77a69 [2023-01-09T23:21:02.195Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-09T23:21:02.195Z] ---> Running in 55e4291e4ad7 [2023-01-09T23:21:58.746Z] Removing intermediate container 55e4291e4ad7 [2023-01-09T23:21:58.746Z] ---> 08b07ccec9b1 [2023-01-09T23:21:58.746Z] Step 12/13 : COPY . . [2023-01-09T23:21:58.746Z] ---> 33191e461a7c [2023-01-09T23:21:58.746Z] Step 13/13 : RUN ${MAKE} [2023-01-09T23:21:58.746Z] ---> Running in fa4581adf7b1 [2023-01-09T23:21:58.746Z] noop [2023-01-09T23:21:58.746Z] Removing intermediate container fa4581adf7b1 [2023-01-09T23:21:58.746Z] ---> 97fb1da46543 [2023-01-09T23:21:58.746Z] Successfully built 97fb1da46543 [2023-01-09T23:21:58.746Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:21:59.109Z] + docker inspect -f . ci-base-image-arm64 [2023-01-09T23:21:59.109Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:21:59.291Z] prd-ubuntu20.04-docker-arm64-4c-16g-1499 does not seem to be running inside a container [2023-01-09T23:21:59.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/93 -v /w/workspace/device-onvif-camera/93:/w/workspace/device-onvif-camera/93:rw,z -v /w/workspace/device-onvif-camera/93@tmp:/w/workspace/device-onvif-camera/93@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-09T23:22:00.491Z] $ docker top df509bff10335d0561a10d2a07ac196569188b3f76a892afdd2ae59957b7d36a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-09T23:22:01.319Z] + go version [2023-01-09T23:22:01.320Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-09T23:22:01.343Z] $ docker stop --time=1 df509bff10335d0561a10d2a07ac196569188b3f76a892afdd2ae59957b7d36a [2023-01-09T23:22:02.919Z] $ docker rm -f --volumes df509bff10335d0561a10d2a07ac196569188b3f76a892afdd2ae59957b7d36a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:22:03.470Z] + docker inspect -f . ci-base-image-arm64 [2023-01-09T23:22:03.470Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:22:03.636Z] prd-ubuntu20.04-docker-arm64-4c-16g-1499 does not seem to be running inside a container [2023-01-09T23:22:03.702Z] $ 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/93 -v /w/workspace/device-onvif-camera/93:/w/workspace/device-onvif-camera/93:rw,z -v /w/workspace/device-onvif-camera/93@tmp:/w/workspace/device-onvif-camera/93@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-09T23:22:04.837Z] $ docker top 66f356efb75ccd4bfd07d596ce515f7eb78fc36d0da7b09ec26023af47a5336e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-09T23:22:05.336Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/93 [Pipeline] fileExists [Pipeline] sh [2023-01-09T23:22:05.937Z] + make test [2023-01-09T23:22:06.212Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-09T23:22:08.166Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-09T23:23:44.829Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-09T23:23:44.829Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.191s coverage: 29.3% of statements [2023-01-09T23:23:44.829Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-09T23:23:57.153Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 26.459s coverage: 86.5% of statements [2023-01-09T23:23:57.742Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-09T23:23:57.742Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-09T23:24:24.435Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-09T23:24:24.435Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-09T23:24:24.435Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-09T23:24:24.452Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-09T23:24:24.471Z] $ docker stop --time=1 66f356efb75ccd4bfd07d596ce515f7eb78fc36d0da7b09ec26023af47a5336e [2023-01-09T23:24:26.220Z] $ docker rm -f --volumes 66f356efb75ccd4bfd07d596ce515f7eb78fc36d0da7b09ec26023af47a5336e [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-09T23:24:27.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-09T23:24:27.217Z] Warning: overwriting stash ‘coverage-report’ [2023-01-09T23:24:27.879Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-09T23:24:28.300Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-09T23:24:28.633Z] + ls -al . [2023-01-09T23:24:28.633Z] total 244 [2023-01-09T23:24:28.633Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 9 23:22 . [2023-01-09T23:24:28.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:20 .. [2023-01-09T23:24:28.633Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 23:20 .git [2023-01-09T23:24:28.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:20 .github [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 9 23:20 .gitignore [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 9 23:20 .golangci.yml [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 9742 Jan 9 23:20 Attribution.txt [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 9 23:20 CHANGELOG.md [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 1619 Jan 9 23:20 Dockerfile [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 9 23:20 GOVERNANCE.md [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 9 23:20 Jenkinsfile [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 9 23:20 LICENSE [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 2858 Jan 9 23:20 Makefile [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 9 23:20 OWNERS.md [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 9 23:20 README.md [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 9 23:18 VERSION [2023-01-09T23:24:28.633Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 23:20 bin [2023-01-09T23:24:28.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 23:20 cmd [2023-01-09T23:24:28.633Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 9 23:23 coverage.out [2023-01-09T23:24:28.633Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 9 23:20 doc [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 9 23:20 go.mod [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 9 23:20 go.sum [2023-01-09T23:24:28.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:20 internal [2023-01-09T23:24:28.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 23:20 snap [2023-01-09T23:24:28.633Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 9 23:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:24:28.986Z] + 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=ed435512d23c0fe6735192e03ad24dc623114abf --label arch=arm64 --label version=3.0.0-dev.4 . [2023-01-09T23:24:29.577Z] Sending build context to Docker daemon 20.58MB [2023-01-09T23:24:29.577Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-09T23:24:29.577Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-09T23:24:29.577Z] ---> 97fb1da46543 [2023-01-09T23:24:29.577Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-09T23:24:29.855Z] ---> Running in 41590afebf91 [2023-01-09T23:24:30.125Z] Removing intermediate container 41590afebf91 [2023-01-09T23:24:30.125Z] ---> dd65ad34e4cf [2023-01-09T23:24:30.125Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-09T23:24:30.393Z] ---> Running in 08fc23b2ac47 [2023-01-09T23:24:30.672Z] Removing intermediate container 08fc23b2ac47 [2023-01-09T23:24:30.672Z] ---> ce8adc1a0aac [2023-01-09T23:24:30.672Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-09T23:24:30.672Z] ---> Running in 01f9c66e01ef [2023-01-09T23:24:31.259Z] Removing intermediate container 01f9c66e01ef [2023-01-09T23:24:31.259Z] ---> 235f03d02b9b [2023-01-09T23:24:31.259Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-09T23:24:31.259Z] ---> Running in 55b2050daaf7 [2023-01-09T23:24:31.542Z] Removing intermediate container 55b2050daaf7 [2023-01-09T23:24:31.542Z] ---> 4383f015c099 [2023-01-09T23:24:31.542Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-09T23:24:31.811Z] ---> Running in c25b2163d1f8 [2023-01-09T23:24:32.082Z] Removing intermediate container c25b2163d1f8 [2023-01-09T23:24:32.082Z] ---> 944eb1bb3028 [2023-01-09T23:24:32.082Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-09T23:24:32.082Z] ---> Running in 6e10e36e33d0 [2023-01-09T23:24:33.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-09T23:24:33.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-09T23:24:34.729Z] OK: 221 MiB in 51 packages [2023-01-09T23:24:36.137Z] Removing intermediate container 6e10e36e33d0 [2023-01-09T23:24:36.137Z] ---> 5cc303098311 [2023-01-09T23:24:36.137Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-09T23:24:36.137Z] ---> Running in b51c35a62a62 [2023-01-09T23:24:36.723Z] Removing intermediate container b51c35a62a62 [2023-01-09T23:24:36.723Z] ---> 668c4161f73c [2023-01-09T23:24:36.723Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-09T23:24:37.307Z] ---> bffd2ab5d3c1 [2023-01-09T23:24:37.307Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-09T23:24:37.307Z] ---> Running in 598e5deb237a [2023-01-09T23:24:39.888Z] Removing intermediate container 598e5deb237a [2023-01-09T23:24:39.888Z] ---> b3f4238329e0 [2023-01-09T23:24:39.888Z] Step 12/26 : COPY . . [2023-01-09T23:24:41.324Z] ---> 12e4fad49e2a [2023-01-09T23:24:41.324Z] Step 13/26 : RUN ${MAKE} [2023-01-09T23:24:41.324Z] ---> Running in 6d5c46859bdd [2023-01-09T23:24:42.297Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2023-01-09T23:27:19.036Z] Removing intermediate container 6d5c46859bdd [2023-01-09T23:27:19.036Z] ---> 5d799224f83c [2023-01-09T23:27:19.036Z] Step 14/26 : FROM alpine:3.16 [2023-01-09T23:27:19.036Z] 3.16: Pulling from library/alpine [2023-01-09T23:27:19.036Z] 6875df1f5354: Pulling fs layer [2023-01-09T23:27:19.036Z] 6875df1f5354: Verifying Checksum [2023-01-09T23:27:19.036Z] 6875df1f5354: Download complete [2023-01-09T23:27:19.036Z] 6875df1f5354: Pull complete [2023-01-09T23:27:19.036Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-09T23:27:19.036Z] Status: Downloaded newer image for alpine:3.16 [2023-01-09T23:27:19.036Z] ---> 2b4661558fb8 [2023-01-09T23:27:19.036Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-09T23:27:19.036Z] ---> Running in 7d2c5336fb64 [2023-01-09T23:27:19.036Z] Removing intermediate container 7d2c5336fb64 [2023-01-09T23:27:19.036Z] ---> 3b607a64548d [2023-01-09T23:27:19.036Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-09T23:27:19.036Z] ---> Running in 479365e5c7df [2023-01-09T23:27:19.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-09T23:27:19.036Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-09T23:27:19.036Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-09T23:27:19.036Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-09T23:27:19.036Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-09T23:27:19.036Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-09T23:27:19.036Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-09T23:27:19.036Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-09T23:27:19.036Z] Executing busybox-1.35.0-r17.trigger [2023-01-09T23:27:19.036Z] OK: 8 MiB in 20 packages [2023-01-09T23:27:19.036Z] Removing intermediate container 479365e5c7df [2023-01-09T23:27:19.036Z] ---> e4df1a3d6e21 [2023-01-09T23:27:19.036Z] Step 17/26 : WORKDIR / [2023-01-09T23:27:19.036Z] ---> Running in fa3dc633caca [2023-01-09T23:27:19.036Z] Removing intermediate container fa3dc633caca [2023-01-09T23:27:19.036Z] ---> af764f38b957 [2023-01-09T23:27:19.036Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-09T23:27:19.036Z] ---> b75724b88002 [2023-01-09T23:27:19.036Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-09T23:27:19.036Z] ---> 0f27a81f5baf [2023-01-09T23:27:19.036Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-09T23:27:19.036Z] ---> d9be61ab4c36 [2023-01-09T23:27:19.036Z] Step 21/26 : EXPOSE 59984 [2023-01-09T23:27:19.036Z] ---> Running in eaad339288ed [2023-01-09T23:27:19.036Z] Removing intermediate container eaad339288ed [2023-01-09T23:27:19.036Z] ---> ec87d52f0dc1 [2023-01-09T23:27:19.036Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-09T23:27:19.036Z] ---> Running in 1bd01a56d3a6 [2023-01-09T23:27:19.036Z] Removing intermediate container 1bd01a56d3a6 [2023-01-09T23:27:19.036Z] ---> 71cb5ebb5ed7 [2023-01-09T23:27:19.036Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-09T23:27:19.036Z] ---> Running in 5ee43eb6ca9a [2023-01-09T23:27:19.304Z] Removing intermediate container 5ee43eb6ca9a [2023-01-09T23:27:19.304Z] ---> af1bf25e97b5 [2023-01-09T23:27:19.304Z] Step 24/26 : LABEL arch=arm64 [2023-01-09T23:27:19.304Z] ---> Running in 2ab3e56f6d3c [2023-01-09T23:27:19.570Z] Removing intermediate container 2ab3e56f6d3c [2023-01-09T23:27:19.570Z] ---> 96bbb5c1e477 [2023-01-09T23:27:19.570Z] Step 25/26 : LABEL git_sha=ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:27:19.570Z] ---> Running in 92e05b49c11d [2023-01-09T23:27:19.843Z] Removing intermediate container 92e05b49c11d [2023-01-09T23:27:19.843Z] ---> d5c4993e19f1 [2023-01-09T23:27:19.843Z] Step 26/26 : LABEL version=3.0.0-dev.4 [2023-01-09T23:27:20.117Z] ---> Running in cb18fcfb08d3 [2023-01-09T23:27:20.385Z] Removing intermediate container cb18fcfb08d3 [2023-01-09T23:27:20.385Z] ---> e02d7be95e08 [2023-01-09T23:27:20.385Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-09T23:27:20.385Z] Successfully built e02d7be95e08 [2023-01-09T23:27:20.385Z] 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-09T23:27:20.489Z] provisioning config files... [2023-01-09T23:27:20.505Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/93@tmp/config6440285952137476137tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:27:20.833Z] ---> docker-login.sh [2023-01-09T23:27:20.833Z] nexus3.edgexfoundry.org:10001 [2023-01-09T23:27:20.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:27:21.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:27:21.100Z] Configure a credential helper to remove this warning. See [2023-01-09T23:27:21.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:27:21.100Z] [2023-01-09T23:27:21.100Z] Login Succeeded [2023-01-09T23:27:21.100Z] nexus3.edgexfoundry.org:10002 [2023-01-09T23:27:21.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:27:21.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:27:21.369Z] Configure a credential helper to remove this warning. See [2023-01-09T23:27:21.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:27:21.369Z] [2023-01-09T23:27:21.369Z] Login Succeeded [2023-01-09T23:27:21.369Z] nexus3.edgexfoundry.org:10003 [2023-01-09T23:27:21.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:27:21.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:27:21.632Z] Configure a credential helper to remove this warning. See [2023-01-09T23:27:21.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:27:21.632Z] [2023-01-09T23:27:21.632Z] Login Succeeded [2023-01-09T23:27:21.898Z] nexus3.edgexfoundry.org:10004 [2023-01-09T23:27:21.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:27:22.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:27:22.165Z] Configure a credential helper to remove this warning. See [2023-01-09T23:27:22.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:27:22.165Z] [2023-01-09T23:27:22.165Z] Login Succeeded [2023-01-09T23:27:22.165Z] docker.io [2023-01-09T23:27:22.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-09T23:27:22.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-09T23:27:22.696Z] Configure a credential helper to remove this warning. See [2023-01-09T23:27:22.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-09T23:27:22.696Z] [2023-01-09T23:27:22.696Z] Login Succeeded [2023-01-09T23:27:22.696Z] ---> docker-login.sh ends [Pipeline] } [2023-01-09T23:27:22.708Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-09T23:27:22.733Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-09T23:27:22.749Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2023-01-09T23:27:22.749Z] ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:27:22.749Z] latest [2023-01-09T23:27:22.749Z] 3.0.0-dev.4 [2023-01-09T23:27:22.749Z] ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:27:22.749Z] main [2023-01-09T23:27:22.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:23.079Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:23.405Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:27:23.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-09T23:27:23.405Z] 548d50a3670b: Preparing [2023-01-09T23:27:23.405Z] 6b2729f9fe36: Preparing [2023-01-09T23:27:23.405Z] f9158b5617e9: Preparing [2023-01-09T23:27:23.405Z] 950bd4b86d7a: Preparing [2023-01-09T23:27:23.405Z] 17bec77d7fdc: Preparing [2023-01-09T23:27:23.405Z] 17bec77d7fdc: Layer already exists [2023-01-09T23:27:23.670Z] 6b2729f9fe36: Pushed [2023-01-09T23:27:23.670Z] 548d50a3670b: Pushed [2023-01-09T23:27:24.249Z] 950bd4b86d7a: Pushed [2023-01-09T23:27:29.591Z] f9158b5617e9: Pushed [2023-01-09T23:27:29.591Z] ed435512d23c0fe6735192e03ad24dc623114abf: digest: sha256:8d969ba826fa417a1aec2ae568e8d1545b266802922828aa9a69b8af620b65ea size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:29.933Z] + 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-09T23:27:30.270Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-09T23:27:30.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-09T23:27:30.270Z] 548d50a3670b: Preparing [2023-01-09T23:27:30.270Z] 6b2729f9fe36: Preparing [2023-01-09T23:27:30.270Z] f9158b5617e9: Preparing [2023-01-09T23:27:30.270Z] 950bd4b86d7a: Preparing [2023-01-09T23:27:30.270Z] 17bec77d7fdc: Preparing [2023-01-09T23:27:30.270Z] f9158b5617e9: Layer already exists [2023-01-09T23:27:30.270Z] 6b2729f9fe36: Layer already exists [2023-01-09T23:27:30.270Z] 950bd4b86d7a: Layer already exists [2023-01-09T23:27:30.270Z] 17bec77d7fdc: Layer already exists [2023-01-09T23:27:30.270Z] 548d50a3670b: Layer already exists [2023-01-09T23:27:30.270Z] latest: digest: sha256:8d969ba826fa417a1aec2ae568e8d1545b266802922828aa9a69b8af620b65ea size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:30.608Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:30.998Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.4 [2023-01-09T23:27:30.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-09T23:27:30.999Z] 548d50a3670b: Preparing [2023-01-09T23:27:30.999Z] 6b2729f9fe36: Preparing [2023-01-09T23:27:30.999Z] f9158b5617e9: Preparing [2023-01-09T23:27:30.999Z] 950bd4b86d7a: Preparing [2023-01-09T23:27:30.999Z] 17bec77d7fdc: Preparing [2023-01-09T23:27:30.999Z] 17bec77d7fdc: Layer already exists [2023-01-09T23:27:30.999Z] 950bd4b86d7a: Layer already exists [2023-01-09T23:27:30.999Z] f9158b5617e9: Layer already exists [2023-01-09T23:27:30.999Z] 6b2729f9fe36: Layer already exists [2023-01-09T23:27:30.999Z] 548d50a3670b: Layer already exists [2023-01-09T23:27:30.999Z] 3.0.0-dev.4: digest: sha256:8d969ba826fa417a1aec2ae568e8d1545b266802922828aa9a69b8af620b65ea size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:31.622Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:31.980Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:27:31.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-09T23:27:31.980Z] 548d50a3670b: Preparing [2023-01-09T23:27:31.980Z] 6b2729f9fe36: Preparing [2023-01-09T23:27:31.980Z] f9158b5617e9: Preparing [2023-01-09T23:27:31.980Z] 950bd4b86d7a: Preparing [2023-01-09T23:27:31.980Z] 17bec77d7fdc: Preparing [2023-01-09T23:27:31.980Z] 950bd4b86d7a: Layer already exists [2023-01-09T23:27:31.980Z] 6b2729f9fe36: Layer already exists [2023-01-09T23:27:31.980Z] 17bec77d7fdc: Layer already exists [2023-01-09T23:27:31.980Z] 548d50a3670b: Layer already exists [2023-01-09T23:27:31.980Z] f9158b5617e9: Layer already exists [2023-01-09T23:27:31.980Z] ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4: digest: sha256:8d969ba826fa417a1aec2ae568e8d1545b266802922828aa9a69b8af620b65ea size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:32.339Z] + 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-09T23:27:32.694Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2023-01-09T23:27:32.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-09T23:27:32.694Z] 548d50a3670b: Preparing [2023-01-09T23:27:32.694Z] 6b2729f9fe36: Preparing [2023-01-09T23:27:32.694Z] f9158b5617e9: Preparing [2023-01-09T23:27:32.694Z] 950bd4b86d7a: Preparing [2023-01-09T23:27:32.694Z] 17bec77d7fdc: Preparing [2023-01-09T23:27:32.694Z] 6b2729f9fe36: Layer already exists [2023-01-09T23:27:32.694Z] f9158b5617e9: Layer already exists [2023-01-09T23:27:32.694Z] 950bd4b86d7a: Layer already exists [2023-01-09T23:27:32.694Z] 548d50a3670b: Layer already exists [2023-01-09T23:27:32.694Z] 17bec77d7fdc: Layer already exists [2023-01-09T23:27:32.694Z] main: digest: sha256:8d969ba826fa417a1aec2ae568e8d1545b266802922828aa9a69b8af620b65ea size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-09T23:27:33.003Z] ===================================================== [Pipeline] echo [2023-01-09T23:27:33.010Z] taggedImages: [2023-01-09T23:27:33.010Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf [2023-01-09T23:27:33.010Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-09T23:27:33.010Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.4 [2023-01-09T23:27:33.010Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:ed435512d23c0fe6735192e03ad24dc623114abf-3.0.0-dev.4 [2023-01-09T23:27:33.010Z] - 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-09T23:27:33.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-09T23:27:33.360Z] [2023-01-09T23:27:33.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:27:33.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-09T23:27:33.691Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-09T23:27:33.691Z] 8998bd30e6a1: Pulling fs layer [2023-01-09T23:27:33.691Z] 04944245beec: Pulling fs layer [2023-01-09T23:27:33.691Z] 699f458cf7ca: Pulling fs layer [2023-01-09T23:27:33.691Z] 765212b225bb: Pulling fs layer [2023-01-09T23:27:33.691Z] f23df028b6ca: Pulling fs layer [2023-01-09T23:27:33.691Z] d65c8cfc05b1: Pulling fs layer [2023-01-09T23:27:33.691Z] 2437ff75d9bd: Pulling fs layer [2023-01-09T23:27:33.691Z] 765212b225bb: Waiting [2023-01-09T23:27:33.691Z] f23df028b6ca: Waiting [2023-01-09T23:27:33.691Z] d65c8cfc05b1: Waiting [2023-01-09T23:27:33.691Z] 2437ff75d9bd: Waiting [2023-01-09T23:27:33.961Z] 04944245beec: Verifying Checksum [2023-01-09T23:27:33.961Z] 04944245beec: Download complete [2023-01-09T23:27:33.961Z] 765212b225bb: Verifying Checksum [2023-01-09T23:27:33.961Z] 765212b225bb: Download complete [2023-01-09T23:27:33.961Z] f23df028b6ca: Verifying Checksum [2023-01-09T23:27:33.961Z] f23df028b6ca: Download complete [2023-01-09T23:27:33.961Z] d65c8cfc05b1: Verifying Checksum [2023-01-09T23:27:33.961Z] d65c8cfc05b1: Download complete [2023-01-09T23:27:33.961Z] 699f458cf7ca: Verifying Checksum [2023-01-09T23:27:33.961Z] 699f458cf7ca: Download complete [2023-01-09T23:27:34.544Z] 8998bd30e6a1: Verifying Checksum [2023-01-09T23:27:34.544Z] 8998bd30e6a1: Download complete [2023-01-09T23:27:36.487Z] 2437ff75d9bd: Verifying Checksum [2023-01-09T23:27:36.487Z] 2437ff75d9bd: Download complete [2023-01-09T23:27:38.429Z] 8998bd30e6a1: Pull complete [2023-01-09T23:27:38.696Z] 04944245beec: Pull complete [2023-01-09T23:27:40.102Z] 699f458cf7ca: Pull complete [2023-01-09T23:27:40.102Z] 765212b225bb: Pull complete [2023-01-09T23:27:42.681Z] f23df028b6ca: Pull complete [2023-01-09T23:27:42.681Z] d65c8cfc05b1: Pull complete [2023-01-09T23:27:57.662Z] 2437ff75d9bd: Pull complete [2023-01-09T23:27:57.662Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-09T23:27:57.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-09T23:27:57.662Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:27:57.833Z] prd-ubuntu20.04-docker-arm64-4c-16g-1499 does not seem to be running inside a container [2023-01-09T23:27:57.893Z] $ 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/93 -v /w/workspace/device-onvif-camera/93:/w/workspace/device-onvif-camera/93:rw,z -v /w/workspace/device-onvif-camera/93@tmp:/w/workspace/device-onvif-camera/93@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-09T23:28:00.385Z] $ docker top 99dbadce089169cc1061156615a5de685ff1221a9ff1413119f1f6a3df4a2dd0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:28:00.882Z] ---> job-cost.sh [2023-01-09T23:28:01.146Z] lf-activate-venv: SKIPPING [2023-01-09T23:28:01.146Z] INFO: No Stack... [2023-01-09T23:28:01.409Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-09T23:28:02.365Z] INFO: Archiving Costs [Pipeline] sh [2023-01-09T23:28:02.686Z] + + catcut /w/workspace/device-onvif-camera/93/archives/cost.csv -d, [2023-01-09T23:28:02.686Z] -f6 [Pipeline] lock [2023-01-09T23:28:02.749Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [2023-01-09T23:28:02.758Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] did not exist. Created. [2023-01-09T23:28:02.759Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-09T23:28:03.097Z] /w/workspace/device-onvif-camera/93@tmp/durable-02c7a608/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-09T23:28:03.438Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-09T23:28:03.460Z] Warning: overwriting stash ‘stack-cost’ [2023-01-09T23:28:03.523Z] Stashed 1 file(s) [Pipeline] } [2023-01-09T23:28:03.533Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-93-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-09T23:28:03.551Z] $ docker stop --time=1 99dbadce089169cc1061156615a5de685ff1221a9ff1413119f1f6a3df4a2dd0 [2023-01-09T23:28:05.027Z] $ docker rm -f --volumes 99dbadce089169cc1061156615a5de685ff1221a9ff1413119f1f6a3df4a2dd0 [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-09T23:28:05.441Z] provisioning config files... [2023-01-09T23:28:05.449Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7322925444905901355tmp [Pipeline] { [Pipeline] sh [2023-01-09T23:28:05.746Z] + set +x [2023-01-09T23:28:05.747Z] + curl -s https://codecov.io/bash [2023-01-09T23:28:05.747Z] + bash -s -- [2023-01-09T23:28:05.747Z] [2023-01-09T23:28:05.747Z] _____ _ [2023-01-09T23:28:05.747Z] / ____| | | [2023-01-09T23:28:05.747Z] | | ___ __| | ___ ___ _____ __ [2023-01-09T23:28:05.747Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-09T23:28:05.747Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-09T23:28:05.747Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-09T23:28:05.747Z] Bash-1.0.6 [2023-01-09T23:28:05.747Z] [2023-01-09T23:28:05.747Z] [2023-01-09T23:28:05.747Z] ==> git version 2.25.1 found [2023-01-09T23:28:05.747Z] ==> 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-09T23:28:05.747Z] Release-Date: 2020-01-08 [2023-01-09T23:28:05.747Z] 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-09T23:28:05.747Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-09T23:28:05.747Z] ==> Jenkins CI detected. [2023-01-09T23:28:05.747Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2023-01-09T23:28:05.747Z] project root: . [2023-01-09T23:28:05.747Z] --> token set from env [2023-01-09T23:28:05.747Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-09T23:28:05.747Z] ==> Running gcov in . (disable via -X gcov) [2023-01-09T23:28:05.747Z] ==> Python coveragepy not found [2023-01-09T23:28:05.747Z] ==> Searching for coverage reports in: [2023-01-09T23:28:05.747Z] + . [2023-01-09T23:28:05.747Z] -> Found 1 reports [2023-01-09T23:28:05.747Z] ==> Detecting git/mercurial file structure [2023-01-09T23:28:05.747Z] ==> Reading reports [2023-01-09T23:28:05.747Z] + ./coverage.out bytes=79184 [2023-01-09T23:28:05.747Z] ==> Appending adjustments [2023-01-09T23:28:05.747Z] https://docs.codecov.io/docs/fixing-reports [2023-01-09T23:28:06.005Z] + Found adjustments [2023-01-09T23:28:06.005Z] ==> Gzipping contents [2023-01-09T23:28:06.005Z] 12K /tmp/codecov.m9g2hD.gz [2023-01-09T23:28:06.005Z] ==> Uploading reports [2023-01-09T23:28:06.005Z] url: https://codecov.io [2023-01-09T23:28:06.005Z] query: branch=main&commit=ed435512d23c0fe6735192e03ad24dc623114abf&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-09T23:28:06.005Z] -> Pinging Codecov [2023-01-09T23:28:06.005Z] 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=ed435512d23c0fe6735192e03ad24dc623114abf&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F93%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-09T23:28:06.573Z] -> Uploading to [2023-01-09T23:28:06.573Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-09/F29A59C45E3A92E06B3E522C9905F8EF/ed435512d23c0fe6735192e03ad24dc623114abf/17984d9a-57a9-4939-b048-5670514bcb4a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230109T232806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=90556030d4e18c4ba88190ec9099cdf14cd89c6d36432e73e3102115a5c3deae [2023-01-09T23:28:06.573Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-09T23:28:06.573Z] Dload Upload Total Spent Left Speed [2023-01-09T23:28:06.573Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10882 0 0 100 10882 0 44598 --:--:-- --:--:-- --:--:-- 44416 100 10882 0 0 100 10882 0 44598 --:--:-- --:--:-- --:--:-- 44416 [2023-01-09T23:28:06.573Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] } [2023-01-09T23:28:06.582Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-09T23:28:06.779Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-09T23:28:06.790Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:07.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-09T23:28:07.085Z] [2023-01-09T23:28:07.085Z] 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-09T23:28:07.436Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-09T23:28:07.699Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-09T23:28:07.699Z] df9b9388f04a: Pulling fs layer [2023-01-09T23:28:07.699Z] 52dc419b0ee2: Pulling fs layer [2023-01-09T23:28:07.699Z] 25bc292e5bac: Pulling fs layer [2023-01-09T23:28:07.699Z] 114826534d7a: Pulling fs layer [2023-01-09T23:28:07.699Z] 4657fd5d0bcf: Pulling fs layer [2023-01-09T23:28:07.699Z] 6ad1cebc031e: Pulling fs layer [2023-01-09T23:28:07.699Z] 8a3aa393b2d8: Pulling fs layer [2023-01-09T23:28:07.699Z] 114826534d7a: Waiting [2023-01-09T23:28:07.699Z] 6ad1cebc031e: Waiting [2023-01-09T23:28:07.699Z] 4657fd5d0bcf: Waiting [2023-01-09T23:28:07.699Z] 8a3aa393b2d8: Waiting [2023-01-09T23:28:07.699Z] 25bc292e5bac: Verifying Checksum [2023-01-09T23:28:07.699Z] 25bc292e5bac: Download complete [2023-01-09T23:28:07.699Z] 52dc419b0ee2: Download complete [2023-01-09T23:28:07.699Z] 4657fd5d0bcf: Verifying Checksum [2023-01-09T23:28:07.699Z] 4657fd5d0bcf: Download complete [2023-01-09T23:28:07.699Z] df9b9388f04a: Download complete [2023-01-09T23:28:07.699Z] df9b9388f04a: Pull complete [2023-01-09T23:28:07.699Z] 6ad1cebc031e: Verifying Checksum [2023-01-09T23:28:07.699Z] 6ad1cebc031e: Download complete [2023-01-09T23:28:07.973Z] 52dc419b0ee2: Pull complete [2023-01-09T23:28:07.973Z] 25bc292e5bac: Pull complete [2023-01-09T23:28:08.563Z] 114826534d7a: Verifying Checksum [2023-01-09T23:28:08.563Z] 114826534d7a: Download complete [2023-01-09T23:28:08.822Z] 8a3aa393b2d8: Verifying Checksum [2023-01-09T23:28:08.822Z] 8a3aa393b2d8: Download complete [2023-01-09T23:28:12.108Z] 114826534d7a: Pull complete [2023-01-09T23:28:12.108Z] 4657fd5d0bcf: Pull complete [2023-01-09T23:28:12.368Z] 6ad1cebc031e: Pull complete [2023-01-09T23:28:15.651Z] 8a3aa393b2d8: Pull complete [2023-01-09T23:28:15.651Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-09T23:28:15.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-09T23:28:15.651Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:28:15.732Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:28:15.777Z] $ 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-09T23:28:17.607Z] $ docker top 4565cc36006a798877e0eabd4c53afb65640a78703f1a54b9066096c48a366c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-09T23:28:17.662Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2023-01-09T23:28:17.939Z] + set -o pipefail [2023-01-09T23:28:17.940Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2023-01-09T23:28:23.207Z] [2023-01-09T23:28:23.207Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2023-01-09T23:28:23.207Z] [2023-01-09T23:28:23.207Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/aa6e7579-216d-4f21-a863-f2311c5dd543 [2023-01-09T23:28:23.207Z] [2023-01-09T23:28:23.207Z] Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. [2023-01-09T23:28:23.207Z] [2023-01-09T23:28:23.207Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-09T23:28:23.207Z] [2023-01-09T23:28:23.774Z] [2023-01-09T23:28:23.774Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-09T23:28:23.774Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-09T23:28:23.774Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-09T23:28:23.797Z] $ docker stop --time=1 4565cc36006a798877e0eabd4c53afb65640a78703f1a54b9066096c48a366c3 [2023-01-09T23:28:25.974Z] $ docker rm -f --volumes 4565cc36006a798877e0eabd4c53afb65640a78703f1a54b9066096c48a366c3 [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-09T23:28:26.430Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:28:26.444Z] provisioning config files... [2023-01-09T23:28:26.451Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8979570254060482856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:28:26.743Z] --> edgex-publish-swagger.sh [2023-01-09T23:28:26.743Z] === Publish doc/openapi/v2 API === [2023-01-09T23:28:26.743Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v2] to Swagger [2023-01-09T23:28:26.743Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v2/device-onvif-camera.yaml] [2023-01-09T23:28:26.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-09T23:28:26.743Z] Dload Upload Total Spent Left Speed [2023-01-09T23:28:27.312Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 469k 100 38 100 469k 57 706k --:--:-- --:--:-- --:--:-- 705k [2023-01-09T23:28:27.312Z] {"code":403,"message":"Access Denied"} [2023-01-09T23:28:27.312Z] [Pipeline] } [2023-01-09T23:28:27.319Z] 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-09T23:28:27.716Z] + git log --format=format:%s -1 ed435512d23c0fe6735192e03ad24dc623114abf [Pipeline] sh [2023-01-09T23:28:28.008Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-09T23:28:28.008Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:28.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:28:28.302Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:28:28.394Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:28:28.436Z] $ 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-09T23:28:28.813Z] $ docker top 56c74592425640a69733d33b295b3fb33803b36c20a1fd4d1977d697719bad54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-09T23:28:28.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-09T23:28:28.904Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-09T23:28:29.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-09T23:28:29.030Z] $ docker exec 56c74592425640a69733d33b295b3fb33803b36c20a1fd4d1977d697719bad54 ssh-agent [2023-01-09T23:28:29.150Z] SSH_AUTH_SOCK=/tmp/ssh-FeKGIR0IjCaU/agent.32 [2023-01-09T23:28:29.150Z] SSH_AGENT_PID=38 [2023-01-09T23:28:29.156Z] Running ssh-add (command line suppressed) [2023-01-09T23:28:29.268Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2635579499295280835.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2635579499295280835.key) [2023-01-09T23:28:29.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-09T23:28:29.551Z] + git semver tag [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,749 [run_tag] DEBUG tag force:False [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,749 [check_head_tag] DEBUG check head tag [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,751 [execute] INFO git cat-file --batch-check [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,751 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,756 [execute] INFO git cat-file --batch [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,783 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,784 [execute] INFO git tag -a v3.0.0-dev.4 -m v3.0.0-dev.4 [2023-01-09T23:28:29.808Z] 2023-01-09 23:28:29,784 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.4', '-m', 'v3.0.0-dev.4'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-09T23:28:29.809Z] 2023-01-09 23:28:29,790 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:29.809Z] 3.0.0-dev.4 [Pipeline] } [2023-01-09T23:28:29.830Z] $ docker exec --env ******** --env ******** 56c74592425640a69733d33b295b3fb33803b36c20a1fd4d1977d697719bad54 ssh-agent -k [2023-01-09T23:28:29.941Z] unset SSH_AUTH_SOCK; [2023-01-09T23:28:29.942Z] unset SSH_AGENT_PID; [2023-01-09T23:28:29.942Z] echo Agent pid 38 killed; [2023-01-09T23:28:29.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-09T23:28:30.244Z] + git semver [Pipeline] } [2023-01-09T23:28:30.530Z] $ docker stop --time=1 56c74592425640a69733d33b295b3fb33803b36c20a1fd4d1977d697719bad54 [2023-01-09T23:28:31.842Z] $ docker rm -f --volumes 56c74592425640a69733d33b295b3fb33803b36c20a1fd4d1977d697719bad54 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:32.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-09T23:28:32.219Z] [2023-01-09T23:28:32.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:32.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-09T23:28:32.529Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-09T23:28:32.529Z] ab5ef0e58194: Pulling fs layer [2023-01-09T23:28:32.529Z] 9712f1f96733: Pulling fs layer [2023-01-09T23:28:32.529Z] 63f879dbbcfc: Pulling fs layer [2023-01-09T23:28:32.529Z] 0d9ebad4ef96: Pulling fs layer [2023-01-09T23:28:32.529Z] e9a5061849ea: Pulling fs layer [2023-01-09T23:28:32.529Z] d747dcd14b5f: Pulling fs layer [2023-01-09T23:28:32.529Z] 2de7ff778b66: Pulling fs layer [2023-01-09T23:28:32.529Z] 0d9ebad4ef96: Waiting [2023-01-09T23:28:32.529Z] e9a5061849ea: Waiting [2023-01-09T23:28:32.529Z] d747dcd14b5f: Waiting [2023-01-09T23:28:32.529Z] 2de7ff778b66: Waiting [2023-01-09T23:28:32.529Z] 9712f1f96733: Verifying Checksum [2023-01-09T23:28:32.529Z] 9712f1f96733: Download complete [2023-01-09T23:28:33.121Z] 63f879dbbcfc: Verifying Checksum [2023-01-09T23:28:33.121Z] 63f879dbbcfc: Download complete [2023-01-09T23:28:33.121Z] e9a5061849ea: Verifying Checksum [2023-01-09T23:28:33.121Z] e9a5061849ea: Download complete [2023-01-09T23:28:33.121Z] d747dcd14b5f: Download complete [2023-01-09T23:28:33.121Z] 0d9ebad4ef96: Verifying Checksum [2023-01-09T23:28:33.121Z] 0d9ebad4ef96: Download complete [2023-01-09T23:28:33.379Z] 2de7ff778b66: Verifying Checksum [2023-01-09T23:28:33.379Z] 2de7ff778b66: Download complete [2023-01-09T23:28:33.379Z] ab5ef0e58194: Verifying Checksum [2023-01-09T23:28:33.379Z] ab5ef0e58194: Download complete [2023-01-09T23:28:36.667Z] ab5ef0e58194: Pull complete [2023-01-09T23:28:36.667Z] 9712f1f96733: Pull complete [2023-01-09T23:28:36.935Z] 63f879dbbcfc: Pull complete [2023-01-09T23:28:41.136Z] 0d9ebad4ef96: Pull complete [2023-01-09T23:28:41.394Z] e9a5061849ea: Pull complete [2023-01-09T23:28:41.394Z] d747dcd14b5f: Pull complete [2023-01-09T23:28:42.766Z] 2de7ff778b66: Pull complete [2023-01-09T23:28:42.766Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-09T23:28:42.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-09T23:28:42.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:28:42.847Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:28:42.891Z] $ 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-09T23:28:44.909Z] $ docker top f4eefa8034e06c5bf991e38763d636fe5d62f2a059abb95aae525d15896adbee -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:28:44.972Z] provisioning config files... [2023-01-09T23:28:44.979Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config9298045686307132185tmp [2023-01-09T23:28:44.989Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15675095824080756433tmp [2023-01-09T23:28:45.004Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1357788637510038314tmp [Pipeline] { [Pipeline] echo [2023-01-09T23:28:45.020Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:28:45.301Z] ---> sigul-configuration.sh [2023-01-09T23:28:45.302Z] gpg: directory `/root/.gnupg' created [2023-01-09T23:28:45.302Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-09T23:28:45.302Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-09T23:28:45.302Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-09T23:28:45.302Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-09T23:28:45.302Z] gpg: CAST5 encrypted data [2023-01-09T23:28:45.302Z] gpg: encrypted with 1 passphrase [2023-01-09T23:28:45.302Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-09T23:28:45.588Z] + mkdir /home/jenkins [2023-01-09T23:28:45.588Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-09T23:28:45.872Z] + 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-09T23:28:45.881Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:28:46.163Z] ---> sigul-install.sh [2023-01-09T23:28:46.163Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-09T23:28:46.447Z] + git tag --list [2023-01-09T23:28:46.447Z] v0.0.0 [2023-01-09T23:28:46.447Z] v0.0.1-dev.1 [2023-01-09T23:28:46.447Z] v0.0.1-dev.10 [2023-01-09T23:28:46.447Z] v0.0.1-dev.11 [2023-01-09T23:28:46.447Z] v0.0.1-dev.12 [2023-01-09T23:28:46.447Z] v0.0.1-dev.13 [2023-01-09T23:28:46.447Z] v0.0.1-dev.14 [2023-01-09T23:28:46.447Z] v0.0.1-dev.15 [2023-01-09T23:28:46.447Z] v0.0.1-dev.16 [2023-01-09T23:28:46.447Z] v0.0.1-dev.17 [2023-01-09T23:28:46.447Z] v0.0.1-dev.18 [2023-01-09T23:28:46.447Z] v0.0.1-dev.19 [2023-01-09T23:28:46.447Z] v0.0.1-dev.2 [2023-01-09T23:28:46.447Z] v0.0.1-dev.20 [2023-01-09T23:28:46.447Z] v0.0.1-dev.21 [2023-01-09T23:28:46.447Z] v0.0.1-dev.22 [2023-01-09T23:28:46.447Z] v0.0.1-dev.23 [2023-01-09T23:28:46.447Z] v0.0.1-dev.24 [2023-01-09T23:28:46.447Z] v0.0.1-dev.25 [2023-01-09T23:28:46.447Z] v0.0.1-dev.26 [2023-01-09T23:28:46.447Z] v0.0.1-dev.27 [2023-01-09T23:28:46.447Z] v0.0.1-dev.28 [2023-01-09T23:28:46.447Z] v0.0.1-dev.3 [2023-01-09T23:28:46.447Z] v0.0.1-dev.4 [2023-01-09T23:28:46.447Z] v0.0.1-dev.5 [2023-01-09T23:28:46.448Z] v0.0.1-dev.6 [2023-01-09T23:28:46.448Z] v0.0.1-dev.7 [2023-01-09T23:28:46.448Z] v0.0.1-dev.8 [2023-01-09T23:28:46.448Z] v0.0.1-dev.9 [2023-01-09T23:28:46.448Z] v2.2.0 [2023-01-09T23:28:46.448Z] v2.2.0-dev.29 [2023-01-09T23:28:46.448Z] v2.2.0-dev.30 [2023-01-09T23:28:46.448Z] v2.2.0-dev.31 [2023-01-09T23:28:46.448Z] v2.2.0-dev.32 [2023-01-09T23:28:46.448Z] v2.2.0-dev.33 [2023-01-09T23:28:46.448Z] v2.2.0-dev.34 [2023-01-09T23:28:46.448Z] v2.2.0-dev.35 [2023-01-09T23:28:46.448Z] v2.3.0 [2023-01-09T23:28:46.448Z] v2.3.0-dev.1 [2023-01-09T23:28:46.448Z] v2.3.0-dev.10 [2023-01-09T23:28:46.448Z] v2.3.0-dev.11 [2023-01-09T23:28:46.448Z] v2.3.0-dev.12 [2023-01-09T23:28:46.448Z] v2.3.0-dev.13 [2023-01-09T23:28:46.448Z] v2.3.0-dev.14 [2023-01-09T23:28:46.448Z] v2.3.0-dev.15 [2023-01-09T23:28:46.448Z] v2.3.0-dev.16 [2023-01-09T23:28:46.448Z] v2.3.0-dev.17 [2023-01-09T23:28:46.448Z] v2.3.0-dev.18 [2023-01-09T23:28:46.448Z] v2.3.0-dev.19 [2023-01-09T23:28:46.448Z] v2.3.0-dev.2 [2023-01-09T23:28:46.448Z] v2.3.0-dev.20 [2023-01-09T23:28:46.448Z] v2.3.0-dev.21 [2023-01-09T23:28:46.448Z] v2.3.0-dev.22 [2023-01-09T23:28:46.448Z] v2.3.0-dev.23 [2023-01-09T23:28:46.448Z] v2.3.0-dev.24 [2023-01-09T23:28:46.448Z] v2.3.0-dev.25 [2023-01-09T23:28:46.448Z] v2.3.0-dev.26 [2023-01-09T23:28:46.448Z] v2.3.0-dev.27 [2023-01-09T23:28:46.448Z] v2.3.0-dev.28 [2023-01-09T23:28:46.448Z] v2.3.0-dev.29 [2023-01-09T23:28:46.448Z] v2.3.0-dev.3 [2023-01-09T23:28:46.448Z] v2.3.0-dev.30 [2023-01-09T23:28:46.448Z] v2.3.0-dev.31 [2023-01-09T23:28:46.448Z] v2.3.0-dev.32 [2023-01-09T23:28:46.448Z] v2.3.0-dev.33 [2023-01-09T23:28:46.448Z] v2.3.0-dev.34 [2023-01-09T23:28:46.448Z] v2.3.0-dev.35 [2023-01-09T23:28:46.448Z] v2.3.0-dev.36 [2023-01-09T23:28:46.448Z] v2.3.0-dev.37 [2023-01-09T23:28:46.448Z] v2.3.0-dev.38 [2023-01-09T23:28:46.448Z] v2.3.0-dev.39 [2023-01-09T23:28:46.448Z] v2.3.0-dev.4 [2023-01-09T23:28:46.448Z] v2.3.0-dev.40 [2023-01-09T23:28:46.448Z] v2.3.0-dev.41 [2023-01-09T23:28:46.448Z] v2.3.0-dev.42 [2023-01-09T23:28:46.448Z] v2.3.0-dev.43 [2023-01-09T23:28:46.448Z] v2.3.0-dev.44 [2023-01-09T23:28:46.448Z] v2.3.0-dev.45 [2023-01-09T23:28:46.448Z] v2.3.0-dev.5 [2023-01-09T23:28:46.448Z] v2.3.0-dev.6 [2023-01-09T23:28:46.448Z] v2.3.0-dev.7 [2023-01-09T23:28:46.448Z] v2.3.0-dev.8 [2023-01-09T23:28:46.448Z] v2.3.0-dev.9 [2023-01-09T23:28:46.448Z] v2.3.1-dev.1 [2023-01-09T23:28:46.448Z] v3.0.0-dev.1 [2023-01-09T23:28:46.448Z] v3.0.0-dev.2 [2023-01-09T23:28:46.448Z] v3.0.0-dev.3 [2023-01-09T23:28:46.448Z] v3.0.0-dev.4 [Pipeline] sh [2023-01-09T23:28:46.732Z] + lftools sign git-tag v3.0.0-dev.4 [2023-01-09T23:28:47.299Z] Signing Git tag with Sigul... [2023-01-09T23:28:47.299Z] Signing v3.0.0-dev.4 [Pipeline] echo [2023-01-09T23:28:47.874Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:28:48.157Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-09T23:28:48.164Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-09T23:28:48.192Z] $ docker stop --time=1 f4eefa8034e06c5bf991e38763d636fe5d62f2a059abb95aae525d15896adbee [2023-01-09T23:28:49.473Z] $ docker rm -f --volumes f4eefa8034e06c5bf991e38763d636fe5d62f2a059abb95aae525d15896adbee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-09T23:28:49.878Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-09T23:28:49.878Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:50.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:28:50.174Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:28:50.247Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:28:50.287Z] $ 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-09T23:28:50.639Z] $ docker top 4eed23e63e9e9ad86d3653da3900e050ef4cd28f4de74aa5fe2d6a5e4d58ad44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-09T23:28:50.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-09T23:28:50.716Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-09T23:28:50.834Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-09T23:28:50.850Z] $ docker exec 4eed23e63e9e9ad86d3653da3900e050ef4cd28f4de74aa5fe2d6a5e4d58ad44 ssh-agent [2023-01-09T23:28:50.957Z] SSH_AUTH_SOCK=/tmp/ssh-ac9A5FvEBUuG/agent.31 [2023-01-09T23:28:50.957Z] SSH_AGENT_PID=37 [2023-01-09T23:28:50.963Z] Running ssh-add (command line suppressed) [2023-01-09T23:28:51.094Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_10797506489146640909.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_10797506489146640909.key) [2023-01-09T23:28:51.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-09T23:28:51.383Z] + git semver bump pre [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,582 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,583 [bump_version] DEBUG bumping version:3.0.0-dev.4 on axis:pre with prefix:dev [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,583 [bump_version] DEBUG bumped version:3.0.0-dev.5 [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,583 [write_version] DEBUG write version:3.0.0-dev.5 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,583 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,583 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,585 [execute] INFO git cat-file --batch-check [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,585 [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-09T23:28:51.643Z] 2023-01-09 23:28:51,591 [execute] INFO git cat-file --batch [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,592 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-09T23:28:51.643Z] 2023-01-09 23:28:51,598 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:51.643Z] 3.0.0-dev.5 [Pipeline] } [2023-01-09T23:28:51.666Z] $ docker exec --env ******** --env ******** 4eed23e63e9e9ad86d3653da3900e050ef4cd28f4de74aa5fe2d6a5e4d58ad44 ssh-agent -k [2023-01-09T23:28:51.778Z] unset SSH_AUTH_SOCK; [2023-01-09T23:28:51.778Z] unset SSH_AGENT_PID; [2023-01-09T23:28:51.778Z] echo Agent pid 37 killed; [2023-01-09T23:28:51.774Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-09T23:28:52.072Z] + git semver [Pipeline] } [2023-01-09T23:28:52.358Z] $ docker stop --time=1 4eed23e63e9e9ad86d3653da3900e050ef4cd28f4de74aa5fe2d6a5e4d58ad44 [2023-01-09T23:28:53.636Z] $ docker rm -f --volumes 4eed23e63e9e9ad86d3653da3900e050ef4cd28f4de74aa5fe2d6a5e4d58ad44 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-09T23:28:53.955Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-09T23:28:53.955Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:28:54.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-09T23:28:54.250Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:28:54.324Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:28:54.366Z] $ 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-09T23:28:54.706Z] $ docker top 4efc26876ea97747e27a12615948004e2230c9b478d07289b3be989cba0540a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-09T23:28:54.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-09T23:28:54.794Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-09T23:28:54.915Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-09T23:28:54.930Z] $ docker exec 4efc26876ea97747e27a12615948004e2230c9b478d07289b3be989cba0540a8 ssh-agent [2023-01-09T23:28:55.025Z] SSH_AUTH_SOCK=/tmp/ssh-5vtGw9L65tdK/agent.32 [2023-01-09T23:28:55.025Z] SSH_AGENT_PID=38 [2023-01-09T23:28:55.030Z] Running ssh-add (command line suppressed) [2023-01-09T23:28:55.143Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2172548373177584857.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_2172548373177584857.key) [2023-01-09T23:28:55.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-09T23:28:55.437Z] + git semver push [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,633 [run_push] DEBUG push [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,634 [execute] INFO git cat-file --batch-check [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,634 [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-09T23:28:55.697Z] 2023-01-09 23:28:55,639 [execute] INFO git rev-list ed55ff2066952567406884788a5554d11c74b59a -- [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,639 [execute] DEBUG Popen(['git', 'rev-list', 'ed55ff2066952567406884788a5554d11c74b59a', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,647 [execute] INFO git fetch -v origin [2023-01-09T23:28:55.697Z] 2023-01-09 23:28:55,647 [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-09T23:28:56.264Z] 2023-01-09 23:28:56,185 [run_push] DEBUG no remote changes detected [2023-01-09T23:28:56.264Z] 2023-01-09 23:28:56,185 [execute] INFO git push origin semver [2023-01-09T23:28:56.264Z] 2023-01-09 23:28:56,186 [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-09T23:28:57.201Z] 2023-01-09 23:28:56,897 [run_push] DEBUG push all version tags [2023-01-09T23:28:57.201Z] 2023-01-09 23:28:56,897 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-09T23:28:57.201Z] 2023-01-09 23:28:56,898 [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-09T23:28:57.768Z] 2023-01-09 23:28:57,626 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-09T23:28:57.768Z] 3.0.0-dev.5 [Pipeline] } [2023-01-09T23:28:57.790Z] $ docker exec --env ******** --env ******** 4efc26876ea97747e27a12615948004e2230c9b478d07289b3be989cba0540a8 ssh-agent -k [2023-01-09T23:28:57.895Z] unset SSH_AUTH_SOCK; [2023-01-09T23:28:57.895Z] unset SSH_AGENT_PID; [2023-01-09T23:28:57.895Z] echo Agent pid 38 killed; [2023-01-09T23:28:57.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-09T23:28:58.194Z] + git semver [Pipeline] } [2023-01-09T23:28:58.481Z] $ docker stop --time=1 4efc26876ea97747e27a12615948004e2230c9b478d07289b3be989cba0540a8 [2023-01-09T23:28:59.753Z] $ docker rm -f --volumes 4efc26876ea97747e27a12615948004e2230c9b478d07289b3be989cba0540a8 [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-09T23:29:00.276Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2023-01-09T23:29:00.276Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-09T23:29:00.276Z] total 16 [2023-01-09T23:29:00.276Z] drwxr-xr-x 3 root root 4096 Jan 9 23:20 . [2023-01-09T23:29:00.276Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 9 23:28 .. [2023-01-09T23:29:00.276Z] drwxr-xr-x 2 root root 4096 Jan 9 23:20 cost [2023-01-09T23:29:00.276Z] -rw-r--r-- 1 root root 90 Jan 9 23:20 cost.csv [2023-01-09T23:29:00.276Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-09T23:29:00.276Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-09T23:29:00.276Z] total 16 [2023-01-09T23:29:00.276Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 9 23:20 . [2023-01-09T23:29:00.276Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 9 23:28 .. [2023-01-09T23:29:00.276Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 9 23:20 cost [2023-01-09T23:29:00.276Z] -rw-r--r-- 1 jenkins jenkins 90 Jan 9 23:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:00.566Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:01.420Z] ---> package-listing.sh [2023-01-09T23:29:01.420Z] ++ facter osfamily [2023-01-09T23:29:01.420Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-09T23:29:01.678Z] + OS_FAMILY=debian [2023-01-09T23:29:01.678Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2023-01-09T23:29:01.678Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-09T23:29:01.678Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-09T23:29:01.678Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-09T23:29:01.679Z] + PACKAGES=/tmp/packages_start.txt [2023-01-09T23:29:01.679Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-09T23:29:01.679Z] + PACKAGES=/tmp/packages_end.txt [2023-01-09T23:29:01.679Z] + case "${OS_FAMILY}" in [2023-01-09T23:29:01.679Z] + dpkg -l [2023-01-09T23:29:01.679Z] + grep '^ii' [2023-01-09T23:29:01.679Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-09T23:29:01.679Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-09T23:29:01.679Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-09T23:29:01.679Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-09T23:29:01.679Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2023-01-09T23:29:01.679Z] + 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-09T23:29:01.689Z] 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-09T23:29:01.964Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-09T23:29:02.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-09T23:29:02.526Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-09T23:29:02.591Z] prd-ubuntu20.04-docker-8c-8g-1498 does not seem to be running inside a container [2023-01-09T23:29:02.634Z] $ 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-09T23:29:02.848Z] $ docker top b1093d7d12ca3aed2012cbf5df5378eb593f2dba06c0ab037ef92b79f5d04284 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-09T23:29:03.265Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-09T23:29:03.597Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-09T23:29:03.883Z] + ls /var/log/sa-host [2023-01-09T23:29:03.883Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-09T23:29:04.044Z] provisioning config files... [2023-01-09T23:29:04.055Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13883268609091828803tmp [Pipeline] { [Pipeline] echo [2023-01-09T23:29:04.067Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:04.350Z] ---> create-netrc.sh [Pipeline] } [2023-01-09T23:29:04.358Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:04.695Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-09T23:29:04.705Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:04.989Z] ---> sudo-logs.sh [2023-01-09T23:29:04.989Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-09T23:29:05.022Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:05.306Z] ---> job-cost.sh [2023-01-09T23:29:05.306Z] lf-activate-venv: SKIPPING [2023-01-09T23:29:05.306Z] DEBUG: total: 0.2199999988079071 [2023-01-09T23:29:05.306Z] INFO: Retrieving Stack Cost... [2023-01-09T23:29:05.874Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-09T23:29:06.133Z] INFO: Archiving Costs [Pipeline] echo [2023-01-09T23:29:06.146Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-09T23:29:06.428Z] ---> logs-deploy.sh [2023-01-09T23:29:06.428Z] lf-activate-venv: SKIPPING [2023-01-09T23:29:06.428Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/93 [2023-01-09T23:29:06.428Z] INFO: archiving workspace using pattern(s): [2023-01-09T23:29:07.367Z] Archives upload complete. [2023-01-09T23:29:07.367Z] INFO: archiving logs to Nexus