Pull request #224 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee+35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 (cffc1c9e68150483e8f5d91dd79de86a79bf6e18) 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-ssh17040497859532416670.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16340578840201600863.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16460760058565530411.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15336728033421662624.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12673792887116289930.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18049724009314487706.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3933 in /w/workspace/undry_device-onvif-camera_PR-224 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/undry_device-onvif-camera_PR-224 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 into PR head commit 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee Merge succeeded, producing 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee Checking out Revision 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee (PR-224) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-30T03:12:16.468Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-30T03:12:16.670Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-30T03:12:16.785Z] ========================================================= [2023-01-30T03:12:16.786Z] EdgeX Global Pipelines Version Info [2023-01-30T03:12:16.786Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:12:17.960Z] ------------------- [2023-01-30T03:12:17.960Z] stable info: [2023-01-30T03:12:17.960Z] ------------------- [2023-01-30T03:12:17.960Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-30T03:12:17.960Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T03:12:17.960Z] Message: update stable to v1.0.244 [2023-01-30T03:12:18.219Z] ------------------- [2023-01-30T03:12:18.219Z] experimental info: [2023-01-30T03:12:18.220Z] ------------------- [2023-01-30T03:12:18.220Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-30T03:12:18.220Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-30T03:12:18.220Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-30T03:12:18.525Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2023-01-30T03:12:18.566Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2023-01-30T03:12:18.610Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-30T03:12:18.651Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-30T03:12:18.690Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-30T03:12:18.731Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-30T03:12:18.768Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-30T03:12:18.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-30T03:12:18.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-30T03:12:18.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-30T03:12:18.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-30T03:12:19.049Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2023-01-30T03:12:19.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-30T03:12:19.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-30T03:12:19.188Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T03:12:19.234Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-30T03:12:19.276Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T03:12:19.318Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-30T03:12:19.358Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-30T03:12:19.399Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-30T03:12:19.440Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-30T03:12:19.482Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo [2023-01-30T03:12:19.522Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-30T03:12:19.566Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-30T03:12:19.606Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-30T03:12:19.646Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-30T03:12:19.689Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-30T03:12:19.738Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo [2023-01-30T03:12:19.784Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo [2023-01-30T03:12:19.834Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo [2023-01-30T03:12:19.880Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [Pipeline] echo [2023-01-30T03:12:19.921Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f1c582 [Pipeline] echo [2023-01-30T03:12:19.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T03:12:20.074Z] provisioning config files... [2023-01-30T03:12:20.088Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-224@tmp/config15943799463108446163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:12:20.434Z] ---> docker-login.sh [2023-01-30T03:12:20.434Z] nexus3.edgexfoundry.org:10001 [2023-01-30T03:12:20.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:20.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:20.975Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:20.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:20.975Z] [2023-01-30T03:12:20.975Z] Login Succeeded [2023-01-30T03:12:20.975Z] nexus3.edgexfoundry.org:10002 [2023-01-30T03:12:20.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:20.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:20.975Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:20.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:20.975Z] [2023-01-30T03:12:20.975Z] Login Succeeded [2023-01-30T03:12:20.975Z] nexus3.edgexfoundry.org:10003 [2023-01-30T03:12:20.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:21.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:21.236Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:21.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:21.236Z] [2023-01-30T03:12:21.236Z] Login Succeeded [2023-01-30T03:12:21.236Z] nexus3.edgexfoundry.org:10004 [2023-01-30T03:12:21.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:21.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:21.236Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:21.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:21.236Z] [2023-01-30T03:12:21.236Z] Login Succeeded [2023-01-30T03:12:21.236Z] docker.io [2023-01-30T03:12:21.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:21.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:21.496Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:21.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:21.496Z] [2023-01-30T03:12:21.496Z] Login Succeeded [2023-01-30T03:12:21.497Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T03:12:21.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-30T03:12:22.147Z] + git rev-list -1 --merges 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee~1..6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [Pipeline] echo [2023-01-30T03:12:22.223Z] -----------> git rev-list -1 --merges 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee~1..6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [false] [Pipeline] sh [2023-01-30T03:12:22.539Z] + git log --format=format:%s -1 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [Pipeline] echo [2023-01-30T03:12:22.574Z] ========================================================= [2023-01-30T03:12:22.574Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-30T03:12:22.574Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T03:12:23.015Z] + git log --format=format:%s -1 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [Pipeline] echo [2023-01-30T03:12:23.048Z] [semverPrep] GIT_COMMIT: 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 [Pipeline] echo [2023-01-30T03:12:23.081Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-30T03:12:23.469Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-30T03:12:23.469Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-30T03:12:23.469Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-30T03:12:23.469Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-30T03:12:23.469Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-30T03:12:23.469Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-30T03:12:23.469Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:12:23.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T03:12:23.960Z] [2023-01-30T03:12:23.960Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:12:24.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T03:12:24.340Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-30T03:12:24.340Z] b85a868b505f: Pulling fs layer [2023-01-30T03:12:24.340Z] e2be974225ed: Pulling fs layer [2023-01-30T03:12:24.340Z] 339a4e72a1f5: Pulling fs layer [2023-01-30T03:12:24.340Z] 988bab9f4d93: Pulling fs layer [2023-01-30T03:12:24.340Z] 1469e6f7b9e6: Pulling fs layer [2023-01-30T03:12:24.340Z] eaf3925da568: Pulling fs layer [2023-01-30T03:12:24.340Z] bab4dde63d76: Pulling fs layer [2023-01-30T03:12:24.340Z] bde34c3a00c8: Pulling fs layer [2023-01-30T03:12:24.340Z] b352a97aabf1: Pulling fs layer [2023-01-30T03:12:24.340Z] 4872d77fe225: Pulling fs layer [2023-01-30T03:12:24.340Z] 5851b861e8e6: Pulling fs layer [2023-01-30T03:12:24.340Z] bab4dde63d76: Waiting [2023-01-30T03:12:24.340Z] bde34c3a00c8: Waiting [2023-01-30T03:12:24.340Z] 988bab9f4d93: Waiting [2023-01-30T03:12:24.340Z] b352a97aabf1: Waiting [2023-01-30T03:12:24.340Z] 4872d77fe225: Waiting [2023-01-30T03:12:24.340Z] 1469e6f7b9e6: Waiting [2023-01-30T03:12:24.340Z] 5851b861e8e6: Waiting [2023-01-30T03:12:24.340Z] eaf3925da568: Waiting [2023-01-30T03:12:24.340Z] e2be974225ed: Verifying Checksum [2023-01-30T03:12:24.340Z] e2be974225ed: Download complete [2023-01-30T03:12:24.340Z] 988bab9f4d93: Download complete [2023-01-30T03:12:24.602Z] 1469e6f7b9e6: Verifying Checksum [2023-01-30T03:12:24.602Z] 1469e6f7b9e6: Download complete [2023-01-30T03:12:24.602Z] eaf3925da568: Verifying Checksum [2023-01-30T03:12:24.603Z] eaf3925da568: Download complete [2023-01-30T03:12:24.603Z] 339a4e72a1f5: Verifying Checksum [2023-01-30T03:12:24.603Z] 339a4e72a1f5: Download complete [2023-01-30T03:12:24.603Z] bde34c3a00c8: Verifying Checksum [2023-01-30T03:12:24.603Z] bde34c3a00c8: Download complete [2023-01-30T03:12:24.865Z] b352a97aabf1: Verifying Checksum [2023-01-30T03:12:24.865Z] b352a97aabf1: Download complete [2023-01-30T03:12:24.865Z] 4872d77fe225: Download complete [2023-01-30T03:12:24.865Z] 5851b861e8e6: Download complete [2023-01-30T03:12:24.865Z] b85a868b505f: Verifying Checksum [2023-01-30T03:12:24.865Z] b85a868b505f: Download complete [2023-01-30T03:12:25.124Z] bab4dde63d76: Verifying Checksum [2023-01-30T03:12:25.124Z] bab4dde63d76: Download complete [2023-01-30T03:12:26.060Z] b85a868b505f: Pull complete [2023-01-30T03:12:26.319Z] e2be974225ed: Pull complete [2023-01-30T03:12:26.582Z] 339a4e72a1f5: Pull complete [2023-01-30T03:12:26.841Z] 988bab9f4d93: Pull complete [2023-01-30T03:12:27.100Z] 1469e6f7b9e6: Pull complete [2023-01-30T03:12:27.100Z] eaf3925da568: Pull complete [2023-01-30T03:12:29.016Z] bab4dde63d76: Pull complete [2023-01-30T03:12:29.016Z] bde34c3a00c8: Pull complete [2023-01-30T03:12:29.016Z] b352a97aabf1: Pull complete [2023-01-30T03:12:29.277Z] 4872d77fe225: Pull complete [2023-01-30T03:12:29.277Z] 5851b861e8e6: Pull complete [2023-01-30T03:12:29.277Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-30T03:12:29.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-30T03:12:29.277Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:12:29.500Z] prd-ubuntu20.04-docker-8c-8g-3933 does not seem to be running inside a container [2023-01-30T03:12:29.531Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-224 -v /w/workspace/undry_device-onvif-camera_PR-224:/w/workspace/undry_device-onvif-camera_PR-224:rw,z -v /w/workspace/undry_device-onvif-camera_PR-224@tmp:/w/workspace/undry_device-onvif-camera_PR-224@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/py-git-semver:0.1.4 cat [2023-01-30T03:12:31.289Z] $ docker top 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 -eo pid,comm [2023-01-30T03:12:31.352Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-30T03:12:31.352Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-30T03:12:31.642Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T03:12:31.642Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T03:12:31.781Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T03:12:31.777Z] $ docker exec 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 ssh-agent [2023-01-30T03:12:31.896Z] SSH_AUTH_SOCK=/tmp/ssh-0Y6fXlLGfcuu/agent.33 [2023-01-30T03:12:31.896Z] SSH_AGENT_PID=39 [2023-01-30T03:12:31.903Z] Running ssh-add (command line suppressed) [2023-01-30T03:12:32.004Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-224@tmp/private_key_9156501970099996918.key (/w/workspace/undry_device-onvif-camera_PR-224@tmp/private_key_9156501970099996918.key) [2023-01-30T03:12:32.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T03:12:32.365Z] + git tag --points-at HEAD [Pipeline] } [2023-01-30T03:12:32.382Z] $ docker exec --env ******** --env ******** 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 ssh-agent -k [2023-01-30T03:12:32.476Z] unset SSH_AUTH_SOCK; [2023-01-30T03:12:32.477Z] unset SSH_AGENT_PID; [2023-01-30T03:12:32.477Z] echo Agent pid 39 killed; [2023-01-30T03:12:32.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-30T03:12:32.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-30T03:12:32.599Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-30T03:12:32.715Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-30T03:12:32.710Z] $ docker exec 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 ssh-agent [2023-01-30T03:12:32.815Z] SSH_AUTH_SOCK=/tmp/ssh-T4OALAzkTf61/agent.71 [2023-01-30T03:12:32.815Z] SSH_AGENT_PID=77 [2023-01-30T03:12:32.820Z] Running ssh-add (command line suppressed) [2023-01-30T03:12:32.923Z] Identity added: /w/workspace/undry_device-onvif-camera_PR-224@tmp/private_key_7210791600366797560.key (/w/workspace/undry_device-onvif-camera_PR-224@tmp/private_key_7210791600366797560.key) [2023-01-30T03:12:32.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-30T03:12:33.270Z] + git semver init [2023-01-30T03:12:33.529Z] 2023-01-30 03:12:33,455 [run_init] DEBUG init version:0.0.0 force:False [2023-01-30T03:12:33.529Z] 2023-01-30 03:12:33,456 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-224/.semver [2023-01-30T03:12:33.529Z] 2023-01-30 03:12:33,456 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-224/.semver [2023-01-30T03:12:33.529Z] 2023-01-30 03:12:33,457 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-224/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-224, universal_newlines=False, shell=None, istream=None) [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,607 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-224/.git/info/exclude [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,608 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-224/.semver/PR-224 with force:False [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,608 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-224/.semver/PR-224 [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,612 [execute] INFO git cat-file --batch-check [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,613 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,619 [execute] INFO git cat-file --batch [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,619 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) [2023-01-30T03:12:34.911Z] 2023-01-30 03:12:34,624 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-224/.semver/PR-224 [2023-01-30T03:12:34.911Z] 0.0.0 [Pipeline] } [2023-01-30T03:12:34.932Z] $ docker exec --env ******** --env ******** 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 ssh-agent -k [2023-01-30T03:12:35.033Z] unset SSH_AUTH_SOCK; [2023-01-30T03:12:35.033Z] unset SSH_AGENT_PID; [2023-01-30T03:12:35.034Z] echo Agent pid 77 killed; [2023-01-30T03:12:35.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-30T03:12:35.483Z] + git semver [Pipeline] } [2023-01-30T03:12:35.764Z] $ docker stop --time=1 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 [2023-01-30T03:12:37.051Z] $ docker rm -f --volumes 1c8da6f68f54c836f62146e27ffb7abeec0c37fbfb119b69968a65a554e4c9f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-30T03:12:37.444Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-30T03:12:37.726Z] Stashed 1 file(s) [Pipeline] echo [2023-01-30T03:12:37.742Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T03:12:38.350Z] provisioning config files... [2023-01-30T03:12:38.361Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-224@tmp/config5984195737850700025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:12:38.718Z] ---> docker-login.sh [2023-01-30T03:12:38.718Z] nexus3.edgexfoundry.org:10001 [2023-01-30T03:12:38.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:38.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:38.718Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:38.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:38.718Z] [2023-01-30T03:12:38.718Z] Login Succeeded [2023-01-30T03:12:38.718Z] nexus3.edgexfoundry.org:10002 [2023-01-30T03:12:38.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:38.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:38.718Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:38.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:38.718Z] [2023-01-30T03:12:38.718Z] Login Succeeded [2023-01-30T03:12:38.718Z] nexus3.edgexfoundry.org:10003 [2023-01-30T03:12:38.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:38.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:38.977Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:38.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:38.977Z] [2023-01-30T03:12:38.977Z] Login Succeeded [2023-01-30T03:12:38.977Z] nexus3.edgexfoundry.org:10004 [2023-01-30T03:12:38.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:38.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:38.977Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:38.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:38.977Z] [2023-01-30T03:12:38.977Z] Login Succeeded [2023-01-30T03:12:38.977Z] docker.io [2023-01-30T03:12:39.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:12:39.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:12:39.237Z] Configure a credential helper to remove this warning. See [2023-01-30T03:12:39.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:12:39.237Z] [2023-01-30T03:12:39.237Z] Login Succeeded [2023-01-30T03:12:39.237Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T03:12:39.269Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T03:12:39.554Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T03:12:39.592Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T03:12:39.633Z] ========================================================= [2023-01-30T03:12:39.633Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-30T03:12:39.633Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:12:40.109Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T03:12:40.109Z] Sending build context to Docker daemon 27.67MB [2023-01-30T03:12:40.109Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T03:12:40.109Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-30T03:12:40.373Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-30T03:12:40.373Z] 213ec9aee27d: Pulling fs layer [2023-01-30T03:12:40.373Z] 4583459ba037: Pulling fs layer [2023-01-30T03:12:40.373Z] 93c1e223e6f2: Pulling fs layer [2023-01-30T03:12:40.373Z] 53926ce57604: Pulling fs layer [2023-01-30T03:12:40.373Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-30T03:12:40.373Z] 22ff95d597cd: Pulling fs layer [2023-01-30T03:12:40.373Z] 12d6caf4c0d1: Pulling fs layer [2023-01-30T03:12:40.373Z] 96b7cbca73a9: Pulling fs layer [2023-01-30T03:12:40.373Z] a7acece74701: Pulling fs layer [2023-01-30T03:12:40.373Z] 21b2b0c7a3f4: Waiting [2023-01-30T03:12:40.373Z] 22ff95d597cd: Waiting [2023-01-30T03:12:40.373Z] 12d6caf4c0d1: Waiting [2023-01-30T03:12:40.373Z] 96b7cbca73a9: Waiting [2023-01-30T03:12:40.373Z] a7acece74701: Waiting [2023-01-30T03:12:40.373Z] 53926ce57604: Waiting [2023-01-30T03:12:40.373Z] 93c1e223e6f2: Verifying Checksum [2023-01-30T03:12:40.373Z] 93c1e223e6f2: Download complete [2023-01-30T03:12:40.373Z] 4583459ba037: Verifying Checksum [2023-01-30T03:12:40.373Z] 4583459ba037: Download complete [2023-01-30T03:12:40.373Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-30T03:12:40.373Z] 22ff95d597cd: Verifying Checksum [2023-01-30T03:12:40.373Z] 22ff95d597cd: Download complete [2023-01-30T03:12:40.373Z] 213ec9aee27d: Verifying Checksum [2023-01-30T03:12:40.373Z] 213ec9aee27d: Download complete [2023-01-30T03:12:40.373Z] 12d6caf4c0d1: Download complete [2023-01-30T03:12:40.640Z] 213ec9aee27d: Pull complete [2023-01-30T03:12:40.640Z] 4583459ba037: Pull complete [2023-01-30T03:12:40.920Z] 93c1e223e6f2: Pull complete [2023-01-30T03:12:41.546Z] a7acece74701: Verifying Checksum [2023-01-30T03:12:41.546Z] a7acece74701: Download complete [2023-01-30T03:12:41.813Z] 96b7cbca73a9: Verifying Checksum [2023-01-30T03:12:41.813Z] 96b7cbca73a9: Download complete [2023-01-30T03:12:41.813Z] 53926ce57604: Verifying Checksum [2023-01-30T03:12:41.813Z] 53926ce57604: Download complete [2023-01-30T03:12:46.000Z] 53926ce57604: Pull complete [2023-01-30T03:12:46.000Z] 21b2b0c7a3f4: Pull complete [2023-01-30T03:12:46.000Z] 22ff95d597cd: Pull complete [2023-01-30T03:12:46.000Z] 12d6caf4c0d1: Pull complete [2023-01-30T03:12:47.906Z] 96b7cbca73a9: Pull complete [2023-01-30T03:12:48.844Z] a7acece74701: Pull complete [2023-01-30T03:12:48.844Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-30T03:12:48.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-30T03:12:48.844Z] ---> db6d94c90886 [2023-01-30T03:12:48.844Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-30T03:12:51.386Z] ---> Running in fa67141149ea [2023-01-30T03:12:51.648Z] Removing intermediate container fa67141149ea [2023-01-30T03:12:51.648Z] ---> 1d508cde400f [2023-01-30T03:12:51.648Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T03:12:51.648Z] ---> Running in 3dc822f12e44 [2023-01-30T03:12:51.648Z] Removing intermediate container 3dc822f12e44 [2023-01-30T03:12:51.648Z] ---> 1d6574adac62 [2023-01-30T03:12:51.648Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T03:12:51.648Z] ---> Running in 4198c04f5847 [2023-01-30T03:12:51.906Z] Removing intermediate container 4198c04f5847 [2023-01-30T03:12:51.907Z] ---> 8a022317ef94 [2023-01-30T03:12:51.907Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T03:12:51.907Z] ---> Running in 54be8da371b8 [2023-01-30T03:12:51.907Z] Removing intermediate container 54be8da371b8 [2023-01-30T03:12:51.907Z] ---> 6a09f3e3cf2c [2023-01-30T03:12:51.907Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-30T03:12:51.907Z] ---> Running in c86dbf2e0cb8 [2023-01-30T03:12:51.907Z] Removing intermediate container c86dbf2e0cb8 [2023-01-30T03:12:51.907Z] ---> e633186d1639 [2023-01-30T03:12:51.907Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T03:12:51.907Z] ---> Running in 81e48473ef9c [2023-01-30T03:12:52.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-30T03:12:52.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-30T03:12:52.739Z] OK: 211 MiB in 51 packages [2023-01-30T03:12:52.998Z] Removing intermediate container 81e48473ef9c [2023-01-30T03:12:52.998Z] ---> 259eb55099fc [2023-01-30T03:12:52.998Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-30T03:12:52.998Z] ---> Running in 8afed004181d [2023-01-30T03:12:53.164Z] Still waiting to schedule task [2023-01-30T03:12:53.165Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-30T03:12:53.256Z] Removing intermediate container 8afed004181d [2023-01-30T03:12:53.256Z] ---> 18dffd6e0ce9 [2023-01-30T03:12:53.256Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-30T03:12:53.256Z] ---> 987a13668d69 [2023-01-30T03:12:53.257Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T03:12:53.257Z] ---> Running in fada66c2fc93 [2023-01-30T03:13:39.955Z] Removing intermediate container fada66c2fc93 [2023-01-30T03:13:39.955Z] ---> acb383e6cf36 [2023-01-30T03:13:39.955Z] Step 12/13 : COPY . . [2023-01-30T03:13:39.955Z] ---> 63354716c567 [2023-01-30T03:13:39.955Z] Step 13/13 : RUN ${MAKE} [2023-01-30T03:13:39.955Z] ---> Running in 59191cd0bdd9 [2023-01-30T03:13:39.955Z] noop [2023-01-30T03:13:39.955Z] Removing intermediate container 59191cd0bdd9 [2023-01-30T03:13:39.955Z] ---> 9cb37cc26e63 [2023-01-30T03:13:39.955Z] Successfully built 9cb37cc26e63 [2023-01-30T03:13:39.955Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:13:40.487Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T03:13:40.488Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:13:40.623Z] prd-ubuntu20.04-docker-8c-8g-3933 does not seem to be running inside a container [2023-01-30T03:13:40.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-224 -v /w/workspace/undry_device-onvif-camera_PR-224:/w/workspace/undry_device-onvif-camera_PR-224:rw,z -v /w/workspace/undry_device-onvif-camera_PR-224@tmp:/w/workspace/undry_device-onvif-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T03:13:41.020Z] $ docker top 8fb0603da5455277f357b99c55d4a8524dbc5993b09ca65f7bc12efad0cdf0cf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T03:13:41.407Z] + go version [2023-01-30T03:13:41.407Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-30T03:13:41.450Z] $ docker stop --time=1 8fb0603da5455277f357b99c55d4a8524dbc5993b09ca65f7bc12efad0cdf0cf [2023-01-30T03:13:42.769Z] $ docker rm -f --volumes 8fb0603da5455277f357b99c55d4a8524dbc5993b09ca65f7bc12efad0cdf0cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:13:43.497Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-30T03:13:43.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:13:43.652Z] prd-ubuntu20.04-docker-8c-8g-3933 does not seem to be running inside a container [2023-01-30T03:13:43.682Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-224 -v /w/workspace/undry_device-onvif-camera_PR-224:/w/workspace/undry_device-onvif-camera_PR-224:rw,z -v /w/workspace/undry_device-onvif-camera_PR-224@tmp:/w/workspace/undry_device-onvif-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-30T03:13:44.047Z] $ docker top 242779579cfc2ac46539ce6966dad9e73e637fdb1e8c08a497cfebf7c84e833f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T03:13:44.441Z] + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-224 [Pipeline] fileExists [Pipeline] sh [2023-01-30T03:13:44.800Z] + make test [2023-01-30T03:13:44.800Z] go test ./... -coverprofile=coverage.out ./... [2023-01-30T03:13:45.059Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-30T03:13:50.335Z] # github.com/edgexfoundry/device-sdk-go/v3/internal/config [2023-01-30T03:13:50.335Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.8/internal/config/config.go:74:3: unknown field 'SecretStore' in struct literal of type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".BootstrapConfiguration [2023-01-30T03:13:54.524Z] FAIL github.com/edgexfoundry/device-onvif-camera/internal/driver [build failed] [2023-01-30T03:13:55.909Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.158s coverage: 86.5% of statements [2023-01-30T03:13:55.909Z] make: *** [Makefile:53: unittest] Error 2 [Pipeline] } [2023-01-30T03:13:55.952Z] $ docker stop --time=1 242779579cfc2ac46539ce6966dad9e73e637fdb1e8c08a497cfebf7c84e833f [2023-01-30T03:13:57.711Z] $ docker rm -f --volumes 242779579cfc2ac46539ce6966dad9e73e637fdb1e8c08a497cfebf7c84e833f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:13:58.912Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T03:13:58.912Z] [2023-01-30T03:13:58.912Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:13:59.295Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T03:13:59.295Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-30T03:13:59.295Z] 5eb5b503b376: Pulling fs layer [2023-01-30T03:13:59.295Z] 5c69ac0246d0: Pulling fs layer [2023-01-30T03:13:59.295Z] ec43610c2a17: Pulling fs layer [2023-01-30T03:13:59.295Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-30T03:13:59.295Z] 33b1e0a273af: Pulling fs layer [2023-01-30T03:13:59.295Z] 5d3b04190fa2: Pulling fs layer [2023-01-30T03:13:59.295Z] 2f39f015ded8: Pulling fs layer [2023-01-30T03:13:59.295Z] 3a2ae6a8a46f: Waiting [2023-01-30T03:13:59.295Z] 5d3b04190fa2: Waiting [2023-01-30T03:13:59.295Z] 2f39f015ded8: Waiting [2023-01-30T03:13:59.295Z] 33b1e0a273af: Waiting [2023-01-30T03:13:59.295Z] 5c69ac0246d0: Download complete [2023-01-30T03:13:59.295Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-30T03:13:59.295Z] 3a2ae6a8a46f: Download complete [2023-01-30T03:13:59.562Z] 33b1e0a273af: Verifying Checksum [2023-01-30T03:13:59.562Z] 33b1e0a273af: Download complete [2023-01-30T03:13:59.562Z] ec43610c2a17: Verifying Checksum [2023-01-30T03:13:59.562Z] ec43610c2a17: Download complete [2023-01-30T03:13:59.562Z] 5d3b04190fa2: Verifying Checksum [2023-01-30T03:13:59.562Z] 5d3b04190fa2: Download complete [2023-01-30T03:13:59.825Z] 5eb5b503b376: Verifying Checksum [2023-01-30T03:13:59.825Z] 5eb5b503b376: Download complete [2023-01-30T03:14:00.430Z] 2f39f015ded8: Download complete [2023-01-30T03:14:01.026Z] 5eb5b503b376: Pull complete [2023-01-30T03:14:01.026Z] 5c69ac0246d0: Pull complete [2023-01-30T03:14:01.620Z] ec43610c2a17: Pull complete [2023-01-30T03:14:01.620Z] 3a2ae6a8a46f: Pull complete [2023-01-30T03:14:01.944Z] 33b1e0a273af: Pull complete [2023-01-30T03:14:01.944Z] 5d3b04190fa2: Pull complete [2023-01-30T03:14:06.133Z] 2f39f015ded8: Pull complete [2023-01-30T03:14:06.133Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-30T03:14:06.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T03:14:06.133Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:14:06.381Z] prd-ubuntu20.04-docker-8c-8g-3933 does not seem to be running inside a container [2023-01-30T03:14:06.401Z] $ 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/undry_device-onvif-camera_PR-224 -v /w/workspace/undry_device-onvif-camera_PR-224:/w/workspace/undry_device-onvif-camera_PR-224:rw,z -v /w/workspace/undry_device-onvif-camera_PR-224@tmp:/w/workspace/undry_device-onvif-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T03:14:08.305Z] $ docker top 3b8b04e454927afb5afd446d6b9c1456815fcfb174204810914f5cf2757717dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:14:08.772Z] ---> job-cost.sh [2023-01-30T03:14:08.772Z] lf-activate-venv: SKIPPING [2023-01-30T03:14:08.773Z] INFO: No Stack... [2023-01-30T03:14:09.032Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T03:14:09.292Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T03:14:09.606Z] + cat /w/workspace/undry_device-onvif-camera_PR-224/archives/cost.csv [2023-01-30T03:14:09.606Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T03:14:09.650Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [2023-01-30T03:14:09.655Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] did not exist. Created. [2023-01-30T03:14:09.655Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T03:14:10.046Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-30T03:14:10.106Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T03:14:10.128Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T03:14:10.201Z] $ docker stop --time=1 3b8b04e454927afb5afd446d6b9c1456815fcfb174204810914f5cf2757717dc [2023-01-30T03:14:11.360Z] $ docker rm -f --volumes 3b8b04e454927afb5afd446d6b9c1456815fcfb174204810914f5cf2757717dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-30T03:14:11.752Z] Failed in branch amd64 [2023-01-30T03:14:28.324Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3934 in /w/workspace/undry_device-onvif-camera_PR-224 [Pipeline] { [Pipeline] ws [2023-01-30T03:14:28.383Z] Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout [2023-01-30T03:14:28.459Z] The recommended git tool is: git [2023-01-30T03:14:35.981Z] using credential edgex-jenkins-ssh [2023-01-30T03:14:36.004Z] Cloning the remote Git repository [2023-01-30T03:14:36.058Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-30T03:14:36.175Z] > git init /w/workspace/device-onvif-camera/1 # timeout=10 [2023-01-30T03:14:36.457Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-30T03:14:36.458Z] > git --version # timeout=10 [2023-01-30T03:14:36.512Z] > git --version # 'git version 2.25.1' [2023-01-30T03:14:36.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T03:14:36.584Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T03:14:37.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-01-30T03:14:37.993Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-30T03:14:39.986Z] Merging remotes/origin/main commit 35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 into PR head commit 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [2023-01-30T03:14:39.139Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2023-01-30T03:14:39.284Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2023-01-30T03:14:39.285Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T03:14:39.327Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-30T03:14:40.022Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T03:14:40.121Z] > git checkout -f 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee # timeout=10 [2023-01-30T03:14:40.973Z] Merge succeeded, producing 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee [2023-01-30T03:14:40.974Z] Checking out Revision 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee (PR-224) [2023-01-30T03:14:40.581Z] > git remote # timeout=10 [2023-01-30T03:14:40.652Z] > git config --get remote.origin.url # timeout=10 [2023-01-30T03:14:40.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-30T03:14:40.749Z] > git merge 35c6aaea7a7887ebdd7ce82ced2a92dd36dd0262 # timeout=10 [2023-01-30T03:14:40.914Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-30T03:14:40.993Z] > git config core.sparsecheckout # timeout=10 [2023-01-30T03:14:41.060Z] > git checkout -f 6f1c582e0b398aa2671fa75b7aaaa2f57ba9aeee # timeout=10 [2023-01-30T03:14:42.108Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-01-30T03:14:42.164Z] > git --version # timeout=10 [2023-01-30T03:14:42.192Z] > git --version # 'git version 2.25.1' [2023-01-30T03:14:42.210Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-30T03:14:43.444Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-30T03:14:43.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-30T03:14:43.444Z] Dload Upload Total Spent Left Speed [2023-01-30T03:14:43.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 80702 0 --:--:-- --:--:-- --:--:-- 80702 [Pipeline] sh [2023-01-30T03:14:44.271Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-30T03:14:44.635Z] + sudo tee /etc/docker/daemon.new [2023-01-30T03:14:44.635Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-30T03:14:44.635Z] { [2023-01-30T03:14:44.635Z] "registry-mirrors": [ [2023-01-30T03:14:44.635Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-30T03:14:44.635Z] ], [2023-01-30T03:14:44.635Z] "bip": "10.250.0.254/24", [2023-01-30T03:14:44.635Z] "hosts": [ [2023-01-30T03:14:44.635Z] "tcp://0.0.0.0:5555", [2023-01-30T03:14:44.635Z] "unix:///var/run/docker.sock" [2023-01-30T03:14:44.635Z] ], [2023-01-30T03:14:44.635Z] "mtu": 1458, [2023-01-30T03:14:44.635Z] "selinux-enabled": true, [2023-01-30T03:14:44.635Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-30T03:14:44.635Z] } [Pipeline] sh [2023-01-30T03:14:45.286Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-30T03:14:45.653Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T03:15:04.016Z] provisioning config files... [2023-01-30T03:15:04.041Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config5936827022279090367tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:15:04.432Z] ---> docker-login.sh [2023-01-30T03:15:04.432Z] nexus3.edgexfoundry.org:10001 [2023-01-30T03:15:04.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:15:04.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:15:04.975Z] Configure a credential helper to remove this warning. See [2023-01-30T03:15:04.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:15:04.975Z] [2023-01-30T03:15:04.975Z] Login Succeeded [2023-01-30T03:15:04.975Z] nexus3.edgexfoundry.org:10002 [2023-01-30T03:15:05.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:15:05.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:15:05.243Z] Configure a credential helper to remove this warning. See [2023-01-30T03:15:05.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:15:05.243Z] [2023-01-30T03:15:05.243Z] Login Succeeded [2023-01-30T03:15:05.243Z] nexus3.edgexfoundry.org:10003 [2023-01-30T03:15:05.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:15:05.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:15:05.788Z] Configure a credential helper to remove this warning. See [2023-01-30T03:15:05.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:15:05.788Z] [2023-01-30T03:15:05.788Z] Login Succeeded [2023-01-30T03:15:05.788Z] nexus3.edgexfoundry.org:10004 [2023-01-30T03:15:05.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:15:06.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:15:06.055Z] Configure a credential helper to remove this warning. See [2023-01-30T03:15:06.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:15:06.055Z] [2023-01-30T03:15:06.055Z] Login Succeeded [2023-01-30T03:15:06.055Z] docker.io [2023-01-30T03:15:06.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-30T03:15:06.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-30T03:15:06.587Z] Configure a credential helper to remove this warning. See [2023-01-30T03:15:06.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-30T03:15:06.587Z] [2023-01-30T03:15:06.587Z] Login Succeeded [2023-01-30T03:15:06.587Z] ---> docker-login.sh ends [Pipeline] } [2023-01-30T03:15:06.616Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-30T03:15:07.003Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T03:15:07.044Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-30T03:15:07.080Z] ========================================================= [2023-01-30T03:15:07.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-30T03:15:07.080Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:15:07.591Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-30T03:15:08.183Z] Sending build context to Docker daemon 20.52MB [2023-01-30T03:15:08.183Z] Step 1/13 : ARG BASE=golang:1.18-alpine3.16 [2023-01-30T03:15:08.183Z] Step 2/13 : FROM ${BASE} AS builder [2023-01-30T03:15:08.183Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-30T03:15:08.183Z] 9b18e9b68314: Pulling fs layer [2023-01-30T03:15:08.183Z] 35d82f9e3411: Pulling fs layer [2023-01-30T03:15:08.183Z] e16973657156: Pulling fs layer [2023-01-30T03:15:08.183Z] fc693d55d65f: Pulling fs layer [2023-01-30T03:15:08.183Z] 7e9fc2657dce: Pulling fs layer [2023-01-30T03:15:08.183Z] dda99020689f: Pulling fs layer [2023-01-30T03:15:08.183Z] db1c61fa0a46: Pulling fs layer [2023-01-30T03:15:08.183Z] 891c053d2c06: Pulling fs layer [2023-01-30T03:15:08.183Z] fc693d55d65f: Waiting [2023-01-30T03:15:08.183Z] 7e9fc2657dce: Waiting [2023-01-30T03:15:08.183Z] dda99020689f: Waiting [2023-01-30T03:15:08.183Z] db1c61fa0a46: Waiting [2023-01-30T03:15:08.183Z] 891c053d2c06: Waiting [2023-01-30T03:15:08.183Z] e16973657156: Verifying Checksum [2023-01-30T03:15:08.183Z] e16973657156: Download complete [2023-01-30T03:15:08.183Z] 35d82f9e3411: Verifying Checksum [2023-01-30T03:15:08.183Z] 35d82f9e3411: Download complete [2023-01-30T03:15:08.183Z] 7e9fc2657dce: Verifying Checksum [2023-01-30T03:15:08.183Z] 7e9fc2657dce: Download complete [2023-01-30T03:15:08.457Z] dda99020689f: Verifying Checksum [2023-01-30T03:15:08.457Z] dda99020689f: Download complete [2023-01-30T03:15:08.457Z] 9b18e9b68314: Verifying Checksum [2023-01-30T03:15:09.437Z] 9b18e9b68314: Pull complete [2023-01-30T03:15:09.437Z] 891c053d2c06: Verifying Checksum [2023-01-30T03:15:09.437Z] 891c053d2c06: Download complete [2023-01-30T03:15:09.710Z] 35d82f9e3411: Pull complete [2023-01-30T03:15:09.979Z] e16973657156: Pull complete [2023-01-30T03:15:10.563Z] db1c61fa0a46: Verifying Checksum [2023-01-30T03:15:10.563Z] db1c61fa0a46: Download complete [2023-01-30T03:15:10.829Z] fc693d55d65f: Verifying Checksum [2023-01-30T03:15:10.829Z] fc693d55d65f: Download complete [2023-01-30T03:15:23.205Z] fc693d55d65f: Pull complete [2023-01-30T03:15:23.205Z] 7e9fc2657dce: Pull complete [2023-01-30T03:15:23.205Z] dda99020689f: Pull complete [2023-01-30T03:15:26.550Z] db1c61fa0a46: Pull complete [2023-01-30T03:15:28.504Z] 891c053d2c06: Pull complete [2023-01-30T03:15:28.504Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-30T03:15:28.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-30T03:15:28.504Z] ---> f96f9c87975a [2023-01-30T03:15:28.504Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-01-30T03:15:30.456Z] ---> Running in c3ace65f4a00 [2023-01-30T03:15:30.456Z] Removing intermediate container c3ace65f4a00 [2023-01-30T03:15:30.456Z] ---> a3ec20e1d640 [2023-01-30T03:15:30.456Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-30T03:15:30.728Z] ---> Running in cc448ec51e17 [2023-01-30T03:15:30.728Z] Removing intermediate container cc448ec51e17 [2023-01-30T03:15:30.728Z] ---> e9b70f892720 [2023-01-30T03:15:30.728Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2023-01-30T03:15:30.999Z] ---> Running in b60b9ec6d855 [2023-01-30T03:15:31.265Z] Removing intermediate container b60b9ec6d855 [2023-01-30T03:15:31.265Z] ---> 2a7e2bb9f8ea [2023-01-30T03:15:31.265Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2023-01-30T03:15:31.265Z] ---> Running in cda80ed5ecb9 [2023-01-30T03:15:31.530Z] Removing intermediate container cda80ed5ecb9 [2023-01-30T03:15:31.530Z] ---> f8c6e834d324 [2023-01-30T03:15:31.530Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2023-01-30T03:15:31.530Z] ---> Running in 3ebbfe30532c [2023-01-30T03:15:31.799Z] Removing intermediate container 3ebbfe30532c [2023-01-30T03:15:31.799Z] ---> af73e2199335 [2023-01-30T03:15:31.799Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-30T03:15:31.799Z] ---> Running in e1998b24dfd3 [2023-01-30T03:15:32.765Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-30T03:15:33.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-30T03:15:33.988Z] OK: 221 MiB in 51 packages [2023-01-30T03:15:34.952Z] Removing intermediate container e1998b24dfd3 [2023-01-30T03:15:34.952Z] ---> c7694392b26a [2023-01-30T03:15:34.952Z] Step 9/13 : WORKDIR /device-onvif-camera [2023-01-30T03:15:34.952Z] ---> Running in db512541d090 [2023-01-30T03:15:35.219Z] Removing intermediate container db512541d090 [2023-01-30T03:15:35.219Z] ---> 9ff1eb1a8735 [2023-01-30T03:15:35.219Z] Step 10/13 : COPY go.mod vendor* ./ [2023-01-30T03:15:35.485Z] ---> f1346b21b7a3 [2023-01-30T03:15:35.485Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-30T03:15:35.752Z] ---> Running in 56ca2d1d0fb0 [2023-01-30T03:16:43.598Z] Removing intermediate container 56ca2d1d0fb0 [2023-01-30T03:16:43.598Z] ---> f3d15567d9da [2023-01-30T03:16:43.598Z] Step 12/13 : COPY . . [2023-01-30T03:16:43.598Z] ---> 274128228b44 [2023-01-30T03:16:43.598Z] Step 13/13 : RUN ${MAKE} [2023-01-30T03:16:43.598Z] ---> Running in 27f34bc51ffb [2023-01-30T03:16:43.598Z] noop [2023-01-30T03:16:43.598Z] Removing intermediate container 27f34bc51ffb [2023-01-30T03:16:43.598Z] ---> 8d211fb0914f [2023-01-30T03:16:43.598Z] Successfully built 8d211fb0914f [2023-01-30T03:16:43.598Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:16:44.073Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T03:16:44.073Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:16:44.336Z] prd-ubuntu20.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2023-01-30T03:16:44.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T03:16:45.568Z] $ docker top d5790cf1b61495a5869f4961cf8fcb350b367ca8d969e7b26420a5ec0baf8186 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T03:16:46.430Z] + go version [2023-01-30T03:16:46.430Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-30T03:16:46.475Z] $ docker stop --time=1 d5790cf1b61495a5869f4961cf8fcb350b367ca8d969e7b26420a5ec0baf8186 [2023-01-30T03:16:48.326Z] $ docker rm -f --volumes d5790cf1b61495a5869f4961cf8fcb350b367ca8d969e7b26420a5ec0baf8186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:16:49.120Z] + docker inspect -f . ci-base-image-arm64 [2023-01-30T03:16:49.120Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:16:49.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2023-01-30T03:16:49.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-30T03:16:50.561Z] $ docker top 92bb28f96f045b8b557d026b8aba219d20afe59e7d7f22adc1d5f53985b42c64 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T03:16:51.432Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-01-30T03:16:52.130Z] + make test [2023-01-30T03:16:52.131Z] go test ./... -coverprofile=coverage.out ./... [2023-01-30T03:16:54.083Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2023-01-30T03:17:20.826Z] # github.com/edgexfoundry/device-sdk-go/v3/internal/config [2023-01-30T03:17:20.826Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.8/internal/config/config.go:74:3: unknown field 'SecretStore' in struct literal of type "github.com/edgexfoundry/go-mod-bootstrap/v3/config".BootstrapConfiguration [2023-01-30T03:18:17.227Z] FAIL github.com/edgexfoundry/device-onvif-camera/internal/driver [build failed] [2023-01-30T03:18:43.941Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 27.183s coverage: 86.5% of statements [2023-01-30T03:18:43.941Z] make: *** [Makefile:53: unittest] Error 2 [Pipeline] } [2023-01-30T03:18:43.992Z] $ docker stop --time=1 92bb28f96f045b8b557d026b8aba219d20afe59e7d7f22adc1d5f53985b42c64 [2023-01-30T03:18:45.737Z] $ docker rm -f --volumes 92bb28f96f045b8b557d026b8aba219d20afe59e7d7f22adc1d5f53985b42c64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:18:47.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T03:18:47.194Z] [2023-01-30T03:18:47.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:18:47.603Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T03:18:47.872Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-30T03:18:47.872Z] 8998bd30e6a1: Pulling fs layer [2023-01-30T03:18:47.872Z] 04944245beec: Pulling fs layer [2023-01-30T03:18:47.872Z] 699f458cf7ca: Pulling fs layer [2023-01-30T03:18:47.872Z] 765212b225bb: Pulling fs layer [2023-01-30T03:18:47.872Z] f23df028b6ca: Pulling fs layer [2023-01-30T03:18:47.872Z] d65c8cfc05b1: Pulling fs layer [2023-01-30T03:18:47.872Z] 2437ff75d9bd: Pulling fs layer [2023-01-30T03:18:47.872Z] f23df028b6ca: Waiting [2023-01-30T03:18:47.872Z] d65c8cfc05b1: Waiting [2023-01-30T03:18:47.872Z] 2437ff75d9bd: Waiting [2023-01-30T03:18:47.872Z] 765212b225bb: Waiting [2023-01-30T03:18:47.872Z] 04944245beec: Verifying Checksum [2023-01-30T03:18:47.872Z] 04944245beec: Download complete [2023-01-30T03:18:47.872Z] 765212b225bb: Verifying Checksum [2023-01-30T03:18:47.872Z] 765212b225bb: Download complete [2023-01-30T03:18:48.144Z] f23df028b6ca: Verifying Checksum [2023-01-30T03:18:48.144Z] f23df028b6ca: Download complete [2023-01-30T03:18:48.144Z] d65c8cfc05b1: Verifying Checksum [2023-01-30T03:18:48.144Z] d65c8cfc05b1: Download complete [2023-01-30T03:18:48.144Z] 699f458cf7ca: Verifying Checksum [2023-01-30T03:18:48.144Z] 699f458cf7ca: Download complete [2023-01-30T03:18:48.413Z] 8998bd30e6a1: Verifying Checksum [2023-01-30T03:18:48.413Z] 8998bd30e6a1: Download complete [2023-01-30T03:18:50.999Z] 2437ff75d9bd: Verifying Checksum [2023-01-30T03:18:50.999Z] 2437ff75d9bd: Download complete [2023-01-30T03:18:52.423Z] 8998bd30e6a1: Pull complete [2023-01-30T03:18:53.010Z] 04944245beec: Pull complete [2023-01-30T03:18:54.425Z] 699f458cf7ca: Pull complete [2023-01-30T03:18:54.425Z] 765212b225bb: Pull complete [2023-01-30T03:18:55.387Z] f23df028b6ca: Pull complete [2023-01-30T03:18:55.387Z] d65c8cfc05b1: Pull complete [2023-01-30T03:19:10.393Z] 2437ff75d9bd: Pull complete [2023-01-30T03:19:10.393Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-30T03:19:10.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-30T03:19:10.393Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:19:10.731Z] prd-ubuntu20.04-docker-arm64-4c-16g-3934 does not seem to be running inside a container [2023-01-30T03:19:10.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-30T03:19:13.318Z] $ docker top 9cbbdba67e87e7e53343394ac50f6cde70af249f7a87ec63aa23f6e89245511e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:14.212Z] ---> job-cost.sh [2023-01-30T03:19:14.212Z] lf-activate-venv: SKIPPING [2023-01-30T03:19:14.212Z] INFO: No Stack... [2023-01-30T03:19:15.179Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-30T03:19:16.139Z] INFO: Archiving Costs [Pipeline] sh [2023-01-30T03:19:16.799Z] + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [2023-01-30T03:19:16.799Z] + cut -d, -f6 [Pipeline] lock [2023-01-30T03:19:16.878Z] Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [2023-01-30T03:19:16.883Z] Resource [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] did not exist. Created. [2023-01-30T03:19:16.883Z] Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-30T03:19:17.301Z] /w/workspace/device-onvif-camera/1@tmp/durable-70169e1e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-30T03:19:17.659Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-30T03:19:17.697Z] Warning: overwriting stash ‘stack-cost’ [2023-01-30T03:19:18.136Z] Stashed 1 file(s) [Pipeline] } [2023-01-30T03:19:18.150Z] Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-30T03:19:18.233Z] $ docker stop --time=1 9cbbdba67e87e7e53343394ac50f6cde70af249f7a87ec63aa23f6e89245511e [2023-01-30T03:19:19.687Z] $ docker rm -f --volumes 9cbbdba67e87e7e53343394ac50f6cde70af249f7a87ec63aa23f6e89245511e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-30T03:19:20.366Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-30T03:19:22.332Z] + [ -d /w/workspace/undry_device-onvif-camera_PR-224/archives ] [2023-01-30T03:19:22.332Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-224/archives [2023-01-30T03:19:22.332Z] total 16 [2023-01-30T03:19:22.332Z] drwxr-xr-x 3 root root 4096 Jan 30 03:14 . [2023-01-30T03:19:22.332Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 30 03:14 .. [2023-01-30T03:19:22.332Z] drwxr-xr-x 2 root root 4096 Jan 30 03:14 cost [2023-01-30T03:19:22.332Z] -rw-r--r-- 1 root root 91 Jan 30 03:14 cost.csv [2023-01-30T03:19:22.332Z] + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-224/archives [2023-01-30T03:19:22.332Z] + ls -al /w/workspace/undry_device-onvif-camera_PR-224/archives [2023-01-30T03:19:22.332Z] total 16 [2023-01-30T03:19:22.332Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 30 03:14 . [2023-01-30T03:19:22.332Z] drwxrwxr-x 11 jenkins jenkins 4096 Jan 30 03:14 .. [2023-01-30T03:19:22.332Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 30 03:14 cost [2023-01-30T03:19:22.332Z] -rw-r--r-- 1 jenkins jenkins 91 Jan 30 03:14 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:22.673Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:23.565Z] ---> package-listing.sh [2023-01-30T03:19:23.565Z] ++ facter osfamily [2023-01-30T03:19:23.565Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-30T03:19:23.825Z] + OS_FAMILY=debian [2023-01-30T03:19:23.825Z] + workspace=/w/workspace/undry_device-onvif-camera_PR-224 [2023-01-30T03:19:23.825Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-30T03:19:23.825Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-30T03:19:23.825Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-30T03:19:23.825Z] + PACKAGES=/tmp/packages_start.txt [2023-01-30T03:19:23.825Z] + '[' /w/workspace/undry_device-onvif-camera_PR-224 ']' [2023-01-30T03:19:23.825Z] + PACKAGES=/tmp/packages_end.txt [2023-01-30T03:19:23.825Z] + case "${OS_FAMILY}" in [2023-01-30T03:19:23.825Z] + dpkg -l [2023-01-30T03:19:23.825Z] + grep '^ii' [2023-01-30T03:19:23.825Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-30T03:19:23.825Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-30T03:19:23.825Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-30T03:19:23.825Z] + '[' /w/workspace/undry_device-onvif-camera_PR-224 ']' [2023-01-30T03:19:23.825Z] + mkdir -p /w/workspace/undry_device-onvif-camera_PR-224/archives/ [2023-01-30T03:19:23.825Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-224/archives/ [Pipeline] echo [2023-01-30T03:19:23.865Z] 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/undry_device-onvif-camera_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-30T03:19:24.164Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-30T03:19:24.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-30T03:19:24.792Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-30T03:19:24.947Z] prd-ubuntu20.04-docker-8c-8g-3933 does not seem to be running inside a container [2023-01-30T03:19:24.989Z] $ 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/undry_device-onvif-camera_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-224 -v /w/workspace/undry_device-onvif-camera_PR-224:/w/workspace/undry_device-onvif-camera_PR-224:rw,z -v /w/workspace/undry_device-onvif-camera_PR-224@tmp:/w/workspace/undry_device-onvif-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-30T03:19:25.183Z] $ docker top 401199e0d19b0586907870043299d8ebebd23015a77e393f309dd477b19991ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-30T03:19:25.566Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-30T03:19:25.871Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-30T03:19:26.178Z] + ls /var/log/sa-host [2023-01-30T03:19:26.178Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-30T03:19:26.388Z] provisioning config files... [2023-01-30T03:19:26.396Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-224@tmp/config10107104956045440151tmp [Pipeline] { [Pipeline] echo [2023-01-30T03:19:26.454Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:26.764Z] ---> create-netrc.sh [Pipeline] } [2023-01-30T03:19:26.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:27.195Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-30T03:19:27.229Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:27.539Z] ---> sudo-logs.sh [2023-01-30T03:19:27.539Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-30T03:19:27.622Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:27.932Z] ---> job-cost.sh [2023-01-30T03:19:27.932Z] lf-activate-venv: SKIPPING [2023-01-30T03:19:27.932Z] DEBUG: total: 0.2199999988079071 [2023-01-30T03:19:27.932Z] INFO: Retrieving Stack Cost... [2023-01-30T03:19:28.867Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-30T03:19:29.126Z] INFO: Archiving Costs [Pipeline] echo [2023-01-30T03:19:29.409Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-30T03:19:29.718Z] ---> logs-deploy.sh [2023-01-30T03:19:29.718Z] lf-activate-venv: SKIPPING [2023-01-30T03:19:29.718Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-224/1 [2023-01-30T03:19:29.718Z] INFO: archiving workspace using pattern(s): [2023-01-30T03:19:30.653Z] Archives upload complete. [2023-01-30T03:19:30.653Z] INFO: archiving logs to Nexus