Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bed38a921fe50266a02f4b176e1c4270e057bc09 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-ssh6773409305800249313.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6969814746747722032.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 The recommended git tool is: git using credential edgex-jenkins-ssh > 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-ssh13410826180315807106.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh17940099525997424051.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > 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-ssh11965102910071561024.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-1122 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision bed38a921fe50266a02f4b176e1c4270e057bc09 (main) 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 > 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 bed38a921fe50266a02f4b176e1c4270e057bc09 # timeout=10 Commit message: "Merge pull request #78 from edgexfoundry/issue-74" > git rev-list --no-walk 63fa4a680431768fa653ad2f832ffdb5163d02d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:31:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:31:30 ========================================================= 07:31:30 EdgeX Global Pipelines Version Info 07:31:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:31:31 ------------------- 07:31:31 stable info: 07:31:31 ------------------- 07:31:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:31:31 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 07:31:31 Message: update stable to v1.0.232 07:31:32 ------------------- 07:31:32 experimental info: 07:31:32 ------------------- 07:31:32 Commited By: **** collab-it+edgex@linuxfoundation.org 07:31:32 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 07:31:32 Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bed38a9 [Pipeline] echo 07:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:31:32 provisioning config files... 07:31:32 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8149817834036815231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:33 ---> docker-login.sh 07:31:33 nexus3.edgexfoundry.org:10001 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 nexus3.edgexfoundry.org:10002 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 nexus3.edgexfoundry.org:10003 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 nexus3.edgexfoundry.org:10004 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 docker.io 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:34 Configure a credential helper to remove this warning. See 07:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:34 07:31:34 Login Succeeded 07:31:34 ---> docker-login.sh ends [Pipeline] } 07:31:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:31:34 + git rev-list -1 --merges bed38a921fe50266a02f4b176e1c4270e057bc09~1..bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] echo 07:31:34 -----------> git rev-list -1 --merges bed38a921fe50266a02f4b176e1c4270e057bc09~1..bed38a921fe50266a02f4b176e1c4270e057bc09 bed38a921fe50266a02f4b176e1c4270e057bc09 07:31:34 bed38a921fe50266a02f4b176e1c4270e057bc09 [false] [Pipeline] sh 07:31:35 + git log --format=format:%s -1 bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] echo 07:31:35 ========================================================= 07:31:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:31:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:31:35 + git log --format=format:%s -1 bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] echo 07:31:35 [semverPrep] GIT_COMMIT: bed38a921fe50266a02f4b176e1c4270e057bc09, Commit Message: Merge pull request #78 from edgexfoundry/issue-74 [Pipeline] echo 07:31:35 [semverPrep] This is not a build commit. [Pipeline] sh 07:31:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:31:35 + grep -v github /etc/ssh/ssh_known_hosts 07:31:35 + [ -e /tmp/ssh_known_hosts ] 07:31:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:31:35 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:31:35 + sudo tee -a /etc/ssh/ssh_known_hosts 07:31:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:31:36 07:31:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:31:36 0.1.4: Pulling from edgex-devops/py-git-semver 07:31:36 42c077c10790: Pulling fs layer 07:31:36 f63e77b7563a: Pulling fs layer 07:31:36 bd5fdadae976: Pulling fs layer 07:31:36 205491f53016: Pulling fs layer 07:31:36 df18705c85c3: Pulling fs layer 07:31:36 bdb3f477010e: Pulling fs layer 07:31:36 c8a8fc8e1c8f: Pulling fs layer 07:31:36 2c6e9b1d212d: Pulling fs layer 07:31:36 bdb8f0575790: Pulling fs layer 07:31:36 386e3cb2ff24: Pulling fs layer 07:31:36 2343380bae48: Pulling fs layer 07:31:36 c8a8fc8e1c8f: Waiting 07:31:36 df18705c85c3: Waiting 07:31:36 bdb3f477010e: Waiting 07:31:36 2c6e9b1d212d: Waiting 07:31:36 386e3cb2ff24: Waiting 07:31:36 2343380bae48: Waiting 07:31:36 bdb8f0575790: Waiting 07:31:36 205491f53016: Waiting 07:31:36 f63e77b7563a: Download complete 07:31:36 205491f53016: Download complete 07:31:36 df18705c85c3: Verifying Checksum 07:31:36 df18705c85c3: Download complete 07:31:36 bdb3f477010e: Download complete 07:31:36 bd5fdadae976: Verifying Checksum 07:31:36 bd5fdadae976: Download complete 07:31:36 2c6e9b1d212d: Download complete 07:31:36 bdb8f0575790: Verifying Checksum 07:31:36 bdb8f0575790: Download complete 07:31:36 386e3cb2ff24: Verifying Checksum 07:31:36 386e3cb2ff24: Download complete 07:31:36 2343380bae48: Verifying Checksum 07:31:36 2343380bae48: Download complete 07:31:36 42c077c10790: Verifying Checksum 07:31:36 42c077c10790: Download complete 07:31:37 c8a8fc8e1c8f: Verifying Checksum 07:31:37 c8a8fc8e1c8f: Download complete 07:31:38 42c077c10790: Pull complete 07:31:38 f63e77b7563a: Pull complete 07:31:39 bd5fdadae976: Pull complete 07:31:39 205491f53016: Pull complete 07:31:39 df18705c85c3: Pull complete 07:31:39 bdb3f477010e: Pull complete 07:31:41 c8a8fc8e1c8f: Pull complete 07:31:41 2c6e9b1d212d: Pull complete 07:31:41 bdb8f0575790: Pull complete 07:31:41 386e3cb2ff24: Pull complete 07:31:41 2343380bae48: Pull complete 07:31:41 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 07:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:31:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:31:41 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:31:41 $ 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 07:31:43 $ docker top e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 -eo pid,comm 07:31:43 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). 07:31:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:31:43 [ssh-agent] Looking for ssh-agent implementation... 07:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:31:43 $ docker exec e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 ssh-agent 07:31:43 SSH_AUTH_SOCK=/tmp/ssh-SlH35TT94jBS/agent.36 07:31:43 SSH_AGENT_PID=42 07:31:43 Running ssh-add (command line suppressed) 07:31:43 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_625338507938433043.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_625338507938433043.key) 07:31:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:31:43 + git tag --points-at HEAD [Pipeline] } 07:31:43 $ docker exec --env ******** --env ******** e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 ssh-agent -k 07:31:44 unset SSH_AUTH_SOCK; 07:31:44 unset SSH_AGENT_PID; 07:31:44 echo Agent pid 42 killed; 07:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:31:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:31:44 [ssh-agent] Looking for ssh-agent implementation... 07:31:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:31:44 $ docker exec e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 ssh-agent 07:31:44 SSH_AUTH_SOCK=/tmp/ssh-I99HCsSYvMoO/agent.76 07:31:44 SSH_AGENT_PID=82 07:31:44 Running ssh-add (command line suppressed) 07:31:44 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_1470642432379067801.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_1470642432379067801.key) 07:31:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:31:44 + git semver init 07:31:45 2022-06-06 07:31:45,008 [run_init] DEBUG init version:0.0.0 force:False 07:31:45 2022-06-06 07:31:45,009 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver 07:31:45 2022-06-06 07:31:45,009 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver 07:31:45 2022-06-06 07:31:45,009 [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) 07:31:45 2022-06-06 07:31:45,667 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude 07:31:45 2022-06-06 07:31:45,668 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False 07:31:45 2022-06-06 07:31:45,668 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:31:45 2022-06-06 07:31:45,668 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:31:45 0.0.1-dev.7 [Pipeline] } 07:31:46 $ docker exec --env ******** --env ******** e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 ssh-agent -k 07:31:46 unset SSH_AUTH_SOCK; 07:31:46 unset SSH_AGENT_PID; 07:31:46 echo Agent pid 82 killed; 07:31:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:31:46 + git semver [Pipeline] } 07:31:46 $ docker stop --time=1 e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 07:31:48 $ docker rm -f e69da3b2de3318586ac12512cd26dec53f698f238b27afb6f60e23de64e9b020 [Pipeline] // withDockerContainer [Pipeline] sh 07:31:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:31:48 Stashed 1 file(s) [Pipeline] echo 07:31:48 [edgeXSemver]: initialized semver on version 0.0.1-dev.7 [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 07:31:48 provisioning config files... 07:31:48 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config5670852015530915731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:49 ---> docker-login.sh 07:31:49 nexus3.edgexfoundry.org:10001 07:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:49 Configure a credential helper to remove this warning. See 07:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:49 07:31:49 Login Succeeded 07:31:49 nexus3.edgexfoundry.org:10002 07:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:49 Configure a credential helper to remove this warning. See 07:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:49 07:31:49 Login Succeeded 07:31:49 nexus3.edgexfoundry.org:10003 07:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:49 Configure a credential helper to remove this warning. See 07:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:49 07:31:49 Login Succeeded 07:31:49 nexus3.edgexfoundry.org:10004 07:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:49 Configure a credential helper to remove this warning. See 07:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:49 07:31:49 Login Succeeded 07:31:49 docker.io 07:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:49 Configure a credential helper to remove this warning. See 07:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:49 07:31:49 Login Succeeded 07:31:49 ---> docker-login.sh ends [Pipeline] } 07:31:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:31:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:31:49 ========================================================= 07:31:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 07:31:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:31:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 07:31:50 Sending build context to Docker daemon 8.677MB 07:31:50 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 07:31:50 Step 2/13 : FROM ${BASE} AS builder 07:31:50 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 07:31:50 59bf1c3509f3: Pulling fs layer 07:31:50 666ba61612fd: Pulling fs layer 07:31:50 8ed8ca486205: Pulling fs layer 07:31:50 cc1cd167ecdc: Pulling fs layer 07:31:50 c516ae0d96e1: Pulling fs layer 07:31:50 684cea983483: Pulling fs layer 07:31:50 dd3240ac7de5: Pulling fs layer 07:31:50 cc1cd167ecdc: Waiting 07:31:50 c516ae0d96e1: Waiting 07:31:50 b1e948a4e11c: Pulling fs layer 07:31:50 684cea983483: Waiting 07:31:50 a8fd76ee1af6: Pulling fs layer 07:31:50 646ad004c059: Pulling fs layer 07:31:50 dd3240ac7de5: Waiting 07:31:50 b1e948a4e11c: Waiting 07:31:50 a8fd76ee1af6: Waiting 07:31:50 646ad004c059: Waiting 07:31:50 8ed8ca486205: Download complete 07:31:50 666ba61612fd: Download complete 07:31:50 c516ae0d96e1: Verifying Checksum 07:31:50 c516ae0d96e1: Download complete 07:31:50 684cea983483: Download complete 07:31:50 59bf1c3509f3: Verifying Checksum 07:31:50 59bf1c3509f3: Download complete 07:31:50 dd3240ac7de5: Verifying Checksum 07:31:50 dd3240ac7de5: Download complete 07:31:50 b1e948a4e11c: Verifying Checksum 07:31:50 b1e948a4e11c: Download complete 07:31:50 59bf1c3509f3: Pull complete 07:31:50 666ba61612fd: Pull complete 07:31:50 8ed8ca486205: Pull complete 07:31:51 646ad004c059: Verifying Checksum 07:31:51 646ad004c059: Download complete 07:31:51 a8fd76ee1af6: Verifying Checksum 07:31:51 a8fd76ee1af6: Download complete 07:31:51 cc1cd167ecdc: Download complete 07:31:55 cc1cd167ecdc: Pull complete 07:31:55 c516ae0d96e1: Pull complete 07:31:55 684cea983483: Pull complete 07:31:55 dd3240ac7de5: Pull complete 07:31:55 b1e948a4e11c: Pull complete 07:31:57 a8fd76ee1af6: Pull complete 07:31:57 646ad004c059: Pull complete 07:31:57 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 07:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 07:31:57 ---> 8f69c11f6b0c 07:31:57 Step 3/13 : ARG MAKE="make build" 07:31:59 ---> Running in 386a84680bec 07:31:59 Removing intermediate container 386a84680bec 07:31:59 ---> 2244290c13fb 07:31:59 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 07:31:59 ---> Running in 1caa843fba3d 07:31:59 Removing intermediate container 1caa843fba3d 07:31:59 ---> 1335d551f723 07:31:59 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 07:31:59 ---> Running in 3c32ad7c16e2 07:31:59 Removing intermediate container 3c32ad7c16e2 07:31:59 ---> 6bc643ffc039 07:31:59 Step 6/13 : LABEL Name=edgex-device-onvif-camera 07:31:59 ---> Running in 5615314b6273 07:31:59 Removing intermediate container 5615314b6273 07:31:59 ---> 15836193cff6 07:31:59 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:59 ---> Running in 86f6c0a50de3 07:32:00 Removing intermediate container 86f6c0a50de3 07:32:00 ---> b09a3af3cb36 07:32:00 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:32:00 ---> Running in c0f9420e123b 07:32:00 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:32:01 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:32:01 OK: 221 MiB in 52 packages 07:32:02 Removing intermediate container c0f9420e123b 07:32:02 ---> ea613bd5ed3c 07:32:02 Step 9/13 : WORKDIR /device-onvif-camera 07:32:02 ---> Running in 22f022ada60d 07:32:02 Removing intermediate container 22f022ada60d 07:32:02 ---> 7cc6cb7145c9 07:32:02 Step 10/13 : COPY go.mod vendor* ./ 07:32:02 ---> 0e18b8d755da 07:32:02 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:02 ---> Running in 159fa63f0dc5 07:32:03 Still waiting to schedule task 07:32:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:32:20 Removing intermediate container 159fa63f0dc5 07:32:20 ---> 92d563977e96 07:32:20 Step 12/13 : COPY . . 07:32:20 ---> 49db66b23982 07:32:20 Step 13/13 : RUN ${MAKE} 07:32:20 ---> Running in f98cc8115a77 07:32:21 noop 07:32:21 Removing intermediate container f98cc8115a77 07:32:21 ---> b70a96a78aee 07:32:21 Successfully built b70a96a78aee 07:32:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:21 + docker inspect -f . ci-base-image-x86_64 07:32:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:21 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:32:21 $ 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 07:32:22 $ docker top 060e26481d754eb11eeb91d1e8dcc6aa65b1a53abfca79295800425228d38a60 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:22 + go version 07:32:22 go version go1.17.7 linux/amd64 [Pipeline] } 07:32:22 $ docker stop --time=1 060e26481d754eb11eeb91d1e8dcc6aa65b1a53abfca79295800425228d38a60 07:32:23 $ docker rm -f 060e26481d754eb11eeb91d1e8dcc6aa65b1a53abfca79295800425228d38a60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:24 + docker inspect -f . ci-base-image-x86_64 07:32:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:32:24 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:32:24 $ 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 07:32:24 $ docker top ef506da9d5a0f57809f858e6f77e10be94e9d7e9c102775319699f31bb9a4774 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:32:25 + make test 07:32:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:32:25 ? github.com/edgexfoundry/device-onvif-camera [no test files] 07:32:35 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 07:32:35 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.017s coverage: 1.3% of statements 07:32:38 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.955s coverage: 13.8% of statements 07:32:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:32:50 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:32:50 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:32:50 ./bin/test-attribution-txt.sh [Pipeline] echo 07:32:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:32:50 $ docker stop --time=1 ef506da9d5a0f57809f858e6f77e10be94e9d7e9c102775319699f31bb9a4774 07:32:52 $ docker rm -f ef506da9d5a0f57809f858e6f77e10be94e9d7e9c102775319699f31bb9a4774 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:32:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:32:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:32:53 + ls -al . 07:32:53 total 232 07:32:53 drwxrwxr-x 9 jenkins jenkins 4096 Jun 6 07:32 . 07:32:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:31 .. 07:32:53 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 07:31 .git 07:32:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 07:31 .github 07:32:53 -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 07:31 .gitignore 07:32:53 -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 07:31 .golangci.yml 07:32:53 drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 07:31 .semver 07:32:53 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 07:31 Attribution.txt 07:32:53 -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 07:31 CHANGELOG.md 07:32:53 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 07:31 Dockerfile 07:32:53 -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 07:31 GOVERNANCE.md 07:32:53 -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 07:31 Jenkinsfile 07:32:53 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 07:31 LICENSE 07:32:53 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 07:31 Makefile 07:32:53 -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 07:31 OWNERS.md 07:32:53 -rw-rw-r-- 1 jenkins jenkins 28742 Jun 6 07:31 README.md 07:32:53 -rw-rw-r-- 1 jenkins jenkins 11 Jun 6 07:31 VERSION 07:32:53 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 07:31 bin 07:32:53 drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 07:31 cmd 07:32:53 -rw-r--r-- 1 jenkins jenkins 53469 Jun 6 07:32 coverage.out 07:32:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:31 doc 07:32:53 -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 07:31 go.mod 07:32:53 -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 07:31 go.sum 07:32:53 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:31 internal 07:32:53 -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 07:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:32:54 + 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=bed38a921fe50266a02f4b176e1c4270e057bc09 --label arch=amd64 --label version=0.0.1-dev.7 . 07:32:54 Sending build context to Docker daemon 8.732MB 07:32:54 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 07:32:54 Step 2/26 : FROM ${BASE} AS builder 07:32:54 ---> b70a96a78aee 07:32:54 Step 3/26 : ARG MAKE="make build" 07:32:54 ---> Running in 0e58366326f1 07:32:54 Removing intermediate container 0e58366326f1 07:32:54 ---> b72dcc8c016a 07:32:54 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 07:32:54 ---> Running in 121e0155d20d 07:32:54 Removing intermediate container 121e0155d20d 07:32:54 ---> 9e4addfd3de9 07:32:54 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 07:32:54 ---> Running in e6cb70816766 07:32:54 Removing intermediate container e6cb70816766 07:32:54 ---> c6d523c95af5 07:32:54 Step 6/26 : LABEL Name=edgex-device-onvif-camera 07:32:54 ---> Running in 944895db3162 07:32:54 Removing intermediate container 944895db3162 07:32:54 ---> cd7a7078b805 07:32:54 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:32:54 ---> Running in 65a4c6a457b4 07:32:55 Removing intermediate container 65a4c6a457b4 07:32:55 ---> a24c665c3565 07:32:55 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:32:55 ---> Running in 346b6c208c5d 07:32:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:32:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:32:56 OK: 221 MiB in 52 packages 07:32:57 Removing intermediate container 346b6c208c5d 07:32:57 ---> eaad2f890146 07:32:57 Step 9/26 : WORKDIR /device-onvif-camera 07:32:57 ---> Running in af701660b1da 07:32:57 Removing intermediate container af701660b1da 07:32:57 ---> e65bf68aad82 07:32:57 Step 10/26 : COPY go.mod vendor* ./ 07:32:57 ---> 0a3eb8a2d424 07:32:57 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:32:57 ---> Running in eb5f231a77d5 07:32:58 Removing intermediate container eb5f231a77d5 07:32:58 ---> 8334066f0133 07:32:58 Step 12/26 : COPY . . 07:32:58 ---> 460d06c95b73 07:32:58 Step 13/26 : RUN ${MAKE} 07:32:58 ---> Running in 01d4ee9c48f8 07:32:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.1-dev.7 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 07:33:20 Removing intermediate container 01d4ee9c48f8 07:33:20 ---> f746a372d544 07:33:20 Step 14/26 : FROM alpine:3.15 07:33:20 3.15: Pulling from library/alpine 07:33:20 df9b9388f04a: Pulling fs layer 07:33:20 df9b9388f04a: Verifying Checksum 07:33:20 df9b9388f04a: Download complete 07:33:20 df9b9388f04a: Pull complete 07:33:20 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 07:33:20 Status: Downloaded newer image for alpine:3.15 07:33:20 ---> 0ac33e5f5afa 07:33:20 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 07:33:20 ---> Running in c8f5caad6476 07:33:20 Removing intermediate container c8f5caad6476 07:33:20 ---> f7112f444510 07:33:20 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 07:33:20 ---> Running in f8b4e51f6294 07:33:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:33:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:33:20 (1/6) Installing dumb-init (1.2.5-r1) 07:33:20 (2/6) Installing libgcc (10.3.1_git20211027-r0) 07:33:20 (3/6) Installing libsodium (1.0.18-r0) 07:33:20 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 07:33:20 (5/6) Installing libzmq (4.3.4-r0) 07:33:20 (6/6) Installing zeromq (4.3.4-r0) 07:33:20 Executing busybox-1.34.1-r5.trigger 07:33:20 OK: 8 MiB in 20 packages 07:33:20 Removing intermediate container f8b4e51f6294 07:33:20 ---> 3dd79fb328fe 07:33:20 Step 17/26 : WORKDIR / 07:33:20 ---> Running in 2d6f58a1ebd6 07:33:20 Removing intermediate container 2d6f58a1ebd6 07:33:20 ---> 6e6ef11a6522 07:33:20 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 07:33:20 ---> e28fea38f722 07:33:20 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 07:33:20 ---> bf95833773a6 07:33:20 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 07:33:21 ---> e497b0285e13 07:33:21 Step 21/26 : EXPOSE 59984 07:33:21 ---> Running in c84379177285 07:33:21 Removing intermediate container c84379177285 07:33:21 ---> 47bb73853590 07:33:21 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 07:33:21 ---> Running in 91b5d478c9b4 07:33:21 Removing intermediate container 91b5d478c9b4 07:33:21 ---> 302e7afe853d 07:33:21 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:33:21 ---> Running in 42702fd68406 07:33:21 Removing intermediate container 42702fd68406 07:33:21 ---> 670f1c7e75c5 07:33:21 Step 24/26 : LABEL arch=amd64 07:33:21 ---> Running in 59a3b38c1bd6 07:33:21 Removing intermediate container 59a3b38c1bd6 07:33:21 ---> 93432917ddeb 07:33:21 Step 25/26 : LABEL git_sha=bed38a921fe50266a02f4b176e1c4270e057bc09 07:33:21 ---> Running in 80801005feff 07:33:21 Removing intermediate container 80801005feff 07:33:21 ---> 1718d97b8e7d 07:33:21 Step 26/26 : LABEL version=0.0.1-dev.7 07:33:21 ---> Running in 4eea58a6ff32 07:33:22 Removing intermediate container 4eea58a6ff32 07:33:22 ---> 7b3cee426c7c 07:33:22 [Warning] One or more build-args [ARCH] were not consumed 07:33:22 Successfully built 7b3cee426c7c 07:33:22 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 07:33:22 provisioning config files... 07:33:22 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3375127982619472453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:22 ---> docker-login.sh 07:33:22 nexus3.edgexfoundry.org:10001 07:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:22 Configure a credential helper to remove this warning. See 07:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:22 07:33:22 Login Succeeded 07:33:22 nexus3.edgexfoundry.org:10002 07:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:22 Configure a credential helper to remove this warning. See 07:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:22 07:33:22 Login Succeeded 07:33:22 nexus3.edgexfoundry.org:10003 07:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:22 Configure a credential helper to remove this warning. See 07:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:22 07:33:22 Login Succeeded 07:33:22 nexus3.edgexfoundry.org:10004 07:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:22 Configure a credential helper to remove this warning. See 07:33:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:22 07:33:22 Login Succeeded 07:33:22 docker.io 07:33:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:23 Configure a credential helper to remove this warning. See 07:33:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:23 07:33:23 Login Succeeded 07:33:23 ---> docker-login.sh ends [Pipeline] } 07:33:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:33:23 [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: 07:33:23 bed38a921fe50266a02f4b176e1c4270e057bc09 07:33:23 latest 07:33:23 0.0.1-dev.7 07:33:23 bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:33:23 main 07:33:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:23 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:23 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09 07:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 07:33:23 ec003fce57b2: Preparing 07:33:23 d4a6cabaeba1: Preparing 07:33:23 5dd1698df07d: Preparing 07:33:23 690e261f8e01: Preparing 07:33:23 4fc242d58285: Preparing 07:33:23 4fc242d58285: Layer already exists 07:33:23 d4a6cabaeba1: Pushed 07:33:23 ec003fce57b2: Pushed 07:33:24 690e261f8e01: Pushed 07:33:26 5dd1698df07d: Pushed 07:33:26 bed38a921fe50266a02f4b176e1c4270e057bc09: digest: sha256:e197bf48cc5a3f19b56cb7c506ff8ef447b16c12953d444422f6d51fca00f71d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:27 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:27 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 07:33:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 07:33:27 ec003fce57b2: Preparing 07:33:27 d4a6cabaeba1: Preparing 07:33:27 5dd1698df07d: Preparing 07:33:27 690e261f8e01: Preparing 07:33:27 4fc242d58285: Preparing 07:33:27 d4a6cabaeba1: Layer already exists 07:33:27 690e261f8e01: Layer already exists 07:33:27 4fc242d58285: Layer already exists 07:33:27 ec003fce57b2: Layer already exists 07:33:27 5dd1698df07d: Layer already exists 07:33:27 latest: digest: sha256:e197bf48cc5a3f19b56cb7c506ff8ef447b16c12953d444422f6d51fca00f71d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:27 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:28 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.7 07:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 07:33:28 ec003fce57b2: Preparing 07:33:28 d4a6cabaeba1: Preparing 07:33:28 5dd1698df07d: Preparing 07:33:28 690e261f8e01: Preparing 07:33:28 4fc242d58285: Preparing 07:33:28 4fc242d58285: Layer already exists 07:33:28 5dd1698df07d: Layer already exists 07:33:28 690e261f8e01: Layer already exists 07:33:28 d4a6cabaeba1: Layer already exists 07:33:28 ec003fce57b2: Layer already exists 07:33:28 0.0.1-dev.7: digest: sha256:e197bf48cc5a3f19b56cb7c506ff8ef447b16c12953d444422f6d51fca00f71d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:28 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:28 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:33:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 07:33:28 ec003fce57b2: Preparing 07:33:28 d4a6cabaeba1: Preparing 07:33:28 5dd1698df07d: Preparing 07:33:28 690e261f8e01: Preparing 07:33:28 4fc242d58285: Preparing 07:33:28 5dd1698df07d: Layer already exists 07:33:28 ec003fce57b2: Layer already exists 07:33:28 690e261f8e01: Layer already exists 07:33:28 d4a6cabaeba1: Layer already exists 07:33:28 4fc242d58285: Layer already exists 07:33:28 bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7: digest: sha256:e197bf48cc5a3f19b56cb7c506ff8ef447b16c12953d444422f6d51fca00f71d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:29 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:29 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main 07:33:29 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 07:33:29 ec003fce57b2: Preparing 07:33:29 d4a6cabaeba1: Preparing 07:33:29 5dd1698df07d: Preparing 07:33:29 690e261f8e01: Preparing 07:33:29 4fc242d58285: Preparing 07:33:29 d4a6cabaeba1: Layer already exists 07:33:29 5dd1698df07d: Layer already exists 07:33:29 4fc242d58285: Layer already exists 07:33:29 690e261f8e01: Layer already exists 07:33:29 ec003fce57b2: Layer already exists 07:33:29 main: digest: sha256:e197bf48cc5a3f19b56cb7c506ff8ef447b16c12953d444422f6d51fca00f71d size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:33:29 ===================================================== [Pipeline] echo 07:33:29 taggedImages: 07:33:29 - nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09 07:33:29 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 07:33:29 - nexus3.edgexfoundry.org:10004/device-onvif-camera:0.0.1-dev.7 07:33:29 - nexus3.edgexfoundry.org:10004/device-onvif-camera:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:33:29 - 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 07:33:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:33:29 07:33:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:33:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:33:30 latest: Pulling from edgex-lftools-log-publisher 07:33:30 5eb5b503b376: Pulling fs layer 07:33:30 5c69ac0246d0: Pulling fs layer 07:33:30 ec43610c2a17: Pulling fs layer 07:33:30 3a2ae6a8a46f: Pulling fs layer 07:33:30 33b1e0a273af: Pulling fs layer 07:33:30 5d3b04190fa2: Pulling fs layer 07:33:30 2f39f015ded8: Pulling fs layer 07:33:30 5d3b04190fa2: Waiting 07:33:30 33b1e0a273af: Waiting 07:33:30 2f39f015ded8: Waiting 07:33:30 3a2ae6a8a46f: Waiting 07:33:30 5c69ac0246d0: Verifying Checksum 07:33:30 5c69ac0246d0: Download complete 07:33:30 3a2ae6a8a46f: Verifying Checksum 07:33:30 3a2ae6a8a46f: Download complete 07:33:30 33b1e0a273af: Verifying Checksum 07:33:30 33b1e0a273af: Download complete 07:33:30 5d3b04190fa2: Verifying Checksum 07:33:30 5d3b04190fa2: Download complete 07:33:30 ec43610c2a17: Verifying Checksum 07:33:30 ec43610c2a17: Download complete 07:33:30 5eb5b503b376: Verifying Checksum 07:33:30 5eb5b503b376: Download complete 07:33:31 2f39f015ded8: Download complete 07:33:31 5eb5b503b376: Pull complete 07:33:31 5c69ac0246d0: Pull complete 07:33:32 ec43610c2a17: Pull complete 07:33:32 3a2ae6a8a46f: Pull complete 07:33:32 33b1e0a273af: Pull complete 07:33:32 5d3b04190fa2: Pull complete 07:33:37 2f39f015ded8: Pull complete 07:33:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:33:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:33:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:33:37 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:33:37 $ 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 07:33:39 $ docker top 4eb22d086c869e9674764458e72892b2fa65b772ffb58458f058dfb37a7bbb3f -eo pid,comm 07:33:39 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1123 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 07:33:39 Running in /w/workspace/device-onvif-camera/9 [Pipeline] { [Pipeline] checkout 07:33:39 Selected Git installation does not exist. Using Default 07:33:39 The recommended git tool is: NONE 07:33:40 ---> job-cost.sh 07:33:40 lf-activate-venv: SKIPPING 07:33:40 INFO: No Stack... 07:33:40 INFO: Retrieving Pricing Info for: v3-standard-8 07:33:41 INFO: Archiving Costs [Pipeline] sh 07:33:41 + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv 07:33:41 + cut -d, -f6 [Pipeline] lock 07:33:41 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] 07:33:41 Resource [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] did not exist. Created. 07:33:41 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:33:41 + echo total: 0.2199999988079071 [Pipeline] stash 07:33:41 Stashed 1 file(s) [Pipeline] } 07:33:41 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] [Pipeline] // lock [Pipeline] } 07:33:41 $ docker stop --time=1 4eb22d086c869e9674764458e72892b2fa65b772ffb58458f058dfb37a7bbb3f 07:33:42 $ docker rm -f 4eb22d086c869e9674764458e72892b2fa65b772ffb58458f058dfb37a7bbb3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:33:45 using credential edgex-jenkins-ssh 07:33:45 Cloning the remote Git repository 07:33:45 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 07:33:45 > git init /w/workspace/device-onvif-camera/9 # timeout=10 07:33:45 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 07:33:45 > git --version # timeout=10 07:33:45 > git --version # 'git version 2.25.1' 07:33:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:33:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:33:46 Avoid second fetch 07:33:46 Checking out Revision bed38a921fe50266a02f4b176e1c4270e057bc09 (main) 07:33:46 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 07:33:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:33:46 > git config core.sparsecheckout # timeout=10 07:33:46 > git checkout -f bed38a921fe50266a02f4b176e1c4270e057bc09 # timeout=10 07:33:50 Commit message: "Merge pull request #78 from edgexfoundry/issue-74" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:33:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:33:51 % Total % Received % Xferd Average Speed Time Time Time Current 07:33:51 Dload Upload Total Spent Left Speed 07:33:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 94253 [Pipeline] sh 07:33:52 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:33:52 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:33:52 + sudo tee /etc/docker/daemon.new 07:33:52 { 07:33:52 "registry-mirrors": [ 07:33:52 "https://nexus3.edgexfoundry.org:10001" 07:33:52 ], 07:33:52 "bip": "10.250.0.254/24", 07:33:52 "hosts": [ 07:33:52 "tcp://0.0.0.0:5555", 07:33:52 "unix:///var/run/docker.sock" 07:33:52 ], 07:33:52 "mtu": 1458, 07:33:52 "selinux-enabled": true, 07:33:52 "seccomp-profile": "/etc/docker/seccomp.json" 07:33:52 } [Pipeline] sh 07:33:53 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:33:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:34:11 provisioning config files... 07:34:11 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/9@tmp/config2019973079561080344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:34:12 ---> docker-login.sh 07:34:12 nexus3.edgexfoundry.org:10001 07:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:13 Configure a credential helper to remove this warning. See 07:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:13 07:34:13 Login Succeeded 07:34:13 nexus3.edgexfoundry.org:10002 07:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:13 Configure a credential helper to remove this warning. See 07:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:13 07:34:13 Login Succeeded 07:34:13 nexus3.edgexfoundry.org:10003 07:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:13 Configure a credential helper to remove this warning. See 07:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:13 07:34:13 Login Succeeded 07:34:13 nexus3.edgexfoundry.org:10004 07:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:14 Configure a credential helper to remove this warning. See 07:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:14 07:34:14 Login Succeeded 07:34:14 docker.io 07:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:34:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:34:15 Configure a credential helper to remove this warning. See 07:34:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:34:15 07:34:15 Login Succeeded 07:34:15 ---> docker-login.sh ends [Pipeline] } 07:34:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:34:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:34:15 ========================================================= 07:34:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 07:34:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:34:16 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 07:34:16 Sending build context to Docker daemon 5.915MB 07:34:16 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 07:34:16 Step 2/13 : FROM ${BASE} AS builder 07:34:16 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:34:16 9b3977197b4f: Pulling fs layer 07:34:16 1a89e8eeedd5: Pulling fs layer 07:34:16 94645a83ff95: Pulling fs layer 07:34:16 e6fb740bc735: Pulling fs layer 07:34:16 3a77bd46dcc9: Pulling fs layer 07:34:16 355e64cbe906: Pulling fs layer 07:34:16 63ab81a10011: Pulling fs layer 07:34:16 555d1d1c4555: Pulling fs layer 07:34:16 7d9057610161: Pulling fs layer 07:34:16 e6fb740bc735: Waiting 07:34:16 3a77bd46dcc9: Waiting 07:34:16 355e64cbe906: Waiting 07:34:16 63ab81a10011: Waiting 07:34:16 555d1d1c4555: Waiting 07:34:16 7d9057610161: Waiting 07:34:16 94645a83ff95: Download complete 07:34:16 1a89e8eeedd5: Download complete 07:34:16 3a77bd46dcc9: Verifying Checksum 07:34:16 3a77bd46dcc9: Download complete 07:34:16 355e64cbe906: Verifying Checksum 07:34:16 355e64cbe906: Download complete 07:34:16 9b3977197b4f: Verifying Checksum 07:34:16 9b3977197b4f: Download complete 07:34:16 63ab81a10011: Verifying Checksum 07:34:16 63ab81a10011: Download complete 07:34:17 9b3977197b4f: Pull complete 07:34:17 7d9057610161: Verifying Checksum 07:34:17 7d9057610161: Download complete 07:34:18 1a89e8eeedd5: Pull complete 07:34:18 94645a83ff95: Pull complete 07:34:18 555d1d1c4555: Verifying Checksum 07:34:18 555d1d1c4555: Download complete 07:34:19 e6fb740bc735: Verifying Checksum 07:34:19 e6fb740bc735: Download complete 07:34:31 e6fb740bc735: Pull complete 07:34:31 3a77bd46dcc9: Pull complete 07:34:31 355e64cbe906: Pull complete 07:34:32 63ab81a10011: Pull complete 07:34:38 555d1d1c4555: Pull complete 07:34:40 7d9057610161: Pull complete 07:34:40 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 07:34:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 07:34:40 ---> 819e984ddca1 07:34:40 Step 3/13 : ARG MAKE="make build" 07:34:42 ---> Running in f51b571016d8 07:34:42 Removing intermediate container f51b571016d8 07:34:42 ---> 46217a5673e1 07:34:42 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 07:34:42 ---> Running in 9aa892cba8d0 07:34:42 Removing intermediate container 9aa892cba8d0 07:34:42 ---> 79299f8ca763 07:34:42 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 07:34:42 ---> Running in 2c9d155653dc 07:34:43 Removing intermediate container 2c9d155653dc 07:34:43 ---> 9741d8ad1a30 07:34:43 Step 6/13 : LABEL Name=edgex-device-onvif-camera 07:34:43 ---> Running in baf8d4114b17 07:34:43 Removing intermediate container baf8d4114b17 07:34:43 ---> 9bfa14d22ac1 07:34:43 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:43 ---> Running in 742734e88be3 07:34:46 Removing intermediate container 742734e88be3 07:34:46 ---> 553e42c2b686 07:34:46 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:34:46 ---> Running in b04152595507 07:34:47 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:34:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:34:48 OK: 220 MiB in 52 packages 07:34:49 Removing intermediate container b04152595507 07:34:49 ---> 5acc9d43157a 07:34:49 Step 9/13 : WORKDIR /device-onvif-camera 07:34:49 ---> Running in 5190a060de83 07:34:50 Removing intermediate container 5190a060de83 07:34:50 ---> 77c94157d213 07:34:50 Step 10/13 : COPY go.mod vendor* ./ 07:34:50 ---> 2ba98df3b67a 07:34:50 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:34:50 ---> Running in 1fc63905b631 07:35:37 Removing intermediate container 1fc63905b631 07:35:37 ---> 33336bcc9213 07:35:37 Step 12/13 : COPY . . 07:35:37 ---> ab8755087280 07:35:37 Step 13/13 : RUN ${MAKE} 07:35:37 ---> Running in acea8eadea14 07:35:37 noop 07:35:38 Removing intermediate container acea8eadea14 07:35:38 ---> 85eecffb9498 07:35:38 Successfully built 85eecffb9498 07:35:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:38 + docker inspect -f . ci-base-image-arm64 07:35:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:38 prd-ubuntu20.04-docker-arm64-4c-16g-1123 does not seem to be running inside a container 07:35:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/9 -v /w/workspace/device-onvif-camera/9:/w/workspace/device-onvif-camera/9:rw,z -v /w/workspace/device-onvif-camera/9@tmp:/w/workspace/device-onvif-camera/9@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-arm64 cat 07:35:40 $ docker top 96e35ba76e7a0f864874e2bc7843f96363052fa0d2ec3efb30513be86d7cfdbf -eo pid,comm [Pipeline] { [Pipeline] sh 07:35:41 + go version 07:35:41 go version go1.17.7 linux/arm64 [Pipeline] } 07:35:41 $ docker stop --time=1 96e35ba76e7a0f864874e2bc7843f96363052fa0d2ec3efb30513be86d7cfdbf 07:35:42 $ docker rm -f 96e35ba76e7a0f864874e2bc7843f96363052fa0d2ec3efb30513be86d7cfdbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:35:43 + docker inspect -f . ci-base-image-arm64 07:35:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:35:43 prd-ubuntu20.04-docker-arm64-4c-16g-1123 does not seem to be running inside a container 07:35:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/9 -v /w/workspace/device-onvif-camera/9:/w/workspace/device-onvif-camera/9:rw,z -v /w/workspace/device-onvif-camera/9@tmp:/w/workspace/device-onvif-camera/9@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-arm64 cat 07:35:45 $ docker top 9baf86664795abd9d739cff17b4daa52daf39068669014b54a18a32bd45e4137 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:35:45 + make test 07:35:45 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:35:47 ? github.com/edgexfoundry/device-onvif-camera [no test files] 07:37:09 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 07:37:09 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.076s coverage: 1.3% of statements 07:37:42 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 31.850s coverage: 13.8% of statements 07:37:42 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:37:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:38:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:38:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:38:04 ./bin/test-attribution-txt.sh [Pipeline] echo 07:38:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 07:38:07 $ docker stop --time=1 9baf86664795abd9d739cff17b4daa52daf39068669014b54a18a32bd45e4137 07:38:09 $ docker rm -f 9baf86664795abd9d739cff17b4daa52daf39068669014b54a18a32bd45e4137 [Pipeline] // withDockerContainer [Pipeline] sh 07:38:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:38:10 Warning: overwriting stash ‘coverage-report’ 07:38:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:38:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:38:11 + ls -al . 07:38:11 total 228 07:38:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 07:38 . 07:38:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:33 .. 07:38:11 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 07:33 .git 07:38:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 07:33 .github 07:38:11 -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 07:33 .gitignore 07:38:11 -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 07:33 .golangci.yml 07:38:11 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 07:33 Attribution.txt 07:38:11 -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 07:33 CHANGELOG.md 07:38:11 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 07:33 Dockerfile 07:38:11 -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 07:33 GOVERNANCE.md 07:38:11 -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 07:33 Jenkinsfile 07:38:11 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 07:33 LICENSE 07:38:11 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 07:33 Makefile 07:38:11 -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 07:33 OWNERS.md 07:38:11 -rw-rw-r-- 1 jenkins jenkins 28742 Jun 6 07:33 README.md 07:38:11 -rw-rw-r-- 1 jenkins jenkins 11 Jun 6 07:31 VERSION 07:38:11 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 07:33 bin 07:38:11 drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 07:33 cmd 07:38:11 -rw-r--r-- 1 jenkins jenkins 53469 Jun 6 07:37 coverage.out 07:38:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:33 doc 07:38:11 -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 07:33 go.mod 07:38:11 -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 07:33 go.sum 07:38:11 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 07:33 internal 07:38:11 -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 07:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:38:12 + 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=bed38a921fe50266a02f4b176e1c4270e057bc09 --label arch=arm64 --label version=0.0.1-dev.7 . 07:38:12 Sending build context to Docker daemon 5.969MB 07:38:12 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 07:38:12 Step 2/26 : FROM ${BASE} AS builder 07:38:12 ---> 85eecffb9498 07:38:12 Step 3/26 : ARG MAKE="make build" 07:38:12 ---> Running in b6e6b00debe6 07:38:13 Removing intermediate container b6e6b00debe6 07:38:13 ---> 0d75902cb9de 07:38:13 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 07:38:13 ---> Running in cf8bf663a250 07:38:13 Removing intermediate container cf8bf663a250 07:38:13 ---> 2b997f281d0d 07:38:13 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 07:38:13 ---> Running in 5775783afddd 07:38:13 Removing intermediate container 5775783afddd 07:38:13 ---> 81a4380df0a5 07:38:13 Step 6/26 : LABEL Name=edgex-device-onvif-camera 07:38:13 ---> Running in 6ea23d0810b2 07:38:14 Removing intermediate container 6ea23d0810b2 07:38:14 ---> 9719da062636 07:38:14 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:14 ---> Running in 3f600fb5c429 07:38:16 Removing intermediate container 3f600fb5c429 07:38:16 ---> 731916c54cd0 07:38:16 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:38:16 ---> Running in 1bd9f03b2497 07:38:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:38:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:38:18 OK: 220 MiB in 52 packages 07:38:19 Removing intermediate container 1bd9f03b2497 07:38:19 ---> da802e519e2f 07:38:19 Step 9/26 : WORKDIR /device-onvif-camera 07:38:19 ---> Running in 62df2ef1e748 07:38:19 Removing intermediate container 62df2ef1e748 07:38:19 ---> 374e22f3658b 07:38:19 Step 10/26 : COPY go.mod vendor* ./ 07:38:20 ---> d15f6dd80168 07:38:20 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:38:20 ---> Running in ed8b0b98ddf3 07:38:22 Removing intermediate container ed8b0b98ddf3 07:38:22 ---> d93aee0b6700 07:38:22 Step 12/26 : COPY . . 07:38:23 ---> 702b0229a92e 07:38:23 Step 13/26 : RUN ${MAKE} 07:38:23 ---> Running in 92e3881b8cfb 07:38:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.1-dev.7 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 07:40:31 Removing intermediate container 92e3881b8cfb 07:40:31 ---> 73782ba23602 07:40:31 Step 14/26 : FROM alpine:3.15 07:40:31 3.15: Pulling from library/alpine 07:40:31 9981e73032c8: Pulling fs layer 07:40:31 9981e73032c8: Verifying Checksum 07:40:31 9981e73032c8: Download complete 07:40:31 9981e73032c8: Pull complete 07:40:31 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 07:40:31 Status: Downloaded newer image for alpine:3.15 07:40:31 ---> 3fb3c9af89a9 07:40:31 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 07:40:31 ---> Running in 1782be314ae1 07:40:31 Removing intermediate container 1782be314ae1 07:40:31 ---> fb2b467f71b9 07:40:31 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 07:40:31 ---> Running in 7cefe7cb6cbd 07:40:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 07:40:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 07:40:31 (1/6) Installing dumb-init (1.2.5-r1) 07:40:31 (2/6) Installing libgcc (10.3.1_git20211027-r0) 07:40:31 (3/6) Installing libsodium (1.0.18-r0) 07:40:31 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 07:40:31 (5/6) Installing libzmq (4.3.4-r0) 07:40:31 (6/6) Installing zeromq (4.3.4-r0) 07:40:31 Executing busybox-1.34.1-r5.trigger 07:40:31 OK: 8 MiB in 20 packages 07:40:31 Removing intermediate container 7cefe7cb6cbd 07:40:31 ---> d69c7a7d866c 07:40:31 Step 17/26 : WORKDIR / 07:40:31 ---> Running in 7e0f47e4ce2e 07:40:31 Removing intermediate container 7e0f47e4ce2e 07:40:31 ---> 348fa56d46c0 07:40:31 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 07:40:31 ---> e949914a39b1 07:40:31 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 07:40:31 ---> 8aebee2eebc3 07:40:31 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 07:40:31 ---> 3ffb9fa49569 07:40:31 Step 21/26 : EXPOSE 59984 07:40:31 ---> Running in 99d111b23dac 07:40:31 Removing intermediate container 99d111b23dac 07:40:31 ---> f82af753ba72 07:40:31 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 07:40:31 ---> Running in 9ca57a8184a9 07:40:32 Removing intermediate container 9ca57a8184a9 07:40:32 ---> 70d8d60f07e6 07:40:32 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:32 ---> Running in a246e5eac599 07:40:32 Removing intermediate container a246e5eac599 07:40:32 ---> 873a454b1a9c 07:40:32 Step 24/26 : LABEL arch=arm64 07:40:32 ---> Running in 2566a1b3c0ca 07:40:32 Removing intermediate container 2566a1b3c0ca 07:40:32 ---> 66557f13751b 07:40:32 Step 25/26 : LABEL git_sha=bed38a921fe50266a02f4b176e1c4270e057bc09 07:40:32 ---> Running in 8a684b209879 07:40:33 Removing intermediate container 8a684b209879 07:40:33 ---> e22f70946654 07:40:33 Step 26/26 : LABEL version=0.0.1-dev.7 07:40:33 ---> Running in 29dff2c4e853 07:40:33 Removing intermediate container 29dff2c4e853 07:40:33 ---> 56b78f1233d6 07:40:33 [Warning] One or more build-args [ARCH] were not consumed 07:40:33 Successfully built 56b78f1233d6 07:40:33 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 07:40:33 provisioning config files... 07:40:33 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/9@tmp/config6294685697732994994tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:40:34 ---> docker-login.sh 07:40:34 nexus3.edgexfoundry.org:10001 07:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:34 Configure a credential helper to remove this warning. See 07:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:34 07:40:34 Login Succeeded 07:40:34 nexus3.edgexfoundry.org:10002 07:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:34 Configure a credential helper to remove this warning. See 07:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:34 07:40:34 Login Succeeded 07:40:34 nexus3.edgexfoundry.org:10003 07:40:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:35 Configure a credential helper to remove this warning. See 07:40:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:35 07:40:35 Login Succeeded 07:40:35 nexus3.edgexfoundry.org:10004 07:40:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:35 Configure a credential helper to remove this warning. See 07:40:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:35 07:40:35 Login Succeeded 07:40:35 docker.io 07:40:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:40:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:40:36 Configure a credential helper to remove this warning. See 07:40:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:40:36 07:40:36 Login Succeeded 07:40:36 ---> docker-login.sh ends [Pipeline] } 07:40:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:40:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:40:36 [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: 07:40:36 bed38a921fe50266a02f4b176e1c4270e057bc09 07:40:36 latest 07:40:36 0.0.1-dev.7 07:40:36 bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:40:36 main 07:40:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:36 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:37 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09 07:40:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 07:40:37 82d7a4ec7501: Preparing 07:40:37 c7cdace0a58b: Preparing 07:40:37 e7123f59534d: Preparing 07:40:37 bcce9e4efd5d: Preparing 07:40:37 4f4ce317c6bb: Preparing 07:40:37 4f4ce317c6bb: Layer already exists 07:40:37 82d7a4ec7501: Pushed 07:40:37 c7cdace0a58b: Pushed 07:40:37 bcce9e4efd5d: Pushed 07:40:43 e7123f59534d: Pushed 07:40:43 bed38a921fe50266a02f4b176e1c4270e057bc09: digest: sha256:666321ffcf2499400a42dd4896d07ca85aa04a152ac5c074ca278372b9ea4545 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:43 + 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 07:40:44 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 07:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 07:40:44 82d7a4ec7501: Preparing 07:40:44 c7cdace0a58b: Preparing 07:40:44 e7123f59534d: Preparing 07:40:44 bcce9e4efd5d: Preparing 07:40:44 4f4ce317c6bb: Preparing 07:40:44 4f4ce317c6bb: Layer already exists 07:40:44 82d7a4ec7501: Layer already exists 07:40:44 bcce9e4efd5d: Layer already exists 07:40:44 e7123f59534d: Layer already exists 07:40:44 c7cdace0a58b: Layer already exists 07:40:44 latest: digest: sha256:666321ffcf2499400a42dd4896d07ca85aa04a152ac5c074ca278372b9ea4545 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:44 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:45 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.7 07:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 07:40:45 82d7a4ec7501: Preparing 07:40:45 c7cdace0a58b: Preparing 07:40:45 e7123f59534d: Preparing 07:40:45 bcce9e4efd5d: Preparing 07:40:45 4f4ce317c6bb: Preparing 07:40:45 c7cdace0a58b: Layer already exists 07:40:45 82d7a4ec7501: Layer already exists 07:40:45 bcce9e4efd5d: Layer already exists 07:40:45 4f4ce317c6bb: Layer already exists 07:40:45 e7123f59534d: Layer already exists 07:40:45 0.0.1-dev.7: digest: sha256:666321ffcf2499400a42dd4896d07ca85aa04a152ac5c074ca278372b9ea4545 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:45 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:46 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 07:40:46 82d7a4ec7501: Preparing 07:40:46 c7cdace0a58b: Preparing 07:40:46 e7123f59534d: Preparing 07:40:46 bcce9e4efd5d: Preparing 07:40:46 4f4ce317c6bb: Preparing 07:40:46 bcce9e4efd5d: Layer already exists 07:40:46 4f4ce317c6bb: Layer already exists 07:40:46 e7123f59534d: Layer already exists 07:40:46 c7cdace0a58b: Layer already exists 07:40:46 82d7a4ec7501: Layer already exists 07:40:46 bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7: digest: sha256:666321ffcf2499400a42dd4896d07ca85aa04a152ac5c074ca278372b9ea4545 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:46 + 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 07:40:47 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main 07:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 07:40:47 82d7a4ec7501: Preparing 07:40:47 c7cdace0a58b: Preparing 07:40:47 e7123f59534d: Preparing 07:40:47 bcce9e4efd5d: Preparing 07:40:47 4f4ce317c6bb: Preparing 07:40:47 4f4ce317c6bb: Layer already exists 07:40:47 bcce9e4efd5d: Layer already exists 07:40:47 82d7a4ec7501: Layer already exists 07:40:47 e7123f59534d: Layer already exists 07:40:47 c7cdace0a58b: Layer already exists 07:40:47 main: digest: sha256:666321ffcf2499400a42dd4896d07ca85aa04a152ac5c074ca278372b9ea4545 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:40:47 ===================================================== [Pipeline] echo 07:40:47 taggedImages: 07:40:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09 07:40:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 07:40:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:0.0.1-dev.7 07:40:47 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:bed38a921fe50266a02f4b176e1c4270e057bc09-0.0.1-dev.7 07:40:47 - 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 07:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:40:47 07:40:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:40:48 arm64: Pulling from edgex-lftools-log-publisher 07:40:48 8998bd30e6a1: Pulling fs layer 07:40:48 04944245beec: Pulling fs layer 07:40:48 699f458cf7ca: Pulling fs layer 07:40:48 765212b225bb: Pulling fs layer 07:40:48 f23df028b6ca: Pulling fs layer 07:40:48 d65c8cfc05b1: Pulling fs layer 07:40:48 2437ff75d9bd: Pulling fs layer 07:40:48 765212b225bb: Waiting 07:40:48 f23df028b6ca: Waiting 07:40:48 d65c8cfc05b1: Waiting 07:40:48 2437ff75d9bd: Waiting 07:40:48 04944245beec: Verifying Checksum 07:40:48 04944245beec: Download complete 07:40:48 765212b225bb: Verifying Checksum 07:40:48 765212b225bb: Download complete 07:40:48 f23df028b6ca: Verifying Checksum 07:40:48 f23df028b6ca: Download complete 07:40:48 d65c8cfc05b1: Verifying Checksum 07:40:48 d65c8cfc05b1: Download complete 07:40:48 699f458cf7ca: Verifying Checksum 07:40:48 699f458cf7ca: Download complete 07:40:48 8998bd30e6a1: Verifying Checksum 07:40:48 8998bd30e6a1: Download complete 07:40:51 2437ff75d9bd: Verifying Checksum 07:40:51 2437ff75d9bd: Download complete 07:40:53 8998bd30e6a1: Pull complete 07:40:53 04944245beec: Pull complete 07:40:55 699f458cf7ca: Pull complete 07:40:55 765212b225bb: Pull complete 07:40:56 f23df028b6ca: Pull complete 07:40:56 d65c8cfc05b1: Pull complete 07:41:11 2437ff75d9bd: Pull complete 07:41:11 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:41:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:41:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:11 prd-ubuntu20.04-docker-arm64-4c-16g-1123 does not seem to be running inside a container 07:41:12 $ 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/9 -v /w/workspace/device-onvif-camera/9:/w/workspace/device-onvif-camera/9:rw,z -v /w/workspace/device-onvif-camera/9@tmp:/w/workspace/device-onvif-camera/9@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:arm64 cat 07:41:14 $ docker top 5cddba43ce8dae2ee1928a8c9ef78d2e2117081066e1d68a8af20539219ba2b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:41:15 ---> job-cost.sh 07:41:15 lf-activate-venv: SKIPPING 07:41:15 INFO: No Stack... 07:41:15 INFO: Retrieving Pricing Info for: v3-standard-4 07:41:16 INFO: Archiving Costs [Pipeline] sh 07:41:17 + cat /w/workspace/device-onvif-camera/9/archives/cost.csv 07:41:17 + cut -d, -f6 [Pipeline] lock 07:41:17 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] 07:41:17 Resource [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] did not exist. Created. 07:41:17 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:41:18 /w/workspace/device-onvif-camera/9@tmp/durable-a17d17a6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:41:18 + echo total: 0.10999999940395355 [Pipeline] stash 07:41:18 Warning: overwriting stash ‘stack-cost’ 07:41:18 Stashed 1 file(s) [Pipeline] } 07:41:18 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-main-9-stack-cost] [Pipeline] // lock [Pipeline] } 07:41:18 $ docker stop --time=1 5cddba43ce8dae2ee1928a8c9ef78d2e2117081066e1d68a8af20539219ba2b6 07:41:20 $ docker rm -f 5cddba43ce8dae2ee1928a8c9ef78d2e2117081066e1d68a8af20539219ba2b6 [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 07:41:20 provisioning config files... 07:41:20 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8985187524992463137tmp [Pipeline] { [Pipeline] sh 07:41:21 + set +x 07:41:21 + curl -s https://codecov.io/bash 07:41:21 + bash -s -- 07:41:21 07:41:21 _____ _ 07:41:21 / ____| | | 07:41:21 | | ___ __| | ___ ___ _____ __ 07:41:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:41:21 | |___| (_) | (_| | __/ (_| (_) \ V / 07:41:21 \_____\___/ \__,_|\___|\___\___/ \_/ 07:41:21 Bash-1.0.6 07:41:21 07:41:21 07:41:21 ==> git version 2.25.1 found 07:41:21 ==> 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 07:41:21 Release-Date: 2020-01-08 07:41:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:41:21 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:41:21 ==> Jenkins CI detected. 07:41:21 current dir:  /w/workspace/foundry_device-onvif-camera_main 07:41:21 project root: . 07:41:21 --> token set from env 07:41:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:41:21 ==> Running gcov in . (disable via -X gcov) 07:41:21 ==> Python coveragepy not found 07:41:21 ==> Searching for coverage reports in: 07:41:21 + . 07:41:21 -> Found 1 reports 07:41:21 ==> Detecting git/mercurial file structure 07:41:21 ==> Reading reports 07:41:21 + ./coverage.out bytes=53469 07:41:21 ==> Appending adjustments 07:41:21 https://docs.codecov.io/docs/fixing-reports 07:41:21 + Found adjustments 07:41:21 ==> Gzipping contents 07:41:21 8.0K /tmp/codecov.gTPHEV.gz 07:41:21 ==> Uploading reports 07:41:21 url: https://codecov.io 07:41:21 query: branch=main&commit=bed38a921fe50266a02f4b176e1c4270e057bc09&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 07:41:21 -> Pinging Codecov 07:41:21 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=bed38a921fe50266a02f4b176e1c4270e057bc09&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 07:41:21 -> Uploading to 07:41:21 https://storage.googleapis.com/codecov/v4/raw/2022-06-06/F29A59C45E3A92E06B3E522C9905F8EF/bed38a921fe50266a02f4b176e1c4270e057bc09/809876d6-92dd-4517-89c9-b32774e5758f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220606T074121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a021d20c6187896e2eed16d729ef058f94e8ed66a5e6f54bb9d518e70d5876cb 07:41:21 % Total % Received % Xferd Average Speed Time Time Time Current 07:41:21 Dload Upload Total Spent Left Speed 07:41:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6838 0 0 100 6838 0 29601 --:--:-- --:--:-- --:--:-- 29601 07:41:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] } 07:41:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:41:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:41:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:41:22 07:41:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:41:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 07:41:22 df9b9388f04a: Already exists 07:41:22 52dc419b0ee2: Pulling fs layer 07:41:22 25bc292e5bac: Pulling fs layer 07:41:22 114826534d7a: Pulling fs layer 07:41:22 4657fd5d0bcf: Pulling fs layer 07:41:22 6ad1cebc031e: Pulling fs layer 07:41:22 8a3aa393b2d8: Pulling fs layer 07:41:22 4657fd5d0bcf: Waiting 07:41:22 8a3aa393b2d8: Waiting 07:41:22 25bc292e5bac: Verifying Checksum 07:41:22 25bc292e5bac: Download complete 07:41:22 52dc419b0ee2: Verifying Checksum 07:41:22 52dc419b0ee2: Download complete 07:41:22 4657fd5d0bcf: Download complete 07:41:23 52dc419b0ee2: Pull complete 07:41:23 25bc292e5bac: Pull complete 07:41:23 6ad1cebc031e: Verifying Checksum 07:41:23 6ad1cebc031e: Download complete 07:41:23 114826534d7a: Verifying Checksum 07:41:23 114826534d7a: Download complete 07:41:23 8a3aa393b2d8: Verifying Checksum 07:41:23 8a3aa393b2d8: Download complete 07:41:27 114826534d7a: Pull complete 07:41:27 4657fd5d0bcf: Pull complete 07:41:27 6ad1cebc031e: Pull complete 07:41:29 8a3aa393b2d8: Pull complete 07:41:29 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 07:41:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 07:41:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:30 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:41:30 $ 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 07:41:32 $ docker top fc054230317f88236748ce630d7837df591be0b807ead2535ca187739de9c096 -eo pid,comm [Pipeline] { [Pipeline] echo 07:41:32 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh 07:41:32 + set -o pipefail 07:41:32 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' 07:41:39 07:41:39 Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... 07:41:39 07:41:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/dcbb76ce-b746-45d8-bf62-254b322cae83/history/dbd75843-3bd9-46a8-b42b-8e9f9a214d8d 07:41:39 07:41:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:41:39 07:41:39 [Pipeline] } 07:41:39 $ docker stop --time=1 fc054230317f88236748ce630d7837df591be0b807ead2535ca187739de9c096 07:41:41 $ docker rm -f fc054230317f88236748ce630d7837df591be0b807ead2535ca187739de9c096 [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) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:41:42 + git log --format=format:%s -1 bed38a921fe50266a02f4b176e1c4270e057bc09 [Pipeline] sh 07:41:42 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:41:42 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:41:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:42 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:41:43 $ 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 07:41:43 $ docker top cc13cadc5b160dc87a077d3a977ed6d3e7a182d1a6dea9dfb64b2d0733feabcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:41:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:41:43 [ssh-agent] Looking for ssh-agent implementation... 07:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:41:43 $ docker exec cc13cadc5b160dc87a077d3a977ed6d3e7a182d1a6dea9dfb64b2d0733feabcc ssh-agent 07:41:43 SSH_AUTH_SOCK=/tmp/ssh-ase3KD21DHGn/agent.33 07:41:43 SSH_AGENT_PID=39 07:41:43 Running ssh-add (command line suppressed) 07:41:43 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5698326926066173848.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5698326926066173848.key) 07:41:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:41:44 + git semver tag 07:41:44 2022-06-06 07:41:44,404 [run_tag] DEBUG tag force:False 07:41:44 2022-06-06 07:41:44,404 [check_head_tag] DEBUG check head tag 07:41:44 2022-06-06 07:41:44,405 [execute] INFO git cat-file --batch-check 07:41:44 2022-06-06 07:41:44,405 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 07:41:44 2022-06-06 07:41:44,408 [execute] INFO git cat-file --batch 07:41:44 2022-06-06 07:41:44,409 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=) 07:41:44 2022-06-06 07:41:44,414 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:41:44 2022-06-06 07:41:44,415 [execute] INFO git tag -a v0.0.1-dev.7 -m v0.0.1-dev.7 07:41:44 2022-06-06 07:41:44,415 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.1-dev.7', '-m', 'v0.0.1-dev.7'], cwd=/w/workspace/foundry_device-onvif-camera_main, universal_newlines=False, shell=None, istream=None) 07:41:44 2022-06-06 07:41:44,420 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:41:44 0.0.1-dev.7 [Pipeline] } 07:41:44 $ docker exec --env ******** --env ******** cc13cadc5b160dc87a077d3a977ed6d3e7a182d1a6dea9dfb64b2d0733feabcc ssh-agent -k 07:41:44 unset SSH_AUTH_SOCK; 07:41:44 unset SSH_AGENT_PID; 07:41:44 echo Agent pid 39 killed; 07:41:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:41:44 + git semver [Pipeline] } 07:41:45 $ docker stop --time=1 cc13cadc5b160dc87a077d3a977ed6d3e7a182d1a6dea9dfb64b2d0733feabcc 07:41:46 $ docker rm -f cc13cadc5b160dc87a077d3a977ed6d3e7a182d1a6dea9dfb64b2d0733feabcc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:46 07:41:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:41:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:47 0.23.1-centos7: Pulling from edgex-lftools 07:41:47 ab5ef0e58194: Pulling fs layer 07:41:47 9712f1f96733: Pulling fs layer 07:41:47 63f879dbbcfc: Pulling fs layer 07:41:47 0d9ebad4ef96: Pulling fs layer 07:41:47 e9a5061849ea: Pulling fs layer 07:41:47 d747dcd14b5f: Pulling fs layer 07:41:47 2de7ff778b66: Pulling fs layer 07:41:47 d747dcd14b5f: Waiting 07:41:47 2de7ff778b66: Waiting 07:41:47 0d9ebad4ef96: Waiting 07:41:47 e9a5061849ea: Waiting 07:41:47 9712f1f96733: Download complete 07:41:47 63f879dbbcfc: Verifying Checksum 07:41:47 63f879dbbcfc: Download complete 07:41:47 e9a5061849ea: Verifying Checksum 07:41:47 e9a5061849ea: Download complete 07:41:47 d747dcd14b5f: Download complete 07:41:47 ab5ef0e58194: Verifying Checksum 07:41:47 ab5ef0e58194: Download complete 07:41:47 0d9ebad4ef96: Verifying Checksum 07:41:47 2de7ff778b66: Verifying Checksum 07:41:47 2de7ff778b66: Download complete 07:41:50 ab5ef0e58194: Pull complete 07:41:50 9712f1f96733: Pull complete 07:41:51 63f879dbbcfc: Pull complete 07:41:55 0d9ebad4ef96: Pull complete 07:41:55 e9a5061849ea: Pull complete 07:41:55 d747dcd14b5f: Pull complete 07:41:56 2de7ff778b66: Pull complete 07:41:56 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:41:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:41:56 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:56 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:41:56 $ 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 07:41:58 $ docker top 17d05c0e6c259fec206fb324d8e70a7280806deef8831e5b574270cb28038bd3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:41:58 provisioning config files... 07:41:58 copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config7661557134966674462tmp 07:41:58 copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1676063240465531345tmp 07:41:58 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4862847392104285532tmp [Pipeline] { [Pipeline] echo 07:41:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:41:58 ---> sigul-configuration.sh 07:41:58 gpg: directory `/root/.gnupg' created 07:41:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:41:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:41:58 gpg: keyring `/root/.gnupg/secring.gpg' created 07:41:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:41:58 gpg: CAST5 encrypted data 07:41:58 gpg: encrypted with 1 passphrase 07:41:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:41:58 + mkdir /home/jenkins 07:41:58 + mkdir /home/jenkins/sigul [Pipeline] sh 07:41:59 + 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 07:41:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:41:59 ---> sigul-install.sh 07:41:59 Sigul already installed; skipping installation. [Pipeline] sh 07:41:59 + git tag --list 07:41:59 v0.0.0 07:41:59 v0.0.1-dev.1 07:41:59 v0.0.1-dev.2 07:41:59 v0.0.1-dev.3 07:41:59 v0.0.1-dev.4 07:41:59 v0.0.1-dev.5 07:41:59 v0.0.1-dev.6 07:41:59 v0.0.1-dev.7 [Pipeline] sh 07:42:00 + lftools sign git-tag v0.0.1-dev.7 07:42:00 Signing Git tag with Sigul... 07:42:00 Signing v0.0.1-dev.7 [Pipeline] echo 07:42:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:42:01 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:42:01 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:42:01 $ docker stop --time=1 17d05c0e6c259fec206fb324d8e70a7280806deef8831e5b574270cb28038bd3 07:42:02 $ docker rm -f 17d05c0e6c259fec206fb324d8e70a7280806deef8831e5b574270cb28038bd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:42:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:42:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:42:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:03 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:42:03 $ 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 07:42:03 $ docker top 93c0bac0e9051332731ca81f2050e8ea7213cae3048a5149bd3b4cbe52176657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:42:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:42:03 [ssh-agent] Looking for ssh-agent implementation... 07:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:42:04 $ docker exec 93c0bac0e9051332731ca81f2050e8ea7213cae3048a5149bd3b4cbe52176657 ssh-agent 07:42:04 SSH_AUTH_SOCK=/tmp/ssh-3MEry57FP7uj/agent.32 07:42:04 SSH_AGENT_PID=38 07:42:04 Running ssh-add (command line suppressed) 07:42:04 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5601057626941975079.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_5601057626941975079.key) 07:42:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:42:04 + git semver bump pre 07:42:04 2022-06-06 07:42:04,734 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:42:04 2022-06-06 07:42:04,734 [bump_version] DEBUG bumping version:0.0.1-dev.7 on axis:pre with prefix:dev 07:42:04 2022-06-06 07:42:04,735 [bump_version] DEBUG bumped version:0.0.1-dev.8 07:42:04 2022-06-06 07:42:04,735 [write_version] DEBUG write version:0.0.1-dev.8 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True 07:42:04 2022-06-06 07:42:04,735 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:42:04 2022-06-06 07:42:04,735 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main 07:42:04 2022-06-06 07:42:04,736 [execute] INFO git cat-file --batch-check 07:42:04 2022-06-06 07:42:04,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 07:42:04 2022-06-06 07:42:04,741 [execute] INFO git cat-file --batch 07:42:04 2022-06-06 07:42:04,741 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 07:42:04 2022-06-06 07:42:04,745 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:42:04 0.0.1-dev.8 [Pipeline] } 07:42:04 $ docker exec --env ******** --env ******** 93c0bac0e9051332731ca81f2050e8ea7213cae3048a5149bd3b4cbe52176657 ssh-agent -k 07:42:04 unset SSH_AUTH_SOCK; 07:42:04 unset SSH_AGENT_PID; 07:42:04 echo Agent pid 38 killed; 07:42:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:42:05 + git semver [Pipeline] } 07:42:05 $ docker stop --time=1 93c0bac0e9051332731ca81f2050e8ea7213cae3048a5149bd3b4cbe52176657 07:42:06 $ docker rm -f 93c0bac0e9051332731ca81f2050e8ea7213cae3048a5149bd3b4cbe52176657 [Pipeline] // withDockerContainer [Pipeline] sh 07:42:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:42:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:42:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:07 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:42:07 $ 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 07:42:07 $ docker top 90c0c31209ec50d0f5037c2fe50e7fc4dd1c30ab941fea47e4d4f69687daf8b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:42:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:42:08 [ssh-agent] Looking for ssh-agent implementation... 07:42:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:42:08 $ docker exec 90c0c31209ec50d0f5037c2fe50e7fc4dd1c30ab941fea47e4d4f69687daf8b4 ssh-agent 07:42:08 SSH_AUTH_SOCK=/tmp/ssh-yQ2hDuV6MJVB/agent.32 07:42:08 SSH_AGENT_PID=38 07:42:08 Running ssh-add (command line suppressed) 07:42:08 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_1870496273449771356.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_1870496273449771356.key) 07:42:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:42:08 + git semver push 07:42:09 2022-06-06 07:42:08,921 [run_push] DEBUG push 07:42:09 2022-06-06 07:42:08,921 [execute] INFO git cat-file --batch-check 07:42:09 2022-06-06 07:42:08,921 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=) 07:42:09 2022-06-06 07:42:08,925 [execute] INFO git rev-list f58ad4665fbaef8bee0e3a093d4b78057cea45b0 -- 07:42:09 2022-06-06 07:42:08,925 [execute] DEBUG Popen(['git', 'rev-list', 'f58ad4665fbaef8bee0e3a093d4b78057cea45b0', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 07:42:09 2022-06-06 07:42:08,930 [execute] INFO git fetch -v origin 07:42:09 2022-06-06 07:42:08,930 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 07:42:09 2022-06-06 07:42:09,461 [run_push] DEBUG no remote changes detected 07:42:09 2022-06-06 07:42:09,461 [execute] INFO git push origin semver 07:42:09 2022-06-06 07:42:09,462 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 07:42:10 2022-06-06 07:42:10,113 [run_push] DEBUG push all version tags 07:42:10 2022-06-06 07:42:10,113 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:42:10 2022-06-06 07:42:10,114 [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) 07:42:11 2022-06-06 07:42:10,742 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 07:42:11 0.0.1-dev.8 [Pipeline] } 07:42:11 $ docker exec --env ******** --env ******** 90c0c31209ec50d0f5037c2fe50e7fc4dd1c30ab941fea47e4d4f69687daf8b4 ssh-agent -k 07:42:11 unset SSH_AUTH_SOCK; 07:42:11 unset SSH_AGENT_PID; 07:42:11 echo Agent pid 38 killed; 07:42:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:42:11 + git semver [Pipeline] } 07:42:11 $ docker stop --time=1 90c0c31209ec50d0f5037c2fe50e7fc4dd1c30ab941fea47e4d4f69687daf8b4 07:42:13 $ docker rm -f 90c0c31209ec50d0f5037c2fe50e7fc4dd1c30ab941fea47e4d4f69687daf8b4 [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 07:42:13 + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] 07:42:13 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 07:42:13 total 16 07:42:13 drwxr-xr-x 3 root root 4096 Jun 6 07:33 . 07:42:13 drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 07:41 .. 07:42:13 drwxr-xr-x 2 root root 4096 Jun 6 07:33 cost 07:42:13 -rw-r--r-- 1 root root 88 Jun 6 07:33 cost.csv 07:42:13 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives 07:42:13 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 07:42:13 total 16 07:42:13 drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 07:33 . 07:42:13 drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 07:41 .. 07:42:13 drwxr-xr-x 2 jenkins jenkins 4096 Jun 6 07:33 cost 07:42:13 -rw-r--r-- 1 jenkins jenkins 88 Jun 6 07:33 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:42:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:42:14 ---> package-listing.sh 07:42:14 ++ facter osfamily 07:42:14 ++ tr '[:upper:]' '[:lower:]' 07:42:15 + OS_FAMILY=debian 07:42:15 + workspace=/w/workspace/foundry_device-onvif-camera_main 07:42:15 + START_PACKAGES=/tmp/packages_start.txt 07:42:15 + END_PACKAGES=/tmp/packages_end.txt 07:42:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:42:15 + PACKAGES=/tmp/packages_start.txt 07:42:15 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 07:42:15 + PACKAGES=/tmp/packages_end.txt 07:42:15 + case "${OS_FAMILY}" in 07:42:15 + dpkg -l 07:42:15 + grep '^ii' 07:42:15 + '[' -f /tmp/packages_start.txt ']' 07:42:15 + '[' -f /tmp/packages_end.txt ']' 07:42:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:42:15 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 07:42:15 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 07:42:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 07:42:15 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 07:42:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:42:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:16 prd-ubuntu20.04-docker-8c-8g-1122 does not seem to be running inside a container 07:42:16 $ 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 07:42:16 $ docker top 33bcb47e0b74091274eb503e4e67905209befba5ee4d0cc094abf4b3cb88d8c0 -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:16 + touch /tmp/pre-build-complete [Pipeline] sh 07:42:17 + mkdir -p /var/log/sysstat [Pipeline] sh 07:42:17 + ls /var/log/sa-host 07:42:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:42:17 provisioning config files... 07:42:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config8588433930633538191tmp [Pipeline] { [Pipeline] echo 07:42:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:42:17 ---> create-netrc.sh [Pipeline] } 07:42:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:42:18 ---> python-tools-install.sh [Pipeline] echo 07:42:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:42:18 ---> sudo-logs.sh 07:42:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:42:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:42:18 ---> job-cost.sh 07:42:18 lf-activate-venv: SKIPPING 07:42:18 DEBUG: total: 0.2199999988079071 07:42:18 INFO: Retrieving Stack Cost... 07:42:18 INFO: Retrieving Pricing Info for: v3-standard-8 07:42:19 INFO: Archiving Costs [Pipeline] echo 07:42:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:42:19 ---> logs-deploy.sh 07:42:19 lf-activate-venv: SKIPPING 07:42:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/9 07:42:19 INFO: archiving workspace using pattern(s): 07:42:20 Archives upload complete. 07:42:20 INFO: archiving logs to Nexus