Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e283d27a39f6608c4972b60e45559292c212ac31 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-ssh15203117261148954812.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-ssh4476474023543846582.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-ssh13694590924762834705.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-ssh17789966108809880299.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-ssh4793916862547645685.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-948 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 e283d27a39f6608c4972b60e45559292c212ac31 (main) > 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 e283d27a39f6608c4972b60e45559292c212ac31 # timeout=10 Commit message: "refactor!: Rename command line flags for the sake of consistency (#203)" > git rev-list --no-walk 4a1514bac2c3623567fb323734989edc763968b8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-03T20:16:57.446Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-03T20:16:57.506Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-03T20:16:57.521Z] ========================================================= [2023-01-03T20:16:57.521Z] EdgeX Global Pipelines Version Info [2023-01-03T20:16:57.521Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:16:58.289Z] ------------------- [2023-01-03T20:16:58.289Z] stable info: [2023-01-03T20:16:58.289Z] ------------------- [2023-01-03T20:16:58.289Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-03T20:16:58.289Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T20:16:58.289Z] Message: update stable to v1.0.244 [2023-01-03T20:16:58.863Z] ------------------- [2023-01-03T20:16:58.863Z] experimental info: [2023-01-03T20:16:58.863Z] ------------------- [2023-01-03T20:16:58.863Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-03T20:16:58.863Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-03T20:16:58.863Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-03T20:16:59.035Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-01-03T20:16:59.049Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-01-03T20:16:59.060Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-03T20:16:59.074Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-03T20:16:59.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-03T20:16:59.098Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-03T20:16:59.110Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-03T20:16:59.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-03T20:16:59.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-03T20:16:59.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-03T20:16:59.159Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-03T20:16:59.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-01-03T20:16:59.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-03T20:16:59.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-03T20:16:59.215Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T20:16:59.225Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-03T20:16:59.236Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T20:16:59.250Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-03T20:16:59.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-03T20:16:59.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-03T20:16:59.282Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-03T20:16:59.292Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-01-03T20:16:59.304Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-03T20:16:59.315Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-03T20:16:59.326Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-03T20:16:59.337Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-03T20:16:59.353Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-03T20:16:59.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-01-03T20:16:59.389Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-01-03T20:16:59.406Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-01-03T20:16:59.420Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo [2023-01-03T20:16:59.432Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e283d27 [Pipeline] echo [2023-01-03T20:16:59.444Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T20:16:59.492Z] provisioning config files... [2023-01-03T20:16:59.506Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config12827803716681946473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:16:59.814Z] ---> docker-login.sh [2023-01-03T20:16:59.814Z] nexus3.edgexfoundry.org:10001 [2023-01-03T20:17:00.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:00.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:00.336Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:00.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:00.336Z] [2023-01-03T20:17:00.336Z] Login Succeeded [2023-01-03T20:17:00.336Z] nexus3.edgexfoundry.org:10002 [2023-01-03T20:17:00.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:00.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:00.336Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:00.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:00.336Z] [2023-01-03T20:17:00.336Z] Login Succeeded [2023-01-03T20:17:00.336Z] nexus3.edgexfoundry.org:10003 [2023-01-03T20:17:00.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:00.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:00.596Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:00.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:00.596Z] [2023-01-03T20:17:00.596Z] Login Succeeded [2023-01-03T20:17:00.596Z] nexus3.edgexfoundry.org:10004 [2023-01-03T20:17:00.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:00.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:00.597Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:00.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:00.597Z] [2023-01-03T20:17:00.597Z] Login Succeeded [2023-01-03T20:17:00.597Z] docker.io [2023-01-03T20:17:00.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:00.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:00.916Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:00.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:00.916Z] [2023-01-03T20:17:00.916Z] Login Succeeded [2023-01-03T20:17:00.916Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T20:17:00.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-03T20:17:01.304Z] + git rev-list -1 --merges e283d27a39f6608c4972b60e45559292c212ac31~1..e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo [2023-01-03T20:17:01.364Z] -----------> git rev-list -1 --merges e283d27a39f6608c4972b60e45559292c212ac31~1..e283d27a39f6608c4972b60e45559292c212ac31 e283d27a39f6608c4972b60e45559292c212ac31 [false] [Pipeline] sh [2023-01-03T20:17:01.658Z] + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo [2023-01-03T20:17:01.675Z] ========================================================= [2023-01-03T20:17:01.675Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-03T20:17:01.675Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T20:17:02.017Z] + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] echo [2023-01-03T20:17:02.029Z] [semverPrep] GIT_COMMIT: e283d27a39f6608c4972b60e45559292c212ac31, Commit Message: refactor!: Rename command line flags for the sake of consistency (#203) [Pipeline] echo [2023-01-03T20:17:02.038Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-03T20:17:02.403Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T20:17:02.403Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-03T20:17:02.403Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-03T20:17:02.403Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-03T20:17:02.403Z] + + echosudo tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a [2023-01-03T20:17:02.403Z] /etc/ssh/ssh_known_hosts [2023-01-03T20:17:02.403Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:17:02.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:17:02.808Z] [2023-01-03T20:17:02.808Z] 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-03T20:17:03.129Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:17:03.129Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-03T20:17:03.129Z] b85a868b505f: Pulling fs layer [2023-01-03T20:17:03.129Z] e2be974225ed: Pulling fs layer [2023-01-03T20:17:03.129Z] 339a4e72a1f5: Pulling fs layer [2023-01-03T20:17:03.129Z] 988bab9f4d93: Pulling fs layer [2023-01-03T20:17:03.129Z] 1469e6f7b9e6: Pulling fs layer [2023-01-03T20:17:03.129Z] eaf3925da568: Pulling fs layer [2023-01-03T20:17:03.129Z] bab4dde63d76: Pulling fs layer [2023-01-03T20:17:03.129Z] bde34c3a00c8: Pulling fs layer [2023-01-03T20:17:03.129Z] b352a97aabf1: Pulling fs layer [2023-01-03T20:17:03.129Z] 4872d77fe225: Pulling fs layer [2023-01-03T20:17:03.129Z] 5851b861e8e6: Pulling fs layer [2023-01-03T20:17:03.129Z] 988bab9f4d93: Waiting [2023-01-03T20:17:03.129Z] 1469e6f7b9e6: Waiting [2023-01-03T20:17:03.129Z] eaf3925da568: Waiting [2023-01-03T20:17:03.129Z] bab4dde63d76: Waiting [2023-01-03T20:17:03.129Z] bde34c3a00c8: Waiting [2023-01-03T20:17:03.129Z] b352a97aabf1: Waiting [2023-01-03T20:17:03.129Z] 4872d77fe225: Waiting [2023-01-03T20:17:03.129Z] 5851b861e8e6: Waiting [2023-01-03T20:17:03.129Z] e2be974225ed: Verifying Checksum [2023-01-03T20:17:03.129Z] e2be974225ed: Download complete [2023-01-03T20:17:03.129Z] 988bab9f4d93: Verifying Checksum [2023-01-03T20:17:03.129Z] 988bab9f4d93: Download complete [2023-01-03T20:17:03.454Z] 1469e6f7b9e6: Verifying Checksum [2023-01-03T20:17:03.454Z] 1469e6f7b9e6: Download complete [2023-01-03T20:17:03.454Z] eaf3925da568: Download complete [2023-01-03T20:17:03.454Z] 339a4e72a1f5: Verifying Checksum [2023-01-03T20:17:03.454Z] 339a4e72a1f5: Download complete [2023-01-03T20:17:03.454Z] bde34c3a00c8: Verifying Checksum [2023-01-03T20:17:03.454Z] bde34c3a00c8: Download complete [2023-01-03T20:17:03.454Z] b352a97aabf1: Verifying Checksum [2023-01-03T20:17:03.454Z] b352a97aabf1: Download complete [2023-01-03T20:17:03.454Z] 4872d77fe225: Verifying Checksum [2023-01-03T20:17:03.454Z] 4872d77fe225: Download complete [2023-01-03T20:17:03.454Z] 5851b861e8e6: Verifying Checksum [2023-01-03T20:17:03.454Z] 5851b861e8e6: Download complete [2023-01-03T20:17:03.454Z] b85a868b505f: Verifying Checksum [2023-01-03T20:17:03.454Z] b85a868b505f: Download complete [2023-01-03T20:17:04.022Z] bab4dde63d76: Verifying Checksum [2023-01-03T20:17:04.022Z] bab4dde63d76: Download complete [2023-01-03T20:17:04.592Z] b85a868b505f: Pull complete [2023-01-03T20:17:04.852Z] e2be974225ed: Pull complete [2023-01-03T20:17:05.419Z] 339a4e72a1f5: Pull complete [2023-01-03T20:17:05.419Z] 988bab9f4d93: Pull complete [2023-01-03T20:17:05.678Z] 1469e6f7b9e6: Pull complete [2023-01-03T20:17:05.678Z] eaf3925da568: Pull complete [2023-01-03T20:17:07.598Z] bab4dde63d76: Pull complete [2023-01-03T20:17:07.598Z] bde34c3a00c8: Pull complete [2023-01-03T20:17:07.598Z] b352a97aabf1: Pull complete [2023-01-03T20:17:07.598Z] 4872d77fe225: Pull complete [2023-01-03T20:17:07.598Z] 5851b861e8e6: Pull complete [2023-01-03T20:17:07.598Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-03T20:17:07.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:17:07.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:17:07.692Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:17:07.728Z] $ 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-03T20:17:08.879Z] $ docker top ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 -eo pid,comm [2023-01-03T20:17:08.923Z] 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-03T20:17:08.923Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T20:17:08.960Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T20:17:08.960Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T20:17:09.072Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T20:17:09.078Z] $ docker exec ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent [2023-01-03T20:17:09.174Z] SSH_AUTH_SOCK=/tmp/ssh-ATFXeFvz3Ehs/agent.33 [2023-01-03T20:17:09.174Z] SSH_AGENT_PID=39 [2023-01-03T20:17:09.180Z] Running ssh-add (command line suppressed) [2023-01-03T20:17:09.296Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8428368516505160791.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8428368516505160791.key) [2023-01-03T20:17:09.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T20:17:09.591Z] + git tag --points-at HEAD [Pipeline] } [2023-01-03T20:17:09.606Z] $ docker exec --env ******** --env ******** ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent -k [2023-01-03T20:17:09.693Z] unset SSH_AUTH_SOCK; [2023-01-03T20:17:09.694Z] unset SSH_AGENT_PID; [2023-01-03T20:17:09.695Z] echo Agent pid 39 killed; [2023-01-03T20:17:09.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-03T20:17:09.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T20:17:09.726Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T20:17:09.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T20:17:09.846Z] $ docker exec ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent [2023-01-03T20:17:09.944Z] SSH_AUTH_SOCK=/tmp/ssh-ypqXCAoK1i9g/agent.70 [2023-01-03T20:17:09.944Z] SSH_AGENT_PID=76 [2023-01-03T20:17:09.948Z] Running ssh-add (command line suppressed) [2023-01-03T20:17:10.050Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3477982982338707133.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3477982982338707133.key) [2023-01-03T20:17:10.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T20:17:10.348Z] + git semver init [2023-01-03T20:17:10.918Z] 2023-01-03 20:17:10,756 [run_init] DEBUG init version:0.0.0 force:False [2023-01-03T20:17:10.918Z] 2023-01-03 20:17:10,757 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-03T20:17:10.918Z] 2023-01-03 20:17:10,758 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2023-01-03T20:17:10.918Z] 2023-01-03 20:17:10,759 [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-03T20:17:11.857Z] 2023-01-03 20:17:11,677 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2023-01-03T20:17:11.857Z] 2023-01-03 20:17:11,677 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2023-01-03T20:17:11.857Z] 2023-01-03 20:17:11,677 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:17:11.857Z] 2023-01-03 20:17:11,678 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:17:11.857Z] 3.0.0-dev.3 [Pipeline] } [2023-01-03T20:17:11.870Z] $ docker exec --env ******** --env ******** ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 ssh-agent -k [2023-01-03T20:17:11.959Z] unset SSH_AUTH_SOCK; [2023-01-03T20:17:11.959Z] unset SSH_AGENT_PID; [2023-01-03T20:17:11.959Z] echo Agent pid 76 killed; [2023-01-03T20:17:11.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T20:17:12.276Z] + git semver [Pipeline] } [2023-01-03T20:17:12.867Z] $ docker stop --time=1 ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 [2023-01-03T20:17:14.136Z] $ docker rm -f --volumes ad2645c1c74b55d62aa9a50462b193ad959518975c329a52781cd3779880a5b7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T20:17:14.470Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-03T20:17:14.688Z] Stashed 1 file(s) [Pipeline] echo [2023-01-03T20:17:14.692Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.3 [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-03T20:17:14.845Z] provisioning config files... [2023-01-03T20:17:14.855Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11878680547513997388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:17:15.155Z] ---> docker-login.sh [2023-01-03T20:17:15.155Z] nexus3.edgexfoundry.org:10001 [2023-01-03T20:17:15.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:15.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:15.155Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:15.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:15.155Z] [2023-01-03T20:17:15.155Z] Login Succeeded [2023-01-03T20:17:15.155Z] nexus3.edgexfoundry.org:10002 [2023-01-03T20:17:15.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:15.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:15.155Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:15.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:15.155Z] [2023-01-03T20:17:15.155Z] Login Succeeded [2023-01-03T20:17:15.155Z] nexus3.edgexfoundry.org:10003 [2023-01-03T20:17:15.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:15.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:15.415Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:15.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:15.415Z] [2023-01-03T20:17:15.415Z] Login Succeeded [2023-01-03T20:17:15.415Z] nexus3.edgexfoundry.org:10004 [2023-01-03T20:17:15.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:15.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:15.415Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:15.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:15.415Z] [2023-01-03T20:17:15.415Z] Login Succeeded [2023-01-03T20:17:15.415Z] docker.io [2023-01-03T20:17:15.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:17:15.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:17:15.673Z] Configure a credential helper to remove this warning. See [2023-01-03T20:17:15.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:17:15.673Z] [2023-01-03T20:17:15.673Z] Login Succeeded [2023-01-03T20:17:15.673Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T20:17:15.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T20:17:15.742Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:17:15.758Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:17:15.766Z] ========================================================= [2023-01-03T20:17:15.766Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-03T20:17:15.766Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:17:16.085Z] + 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-03T20:17:16.085Z] Sending build context to Docker daemon 27.52MB [2023-01-03T20:17:16.085Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T20:17:16.085Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T20:17:16.345Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-03T20:17:16.345Z] 213ec9aee27d: Pulling fs layer [2023-01-03T20:17:16.345Z] 4583459ba037: Pulling fs layer [2023-01-03T20:17:16.345Z] 93c1e223e6f2: Pulling fs layer [2023-01-03T20:17:16.345Z] 53926ce57604: Pulling fs layer [2023-01-03T20:17:16.345Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-03T20:17:16.345Z] 22ff95d597cd: Pulling fs layer [2023-01-03T20:17:16.345Z] 12d6caf4c0d1: Pulling fs layer [2023-01-03T20:17:16.345Z] 96b7cbca73a9: Pulling fs layer [2023-01-03T20:17:16.345Z] a7acece74701: Pulling fs layer [2023-01-03T20:17:16.345Z] 22ff95d597cd: Waiting [2023-01-03T20:17:16.345Z] 12d6caf4c0d1: Waiting [2023-01-03T20:17:16.345Z] 96b7cbca73a9: Waiting [2023-01-03T20:17:16.345Z] 53926ce57604: Waiting [2023-01-03T20:17:16.345Z] a7acece74701: Waiting [2023-01-03T20:17:16.345Z] 21b2b0c7a3f4: Waiting [2023-01-03T20:17:16.345Z] 93c1e223e6f2: Verifying Checksum [2023-01-03T20:17:16.345Z] 93c1e223e6f2: Download complete [2023-01-03T20:17:16.345Z] 4583459ba037: Download complete [2023-01-03T20:17:16.345Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-03T20:17:16.345Z] 21b2b0c7a3f4: Download complete [2023-01-03T20:17:16.345Z] 22ff95d597cd: Verifying Checksum [2023-01-03T20:17:16.345Z] 22ff95d597cd: Download complete [2023-01-03T20:17:16.345Z] 213ec9aee27d: Verifying Checksum [2023-01-03T20:17:16.345Z] 213ec9aee27d: Download complete [2023-01-03T20:17:16.345Z] 12d6caf4c0d1: Download complete [2023-01-03T20:17:16.345Z] 213ec9aee27d: Pull complete [2023-01-03T20:17:16.617Z] 4583459ba037: Pull complete [2023-01-03T20:17:16.617Z] 93c1e223e6f2: Pull complete [2023-01-03T20:17:16.882Z] a7acece74701: Verifying Checksum [2023-01-03T20:17:16.882Z] a7acece74701: Download complete [2023-01-03T20:17:16.882Z] 96b7cbca73a9: Verifying Checksum [2023-01-03T20:17:16.882Z] 96b7cbca73a9: Download complete [2023-01-03T20:17:17.462Z] 53926ce57604: Verifying Checksum [2023-01-03T20:17:17.462Z] 53926ce57604: Download complete [2023-01-03T20:17:21.659Z] 53926ce57604: Pull complete [2023-01-03T20:17:21.659Z] 21b2b0c7a3f4: Pull complete [2023-01-03T20:17:21.659Z] 22ff95d597cd: Pull complete [2023-01-03T20:17:21.659Z] 12d6caf4c0d1: Pull complete [2023-01-03T20:17:23.559Z] 96b7cbca73a9: Pull complete [2023-01-03T20:17:24.133Z] a7acece74701: Pull complete [2023-01-03T20:17:24.133Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-03T20:17:24.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-03T20:17:24.133Z] ---> db6d94c90886 [2023-01-03T20:17:24.133Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T20:17:25.507Z] ---> Running in 349e82782854 [2023-01-03T20:17:25.765Z] Removing intermediate container 349e82782854 [2023-01-03T20:17:25.765Z] ---> 119b1f050861 [2023-01-03T20:17:25.765Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T20:17:25.765Z] ---> Running in 33c5e53000ab [2023-01-03T20:17:25.765Z] Removing intermediate container 33c5e53000ab [2023-01-03T20:17:25.765Z] ---> 1d856ae1ff76 [2023-01-03T20:17:25.765Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-03T20:17:25.765Z] ---> Running in e29d69d51b65 [2023-01-03T20:17:26.025Z] Removing intermediate container e29d69d51b65 [2023-01-03T20:17:26.025Z] ---> db2e170d57ef [2023-01-03T20:17:26.025Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T20:17:26.025Z] ---> Running in 49c6ca32b6a2 [2023-01-03T20:17:26.025Z] Removing intermediate container 49c6ca32b6a2 [2023-01-03T20:17:26.025Z] ---> 06265682cb58 [2023-01-03T20:17:26.025Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-03T20:17:26.025Z] ---> Running in 6fa02671c53b [2023-01-03T20:17:26.025Z] Removing intermediate container 6fa02671c53b [2023-01-03T20:17:26.025Z] ---> 42840d4a1999 [2023-01-03T20:17:26.025Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T20:17:26.025Z] ---> Running in f46b19f1a7ad [2023-01-03T20:17:26.283Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T20:17:26.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T20:17:26.801Z] OK: 211 MiB in 51 packages [2023-01-03T20:17:27.368Z] Removing intermediate container f46b19f1a7ad [2023-01-03T20:17:27.368Z] ---> 09cb98f9898d [2023-01-03T20:17:27.368Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-03T20:17:27.368Z] ---> Running in 6b32692e7f7a [2023-01-03T20:17:27.368Z] Removing intermediate container 6b32692e7f7a [2023-01-03T20:17:27.368Z] ---> d8ce1273c400 [2023-01-03T20:17:27.368Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-03T20:17:27.368Z] ---> ad2b11fa7225 [2023-01-03T20:17:27.368Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T20:17:27.368Z] ---> Running in 9fef5e382d02 [2023-01-03T20:17:29.799Z] Still waiting to schedule task [2023-01-03T20:17:29.800Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-03T20:17:49.296Z] Removing intermediate container 9fef5e382d02 [2023-01-03T20:17:49.296Z] ---> 977b6406d2d1 [2023-01-03T20:17:49.296Z] Step 12/13 : COPY . . [2023-01-03T20:17:49.296Z] ---> 72a55c85415d [2023-01-03T20:17:49.296Z] Step 13/13 : RUN ${MAKE} [2023-01-03T20:17:49.296Z] ---> Running in 2ac87f0eccf3 [2023-01-03T20:17:49.296Z] noop [2023-01-03T20:17:49.296Z] Removing intermediate container 2ac87f0eccf3 [2023-01-03T20:17:49.296Z] ---> 18b61e72da90 [2023-01-03T20:17:49.296Z] Successfully built 18b61e72da90 [2023-01-03T20:17:49.296Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:17:49.610Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T20:17:49.610Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:17:49.678Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:17:49.707Z] $ 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-03T20:17:50.018Z] $ docker top 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T20:17:50.363Z] + go version [2023-01-03T20:17:50.363Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-03T20:17:50.377Z] $ docker stop --time=1 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd [2023-01-03T20:17:51.683Z] $ docker rm -f --volumes 5f0b67d5e15fd254b29d9759c1d62d69f6cefa5f3f564794c2c4da0cafac31bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:17:52.079Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-03T20:17:52.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:17:52.145Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:17:52.178Z] $ 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-03T20:17:52.506Z] $ docker top a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T20:17:52.840Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2023-01-03T20:17:53.140Z] + make test [2023-01-03T20:17:53.140Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-03T20:17:53.399Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-03T20:18:05.601Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-03T20:18:06.978Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.032s coverage: 29.3% of statements [2023-01-03T20:18:06.978Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-03T20:18:06.978Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.462s coverage: 86.5% of statements [2023-01-03T20:18:15.090Z] 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-03T20:18:15.090Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-03T20:18:17.618Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T20:18:17.618Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T20:18:17.618Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T20:18:17.628Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T20:18:17.642Z] $ docker stop --time=1 a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb [2023-01-03T20:18:19.209Z] $ docker rm -f --volumes a3ddec73f95a6c9f439bb7d8a545ed53b36412436456120e6f09cd70bce93deb [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T20:18:19.648Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T20:18:19.710Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-03T20:18:20.215Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T20:18:20.500Z] + ls -al . [2023-01-03T20:18:20.500Z] total 248 [2023-01-03T20:18:20.500Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 3 20:17 . [2023-01-03T20:18:20.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 .. [2023-01-03T20:18:20.500Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:18 .git [2023-01-03T20:18:20.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:16 .github [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 3 20:16 .gitignore [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 20:16 .golangci.yml [2023-01-03T20:18:20.500Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:17 .semver [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 9742 Jan 3 20:16 Attribution.txt [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 3 20:16 CHANGELOG.md [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 1619 Jan 3 20:16 Dockerfile [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:16 GOVERNANCE.md [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 3 20:16 Jenkinsfile [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 20:16 LICENSE [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 2858 Jan 3 20:16 Makefile [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 3 20:16 OWNERS.md [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 3 20:16 README.md [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 20:17 VERSION [2023-01-03T20:18:20.500Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:16 bin [2023-01-03T20:18:20.500Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:16 cmd [2023-01-03T20:18:20.500Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 3 20:18 coverage.out [2023-01-03T20:18:20.500Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 20:16 doc [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 3 20:16 go.mod [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 3 20:16 go.sum [2023-01-03T20:18:20.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 internal [2023-01-03T20:18:20.500Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:16 snap [2023-01-03T20:18:20.500Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 3 20:16 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:20.804Z] + 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=e283d27a39f6608c4972b60e45559292c212ac31 --label arch=amd64 --label version=3.0.0-dev.3 . [2023-01-03T20:18:20.804Z] Sending build context to Docker daemon 27.6MB [2023-01-03T20:18:20.804Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T20:18:20.804Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-03T20:18:20.804Z] ---> 18b61e72da90 [2023-01-03T20:18:20.804Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-03T20:18:21.064Z] ---> Running in af30fc003a32 [2023-01-03T20:18:21.064Z] Removing intermediate container af30fc003a32 [2023-01-03T20:18:21.064Z] ---> f052a8791af8 [2023-01-03T20:18:21.064Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T20:18:21.064Z] ---> Running in eb35a77f1a65 [2023-01-03T20:18:21.064Z] Removing intermediate container eb35a77f1a65 [2023-01-03T20:18:21.064Z] ---> a4c3e213c83b [2023-01-03T20:18:21.064Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-03T20:18:21.064Z] ---> Running in 8ed88100daef [2023-01-03T20:18:21.325Z] Removing intermediate container 8ed88100daef [2023-01-03T20:18:21.325Z] ---> 257cab776124 [2023-01-03T20:18:21.325Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T20:18:21.325Z] ---> Running in 44d7cb0fabca [2023-01-03T20:18:21.325Z] Removing intermediate container 44d7cb0fabca [2023-01-03T20:18:21.325Z] ---> 3e267919d6ba [2023-01-03T20:18:21.325Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-03T20:18:21.325Z] ---> Running in 9212ef7a7ea1 [2023-01-03T20:18:21.325Z] Removing intermediate container 9212ef7a7ea1 [2023-01-03T20:18:21.325Z] ---> 894ea353f485 [2023-01-03T20:18:21.325Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T20:18:21.325Z] ---> Running in 8f9175bf18c4 [2023-01-03T20:18:21.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T20:18:21.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T20:18:22.102Z] OK: 211 MiB in 51 packages [2023-01-03T20:18:22.361Z] Removing intermediate container 8f9175bf18c4 [2023-01-03T20:18:22.361Z] ---> 0b153eccdc8a [2023-01-03T20:18:22.361Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-03T20:18:22.361Z] ---> Running in b9ed513c6acf [2023-01-03T20:18:22.619Z] Removing intermediate container b9ed513c6acf [2023-01-03T20:18:22.619Z] ---> d1726ec41e1c [2023-01-03T20:18:22.619Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-03T20:18:22.619Z] ---> a3f2c9dd4cec [2023-01-03T20:18:22.619Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T20:18:22.619Z] ---> Running in 57c0529eab77 [2023-01-03T20:18:23.186Z] Removing intermediate container 57c0529eab77 [2023-01-03T20:18:23.186Z] ---> a54b916aa1c1 [2023-01-03T20:18:23.186Z] Step 12/26 : COPY . . [2023-01-03T20:18:23.753Z] ---> 7e9ce621bc94 [2023-01-03T20:18:23.753Z] Step 13/26 : RUN ${MAKE} [2023-01-03T20:18:23.753Z] ---> Running in a7c6d50184af [2023-01-03T20:18:24.012Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.3 -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-03T20:18:45.976Z] Removing intermediate container a7c6d50184af [2023-01-03T20:18:45.976Z] ---> 163b9a7cd702 [2023-01-03T20:18:45.976Z] Step 14/26 : FROM alpine:3.16 [2023-01-03T20:18:45.977Z] 3.16: Pulling from library/alpine [2023-01-03T20:18:45.977Z] ca7dd9ec2225: Pulling fs layer [2023-01-03T20:18:45.977Z] ca7dd9ec2225: Verifying Checksum [2023-01-03T20:18:45.977Z] ca7dd9ec2225: Download complete [2023-01-03T20:18:45.977Z] ca7dd9ec2225: Pull complete [2023-01-03T20:18:45.977Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T20:18:45.977Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T20:18:45.977Z] ---> bfe296a52501 [2023-01-03T20:18:45.977Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T20:18:45.977Z] ---> Running in 657fc29f6bb4 [2023-01-03T20:18:45.977Z] Removing intermediate container 657fc29f6bb4 [2023-01-03T20:18:45.977Z] ---> b2089c412ef0 [2023-01-03T20:18:45.977Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-03T20:18:45.977Z] ---> Running in 50a214c528e6 [2023-01-03T20:18:45.977Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-03T20:18:46.235Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-03T20:18:46.494Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-03T20:18:46.753Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T20:18:46.753Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-03T20:18:46.753Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T20:18:46.753Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-03T20:18:46.753Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-03T20:18:46.753Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T20:18:46.753Z] OK: 8 MiB in 20 packages [2023-01-03T20:18:47.012Z] Removing intermediate container 50a214c528e6 [2023-01-03T20:18:47.012Z] ---> 760d465a3f2e [2023-01-03T20:18:47.012Z] Step 17/26 : WORKDIR / [2023-01-03T20:18:47.012Z] ---> Running in 81f60a72846c [2023-01-03T20:18:47.012Z] Removing intermediate container 81f60a72846c [2023-01-03T20:18:47.012Z] ---> 50a508238032 [2023-01-03T20:18:47.012Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-03T20:18:47.580Z] ---> cf2b5bf2cf42 [2023-01-03T20:18:47.580Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-03T20:18:47.838Z] ---> 36b82c774833 [2023-01-03T20:18:47.838Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-03T20:18:47.838Z] ---> f14b300cb035 [2023-01-03T20:18:47.838Z] Step 21/26 : EXPOSE 59984 [2023-01-03T20:18:47.838Z] ---> Running in 9e2c16232f2c [2023-01-03T20:18:47.838Z] Removing intermediate container 9e2c16232f2c [2023-01-03T20:18:47.838Z] ---> bc74b0978f50 [2023-01-03T20:18:47.838Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-03T20:18:47.838Z] ---> Running in 65f61f0cf571 [2023-01-03T20:18:48.098Z] Removing intermediate container 65f61f0cf571 [2023-01-03T20:18:48.098Z] ---> f4c17d8d6cfc [2023-01-03T20:18:48.098Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T20:18:48.098Z] ---> Running in 929799853cba [2023-01-03T20:18:48.098Z] Removing intermediate container 929799853cba [2023-01-03T20:18:48.098Z] ---> 3e3b46a54c3a [2023-01-03T20:18:48.098Z] Step 24/26 : LABEL arch=amd64 [2023-01-03T20:18:48.098Z] ---> Running in 8c7a13b69c53 [2023-01-03T20:18:48.098Z] Removing intermediate container 8c7a13b69c53 [2023-01-03T20:18:48.098Z] ---> 8ee532e12b36 [2023-01-03T20:18:48.098Z] Step 25/26 : LABEL git_sha=e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:18:48.359Z] ---> Running in 3a7d5f957aa7 [2023-01-03T20:18:48.359Z] Removing intermediate container 3a7d5f957aa7 [2023-01-03T20:18:48.359Z] ---> 203254974344 [2023-01-03T20:18:48.359Z] Step 26/26 : LABEL version=3.0.0-dev.3 [2023-01-03T20:18:48.359Z] ---> Running in 91312706afa1 [2023-01-03T20:18:48.359Z] Removing intermediate container 91312706afa1 [2023-01-03T20:18:48.359Z] ---> 3506f7380efe [2023-01-03T20:18:48.359Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T20:18:48.359Z] Successfully built 3506f7380efe [2023-01-03T20:18:48.359Z] 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-03T20:18:48.478Z] provisioning config files... [2023-01-03T20:18:48.488Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3029478590720235369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:18:48.791Z] ---> docker-login.sh [2023-01-03T20:18:48.791Z] nexus3.edgexfoundry.org:10001 [2023-01-03T20:18:48.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:18:48.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:18:48.791Z] Configure a credential helper to remove this warning. See [2023-01-03T20:18:48.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:18:48.791Z] [2023-01-03T20:18:48.791Z] Login Succeeded [2023-01-03T20:18:48.791Z] nexus3.edgexfoundry.org:10002 [2023-01-03T20:18:48.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:18:48.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:18:48.791Z] Configure a credential helper to remove this warning. See [2023-01-03T20:18:48.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:18:48.791Z] [2023-01-03T20:18:48.791Z] Login Succeeded [2023-01-03T20:18:48.791Z] nexus3.edgexfoundry.org:10003 [2023-01-03T20:18:49.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:18:49.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:18:49.051Z] Configure a credential helper to remove this warning. See [2023-01-03T20:18:49.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:18:49.051Z] [2023-01-03T20:18:49.051Z] Login Succeeded [2023-01-03T20:18:49.051Z] nexus3.edgexfoundry.org:10004 [2023-01-03T20:18:49.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:18:49.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:18:49.051Z] Configure a credential helper to remove this warning. See [2023-01-03T20:18:49.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:18:49.051Z] [2023-01-03T20:18:49.051Z] Login Succeeded [2023-01-03T20:18:49.051Z] docker.io [2023-01-03T20:18:49.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:18:49.311Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:18:49.311Z] Configure a credential helper to remove this warning. See [2023-01-03T20:18:49.311Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:18:49.311Z] [2023-01-03T20:18:49.311Z] Login Succeeded [2023-01-03T20:18:49.311Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T20:18:49.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T20:18:49.351Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:18:49.379Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2023-01-03T20:18:49.379Z] e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:18:49.379Z] latest [2023-01-03T20:18:49.379Z] 3.0.0-dev.3 [2023-01-03T20:18:49.379Z] e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:18:49.379Z] main [2023-01-03T20:18:49.379Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:49.691Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:49.995Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:18:49.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-03T20:18:49.995Z] 6b1a589501c9: Preparing [2023-01-03T20:18:49.995Z] 4fa1ad8ed627: Preparing [2023-01-03T20:18:49.995Z] baca7f818fe9: Preparing [2023-01-03T20:18:49.995Z] 63a62851de35: Preparing [2023-01-03T20:18:49.995Z] e5e13b0c77cb: Preparing [2023-01-03T20:18:49.995Z] e5e13b0c77cb: Layer already exists [2023-01-03T20:18:49.995Z] 6b1a589501c9: Pushed [2023-01-03T20:18:49.995Z] 4fa1ad8ed627: Pushed [2023-01-03T20:18:50.255Z] 63a62851de35: Pushed [2023-01-03T20:18:52.795Z] baca7f818fe9: Pushed [2023-01-03T20:18:52.795Z] e283d27a39f6608c4972b60e45559292c212ac31: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:53.112Z] + 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-03T20:18:53.430Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-03T20:18:53.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-03T20:18:53.430Z] 6b1a589501c9: Preparing [2023-01-03T20:18:53.430Z] 4fa1ad8ed627: Preparing [2023-01-03T20:18:53.430Z] baca7f818fe9: Preparing [2023-01-03T20:18:53.430Z] 63a62851de35: Preparing [2023-01-03T20:18:53.430Z] e5e13b0c77cb: Preparing [2023-01-03T20:18:53.430Z] 4fa1ad8ed627: Layer already exists [2023-01-03T20:18:53.430Z] 63a62851de35: Layer already exists [2023-01-03T20:18:53.430Z] 6b1a589501c9: Layer already exists [2023-01-03T20:18:53.430Z] e5e13b0c77cb: Layer already exists [2023-01-03T20:18:53.430Z] baca7f818fe9: Layer already exists [2023-01-03T20:18:53.430Z] latest: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:53.751Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:54.054Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 [2023-01-03T20:18:54.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-03T20:18:54.054Z] 6b1a589501c9: Preparing [2023-01-03T20:18:54.054Z] 4fa1ad8ed627: Preparing [2023-01-03T20:18:54.054Z] baca7f818fe9: Preparing [2023-01-03T20:18:54.054Z] 63a62851de35: Preparing [2023-01-03T20:18:54.054Z] e5e13b0c77cb: Preparing [2023-01-03T20:18:54.054Z] e5e13b0c77cb: Layer already exists [2023-01-03T20:18:54.054Z] 4fa1ad8ed627: Layer already exists [2023-01-03T20:18:54.054Z] 63a62851de35: Layer already exists [2023-01-03T20:18:54.054Z] baca7f818fe9: Layer already exists [2023-01-03T20:18:54.054Z] 6b1a589501c9: Layer already exists [2023-01-03T20:18:54.054Z] 3.0.0-dev.3: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:54.369Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:54.684Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:18:54.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-03T20:18:54.684Z] 6b1a589501c9: Preparing [2023-01-03T20:18:54.684Z] 4fa1ad8ed627: Preparing [2023-01-03T20:18:54.684Z] baca7f818fe9: Preparing [2023-01-03T20:18:54.684Z] 63a62851de35: Preparing [2023-01-03T20:18:54.684Z] e5e13b0c77cb: Preparing [2023-01-03T20:18:54.684Z] 6b1a589501c9: Layer already exists [2023-01-03T20:18:54.684Z] 4fa1ad8ed627: Layer already exists [2023-01-03T20:18:54.684Z] baca7f818fe9: Layer already exists [2023-01-03T20:18:54.684Z] 63a62851de35: Layer already exists [2023-01-03T20:18:54.684Z] e5e13b0c77cb: Layer already exists [2023-01-03T20:18:54.684Z] e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:54.996Z] + 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-03T20:18:55.294Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2023-01-03T20:18:55.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2023-01-03T20:18:55.294Z] 6b1a589501c9: Preparing [2023-01-03T20:18:55.294Z] 4fa1ad8ed627: Preparing [2023-01-03T20:18:55.294Z] baca7f818fe9: Preparing [2023-01-03T20:18:55.294Z] 63a62851de35: Preparing [2023-01-03T20:18:55.294Z] e5e13b0c77cb: Preparing [2023-01-03T20:18:55.294Z] 4fa1ad8ed627: Layer already exists [2023-01-03T20:18:55.294Z] baca7f818fe9: Layer already exists [2023-01-03T20:18:55.294Z] e5e13b0c77cb: Layer already exists [2023-01-03T20:18:55.294Z] 63a62851de35: Layer already exists [2023-01-03T20:18:55.294Z] 6b1a589501c9: Layer already exists [2023-01-03T20:18:55.294Z] main: digest: sha256:0b064ef3946d5b4dd6192dcfc757bfb132aee719936a32d12c239196a60b3c2a size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T20:18:55.349Z] ===================================================== [Pipeline] echo [2023-01-03T20:18:55.357Z] taggedImages: [2023-01-03T20:18:55.357Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:18:55.357Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2023-01-03T20:18:55.357Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3.0.0-dev.3 [2023-01-03T20:18:55.357Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:18:55.357Z] - 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-03T20:18:55.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T20:18:55.741Z] [2023-01-03T20:18:55.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:18:56.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T20:18:56.036Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-03T20:18:56.036Z] 5eb5b503b376: Pulling fs layer [2023-01-03T20:18:56.036Z] 5c69ac0246d0: Pulling fs layer [2023-01-03T20:18:56.036Z] ec43610c2a17: Pulling fs layer [2023-01-03T20:18:56.036Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-03T20:18:56.036Z] 33b1e0a273af: Pulling fs layer [2023-01-03T20:18:56.036Z] 5d3b04190fa2: Pulling fs layer [2023-01-03T20:18:56.036Z] 2f39f015ded8: Pulling fs layer [2023-01-03T20:18:56.036Z] 3a2ae6a8a46f: Waiting [2023-01-03T20:18:56.036Z] 33b1e0a273af: Waiting [2023-01-03T20:18:56.036Z] 5d3b04190fa2: Waiting [2023-01-03T20:18:56.036Z] 2f39f015ded8: Waiting [2023-01-03T20:18:56.036Z] 5c69ac0246d0: Verifying Checksum [2023-01-03T20:18:56.036Z] 5c69ac0246d0: Download complete [2023-01-03T20:18:56.036Z] 3a2ae6a8a46f: Download complete [2023-01-03T20:18:56.036Z] 33b1e0a273af: Verifying Checksum [2023-01-03T20:18:56.036Z] 33b1e0a273af: Download complete [2023-01-03T20:18:56.036Z] ec43610c2a17: Verifying Checksum [2023-01-03T20:18:56.036Z] ec43610c2a17: Download complete [2023-01-03T20:18:56.210Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-949 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2023-01-03T20:18:56.224Z] Running in /w/workspace/device-onvif-camera/92 [Pipeline] { [Pipeline] checkout [2023-01-03T20:18:56.265Z] The recommended git tool is: git [2023-01-03T20:18:56.296Z] 5d3b04190fa2: Download complete [2023-01-03T20:18:56.296Z] 5eb5b503b376: Download complete [2023-01-03T20:18:56.864Z] 2f39f015ded8: Download complete [2023-01-03T20:18:57.429Z] 5eb5b503b376: Pull complete [2023-01-03T20:18:57.429Z] 5c69ac0246d0: Pull complete [2023-01-03T20:18:57.997Z] ec43610c2a17: Pull complete [2023-01-03T20:18:57.997Z] 3a2ae6a8a46f: Pull complete [2023-01-03T20:18:58.256Z] 33b1e0a273af: Pull complete [2023-01-03T20:18:58.256Z] 5d3b04190fa2: Pull complete [2023-01-03T20:19:01.983Z] using credential edgex-jenkins-ssh [2023-01-03T20:19:02.004Z] Cloning the remote Git repository [2023-01-03T20:19:02.059Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-03T20:19:02.137Z] > git init /w/workspace/device-onvif-camera/92 # timeout=10 [2023-01-03T20:19:02.297Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-03T20:19:02.298Z] > git --version # timeout=10 [2023-01-03T20:19:02.318Z] > git --version # 'git version 2.25.1' [2023-01-03T20:19:02.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-03T20:19:02.385Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T20:19:02.448Z] 2f39f015ded8: Pull complete [2023-01-03T20:19:02.448Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-03T20:19:02.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T20:19:02.448Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:19:02.530Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:19:02.557Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-03T20:19:03.656Z] $ docker top 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:19:04.042Z] ---> job-cost.sh [2023-01-03T20:19:04.042Z] lf-activate-venv: SKIPPING [2023-01-03T20:19:04.042Z] INFO: No Stack... [2023-01-03T20:19:04.978Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T20:19:05.010Z] Avoid second fetch [2023-01-03T20:19:05.011Z] Checking out Revision e283d27a39f6608c4972b60e45559292c212ac31 (main) [2023-01-03T20:19:04.046Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-01-03T20:19:04.068Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-03T20:19:05.025Z] > git config core.sparsecheckout # timeout=10 [2023-01-03T20:19:05.040Z] > git checkout -f e283d27a39f6608c4972b60e45559292c212ac31 # timeout=10 [2023-01-03T20:19:05.236Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T20:19:05.523Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2023-01-03T20:19:05.523Z] + cut -d, -f6 [Pipeline] lock [2023-01-03T20:19:05.539Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [2023-01-03T20:19:05.548Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] did not exist. Created. [2023-01-03T20:19:05.548Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T20:19:05.703Z] Commit message: "refactor!: Rename command line flags for the sake of consistency (#203)" [2023-01-03T20:19:05.848Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-03T20:19:05.878Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T20:19:05.885Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T20:19:05.903Z] $ docker stop --time=1 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 [2023-01-03T20:19:06.100Z] [2023-01-03T20:19:06.100Z] GitHub has been notified of this commit’s build result [2023-01-03T20:19:06.100Z] [2023-01-03T20:19:07.039Z] $ docker rm -f --volumes 5887feb8d2186e22b3da7da08cdb2959eae35f8b946fdc247ce07d7894fc6619 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T20:19:07.632Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-03T20:19:07.632Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T20:19:07.632Z] Dload Upload Total Spent Left Speed [2023-01-03T20:19:07.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh [2023-01-03T20:19:08.239Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-03T20:19:08.561Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2023-01-03T20:19:08.561Z] sudo tee /etc/docker/daemon.new [2023-01-03T20:19:08.561Z] { [2023-01-03T20:19:08.561Z] "registry-mirrors": [ [2023-01-03T20:19:08.561Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-03T20:19:08.561Z] ], [2023-01-03T20:19:08.561Z] "bip": "10.250.0.254/24", [2023-01-03T20:19:08.561Z] "hosts": [ [2023-01-03T20:19:08.561Z] "tcp://0.0.0.0:5555", [2023-01-03T20:19:08.561Z] "unix:///var/run/docker.sock" [2023-01-03T20:19:08.561Z] ], [2023-01-03T20:19:08.561Z] "mtu": 1458, [2023-01-03T20:19:08.561Z] "selinux-enabled": true, [2023-01-03T20:19:08.561Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-03T20:19:08.561Z] } [Pipeline] sh [2023-01-03T20:19:08.907Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-03T20:19:09.244Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T20:19:27.520Z] provisioning config files... [2023-01-03T20:19:27.545Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/92@tmp/config11311393405562053048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:19:27.893Z] ---> docker-login.sh [2023-01-03T20:19:27.893Z] nexus3.edgexfoundry.org:10001 [2023-01-03T20:19:28.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:19:28.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:19:28.485Z] Configure a credential helper to remove this warning. See [2023-01-03T20:19:28.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:19:28.485Z] [2023-01-03T20:19:28.485Z] Login Succeeded [2023-01-03T20:19:28.485Z] nexus3.edgexfoundry.org:10002 [2023-01-03T20:19:28.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:19:28.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:19:28.754Z] Configure a credential helper to remove this warning. See [2023-01-03T20:19:28.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:19:28.754Z] [2023-01-03T20:19:28.754Z] Login Succeeded [2023-01-03T20:19:28.754Z] nexus3.edgexfoundry.org:10003 [2023-01-03T20:19:29.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:19:29.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:19:29.294Z] Configure a credential helper to remove this warning. See [2023-01-03T20:19:29.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:19:29.294Z] [2023-01-03T20:19:29.294Z] Login Succeeded [2023-01-03T20:19:29.294Z] nexus3.edgexfoundry.org:10004 [2023-01-03T20:19:29.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:19:29.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:19:29.562Z] Configure a credential helper to remove this warning. See [2023-01-03T20:19:29.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:19:29.562Z] [2023-01-03T20:19:29.562Z] Login Succeeded [2023-01-03T20:19:29.562Z] docker.io [2023-01-03T20:19:29.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:19:30.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:19:30.102Z] Configure a credential helper to remove this warning. See [2023-01-03T20:19:30.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:19:30.102Z] [2023-01-03T20:19:30.102Z] Login Succeeded [2023-01-03T20:19:30.102Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T20:19:30.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-03T20:19:30.363Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:19:30.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:19:30.390Z] ========================================================= [2023-01-03T20:19:30.390Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-03T20:19:30.390Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:19:30.749Z] + 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-03T20:19:31.338Z] Sending build context to Docker daemon 20.45MB [2023-01-03T20:19:31.338Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T20:19:31.338Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-03T20:19:31.338Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-03T20:19:31.338Z] 9b18e9b68314: Pulling fs layer [2023-01-03T20:19:31.338Z] 35d82f9e3411: Pulling fs layer [2023-01-03T20:19:31.338Z] e16973657156: Pulling fs layer [2023-01-03T20:19:31.338Z] fc693d55d65f: Pulling fs layer [2023-01-03T20:19:31.338Z] 7e9fc2657dce: Pulling fs layer [2023-01-03T20:19:31.338Z] dda99020689f: Pulling fs layer [2023-01-03T20:19:31.338Z] db1c61fa0a46: Pulling fs layer [2023-01-03T20:19:31.338Z] 891c053d2c06: Pulling fs layer [2023-01-03T20:19:31.338Z] dda99020689f: Waiting [2023-01-03T20:19:31.338Z] db1c61fa0a46: Waiting [2023-01-03T20:19:31.338Z] 891c053d2c06: Waiting [2023-01-03T20:19:31.338Z] 7e9fc2657dce: Waiting [2023-01-03T20:19:31.338Z] fc693d55d65f: Waiting [2023-01-03T20:19:31.608Z] e16973657156: Verifying Checksum [2023-01-03T20:19:31.608Z] e16973657156: Download complete [2023-01-03T20:19:31.608Z] 35d82f9e3411: Verifying Checksum [2023-01-03T20:19:31.608Z] 35d82f9e3411: Download complete [2023-01-03T20:19:31.608Z] 7e9fc2657dce: Verifying Checksum [2023-01-03T20:19:31.608Z] 7e9fc2657dce: Download complete [2023-01-03T20:19:31.608Z] dda99020689f: Verifying Checksum [2023-01-03T20:19:31.608Z] dda99020689f: Download complete [2023-01-03T20:19:31.608Z] 9b18e9b68314: Verifying Checksum [2023-01-03T20:19:31.608Z] 9b18e9b68314: Download complete [2023-01-03T20:19:32.577Z] 9b18e9b68314: Pull complete [2023-01-03T20:19:32.577Z] 891c053d2c06: Verifying Checksum [2023-01-03T20:19:32.577Z] 891c053d2c06: Download complete [2023-01-03T20:19:33.167Z] 35d82f9e3411: Pull complete [2023-01-03T20:19:33.438Z] e16973657156: Pull complete [2023-01-03T20:19:33.716Z] db1c61fa0a46: Download complete [2023-01-03T20:19:34.306Z] fc693d55d65f: Verifying Checksum [2023-01-03T20:19:34.306Z] fc693d55d65f: Download complete [2023-01-03T20:19:46.646Z] fc693d55d65f: Pull complete [2023-01-03T20:19:46.646Z] 7e9fc2657dce: Pull complete [2023-01-03T20:19:46.646Z] dda99020689f: Pull complete [2023-01-03T20:19:53.314Z] db1c61fa0a46: Pull complete [2023-01-03T20:19:54.742Z] 891c053d2c06: Pull complete [2023-01-03T20:19:54.742Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-03T20:19:54.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-03T20:19:54.742Z] ---> f96f9c87975a [2023-01-03T20:19:54.742Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-03T20:19:57.355Z] ---> Running in 5adeab2e62ba [2023-01-03T20:19:57.355Z] Removing intermediate container 5adeab2e62ba [2023-01-03T20:19:57.355Z] ---> b499f6a75854 [2023-01-03T20:19:57.355Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T20:19:57.355Z] ---> Running in d1b47f4eedf9 [2023-01-03T20:19:57.628Z] Removing intermediate container d1b47f4eedf9 [2023-01-03T20:19:57.629Z] ---> 05f1a6d0bd8b [2023-01-03T20:19:57.629Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-03T20:19:57.896Z] ---> Running in 7824f1627bc2 [2023-01-03T20:19:58.166Z] Removing intermediate container 7824f1627bc2 [2023-01-03T20:19:58.166Z] ---> 7d87e632bdbd [2023-01-03T20:19:58.166Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T20:19:58.166Z] ---> Running in 8d36dd2ac0b3 [2023-01-03T20:19:58.435Z] Removing intermediate container 8d36dd2ac0b3 [2023-01-03T20:19:58.435Z] ---> f82abc9420e1 [2023-01-03T20:19:58.435Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-03T20:19:58.435Z] ---> Running in f9f7765c3e1f [2023-01-03T20:19:59.022Z] Removing intermediate container f9f7765c3e1f [2023-01-03T20:19:59.022Z] ---> f76cd9be4c32 [2023-01-03T20:19:59.022Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T20:19:59.022Z] ---> Running in 1eb9c3c4c07d [2023-01-03T20:19:59.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T20:20:00.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T20:20:01.217Z] OK: 221 MiB in 51 packages [2023-01-03T20:20:02.178Z] Removing intermediate container 1eb9c3c4c07d [2023-01-03T20:20:02.178Z] ---> 87e6ddce7983 [2023-01-03T20:20:02.178Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-03T20:20:02.178Z] ---> Running in ccbaa86c9b10 [2023-01-03T20:20:02.445Z] Removing intermediate container ccbaa86c9b10 [2023-01-03T20:20:02.445Z] ---> a72d5a408682 [2023-01-03T20:20:02.445Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-03T20:20:03.030Z] ---> 776f784cdc22 [2023-01-03T20:20:03.030Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T20:20:03.030Z] ---> Running in bcf2e6fe80f5 [2023-01-03T20:20:59.574Z] Removing intermediate container bcf2e6fe80f5 [2023-01-03T20:20:59.574Z] ---> 0d933b5ac109 [2023-01-03T20:20:59.574Z] Step 12/13 : COPY . . [2023-01-03T20:20:59.574Z] ---> 370e5c74678b [2023-01-03T20:20:59.574Z] Step 13/13 : RUN ${MAKE} [2023-01-03T20:20:59.574Z] ---> Running in e7e49cfb231f [2023-01-03T20:20:59.574Z] noop [2023-01-03T20:20:59.574Z] Removing intermediate container e7e49cfb231f [2023-01-03T20:20:59.574Z] ---> e5f43f6a7c1f [2023-01-03T20:20:59.574Z] Successfully built e5f43f6a7c1f [2023-01-03T20:20:59.574Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:20:59.924Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T20:20:59.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:21:00.112Z] prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container [2023-01-03T20:21:00.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@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-03T20:21:01.297Z] $ docker top 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T20:21:02.124Z] + go version [2023-01-03T20:21:02.124Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-03T20:21:02.144Z] $ docker stop --time=1 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e [2023-01-03T20:21:03.784Z] $ docker rm -f --volumes 9f869462ee7da4195308c5d0f5a481f657c1f2f490e03eda28b05d468c74be0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:21:04.324Z] + docker inspect -f . ci-base-image-arm64 [2023-01-03T20:21:04.324Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:21:04.526Z] prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container [2023-01-03T20:21:04.599Z] $ 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/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@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-03T20:21:05.806Z] $ docker top b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T20:21:06.312Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/92 [Pipeline] fileExists [Pipeline] sh [2023-01-03T20:21:06.663Z] + make test [2023-01-03T20:21:06.663Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2023-01-03T20:21:08.610Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-03T20:22:45.283Z] ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] [2023-01-03T20:22:45.283Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.159s coverage: 29.3% of statements [2023-01-03T20:22:45.283Z] ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] [2023-01-03T20:22:47.246Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 15.262s coverage: 86.5% of statements [2023-01-03T20:22:47.515Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-03T20:22:47.515Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2023-01-03T20:23:09.585Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-03T20:23:09.859Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-03T20:23:09.859Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-01-03T20:23:10.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-03T20:23:10.483Z] $ docker stop --time=1 b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 [2023-01-03T20:23:12.244Z] $ docker rm -f --volumes b2dd1e8cc1f8b450261917311645fc4c03370b085662299c395c15304c814bf2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T20:23:13.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-03T20:23:13.214Z] Warning: overwriting stash ‘coverage-report’ [2023-01-03T20:23:13.755Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-03T20:23:14.145Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-03T20:23:14.465Z] + ls -al . [2023-01-03T20:23:14.465Z] total 244 [2023-01-03T20:23:14.465Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 3 20:21 . [2023-01-03T20:23:14.465Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 .. [2023-01-03T20:23:14.465Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 3 20:19 .git [2023-01-03T20:23:14.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:19 .github [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 496 Jan 3 20:19 .gitignore [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 42 Jan 3 20:19 .golangci.yml [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 9742 Jan 3 20:19 Attribution.txt [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 6312 Jan 3 20:19 CHANGELOG.md [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 1619 Jan 3 20:19 Dockerfile [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 3 20:19 GOVERNANCE.md [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 734 Jan 3 20:19 Jenkinsfile [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jan 3 20:19 LICENSE [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 2858 Jan 3 20:19 Makefile [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 625 Jan 3 20:19 OWNERS.md [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 6595 Jan 3 20:19 README.md [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 3 20:17 VERSION [2023-01-03T20:23:14.465Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 3 20:19 bin [2023-01-03T20:23:14.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 3 20:19 cmd [2023-01-03T20:23:14.465Z] -rw-r--r-- 1 jenkins jenkins 79184 Jan 3 20:22 coverage.out [2023-01-03T20:23:14.465Z] drwxrwxr-x 6 jenkins jenkins 4096 Jan 3 20:19 doc [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 3688 Jan 3 20:19 go.mod [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 46249 Jan 3 20:19 go.sum [2023-01-03T20:23:14.465Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 internal [2023-01-03T20:23:14.465Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 3 20:19 snap [2023-01-03T20:23:14.465Z] -rw-rw-r-- 1 jenkins jenkins 236 Jan 3 20:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:23:14.799Z] + 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=e283d27a39f6608c4972b60e45559292c212ac31 --label arch=arm64 --label version=3.0.0-dev.3 . [2023-01-03T20:23:15.415Z] Sending build context to Docker daemon 20.53MB [2023-01-03T20:23:15.415Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2023-01-03T20:23:15.415Z] Step 2/26 : FROM ${BASE} AS builder [2023-01-03T20:23:15.415Z] ---> e5f43f6a7c1f [2023-01-03T20:23:15.415Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2023-01-03T20:23:15.686Z] ---> Running in 81284a9edb34 [2023-01-03T20:23:15.953Z] Removing intermediate container 81284a9edb34 [2023-01-03T20:23:15.953Z] ---> db2c82f88f98 [2023-01-03T20:23:15.953Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-03T20:23:15.953Z] ---> Running in e97d45a13121 [2023-01-03T20:23:16.219Z] Removing intermediate container e97d45a13121 [2023-01-03T20:23:16.219Z] ---> bbdedf0c87eb [2023-01-03T20:23:16.219Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2023-01-03T20:23:16.219Z] ---> Running in 2043ac821d3c [2023-01-03T20:23:16.804Z] Removing intermediate container 2043ac821d3c [2023-01-03T20:23:16.804Z] ---> a3f2aef5d817 [2023-01-03T20:23:16.804Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2023-01-03T20:23:16.804Z] ---> Running in 723b0990f7a4 [2023-01-03T20:23:17.075Z] Removing intermediate container 723b0990f7a4 [2023-01-03T20:23:17.075Z] ---> 741e28183f4b [2023-01-03T20:23:17.075Z] Step 7/26 : LABEL Name=edgex-device-onvif-camera [2023-01-03T20:23:17.345Z] ---> Running in 67583e79d054 [2023-01-03T20:23:17.613Z] Removing intermediate container 67583e79d054 [2023-01-03T20:23:17.614Z] ---> 2dc9cc8665aa [2023-01-03T20:23:17.614Z] Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-03T20:23:17.614Z] ---> Running in b5a9d888624e [2023-01-03T20:23:18.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T20:23:19.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T20:23:20.124Z] OK: 221 MiB in 51 packages [2023-01-03T20:23:21.087Z] Removing intermediate container b5a9d888624e [2023-01-03T20:23:21.087Z] ---> 68d97d0aac73 [2023-01-03T20:23:21.087Z] Step 9/26 : WORKDIR /device-onvif-camera [2023-01-03T20:23:21.087Z] ---> Running in 1ddfcb076535 [2023-01-03T20:23:23.031Z] Removing intermediate container 1ddfcb076535 [2023-01-03T20:23:23.031Z] ---> 7ee3125a2b0a [2023-01-03T20:23:23.031Z] Step 10/26 : COPY go.mod vendor* ./ [2023-01-03T20:23:23.616Z] ---> 2839d6d79214 [2023-01-03T20:23:23.616Z] Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-03T20:23:23.616Z] ---> Running in a511cd64784d [2023-01-03T20:23:26.198Z] Removing intermediate container a511cd64784d [2023-01-03T20:23:26.198Z] ---> c3ccf061c7de [2023-01-03T20:23:26.198Z] Step 12/26 : COPY . . [2023-01-03T20:23:27.608Z] ---> a834fb697918 [2023-01-03T20:23:27.608Z] Step 13/26 : RUN ${MAKE} [2023-01-03T20:23:27.608Z] ---> Running in 4986899e273d [2023-01-03T20:23:28.573Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=3.0.0-dev.3 -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-03T20:26:05.351Z] Removing intermediate container 4986899e273d [2023-01-03T20:26:05.351Z] ---> 15588f0268cd [2023-01-03T20:26:05.351Z] Step 14/26 : FROM alpine:3.16 [2023-01-03T20:26:05.351Z] 3.16: Pulling from library/alpine [2023-01-03T20:26:05.351Z] 6875df1f5354: Pulling fs layer [2023-01-03T20:26:05.351Z] 6875df1f5354: Download complete [2023-01-03T20:26:05.351Z] 6875df1f5354: Pull complete [2023-01-03T20:26:05.351Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-03T20:26:05.351Z] Status: Downloaded newer image for alpine:3.16 [2023-01-03T20:26:05.351Z] ---> 2b4661558fb8 [2023-01-03T20:26:05.351Z] Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-01-03T20:26:05.351Z] ---> Running in 7031f7fb93a0 [2023-01-03T20:26:05.351Z] Removing intermediate container 7031f7fb93a0 [2023-01-03T20:26:05.351Z] ---> c5d513b0389f [2023-01-03T20:26:05.351Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2023-01-03T20:26:05.351Z] ---> Running in 3fe84c437e37 [2023-01-03T20:26:05.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-03T20:26:05.351Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-03T20:26:05.351Z] (1/6) Installing dumb-init (1.2.5-r1) [2023-01-03T20:26:05.351Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2023-01-03T20:26:05.351Z] (3/6) Installing libsodium (1.0.18-r0) [2023-01-03T20:26:05.351Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2023-01-03T20:26:05.351Z] (5/6) Installing libzmq (4.3.4-r0) [2023-01-03T20:26:05.351Z] (6/6) Installing zeromq (4.3.4-r0) [2023-01-03T20:26:05.351Z] Executing busybox-1.35.0-r17.trigger [2023-01-03T20:26:05.351Z] OK: 8 MiB in 20 packages [2023-01-03T20:26:05.351Z] Removing intermediate container 3fe84c437e37 [2023-01-03T20:26:05.351Z] ---> b1b1f7ff416e [2023-01-03T20:26:05.351Z] Step 17/26 : WORKDIR / [2023-01-03T20:26:05.351Z] ---> Running in f882b69a0954 [2023-01-03T20:26:05.351Z] Removing intermediate container f882b69a0954 [2023-01-03T20:26:05.351Z] ---> 7f3e4dade73b [2023-01-03T20:26:05.351Z] Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / [2023-01-03T20:26:05.351Z] ---> fff416f31011 [2023-01-03T20:26:05.351Z] Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / [2023-01-03T20:26:05.351Z] ---> 375509f6f0ce [2023-01-03T20:26:05.351Z] Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2023-01-03T20:26:05.351Z] ---> a9d737c35671 [2023-01-03T20:26:05.351Z] Step 21/26 : EXPOSE 59984 [2023-01-03T20:26:05.351Z] ---> Running in e745d4f58ed1 [2023-01-03T20:26:05.351Z] Removing intermediate container e745d4f58ed1 [2023-01-03T20:26:05.351Z] ---> 40dd8127ec53 [2023-01-03T20:26:05.351Z] Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] [2023-01-03T20:26:05.351Z] ---> Running in dd46221d6127 [2023-01-03T20:26:05.351Z] Removing intermediate container dd46221d6127 [2023-01-03T20:26:05.351Z] ---> 93868f8ff3a5 [2023-01-03T20:26:05.351Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-03T20:26:05.351Z] ---> Running in 1f4299bb622a [2023-01-03T20:26:05.351Z] Removing intermediate container 1f4299bb622a [2023-01-03T20:26:05.351Z] ---> 9a02589f3c41 [2023-01-03T20:26:05.351Z] Step 24/26 : LABEL arch=arm64 [2023-01-03T20:26:05.351Z] ---> Running in e66517fc0d33 [2023-01-03T20:26:05.351Z] Removing intermediate container e66517fc0d33 [2023-01-03T20:26:05.351Z] ---> ce049207c014 [2023-01-03T20:26:05.351Z] Step 25/26 : LABEL git_sha=e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:26:05.351Z] ---> Running in dfd7fcdc30df [2023-01-03T20:26:05.351Z] Removing intermediate container dfd7fcdc30df [2023-01-03T20:26:05.351Z] ---> d62eef819b3a [2023-01-03T20:26:05.351Z] Step 26/26 : LABEL version=3.0.0-dev.3 [2023-01-03T20:26:05.625Z] ---> Running in 5509211ab568 [2023-01-03T20:26:05.890Z] Removing intermediate container 5509211ab568 [2023-01-03T20:26:05.890Z] ---> 0422d3c35bf6 [2023-01-03T20:26:05.890Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-03T20:26:05.890Z] Successfully built 0422d3c35bf6 [2023-01-03T20:26:05.890Z] 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-03T20:26:06.018Z] provisioning config files... [2023-01-03T20:26:06.030Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/92@tmp/config296137546019246884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:26:06.358Z] ---> docker-login.sh [2023-01-03T20:26:06.359Z] nexus3.edgexfoundry.org:10001 [2023-01-03T20:26:06.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:26:06.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:26:06.625Z] Configure a credential helper to remove this warning. See [2023-01-03T20:26:06.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:26:06.625Z] [2023-01-03T20:26:06.625Z] Login Succeeded [2023-01-03T20:26:06.625Z] nexus3.edgexfoundry.org:10002 [2023-01-03T20:26:06.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:26:06.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:26:06.891Z] Configure a credential helper to remove this warning. See [2023-01-03T20:26:06.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:26:06.891Z] [2023-01-03T20:26:06.891Z] Login Succeeded [2023-01-03T20:26:06.891Z] nexus3.edgexfoundry.org:10003 [2023-01-03T20:26:07.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:26:07.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:26:07.157Z] Configure a credential helper to remove this warning. See [2023-01-03T20:26:07.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:26:07.157Z] [2023-01-03T20:26:07.157Z] Login Succeeded [2023-01-03T20:26:07.157Z] nexus3.edgexfoundry.org:10004 [2023-01-03T20:26:07.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:26:07.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:26:07.688Z] Configure a credential helper to remove this warning. See [2023-01-03T20:26:07.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:26:07.688Z] [2023-01-03T20:26:07.688Z] Login Succeeded [2023-01-03T20:26:07.688Z] docker.io [2023-01-03T20:26:07.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-03T20:26:07.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-03T20:26:07.952Z] Configure a credential helper to remove this warning. See [2023-01-03T20:26:07.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-03T20:26:07.953Z] [2023-01-03T20:26:07.953Z] Login Succeeded [2023-01-03T20:26:07.953Z] ---> docker-login.sh ends [Pipeline] } [2023-01-03T20:26:07.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T20:26:07.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-03T20:26:08.009Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2023-01-03T20:26:08.009Z] e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:26:08.009Z] latest [2023-01-03T20:26:08.009Z] 3.0.0-dev.3 [2023-01-03T20:26:08.009Z] e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:26:08.009Z] main [2023-01-03T20:26:08.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:08.335Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:08.663Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:26:08.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-03T20:26:08.663Z] ae1dda38c682: Preparing [2023-01-03T20:26:08.663Z] 138371cbaf44: Preparing [2023-01-03T20:26:08.663Z] 16e7c9153a5e: Preparing [2023-01-03T20:26:08.663Z] 9625b10f6ee4: Preparing [2023-01-03T20:26:08.663Z] 17bec77d7fdc: Preparing [2023-01-03T20:26:08.663Z] 17bec77d7fdc: Layer already exists [2023-01-03T20:26:08.927Z] 138371cbaf44: Pushed [2023-01-03T20:26:08.927Z] ae1dda38c682: Pushed [2023-01-03T20:26:09.505Z] 9625b10f6ee4: Pushed [2023-01-03T20:26:13.746Z] 16e7c9153a5e: Pushed [2023-01-03T20:26:14.014Z] e283d27a39f6608c4972b60e45559292c212ac31: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:14.352Z] + 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-03T20:26:14.683Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-03T20:26:14.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-03T20:26:14.683Z] ae1dda38c682: Preparing [2023-01-03T20:26:14.683Z] 138371cbaf44: Preparing [2023-01-03T20:26:14.683Z] 16e7c9153a5e: Preparing [2023-01-03T20:26:14.683Z] 9625b10f6ee4: Preparing [2023-01-03T20:26:14.683Z] 17bec77d7fdc: Preparing [2023-01-03T20:26:14.683Z] 9625b10f6ee4: Layer already exists [2023-01-03T20:26:14.683Z] 16e7c9153a5e: Layer already exists [2023-01-03T20:26:14.683Z] 17bec77d7fdc: Layer already exists [2023-01-03T20:26:14.683Z] 138371cbaf44: Layer already exists [2023-01-03T20:26:14.683Z] ae1dda38c682: Layer already exists [2023-01-03T20:26:14.683Z] latest: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:15.291Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:15.619Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 [2023-01-03T20:26:15.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-03T20:26:15.619Z] ae1dda38c682: Preparing [2023-01-03T20:26:15.619Z] 138371cbaf44: Preparing [2023-01-03T20:26:15.619Z] 16e7c9153a5e: Preparing [2023-01-03T20:26:15.619Z] 9625b10f6ee4: Preparing [2023-01-03T20:26:15.619Z] 17bec77d7fdc: Preparing [2023-01-03T20:26:15.619Z] 17bec77d7fdc: Layer already exists [2023-01-03T20:26:15.619Z] 138371cbaf44: Layer already exists [2023-01-03T20:26:15.619Z] 16e7c9153a5e: Layer already exists [2023-01-03T20:26:15.619Z] 9625b10f6ee4: Layer already exists [2023-01-03T20:26:15.619Z] ae1dda38c682: Layer already exists [2023-01-03T20:26:15.619Z] 3.0.0-dev.3: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:15.952Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:16.283Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:26:16.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-03T20:26:16.283Z] ae1dda38c682: Preparing [2023-01-03T20:26:16.283Z] 138371cbaf44: Preparing [2023-01-03T20:26:16.283Z] 16e7c9153a5e: Preparing [2023-01-03T20:26:16.283Z] 9625b10f6ee4: Preparing [2023-01-03T20:26:16.283Z] 17bec77d7fdc: Preparing [2023-01-03T20:26:16.283Z] ae1dda38c682: Layer already exists [2023-01-03T20:26:16.283Z] 16e7c9153a5e: Layer already exists [2023-01-03T20:26:16.283Z] 9625b10f6ee4: Layer already exists [2023-01-03T20:26:16.283Z] 17bec77d7fdc: Layer already exists [2023-01-03T20:26:16.283Z] 138371cbaf44: Layer already exists [2023-01-03T20:26:16.284Z] e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:16.616Z] + 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-03T20:26:16.952Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2023-01-03T20:26:16.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2023-01-03T20:26:16.952Z] ae1dda38c682: Preparing [2023-01-03T20:26:16.952Z] 138371cbaf44: Preparing [2023-01-03T20:26:16.952Z] 16e7c9153a5e: Preparing [2023-01-03T20:26:16.952Z] 9625b10f6ee4: Preparing [2023-01-03T20:26:16.952Z] 17bec77d7fdc: Preparing [2023-01-03T20:26:16.952Z] 17bec77d7fdc: Layer already exists [2023-01-03T20:26:16.952Z] 16e7c9153a5e: Layer already exists [2023-01-03T20:26:16.952Z] ae1dda38c682: Layer already exists [2023-01-03T20:26:16.952Z] 9625b10f6ee4: Layer already exists [2023-01-03T20:26:16.952Z] 138371cbaf44: Layer already exists [2023-01-03T20:26:16.952Z] main: digest: sha256:f13ad4836a7b7d0bd7c97c798a5e33cc40595a10eb781a28e9455130c9b7a069 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-01-03T20:26:17.001Z] ===================================================== [Pipeline] echo [2023-01-03T20:26:17.014Z] taggedImages: [2023-01-03T20:26:17.014Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31 [2023-01-03T20:26:17.014Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2023-01-03T20:26:17.014Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3.0.0-dev.3 [2023-01-03T20:26:17.014Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:e283d27a39f6608c4972b60e45559292c212ac31-3.0.0-dev.3 [2023-01-03T20:26:17.014Z] - 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-03T20:26:17.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T20:26:17.383Z] [2023-01-03T20:26:17.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:17.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T20:26:17.722Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-03T20:26:17.722Z] 8998bd30e6a1: Pulling fs layer [2023-01-03T20:26:17.722Z] 04944245beec: Pulling fs layer [2023-01-03T20:26:17.722Z] 699f458cf7ca: Pulling fs layer [2023-01-03T20:26:17.722Z] 765212b225bb: Pulling fs layer [2023-01-03T20:26:17.722Z] f23df028b6ca: Pulling fs layer [2023-01-03T20:26:17.722Z] d65c8cfc05b1: Pulling fs layer [2023-01-03T20:26:17.722Z] 2437ff75d9bd: Pulling fs layer [2023-01-03T20:26:17.722Z] 765212b225bb: Waiting [2023-01-03T20:26:17.722Z] f23df028b6ca: Waiting [2023-01-03T20:26:17.722Z] d65c8cfc05b1: Waiting [2023-01-03T20:26:17.722Z] 2437ff75d9bd: Waiting [2023-01-03T20:26:17.989Z] 04944245beec: Verifying Checksum [2023-01-03T20:26:17.989Z] 04944245beec: Download complete [2023-01-03T20:26:17.989Z] 765212b225bb: Verifying Checksum [2023-01-03T20:26:17.989Z] 765212b225bb: Download complete [2023-01-03T20:26:17.989Z] f23df028b6ca: Download complete [2023-01-03T20:26:17.989Z] d65c8cfc05b1: Verifying Checksum [2023-01-03T20:26:17.989Z] d65c8cfc05b1: Download complete [2023-01-03T20:26:17.989Z] 699f458cf7ca: Download complete [2023-01-03T20:26:18.576Z] 8998bd30e6a1: Verifying Checksum [2023-01-03T20:26:18.576Z] 8998bd30e6a1: Download complete [2023-01-03T20:26:20.691Z] 2437ff75d9bd: Download complete [2023-01-03T20:26:22.698Z] 8998bd30e6a1: Pull complete [2023-01-03T20:26:22.971Z] 04944245beec: Pull complete [2023-01-03T20:26:24.379Z] 699f458cf7ca: Pull complete [2023-01-03T20:26:24.379Z] 765212b225bb: Pull complete [2023-01-03T20:26:25.336Z] f23df028b6ca: Pull complete [2023-01-03T20:26:25.336Z] d65c8cfc05b1: Pull complete [2023-01-03T20:26:40.315Z] 2437ff75d9bd: Pull complete [2023-01-03T20:26:40.315Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-03T20:26:40.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-03T20:26:40.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:26:40.511Z] prd-ubuntu20.04-docker-arm64-4c-16g-949 does not seem to be running inside a container [2023-01-03T20:26:40.573Z] $ 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/92 -v /w/workspace/device-onvif-camera/92:/w/workspace/device-onvif-camera/92:rw,z -v /w/workspace/device-onvif-camera/92@tmp:/w/workspace/device-onvif-camera/92@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-03T20:26:43.060Z] $ docker top 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:26:43.569Z] ---> job-cost.sh [2023-01-03T20:26:43.834Z] lf-activate-venv: SKIPPING [2023-01-03T20:26:43.834Z] INFO: No Stack... [2023-01-03T20:26:44.414Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-03T20:26:44.999Z] INFO: Archiving Costs [Pipeline] sh [2023-01-03T20:26:45.578Z] + + cutcat /w/workspace/device-onvif-camera/92/archives/cost.csv [2023-01-03T20:26:45.578Z] -d, -f6 [Pipeline] lock [2023-01-03T20:26:45.899Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [2023-01-03T20:26:47.043Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] did not exist. Created. [2023-01-03T20:26:47.043Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-03T20:26:47.694Z] /w/workspace/device-onvif-camera/92@tmp/durable-bb1c6963/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-03T20:26:48.334Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-03T20:26:48.356Z] Warning: overwriting stash ‘stack-cost’ [2023-01-03T20:26:48.418Z] Stashed 1 file(s) [Pipeline] } [2023-01-03T20:26:48.424Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-92-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-03T20:26:48.444Z] $ docker stop --time=1 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 [2023-01-03T20:26:49.915Z] $ docker rm -f --volumes 28fee3b88c661ee26e48e40ad5ec41bd3d8efd87aef2acd7f53227eb972da627 [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-03T20:26:50.324Z] provisioning config files... [2023-01-03T20:26:50.331Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13379045955830479748tmp [Pipeline] { [Pipeline] sh [2023-01-03T20:26:50.621Z] + set +x [2023-01-03T20:26:50.621Z] + + curl -s https://codecov.io/bash [2023-01-03T20:26:50.621Z] bash -s -- [2023-01-03T20:26:50.621Z] [2023-01-03T20:26:50.621Z] _____ _ [2023-01-03T20:26:50.621Z] / ____| | | [2023-01-03T20:26:50.621Z] | | ___ __| | ___ ___ _____ __ [2023-01-03T20:26:50.621Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-03T20:26:50.621Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-03T20:26:50.621Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-03T20:26:50.621Z] Bash-1.0.6 [2023-01-03T20:26:50.621Z] [2023-01-03T20:26:50.621Z] [2023-01-03T20:26:50.621Z] ==> git version 2.25.1 found [2023-01-03T20:26:50.621Z] ==> 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-03T20:26:50.621Z] Release-Date: 2020-01-08 [2023-01-03T20:26:50.621Z] 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-03T20:26:50.621Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-03T20:26:50.621Z] ==> Jenkins CI detected. [2023-01-03T20:26:50.621Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2023-01-03T20:26:50.621Z] project root: . [2023-01-03T20:26:50.621Z] --> token set from env [2023-01-03T20:26:50.621Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-03T20:26:50.621Z] ==> Running gcov in . (disable via -X gcov) [2023-01-03T20:26:50.621Z] ==> Python coveragepy not found [2023-01-03T20:26:50.621Z] ==> Searching for coverage reports in: [2023-01-03T20:26:50.621Z] + . [2023-01-03T20:26:50.621Z] -> Found 1 reports [2023-01-03T20:26:50.621Z] ==> Detecting git/mercurial file structure [2023-01-03T20:26:50.621Z] ==> Reading reports [2023-01-03T20:26:50.621Z] + ./coverage.out bytes=79184 [2023-01-03T20:26:50.621Z] ==> Appending adjustments [2023-01-03T20:26:50.621Z] https://docs.codecov.io/docs/fixing-reports [2023-01-03T20:26:50.881Z] + Found adjustments [2023-01-03T20:26:50.881Z] ==> Gzipping contents [2023-01-03T20:26:50.881Z] 12K /tmp/codecov.EX2G5w.gz [2023-01-03T20:26:50.881Z] ==> Uploading reports [2023-01-03T20:26:50.881Z] url: https://codecov.io [2023-01-03T20:26:50.881Z] query: branch=main&commit=e283d27a39f6608c4972b60e45559292c212ac31&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T20:26:50.881Z] -> Pinging Codecov [2023-01-03T20:26:50.881Z] 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=e283d27a39f6608c4972b60e45559292c212ac31&build=92&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F92%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2023-01-03T20:26:51.142Z] -> Uploading to [2023-01-03T20:26:51.142Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-03/F29A59C45E3A92E06B3E522C9905F8EF/e283d27a39f6608c4972b60e45559292c212ac31/48da32b4-100e-4786-937b-4f71cf5b5f80.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230103%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230103T202651Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a8e7f473f1c1351d451498a07df0112e2c4036fe6ffade2ceb9dbad28c320077 [2023-01-03T20:26:51.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T20:26:51.142Z] Dload Upload Total Spent Left Speed [2023-01-03T20:26:51.400Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10857 0 0 100 10857 0 46004 --:--:-- --:--:-- --:--:-- 45810 [2023-01-03T20:26:51.400Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] } [2023-01-03T20:26:51.407Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-01-03T20:26:51.600Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-01-03T20:26:51.609Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:26:51.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T20:26:51.908Z] [2023-01-03T20:26:51.908Z] 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-03T20:26:52.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T20:26:52.211Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-01-03T20:26:52.211Z] df9b9388f04a: Pulling fs layer [2023-01-03T20:26:52.211Z] 52dc419b0ee2: Pulling fs layer [2023-01-03T20:26:52.211Z] 25bc292e5bac: Pulling fs layer [2023-01-03T20:26:52.211Z] 114826534d7a: Pulling fs layer [2023-01-03T20:26:52.211Z] 4657fd5d0bcf: Pulling fs layer [2023-01-03T20:26:52.211Z] 6ad1cebc031e: Pulling fs layer [2023-01-03T20:26:52.211Z] 8a3aa393b2d8: Pulling fs layer [2023-01-03T20:26:52.211Z] 4657fd5d0bcf: Waiting [2023-01-03T20:26:52.211Z] 6ad1cebc031e: Waiting [2023-01-03T20:26:52.211Z] 8a3aa393b2d8: Waiting [2023-01-03T20:26:52.211Z] 114826534d7a: Waiting [2023-01-03T20:26:52.211Z] 25bc292e5bac: Verifying Checksum [2023-01-03T20:26:52.211Z] 25bc292e5bac: Download complete [2023-01-03T20:26:52.211Z] 4657fd5d0bcf: Download complete [2023-01-03T20:26:52.211Z] df9b9388f04a: Download complete [2023-01-03T20:26:52.479Z] df9b9388f04a: Pull complete [2023-01-03T20:26:52.479Z] 6ad1cebc031e: Verifying Checksum [2023-01-03T20:26:52.479Z] 52dc419b0ee2: Pull complete [2023-01-03T20:26:52.479Z] 25bc292e5bac: Pull complete [2023-01-03T20:26:53.055Z] 114826534d7a: Download complete [2023-01-03T20:26:53.055Z] 8a3aa393b2d8: Verifying Checksum [2023-01-03T20:26:53.055Z] 8a3aa393b2d8: Download complete [2023-01-03T20:26:56.347Z] 114826534d7a: Pull complete [2023-01-03T20:26:56.347Z] 4657fd5d0bcf: Pull complete [2023-01-03T20:26:56.347Z] 6ad1cebc031e: Pull complete [2023-01-03T20:26:58.883Z] 8a3aa393b2d8: Pull complete [2023-01-03T20:26:58.883Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-01-03T20:26:58.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-01-03T20:26:58.883Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:26:58.956Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:26:58.977Z] $ 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-03T20:27:00.614Z] $ docker top 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-01-03T20:27:00.681Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2023-01-03T20:27:00.962Z] + set -o pipefail [2023-01-03T20:27:00.962Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/0442d8c3-7685-44ff-b957-f9f670becb98 [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] [2023-01-03T20:27:07.559Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-01-03T20:27:07.559Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-01-03T20:27:07.559Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-01-03T20:27:07.568Z] $ docker stop --time=1 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 [2023-01-03T20:27:09.550Z] $ docker rm -f --volumes 3a44066b2112bf1b5bbf12c9d76bfccd52922991a7f0c54857f8b2646d173ce0 [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-03T20:27:09.927Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T20:27:09.945Z] provisioning config files... [2023-01-03T20:27:09.952Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3374645060664102046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:10.258Z] --> edgex-publish-swagger.sh [2023-01-03T20:27:10.258Z] === Publish doc/openapi/v2 API === [2023-01-03T20:27:10.258Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v2] to Swagger [2023-01-03T20:27:10.258Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v2/device-onvif-camera.yaml] [2023-01-03T20:27:10.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-03T20:27:10.258Z] Dload Upload Total Spent Left Speed [2023-01-03T20:27:10.831Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 54 469k 0 0 54 256k 0 2151k --:--:-- --:--:-- --:--:-- 2133k 100 469k 100 38 100 469k 53 665k --:--:-- --:--:-- --:--:-- 664k [2023-01-03T20:27:10.831Z] {"code":403,"message":"Access Denied"} [2023-01-03T20:27:10.831Z] [Pipeline] } [2023-01-03T20:27:10.842Z] 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-03T20:27:11.259Z] + git log --format=format:%s -1 e283d27a39f6608c4972b60e45559292c212ac31 [Pipeline] sh [2023-01-03T20:27:11.550Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T20:27:11.550Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:11.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:27:11.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:27:11.933Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:27:11.963Z] $ 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-03T20:27:12.292Z] $ docker top 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T20:27:12.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T20:27:12.381Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T20:27:12.491Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T20:27:12.490Z] $ docker exec 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 ssh-agent [2023-01-03T20:27:12.593Z] SSH_AUTH_SOCK=/tmp/ssh-SDX22KQWwb27/agent.32 [2023-01-03T20:27:12.593Z] SSH_AGENT_PID=38 [2023-01-03T20:27:12.598Z] Running ssh-add (command line suppressed) [2023-01-03T20:27:12.692Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_387373830915709790.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_387373830915709790.key) [2023-01-03T20:27:12.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T20:27:13.001Z] + git semver tag [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,194 [run_tag] DEBUG tag force:False [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,194 [check_head_tag] DEBUG check head tag [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,195 [execute] INFO git cat-file --batch-check [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,195 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,198 [execute] INFO git cat-file --batch [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,198 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,226 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,226 [execute] INFO git tag -a v3.0.0-dev.3 -m v3.0.0-dev.3 [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,227 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.3', '-m', 'v3.0.0-dev.3'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) [2023-01-03T20:27:13.260Z] 2023-01-03 20:27:13,232 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:13.260Z] 3.0.0-dev.3 [Pipeline] } [2023-01-03T20:27:13.266Z] $ docker exec --env ******** --env ******** 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 ssh-agent -k [2023-01-03T20:27:13.370Z] unset SSH_AUTH_SOCK; [2023-01-03T20:27:13.371Z] unset SSH_AGENT_PID; [2023-01-03T20:27:13.371Z] echo Agent pid 38 killed; [2023-01-03T20:27:13.384Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T20:27:13.698Z] + git semver [Pipeline] } [2023-01-03T20:27:13.966Z] $ docker stop --time=1 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 [2023-01-03T20:27:15.246Z] $ docker rm -f --volumes 7ebce722ec86a59841686901cb6075507458d394f8b5c28579f3b39f4b6d7946 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:15.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T20:27:15.638Z] [2023-01-03T20:27:15.638Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:15.934Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T20:27:15.934Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-01-03T20:27:15.934Z] ab5ef0e58194: Pulling fs layer [2023-01-03T20:27:15.934Z] 9712f1f96733: Pulling fs layer [2023-01-03T20:27:15.934Z] 63f879dbbcfc: Pulling fs layer [2023-01-03T20:27:15.934Z] 0d9ebad4ef96: Pulling fs layer [2023-01-03T20:27:15.934Z] e9a5061849ea: Pulling fs layer [2023-01-03T20:27:15.934Z] d747dcd14b5f: Pulling fs layer [2023-01-03T20:27:15.934Z] 2de7ff778b66: Pulling fs layer [2023-01-03T20:27:15.934Z] e9a5061849ea: Waiting [2023-01-03T20:27:15.934Z] d747dcd14b5f: Waiting [2023-01-03T20:27:15.934Z] 2de7ff778b66: Waiting [2023-01-03T20:27:15.934Z] 0d9ebad4ef96: Waiting [2023-01-03T20:27:15.934Z] 9712f1f96733: Verifying Checksum [2023-01-03T20:27:15.934Z] 9712f1f96733: Download complete [2023-01-03T20:27:16.520Z] 63f879dbbcfc: Download complete [2023-01-03T20:27:16.520Z] ab5ef0e58194: Verifying Checksum [2023-01-03T20:27:16.520Z] ab5ef0e58194: Download complete [2023-01-03T20:27:16.520Z] d747dcd14b5f: Download complete [2023-01-03T20:27:16.520Z] e9a5061849ea: Download complete [2023-01-03T20:27:16.520Z] 0d9ebad4ef96: Verifying Checksum [2023-01-03T20:27:16.520Z] 0d9ebad4ef96: Download complete [2023-01-03T20:27:16.779Z] 2de7ff778b66: Verifying Checksum [2023-01-03T20:27:16.779Z] 2de7ff778b66: Download complete [2023-01-03T20:27:19.308Z] ab5ef0e58194: Pull complete [2023-01-03T20:27:19.308Z] 9712f1f96733: Pull complete [2023-01-03T20:27:19.566Z] 63f879dbbcfc: Pull complete [2023-01-03T20:27:22.853Z] 0d9ebad4ef96: Pull complete [2023-01-03T20:27:23.117Z] e9a5061849ea: Pull complete [2023-01-03T20:27:23.376Z] d747dcd14b5f: Pull complete [2023-01-03T20:27:24.311Z] 2de7ff778b66: Pull complete [2023-01-03T20:27:24.311Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-01-03T20:27:24.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-01-03T20:27:24.311Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:27:24.386Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:27:24.415Z] $ 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-03T20:27:26.071Z] $ docker top 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-01-03T20:27:26.138Z] provisioning config files... [2023-01-03T20:27:26.144Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14282336241841618930tmp [2023-01-03T20:27:26.154Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14267804891827421272tmp [2023-01-03T20:27:26.163Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14494342143560379669tmp [Pipeline] { [Pipeline] echo [2023-01-03T20:27:26.179Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:26.459Z] ---> sigul-configuration.sh [2023-01-03T20:27:26.459Z] gpg: directory `/root/.gnupg' created [2023-01-03T20:27:26.459Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-01-03T20:27:26.459Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-01-03T20:27:26.459Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-01-03T20:27:26.459Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-01-03T20:27:26.459Z] gpg: CAST5 encrypted data [2023-01-03T20:27:26.459Z] gpg: encrypted with 1 passphrase [2023-01-03T20:27:26.459Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-01-03T20:27:26.748Z] + mkdir /home/jenkins [2023-01-03T20:27:26.748Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-01-03T20:27:27.042Z] + 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-03T20:27:27.051Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:27.335Z] ---> sigul-install.sh [2023-01-03T20:27:27.335Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-01-03T20:27:27.620Z] + git tag --list [2023-01-03T20:27:27.620Z] v0.0.0 [2023-01-03T20:27:27.620Z] v0.0.1-dev.1 [2023-01-03T20:27:27.620Z] v0.0.1-dev.10 [2023-01-03T20:27:27.620Z] v0.0.1-dev.11 [2023-01-03T20:27:27.620Z] v0.0.1-dev.12 [2023-01-03T20:27:27.620Z] v0.0.1-dev.13 [2023-01-03T20:27:27.620Z] v0.0.1-dev.14 [2023-01-03T20:27:27.620Z] v0.0.1-dev.15 [2023-01-03T20:27:27.620Z] v0.0.1-dev.16 [2023-01-03T20:27:27.620Z] v0.0.1-dev.17 [2023-01-03T20:27:27.620Z] v0.0.1-dev.18 [2023-01-03T20:27:27.620Z] v0.0.1-dev.19 [2023-01-03T20:27:27.620Z] v0.0.1-dev.2 [2023-01-03T20:27:27.620Z] v0.0.1-dev.20 [2023-01-03T20:27:27.620Z] v0.0.1-dev.21 [2023-01-03T20:27:27.620Z] v0.0.1-dev.22 [2023-01-03T20:27:27.620Z] v0.0.1-dev.23 [2023-01-03T20:27:27.620Z] v0.0.1-dev.24 [2023-01-03T20:27:27.620Z] v0.0.1-dev.25 [2023-01-03T20:27:27.620Z] v0.0.1-dev.26 [2023-01-03T20:27:27.620Z] v0.0.1-dev.27 [2023-01-03T20:27:27.620Z] v0.0.1-dev.28 [2023-01-03T20:27:27.620Z] v0.0.1-dev.3 [2023-01-03T20:27:27.620Z] v0.0.1-dev.4 [2023-01-03T20:27:27.620Z] v0.0.1-dev.5 [2023-01-03T20:27:27.620Z] v0.0.1-dev.6 [2023-01-03T20:27:27.620Z] v0.0.1-dev.7 [2023-01-03T20:27:27.620Z] v0.0.1-dev.8 [2023-01-03T20:27:27.620Z] v0.0.1-dev.9 [2023-01-03T20:27:27.620Z] v2.2.0 [2023-01-03T20:27:27.620Z] v2.2.0-dev.29 [2023-01-03T20:27:27.620Z] v2.2.0-dev.30 [2023-01-03T20:27:27.620Z] v2.2.0-dev.31 [2023-01-03T20:27:27.620Z] v2.2.0-dev.32 [2023-01-03T20:27:27.620Z] v2.2.0-dev.33 [2023-01-03T20:27:27.620Z] v2.2.0-dev.34 [2023-01-03T20:27:27.620Z] v2.2.0-dev.35 [2023-01-03T20:27:27.620Z] v2.3.0 [2023-01-03T20:27:27.620Z] v2.3.0-dev.1 [2023-01-03T20:27:27.620Z] v2.3.0-dev.10 [2023-01-03T20:27:27.620Z] v2.3.0-dev.11 [2023-01-03T20:27:27.620Z] v2.3.0-dev.12 [2023-01-03T20:27:27.620Z] v2.3.0-dev.13 [2023-01-03T20:27:27.620Z] v2.3.0-dev.14 [2023-01-03T20:27:27.620Z] v2.3.0-dev.15 [2023-01-03T20:27:27.620Z] v2.3.0-dev.16 [2023-01-03T20:27:27.620Z] v2.3.0-dev.17 [2023-01-03T20:27:27.620Z] v2.3.0-dev.18 [2023-01-03T20:27:27.620Z] v2.3.0-dev.19 [2023-01-03T20:27:27.620Z] v2.3.0-dev.2 [2023-01-03T20:27:27.620Z] v2.3.0-dev.20 [2023-01-03T20:27:27.620Z] v2.3.0-dev.21 [2023-01-03T20:27:27.620Z] v2.3.0-dev.22 [2023-01-03T20:27:27.620Z] v2.3.0-dev.23 [2023-01-03T20:27:27.620Z] v2.3.0-dev.24 [2023-01-03T20:27:27.620Z] v2.3.0-dev.25 [2023-01-03T20:27:27.620Z] v2.3.0-dev.26 [2023-01-03T20:27:27.620Z] v2.3.0-dev.27 [2023-01-03T20:27:27.620Z] v2.3.0-dev.28 [2023-01-03T20:27:27.620Z] v2.3.0-dev.29 [2023-01-03T20:27:27.620Z] v2.3.0-dev.3 [2023-01-03T20:27:27.620Z] v2.3.0-dev.30 [2023-01-03T20:27:27.620Z] v2.3.0-dev.31 [2023-01-03T20:27:27.620Z] v2.3.0-dev.32 [2023-01-03T20:27:27.620Z] v2.3.0-dev.33 [2023-01-03T20:27:27.620Z] v2.3.0-dev.34 [2023-01-03T20:27:27.620Z] v2.3.0-dev.35 [2023-01-03T20:27:27.620Z] v2.3.0-dev.36 [2023-01-03T20:27:27.620Z] v2.3.0-dev.37 [2023-01-03T20:27:27.620Z] v2.3.0-dev.38 [2023-01-03T20:27:27.620Z] v2.3.0-dev.39 [2023-01-03T20:27:27.620Z] v2.3.0-dev.4 [2023-01-03T20:27:27.620Z] v2.3.0-dev.40 [2023-01-03T20:27:27.620Z] v2.3.0-dev.41 [2023-01-03T20:27:27.620Z] v2.3.0-dev.42 [2023-01-03T20:27:27.620Z] v2.3.0-dev.43 [2023-01-03T20:27:27.620Z] v2.3.0-dev.44 [2023-01-03T20:27:27.620Z] v2.3.0-dev.45 [2023-01-03T20:27:27.620Z] v2.3.0-dev.5 [2023-01-03T20:27:27.620Z] v2.3.0-dev.6 [2023-01-03T20:27:27.620Z] v2.3.0-dev.7 [2023-01-03T20:27:27.620Z] v2.3.0-dev.8 [2023-01-03T20:27:27.620Z] v2.3.0-dev.9 [2023-01-03T20:27:27.620Z] v2.3.1-dev.1 [2023-01-03T20:27:27.620Z] v3.0.0-dev.1 [2023-01-03T20:27:27.620Z] v3.0.0-dev.2 [2023-01-03T20:27:27.620Z] v3.0.0-dev.3 [Pipeline] sh [2023-01-03T20:27:27.910Z] + lftools sign git-tag v3.0.0-dev.3 [2023-01-03T20:27:28.854Z] Signing Git tag with Sigul... [2023-01-03T20:27:28.854Z] Signing v3.0.0-dev.3 [Pipeline] echo [2023-01-03T20:27:29.121Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:29.404Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-01-03T20:27:29.411Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-01-03T20:27:29.426Z] $ docker stop --time=1 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa [2023-01-03T20:27:30.689Z] $ docker rm -f --volumes 0be5943e7a760a51a830fb2f9b499b724f6d32c657d8ed4e65c8f9295b08aafa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-01-03T20:27:31.106Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T20:27:31.106Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:31.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:27:31.415Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:27:31.490Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:27:31.522Z] $ 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-03T20:27:31.864Z] $ docker top e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 -eo pid,comm [2023-01-03T20:27:31.912Z] 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-03T20:27:31.912Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T20:27:31.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T20:27:31.954Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T20:27:32.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T20:27:32.069Z] $ docker exec e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 ssh-agent [2023-01-03T20:27:32.178Z] SSH_AUTH_SOCK=/tmp/ssh-eQYVUqK0FmwY/agent.32 [2023-01-03T20:27:32.178Z] SSH_AGENT_PID=39 [2023-01-03T20:27:32.183Z] Running ssh-add (command line suppressed) [2023-01-03T20:27:32.267Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_14886166563772018631.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_14886166563772018631.key) [2023-01-03T20:27:32.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T20:27:32.567Z] + git semver bump pre [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,755 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,755 [bump_version] DEBUG bumping version:3.0.0-dev.3 on axis:pre with prefix:dev [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,755 [bump_version] DEBUG bumped version:3.0.0-dev.4 [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,755 [write_version] DEBUG write version:3.0.0-dev.4 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,755 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,756 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,757 [execute] INFO git cat-file --batch-check [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,758 [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-03T20:27:32.826Z] 2023-01-03 20:27:32,762 [execute] INFO git cat-file --batch [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,763 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) [2023-01-03T20:27:32.826Z] 2023-01-03 20:27:32,767 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:32.826Z] 3.0.0-dev.4 [Pipeline] } [2023-01-03T20:27:32.831Z] $ docker exec --env ******** --env ******** e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 ssh-agent -k [2023-01-03T20:27:32.918Z] unset SSH_AUTH_SOCK; [2023-01-03T20:27:32.918Z] unset SSH_AGENT_PID; [2023-01-03T20:27:32.918Z] echo Agent pid 39 killed; [2023-01-03T20:27:32.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T20:27:33.240Z] + git semver [Pipeline] } [2023-01-03T20:27:33.824Z] $ docker stop --time=1 e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 [2023-01-03T20:27:35.096Z] $ docker rm -f --volumes e9fce2531e88ee065d105b25f2997e384872a74c2e3b682b4c264e16ceeed028 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-03T20:27:35.440Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-03T20:27:35.440Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:35.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-03T20:27:35.743Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:27:35.817Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:27:35.841Z] $ 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-03T20:27:36.172Z] $ docker top 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-03T20:27:36.262Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-03T20:27:36.262Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-03T20:27:36.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-03T20:27:36.364Z] $ docker exec 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 ssh-agent [2023-01-03T20:27:36.461Z] SSH_AUTH_SOCK=/tmp/ssh-Y6d0YsixA7XI/agent.32 [2023-01-03T20:27:36.461Z] SSH_AGENT_PID=38 [2023-01-03T20:27:36.466Z] Running ssh-add (command line suppressed) [2023-01-03T20:27:36.555Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11101041574099492307.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11101041574099492307.key) [2023-01-03T20:27:36.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-03T20:27:36.859Z] + git semver push [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,156 [run_push] DEBUG push [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,156 [execute] INFO git cat-file --batch-check [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,156 [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-03T20:27:37.426Z] 2023-01-03 20:27:37,160 [execute] INFO git rev-list 3403d89791fba6bfbf99b1a9abe9ff849bc483e3 -- [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,160 [execute] DEBUG Popen(['git', 'rev-list', '3403d89791fba6bfbf99b1a9abe9ff849bc483e3', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,166 [execute] INFO git fetch -v origin [2023-01-03T20:27:37.426Z] 2023-01-03 20:27:37,166 [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-03T20:27:37.992Z] 2023-01-03 20:27:37,694 [run_push] DEBUG no remote changes detected [2023-01-03T20:27:37.992Z] 2023-01-03 20:27:37,694 [execute] INFO git push origin semver [2023-01-03T20:27:37.992Z] 2023-01-03 20:27:37,694 [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-03T20:27:38.559Z] 2023-01-03 20:27:38,497 [run_push] DEBUG push all version tags [2023-01-03T20:27:38.559Z] 2023-01-03 20:27:38,498 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-01-03T20:27:38.559Z] 2023-01-03 20:27:38,498 [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-03T20:27:39.494Z] 2023-01-03 20:27:39,214 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2023-01-03T20:27:39.494Z] 3.0.0-dev.4 [Pipeline] } [2023-01-03T20:27:39.500Z] $ docker exec --env ******** --env ******** 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 ssh-agent -k [2023-01-03T20:27:39.593Z] unset SSH_AUTH_SOCK; [2023-01-03T20:27:39.593Z] unset SSH_AGENT_PID; [2023-01-03T20:27:39.593Z] echo Agent pid 38 killed; [2023-01-03T20:27:39.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-03T20:27:39.909Z] + git semver [Pipeline] } [2023-01-03T20:27:40.177Z] $ docker stop --time=1 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 [2023-01-03T20:27:41.455Z] $ docker rm -f --volumes 9f5b75f7a3f28f13bdce8f738fb1d53996bbe1eff7744dcd444da3552ef80f22 [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-03T20:27:42.009Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2023-01-03T20:27:42.009Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-03T20:27:42.009Z] total 16 [2023-01-03T20:27:42.009Z] drwxr-xr-x 3 root root 4096 Jan 3 20:19 . [2023-01-03T20:27:42.009Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 20:27 .. [2023-01-03T20:27:42.009Z] drwxr-xr-x 2 root root 4096 Jan 3 20:19 cost [2023-01-03T20:27:42.009Z] -rw-r--r-- 1 root root 90 Jan 3 20:19 cost.csv [2023-01-03T20:27:42.009Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-03T20:27:42.009Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2023-01-03T20:27:42.009Z] total 16 [2023-01-03T20:27:42.009Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 3 20:19 . [2023-01-03T20:27:42.009Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 3 20:27 .. [2023-01-03T20:27:42.009Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 3 20:19 cost [2023-01-03T20:27:42.009Z] -rw-r--r-- 1 jenkins jenkins 90 Jan 3 20:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:42.539Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:43.486Z] ---> package-listing.sh [2023-01-03T20:27:43.486Z] ++ facter osfamily [2023-01-03T20:27:43.486Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-03T20:27:43.745Z] + OS_FAMILY=debian [2023-01-03T20:27:43.745Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2023-01-03T20:27:43.745Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-03T20:27:43.745Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-03T20:27:43.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-03T20:27:43.745Z] + PACKAGES=/tmp/packages_start.txt [2023-01-03T20:27:43.745Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-03T20:27:43.745Z] + PACKAGES=/tmp/packages_end.txt [2023-01-03T20:27:43.745Z] + case "${OS_FAMILY}" in [2023-01-03T20:27:43.745Z] + dpkg -l [2023-01-03T20:27:43.745Z] + grep '^ii' [2023-01-03T20:27:43.745Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-03T20:27:43.745Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-03T20:27:43.745Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-03T20:27:43.745Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2023-01-03T20:27:43.745Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2023-01-03T20:27:43.745Z] + 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-03T20:27:43.759Z] 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-03T20:27:44.038Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-03T20:27:44.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-03T20:27:44.599Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-03T20:27:44.672Z] prd-ubuntu20.04-docker-8c-8g-948 does not seem to be running inside a container [2023-01-03T20:27:44.702Z] $ 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-03T20:27:44.885Z] $ docker top 63c753a4decea3275976d70f6ecdab3cbe3c8fb64fb81ea586ac8d43d7433c8d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-03T20:27:45.226Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-03T20:27:45.514Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-03T20:27:45.796Z] + ls /var/log/sa-host [2023-01-03T20:27:45.796Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-03T20:27:45.932Z] provisioning config files... [2023-01-03T20:27:45.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13016556440045900674tmp [Pipeline] { [Pipeline] echo [2023-01-03T20:27:45.962Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:46.243Z] ---> create-netrc.sh [Pipeline] } [2023-01-03T20:27:46.249Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:46.580Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-03T20:27:46.588Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:46.869Z] ---> sudo-logs.sh [2023-01-03T20:27:46.869Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-03T20:27:46.893Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:47.181Z] ---> job-cost.sh [2023-01-03T20:27:47.181Z] lf-activate-venv: SKIPPING [2023-01-03T20:27:47.181Z] DEBUG: total: 0.2199999988079071 [2023-01-03T20:27:47.181Z] INFO: Retrieving Stack Cost... [2023-01-03T20:27:47.440Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-03T20:27:48.008Z] INFO: Archiving Costs [Pipeline] echo [2023-01-03T20:27:48.022Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-03T20:27:48.309Z] ---> logs-deploy.sh [2023-01-03T20:27:48.309Z] lf-activate-venv: SKIPPING [2023-01-03T20:27:48.309Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/92 [2023-01-03T20:27:48.309Z] INFO: archiving workspace using pattern(s): [2023-01-03T20:27:49.245Z] Archives upload complete. [2023-01-03T20:27:49.504Z] INFO: archiving logs to Nexus